public sealed class PatchRegionUrlMapRequest : IMessage<PatchRegionUrlMapRequest>, IEquatable<PatchRegionUrlMapRequest>, IDeepCloneable<PatchRegionUrlMapRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class PatchRegionUrlMapRequest.
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."],[[["The `PatchRegionUrlMapRequest` class in the Google.Cloud.Compute.V1 API provides a way to request patching of a RegionUrlMap."],["This class has a constructor that allows the instantiation of an empty object and one that allows the instantiation of a copy of another."],["The `PatchRegionUrlMapRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities."],["The class has properties such as `Project`, `Region`, `RequestId`, `UrlMap`, and `UrlMapResource` to specify the details of the patch request, including a resource body, and a request identifier for idempotency."],["The content provides links to different versions of the documentation for `PatchRegionUrlMapRequest`, with version 3.6.0 being the latest and version 1.0.0 being the oldest, showcasing the evolution of the class over time."]]],[]]