Uses of Class
com.google.cloud.channel.v1.CloudChannelServiceClient.ListCustomersPage
-
Packages that use CloudChannelServiceClient.ListCustomersPage Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of CloudChannelServiceClient.ListCustomersPage in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return CloudChannelServiceClient.ListCustomersPage Modifier and Type Method Description protected CloudChannelServiceClient.ListCustomersPage
CloudChannelServiceClient.ListCustomersPage. createPage(com.google.api.gax.rpc.PageContext<ListCustomersRequest,ListCustomersResponse,Customer> context, ListCustomersResponse response)
Methods in com.google.cloud.channel.v1 that return types with arguments of type CloudChannelServiceClient.ListCustomersPage Modifier and Type Method Description com.google.api.core.ApiFuture<CloudChannelServiceClient.ListCustomersPage>
CloudChannelServiceClient.ListCustomersPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCustomersRequest,ListCustomersResponse,Customer> context, com.google.api.core.ApiFuture<ListCustomersResponse> futureResponse)
Method parameters in com.google.cloud.channel.v1 with type arguments of type CloudChannelServiceClient.ListCustomersPage Modifier and Type Method Description protected CloudChannelServiceClient.ListCustomersFixedSizeCollection
CloudChannelServiceClient.ListCustomersFixedSizeCollection. createCollection(List<CloudChannelServiceClient.ListCustomersPage> pages, int collectionSize)
-