public sealed class GetUrlMapRequest : IMessage<GetUrlMapRequest>, IEquatable<GetUrlMapRequest>, IDeepCloneable<GetUrlMapRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetUrlMapRequest.
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."],[[["The latest version of the `GetUrlMapRequest` API is 3.6.0, but there are many versions available, including a range from 1.0.0 up to 3.6.0."],["The `GetUrlMapRequest` class is part of the Google.Cloud.Compute.V1 namespace and is used to request details for a specific URL map resource."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetUrlMapRequest` class contains properties for `Project` (the project ID) and `UrlMap` (the name of the UrlMap to return)."],["`GetUrlMapRequest` class has two public constructors: one default constructor `GetUrlMapRequest()` and one that accepts another `GetUrlMapRequest` object as a parameter."]]],[]]