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 a request message used for retrieving snapshot information in the Google Cloud Compute API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class is the most recent version of the request message, with version 3.6.0 being the latest and many prior versions listed, going all the way back to version 1.0.0."],["The `GetSnapshotRequest` class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, a default one and one that takes another `GetSnapshotRequest` object as a parameter, and it defines two key properties: `Project` and `Snapshot`."],["The `Project` property is used to specify the Project ID, and the `Snapshot` property is for indicating the name of the snapshot resource."]]],[]]