| Index: generated/googleapis/test/webmasters/v3_test.dart
|
| diff --git a/generated/googleapis/test/webmasters/v3_test.dart b/generated/googleapis/test/webmasters/v3_test.dart
|
| index 63d5a8591bdc3bdf85d8ae0e8e46c3bf5ec0d7ce..b3ba86682b4deab3b96905de14d3ff3d51965ad2 100644
|
| --- a/generated/googleapis/test/webmasters/v3_test.dart
|
| +++ b/generated/googleapis/test/webmasters/v3_test.dart
|
| @@ -16,14 +16,14 @@ import 'package:googleapis/webmasters/v3.dart' as api;
|
|
|
|
|
|
|
| -buildUnnamed1128() {
|
| +buildUnnamed404() {
|
| var o = new core.List<api.WmxSitemap>();
|
| o.add(buildWmxSitemap());
|
| o.add(buildWmxSitemap());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1128(core.List<api.WmxSitemap> o) {
|
| +checkUnnamed404(core.List<api.WmxSitemap> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkWmxSitemap(o[0]);
|
| checkWmxSitemap(o[1]);
|
| @@ -34,7 +34,7 @@ buildSitemapsListResponse() {
|
| var o = new api.SitemapsListResponse();
|
| buildCounterSitemapsListResponse++;
|
| if (buildCounterSitemapsListResponse < 3) {
|
| - o.sitemap = buildUnnamed1128();
|
| + o.sitemap = buildUnnamed404();
|
| }
|
| buildCounterSitemapsListResponse--;
|
| return o;
|
| @@ -43,19 +43,19 @@ buildSitemapsListResponse() {
|
| checkSitemapsListResponse(api.SitemapsListResponse o) {
|
| buildCounterSitemapsListResponse++;
|
| if (buildCounterSitemapsListResponse < 3) {
|
| - checkUnnamed1128(o.sitemap);
|
| + checkUnnamed404(o.sitemap);
|
| }
|
| buildCounterSitemapsListResponse--;
|
| }
|
|
|
| -buildUnnamed1129() {
|
| +buildUnnamed405() {
|
| var o = new core.List<api.WmxSite>();
|
| o.add(buildWmxSite());
|
| o.add(buildWmxSite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1129(core.List<api.WmxSite> o) {
|
| +checkUnnamed405(core.List<api.WmxSite> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkWmxSite(o[0]);
|
| checkWmxSite(o[1]);
|
| @@ -66,7 +66,7 @@ buildSitesListResponse() {
|
| var o = new api.SitesListResponse();
|
| buildCounterSitesListResponse++;
|
| if (buildCounterSitesListResponse < 3) {
|
| - o.siteEntry = buildUnnamed1129();
|
| + o.siteEntry = buildUnnamed405();
|
| }
|
| buildCounterSitesListResponse--;
|
| return o;
|
| @@ -75,7 +75,7 @@ buildSitesListResponse() {
|
| checkSitesListResponse(api.SitesListResponse o) {
|
| buildCounterSitesListResponse++;
|
| if (buildCounterSitesListResponse < 3) {
|
| - checkUnnamed1129(o.siteEntry);
|
| + checkUnnamed405(o.siteEntry);
|
| }
|
| buildCounterSitesListResponse--;
|
| }
|
| @@ -101,14 +101,14 @@ checkUrlCrawlErrorCount(api.UrlCrawlErrorCount o) {
|
| buildCounterUrlCrawlErrorCount--;
|
| }
|
|
|
| -buildUnnamed1130() {
|
| +buildUnnamed406() {
|
| var o = new core.List<api.UrlCrawlErrorCount>();
|
| o.add(buildUrlCrawlErrorCount());
|
| o.add(buildUrlCrawlErrorCount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1130(core.List<api.UrlCrawlErrorCount> o) {
|
| +checkUnnamed406(core.List<api.UrlCrawlErrorCount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlCrawlErrorCount(o[0]);
|
| checkUrlCrawlErrorCount(o[1]);
|
| @@ -120,7 +120,7 @@ buildUrlCrawlErrorCountsPerType() {
|
| buildCounterUrlCrawlErrorCountsPerType++;
|
| if (buildCounterUrlCrawlErrorCountsPerType < 3) {
|
| o.category = "foo";
|
| - o.entries = buildUnnamed1130();
|
| + o.entries = buildUnnamed406();
|
| o.platform = "foo";
|
| }
|
| buildCounterUrlCrawlErrorCountsPerType--;
|
| @@ -131,20 +131,20 @@ checkUrlCrawlErrorCountsPerType(api.UrlCrawlErrorCountsPerType o) {
|
| buildCounterUrlCrawlErrorCountsPerType++;
|
| if (buildCounterUrlCrawlErrorCountsPerType < 3) {
|
| unittest.expect(o.category, unittest.equals('foo'));
|
| - checkUnnamed1130(o.entries);
|
| + checkUnnamed406(o.entries);
|
| unittest.expect(o.platform, unittest.equals('foo'));
|
| }
|
| buildCounterUrlCrawlErrorCountsPerType--;
|
| }
|
|
|
| -buildUnnamed1131() {
|
| +buildUnnamed407() {
|
| var o = new core.List<api.UrlCrawlErrorCountsPerType>();
|
| o.add(buildUrlCrawlErrorCountsPerType());
|
| o.add(buildUrlCrawlErrorCountsPerType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1131(core.List<api.UrlCrawlErrorCountsPerType> o) {
|
| +checkUnnamed407(core.List<api.UrlCrawlErrorCountsPerType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlCrawlErrorCountsPerType(o[0]);
|
| checkUrlCrawlErrorCountsPerType(o[1]);
|
| @@ -155,7 +155,7 @@ buildUrlCrawlErrorsCountsQueryResponse() {
|
| var o = new api.UrlCrawlErrorsCountsQueryResponse();
|
| buildCounterUrlCrawlErrorsCountsQueryResponse++;
|
| if (buildCounterUrlCrawlErrorsCountsQueryResponse < 3) {
|
| - o.countPerTypes = buildUnnamed1131();
|
| + o.countPerTypes = buildUnnamed407();
|
| }
|
| buildCounterUrlCrawlErrorsCountsQueryResponse--;
|
| return o;
|
| @@ -164,7 +164,7 @@ buildUrlCrawlErrorsCountsQueryResponse() {
|
| checkUrlCrawlErrorsCountsQueryResponse(api.UrlCrawlErrorsCountsQueryResponse o) {
|
| buildCounterUrlCrawlErrorsCountsQueryResponse++;
|
| if (buildCounterUrlCrawlErrorsCountsQueryResponse < 3) {
|
| - checkUnnamed1131(o.countPerTypes);
|
| + checkUnnamed407(o.countPerTypes);
|
| }
|
| buildCounterUrlCrawlErrorsCountsQueryResponse--;
|
| }
|
| @@ -196,14 +196,14 @@ checkUrlCrawlErrorsSample(api.UrlCrawlErrorsSample o) {
|
| buildCounterUrlCrawlErrorsSample--;
|
| }
|
|
|
| -buildUnnamed1132() {
|
| +buildUnnamed408() {
|
| var o = new core.List<api.UrlCrawlErrorsSample>();
|
| o.add(buildUrlCrawlErrorsSample());
|
| o.add(buildUrlCrawlErrorsSample());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1132(core.List<api.UrlCrawlErrorsSample> o) {
|
| +checkUnnamed408(core.List<api.UrlCrawlErrorsSample> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlCrawlErrorsSample(o[0]);
|
| checkUrlCrawlErrorsSample(o[1]);
|
| @@ -214,7 +214,7 @@ buildUrlCrawlErrorsSamplesListResponse() {
|
| var o = new api.UrlCrawlErrorsSamplesListResponse();
|
| buildCounterUrlCrawlErrorsSamplesListResponse++;
|
| if (buildCounterUrlCrawlErrorsSamplesListResponse < 3) {
|
| - o.urlCrawlErrorSample = buildUnnamed1132();
|
| + o.urlCrawlErrorSample = buildUnnamed408();
|
| }
|
| buildCounterUrlCrawlErrorsSamplesListResponse--;
|
| return o;
|
| @@ -223,32 +223,32 @@ buildUrlCrawlErrorsSamplesListResponse() {
|
| checkUrlCrawlErrorsSamplesListResponse(api.UrlCrawlErrorsSamplesListResponse o) {
|
| buildCounterUrlCrawlErrorsSamplesListResponse++;
|
| if (buildCounterUrlCrawlErrorsSamplesListResponse < 3) {
|
| - checkUnnamed1132(o.urlCrawlErrorSample);
|
| + checkUnnamed408(o.urlCrawlErrorSample);
|
| }
|
| buildCounterUrlCrawlErrorsSamplesListResponse--;
|
| }
|
|
|
| -buildUnnamed1133() {
|
| +buildUnnamed409() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1133(core.List<core.String> o) {
|
| +checkUnnamed409(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'));
|
| }
|
|
|
| -buildUnnamed1134() {
|
| +buildUnnamed410() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1134(core.List<core.String> o) {
|
| +checkUnnamed410(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'));
|
| @@ -259,8 +259,8 @@ buildUrlSampleDetails() {
|
| var o = new api.UrlSampleDetails();
|
| buildCounterUrlSampleDetails++;
|
| if (buildCounterUrlSampleDetails < 3) {
|
| - o.containingSitemaps = buildUnnamed1133();
|
| - o.linkedFromUrls = buildUnnamed1134();
|
| + o.containingSitemaps = buildUnnamed409();
|
| + o.linkedFromUrls = buildUnnamed410();
|
| }
|
| buildCounterUrlSampleDetails--;
|
| return o;
|
| @@ -269,8 +269,8 @@ buildUrlSampleDetails() {
|
| checkUrlSampleDetails(api.UrlSampleDetails o) {
|
| buildCounterUrlSampleDetails++;
|
| if (buildCounterUrlSampleDetails < 3) {
|
| - checkUnnamed1133(o.containingSitemaps);
|
| - checkUnnamed1134(o.linkedFromUrls);
|
| + checkUnnamed409(o.containingSitemaps);
|
| + checkUnnamed410(o.linkedFromUrls);
|
| }
|
| buildCounterUrlSampleDetails--;
|
| }
|
| @@ -296,14 +296,14 @@ checkWmxSite(api.WmxSite o) {
|
| buildCounterWmxSite--;
|
| }
|
|
|
| -buildUnnamed1135() {
|
| +buildUnnamed411() {
|
| var o = new core.List<api.WmxSitemapContent>();
|
| o.add(buildWmxSitemapContent());
|
| o.add(buildWmxSitemapContent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1135(core.List<api.WmxSitemapContent> o) {
|
| +checkUnnamed411(core.List<api.WmxSitemapContent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkWmxSitemapContent(o[0]);
|
| checkWmxSitemapContent(o[1]);
|
| @@ -314,7 +314,7 @@ buildWmxSitemap() {
|
| var o = new api.WmxSitemap();
|
| buildCounterWmxSitemap++;
|
| if (buildCounterWmxSitemap < 3) {
|
| - o.contents = buildUnnamed1135();
|
| + o.contents = buildUnnamed411();
|
| o.errors = "foo";
|
| o.isPending = true;
|
| o.isSitemapsIndex = true;
|
| @@ -331,7 +331,7 @@ buildWmxSitemap() {
|
| checkWmxSitemap(api.WmxSitemap o) {
|
| buildCounterWmxSitemap++;
|
| if (buildCounterWmxSitemap < 3) {
|
| - checkUnnamed1135(o.contents);
|
| + checkUnnamed411(o.contents);
|
| unittest.expect(o.errors, unittest.equals('foo'));
|
| unittest.expect(o.isPending, unittest.isTrue);
|
| unittest.expect(o.isSitemapsIndex, unittest.isTrue);
|
|
|