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 `UpdateRegionUrlMapRequest` class is a request message used for updating a regional URL map resource, as part of the `Google.Cloud.Compute.V1` namespace within the .NET environment."],["This class is available in multiple versions, ranging from 1.0.0 to the latest 3.6.0, with the current page detailing version 2.1.0 specifically."],["`UpdateRegionUrlMapRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message management, equality comparisons, deep cloning, and buffer handling."],["Key properties within `UpdateRegionUrlMapRequest` include `Project`, `Region`, `RequestId`, `UrlMap`, and `UrlMapResource`, which allow the specification of the project, region, request ID, and details about the URL map being updated."],["The class provides two constructors, one that creates an empty `UpdateRegionUrlMapRequest` and the other that creates an `UpdateRegionUrlMapRequest` from another `UpdateRegionUrlMapRequest`."]]],[]]