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 page details the `GetUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving specific URL map information."],["The latest version of the `GetUrlMapRequest` documentation is version 3.6.0, with links to older versions ranging from 3.5.0 down to 1.0.0."],["The `GetUrlMapRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling protocol buffer messages."],["The class has two properties, `Project` and `UrlMap`, both of which are strings, that allow for setting the project ID and the name of the UrlMap resource respectively."],["There are two constructors available for the `GetUrlMapRequest` class, a parameterless constructor and one that accepts another instance of `GetUrlMapRequest` for copying."]]],[]]