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, and there are many previous versions of this API available, ranging from 1.0.0 to 3.3.0, allowing for backward compatibility."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality within the Google.Protobuf framework."],["`GetTargetRequest` can be constructed with no arguments or with another `GetTargetRequest` instance, allowing for copying."],["The class contains two properties, `Name` which is a string requiring a target name, and `TargetName`, which is a typed view over the name for better access."]]],[]]