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, specifically for the .NET framework."],["The latest version of the Google Cloud Deploy v1 API available here is 3.4.0, with older versions from 3.3.0 down to 1.0.0 also accessible."],["The `GetTargetRequest` class is used to format requests to obtain information about a specific `Target`, and it inherits from and implements various interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetTargetRequest` class offers two constructors: one default constructor and another that accepts an existing `GetTargetRequest` object to create a copy."],["The primary properties associated with the class are `Name`, which is a string representing the Target's full name in the format `projects/{project_id}/locations/{location_name}/targets/{target_name}`, and `TargetName`, which provides a typed view of the `Name` property."]]],[]]