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 page provides documentation for the `GetInstanceRequest` class within the Google Compute Engine v1 API, detailing its usage and properties."],["The latest version of the documentation is for version 3.6.0, while the current page focuses on version 3.1.0, offering access to the documentation of many versions ranging back to 1.0.0."],["The `GetInstanceRequest` class is used to retrieve information about a specific instance and inherits from `object`, implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for default initialization and creating a copy, and it features properties such as `Instance`, `Project`, and `Zone`, all of which are string types."]]],[]]