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, with version 2.4.0 being the currently viewed version and 2.8.0 as the most recent release."],["The `TransferManifest` class is used to specify the location of a transfer manifest file and is part of the `Google.Cloud.StorageTransfer.V1` namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members from the base `object` class."],["It offers two constructors: a default one and one that takes another `TransferManifest` instance for duplication."],["The `TransferManifest` class has a `Location` property of type string, which is used to define the path to the manifest file within Google Cloud Storage, requiring `storage.objects.get` permissions for the service account."]]],[]]