public enum Column.DataType extends Enum<Column.DataType> implements ProtocolMessageEnum Available data types for columns. Corresponds to the fields in the
ReportValue oneof field.
Protobuf enum google.cloud.channel.v1.Column.DataType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| DATA_TYPE_UNSPECIFIED | Not used. |
| DATA_TYPE_UNSPECIFIED_VALUE | Not used. |
| DATE | ReportValues for this column will use date_value. |
| DATE_TIME | ReportValues for this column will use date_time_value. |
| DATE_TIME_VALUE | ReportValues for this column will use date_time_value. |
| DATE_VALUE | ReportValues for this column will use date_value. |
| DECIMAL | ReportValues for this column will use decimal_value. |
| DECIMAL_VALUE | ReportValues for this column will use decimal_value. |
| INT | ReportValues for this column will use int_value. |
| INT_VALUE | ReportValues for this column will use int_value. |
| MONEY | ReportValues for this column will use money_value. |
| MONEY_VALUE | ReportValues for this column will use money_value. |
| STRING | ReportValues for this column will use string_value. |
| STRING_VALUE | ReportValues for this column will use 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() |