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 in Google Cloud Compute."],["The latest version available for this resource is 3.6.0, with previous versions dating back to 1.0.0 accessible through provided links."],["`ValidateUrlMapRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties like `Project`, `UrlMap`, and `UrlMapsValidateRequestResource`, which are essential for defining and structuring a validation request."],["The webpage covers both the class's constructors, including the default and the copy constructors, and the inherited members of the class."]]],[]]