public sealed class GetSnapshotRequest : IMessage<GetSnapshotRequest>, IEquatable<GetSnapshotRequest>, IDeepCloneable<GetSnapshotRequest>, IBufferMessage, IMessage
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 used to request a snapshot resource in the Google Cloud Compute V1 API, with the latest version available being 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `Object` class."],["It contains two properties, `Project` and `Snapshot`, which are string values used to specify the project ID and the name of the snapshot resource, respectively."],["There are multiple versions available for the `GetSnapshotRequest` class, starting from 1.0.0 all the way to the latest version 3.6.0, allowing you to select the most appropriate version."],["The class includes two constructors: a default constructor `GetSnapshotRequest()` and a copy constructor `GetSnapshotRequest(GetSnapshotRequest other)`, allowing for both new object creation and copying of existing `GetSnapshotRequest` objects."]]],[]]