Enum Linter (0.2.0)

public enum Linter extends Enum<Linter> implements ProtocolMessageEnum

Enumeration of linter types.

Protobuf enum google.cloud.apihub.v1.Linter

Implements

ProtocolMessageEnum

Static Fields

Name Description
LINTER_UNSPECIFIED

Linter type unspecified.

LINTER_UNSPECIFIED = 0;

LINTER_UNSPECIFIED_VALUE

Linter type unspecified.

LINTER_UNSPECIFIED = 0;

OTHER

Linter type other.

OTHER = 2;

OTHER_VALUE

Linter type other.

OTHER = 2;

SPECTRAL

Linter type spectral.

SPECTRAL = 1;

SPECTRAL_VALUE

Linter type spectral.

SPECTRAL = 1;

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()