Interface TransferTypes.GcsDataOrBuilder (1.41.0)

public static interface TransferTypes.GcsDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBucketName()

public abstract String getBucketName()

Required. Cloud Storage bucket name. Must meet Bucket Name Requirements.

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

Returns
TypeDescription
String

The bucketName.

getBucketNameBytes()

public abstract ByteString getBucketNameBytes()

Required. Cloud Storage bucket name. Must meet Bucket Name Requirements.

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

Returns
TypeDescription
ByteString

The bytes for bucketName.

getPath()

public abstract String getPath()

Root path to transfer objects.

Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.

The root path value must meet Object Name Requirements.

string path = 3;

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

Root path to transfer objects.

Must be an empty string or full path name that ends with a '/'. This field is treated as an object prefix. As such, it should generally not begin with a '/'.

The root path value must meet Object Name Requirements.

string path = 3;

Returns
TypeDescription
ByteString

The bytes for path.