Index: generated/googleapis/test/siteverification/v1_test.dart |
diff --git a/generated/googleapis/test/siteverification/v1_test.dart b/generated/googleapis/test/siteverification/v1_test.dart |
index 0d331ff9dc50e8543ad1e7abdac386f9f81f35f2..582e788081641d06711d112dcafad7703f0d2983 100644 |
--- a/generated/googleapis/test/siteverification/v1_test.dart |
+++ b/generated/googleapis/test/siteverification/v1_test.dart |
@@ -114,14 +114,14 @@ checkSiteVerificationWebResourceGettokenResponse(api.SiteVerificationWebResource |
buildCounterSiteVerificationWebResourceGettokenResponse--; |
} |
-buildUnnamed190() { |
+buildUnnamed161() { |
var o = new core.List<api.SiteVerificationWebResourceResource>(); |
o.add(buildSiteVerificationWebResourceResource()); |
o.add(buildSiteVerificationWebResourceResource()); |
return o; |
} |
-checkUnnamed190(core.List<api.SiteVerificationWebResourceResource> o) { |
+checkUnnamed161(core.List<api.SiteVerificationWebResourceResource> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSiteVerificationWebResourceResource(o[0]); |
checkSiteVerificationWebResourceResource(o[1]); |
@@ -132,7 +132,7 @@ buildSiteVerificationWebResourceListResponse() { |
var o = new api.SiteVerificationWebResourceListResponse(); |
buildCounterSiteVerificationWebResourceListResponse++; |
if (buildCounterSiteVerificationWebResourceListResponse < 3) { |
- o.items = buildUnnamed190(); |
+ o.items = buildUnnamed161(); |
} |
buildCounterSiteVerificationWebResourceListResponse--; |
return o; |
@@ -141,19 +141,19 @@ buildSiteVerificationWebResourceListResponse() { |
checkSiteVerificationWebResourceListResponse(api.SiteVerificationWebResourceListResponse o) { |
buildCounterSiteVerificationWebResourceListResponse++; |
if (buildCounterSiteVerificationWebResourceListResponse < 3) { |
- checkUnnamed190(o.items); |
+ checkUnnamed161(o.items); |
} |
buildCounterSiteVerificationWebResourceListResponse--; |
} |
-buildUnnamed191() { |
+buildUnnamed162() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed191(core.List<core.String> o) { |
+checkUnnamed162(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')); |
@@ -186,7 +186,7 @@ buildSiteVerificationWebResourceResource() { |
buildCounterSiteVerificationWebResourceResource++; |
if (buildCounterSiteVerificationWebResourceResource < 3) { |
o.id = "foo"; |
- o.owners = buildUnnamed191(); |
+ o.owners = buildUnnamed162(); |
o.site = buildSiteVerificationWebResourceResourceSite(); |
} |
buildCounterSiteVerificationWebResourceResource--; |
@@ -197,7 +197,7 @@ checkSiteVerificationWebResourceResource(api.SiteVerificationWebResourceResource |
buildCounterSiteVerificationWebResourceResource++; |
if (buildCounterSiteVerificationWebResourceResource < 3) { |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed191(o.owners); |
+ checkUnnamed162(o.owners); |
checkSiteVerificationWebResourceResourceSite(o.site); |
} |
buildCounterSiteVerificationWebResourceResource--; |