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, used for retrieving specific URL map information."],["The most recent version of `GetUrlMapRequest` is 3.6.0, but the page covers various versions dating back to 1.0.0, offering a range of options to select from."],["The `GetUrlMapRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetUrlMapRequest` class include `Project` and `UrlMap`, both of which are string types, allowing the user to designate the project and url map they are requesting."],["The webpage provides links to the documentation for each mentioned version, inherited members and included interfaces, allowing users to gain more in depth knowledge."]]],[]]