diff --git a/google/privacy/dlp/v2/dlp.proto b/google/privacy/dlp/v2/dlp.proto index b9c5f6a5..ca1c30b1 100644 --- a/google/privacy/dlp/v2/dlp.proto +++ b/google/privacy/dlp/v2/dlp.proto @@ -569,6 +569,8 @@ message ByteContentItem { IMAGE_SVG = 4; TEXT_UTF8 = 5; + + AVRO = 11; } // The type of data stored in the bytes string. Default will be TEXT_UTF8. diff --git a/google/privacy/dlp/v2/storage.proto b/google/privacy/dlp/v2/storage.proto index 846205f0..0c93754c 100644 --- a/google/privacy/dlp/v2/storage.proto +++ b/google/privacy/dlp/v2/storage.proto @@ -520,6 +520,10 @@ enum FileType { // bmp, gif, jpg, jpeg, jpe, png. // bytes_limit_per_file has no effect on image files. IMAGE = 3; + + // Included file extensions: + // avro + AVRO = 7; } // Row key for identifying a record in BigQuery table.