Class CloudProductRegistryReadServiceClient.ListLogicalProductsPage (0.1.0)

public static class CloudProductRegistryReadServiceClient.ListLogicalProductsPage extends AbstractPage<ListLogicalProductsRequest,ListLogicalProductsResponse,LogicalProduct,CloudProductRegistryReadServiceClient.ListLogicalProductsPage>

Inheritance

java.lang.Object > AbstractPage > CloudProductRegistryReadServiceClient.ListLogicalProductsPage

Methods

createPage(@Nullable PageContext<ListLogicalProductsRequest,ListLogicalProductsResponse,LogicalProduct> context, @Nullable ListLogicalProductsResponse response)

protected CloudProductRegistryReadServiceClient.ListLogicalProductsPage createPage(@Nullable PageContext<ListLogicalProductsRequest,ListLogicalProductsResponse,LogicalProduct> context, @Nullable ListLogicalProductsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLogicalProductsRequest,ListLogicalProductsResponse,LogicalProduct>
response @org.jspecify.annotations.Nullable com.google.cloud.productregistry.v1.ListLogicalProductsResponse
Returns
Type Description
CloudProductRegistryReadServiceClient.ListLogicalProductsPage
Overrides

createPageAsync(@Nullable PageContext<ListLogicalProductsRequest,ListLogicalProductsResponse,LogicalProduct> context, ApiFuture<ListLogicalProductsResponse> futureResponse)

public ApiFuture<CloudProductRegistryReadServiceClient.ListLogicalProductsPage> createPageAsync(@Nullable PageContext<ListLogicalProductsRequest,ListLogicalProductsResponse,LogicalProduct> context, ApiFuture<ListLogicalProductsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLogicalProductsRequest,ListLogicalProductsResponse,LogicalProduct>
futureResponse ApiFuture<ListLogicalProductsResponse>
Returns
Type Description
ApiFuture<ListLogicalProductsPage>
Overrides