public sealed class ValidateUrlMapRequest : IMessage<ValidateUrlMapRequest>, IEquatable<ValidateUrlMapRequest>, IDeepCloneable<ValidateUrlMapRequest>, IBufferMessage, IMessage
A request message for UrlMaps.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 `ValidateUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, used for validating URL map requests."],["The latest available version of this class is `3.6.0`, with a history of versions spanning from `1.0.0` up to this most current version."],["The `ValidateUrlMapRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffered message interactions."],["The class includes properties like `Project`, `UrlMap`, and `UrlMapsValidateRequestResource` for handling the project ID, URL map name, and request body resource, respectively."],["The `ValidateUrlMapRequest` class has two constructors: a default constructor and a copy constructor that takes another `ValidateUrlMapRequest` object."]]],[]]