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 documented is 3.6.0, and the page includes documentation and links for all versions from 1.0.0 to 3.6.0."],["`GetSnapshotRequest` is a request message used to retrieve a snapshot within the Compute Engine API, and it inherits from and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a parameterless constructor and one that takes another `GetSnapshotRequest` object as a parameter."],["The two main properties of the `GetSnapshotRequest` class are \"Project\", which is a string representing the project ID, and \"Snapshot\" which is a string representing the name of the snapshot to be returned."]]],[]]