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 a8fee17a73f923ce81844fdc91c276b387a42277..4fe13e268085161add658ee89b2fbb5982608e1d 100644 |
--- a/generated/googleapis/test/siteverification/v1_test.dart |
+++ b/generated/googleapis/test/siteverification/v1_test.dart |
@@ -79,14 +79,14 @@ checkSiteVerificationWebResourceGettokenResponse(api.SiteVerificationWebResource |
buildCounterSiteVerificationWebResourceGettokenResponse--; |
} |
-buildUnnamed1314() { |
+buildUnnamed1328() { |
var o = new core.List<api.SiteVerificationWebResourceResource>(); |
o.add(buildSiteVerificationWebResourceResource()); |
o.add(buildSiteVerificationWebResourceResource()); |
return o; |
} |
-checkUnnamed1314(core.List<api.SiteVerificationWebResourceResource> o) { |
+checkUnnamed1328(core.List<api.SiteVerificationWebResourceResource> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSiteVerificationWebResourceResource(o[0]); |
checkSiteVerificationWebResourceResource(o[1]); |
@@ -97,7 +97,7 @@ buildSiteVerificationWebResourceListResponse() { |
var o = new api.SiteVerificationWebResourceListResponse(); |
buildCounterSiteVerificationWebResourceListResponse++; |
if (buildCounterSiteVerificationWebResourceListResponse < 3) { |
- o.items = buildUnnamed1314(); |
+ o.items = buildUnnamed1328(); |
} |
buildCounterSiteVerificationWebResourceListResponse--; |
return o; |
@@ -106,19 +106,19 @@ buildSiteVerificationWebResourceListResponse() { |
checkSiteVerificationWebResourceListResponse(api.SiteVerificationWebResourceListResponse o) { |
buildCounterSiteVerificationWebResourceListResponse++; |
if (buildCounterSiteVerificationWebResourceListResponse < 3) { |
- checkUnnamed1314(o.items); |
+ checkUnnamed1328(o.items); |
} |
buildCounterSiteVerificationWebResourceListResponse--; |
} |
-buildUnnamed1315() { |
+buildUnnamed1329() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1315(core.List<core.String> o) { |
+checkUnnamed1329(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')); |
@@ -151,7 +151,7 @@ buildSiteVerificationWebResourceResource() { |
buildCounterSiteVerificationWebResourceResource++; |
if (buildCounterSiteVerificationWebResourceResource < 3) { |
o.id = "foo"; |
- o.owners = buildUnnamed1315(); |
+ o.owners = buildUnnamed1329(); |
o.site = buildSiteVerificationWebResourceResourceSite(); |
} |
buildCounterSiteVerificationWebResourceResource--; |
@@ -162,7 +162,7 @@ checkSiteVerificationWebResourceResource(api.SiteVerificationWebResourceResource |
buildCounterSiteVerificationWebResourceResource++; |
if (buildCounterSiteVerificationWebResourceResource < 3) { |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed1315(o.owners); |
+ checkUnnamed1329(o.owners); |
checkSiteVerificationWebResourceResourceSite(o.site); |
} |
buildCounterSiteVerificationWebResourceResource--; |