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-24 UTC."],[[["This webpage provides documentation for the `InstanceReference` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure, inheritance, implementations, and usage."],["The latest version available is 3.6.0, and the page lists several previous versions from 3.5.0 down to 1.0.0, each with links to their respective documentation."],["The `InstanceReference` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while inheriting from the base `Object` class."],["Key properties of the `InstanceReference` class include `HasInstance`, a boolean indicating if the instance field is set, and `Instance`, a string property that holds the URL of a specific compute instance."],["The page also details two constructors for `InstanceReference`: a default constructor and a constructor that accepts another `InstanceReference` object as a parameter."]]],[]]