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-24 UTC."],[[["The webpage provides reference documentation for the `GetTargetInstanceRequest` class within the Google Compute Engine v1 API, specifically focusing on version 3.0.0."],["`GetTargetInstanceRequest` is a request message used in the TargetInstances.Get method for retrieving details about a specific target instance."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities such as message handling, equality checks, deep cloning, and buffer message operations."],["The `GetTargetInstanceRequest` class has properties for `Project`, `TargetInstance`, and `Zone`, allowing users to specify the project ID, the name of the target instance, and the zone respectively."],["The page contains links for documentation of the same class in different versions, ranging from 1.0.0 up to the latest version 3.6.0."]]],[]]