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-31 UTC."],[[["This webpage provides documentation for the `GetInstanceRequest` class within the Google Cloud Compute Engine v1 API, with the latest version being 3.6.0."],["The `GetInstanceRequest` class is a request message used for retrieving details about a specific instance within Compute Engine."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `GetInstanceRequest` class has properties like `Instance`, `Project`, and `Zone`, which are used to specify the target instance and its location."],["The documentation lists all previous versions of `GetInstanceRequest`, from 1.0.0 up to 3.6.0 and provides a link to the documentation for each version."]]],[]]