public sealed class GetSnapshotRequest : IMessage<GetSnapshotRequest>, IEquatable<GetSnapshotRequest>, IDeepCloneable<GetSnapshotRequest>, IBufferMessage, IMessage
A request message for Snapshots.Get. See the method description for details.
[[["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-04-02 UTC."],[[["This webpage provides documentation for the `GetSnapshotRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.0.0, and offers details on its properties, constructors, and inheritance."],["The `GetSnapshotRequest` class is a request message used for retrieving snapshot information as described by the Snapshots.Get method."],["The page lists numerous available versions of the `GetSnapshotRequest` class, starting from the latest version 3.6.0 down to version 1.0.0, accessible via links."],["The `GetSnapshotRequest` class implements multiple interfaces, including `IMessage\u003cGetSnapshotRequest\u003e`, `IEquatable\u003cGetSnapshotRequest\u003e`, `IDeepCloneable\u003cGetSnapshotRequest\u003e`, `IBufferMessage`, and `IMessage`."],["Key properties of `GetSnapshotRequest` include `Project` (the Project ID) and `Snapshot` (the name of the snapshot resource)."]]],[]]