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, designed for requesting snapshot information."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various .NET functionalities."],["It provides constructors for creating new instances, either blank or from another existing `GetSnapshotRequest` object."],["The class contains properties `Project` and `Snapshot`, which are string types, used to define the project ID and the specific snapshot name to retrieve."],["There are multiple versions available, with version 3.6.0 being the latest, and the page has versions ranging from 1.0.0 up to the latest, demonstrating its evolution over time."]]],[]]