Reference documentation and code samples for the Storage Batch Operations V1 API class Google::Cloud::StorageBatchOperations::V1::BucketList::Bucket.
Describes configuration of a single bucket and its objects to be transformed.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bucket
def bucket() -> ::String
- (::String) — Required. Bucket name for the objects to be transformed.
#bucket=
def bucket=(value) -> ::String
- value (::String) — Required. Bucket name for the objects to be transformed.
- (::String) — Required. Bucket name for the objects to be transformed.
#manifest
def manifest() -> ::Google::Cloud::StorageBatchOperations::V1::Manifest
-
(::Google::Cloud::StorageBatchOperations::V1::Manifest) — Specifies objects in a manifest file.
Note: The following fields are mutually exclusive:
manifest
,prefix_list
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#manifest=
def manifest=(value) -> ::Google::Cloud::StorageBatchOperations::V1::Manifest
-
value (::Google::Cloud::StorageBatchOperations::V1::Manifest) — Specifies objects in a manifest file.
Note: The following fields are mutually exclusive:
manifest
,prefix_list
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::StorageBatchOperations::V1::Manifest) — Specifies objects in a manifest file.
Note: The following fields are mutually exclusive:
manifest
,prefix_list
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#prefix_list
def prefix_list() -> ::Google::Cloud::StorageBatchOperations::V1::PrefixList
-
(::Google::Cloud::StorageBatchOperations::V1::PrefixList) — Specifies objects matching a prefix set.
Note: The following fields are mutually exclusive:
prefix_list
,manifest
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#prefix_list=
def prefix_list=(value) -> ::Google::Cloud::StorageBatchOperations::V1::PrefixList
-
value (::Google::Cloud::StorageBatchOperations::V1::PrefixList) — Specifies objects matching a prefix set.
Note: The following fields are mutually exclusive:
prefix_list
,manifest
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::StorageBatchOperations::V1::PrefixList) — Specifies objects matching a prefix set.
Note: The following fields are mutually exclusive:
prefix_list
,manifest
. If a field in that set is populated, all other fields in the set will automatically be cleared.