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

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

Issue 733093002: Api roll 6: 2014-11-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 1 month 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/compute__v1.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/NNNGrlMYqSi04hOh0Khd5qX9Gcs\"", 32 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/5IKwzbIHryxgSxtnlOLBEle-PM8\"",
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": "20141030", 892 "revision": "20141113",
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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 }, 1017 },
1018 "DatasetReference": { 1018 "DatasetReference": {
1019 "id": "DatasetReference", 1019 "id": "DatasetReference",
1020 "properties": { 1020 "properties": {
1021 "datasetId": { 1021 "datasetId": {
1022 "annotations": { 1022 "annotations": {
1023 "required": [ 1023 "required": [
1024 "bigquery.datasets.update" 1024 "bigquery.datasets.update"
1025 ] 1025 ]
1026 }, 1026 },
1027 "description": "[Required] A unique ID for this dataset, wit hout the project name.", 1027 "description": "[Required] A unique ID for this dataset, wit hout the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9 ), or underscores (_). The maximum length is 1,024 characters.",
1028 "type": "string" 1028 "type": "string"
1029 }, 1029 },
1030 "projectId": { 1030 "projectId": {
1031 "annotations": { 1031 "annotations": {
1032 "required": [ 1032 "required": [
1033 "bigquery.datasets.update" 1033 "bigquery.datasets.update"
1034 ] 1034 ]
1035 }, 1035 },
1036 "description": "[Optional] The ID of the container project." , 1036 "description": "[Optional] The ID of the project containing this dataset.",
1037 "type": "string" 1037 "type": "string"
1038 } 1038 }
1039 }, 1039 },
1040 "type": "object" 1040 "type": "object"
1041 }, 1041 },
1042 "ErrorProto": { 1042 "ErrorProto": {
1043 "id": "ErrorProto", 1043 "id": "ErrorProto",
1044 "properties": { 1044 "properties": {
1045 "debugInfo": { 1045 "debugInfo": {
1046 "description": "Debugging information. This property is inte rnal to Google and should not be used.", 1046 "description": "Debugging information. This property is inte rnal to Google and should not be used.",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 "description": "An object with as many results as can be con tained within the maximum permitted reply size. To get any additional rows, you can call GetQueryResults and specify the jobReference returned above. Present on ly when the query completes successfully.", 1093 "description": "An object with as many results as can be con tained within the maximum permitted reply size. To get any additional rows, you can call GetQueryResults and specify the jobReference returned above. Present on ly when the query completes successfully.",
1094 "items": { 1094 "items": {
1095 "$ref": "TableRow" 1095 "$ref": "TableRow"
1096 }, 1096 },
1097 "type": "array" 1097 "type": "array"
1098 }, 1098 },
1099 "schema": { 1099 "schema": {
1100 "$ref": "TableSchema", 1100 "$ref": "TableSchema",
1101 "description": "The schema of the results. Present only when the query completes successfully." 1101 "description": "The schema of the results. Present only when the query completes successfully."
1102 }, 1102 },
1103 "totalBytesProcessed": {
1104 "description": "The total number of bytes processed for this query.",
1105 "format": "int64",
1106 "type": "string"
1107 },
1103 "totalRows": { 1108 "totalRows": {
1104 "description": "The total number of rows in the complete que ry result set, which can be more than the number of rows in this single page of results. Present only when the query completes successfully.", 1109 "description": "The total number of rows in the complete que ry result set, which can be more than the number of rows in this single page of results. Present only when the query completes successfully.",
1105 "format": "uint64", 1110 "format": "uint64",
1106 "type": "string" 1111 "type": "string"
1107 } 1112 }
1108 }, 1113 },
1109 "type": "object" 1114 "type": "object"
1110 }, 1115 },
1111 "Job": { 1116 "Job": {
1112 "id": "Job", 1117 "id": "Job",
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
1470 }, 1475 },
1471 "description": "[Required] The ID of the job. The ID must co ntain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). Th e maximum length is 1,024 characters.", 1476 "description": "[Required] The ID of the job. The ID must co ntain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). Th e maximum length is 1,024 characters.",
1472 "type": "string" 1477 "type": "string"
1473 }, 1478 },
1474 "projectId": { 1479 "projectId": {
1475 "annotations": { 1480 "annotations": {
1476 "required": [ 1481 "required": [
1477 "bigquery.jobs.getQueryResults" 1482 "bigquery.jobs.getQueryResults"
1478 ] 1483 ]
1479 }, 1484 },
1480 "description": "[Required] Project ID being billed for the j ob.", 1485 "description": "[Required] The ID of the project containing this job.",
1481 "type": "string" 1486 "type": "string"
1482 } 1487 }
1483 }, 1488 },
1484 "type": "object" 1489 "type": "object"
1485 }, 1490 },
1486 "JobStatistics": { 1491 "JobStatistics": {
1487 "id": "JobStatistics", 1492 "id": "JobStatistics",
1488 "properties": { 1493 "properties": {
1489 "creationTime": { 1494 "creationTime": {
1490 "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.",
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after
2008 }, 2013 },
2009 "TableReference": { 2014 "TableReference": {
2010 "id": "TableReference", 2015 "id": "TableReference",
2011 "properties": { 2016 "properties": {
2012 "datasetId": { 2017 "datasetId": {
2013 "annotations": { 2018 "annotations": {
2014 "required": [ 2019 "required": [
2015 "bigquery.tables.update" 2020 "bigquery.tables.update"
2016 ] 2021 ]
2017 }, 2022 },
2018 "description": "[Required] ID of the dataset containing the table.", 2023 "description": "[Required] The ID of the dataset containing this table.",
2019 "type": "string" 2024 "type": "string"
2020 }, 2025 },
2021 "projectId": { 2026 "projectId": {
2022 "annotations": { 2027 "annotations": {
2023 "required": [ 2028 "required": [
2024 "bigquery.tables.update" 2029 "bigquery.tables.update"
2025 ] 2030 ]
2026 }, 2031 },
2027 "description": "[Required] ID of the project billed for stor age of the table.", 2032 "description": "[Required] The ID of the project containing this table.",
2028 "type": "string" 2033 "type": "string"
2029 }, 2034 },
2030 "tableId": { 2035 "tableId": {
2031 "annotations": { 2036 "annotations": {
2032 "required": [ 2037 "required": [
2033 "bigquery.tables.update" 2038 "bigquery.tables.update"
2034 ] 2039 ]
2035 }, 2040 },
2036 "description": "[Required] ID of the table.", 2041 "description": "[Required] The ID of the table. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.",
2037 "type": "string" 2042 "type": "string"
2038 } 2043 }
2039 }, 2044 },
2040 "type": "object" 2045 "type": "object"
2041 }, 2046 },
2042 "TableRow": { 2047 "TableRow": {
2043 "description": "Represents a single row in the result set, consistin g of one or more fields.", 2048 "description": "Represents a single row in the result set, consistin g of one or more fields.",
2044 "id": "TableRow", 2049 "id": "TableRow",
2045 "properties": { 2050 "properties": {
2046 "f": { 2051 "f": {
(...skipping 26 matching lines...) Expand all
2073 "type": "string" 2078 "type": "string"
2074 } 2079 }
2075 }, 2080 },
2076 "type": "object" 2081 "type": "object"
2077 } 2082 }
2078 }, 2083 },
2079 "servicePath": "bigquery/v2/", 2084 "servicePath": "bigquery/v2/",
2080 "title": "BigQuery API", 2085 "title": "BigQuery API",
2081 "version": "v2" 2086 "version": "v2"
2082 } 2087 }
OLDNEW
« no previous file with comments | « discovery/googleapis/appstate__v1.json ('k') | discovery/googleapis/compute__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698