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-31 UTC."],[[["This webpage provides reference documentation for the `GetSnapshotRequest` class within the Google Compute Engine v1 API for .NET, with the current version being 2.3.0."],["The `GetSnapshotRequest` class is used to request a snapshot from the API and inherits from multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes details on the class's inheritance hierarchy, implemented interfaces, constructors, properties like `Project` and `Snapshot`, as well as various versions of this class going from 1.0.0 all the way to the latest 3.6.0."],["There are many previous versions of this `GetSnapshotRequest` class that can be accessed from this webpage, allowing developers to look back at previous versions of the API class to use what works for their application."]]],[]]