public enum ConversationMessage.MessageType extends Enum<ConversationMessage.MessageType> implements ProtocolMessageEnumThe type of message. New values may be added in the future.
Protobuf enum google.privacy.dlp.v2.ConversationMessage.MessageType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CONTENT |
Message contains content to be inspected. |
CONTENT_VALUE |
Message contains content to be inspected. |
CONTEXT |
Message contains context only and will not have findings reported from it during inspection or redacted from it during de-identification. |
CONTEXT_VALUE |
Message contains context only and will not have findings reported from it during inspection or redacted from it during de-identification. |
MESSAGE_TYPE_UNSPECIFIED |
Unused. |
MESSAGE_TYPE_UNSPECIFIED_VALUE |
Unused. |
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() |
|