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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LINT_STATE_UNSPECIFIED
Value: 0Lint state unspecified.
Generated from protobuf enum LINT_STATE_UNSPECIFIED = 0;
LINT_STATE_SUCCESS
Value: 1Linting was completed successfully.
Generated from protobuf enum LINT_STATE_SUCCESS = 1;
LINT_STATE_ERROR
Value: 2Linting encountered errors.
Generated from protobuf enum LINT_STATE_ERROR = 2;