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-09 UTC."],[[["The `UrlMapReference` class is part of the `Google.Cloud.Compute.V1` namespace and is contained within the `Google.Cloud.Compute.V1.dll` assembly."],["This class implements several interfaces including `IMessage`, `IEquatable\u003cUrlMapReference\u003e`, `IDeepCloneable\u003cUrlMapReference\u003e`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer manipulation."],["The `UrlMapReference` class has two constructors: a default constructor `UrlMapReference()` and a copy constructor `UrlMapReference(UrlMapReference other)` that takes another `UrlMapReference` object as a parameter."],["Key properties of the class include `HasUrlMap`, a boolean indicating if the \"url_map\" field is set, and `UrlMap`, which is a string property representing the URL map."],["The page lists all versions of `UrlMapReference`, ranging from the latest 3.6.0 down to the oldest 1.0.0, with each linking to its corresponding documentation page."]]],[]]