Interface ConversationOrBuilder (3.97.0)

public interface ConversationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMessages(int index)

public abstract ConversationMessage getMessages(int index)

Messages exchanged within this conversation. The maximum number of messages allowed is 50k. The order of the messages is assumed to be chronological and will be used to index findings in the response.

repeated .google.privacy.dlp.v2.ConversationMessage messages = 1;

Parameter
Name Description
index int
Returns
Type Description
ConversationMessage

getMessagesCount()

public abstract int getMessagesCount()

Messages exchanged within this conversation. The maximum number of messages allowed is 50k. The order of the messages is assumed to be chronological and will be used to index findings in the response.

repeated .google.privacy.dlp.v2.ConversationMessage messages = 1;

Returns
Type Description
int

getMessagesList()

public abstract List<ConversationMessage> getMessagesList()

Messages exchanged within this conversation. The maximum number of messages allowed is 50k. The order of the messages is assumed to be chronological and will be used to index findings in the response.

repeated .google.privacy.dlp.v2.ConversationMessage messages = 1;

Returns
Type Description
List<ConversationMessage>

getMessagesOrBuilder(int index)

public abstract ConversationMessageOrBuilder getMessagesOrBuilder(int index)

Messages exchanged within this conversation. The maximum number of messages allowed is 50k. The order of the messages is assumed to be chronological and will be used to index findings in the response.

repeated .google.privacy.dlp.v2.ConversationMessage messages = 1;

Parameter
Name Description
index int
Returns
Type Description
ConversationMessageOrBuilder

getMessagesOrBuilderList()

public abstract List<? extends ConversationMessageOrBuilder> getMessagesOrBuilderList()

Messages exchanged within this conversation. The maximum number of messages allowed is 50k. The order of the messages is assumed to be chronological and will be used to index findings in the response.

repeated .google.privacy.dlp.v2.ConversationMessage messages = 1;

Returns
Type Description
List<? extends com.google.privacy.dlp.v2.ConversationMessageOrBuilder>