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 latest version of the Google.Cloud.Compute.V1 library is 3.6.0, with multiple previous versions available for reference, ranging down to version 1.0.0."],["The documentation details the `TargetReference` class, which implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from `Object`."],["The `TargetReference` class includes properties such as `HasTarget`, which indicates if the \"target\" field is set, and `Target`, a string field that can be set."],["The namespace for this class is `Google.Cloud.Compute.V1`, and it is contained within the `Google.Cloud.Compute.V1.dll` assembly."],["There are 2 constructors available for the class `TargetReference`, one being the default constructor and the other one being a copy constructor that accepts another instance of `TargetReference` as an argument."]]],[]]