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 for version 1.3.0 of the API."],["The `PatchRegionUrlMapRequest` class is used to send a request to patch a RegionUrlMap, and it includes properties like `Project`, `Region`, `RequestId`, and `UrlMap` to define the scope and details of the operation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling capabilities like message handling, equality comparison, deep cloning, and buffer message operations."],["The page also lists various previous versions of this same resource, ranging from version 1.0.0 all the way to version 3.6.0, which is considered the latest."],["The class has two constructors: a parameterless one and another where you can pass in another instance of `PatchRegionUrlMapRequest`."]]],[]]