Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API module Google::Cloud::Dlp::V2::FileClusterType::Cluster.
Cluster type. Each cluster corresponds to a set of file types. Over time, new types may be added and files may move between clusters.
Constants
CLUSTER_UNSPECIFIED
value: 0
Unused.
CLUSTER_UNKNOWN
value: 1
Unsupported files.
CLUSTER_TEXT
value: 2
Plain text.
CLUSTER_STRUCTURED_DATA
value: 3
Structured data like CSV, TSV etc.
CLUSTER_SOURCE_CODE
value: 4
Source code.
CLUSTER_RICH_DOCUMENT
value: 5
Rich document like docx, xlsx etc.
CLUSTER_IMAGE
value: 6
Images like jpeg, bmp.
CLUSTER_ARCHIVE
value: 7
Archives and containers like .zip, .tar etc.
CLUSTER_MULTIMEDIA
value: 8
Multimedia like .mp4, .avi etc.
CLUSTER_EXECUTABLE
value: 9
Executable files like .exe, .class, .apk etc.