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-04-02 UTC."],[[["This webpage provides documentation for the `TargetReference` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, constructors, inheritance, and implementation of various interfaces."],["The `TargetReference` class, part of the Google Cloud Compute .NET library, allows for the configuration of a target within Google Compute Engine."],["The latest documented version for this library is 3.6.0, and it is shown along with older version documentation, from 3.5.0 to 1.0.0."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its compatibility and functionality within the .NET environment."],["Key properties of `TargetReference` include `HasTarget`, which checks if the target field is set, and `Target`, a string that allows getting or setting the target."]]],[]]