public static interface BucketList.BucketOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBucket()
public abstract String getBucket()
Required. Bucket name for the objects to be transformed.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The bucket. |
getBucketBytes()
public abstract ByteString getBucketBytes()
Required. Bucket name for the objects to be transformed.
string bucket = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for bucket. |
getManifest()
public abstract Manifest getManifest()
Specifies objects in a manifest file.
.google.cloud.storagebatchoperations.v1.Manifest manifest = 3;
Returns | |
---|---|
Type | Description |
Manifest |
The manifest. |
getManifestOrBuilder()
public abstract ManifestOrBuilder getManifestOrBuilder()
Specifies objects in a manifest file.
.google.cloud.storagebatchoperations.v1.Manifest manifest = 3;
Returns | |
---|---|
Type | Description |
ManifestOrBuilder |
getObjectConfigurationCase()
public abstract BucketList.Bucket.ObjectConfigurationCase getObjectConfigurationCase()
Returns | |
---|---|
Type | Description |
BucketList.Bucket.ObjectConfigurationCase |
getPrefixList()
public abstract PrefixList getPrefixList()
Specifies objects matching a prefix set.
.google.cloud.storagebatchoperations.v1.PrefixList prefix_list = 2;
Returns | |
---|---|
Type | Description |
PrefixList |
The prefixList. |
getPrefixListOrBuilder()
public abstract PrefixListOrBuilder getPrefixListOrBuilder()
Specifies objects matching a prefix set.
.google.cloud.storagebatchoperations.v1.PrefixList prefix_list = 2;
Returns | |
---|---|
Type | Description |
PrefixListOrBuilder |
hasManifest()
public abstract boolean hasManifest()
Specifies objects in a manifest file.
.google.cloud.storagebatchoperations.v1.Manifest manifest = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the manifest field is set. |
hasPrefixList()
public abstract boolean hasPrefixList()
Specifies objects matching a prefix set.
.google.cloud.storagebatchoperations.v1.PrefixList prefix_list = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the prefixList field is set. |