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 page provides documentation for the `GetSnapshotRequest` class within the Google Cloud Compute Engine v1 API for .NET."],["The `GetSnapshotRequest` class is used to request details about a specific snapshot in Compute Engine, with the latest version being 3.6.0 and down to version 1.0.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending from the base `Object` class."],["The class allows users to specify the `Project` ID and the `Snapshot` name as properties for the request."],["There are two constructors available: a default constructor and a constructor that accepts another `GetSnapshotRequest` object as a parameter, which allows for the cloning of existing request objects."]]],[]]