Interface Bucket.LoggingOrBuilder (2.30.1)

See more code actions.
public static interface Bucket.LoggingOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract 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
Type Description
String

The logBucket.

getLogBucketBytes()

public abstract 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
Type Description
ByteString

The bytes for logBucket.

getLogObjectPrefix()

public abstract String getLogObjectPrefix()

A prefix for log object names.

string log_object_prefix = 2;

Returns
Type Description
String

The logObjectPrefix.

getLogObjectPrefixBytes()

public abstract ByteString getLogObjectPrefixBytes()

A prefix for log object names.

string log_object_prefix = 2;

Returns
Type Description
ByteString

The bytes for logObjectPrefix.