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.15.0."],["The `UpdateRegionUrlMapRequest` class is used to send a request to update a region URL map, as detailed in the method description, with the latest available version being 3.6.0, and several older versions dating back to 1.0.0 being listed as well."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Compute.V1` namespace."],["Key properties of the `UpdateRegionUrlMapRequest` class include `Project`, `Region`, `RequestId`, `UrlMap`, and `UrlMapResource`, allowing users to specify the project, region, and the specific URL map to be updated."],["The document also lists the various constructors available for `UpdateRegionUrlMapRequest`, including the default constructor and another allowing for an existing instance of the class to be used as the basis for the new instance."]]],[]]