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 dbda1ab8ae7f9a6f21e1f965ae8080f334315393..5fdf87d51977adee79ebadf6c1543820ab293cbe 100644 |
--- a/generated/googleapis/test/reseller/v1_test.dart |
+++ b/generated/googleapis/test/reseller/v1_test.dart |
@@ -169,14 +169,14 @@ checkRenewalSettings(api.RenewalSettings o) { |
buildCounterRenewalSettings--; |
} |
-buildUnnamed2393() { |
+buildUnnamed2429() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2393(core.List<core.String> o) { |
+checkUnnamed2429(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')); |
@@ -187,7 +187,7 @@ buildResellernotifyGetwatchdetailsResponse() { |
var o = new api.ResellernotifyGetwatchdetailsResponse(); |
buildCounterResellernotifyGetwatchdetailsResponse++; |
if (buildCounterResellernotifyGetwatchdetailsResponse < 3) { |
- o.serviceAccountEmailAddresses = buildUnnamed2393(); |
+ o.serviceAccountEmailAddresses = buildUnnamed2429(); |
o.topicName = "foo"; |
} |
buildCounterResellernotifyGetwatchdetailsResponse--; |
@@ -197,7 +197,7 @@ buildResellernotifyGetwatchdetailsResponse() { |
checkResellernotifyGetwatchdetailsResponse(api.ResellernotifyGetwatchdetailsResponse o) { |
buildCounterResellernotifyGetwatchdetailsResponse++; |
if (buildCounterResellernotifyGetwatchdetailsResponse < 3) { |
- checkUnnamed2393(o.serviceAccountEmailAddresses); |
+ checkUnnamed2429(o.serviceAccountEmailAddresses); |
unittest.expect(o.topicName, unittest.equals('foo')); |
} |
buildCounterResellernotifyGetwatchdetailsResponse--; |
@@ -291,14 +291,14 @@ checkSubscriptionPlan(api.SubscriptionPlan o) { |
buildCounterSubscriptionPlan--; |
} |
-buildUnnamed2394() { |
+buildUnnamed2430() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2394(core.List<core.String> o) { |
+checkUnnamed2430(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')); |
@@ -366,7 +366,7 @@ buildSubscription() { |
o.skuName = "foo"; |
o.status = "foo"; |
o.subscriptionId = "foo"; |
- o.suspensionReasons = buildUnnamed2394(); |
+ o.suspensionReasons = buildUnnamed2430(); |
o.transferInfo = buildSubscriptionTransferInfo(); |
o.trialSettings = buildSubscriptionTrialSettings(); |
} |
@@ -392,21 +392,21 @@ checkSubscription(api.Subscription o) { |
unittest.expect(o.skuName, unittest.equals('foo')); |
unittest.expect(o.status, unittest.equals('foo')); |
unittest.expect(o.subscriptionId, unittest.equals('foo')); |
- checkUnnamed2394(o.suspensionReasons); |
+ checkUnnamed2430(o.suspensionReasons); |
checkSubscriptionTransferInfo(o.transferInfo); |
checkSubscriptionTrialSettings(o.trialSettings); |
} |
buildCounterSubscription--; |
} |
-buildUnnamed2395() { |
+buildUnnamed2431() { |
var o = new core.List<api.Subscription>(); |
o.add(buildSubscription()); |
o.add(buildSubscription()); |
return o; |
} |
-checkUnnamed2395(core.List<api.Subscription> o) { |
+checkUnnamed2431(core.List<api.Subscription> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSubscription(o[0]); |
checkSubscription(o[1]); |
@@ -419,7 +419,7 @@ buildSubscriptions() { |
if (buildCounterSubscriptions < 3) { |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
- o.subscriptions = buildUnnamed2395(); |
+ o.subscriptions = buildUnnamed2431(); |
} |
buildCounterSubscriptions--; |
return o; |
@@ -430,7 +430,7 @@ checkSubscriptions(api.Subscriptions o) { |
if (buildCounterSubscriptions < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2395(o.subscriptions); |
+ checkUnnamed2431(o.subscriptions); |
} |
buildCounterSubscriptions--; |
} |