Uses of Class
com.google.cloud.billing.v1.CloudCatalogClient.ListSkusPage
-
Packages that use CloudCatalogClient.ListSkusPage Package Description com.google.cloud.billing.v1 A client to Cloud Billing API -
-
Uses of CloudCatalogClient.ListSkusPage in com.google.cloud.billing.v1
Methods in com.google.cloud.billing.v1 that return CloudCatalogClient.ListSkusPage Modifier and Type Method Description protected CloudCatalogClient.ListSkusPage
CloudCatalogClient.ListSkusPage. createPage(com.google.api.gax.rpc.PageContext<ListSkusRequest,ListSkusResponse,Sku> context, ListSkusResponse response)
Methods in com.google.cloud.billing.v1 that return types with arguments of type CloudCatalogClient.ListSkusPage Modifier and Type Method Description com.google.api.core.ApiFuture<CloudCatalogClient.ListSkusPage>
CloudCatalogClient.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.billing.v1 with type arguments of type CloudCatalogClient.ListSkusPage Modifier and Type Method Description protected CloudCatalogClient.ListSkusFixedSizeCollection
CloudCatalogClient.ListSkusFixedSizeCollection. createCollection(List<CloudCatalogClient.ListSkusPage> pages, int collectionSize)
-