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."],[[["The page provides reference documentation for the `GetSnapshotRequest` class within the Google Compute Engine v1 API, specifically for the .NET library."],["The `GetSnapshotRequest` class is used to retrieve information about a specific snapshot, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists numerous versions of the Google.Cloud.Compute.V1, with the latest being version 3.6.0 and offering links to the documentation of other older versions."],["The `GetSnapshotRequest` class has properties for specifying the `Project` ID and the `Snapshot` name to be retrieved."],["The page outlines the constructors available for the `GetSnapshotRequest` class and its inherited members."]]],[]]