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-01 UTC."],[[["This webpage provides documentation for the `TargetReference` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 3.1.0 of the library, with links to many prior and more recent versions."],["The `TargetReference` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality checks, deep cloning, and buffered messaging."],["The class inherits from the base `object` class and has its members as `GetHashCode()`, `GetType()`, and `ToString()` in the inherited members list."],["The `TargetReference` class offers two constructors, one default and another that accepts another `TargetReference` object for initialization, as well as properties for checking the presence and value of a target, via `HasTarget` and `Target`."]]],[]]