Class DataProductServiceClient.ListDataProductsPage (1.86.0)

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

Inheritance

java.lang.Object > AbstractPage > DataProductServiceClient.ListDataProductsPage

Methods

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

protected DataProductServiceClient.ListDataProductsPage createPage(PageContext<ListDataProductsRequest,ListDataProductsResponse,DataProduct> context, ListDataProductsResponse response)
Parameters
Name Description
context PageContext<ListDataProductsRequest,ListDataProductsResponse,DataProduct>
response ListDataProductsResponse
Returns
Type Description
DataProductServiceClient.ListDataProductsPage
Overrides

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

public ApiFuture<DataProductServiceClient.ListDataProductsPage> createPageAsync(PageContext<ListDataProductsRequest,ListDataProductsResponse,DataProduct> context, ApiFuture<ListDataProductsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListDataProductsRequest,ListDataProductsResponse,DataProduct>
futureResponse ApiFuture<ListDataProductsResponse>
Returns
Type Description
ApiFuture<ListDataProductsPage>
Overrides