Expand description

Nested message and enum types in AppendRowsRequest.

Structs§

  • ProtoData contains the data rows and schema when constructing append requests.

Enums§

  • An enum to indicate how to interpret missing values of fields that are present in user schema but missing in rows. A missing value can represent a NULL or a column default value defined in BigQuery table schema.
  • Input rows. The writer_schema field must be specified at the initial request and currently, it will be ignored if specified in following requests. Following requests must have data in the same format as the initial request.