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."],[[["This page details the `UpdateRegionUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, essential for updating regional URL map resources in Google Cloud."],["The `UpdateRegionUrlMapRequest` class is a request message used for the `RegionUrlMaps.Update` method and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is listed as 3.6.0, with historical versions dating back to 1.0.0 that are also made available."],["The class has properties such as `Project`, `Region`, `RequestId`, `UrlMap`, and `UrlMapResource`, which are utilized to specify the scope and parameters of the update operation, with `HasRequestId` to check if the `request_id` is set."],["The `UpdateRegionUrlMapRequest` class features two constructors: a default one and one that allows you to create a copy of an existing `UpdateRegionUrlMapRequest` object."]]],[]]