Class MetadataServiceClient.ListPartitionsPage (1.93.0)

public static class MetadataServiceClient.ListPartitionsPage extends AbstractPage<ListPartitionsRequest,ListPartitionsResponse,Partition,MetadataServiceClient.ListPartitionsPage>

Inheritance

java.lang.Object > AbstractPage > MetadataServiceClient.ListPartitionsPage

Methods

createPage(@Nullable PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, @Nullable ListPartitionsResponse response)

protected MetadataServiceClient.ListPartitionsPage createPage(@Nullable PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, @Nullable ListPartitionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition>
response @org.jspecify.annotations.Nullable com.google.cloud.dataplex.v1.ListPartitionsResponse
Returns
Type Description
MetadataServiceClient.ListPartitionsPage
Overrides

createPageAsync(@Nullable PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, ApiFuture<ListPartitionsResponse> futureResponse)

public ApiFuture<MetadataServiceClient.ListPartitionsPage> createPageAsync(@Nullable PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition> context, ApiFuture<ListPartitionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPartitionsRequest,ListPartitionsResponse,Partition>
futureResponse ApiFuture<ListPartitionsResponse>
Returns
Type Description
ApiFuture<ListPartitionsPage>
Overrides