public enum ByteContentItem.BytesType extends Enum<ByteContentItem.BytesType> implements ProtocolMessageEnumThe type of data being sent for inspection. To learn more, see Supported file types.
Protobuf enum google.privacy.dlp.v2.ByteContentItem.BytesType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| AVRO | avro |
| AVRO_VALUE | avro |
| BYTES_TYPE_UNSPECIFIED | Unused |
| BYTES_TYPE_UNSPECIFIED_VALUE | Unused |
| CSV | csv |
| CSV_VALUE | csv |
| EXCEL_DOCUMENT | xlsx, xlsm, xltx, xltm |
| EXCEL_DOCUMENT_VALUE | xlsx, xlsm, xltx, xltm |
| IMAGE | Any image type. |
| IMAGE_BMP | bmp |
| IMAGE_BMP_VALUE | bmp |
| IMAGE_JPEG | jpeg |
| IMAGE_JPEG_VALUE | jpeg |
| IMAGE_PNG | png |
| IMAGE_PNG_VALUE | png |
| IMAGE_SVG | svg |
| IMAGE_SVG_VALUE | svg |
| IMAGE_VALUE | Any image type. |
|
|
| PDF_VALUE | |
| POWERPOINT_DOCUMENT | pptx, pptm, potx, potm, pot |
| POWERPOINT_DOCUMENT_VALUE | pptx, pptm, potx, potm, pot |
| TEXT_UTF8 | plain text |
| TEXT_UTF8_VALUE | plain text |
| TSV | tsv |
| TSV_VALUE | tsv |
| UNRECOGNIZED | |
| WORD_DOCUMENT | docx, docm, dotx, dotm |
| WORD_DOCUMENT_VALUE | docx, docm, dotx, dotm |
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() |