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

Side by Side Diff: generated/googleapis/lib/fusiontables/v2.dart

Issue 2039113004: Api-roll 37: 2016-06-06 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 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
« no previous file with comments | « generated/googleapis/lib/firebaserules/v1.dart ('k') | generated/googleapis/lib/games/v1.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // This is a generated file (see the discoveryapis_generator project). 1 // This is a generated file (see the discoveryapis_generator project).
2 2
3 library googleapis.fusiontables.v2; 3 library googleapis.fusiontables.v2;
4 4
5 import 'dart:core' as core; 5 import 'dart:core' as core;
6 import 'dart:async' as async; 6 import 'dart:async' as async;
7 import 'dart:convert' as convert; 7 import 'dart:convert' as convert;
8 8
9 import 'package:_discoveryapis_commons/_discoveryapis_commons.dart' as commons; 9 import 'package:_discoveryapis_commons/_discoveryapis_commons.dart' as commons;
10 import 'package:http/http.dart' as http; 10 import 'package:http/http.dart' as http;
(...skipping 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 * DT_ISO_YEAR_MONTH_DAYfor example 2008-12-24 DT_ISO_YEAR_MONTH_DAY_TIMEfor 1922 * DT_ISO_YEAR_MONTH_DAYfor example 2008-12-24 DT_ISO_YEAR_MONTH_DAY_TIMEfor
1923 * example 2008-12-24 20:30:45 DT_MONTH_DAY_4_DIGIT_YEARfor example 12/24/2008 1923 * example 2008-12-24 20:30:45 DT_MONTH_DAY_4_DIGIT_YEARfor example 12/24/2008
1924 * DT_TIME_LONGfor example 8:30:45 PM UTC-6 DT_TIME_MEDIUMfor example 8:30:45 1924 * DT_TIME_LONGfor example 8:30:45 PM UTC-6 DT_TIME_MEDIUMfor example 8:30:45
1925 * PM DT_TIME_SHORTfor example 8:30 PM DT_YEAR_ONLYfor example 2008 1925 * PM DT_TIME_SHORTfor example 8:30 PM DT_YEAR_ONLYfor example 2008
1926 * HIGHLIGHT_UNTYPED_CELLSHighlight cell data that does not match the data 1926 * HIGHLIGHT_UNTYPED_CELLSHighlight cell data that does not match the data
1927 * type NONENo formatting (default) NUMBER_CURRENCYfor example $1234.56 1927 * type NONENo formatting (default) NUMBER_CURRENCYfor example $1234.56
1928 * NUMBER_DEFAULTfor example 1,234.56 NUMBER_INTEGERfor example 1235 1928 * NUMBER_DEFAULTfor example 1,234.56 NUMBER_INTEGERfor example 1235
1929 * NUMBER_NO_SEPARATORfor example 1234.56 NUMBER_PERCENTfor example 123,456% 1929 * NUMBER_NO_SEPARATORfor example 1234.56 NUMBER_PERCENTfor example 123,456%
1930 * NUMBER_SCIENTIFICfor example 1E3 STRING_EIGHT_LINE_IMAGEDisplays thumbnail 1930 * NUMBER_SCIENTIFICfor example 1E3 STRING_EIGHT_LINE_IMAGEDisplays thumbnail
1931 * images as tall as eight lines of text STRING_FOUR_LINE_IMAGEDisplays 1931 * images as tall as eight lines of text STRING_FOUR_LINE_IMAGEDisplays
1932 * thumbnail images as tall as four lines of text STRING_JSON_TEXTAllows JSON 1932 * thumbnail images as tall as four lines of text STRING_JSON_TEXTAllows
1933 * editing of text in UI STRING_LINKTreats cell as a link (must start with 1933 * editing of text as JSON in UI STRING_JSON_LISTAllows editing of text as a
1934 * http:// or https://) STRING_ONE_LINE_IMAGEDisplays thumbnail images as tall 1934 * JSON list in UI STRING_LINKTreats cell as a link (must start with http://
1935 * as one line of text STRING_VIDEO_OR_MAPDisplay a video or map thumbnail 1935 * or https://) STRING_ONE_LINE_IMAGEDisplays thumbnail images as tall as one
1936 * line of text STRING_VIDEO_OR_MAPDisplay a video or map thumbnail
1936 */ 1937 */
1937 core.String formatPattern; 1938 core.String formatPattern;
1938 /** 1939 /**
1939 * Column graph predicate. 1940 * Column graph predicate.
1940 * Used to map table to graph data model (subject,predicate,object) 1941 * Used to map table to graph data model (subject,predicate,object)
1941 * See W3C Graph-based Data Model. 1942 * See W3C Graph-based Data Model.
1942 */ 1943 */
1943 core.String graphPredicate; 1944 core.String graphPredicate;
1944 /** 1945 /**
1945 * The kind of item this is. For a column, this is always fusiontables#column. 1946 * The kind of item this is. For a column, this is always fusiontables#column.
(...skipping 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
3149 } 3150 }
3150 if (nextPageToken != null) { 3151 if (nextPageToken != null) {
3151 _json["nextPageToken"] = nextPageToken; 3152 _json["nextPageToken"] = nextPageToken;
3152 } 3153 }
3153 if (totalItems != null) { 3154 if (totalItems != null) {
3154 _json["totalItems"] = totalItems; 3155 _json["totalItems"] = totalItems;
3155 } 3156 }
3156 return _json; 3157 return _json;
3157 } 3158 }
3158 } 3159 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/firebaserules/v1.dart ('k') | generated/googleapis/lib/games/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698