Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class TransferManifest.
Specifies where the manifest is located.
Generated from protobuf message google.storagetransfer.v1.TransferManifest
Namespace
Google \ Cloud \ StorageTransfer \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ location | stringSpecifies the path to the manifest in Cloud Storage. The Google-managed service account for the transfer must have  | 
getLocation
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.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setLocation
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.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |