public sealed class GetSnapshotRequest : IMessage<GetSnapshotRequest>, IEquatable<GetSnapshotRequest>, IDeepCloneable<GetSnapshotRequest>, IBufferMessage, IMessage
[[["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 is used to request information about a specific snapshot in the Google Cloud Dataflow service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, equality comparison, deep cloning, and buffered message operations respectively."],["`GetSnapshotRequest` includes properties for `Location`, `ProjectId`, and `SnapshotId`, all strings, which are used to identify the specific snapshot to retrieve."],["There are two constructors available for creating a `GetSnapshotRequest` object: a default constructor and one that takes another `GetSnapshotRequest` object as a parameter."]]],[]]