| Index: generated/googleapis/test/coordinate/v1_test.dart
|
| diff --git a/generated/googleapis/test/coordinate/v1_test.dart b/generated/googleapis/test/coordinate/v1_test.dart
|
| index e04096cc7c846e48787d6d5d2b1931a16a17a3b5..f3e9795508c5dcb5b54585456685b56364561527 100644
|
| --- a/generated/googleapis/test/coordinate/v1_test.dart
|
| +++ b/generated/googleapis/test/coordinate/v1_test.dart
|
| @@ -68,14 +68,14 @@ checkCustomFieldDef(api.CustomFieldDef o) {
|
| buildCounterCustomFieldDef--;
|
| }
|
|
|
| -buildUnnamed220() {
|
| +buildUnnamed452() {
|
| var o = new core.List<api.CustomFieldDef>();
|
| o.add(buildCustomFieldDef());
|
| o.add(buildCustomFieldDef());
|
| return o;
|
| }
|
|
|
| -checkUnnamed220(core.List<api.CustomFieldDef> o) {
|
| +checkUnnamed452(core.List<api.CustomFieldDef> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomFieldDef(o[0]);
|
| checkCustomFieldDef(o[1]);
|
| @@ -86,7 +86,7 @@ buildCustomFieldDefListResponse() {
|
| var o = new api.CustomFieldDefListResponse();
|
| buildCounterCustomFieldDefListResponse++;
|
| if (buildCounterCustomFieldDefListResponse < 3) {
|
| - o.items = buildUnnamed220();
|
| + o.items = buildUnnamed452();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomFieldDefListResponse--;
|
| @@ -96,20 +96,20 @@ buildCustomFieldDefListResponse() {
|
| checkCustomFieldDefListResponse(api.CustomFieldDefListResponse o) {
|
| buildCounterCustomFieldDefListResponse++;
|
| if (buildCounterCustomFieldDefListResponse < 3) {
|
| - checkUnnamed220(o.items);
|
| + checkUnnamed452(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomFieldDefListResponse--;
|
| }
|
|
|
| -buildUnnamed221() {
|
| +buildUnnamed453() {
|
| var o = new core.List<api.CustomField>();
|
| o.add(buildCustomField());
|
| o.add(buildCustomField());
|
| return o;
|
| }
|
|
|
| -checkUnnamed221(core.List<api.CustomField> o) {
|
| +checkUnnamed453(core.List<api.CustomField> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCustomField(o[0]);
|
| checkCustomField(o[1]);
|
| @@ -120,7 +120,7 @@ buildCustomFields() {
|
| var o = new api.CustomFields();
|
| buildCounterCustomFields++;
|
| if (buildCounterCustomFields < 3) {
|
| - o.customField = buildUnnamed221();
|
| + o.customField = buildUnnamed453();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomFields--;
|
| @@ -130,20 +130,20 @@ buildCustomFields() {
|
| checkCustomFields(api.CustomFields o) {
|
| buildCounterCustomFields++;
|
| if (buildCounterCustomFields < 3) {
|
| - checkUnnamed221(o.customField);
|
| + checkUnnamed453(o.customField);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomFields--;
|
| }
|
|
|
| -buildUnnamed222() {
|
| +buildUnnamed454() {
|
| var o = new core.List<api.JobChange>();
|
| o.add(buildJobChange());
|
| o.add(buildJobChange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed222(core.List<api.JobChange> o) {
|
| +checkUnnamed454(core.List<api.JobChange> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkJobChange(o[0]);
|
| checkJobChange(o[1]);
|
| @@ -155,7 +155,7 @@ buildJob() {
|
| buildCounterJob++;
|
| if (buildCounterJob < 3) {
|
| o.id = "foo";
|
| - o.jobChange = buildUnnamed222();
|
| + o.jobChange = buildUnnamed454();
|
| o.kind = "foo";
|
| o.state = buildJobState();
|
| }
|
| @@ -167,7 +167,7 @@ checkJob(api.Job o) {
|
| buildCounterJob++;
|
| if (buildCounterJob < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed222(o.jobChange);
|
| + checkUnnamed454(o.jobChange);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkJobState(o.state);
|
| }
|
| @@ -197,14 +197,14 @@ checkJobChange(api.JobChange o) {
|
| buildCounterJobChange--;
|
| }
|
|
|
| -buildUnnamed223() {
|
| +buildUnnamed455() {
|
| var o = new core.List<api.Job>();
|
| o.add(buildJob());
|
| o.add(buildJob());
|
| return o;
|
| }
|
|
|
| -checkUnnamed223(core.List<api.Job> o) {
|
| +checkUnnamed455(core.List<api.Job> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkJob(o[0]);
|
| checkJob(o[1]);
|
| @@ -215,7 +215,7 @@ buildJobListResponse() {
|
| var o = new api.JobListResponse();
|
| buildCounterJobListResponse++;
|
| if (buildCounterJobListResponse < 3) {
|
| - o.items = buildUnnamed223();
|
| + o.items = buildUnnamed455();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -226,21 +226,21 @@ buildJobListResponse() {
|
| checkJobListResponse(api.JobListResponse o) {
|
| buildCounterJobListResponse++;
|
| if (buildCounterJobListResponse < 3) {
|
| - checkUnnamed223(o.items);
|
| + checkUnnamed455(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterJobListResponse--;
|
| }
|
|
|
| -buildUnnamed224() {
|
| +buildUnnamed456() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed224(core.List<core.String> o) {
|
| +checkUnnamed456(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'));
|
| @@ -257,7 +257,7 @@ buildJobState() {
|
| o.customerPhoneNumber = "foo";
|
| o.kind = "foo";
|
| o.location = buildLocation();
|
| - o.note = buildUnnamed224();
|
| + o.note = buildUnnamed456();
|
| o.progress = "foo";
|
| o.title = "foo";
|
| }
|
| @@ -274,21 +274,21 @@ checkJobState(api.JobState o) {
|
| unittest.expect(o.customerPhoneNumber, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkLocation(o.location);
|
| - checkUnnamed224(o.note);
|
| + checkUnnamed456(o.note);
|
| unittest.expect(o.progress, unittest.equals('foo'));
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| }
|
| buildCounterJobState--;
|
| }
|
|
|
| -buildUnnamed225() {
|
| +buildUnnamed457() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed225(core.List<core.String> o) {
|
| +checkUnnamed457(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'));
|
| @@ -299,7 +299,7 @@ buildLocation() {
|
| var o = new api.Location();
|
| buildCounterLocation++;
|
| if (buildCounterLocation < 3) {
|
| - o.addressLine = buildUnnamed225();
|
| + o.addressLine = buildUnnamed457();
|
| o.kind = "foo";
|
| o.lat = 42.0;
|
| o.lng = 42.0;
|
| @@ -311,7 +311,7 @@ buildLocation() {
|
| checkLocation(api.Location o) {
|
| buildCounterLocation++;
|
| if (buildCounterLocation < 3) {
|
| - checkUnnamed225(o.addressLine);
|
| + checkUnnamed457(o.addressLine);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.lat, unittest.equals(42.0));
|
| unittest.expect(o.lng, unittest.equals(42.0));
|
| @@ -319,14 +319,14 @@ checkLocation(api.Location o) {
|
| buildCounterLocation--;
|
| }
|
|
|
| -buildUnnamed226() {
|
| +buildUnnamed458() {
|
| var o = new core.List<api.LocationRecord>();
|
| o.add(buildLocationRecord());
|
| o.add(buildLocationRecord());
|
| return o;
|
| }
|
|
|
| -checkUnnamed226(core.List<api.LocationRecord> o) {
|
| +checkUnnamed458(core.List<api.LocationRecord> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLocationRecord(o[0]);
|
| checkLocationRecord(o[1]);
|
| @@ -337,7 +337,7 @@ buildLocationListResponse() {
|
| var o = new api.LocationListResponse();
|
| buildCounterLocationListResponse++;
|
| if (buildCounterLocationListResponse < 3) {
|
| - o.items = buildUnnamed226();
|
| + o.items = buildUnnamed458();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.tokenPagination = buildTokenPagination();
|
| @@ -349,7 +349,7 @@ buildLocationListResponse() {
|
| checkLocationListResponse(api.LocationListResponse o) {
|
| buildCounterLocationListResponse++;
|
| if (buildCounterLocationListResponse < 3) {
|
| - checkUnnamed226(o.items);
|
| + checkUnnamed458(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| checkTokenPagination(o.tokenPagination);
|
| @@ -455,14 +455,14 @@ checkWorker(api.Worker o) {
|
| buildCounterWorker--;
|
| }
|
|
|
| -buildUnnamed227() {
|
| +buildUnnamed459() {
|
| var o = new core.List<api.Worker>();
|
| o.add(buildWorker());
|
| o.add(buildWorker());
|
| return o;
|
| }
|
|
|
| -checkUnnamed227(core.List<api.Worker> o) {
|
| +checkUnnamed459(core.List<api.Worker> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkWorker(o[0]);
|
| checkWorker(o[1]);
|
| @@ -473,7 +473,7 @@ buildWorkerListResponse() {
|
| var o = new api.WorkerListResponse();
|
| buildCounterWorkerListResponse++;
|
| if (buildCounterWorkerListResponse < 3) {
|
| - o.items = buildUnnamed227();
|
| + o.items = buildUnnamed459();
|
| o.kind = "foo";
|
| }
|
| buildCounterWorkerListResponse--;
|
| @@ -483,46 +483,46 @@ buildWorkerListResponse() {
|
| checkWorkerListResponse(api.WorkerListResponse o) {
|
| buildCounterWorkerListResponse++;
|
| if (buildCounterWorkerListResponse < 3) {
|
| - checkUnnamed227(o.items);
|
| + checkUnnamed459(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterWorkerListResponse--;
|
| }
|
|
|
| -buildUnnamed228() {
|
| +buildUnnamed460() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed228(core.List<core.String> o) {
|
| +checkUnnamed460(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'));
|
| }
|
|
|
| -buildUnnamed229() {
|
| +buildUnnamed461() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed229(core.List<core.String> o) {
|
| +checkUnnamed461(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'));
|
| }
|
|
|
| -buildUnnamed230() {
|
| +buildUnnamed462() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed230(core.List<core.String> o) {
|
| +checkUnnamed462(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'));
|
| @@ -766,7 +766,7 @@ main() {
|
| var arg_lng = 42.0;
|
| var arg_title = "foo";
|
| var arg_assignee = "foo";
|
| - var arg_customField = buildUnnamed228();
|
| + var arg_customField = buildUnnamed460();
|
| var arg_customerName = "foo";
|
| var arg_customerPhoneNumber = "foo";
|
| var arg_note = "foo";
|
| @@ -876,7 +876,7 @@ main() {
|
| var arg_jobId = "foo";
|
| var arg_address = "foo";
|
| var arg_assignee = "foo";
|
| - var arg_customField = buildUnnamed229();
|
| + var arg_customField = buildUnnamed461();
|
| var arg_customerName = "foo";
|
| var arg_customerPhoneNumber = "foo";
|
| var arg_lat = 42.0;
|
| @@ -943,7 +943,7 @@ main() {
|
| var arg_jobId = "foo";
|
| var arg_address = "foo";
|
| var arg_assignee = "foo";
|
| - var arg_customField = buildUnnamed230();
|
| + var arg_customField = buildUnnamed462();
|
| var arg_customerName = "foo";
|
| var arg_customerPhoneNumber = "foo";
|
| var arg_lat = 42.0;
|
|
|