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.
|
com.google.protobuf.ByteString |
getLogBucketBytes()
The destination bucket where the current bucket's logs should be placed.
|
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, hasOneofString getLogBucket()
The destination bucket where the current bucket's logs should be placed.
string log_bucket = 1;com.google.protobuf.ByteString getLogBucketBytes()
The destination bucket where the current bucket's logs should be placed.
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 © 2021 Google LLC. All rights reserved.