public sealed class UrlMapValidationResult : IMessage<UrlMapValidationResult>, IEquatable<UrlMapValidationResult>, IDeepCloneable<UrlMapValidationResult>, IBufferMessage, IMessage
Message representing the validation result for a UrlMap.
[[["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 `UrlMapValidationResult` class within the `Google.Cloud.Compute.V1` namespace, which is part of the Google.Cloud.Compute.V1.dll assembly and is designed to represent the validation results for a UrlMap."],["The `UrlMapValidationResult` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["Key properties of the `UrlMapValidationResult` class include `LoadSucceeded` and `TestPassed`, both of which are boolean values, and `LoadErrors` and `TestFailures`, which provide details in case of validation failures."],["The webpage includes links to 29 versions of the UrlMapValidationResult class documentation, ranging from version 1.0.0 to the latest version 3.6.0."],["There are two constructors within the class, one parameterless and another which takes in another instance of `UrlMapValidationResult` as a parameter."]]],[]]