Class TransferManifest (1.5.1)

TransferManifest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specifies where the manifest is located.

Attribute

NameDescription
location str
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``.

Inheritance

builtins.object > proto.message.Message > TransferManifest