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, used to make requests for the `RegionUrlMaps.Patch` method."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `PatchRegionUrlMapRequest` class has properties for `Project`, `Region`, `RequestId`, `UrlMap`, and `UrlMapResource`, allowing for detailed configuration of the patch request, and can be constructed in two ways."],["Multiple versions of the `PatchRegionUrlMapRequest` are documented, ranging from version `1.0.0` to the latest `3.6.0`."],["The latest version of the `PatchRegionUrlMapRequest` can be found under version `3.6.0` while using version `2.1.0` of the namespace."]]],[]]