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-24 UTC."],[[["This webpage details the `PatchRegionUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, with version 3.6.0 being the latest and a history of versions back to 1.0.0."],["`PatchRegionUrlMapRequest` is used to make a request for patching a Region Url Map, as described within the class documentation, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes constructors for creating instances of `PatchRegionUrlMapRequest`, either as a default instance or by cloning another instance."],["Key properties of the `PatchRegionUrlMapRequest` class are `Project`, `Region`, `RequestId`, `UrlMap`, and `UrlMapResource`, which are all used to define the scope and details of the patching operation."],["The `PatchRegionUrlMapRequest` class has an inheritance hierarchy, inheriting from the base `Object` class, and it provides documentation for inherited members."]]],[]]