Enum DataTableColumnInfo.DataTableColumnType (0.29.0)

public enum DataTableColumnInfo.DataTableColumnType extends Enum<DataTableColumnInfo.DataTableColumnType> implements ProtocolMessageEnum

DataTableColumnType denotes the type of the column to be referenced in the rule.

Protobuf enum google.cloud.chronicle.v1.DataTableColumnInfo.DataTableColumnType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CIDR

Denotes the type of the column as CIDR.

CIDR = 3;

CIDR_VALUE

Denotes the type of the column as CIDR.

CIDR = 3;

DATA_TABLE_COLUMN_TYPE_UNSPECIFIED

The default Data Table Column Type.

DATA_TABLE_COLUMN_TYPE_UNSPECIFIED = 0;

DATA_TABLE_COLUMN_TYPE_UNSPECIFIED_VALUE

The default Data Table Column Type.

DATA_TABLE_COLUMN_TYPE_UNSPECIFIED = 0;

NUMBER

Denotes the type of the column as NUMBER (includes int and float).

NUMBER = 4;

NUMBER_VALUE

Denotes the type of the column as NUMBER (includes int and float).

NUMBER = 4;

REGEX

Denotes the type of the column as REGEX.

REGEX = 2;

REGEX_VALUE

Denotes the type of the column as REGEX.

REGEX = 2;

STRING

Denotes the type of the column as STRING.

STRING = 1;

STRING_VALUE

Denotes the type of the column as STRING.

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