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."],[[["This webpage provides documentation for the `TargetReference` class within the `Google.Cloud.Compute.V1` namespace, specifically for version 3.4.0 of the library."],["The `TargetReference` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The latest version of the library available is 3.6.0, with various older versions also accessible, ranging back to version 1.0.0."],["The `TargetReference` class contains two constructors, a default one and one that takes another `TargetReference` object as an argument."],["The `TargetReference` class has properties `HasTarget` which indicates if a target is set, and `Target` which is a string that is able to be set and get."]]],[]]