public sealed class GetInstantSnapshotRequest : IMessage<GetInstantSnapshotRequest>, IEquatable<GetInstantSnapshotRequest>, IDeepCloneable<GetInstantSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInstantSnapshotRequest.
A request message for InstantSnapshots.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."],[[["The latest version available for the `GetInstantSnapshotRequest` is 3.6.0, as part of the Google Cloud Compute V1 API."],["This page provides documentation for the `GetInstantSnapshotRequest` class, a part of the Compute Engine v1 API, specifically detailing its implementation and usage within the Google.Cloud.Compute.V1 namespace."],["The class `GetInstantSnapshotRequest` which inherits from the generic object class, also implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, demonstrating its capabilities for message handling, equality checks, deep cloning, and buffer management."],["Constructors for the `GetInstantSnapshotRequest` class are outlined, including a default constructor and a constructor that allows for the creation of an instance from another `GetInstantSnapshotRequest` object."],["Key properties of the `GetInstantSnapshotRequest` class include `InstantSnapshot`, `Project`, and `Zone`, all of which are strings and represent data about the request such as the snapshot name, project ID, and the zone of the request."]]],[]]