Class: Google::Cloud::StorageTransfer::V1::TransferManifest
- Inherits:
-
Object
- Object
- Google::Cloud::StorageTransfer::V1::TransferManifest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer_types.rb
Overview
Specifies where the manifest is located.
Instance Attribute Summary collapse
-
#location ⇒ ::String
Specifies the path to the manifest in Cloud Storage.
Instance Attribute Details
#location ⇒ ::String
Returns Specifies the path to the manifest in Cloud Storage. The Google-managed
service account for the transfer must have storage.objects.get
permission for this object. An example path is
gs://bucket_name/path/manifest.csv
.
898 899 900 901 |
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 898 class TransferManifest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |