Module: Google::Cloud::Dlp::V2::ByteContentItem::BytesType

Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

The type of data being sent for inspection. To learn more, see Supported file types.

Only the first frame of each multiframe image is inspected. Metadata and other frames aren't inspected.

Constant Summary collapse

BYTES_TYPE_UNSPECIFIED =

Unused

0
IMAGE =

Any image type.

6
IMAGE_JPEG =

jpeg

1
IMAGE_BMP =

bmp

2
IMAGE_PNG =

png

3
IMAGE_SVG =

svg

4
TEXT_UTF8 =

plain text

5
WORD_DOCUMENT =

docx, docm, dotx, dotm

7
PDF =

pdf

8
POWERPOINT_DOCUMENT =

pptx, pptm, potx, potm, pot

9
EXCEL_DOCUMENT =

xlsx, xlsm, xltx, xltm

10
AVRO =

avro

11
CSV =

csv

12
TSV =

tsv

13
AUDIO =

Audio file types. Only used for profiling.

15
VIDEO =

Video file types. Only used for profiling.

16
EXECUTABLE =

Executable file types. Only used for profiling.

17
AI_MODEL =

AI model file types. Only used for profiling.

18