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 package is 3.6.0, with multiple previous versions available, going back to 1.0.0."],["The document details the `InstanceReference` class, which is part of the Google.Cloud.Compute.V1 namespace and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`InstanceReference` has two constructors: a default constructor and one that takes another `InstanceReference` object as a parameter for copying."],["The `InstanceReference` class has two properties: `HasInstance`, a boolean indicating if the \"instance\" field is set, and `Instance`, a string representing the URL for a specific instance, required for compute operations."],["The `InstanceReference` class inherits members from the `Object` class, including methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]