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-04-02 UTC."],[[["This page provides documentation for the `GetInstanceRequest` class within the Google Cloud Compute Engine v1 API, with the latest version being 3.6.0 and the current page detailing version 2.17.0."],["The `GetInstanceRequest` class is used to make requests for retrieving instance details and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `GetInstanceRequest` object as a parameter, `GetInstanceRequest()`, and `GetInstanceRequest(GetInstanceRequest other)` respectively."],["The `GetInstanceRequest` class has three properties: `Instance`, which specifies the instance to get, `Project`, which is the project ID, and `Zone`, which specifies the zone for the request, all three returning a string type."],["A comprehensive list of all versions for `GetInstanceRequest` is available, ranging from the latest version 3.6.0 back to version 1.0.0."]]],[]]