Google Cloud Api Hub V1 Client - Class Classification (0.3.0)

Reference documentation and code samples for the Google Cloud Api Hub V1 Client class Classification.

The classification of the discovered API operation.

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

Namespace

Google \ Cloud \ ApiHub \ V1 \ DiscoveredApiOperation

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CLASSIFICATION_UNSPECIFIED

Value: 0

Operation is not classified as known or unknown.

Generated from protobuf enum CLASSIFICATION_UNSPECIFIED = 0;

KNOWN

Value: 1

Operation has a matched catalog operation.

Generated from protobuf enum KNOWN = 1;

UNKNOWN

Value: 2

Operation does not have a matched catalog operation.

Generated from protobuf enum UNKNOWN = 2;