public sealed class GetTargetInstanceRequest : IMessage<GetTargetInstanceRequest>, IEquatable<GetTargetInstanceRequest>, IDeepCloneable<GetTargetInstanceRequest>, IBufferMessage, IMessage
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."],[[["The `GetTargetInstanceRequest` class is a request message for retrieving details about a specific TargetInstance within the Google Cloud Compute API."],["This page documents the `GetTargetInstanceRequest` class across multiple versions, with version 3.6.0 being the latest and 1.0.0 being the oldest available version, providing a comprehensive history of the class evolution."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, deep cloning, and buffered message operations."],["The `GetTargetInstanceRequest` class has three key properties: `Project` (Project ID), `TargetInstance` (Name of the TargetInstance), and `Zone` (Name of the zone), all represented as strings."],["The class inherits from the base `Object` class, with inherited members including methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]