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, used to request information about a specific region's URL map."],["The `GetRegionUrlMapRequest` class is part of the Google Cloud Compute API for .NET and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this request class available is 3.6.0, with versions ranging down to 1.0.0, and it inherits from the base `Object` class."],["The class has a constructor that can take another instance of `GetRegionUrlMapRequest`, as well as 3 properties: `Project`, `Region`, and `UrlMap`, which are all string types."],["The `GetRegionUrlMapRequest` is used to retrieve a Region URL Map by providing the project ID, region name, and URL Map name."]]],[]]