Enum BigQuerySchemaModification (3.45.0)

public enum BigQuerySchemaModification extends Enum<BigQuerySchemaModification> implements ProtocolMessageEnum

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

Protobuf enum google.privacy.dlp.v2.BigQuerySchemaModification

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SCHEMA_MODIFICATION_UNSPECIFIED

Unused

SCHEMA_MODIFICATION_UNSPECIFIED = 0;

SCHEMA_MODIFICATION_UNSPECIFIED_VALUE

Unused

SCHEMA_MODIFICATION_UNSPECIFIED = 0;

SCHEMA_NEW_COLUMNS

Profiles should be regenerated when new columns are added to the table. Default.

SCHEMA_NEW_COLUMNS = 1;

SCHEMA_NEW_COLUMNS_VALUE

Profiles should be regenerated when new columns are added to the table. Default.

SCHEMA_NEW_COLUMNS = 1;

SCHEMA_REMOVED_COLUMNS

Profiles should be regenerated when columns are removed from the table.

SCHEMA_REMOVED_COLUMNS = 2;

SCHEMA_REMOVED_COLUMNS_VALUE

Profiles should be regenerated when columns are removed from the table.

SCHEMA_REMOVED_COLUMNS = 2;

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