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 documentation for the `GetTargetInstanceRequest` class within the Google Compute Engine v1 API for .NET, specifically version 3.2.0."],["The `GetTargetInstanceRequest` class is used to make a request to retrieve information about a specific TargetInstance."],["The documentation lists various available versions of the Google.Cloud.Compute.V1 API package, ranging from version 1.0.0 to the latest 3.6.0."],["The `GetTargetInstanceRequest` class inherits from object and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `GetTargetInstanceRequest` class include `Project`, `TargetInstance`, and `Zone`, which define the scope and target of the request."]]],[]]