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 documentation for the `GetSnapshotRequest` class within the Google Cloud Compute Engine v1 API for .NET."],["The latest version available is 3.6.0, with historical versions dating back to 1.0.0 also accessible."],["The `GetSnapshotRequest` class is designed to request details about a specific snapshot and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and has two constructors: a default one and another to copy values from another `GetSnapshotRequest` instance."],["`GetSnapshotRequest` includes two properties, `Project` and `Snapshot`, allowing the specification of the project ID and the snapshot name for retrieval."]]],[]]