| Index: generated/googleapis/test/dns/v1_test.dart
|
| diff --git a/generated/googleapis/test/dns/v1_test.dart b/generated/googleapis/test/dns/v1_test.dart
|
| index a8657e7b5c1e5713ba26c48bb0ac1529e6bfefbe..981507673b6ddc1c9a2c4f96a0955696ef14b124 100644
|
| --- a/generated/googleapis/test/dns/v1_test.dart
|
| +++ b/generated/googleapis/test/dns/v1_test.dart
|
| @@ -51,27 +51,27 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed695() {
|
| +buildUnnamed716() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed695(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed716(core.List<api.ResourceRecordSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceRecordSet(o[0]);
|
| checkResourceRecordSet(o[1]);
|
| }
|
|
|
| -buildUnnamed696() {
|
| +buildUnnamed717() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed696(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed717(core.List<api.ResourceRecordSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceRecordSet(o[0]);
|
| checkResourceRecordSet(o[1]);
|
| @@ -82,8 +82,8 @@ buildChange() {
|
| var o = new api.Change();
|
| buildCounterChange++;
|
| if (buildCounterChange < 3) {
|
| - o.additions = buildUnnamed695();
|
| - o.deletions = buildUnnamed696();
|
| + o.additions = buildUnnamed716();
|
| + o.deletions = buildUnnamed717();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.startTime = "foo";
|
| @@ -96,8 +96,8 @@ buildChange() {
|
| checkChange(api.Change o) {
|
| buildCounterChange++;
|
| if (buildCounterChange < 3) {
|
| - checkUnnamed695(o.additions);
|
| - checkUnnamed696(o.deletions);
|
| + checkUnnamed716(o.additions);
|
| + checkUnnamed717(o.deletions);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.startTime, unittest.equals('foo'));
|
| @@ -106,14 +106,14 @@ checkChange(api.Change o) {
|
| buildCounterChange--;
|
| }
|
|
|
| -buildUnnamed697() {
|
| +buildUnnamed718() {
|
| var o = new core.List<api.Change>();
|
| o.add(buildChange());
|
| o.add(buildChange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed697(core.List<api.Change> o) {
|
| +checkUnnamed718(core.List<api.Change> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChange(o[0]);
|
| checkChange(o[1]);
|
| @@ -124,7 +124,7 @@ buildChangesListResponse() {
|
| var o = new api.ChangesListResponse();
|
| buildCounterChangesListResponse++;
|
| if (buildCounterChangesListResponse < 3) {
|
| - o.changes = buildUnnamed697();
|
| + o.changes = buildUnnamed718();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -135,21 +135,21 @@ buildChangesListResponse() {
|
| checkChangesListResponse(api.ChangesListResponse o) {
|
| buildCounterChangesListResponse++;
|
| if (buildCounterChangesListResponse < 3) {
|
| - checkUnnamed697(o.changes);
|
| + checkUnnamed718(o.changes);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterChangesListResponse--;
|
| }
|
|
|
| -buildUnnamed698() {
|
| +buildUnnamed719() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed698(core.List<core.String> o) {
|
| +checkUnnamed719(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'));
|
| @@ -167,7 +167,7 @@ buildManagedZone() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.nameServerSet = "foo";
|
| - o.nameServers = buildUnnamed698();
|
| + o.nameServers = buildUnnamed719();
|
| }
|
| buildCounterManagedZone--;
|
| return o;
|
| @@ -183,19 +183,19 @@ checkManagedZone(api.ManagedZone o) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.nameServerSet, unittest.equals('foo'));
|
| - checkUnnamed698(o.nameServers);
|
| + checkUnnamed719(o.nameServers);
|
| }
|
| buildCounterManagedZone--;
|
| }
|
|
|
| -buildUnnamed699() {
|
| +buildUnnamed720() {
|
| var o = new core.List<api.ManagedZone>();
|
| o.add(buildManagedZone());
|
| o.add(buildManagedZone());
|
| return o;
|
| }
|
|
|
| -checkUnnamed699(core.List<api.ManagedZone> o) {
|
| +checkUnnamed720(core.List<api.ManagedZone> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkManagedZone(o[0]);
|
| checkManagedZone(o[1]);
|
| @@ -207,7 +207,7 @@ buildManagedZonesListResponse() {
|
| buildCounterManagedZonesListResponse++;
|
| if (buildCounterManagedZonesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.managedZones = buildUnnamed699();
|
| + o.managedZones = buildUnnamed720();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterManagedZonesListResponse--;
|
| @@ -218,7 +218,7 @@ checkManagedZonesListResponse(api.ManagedZonesListResponse o) {
|
| buildCounterManagedZonesListResponse++;
|
| if (buildCounterManagedZonesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed699(o.managedZones);
|
| + checkUnnamed720(o.managedZones);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterManagedZonesListResponse--;
|
| @@ -280,14 +280,14 @@ checkQuota(api.Quota o) {
|
| buildCounterQuota--;
|
| }
|
|
|
| -buildUnnamed700() {
|
| +buildUnnamed721() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed700(core.List<core.String> o) {
|
| +checkUnnamed721(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'));
|
| @@ -300,7 +300,7 @@ buildResourceRecordSet() {
|
| if (buildCounterResourceRecordSet < 3) {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.rrdatas = buildUnnamed700();
|
| + o.rrdatas = buildUnnamed721();
|
| o.ttl = 42;
|
| o.type = "foo";
|
| }
|
| @@ -313,21 +313,21 @@ checkResourceRecordSet(api.ResourceRecordSet o) {
|
| if (buildCounterResourceRecordSet < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed700(o.rrdatas);
|
| + checkUnnamed721(o.rrdatas);
|
| unittest.expect(o.ttl, unittest.equals(42));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterResourceRecordSet--;
|
| }
|
|
|
| -buildUnnamed701() {
|
| +buildUnnamed722() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed701(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed722(core.List<api.ResourceRecordSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceRecordSet(o[0]);
|
| checkResourceRecordSet(o[1]);
|
| @@ -340,7 +340,7 @@ buildResourceRecordSetsListResponse() {
|
| if (buildCounterResourceRecordSetsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.rrsets = buildUnnamed701();
|
| + o.rrsets = buildUnnamed722();
|
| }
|
| buildCounterResourceRecordSetsListResponse--;
|
| return o;
|
| @@ -351,7 +351,7 @@ checkResourceRecordSetsListResponse(api.ResourceRecordSetsListResponse o) {
|
| if (buildCounterResourceRecordSetsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed701(o.rrsets);
|
| + checkUnnamed722(o.rrsets);
|
| }
|
| buildCounterResourceRecordSetsListResponse--;
|
| }
|
|
|