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 latest version of the `GetTargetRequest` class in the Google Cloud Deploy v1 API is version 3.4.0, but there are multiple previous versions, ranging from 1.0.0 up to 3.3.0, available for reference."],["The `GetTargetRequest` class is a request object used for retrieving a specific target, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, a default constructor and one that takes another `GetTargetRequest` as a parameter, allowing for the creation of a new `GetTargetRequest` based on a pre-existing one."],["The `GetTargetRequest` class includes properties such as `Name`, which is a required string representing the name of the target, and `TargetName`, which is a typed view of the `Name` property."],["The namespace for the `GetTargetRequest` class is `Google.Cloud.Deploy.V1`, and it is part of the `Google.Cloud.Deploy.V1.dll` assembly."]]],[]]