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