Class CloudProductRegistryReadServiceClient.ListProductSuitesPage (0.1.0)

public static class CloudProductRegistryReadServiceClient.ListProductSuitesPage extends AbstractPage<ListProductSuitesRequest,ListProductSuitesResponse,ProductSuite,CloudProductRegistryReadServiceClient.ListProductSuitesPage>

Inheritance

java.lang.Object > AbstractPage > CloudProductRegistryReadServiceClient.ListProductSuitesPage

Methods

createPage(@Nullable PageContext<ListProductSuitesRequest,ListProductSuitesResponse,ProductSuite> context, @Nullable ListProductSuitesResponse response)

protected CloudProductRegistryReadServiceClient.ListProductSuitesPage createPage(@Nullable PageContext<ListProductSuitesRequest,ListProductSuitesResponse,ProductSuite> context, @Nullable ListProductSuitesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProductSuitesRequest,ListProductSuitesResponse,ProductSuite>
response @org.jspecify.annotations.Nullable com.google.cloud.productregistry.v1.ListProductSuitesResponse
Returns
Type Description
CloudProductRegistryReadServiceClient.ListProductSuitesPage
Overrides

createPageAsync(@Nullable PageContext<ListProductSuitesRequest,ListProductSuitesResponse,ProductSuite> context, ApiFuture<ListProductSuitesResponse> futureResponse)

public ApiFuture<CloudProductRegistryReadServiceClient.ListProductSuitesPage> createPageAsync(@Nullable PageContext<ListProductSuitesRequest,ListProductSuitesResponse,ProductSuite> context, ApiFuture<ListProductSuitesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListProductSuitesRequest,ListProductSuitesResponse,ProductSuite>
futureResponse ApiFuture<ListProductSuitesResponse>
Returns
Type Description
ApiFuture<ListProductSuitesPage>
Overrides