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, with the current version being 2.10.0."],["The `GetSnapshotRequest` class is a request message used for the `Snapshots.Get` method, as defined in the API."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality for various operations."],["It contains two properties, `Project` and `Snapshot`, both of which are strings and are used to define the project ID and the name of the snapshot resource to retrieve."],["There is a variety of documentation available for different versions of this API, ranging from version 1.0.0 up to the latest version 3.6.0."]]],[]]