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

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

Enum for the curation type.

Protobuf type google.cloud.apihub.v1.CurationType

Namespace

Google \ Cloud \ ApiHub \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CURATION_TYPE_UNSPECIFIED

Value: 0

Default unspecified curation type.

Generated from protobuf enum CURATION_TYPE_UNSPECIFIED = 0;

DEFAULT_CURATION_FOR_API_METADATA

Value: 1

Default curation for API metadata will be used.

Generated from protobuf enum DEFAULT_CURATION_FOR_API_METADATA = 1;

CUSTOM_CURATION_FOR_API_METADATA

Value: 2

Custom curation for API metadata will be used.

Generated from protobuf enum CUSTOM_CURATION_FOR_API_METADATA = 2;