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 version 2.12.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, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document outlines the inheritance hierarchy of `UpdateRegionUrlMapRequest`, which inherits from `object`, and shows that it has inherited methods such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The class contains several properties like `Project`, `Region`, `RequestId`, `UrlMap`, and `UrlMapResource`, which are used to specify the details of the URL map update request."],["This documentation includes links to reference documentation for various versions of the Google.Cloud.Compute.V1 API, starting from version 1.0.0 up to the latest version 3.6.0, in addition to links for the .NET API."]]],[]]