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."],[[["The latest version of the `Google.Cloud.Compute.V1.InstanceReference` is 3.6.0, with a range of previous versions available from 1.0.0 to 3.5.0."],["The `InstanceReference` class, in the `Google.Cloud.Compute.V1` namespace, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `InstanceReference` has a constructor that allows the creation of a new `InstanceReference` object with an optional instance, and another constructor to create an object from another `InstanceReference`."],["The class `InstanceReference` contains properties that checks if the instance field is set via the `HasInstance` boolean property, as well as another property `Instance` that sets or gets the URL for a specific instance."],["This `InstanceReference` class inherits basic methods like `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]