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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DATA_TABLE_UPDATE_SOURCE_UNSPECIFIED
Value: 0The data table is updated by the user.
Generated from protobuf enum DATA_TABLE_UPDATE_SOURCE_UNSPECIFIED = 0;
USER
Value: 1The data table is updated by the user.
Generated from protobuf enum USER = 1;
RULE
Value: 2The data table is updated by the rule.
Generated from protobuf enum RULE = 2;
SEARCH
Value: 3The data table is updated by the search.
Generated from protobuf enum SEARCH = 3;