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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetTargetInstanceRequest` class within the Compute Engine v1 API for .NET, specifically version 3.3.0."],["The `GetTargetInstanceRequest` class is used to make a request to retrieve details about a specific TargetInstance."],["The page lists various available versions of the Google.Cloud.Compute.V1 API, ranging from 1.0.0 to the latest release of 3.6.0, in addition to the current page's 3.3.0 version."],["The `GetTargetInstanceRequest` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetTargetInstanceRequest` class has three key properties: `Project`, `TargetInstance`, and `Zone`, all of which are strings used to specify the details of the request."]]],[]]