Reference documentation and code samples for the Data Loss Prevention V2 Client class 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.
Protobuf type google.privacy.dlp.v2.FileClusterType.Cluster
Namespace
Google \ Cloud \ Dlp \ V2 \ FileClusterTypeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CLUSTER_UNSPECIFIED
Value: 0
Unused.
Generated from protobuf enum CLUSTER_UNSPECIFIED = 0;
CLUSTER_UNKNOWN
Value: 1
Unsupported files.
Generated from protobuf enum CLUSTER_UNKNOWN = 1;
CLUSTER_TEXT
Value: 2
Plain text.
Generated from protobuf enum CLUSTER_TEXT = 2;
CLUSTER_STRUCTURED_DATA
Value: 3
Structured data like CSV, TSV etc.
Generated from protobuf enum CLUSTER_STRUCTURED_DATA = 3;
CLUSTER_SOURCE_CODE
Value: 4
Source code.
Generated from protobuf enum CLUSTER_SOURCE_CODE = 4;
CLUSTER_RICH_DOCUMENT
Value: 5
Rich document like docx, xlsx etc.
Generated from protobuf enum CLUSTER_RICH_DOCUMENT = 5;
CLUSTER_IMAGE
Value: 6
Images like jpeg, bmp.
Generated from protobuf enum CLUSTER_IMAGE = 6;
CLUSTER_ARCHIVE
Value: 7
Archives and containers like .zip, .tar etc.
Generated from protobuf enum CLUSTER_ARCHIVE = 7;
CLUSTER_MULTIMEDIA
Value: 8
Multimedia like .mp4, .avi etc.
Generated from protobuf enum CLUSTER_MULTIMEDIA = 8;
CLUSTER_EXECUTABLE
Value: 9
Executable files like .exe, .class, .apk etc.
Generated from protobuf enum CLUSTER_EXECUTABLE = 9;