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."],[[["The `GetRegionUrlMapRequest` class, part of the Google.Cloud.Compute.V1 namespace, is used to request details about a specific RegionUrlMap."],["This class is versioned with the latest being 3.6.0 and going down to version 1.0.0, with each having their own documentation link."],["It inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties for `Project`, `Region`, and `UrlMap`, all of which are of type `string` and are used to define the parameters of the request."],["There are two constructors provided: a default one and another that accepts an existing `GetRegionUrlMapRequest` object for copying."]]],[]]