public sealed class TransferManifest : IMessage<TransferManifest>, IEquatable<TransferManifest>, IDeepCloneable<TransferManifest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class TransferManifest.
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.
[[["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-03-21 UTC."],[[["This webpage provides documentation for the `TransferManifest` class within the Google Cloud Storage Transfer v1 API, specifically version 2.7.0."],["The `TransferManifest` class is used to specify the location of a manifest file, and it inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions ranging from the latest 2.8.0 down to 1.0.0, which allows you to view documentation for any of these version through the provided links."],["The `TransferManifest` class has one property, `Location`, which is of type string and defines the path to the manifest file in Cloud Storage and requires `storage.objects.get` permission."],["The documentation provides constructor information for creating instances of the `TransferManifest` object, either default or by passing in another `TransferManifest` instance."]]],[]]