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."],[[["The webpage details the `ValidateRegionUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, serving as a request message for validating region URL maps."],["This class, part of the `Google.Cloud.Compute.V1.dll` assembly, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ValidateRegionUrlMapRequest` class offers two constructors: a default constructor and one that takes another `ValidateRegionUrlMapRequest` instance as a parameter."],["Key properties of the `ValidateRegionUrlMapRequest` class include `Project`, `Region`, `RegionUrlMapsValidateRequestResource`, and `UrlMap`, each with string values that configure or provide context to the validation request."],["The page provides links to previous versions of the class ranging from version 1.0.0 up to the latest version 3.6.0, along with the relevant documentation for each version."]]],[]]