| 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 40ba14d48a0607f8953d527d1031fab1a6e1c172..b182be31cccab1d03ea67d30d8ebb5222e002ec5 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--;
|
| }
|
|
|
| -buildUnnamed604() {
|
| +buildUnnamed480() {
|
| var o = new core.List<api.CustomFieldDef>();
|
| o.add(buildCustomFieldDef());
|
| o.add(buildCustomFieldDef());
|
| return o;
|
| }
|
|
|
| -checkUnnamed604(core.List<api.CustomFieldDef> o) {
|
| +checkUnnamed480(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 = buildUnnamed604();
|
| + o.items = buildUnnamed480();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomFieldDefListResponse--;
|
| @@ -96,20 +96,20 @@ buildCustomFieldDefListResponse() {
|
| checkCustomFieldDefListResponse(api.CustomFieldDefListResponse o) {
|
| buildCounterCustomFieldDefListResponse++;
|
| if (buildCounterCustomFieldDefListResponse < 3) {
|
| - checkUnnamed604(o.items);
|
| + checkUnnamed480(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomFieldDefListResponse--;
|
| }
|
|
|
| -buildUnnamed605() {
|
| +buildUnnamed481() {
|
| var o = new core.List<api.CustomField>();
|
| o.add(buildCustomField());
|
| o.add(buildCustomField());
|
| return o;
|
| }
|
|
|
| -checkUnnamed605(core.List<api.CustomField> o) {
|
| +checkUnnamed481(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 = buildUnnamed605();
|
| + o.customField = buildUnnamed481();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomFields--;
|
| @@ -130,20 +130,20 @@ buildCustomFields() {
|
| checkCustomFields(api.CustomFields o) {
|
| buildCounterCustomFields++;
|
| if (buildCounterCustomFields < 3) {
|
| - checkUnnamed605(o.customField);
|
| + checkUnnamed481(o.customField);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomFields--;
|
| }
|
|
|
| -buildUnnamed606() {
|
| +buildUnnamed482() {
|
| var o = new core.List<api.JobChange>();
|
| o.add(buildJobChange());
|
| o.add(buildJobChange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed606(core.List<api.JobChange> o) {
|
| +checkUnnamed482(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 = buildUnnamed606();
|
| + o.jobChange = buildUnnamed482();
|
| 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'));
|
| - checkUnnamed606(o.jobChange);
|
| + checkUnnamed482(o.jobChange);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkJobState(o.state);
|
| }
|
| @@ -197,14 +197,14 @@ checkJobChange(api.JobChange o) {
|
| buildCounterJobChange--;
|
| }
|
|
|
| -buildUnnamed607() {
|
| +buildUnnamed483() {
|
| var o = new core.List<api.Job>();
|
| o.add(buildJob());
|
| o.add(buildJob());
|
| return o;
|
| }
|
|
|
| -checkUnnamed607(core.List<api.Job> o) {
|
| +checkUnnamed483(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 = buildUnnamed607();
|
| + o.items = buildUnnamed483();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -226,21 +226,21 @@ buildJobListResponse() {
|
| checkJobListResponse(api.JobListResponse o) {
|
| buildCounterJobListResponse++;
|
| if (buildCounterJobListResponse < 3) {
|
| - checkUnnamed607(o.items);
|
| + checkUnnamed483(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterJobListResponse--;
|
| }
|
|
|
| -buildUnnamed608() {
|
| +buildUnnamed484() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed608(core.List<core.String> o) {
|
| +checkUnnamed484(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 = buildUnnamed608();
|
| + o.note = buildUnnamed484();
|
| 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);
|
| - checkUnnamed608(o.note);
|
| + checkUnnamed484(o.note);
|
| unittest.expect(o.progress, unittest.equals('foo'));
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| }
|
| buildCounterJobState--;
|
| }
|
|
|
| -buildUnnamed609() {
|
| +buildUnnamed485() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed609(core.List<core.String> o) {
|
| +checkUnnamed485(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 = buildUnnamed609();
|
| + o.addressLine = buildUnnamed485();
|
| o.kind = "foo";
|
| o.lat = 42.0;
|
| o.lng = 42.0;
|
| @@ -311,7 +311,7 @@ buildLocation() {
|
| checkLocation(api.Location o) {
|
| buildCounterLocation++;
|
| if (buildCounterLocation < 3) {
|
| - checkUnnamed609(o.addressLine);
|
| + checkUnnamed485(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--;
|
| }
|
|
|
| -buildUnnamed610() {
|
| +buildUnnamed486() {
|
| var o = new core.List<api.LocationRecord>();
|
| o.add(buildLocationRecord());
|
| o.add(buildLocationRecord());
|
| return o;
|
| }
|
|
|
| -checkUnnamed610(core.List<api.LocationRecord> o) {
|
| +checkUnnamed486(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 = buildUnnamed610();
|
| + o.items = buildUnnamed486();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.tokenPagination = buildTokenPagination();
|
| @@ -349,7 +349,7 @@ buildLocationListResponse() {
|
| checkLocationListResponse(api.LocationListResponse o) {
|
| buildCounterLocationListResponse++;
|
| if (buildCounterLocationListResponse < 3) {
|
| - checkUnnamed610(o.items);
|
| + checkUnnamed486(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--;
|
| }
|
|
|
| -buildUnnamed611() {
|
| +buildUnnamed487() {
|
| var o = new core.List<api.Worker>();
|
| o.add(buildWorker());
|
| o.add(buildWorker());
|
| return o;
|
| }
|
|
|
| -checkUnnamed611(core.List<api.Worker> o) {
|
| +checkUnnamed487(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 = buildUnnamed611();
|
| + o.items = buildUnnamed487();
|
| o.kind = "foo";
|
| }
|
| buildCounterWorkerListResponse--;
|
| @@ -483,46 +483,46 @@ buildWorkerListResponse() {
|
| checkWorkerListResponse(api.WorkerListResponse o) {
|
| buildCounterWorkerListResponse++;
|
| if (buildCounterWorkerListResponse < 3) {
|
| - checkUnnamed611(o.items);
|
| + checkUnnamed487(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterWorkerListResponse--;
|
| }
|
|
|
| -buildUnnamed612() {
|
| +buildUnnamed488() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed612(core.List<core.String> o) {
|
| +checkUnnamed488(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'));
|
| }
|
|
|
| -buildUnnamed613() {
|
| +buildUnnamed489() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed613(core.List<core.String> o) {
|
| +checkUnnamed489(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'));
|
| }
|
|
|
| -buildUnnamed614() {
|
| +buildUnnamed490() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed614(core.List<core.String> o) {
|
| +checkUnnamed490(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 = buildUnnamed612();
|
| + var arg_customField = buildUnnamed488();
|
| 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 = buildUnnamed613();
|
| + var arg_customField = buildUnnamed489();
|
| 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 = buildUnnamed614();
|
| + var arg_customField = buildUnnamed490();
|
| var arg_customerName = "foo";
|
| var arg_customerPhoneNumber = "foo";
|
| var arg_lat = 42.0;
|
|
|