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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
SCHEMA_MODIFICATION_UNSPECIFIED |
Unused |
SCHEMA_MODIFICATION_UNSPECIFIED_VALUE |
Unused |
SCHEMA_NEW_COLUMNS |
Profiles should be regenerated when new columns are added to the table. Default. |
SCHEMA_NEW_COLUMNS_VALUE |
Profiles should be regenerated when new columns are added to the table. Default. |
SCHEMA_REMOVED_COLUMNS |
Profiles should be regenerated when columns are removed from the table. |
SCHEMA_REMOVED_COLUMNS_VALUE |
Profiles should be regenerated when columns are removed from the table. |
UNRECOGNIZED |
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() |