Interface StorageConfigOrBuilder (1.41.0)

public interface StorageConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBucket()

public abstract String getBucket()

Optional. The name of the Cloud Storage bucket used by the environment. No gs:// prefix.

string bucket = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The bucket.

getBucketBytes()

public abstract ByteString getBucketBytes()

Optional. The name of the Cloud Storage bucket used by the environment. No gs:// prefix.

string bucket = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for bucket.