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

Unified Diff: generated/googleapis/test/adexchangebuyer/v1_4_test.dart

Issue 2649893002: Api-roll 44: 2017-01-23 (Closed)
Patch Set: Created 3 years, 11 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/pubspec.yaml ('k') | generated/googleapis/test/admin/directory_v1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/test/adexchangebuyer/v1_4_test.dart
diff --git a/generated/googleapis/test/adexchangebuyer/v1_4_test.dart b/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
index d7e07d43e31a2d97d57f7a72911bf704fd0abc23..b1b0b216fe2167ef17ad2597e0d85fc4a455a520 100644
--- a/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
+++ b/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
@@ -2596,6 +2596,7 @@ buildPretargetingConfig() {
o.isActive = true;
o.kind = "foo";
o.languages = buildUnnamed1875();
+ o.minimumViewabilityDecile = 42;
o.mobileCarriers = buildUnnamed1876();
o.mobileDevices = buildUnnamed1877();
o.mobileOperatingSystemVersions = buildUnnamed1878();
@@ -2629,6 +2630,7 @@ checkPretargetingConfig(api.PretargetingConfig o) {
unittest.expect(o.isActive, unittest.isTrue);
unittest.expect(o.kind, unittest.equals('foo'));
checkUnnamed1875(o.languages);
+ unittest.expect(o.minimumViewabilityDecile, unittest.equals(42));
checkUnnamed1876(o.mobileCarriers);
checkUnnamed1877(o.mobileDevices);
checkUnnamed1878(o.mobileOperatingSystemVersions);
@@ -2802,6 +2804,7 @@ buildProduct() {
o.labels = buildUnnamed1889();
o.lastUpdateTimeMs = "foo";
o.legacyOfferId = "foo";
+ o.marketplacePublisherProfileId = "foo";
o.name = "foo";
o.privateAuctionId = "foo";
o.productId = "foo";
@@ -2833,6 +2836,7 @@ checkProduct(api.Product o) {
checkUnnamed1889(o.labels);
unittest.expect(o.lastUpdateTimeMs, unittest.equals('foo'));
unittest.expect(o.legacyOfferId, unittest.equals('foo'));
+ unittest.expect(o.marketplacePublisherProfileId, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
unittest.expect(o.privateAuctionId, unittest.equals('foo'));
unittest.expect(o.productId, unittest.equals('foo'));
« no previous file with comments | « generated/googleapis/pubspec.yaml ('k') | generated/googleapis/test/admin/directory_v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698