Data Loss Prevention V2 Client - Class OutputSchema (2.0.0-RC1)

Reference documentation and code samples for the Data Loss Prevention V2 Client class OutputSchema.

Predefined schemas for storing findings.

Only for use with external storage.

Protobuf type google.privacy.dlp.v2.OutputStorageConfig.OutputSchema

Namespace

Google \ Cloud \ Dlp \ V2 \ OutputStorageConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

OUTPUT_SCHEMA_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum OUTPUT_SCHEMA_UNSPECIFIED = 0;

BASIC_COLUMNS

Value: 1

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

Generated from protobuf enum BASIC_COLUMNS = 1;

GCS_COLUMNS

Value: 2

Schema tailored to findings from scanning Cloud Storage.

Generated from protobuf enum GCS_COLUMNS = 2;

DATASTORE_COLUMNS

Value: 3

Schema tailored to findings from scanning Google Datastore.

Generated from protobuf enum DATASTORE_COLUMNS = 3;

BIG_QUERY_COLUMNS

Value: 4

Schema tailored to findings from scanning Google BigQuery.

Generated from protobuf enum BIG_QUERY_COLUMNS = 4;

ALL_COLUMNS

Value: 5

Schema containing all columns.

Generated from protobuf enum ALL_COLUMNS = 5;