OLD | NEW |
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 Loading... |
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": "\"tbys6C40o18GZwyMen5GMkdK-3s/8QZR0WZ1-NVsTgfIYMT8jh3XhtQ\"", | 35 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/2pbHVnKgRBtlI769YwDOp1uiQ0w\"", |
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 Loading... |
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": "20170114", | 939 "revision": "20170224", |
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 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1532 "type": "boolean" | 1532 "type": "boolean" |
1533 }, | 1533 }, |
1534 "extract": { | 1534 "extract": { |
1535 "$ref": "JobConfigurationExtract", | 1535 "$ref": "JobConfigurationExtract", |
1536 "description": "[Pick one] Configures an extract job." | 1536 "description": "[Pick one] Configures an extract job." |
1537 }, | 1537 }, |
1538 "labels": { | 1538 "labels": { |
1539 "additionalProperties": { | 1539 "additionalProperties": { |
1540 "type": "string" | 1540 "type": "string" |
1541 }, | 1541 }, |
1542 "description": "[Experimental] The labels associated with th
is job. You can use these to organize and group your jobs. Label keys and values
can be no longer than 63 characters, can only contain letters, numeric characte
rs, underscores and dashes. International characters are allowed. Label values a
re optional. Label keys must start with a letter and must be unique within a dat
aset. Both keys and values are additionally constrained to be <= 128 bytes in si
ze.", | 1542 "description": "[Experimental] The labels associated with th
is job. You can use these to organize and group your jobs. Label keys and values
can be no longer than 63 characters, can only contain lowercase letters, numeri
c characters, underscores and dashes. International characters are allowed. Labe
l values are optional. Label keys must start with a letter and each label in the
list must have a different key.", |
1543 "type": "object" | 1543 "type": "object" |
1544 }, | 1544 }, |
1545 "load": { | 1545 "load": { |
1546 "$ref": "JobConfigurationLoad", | 1546 "$ref": "JobConfigurationLoad", |
1547 "description": "[Pick one] Configures a load job." | 1547 "description": "[Pick one] Configures a load job." |
1548 }, | 1548 }, |
1549 "query": { | 1549 "query": { |
1550 "$ref": "JobConfigurationQuery", | 1550 "$ref": "JobConfigurationQuery", |
1551 "description": "[Pick one] Configures a query job." | 1551 "description": "[Pick one] Configures a query job." |
1552 } | 1552 } |
(...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2394 }, | 2394 }, |
2395 "kind": { | 2395 "kind": { |
2396 "default": "bigquery#table", | 2396 "default": "bigquery#table", |
2397 "description": "[Output-only] The type of the resource.", | 2397 "description": "[Output-only] The type of the resource.", |
2398 "type": "string" | 2398 "type": "string" |
2399 }, | 2399 }, |
2400 "labels": { | 2400 "labels": { |
2401 "additionalProperties": { | 2401 "additionalProperties": { |
2402 "type": "string" | 2402 "type": "string" |
2403 }, | 2403 }, |
2404 "description": "[Experimental] The labels associated with th
is table. You can use these to organize and group your tables. Label keys and va
lues can be no longer than 63 characters, can only contain letters, numeric char
acters, underscores and dashes. International characters are allowed. Label valu
es are optional. Label keys must start with a letter and must be unique within a
dataset. Both keys and values are additionally constrained to be <= 128 bytes i
n size.", | 2404 "description": "[Experimental] The labels associated with th
is table. You can use these to organize and group your tables. Label keys and va
lues can be no longer than 63 characters, can only contain lowercase letters, nu
meric characters, underscores and dashes. International characters are allowed.
Label values are optional. Label keys must start with a letter and each label in
the list must have a different key.", |
2405 "type": "object" | 2405 "type": "object" |
2406 }, | 2406 }, |
2407 "lastModifiedTime": { | 2407 "lastModifiedTime": { |
2408 "description": "[Output-only] The time when this table was l
ast modified, in milliseconds since the epoch.", | 2408 "description": "[Output-only] The time when this table was l
ast modified, in milliseconds since the epoch.", |
2409 "format": "uint64", | 2409 "format": "uint64", |
2410 "type": "string" | 2410 "type": "string" |
2411 }, | 2411 }, |
2412 "location": { | 2412 "location": { |
2413 "description": "[Output-only] The geographic location where
the table resides. This value is inherited from the dataset.", | 2413 "description": "[Output-only] The geographic location where
the table resides. This value is inherited from the dataset.", |
2414 "type": "string" | 2414 "type": "string" |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2640 "description": "[Experimental] The labels associ
ated with this table. You can use these to organize and group your tables.", | 2640 "description": "[Experimental] The labels associ
ated with this table. You can use these to organize and group your tables.", |
2641 "type": "object" | 2641 "type": "object" |
2642 }, | 2642 }, |
2643 "tableReference": { | 2643 "tableReference": { |
2644 "$ref": "TableReference", | 2644 "$ref": "TableReference", |
2645 "description": "A reference uniquely identifying
the table." | 2645 "description": "A reference uniquely identifying
the table." |
2646 }, | 2646 }, |
2647 "type": { | 2647 "type": { |
2648 "description": "The type of table. Possible valu
es are: TABLE, VIEW.", | 2648 "description": "The type of table. Possible valu
es are: TABLE, VIEW.", |
2649 "type": "string" | 2649 "type": "string" |
| 2650 }, |
| 2651 "view": { |
| 2652 "description": "Additional details for a view.", |
| 2653 "properties": { |
| 2654 "useLegacySql": { |
| 2655 "description": "True if view is defined
in legacy SQL dialect, false if in standard SQL.", |
| 2656 "type": "boolean" |
| 2657 } |
| 2658 }, |
| 2659 "type": "object" |
2650 } | 2660 } |
2651 }, | 2661 }, |
2652 "type": "object" | 2662 "type": "object" |
2653 }, | 2663 }, |
2654 "type": "array" | 2664 "type": "array" |
2655 }, | 2665 }, |
2656 "totalItems": { | 2666 "totalItems": { |
2657 "description": "The total number of tables in the dataset.", | 2667 "description": "The total number of tables in the dataset.", |
2658 "format": "int32", | 2668 "format": "int32", |
2659 "type": "integer" | 2669 "type": "integer" |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2768 "type": "array" | 2778 "type": "array" |
2769 } | 2779 } |
2770 }, | 2780 }, |
2771 "type": "object" | 2781 "type": "object" |
2772 } | 2782 } |
2773 }, | 2783 }, |
2774 "servicePath": "bigquery/v2/", | 2784 "servicePath": "bigquery/v2/", |
2775 "title": "BigQuery API", | 2785 "title": "BigQuery API", |
2776 "version": "v2" | 2786 "version": "v2" |
2777 } | 2787 } |
OLD | NEW |