Interface ConversationLocationOrBuilder (3.97.0)

public interface ConversationLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllMessages()

public abstract ConversationLocation.AllMessages getAllMessages()

If set, indicates that the finding applies to all messages in the conversation.

.google.privacy.dlp.v2.ConversationLocation.AllMessages all_messages = 2;

Returns
Type Description
ConversationLocation.AllMessages

The allMessages.

getAllMessagesOrBuilder()

public abstract ConversationLocation.AllMessagesOrBuilder getAllMessagesOrBuilder()

If set, indicates that the finding applies to all messages in the conversation.

.google.privacy.dlp.v2.ConversationLocation.AllMessages all_messages = 2;

Returns
Type Description
ConversationLocation.AllMessagesOrBuilder

getLocationCase()

public abstract ConversationLocation.LocationCase getLocationCase()
Returns
Type Description
ConversationLocation.LocationCase

getMessageIndex()

public abstract int getMessageIndex()

Matches an index of a message in the conversation provided in the request.

int32 message_index = 1;

Returns
Type Description
int

The messageIndex.

hasAllMessages()

public abstract boolean hasAllMessages()

If set, indicates that the finding applies to all messages in the conversation.

.google.privacy.dlp.v2.ConversationLocation.AllMessages all_messages = 2;

Returns
Type Description
boolean

Whether the allMessages field is set.

hasMessageIndex()

public abstract boolean hasMessageIndex()

Matches an index of a message in the conversation provided in the request.

int32 message_index = 1;

Returns
Type Description
boolean

Whether the messageIndex field is set.