public static interface Bucket.LoggingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLogBucket()
public abstract 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;
Type | Description |
String |
The logBucket. |
getLogBucketBytes()
public abstract 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;
Type | Description |
ByteString |
The bytes for logBucket. |
getLogObjectPrefix()
public abstract String getLogObjectPrefix()
A prefix for log object names.
string log_object_prefix = 2;
Type | Description |
String |
The logObjectPrefix. |
getLogObjectPrefixBytes()
public abstract ByteString getLogObjectPrefixBytes()
A prefix for log object names.
string log_object_prefix = 2;
Type | Description |
ByteString |
The bytes for logObjectPrefix. |