| 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 64a9be6297a273aa8a4320150dcc9095d6eeb007..b84a12c5e308f3668a2c89a35fdf3be233bcd136 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);
|
| }
|
|
|
| -buildUnnamed585() {
|
| +buildUnnamed606() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed585(core.List<core.String> o) {
|
| +checkUnnamed606(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 = buildUnnamed585();
|
| + o.keys = buildUnnamed606();
|
| 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));
|
| - checkUnnamed585(o.keys);
|
| + checkUnnamed606(o.keys);
|
| unittest.expect(o.position, unittest.equals(42.0));
|
| }
|
| buildCounterApiDataRow--;
|
| @@ -114,14 +114,14 @@ checkApiDimensionFilter(api.ApiDimensionFilter o) {
|
| buildCounterApiDimensionFilter--;
|
| }
|
|
|
| -buildUnnamed586() {
|
| +buildUnnamed607() {
|
| var o = new core.List<api.ApiDimensionFilter>();
|
| o.add(buildApiDimensionFilter());
|
| o.add(buildApiDimensionFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed586(core.List<api.ApiDimensionFilter> o) {
|
| +checkUnnamed607(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 = buildUnnamed586();
|
| + o.filters = buildUnnamed607();
|
| o.groupType = "foo";
|
| }
|
| buildCounterApiDimensionFilterGroup--;
|
| @@ -142,33 +142,33 @@ buildApiDimensionFilterGroup() {
|
| checkApiDimensionFilterGroup(api.ApiDimensionFilterGroup o) {
|
| buildCounterApiDimensionFilterGroup++;
|
| if (buildCounterApiDimensionFilterGroup < 3) {
|
| - checkUnnamed586(o.filters);
|
| + checkUnnamed607(o.filters);
|
| unittest.expect(o.groupType, unittest.equals('foo'));
|
| }
|
| buildCounterApiDimensionFilterGroup--;
|
| }
|
|
|
| -buildUnnamed587() {
|
| +buildUnnamed608() {
|
| var o = new core.List<api.ApiDimensionFilterGroup>();
|
| o.add(buildApiDimensionFilterGroup());
|
| o.add(buildApiDimensionFilterGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed587(core.List<api.ApiDimensionFilterGroup> o) {
|
| +checkUnnamed608(core.List<api.ApiDimensionFilterGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkApiDimensionFilterGroup(o[0]);
|
| checkApiDimensionFilterGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed588() {
|
| +buildUnnamed609() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed588(core.List<core.String> o) {
|
| +checkUnnamed609(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 = buildUnnamed587();
|
| - o.dimensions = buildUnnamed588();
|
| + o.dimensionFilterGroups = buildUnnamed608();
|
| + o.dimensions = buildUnnamed609();
|
| 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'));
|
| - checkUnnamed587(o.dimensionFilterGroups);
|
| - checkUnnamed588(o.dimensions);
|
| + checkUnnamed608(o.dimensionFilterGroups);
|
| + checkUnnamed609(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--;
|
| }
|
|
|
| -buildUnnamed589() {
|
| +buildUnnamed610() {
|
| var o = new core.List<api.ApiDataRow>();
|
| o.add(buildApiDataRow());
|
| o.add(buildApiDataRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed589(core.List<api.ApiDataRow> o) {
|
| +checkUnnamed610(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 = buildUnnamed589();
|
| + o.rows = buildUnnamed610();
|
| }
|
| buildCounterSearchAnalyticsQueryResponse--;
|
| return o;
|
| @@ -236,19 +236,19 @@ checkSearchAnalyticsQueryResponse(api.SearchAnalyticsQueryResponse o) {
|
| buildCounterSearchAnalyticsQueryResponse++;
|
| if (buildCounterSearchAnalyticsQueryResponse < 3) {
|
| unittest.expect(o.responseAggregationType, unittest.equals('foo'));
|
| - checkUnnamed589(o.rows);
|
| + checkUnnamed610(o.rows);
|
| }
|
| buildCounterSearchAnalyticsQueryResponse--;
|
| }
|
|
|
| -buildUnnamed590() {
|
| +buildUnnamed611() {
|
| var o = new core.List<api.WmxSitemap>();
|
| o.add(buildWmxSitemap());
|
| o.add(buildWmxSitemap());
|
| return o;
|
| }
|
|
|
| -checkUnnamed590(core.List<api.WmxSitemap> o) {
|
| +checkUnnamed611(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 = buildUnnamed590();
|
| + o.sitemap = buildUnnamed611();
|
| }
|
| buildCounterSitemapsListResponse--;
|
| return o;
|
| @@ -268,19 +268,19 @@ buildSitemapsListResponse() {
|
| checkSitemapsListResponse(api.SitemapsListResponse o) {
|
| buildCounterSitemapsListResponse++;
|
| if (buildCounterSitemapsListResponse < 3) {
|
| - checkUnnamed590(o.sitemap);
|
| + checkUnnamed611(o.sitemap);
|
| }
|
| buildCounterSitemapsListResponse--;
|
| }
|
|
|
| -buildUnnamed591() {
|
| +buildUnnamed612() {
|
| var o = new core.List<api.WmxSite>();
|
| o.add(buildWmxSite());
|
| o.add(buildWmxSite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed591(core.List<api.WmxSite> o) {
|
| +checkUnnamed612(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 = buildUnnamed591();
|
| + o.siteEntry = buildUnnamed612();
|
| }
|
| buildCounterSitesListResponse--;
|
| return o;
|
| @@ -300,7 +300,7 @@ buildSitesListResponse() {
|
| checkSitesListResponse(api.SitesListResponse o) {
|
| buildCounterSitesListResponse++;
|
| if (buildCounterSitesListResponse < 3) {
|
| - checkUnnamed591(o.siteEntry);
|
| + checkUnnamed612(o.siteEntry);
|
| }
|
| buildCounterSitesListResponse--;
|
| }
|
| @@ -326,14 +326,14 @@ checkUrlCrawlErrorCount(api.UrlCrawlErrorCount o) {
|
| buildCounterUrlCrawlErrorCount--;
|
| }
|
|
|
| -buildUnnamed592() {
|
| +buildUnnamed613() {
|
| var o = new core.List<api.UrlCrawlErrorCount>();
|
| o.add(buildUrlCrawlErrorCount());
|
| o.add(buildUrlCrawlErrorCount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed592(core.List<api.UrlCrawlErrorCount> o) {
|
| +checkUnnamed613(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 = buildUnnamed592();
|
| + o.entries = buildUnnamed613();
|
| o.platform = "foo";
|
| }
|
| buildCounterUrlCrawlErrorCountsPerType--;
|
| @@ -356,20 +356,20 @@ checkUrlCrawlErrorCountsPerType(api.UrlCrawlErrorCountsPerType o) {
|
| buildCounterUrlCrawlErrorCountsPerType++;
|
| if (buildCounterUrlCrawlErrorCountsPerType < 3) {
|
| unittest.expect(o.category, unittest.equals('foo'));
|
| - checkUnnamed592(o.entries);
|
| + checkUnnamed613(o.entries);
|
| unittest.expect(o.platform, unittest.equals('foo'));
|
| }
|
| buildCounterUrlCrawlErrorCountsPerType--;
|
| }
|
|
|
| -buildUnnamed593() {
|
| +buildUnnamed614() {
|
| var o = new core.List<api.UrlCrawlErrorCountsPerType>();
|
| o.add(buildUrlCrawlErrorCountsPerType());
|
| o.add(buildUrlCrawlErrorCountsPerType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed593(core.List<api.UrlCrawlErrorCountsPerType> o) {
|
| +checkUnnamed614(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 = buildUnnamed593();
|
| + o.countPerTypes = buildUnnamed614();
|
| }
|
| buildCounterUrlCrawlErrorsCountsQueryResponse--;
|
| return o;
|
| @@ -389,7 +389,7 @@ buildUrlCrawlErrorsCountsQueryResponse() {
|
| checkUrlCrawlErrorsCountsQueryResponse(api.UrlCrawlErrorsCountsQueryResponse o) {
|
| buildCounterUrlCrawlErrorsCountsQueryResponse++;
|
| if (buildCounterUrlCrawlErrorsCountsQueryResponse < 3) {
|
| - checkUnnamed593(o.countPerTypes);
|
| + checkUnnamed614(o.countPerTypes);
|
| }
|
| buildCounterUrlCrawlErrorsCountsQueryResponse--;
|
| }
|
| @@ -421,14 +421,14 @@ checkUrlCrawlErrorsSample(api.UrlCrawlErrorsSample o) {
|
| buildCounterUrlCrawlErrorsSample--;
|
| }
|
|
|
| -buildUnnamed594() {
|
| +buildUnnamed615() {
|
| var o = new core.List<api.UrlCrawlErrorsSample>();
|
| o.add(buildUrlCrawlErrorsSample());
|
| o.add(buildUrlCrawlErrorsSample());
|
| return o;
|
| }
|
|
|
| -checkUnnamed594(core.List<api.UrlCrawlErrorsSample> o) {
|
| +checkUnnamed615(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 = buildUnnamed594();
|
| + o.urlCrawlErrorSample = buildUnnamed615();
|
| }
|
| buildCounterUrlCrawlErrorsSamplesListResponse--;
|
| return o;
|
| @@ -448,32 +448,32 @@ buildUrlCrawlErrorsSamplesListResponse() {
|
| checkUrlCrawlErrorsSamplesListResponse(api.UrlCrawlErrorsSamplesListResponse o) {
|
| buildCounterUrlCrawlErrorsSamplesListResponse++;
|
| if (buildCounterUrlCrawlErrorsSamplesListResponse < 3) {
|
| - checkUnnamed594(o.urlCrawlErrorSample);
|
| + checkUnnamed615(o.urlCrawlErrorSample);
|
| }
|
| buildCounterUrlCrawlErrorsSamplesListResponse--;
|
| }
|
|
|
| -buildUnnamed595() {
|
| +buildUnnamed616() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed595(core.List<core.String> o) {
|
| +checkUnnamed616(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'));
|
| }
|
|
|
| -buildUnnamed596() {
|
| +buildUnnamed617() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed596(core.List<core.String> o) {
|
| +checkUnnamed617(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 = buildUnnamed595();
|
| - o.linkedFromUrls = buildUnnamed596();
|
| + o.containingSitemaps = buildUnnamed616();
|
| + o.linkedFromUrls = buildUnnamed617();
|
| }
|
| buildCounterUrlSampleDetails--;
|
| return o;
|
| @@ -494,8 +494,8 @@ buildUrlSampleDetails() {
|
| checkUrlSampleDetails(api.UrlSampleDetails o) {
|
| buildCounterUrlSampleDetails++;
|
| if (buildCounterUrlSampleDetails < 3) {
|
| - checkUnnamed595(o.containingSitemaps);
|
| - checkUnnamed596(o.linkedFromUrls);
|
| + checkUnnamed616(o.containingSitemaps);
|
| + checkUnnamed617(o.linkedFromUrls);
|
| }
|
| buildCounterUrlSampleDetails--;
|
| }
|
| @@ -521,14 +521,14 @@ checkWmxSite(api.WmxSite o) {
|
| buildCounterWmxSite--;
|
| }
|
|
|
| -buildUnnamed597() {
|
| +buildUnnamed618() {
|
| var o = new core.List<api.WmxSitemapContent>();
|
| o.add(buildWmxSitemapContent());
|
| o.add(buildWmxSitemapContent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed597(core.List<api.WmxSitemapContent> o) {
|
| +checkUnnamed618(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 = buildUnnamed597();
|
| + o.contents = buildUnnamed618();
|
| o.errors = "foo";
|
| o.isPending = true;
|
| o.isSitemapsIndex = true;
|
| @@ -556,7 +556,7 @@ buildWmxSitemap() {
|
| checkWmxSitemap(api.WmxSitemap o) {
|
| buildCounterWmxSitemap++;
|
| if (buildCounterWmxSitemap < 3) {
|
| - checkUnnamed597(o.contents);
|
| + checkUnnamed618(o.contents);
|
| unittest.expect(o.errors, unittest.equals('foo'));
|
| unittest.expect(o.isPending, unittest.isTrue);
|
| unittest.expect(o.isSitemapsIndex, unittest.isTrue);
|
|
|