public enum DataTableColumnInfo.DataTableColumnType extends Enum<DataTableColumnInfo.DataTableColumnType> implements ProtocolMessageEnumDataTableColumnType denotes the type of the column to be referenced in the rule.
Protobuf enum google.cloud.chronicle.v1.DataTableColumnInfo.DataTableColumnType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CIDR |
Denotes the type of the column as CIDR. |
CIDR_VALUE |
Denotes the type of the column as CIDR. |
DATA_TABLE_COLUMN_TYPE_UNSPECIFIED |
The default Data Table Column Type. |
DATA_TABLE_COLUMN_TYPE_UNSPECIFIED_VALUE |
The default Data Table Column Type. |
NUMBER |
Denotes the type of the column as NUMBER (includes int and float). |
NUMBER_VALUE |
Denotes the type of the column as NUMBER (includes int and float). |
REGEX |
Denotes the type of the column as REGEX. |
REGEX_VALUE |
Denotes the type of the column as REGEX. |
STRING |
Denotes the type of the column as STRING. |
STRING_VALUE |
Denotes the type of the column as STRING. |
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() |
|