Uses of Class
com.google.cloud.logging.v2.ConfigClient.ListBucketsPagedResponse
Packages that use ConfigClient.ListBucketsPagedResponse
Package
Description
A client to Cloud Logging API
-
Uses of ConfigClient.ListBucketsPagedResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return ConfigClient.ListBucketsPagedResponseModifier and TypeMethodDescriptionConfigClient.listBuckets(BillingAccountLocationName parent) Lists log buckets.ConfigClient.listBuckets(FolderLocationName parent) Lists log buckets.ConfigClient.listBuckets(ListBucketsRequest request) Lists log buckets.ConfigClient.listBuckets(LocationName parent) Lists log buckets.ConfigClient.listBuckets(OrganizationLocationName parent) Lists log buckets.ConfigClient.listBuckets(String parent) Lists log buckets.Methods in com.google.cloud.logging.v2 that return types with arguments of type ConfigClient.ListBucketsPagedResponseModifier and TypeMethodDescriptionConfigClient.ListBucketsPagedResponse.createAsync(PageContext<ListBucketsRequest, ListBucketsResponse, LogBucket> context, ApiFuture<ListBucketsResponse> futureResponse) ConfigClient.listBucketsPagedCallable()Lists log buckets.PagedCallSettings.Builder<ListBucketsRequest,ListBucketsResponse, ConfigClient.ListBucketsPagedResponse> ConfigSettings.Builder.listBucketsSettings()Returns the builder for the settings used for calls to listBuckets.ConfigSettings.listBucketsSettings()Returns the object with the settings used for calls to listBuckets. -
Uses of ConfigClient.ListBucketsPagedResponse in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ConfigClient.ListBucketsPagedResponseModifier and TypeMethodDescriptionConfigServiceV2Stub.listBucketsPagedCallable()GrpcConfigServiceV2Stub.listBucketsPagedCallable()PagedCallSettings.Builder<ListBucketsRequest,ListBucketsResponse, ConfigClient.ListBucketsPagedResponse> ConfigServiceV2StubSettings.Builder.listBucketsSettings()Returns the builder for the settings used for calls to listBuckets.ConfigServiceV2StubSettings.listBucketsSettings()Returns the object with the settings used for calls to listBuckets.