public enum DataTableUpdateSource extends Enum<DataTableUpdateSource> implements ProtocolMessageEnumDataTableUpdateSource denotes the source that updated the data table.
Protobuf enum google.cloud.chronicle.v1.DataTableUpdateSource
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DATA_TABLE_UPDATE_SOURCE_UNSPECIFIED |
The data table is updated by the user. |
DATA_TABLE_UPDATE_SOURCE_UNSPECIFIED_VALUE |
The data table is updated by the user. |
RULE |
The data table is updated by the rule. |
RULE_VALUE |
The data table is updated by the rule. |
SEARCH |
The data table is updated by the search. |
SEARCH_VALUE |
The data table is updated by the search. |
UNRECOGNIZED |
|
USER |
The data table is updated by the user. |
USER_VALUE |
The data table is updated by the user. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|