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-24 UTC."],[[["The content provides documentation for the `TargetReference` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation across multiple versions, ranging from 1.0.0 to 3.6.0."],["The latest version of the `TargetReference` class is 3.6.0, and it includes links to documentation for various other versions of this class."],["The `TargetReference` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class also inherits from the base `Object` class, with its own inherited members, and it has two constructors: one default and another which accepts another `TargetReference` object."],["It contains two properties `HasTarget`, which returns a boolean indicating if the target field is set, and `Target`, a string property."]]],[]]