Get desktop application:
View/edit binary Protocol Buffers messages
Define a message type representing the rows in your table. The message cannot contain fields which are not present in the table.
Use the required keyword for client-side validation of required fields.
Define a message type representing the rows in your table. The message cannot contain fields which are not present in the table.
The following types map directly between protocol buffers and their corresponding BigQuery data types.
The following data types require some encoding to use. See the documentation for the expected data formats: https://cloud.google.com/bigquery/docs/write-api#data_type_conversion
Use a repeated field to represent a BigQuery ARRAY value.
Use a nested message to encode STRUCT and ARRAY<STRUCT> values.
Range types, see: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#range_type
Use the required keyword for client-side validation of required fields.
Used in:
Use a nested message to encode STRUCT column values. References to external messages are not allowed. Any message definitions must be nested within the root message representing row data.
Used in: