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