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 the .NET library."],["The `GetSnapshotRequest` class is used to create request messages for the `Snapshots.Get` method, allowing users to retrieve details about a specific snapshot."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating various operations like message handling, equality checks, and deep cloning."],["The page covers the `GetSnapshotRequest` class across multiple versions of the library, from version 1.0.0 up to the latest version 3.6.0."],["The documentation also includes details about the class's constructors, properties (`Project` and `Snapshot`), inherited members, and the namespace it belongs to, as well as the assembly it is housed within."]]],[]]