Class CatalogServiceClient.ListMetadataJobsPage (1.93.0)

public static class CatalogServiceClient.ListMetadataJobsPage extends AbstractPage<ListMetadataJobsRequest,ListMetadataJobsResponse,MetadataJob,CatalogServiceClient.ListMetadataJobsPage>

Inheritance

java.lang.Object > AbstractPage > CatalogServiceClient.ListMetadataJobsPage

Methods

createPage(@Nullable PageContext<ListMetadataJobsRequest,ListMetadataJobsResponse,MetadataJob> context, @Nullable ListMetadataJobsResponse response)

protected CatalogServiceClient.ListMetadataJobsPage createPage(@Nullable PageContext<ListMetadataJobsRequest,ListMetadataJobsResponse,MetadataJob> context, @Nullable ListMetadataJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMetadataJobsRequest,ListMetadataJobsResponse,MetadataJob>
response @org.jspecify.annotations.Nullable com.google.cloud.dataplex.v1.ListMetadataJobsResponse
Returns
Type Description
CatalogServiceClient.ListMetadataJobsPage
Overrides

createPageAsync(@Nullable PageContext<ListMetadataJobsRequest,ListMetadataJobsResponse,MetadataJob> context, ApiFuture<ListMetadataJobsResponse> futureResponse)

public ApiFuture<CatalogServiceClient.ListMetadataJobsPage> createPageAsync(@Nullable PageContext<ListMetadataJobsRequest,ListMetadataJobsResponse,MetadataJob> context, ApiFuture<ListMetadataJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMetadataJobsRequest,ListMetadataJobsResponse,MetadataJob>
futureResponse ApiFuture<ListMetadataJobsResponse>
Returns
Type Description
ApiFuture<ListMetadataJobsPage>
Overrides