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."],[[["This webpage provides reference documentation for the `GetTargetRequest` class within the Google Cloud Deploy v1 API for .NET."],["The `GetTargetRequest` class is used as the request object for the `GetTarget` method in the API, and it implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetTargetRequest` class has two constructors, a default constructor and one that accepts another `GetTargetRequest` object as a parameter, and two properties, `Name` and `TargetName`, for identifying the target."],["The documentation lists available versions, ranging from 1.0.0 to 3.4.0 (latest), with each version linking to its respective documentation page."],["The class inherits from `object` and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`, as detailed in the documentation."]]],[]]