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

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

Enumeration of attribute's data type.

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

Namespace

Google \ Cloud \ ApiHub \ V1 \ Attribute

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DATA_TYPE_UNSPECIFIED

Value: 0

Attribute data type unspecified.

Generated from protobuf enum DATA_TYPE_UNSPECIFIED = 0;

ENUM

Value: 1

Attribute's value is of type enum.

Generated from protobuf enum ENUM = 1;

JSON

Value: 2

Attribute's value is of type json.

Generated from protobuf enum JSON = 2;

STRING

Value: 3

Attribute's value is of type string.

Generated from protobuf enum STRING = 3;