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, represents a reference to a specific Compute Engine instance."],["The `InstanceReference` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InstanceReference` class has a `Instance` property, which is a string that holds the URL of a Compute Engine instance, and a `HasInstance` property, a boolean indicating whether that instance is set."],["The Google.Cloud.Compute.V1.dll assembly is where the `InstanceReference` class and related functionalities are located."]]],[]]