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

Unified Diff: generated/googleapis/lib/adsense/v1_4.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis/lib/admin/datatransfer_v1.dart ('k') | generated/googleapis/lib/adsensehost/v4_1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/adsense/v1_4.dart
diff --git a/generated/googleapis/lib/adsense/v1_4.dart b/generated/googleapis/lib/adsense/v1_4.dart
index 6d7963fdf07d723049ee959ccb2bcfe27814988f..a0df011a8d4a3e14cdf2aaaf4051c3d5f576701b 100644
--- a/generated/googleapis/lib/adsense/v1_4.dart
+++ b/generated/googleapis/lib/adsense/v1_4.dart
@@ -17,8 +17,7 @@ export 'package:_discoveryapis_commons/_discoveryapis_commons.dart' show
const core.String USER_AGENT = 'dart-api-client adsense/v1.4';
/**
- * Gives AdSense publishers access to their inventory and the ability to
- * generate reports
+ * Accesses AdSense publishers' inventory and generates performance reports.
*/
class AdsenseApi {
/** View and manage your AdSense data */
@@ -2482,11 +2481,6 @@ class Accounts {
class AdClient {
/** Whether this ad client is opted in to ARC. */
core.bool arcOptIn;
- /**
- * ARC review mode this ad client is in. Empty if the client is not opted in
- * to ARC. Possible values: POST_REVIEW, AUTOMATIC_PRE_REVIEW.
- */
- core.String arcReviewMode;
/** Unique identifier of this ad client. */
core.String id;
/** Kind of resource this is, in this case adsense#adClient. */
@@ -2505,9 +2499,6 @@ class AdClient {
if (_json.containsKey("arcOptIn")) {
arcOptIn = _json["arcOptIn"];
}
- if (_json.containsKey("arcReviewMode")) {
- arcReviewMode = _json["arcReviewMode"];
- }
if (_json.containsKey("id")) {
id = _json["id"];
}
@@ -2527,9 +2518,6 @@ class AdClient {
if (arcOptIn != null) {
_json["arcOptIn"] = arcOptIn;
}
- if (arcReviewMode != null) {
- _json["arcReviewMode"] = arcReviewMode;
- }
if (id != null) {
_json["id"] = id;
}
« no previous file with comments | « generated/googleapis/lib/admin/datatransfer_v1.dart ('k') | generated/googleapis/lib/adsensehost/v4_1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698