GooglePrivacyDlpV2OutputStorageConfigOutputSchema

Schema used for writing the findings for Inspect jobs. This field is only used for Inspect and must be unspecified for Risk jobs. Columns are derived from the Finding object. If appending to an existing table, any columns from the predefined schema that are missing will be added. No columns in the existing table will be deleted. If unspecified, then all available columns will be used for a new table or an (existing) table with no schema, and no changes will be made to an existing table that has a schema. Only for use with external storage.

Entries

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

Schema tailored to findings from scanning Cloud Storage.

Link copied to clipboard

Schema tailored to findings from scanning Google Datastore.

Link copied to clipboard

Schema tailored to findings from scanning Google BigQuery.

Link copied to clipboard

Schema containing all columns.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GooglePrivacyDlpV2OutputStorageConfigOutputSchema
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GooglePrivacyDlpV2OutputStorageConfigOutputSchema
Link copied to clipboard
Link copied to clipboard