public sealed class UrlMapValidationResult : IMessage<UrlMapValidationResult>, IEquatable<UrlMapValidationResult>, IDeepCloneable<UrlMapValidationResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class UrlMapValidationResult.
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 provides documentation for the `UrlMapValidationResult` class within the Google.Cloud.Compute.V1 namespace, covering versions from 1.0.0 up to the latest 3.6.0."],["The `UrlMapValidationResult` class is used to represent the validation outcome of a UrlMap and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UrlMapValidationResult` class include `LoadSucceeded` and `TestPassed`, both of which are boolean values that indicate the success or failure of loading and testing the UrlMap respectively."],["If loading fails, the `LoadErrors` property, a `RepeatedField\u003cstring\u003e`, contains the error messages, while the `TestFailures` property, a `RepeatedField\u003cTestFailure\u003e`, provides details on any testing failures."],["There are two constructors for the `UrlMapValidationResult` class: a default constructor and one that takes another `UrlMapValidationResult` instance as a parameter for creating a copy."]]],[]]