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 information for the `UpdateRegionUrlMapRequest` class within the Google Cloud Compute Engine v1 API, specifically for version 2.14.0."],["The `UpdateRegionUrlMapRequest` class is used to send a request to update a regional URL map, as indicated by the method description and the class name, and it implements several interfaces for functionality, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The document lists various versions of the `UpdateRegionUrlMapRequest` API, ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest, and provides links to each version's documentation."],["The class includes properties like `Project`, `Region`, `RequestId`, `UrlMap`, and `UrlMapResource`, which are essential for constructing and sending an update request."],["The API class has two constructors, a default constructor and another for copying an existing `UpdateRegionUrlMapRequest` object."]]],[]]