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 |
|
---|---|
Name | Description |
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 .
|