Represents Data item
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field data_item . Either of text or bytes data. data_item can be only one of the following: |
|
text |
Plaintext string data for sanitization. |
byteItem |
Data provided in the form of bytes. |
ByteDataItem
Represents Byte Data item.
JSON representation |
---|
{
"byteDataType": enum ( |
Fields | |
---|---|
byteDataType |
Required. The type of byte data |
byteData |
Required. Bytes Data A base64-encoded string. |
ByteItemType
Option to specify the type of byte data.
Enums | |
---|---|
BYTE_ITEM_TYPE_UNSPECIFIED |
Unused |
PLAINTEXT_UTF8 |
plain text |
PDF |