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."],[[["The `GetRegionUrlMapRequest` class is used to request information about a specific regional URL map resource within the Google Cloud Compute API, version 1."],["This class has been implemented with interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling protobuf serialization, comparison, cloning, and buffering."],["There are 31 different versions listed in the document, with the latest version being 3.6.0 and oldest being 1.0.0, allowing for backward compatibility to previous versions."],["The `GetRegionUrlMapRequest` class has properties for `Project`, `Region`, and `UrlMap`, which are strings representing the project ID, region name, and the URL map resource name, respectively."],["This class inherits the `Object` class and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]