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 latest version of the `GetTargetInstanceRequest` is 3.6.0, as seen within the list of available versions for this class."],["`GetTargetInstanceRequest` is a class in the Compute Engine v1 API, specifically designed for use with TargetInstances.Get."],["This class, which implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is located in the `Google.Cloud.Compute.V1` namespace."],["`GetTargetInstanceRequest` includes properties like `Project`, `TargetInstance`, and `Zone`, which are all strings and used to specify the details for the target instance being retrieved."],["The class has public constructors allowing for default initialization, or instantiation through another instance of the `GetTargetInstanceRequest` class."]]],[]]