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

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

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 5 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
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.drive.v2; 3 library googleapis.drive.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_1; 7 import 'dart:convert' as convert_1;
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 3799 matching lines...) Expand 10 before | Expand all | Expand 10 after
3810 */ 3810 */
3811 core.String quotaBytesUsedAggregate; 3811 core.String quotaBytesUsedAggregate;
3812 /** The number of quota bytes used by trashed items. */ 3812 /** The number of quota bytes used by trashed items. */
3813 core.String quotaBytesUsedInTrash; 3813 core.String quotaBytesUsedInTrash;
3814 /** 3814 /**
3815 * The type of the user's storage quota. Possible values are: 3815 * The type of the user's storage quota. Possible values are:
3816 * - LIMITED 3816 * - LIMITED
3817 * - UNLIMITED 3817 * - UNLIMITED
3818 */ 3818 */
3819 core.String quotaType; 3819 core.String quotaType;
3820 /** The number of remaining change ids. */ 3820 /** The number of remaining change ids, limited to no more than 2500. */
3821 core.String remainingChangeIds; 3821 core.String remainingChangeIds;
3822 /** The id of the root folder. */ 3822 /** The id of the root folder. */
3823 core.String rootFolderId; 3823 core.String rootFolderId;
3824 /** A link back to this item. */ 3824 /** A link back to this item. */
3825 core.String selfLink; 3825 core.String selfLink;
3826 /** The authenticated user. */ 3826 /** The authenticated user. */
3827 User user; 3827 User user;
3828 3828
3829 About(); 3829 About();
3830 3830
(...skipping 3056 matching lines...) Expand 10 before | Expand all | Expand 10 after
6887 } 6887 }
6888 if (permissionId != null) { 6888 if (permissionId != null) {
6889 _json["permissionId"] = permissionId; 6889 _json["permissionId"] = permissionId;
6890 } 6890 }
6891 if (picture != null) { 6891 if (picture != null) {
6892 _json["picture"] = (picture).toJson(); 6892 _json["picture"] = (picture).toJson();
6893 } 6893 }
6894 return _json; 6894 return _json;
6895 } 6895 }
6896 } 6896 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/doubleclickbidmanager/v1.dart ('k') | generated/googleapis/lib/firebaserules/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698