Data Loss Prevention V2 Client - Class ContentOption (1.8.6)

Reference documentation and code samples for the Data Loss Prevention V2 Client class ContentOption.

Deprecated and unused.

Protobuf type google.privacy.dlp.v2.ContentOption

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

CONTENT_UNSPECIFIED

Value: 0

Includes entire content of a file or a data stream.

Generated from protobuf enum CONTENT_UNSPECIFIED = 0;

CONTENT_TEXT

Value: 1

Text content within the data, excluding any metadata.

Generated from protobuf enum CONTENT_TEXT = 1;

CONTENT_IMAGE

Value: 2

Images found in the data.

Generated from protobuf enum CONTENT_IMAGE = 2;