Class CloudChannelServiceClient.ListCustomerRepricingConfigsPage (3.99.0)

public static class CloudChannelServiceClient.ListCustomerRepricingConfigsPage extends AbstractPage<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig,CloudChannelServiceClient.ListCustomerRepricingConfigsPage>

Inheritance

java.lang.Object > AbstractPage > CloudChannelServiceClient.ListCustomerRepricingConfigsPage

Methods

createPage(@Nullable PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig> context, @Nullable ListCustomerRepricingConfigsResponse response)

protected CloudChannelServiceClient.ListCustomerRepricingConfigsPage createPage(@Nullable PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig> context, @Nullable ListCustomerRepricingConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.channel.v1.ListCustomerRepricingConfigsResponse
Returns
Type Description
CloudChannelServiceClient.ListCustomerRepricingConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig> context, ApiFuture<ListCustomerRepricingConfigsResponse> futureResponse)

public ApiFuture<CloudChannelServiceClient.ListCustomerRepricingConfigsPage> createPageAsync(@Nullable PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig> context, ApiFuture<ListCustomerRepricingConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig>
futureResponse ApiFuture<ListCustomerRepricingConfigsResponse>
Returns
Type Description
ApiFuture<ListCustomerRepricingConfigsPage>
Overrides