| 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 6aa436e81674c535154d9abede85b1c769e245b6..6c0ae5119b09c4d186aa2c96054b8b2c1948d432 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);
|
| }
|
|
|
| -buildUnnamed654() {
|
| +buildUnnamed2177() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed654(core.List<core.String> o) {
|
| +checkUnnamed2177(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 = buildUnnamed654();
|
| + o.keys = buildUnnamed2177();
|
| 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));
|
| - checkUnnamed654(o.keys);
|
| + checkUnnamed2177(o.keys);
|
| unittest.expect(o.position, unittest.equals(42.0));
|
| }
|
| buildCounterApiDataRow--;
|
| @@ -114,14 +114,14 @@ checkApiDimensionFilter(api.ApiDimensionFilter o) {
|
| buildCounterApiDimensionFilter--;
|
| }
|
|
|
| -buildUnnamed655() {
|
| +buildUnnamed2178() {
|
| var o = new core.List<api.ApiDimensionFilter>();
|
| o.add(buildApiDimensionFilter());
|
| o.add(buildApiDimensionFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed655(core.List<api.ApiDimensionFilter> o) {
|
| +checkUnnamed2178(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 = buildUnnamed655();
|
| + o.filters = buildUnnamed2178();
|
| o.groupType = "foo";
|
| }
|
| buildCounterApiDimensionFilterGroup--;
|
| @@ -142,33 +142,33 @@ buildApiDimensionFilterGroup() {
|
| checkApiDimensionFilterGroup(api.ApiDimensionFilterGroup o) {
|
| buildCounterApiDimensionFilterGroup++;
|
| if (buildCounterApiDimensionFilterGroup < 3) {
|
| - checkUnnamed655(o.filters);
|
| + checkUnnamed2178(o.filters);
|
| unittest.expect(o.groupType, unittest.equals('foo'));
|
| }
|
| buildCounterApiDimensionFilterGroup--;
|
| }
|
|
|
| -buildUnnamed656() {
|
| +buildUnnamed2179() {
|
| var o = new core.List<api.ApiDimensionFilterGroup>();
|
| o.add(buildApiDimensionFilterGroup());
|
| o.add(buildApiDimensionFilterGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed656(core.List<api.ApiDimensionFilterGroup> o) {
|
| +checkUnnamed2179(core.List<api.ApiDimensionFilterGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkApiDimensionFilterGroup(o[0]);
|
| checkApiDimensionFilterGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed657() {
|
| +buildUnnamed2180() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed657(core.List<core.String> o) {
|
| +checkUnnamed2180(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 = buildUnnamed656();
|
| - o.dimensions = buildUnnamed657();
|
| + o.dimensionFilterGroups = buildUnnamed2179();
|
| + o.dimensions = buildUnnamed2180();
|
| o.endDate = "foo";
|
| o.rowLimit = 42;
|
| o.searchType = "foo";
|
| @@ -195,8 +195,8 @@ checkSearchAnalyticsQueryRequest(api.SearchAnalyticsQueryRequest o) {
|
| buildCounterSearchAnalyticsQueryRequest++;
|
| if (buildCounterSearchAnalyticsQueryRequest < 3) {
|
| unittest.expect(o.aggregationType, unittest.equals('foo'));
|
| - checkUnnamed656(o.dimensionFilterGroups);
|
| - checkUnnamed657(o.dimensions);
|
| + checkUnnamed2179(o.dimensionFilterGroups);
|
| + checkUnnamed2180(o.dimensions);
|
| unittest.expect(o.endDate, unittest.equals('foo'));
|
| unittest.expect(o.rowLimit, unittest.equals(42));
|
| unittest.expect(o.searchType, unittest.equals('foo'));
|
| @@ -205,14 +205,14 @@ checkSearchAnalyticsQueryRequest(api.SearchAnalyticsQueryRequest o) {
|
| buildCounterSearchAnalyticsQueryRequest--;
|
| }
|
|
|
| -buildUnnamed658() {
|
| +buildUnnamed2181() {
|
| var o = new core.List<api.ApiDataRow>();
|
| o.add(buildApiDataRow());
|
| o.add(buildApiDataRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed658(core.List<api.ApiDataRow> o) {
|
| +checkUnnamed2181(core.List<api.ApiDataRow> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkApiDataRow(o[0]);
|
| checkApiDataRow(o[1]);
|
| @@ -224,7 +224,7 @@ buildSearchAnalyticsQueryResponse() {
|
| buildCounterSearchAnalyticsQueryResponse++;
|
| if (buildCounterSearchAnalyticsQueryResponse < 3) {
|
| o.responseAggregationType = "foo";
|
| - o.rows = buildUnnamed658();
|
| + o.rows = buildUnnamed2181();
|
| }
|
| buildCounterSearchAnalyticsQueryResponse--;
|
| return o;
|
| @@ -234,19 +234,19 @@ checkSearchAnalyticsQueryResponse(api.SearchAnalyticsQueryResponse o) {
|
| buildCounterSearchAnalyticsQueryResponse++;
|
| if (buildCounterSearchAnalyticsQueryResponse < 3) {
|
| unittest.expect(o.responseAggregationType, unittest.equals('foo'));
|
| - checkUnnamed658(o.rows);
|
| + checkUnnamed2181(o.rows);
|
| }
|
| buildCounterSearchAnalyticsQueryResponse--;
|
| }
|
|
|
| -buildUnnamed659() {
|
| +buildUnnamed2182() {
|
| var o = new core.List<api.WmxSitemap>();
|
| o.add(buildWmxSitemap());
|
| o.add(buildWmxSitemap());
|
| return o;
|
| }
|
|
|
| -checkUnnamed659(core.List<api.WmxSitemap> o) {
|
| +checkUnnamed2182(core.List<api.WmxSitemap> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkWmxSitemap(o[0]);
|
| checkWmxSitemap(o[1]);
|
| @@ -257,7 +257,7 @@ buildSitemapsListResponse() {
|
| var o = new api.SitemapsListResponse();
|
| buildCounterSitemapsListResponse++;
|
| if (buildCounterSitemapsListResponse < 3) {
|
| - o.sitemap = buildUnnamed659();
|
| + o.sitemap = buildUnnamed2182();
|
| }
|
| buildCounterSitemapsListResponse--;
|
| return o;
|
| @@ -266,19 +266,19 @@ buildSitemapsListResponse() {
|
| checkSitemapsListResponse(api.SitemapsListResponse o) {
|
| buildCounterSitemapsListResponse++;
|
| if (buildCounterSitemapsListResponse < 3) {
|
| - checkUnnamed659(o.sitemap);
|
| + checkUnnamed2182(o.sitemap);
|
| }
|
| buildCounterSitemapsListResponse--;
|
| }
|
|
|
| -buildUnnamed660() {
|
| +buildUnnamed2183() {
|
| var o = new core.List<api.WmxSite>();
|
| o.add(buildWmxSite());
|
| o.add(buildWmxSite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed660(core.List<api.WmxSite> o) {
|
| +checkUnnamed2183(core.List<api.WmxSite> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkWmxSite(o[0]);
|
| checkWmxSite(o[1]);
|
| @@ -289,7 +289,7 @@ buildSitesListResponse() {
|
| var o = new api.SitesListResponse();
|
| buildCounterSitesListResponse++;
|
| if (buildCounterSitesListResponse < 3) {
|
| - o.siteEntry = buildUnnamed660();
|
| + o.siteEntry = buildUnnamed2183();
|
| }
|
| buildCounterSitesListResponse--;
|
| return o;
|
| @@ -298,7 +298,7 @@ buildSitesListResponse() {
|
| checkSitesListResponse(api.SitesListResponse o) {
|
| buildCounterSitesListResponse++;
|
| if (buildCounterSitesListResponse < 3) {
|
| - checkUnnamed660(o.siteEntry);
|
| + checkUnnamed2183(o.siteEntry);
|
| }
|
| buildCounterSitesListResponse--;
|
| }
|
| @@ -324,14 +324,14 @@ checkUrlCrawlErrorCount(api.UrlCrawlErrorCount o) {
|
| buildCounterUrlCrawlErrorCount--;
|
| }
|
|
|
| -buildUnnamed661() {
|
| +buildUnnamed2184() {
|
| var o = new core.List<api.UrlCrawlErrorCount>();
|
| o.add(buildUrlCrawlErrorCount());
|
| o.add(buildUrlCrawlErrorCount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed661(core.List<api.UrlCrawlErrorCount> o) {
|
| +checkUnnamed2184(core.List<api.UrlCrawlErrorCount> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlCrawlErrorCount(o[0]);
|
| checkUrlCrawlErrorCount(o[1]);
|
| @@ -343,7 +343,7 @@ buildUrlCrawlErrorCountsPerType() {
|
| buildCounterUrlCrawlErrorCountsPerType++;
|
| if (buildCounterUrlCrawlErrorCountsPerType < 3) {
|
| o.category = "foo";
|
| - o.entries = buildUnnamed661();
|
| + o.entries = buildUnnamed2184();
|
| o.platform = "foo";
|
| }
|
| buildCounterUrlCrawlErrorCountsPerType--;
|
| @@ -354,20 +354,20 @@ checkUrlCrawlErrorCountsPerType(api.UrlCrawlErrorCountsPerType o) {
|
| buildCounterUrlCrawlErrorCountsPerType++;
|
| if (buildCounterUrlCrawlErrorCountsPerType < 3) {
|
| unittest.expect(o.category, unittest.equals('foo'));
|
| - checkUnnamed661(o.entries);
|
| + checkUnnamed2184(o.entries);
|
| unittest.expect(o.platform, unittest.equals('foo'));
|
| }
|
| buildCounterUrlCrawlErrorCountsPerType--;
|
| }
|
|
|
| -buildUnnamed662() {
|
| +buildUnnamed2185() {
|
| var o = new core.List<api.UrlCrawlErrorCountsPerType>();
|
| o.add(buildUrlCrawlErrorCountsPerType());
|
| o.add(buildUrlCrawlErrorCountsPerType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed662(core.List<api.UrlCrawlErrorCountsPerType> o) {
|
| +checkUnnamed2185(core.List<api.UrlCrawlErrorCountsPerType> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlCrawlErrorCountsPerType(o[0]);
|
| checkUrlCrawlErrorCountsPerType(o[1]);
|
| @@ -378,7 +378,7 @@ buildUrlCrawlErrorsCountsQueryResponse() {
|
| var o = new api.UrlCrawlErrorsCountsQueryResponse();
|
| buildCounterUrlCrawlErrorsCountsQueryResponse++;
|
| if (buildCounterUrlCrawlErrorsCountsQueryResponse < 3) {
|
| - o.countPerTypes = buildUnnamed662();
|
| + o.countPerTypes = buildUnnamed2185();
|
| }
|
| buildCounterUrlCrawlErrorsCountsQueryResponse--;
|
| return o;
|
| @@ -387,7 +387,7 @@ buildUrlCrawlErrorsCountsQueryResponse() {
|
| checkUrlCrawlErrorsCountsQueryResponse(api.UrlCrawlErrorsCountsQueryResponse o) {
|
| buildCounterUrlCrawlErrorsCountsQueryResponse++;
|
| if (buildCounterUrlCrawlErrorsCountsQueryResponse < 3) {
|
| - checkUnnamed662(o.countPerTypes);
|
| + checkUnnamed2185(o.countPerTypes);
|
| }
|
| buildCounterUrlCrawlErrorsCountsQueryResponse--;
|
| }
|
| @@ -419,14 +419,14 @@ checkUrlCrawlErrorsSample(api.UrlCrawlErrorsSample o) {
|
| buildCounterUrlCrawlErrorsSample--;
|
| }
|
|
|
| -buildUnnamed663() {
|
| +buildUnnamed2186() {
|
| var o = new core.List<api.UrlCrawlErrorsSample>();
|
| o.add(buildUrlCrawlErrorsSample());
|
| o.add(buildUrlCrawlErrorsSample());
|
| return o;
|
| }
|
|
|
| -checkUnnamed663(core.List<api.UrlCrawlErrorsSample> o) {
|
| +checkUnnamed2186(core.List<api.UrlCrawlErrorsSample> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkUrlCrawlErrorsSample(o[0]);
|
| checkUrlCrawlErrorsSample(o[1]);
|
| @@ -437,7 +437,7 @@ buildUrlCrawlErrorsSamplesListResponse() {
|
| var o = new api.UrlCrawlErrorsSamplesListResponse();
|
| buildCounterUrlCrawlErrorsSamplesListResponse++;
|
| if (buildCounterUrlCrawlErrorsSamplesListResponse < 3) {
|
| - o.urlCrawlErrorSample = buildUnnamed663();
|
| + o.urlCrawlErrorSample = buildUnnamed2186();
|
| }
|
| buildCounterUrlCrawlErrorsSamplesListResponse--;
|
| return o;
|
| @@ -446,32 +446,32 @@ buildUrlCrawlErrorsSamplesListResponse() {
|
| checkUrlCrawlErrorsSamplesListResponse(api.UrlCrawlErrorsSamplesListResponse o) {
|
| buildCounterUrlCrawlErrorsSamplesListResponse++;
|
| if (buildCounterUrlCrawlErrorsSamplesListResponse < 3) {
|
| - checkUnnamed663(o.urlCrawlErrorSample);
|
| + checkUnnamed2186(o.urlCrawlErrorSample);
|
| }
|
| buildCounterUrlCrawlErrorsSamplesListResponse--;
|
| }
|
|
|
| -buildUnnamed664() {
|
| +buildUnnamed2187() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed664(core.List<core.String> o) {
|
| +checkUnnamed2187(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'));
|
| }
|
|
|
| -buildUnnamed665() {
|
| +buildUnnamed2188() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed665(core.List<core.String> o) {
|
| +checkUnnamed2188(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'));
|
| @@ -482,8 +482,8 @@ buildUrlSampleDetails() {
|
| var o = new api.UrlSampleDetails();
|
| buildCounterUrlSampleDetails++;
|
| if (buildCounterUrlSampleDetails < 3) {
|
| - o.containingSitemaps = buildUnnamed664();
|
| - o.linkedFromUrls = buildUnnamed665();
|
| + o.containingSitemaps = buildUnnamed2187();
|
| + o.linkedFromUrls = buildUnnamed2188();
|
| }
|
| buildCounterUrlSampleDetails--;
|
| return o;
|
| @@ -492,8 +492,8 @@ buildUrlSampleDetails() {
|
| checkUrlSampleDetails(api.UrlSampleDetails o) {
|
| buildCounterUrlSampleDetails++;
|
| if (buildCounterUrlSampleDetails < 3) {
|
| - checkUnnamed664(o.containingSitemaps);
|
| - checkUnnamed665(o.linkedFromUrls);
|
| + checkUnnamed2187(o.containingSitemaps);
|
| + checkUnnamed2188(o.linkedFromUrls);
|
| }
|
| buildCounterUrlSampleDetails--;
|
| }
|
| @@ -519,14 +519,14 @@ checkWmxSite(api.WmxSite o) {
|
| buildCounterWmxSite--;
|
| }
|
|
|
| -buildUnnamed666() {
|
| +buildUnnamed2189() {
|
| var o = new core.List<api.WmxSitemapContent>();
|
| o.add(buildWmxSitemapContent());
|
| o.add(buildWmxSitemapContent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed666(core.List<api.WmxSitemapContent> o) {
|
| +checkUnnamed2189(core.List<api.WmxSitemapContent> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkWmxSitemapContent(o[0]);
|
| checkWmxSitemapContent(o[1]);
|
| @@ -537,7 +537,7 @@ buildWmxSitemap() {
|
| var o = new api.WmxSitemap();
|
| buildCounterWmxSitemap++;
|
| if (buildCounterWmxSitemap < 3) {
|
| - o.contents = buildUnnamed666();
|
| + o.contents = buildUnnamed2189();
|
| o.errors = "foo";
|
| o.isPending = true;
|
| o.isSitemapsIndex = true;
|
| @@ -554,7 +554,7 @@ buildWmxSitemap() {
|
| checkWmxSitemap(api.WmxSitemap o) {
|
| buildCounterWmxSitemap++;
|
| if (buildCounterWmxSitemap < 3) {
|
| - checkUnnamed666(o.contents);
|
| + checkUnnamed2189(o.contents);
|
| unittest.expect(o.errors, unittest.equals('foo'));
|
| unittest.expect(o.isPending, unittest.isTrue);
|
| unittest.expect(o.isSitemapsIndex, unittest.isTrue);
|
|
|