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

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

Issue 1296863002: Api-roll 22: 2015-08-17 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 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": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/r06f0hHpX4mVebOueiwIFm0vurA\"", 35 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/ovkdPsOHcZEpYM40IgRvTc9GjXY\"",
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 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 "$ref": "Table" 926 "$ref": "Table"
927 }, 927 },
928 "scopes": [ 928 "scopes": [
929 "https://www.googleapis.com/auth/bigquery", 929 "https://www.googleapis.com/auth/bigquery",
930 "https://www.googleapis.com/auth/cloud-platform" 930 "https://www.googleapis.com/auth/cloud-platform"
931 ] 931 ]
932 } 932 }
933 } 933 }
934 } 934 }
935 }, 935 },
936 "revision": "20150723", 936 "revision": "20150811",
937 "rootUrl": "https://www.googleapis.com/", 937 "rootUrl": "https://www.googleapis.com/",
938 "schemas": { 938 "schemas": {
939 "CsvOptions": { 939 "CsvOptions": {
940 "id": "CsvOptions", 940 "id": "CsvOptions",
941 "properties": { 941 "properties": {
942 "allowJaggedRows": { 942 "allowJaggedRows": {
943 "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.", 943 "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.",
944 "type": "boolean" 944 "type": "boolean"
945 }, 945 },
946 "allowQuotedNewlines": { 946 "allowQuotedNewlines": {
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 }, 1185 },
1186 "type": "object" 1186 "type": "object"
1187 }, 1187 },
1188 "GetQueryResultsResponse": { 1188 "GetQueryResultsResponse": {
1189 "id": "GetQueryResultsResponse", 1189 "id": "GetQueryResultsResponse",
1190 "properties": { 1190 "properties": {
1191 "cacheHit": { 1191 "cacheHit": {
1192 "description": "Whether the query result was fetched from th e query cache.", 1192 "description": "Whether the query result was fetched from th e query cache.",
1193 "type": "boolean" 1193 "type": "boolean"
1194 }, 1194 },
1195 "errors": {
1196 "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.",
1197 "items": {
1198 "$ref": "ErrorProto"
1199 },
1200 "type": "array"
1201 },
1195 "etag": { 1202 "etag": {
1196 "description": "A hash of this response.", 1203 "description": "A hash of this response.",
1197 "type": "string" 1204 "type": "string"
1198 }, 1205 },
1199 "jobComplete": { 1206 "jobComplete": {
1200 "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.", 1207 "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.",
1201 "type": "boolean" 1208 "type": "boolean"
1202 }, 1209 },
1203 "jobReference": { 1210 "jobReference": {
1204 "$ref": "JobReference", 1211 "$ref": "JobReference",
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
1890 }, 1897 },
1891 "type": "object" 1898 "type": "object"
1892 }, 1899 },
1893 "QueryResponse": { 1900 "QueryResponse": {
1894 "id": "QueryResponse", 1901 "id": "QueryResponse",
1895 "properties": { 1902 "properties": {
1896 "cacheHit": { 1903 "cacheHit": {
1897 "description": "Whether the query result was fetched from th e query cache.", 1904 "description": "Whether the query result was fetched from th e query cache.",
1898 "type": "boolean" 1905 "type": "boolean"
1899 }, 1906 },
1907 "errors": {
1908 "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.",
1909 "items": {
1910 "$ref": "ErrorProto"
1911 },
1912 "type": "array"
1913 },
1900 "jobComplete": { 1914 "jobComplete": {
1901 "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.", 1915 "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.",
1902 "type": "boolean" 1916 "type": "boolean"
1903 }, 1917 },
1904 "jobReference": { 1918 "jobReference": {
1905 "$ref": "JobReference", 1919 "$ref": "JobReference",
1906 "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)." 1920 "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)."
1907 }, 1921 },
1908 "kind": { 1922 "kind": {
1909 "default": "bigquery#queryResponse", 1923 "default": "bigquery#queryResponse",
(...skipping 21 matching lines...) Expand all
1931 "type": "string" 1945 "type": "string"
1932 }, 1946 },
1933 "totalRows": { 1947 "totalRows": {
1934 "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.", 1948 "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.",
1935 "format": "uint64", 1949 "format": "uint64",
1936 "type": "string" 1950 "type": "string"
1937 } 1951 }
1938 }, 1952 },
1939 "type": "object" 1953 "type": "object"
1940 }, 1954 },
1955 "Streamingbuffer": {
1956 "id": "Streamingbuffer",
1957 "properties": {
1958 "estimatedBytes": {
1959 "description": "[Output-only] A lower-bound estimate of the number of bytes currently in the streaming buffer.",
1960 "format": "uint64",
1961 "type": "string"
1962 },
1963 "estimatedRows": {
1964 "description": "[Output-only] A lower-bound estimate of the number of rows currently in the streaming buffer.",
1965 "format": "uint64",
1966 "type": "string"
1967 },
1968 "oldestEntryTime": {
1969 "description": "[Output-only] Contains the timestamp of the oldest entry in the streaming buffer, in milliseconds since the epoch, if the st reaming buffer is available.",
1970 "format": "uint64",
1971 "type": "string"
1972 }
1973 },
1974 "type": "object"
1975 },
1941 "Table": { 1976 "Table": {
1942 "id": "Table", 1977 "id": "Table",
1943 "properties": { 1978 "properties": {
1944 "creationTime": { 1979 "creationTime": {
1945 "description": "[Output-only] The time when this table was c reated, in milliseconds since the epoch.", 1980 "description": "[Output-only] The time when this table was c reated, in milliseconds since the epoch.",
1946 "format": "int64", 1981 "format": "int64",
1947 "type": "string" 1982 "type": "string"
1948 }, 1983 },
1949 "description": { 1984 "description": {
1950 "description": "[Optional] A user-friendly description of th is table.", 1985 "description": "[Optional] A user-friendly description of th is table.",
(...skipping 28 matching lines...) Expand all
1979 "lastModifiedTime": { 2014 "lastModifiedTime": {
1980 "description": "[Output-only] The time when this table was l ast modified, in milliseconds since the epoch.", 2015 "description": "[Output-only] The time when this table was l ast modified, in milliseconds since the epoch.",
1981 "format": "uint64", 2016 "format": "uint64",
1982 "type": "string" 2017 "type": "string"
1983 }, 2018 },
1984 "location": { 2019 "location": {
1985 "description": "[Output-only] The geographic location where the table resides. This value is inherited from the dataset.", 2020 "description": "[Output-only] The geographic location where the table resides. This value is inherited from the dataset.",
1986 "type": "string" 2021 "type": "string"
1987 }, 2022 },
1988 "numBytes": { 2023 "numBytes": {
1989 "description": "[Output-only] The size of the table in bytes . This property is unavailable for tables that are actively receiving streaming inserts.", 2024 "description": "[Output-only] The size of this table in byte s, excluding any data in the streaming buffer.",
1990 "format": "int64", 2025 "format": "int64",
1991 "type": "string" 2026 "type": "string"
1992 }, 2027 },
1993 "numRows": { 2028 "numRows": {
1994 "description": "[Output-only] The number of rows of data in this table. This property is unavailable for tables that are actively receiving streaming inserts.", 2029 "description": "[Output-only] The number of rows of data in this table, excluding any data in the streaming buffer.",
1995 "format": "uint64", 2030 "format": "uint64",
1996 "type": "string" 2031 "type": "string"
1997 }, 2032 },
1998 "schema": { 2033 "schema": {
1999 "$ref": "TableSchema", 2034 "$ref": "TableSchema",
2000 "description": "[Optional] Describes the schema of this tabl e." 2035 "description": "[Optional] Describes the schema of this tabl e."
2001 }, 2036 },
2002 "selfLink": { 2037 "selfLink": {
2003 "description": "[Output-only] A URL that can be used to acce ss this resource again.", 2038 "description": "[Output-only] A URL that can be used to acce ss this resource again.",
2004 "type": "string" 2039 "type": "string"
2005 }, 2040 },
2041 "streamingBuffer": {
2042 "$ref": "Streamingbuffer",
2043 "description": "[Output-only] Contains information regarding this table's streaming buffer, if one is present. This field will be absent if the table is not being streamed to or if there is no data in the streaming buffe r."
2044 },
2006 "tableReference": { 2045 "tableReference": {
2007 "$ref": "TableReference", 2046 "$ref": "TableReference",
2008 "description": "[Required] Reference describing the ID of th is table." 2047 "description": "[Required] Reference describing the ID of th is table."
2009 }, 2048 },
2010 "type": { 2049 "type": {
2011 "description": "[Output-only] Describes the table type. The following values are supported: TABLE: A normal BigQuery table. VIEW: A virtual table defined by a SQL query. The default value is TABLE.", 2050 "description": "[Output-only] Describes the table type. The following values are supported: TABLE: A normal BigQuery table. VIEW: A virtual table defined by a SQL query. The default value is TABLE.",
2012 "type": "string" 2051 "type": "string"
2013 }, 2052 },
2014 "view": { 2053 "view": {
2015 "$ref": "ViewDefinition", 2054 "$ref": "ViewDefinition",
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
2290 "type": "string" 2329 "type": "string"
2291 } 2330 }
2292 }, 2331 },
2293 "type": "object" 2332 "type": "object"
2294 } 2333 }
2295 }, 2334 },
2296 "servicePath": "bigquery/v2/", 2335 "servicePath": "bigquery/v2/",
2297 "title": "BigQuery API", 2336 "title": "BigQuery API",
2298 "version": "v2" 2337 "version": "v2"
2299 } 2338 }
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