Google Cloud Chronicle V1 Client - Class DataTableUpdateSource (0.3.0)

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

DataTableUpdateSource denotes the source that updated the data table.

Protobuf type google.cloud.chronicle.v1.DataTableUpdateSource

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DATA_TABLE_UPDATE_SOURCE_UNSPECIFIED

Value: 0

The data table is updated by the user.

Generated from protobuf enum DATA_TABLE_UPDATE_SOURCE_UNSPECIFIED = 0;

USER

Value: 1

The data table is updated by the user.

Generated from protobuf enum USER = 1;

RULE

Value: 2

The data table is updated by the rule.

Generated from protobuf enum RULE = 2;

Value: 3

The data table is updated by the search.

Generated from protobuf enum SEARCH = 3;