public enum LintState extends Enum<LintState> implements ProtocolMessageEnumLint state represents success or failure for linting.
 Protobuf enum google.cloud.apihub.v1.LintState
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| LINT_STATE_ERROR | Linting encountered errors.   | 
| LINT_STATE_ERROR_VALUE | Linting encountered errors.   | 
| LINT_STATE_SUCCESS | Linting was completed successfully.   | 
| LINT_STATE_SUCCESS_VALUE | Linting was completed successfully.   | 
| LINT_STATE_UNSPECIFIED | Lint state unspecified.   | 
| LINT_STATE_UNSPECIFIED_VALUE | Lint state unspecified.   | 
| UNRECOGNIZED | |
| Static Methods | |
|---|---|
| Name | Description | 
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. | 
| valueOf(String name) | |
| values() | |
| Methods | |
|---|---|
| Name | Description | 
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() | |