public sealed class GetRegionUrlMapRequest : IMessage<GetRegionUrlMapRequest>, IEquatable<GetRegionUrlMapRequest>, IDeepCloneable<GetRegionUrlMapRequest>, IBufferMessage, IMessage
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 webpage details the `GetRegionUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, primarily focusing on its structure, properties, and implementation."],["The latest version of the documentation available is `3.6.0`, while the content of this page is centered around version `2.1.0`."],["The `GetRegionUrlMapRequest` class is used to formulate a request to retrieve a specific `RegionUrlMap`, and it implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Project`, `Region`, and `UrlMap`, all of type string, which are required to specify the project ID, the region's name, and the UrlMap name, respectively, for the request."],["The content outlines a history of versions, detailing versions from `1.0.0` to `3.6.0`, all concerning `GetRegionUrlMapRequest`."]]],[]]