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-03-21 UTC."],[[["This document provides reference documentation for the `UpdateRegionUrlMapRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The latest version available is 3.6.0, while the current version being documented is 2.11.0 with a list of previous versions going all the way back to 1.0.0."],["`UpdateRegionUrlMapRequest` is a message class used for updating a regional URL map and it implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties for `UpdateRegionUrlMapRequest` include `Project`, `Region`, `RequestId`, `UrlMap`, and `UrlMapResource`, allowing for the setting of the project, the region, request ID, the name of the UrlMap to be updated and the body resource for the update request."],["The `UpdateRegionUrlMapRequest` class has two constructors, one parameterless and another that takes an `UpdateRegionUrlMapRequest` object to initialize a new instance, and it inherits `GetHashCode()`, `GetType()`, and `ToString()` from the `object` class."]]],[]]