| 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 2079a78d028e3e061a3087f29890b776b00b06d7..40ba14d48a0607f8953d527d1031fab1a6e1c172 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--;
|
| }
|
|
|
| -buildUnnamed459() {
|
| +buildUnnamed604() {
|
| var o = new core.List<api.CustomFieldDef>();
|
| o.add(buildCustomFieldDef());
|
| o.add(buildCustomFieldDef());
|
| return o;
|
| }
|
|
|
| -checkUnnamed459(core.List<api.CustomFieldDef> o) {
|
| +checkUnnamed604(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 = buildUnnamed459();
|
| + o.items = buildUnnamed604();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomFieldDefListResponse--;
|
| @@ -96,20 +96,20 @@ buildCustomFieldDefListResponse() {
|
| checkCustomFieldDefListResponse(api.CustomFieldDefListResponse o) {
|
| buildCounterCustomFieldDefListResponse++;
|
| if (buildCounterCustomFieldDefListResponse < 3) {
|
| - checkUnnamed459(o.items);
|
| + checkUnnamed604(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomFieldDefListResponse--;
|
| }
|
|
|
| -buildUnnamed460() {
|
| +buildUnnamed605() {
|
| var o = new core.List<api.CustomField>();
|
| o.add(buildCustomField());
|
| o.add(buildCustomField());
|
| return o;
|
| }
|
|
|
| -checkUnnamed460(core.List<api.CustomField> o) {
|
| +checkUnnamed605(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 = buildUnnamed460();
|
| + o.customField = buildUnnamed605();
|
| o.kind = "foo";
|
| }
|
| buildCounterCustomFields--;
|
| @@ -130,20 +130,20 @@ buildCustomFields() {
|
| checkCustomFields(api.CustomFields o) {
|
| buildCounterCustomFields++;
|
| if (buildCounterCustomFields < 3) {
|
| - checkUnnamed460(o.customField);
|
| + checkUnnamed605(o.customField);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterCustomFields--;
|
| }
|
|
|
| -buildUnnamed461() {
|
| +buildUnnamed606() {
|
| var o = new core.List<api.JobChange>();
|
| o.add(buildJobChange());
|
| o.add(buildJobChange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed461(core.List<api.JobChange> o) {
|
| +checkUnnamed606(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 = buildUnnamed461();
|
| + o.jobChange = buildUnnamed606();
|
| 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'));
|
| - checkUnnamed461(o.jobChange);
|
| + checkUnnamed606(o.jobChange);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| checkJobState(o.state);
|
| }
|
| @@ -197,14 +197,14 @@ checkJobChange(api.JobChange o) {
|
| buildCounterJobChange--;
|
| }
|
|
|
| -buildUnnamed462() {
|
| +buildUnnamed607() {
|
| var o = new core.List<api.Job>();
|
| o.add(buildJob());
|
| o.add(buildJob());
|
| return o;
|
| }
|
|
|
| -checkUnnamed462(core.List<api.Job> o) {
|
| +checkUnnamed607(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 = buildUnnamed462();
|
| + o.items = buildUnnamed607();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -226,21 +226,21 @@ buildJobListResponse() {
|
| checkJobListResponse(api.JobListResponse o) {
|
| buildCounterJobListResponse++;
|
| if (buildCounterJobListResponse < 3) {
|
| - checkUnnamed462(o.items);
|
| + checkUnnamed607(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterJobListResponse--;
|
| }
|
|
|
| -buildUnnamed463() {
|
| +buildUnnamed608() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed463(core.List<core.String> o) {
|
| +checkUnnamed608(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 = buildUnnamed463();
|
| + o.note = buildUnnamed608();
|
| 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);
|
| - checkUnnamed463(o.note);
|
| + checkUnnamed608(o.note);
|
| unittest.expect(o.progress, unittest.equals('foo'));
|
| unittest.expect(o.title, unittest.equals('foo'));
|
| }
|
| buildCounterJobState--;
|
| }
|
|
|
| -buildUnnamed464() {
|
| +buildUnnamed609() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed464(core.List<core.String> o) {
|
| +checkUnnamed609(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 = buildUnnamed464();
|
| + o.addressLine = buildUnnamed609();
|
| o.kind = "foo";
|
| o.lat = 42.0;
|
| o.lng = 42.0;
|
| @@ -311,7 +311,7 @@ buildLocation() {
|
| checkLocation(api.Location o) {
|
| buildCounterLocation++;
|
| if (buildCounterLocation < 3) {
|
| - checkUnnamed464(o.addressLine);
|
| + checkUnnamed609(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--;
|
| }
|
|
|
| -buildUnnamed465() {
|
| +buildUnnamed610() {
|
| var o = new core.List<api.LocationRecord>();
|
| o.add(buildLocationRecord());
|
| o.add(buildLocationRecord());
|
| return o;
|
| }
|
|
|
| -checkUnnamed465(core.List<api.LocationRecord> o) {
|
| +checkUnnamed610(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 = buildUnnamed465();
|
| + o.items = buildUnnamed610();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.tokenPagination = buildTokenPagination();
|
| @@ -349,7 +349,7 @@ buildLocationListResponse() {
|
| checkLocationListResponse(api.LocationListResponse o) {
|
| buildCounterLocationListResponse++;
|
| if (buildCounterLocationListResponse < 3) {
|
| - checkUnnamed465(o.items);
|
| + checkUnnamed610(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--;
|
| }
|
|
|
| -buildUnnamed466() {
|
| +buildUnnamed611() {
|
| var o = new core.List<api.Worker>();
|
| o.add(buildWorker());
|
| o.add(buildWorker());
|
| return o;
|
| }
|
|
|
| -checkUnnamed466(core.List<api.Worker> o) {
|
| +checkUnnamed611(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 = buildUnnamed466();
|
| + o.items = buildUnnamed611();
|
| o.kind = "foo";
|
| }
|
| buildCounterWorkerListResponse--;
|
| @@ -483,46 +483,46 @@ buildWorkerListResponse() {
|
| checkWorkerListResponse(api.WorkerListResponse o) {
|
| buildCounterWorkerListResponse++;
|
| if (buildCounterWorkerListResponse < 3) {
|
| - checkUnnamed466(o.items);
|
| + checkUnnamed611(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterWorkerListResponse--;
|
| }
|
|
|
| -buildUnnamed467() {
|
| +buildUnnamed612() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed467(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'));
|
| }
|
|
|
| -buildUnnamed468() {
|
| +buildUnnamed613() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed468(core.List<core.String> o) {
|
| +checkUnnamed613(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'));
|
| }
|
|
|
| -buildUnnamed469() {
|
| +buildUnnamed614() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed469(core.List<core.String> o) {
|
| +checkUnnamed614(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 = buildUnnamed467();
|
| + var arg_customField = buildUnnamed612();
|
| 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 = buildUnnamed468();
|
| + var arg_customField = buildUnnamed613();
|
| 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 = buildUnnamed469();
|
| + var arg_customField = buildUnnamed614();
|
| var arg_customerName = "foo";
|
| var arg_customerPhoneNumber = "foo";
|
| var arg_lat = 42.0;
|
|
|