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 \ DataTableColumnInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATA_TABLE_COLUMN_TYPE_UNSPECIFIED
Value: 0The default Data Table Column Type.
Generated from protobuf enum DATA_TABLE_COLUMN_TYPE_UNSPECIFIED = 0;
STRING
Value: 1Denotes the type of the column as STRING.
Generated from protobuf enum STRING = 1;
REGEX
Value: 2Denotes the type of the column as REGEX.
Generated from protobuf enum REGEX = 2;
CIDR
Value: 3Denotes the type of the column as CIDR.
Generated from protobuf enum CIDR = 3;
NUMBER
Value: 4Denotes the type of the column as NUMBER (includes int and float).
Generated from protobuf enum NUMBER = 4;