public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
A request message for Instances.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 details the `GetInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, used for requesting information about a specific instance in Google Cloud Compute."],["The latest version of `GetInstanceRequest` is 3.6.0, and the page provides access to documentation for multiple versions, from 1.0.0 up to the most recent release."],["The `GetInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities like deep cloning and message handling."],["The `GetInstanceRequest` class has three key properties: `Instance`, `Project`, and `Zone`, which are string-typed and used to specify the instance, project, and zone for the request."],["The class has two constructors, a default one, and another one that takes an existing GetInstanceRequest as an argument."]]],[]]