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` is 3.6.0, with the provided content detailing versions ranging from 1.0.0 to 3.6.0."],["`GetUrlMapRequest` is a class within the Compute Engine v1 API, specifically designed for handling requests to retrieve UrlMap resources."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetUrlMapRequest` class includes properties to set the project ID and the name of the UrlMap resource to retrieve, via the `Project` and `UrlMap` properties respectively."],["The GetUrlMapRequest is located in the `Google.Cloud.Compute.V1` namespace, and it is stored in the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]