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 documentation for the `GetTargetRequest` class within the Google Cloud Deploy v1 API, detailing its structure and usage."],["The latest version of the API documented here is 3.4.0, with a history of versions ranging from 1.0.0 up to the latest."],["The `GetTargetRequest` class is used to define a request object for retrieving a specific target, implemented with multiple interfaces."],["Key components of the `GetTargetRequest` class include properties like `Name` (a string specifying the target's resource name) and `TargetName` (a typed representation of the `Name`)."],["This resource offers both a parameterless constructor, `GetTargetRequest()`, and one that accepts another `GetTargetRequest`, `GetTargetRequest(GetTargetRequest other)`."]]],[]]