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-21 UTC."],[[["The webpage provides reference documentation for the `GetTargetInstanceRequest` class within the Google Compute Engine v1 API, specifically for .NET development."],["The latest version of the documented API is 3.6.0, with numerous older versions available, ranging down to version 1.0.0."],["`GetTargetInstanceRequest` is a class used to make requests to the TargetInstances.Get method, and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties for specifying the `Project`, `TargetInstance`, and `Zone`, which are required to make a valid request."],["The class `GetTargetInstanceRequest` can be constructed with no arguments, or with another `GetTargetInstanceRequest` as an argument."]]],[]]