public enum OutputStorageConfig.OutputSchema extends Enum<OutputStorageConfig.OutputSchema> implements ProtocolMessageEnum
Predefined schemas for storing findings. Only for use with external storage.
Protobuf enum google.privacy.dlp.v2.OutputStorageConfig.OutputSchema
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALL_COLUMNS |
Schema containing all columns. |
ALL_COLUMNS_VALUE |
Schema containing all columns. |
BASIC_COLUMNS |
Basic schema including only |
BASIC_COLUMNS_VALUE |
Basic schema including only |
BIG_QUERY_COLUMNS |
Schema tailored to findings from scanning Google BigQuery. |
BIG_QUERY_COLUMNS_VALUE |
Schema tailored to findings from scanning Google BigQuery. |
DATASTORE_COLUMNS |
Schema tailored to findings from scanning Google Datastore. |
DATASTORE_COLUMNS_VALUE |
Schema tailored to findings from scanning Google Datastore. |
GCS_COLUMNS |
Schema tailored to findings from scanning Cloud Storage. |
GCS_COLUMNS_VALUE |
Schema tailored to findings from scanning Cloud Storage. |
OUTPUT_SCHEMA_UNSPECIFIED |
Unused. |
OUTPUT_SCHEMA_UNSPECIFIED_VALUE |
Unused. |
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() |