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 TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.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()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:
- The logBucket.
-
getLogBucketBytes
com.google.protobuf.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:
- The bytes for logBucket.
-
getLogObjectPrefix
String getLogObjectPrefix()Optional. A prefix for log object names.
string log_object_prefix = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The logObjectPrefix.
-
getLogObjectPrefixBytes
com.google.protobuf.ByteString getLogObjectPrefixBytes()Optional. A prefix for log object names.
string log_object_prefix = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for logObjectPrefix.
-