Interface GcsProfileOrBuilder (1.40.0)

public interface GcsProfileOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBucket()

public abstract String getBucket()

Required. The Cloud Storage bucket name.

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

Returns
TypeDescription
String

The bucket.

getBucketBytes()

public abstract ByteString getBucketBytes()

Required. The Cloud Storage bucket name.

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

Returns
TypeDescription
ByteString

The bytes for bucket.

getRootPath()

public abstract String getRootPath()

The root path inside the Cloud Storage bucket.

string root_path = 2;

Returns
TypeDescription
String

The rootPath.

getRootPathBytes()

public abstract ByteString getRootPathBytes()

The root path inside the Cloud Storage bucket.

string root_path = 2;

Returns
TypeDescription
ByteString

The bytes for rootPath.