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."],[[["This webpage provides documentation for the `GetSnapshotRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 1.3.0 of the library, with links to each version of the library."],["`GetSnapshotRequest` is a request message used for retrieving snapshot details, as described by its method description for Snapshots.Get within the library."],["The `GetSnapshotRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a parameterless constructor and one that accepts another `GetSnapshotRequest` object, allowing you to copy properties."],["The class has two key properties, `Project` and `Snapshot`, both of which are strings and are used for project ID and the snapshot resource name, respectively."]]],[]]