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-04-09 UTC."],[[["This webpage provides reference documentation for the `GetTargetRequest` class within the Google Cloud Deploy v1 API, specifically for .NET development."],["The `GetTargetRequest` class is used to formulate requests to retrieve target information, with the latest version being 3.4.0, and several previous versions available, going as low as 1.0.0."],["`GetTargetRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message-based communication and object management."],["The class includes properties such as `Name` (a string) and `TargetName` (a `TargetName`-typed view) that are used to identify the target being requested."],["The webpage provides details on the available constructors for the `GetTargetRequest` class, including a parameter `other` of the type `GetTargetRequest`."]]],[]]