Package | Description |
---|---|
com.google.storage.v2 |
A client to Cloud Storage API
|
Modifier and Type | Method and Description |
---|---|
Bucket.Logging |
Bucket.Logging.Builder.build() |
Bucket.Logging |
Bucket.Logging.Builder.buildPartial() |
static Bucket.Logging |
Bucket.Logging.getDefaultInstance() |
Bucket.Logging |
Bucket.Logging.getDefaultInstanceForType() |
Bucket.Logging |
Bucket.Logging.Builder.getDefaultInstanceForType() |
Bucket.Logging |
Bucket.getLogging()
The bucket's logging config, which defines the destination bucket
and name prefix (if any) for the current bucket's logs.
|
Bucket.Logging |
Bucket.Builder.getLogging()
The bucket's logging config, which defines the destination bucket
and name prefix (if any) for the current bucket's logs.
|
Bucket.Logging |
BucketOrBuilder.getLogging()
The bucket's logging config, which defines the destination bucket
and name prefix (if any) for the current bucket's logs.
|
static Bucket.Logging |
Bucket.Logging.parseDelimitedFrom(InputStream input) |
static Bucket.Logging |
Bucket.Logging.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket.Logging |
Bucket.Logging.parseFrom(byte[] data) |
static Bucket.Logging |
Bucket.Logging.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket.Logging |
Bucket.Logging.parseFrom(ByteBuffer data) |
static Bucket.Logging |
Bucket.Logging.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket.Logging |
Bucket.Logging.parseFrom(com.google.protobuf.ByteString data) |
static Bucket.Logging |
Bucket.Logging.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket.Logging |
Bucket.Logging.parseFrom(com.google.protobuf.CodedInputStream input) |
static Bucket.Logging |
Bucket.Logging.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Bucket.Logging |
Bucket.Logging.parseFrom(InputStream input) |
static Bucket.Logging |
Bucket.Logging.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Bucket.Logging> |
Bucket.Logging.getParserForType() |
static com.google.protobuf.Parser<Bucket.Logging> |
Bucket.Logging.parser() |
Modifier and Type | Method and Description |
---|---|
Bucket.Logging.Builder |
Bucket.Logging.Builder.mergeFrom(Bucket.Logging other) |
Bucket.Builder |
Bucket.Builder.mergeLogging(Bucket.Logging value)
The bucket's logging config, which defines the destination bucket
and name prefix (if any) for the current bucket's logs.
|
static Bucket.Logging.Builder |
Bucket.Logging.newBuilder(Bucket.Logging prototype) |
Bucket.Builder |
Bucket.Builder.setLogging(Bucket.Logging value)
The bucket's logging config, which defines the destination bucket
and name prefix (if any) for the current bucket's logs.
|
Copyright © 2023 Google LLC. All rights reserved.