Class UrlMapValidationResult (0.5.0)

UrlMapValidationResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Message representing the validation result for a UrlMap. .. attribute:: load_errors

:type: Sequence[str]

Attributes

NameDescription
load_succeeded bool
Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
test_passed bool
If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.