public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetInstanceRequest.
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-03-21 UTC."],[[["This document provides reference documentation for the `GetInstanceRequest` class within the Google Compute Engine v1 API, with the latest version being 3.6.0."],["The `GetInstanceRequest` class is a request message used for retrieving instance details, as part of the `Instances.Get` method."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members such as `GetHashCode`, `GetType` and `ToString`."],["The `GetInstanceRequest` class has properties for `Instance`, `Project`, and `Zone`, all of which are strings and represent the instance name, the project ID and the zone name respectively."],["The documentation is organized by versions, ranging from the latest (3.6.0) to as far back as version 1.0.0."]]],[]]