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."],[[["This webpage provides documentation for the `GetSnapshotRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET developers."],["The latest version of the `GetSnapshotRequest` documentation is for version 3.6.0, with a comprehensive list of versions back to 1.0.0."],["The `GetSnapshotRequest` class is a request message used for retrieving details about a specific snapshot in Google Cloud Compute Engine, and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class features two constructors, both being `GetSnapshotRequest()`, and it contains two properties: `Project`, which represents the Project ID for this request, and `Snapshot`, which signifies the name of the Snapshot resource to be returned."]]],[]]