public sealed class UpdateRegionUrlMapRequest : IMessage<UpdateRegionUrlMapRequest>, IEquatable<UpdateRegionUrlMapRequest>, IDeepCloneable<UpdateRegionUrlMapRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class UpdateRegionUrlMapRequest.
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-04-09 UTC."],[[["The latest version available for the `UpdateRegionUrlMapRequest` is 3.6.0, while the current page focuses on version 3.3.0 of the class, with links to all available previous versions, down to 1.0.0."],["The `UpdateRegionUrlMapRequest` class, found within the `Google.Cloud.Compute.V1` namespace, is used to send a request message for updating a RegionUrlMaps, as part of the Compute Engine v1 API."],["This class inherits from object and implements multiple interfaces, including `IMessage`, `IEquatable\u003cUpdateRegionUrlMapRequest\u003e`, `IDeepCloneable\u003cUpdateRegionUrlMapRequest\u003e`, and `IBufferMessage`."],["The class includes properties such as `Project`, `Region`, `RequestId`, `UrlMap`, and `UrlMapResource`, allowing users to specify details for updating the `RegionUrlMap`, including project ID, region name, request ID for idempotency, the name of the URL map, and the body resource."],["It features two constructors, a default one and another that accepts an existing `UpdateRegionUrlMapRequest` instance as a parameter, facilitating object cloning."]]],[]]