Class UrlMapValidationResult (1.4.0)

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

Message representing the validation result for a UrlMap.

Attributes

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