Google Cloud Storage Transfer V1 Client - Class TransferManifest (1.0.6)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ location string

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.

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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this