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 webpage provides documentation for the `InstanceReference` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation, inheritance, and members."],["The latest version documented is 3.6.0, while the current page focuses on version 2.13.0, and it includes links to documentation for various versions ranging from 1.0.0 to 3.6.0."],["The `InstanceReference` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes two constructors, a parameterless constructor, and a copy constructor, which takes another `InstanceReference` as a parameter."],["The class exposes two key properties: `HasInstance`, which indicates if the \"instance\" field is set, and `Instance`, which represents the URL for a specific instance."]]],[]]