public sealed class GetRegionUrlMapRequest : IMessage<GetRegionUrlMapRequest>, IEquatable<GetRegionUrlMapRequest>, IDeepCloneable<GetRegionUrlMapRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionUrlMapRequest.
A request message for RegionUrlMaps.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 `GetRegionUrlMapRequest` class, part of the Compute Engine v1 API, is used to request details about a specific region's URL map."],["This API class is implemented across numerous versions, from 1.0.0 to the latest version 3.6.0, with links provided to the reference documentation for each."],["`GetRegionUrlMapRequest` inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["The class allows the user to interact with the Project, Region and UrlMap via properties, each having a String type."],["The documentation includes constructors for creating new instances of `GetRegionUrlMapRequest`, including a default constructor and a copy constructor, the latter taking another `GetRegionUrlMapRequest` object."]]],[]]