| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |