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

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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.