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."],[[["This webpage provides reference documentation for the `GetSnapshotRequest` class within the Google Compute Engine v1 API, specifically for .NET development, across multiple versions, with the latest being 3.6.0."],["The `GetSnapshotRequest` class is used to request a snapshot, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class, and includes methods such as `GetHashCode()`, `GetType()`, and `ToString()`, as well as has two constructors, one taking no parameters, the other a `GetSnapshotRequest` object."],["The class has properties `Project`, representing the Project ID, and `Snapshot`, representing the name of the snapshot, both of type string."],["The documentation covers versions from 1.0.0 up to the latest version, 3.6.0, allowing developers to access the relevant documentation based on their .NET project's dependency version."]]],[]]