| 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 3e6393e9afa9e88e660edff524f9708c292946a1..a831d0a8bc990fd815c066d998e4f35a76994938 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--;
|
| }
|
|
|
| -buildUnnamed1964() {
|
| +buildUnnamed1545() {
|
| var o = new core.List<api.CertificationExamStatus>();
|
| o.add(buildCertificationExamStatus());
|
| o.add(buildCertificationExamStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1964(core.List<api.CertificationExamStatus> o) {
|
| +checkUnnamed1545(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 = buildUnnamed1964();
|
| + o.examStatuses = buildUnnamed1545();
|
| o.isCertified = true;
|
| o.type = "foo";
|
| }
|
| @@ -101,86 +101,86 @@ buildCertificationStatus() {
|
| checkCertificationStatus(api.CertificationStatus o) {
|
| buildCounterCertificationStatus++;
|
| if (buildCounterCertificationStatus < 3) {
|
| - checkUnnamed1964(o.examStatuses);
|
| + checkUnnamed1545(o.examStatuses);
|
| unittest.expect(o.isCertified, unittest.isTrue);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterCertificationStatus--;
|
| }
|
|
|
| -buildUnnamed1965() {
|
| +buildUnnamed1546() {
|
| var o = new core.List<api.CertificationStatus>();
|
| o.add(buildCertificationStatus());
|
| o.add(buildCertificationStatus());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1965(core.List<api.CertificationStatus> o) {
|
| +checkUnnamed1546(core.List<api.CertificationStatus> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCertificationStatus(o[0]);
|
| checkCertificationStatus(o[1]);
|
| }
|
|
|
| -buildUnnamed1966() {
|
| +buildUnnamed1547() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1966(core.List<core.String> o) {
|
| +checkUnnamed1547(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'));
|
| }
|
|
|
| -buildUnnamed1967() {
|
| +buildUnnamed1548() {
|
| var o = new core.List<api.LocalizedCompanyInfo>();
|
| o.add(buildLocalizedCompanyInfo());
|
| o.add(buildLocalizedCompanyInfo());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1967(core.List<api.LocalizedCompanyInfo> o) {
|
| +checkUnnamed1548(core.List<api.LocalizedCompanyInfo> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLocalizedCompanyInfo(o[0]);
|
| checkLocalizedCompanyInfo(o[1]);
|
| }
|
|
|
| -buildUnnamed1968() {
|
| +buildUnnamed1549() {
|
| var o = new core.List<api.Location>();
|
| o.add(buildLocation());
|
| o.add(buildLocation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1968(core.List<api.Location> o) {
|
| +checkUnnamed1549(core.List<api.Location> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLocation(o[0]);
|
| checkLocation(o[1]);
|
| }
|
|
|
| -buildUnnamed1969() {
|
| +buildUnnamed1550() {
|
| var o = new core.List<api.Rank>();
|
| o.add(buildRank());
|
| o.add(buildRank());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1969(core.List<api.Rank> o) {
|
| +checkUnnamed1550(core.List<api.Rank> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRank(o[0]);
|
| checkRank(o[1]);
|
| }
|
|
|
| -buildUnnamed1970() {
|
| +buildUnnamed1551() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1970(core.List<core.String> o) {
|
| +checkUnnamed1551(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 = buildUnnamed1965();
|
| + o.certificationStatuses = buildUnnamed1546();
|
| o.convertedMinMonthlyBudget = buildMoney();
|
| o.id = "foo";
|
| - o.industries = buildUnnamed1966();
|
| - o.localizedInfos = buildUnnamed1967();
|
| - o.locations = buildUnnamed1968();
|
| + o.industries = buildUnnamed1547();
|
| + o.localizedInfos = buildUnnamed1548();
|
| + o.locations = buildUnnamed1549();
|
| o.name = "foo";
|
| o.originalMinMonthlyBudget = buildMoney();
|
| o.publicProfile = buildPublicProfile();
|
| - o.ranks = buildUnnamed1969();
|
| - o.services = buildUnnamed1970();
|
| + o.ranks = buildUnnamed1550();
|
| + o.services = buildUnnamed1551();
|
| o.websiteUrl = "foo";
|
| }
|
| buildCounterCompany--;
|
| @@ -211,17 +211,17 @@ buildCompany() {
|
| checkCompany(api.Company o) {
|
| buildCounterCompany++;
|
| if (buildCounterCompany < 3) {
|
| - checkUnnamed1965(o.certificationStatuses);
|
| + checkUnnamed1546(o.certificationStatuses);
|
| checkMoney(o.convertedMinMonthlyBudget);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1966(o.industries);
|
| - checkUnnamed1967(o.localizedInfos);
|
| - checkUnnamed1968(o.locations);
|
| + checkUnnamed1547(o.industries);
|
| + checkUnnamed1548(o.localizedInfos);
|
| + checkUnnamed1549(o.locations);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkMoney(o.originalMinMonthlyBudget);
|
| checkPublicProfile(o.publicProfile);
|
| - checkUnnamed1969(o.ranks);
|
| - checkUnnamed1970(o.services);
|
| + checkUnnamed1550(o.ranks);
|
| + checkUnnamed1551(o.services);
|
| unittest.expect(o.websiteUrl, unittest.equals('foo'));
|
| }
|
| buildCounterCompany--;
|
| @@ -290,14 +290,14 @@ checkDebugInfo(api.DebugInfo o) {
|
| buildCounterDebugInfo--;
|
| }
|
|
|
| -buildUnnamed1971() {
|
| +buildUnnamed1552() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1971(core.List<core.String> o) {
|
| +checkUnnamed1552(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'));
|
| @@ -309,7 +309,7 @@ buildEventData() {
|
| buildCounterEventData++;
|
| if (buildCounterEventData < 3) {
|
| o.key = "foo";
|
| - o.values = buildUnnamed1971();
|
| + o.values = buildUnnamed1552();
|
| }
|
| buildCounterEventData--;
|
| return o;
|
| @@ -319,7 +319,7 @@ checkEventData(api.EventData o) {
|
| buildCounterEventData++;
|
| if (buildCounterEventData < 3) {
|
| unittest.expect(o.key, unittest.equals('foo'));
|
| - checkUnnamed1971(o.values);
|
| + checkUnnamed1552(o.values);
|
| }
|
| buildCounterEventData--;
|
| }
|
| @@ -366,14 +366,14 @@ checkLatLng(api.LatLng o) {
|
| buildCounterLatLng--;
|
| }
|
|
|
| -buildUnnamed1972() {
|
| +buildUnnamed1553() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1972(core.List<core.String> o) {
|
| +checkUnnamed1553(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'));
|
| @@ -388,7 +388,7 @@ buildLead() {
|
| o.email = "foo";
|
| o.familyName = "foo";
|
| o.givenName = "foo";
|
| - o.gpsMotivations = buildUnnamed1972();
|
| + o.gpsMotivations = buildUnnamed1553();
|
| o.id = "foo";
|
| o.minMonthlyBudget = buildMoney();
|
| o.phoneNumber = "foo";
|
| @@ -406,7 +406,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'));
|
| - checkUnnamed1972(o.gpsMotivations);
|
| + checkUnnamed1553(o.gpsMotivations);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| checkMoney(o.minMonthlyBudget);
|
| unittest.expect(o.phoneNumber, unittest.equals('foo'));
|
| @@ -416,14 +416,14 @@ checkLead(api.Lead o) {
|
| buildCounterLead--;
|
| }
|
|
|
| -buildUnnamed1973() {
|
| +buildUnnamed1554() {
|
| var o = new core.List<api.Company>();
|
| o.add(buildCompany());
|
| o.add(buildCompany());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1973(core.List<api.Company> o) {
|
| +checkUnnamed1554(core.List<api.Company> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCompany(o[0]);
|
| checkCompany(o[1]);
|
| @@ -434,7 +434,7 @@ buildListCompaniesResponse() {
|
| var o = new api.ListCompaniesResponse();
|
| buildCounterListCompaniesResponse++;
|
| if (buildCounterListCompaniesResponse < 3) {
|
| - o.companies = buildUnnamed1973();
|
| + o.companies = buildUnnamed1554();
|
| o.nextPageToken = "foo";
|
| o.responseMetadata = buildResponseMetadata();
|
| }
|
| @@ -445,21 +445,21 @@ buildListCompaniesResponse() {
|
| checkListCompaniesResponse(api.ListCompaniesResponse o) {
|
| buildCounterListCompaniesResponse++;
|
| if (buildCounterListCompaniesResponse < 3) {
|
| - checkUnnamed1973(o.companies);
|
| + checkUnnamed1554(o.companies);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkResponseMetadata(o.responseMetadata);
|
| }
|
| buildCounterListCompaniesResponse--;
|
| }
|
|
|
| -buildUnnamed1974() {
|
| +buildUnnamed1555() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1974(core.List<core.String> o) {
|
| +checkUnnamed1555(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'));
|
| @@ -471,7 +471,7 @@ buildListUserStatesResponse() {
|
| buildCounterListUserStatesResponse++;
|
| if (buildCounterListUserStatesResponse < 3) {
|
| o.responseMetadata = buildResponseMetadata();
|
| - o.userStates = buildUnnamed1974();
|
| + o.userStates = buildUnnamed1555();
|
| }
|
| buildCounterListUserStatesResponse--;
|
| return o;
|
| @@ -481,19 +481,19 @@ checkListUserStatesResponse(api.ListUserStatesResponse o) {
|
| buildCounterListUserStatesResponse++;
|
| if (buildCounterListUserStatesResponse < 3) {
|
| checkResponseMetadata(o.responseMetadata);
|
| - checkUnnamed1974(o.userStates);
|
| + checkUnnamed1555(o.userStates);
|
| }
|
| buildCounterListUserStatesResponse--;
|
| }
|
|
|
| -buildUnnamed1975() {
|
| +buildUnnamed1556() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1975(core.List<core.String> o) {
|
| +checkUnnamed1556(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'));
|
| @@ -504,7 +504,7 @@ buildLocalizedCompanyInfo() {
|
| var o = new api.LocalizedCompanyInfo();
|
| buildCounterLocalizedCompanyInfo++;
|
| if (buildCounterLocalizedCompanyInfo < 3) {
|
| - o.countryCodes = buildUnnamed1975();
|
| + o.countryCodes = buildUnnamed1556();
|
| o.displayName = "foo";
|
| o.languageCode = "foo";
|
| o.overview = "foo";
|
| @@ -516,7 +516,7 @@ buildLocalizedCompanyInfo() {
|
| checkLocalizedCompanyInfo(api.LocalizedCompanyInfo o) {
|
| buildCounterLocalizedCompanyInfo++;
|
| if (buildCounterLocalizedCompanyInfo < 3) {
|
| - checkUnnamed1975(o.countryCodes);
|
| + checkUnnamed1556(o.countryCodes);
|
| unittest.expect(o.displayName, unittest.equals('foo'));
|
| unittest.expect(o.languageCode, unittest.equals('foo'));
|
| unittest.expect(o.overview, unittest.equals('foo'));
|
| @@ -545,14 +545,14 @@ checkLocation(api.Location o) {
|
| buildCounterLocation--;
|
| }
|
|
|
| -buildUnnamed1976() {
|
| +buildUnnamed1557() {
|
| var o = new core.Map<core.String, core.String>();
|
| o["x"] = "foo";
|
| o["y"] = "foo";
|
| return o;
|
| }
|
|
|
| -checkUnnamed1976(core.Map<core.String, core.String> o) {
|
| +checkUnnamed1557(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'));
|
| @@ -563,7 +563,7 @@ buildLogMessageRequest() {
|
| var o = new api.LogMessageRequest();
|
| buildCounterLogMessageRequest++;
|
| if (buildCounterLogMessageRequest < 3) {
|
| - o.clientInfo = buildUnnamed1976();
|
| + o.clientInfo = buildUnnamed1557();
|
| o.details = "foo";
|
| o.level = "foo";
|
| o.requestMetadata = buildRequestMetadata();
|
| @@ -575,7 +575,7 @@ buildLogMessageRequest() {
|
| checkLogMessageRequest(api.LogMessageRequest o) {
|
| buildCounterLogMessageRequest++;
|
| if (buildCounterLogMessageRequest < 3) {
|
| - checkUnnamed1976(o.clientInfo);
|
| + checkUnnamed1557(o.clientInfo);
|
| unittest.expect(o.details, unittest.equals('foo'));
|
| unittest.expect(o.level, unittest.equals('foo'));
|
| checkRequestMetadata(o.requestMetadata);
|
| @@ -602,14 +602,14 @@ checkLogMessageResponse(api.LogMessageResponse o) {
|
| buildCounterLogMessageResponse--;
|
| }
|
|
|
| -buildUnnamed1977() {
|
| +buildUnnamed1558() {
|
| var o = new core.List<api.EventData>();
|
| o.add(buildEventData());
|
| o.add(buildEventData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1977(core.List<api.EventData> o) {
|
| +checkUnnamed1558(core.List<api.EventData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEventData(o[0]);
|
| checkEventData(o[1]);
|
| @@ -622,7 +622,7 @@ buildLogUserEventRequest() {
|
| if (buildCounterLogUserEventRequest < 3) {
|
| o.eventAction = "foo";
|
| o.eventCategory = "foo";
|
| - o.eventDatas = buildUnnamed1977();
|
| + o.eventDatas = buildUnnamed1558();
|
| o.eventScope = "foo";
|
| o.lead = buildLead();
|
| o.requestMetadata = buildRequestMetadata();
|
| @@ -637,7 +637,7 @@ checkLogUserEventRequest(api.LogUserEventRequest o) {
|
| if (buildCounterLogUserEventRequest < 3) {
|
| unittest.expect(o.eventAction, unittest.equals('foo'));
|
| unittest.expect(o.eventCategory, unittest.equals('foo'));
|
| - checkUnnamed1977(o.eventDatas);
|
| + checkUnnamed1558(o.eventDatas);
|
| unittest.expect(o.eventScope, unittest.equals('foo'));
|
| checkLead(o.lead);
|
| checkRequestMetadata(o.requestMetadata);
|
| @@ -755,14 +755,14 @@ checkRecaptchaChallenge(api.RecaptchaChallenge o) {
|
| buildCounterRecaptchaChallenge--;
|
| }
|
|
|
| -buildUnnamed1978() {
|
| +buildUnnamed1559() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1978(core.List<core.String> o) {
|
| +checkUnnamed1559(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'));
|
| @@ -773,7 +773,7 @@ buildRequestMetadata() {
|
| var o = new api.RequestMetadata();
|
| buildCounterRequestMetadata++;
|
| if (buildCounterRequestMetadata < 3) {
|
| - o.experimentIds = buildUnnamed1978();
|
| + o.experimentIds = buildUnnamed1559();
|
| o.locale = "foo";
|
| o.partnersSessionId = "foo";
|
| }
|
| @@ -784,7 +784,7 @@ buildRequestMetadata() {
|
| checkRequestMetadata(api.RequestMetadata o) {
|
| buildCounterRequestMetadata++;
|
| if (buildCounterRequestMetadata < 3) {
|
| - checkUnnamed1978(o.experimentIds);
|
| + checkUnnamed1559(o.experimentIds);
|
| unittest.expect(o.locale, unittest.equals('foo'));
|
| unittest.expect(o.partnersSessionId, unittest.equals('foo'));
|
| }
|
| @@ -810,92 +810,92 @@ checkResponseMetadata(api.ResponseMetadata o) {
|
| buildCounterResponseMetadata--;
|
| }
|
|
|
| -buildUnnamed1979() {
|
| +buildUnnamed1560() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1979(core.List<core.String> o) {
|
| +checkUnnamed1560(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'));
|
| }
|
|
|
| -buildUnnamed1980() {
|
| +buildUnnamed1561() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1980(core.List<core.String> o) {
|
| +checkUnnamed1561(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'));
|
| }
|
|
|
| -buildUnnamed1981() {
|
| +buildUnnamed1562() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1981(core.List<core.String> o) {
|
| +checkUnnamed1562(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'));
|
| }
|
|
|
| -buildUnnamed1982() {
|
| +buildUnnamed1563() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1982(core.List<core.String> o) {
|
| +checkUnnamed1563(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'));
|
| }
|
|
|
| -buildUnnamed1983() {
|
| +buildUnnamed1564() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1983(core.List<core.String> o) {
|
| +checkUnnamed1564(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'));
|
| }
|
|
|
| -buildUnnamed1984() {
|
| +buildUnnamed1565() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1984(core.List<core.String> o) {
|
| +checkUnnamed1565(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'));
|
| }
|
|
|
| -buildUnnamed1985() {
|
| +buildUnnamed1566() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1985(core.List<core.String> o) {
|
| +checkUnnamed1566(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'));
|
| @@ -1178,7 +1178,7 @@ main() {
|
| var arg_companyId = "foo";
|
| var arg_requestMetadata_locale = "foo";
|
| var arg_requestMetadata_partnersSessionId = "foo";
|
| - var arg_requestMetadata_experimentIds = buildUnnamed1979();
|
| + var arg_requestMetadata_experimentIds = buildUnnamed1560();
|
| var arg_view = "foo";
|
| var arg_orderBy = "foo";
|
| var arg_currencyCode = "foo";
|
| @@ -1238,7 +1238,7 @@ main() {
|
| api.CompaniesResourceApi res = new api.PartnersApi(mock).companies;
|
| var arg_requestMetadata_locale = "foo";
|
| var arg_requestMetadata_partnersSessionId = "foo";
|
| - var arg_requestMetadata_experimentIds = buildUnnamed1980();
|
| + var arg_requestMetadata_experimentIds = buildUnnamed1561();
|
| var arg_pageSize = 42;
|
| var arg_pageToken = "foo";
|
| var arg_companyName = "foo";
|
| @@ -1249,12 +1249,12 @@ main() {
|
| var arg_maxMonthlyBudget_currencyCode = "foo";
|
| var arg_maxMonthlyBudget_units = "foo";
|
| var arg_maxMonthlyBudget_nanos = 42;
|
| - var arg_industries = buildUnnamed1981();
|
| - var arg_services = buildUnnamed1982();
|
| - var arg_languageCodes = buildUnnamed1983();
|
| + var arg_industries = buildUnnamed1562();
|
| + var arg_services = buildUnnamed1563();
|
| + var arg_languageCodes = buildUnnamed1564();
|
| var arg_address = "foo";
|
| var arg_orderBy = "foo";
|
| - var arg_gpsMotivations = buildUnnamed1984();
|
| + var arg_gpsMotivations = buildUnnamed1565();
|
| var arg_websiteUrl = "foo";
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| @@ -1435,7 +1435,7 @@ main() {
|
| api.UserStatesResourceApi res = new api.PartnersApi(mock).userStates;
|
| var arg_requestMetadata_locale = "foo";
|
| var arg_requestMetadata_partnersSessionId = "foo";
|
| - var arg_requestMetadata_experimentIds = buildUnnamed1985();
|
| + var arg_requestMetadata_experimentIds = buildUnnamed1566();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|