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-04-09 UTC."],[[["The `GetTargetRequest` class is part of the Google Cloud Deploy v1 API and is used to retrieve a specific target."],["This class is available in multiple versions, with the latest being version 3.4.0 and a range of versions from 1.0.0 to 3.4.0 being accessible."],["The `GetTargetRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name` and `TargetName`, which are used to identify the target to retrieve, and the `Name` property is a required string with a specified format."],["The `GetTargetRequest` class has two constructors, a default one with no arguments and one which takes another `GetTargetRequest` as an argument."]]],[]]