Class DataProductServiceClient.ListDataProductsPage (1.93.0)

public static class DataProductServiceClient.ListDataProductsPage extends AbstractPage<ListDataProductsRequest,ListDataProductsResponse,DataProduct,DataProductServiceClient.ListDataProductsPage>

Inheritance

java.lang.Object > AbstractPage > DataProductServiceClient.ListDataProductsPage

Methods

createPage(@Nullable PageContext<ListDataProductsRequest,ListDataProductsResponse,DataProduct> context, @Nullable ListDataProductsResponse response)

protected DataProductServiceClient.ListDataProductsPage createPage(@Nullable PageContext<ListDataProductsRequest,ListDataProductsResponse,DataProduct> context, @Nullable ListDataProductsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataProductsRequest,ListDataProductsResponse,DataProduct>
response @org.jspecify.annotations.Nullable com.google.cloud.dataplex.v1.ListDataProductsResponse
Returns
Type Description
DataProductServiceClient.ListDataProductsPage
Overrides

createPageAsync(@Nullable PageContext<ListDataProductsRequest,ListDataProductsResponse,DataProduct> context, ApiFuture<ListDataProductsResponse> futureResponse)

public ApiFuture<DataProductServiceClient.ListDataProductsPage> createPageAsync(@Nullable PageContext<ListDataProductsRequest,ListDataProductsResponse,DataProduct> context, ApiFuture<ListDataProductsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataProductsRequest,ListDataProductsResponse,DataProduct>
futureResponse ApiFuture<ListDataProductsResponse>
Returns
Type Description
ApiFuture<ListDataProductsPage>
Overrides