Package com.google.cloud.channel.v1
Class CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig,CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage>
-
- com.google.cloud.channel.v1.CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<ChannelPartnerRepricingConfig>
,com.google.api.gax.paging.Page<ChannelPartnerRepricingConfig>
- Enclosing class:
- CloudChannelServiceClient
public static class CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage extends com.google.api.gax.paging.AbstractPage<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig,CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage
createPage(com.google.api.gax.rpc.PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig> context, ListChannelPartnerRepricingConfigsResponse response)
com.google.api.core.ApiFuture<CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig> context, com.google.api.core.ApiFuture<ListChannelPartnerRepricingConfigsResponse> 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.ListChannelPartnerRepricingConfigsPage createPage(com.google.api.gax.rpc.PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig> context, ListChannelPartnerRepricingConfigsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig,CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig> context, com.google.api.core.ApiFuture<ListChannelPartnerRepricingConfigsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListChannelPartnerRepricingConfigsRequest,ListChannelPartnerRepricingConfigsResponse,ChannelPartnerRepricingConfig,CloudChannelServiceClient.ListChannelPartnerRepricingConfigsPage>
-
-