public static interface Bucket.LoggingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLogBucket()
public abstract String getLogBucket() Optional. The destination bucket where the current bucket's logs should
be placed, using path format (like projects/123456/buckets/foo).
string log_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The logBucket. |
getLogBucketBytes()
public abstract ByteString getLogBucketBytes() Optional. The destination bucket where the current bucket's logs should
be placed, using path format (like projects/123456/buckets/foo).
string log_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for logBucket. |
getLogObjectPrefix()
public abstract String getLogObjectPrefix()Optional. A prefix for log object names.
string log_object_prefix = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The logObjectPrefix. |
getLogObjectPrefixBytes()
public abstract ByteString getLogObjectPrefixBytes()Optional. A prefix for log object names.
string log_object_prefix = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for logObjectPrefix. |