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-04-09 UTC."],[[["This webpage provides documentation for the `GetSnapshotRequest` class within the Google Cloud Compute Engine v1 API for .NET."],["The latest version available is 3.6.0, with the documentation on this particular page being for version 3.3.0, and multiple older versions are also accessible."],["The `GetSnapshotRequest` class is designed for use when making a request to retrieve a snapshot, as described by the Snapshots.Get API method."],["It inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and has constructors that allow for creating new instances of the class, either blank or as copies."],["`GetSnapshotRequest` has properties `Project` for the Project ID and `Snapshot` for the name of the snapshot resource to be returned, both of type string."]]],[]]