Reference documentation and code samples for the Storage Batch Operations V1 API class Google::Cloud::StorageBatchOperations::V1::BucketList.
Describes list of buckets and their objects to be transformed.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#buckets
def buckets() -> ::Array<::Google::Cloud::StorageBatchOperations::V1::BucketList::Bucket>
Returns
- (::Array<::Google::Cloud::StorageBatchOperations::V1::BucketList::Bucket>) — Required. List of buckets and their objects to be transformed. Currently, only one bucket configuration is supported. If multiple buckets are specified, an error will be returned.
#buckets=
def buckets=(value) -> ::Array<::Google::Cloud::StorageBatchOperations::V1::BucketList::Bucket>
Parameter
- value (::Array<::Google::Cloud::StorageBatchOperations::V1::BucketList::Bucket>) — Required. List of buckets and their objects to be transformed. Currently, only one bucket configuration is supported. If multiple buckets are specified, an error will be returned.
Returns
- (::Array<::Google::Cloud::StorageBatchOperations::V1::BucketList::Bucket>) — Required. List of buckets and their objects to be transformed. Currently, only one bucket configuration is supported. If multiple buckets are specified, an error will be returned.