public sealed class DeleteRegionUrlMapRequest : IMessage<DeleteRegionUrlMapRequest>, IEquatable<DeleteRegionUrlMapRequest>, IDeepCloneable<DeleteRegionUrlMapRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class DeleteRegionUrlMapRequest.
A request message for RegionUrlMaps.Delete. 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 provides documentation for the `DeleteRegionUrlMapRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET developers."],["The `DeleteRegionUrlMapRequest` class is a request message used for deleting a regional URL map, as defined by the Compute Engine API."],["The page details various versions of the `DeleteRegionUrlMapRequest`, from the latest 3.6.0 down to version 1.0.0, allowing developers to access documentation relevant to their project's dependencies."],["This documentation outlines the properties of the `DeleteRegionUrlMapRequest` class, such as `Project`, `Region`, `RequestId`, and `UrlMap`, explaining each one's purpose within the request."],["The documentation describes how the class implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable` which are part of Google.Protobuf, to assist in handling the data."]]],[]]