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-31 UTC."],[[["This webpage provides documentation for the `GetUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically in version 1.4.0."],["The `GetUrlMapRequest` class is a request message used for retrieving details about a specific URL map, as indicated by the UrlMaps.Get method it represents."],["The documentation outlines that the `GetUrlMapRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the constructors of the `GetUrlMapRequest` class and describes its properties, `Project` and `UrlMap`, which are both strings and represent the project ID and the name of the URL map resource, respectively."],["The webpage contains a range of versions for the `GetUrlMapRequest`, with the most recent being 3.6.0, going all the way back to version 1.0.0."]]],[]]