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

Side by Side Diff: discovery/googleapis/bigquery__v2.json

Issue 663113002: Api roll 4: 2014-10-20 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 2 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 unified diff | Download patch
« no previous file with comments | « discovery/googleapis/appstate__v1.json ('k') | discovery/googleapis/blogger__v3.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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": "\"8MqRhZzx1kw0pwpjahVJEB3eI6w/HuoHzxwZuMSucTevJLq_0v1_DM0\"", 32 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/m8edoc2ZO3cKKMgqC6cKOK0fVjI\"",
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
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": "20140908", 892 "revision": "20141016",
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 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after
2073 "type": "string" 2073 "type": "string"
2074 } 2074 }
2075 }, 2075 },
2076 "type": "object" 2076 "type": "object"
2077 } 2077 }
2078 }, 2078 },
2079 "servicePath": "bigquery/v2/", 2079 "servicePath": "bigquery/v2/",
2080 "title": "BigQuery API", 2080 "title": "BigQuery API",
2081 "version": "v2" 2081 "version": "v2"
2082 } 2082 }
OLDNEW
« no previous file with comments | « discovery/googleapis/appstate__v1.json ('k') | discovery/googleapis/blogger__v3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698