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."],[[["The `GetTargetInstanceRequest` class is part of the Google Cloud Compute Engine v1 API, with version 3.6.0 being the latest, and 2.4.0 being the version the current document focuses on."],["This class is a request message used for the `TargetInstances.Get` method within the API, which is used to retrieve details about a specific TargetInstance."],["The `GetTargetInstanceRequest` class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties to specify the `Project`, `TargetInstance` name, and `Zone` required to locate the target instance to be returned."],["There are many previous versions available to reference as well, ranging from 1.0.0 up to the latest 3.6.0, and it is all located within the `Google.Cloud.Compute.V1` namespace."]]],[]]