Interface GcsProfileOrBuilder (1.0.0)

public interface GcsProfileOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBucketName()

public abstract String getBucketName()

Required. The full project and resource path for Cloud Storage bucket including the name.

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

Returns
TypeDescription
String

The bucketName.

getBucketNameBytes()

public abstract ByteString getBucketNameBytes()

Required. The full project and resource path for Cloud Storage bucket including the name.

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

Returns
TypeDescription
ByteString

The bytes for bucketName.

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.