public sealed class GetSnapshotRequest : IMessage<GetSnapshotRequest>, IEquatable<GetSnapshotRequest>, IDeepCloneable<GetSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetSnapshotRequest.
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-03-21 UTC."],[[["The `GetSnapshotRequest` class is part of the Google Cloud Compute Engine v1 API, specifically in the `Google.Cloud.Compute.V1` namespace."],["This class is used to request details about a specific snapshot and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetSnapshotRequest` class has two constructors: a default constructor and one that copies an existing `GetSnapshotRequest` object."],["The class contains properties for `Project` (the project ID) and `Snapshot` (the name of the snapshot to retrieve), both of which are of type string."],["Version 3.6.0 is the latest version with a history of over 20 versions back to version 1.0.0."]]],[]]