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 Compute Engine v1 API for .NET, specifically version 3.2.0."],["The `GetUrlMapRequest` class is used to send a request to retrieve details about a specific URL map in the Compute Engine API, as detailed by its method description."],["The documentation shows the `GetUrlMapRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetUrlMapRequest` class has two constructors: a default constructor, and a copy constructor that takes another `GetUrlMapRequest` instance as an argument."],["The class also contains two essential properties: `Project`, to specify the project ID for the request, and `UrlMap`, to indicate the name of the UrlMap resource to be retrieved."]]],[]]