Uses of Class
com.google.cloud.logging.v2.ConfigClient.ListBucketsPage
-
Packages that use ConfigClient.ListBucketsPage Package Description com.google.cloud.logging.v2 A client to Cloud Logging API -
-
Uses of ConfigClient.ListBucketsPage in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return ConfigClient.ListBucketsPage Modifier and Type Method Description protected ConfigClient.ListBucketsPage
ConfigClient.ListBucketsPage. createPage(com.google.api.gax.rpc.PageContext<ListBucketsRequest,ListBucketsResponse,LogBucket> context, ListBucketsResponse response)
Methods in com.google.cloud.logging.v2 that return types with arguments of type ConfigClient.ListBucketsPage Modifier and Type Method Description com.google.api.core.ApiFuture<ConfigClient.ListBucketsPage>
ConfigClient.ListBucketsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListBucketsRequest,ListBucketsResponse,LogBucket> context, com.google.api.core.ApiFuture<ListBucketsResponse> futureResponse)
Method parameters in com.google.cloud.logging.v2 with type arguments of type ConfigClient.ListBucketsPage Modifier and Type Method Description protected ConfigClient.ListBucketsFixedSizeCollection
ConfigClient.ListBucketsFixedSizeCollection. createCollection(List<ConfigClient.ListBucketsPage> pages, int collectionSize)
-