Index: generated/googleapis/test/cloudbilling/v1_test.dart |
diff --git a/generated/googleapis/test/cloudbilling/v1_test.dart b/generated/googleapis/test/cloudbilling/v1_test.dart |
index 94fdfc1a2d48f9d33bcbcd8fff58b5b5921454b5..36b53e5a14c36c8cba522cecded9aa811069ee53 100644 |
--- a/generated/googleapis/test/cloudbilling/v1_test.dart |
+++ b/generated/googleapis/test/cloudbilling/v1_test.dart |
@@ -74,14 +74,14 @@ checkBillingAccount(api.BillingAccount o) { |
buildCounterBillingAccount--; |
} |
-buildUnnamed39() { |
+buildUnnamed105() { |
var o = new core.List<api.BillingAccount>(); |
o.add(buildBillingAccount()); |
o.add(buildBillingAccount()); |
return o; |
} |
-checkUnnamed39(core.List<api.BillingAccount> o) { |
+checkUnnamed105(core.List<api.BillingAccount> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkBillingAccount(o[0]); |
checkBillingAccount(o[1]); |
@@ -92,7 +92,7 @@ buildListBillingAccountsResponse() { |
var o = new api.ListBillingAccountsResponse(); |
buildCounterListBillingAccountsResponse++; |
if (buildCounterListBillingAccountsResponse < 3) { |
- o.billingAccounts = buildUnnamed39(); |
+ o.billingAccounts = buildUnnamed105(); |
o.nextPageToken = "foo"; |
} |
buildCounterListBillingAccountsResponse--; |
@@ -102,20 +102,20 @@ buildListBillingAccountsResponse() { |
checkListBillingAccountsResponse(api.ListBillingAccountsResponse o) { |
buildCounterListBillingAccountsResponse++; |
if (buildCounterListBillingAccountsResponse < 3) { |
- checkUnnamed39(o.billingAccounts); |
+ checkUnnamed105(o.billingAccounts); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListBillingAccountsResponse--; |
} |
-buildUnnamed40() { |
+buildUnnamed106() { |
var o = new core.List<api.ProjectBillingInfo>(); |
o.add(buildProjectBillingInfo()); |
o.add(buildProjectBillingInfo()); |
return o; |
} |
-checkUnnamed40(core.List<api.ProjectBillingInfo> o) { |
+checkUnnamed106(core.List<api.ProjectBillingInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProjectBillingInfo(o[0]); |
checkProjectBillingInfo(o[1]); |
@@ -127,7 +127,7 @@ buildListProjectBillingInfoResponse() { |
buildCounterListProjectBillingInfoResponse++; |
if (buildCounterListProjectBillingInfoResponse < 3) { |
o.nextPageToken = "foo"; |
- o.projectBillingInfo = buildUnnamed40(); |
+ o.projectBillingInfo = buildUnnamed106(); |
} |
buildCounterListProjectBillingInfoResponse--; |
return o; |
@@ -137,7 +137,7 @@ checkListProjectBillingInfoResponse(api.ListProjectBillingInfoResponse o) { |
buildCounterListProjectBillingInfoResponse++; |
if (buildCounterListProjectBillingInfoResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed40(o.projectBillingInfo); |
+ checkUnnamed106(o.projectBillingInfo); |
} |
buildCounterListProjectBillingInfoResponse--; |
} |