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-31 UTC."],[[["The `GetRegionUrlMapRequest` class is used to request information about a Region URL Map from the Google Cloud Compute API, with version 3.6.0 being the latest release."],["This request class, `GetRegionUrlMapRequest`, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` from Google and .NET libraries."],["The `GetRegionUrlMapRequest` class includes properties for `Project`, `Region`, and `UrlMap`, all of which are string type and used for specifying the scope and target of the request."],["The class has a constructor that allows the creation of a new `GetRegionUrlMapRequest` object or one by copying an existing `GetRegionUrlMapRequest` instance."]]],[]]