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 `GetTargetRequest` is 3.4.0, but the page also details past versions of the API, all the way back to 1.0.0."],["The `GetTargetRequest` class is used to request a specific `Target` and requires the `Target`'s name in the format `projects/{project_id}/locations/{location_name}/targets/{target_name}`."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It has two constructors, one empty and one that takes another `GetTargetRequest` as a parameter, and it also contains properties `Name` and `TargetName`."]]],[]]