Storage Batch Operations V1 API - Class Google::Cloud::StorageBatchOperations::V1::BucketList::Bucket (v0.1.0)

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
Returns
  • (::String) — Required. Bucket name for the objects to be transformed.

#bucket=

def bucket=(value) -> ::String
Parameter
  • value (::String) — Required. Bucket name for the objects to be transformed.
Returns
  • (::String) — Required. Bucket name for the objects to be transformed.

#manifest

def manifest() -> ::Google::Cloud::StorageBatchOperations::V1::Manifest
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns

#prefix_list=

def prefix_list=(value) -> ::Google::Cloud::StorageBatchOperations::V1::PrefixList
Parameter
  • 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.

Returns