Enum BigQueryTableModification (3.45.0)

public enum BigQueryTableModification extends Enum<BigQueryTableModification> implements ProtocolMessageEnum

Attributes evaluated to determine if a table has been modified. New values may be added at a later time.

Protobuf enum google.privacy.dlp.v2.BigQueryTableModification

Implements

ProtocolMessageEnum

Static Fields

NameDescription
TABLE_MODIFICATION_UNSPECIFIED

Unused.

TABLE_MODIFICATION_UNSPECIFIED = 0;

TABLE_MODIFICATION_UNSPECIFIED_VALUE

Unused.

TABLE_MODIFICATION_UNSPECIFIED = 0;

TABLE_MODIFIED_TIMESTAMP

A table will be considered modified when the last_modified_time from BigQuery has been updated.

TABLE_MODIFIED_TIMESTAMP = 1;

TABLE_MODIFIED_TIMESTAMP_VALUE

A table will be considered modified when the last_modified_time from BigQuery has been updated.

TABLE_MODIFIED_TIMESTAMP = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()