Uses of Class
com.google.logging.v2.ListBucketsRequest
-
Packages that use ListBucketsRequest Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of ListBucketsRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type ListBucketsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ListBucketsResponse>
ConfigClient. listBucketsCallable()
Lists log buckets.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.Methods in com.google.cloud.logging.v2 with parameters of type ListBucketsRequest Modifier and Type Method Description ConfigClient.ListBucketsPagedResponse
ConfigClient. listBuckets(ListBucketsRequest request)
Lists log buckets.Method parameters in com.google.cloud.logging.v2 with type arguments of type ListBucketsRequest 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)
protected ConfigClient.ListBucketsPage
ConfigClient.ListBucketsPage. createPage(com.google.api.gax.rpc.PageContext<ListBucketsRequest,ListBucketsResponse,LogBucket> context, ListBucketsResponse response)
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)
-
Uses of ListBucketsRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type ListBucketsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ListBucketsResponse>
ConfigServiceV2Stub. listBucketsCallable()
com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ListBucketsResponse>
GrpcConfigServiceV2Stub. listBucketsCallable()
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. -
Uses of ListBucketsRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return ListBucketsRequest Modifier and Type Method Description ListBucketsRequest
ListBucketsRequest.Builder. build()
ListBucketsRequest
ListBucketsRequest.Builder. buildPartial()
static ListBucketsRequest
ListBucketsRequest. getDefaultInstance()
ListBucketsRequest
ListBucketsRequest.Builder. getDefaultInstanceForType()
ListBucketsRequest
ListBucketsRequest. getDefaultInstanceForType()
static ListBucketsRequest
ListBucketsRequest. parseDelimitedFrom(InputStream input)
static ListBucketsRequest
ListBucketsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBucketsRequest
ListBucketsRequest. parseFrom(byte[] data)
static ListBucketsRequest
ListBucketsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBucketsRequest
ListBucketsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListBucketsRequest
ListBucketsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBucketsRequest
ListBucketsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListBucketsRequest
ListBucketsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBucketsRequest
ListBucketsRequest. parseFrom(InputStream input)
static ListBucketsRequest
ListBucketsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListBucketsRequest
ListBucketsRequest. parseFrom(ByteBuffer data)
static ListBucketsRequest
ListBucketsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.logging.v2 that return types with arguments of type ListBucketsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListBucketsRequest,ListBucketsResponse>
ConfigServiceV2Grpc. getListBucketsMethod()
com.google.protobuf.Parser<ListBucketsRequest>
ListBucketsRequest. getParserForType()
static com.google.protobuf.Parser<ListBucketsRequest>
ListBucketsRequest. parser()
Methods in com.google.logging.v2 with parameters of type ListBucketsRequest Modifier and Type Method Description default void
ConfigServiceV2Grpc.AsyncService. listBuckets(ListBucketsRequest request, io.grpc.stub.StreamObserver<ListBucketsResponse> responseObserver)
Lists log buckets.ListBucketsResponse
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub. listBuckets(ListBucketsRequest request)
Lists log buckets.com.google.common.util.concurrent.ListenableFuture<ListBucketsResponse>
ConfigServiceV2Grpc.ConfigServiceV2FutureStub. listBuckets(ListBucketsRequest request)
Lists log buckets.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. listBuckets(ListBucketsRequest request, io.grpc.stub.StreamObserver<ListBucketsResponse> responseObserver)
Lists log buckets.ListBucketsRequest.Builder
ListBucketsRequest.Builder. mergeFrom(ListBucketsRequest other)
static ListBucketsRequest.Builder
ListBucketsRequest. newBuilder(ListBucketsRequest prototype)
-