Class: Google::Cloud::StorageBatchOperations::V1::Manifest
- Inherits:
-
Object
- Object
- Google::Cloud::StorageBatchOperations::V1::Manifest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb
Overview
Describes list of objects to be transformed.
Instance Attribute Summary collapse
-
#manifest_location ⇒ ::String
Required.
Instance Attribute Details
#manifest_location ⇒ ::String
Returns Required. manifest_location must contain the manifest source file that is
a CSV file in a Google Cloud Storage bucket. Each row in the file must
include the object details i.e. BucketId and Name. Generation may
optionally be specified. When it is not specified the live object is acted
upon. manifest_location should either be 1) An absolute path to the
object in the format of gs://bucket_name/path/file_name.csv. 2) An
absolute path with a single wildcard character in the file name, for
example gs://bucket_name/path/file_name*.csv.
If manifest location is specified with a wildcard, objects in all manifest
files matching the pattern will be acted upon.
154 155 156 157 |
# File 'proto_docs/google/cloud/storagebatchoperations/v1/storage_batch_operations_types.rb', line 154 class Manifest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |