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