public sealed class GetTargetRequest : IMessage<GetTargetRequest>, IEquatable<GetTargetRequest>, IDeepCloneable<GetTargetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class GetTargetRequest.
[[["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."],[[["This webpage provides reference documentation for the `GetTargetRequest` class within the Google Cloud Deploy v1 API for .NET."],["The `GetTargetRequest` class is used to request a specific target and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `GetTargetRequest` class is 3.4.0, but previous versions ranging from 3.3.0 down to 1.0.0 are also documented and accessible via the provided links."],["The `GetTargetRequest` class has properties such as `Name` (a string representing the target name) and `TargetName` (a `TargetName`-typed view over the `Name` property), which are essential for specifying the target in the request."],["The document outlines the inheritance structure of the `GetTargetRequest`, inheriting from `object` and detailing its implemented interfaces and inherited members."]]],[]]