public sealed class ValidateRegionUrlMapRequest : IMessage<ValidateRegionUrlMapRequest>, IEquatable<ValidateRegionUrlMapRequest>, IDeepCloneable<ValidateRegionUrlMapRequest>, IBufferMessage, IMessage
A request message for RegionUrlMaps.Validate. 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 webpage details the `ValidateRegionUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, available across multiple versions, from 1.0.0 to the latest 3.6.0."],["`ValidateRegionUrlMapRequest` is used to send a request for validating region URL maps, as detailed in the method description of the documentation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its capabilities within the .NET framework."],["Key properties of the `ValidateRegionUrlMapRequest` class include `Project`, `Region`, `RegionUrlMapsValidateRequestResource`, and `UrlMap`, which handle the project ID, region, request resource, and the URL map to be validated, respectively."]]],[]]