public sealed class InsertRegionUrlMapRequest : IMessage<InsertRegionUrlMapRequest>, IEquatable<InsertRegionUrlMapRequest>, IDeepCloneable<InsertRegionUrlMapRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InsertRegionUrlMapRequest.
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-24 UTC."],[[["This webpage provides reference documentation for the `InsertRegionUrlMapRequest` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment, with the most recent version listed as 3.6.0, and the version of the page being 2.13.0."],["The `InsertRegionUrlMapRequest` class is used to construct request messages for inserting region URL maps, as described in the Compute Engine v1 API method documentation for `RegionUrlMaps.Insert`."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like message construction, equality comparison, deep cloning, and buffered message operations."],["The `InsertRegionUrlMapRequest` class includes properties like `Project`, `Region`, `RequestId`, and `UrlMapResource` which are used to define the project, the region, the idempotency request ID, and the body resource of the request."],["A full list of prior versions ranging from 1.0.0 to 3.5.0 of the class documentation are available for reference, with the current highest version being 3.6.0."]]],[]]