Synchronize new proto/yaml changes.

PiperOrigin-RevId: 253675319
This commit is contained in:
Google APIs 2019-06-17 15:35:25 -07:00 committed by Copybara-Service
parent 7b58b37559
commit 384aa84386
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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.