Interface GCSOrBuilder (0.41.0)

public interface GCSOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRemotePath()

public abstract String getRemotePath()

Remote path, either a bucket name or a subdirectory of a bucket, e.g.: bucket_name, bucket_name/subdirectory/

string remote_path = 1;

Returns
TypeDescription
String

The remotePath.

getRemotePathBytes()

public abstract ByteString getRemotePathBytes()

Remote path, either a bucket name or a subdirectory of a bucket, e.g.: bucket_name, bucket_name/subdirectory/

string remote_path = 1;

Returns
TypeDescription
ByteString

The bytes for remotePath.