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 TypeMethodDescriptionstatic com.google.api.core.ApiFuture<ConfigClient.ListBucketsPagedResponse>ConfigClient.ListBucketsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListBucketsRequest, ListBucketsResponse, LogBucket> context, com.google.api.core.ApiFuture<ListBucketsResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ConfigClient.ListBucketsPagedResponse> ConfigClient.listBucketsPagedCallable()Lists log buckets.com.google.api.gax.rpc.PagedCallSettings.Builder<ListBucketsRequest,ListBucketsResponse, ConfigClient.ListBucketsPagedResponse> ConfigSettings.Builder.listBucketsSettings()Returns the builder for the settings used for calls to listBuckets.com.google.api.gax.rpc.PagedCallSettings<ListBucketsRequest,ListBucketsResponse, ConfigClient.ListBucketsPagedResponse> 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 TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ConfigClient.ListBucketsPagedResponse> ConfigServiceV2Stub.listBucketsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ConfigClient.ListBucketsPagedResponse> GrpcConfigServiceV2Stub.listBucketsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListBucketsRequest,ListBucketsResponse, ConfigClient.ListBucketsPagedResponse> ConfigServiceV2StubSettings.Builder.listBucketsSettings()Returns the builder for the settings used for calls to listBuckets.com.google.api.gax.rpc.PagedCallSettings<ListBucketsRequest,ListBucketsResponse, ConfigClient.ListBucketsPagedResponse> ConfigServiceV2StubSettings.listBucketsSettings()Returns the object with the settings used for calls to listBuckets.