public sealed class GetTargetRequest : IMessage<GetTargetRequest>, IEquatable<GetTargetRequest>, IDeepCloneable<GetTargetRequest>, IBufferMessage, IMessage
[[["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 used to request a specific target within the Google Cloud Deploy service, as part of the `Google.Cloud.Deploy.V1` namespace."],["Version 3.4.0 is the latest version available for `GetTargetRequest`, with many previous versions documented, starting from version 1.0.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling and deep cloning."],["`GetTargetRequest` has two constructors, one default and one for copying another `GetTargetRequest` object."],["The `Name` property is a required field for this class, that specifies the name of the requested target in the format of `projects/{project_id}/locations/{location_name}/targets/{target_name}`."]]],[]]