Enum DataType (0.89.0)

public enum DataType extends Enum<DataType> implements ProtocolMessageEnum

Defines data types that are supported for inlined schemas. These types are consistent with google.protobuf.Value.

Protobuf enum google.cloud.dialogflow.cx.v3beta1.DataType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ARRAY

Represents a repeated value.

ARRAY = 6;

ARRAY_VALUE

Represents a repeated value.

ARRAY = 6;

BOOLEAN

Represents a boolean value.

BOOLEAN = 3;

BOOLEAN_VALUE

Represents a boolean value.

BOOLEAN = 3;

DATA_TYPE_UNSPECIFIED

Not specified.

DATA_TYPE_UNSPECIFIED = 0;

DATA_TYPE_UNSPECIFIED_VALUE

Not specified.

DATA_TYPE_UNSPECIFIED = 0;

NUMBER

Represents any number value.

NUMBER = 2;

NUMBER_VALUE

Represents any number value.

NUMBER = 2;

STRING

Represents any string value.

STRING = 1;

STRING_VALUE

Represents any string value.

STRING = 1;

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()