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 11 matching lines...) Expand all Loading... |
22 } | 22 } |
23 } | 23 } |
24 } | 24 } |
25 }, | 25 }, |
26 "basePath": "/bigquery/v2/", | 26 "basePath": "/bigquery/v2/", |
27 "baseUrl": "https://www.googleapis.com/bigquery/v2/", | 27 "baseUrl": "https://www.googleapis.com/bigquery/v2/", |
28 "batchPath": "batch", | 28 "batchPath": "batch", |
29 "description": "A data platform for customers to create, manage, share and q
uery data.", | 29 "description": "A data platform for customers to create, manage, share and q
uery data.", |
30 "discoveryVersion": "v1", | 30 "discoveryVersion": "v1", |
31 "documentationLink": "https://developers.google.com/bigquery/docs/overview", | 31 "documentationLink": "https://developers.google.com/bigquery/docs/overview", |
32 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/irflzEU1C_NxQHyDRKExZd4eUWU\"", | 32 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/VRmwTE5wYmzvRlMSDFf9CieOFsk\"", |
33 "icons": { | 33 "icons": { |
34 "x16": "https://www.google.com/images/icons/product/search-16.gif", | 34 "x16": "https://www.google.com/images/icons/product/search-16.gif", |
35 "x32": "https://www.google.com/images/icons/product/search-32.gif" | 35 "x32": "https://www.google.com/images/icons/product/search-32.gif" |
36 }, | 36 }, |
37 "id": "bigquery:v2", | 37 "id": "bigquery:v2", |
38 "kind": "discovery#restDescription", | 38 "kind": "discovery#restDescription", |
39 "name": "bigquery", | 39 "name": "bigquery", |
40 "ownerDomain": "google.com", | 40 "ownerDomain": "google.com", |
41 "ownerName": "Google", | 41 "ownerName": "Google", |
42 "parameters": { | 42 "parameters": { |
(...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
882 "$ref": "Table" | 882 "$ref": "Table" |
883 }, | 883 }, |
884 "scopes": [ | 884 "scopes": [ |
885 "https://www.googleapis.com/auth/bigquery", | 885 "https://www.googleapis.com/auth/bigquery", |
886 "https://www.googleapis.com/auth/cloud-platform" | 886 "https://www.googleapis.com/auth/cloud-platform" |
887 ] | 887 ] |
888 } | 888 } |
889 } | 889 } |
890 } | 890 } |
891 }, | 891 }, |
892 "revision": "20141124", | 892 "revision": "20141112", |
893 "rootUrl": "https://www.googleapis.com/", | 893 "rootUrl": "https://www.googleapis.com/", |
894 "schemas": { | 894 "schemas": { |
895 "Dataset": { | 895 "Dataset": { |
896 "id": "Dataset", | 896 "id": "Dataset", |
897 "properties": { | 897 "properties": { |
898 "access": { | 898 "access": { |
899 "description": "[Optional] An array of objects that define d
ataset access for one or more entities. You can set this property when inserting
or updating a dataset in order to control who is allowed to access the data. If
unspecified at dataset creation time, BigQuery adds default dataset access for
the following entities: access.specialGroup: projectReaders; access.role: READER
; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup:
projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email];
access.role: OWNER;", | 899 "description": "[Optional] An array of objects that define d
ataset access for one or more entities. You can set this property when inserting
or updating a dataset in order to control who is allowed to access the data. If
unspecified at dataset creation time, BigQuery adds default dataset access for
the following entities: access.specialGroup: projectReaders; access.role: READER
; access.specialGroup: projectWriters; access.role: WRITER; access.specialGroup:
projectOwners; access.role: OWNER; access.userByEmail: [dataset creator email];
access.role: OWNER;", |
900 "items": { | 900 "items": { |
901 "properties": { | 901 "properties": { |
902 "domain": { | 902 "domain": { |
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1564 "format": "int64", | 1564 "format": "int64", |
1565 "type": "string" | 1565 "type": "string" |
1566 } | 1566 } |
1567 }, | 1567 }, |
1568 "type": "object" | 1568 "type": "object" |
1569 }, | 1569 }, |
1570 "JobStatistics4": { | 1570 "JobStatistics4": { |
1571 "id": "JobStatistics4", | 1571 "id": "JobStatistics4", |
1572 "properties": { | 1572 "properties": { |
1573 "destinationUriFileCounts": { | 1573 "destinationUriFileCounts": { |
1574 "description": "[Output-only] Number of files per destinatio
n URI or URI pattern specified in the extract configuration. These values will b
e in the same order as the URIs specified in the 'destinationUris' field.", | 1574 "description": "[Experimental] Number of files per destinati
on URI or URI pattern specified in the extract configuration. These values will
be in the same order as the URIs specified in the 'destinationUris' field.", |
1575 "items": { | 1575 "items": { |
1576 "format": "int64", | 1576 "format": "int64", |
1577 "type": "string" | 1577 "type": "string" |
1578 }, | 1578 }, |
1579 "type": "array" | 1579 "type": "array" |
1580 } | 1580 } |
1581 }, | 1581 }, |
1582 "type": "object" | 1582 "type": "object" |
1583 }, | 1583 }, |
1584 "JobStatus": { | 1584 "JobStatus": { |
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2096 "type": "string" | 2096 "type": "string" |
2097 } | 2097 } |
2098 }, | 2098 }, |
2099 "type": "object" | 2099 "type": "object" |
2100 } | 2100 } |
2101 }, | 2101 }, |
2102 "servicePath": "bigquery/v2/", | 2102 "servicePath": "bigquery/v2/", |
2103 "title": "BigQuery API", | 2103 "title": "BigQuery API", |
2104 "version": "v2" | 2104 "version": "v2" |
2105 } | 2105 } |
OLD | NEW |