| 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 0c48092a1f3f05ac96e4896b96dba97481c8a6ce..719b23e5c4c9bcf73b66dffbd8c6bfc1768479e6 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);
|
| }
|
|
|
| -buildUnnamed821() {
|
| +buildUnnamed561() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed821(core.List<core.String> o) {
|
| +checkUnnamed561(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 = buildUnnamed821();
|
| + o.keys = buildUnnamed561();
|
| 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));
|
| - checkUnnamed821(o.keys);
|
| + checkUnnamed561(o.keys);
|
| unittest.expect(o.position, unittest.equals(42.0));
|
| }
|
| buildCounterApiDataRow--;
|
| @@ -114,14 +114,14 @@ checkApiDimensionFilter(api.ApiDimensionFilter o) {
|
| buildCounterApiDimensionFilter--;
|
| }
|
|
|
| -buildUnnamed822() {
|
| +buildUnnamed562() {
|
| var o = new core.List<api.ApiDimensionFilter>();
|
| o.add(buildApiDimensionFilter());
|
| o.add(buildApiDimensionFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed822(core.List<api.ApiDimensionFilter> o) {
|
| +checkUnnamed562(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 = buildUnnamed822();
|
| + o.filters = buildUnnamed562();
|
| o.groupType = "foo";
|
| }
|
| buildCounterApiDimensionFilterGroup--;
|
| @@ -142,33 +142,33 @@ buildApiDimensionFilterGroup() {
|
| checkApiDimensionFilterGroup(api.ApiDimensionFilterGroup o) {
|
| buildCounterApiDimensionFilterGroup++;
|
| if (buildCounterApiDimensionFilterGroup < 3) {
|
| - checkUnnamed822(o.filters);
|
| + checkUnnamed562(o.filters);
|
| unittest.expect(o.groupType, unittest.equals('foo'));
|
| }
|
| buildCounterApiDimensionFilterGroup--;
|
| }
|
|
|
| -buildUnnamed823() {
|
| +buildUnnamed563() {
|
| var o = new core.List<api.ApiDimensionFilterGroup>();
|
| o.add(buildApiDimensionFilterGroup());
|
| o.add(buildApiDimensionFilterGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed823(core.List<api.ApiDimensionFilterGroup> o) {
|
| +checkUnnamed563(core.List<api.ApiDimensionFilterGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkApiDimensionFilterGroup(o[0]);
|
| checkApiDimensionFilterGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed824() {
|
| +buildUnnamed564() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed824(core.List<core.String> o) {
|
| +checkUnnamed564(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 = buildUnnamed823();
|
| - o.dimensions = buildUnnamed824();
|
| + o.dimensionFilterGroups = buildUnnamed563();
|
| + o.dimensions = buildUnnamed564();
|
| 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'));
|
| - checkUnnamed823(o.dimensionFilterGroups);
|
| - checkUnnamed824(o.dimensions);
|
| + checkUnnamed563(o.dimensionFilterGroups);
|
| + checkUnnamed564(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--;
|
| }
|
|
|
| -buildUnnamed825() {
|
| +buildUnnamed565() {
|
| var o = new core.List<api.ApiDataRow>();
|
| o.add(buildApiDataRow());
|
| o.add(buildApiDataRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed825(core.List<api.ApiDataRow> o) {
|
| +checkUnnamed565(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 = buildUnnamed825();
|
| + o.rows = buildUnnamed565();
|
| }
|
| buildCounterSearchAnalyticsQueryResponse--;
|
| return o;
|
| @@ -236,19 +236,19 @@ checkSearchAnalyticsQueryResponse(api.SearchAnalyticsQueryResponse o) {
|
| buildCounterSearchAnalyticsQueryResponse++;
|
| if (buildCounterSearchAnalyticsQueryResponse < 3) {
|
| unittest.expect(o.responseAggregationType, unittest.equals('foo'));
|
| - checkUnnamed825(o.rows);
|
| + checkUnnamed565(o.rows);
|
| }
|
| buildCounterSearchAnalyticsQueryResponse--;
|
| }
|
|
|
| -buildUnnamed826() {
|
| +buildUnnamed566() {
|
| var o = new core.List<api.WmxSitemap>();
|
| o.add(buildWmxSitemap());
|
| o.add(buildWmxSitemap());
|
| return o;
|
| }
|
|
|
| -checkUnnamed826(core.List<api.WmxSitemap> o) {
|
| +checkUnnamed566(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 = buildUnnamed826();
|
| + o.sitemap = buildUnnamed566();
|
| }
|
| buildCounterSitemapsListResponse--;
|
| return o;
|
| @@ -268,19 +268,19 @@ buildSitemapsListResponse() {
|
| checkSitemapsListResponse(api.SitemapsListResponse o) {
|
| buildCounterSitemapsListResponse++;
|
| if (buildCounterSitemapsListResponse < 3) {
|
| - checkUnnamed826(o.sitemap);
|
| + checkUnnamed566(o.sitemap);
|
| }
|
| buildCounterSitemapsListResponse--;
|
| }
|
|
|
| -buildUnnamed827() {
|
| +buildUnnamed567() {
|
| var o = new core.List<api.WmxSite>();
|
| o.add(buildWmxSite());
|
| o.add(buildWmxSite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed827(core.List<api.WmxSite> o) {
|
| +checkUnnamed567(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 = buildUnnamed827();
|
| + o.siteEntry = buildUnnamed567();
|
| }
|
| buildCounterSitesListResponse--;
|
| return o;
|
| @@ -300,7 +300,7 @@ buildSitesListResponse() {
|
| checkSitesListResponse(api.SitesListResponse o) {
|
| buildCounterSitesListResponse++;
|
| if (buildCounterSitesListResponse < 3) {
|
| - checkUnnamed827(o.siteEntry);
|
| + checkUnnamed567(o.siteEntry);
|
| }
|
| buildCounterSitesListResponse--;
|
| }
|
| @@ -326,14 +326,14 @@ checkUrlCrawlErrorCount(api.UrlCrawlErrorCount o) {
|
| buildCounterUrlCrawlErrorCount--;
|
| }
|
|
|
| -buildUnnamed828() {
|
| +buildUnnamed568() {
|
| var o = new core.List<api.UrlCrawlErrorCount>();
|
| o.add(buildUrlCrawlErrorCount());
|
| o.add(buildUrlCrawlErrorCount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed828(core.List<api.UrlCrawlErrorCount> o) {
|
| +checkUnnamed568(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 = buildUnnamed828();
|
| + o.entries = buildUnnamed568();
|
| o.platform = "foo";
|
| }
|
| buildCounterUrlCrawlErrorCountsPerType--;
|
| @@ -356,20 +356,20 @@ checkUrlCrawlErrorCountsPerType(api.UrlCrawlErrorCountsPerType o) {
|
| buildCounterUrlCrawlErrorCountsPerType++;
|
| if (buildCounterUrlCrawlErrorCountsPerType < 3) {
|
| unittest.expect(o.category, unittest.equals('foo'));
|
| - checkUnnamed828(o.entries);
|
| + checkUnnamed568(o.entries);
|
| unittest.expect(o.platform, unittest.equals('foo'));
|
| }
|
| buildCounterUrlCrawlErrorCountsPerType--;
|
| }
|
|
|
| -buildUnnamed829() {
|
| +buildUnnamed569() {
|
| var o = new core.List<api.UrlCrawlErrorCountsPerType>();
|
| o.add(buildUrlCrawlErrorCountsPerType());
|
| o.add(buildUrlCrawlErrorCountsPerType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed829(core.List<api.UrlCrawlErrorCountsPerType> o) {
|
| +checkUnnamed569(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 = buildUnnamed829();
|
| + o.countPerTypes = buildUnnamed569();
|
| }
|
| buildCounterUrlCrawlErrorsCountsQueryResponse--;
|
| return o;
|
| @@ -389,7 +389,7 @@ buildUrlCrawlErrorsCountsQueryResponse() {
|
| checkUrlCrawlErrorsCountsQueryResponse(api.UrlCrawlErrorsCountsQueryResponse o) {
|
| buildCounterUrlCrawlErrorsCountsQueryResponse++;
|
| if (buildCounterUrlCrawlErrorsCountsQueryResponse < 3) {
|
| - checkUnnamed829(o.countPerTypes);
|
| + checkUnnamed569(o.countPerTypes);
|
| }
|
| buildCounterUrlCrawlErrorsCountsQueryResponse--;
|
| }
|
| @@ -421,14 +421,14 @@ checkUrlCrawlErrorsSample(api.UrlCrawlErrorsSample o) {
|
| buildCounterUrlCrawlErrorsSample--;
|
| }
|
|
|
| -buildUnnamed830() {
|
| +buildUnnamed570() {
|
| var o = new core.List<api.UrlCrawlErrorsSample>();
|
| o.add(buildUrlCrawlErrorsSample());
|
| o.add(buildUrlCrawlErrorsSample());
|
| return o;
|
| }
|
|
|
| -checkUnnamed830(core.List<api.UrlCrawlErrorsSample> o) {
|
| +checkUnnamed570(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 = buildUnnamed830();
|
| + o.urlCrawlErrorSample = buildUnnamed570();
|
| }
|
| buildCounterUrlCrawlErrorsSamplesListResponse--;
|
| return o;
|
| @@ -448,32 +448,32 @@ buildUrlCrawlErrorsSamplesListResponse() {
|
| checkUrlCrawlErrorsSamplesListResponse(api.UrlCrawlErrorsSamplesListResponse o) {
|
| buildCounterUrlCrawlErrorsSamplesListResponse++;
|
| if (buildCounterUrlCrawlErrorsSamplesListResponse < 3) {
|
| - checkUnnamed830(o.urlCrawlErrorSample);
|
| + checkUnnamed570(o.urlCrawlErrorSample);
|
| }
|
| buildCounterUrlCrawlErrorsSamplesListResponse--;
|
| }
|
|
|
| -buildUnnamed831() {
|
| +buildUnnamed571() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed831(core.List<core.String> o) {
|
| +checkUnnamed571(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'));
|
| }
|
|
|
| -buildUnnamed832() {
|
| +buildUnnamed572() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed832(core.List<core.String> o) {
|
| +checkUnnamed572(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 = buildUnnamed831();
|
| - o.linkedFromUrls = buildUnnamed832();
|
| + o.containingSitemaps = buildUnnamed571();
|
| + o.linkedFromUrls = buildUnnamed572();
|
| }
|
| buildCounterUrlSampleDetails--;
|
| return o;
|
| @@ -494,8 +494,8 @@ buildUrlSampleDetails() {
|
| checkUrlSampleDetails(api.UrlSampleDetails o) {
|
| buildCounterUrlSampleDetails++;
|
| if (buildCounterUrlSampleDetails < 3) {
|
| - checkUnnamed831(o.containingSitemaps);
|
| - checkUnnamed832(o.linkedFromUrls);
|
| + checkUnnamed571(o.containingSitemaps);
|
| + checkUnnamed572(o.linkedFromUrls);
|
| }
|
| buildCounterUrlSampleDetails--;
|
| }
|
| @@ -521,14 +521,14 @@ checkWmxSite(api.WmxSite o) {
|
| buildCounterWmxSite--;
|
| }
|
|
|
| -buildUnnamed833() {
|
| +buildUnnamed573() {
|
| var o = new core.List<api.WmxSitemapContent>();
|
| o.add(buildWmxSitemapContent());
|
| o.add(buildWmxSitemapContent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed833(core.List<api.WmxSitemapContent> o) {
|
| +checkUnnamed573(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 = buildUnnamed833();
|
| + o.contents = buildUnnamed573();
|
| o.errors = "foo";
|
| o.isPending = true;
|
| o.isSitemapsIndex = true;
|
| @@ -556,7 +556,7 @@ buildWmxSitemap() {
|
| checkWmxSitemap(api.WmxSitemap o) {
|
| buildCounterWmxSitemap++;
|
| if (buildCounterWmxSitemap < 3) {
|
| - checkUnnamed833(o.contents);
|
| + checkUnnamed573(o.contents);
|
| unittest.expect(o.errors, unittest.equals('foo'));
|
| unittest.expect(o.isPending, unittest.isTrue);
|
| unittest.expect(o.isSitemapsIndex, unittest.isTrue);
|
|
|