Enum DataTableUpdateSource (0.29.0)

public enum DataTableUpdateSource extends Enum<DataTableUpdateSource> implements ProtocolMessageEnum

DataTableUpdateSource denotes the source that updated the data table.

Protobuf enum google.cloud.chronicle.v1.DataTableUpdateSource

Implements

ProtocolMessageEnum

Static Fields

Name Description
DATA_TABLE_UPDATE_SOURCE_UNSPECIFIED

The data table is updated by the user.

DATA_TABLE_UPDATE_SOURCE_UNSPECIFIED = 0;

DATA_TABLE_UPDATE_SOURCE_UNSPECIFIED_VALUE

The data table is updated by the user.

DATA_TABLE_UPDATE_SOURCE_UNSPECIFIED = 0;

RULE

The data table is updated by the rule.

RULE = 2;

RULE_VALUE

The data table is updated by the rule.

RULE = 2;

The data table is updated by the search.

SEARCH = 3;

SEARCH_VALUE

The data table is updated by the search.

SEARCH = 3;

UNRECOGNIZED
USER

The data table is updated by the user.

USER = 1;

USER_VALUE

The data table is updated by the user.

USER = 1;

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()