public sealed class GetTargetInstanceRequest : IMessage<GetTargetInstanceRequest>, IEquatable<GetTargetInstanceRequest>, IDeepCloneable<GetTargetInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetTargetInstanceRequest.
A request message for TargetInstances.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."],[[["This document provides reference documentation for the `GetTargetInstanceRequest` class within the Compute Engine v1 API, specifically for .NET developers, detailing its usage."],["The latest version of the `GetTargetInstanceRequest` class is 3.6.0, but the documentation contains version history ranging from 1.0.0 to 3.6.0 for various .NET releases."],["The `GetTargetInstanceRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to manage requests for specific target instances."],["Key properties of the `GetTargetInstanceRequest` class include `Project`, `TargetInstance`, and `Zone`, which are used to specify the project, instance, and zone for a target instance request."],["The class includes two constructors, a default one and one that accepts another `GetTargetInstanceRequest` object for cloning."]]],[]]