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

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

Issue 2936613002: Api-Roll 50: 2017-06-12 (Closed)
Patch Set: Created 3 years, 6 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
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": "\"YWOzh2SDasdU84ArJnpYek-OMdg/g_G3eD_OgD8-ScdUNw6NbiklXmE\"", 35 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/xfev3idTZInfGXDI1oj7ZvFNmzU\"",
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 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 "$ref": "Table" 939 "$ref": "Table"
940 }, 940 },
941 "scopes": [ 941 "scopes": [
942 "https://www.googleapis.com/auth/bigquery", 942 "https://www.googleapis.com/auth/bigquery",
943 "https://www.googleapis.com/auth/cloud-platform" 943 "https://www.googleapis.com/auth/cloud-platform"
944 ] 944 ]
945 } 945 }
946 } 946 }
947 } 947 }
948 }, 948 },
949 "revision": "20170511", 949 "revision": "20170604",
950 "rootUrl": "https://www.googleapis.com/", 950 "rootUrl": "https://www.googleapis.com/",
951 "schemas": { 951 "schemas": {
952 "BigtableColumn": { 952 "BigtableColumn": {
953 "id": "BigtableColumn", 953 "id": "BigtableColumn",
954 "properties": { 954 "properties": {
955 "encoding": { 955 "encoding": {
956 "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.", 956 "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.",
957 "type": "string" 957 "type": "string"
958 }, 958 },
959 "fieldName": { 959 "fieldName": {
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1398 "type": "object" 1398 "type": "object"
1399 }, 1399 },
1400 "GetQueryResultsResponse": { 1400 "GetQueryResultsResponse": {
1401 "id": "GetQueryResultsResponse", 1401 "id": "GetQueryResultsResponse",
1402 "properties": { 1402 "properties": {
1403 "cacheHit": { 1403 "cacheHit": {
1404 "description": "Whether the query result was fetched from th e query cache.", 1404 "description": "Whether the query result was fetched from th e query cache.",
1405 "type": "boolean" 1405 "type": "boolean"
1406 }, 1406 },
1407 "errors": { 1407 "errors": {
1408 "description": "[Output-only] All errors and warnings encoun tered during the running of the job. Errors here do not necessarily mean that th e job has completed or was unsuccessful.", 1408 "description": "[Output-only] The first errors or warnings e ncountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean t hat the job has completed or was unsuccessful.",
1409 "items": { 1409 "items": {
1410 "$ref": "ErrorProto" 1410 "$ref": "ErrorProto"
1411 }, 1411 },
1412 "type": "array" 1412 "type": "array"
1413 }, 1413 },
1414 "etag": { 1414 "etag": {
1415 "description": "A hash of this response.", 1415 "description": "A hash of this response.",
1416 "type": "string" 1416 "type": "string"
1417 }, 1417 },
1418 "jobComplete": { 1418 "jobComplete": {
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
1698 "type": "string" 1698 "type": "string"
1699 } 1699 }
1700 }, 1700 },
1701 "type": "object" 1701 "type": "object"
1702 }, 1702 },
1703 "JobConfigurationQuery": { 1703 "JobConfigurationQuery": {
1704 "id": "JobConfigurationQuery", 1704 "id": "JobConfigurationQuery",
1705 "properties": { 1705 "properties": {
1706 "allowLargeResults": { 1706 "allowLargeResults": {
1707 "default": "false", 1707 "default": "false",
1708 "description": "[Optional] If true and query uses legacy SQL dialect, allows the query to produce arbitrarily large result tables at a sligh t cost in performance. Requires destinationTable to be set. For standard SQL que ries, this flag is ignored and large results are always allowed.", 1708 "description": "[Optional] If true and query uses legacy SQL dialect, allows the query to produce arbitrarily large result tables at a sligh t cost in performance. Requires destinationTable to be set. For standard SQL que ries, this flag is ignored and large results are always allowed. However, you mu st still set destinationTable when result size exceeds the allowed maximum respo nse size.",
1709 "type": "boolean" 1709 "type": "boolean"
1710 }, 1710 },
1711 "createDisposition": { 1711 "createDisposition": {
1712 "description": "[Optional] Specifies whether the job is allo wed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a 'notFound' error is returned in the job r esult. The default value is CREATE_IF_NEEDED. Creation, truncation and append ac tions occur as one atomic update upon job completion.", 1712 "description": "[Optional] Specifies whether the job is allo wed to create new tables. The following values are supported: CREATE_IF_NEEDED: If the table does not exist, BigQuery creates the table. CREATE_NEVER: The table must already exist. If it does not, a 'notFound' error is returned in the job r esult. The default value is CREATE_IF_NEEDED. Creation, truncation and append ac tions occur as one atomic update upon job completion.",
1713 "type": "string" 1713 "type": "string"
1714 }, 1714 },
1715 "defaultDataset": { 1715 "defaultDataset": {
1716 "$ref": "DatasetReference", 1716 "$ref": "DatasetReference",
1717 "description": "[Optional] Specifies the default dataset to use for unqualified table names in the query." 1717 "description": "[Optional] Specifies the default dataset to use for unqualified table names in the query."
1718 }, 1718 },
1719 "destinationTable": { 1719 "destinationTable": {
1720 "$ref": "TableReference", 1720 "$ref": "TableReference",
1721 "description": "[Optional] Describes the table where the que ry results should be stored. If not present, a new table will be created to stor e the results." 1721 "description": "[Optional] Describes the table where the que ry results should be stored. If not present, a new table will be created to stor e the results. This property must be set for large results that exceed the maxim um response size."
1722 }, 1722 },
1723 "flattenResults": { 1723 "flattenResults": {
1724 "default": "true", 1724 "default": "true",
1725 "description": "[Optional] If true and query uses legacy SQL dialect, flattens all nested and repeated fields in the query results. allowLar geResults must be true if this is set to false. For standard SQL queries, this f lag is ignored and results are never flattened.", 1725 "description": "[Optional] If true and query uses legacy SQL dialect, flattens all nested and repeated fields in the query results. allowLar geResults must be true if this is set to false. For standard SQL queries, this f lag is ignored and results are never flattened.",
1726 "type": "boolean" 1726 "type": "boolean"
1727 }, 1727 },
1728 "maximumBillingTier": { 1728 "maximumBillingTier": {
1729 "default": "1", 1729 "default": "1",
1730 "description": "[Optional] Limits the billing tier for this job. Queries that have resource usage beyond this tier will fail (without incurr ing a charge). If unspecified, this will be set to your project default.", 1730 "description": "[Optional] Limits the billing tier for this job. Queries that have resource usage beyond this tier will fail (without incurr ing a charge). If unspecified, this will be set to your project default.",
1731 "format": "int32", 1731 "format": "int32",
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
2052 "type": "object" 2052 "type": "object"
2053 }, 2053 },
2054 "JobStatus": { 2054 "JobStatus": {
2055 "id": "JobStatus", 2055 "id": "JobStatus",
2056 "properties": { 2056 "properties": {
2057 "errorResult": { 2057 "errorResult": {
2058 "$ref": "ErrorProto", 2058 "$ref": "ErrorProto",
2059 "description": "[Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful." 2059 "description": "[Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful."
2060 }, 2060 },
2061 "errors": { 2061 "errors": {
2062 "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.", 2062 "description": "[Output-only] The first errors encountered d uring the running of the job. The final message includes the number of errors th at caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful.",
2063 "items": { 2063 "items": {
2064 "$ref": "ErrorProto" 2064 "$ref": "ErrorProto"
2065 }, 2065 },
2066 "type": "array" 2066 "type": "array"
2067 }, 2067 },
2068 "state": { 2068 "state": {
2069 "description": "[Output-only] Running state of the job.", 2069 "description": "[Output-only] Running state of the job.",
2070 "type": "string" 2070 "type": "string"
2071 } 2071 }
2072 }, 2072 },
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
2290 "type": "object" 2290 "type": "object"
2291 }, 2291 },
2292 "QueryResponse": { 2292 "QueryResponse": {
2293 "id": "QueryResponse", 2293 "id": "QueryResponse",
2294 "properties": { 2294 "properties": {
2295 "cacheHit": { 2295 "cacheHit": {
2296 "description": "Whether the query result was fetched from th e query cache.", 2296 "description": "Whether the query result was fetched from th e query cache.",
2297 "type": "boolean" 2297 "type": "boolean"
2298 }, 2298 },
2299 "errors": { 2299 "errors": {
2300 "description": "[Output-only] All errors and warnings encoun tered during the running of the job. Errors here do not necessarily mean that th e job has completed or was unsuccessful.", 2300 "description": "[Output-only] The first errors or warnings e ncountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean t hat the job has completed or was unsuccessful.",
2301 "items": { 2301 "items": {
2302 "$ref": "ErrorProto" 2302 "$ref": "ErrorProto"
2303 }, 2303 },
2304 "type": "array" 2304 "type": "array"
2305 }, 2305 },
2306 "jobComplete": { 2306 "jobComplete": {
2307 "description": "Whether the query has completed or not. If r ows or totalRows are present, this will always be true. If this is false, totalR ows will not be available.", 2307 "description": "Whether the query has completed or not. If r ows or totalRows are present, this will always be true. If this is false, totalR ows will not be available.",
2308 "type": "boolean" 2308 "type": "boolean"
2309 }, 2309 },
2310 "jobReference": { 2310 "jobReference": {
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
2579 "format": "int64", 2579 "format": "int64",
2580 "type": "string" 2580 "type": "string"
2581 } 2581 }
2582 }, 2582 },
2583 "type": "object" 2583 "type": "object"
2584 }, 2584 },
2585 "TableFieldSchema": { 2585 "TableFieldSchema": {
2586 "id": "TableFieldSchema", 2586 "id": "TableFieldSchema",
2587 "properties": { 2587 "properties": {
2588 "description": { 2588 "description": {
2589 "description": "[Optional] The field description. The maximu m length is 512 characters.", 2589 "description": "[Optional] The field description. The maximu m length is 1,024 characters.",
2590 "type": "string" 2590 "type": "string"
2591 }, 2591 },
2592 "fields": { 2592 "fields": {
2593 "description": "[Optional] Describes the nested schema field s if the type property is set to RECORD.", 2593 "description": "[Optional] Describes the nested schema field s if the type property is set to RECORD.",
2594 "items": { 2594 "items": {
2595 "$ref": "TableFieldSchema" 2595 "$ref": "TableFieldSchema"
2596 }, 2596 },
2597 "type": "array" 2597 "type": "array"
2598 }, 2598 },
2599 "mode": { 2599 "mode": {
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
2789 "type": "array" 2789 "type": "array"
2790 } 2790 }
2791 }, 2791 },
2792 "type": "object" 2792 "type": "object"
2793 } 2793 }
2794 }, 2794 },
2795 "servicePath": "bigquery/v2/", 2795 "servicePath": "bigquery/v2/",
2796 "title": "BigQuery API", 2796 "title": "BigQuery API",
2797 "version": "v2" 2797 "version": "v2"
2798 } 2798 }
OLDNEW
« no previous file with comments | « discovery/googleapis/appstate__v1.json ('k') | discovery/googleapis/bigquerydatatransfer__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698