public sealed class TargetReference : IMessage<TargetReference>, IEquatable<TargetReference>, IDeepCloneable<TargetReference>, IBufferMessage, IMessage
[[["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-31 UTC."],[[["The `TargetReference` class, part of the `Google.Cloud.Compute.V1` namespace, is available in multiple versions ranging from 1.0.0 to the latest 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message manipulation and comparison."],["The `TargetReference` class inherits from the `Object` class and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `TargetReference` class has two constructors: a default constructor and one that accepts another `TargetReference` object as a parameter."],["The class includes two main properties: `HasTarget`, a boolean indicating if the \"target\" field is set, and `Target`, a string representing the actual target value."]]],[]]