public static interface Bucket.LoggingOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getLogBucket()
The destination bucket where the current bucket's logs should be placed,
using path format (like `projects/123456/buckets/foo`).
|
com.google.protobuf.ByteString |
getLogBucketBytes()
The destination bucket where the current bucket's logs should be placed,
using path format (like `projects/123456/buckets/foo`).
|
String |
getLogObjectPrefix()
A prefix for log object names.
|
com.google.protobuf.ByteString |
getLogObjectPrefixBytes()
A prefix for log object names.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getLogBucket()
The destination bucket where the current bucket's logs should be placed, using path format (like `projects/123456/buckets/foo`).
string log_bucket = 1;
com.google.protobuf.ByteString getLogBucketBytes()
The destination bucket where the current bucket's logs should be placed, using path format (like `projects/123456/buckets/foo`).
string log_bucket = 1;
String getLogObjectPrefix()
A prefix for log object names.
string log_object_prefix = 2;
com.google.protobuf.ByteString getLogObjectPrefixBytes()
A prefix for log object names.
string log_object_prefix = 2;
Copyright © 2023 Google LLC. All rights reserved.