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 documentation for the `GetTargetRequest` class within the Google Cloud Deploy v1 API, specifically for .NET development."],["The latest version of the API documented on this page is 3.4.0, but the page is currently displaying documentation for version 2.2.0, and includes documentation all the way back to version 1.0.0."],["`GetTargetRequest` is used to create request objects for the `GetTarget` function, as part of the API."],["The class `GetTargetRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two properties: `Name`, a string representing the target's full resource name, and `TargetName`, a typed view of the `Name` property."]]],[]]