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-21 UTC."],[[["The `GetUrlMapRequest` class is used to request a specific UrlMap in the Compute Engine v1 API, as indicated by its function as a message for `UrlMaps.Get`."],["This documentation page lists available versions of `GetUrlMapRequest`, ranging from the latest version 3.6.0 down to 1.0.0, with the current page detailing the 2.4.0 version."],["The `GetUrlMapRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google's Protobuf message handling."],["Key properties of `GetUrlMapRequest` include `Project`, which specifies the project ID, and `UrlMap`, which specifies the name of the UrlMap resource to retrieve."],["There are two constructors for `GetUrlMapRequest`: one is parameterless and the other copies the data from another `GetUrlMapRequest` instance."]]],[]]