Module: Google::Privacy::Dlp::V2::FileType
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/storage.rb
Overview
Definitions of file type groups to scan.
Constant Summary collapse
- FILE_TYPE_UNSPECIFIED =
Includes all files.
0- BINARY_FILE =
Includes all file extensions not covered by text file types.
1- TEXT_FILE =
Included file extensions: asc, brf, c, cc, cpp, csv, cxx, c++, cs, css, dart, eml, go, h, hh, hpp, hxx, h++, hs, html, htm, shtml, shtm, xhtml, lhs, ini, java, js, json, ocaml, md, mkd, markdown, m, ml, mli, pl, pm, php, phtml, pht, py, pyw, rb, rbw, rs, rc, scala, sh, sql, tex, txt, text, tsv, vcard, vcs, wml, xml, xsl, xsd, yml, yaml.
2