public enum ContentOption extends Enum<ContentOption> implements ProtocolMessageEnum
Deprecated and unused.
Protobuf enum google.privacy.dlp.v2.ContentOption
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CONTENT_IMAGE |
Images found in the data. |
CONTENT_IMAGE_VALUE |
Images found in the data. |
CONTENT_TEXT |
Text content within the data, excluding any metadata. |
CONTENT_TEXT_VALUE |
Text content within the data, excluding any metadata. |
CONTENT_UNSPECIFIED |
Includes entire content of a file or a data stream. |
CONTENT_UNSPECIFIED_VALUE |
Includes entire content of a file or a data stream. |
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() |