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 `GetUrlMapRequest` class is part of the Compute Engine v1 API and is used to request details about a specific URL map."],["This class has been implemented in multiple versions, with the most recent one being 3.6.0 and includes several versions all the way back to 1.0.0, showcasing its long history."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be utilized in various contexts within the Google Cloud ecosystem."],["The `GetUrlMapRequest` class has two properties, Project and UrlMap, both of type string that are used for the request."],["There are two constructors for the `GetUrlMapRequest` class; one default and one which takes another `GetUrlMapRequest` as an argument."]]],[]]