Reference documentation and code samples for the Data Loss Prevention V2 Client class ContentOption.
Deprecated and unused.
Protobuf type google.privacy.dlp.v2.ContentOption
Namespace
Google \ Cloud \ Dlp \ V2Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONTENT_UNSPECIFIED
Value: 0Includes entire content of a file or a data stream.
Generated from protobuf enum CONTENT_UNSPECIFIED = 0;
CONTENT_TEXT
Value: 1Text content within the data, excluding any metadata.
Generated from protobuf enum CONTENT_TEXT = 1;
CONTENT_IMAGE
Value: 2Images found in the data.
Generated from protobuf enum CONTENT_IMAGE = 2;