Class UrlMapValidationResult (1.3.1)

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``.

Inheritance

builtins.object > proto.message.Message > UrlMapValidationResult