Synchronize new proto/yaml changes.
PiperOrigin-RevId: 253675319
This commit is contained in:
parent
7b58b37559
commit
384aa84386
|
|
@ -569,6 +569,8 @@ message ByteContentItem {
|
|||
IMAGE_SVG = 4;
|
||||
|
||||
TEXT_UTF8 = 5;
|
||||
|
||||
AVRO = 11;
|
||||
}
|
||||
|
||||
// The type of data stored in the bytes string. Default will be TEXT_UTF8.
|
||||
|
|
|
|||
|
|
@ -520,6 +520,10 @@ enum FileType {
|
|||
// bmp, gif, jpg, jpeg, jpe, png.
|
||||
// bytes_limit_per_file has no effect on image files.
|
||||
IMAGE = 3;
|
||||
|
||||
// Included file extensions:
|
||||
// avro
|
||||
AVRO = 7;
|
||||
}
|
||||
|
||||
// Row key for identifying a record in BigQuery table.
|
||||
|
|
|
|||
Loading…
Reference in New Issue