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-04-09 UTC."],[[["The `ValidateUrlMapRequest` class is a request message used for validating URL maps, as defined within the `Google.Cloud.Compute.V1` namespace."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities such as message handling, equality checks, deep cloning, and buffer operations."],["The latest version of this documentation is `3.6.0`, and the page contains links to documentation for versions ranging from `1.0.0` to the latest `3.6.0`."],["`ValidateUrlMapRequest` has properties for `Project`, `UrlMap`, and `UrlMapsValidateRequestResource`, which specify the project ID, the URL map's name to be validated, and the request body, respectively."],["`ValidateUrlMapRequest` has two constructors: a parameterless one, and one that takes another `ValidateUrlMapRequest` instance, which is used to make a copy of that instance."]]],[]]