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-04-02 UTC."],[[["This webpage provides documentation for the `InstanceReference` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation of various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version documented is 3.6.0, with a comprehensive list of versions available, ranging from 1.0.0 up to 3.6.0, offering a history of `InstanceReference` class changes."],["The `InstanceReference` class inherits from the `object` class and has two constructors, one default and one that accepts another `InstanceReference` as a parameter."],["Key properties of the `InstanceReference` class include `HasInstance`, which indicates if the \"instance\" field is set, and `Instance`, a string representing the URL for a specific instance."],["The provided content lists the inherited members from the object class such as `GetHashCode`, `GetType`, and `ToString`, indicating the foundational structure of the `InstanceReference` class."]]],[]]