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, specifically for the .NET environment."],["The `GetTargetRequest` class is used to make requests to retrieve target information, with the latest version being 3.4.0, and also shows a history of prior releases going back to version 1.0.0."],["The documentation details the class's constructors, including a default constructor and a copy constructor, along with two properties: `Name` (a string) and `TargetName` (of type `TargetName`)."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and provides information about its inheritance from the base object class."],["The `Name` property is required for specifying the target's name in the format `projects/{project_id}/locations/{location_name}/targets/{target_name}`, while the `TargetName` property offers a typed view of the resource name."]]],[]]