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-21 UTC."],[[["This page provides documentation for the `GetRegionUrlMapRequest` class within the Google.Cloud.Compute.V1 API, focusing on retrieving information about URL maps in a specific region."],["The latest available version is 3.6.0, and the page lists numerous past versions of the API, down to 1.0.0, for reference and backward compatibility."],["The `GetRegionUrlMapRequest` class inherits from and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Project`, `Region`, and `UrlMap`, which are used to specify the project ID, the region name, and the URL map name, respectively, for which information is requested."],["The class has two constructors, one default, and one allowing to be constructed from another `GetRegionUrlMapRequest`."]]],[]]