Enum OutputStorageConfig.OutputSchema (3.5.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
ALL_COLUMNS

Schema containing all columns.

ALL_COLUMNS = 5;

ALL_COLUMNS_VALUE

Schema containing all columns.

ALL_COLUMNS = 5;

BASIC_COLUMNS

Basic schema including only info_type, quote, certainty, and timestamp.

BASIC_COLUMNS = 1;

BASIC_COLUMNS_VALUE

Basic schema including only info_type, quote, certainty, and timestamp.

BASIC_COLUMNS = 1;

BIG_QUERY_COLUMNS

Schema tailored to findings from scanning Google BigQuery.

BIG_QUERY_COLUMNS = 4;

BIG_QUERY_COLUMNS_VALUE

Schema tailored to findings from scanning Google BigQuery.

BIG_QUERY_COLUMNS = 4;

DATASTORE_COLUMNS

Schema tailored to findings from scanning Google Datastore.

DATASTORE_COLUMNS = 3;

DATASTORE_COLUMNS_VALUE

Schema tailored to findings from scanning Google Datastore.

DATASTORE_COLUMNS = 3;

GCS_COLUMNS

Schema tailored to findings from scanning Google Cloud Storage.

GCS_COLUMNS = 2;

GCS_COLUMNS_VALUE

Schema tailored to findings from scanning Google Cloud Storage.

GCS_COLUMNS = 2;

OUTPUT_SCHEMA_UNSPECIFIED

Unused.

OUTPUT_SCHEMA_UNSPECIFIED = 0;

OUTPUT_SCHEMA_UNSPECIFIED_VALUE

Unused.

OUTPUT_SCHEMA_UNSPECIFIED = 0;

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