Google Cloud Api Hub V1 Client - Class LintState (0.1.1)

Reference documentation and code samples for the Google Cloud Api Hub V1 Client class LintState.

Lint state represents success or failure for linting.

Protobuf type google.cloud.apihub.v1.LintState

Namespace

Google \ Cloud \ ApiHub \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LINT_STATE_UNSPECIFIED

Value: 0

Lint state unspecified.

Generated from protobuf enum LINT_STATE_UNSPECIFIED = 0;

LINT_STATE_SUCCESS

Value: 1

Linting was completed successfully.

Generated from protobuf enum LINT_STATE_SUCCESS = 1;

LINT_STATE_ERROR

Value: 2

Linting encountered errors.

Generated from protobuf enum LINT_STATE_ERROR = 2;