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-04-09 UTC."],[[["This webpage provides documentation for the `GetUrlMapRequest` class within the Google Cloud Compute Engine v1 API, specifically detailing its usage and properties."],["The documentation covers a wide range of versions for the API, spanning from version 1.0.0 up to the latest version, 3.6.0."],["`GetUrlMapRequest` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration with the Protobuf library and .NET functionalities."],["The `GetUrlMapRequest` class includes properties like `Project` and `UrlMap`, which are used to specify the project ID and the name of the UrlMap resource in the request."],["The class includes two constructors, a parameterless constructor `GetUrlMapRequest()` and one accepting another `GetUrlMapRequest` object as parameter `GetUrlMapRequest(GetUrlMapRequest other)`."]]],[]]