Class CloudProductRegistryReadServiceClient.ListLogicalProductVariantsPage (0.1.0)

public static class CloudProductRegistryReadServiceClient.ListLogicalProductVariantsPage extends AbstractPage<ListLogicalProductVariantsRequest,ListLogicalProductVariantsResponse,LogicalProductVariant,CloudProductRegistryReadServiceClient.ListLogicalProductVariantsPage>

Inheritance

java.lang.Object > AbstractPage > CloudProductRegistryReadServiceClient.ListLogicalProductVariantsPage

Methods

createPage(@Nullable PageContext<ListLogicalProductVariantsRequest,ListLogicalProductVariantsResponse,LogicalProductVariant> context, @Nullable ListLogicalProductVariantsResponse response)

protected CloudProductRegistryReadServiceClient.ListLogicalProductVariantsPage createPage(@Nullable PageContext<ListLogicalProductVariantsRequest,ListLogicalProductVariantsResponse,LogicalProductVariant> context, @Nullable ListLogicalProductVariantsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLogicalProductVariantsRequest,ListLogicalProductVariantsResponse,LogicalProductVariant>
response @org.jspecify.annotations.Nullable com.google.cloud.productregistry.v1.ListLogicalProductVariantsResponse
Returns
Type Description
CloudProductRegistryReadServiceClient.ListLogicalProductVariantsPage
Overrides

createPageAsync(@Nullable PageContext<ListLogicalProductVariantsRequest,ListLogicalProductVariantsResponse,LogicalProductVariant> context, ApiFuture<ListLogicalProductVariantsResponse> futureResponse)

public ApiFuture<CloudProductRegistryReadServiceClient.ListLogicalProductVariantsPage> createPageAsync(@Nullable PageContext<ListLogicalProductVariantsRequest,ListLogicalProductVariantsResponse,LogicalProductVariant> context, ApiFuture<ListLogicalProductVariantsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListLogicalProductVariantsRequest,ListLogicalProductVariantsResponse,LogicalProductVariant>
futureResponse ApiFuture<ListLogicalProductVariantsResponse>
Returns
Type Description
ApiFuture<ListLogicalProductVariantsPage>
Overrides