Uses of Class
com.google.logging.v2.BucketMetadata
-
Packages that use BucketMetadata Package Description com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of BucketMetadata in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type BucketMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<LogBucket,BucketMetadata>
ConfigClient. createBucketAsyncAsync(CreateBucketRequest request)
Creates a log bucket asynchronously that can be used to store log entries.com.google.api.gax.rpc.OperationCallable<CreateBucketRequest,LogBucket,BucketMetadata>
ConfigClient. createBucketAsyncOperationCallable()
Creates a log bucket asynchronously that can be used to store log entries.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBucketRequest,LogBucket,BucketMetadata>
ConfigSettings.Builder. createBucketAsyncOperationSettings()
Returns the builder for the settings used for calls to createBucketAsync.com.google.api.gax.rpc.OperationCallSettings<CreateBucketRequest,LogBucket,BucketMetadata>
ConfigSettings. createBucketAsyncOperationSettings()
Returns the object with the settings used for calls to createBucketAsync.com.google.api.gax.longrunning.OperationFuture<LogBucket,BucketMetadata>
ConfigClient. updateBucketAsyncAsync(UpdateBucketRequest request)
Updates a log bucket asynchronously.com.google.api.gax.rpc.OperationCallable<UpdateBucketRequest,LogBucket,BucketMetadata>
ConfigClient. updateBucketAsyncOperationCallable()
Updates a log bucket asynchronously.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateBucketRequest,LogBucket,BucketMetadata>
ConfigSettings.Builder. updateBucketAsyncOperationSettings()
Returns the builder for the settings used for calls to updateBucketAsync.com.google.api.gax.rpc.OperationCallSettings<UpdateBucketRequest,LogBucket,BucketMetadata>
ConfigSettings. updateBucketAsyncOperationSettings()
Returns the object with the settings used for calls to updateBucketAsync. -
Uses of BucketMetadata in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type BucketMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateBucketRequest,LogBucket,BucketMetadata>
ConfigServiceV2Stub. createBucketAsyncOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateBucketRequest,LogBucket,BucketMetadata>
GrpcConfigServiceV2Stub. createBucketAsyncOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBucketRequest,LogBucket,BucketMetadata>
ConfigServiceV2StubSettings.Builder. createBucketAsyncOperationSettings()
Returns the builder for the settings used for calls to createBucketAsync.com.google.api.gax.rpc.OperationCallSettings<CreateBucketRequest,LogBucket,BucketMetadata>
ConfigServiceV2StubSettings. createBucketAsyncOperationSettings()
Returns the object with the settings used for calls to createBucketAsync.com.google.api.gax.rpc.OperationCallable<UpdateBucketRequest,LogBucket,BucketMetadata>
ConfigServiceV2Stub. updateBucketAsyncOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateBucketRequest,LogBucket,BucketMetadata>
GrpcConfigServiceV2Stub. updateBucketAsyncOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateBucketRequest,LogBucket,BucketMetadata>
ConfigServiceV2StubSettings.Builder. updateBucketAsyncOperationSettings()
Returns the builder for the settings used for calls to updateBucketAsync.com.google.api.gax.rpc.OperationCallSettings<UpdateBucketRequest,LogBucket,BucketMetadata>
ConfigServiceV2StubSettings. updateBucketAsyncOperationSettings()
Returns the object with the settings used for calls to updateBucketAsync. -
Uses of BucketMetadata in com.google.logging.v2
Methods in com.google.logging.v2 that return BucketMetadata Modifier and Type Method Description BucketMetadata
BucketMetadata.Builder. build()
BucketMetadata
BucketMetadata.Builder. buildPartial()
static BucketMetadata
BucketMetadata. getDefaultInstance()
BucketMetadata
BucketMetadata.Builder. getDefaultInstanceForType()
BucketMetadata
BucketMetadata. getDefaultInstanceForType()
static BucketMetadata
BucketMetadata. parseDelimitedFrom(InputStream input)
static BucketMetadata
BucketMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BucketMetadata
BucketMetadata. parseFrom(byte[] data)
static BucketMetadata
BucketMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BucketMetadata
BucketMetadata. parseFrom(com.google.protobuf.ByteString data)
static BucketMetadata
BucketMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BucketMetadata
BucketMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static BucketMetadata
BucketMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BucketMetadata
BucketMetadata. parseFrom(InputStream input)
static BucketMetadata
BucketMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BucketMetadata
BucketMetadata. parseFrom(ByteBuffer data)
static BucketMetadata
BucketMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.logging.v2 that return types with arguments of type BucketMetadata Modifier and Type Method Description com.google.protobuf.Parser<BucketMetadata>
BucketMetadata. getParserForType()
static com.google.protobuf.Parser<BucketMetadata>
BucketMetadata. parser()
Methods in com.google.logging.v2 with parameters of type BucketMetadata Modifier and Type Method Description BucketMetadata.Builder
BucketMetadata.Builder. mergeFrom(BucketMetadata other)
static BucketMetadata.Builder
BucketMetadata. newBuilder(BucketMetadata prototype)
-