Enum DiscoveredApiOperation.Classification (0.28.0)

public enum DiscoveredApiOperation.Classification extends Enum<DiscoveredApiOperation.Classification> implements ProtocolMessageEnum

The classification of the discovered API operation.

Protobuf enum google.cloud.apihub.v1.DiscoveredApiOperation.Classification

Implements

ProtocolMessageEnum

Static Fields

Name Description
CLASSIFICATION_UNSPECIFIED

Operation is not classified as known or unknown.

CLASSIFICATION_UNSPECIFIED = 0;

CLASSIFICATION_UNSPECIFIED_VALUE

Operation is not classified as known or unknown.

CLASSIFICATION_UNSPECIFIED = 0;

KNOWN

Operation has a matched catalog operation.

KNOWN = 1;

KNOWN_VALUE

Operation has a matched catalog operation.

KNOWN = 1;

UNKNOWN

Operation does not have a matched catalog operation.

UNKNOWN = 2;

UNKNOWN_VALUE

Operation does not have a matched catalog operation.

UNKNOWN = 2;

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