Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: discovery/googleapis/bigquery__v2.json

Issue 3003493002: Api-Roll 53: 2017-08-21 (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/appstate__v1.json ('k') | discovery/googleapis/bigquerydatatransfer__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/bigquery__v2.json
diff --git a/discovery/googleapis/bigquery__v2.json b/discovery/googleapis/bigquery__v2.json
index a9757c920341864daadccea2d9f734c43d213c68..ff27fb557cdc40b602d60996f3cde2240efb5322 100644
--- a/discovery/googleapis/bigquery__v2.json
+++ b/discovery/googleapis/bigquery__v2.json
@@ -32,7 +32,7 @@
"description": "A data platform for customers to create, manage, share and query data.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/bigquery/",
- "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/wbl_PWLcOQ9nI3adoCABAX0E-tY\"",
+ "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/VAUadisxTuoVlTKS7RQzsJKN_oI\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/search-16.gif",
"x32": "https://www.google.com/images/icons/product/search-32.gif"
@@ -946,7 +946,7 @@
}
}
},
- "revision": "20170721",
+ "revision": "20170812",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"BigtableColumn": {
@@ -1257,6 +1257,16 @@
"ExplainQueryStage": {
"id": "ExplainQueryStage",
"properties": {
+ "computeMsAvg": {
+ "description": "Milliseconds the average shard spent on CPU-bound tasks.",
+ "format": "int64",
+ "type": "string"
+ },
+ "computeMsMax": {
+ "description": "Milliseconds the slowest shard spent on CPU-bound tasks.",
+ "format": "int64",
+ "type": "string"
+ },
"computeRatioAvg": {
"description": "Relative amount of time the average shard spent on CPU-bound tasks.",
"format": "double",
@@ -1276,6 +1286,16 @@
"description": "Human-readable name for stage.",
"type": "string"
},
+ "readMsAvg": {
+ "description": "Milliseconds the average shard spent reading input.",
+ "format": "int64",
+ "type": "string"
+ },
+ "readMsMax": {
+ "description": "Milliseconds the slowest shard spent reading input.",
+ "format": "int64",
+ "type": "string"
+ },
"readRatioAvg": {
"description": "Relative amount of time the average shard spent reading input.",
"format": "double",
@@ -1296,6 +1316,16 @@
"format": "int64",
"type": "string"
},
+ "shuffleOutputBytes": {
+ "description": "Total number of bytes written to shuffle.",
+ "format": "int64",
+ "type": "string"
+ },
+ "shuffleOutputBytesSpilled": {
+ "description": "Total number of bytes written to shuffle and spilled to disk.",
+ "format": "int64",
+ "type": "string"
+ },
"status": {
"description": "Current status for the stage.",
"type": "string"
@@ -1307,6 +1337,16 @@
},
"type": "array"
},
+ "waitMsAvg": {
+ "description": "Milliseconds the average shard spent waiting to be scheduled.",
+ "format": "int64",
+ "type": "string"
+ },
+ "waitMsMax": {
+ "description": "Milliseconds the slowest shard spent waiting to be scheduled.",
+ "format": "int64",
+ "type": "string"
+ },
"waitRatioAvg": {
"description": "Relative amount of time the average shard spent waiting to be scheduled.",
"format": "double",
@@ -1317,6 +1357,16 @@
"format": "double",
"type": "number"
},
+ "writeMsAvg": {
+ "description": "Milliseconds the average shard spent on writing output.",
+ "format": "int64",
+ "type": "string"
+ },
+ "writeMsMax": {
+ "description": "Milliseconds the slowest shard spent on writing output.",
+ "format": "int64",
+ "type": "string"
+ },
"writeRatioAvg": {
"description": "Relative amount of time the average shard spent on writing output.",
"format": "double",
@@ -1388,7 +1438,7 @@
"type": "string"
},
"sourceUris": {
- "description": "[Required] The fully-qualified URIs that point to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can contain one '*' wildcard character and it must come after the 'bucket' name. Size limits related to load jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly one URI can be specified and it has be a fully specified and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups, exactly one URI can be specified, and it must end with '.backup_info'. Also, the '*' wildcard character is not allowed.",
+ "description": "[Required] The fully-qualified URIs that point to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can contain one '*' wildcard character and it must come after the 'bucket' name. Size limits related to load jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly one URI can be specified and it has be a fully specified and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups, exactly one URI can be specified. Also, the '*' wildcard character is not allowed.",
"items": {
"type": "string"
},
@@ -1671,7 +1721,7 @@
"type": "string"
},
"schemaUpdateOptions": {
- "description": "[Experimental] Allows the schema of the desitination table to be updated as a side effect of the load job. Schema update options are supported in two cases: when writeDisposition is WRITE_APPEND; when writeDisposition is WRITE_TRUNCATE and the destination table is a partition of a table, specified by partition decorators. For normal tables, WRITE_TRUNCATE will always overwrite the schema. One or more of the following values are specified: ALLOW_FIELD_ADDITION: allow adding a nullable field to the schema. ALLOW_FIELD_RELAXATION: allow relaxing a required field in the original schema to nullable.",
+ "description": "[Experimental] Allows the schema of the desitination table to be updated as a side effect of the load job if a schema is autodetected or supplied in the job configuration. Schema update options are supported in two cases: when writeDisposition is WRITE_APPEND; when writeDisposition is WRITE_TRUNCATE and the destination table is a partition of a table, specified by partition decorators. For normal tables, WRITE_TRUNCATE will always overwrite the schema. One or more of the following values are specified: ALLOW_FIELD_ADDITION: allow adding a nullable field to the schema. ALLOW_FIELD_RELAXATION: allow relaxing a required field in the original schema to nullable.",
"items": {
"type": "string"
},
@@ -1687,12 +1737,16 @@
"type": "string"
},
"sourceUris": {
- "description": "[Required] The fully-qualified URIs that point to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can contain one '*' wildcard character and it must come after the 'bucket' name. Size limits related to load jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly one URI can be specified and it has be a fully specified and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups: Exactly one URI can be specified, and it must end with '.backup_info'. Also, the '*' wildcard character is not allowed.",
+ "description": "[Required] The fully-qualified URIs that point to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can contain one '*' wildcard character and it must come after the 'bucket' name. Size limits related to load jobs apply to external data sources. For Google Cloud Bigtable URIs: Exactly one URI can be specified and it has be a fully specified and valid HTTPS URL for a Google Cloud Bigtable table. For Google Cloud Datastore backups: Exactly one URI can be specified. Also, the '*' wildcard character is not allowed.",
"items": {
"type": "string"
},
"type": "array"
},
+ "timePartitioning": {
+ "$ref": "TimePartitioning",
+ "description": "[Experimental] If specified, configures time-based partitioning for the destination table."
+ },
"writeDisposition": {
"description": "[Optional] Specifies the action that occurs if the destination table already exists. The following values are supported: WRITE_TRUNCATE: If the table already exists, BigQuery overwrites the table data. WRITE_APPEND: If the table already exists, BigQuery appends the data to the table. WRITE_EMPTY: If the table already exists and contains data, a 'duplicate' error is returned in the job result. The default value is WRITE_APPEND. Each action is atomic and only occurs if BigQuery is able to complete the job successfully. Creation, truncation and append actions occur as one atomic update upon job completion.",
"type": "string"
@@ -1773,6 +1827,10 @@
"description": "[Optional] If querying an external data source outside of BigQuery, describes the data format, location and other properties of the data source. By defining these properties, the data source can then be queried as if it were a standard BigQuery table.",
"type": "object"
},
+ "timePartitioning": {
+ "$ref": "TimePartitioning",
+ "description": "[Experimental] If specified, configures time-based partitioning for the destination table."
+ },
"useLegacySql": {
"description": "Specifies whether to use BigQuery's legacy SQL dialect for this query. The default value is true. If set to false, the query will use BigQuery's standard SQL: https://cloud.google.com/bigquery/sql-reference/ When useLegacySql is set to false, the value of flattenResults is ignored; query will be run as if flattenResults is false.",
"type": "boolean"
« no previous file with comments | « discovery/googleapis/appstate__v1.json ('k') | discovery/googleapis/bigquerydatatransfer__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698