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

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

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 years, 9 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/plus/v1.dart ('k') | generated/googleapis/lib/qpxexpress/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.plusDomains.v1; 3 library googleapis.plusDomains.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 12 matching lines...) Expand all
23 /** View your circles and the people and pages in them */ 23 /** View your circles and the people and pages in them */
24 static const PlusCirclesReadScope = "https://www.googleapis.com/auth/plus.circ les.read"; 24 static const PlusCirclesReadScope = "https://www.googleapis.com/auth/plus.circ les.read";
25 25
26 /** 26 /**
27 * Manage your circles and add people and pages. People and pages you add to 27 * Manage your circles and add people and pages. People and pages you add to
28 * your circles will be notified. Others may see this information publicly. 28 * your circles will be notified. Others may see this information publicly.
29 * People you add to circles can use Hangouts with you. 29 * People you add to circles can use Hangouts with you.
30 */ 30 */
31 static const PlusCirclesWriteScope = "https://www.googleapis.com/auth/plus.cir cles.write"; 31 static const PlusCirclesWriteScope = "https://www.googleapis.com/auth/plus.cir cles.write";
32 32
33 /** Know your basic profile info and list of people in your circles. */ 33 /** Know the list of people in your circles, your age range, and language */
34 static const PlusLoginScope = "https://www.googleapis.com/auth/plus.login"; 34 static const PlusLoginScope = "https://www.googleapis.com/auth/plus.login";
35 35
36 /** Know who you are on Google */ 36 /** Know who you are on Google */
37 static const PlusMeScope = "https://www.googleapis.com/auth/plus.me"; 37 static const PlusMeScope = "https://www.googleapis.com/auth/plus.me";
38 38
39 /** Send your photos and videos to Google+ */ 39 /** Send your photos and videos to Google+ */
40 static const PlusMediaUploadScope = "https://www.googleapis.com/auth/plus.medi a.upload"; 40 static const PlusMediaUploadScope = "https://www.googleapis.com/auth/plus.medi a.upload";
41 41
42 /** View your own Google+ profile and profiles visible to you */ 42 /** View your own Google+ profile and profiles visible to you */
43 static const PlusProfilesReadScope = "https://www.googleapis.com/auth/plus.pro files.read"; 43 static const PlusProfilesReadScope = "https://www.googleapis.com/auth/plus.pro files.read";
(...skipping 4409 matching lines...) Expand 10 before | Expand all | Expand 10 after
4453 } 4453 }
4454 if (url != null) { 4454 if (url != null) {
4455 _json["url"] = url; 4455 _json["url"] = url;
4456 } 4456 }
4457 if (width != null) { 4457 if (width != null) {
4458 _json["width"] = width; 4458 _json["width"] = width;
4459 } 4459 }
4460 return _json; 4460 return _json;
4461 } 4461 }
4462 } 4462 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/plus/v1.dart ('k') | generated/googleapis/lib/qpxexpress/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698