public interface GcsProfileOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBucket()
public abstract String getBucket()Required. The Cloud Storage bucket name.
string bucket = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The bucket. |
getBucketBytes()
public abstract ByteString getBucketBytes()Required. The Cloud Storage bucket name.
string bucket = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for bucket. |
getRootPath()
public abstract String getRootPath()The root path inside the Cloud Storage bucket.
string root_path = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The rootPath. |
getRootPathBytes()
public abstract ByteString getRootPathBytes()The root path inside the Cloud Storage bucket.
string root_path = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for rootPath. |