Module: Google::Cloud::ApiHub::V1::LintState

Defined in:
proto_docs/google/cloud/apihub/v1/common_fields.rb

Overview

Lint state represents success or failure for linting.

Constant Summary collapse

LINT_STATE_UNSPECIFIED =

Lint state unspecified.

0
LINT_STATE_SUCCESS =

Linting was completed successfully.

1
LINT_STATE_ERROR =

Linting encountered errors.

2