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-04-02 UTC."],[[["This webpage details the `GetTargetInstanceRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.0.0."],["The `GetTargetInstanceRequest` class is a request message for retrieving target instance details, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists several prior versions of `Google.Cloud.Compute.V1`, with 3.6.0 being the latest and 1.0.0 being the earliest displayed."],["`GetTargetInstanceRequest` has three key properties: `Project`, `TargetInstance`, and `Zone`, all of which are strings representing the project ID, target instance name, and zone name, respectively."],["The `GetTargetInstanceRequest` class has two constructors, a parameterless constructor, and one that takes another `GetTargetInstanceRequest` as a parameter."]]],[]]