| 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 387d2c6b11a83b60b5ef031af894d2bc2d8edb08..b7c1affc8402c8e1a0f296d968c2790458f4ee8d 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--;
|
| }
|
|
|
| -buildUnnamed470() {
|
| +buildUnnamed246() {
|
| var o = new core.List<api.CustomFieldDef>();
|
| o.add(buildCustomFieldDef());
|
| o.add(buildCustomFieldDef());
|
| return o;
|
| }
|
|
|
| -checkUnnamed470(core.List<api.CustomFieldDef> o) {
|
| +checkUnnamed246(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 = buildUnnamed470();
|
| + o.items = buildUnnamed246();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomFieldDefListResponse--;
|
| @@ -96,20 +96,20 @@ buildCustomFieldDefListResponse() {
|
| checkCustomFieldDefListResponse(api.CustomFieldDefListResponse o) {
|
| buildCounterCustomFieldDefListResponse++;
|
| if (buildCounterCustomFieldDefListResponse < 3) {
|
| - checkUnnamed470(o.items);
|
| + checkUnnamed246(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomFieldDefListResponse--;
|
| }
|
|
|
| -buildUnnamed471() {
|
| +buildUnnamed247() {
|
| var o = new core.List<api.CustomField>();
|
| o.add(buildCustomField());
|
| o.add(buildCustomField());
|
| return o;
|
| }
|
|
|
| -checkUnnamed471(core.List<api.CustomField> o) {
|
| +checkUnnamed247(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 = buildUnnamed471();
|
| + o.customField = buildUnnamed247();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomFields--;
|
| @@ -130,20 +130,20 @@ buildCustomFields() {
|
| checkCustomFields(api.CustomFields o) {
|
| buildCounterCustomFields++;
|
| if (buildCounterCustomFields < 3) {
|
| - checkUnnamed471(o.customField);
|
| + checkUnnamed247(o.customField);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomFields--;
|
| }
|
|
|
| -buildUnnamed472() {
|
| +buildUnnamed248() {
|
| var o = new core.List<api.JobChange>();
|
| o.add(buildJobChange());
|
| o.add(buildJobChange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed472(core.List<api.JobChange> o) {
|
| +checkUnnamed248(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 = buildUnnamed472();
|
| + o.jobChange = buildUnnamed248();
|
| 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'));
|
| - checkUnnamed472(o.jobChange);
|
| + checkUnnamed248(o.jobChange);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkJobState(o.state);
|
| }
|
| @@ -197,14 +197,14 @@ checkJobChange(api.JobChange o) {
|
| buildCounterJobChange--;
|
| }
|
|
|
| -buildUnnamed473() {
|
| +buildUnnamed249() {
|
| var o = new core.List<api.Job>();
|
| o.add(buildJob());
|
| o.add(buildJob());
|
| return o;
|
| }
|
|
|
| -checkUnnamed473(core.List<api.Job> o) {
|
| +checkUnnamed249(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 = buildUnnamed473();
|
| + o.items = buildUnnamed249();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -226,21 +226,21 @@ buildJobListResponse() {
|
| checkJobListResponse(api.JobListResponse o) {
|
| buildCounterJobListResponse++;
|
| if (buildCounterJobListResponse < 3) {
|
| - checkUnnamed473(o.items);
|
| + checkUnnamed249(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterJobListResponse--;
|
| }
|
|
|
| -buildUnnamed474() {
|
| +buildUnnamed250() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed474(core.List<core.String> o) {
|
| +checkUnnamed250(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 = buildUnnamed474();
|
| + o.note = buildUnnamed250();
|
| 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);
|
| - checkUnnamed474(o.note);
|
| + checkUnnamed250(o.note);
|
| unittest.expect(o.progress, unittest.equals('foo'));
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| }
|
| buildCounterJobState--;
|
| }
|
|
|
| -buildUnnamed475() {
|
| +buildUnnamed251() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed475(core.List<core.String> o) {
|
| +checkUnnamed251(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 = buildUnnamed475();
|
| + o.addressLine = buildUnnamed251();
|
| o.kind = "foo";
|
| o.lat = 42.0;
|
| o.lng = 42.0;
|
| @@ -311,7 +311,7 @@ buildLocation() {
|
| checkLocation(api.Location o) {
|
| buildCounterLocation++;
|
| if (buildCounterLocation < 3) {
|
| - checkUnnamed475(o.addressLine);
|
| + checkUnnamed251(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--;
|
| }
|
|
|
| -buildUnnamed476() {
|
| +buildUnnamed252() {
|
| var o = new core.List<api.LocationRecord>();
|
| o.add(buildLocationRecord());
|
| o.add(buildLocationRecord());
|
| return o;
|
| }
|
|
|
| -checkUnnamed476(core.List<api.LocationRecord> o) {
|
| +checkUnnamed252(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 = buildUnnamed476();
|
| + o.items = buildUnnamed252();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.tokenPagination = buildTokenPagination();
|
| @@ -349,7 +349,7 @@ buildLocationListResponse() {
|
| checkLocationListResponse(api.LocationListResponse o) {
|
| buildCounterLocationListResponse++;
|
| if (buildCounterLocationListResponse < 3) {
|
| - checkUnnamed476(o.items);
|
| + checkUnnamed252(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--;
|
| }
|
|
|
| -buildUnnamed477() {
|
| +buildUnnamed253() {
|
| var o = new core.List<api.Worker>();
|
| o.add(buildWorker());
|
| o.add(buildWorker());
|
| return o;
|
| }
|
|
|
| -checkUnnamed477(core.List<api.Worker> o) {
|
| +checkUnnamed253(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 = buildUnnamed477();
|
| + o.items = buildUnnamed253();
|
| o.kind = "foo";
|
| }
|
| buildCounterWorkerListResponse--;
|
| @@ -483,46 +483,46 @@ buildWorkerListResponse() {
|
| checkWorkerListResponse(api.WorkerListResponse o) {
|
| buildCounterWorkerListResponse++;
|
| if (buildCounterWorkerListResponse < 3) {
|
| - checkUnnamed477(o.items);
|
| + checkUnnamed253(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterWorkerListResponse--;
|
| }
|
|
|
| -buildUnnamed478() {
|
| +buildUnnamed254() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed478(core.List<core.String> o) {
|
| +checkUnnamed254(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'));
|
| }
|
|
|
| -buildUnnamed479() {
|
| +buildUnnamed255() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed479(core.List<core.String> o) {
|
| +checkUnnamed255(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'));
|
| }
|
|
|
| -buildUnnamed480() {
|
| +buildUnnamed256() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed480(core.List<core.String> o) {
|
| +checkUnnamed256(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 = buildUnnamed478();
|
| + var arg_customField = buildUnnamed254();
|
| 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 = buildUnnamed479();
|
| + var arg_customField = buildUnnamed255();
|
| 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 = buildUnnamed480();
|
| + var arg_customField = buildUnnamed256();
|
| var arg_customerName = "foo";
|
| var arg_customerPhoneNumber = "foo";
|
| var arg_lat = 42.0;
|
|
|