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 provides documentation for the `ValidateUrlMapRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its usage in .NET."],["The `ValidateUrlMapRequest` class is used to construct a request message for validating URL maps, as per the method description."],["It is the latest version, 3.6.0, that can be located in the documentation, followed by the rest of the historical releases, down to version 1.0.0."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `ValidateUrlMapRequest` class includes properties such as `Project`, `UrlMap`, and `UrlMapsValidateRequestResource`, which are essential for configuring and sending a request."]]],[]]