public sealed class GetUrlMapRequest : IMessage<GetUrlMapRequest>, IEquatable<GetUrlMapRequest>, IDeepCloneable<GetUrlMapRequest>, IBufferMessage, IMessage
A request message for UrlMaps.Get. See the method description for details.
[[["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."],[[["This webpage details the `GetUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The `GetUrlMapRequest` class is a request message used for retrieving URL map details, as indicated by the \"UrlMaps.Get\" method."],["It showcases the implementation of various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page provides links to documentation for multiple versions, ranging from version 1.0.0 to the latest version 3.6.0, allowing users to view the evolution of this class over time."],["The `GetUrlMapRequest` class has two constructors one default, and one that allows for a `GetUrlMapRequest` object to be passed in, as well as two properties `Project` and `UrlMap`, both strings."]]],[]]