| Index: generated/googleapis/test/partners/v2_test.dart
|
| diff --git a/generated/googleapis/test/partners/v2_test.dart b/generated/googleapis/test/partners/v2_test.dart
|
| index a0b87fbe59d2af447884360b5785e0a9dcd44dcc..7180f781aa37a55d9fac08c2d5fef41b989ea089 100644
|
| --- a/generated/googleapis/test/partners/v2_test.dart
|
| +++ b/generated/googleapis/test/partners/v2_test.dart
|
| @@ -72,14 +72,14 @@ checkCertificationExamStatus(api.CertificationExamStatus o) {
|
| buildCounterCertificationExamStatus--;
|
| }
|
|
|
| -buildUnnamed2016() {
|
| +buildUnnamed1787() {
|
| var o = new core.List<api.CertificationExamStatus>();
|
| o.add(buildCertificationExamStatus());
|
| o.add(buildCertificationExamStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2016(core.List<api.CertificationExamStatus> o) {
|
| +checkUnnamed1787(core.List<api.CertificationExamStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCertificationExamStatus(o[0]);
|
| checkCertificationExamStatus(o[1]);
|
| @@ -90,7 +90,7 @@ buildCertificationStatus() {
|
| var o = new api.CertificationStatus();
|
| buildCounterCertificationStatus++;
|
| if (buildCounterCertificationStatus < 3) {
|
| - o.examStatuses = buildUnnamed2016();
|
| + o.examStatuses = buildUnnamed1787();
|
| o.isCertified = true;
|
| o.type = "foo";
|
| }
|
| @@ -101,86 +101,86 @@ buildCertificationStatus() {
|
| checkCertificationStatus(api.CertificationStatus o) {
|
| buildCounterCertificationStatus++;
|
| if (buildCounterCertificationStatus < 3) {
|
| - checkUnnamed2016(o.examStatuses);
|
| + checkUnnamed1787(o.examStatuses);
|
| unittest.expect(o.isCertified, unittest.isTrue);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterCertificationStatus--;
|
| }
|
|
|
| -buildUnnamed2017() {
|
| +buildUnnamed1788() {
|
| var o = new core.List<api.CertificationStatus>();
|
| o.add(buildCertificationStatus());
|
| o.add(buildCertificationStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2017(core.List<api.CertificationStatus> o) {
|
| +checkUnnamed1788(core.List<api.CertificationStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCertificationStatus(o[0]);
|
| checkCertificationStatus(o[1]);
|
| }
|
|
|
| -buildUnnamed2018() {
|
| +buildUnnamed1789() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2018(core.List<core.String> o) {
|
| +checkUnnamed1789(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'));
|
| }
|
|
|
| -buildUnnamed2019() {
|
| +buildUnnamed1790() {
|
| var o = new core.List<api.LocalizedCompanyInfo>();
|
| o.add(buildLocalizedCompanyInfo());
|
| o.add(buildLocalizedCompanyInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2019(core.List<api.LocalizedCompanyInfo> o) {
|
| +checkUnnamed1790(core.List<api.LocalizedCompanyInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLocalizedCompanyInfo(o[0]);
|
| checkLocalizedCompanyInfo(o[1]);
|
| }
|
|
|
| -buildUnnamed2020() {
|
| +buildUnnamed1791() {
|
| var o = new core.List<api.Location>();
|
| o.add(buildLocation());
|
| o.add(buildLocation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2020(core.List<api.Location> o) {
|
| +checkUnnamed1791(core.List<api.Location> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLocation(o[0]);
|
| checkLocation(o[1]);
|
| }
|
|
|
| -buildUnnamed2021() {
|
| +buildUnnamed1792() {
|
| var o = new core.List<api.Rank>();
|
| o.add(buildRank());
|
| o.add(buildRank());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2021(core.List<api.Rank> o) {
|
| +checkUnnamed1792(core.List<api.Rank> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRank(o[0]);
|
| checkRank(o[1]);
|
| }
|
|
|
| -buildUnnamed2022() {
|
| +buildUnnamed1793() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2022(core.List<core.String> o) {
|
| +checkUnnamed1793(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'));
|
| @@ -191,17 +191,17 @@ buildCompany() {
|
| var o = new api.Company();
|
| buildCounterCompany++;
|
| if (buildCounterCompany < 3) {
|
| - o.certificationStatuses = buildUnnamed2017();
|
| + o.certificationStatuses = buildUnnamed1788();
|
| o.convertedMinMonthlyBudget = buildMoney();
|
| o.id = "foo";
|
| - o.industries = buildUnnamed2018();
|
| - o.localizedInfos = buildUnnamed2019();
|
| - o.locations = buildUnnamed2020();
|
| + o.industries = buildUnnamed1789();
|
| + o.localizedInfos = buildUnnamed1790();
|
| + o.locations = buildUnnamed1791();
|
| o.name = "foo";
|
| o.originalMinMonthlyBudget = buildMoney();
|
| o.publicProfile = buildPublicProfile();
|
| - o.ranks = buildUnnamed2021();
|
| - o.services = buildUnnamed2022();
|
| + o.ranks = buildUnnamed1792();
|
| + o.services = buildUnnamed1793();
|
| o.websiteUrl = "foo";
|
| }
|
| buildCounterCompany--;
|
| @@ -211,17 +211,17 @@ buildCompany() {
|
| checkCompany(api.Company o) {
|
| buildCounterCompany++;
|
| if (buildCounterCompany < 3) {
|
| - checkUnnamed2017(o.certificationStatuses);
|
| + checkUnnamed1788(o.certificationStatuses);
|
| checkMoney(o.convertedMinMonthlyBudget);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2018(o.industries);
|
| - checkUnnamed2019(o.localizedInfos);
|
| - checkUnnamed2020(o.locations);
|
| + checkUnnamed1789(o.industries);
|
| + checkUnnamed1790(o.localizedInfos);
|
| + checkUnnamed1791(o.locations);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkMoney(o.originalMinMonthlyBudget);
|
| checkPublicProfile(o.publicProfile);
|
| - checkUnnamed2021(o.ranks);
|
| - checkUnnamed2022(o.services);
|
| + checkUnnamed1792(o.ranks);
|
| + checkUnnamed1793(o.services);
|
| unittest.expect(o.websiteUrl, unittest.equals('foo'));
|
| }
|
| buildCounterCompany--;
|
| @@ -296,14 +296,14 @@ checkDebugInfo(api.DebugInfo o) {
|
| buildCounterDebugInfo--;
|
| }
|
|
|
| -buildUnnamed2023() {
|
| +buildUnnamed1794() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2023(core.List<core.String> o) {
|
| +checkUnnamed1794(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'));
|
| @@ -315,7 +315,7 @@ buildEventData() {
|
| buildCounterEventData++;
|
| if (buildCounterEventData < 3) {
|
| o.key = "foo";
|
| - o.values = buildUnnamed2023();
|
| + o.values = buildUnnamed1794();
|
| }
|
| buildCounterEventData--;
|
| return o;
|
| @@ -325,7 +325,7 @@ checkEventData(api.EventData o) {
|
| buildCounterEventData++;
|
| if (buildCounterEventData < 3) {
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| - checkUnnamed2023(o.values);
|
| + checkUnnamed1794(o.values);
|
| }
|
| buildCounterEventData--;
|
| }
|
| @@ -372,14 +372,14 @@ checkLatLng(api.LatLng o) {
|
| buildCounterLatLng--;
|
| }
|
|
|
| -buildUnnamed2024() {
|
| +buildUnnamed1795() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2024(core.List<core.String> o) {
|
| +checkUnnamed1795(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'));
|
| @@ -394,7 +394,7 @@ buildLead() {
|
| o.email = "foo";
|
| o.familyName = "foo";
|
| o.givenName = "foo";
|
| - o.gpsMotivations = buildUnnamed2024();
|
| + o.gpsMotivations = buildUnnamed1795();
|
| o.id = "foo";
|
| o.minMonthlyBudget = buildMoney();
|
| o.phoneNumber = "foo";
|
| @@ -412,7 +412,7 @@ checkLead(api.Lead o) {
|
| unittest.expect(o.email, unittest.equals('foo'));
|
| unittest.expect(o.familyName, unittest.equals('foo'));
|
| unittest.expect(o.givenName, unittest.equals('foo'));
|
| - checkUnnamed2024(o.gpsMotivations);
|
| + checkUnnamed1795(o.gpsMotivations);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkMoney(o.minMonthlyBudget);
|
| unittest.expect(o.phoneNumber, unittest.equals('foo'));
|
| @@ -422,14 +422,14 @@ checkLead(api.Lead o) {
|
| buildCounterLead--;
|
| }
|
|
|
| -buildUnnamed2025() {
|
| +buildUnnamed1796() {
|
| var o = new core.List<api.Company>();
|
| o.add(buildCompany());
|
| o.add(buildCompany());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2025(core.List<api.Company> o) {
|
| +checkUnnamed1796(core.List<api.Company> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCompany(o[0]);
|
| checkCompany(o[1]);
|
| @@ -440,7 +440,7 @@ buildListCompaniesResponse() {
|
| var o = new api.ListCompaniesResponse();
|
| buildCounterListCompaniesResponse++;
|
| if (buildCounterListCompaniesResponse < 3) {
|
| - o.companies = buildUnnamed2025();
|
| + o.companies = buildUnnamed1796();
|
| o.nextPageToken = "foo";
|
| o.responseMetadata = buildResponseMetadata();
|
| }
|
| @@ -451,21 +451,21 @@ buildListCompaniesResponse() {
|
| checkListCompaniesResponse(api.ListCompaniesResponse o) {
|
| buildCounterListCompaniesResponse++;
|
| if (buildCounterListCompaniesResponse < 3) {
|
| - checkUnnamed2025(o.companies);
|
| + checkUnnamed1796(o.companies);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkResponseMetadata(o.responseMetadata);
|
| }
|
| buildCounterListCompaniesResponse--;
|
| }
|
|
|
| -buildUnnamed2026() {
|
| +buildUnnamed1797() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2026(core.List<core.String> o) {
|
| +checkUnnamed1797(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'));
|
| @@ -477,7 +477,7 @@ buildListUserStatesResponse() {
|
| buildCounterListUserStatesResponse++;
|
| if (buildCounterListUserStatesResponse < 3) {
|
| o.responseMetadata = buildResponseMetadata();
|
| - o.userStates = buildUnnamed2026();
|
| + o.userStates = buildUnnamed1797();
|
| }
|
| buildCounterListUserStatesResponse--;
|
| return o;
|
| @@ -487,19 +487,19 @@ checkListUserStatesResponse(api.ListUserStatesResponse o) {
|
| buildCounterListUserStatesResponse++;
|
| if (buildCounterListUserStatesResponse < 3) {
|
| checkResponseMetadata(o.responseMetadata);
|
| - checkUnnamed2026(o.userStates);
|
| + checkUnnamed1797(o.userStates);
|
| }
|
| buildCounterListUserStatesResponse--;
|
| }
|
|
|
| -buildUnnamed2027() {
|
| +buildUnnamed1798() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2027(core.List<core.String> o) {
|
| +checkUnnamed1798(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'));
|
| @@ -510,7 +510,7 @@ buildLocalizedCompanyInfo() {
|
| var o = new api.LocalizedCompanyInfo();
|
| buildCounterLocalizedCompanyInfo++;
|
| if (buildCounterLocalizedCompanyInfo < 3) {
|
| - o.countryCodes = buildUnnamed2027();
|
| + o.countryCodes = buildUnnamed1798();
|
| o.displayName = "foo";
|
| o.languageCode = "foo";
|
| o.overview = "foo";
|
| @@ -522,7 +522,7 @@ buildLocalizedCompanyInfo() {
|
| checkLocalizedCompanyInfo(api.LocalizedCompanyInfo o) {
|
| buildCounterLocalizedCompanyInfo++;
|
| if (buildCounterLocalizedCompanyInfo < 3) {
|
| - checkUnnamed2027(o.countryCodes);
|
| + checkUnnamed1798(o.countryCodes);
|
| unittest.expect(o.displayName, unittest.equals('foo'));
|
| unittest.expect(o.languageCode, unittest.equals('foo'));
|
| unittest.expect(o.overview, unittest.equals('foo'));
|
| @@ -551,14 +551,14 @@ checkLocation(api.Location o) {
|
| buildCounterLocation--;
|
| }
|
|
|
| -buildUnnamed2028() {
|
| +buildUnnamed1799() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed2028(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1799(core.Map<core.String, core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o["x"], unittest.equals('foo'));
|
| unittest.expect(o["y"], unittest.equals('foo'));
|
| @@ -569,7 +569,7 @@ buildLogMessageRequest() {
|
| var o = new api.LogMessageRequest();
|
| buildCounterLogMessageRequest++;
|
| if (buildCounterLogMessageRequest < 3) {
|
| - o.clientInfo = buildUnnamed2028();
|
| + o.clientInfo = buildUnnamed1799();
|
| o.details = "foo";
|
| o.level = "foo";
|
| o.requestMetadata = buildRequestMetadata();
|
| @@ -581,7 +581,7 @@ buildLogMessageRequest() {
|
| checkLogMessageRequest(api.LogMessageRequest o) {
|
| buildCounterLogMessageRequest++;
|
| if (buildCounterLogMessageRequest < 3) {
|
| - checkUnnamed2028(o.clientInfo);
|
| + checkUnnamed1799(o.clientInfo);
|
| unittest.expect(o.details, unittest.equals('foo'));
|
| unittest.expect(o.level, unittest.equals('foo'));
|
| checkRequestMetadata(o.requestMetadata);
|
| @@ -608,14 +608,14 @@ checkLogMessageResponse(api.LogMessageResponse o) {
|
| buildCounterLogMessageResponse--;
|
| }
|
|
|
| -buildUnnamed2029() {
|
| +buildUnnamed1800() {
|
| var o = new core.List<api.EventData>();
|
| o.add(buildEventData());
|
| o.add(buildEventData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2029(core.List<api.EventData> o) {
|
| +checkUnnamed1800(core.List<api.EventData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventData(o[0]);
|
| checkEventData(o[1]);
|
| @@ -628,7 +628,7 @@ buildLogUserEventRequest() {
|
| if (buildCounterLogUserEventRequest < 3) {
|
| o.eventAction = "foo";
|
| o.eventCategory = "foo";
|
| - o.eventDatas = buildUnnamed2029();
|
| + o.eventDatas = buildUnnamed1800();
|
| o.eventScope = "foo";
|
| o.lead = buildLead();
|
| o.requestMetadata = buildRequestMetadata();
|
| @@ -643,7 +643,7 @@ checkLogUserEventRequest(api.LogUserEventRequest o) {
|
| if (buildCounterLogUserEventRequest < 3) {
|
| unittest.expect(o.eventAction, unittest.equals('foo'));
|
| unittest.expect(o.eventCategory, unittest.equals('foo'));
|
| - checkUnnamed2029(o.eventDatas);
|
| + checkUnnamed1800(o.eventDatas);
|
| unittest.expect(o.eventScope, unittest.equals('foo'));
|
| checkLead(o.lead);
|
| checkRequestMetadata(o.requestMetadata);
|
| @@ -761,14 +761,14 @@ checkRecaptchaChallenge(api.RecaptchaChallenge o) {
|
| buildCounterRecaptchaChallenge--;
|
| }
|
|
|
| -buildUnnamed2030() {
|
| +buildUnnamed1801() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2030(core.List<core.String> o) {
|
| +checkUnnamed1801(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'));
|
| @@ -779,7 +779,7 @@ buildRequestMetadata() {
|
| var o = new api.RequestMetadata();
|
| buildCounterRequestMetadata++;
|
| if (buildCounterRequestMetadata < 3) {
|
| - o.experimentIds = buildUnnamed2030();
|
| + o.experimentIds = buildUnnamed1801();
|
| o.locale = "foo";
|
| o.partnersSessionId = "foo";
|
| o.trafficSource = buildTrafficSource();
|
| @@ -792,7 +792,7 @@ buildRequestMetadata() {
|
| checkRequestMetadata(api.RequestMetadata o) {
|
| buildCounterRequestMetadata++;
|
| if (buildCounterRequestMetadata < 3) {
|
| - checkUnnamed2030(o.experimentIds);
|
| + checkUnnamed1801(o.experimentIds);
|
| unittest.expect(o.locale, unittest.equals('foo'));
|
| unittest.expect(o.partnersSessionId, unittest.equals('foo'));
|
| checkTrafficSource(o.trafficSource);
|
| @@ -862,92 +862,92 @@ checkUserOverrides(api.UserOverrides o) {
|
| buildCounterUserOverrides--;
|
| }
|
|
|
| -buildUnnamed2031() {
|
| +buildUnnamed1802() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2031(core.List<core.String> o) {
|
| +checkUnnamed1802(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'));
|
| }
|
|
|
| -buildUnnamed2032() {
|
| +buildUnnamed1803() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2032(core.List<core.String> o) {
|
| +checkUnnamed1803(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'));
|
| }
|
|
|
| -buildUnnamed2033() {
|
| +buildUnnamed1804() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2033(core.List<core.String> o) {
|
| +checkUnnamed1804(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'));
|
| }
|
|
|
| -buildUnnamed2034() {
|
| +buildUnnamed1805() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2034(core.List<core.String> o) {
|
| +checkUnnamed1805(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'));
|
| }
|
|
|
| -buildUnnamed2035() {
|
| +buildUnnamed1806() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2035(core.List<core.String> o) {
|
| +checkUnnamed1806(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'));
|
| }
|
|
|
| -buildUnnamed2036() {
|
| +buildUnnamed1807() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2036(core.List<core.String> o) {
|
| +checkUnnamed1807(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'));
|
| }
|
|
|
| -buildUnnamed2037() {
|
| +buildUnnamed1808() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2037(core.List<core.String> o) {
|
| +checkUnnamed1808(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'));
|
| @@ -1250,7 +1250,7 @@ main() {
|
| var arg_requestMetadata_userOverrides_userId = "foo";
|
| var arg_requestMetadata_locale = "foo";
|
| var arg_requestMetadata_partnersSessionId = "foo";
|
| - var arg_requestMetadata_experimentIds = buildUnnamed2031();
|
| + var arg_requestMetadata_experimentIds = buildUnnamed1802();
|
| var arg_requestMetadata_trafficSource_trafficSourceId = "foo";
|
| var arg_requestMetadata_trafficSource_trafficSubId = "foo";
|
| var arg_view = "foo";
|
| @@ -1318,7 +1318,7 @@ main() {
|
| var arg_requestMetadata_userOverrides_userId = "foo";
|
| var arg_requestMetadata_locale = "foo";
|
| var arg_requestMetadata_partnersSessionId = "foo";
|
| - var arg_requestMetadata_experimentIds = buildUnnamed2032();
|
| + var arg_requestMetadata_experimentIds = buildUnnamed1803();
|
| var arg_requestMetadata_trafficSource_trafficSourceId = "foo";
|
| var arg_requestMetadata_trafficSource_trafficSubId = "foo";
|
| var arg_pageSize = 42;
|
| @@ -1331,12 +1331,12 @@ main() {
|
| var arg_maxMonthlyBudget_currencyCode = "foo";
|
| var arg_maxMonthlyBudget_units = "foo";
|
| var arg_maxMonthlyBudget_nanos = 42;
|
| - var arg_industries = buildUnnamed2033();
|
| - var arg_services = buildUnnamed2034();
|
| - var arg_languageCodes = buildUnnamed2035();
|
| + var arg_industries = buildUnnamed1804();
|
| + var arg_services = buildUnnamed1805();
|
| + var arg_languageCodes = buildUnnamed1806();
|
| var arg_address = "foo";
|
| var arg_orderBy = "foo";
|
| - var arg_gpsMotivations = buildUnnamed2036();
|
| + var arg_gpsMotivations = buildUnnamed1807();
|
| var arg_websiteUrl = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -1523,7 +1523,7 @@ main() {
|
| var arg_requestMetadata_userOverrides_userId = "foo";
|
| var arg_requestMetadata_locale = "foo";
|
| var arg_requestMetadata_partnersSessionId = "foo";
|
| - var arg_requestMetadata_experimentIds = buildUnnamed2037();
|
| + var arg_requestMetadata_experimentIds = buildUnnamed1808();
|
| var arg_requestMetadata_trafficSource_trafficSourceId = "foo";
|
| var arg_requestMetadata_trafficSource_trafficSubId = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
|
|