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, ranging from 1.0.0 to 3.5.0."],["`InstanceReference` is a class within the `Google.Cloud.Compute.V1` namespace, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InstanceReference` class includes properties such as `HasInstance` (a boolean to check if the \"instance\" field is set) and `Instance` (a string representing the URL for a specific instance)."],["The `InstanceReference` has 2 constructors that can be used to create instances, one that has no parameter and another one that takes in another `InstanceReference` as parameter."],["The class `InstanceReference` inherits a number of methods from the `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]