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."],[[["The `TransferManifest` class, part of the Storage Transfer v1 API, defines the location of a manifest file used in data transfers, specifically within the namespace `Google.Cloud.StorageTransfer.V1`."],["Version 2.8.0 is the latest version available, and the content of this page is specific to the 2.6.0 version."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and serialization, providing methods like GetHashCode, GetType, and ToString."],["`TransferManifest` has a `Location` property, which is a string representing the path to the manifest in Cloud Storage, and the service account requires `storage.objects.get` permission to access it."],["The class features two constructors: a default constructor and one that takes another `TransferManifest` object for deep cloning, and it is found within the `Google.Cloud.StorageTransfer.V1.dll` assembly."]]],[]]