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, specifically version 2.14.0."],["The `InstanceReference` class, used for referencing specific compute instances, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation shows that the latest version of the API is 3.6.0, and a history of older versions back to 1.0.0 is available, giving users the option to choose between them."],["The class inherits members from the base `object` class, including `GetHashCode()`, `GetType()`, and `ToString()`."],["`InstanceReference` class has a constructor that takes an `InstanceReference` object as a parameter and contains properties, including a `HasInstance` boolean property, and a string property `Instance` that stores the URL for the instance."]]],[]]