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-31 UTC."],[[["This webpage provides documentation for the `GetSnapshotRequest` class within the `Google.Cloud.Compute.V1` namespace, including details on its inheritance and implemented interfaces."],["The `GetSnapshotRequest` class is used to request information about a specific snapshot and can be created using two constructors: a default constructor and a constructor that takes another `GetSnapshotRequest` as a parameter."],["The `GetSnapshotRequest` class includes two properties, `Project` and `Snapshot`, which are both strings and used to specify the project ID and the name of the snapshot to retrieve, respectively."],["The page also lists various versions of the `GetSnapshotRequest` documentation, ranging from version 1.0.0 up to the latest version, 3.6.0, for the Google.Cloud.Compute.V1 library."],["The class implements multiple interfaces, including `IMessage\u003cGetSnapshotRequest\u003e`, `IEquatable\u003cGetSnapshotRequest\u003e`, `IDeepCloneable\u003cGetSnapshotRequest\u003e`, `IBufferMessage`, and `IMessage`."]]],[]]