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 page details the `ValidateUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, used for validating URL map resources."],["The latest version available for the `ValidateUrlMapRequest` is 3.6.0, with a list of prior versions ranging from 3.5.0 down to 1.0.0 that can be referenced."],["The `ValidateUrlMapRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties such as `Project`, `UrlMap`, and `UrlMapsValidateRequestResource` that allow you to set the project ID, URL map name, and the resource body respectively."],["There are two constructors available for the `ValidateUrlMapRequest` class: a default constructor and a copy constructor."]]],[]]