| 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 6d719c1a25a60b3521740906af54aa9796c25199..7cc648a7e74b394aea002db62904ae8d116a6c06 100644
|
| --- a/generated/googleapis/test/webmasters/v3_test.dart
|
| +++ b/generated/googleapis/test/webmasters/v3_test.dart
|
| @@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed611() {
|
| +buildUnnamed686() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed611(core.List<core.String> o) {
|
| +checkUnnamed686(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'));
|
| @@ -72,7 +72,7 @@ buildApiDataRow() {
|
| o.clicks = 42.0;
|
| o.ctr = 42.0;
|
| o.impressions = 42.0;
|
| - o.keys = buildUnnamed611();
|
| + o.keys = buildUnnamed686();
|
| o.position = 42.0;
|
| }
|
| buildCounterApiDataRow--;
|
| @@ -85,7 +85,7 @@ checkApiDataRow(api.ApiDataRow o) {
|
| unittest.expect(o.clicks, unittest.equals(42.0));
|
| unittest.expect(o.ctr, unittest.equals(42.0));
|
| unittest.expect(o.impressions, unittest.equals(42.0));
|
| - checkUnnamed611(o.keys);
|
| + checkUnnamed686(o.keys);
|
| unittest.expect(o.position, unittest.equals(42.0));
|
| }
|
| buildCounterApiDataRow--;
|
| @@ -114,14 +114,14 @@ checkApiDimensionFilter(api.ApiDimensionFilter o) {
|
| buildCounterApiDimensionFilter--;
|
| }
|
|
|
| -buildUnnamed612() {
|
| +buildUnnamed687() {
|
| var o = new core.List<api.ApiDimensionFilter>();
|
| o.add(buildApiDimensionFilter());
|
| o.add(buildApiDimensionFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed612(core.List<api.ApiDimensionFilter> o) {
|
| +checkUnnamed687(core.List<api.ApiDimensionFilter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkApiDimensionFilter(o[0]);
|
| checkApiDimensionFilter(o[1]);
|
| @@ -132,7 +132,7 @@ buildApiDimensionFilterGroup() {
|
| var o = new api.ApiDimensionFilterGroup();
|
| buildCounterApiDimensionFilterGroup++;
|
| if (buildCounterApiDimensionFilterGroup < 3) {
|
| - o.filters = buildUnnamed612();
|
| + o.filters = buildUnnamed687();
|
| o.groupType = "foo";
|
| }
|
| buildCounterApiDimensionFilterGroup--;
|
| @@ -142,33 +142,33 @@ buildApiDimensionFilterGroup() {
|
| checkApiDimensionFilterGroup(api.ApiDimensionFilterGroup o) {
|
| buildCounterApiDimensionFilterGroup++;
|
| if (buildCounterApiDimensionFilterGroup < 3) {
|
| - checkUnnamed612(o.filters);
|
| + checkUnnamed687(o.filters);
|
| unittest.expect(o.groupType, unittest.equals('foo'));
|
| }
|
| buildCounterApiDimensionFilterGroup--;
|
| }
|
|
|
| -buildUnnamed613() {
|
| +buildUnnamed688() {
|
| var o = new core.List<api.ApiDimensionFilterGroup>();
|
| o.add(buildApiDimensionFilterGroup());
|
| o.add(buildApiDimensionFilterGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed613(core.List<api.ApiDimensionFilterGroup> o) {
|
| +checkUnnamed688(core.List<api.ApiDimensionFilterGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkApiDimensionFilterGroup(o[0]);
|
| checkApiDimensionFilterGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed614() {
|
| +buildUnnamed689() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed614(core.List<core.String> o) {
|
| +checkUnnamed689(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'));
|
| @@ -180,8 +180,8 @@ buildSearchAnalyticsQueryRequest() {
|
| buildCounterSearchAnalyticsQueryRequest++;
|
| if (buildCounterSearchAnalyticsQueryRequest < 3) {
|
| o.aggregationType = "foo";
|
| - o.dimensionFilterGroups = buildUnnamed613();
|
| - o.dimensions = buildUnnamed614();
|
| + o.dimensionFilterGroups = buildUnnamed688();
|
| + o.dimensions = buildUnnamed689();
|
| o.endDate = "foo";
|
| o.rowLimit = 42;
|
| o.searchType = "foo";
|
| @@ -196,8 +196,8 @@ checkSearchAnalyticsQueryRequest(api.SearchAnalyticsQueryRequest o) {
|
| buildCounterSearchAnalyticsQueryRequest++;
|
| if (buildCounterSearchAnalyticsQueryRequest < 3) {
|
| unittest.expect(o.aggregationType, unittest.equals('foo'));
|
| - checkUnnamed613(o.dimensionFilterGroups);
|
| - checkUnnamed614(o.dimensions);
|
| + checkUnnamed688(o.dimensionFilterGroups);
|
| + checkUnnamed689(o.dimensions);
|
| unittest.expect(o.endDate, unittest.equals('foo'));
|
| unittest.expect(o.rowLimit, unittest.equals(42));
|
| unittest.expect(o.searchType, unittest.equals('foo'));
|
| @@ -207,14 +207,14 @@ checkSearchAnalyticsQueryRequest(api.SearchAnalyticsQueryRequest o) {
|
| buildCounterSearchAnalyticsQueryRequest--;
|
| }
|
|
|
| -buildUnnamed615() {
|
| +buildUnnamed690() {
|
| var o = new core.List<api.ApiDataRow>();
|
| o.add(buildApiDataRow());
|
| o.add(buildApiDataRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed615(core.List<api.ApiDataRow> o) {
|
| +checkUnnamed690(core.List<api.ApiDataRow> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkApiDataRow(o[0]);
|
| checkApiDataRow(o[1]);
|
| @@ -226,7 +226,7 @@ buildSearchAnalyticsQueryResponse() {
|
| buildCounterSearchAnalyticsQueryResponse++;
|
| if (buildCounterSearchAnalyticsQueryResponse < 3) {
|
| o.responseAggregationType = "foo";
|
| - o.rows = buildUnnamed615();
|
| + o.rows = buildUnnamed690();
|
| }
|
| buildCounterSearchAnalyticsQueryResponse--;
|
| return o;
|
| @@ -236,19 +236,19 @@ checkSearchAnalyticsQueryResponse(api.SearchAnalyticsQueryResponse o) {
|
| buildCounterSearchAnalyticsQueryResponse++;
|
| if (buildCounterSearchAnalyticsQueryResponse < 3) {
|
| unittest.expect(o.responseAggregationType, unittest.equals('foo'));
|
| - checkUnnamed615(o.rows);
|
| + checkUnnamed690(o.rows);
|
| }
|
| buildCounterSearchAnalyticsQueryResponse--;
|
| }
|
|
|
| -buildUnnamed616() {
|
| +buildUnnamed691() {
|
| var o = new core.List<api.WmxSitemap>();
|
| o.add(buildWmxSitemap());
|
| o.add(buildWmxSitemap());
|
| return o;
|
| }
|
|
|
| -checkUnnamed616(core.List<api.WmxSitemap> o) {
|
| +checkUnnamed691(core.List<api.WmxSitemap> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkWmxSitemap(o[0]);
|
| checkWmxSitemap(o[1]);
|
| @@ -259,7 +259,7 @@ buildSitemapsListResponse() {
|
| var o = new api.SitemapsListResponse();
|
| buildCounterSitemapsListResponse++;
|
| if (buildCounterSitemapsListResponse < 3) {
|
| - o.sitemap = buildUnnamed616();
|
| + o.sitemap = buildUnnamed691();
|
| }
|
| buildCounterSitemapsListResponse--;
|
| return o;
|
| @@ -268,19 +268,19 @@ buildSitemapsListResponse() {
|
| checkSitemapsListResponse(api.SitemapsListResponse o) {
|
| buildCounterSitemapsListResponse++;
|
| if (buildCounterSitemapsListResponse < 3) {
|
| - checkUnnamed616(o.sitemap);
|
| + checkUnnamed691(o.sitemap);
|
| }
|
| buildCounterSitemapsListResponse--;
|
| }
|
|
|
| -buildUnnamed617() {
|
| +buildUnnamed692() {
|
| var o = new core.List<api.WmxSite>();
|
| o.add(buildWmxSite());
|
| o.add(buildWmxSite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed617(core.List<api.WmxSite> o) {
|
| +checkUnnamed692(core.List<api.WmxSite> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkWmxSite(o[0]);
|
| checkWmxSite(o[1]);
|
| @@ -291,7 +291,7 @@ buildSitesListResponse() {
|
| var o = new api.SitesListResponse();
|
| buildCounterSitesListResponse++;
|
| if (buildCounterSitesListResponse < 3) {
|
| - o.siteEntry = buildUnnamed617();
|
| + o.siteEntry = buildUnnamed692();
|
| }
|
| buildCounterSitesListResponse--;
|
| return o;
|
| @@ -300,7 +300,7 @@ buildSitesListResponse() {
|
| checkSitesListResponse(api.SitesListResponse o) {
|
| buildCounterSitesListResponse++;
|
| if (buildCounterSitesListResponse < 3) {
|
| - checkUnnamed617(o.siteEntry);
|
| + checkUnnamed692(o.siteEntry);
|
| }
|
| buildCounterSitesListResponse--;
|
| }
|
| @@ -326,14 +326,14 @@ checkUrlCrawlErrorCount(api.UrlCrawlErrorCount o) {
|
| buildCounterUrlCrawlErrorCount--;
|
| }
|
|
|
| -buildUnnamed618() {
|
| +buildUnnamed693() {
|
| var o = new core.List<api.UrlCrawlErrorCount>();
|
| o.add(buildUrlCrawlErrorCount());
|
| o.add(buildUrlCrawlErrorCount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed618(core.List<api.UrlCrawlErrorCount> o) {
|
| +checkUnnamed693(core.List<api.UrlCrawlErrorCount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlCrawlErrorCount(o[0]);
|
| checkUrlCrawlErrorCount(o[1]);
|
| @@ -345,7 +345,7 @@ buildUrlCrawlErrorCountsPerType() {
|
| buildCounterUrlCrawlErrorCountsPerType++;
|
| if (buildCounterUrlCrawlErrorCountsPerType < 3) {
|
| o.category = "foo";
|
| - o.entries = buildUnnamed618();
|
| + o.entries = buildUnnamed693();
|
| o.platform = "foo";
|
| }
|
| buildCounterUrlCrawlErrorCountsPerType--;
|
| @@ -356,20 +356,20 @@ checkUrlCrawlErrorCountsPerType(api.UrlCrawlErrorCountsPerType o) {
|
| buildCounterUrlCrawlErrorCountsPerType++;
|
| if (buildCounterUrlCrawlErrorCountsPerType < 3) {
|
| unittest.expect(o.category, unittest.equals('foo'));
|
| - checkUnnamed618(o.entries);
|
| + checkUnnamed693(o.entries);
|
| unittest.expect(o.platform, unittest.equals('foo'));
|
| }
|
| buildCounterUrlCrawlErrorCountsPerType--;
|
| }
|
|
|
| -buildUnnamed619() {
|
| +buildUnnamed694() {
|
| var o = new core.List<api.UrlCrawlErrorCountsPerType>();
|
| o.add(buildUrlCrawlErrorCountsPerType());
|
| o.add(buildUrlCrawlErrorCountsPerType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed619(core.List<api.UrlCrawlErrorCountsPerType> o) {
|
| +checkUnnamed694(core.List<api.UrlCrawlErrorCountsPerType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlCrawlErrorCountsPerType(o[0]);
|
| checkUrlCrawlErrorCountsPerType(o[1]);
|
| @@ -380,7 +380,7 @@ buildUrlCrawlErrorsCountsQueryResponse() {
|
| var o = new api.UrlCrawlErrorsCountsQueryResponse();
|
| buildCounterUrlCrawlErrorsCountsQueryResponse++;
|
| if (buildCounterUrlCrawlErrorsCountsQueryResponse < 3) {
|
| - o.countPerTypes = buildUnnamed619();
|
| + o.countPerTypes = buildUnnamed694();
|
| }
|
| buildCounterUrlCrawlErrorsCountsQueryResponse--;
|
| return o;
|
| @@ -389,7 +389,7 @@ buildUrlCrawlErrorsCountsQueryResponse() {
|
| checkUrlCrawlErrorsCountsQueryResponse(api.UrlCrawlErrorsCountsQueryResponse o) {
|
| buildCounterUrlCrawlErrorsCountsQueryResponse++;
|
| if (buildCounterUrlCrawlErrorsCountsQueryResponse < 3) {
|
| - checkUnnamed619(o.countPerTypes);
|
| + checkUnnamed694(o.countPerTypes);
|
| }
|
| buildCounterUrlCrawlErrorsCountsQueryResponse--;
|
| }
|
| @@ -421,14 +421,14 @@ checkUrlCrawlErrorsSample(api.UrlCrawlErrorsSample o) {
|
| buildCounterUrlCrawlErrorsSample--;
|
| }
|
|
|
| -buildUnnamed620() {
|
| +buildUnnamed695() {
|
| var o = new core.List<api.UrlCrawlErrorsSample>();
|
| o.add(buildUrlCrawlErrorsSample());
|
| o.add(buildUrlCrawlErrorsSample());
|
| return o;
|
| }
|
|
|
| -checkUnnamed620(core.List<api.UrlCrawlErrorsSample> o) {
|
| +checkUnnamed695(core.List<api.UrlCrawlErrorsSample> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlCrawlErrorsSample(o[0]);
|
| checkUrlCrawlErrorsSample(o[1]);
|
| @@ -439,7 +439,7 @@ buildUrlCrawlErrorsSamplesListResponse() {
|
| var o = new api.UrlCrawlErrorsSamplesListResponse();
|
| buildCounterUrlCrawlErrorsSamplesListResponse++;
|
| if (buildCounterUrlCrawlErrorsSamplesListResponse < 3) {
|
| - o.urlCrawlErrorSample = buildUnnamed620();
|
| + o.urlCrawlErrorSample = buildUnnamed695();
|
| }
|
| buildCounterUrlCrawlErrorsSamplesListResponse--;
|
| return o;
|
| @@ -448,32 +448,32 @@ buildUrlCrawlErrorsSamplesListResponse() {
|
| checkUrlCrawlErrorsSamplesListResponse(api.UrlCrawlErrorsSamplesListResponse o) {
|
| buildCounterUrlCrawlErrorsSamplesListResponse++;
|
| if (buildCounterUrlCrawlErrorsSamplesListResponse < 3) {
|
| - checkUnnamed620(o.urlCrawlErrorSample);
|
| + checkUnnamed695(o.urlCrawlErrorSample);
|
| }
|
| buildCounterUrlCrawlErrorsSamplesListResponse--;
|
| }
|
|
|
| -buildUnnamed621() {
|
| +buildUnnamed696() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed621(core.List<core.String> o) {
|
| +checkUnnamed696(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'));
|
| }
|
|
|
| -buildUnnamed622() {
|
| +buildUnnamed697() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed622(core.List<core.String> o) {
|
| +checkUnnamed697(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'));
|
| @@ -484,8 +484,8 @@ buildUrlSampleDetails() {
|
| var o = new api.UrlSampleDetails();
|
| buildCounterUrlSampleDetails++;
|
| if (buildCounterUrlSampleDetails < 3) {
|
| - o.containingSitemaps = buildUnnamed621();
|
| - o.linkedFromUrls = buildUnnamed622();
|
| + o.containingSitemaps = buildUnnamed696();
|
| + o.linkedFromUrls = buildUnnamed697();
|
| }
|
| buildCounterUrlSampleDetails--;
|
| return o;
|
| @@ -494,8 +494,8 @@ buildUrlSampleDetails() {
|
| checkUrlSampleDetails(api.UrlSampleDetails o) {
|
| buildCounterUrlSampleDetails++;
|
| if (buildCounterUrlSampleDetails < 3) {
|
| - checkUnnamed621(o.containingSitemaps);
|
| - checkUnnamed622(o.linkedFromUrls);
|
| + checkUnnamed696(o.containingSitemaps);
|
| + checkUnnamed697(o.linkedFromUrls);
|
| }
|
| buildCounterUrlSampleDetails--;
|
| }
|
| @@ -521,14 +521,14 @@ checkWmxSite(api.WmxSite o) {
|
| buildCounterWmxSite--;
|
| }
|
|
|
| -buildUnnamed623() {
|
| +buildUnnamed698() {
|
| var o = new core.List<api.WmxSitemapContent>();
|
| o.add(buildWmxSitemapContent());
|
| o.add(buildWmxSitemapContent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed623(core.List<api.WmxSitemapContent> o) {
|
| +checkUnnamed698(core.List<api.WmxSitemapContent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkWmxSitemapContent(o[0]);
|
| checkWmxSitemapContent(o[1]);
|
| @@ -539,7 +539,7 @@ buildWmxSitemap() {
|
| var o = new api.WmxSitemap();
|
| buildCounterWmxSitemap++;
|
| if (buildCounterWmxSitemap < 3) {
|
| - o.contents = buildUnnamed623();
|
| + o.contents = buildUnnamed698();
|
| o.errors = "foo";
|
| o.isPending = true;
|
| o.isSitemapsIndex = true;
|
| @@ -556,7 +556,7 @@ buildWmxSitemap() {
|
| checkWmxSitemap(api.WmxSitemap o) {
|
| buildCounterWmxSitemap++;
|
| if (buildCounterWmxSitemap < 3) {
|
| - checkUnnamed623(o.contents);
|
| + checkUnnamed698(o.contents);
|
| unittest.expect(o.errors, unittest.equals('foo'));
|
| unittest.expect(o.isPending, unittest.isTrue);
|
| unittest.expect(o.isSitemapsIndex, unittest.isTrue);
|
|
|