chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/bigquery_v2.tabledata.html b/docs/dyn/bigquery_v2.tabledata.html
index 78c3beb..84c296b 100644
--- a/docs/dyn/bigquery_v2.tabledata.html
+++ b/docs/dyn/bigquery_v2.tabledata.html
@@ -104,18 +104,18 @@
The object takes the form of:
{
+ "ignoreUnknownValues": True or False, # [Optional] Accept rows that contain values that do not match the schema. The unknown values are ignored. Default is false, which treats unknown values as errors.
"templateSuffix": "A String", # If specified, treats the destination table as a base template, and inserts the rows into an instance table named "{destination}{templateSuffix}". BigQuery will manage creation of the instance table, using the schema of the base template table. See https://cloud.google.com/bigquery/streaming-data-into-bigquery#template-tables for considerations when working with templates tables.
"rows": [ # The rows to insert.
{
- "insertId": "A String", # [Optional] A unique ID for each row. BigQuery uses this property to detect duplicate insertion requests on a best-effort basis.
"json": { # Represents a single JSON object. # [Required] A JSON object that contains a row of data. The object's properties and values must match the destination table's schema.
"a_key": "",
},
+ "insertId": "A String", # [Optional] A unique ID for each row. BigQuery uses this property to detect duplicate insertion requests on a best-effort basis.
},
],
"kind": "bigquery#tableDataInsertAllRequest", # The resource type of the response.
"skipInvalidRows": True or False, # [Optional] Insert all valid rows of a request, even if invalid rows exist. The default value is false, which causes the entire request to fail if any invalid rows exist.
- "ignoreUnknownValues": True or False, # [Optional] Accept rows that contain values that do not match the schema. The unknown values are ignored. Default is false, which treats unknown values as errors.
}
@@ -123,20 +123,20 @@
An object of the form:
{
+ "kind": "bigquery#tableDataInsertAllResponse", # The resource type of the response.
"insertErrors": [ # An array of errors for rows that were not inserted.
{
"errors": [ # Error information for the row indicated by the index property.
{
- "reason": "A String", # A short error code that summarizes the error.
- "debugInfo": "A String", # Debugging information. This property is internal to Google and should not be used.
- "location": "A String", # Specifies where the error occurred, if present.
"message": "A String", # A human-readable description of the error.
+ "location": "A String", # Specifies where the error occurred, if present.
+ "debugInfo": "A String", # Debugging information. This property is internal to Google and should not be used.
+ "reason": "A String", # A short error code that summarizes the error.
},
],
"index": 42, # The index of the row that error applies to.
},
],
- "kind": "bigquery#tableDataInsertAllResponse", # The resource type of the response.
}</pre>
</div>
@@ -167,9 +167,9 @@
},
],
"pageToken": "A String", # A token used for paging results. Providing this token instead of the startIndex parameter can help you retrieve stable results when an underlying table is changing.
- "kind": "bigquery#tableDataList", # The resource type of the response.
- "etag": "A String", # A hash of this page of results.
"totalRows": "A String", # The total number of rows in the complete table.
+ "etag": "A String", # A hash of this page of results.
+ "kind": "bigquery#tableDataList", # The resource type of the response.
}</pre>
</div>