public sealed class StorageSourceManifest : IMessage<StorageSourceManifest>, IEquatable<StorageSourceManifest>, IDeepCloneable<StorageSourceManifest>, IBufferMessage, IMessage
Location of the source manifest in Google Cloud Storage.
This feature is in Preview; see description
here.
[[["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 details the `StorageSourceManifest` class, which is used to specify the location of a source manifest within Google Cloud Storage."],["The latest version of `StorageSourceManifest` is 2.15.0, but the page also provides access to earlier versions of the same class, spanning from version 1.0.0 to 2.14.0."],["`StorageSourceManifest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StorageSourceManifest` class has three main properties: `Bucket` (the name of the bucket), `Generation` (the generation number of the file), and `Object` (the name of the JSON file)."],["This feature, the use of a source manifest, is currently in Preview, and more details are available at the provided link."]]],[]]