Module: Google::Cloud::Chronicle::V1::DataTableUpdateSource

Defined in:
proto_docs/google/cloud/chronicle/v1/data_table.rb

Overview

DataTableUpdateSource denotes the source that updated the data table.

Constant Summary collapse

DATA_TABLE_UPDATE_SOURCE_UNSPECIFIED =

The data table is updated by the user.

0
USER =

The data table is updated by the user.

1
RULE =

The data table is updated by the rule.

2
SEARCH =

The data table is updated by the search.

3