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."],[[["The latest version of the `UrlMapValidationResult` is 3.6.0, and this page provides access to documentation for multiple versions, ranging from 1.0.0 to 3.6.0."],["The `UrlMapValidationResult` class represents the outcome of validating a UrlMap, including details about whether the loading and testing of the URL mapping were successful or not."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for use within the Google Cloud Compute environment."],["Key properties within the `UrlMapValidationResult` class include `LoadSucceeded` and `TestPassed`, which are boolean values indicating the success of the load and the test respectively, and also include `LoadErrors` and `TestFailures` which details the reasons if there are any."]]],[]]