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, with several prior versions available, ranging down to version 1.0.0."],["`UrlMapValidationResult` is a class in the `Google.Cloud.Compute.V1` namespace, designed to represent the result of a UrlMap validation."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `LoadSucceeded` and `TestPassed` to indicate the success of loading and testing a given UrlMap, respectively."],["`LoadErrors` and `TestFailures` are available to present details when loading or testing fails, respectively."]]],[]]