Class CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage (3.99.0)

public static class CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage extends AbstractPage<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig,CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage>

Inheritance

java.lang.Object > AbstractPage > CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage

Methods

createPage(@Nullable PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig> context, @Nullable ListChannelPartnerRepricingConfigsResponse response)

protected CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage createPage(@Nullable PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig> context, @Nullable ListChannelPartnerRepricingConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.channel.v1.ListChannelPartnerRepricingConfigsResponse
Returns
Type Description
CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig> context, ApiFuture<ListChannelPartnerRepricingConfigsResponse> futureResponse)

public ApiFuture<CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage> createPageAsync(@Nullable PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig> context, ApiFuture<ListChannelPartnerRepricingConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig>
futureResponse ApiFuture<ListChannelPartnerRepricingConfigsResponse>
Returns
Type Description
ApiFuture<ListChannelPartnerRepricingConfigsPage>
Overrides