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 of the `GetInstanceRequest` API is 3.6.0, with several other versions available, ranging from 3.5.0 down to 1.0.0."],["`GetInstanceRequest` is a class within the Google.Cloud.Compute.V1 namespace, used to request instance information in the Compute Engine v1 API."],["This class inherits from `object` and implements `IMessage`, `IEquatable\u003cGetInstanceRequest\u003e`, `IDeepCloneable\u003cGetInstanceRequest\u003e`, and `IBufferMessage`."],["The class provides constructors for creating new `GetInstanceRequest` objects, including one that copies from an existing instance."],["`GetInstanceRequest` objects contain properties like `Instance`, `Project`, and `Zone`, which define the parameters for the request."]]],[]]