Reference documentation and code samples for the Storage Transfer Service V1 API class Google::Cloud::StorageTransfer::V1::TransferManifest.
Specifies where the manifest is located.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#location
def location() -> ::String
    Returns
    
  - 
        (::String) — Specifies the path to the manifest in Cloud Storage. The Google-managed
service account for the transfer must have 
storage.objects.getpermission for this object. An example path isgs://bucket_name/path/manifest.csv. 
#location=
def location=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Specifies the path to the manifest in Cloud Storage. The Google-managed
service account for the transfer must have 
storage.objects.getpermission for this object. An example path isgs://bucket_name/path/manifest.csv. 
    Returns
    
- 
        (::String) — Specifies the path to the manifest in Cloud Storage. The Google-managed
service account for the transfer must have 
storage.objects.getpermission for this object. An example path isgs://bucket_name/path/manifest.csv.