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, including its versions, inheritance, and implementation."],["The latest version of `ValidateRegionUrlMapRequest` is 3.6.0, and numerous other versions are available, ranging from 1.0.0 to 3.5.0, as well as multiple 2.x.x versions."],["The class is used for requesting the validation of a Region URL Map, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ValidateRegionUrlMapRequest` class include `Project`, `Region`, `RegionUrlMapsValidateRequestResource`, and `UrlMap`, which are used to define the request scope and body."],["The class has two constructors: a parameterless one, and one that takes another `ValidateRegionUrlMapRequest` as an argument."]]],[]]