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 document provides reference documentation for the `GetInstanceRequest` class within the Google Compute Engine v1 API for .NET, including its properties and implementation details."],["The `GetInstanceRequest` class is used to construct request messages for retrieving information about a specific instance, as part of the `Google.Cloud.Compute.V1` namespace."],["The document lists available versions of the API, ranging from version 1.0.0 to the latest 3.6.0, showing all versions and their associated links."],["`GetInstanceRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class's key properties are `Instance`, `Project`, and `Zone`, all of which are strings and represent critical parameters for the request, such as the instance's name, project ID, and zone."]]],[]]