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-04-09 UTC."],[[["The `GetRegionUrlMapRequest` class is used to retrieve information about a specific regional URL map from the Compute Engine v1 API, with version 3.6.0 being the latest."],["This class, part of the `Google.Cloud.Compute.V1` namespace, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The `GetRegionUrlMapRequest` class includes properties for specifying the `Project`, `Region`, and `UrlMap`, which are required to identify the target URL map resource."],["The documentation includes versions ranging from 1.0.0 to 3.6.0 for the `GetRegionUrlMapRequest` class, allowing users to find the version relevant to them."],["The `GetRegionUrlMapRequest` class offers two constructors: a default one and one that allows copying the properties of an existing `GetRegionUrlMapRequest` object."]]],[]]