OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/bigquery": { | 5 "https://www.googleapis.com/auth/bigquery": { |
6 "description": "View and manage your data in Google BigQuery
" | 6 "description": "View and manage your data in Google BigQuery
" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/bigquery.insertdata": { | 8 "https://www.googleapis.com/auth/bigquery.insertdata": { |
9 "description": "Insert data into Google BigQuery" | 9 "description": "Insert data into Google BigQuery" |
10 }, | 10 }, |
(...skipping 14 matching lines...) Expand all Loading... |
25 } | 25 } |
26 } | 26 } |
27 } | 27 } |
28 }, | 28 }, |
29 "basePath": "/bigquery/v2/", | 29 "basePath": "/bigquery/v2/", |
30 "baseUrl": "https://www.googleapis.com/bigquery/v2/", | 30 "baseUrl": "https://www.googleapis.com/bigquery/v2/", |
31 "batchPath": "batch", | 31 "batchPath": "batch", |
32 "description": "A data platform for customers to create, manage, share and q
uery data.", | 32 "description": "A data platform for customers to create, manage, share and q
uery data.", |
33 "discoveryVersion": "v1", | 33 "discoveryVersion": "v1", |
34 "documentationLink": "https://cloud.google.com/bigquery/", | 34 "documentationLink": "https://cloud.google.com/bigquery/", |
35 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/wbl_PWLcOQ9nI3adoCABAX0E-tY\"", | 35 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/VAUadisxTuoVlTKS7RQzsJKN_oI\"", |
36 "icons": { | 36 "icons": { |
37 "x16": "https://www.google.com/images/icons/product/search-16.gif", | 37 "x16": "https://www.google.com/images/icons/product/search-16.gif", |
38 "x32": "https://www.google.com/images/icons/product/search-32.gif" | 38 "x32": "https://www.google.com/images/icons/product/search-32.gif" |
39 }, | 39 }, |
40 "id": "bigquery:v2", | 40 "id": "bigquery:v2", |
41 "kind": "discovery#restDescription", | 41 "kind": "discovery#restDescription", |
42 "name": "bigquery", | 42 "name": "bigquery", |
43 "ownerDomain": "google.com", | 43 "ownerDomain": "google.com", |
44 "ownerName": "Google", | 44 "ownerName": "Google", |
45 "parameters": { | 45 "parameters": { |
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
939 "$ref": "Table" | 939 "$ref": "Table" |
940 }, | 940 }, |
941 "scopes": [ | 941 "scopes": [ |
942 "https://www.googleapis.com/auth/bigquery", | 942 "https://www.googleapis.com/auth/bigquery", |
943 "https://www.googleapis.com/auth/cloud-platform" | 943 "https://www.googleapis.com/auth/cloud-platform" |
944 ] | 944 ] |
945 } | 945 } |
946 } | 946 } |
947 } | 947 } |
948 }, | 948 }, |
949 "revision": "20170721", | 949 "revision": "20170812", |
950 "rootUrl": "https://www.googleapis.com/", | 950 "rootUrl": "https://www.googleapis.com/", |
951 "schemas": { | 951 "schemas": { |
952 "BigtableColumn": { | 952 "BigtableColumn": { |
953 "id": "BigtableColumn", | 953 "id": "BigtableColumn", |
954 "properties": { | 954 "properties": { |
955 "encoding": { | 955 "encoding": { |
956 "description": "[Optional] The encoding of the values when t
he type is not STRING. Acceptable encoding values are: TEXT - indicates values a
re alphanumeric text strings. BINARY - indicates values are encoded using HBase
Bytes.toBytes family of functions. 'encoding' can also be set at the column fami
ly level. However, the setting at this level takes precedence if 'encoding' is s
et at both levels.", | 956 "description": "[Optional] The encoding of the values when t
he type is not STRING. Acceptable encoding values are: TEXT - indicates values a
re alphanumeric text strings. BINARY - indicates values are encoded using HBase
Bytes.toBytes family of functions. 'encoding' can also be set at the column fami
ly level. However, the setting at this level takes precedence if 'encoding' is s
et at both levels.", |
957 "type": "string" | 957 "type": "string" |
958 }, | 958 }, |
959 "fieldName": { | 959 "fieldName": { |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1250 "reason": { | 1250 "reason": { |
1251 "description": "A short error code that summarizes the error
.", | 1251 "description": "A short error code that summarizes the error
.", |
1252 "type": "string" | 1252 "type": "string" |
1253 } | 1253 } |
1254 }, | 1254 }, |
1255 "type": "object" | 1255 "type": "object" |
1256 }, | 1256 }, |
1257 "ExplainQueryStage": { | 1257 "ExplainQueryStage": { |
1258 "id": "ExplainQueryStage", | 1258 "id": "ExplainQueryStage", |
1259 "properties": { | 1259 "properties": { |
| 1260 "computeMsAvg": { |
| 1261 "description": "Milliseconds the average shard spent on CPU-
bound tasks.", |
| 1262 "format": "int64", |
| 1263 "type": "string" |
| 1264 }, |
| 1265 "computeMsMax": { |
| 1266 "description": "Milliseconds the slowest shard spent on CPU-
bound tasks.", |
| 1267 "format": "int64", |
| 1268 "type": "string" |
| 1269 }, |
1260 "computeRatioAvg": { | 1270 "computeRatioAvg": { |
1261 "description": "Relative amount of time the average shard sp
ent on CPU-bound tasks.", | 1271 "description": "Relative amount of time the average shard sp
ent on CPU-bound tasks.", |
1262 "format": "double", | 1272 "format": "double", |
1263 "type": "number" | 1273 "type": "number" |
1264 }, | 1274 }, |
1265 "computeRatioMax": { | 1275 "computeRatioMax": { |
1266 "description": "Relative amount of time the slowest shard sp
ent on CPU-bound tasks.", | 1276 "description": "Relative amount of time the slowest shard sp
ent on CPU-bound tasks.", |
1267 "format": "double", | 1277 "format": "double", |
1268 "type": "number" | 1278 "type": "number" |
1269 }, | 1279 }, |
1270 "id": { | 1280 "id": { |
1271 "description": "Unique ID for stage within plan.", | 1281 "description": "Unique ID for stage within plan.", |
1272 "format": "int64", | 1282 "format": "int64", |
1273 "type": "string" | 1283 "type": "string" |
1274 }, | 1284 }, |
1275 "name": { | 1285 "name": { |
1276 "description": "Human-readable name for stage.", | 1286 "description": "Human-readable name for stage.", |
1277 "type": "string" | 1287 "type": "string" |
1278 }, | 1288 }, |
| 1289 "readMsAvg": { |
| 1290 "description": "Milliseconds the average shard spent reading
input.", |
| 1291 "format": "int64", |
| 1292 "type": "string" |
| 1293 }, |
| 1294 "readMsMax": { |
| 1295 "description": "Milliseconds the slowest shard spent reading
input.", |
| 1296 "format": "int64", |
| 1297 "type": "string" |
| 1298 }, |
1279 "readRatioAvg": { | 1299 "readRatioAvg": { |
1280 "description": "Relative amount of time the average shard sp
ent reading input.", | 1300 "description": "Relative amount of time the average shard sp
ent reading input.", |
1281 "format": "double", | 1301 "format": "double", |
1282 "type": "number" | 1302 "type": "number" |
1283 }, | 1303 }, |
1284 "readRatioMax": { | 1304 "readRatioMax": { |
1285 "description": "Relative amount of time the slowest shard sp
ent reading input.", | 1305 "description": "Relative amount of time the slowest shard sp
ent reading input.", |
1286 "format": "double", | 1306 "format": "double", |
1287 "type": "number" | 1307 "type": "number" |
1288 }, | 1308 }, |
1289 "recordsRead": { | 1309 "recordsRead": { |
1290 "description": "Number of records read into the stage.", | 1310 "description": "Number of records read into the stage.", |
1291 "format": "int64", | 1311 "format": "int64", |
1292 "type": "string" | 1312 "type": "string" |
1293 }, | 1313 }, |
1294 "recordsWritten": { | 1314 "recordsWritten": { |
1295 "description": "Number of records written by the stage.", | 1315 "description": "Number of records written by the stage.", |
1296 "format": "int64", | 1316 "format": "int64", |
1297 "type": "string" | 1317 "type": "string" |
1298 }, | 1318 }, |
| 1319 "shuffleOutputBytes": { |
| 1320 "description": "Total number of bytes written to shuffle.", |
| 1321 "format": "int64", |
| 1322 "type": "string" |
| 1323 }, |
| 1324 "shuffleOutputBytesSpilled": { |
| 1325 "description": "Total number of bytes written to shuffle and
spilled to disk.", |
| 1326 "format": "int64", |
| 1327 "type": "string" |
| 1328 }, |
1299 "status": { | 1329 "status": { |
1300 "description": "Current status for the stage.", | 1330 "description": "Current status for the stage.", |
1301 "type": "string" | 1331 "type": "string" |
1302 }, | 1332 }, |
1303 "steps": { | 1333 "steps": { |
1304 "description": "List of operations within the stage in depen
dency order (approximately chronological).", | 1334 "description": "List of operations within the stage in depen
dency order (approximately chronological).", |
1305 "items": { | 1335 "items": { |
1306 "$ref": "ExplainQueryStep" | 1336 "$ref": "ExplainQueryStep" |
1307 }, | 1337 }, |
1308 "type": "array" | 1338 "type": "array" |
1309 }, | 1339 }, |
| 1340 "waitMsAvg": { |
| 1341 "description": "Milliseconds the average shard spent waiting
to be scheduled.", |
| 1342 "format": "int64", |
| 1343 "type": "string" |
| 1344 }, |
| 1345 "waitMsMax": { |
| 1346 "description": "Milliseconds the slowest shard spent waiting
to be scheduled.", |
| 1347 "format": "int64", |
| 1348 "type": "string" |
| 1349 }, |
1310 "waitRatioAvg": { | 1350 "waitRatioAvg": { |
1311 "description": "Relative amount of time the average shard sp
ent waiting to be scheduled.", | 1351 "description": "Relative amount of time the average shard sp
ent waiting to be scheduled.", |
1312 "format": "double", | 1352 "format": "double", |
1313 "type": "number" | 1353 "type": "number" |
1314 }, | 1354 }, |
1315 "waitRatioMax": { | 1355 "waitRatioMax": { |
1316 "description": "Relative amount of time the slowest shard sp
ent waiting to be scheduled.", | 1356 "description": "Relative amount of time the slowest shard sp
ent waiting to be scheduled.", |
1317 "format": "double", | 1357 "format": "double", |
1318 "type": "number" | 1358 "type": "number" |
1319 }, | 1359 }, |
| 1360 "writeMsAvg": { |
| 1361 "description": "Milliseconds the average shard spent on writ
ing output.", |
| 1362 "format": "int64", |
| 1363 "type": "string" |
| 1364 }, |
| 1365 "writeMsMax": { |
| 1366 "description": "Milliseconds the slowest shard spent on writ
ing output.", |
| 1367 "format": "int64", |
| 1368 "type": "string" |
| 1369 }, |
1320 "writeRatioAvg": { | 1370 "writeRatioAvg": { |
1321 "description": "Relative amount of time the average shard sp
ent on writing output.", | 1371 "description": "Relative amount of time the average shard sp
ent on writing output.", |
1322 "format": "double", | 1372 "format": "double", |
1323 "type": "number" | 1373 "type": "number" |
1324 }, | 1374 }, |
1325 "writeRatioMax": { | 1375 "writeRatioMax": { |
1326 "description": "Relative amount of time the slowest shard sp
ent on writing output.", | 1376 "description": "Relative amount of time the slowest shard sp
ent on writing output.", |
1327 "format": "double", | 1377 "format": "double", |
1328 "type": "number" | 1378 "type": "number" |
1329 } | 1379 } |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1381 }, | 1431 }, |
1382 "schema": { | 1432 "schema": { |
1383 "$ref": "TableSchema", | 1433 "$ref": "TableSchema", |
1384 "description": "[Optional] The schema for the data. Schema i
s required for CSV and JSON formats. Schema is disallowed for Google Cloud Bigta
ble, Cloud Datastore backups, and Avro formats." | 1434 "description": "[Optional] The schema for the data. Schema i
s required for CSV and JSON formats. Schema is disallowed for Google Cloud Bigta
ble, Cloud Datastore backups, and Avro formats." |
1385 }, | 1435 }, |
1386 "sourceFormat": { | 1436 "sourceFormat": { |
1387 "description": "[Required] The data format. For CSV files, s
pecify \"CSV\". For Google sheets, specify \"GOOGLE_SHEETS\". For newline-delimi
ted JSON, specify \"NEWLINE_DELIMITED_JSON\". For Avro files, specify \"AVRO\".
For Google Cloud Datastore backups, specify \"DATASTORE_BACKUP\". [Beta] For Goo
gle Cloud Bigtable, specify \"BIGTABLE\".", | 1437 "description": "[Required] The data format. For CSV files, s
pecify \"CSV\". For Google sheets, specify \"GOOGLE_SHEETS\". For newline-delimi
ted JSON, specify \"NEWLINE_DELIMITED_JSON\". For Avro files, specify \"AVRO\".
For Google Cloud Datastore backups, specify \"DATASTORE_BACKUP\". [Beta] For Goo
gle Cloud Bigtable, specify \"BIGTABLE\".", |
1388 "type": "string" | 1438 "type": "string" |
1389 }, | 1439 }, |
1390 "sourceUris": { | 1440 "sourceUris": { |
1391 "description": "[Required] The fully-qualified URIs that poi
nt to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can con
tain one '*' wildcard character and it must come after the 'bucket' name. Size l
imits related to load jobs apply to external data sources. For Google Cloud Bigt
able 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 ba
ckups, exactly one URI can be specified, and it must end with '.backup_info'. Al
so, the '*' wildcard character is not allowed.", | 1441 "description": "[Required] The fully-qualified URIs that poi
nt to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can con
tain one '*' wildcard character and it must come after the 'bucket' name. Size l
imits related to load jobs apply to external data sources. For Google Cloud Bigt
able 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 ba
ckups, exactly one URI can be specified. Also, the '*' wildcard character is not
allowed.", |
1392 "items": { | 1442 "items": { |
1393 "type": "string" | 1443 "type": "string" |
1394 }, | 1444 }, |
1395 "type": "array" | 1445 "type": "array" |
1396 } | 1446 } |
1397 }, | 1447 }, |
1398 "type": "object" | 1448 "type": "object" |
1399 }, | 1449 }, |
1400 "GetQueryResultsResponse": { | 1450 "GetQueryResultsResponse": { |
1401 "id": "GetQueryResultsResponse", | 1451 "id": "GetQueryResultsResponse", |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1664 }, | 1714 }, |
1665 "schemaInline": { | 1715 "schemaInline": { |
1666 "description": "[Deprecated] The inline schema. For CSV sche
mas, specify as \"Field1:Type1[,Field2:Type2]*\". For example, \"foo:STRING, bar
:INTEGER, baz:FLOAT\".", | 1716 "description": "[Deprecated] The inline schema. For CSV sche
mas, specify as \"Field1:Type1[,Field2:Type2]*\". For example, \"foo:STRING, bar
:INTEGER, baz:FLOAT\".", |
1667 "type": "string" | 1717 "type": "string" |
1668 }, | 1718 }, |
1669 "schemaInlineFormat": { | 1719 "schemaInlineFormat": { |
1670 "description": "[Deprecated] The format of the schemaInline
property.", | 1720 "description": "[Deprecated] The format of the schemaInline
property.", |
1671 "type": "string" | 1721 "type": "string" |
1672 }, | 1722 }, |
1673 "schemaUpdateOptions": { | 1723 "schemaUpdateOptions": { |
1674 "description": "[Experimental] Allows the schema of the desi
tination table to be updated as a side effect of the load job. Schema update opt
ions are supported in two cases: when writeDisposition is WRITE_APPEND; when wri
teDisposition is WRITE_TRUNCATE and the destination table is a partition of a ta
ble, specified by partition decorators. For normal tables, WRITE_TRUNCATE will a
lways overwrite the schema. One or more of the following values are specified: A
LLOW_FIELD_ADDITION: allow adding a nullable field to the schema. ALLOW_FIELD_RE
LAXATION: allow relaxing a required field in the original schema to nullable.", | 1724 "description": "[Experimental] Allows the schema of the desi
tination table to be updated as a side effect of the load job if a schema is aut
odetected or supplied in the job configuration. Schema update options are suppor
ted in two cases: when writeDisposition is WRITE_APPEND; when writeDisposition i
s 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_ADDI
TION: allow adding a nullable field to the schema. ALLOW_FIELD_RELAXATION: allow
relaxing a required field in the original schema to nullable.", |
1675 "items": { | 1725 "items": { |
1676 "type": "string" | 1726 "type": "string" |
1677 }, | 1727 }, |
1678 "type": "array" | 1728 "type": "array" |
1679 }, | 1729 }, |
1680 "skipLeadingRows": { | 1730 "skipLeadingRows": { |
1681 "description": "[Optional] The number of rows at the top of
a CSV file that BigQuery will skip when loading the data. The default value is 0
. This property is useful if you have header rows in the file that should be ski
pped.", | 1731 "description": "[Optional] The number of rows at the top of
a CSV file that BigQuery will skip when loading the data. The default value is 0
. This property is useful if you have header rows in the file that should be ski
pped.", |
1682 "format": "int32", | 1732 "format": "int32", |
1683 "type": "integer" | 1733 "type": "integer" |
1684 }, | 1734 }, |
1685 "sourceFormat": { | 1735 "sourceFormat": { |
1686 "description": "[Optional] The format of the data files. For
CSV files, specify \"CSV\". For datastore backups, specify \"DATASTORE_BACKUP\"
. For newline-delimited JSON, specify \"NEWLINE_DELIMITED_JSON\". For Avro, spec
ify \"AVRO\". The default value is CSV.", | 1736 "description": "[Optional] The format of the data files. For
CSV files, specify \"CSV\". For datastore backups, specify \"DATASTORE_BACKUP\"
. For newline-delimited JSON, specify \"NEWLINE_DELIMITED_JSON\". For Avro, spec
ify \"AVRO\". The default value is CSV.", |
1687 "type": "string" | 1737 "type": "string" |
1688 }, | 1738 }, |
1689 "sourceUris": { | 1739 "sourceUris": { |
1690 "description": "[Required] The fully-qualified URIs that poi
nt to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can con
tain one '*' wildcard character and it must come after the 'bucket' name. Size l
imits related to load jobs apply to external data sources. For Google Cloud Bigt
able 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 ba
ckups: Exactly one URI can be specified, and it must end with '.backup_info'. Al
so, the '*' wildcard character is not allowed.", | 1740 "description": "[Required] The fully-qualified URIs that poi
nt to your data in Google Cloud. For Google Cloud Storage URIs: Each URI can con
tain one '*' wildcard character and it must come after the 'bucket' name. Size l
imits related to load jobs apply to external data sources. For Google Cloud Bigt
able 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 ba
ckups: Exactly one URI can be specified. Also, the '*' wildcard character is not
allowed.", |
1691 "items": { | 1741 "items": { |
1692 "type": "string" | 1742 "type": "string" |
1693 }, | 1743 }, |
1694 "type": "array" | 1744 "type": "array" |
1695 }, | 1745 }, |
| 1746 "timePartitioning": { |
| 1747 "$ref": "TimePartitioning", |
| 1748 "description": "[Experimental] If specified, configures time
-based partitioning for the destination table." |
| 1749 }, |
1696 "writeDisposition": { | 1750 "writeDisposition": { |
1697 "description": "[Optional] Specifies the action that occurs
if the destination table already exists. The following values are supported: WRI
TE_TRUNCATE: If the table already exists, BigQuery overwrites the table data. WR
ITE_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 i
s atomic and only occurs if BigQuery is able to complete the job successfully. C
reation, truncation and append actions occur as one atomic update upon job compl
etion.", | 1751 "description": "[Optional] Specifies the action that occurs
if the destination table already exists. The following values are supported: WRI
TE_TRUNCATE: If the table already exists, BigQuery overwrites the table data. WR
ITE_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 i
s atomic and only occurs if BigQuery is able to complete the job successfully. C
reation, truncation and append actions occur as one atomic update upon job compl
etion.", |
1698 "type": "string" | 1752 "type": "string" |
1699 } | 1753 } |
1700 }, | 1754 }, |
1701 "type": "object" | 1755 "type": "object" |
1702 }, | 1756 }, |
1703 "JobConfigurationQuery": { | 1757 "JobConfigurationQuery": { |
1704 "id": "JobConfigurationQuery", | 1758 "id": "JobConfigurationQuery", |
1705 "properties": { | 1759 "properties": { |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1766 }, | 1820 }, |
1767 "type": "array" | 1821 "type": "array" |
1768 }, | 1822 }, |
1769 "tableDefinitions": { | 1823 "tableDefinitions": { |
1770 "additionalProperties": { | 1824 "additionalProperties": { |
1771 "$ref": "ExternalDataConfiguration" | 1825 "$ref": "ExternalDataConfiguration" |
1772 }, | 1826 }, |
1773 "description": "[Optional] If querying an external data sour
ce 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 q
ueried as if it were a standard BigQuery table.", | 1827 "description": "[Optional] If querying an external data sour
ce 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 q
ueried as if it were a standard BigQuery table.", |
1774 "type": "object" | 1828 "type": "object" |
1775 }, | 1829 }, |
| 1830 "timePartitioning": { |
| 1831 "$ref": "TimePartitioning", |
| 1832 "description": "[Experimental] If specified, configures time
-based partitioning for the destination table." |
| 1833 }, |
1776 "useLegacySql": { | 1834 "useLegacySql": { |
1777 "description": "Specifies whether to use BigQuery's legacy S
QL 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-referen
ce/ When useLegacySql is set to false, the value of flattenResults is ignored; q
uery will be run as if flattenResults is false.", | 1835 "description": "Specifies whether to use BigQuery's legacy S
QL 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-referen
ce/ When useLegacySql is set to false, the value of flattenResults is ignored; q
uery will be run as if flattenResults is false.", |
1778 "type": "boolean" | 1836 "type": "boolean" |
1779 }, | 1837 }, |
1780 "useQueryCache": { | 1838 "useQueryCache": { |
1781 "default": "true", | 1839 "default": "true", |
1782 "description": "[Optional] Whether to look for the result in
the query cache. The query cache is a best-effort cache that will be flushed wh
enever tables in the query are modified. Moreover, the query cache is only avail
able when a query does not have a destination table specified. The default value
is true.", | 1840 "description": "[Optional] Whether to look for the result in
the query cache. The query cache is a best-effort cache that will be flushed wh
enever tables in the query are modified. Moreover, the query cache is only avail
able when a query does not have a destination table specified. The default value
is true.", |
1783 "type": "boolean" | 1841 "type": "boolean" |
1784 }, | 1842 }, |
1785 "userDefinedFunctionResources": { | 1843 "userDefinedFunctionResources": { |
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2798 "type": "array" | 2856 "type": "array" |
2799 } | 2857 } |
2800 }, | 2858 }, |
2801 "type": "object" | 2859 "type": "object" |
2802 } | 2860 } |
2803 }, | 2861 }, |
2804 "servicePath": "bigquery/v2/", | 2862 "servicePath": "bigquery/v2/", |
2805 "title": "BigQuery API", | 2863 "title": "BigQuery API", |
2806 "version": "v2" | 2864 "version": "v2" |
2807 } | 2865 } |
OLD | NEW |