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 library is 3.6.0, with multiple previous versions available, starting from version 1.0.0."],["The `InstanceReference` class, within the `Google.Cloud.Compute.V1` namespace, is a sealed class implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `InstanceReference` class can be instantiated using a default constructor or by copying another `InstanceReference` object."],["It contains properties such as `HasInstance` (a boolean indicating if the \"instance\" field is set) and `Instance` (a string representing the URL of a specific instance)."],["The `InstanceReference` class inherits from object and implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, with inherited members including GetHashCode(), GetType(), and ToString()."]]],[]]