ValidationStage

ValidationStage represents the possible validation stages of the parser.

Enums
VALIDATION_STAGE_UNSPECIFIED The validation stage is not specified.
NEW The custom parser is submitted for validation.
VALIDATING The custom parser is currently going through the validation pipeline
PASSED The custom parser has successfully passed the validation.
FAILED The custom parser has failed validation.
DELETE_CANDIDATE The parser is no good, It is available for auto deletion.