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 page details the `PatchRegionUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, with version 3.6.0 being the latest release."],["The `PatchRegionUrlMapRequest` class is used to send a request to patch a RegionUrlMap, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains multiple properties including `Project`, `Region`, `RequestId`, `UrlMap`, and `UrlMapResource` which are essential for sending the request."],["The `PatchRegionUrlMapRequest` class has two constructors: a default one and one that copies the values from an existing `PatchRegionUrlMapRequest` object."],["The page provides links to previous versions of the `PatchRegionUrlMapRequest` class, allowing access to versions as far back as 1.0.0."]]],[]]