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

Side by Side Diff: generated/googleapis/lib/adexchangeseller/v2_0.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
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.adexchangeseller.v2_0; 3 library googleapis.adexchangeseller.v2_0;
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;
11 11
12 export 'package:_discoveryapis_commons/_discoveryapis_commons.dart' show 12 export 'package:_discoveryapis_commons/_discoveryapis_commons.dart' show
13 ApiRequestError, DetailedApiRequestError, Media, UploadOptions, 13 ApiRequestError, DetailedApiRequestError, Media, UploadOptions,
14 ResumableUploadOptions, DownloadOptions, PartialDownloadOptions, 14 ResumableUploadOptions, DownloadOptions, PartialDownloadOptions,
15 ByteRange; 15 ByteRange;
16 16
17 const core.String USER_AGENT = 'dart-api-client adexchangeseller/v2.0'; 17 const core.String USER_AGENT = 'dart-api-client adexchangeseller/v2.0';
18 18
19 /** 19 /**
20 * Gives Ad Exchange seller users access to their inventory and the ability to 20 * Accesses the inventory of Ad Exchange seller users and generates reports.
21 * generate reports
22 */ 21 */
23 class AdexchangesellerApi { 22 class AdexchangesellerApi {
24 /** View and manage your Ad Exchange data */ 23 /** View and manage your Ad Exchange data */
25 static const AdexchangeSellerScope = "https://www.googleapis.com/auth/adexchan ge.seller"; 24 static const AdexchangeSellerScope = "https://www.googleapis.com/auth/adexchan ge.seller";
26 25
27 /** View your Ad Exchange data */ 26 /** View your Ad Exchange data */
28 static const AdexchangeSellerReadonlyScope = "https://www.googleapis.com/auth/ adexchange.seller.readonly"; 27 static const AdexchangeSellerReadonlyScope = "https://www.googleapis.com/auth/ adexchange.seller.readonly";
29 28
30 29
31 final commons.ApiRequester _requester; 30 final commons.ApiRequester _requester;
(...skipping 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after
1876 } 1875 }
1877 if (kind != null) { 1876 if (kind != null) {
1878 _json["kind"] = kind; 1877 _json["kind"] = kind;
1879 } 1878 }
1880 if (nextPageToken != null) { 1879 if (nextPageToken != null) {
1881 _json["nextPageToken"] = nextPageToken; 1880 _json["nextPageToken"] = nextPageToken;
1882 } 1881 }
1883 return _json; 1882 return _json;
1884 } 1883 }
1885 } 1884 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/adexchangeseller/v1_1.dart ('k') | generated/googleapis/lib/admin/directory_v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698