Google Cloud Chronicle V1 Client - Class DataTableColumnType (0.3.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class DataTableColumnType.

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

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

Namespace

Google \ Cloud \ Chronicle \ V1 \ DataTableColumnInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DATA_TABLE_COLUMN_TYPE_UNSPECIFIED

Value: 0

The default Data Table Column Type.

Generated from protobuf enum DATA_TABLE_COLUMN_TYPE_UNSPECIFIED = 0;

STRING

Value: 1

Denotes the type of the column as STRING.

Generated from protobuf enum STRING = 1;

REGEX

Value: 2

Denotes the type of the column as REGEX.

Generated from protobuf enum REGEX = 2;

CIDR

Value: 3

Denotes the type of the column as CIDR.

Generated from protobuf enum CIDR = 3;

NUMBER

Value: 4

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

Generated from protobuf enum NUMBER = 4;