Reference documentation and code samples for the Google Cloud Api Hub V1 Client class Linter.
Enumeration of linter types.
Protobuf type google.cloud.apihub.v1.Linter
Namespace
Google \ Cloud \ ApiHub \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LINTER_UNSPECIFIED
Value: 0Linter type unspecified.
Generated from protobuf enum LINTER_UNSPECIFIED = 0;
SPECTRAL
Value: 1Linter type spectral.
Generated from protobuf enum SPECTRAL = 1;
OTHER
Value: 2Linter type other.
Generated from protobuf enum OTHER = 2;