Google Cloud Api Hub V1 Client - Class Classification (0.4.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ DiscoveredApiOperationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CLASSIFICATION_UNSPECIFIED
Value: 0Operation is not classified as known or unknown.
Generated from protobuf enum CLASSIFICATION_UNSPECIFIED = 0;
KNOWN
Value: 1Operation has a matched catalog operation.
Generated from protobuf enum KNOWN = 1;
UNKNOWN
Value: 2Operation does not have a matched catalog operation.
Generated from protobuf enum UNKNOWN = 2;