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 \ ConversationMessageMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MESSAGE_TYPE_UNSPECIFIED
Value: 0Unused.
Generated from protobuf enum MESSAGE_TYPE_UNSPECIFIED = 0;
CONTENT
Value: 1Message contains content to be inspected.
Generated from protobuf enum CONTENT = 1;
CONTEXT
Value: 2Message 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;