Package | Description |
---|---|
com.google.cloud.logging.v2 |
A client to Cloud Logging API
|
com.google.cloud.logging.v2.stub | |
com.google.logging.v2 |
Modifier and Type | Method and 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<ListBucketsRequest,ListBucketsResponse,ConfigClient.ListBucketsPagedResponse> |
ConfigSettings.listBucketsSettings()
Returns the object with the settings used for calls to listBuckets.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ConfigClient.ListBucketsPagedResponse |
ConfigClient.listBuckets(ListBucketsRequest request)
Lists log buckets.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ListBucketsResponse> |
GrpcConfigServiceV2Stub.listBucketsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ListBucketsResponse> |
ConfigServiceV2Stub.listBucketsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ConfigClient.ListBucketsPagedResponse> |
GrpcConfigServiceV2Stub.listBucketsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListBucketsRequest,ConfigClient.ListBucketsPagedResponse> |
ConfigServiceV2Stub.listBucketsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListBucketsRequest,ListBucketsResponse,ConfigClient.ListBucketsPagedResponse> |
ConfigServiceV2StubSettings.listBucketsSettings()
Returns the object with the settings used for calls to listBuckets.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ListBucketsRequest |
ListBucketsRequest.Builder.build() |
ListBucketsRequest |
ListBucketsRequest.Builder.buildPartial() |
static ListBucketsRequest |
ListBucketsRequest.getDefaultInstance() |
ListBucketsRequest |
ListBucketsRequest.getDefaultInstanceForType() |
ListBucketsRequest |
ListBucketsRequest.Builder.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(ByteBuffer data) |
static ListBucketsRequest |
ListBucketsRequest.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListBucketsRequest,ListBucketsResponse> |
ConfigServiceV2Grpc.getListBucketsMethod() |
com.google.protobuf.Parser<ListBucketsRequest> |
ListBucketsRequest.getParserForType() |
static com.google.protobuf.Parser<ListBucketsRequest> |
ListBucketsRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListBucketsResponse |
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub.listBuckets(ListBucketsRequest request)
Lists log buckets.
|
com.google.common.util.concurrent.ListenableFuture<ListBucketsResponse> |
ConfigServiceV2Grpc.ConfigServiceV2FutureStub.listBuckets(ListBucketsRequest request)
Lists log buckets.
|
default void |
ConfigServiceV2Grpc.AsyncService.listBuckets(ListBucketsRequest request,
StreamObserver<ListBucketsResponse> responseObserver)
Lists log buckets.
|
void |
ConfigServiceV2Grpc.ConfigServiceV2Stub.listBuckets(ListBucketsRequest request,
StreamObserver<ListBucketsResponse> responseObserver)
Lists log buckets.
|
ListBucketsRequest.Builder |
ListBucketsRequest.Builder.mergeFrom(ListBucketsRequest other) |
static ListBucketsRequest.Builder |
ListBucketsRequest.newBuilder(ListBucketsRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.