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 Storage Transfer v1 API, specifically in the Google.Cloud.StorageTransfer.V1 namespace."],["The latest version of the `TransferManifest` API is 2.8.0, and other versions, going as far back as 1.0.0, are accessible through the provided links."],["`TransferManifest` is a class that specifies the location of a manifest used for data transfer operations and it implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TransferManifest` class has a `Location` property, which is a string representing the Cloud Storage path where the manifest file is stored, and it must be a path the service account can access."],["The `TransferManifest` class has two constructors: one default and one that accepts another `TransferManifest` object for deep cloning."]]],[]]