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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CLASSIFICATION_UNSPECIFIED |
Operation is not classified as known or unknown. |
CLASSIFICATION_UNSPECIFIED_VALUE |
Operation is not classified as known or unknown. |
KNOWN |
Operation has a matched catalog operation. |
KNOWN_VALUE |
Operation has a matched catalog operation. |
UNKNOWN |
Operation does not have a matched catalog operation. |
UNKNOWN_VALUE |
Operation does not have a matched catalog operation. |
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() |