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."],[[["The latest version available for `GetInstanceRequest` in the Google.Cloud.Compute.V1 API is version 3.6.0, with multiple prior versions also available for reference, down to version 1.0.0."],["`GetInstanceRequest` is a class within the Compute Engine v1 API, serving as a request message for retrieving instance details, specifically using the method Instances.Get."],["The `GetInstanceRequest` class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class `GetInstanceRequest` provides constructors for creating instances, both with and without an existing `GetInstanceRequest` object as a parameter."],["Key properties of the `GetInstanceRequest` class include `Instance`, `Project`, and `Zone`, all of which are string type and are used to define which instance is targeted, which project that instance is in, and the zone, respectively."]]],[]]