public sealed class UpdateRegionUrlMapRequest : IMessage<UpdateRegionUrlMapRequest>, IEquatable<UpdateRegionUrlMapRequest>, IDeepCloneable<UpdateRegionUrlMapRequest>, IBufferMessage, IMessage
A request message for RegionUrlMaps.Update. 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 latest version of the `UpdateRegionUrlMapRequest` is 3.6.0, but there are multiple older versions available for reference, ranging down to version 1.0.0."],["`UpdateRegionUrlMapRequest` is a request message for updating a RegionUrlMap, offering methods and properties to configure and manage the update process."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google's Protobuf library."],["The `UpdateRegionUrlMapRequest` class includes properties such as `Project`, `Region`, `RequestId`, `UrlMap`, and `UrlMapResource`, allowing for detailed specification of the update operation."],["The `UpdateRegionUrlMapRequest` class has two constructors, one being an empty constructor, and another allowing for the replication of another `UpdateRegionUrlMapRequest` object."]]],[]]