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."],[[["The `GetTargetRequest` class is part of the Google Cloud Deploy v1 API and is used to retrieve a specific target."],["This class is implemented by several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation within the API."],["The latest version of this documentation available is 3.4.0, and it offers versions back to 1.0.0, with version 2.3.0 being the highlighted example version in the documentation."],["The `GetTargetRequest` class has properties such as `Name` (string) and `TargetName` (TargetName), which are essential for specifying the target to be retrieved, by including project ID, location, and target name."]]],[]]