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