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-21 UTC."],[[["The webpage provides reference documentation for the `GetSnapshotRequest` class within the Google Compute Engine v1 API, specifically for the .NET library."],["The latest version of the library is 3.6.0, and the page also lists previous versions, from 3.5.0 down to 1.0.0, with version 2.15.0 as a focal point."],["`GetSnapshotRequest` is used to retrieve information about a specific snapshot resource, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetSnapshotRequest` class includes properties like `Project` and `Snapshot`, allowing you to specify the project ID and the name of the snapshot you wish to get information about."],["This page details the `GetSnapshotRequest` class, which inherits from `object` and its inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]