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

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

Issue 2973303002: Api-Roll 51: 2017-07-10 (Closed)
Patch Set: Created 3 years, 5 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/xfev3idTZInfGXDI1oj7ZvFNmzU\"", 35 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/PuNtnNg1WyrTVM4-fWu4Qm0QKgM\"",
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": "20170604", 949 "revision": "20170622",
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 1688 matching lines...) Expand 10 before | Expand all | Expand 10 after
2648 "additionalProperties": { 2648 "additionalProperties": {
2649 "type": "string" 2649 "type": "string"
2650 }, 2650 },
2651 "description": "[Experimental] The labels associ ated with this table. You can use these to organize and group your tables.", 2651 "description": "[Experimental] The labels associ ated with this table. You can use these to organize and group your tables.",
2652 "type": "object" 2652 "type": "object"
2653 }, 2653 },
2654 "tableReference": { 2654 "tableReference": {
2655 "$ref": "TableReference", 2655 "$ref": "TableReference",
2656 "description": "A reference uniquely identifying the table." 2656 "description": "A reference uniquely identifying the table."
2657 }, 2657 },
2658 "timePartitioning": {
2659 "$ref": "TimePartitioning",
2660 "description": "[Experimental] The time-based pa rtitioning for this table."
2661 },
2658 "type": { 2662 "type": {
2659 "description": "The type of table. Possible valu es are: TABLE, VIEW.", 2663 "description": "The type of table. Possible valu es are: TABLE, VIEW.",
2660 "type": "string" 2664 "type": "string"
2661 }, 2665 },
2662 "view": { 2666 "view": {
2663 "description": "Additional details for a view.", 2667 "description": "Additional details for a view.",
2664 "properties": { 2668 "properties": {
2665 "useLegacySql": { 2669 "useLegacySql": {
2666 "description": "True if view is defined in legacy SQL dialect, false if in standard SQL.", 2670 "description": "True if view is defined in legacy SQL dialect, false if in standard SQL.",
2667 "type": "boolean" 2671 "type": "boolean"
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
2789 "type": "array" 2793 "type": "array"
2790 } 2794 }
2791 }, 2795 },
2792 "type": "object" 2796 "type": "object"
2793 } 2797 }
2794 }, 2798 },
2795 "servicePath": "bigquery/v2/", 2799 "servicePath": "bigquery/v2/",
2796 "title": "BigQuery API", 2800 "title": "BigQuery API",
2797 "version": "v2" 2801 "version": "v2"
2798 } 2802 }
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