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-04-09 UTC."],[[["This webpage provides documentation for the `GetSnapshotRequest` class within the Google Cloud Compute Engine v1 API for .NET."],["The `GetSnapshotRequest` class is used to request details about a specific snapshot in Compute Engine, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 3.6.0, and the documentation spans multiple versions, starting from 1.0.0 to 3.6.0."],["The documentation details the class's constructors, including a default constructor and a copy constructor that takes another `GetSnapshotRequest` object."],["The class contains properties to specify the Project ID and the Snapshot name being requested, both of which are strings."]]],[]]