Google Cloud Api Hub V1 Client - Class DefinitionType (0.1.1)

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

Enumeration of attribute definition types.

Protobuf type google.cloud.apihub.v1.Attribute.DefinitionType

Namespace

Google \ Cloud \ ApiHub \ V1 \ Attribute

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DEFINITION_TYPE_UNSPECIFIED

Value: 0

Attribute definition type unspecified.

Generated from protobuf enum DEFINITION_TYPE_UNSPECIFIED = 0;

SYSTEM_DEFINED

Value: 1

The attribute is predefined by the API Hub. Note that only the list of allowed values can be updated in this case via UpdateAttribute method.

Generated from protobuf enum SYSTEM_DEFINED = 1;

USER_DEFINED

Value: 2

The attribute is defined by the user.

Generated from protobuf enum USER_DEFINED = 2;