Module: Google::Cloud::ApiHub::V1::DiscoveredApiOperation::Classification

Defined in:
proto_docs/google/cloud/apihub/v1/common_fields.rb

Overview

The classification of the discovered API operation.

Constant Summary collapse

CLASSIFICATION_UNSPECIFIED =

Operation is not classified as known or unknown.

0
KNOWN =

Operation has a matched catalog operation.

1
UNKNOWN =

Operation does not have a matched catalog operation.

2