Enum Attribute.DataType (0.2.0)

public enum Attribute.DataType extends Enum<Attribute.DataType> implements ProtocolMessageEnum

Enumeration of attribute's data type.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
DATA_TYPE_UNSPECIFIED

Attribute data type unspecified.

DATA_TYPE_UNSPECIFIED = 0;

DATA_TYPE_UNSPECIFIED_VALUE

Attribute data type unspecified.

DATA_TYPE_UNSPECIFIED = 0;

ENUM

Attribute's value is of type enum.

ENUM = 1;

ENUM_VALUE

Attribute's value is of type enum.

ENUM = 1;

JSON

Attribute's value is of type json.

JSON = 2;

JSON_VALUE

Attribute's value is of type json.

JSON = 2;

STRING

Attribute's value is of type string.

STRING = 3;

STRING_VALUE

Attribute's value is of type string.

STRING = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()