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

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

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 years, 4 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/calendar__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 14 matching lines...) Expand all
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": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/n-xkWA82GY-8mH6npNxIdvtk5g4\"", 35 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/8OSACAptUIIUJA3qAbwY7uhPqwg\"",
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 883 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 "$ref": "Table" 929 "$ref": "Table"
930 }, 930 },
931 "scopes": [ 931 "scopes": [
932 "https://www.googleapis.com/auth/bigquery", 932 "https://www.googleapis.com/auth/bigquery",
933 "https://www.googleapis.com/auth/cloud-platform" 933 "https://www.googleapis.com/auth/cloud-platform"
934 ] 934 ]
935 } 935 }
936 } 936 }
937 } 937 }
938 }, 938 },
939 "revision": "20160709", 939 "revision": "20160729",
940 "rootUrl": "https://www.googleapis.com/", 940 "rootUrl": "https://www.googleapis.com/",
941 "schemas": { 941 "schemas": {
942 "BigtableColumn": { 942 "BigtableColumn": {
943 "id": "BigtableColumn", 943 "id": "BigtableColumn",
944 "properties": { 944 "properties": {
945 "encoding": { 945 "encoding": {
946 "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.", 946 "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.",
947 "type": "string" 947 "type": "string"
948 }, 948 },
949 "fieldName": { 949 "fieldName": {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 "columnFamilies": { 1004 "columnFamilies": {
1005 "description": "[Optional] List of column families to expose in the table schema along with their types. This list restricts the column fami lies that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families refe renced in that query are read from Bigtable.", 1005 "description": "[Optional] List of column families to expose in the table schema along with their types. This list restricts the column fami lies that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families refe renced in that query are read from Bigtable.",
1006 "items": { 1006 "items": {
1007 "$ref": "BigtableColumnFamily" 1007 "$ref": "BigtableColumnFamily"
1008 }, 1008 },
1009 "type": "array" 1009 "type": "array"
1010 }, 1010 },
1011 "ignoreUnspecifiedColumnFamilies": { 1011 "ignoreUnspecifiedColumnFamilies": {
1012 "description": "[Optional] If field is true, then the column families that are not specified in columnFamilies list are not exposed in the t able schema. Otherwise, they are read with BYTES type values. The default value is false.", 1012 "description": "[Optional] If field is true, then the column families that are not specified in columnFamilies list are not exposed in the t able schema. Otherwise, they are read with BYTES type values. The default value is false.",
1013 "type": "boolean" 1013 "type": "boolean"
1014 },
1015 "readRowkeyAsString": {
1016 "description": "[Optional] If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read w ith BYTES type values and users need to manually cast them with CAST if necessar y. The default value is false.",
1017 "type": "boolean"
1014 } 1018 }
1015 }, 1019 },
1016 "type": "object" 1020 "type": "object"
1017 }, 1021 },
1018 "CsvOptions": { 1022 "CsvOptions": {
1019 "id": "CsvOptions", 1023 "id": "CsvOptions",
1020 "properties": { 1024 "properties": {
1021 "allowJaggedRows": { 1025 "allowJaggedRows": {
1022 "description": "[Optional] Indicates if BigQuery should acce pt rows that are missing trailing optional columns. If true, BigQuery treats mis sing trailing columns as null values. If false, records with missing trailing co lumns are treated as bad records, and if there are too many bad records, an inva lid error is returned in the job result. The default value is false.", 1026 "description": "[Optional] Indicates if BigQuery should acce pt rows that are missing trailing optional columns. If true, BigQuery treats mis sing trailing columns as null values. If false, records with missing trailing co lumns are treated as bad records, and if there are too many bad records, an inva lid error is returned in the job result. The default value is false.",
1023 "type": "boolean" 1027 "type": "boolean"
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1403 }, 1407 },
1404 "jobReference": { 1408 "jobReference": {
1405 "$ref": "JobReference", 1409 "$ref": "JobReference",
1406 "description": "Reference to the BigQuery Job that was creat ed to run the query. This field will be present even if the original request tim ed out, in which case GetQueryResults can be used to read the results once the q uery has completed. Since this API only returns the first page of results, subse quent pages can be fetched via the same mechanism (GetQueryResults)." 1410 "description": "Reference to the BigQuery Job that was creat ed to run the query. This field will be present even if the original request tim ed out, in which case GetQueryResults can be used to read the results once the q uery has completed. Since this API only returns the first page of results, subse quent pages can be fetched via the same mechanism (GetQueryResults)."
1407 }, 1411 },
1408 "kind": { 1412 "kind": {
1409 "default": "bigquery#getQueryResultsResponse", 1413 "default": "bigquery#getQueryResultsResponse",
1410 "description": "The resource type of the response.", 1414 "description": "The resource type of the response.",
1411 "type": "string" 1415 "type": "string"
1412 }, 1416 },
1417 "numDmlAffectedRows": {
1418 "description": "[Output-only, Experimental] The number of ro ws affected by a DML statement. Present only for DML statements INSERT, UPDATE o r DELETE.",
1419 "format": "int64",
1420 "type": "string"
1421 },
1413 "pageToken": { 1422 "pageToken": {
1414 "description": "A token used for paging results.", 1423 "description": "A token used for paging results.",
1415 "type": "string" 1424 "type": "string"
1416 }, 1425 },
1417 "rows": { 1426 "rows": {
1418 "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.", 1427 "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.",
1419 "items": { 1428 "items": {
1420 "$ref": "TableRow" 1429 "$ref": "TableRow"
1421 }, 1430 },
1422 "type": "array" 1431 "type": "array"
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
1897 "properties": { 1906 "properties": {
1898 "billingTier": { 1907 "billingTier": {
1899 "description": "[Output-only] Billing tier for the job.", 1908 "description": "[Output-only] Billing tier for the job.",
1900 "format": "int32", 1909 "format": "int32",
1901 "type": "integer" 1910 "type": "integer"
1902 }, 1911 },
1903 "cacheHit": { 1912 "cacheHit": {
1904 "description": "[Output-only] Whether the query result was f etched from the query cache.", 1913 "description": "[Output-only] Whether the query result was f etched from the query cache.",
1905 "type": "boolean" 1914 "type": "boolean"
1906 }, 1915 },
1916 "numDmlAffectedRows": {
1917 "description": "[Output-only, Experimental] The number of ro ws affected by a DML statement. Present only for DML statements INSERT, UPDATE o r DELETE.",
1918 "format": "int64",
1919 "type": "string"
1920 },
1907 "queryPlan": { 1921 "queryPlan": {
1908 "description": "[Output-only, Experimental] Describes execut ion plan for the query as a list of stages.", 1922 "description": "[Output-only, Experimental] Describes execut ion plan for the query.",
1909 "items": { 1923 "items": {
1910 "$ref": "ExplainQueryStage" 1924 "$ref": "ExplainQueryStage"
1911 }, 1925 },
1912 "type": "array" 1926 "type": "array"
1913 }, 1927 },
1914 "referencedTables": { 1928 "referencedTables": {
1915 "description": "[Output-only, Experimental] Referenced table s for the job. Queries that reference more than 50 tables will not have a comple te list.", 1929 "description": "[Output-only, Experimental] Referenced table s for the job. Queries that reference more than 50 tables will not have a comple te list.",
1916 "items": { 1930 "items": {
1917 "$ref": "TableReference" 1931 "$ref": "TableReference"
1918 }, 1932 },
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
2144 }, 2158 },
2145 "jobReference": { 2159 "jobReference": {
2146 "$ref": "JobReference", 2160 "$ref": "JobReference",
2147 "description": "Reference to the Job that was created to run the query. This field will be present even if the original request timed out, i n which case GetQueryResults can be used to read the results once the query has completed. Since this API only returns the first page of results, subsequent pag es can be fetched via the same mechanism (GetQueryResults)." 2161 "description": "Reference to the Job that was created to run the query. This field will be present even if the original request timed out, i n which case GetQueryResults can be used to read the results once the query has completed. Since this API only returns the first page of results, subsequent pag es can be fetched via the same mechanism (GetQueryResults)."
2148 }, 2162 },
2149 "kind": { 2163 "kind": {
2150 "default": "bigquery#queryResponse", 2164 "default": "bigquery#queryResponse",
2151 "description": "The resource type.", 2165 "description": "The resource type.",
2152 "type": "string" 2166 "type": "string"
2153 }, 2167 },
2168 "numDmlAffectedRows": {
2169 "description": "[Output-only, Experimental] The number of ro ws affected by a DML statement. Present only for DML statements INSERT, UPDATE o r DELETE.",
2170 "format": "int64",
2171 "type": "string"
2172 },
2154 "pageToken": { 2173 "pageToken": {
2155 "description": "A token used for paging results.", 2174 "description": "A token used for paging results.",
2156 "type": "string" 2175 "type": "string"
2157 }, 2176 },
2158 "rows": { 2177 "rows": {
2159 "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.", 2178 "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.",
2160 "items": { 2179 "items": {
2161 "$ref": "TableRow" 2180 "$ref": "TableRow"
2162 }, 2181 },
2163 "type": "array" 2182 "type": "array"
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
2595 "type": "array" 2614 "type": "array"
2596 } 2615 }
2597 }, 2616 },
2598 "type": "object" 2617 "type": "object"
2599 } 2618 }
2600 }, 2619 },
2601 "servicePath": "bigquery/v2/", 2620 "servicePath": "bigquery/v2/",
2602 "title": "BigQuery API", 2621 "title": "BigQuery API",
2603 "version": "v2" 2622 "version": "v2"
2604 } 2623 }
OLDNEW
« no previous file with comments | « discovery/googleapis/appstate__v1.json ('k') | discovery/googleapis/calendar__v3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698