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

Side by Side Diff: generated/googleapis/lib/slides/v1.dart

Issue 3003493002: Api-Roll 53: 2017-08-21 (Closed)
Patch Set: Created 3 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 | « generated/googleapis/lib/sheets/v4.dart ('k') | generated/googleapis/lib/spanner/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.slides.v1; 3 library googleapis.slides.v1;
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 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 * first 3 list nesting levels. 818 * first 3 list nesting levels.
819 * - "BULLET_DIAMONDX_ARROW3D_SQUARE" : A bulleted list with a `DIAMONDX`, 819 * - "BULLET_DIAMONDX_ARROW3D_SQUARE" : A bulleted list with a `DIAMONDX`,
820 * `ARROW3D` and `SQUARE` bullet glyph for 820 * `ARROW3D` and `SQUARE` bullet glyph for
821 * the first 3 list nesting levels. 821 * the first 3 list nesting levels.
822 * - "BULLET_CHECKBOX" : A bulleted list with `CHECKBOX` bullet glyphs for all 822 * - "BULLET_CHECKBOX" : A bulleted list with `CHECKBOX` bullet glyphs for all
823 * list nesting levels. 823 * list nesting levels.
824 * - "BULLET_ARROW_DIAMOND_DISC" : A bulleted list with a `ARROW`, `DIAMOND` 824 * - "BULLET_ARROW_DIAMOND_DISC" : A bulleted list with a `ARROW`, `DIAMOND`
825 * and `DISC` bullet glyph for 825 * and `DISC` bullet glyph for
826 * the first 3 list nesting levels. 826 * the first 3 list nesting levels.
827 * - "BULLET_STAR_CIRCLE_SQUARE" : A bulleted list with a `STAR`, `CIRCLE` and 827 * - "BULLET_STAR_CIRCLE_SQUARE" : A bulleted list with a `STAR`, `CIRCLE` and
828 * `DISC` bullet glyph for 828 * `SQUARE` bullet glyph for
829 * the first 3 list nesting levels. 829 * the first 3 list nesting levels.
830 * - "BULLET_ARROW3D_CIRCLE_SQUARE" : A bulleted list with a `ARROW3D`, 830 * - "BULLET_ARROW3D_CIRCLE_SQUARE" : A bulleted list with a `ARROW3D`,
831 * `CIRCLE` and `SQUARE` bullet glyph for 831 * `CIRCLE` and `SQUARE` bullet glyph for
832 * the first 3 list nesting levels. 832 * the first 3 list nesting levels.
833 * - "BULLET_LEFTTRIANGLE_DIAMOND_DISC" : A bulleted list with a 833 * - "BULLET_LEFTTRIANGLE_DIAMOND_DISC" : A bulleted list with a
834 * `LEFTTRIANGLE`, `DIAMOND` and `DISC` bullet glyph 834 * `LEFTTRIANGLE`, `DIAMOND` and `DISC` bullet glyph
835 * for the first 3 list nesting levels. 835 * for the first 3 list nesting levels.
836 * - "BULLET_DIAMONDX_HOLLOWDIAMOND_SQUARE" : A bulleted list with a 836 * - "BULLET_DIAMONDX_HOLLOWDIAMOND_SQUARE" : A bulleted list with a
837 * `DIAMONDX`, `HOLLOWDIAMOND` and `SQUARE` bullet 837 * `DIAMONDX`, `HOLLOWDIAMOND` and `SQUARE` bullet
838 * glyph for the first 3 list nesting levels. 838 * glyph for the first 3 list nesting levels.
(...skipping 6459 matching lines...) Expand 10 before | Expand all | Expand 10 after
7298 } 7298 }
7299 7299
7300 core.Map<core.String, core.Object> toJson() { 7300 core.Map<core.String, core.Object> toJson() {
7301 final core.Map<core.String, core.Object> _json = new core.Map<core.String, c ore.Object>(); 7301 final core.Map<core.String, core.Object> _json = new core.Map<core.String, c ore.Object>();
7302 if (requiredRevisionId != null) { 7302 if (requiredRevisionId != null) {
7303 _json["requiredRevisionId"] = requiredRevisionId; 7303 _json["requiredRevisionId"] = requiredRevisionId;
7304 } 7304 }
7305 return _json; 7305 return _json;
7306 } 7306 }
7307 } 7307 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/sheets/v4.dart ('k') | generated/googleapis/lib/spanner/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698