Class UrlMapValidationResult (1.18.0)

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

Message representing the validation result for a UrlMap.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

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.