Interface Bucket.LoggingOrBuilder (2.1.10)

public static interface Bucket.LoggingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLogBucket()

public abstract String getLogBucket()

The destination bucket where the current bucket's logs should be placed.

string log_bucket = 1;

Returns
TypeDescription
String

The logBucket.

getLogBucketBytes()

public abstract ByteString getLogBucketBytes()

The destination bucket where the current bucket's logs should be placed.

string log_bucket = 1;

Returns
TypeDescription
ByteString

The bytes for logBucket.

getLogObjectPrefix()

public abstract String getLogObjectPrefix()

A prefix for log object names.

string log_object_prefix = 2;

Returns
TypeDescription
String

The logObjectPrefix.

getLogObjectPrefixBytes()

public abstract ByteString getLogObjectPrefixBytes()

A prefix for log object names.

string log_object_prefix = 2;

Returns
TypeDescription
ByteString

The bytes for logObjectPrefix.