Reference documentation and code samples for the Data Loss Prevention V2 Client class ConversationMessage.
Single message in a conversation.
Generated from protobuf message google.privacy.dlp.v2.ConversationMessage
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ content
string
The contents of this message.
↳ message_type
int
The type of message.
↳ participant_id
string
Optional. The identifier of the participant, for example 'test-user' or 'gemini'. The participant ID can contain lowercase letters, numbers, and hyphens; that is, it must match the regular expression: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$
. The maximum length is 63 characters.
getContent
The contents of this message.
string
setContent
The contents of this message.
var
string
$this
getMessageType
The type of message.
setMessageType
The type of message.
$this
getParticipantId
Optional. The identifier of the participant, for example 'test-user' or 'gemini'.
The participant ID can contain lowercase letters, numbers, and hyphens;
that is, it must match the regular expression: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$
.
The maximum length is 63 characters.
string
setParticipantId
Optional. The identifier of the participant, for example 'test-user' or 'gemini'.
The participant ID can contain lowercase letters, numbers, and hyphens;
that is, it must match the regular expression: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$
.
The maximum length is 63 characters.
var
string
$this

