| 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 f3e9795508c5dcb5b54585456685b56364561527..b5b52d17b3332922c5458340e9351f5be48a573d 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--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed452() {
 | 
| +buildUnnamed602() {
 | 
|    var o = new core.List<api.CustomFieldDef>();
 | 
|    o.add(buildCustomFieldDef());
 | 
|    o.add(buildCustomFieldDef());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed452(core.List<api.CustomFieldDef> o) {
 | 
| +checkUnnamed602(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 = buildUnnamed452();
 | 
| +    o.items = buildUnnamed602();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterCustomFieldDefListResponse--;
 | 
| @@ -96,20 +96,20 @@ buildCustomFieldDefListResponse() {
 | 
|  checkCustomFieldDefListResponse(api.CustomFieldDefListResponse o) {
 | 
|    buildCounterCustomFieldDefListResponse++;
 | 
|    if (buildCounterCustomFieldDefListResponse < 3) {
 | 
| -    checkUnnamed452(o.items);
 | 
| +    checkUnnamed602(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterCustomFieldDefListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed453() {
 | 
| +buildUnnamed603() {
 | 
|    var o = new core.List<api.CustomField>();
 | 
|    o.add(buildCustomField());
 | 
|    o.add(buildCustomField());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed453(core.List<api.CustomField> o) {
 | 
| +checkUnnamed603(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 = buildUnnamed453();
 | 
| +    o.customField = buildUnnamed603();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterCustomFields--;
 | 
| @@ -130,20 +130,20 @@ buildCustomFields() {
 | 
|  checkCustomFields(api.CustomFields o) {
 | 
|    buildCounterCustomFields++;
 | 
|    if (buildCounterCustomFields < 3) {
 | 
| -    checkUnnamed453(o.customField);
 | 
| +    checkUnnamed603(o.customField);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterCustomFields--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed454() {
 | 
| +buildUnnamed604() {
 | 
|    var o = new core.List<api.JobChange>();
 | 
|    o.add(buildJobChange());
 | 
|    o.add(buildJobChange());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed454(core.List<api.JobChange> o) {
 | 
| +checkUnnamed604(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 = buildUnnamed454();
 | 
| +    o.jobChange = buildUnnamed604();
 | 
|      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'));
 | 
| -    checkUnnamed454(o.jobChange);
 | 
| +    checkUnnamed604(o.jobChange);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      checkJobState(o.state);
 | 
|    }
 | 
| @@ -197,14 +197,14 @@ checkJobChange(api.JobChange o) {
 | 
|    buildCounterJobChange--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed455() {
 | 
| +buildUnnamed605() {
 | 
|    var o = new core.List<api.Job>();
 | 
|    o.add(buildJob());
 | 
|    o.add(buildJob());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed455(core.List<api.Job> o) {
 | 
| +checkUnnamed605(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 = buildUnnamed455();
 | 
| +    o.items = buildUnnamed605();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
| @@ -226,21 +226,21 @@ buildJobListResponse() {
 | 
|  checkJobListResponse(api.JobListResponse o) {
 | 
|    buildCounterJobListResponse++;
 | 
|    if (buildCounterJobListResponse < 3) {
 | 
| -    checkUnnamed455(o.items);
 | 
| +    checkUnnamed605(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterJobListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed456() {
 | 
| +buildUnnamed606() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed456(core.List<core.String> o) {
 | 
| +checkUnnamed606(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 = buildUnnamed456();
 | 
| +    o.note = buildUnnamed606();
 | 
|      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);
 | 
| -    checkUnnamed456(o.note);
 | 
| +    checkUnnamed606(o.note);
 | 
|      unittest.expect(o.progress, unittest.equals('foo'));
 | 
|      unittest.expect(o.title, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterJobState--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed457() {
 | 
| +buildUnnamed607() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed457(core.List<core.String> o) {
 | 
| +checkUnnamed607(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 = buildUnnamed457();
 | 
| +    o.addressLine = buildUnnamed607();
 | 
|      o.kind = "foo";
 | 
|      o.lat = 42.0;
 | 
|      o.lng = 42.0;
 | 
| @@ -311,7 +311,7 @@ buildLocation() {
 | 
|  checkLocation(api.Location o) {
 | 
|    buildCounterLocation++;
 | 
|    if (buildCounterLocation < 3) {
 | 
| -    checkUnnamed457(o.addressLine);
 | 
| +    checkUnnamed607(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--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed458() {
 | 
| +buildUnnamed608() {
 | 
|    var o = new core.List<api.LocationRecord>();
 | 
|    o.add(buildLocationRecord());
 | 
|    o.add(buildLocationRecord());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed458(core.List<api.LocationRecord> o) {
 | 
| +checkUnnamed608(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 = buildUnnamed458();
 | 
| +    o.items = buildUnnamed608();
 | 
|      o.kind = "foo";
 | 
|      o.nextPageToken = "foo";
 | 
|      o.tokenPagination = buildTokenPagination();
 | 
| @@ -349,7 +349,7 @@ buildLocationListResponse() {
 | 
|  checkLocationListResponse(api.LocationListResponse o) {
 | 
|    buildCounterLocationListResponse++;
 | 
|    if (buildCounterLocationListResponse < 3) {
 | 
| -    checkUnnamed458(o.items);
 | 
| +    checkUnnamed608(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--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed459() {
 | 
| +buildUnnamed609() {
 | 
|    var o = new core.List<api.Worker>();
 | 
|    o.add(buildWorker());
 | 
|    o.add(buildWorker());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed459(core.List<api.Worker> o) {
 | 
| +checkUnnamed609(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 = buildUnnamed459();
 | 
| +    o.items = buildUnnamed609();
 | 
|      o.kind = "foo";
 | 
|    }
 | 
|    buildCounterWorkerListResponse--;
 | 
| @@ -483,46 +483,46 @@ buildWorkerListResponse() {
 | 
|  checkWorkerListResponse(api.WorkerListResponse o) {
 | 
|    buildCounterWorkerListResponse++;
 | 
|    if (buildCounterWorkerListResponse < 3) {
 | 
| -    checkUnnamed459(o.items);
 | 
| +    checkUnnamed609(o.items);
 | 
|      unittest.expect(o.kind, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterWorkerListResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed460() {
 | 
| +buildUnnamed610() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed460(core.List<core.String> o) {
 | 
| +checkUnnamed610(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed461() {
 | 
| +buildUnnamed611() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed461(core.List<core.String> o) {
 | 
| +checkUnnamed611(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'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed462() {
 | 
| +buildUnnamed612() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed462(core.List<core.String> o) {
 | 
| +checkUnnamed612(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 = buildUnnamed460();
 | 
| +      var arg_customField = buildUnnamed610();
 | 
|        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 = buildUnnamed461();
 | 
| +      var arg_customField = buildUnnamed611();
 | 
|        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 = buildUnnamed462();
 | 
| +      var arg_customField = buildUnnamed612();
 | 
|        var arg_customerName = "foo";
 | 
|        var arg_customerPhoneNumber = "foo";
 | 
|        var arg_lat = 42.0;
 | 
| 
 |