Data Loss Prevention V2 Client - Class MessageType (2.13.0)

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

The type of message.

New values may be added in the future.

Protobuf type google.privacy.dlp.v2.ConversationMessage.MessageType

Namespace

Google \ Cloud \ Dlp \ V2 \ ConversationMessage

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

MESSAGE_TYPE_UNSPECIFIED

Value: 0

Unused.

Generated from protobuf enum MESSAGE_TYPE_UNSPECIFIED = 0;

CONTENT

Value: 1

Message contains content to be inspected.

Generated from protobuf enum CONTENT = 1;

CONTEXT

Value: 2

Message contains context only and will not have findings reported from it during inspection or redacted from it during de-identification.

Generated from protobuf enum CONTEXT = 2;