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."],[[["The `GetTargetRequest` class is part of the Google Cloud Deploy v1 API and is used to retrieve a specific target."],["Version 3.4.0 is the latest version available for the Google Cloud Deploy v1 API's `GetTargetRequest` class."],["The `GetTargetRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Name` (a string) and `TargetName` (a `TargetName` type), to locate the target using the format: `projects/{project_id}/locations/{location_name}/targets/{target_name}`."],["The constructor `GetTargetRequest(GetTargetRequest other)` is provided to be able to create a new instance based on an existing `GetTargetRequest` object."]]],[]]