public sealed class UrlMapReference : IMessage<UrlMapReference>, IEquatable<UrlMapReference>, IDeepCloneable<UrlMapReference>, 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-04-02 UTC."],[[["The `UrlMapReference` class, part of the `Google.Cloud.Compute.V1` namespace, is documented across multiple versions, ranging from version 1.0.0 to the latest 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer-based operations."],["The `UrlMapReference` class contains two constructors, a default one and another that takes another `UrlMapReference` object as a parameter for creating a new instance."],["The class has two properties: `HasUrlMap`, which indicates if the \"url_map\" field is set, and `UrlMap`, which represents the actual URL map as a string."],["Inherited members include standard methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `Object` class."]]],[]]