public enum DataType extends Enum<DataType> implements ProtocolMessageEnumDefines 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ARRAY |
Represents a repeated value. |
ARRAY_VALUE |
Represents a repeated value. |
BOOLEAN |
Represents a boolean value. |
BOOLEAN_VALUE |
Represents a boolean value. |
DATA_TYPE_UNSPECIFIED |
Not specified. |
DATA_TYPE_UNSPECIFIED_VALUE |
Not specified. |
NUMBER |
Represents any number value. |
NUMBER_VALUE |
Represents any number value. |
STRING |
Represents any string value. |
STRING_VALUE |
Represents any string value. |
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() |
|