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

Side by Side Diff: generated/googleapis/lib/youtube/v3.dart

Issue 2226653002: Api-roll 40: 2016-08-08 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Addressed review comments Created 4 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/storage/v1.dart ('k') | generated/googleapis/pubspec.yaml » ('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.youtube.v3; 3 library googleapis.youtube.v3;
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 9551 matching lines...) Expand 10 before | Expand all | Expand 10 after
9562 * - "fsk18" 9562 * - "fsk18"
9563 * - "fsk6" 9563 * - "fsk6"
9564 * - "fskUnrated" 9564 * - "fskUnrated"
9565 */ 9565 */
9566 core.String fskRating; 9566 core.String fskRating;
9567 /** 9567 /**
9568 * The video's rating in Greece. 9568 * The video's rating in Greece.
9569 * Possible string values are: 9569 * Possible string values are:
9570 * - "grfilmE" 9570 * - "grfilmE"
9571 * - "grfilmK" 9571 * - "grfilmK"
9572 * - "grfilmK12"
9572 * - "grfilmK13" 9573 * - "grfilmK13"
9574 * - "grfilmK15"
9573 * - "grfilmK17" 9575 * - "grfilmK17"
9576 * - "grfilmK18"
9574 * - "grfilmUnrated" 9577 * - "grfilmUnrated"
9575 */ 9578 */
9576 core.String grfilmRating; 9579 core.String grfilmRating;
9577 /** 9580 /**
9578 * The video's Instituto de la Cinematografía y de las Artes Audiovisuales 9581 * The video's Instituto de la Cinematografía y de las Artes Audiovisuales
9579 * (ICAA - Spain) rating. 9582 * (ICAA - Spain) rating.
9580 * Possible string values are: 9583 * Possible string values are:
9581 * - "icaa12" 9584 * - "icaa12"
9582 * - "icaa13" 9585 * - "icaa13"
9583 * - "icaa16" 9586 * - "icaa16"
(...skipping 8514 matching lines...) Expand 10 before | Expand all | Expand 10 after
18098 } 18101 }
18099 if (featuredPlaylistId != null) { 18102 if (featuredPlaylistId != null) {
18100 _json["featuredPlaylistId"] = featuredPlaylistId; 18103 _json["featuredPlaylistId"] = featuredPlaylistId;
18101 } 18104 }
18102 if (textColor != null) { 18105 if (textColor != null) {
18103 _json["textColor"] = textColor; 18106 _json["textColor"] = textColor;
18104 } 18107 }
18105 return _json; 18108 return _json;
18106 } 18109 }
18107 } 18110 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/storage/v1.dart ('k') | generated/googleapis/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698