public sealed class PatchRegionUrlMapRequest : IMessage<PatchRegionUrlMapRequest>, IEquatable<PatchRegionUrlMapRequest>, IDeepCloneable<PatchRegionUrlMapRequest>, IBufferMessage, IMessage
A request message for RegionUrlMaps.Patch. 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 webpage details the `PatchRegionUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically version 1.4.0."],["The `PatchRegionUrlMapRequest` class is used for sending requests to patch a region's URL map and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties for setting and getting the project, region, request ID, URL map name, and the URL map resource itself for patching operations."],["The latest version of the `PatchRegionUrlMapRequest` documentation is 3.6.0, and the webpage lists links for prior versions down to 1.0.0, showcasing the evolution of this class."],["It inherits from the base `Object` class and overrides the default methods of `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, and also lists all the constructors and parameters used."]]],[]]