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, detailing its implementation across multiple versions, from 1.0.0 to the latest version 3.6.0, and it is currently on version 2.1.0."],["The `GetTargetInstanceRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Project`, `TargetInstance`, and `Zone`, which are used to specify the project, the target instance, and the zone of the request."],["The `GetTargetInstanceRequest` class has 2 constructors, one default and one that takes in another `GetTargetInstanceRequest` object."]]],[]]