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-04-02 UTC."],[[["The webpage details the `UrlMapValidationResult` class within the `Google.Cloud.Compute.V1` namespace, which is part of the Google.Cloud.Compute.V1.dll assembly."],["`UrlMapValidationResult` is used to represent the validation results for a UrlMap, implementing several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class provides constructors for creating instances, either empty or by copying an existing `UrlMapValidationResult`, and it inherits several members from the `Object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."],["Key properties of `UrlMapValidationResult` include `LoadSucceeded` and `TestPassed`, both boolean values that indicate whether the UrlMap loaded successfully and passed its tests, respectively, alongside corresponding lists for `LoadErrors` and `TestFailures`."],["The webpage offers a version history of the UrlMapValidationResult class, with version 3.6.0 being the latest, and a list of past versions all the way back to 1.0.0."]]],[]]