| Index: generated/googleapis/test/surveys/v2_test.dart
|
| diff --git a/generated/googleapis/test/surveys/v2_test.dart b/generated/googleapis/test/surveys/v2_test.dart
|
| index 48178ac0847bde9c7aac584f65dbe120bf85df82..2fdc340f4069ebe4da27b8aa9994af875171108e 100644
|
| --- a/generated/googleapis/test/surveys/v2_test.dart
|
| +++ b/generated/googleapis/test/surveys/v2_test.dart
|
| @@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed2088() {
|
| +buildUnnamed2174() {
|
| var o = new core.List<api.FieldMask>();
|
| o.add(buildFieldMask());
|
| o.add(buildFieldMask());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2088(core.List<api.FieldMask> o) {
|
| +checkUnnamed2174(core.List<api.FieldMask> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFieldMask(o[0]);
|
| checkFieldMask(o[1]);
|
| @@ -69,7 +69,7 @@ buildFieldMask() {
|
| var o = new api.FieldMask();
|
| buildCounterFieldMask++;
|
| if (buildCounterFieldMask < 3) {
|
| - o.fields = buildUnnamed2088();
|
| + o.fields = buildUnnamed2174();
|
| o.id = 42;
|
| }
|
| buildCounterFieldMask--;
|
| @@ -79,20 +79,20 @@ buildFieldMask() {
|
| checkFieldMask(api.FieldMask o) {
|
| buildCounterFieldMask++;
|
| if (buildCounterFieldMask < 3) {
|
| - checkUnnamed2088(o.fields);
|
| + checkUnnamed2174(o.fields);
|
| unittest.expect(o.id, unittest.equals(42));
|
| }
|
| buildCounterFieldMask--;
|
| }
|
|
|
| -buildUnnamed2089() {
|
| +buildUnnamed2175() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2089(core.List<core.String> o) {
|
| +checkUnnamed2175(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'));
|
| @@ -108,7 +108,7 @@ buildMobileAppPanel() {
|
| o.language = "foo";
|
| o.mobileAppPanelId = "foo";
|
| o.name = "foo";
|
| - o.owners = buildUnnamed2089();
|
| + o.owners = buildUnnamed2175();
|
| }
|
| buildCounterMobileAppPanel--;
|
| return o;
|
| @@ -122,19 +122,19 @@ checkMobileAppPanel(api.MobileAppPanel o) {
|
| unittest.expect(o.language, unittest.equals('foo'));
|
| unittest.expect(o.mobileAppPanelId, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed2089(o.owners);
|
| + checkUnnamed2175(o.owners);
|
| }
|
| buildCounterMobileAppPanel--;
|
| }
|
|
|
| -buildUnnamed2090() {
|
| +buildUnnamed2176() {
|
| var o = new core.List<api.MobileAppPanel>();
|
| o.add(buildMobileAppPanel());
|
| o.add(buildMobileAppPanel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2090(core.List<api.MobileAppPanel> o) {
|
| +checkUnnamed2176(core.List<api.MobileAppPanel> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkMobileAppPanel(o[0]);
|
| checkMobileAppPanel(o[1]);
|
| @@ -147,7 +147,7 @@ buildMobileAppPanelsListResponse() {
|
| if (buildCounterMobileAppPanelsListResponse < 3) {
|
| o.pageInfo = buildPageInfo();
|
| o.requestId = "foo";
|
| - o.resources = buildUnnamed2090();
|
| + o.resources = buildUnnamed2176();
|
| o.tokenPagination = buildTokenPagination();
|
| }
|
| buildCounterMobileAppPanelsListResponse--;
|
| @@ -159,7 +159,7 @@ checkMobileAppPanelsListResponse(api.MobileAppPanelsListResponse o) {
|
| if (buildCounterMobileAppPanelsListResponse < 3) {
|
| checkPageInfo(o.pageInfo);
|
| unittest.expect(o.requestId, unittest.equals('foo'));
|
| - checkUnnamed2090(o.resources);
|
| + checkUnnamed2176(o.resources);
|
| checkTokenPagination(o.tokenPagination);
|
| }
|
| buildCounterMobileAppPanelsListResponse--;
|
| @@ -207,14 +207,14 @@ checkResultsGetRequest(api.ResultsGetRequest o) {
|
| buildCounterResultsGetRequest--;
|
| }
|
|
|
| -buildUnnamed2091() {
|
| +buildUnnamed2177() {
|
| var o = new core.List<api.FieldMask>();
|
| o.add(buildFieldMask());
|
| o.add(buildFieldMask());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2091(core.List<api.FieldMask> o) {
|
| +checkUnnamed2177(core.List<api.FieldMask> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFieldMask(o[0]);
|
| checkFieldMask(o[1]);
|
| @@ -225,7 +225,7 @@ buildResultsMask() {
|
| var o = new api.ResultsMask();
|
| buildCounterResultsMask++;
|
| if (buildCounterResultsMask < 3) {
|
| - o.fields = buildUnnamed2091();
|
| + o.fields = buildUnnamed2177();
|
| o.projection = "foo";
|
| }
|
| buildCounterResultsMask--;
|
| @@ -235,33 +235,33 @@ buildResultsMask() {
|
| checkResultsMask(api.ResultsMask o) {
|
| buildCounterResultsMask++;
|
| if (buildCounterResultsMask < 3) {
|
| - checkUnnamed2091(o.fields);
|
| + checkUnnamed2177(o.fields);
|
| unittest.expect(o.projection, unittest.equals('foo'));
|
| }
|
| buildCounterResultsMask--;
|
| }
|
|
|
| -buildUnnamed2092() {
|
| +buildUnnamed2178() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2092(core.List<core.String> o) {
|
| +checkUnnamed2178(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'));
|
| }
|
|
|
| -buildUnnamed2093() {
|
| +buildUnnamed2179() {
|
| var o = new core.List<api.SurveyQuestion>();
|
| o.add(buildSurveyQuestion());
|
| o.add(buildSurveyQuestion());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2093(core.List<api.SurveyQuestion> o) {
|
| +checkUnnamed2179(core.List<api.SurveyQuestion> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSurveyQuestion(o[0]);
|
| checkSurveyQuestion(o[1]);
|
| @@ -276,8 +276,8 @@ buildSurvey() {
|
| o.cost = buildSurveyCost();
|
| o.customerData = "foo";
|
| o.description = "foo";
|
| - o.owners = buildUnnamed2092();
|
| - o.questions = buildUnnamed2093();
|
| + o.owners = buildUnnamed2178();
|
| + o.questions = buildUnnamed2179();
|
| o.rejectionReason = buildSurveyRejection();
|
| o.state = "foo";
|
| o.surveyUrlId = "foo";
|
| @@ -295,8 +295,8 @@ checkSurvey(api.Survey o) {
|
| checkSurveyCost(o.cost);
|
| unittest.expect(o.customerData, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed2092(o.owners);
|
| - checkUnnamed2093(o.questions);
|
| + checkUnnamed2178(o.owners);
|
| + checkUnnamed2179(o.questions);
|
| checkSurveyRejection(o.rejectionReason);
|
| unittest.expect(o.state, unittest.equals('foo'));
|
| unittest.expect(o.surveyUrlId, unittest.equals('foo'));
|
| @@ -306,27 +306,27 @@ checkSurvey(api.Survey o) {
|
| buildCounterSurvey--;
|
| }
|
|
|
| -buildUnnamed2094() {
|
| +buildUnnamed2180() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2094(core.List<core.String> o) {
|
| +checkUnnamed2180(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'));
|
| }
|
|
|
| -buildUnnamed2095() {
|
| +buildUnnamed2181() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2095(core.List<core.String> o) {
|
| +checkUnnamed2181(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'));
|
| @@ -337,11 +337,11 @@ buildSurveyAudience() {
|
| var o = new api.SurveyAudience();
|
| buildCounterSurveyAudience++;
|
| if (buildCounterSurveyAudience < 3) {
|
| - o.ages = buildUnnamed2094();
|
| + o.ages = buildUnnamed2180();
|
| o.country = "foo";
|
| o.countrySubdivision = "foo";
|
| o.gender = "foo";
|
| - o.languages = buildUnnamed2095();
|
| + o.languages = buildUnnamed2181();
|
| o.mobileAppPanelId = "foo";
|
| o.populationSource = "foo";
|
| }
|
| @@ -352,11 +352,11 @@ buildSurveyAudience() {
|
| checkSurveyAudience(api.SurveyAudience o) {
|
| buildCounterSurveyAudience++;
|
| if (buildCounterSurveyAudience < 3) {
|
| - checkUnnamed2094(o.ages);
|
| + checkUnnamed2180(o.ages);
|
| unittest.expect(o.country, unittest.equals('foo'));
|
| unittest.expect(o.countrySubdivision, unittest.equals('foo'));
|
| unittest.expect(o.gender, unittest.equals('foo'));
|
| - checkUnnamed2095(o.languages);
|
| + checkUnnamed2181(o.languages);
|
| unittest.expect(o.mobileAppPanelId, unittest.equals('foo'));
|
| unittest.expect(o.populationSource, unittest.equals('foo'));
|
| }
|
| @@ -388,53 +388,53 @@ checkSurveyCost(api.SurveyCost o) {
|
| buildCounterSurveyCost--;
|
| }
|
|
|
| -buildUnnamed2096() {
|
| +buildUnnamed2182() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2096(core.List<core.String> o) {
|
| +checkUnnamed2182(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'));
|
| }
|
|
|
| -buildUnnamed2097() {
|
| +buildUnnamed2183() {
|
| var o = new core.List<api.SurveyQuestionImage>();
|
| o.add(buildSurveyQuestionImage());
|
| o.add(buildSurveyQuestionImage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2097(core.List<api.SurveyQuestionImage> o) {
|
| +checkUnnamed2183(core.List<api.SurveyQuestionImage> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSurveyQuestionImage(o[0]);
|
| checkSurveyQuestionImage(o[1]);
|
| }
|
|
|
| -buildUnnamed2098() {
|
| +buildUnnamed2184() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2098(core.List<core.String> o) {
|
| +checkUnnamed2184(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'));
|
| }
|
|
|
| -buildUnnamed2099() {
|
| +buildUnnamed2185() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2099(core.List<core.String> o) {
|
| +checkUnnamed2185(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'));
|
| @@ -446,20 +446,20 @@ buildSurveyQuestion() {
|
| buildCounterSurveyQuestion++;
|
| if (buildCounterSurveyQuestion < 3) {
|
| o.answerOrder = "foo";
|
| - o.answers = buildUnnamed2096();
|
| + o.answers = buildUnnamed2182();
|
| o.hasOther = true;
|
| o.highValueLabel = "foo";
|
| - o.images = buildUnnamed2097();
|
| + o.images = buildUnnamed2183();
|
| o.lastAnswerPositionPinned = true;
|
| o.lowValueLabel = "foo";
|
| o.mustPickSuggestion = true;
|
| o.numStars = "foo";
|
| o.openTextPlaceholder = "foo";
|
| - o.openTextSuggestions = buildUnnamed2098();
|
| + o.openTextSuggestions = buildUnnamed2184();
|
| o.question = "foo";
|
| o.sentimentText = "foo";
|
| o.singleLineResponse = true;
|
| - o.thresholdAnswers = buildUnnamed2099();
|
| + o.thresholdAnswers = buildUnnamed2185();
|
| o.type = "foo";
|
| o.unitOfMeasurementLabel = "foo";
|
| o.videoId = "foo";
|
| @@ -472,20 +472,20 @@ checkSurveyQuestion(api.SurveyQuestion o) {
|
| buildCounterSurveyQuestion++;
|
| if (buildCounterSurveyQuestion < 3) {
|
| unittest.expect(o.answerOrder, unittest.equals('foo'));
|
| - checkUnnamed2096(o.answers);
|
| + checkUnnamed2182(o.answers);
|
| unittest.expect(o.hasOther, unittest.isTrue);
|
| unittest.expect(o.highValueLabel, unittest.equals('foo'));
|
| - checkUnnamed2097(o.images);
|
| + checkUnnamed2183(o.images);
|
| unittest.expect(o.lastAnswerPositionPinned, unittest.isTrue);
|
| unittest.expect(o.lowValueLabel, unittest.equals('foo'));
|
| unittest.expect(o.mustPickSuggestion, unittest.isTrue);
|
| unittest.expect(o.numStars, unittest.equals('foo'));
|
| unittest.expect(o.openTextPlaceholder, unittest.equals('foo'));
|
| - checkUnnamed2098(o.openTextSuggestions);
|
| + checkUnnamed2184(o.openTextSuggestions);
|
| unittest.expect(o.question, unittest.equals('foo'));
|
| unittest.expect(o.sentimentText, unittest.equals('foo'));
|
| unittest.expect(o.singleLineResponse, unittest.isTrue);
|
| - checkUnnamed2099(o.thresholdAnswers);
|
| + checkUnnamed2185(o.thresholdAnswers);
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| unittest.expect(o.unitOfMeasurementLabel, unittest.equals('foo'));
|
| unittest.expect(o.videoId, unittest.equals('foo'));
|
| @@ -577,14 +577,14 @@ checkSurveysDeleteResponse(api.SurveysDeleteResponse o) {
|
| buildCounterSurveysDeleteResponse--;
|
| }
|
|
|
| -buildUnnamed2100() {
|
| +buildUnnamed2186() {
|
| var o = new core.List<api.Survey>();
|
| o.add(buildSurvey());
|
| o.add(buildSurvey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2100(core.List<api.Survey> o) {
|
| +checkUnnamed2186(core.List<api.Survey> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSurvey(o[0]);
|
| checkSurvey(o[1]);
|
| @@ -597,7 +597,7 @@ buildSurveysListResponse() {
|
| if (buildCounterSurveysListResponse < 3) {
|
| o.pageInfo = buildPageInfo();
|
| o.requestId = "foo";
|
| - o.resources = buildUnnamed2100();
|
| + o.resources = buildUnnamed2186();
|
| o.tokenPagination = buildTokenPagination();
|
| }
|
| buildCounterSurveysListResponse--;
|
| @@ -609,7 +609,7 @@ checkSurveysListResponse(api.SurveysListResponse o) {
|
| if (buildCounterSurveysListResponse < 3) {
|
| checkPageInfo(o.pageInfo);
|
| unittest.expect(o.requestId, unittest.equals('foo'));
|
| - checkUnnamed2100(o.resources);
|
| + checkUnnamed2186(o.resources);
|
| checkTokenPagination(o.tokenPagination);
|
| }
|
| buildCounterSurveysListResponse--;
|
|
|