Reference documentation and code samples for the Data Loss Prevention V2 Client class MetadataType.
Type of metadata containing the finding.
Protobuf type google.privacy.dlp.v2.MetadataType
Namespace
Google \ Cloud \ Dlp \ V2Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
METADATATYPE_UNSPECIFIED
Value: 0Unused
Generated from protobuf enum METADATATYPE_UNSPECIFIED = 0;
STORAGE_METADATA
Value: 2General file metadata provided by Cloud Storage.
Generated from protobuf enum STORAGE_METADATA = 2;
CONTENT_METADATA
Value: 3Metadata extracted from the files.
Generated from protobuf enum CONTENT_METADATA = 3;
CLIENT_PROVIDED_METADATA
Value: 4Metadata provided by the client.
Generated from protobuf enum CLIENT_PROVIDED_METADATA = 4;