public sealed class InsertRegionUrlMapRequest : IMessage<InsertRegionUrlMapRequest>, IEquatable<InsertRegionUrlMapRequest>, IDeepCloneable<InsertRegionUrlMapRequest>, IBufferMessage, IMessage
A request message for RegionUrlMaps.Insert. 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 `InsertRegionUrlMapRequest` class, found within the `Google.Cloud.Compute.V1` namespace, is a request message used for inserting a regional URL map."],["This class provides methods such as constructors and inherits members from the `Object` class, while also implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `InsertRegionUrlMapRequest` contains properties such as `Project`, `Region`, `RequestId`, and `UrlMapResource` to configure and define the specifics of the request."],["The latest available version of the `InsertRegionUrlMapRequest` documentation is 3.6.0, and versions dating back to 1.0.0 are also documented."],["The class `InsertRegionUrlMapRequest` has two constructors `InsertRegionUrlMapRequest()` and `InsertRegionUrlMapRequest(InsertRegionUrlMapRequest other)` for creating new instances of the object."]]],[]]