Enum ConversationMessage.MessageType (3.97.0)

public enum ConversationMessage.MessageType extends Enum<ConversationMessage.MessageType> implements ProtocolMessageEnum

The type of message. New values may be added in the future.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CONTENT

Message contains content to be inspected.

CONTENT = 1;

CONTENT_VALUE

Message contains content to be inspected.

CONTENT = 1;

CONTEXT

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

CONTEXT = 2;

CONTEXT_VALUE

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

CONTEXT = 2;

MESSAGE_TYPE_UNSPECIFIED

Unused.

MESSAGE_TYPE_UNSPECIFIED = 0;

MESSAGE_TYPE_UNSPECIFIED_VALUE

Unused.

MESSAGE_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()