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 region URL map in Google Cloud Compute."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling, equality checks, deep cloning, and buffer operations."],["The `UpdateRegionUrlMapRequest` class is part of the `Google.Cloud.Compute.V1` namespace within the `Google.Cloud.Compute.V1.dll` assembly and exists in versions from 1.0.0 to 3.6.0."],["Key properties of this class include `Project`, `Region`, `RequestId`, `UrlMap`, and `UrlMapResource`, enabling the specification of the target project, region, request details, and the URL map to be updated."],["The latest version available is 3.6.0 for the `UpdateRegionUrlMapRequest`, and there are 29 different versions available in total that can be navigated to."]]],[]]