Uses of Class
com.google.cloud.logging.v2.ConfigClient.ListBucketsPagedResponse
-
Packages that use ConfigClient.ListBucketsPagedResponse Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub -
-
Uses of ConfigClient.ListBucketsPagedResponse in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return ConfigClient.ListBucketsPagedResponse Modifier and Type Method Description ConfigClient.ListBucketsPagedResponse
ConfigClient. listBuckets(BillingAccountLocationName parent)
Lists log buckets.ConfigClient.ListBucketsPagedResponse
ConfigClient. listBuckets(FolderLocationName parent)
Lists log buckets.ConfigClient.ListBucketsPagedResponse
ConfigClient. listBuckets(ListBucketsRequest request)
Lists log buckets.ConfigClient.ListBucketsPagedResponse
ConfigClient. listBuckets(LocationName parent)
Lists log buckets.ConfigClient.ListBucketsPagedResponse
ConfigClient. listBuckets(OrganizationLocationName parent)
Lists log buckets.ConfigClient.ListBucketsPagedResponse
ConfigClient. listBuckets(String parent)
Lists log buckets.Methods in com.google.cloud.logging.v2 that return types with arguments of type ConfigClient.ListBucketsPagedResponse Modifier and Type Method Description static 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)
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.ListBucketsPagedResponse Modifier and Type Method Description com.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.
-