public sealed class InstanceReference : IMessage<InstanceReference>, IEquatable<InstanceReference>, IDeepCloneable<InstanceReference>, 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-21 UTC."],[[["This document provides versioned documentation for the `InstanceReference` class within the `Google.Cloud.Compute.V1` namespace, spanning from version 1.0.0 to the latest version 3.6.0."],["The `InstanceReference` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to work with Protocol Buffers and perform operations like deep cloning."],["The class contains properties, `HasInstance` and `Instance`, used for instance-related operations, including checking if an instance field is set and storing a URL to a specific instance."],["The latest version of the `InstanceReference` available in the provided documentation is 3.6.0."],["The class `InstanceReference` can be constructed using a default constructor or a copy constructor, taking another instance of `InstanceReference` as a parameter."]]],[]]