Package com.google.cloud.channel.v1
Class CloudChannelServiceClient.ListCustomerRepricingConfigsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig,CloudChannelServiceClient.ListCustomerRepricingConfigsPage>
-
- com.google.cloud.channel.v1.CloudChannelServiceClient.ListCustomerRepricingConfigsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<CustomerRepricingConfig>
,com.google.api.gax.paging.Page<CustomerRepricingConfig>
- Enclosing class:
- CloudChannelServiceClient
public static class CloudChannelServiceClient.ListCustomerRepricingConfigsPage extends com.google.api.gax.paging.AbstractPage<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig,CloudChannelServiceClient.ListCustomerRepricingConfigsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CloudChannelServiceClient.ListCustomerRepricingConfigsPage
createPage(com.google.api.gax.rpc.PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig> context, ListCustomerRepricingConfigsResponse response)
com.google.api.core.ApiFuture<CloudChannelServiceClient.ListCustomerRepricingConfigsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig> context, com.google.api.core.ApiFuture<ListCustomerRepricingConfigsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected CloudChannelServiceClient.ListCustomerRepricingConfigsPage createPage(com.google.api.gax.rpc.PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig> context, ListCustomerRepricingConfigsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig,CloudChannelServiceClient.ListCustomerRepricingConfigsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<CloudChannelServiceClient.ListCustomerRepricingConfigsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig> context, com.google.api.core.ApiFuture<ListCustomerRepricingConfigsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListCustomerRepricingConfigsRequest,ListCustomerRepricingConfigsResponse,CustomerRepricingConfig,CloudChannelServiceClient.ListCustomerRepricingConfigsPage>
-
-