| 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 8eb7a1db72b3828ab8978c89a2229a1777a36c08..cfb676ca93c5c1f16f5e68e1fec3f9b10cbb70c8 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);
|
| }
|
|
|
| -buildUnnamed679() {
|
| +buildUnnamed938() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed679(core.List<core.String> o) {
|
| +checkUnnamed938(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 = buildUnnamed679();
|
| + o.keys = buildUnnamed938();
|
| 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));
|
| - checkUnnamed679(o.keys);
|
| + checkUnnamed938(o.keys);
|
| unittest.expect(o.position, unittest.equals(42.0));
|
| }
|
| buildCounterApiDataRow--;
|
| @@ -114,14 +114,14 @@ checkApiDimensionFilter(api.ApiDimensionFilter o) {
|
| buildCounterApiDimensionFilter--;
|
| }
|
|
|
| -buildUnnamed680() {
|
| +buildUnnamed939() {
|
| var o = new core.List<api.ApiDimensionFilter>();
|
| o.add(buildApiDimensionFilter());
|
| o.add(buildApiDimensionFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed680(core.List<api.ApiDimensionFilter> o) {
|
| +checkUnnamed939(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 = buildUnnamed680();
|
| + o.filters = buildUnnamed939();
|
| o.groupType = "foo";
|
| }
|
| buildCounterApiDimensionFilterGroup--;
|
| @@ -142,33 +142,33 @@ buildApiDimensionFilterGroup() {
|
| checkApiDimensionFilterGroup(api.ApiDimensionFilterGroup o) {
|
| buildCounterApiDimensionFilterGroup++;
|
| if (buildCounterApiDimensionFilterGroup < 3) {
|
| - checkUnnamed680(o.filters);
|
| + checkUnnamed939(o.filters);
|
| unittest.expect(o.groupType, unittest.equals('foo'));
|
| }
|
| buildCounterApiDimensionFilterGroup--;
|
| }
|
|
|
| -buildUnnamed681() {
|
| +buildUnnamed940() {
|
| var o = new core.List<api.ApiDimensionFilterGroup>();
|
| o.add(buildApiDimensionFilterGroup());
|
| o.add(buildApiDimensionFilterGroup());
|
| return o;
|
| }
|
|
|
| -checkUnnamed681(core.List<api.ApiDimensionFilterGroup> o) {
|
| +checkUnnamed940(core.List<api.ApiDimensionFilterGroup> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkApiDimensionFilterGroup(o[0]);
|
| checkApiDimensionFilterGroup(o[1]);
|
| }
|
|
|
| -buildUnnamed682() {
|
| +buildUnnamed941() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed682(core.List<core.String> o) {
|
| +checkUnnamed941(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 = buildUnnamed681();
|
| - o.dimensions = buildUnnamed682();
|
| + o.dimensionFilterGroups = buildUnnamed940();
|
| + o.dimensions = buildUnnamed941();
|
| 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'));
|
| - checkUnnamed681(o.dimensionFilterGroups);
|
| - checkUnnamed682(o.dimensions);
|
| + checkUnnamed940(o.dimensionFilterGroups);
|
| + checkUnnamed941(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--;
|
| }
|
|
|
| -buildUnnamed683() {
|
| +buildUnnamed942() {
|
| var o = new core.List<api.ApiDataRow>();
|
| o.add(buildApiDataRow());
|
| o.add(buildApiDataRow());
|
| return o;
|
| }
|
|
|
| -checkUnnamed683(core.List<api.ApiDataRow> o) {
|
| +checkUnnamed942(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 = buildUnnamed683();
|
| + o.rows = buildUnnamed942();
|
| }
|
| buildCounterSearchAnalyticsQueryResponse--;
|
| return o;
|
| @@ -234,19 +234,19 @@ checkSearchAnalyticsQueryResponse(api.SearchAnalyticsQueryResponse o) {
|
| buildCounterSearchAnalyticsQueryResponse++;
|
| if (buildCounterSearchAnalyticsQueryResponse < 3) {
|
| unittest.expect(o.responseAggregationType, unittest.equals('foo'));
|
| - checkUnnamed683(o.rows);
|
| + checkUnnamed942(o.rows);
|
| }
|
| buildCounterSearchAnalyticsQueryResponse--;
|
| }
|
|
|
| -buildUnnamed684() {
|
| +buildUnnamed943() {
|
| var o = new core.List<api.WmxSitemap>();
|
| o.add(buildWmxSitemap());
|
| o.add(buildWmxSitemap());
|
| return o;
|
| }
|
|
|
| -checkUnnamed684(core.List<api.WmxSitemap> o) {
|
| +checkUnnamed943(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 = buildUnnamed684();
|
| + o.sitemap = buildUnnamed943();
|
| }
|
| buildCounterSitemapsListResponse--;
|
| return o;
|
| @@ -266,19 +266,19 @@ buildSitemapsListResponse() {
|
| checkSitemapsListResponse(api.SitemapsListResponse o) {
|
| buildCounterSitemapsListResponse++;
|
| if (buildCounterSitemapsListResponse < 3) {
|
| - checkUnnamed684(o.sitemap);
|
| + checkUnnamed943(o.sitemap);
|
| }
|
| buildCounterSitemapsListResponse--;
|
| }
|
|
|
| -buildUnnamed685() {
|
| +buildUnnamed944() {
|
| var o = new core.List<api.WmxSite>();
|
| o.add(buildWmxSite());
|
| o.add(buildWmxSite());
|
| return o;
|
| }
|
|
|
| -checkUnnamed685(core.List<api.WmxSite> o) {
|
| +checkUnnamed944(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 = buildUnnamed685();
|
| + o.siteEntry = buildUnnamed944();
|
| }
|
| buildCounterSitesListResponse--;
|
| return o;
|
| @@ -298,7 +298,7 @@ buildSitesListResponse() {
|
| checkSitesListResponse(api.SitesListResponse o) {
|
| buildCounterSitesListResponse++;
|
| if (buildCounterSitesListResponse < 3) {
|
| - checkUnnamed685(o.siteEntry);
|
| + checkUnnamed944(o.siteEntry);
|
| }
|
| buildCounterSitesListResponse--;
|
| }
|
| @@ -324,14 +324,14 @@ checkUrlCrawlErrorCount(api.UrlCrawlErrorCount o) {
|
| buildCounterUrlCrawlErrorCount--;
|
| }
|
|
|
| -buildUnnamed686() {
|
| +buildUnnamed945() {
|
| var o = new core.List<api.UrlCrawlErrorCount>();
|
| o.add(buildUrlCrawlErrorCount());
|
| o.add(buildUrlCrawlErrorCount());
|
| return o;
|
| }
|
|
|
| -checkUnnamed686(core.List<api.UrlCrawlErrorCount> o) {
|
| +checkUnnamed945(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 = buildUnnamed686();
|
| + o.entries = buildUnnamed945();
|
| o.platform = "foo";
|
| }
|
| buildCounterUrlCrawlErrorCountsPerType--;
|
| @@ -354,20 +354,20 @@ checkUrlCrawlErrorCountsPerType(api.UrlCrawlErrorCountsPerType o) {
|
| buildCounterUrlCrawlErrorCountsPerType++;
|
| if (buildCounterUrlCrawlErrorCountsPerType < 3) {
|
| unittest.expect(o.category, unittest.equals('foo'));
|
| - checkUnnamed686(o.entries);
|
| + checkUnnamed945(o.entries);
|
| unittest.expect(o.platform, unittest.equals('foo'));
|
| }
|
| buildCounterUrlCrawlErrorCountsPerType--;
|
| }
|
|
|
| -buildUnnamed687() {
|
| +buildUnnamed946() {
|
| var o = new core.List<api.UrlCrawlErrorCountsPerType>();
|
| o.add(buildUrlCrawlErrorCountsPerType());
|
| o.add(buildUrlCrawlErrorCountsPerType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed687(core.List<api.UrlCrawlErrorCountsPerType> o) {
|
| +checkUnnamed946(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 = buildUnnamed687();
|
| + o.countPerTypes = buildUnnamed946();
|
| }
|
| buildCounterUrlCrawlErrorsCountsQueryResponse--;
|
| return o;
|
| @@ -387,7 +387,7 @@ buildUrlCrawlErrorsCountsQueryResponse() {
|
| checkUrlCrawlErrorsCountsQueryResponse(api.UrlCrawlErrorsCountsQueryResponse o) {
|
| buildCounterUrlCrawlErrorsCountsQueryResponse++;
|
| if (buildCounterUrlCrawlErrorsCountsQueryResponse < 3) {
|
| - checkUnnamed687(o.countPerTypes);
|
| + checkUnnamed946(o.countPerTypes);
|
| }
|
| buildCounterUrlCrawlErrorsCountsQueryResponse--;
|
| }
|
| @@ -419,14 +419,14 @@ checkUrlCrawlErrorsSample(api.UrlCrawlErrorsSample o) {
|
| buildCounterUrlCrawlErrorsSample--;
|
| }
|
|
|
| -buildUnnamed688() {
|
| +buildUnnamed947() {
|
| var o = new core.List<api.UrlCrawlErrorsSample>();
|
| o.add(buildUrlCrawlErrorsSample());
|
| o.add(buildUrlCrawlErrorsSample());
|
| return o;
|
| }
|
|
|
| -checkUnnamed688(core.List<api.UrlCrawlErrorsSample> o) {
|
| +checkUnnamed947(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 = buildUnnamed688();
|
| + o.urlCrawlErrorSample = buildUnnamed947();
|
| }
|
| buildCounterUrlCrawlErrorsSamplesListResponse--;
|
| return o;
|
| @@ -446,32 +446,32 @@ buildUrlCrawlErrorsSamplesListResponse() {
|
| checkUrlCrawlErrorsSamplesListResponse(api.UrlCrawlErrorsSamplesListResponse o) {
|
| buildCounterUrlCrawlErrorsSamplesListResponse++;
|
| if (buildCounterUrlCrawlErrorsSamplesListResponse < 3) {
|
| - checkUnnamed688(o.urlCrawlErrorSample);
|
| + checkUnnamed947(o.urlCrawlErrorSample);
|
| }
|
| buildCounterUrlCrawlErrorsSamplesListResponse--;
|
| }
|
|
|
| -buildUnnamed689() {
|
| +buildUnnamed948() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed689(core.List<core.String> o) {
|
| +checkUnnamed948(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'));
|
| }
|
|
|
| -buildUnnamed690() {
|
| +buildUnnamed949() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed690(core.List<core.String> o) {
|
| +checkUnnamed949(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 = buildUnnamed689();
|
| - o.linkedFromUrls = buildUnnamed690();
|
| + o.containingSitemaps = buildUnnamed948();
|
| + o.linkedFromUrls = buildUnnamed949();
|
| }
|
| buildCounterUrlSampleDetails--;
|
| return o;
|
| @@ -492,8 +492,8 @@ buildUrlSampleDetails() {
|
| checkUrlSampleDetails(api.UrlSampleDetails o) {
|
| buildCounterUrlSampleDetails++;
|
| if (buildCounterUrlSampleDetails < 3) {
|
| - checkUnnamed689(o.containingSitemaps);
|
| - checkUnnamed690(o.linkedFromUrls);
|
| + checkUnnamed948(o.containingSitemaps);
|
| + checkUnnamed949(o.linkedFromUrls);
|
| }
|
| buildCounterUrlSampleDetails--;
|
| }
|
| @@ -519,14 +519,14 @@ checkWmxSite(api.WmxSite o) {
|
| buildCounterWmxSite--;
|
| }
|
|
|
| -buildUnnamed691() {
|
| +buildUnnamed950() {
|
| var o = new core.List<api.WmxSitemapContent>();
|
| o.add(buildWmxSitemapContent());
|
| o.add(buildWmxSitemapContent());
|
| return o;
|
| }
|
|
|
| -checkUnnamed691(core.List<api.WmxSitemapContent> o) {
|
| +checkUnnamed950(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 = buildUnnamed691();
|
| + o.contents = buildUnnamed950();
|
| o.errors = "foo";
|
| o.isPending = true;
|
| o.isSitemapsIndex = true;
|
| @@ -554,7 +554,7 @@ buildWmxSitemap() {
|
| checkWmxSitemap(api.WmxSitemap o) {
|
| buildCounterWmxSitemap++;
|
| if (buildCounterWmxSitemap < 3) {
|
| - checkUnnamed691(o.contents);
|
| + checkUnnamed950(o.contents);
|
| unittest.expect(o.errors, unittest.equals('foo'));
|
| unittest.expect(o.isPending, unittest.isTrue);
|
| unittest.expect(o.isSitemapsIndex, unittest.isTrue);
|
|
|