Package com.google.storage.v2
Interface Bucket.LoggingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Bucket.Logging,Bucket.Logging.Builder
- Enclosing class:
- Bucket
public static interface Bucket.LoggingOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe destination bucket where the current bucket's logs should be placed, using path format (like `projects/123456/buckets/foo`).com.google.protobuf.ByteStringThe destination bucket where the current bucket's logs should be placed, using path format (like `projects/123456/buckets/foo`).A prefix for log object names.com.google.protobuf.ByteStringA prefix for log object names.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLogBucket
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;- Returns:
- The logBucket.
-
getLogBucketBytes
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;- Returns:
- The bytes for logBucket.
-
getLogObjectPrefix
String getLogObjectPrefix()A prefix for log object names.
string log_object_prefix = 2;- Returns:
- The logObjectPrefix.
-
getLogObjectPrefixBytes
com.google.protobuf.ByteString getLogObjectPrefixBytes()A prefix for log object names.
string log_object_prefix = 2;- Returns:
- The bytes for logObjectPrefix.
-