public interface GCSOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for remotePath. |