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 available for `UrlMapValidationResult` is 3.6.0, with several older versions also accessible, ranging from 3.5.0 down to 1.0.0."],["`UrlMapValidationResult` is a class representing the outcome of a UrlMap validation, inheriting from Object and implementing multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class contains properties `HasLoadSucceeded`, `HasTestPassed`, `LoadErrors`, `LoadSucceeded`, `TestFailures`, and `TestPassed`, detailing the success or failure of the UrlMap's loading and testing processes."],["The class offers two constructors, one default and another that accepts an existing `UrlMapValidationResult` instance for copying its data."],["The `UrlMapValidationResult` class is part of the `Google.Cloud.Compute.V1` namespace, found within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]