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 Type
    Method
    Description
    The destination bucket where the current bucket's logs should be placed, using path format (like `projects/123456/buckets/foo`).
    com.google.protobuf.ByteString
    The 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.ByteString
    A prefix for log object names.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.