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

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

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years 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": "\"l66ggWbucbkBw9Lpos72oziyefE/5IKwzbIHryxgSxtnlOLBEle-PM8\"", 32 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/irflzEU1C_NxQHyDRKExZd4eUWU\"",
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": "20141113", 892 "revision": "20141124",
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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
1494 "creationTime": { 1494 "creationTime": {
1495 "description": "[Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.", 1495 "description": "[Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.",
1496 "format": "int64", 1496 "format": "int64",
1497 "type": "string" 1497 "type": "string"
1498 }, 1498 },
1499 "endTime": { 1499 "endTime": {
1500 "description": "[Output-only] End time of this job, in milli seconds since the epoch. This field will be present whenever a job is in the DON E state.", 1500 "description": "[Output-only] End time of this job, in milli seconds since the epoch. This field will be present whenever a job is in the DON E state.",
1501 "format": "int64", 1501 "format": "int64",
1502 "type": "string" 1502 "type": "string"
1503 }, 1503 },
1504 "extract": {
1505 "$ref": "JobStatistics4",
1506 "description": "[Output-only] Statistics for an extract job. "
1507 },
1504 "load": { 1508 "load": {
1505 "$ref": "JobStatistics3", 1509 "$ref": "JobStatistics3",
1506 "description": "[Output-only] Statistics for a load job." 1510 "description": "[Output-only] Statistics for a load job."
1507 }, 1511 },
1508 "query": { 1512 "query": {
1509 "$ref": "JobStatistics2", 1513 "$ref": "JobStatistics2",
1510 "description": "[Output-only] Statistics for a query job." 1514 "description": "[Output-only] Statistics for a query job."
1511 }, 1515 },
1512 "startTime": { 1516 "startTime": {
1513 "description": "[Output-only] Start time of this job, in mil liseconds since the epoch. This field will be present when the job transitions f rom the PENDING state to either RUNNING or DONE.", 1517 "description": "[Output-only] Start time of this job, in mil liseconds since the epoch. This field will be present when the job transitions f rom the PENDING state to either RUNNING or DONE.",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1556 "type": "string" 1560 "type": "string"
1557 }, 1561 },
1558 "outputRows": { 1562 "outputRows": {
1559 "description": "[Output-only] Number of rows imported in a l oad job. Note that while an import job is in the running state, this value may c hange.", 1563 "description": "[Output-only] Number of rows imported in a l oad job. Note that while an import job is in the running state, this value may c hange.",
1560 "format": "int64", 1564 "format": "int64",
1561 "type": "string" 1565 "type": "string"
1562 } 1566 }
1563 }, 1567 },
1564 "type": "object" 1568 "type": "object"
1565 }, 1569 },
1570 "JobStatistics4": {
1571 "id": "JobStatistics4",
1572 "properties": {
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.",
1575 "items": {
1576 "format": "int64",
1577 "type": "string"
1578 },
1579 "type": "array"
1580 }
1581 },
1582 "type": "object"
1583 },
1566 "JobStatus": { 1584 "JobStatus": {
1567 "id": "JobStatus", 1585 "id": "JobStatus",
1568 "properties": { 1586 "properties": {
1569 "errorResult": { 1587 "errorResult": {
1570 "$ref": "ErrorProto", 1588 "$ref": "ErrorProto",
1571 "description": "[Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful." 1589 "description": "[Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful."
1572 }, 1590 },
1573 "errors": { 1591 "errors": {
1574 "description": "[Output-only] All errors encountered during the running of the job. Errors here do not necessarily mean that the job has com pleted or was unsuccessful.", 1592 "description": "[Output-only] All errors encountered during the running of the job. Errors here do not necessarily mean that the job has com pleted or was unsuccessful.",
1575 "items": { 1593 "items": {
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
2078 "type": "string" 2096 "type": "string"
2079 } 2097 }
2080 }, 2098 },
2081 "type": "object" 2099 "type": "object"
2082 } 2100 }
2083 }, 2101 },
2084 "servicePath": "bigquery/v2/", 2102 "servicePath": "bigquery/v2/",
2085 "title": "BigQuery API", 2103 "title": "BigQuery API",
2086 "version": "v2" 2104 "version": "v2"
2087 } 2105 }
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