| Index: generated/googleapis/test/reseller/v1_test.dart
 | 
| diff --git a/generated/googleapis/test/reseller/v1_test.dart b/generated/googleapis/test/reseller/v1_test.dart
 | 
| index 99394b7f78071793c837766d8bc0c4b43375d292..2ca20c9b5d059125365090a8ab623cb4afcde05c 100644
 | 
| --- a/generated/googleapis/test/reseller/v1_test.dart
 | 
| +++ b/generated/googleapis/test/reseller/v1_test.dart
 | 
| @@ -234,14 +234,14 @@ checkSubscriptionPlan(api.SubscriptionPlan o) {
 | 
|    buildCounterSubscriptionPlan--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2079() {
 | 
| +buildUnnamed1784() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2079(core.List<core.String> o) {
 | 
| +checkUnnamed1784(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -306,7 +306,7 @@ buildSubscription() {
 | 
|      o.skuId = "foo";
 | 
|      o.status = "foo";
 | 
|      o.subscriptionId = "foo";
 | 
| -    o.suspensionReasons = buildUnnamed2079();
 | 
| +    o.suspensionReasons = buildUnnamed1784();
 | 
|      o.transferInfo = buildSubscriptionTransferInfo();
 | 
|      o.trialSettings = buildSubscriptionTrialSettings();
 | 
|    }
 | 
| @@ -329,21 +329,21 @@ checkSubscription(api.Subscription o) {
 | 
|      unittest.expect(o.skuId, unittest.equals('foo'));
 | 
|      unittest.expect(o.status, unittest.equals('foo'));
 | 
|      unittest.expect(o.subscriptionId, unittest.equals('foo'));
 | 
| -    checkUnnamed2079(o.suspensionReasons);
 | 
| +    checkUnnamed1784(o.suspensionReasons);
 | 
|      checkSubscriptionTransferInfo(o.transferInfo);
 | 
|      checkSubscriptionTrialSettings(o.trialSettings);
 | 
|    }
 | 
|    buildCounterSubscription--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed2080() {
 | 
| +buildUnnamed1785() {
 | 
|    var o = new core.List<api.Subscription>();
 | 
|    o.add(buildSubscription());
 | 
|    o.add(buildSubscription());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed2080(core.List<api.Subscription> o) {
 | 
| +checkUnnamed1785(core.List<api.Subscription> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkSubscription(o[0]);
 | 
|    checkSubscription(o[1]);
 | 
| @@ -356,7 +356,7 @@ buildSubscriptions() {
 | 
|    if (buildCounterSubscriptions < 3) {
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.subscriptions = buildUnnamed2080();
 | 
| +    o.subscriptions = buildUnnamed1785();
 | 
|    }
 | 
|    buildCounterSubscriptions--;
 | 
|    return o;
 | 
| @@ -367,7 +367,7 @@ checkSubscriptions(api.Subscriptions o) {
 | 
|    if (buildCounterSubscriptions < 3) {
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed2080(o.subscriptions);
 | 
| +    checkUnnamed1785(o.subscriptions);
 | 
|    }
 | 
|    buildCounterSubscriptions--;
 | 
|  }
 | 
| 
 |