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