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