public static interface DatasetConfig.CloudStorageBuckets.CloudStorageBucketOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBucketName()
public abstract String getBucketName()Cloud Storage bucket name.
string bucket_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The bucketName. |
getBucketNameBytes()
public abstract ByteString getBucketNameBytes()Cloud Storage bucket name.
string bucket_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for bucketName. |
getBucketPrefixRegex()
public abstract String getBucketPrefixRegex() A regex pattern for bucket names matching the regex. Regex should
follow the syntax specified in google/re2 on GitHub.
string bucket_prefix_regex = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The bucketPrefixRegex. |
getBucketPrefixRegexBytes()
public abstract ByteString getBucketPrefixRegexBytes() A regex pattern for bucket names matching the regex. Regex should
follow the syntax specified in google/re2 on GitHub.
string bucket_prefix_regex = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for bucketPrefixRegex. |
getCloudStorageBucketCase()
public abstract DatasetConfig.CloudStorageBuckets.CloudStorageBucket.CloudStorageBucketCase getCloudStorageBucketCase()| Returns | |
|---|---|
| Type | Description |
DatasetConfig.CloudStorageBuckets.CloudStorageBucket.CloudStorageBucketCase |
|
hasBucketName()
public abstract boolean hasBucketName()Cloud Storage bucket name.
string bucket_name = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the bucketName field is set. |
hasBucketPrefixRegex()
public abstract boolean hasBucketPrefixRegex() A regex pattern for bucket names matching the regex. Regex should
follow the syntax specified in google/re2 on GitHub.
string bucket_prefix_regex = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the bucketPrefixRegex field is set. |