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 latest version available for `InsertRegionUrlMapRequest` is 3.6.0, as part of the Google.Cloud.Compute.V1 library."],["This page provides documentation for the `InsertRegionUrlMapRequest` class, which is a request message used for the `RegionUrlMaps.Insert` operation within the Google Cloud Compute API."],["`InsertRegionUrlMapRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Project`, `Region`, `RequestId`, and `UrlMapResource`, which are used to define the parameters of the request, and the `UrlMap` to be inserted."],["The class contains two constructor overloads, one being parameterless, and the other taking an `InsertRegionUrlMapRequest` as a parameter."]]],[]]