public sealed class GetSnapshotRequest : IMessage<GetSnapshotRequest>, IEquatable<GetSnapshotRequest>, IDeepCloneable<GetSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class GetSnapshotRequest.
[[["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 `GetSnapshotRequest` class, part of the Dataflow v1beta3 API, is used to request information about a specific snapshot."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, equality checks, deep cloning, and buffer management."],["There are multiple available versions of `GetSnapshotRequest`, with `2.0.0-beta07` being the latest version as of now."],["The class is constructed using either a parameterless constructor or a constructor that takes another `GetSnapshotRequest` object for copying."],["It defines properties for `Location`, `ProjectId`, and `SnapshotId`, which are all string values, to uniquely identify and locate the desired snapshot."]]],[]]