Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class TransferManifest.
Specifies where the manifest is located.
Generated from protobuf messagegoogle.storagetransfer.v1.TransferManifest
Namespace
Google \ Cloud \ StorageTransfer \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
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 havestorage.objects.getpermission for this object. An example path isgs://bucket_name/path/manifest.csv.
getLocation
Specifies the path to the manifest in Cloud Storage. The Google-managed
service account for the transfer must havestorage.objects.getpermission for this object. An example path isgs://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 havestorage.objects.getpermission for this object. An example path isgs://bucket_name/path/manifest.csv.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Storage Transfer V1 Client - Class TransferManifest (2.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.1 (latest)](/php/docs/reference/cloud-storage-transfer/latest/V1.TransferManifest)\n- [2.2.0](/php/docs/reference/cloud-storage-transfer/2.2.0/V1.TransferManifest)\n- [2.1.1](/php/docs/reference/cloud-storage-transfer/2.1.1/V1.TransferManifest)\n- [2.0.2](/php/docs/reference/cloud-storage-transfer/2.0.2/V1.TransferManifest)\n- [1.5.0](/php/docs/reference/cloud-storage-transfer/1.5.0/V1.TransferManifest)\n- [1.4.5](/php/docs/reference/cloud-storage-transfer/1.4.5/V1.TransferManifest)\n- [1.3.1](/php/docs/reference/cloud-storage-transfer/1.3.1/V1.TransferManifest)\n- [1.2.0](/php/docs/reference/cloud-storage-transfer/1.2.0/V1.TransferManifest)\n- [1.1.1](/php/docs/reference/cloud-storage-transfer/1.1.1/V1.TransferManifest)\n- [1.0.6](/php/docs/reference/cloud-storage-transfer/1.0.6/V1.TransferManifest) \nReference documentation and code samples for the Google Cloud Storage Transfer V1 Client class TransferManifest.\n\nSpecifies where the manifest is located.\n\nGenerated from protobuf message `google.storagetransfer.v1.TransferManifest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ StorageTransfer \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getLocation\n\nSpecifies the path to the manifest in Cloud Storage. The Google-managed\nservice account for the transfer must have `storage.objects.get`\npermission for this object. An example path is\n`gs://bucket_name/path/manifest.csv`.\n\n### setLocation\n\nSpecifies the path to the manifest in Cloud Storage. The Google-managed\nservice account for the transfer must have `storage.objects.get`\npermission for this object. An example path is\n`gs://bucket_name/path/manifest.csv`."]]