| Index: generated/googleapis_beta/test/dns/v1beta1_test.dart
|
| diff --git a/generated/googleapis_beta/test/dns/v1beta1_test.dart b/generated/googleapis_beta/test/dns/v1beta1_test.dart
|
| index 66f16aa0736bc8f160644a5e36666f95456f222b..7a148d72d8d2b879e38e7429bcd90c4e3a014555 100644
|
| --- a/generated/googleapis_beta/test/dns/v1beta1_test.dart
|
| +++ b/generated/googleapis_beta/test/dns/v1beta1_test.dart
|
| @@ -16,27 +16,27 @@ import 'package:googleapis_beta/dns/v1beta1.dart' as api;
|
|
|
|
|
|
|
| -buildUnnamed1080() {
|
| +buildUnnamed1301() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1080(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed1301(core.List<api.ResourceRecordSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceRecordSet(o[0]);
|
| checkResourceRecordSet(o[1]);
|
| }
|
|
|
| -buildUnnamed1081() {
|
| +buildUnnamed1302() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1081(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed1302(core.List<api.ResourceRecordSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceRecordSet(o[0]);
|
| checkResourceRecordSet(o[1]);
|
| @@ -47,8 +47,8 @@ buildChange() {
|
| var o = new api.Change();
|
| buildCounterChange++;
|
| if (buildCounterChange < 3) {
|
| - o.additions = buildUnnamed1080();
|
| - o.deletions = buildUnnamed1081();
|
| + o.additions = buildUnnamed1301();
|
| + o.deletions = buildUnnamed1302();
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.startTime = "foo";
|
| @@ -61,8 +61,8 @@ buildChange() {
|
| checkChange(api.Change o) {
|
| buildCounterChange++;
|
| if (buildCounterChange < 3) {
|
| - checkUnnamed1080(o.additions);
|
| - checkUnnamed1081(o.deletions);
|
| + checkUnnamed1301(o.additions);
|
| + checkUnnamed1302(o.deletions);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.startTime, unittest.equals('foo'));
|
| @@ -71,14 +71,14 @@ checkChange(api.Change o) {
|
| buildCounterChange--;
|
| }
|
|
|
| -buildUnnamed1082() {
|
| +buildUnnamed1303() {
|
| var o = new core.List<api.Change>();
|
| o.add(buildChange());
|
| o.add(buildChange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1082(core.List<api.Change> o) {
|
| +checkUnnamed1303(core.List<api.Change> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChange(o[0]);
|
| checkChange(o[1]);
|
| @@ -89,7 +89,7 @@ buildChangesListResponse() {
|
| var o = new api.ChangesListResponse();
|
| buildCounterChangesListResponse++;
|
| if (buildCounterChangesListResponse < 3) {
|
| - o.changes = buildUnnamed1082();
|
| + o.changes = buildUnnamed1303();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -100,21 +100,21 @@ buildChangesListResponse() {
|
| checkChangesListResponse(api.ChangesListResponse o) {
|
| buildCounterChangesListResponse++;
|
| if (buildCounterChangesListResponse < 3) {
|
| - checkUnnamed1082(o.changes);
|
| + checkUnnamed1303(o.changes);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterChangesListResponse--;
|
| }
|
|
|
| -buildUnnamed1083() {
|
| +buildUnnamed1304() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1083(core.List<core.String> o) {
|
| +checkUnnamed1304(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'));
|
| @@ -131,7 +131,7 @@ buildManagedZone() {
|
| o.id = "foo";
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.nameServers = buildUnnamed1083();
|
| + o.nameServers = buildUnnamed1304();
|
| }
|
| buildCounterManagedZone--;
|
| return o;
|
| @@ -146,19 +146,19 @@ checkManagedZone(api.ManagedZone o) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed1083(o.nameServers);
|
| + checkUnnamed1304(o.nameServers);
|
| }
|
| buildCounterManagedZone--;
|
| }
|
|
|
| -buildUnnamed1084() {
|
| +buildUnnamed1305() {
|
| var o = new core.List<api.ManagedZone>();
|
| o.add(buildManagedZone());
|
| o.add(buildManagedZone());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1084(core.List<api.ManagedZone> o) {
|
| +checkUnnamed1305(core.List<api.ManagedZone> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkManagedZone(o[0]);
|
| checkManagedZone(o[1]);
|
| @@ -170,7 +170,7 @@ buildManagedZonesListResponse() {
|
| buildCounterManagedZonesListResponse++;
|
| if (buildCounterManagedZonesListResponse < 3) {
|
| o.kind = "foo";
|
| - o.managedZones = buildUnnamed1084();
|
| + o.managedZones = buildUnnamed1305();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterManagedZonesListResponse--;
|
| @@ -181,7 +181,7 @@ checkManagedZonesListResponse(api.ManagedZonesListResponse o) {
|
| buildCounterManagedZonesListResponse++;
|
| if (buildCounterManagedZonesListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1084(o.managedZones);
|
| + checkUnnamed1305(o.managedZones);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterManagedZonesListResponse--;
|
| @@ -243,14 +243,14 @@ checkQuota(api.Quota o) {
|
| buildCounterQuota--;
|
| }
|
|
|
| -buildUnnamed1085() {
|
| +buildUnnamed1306() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1085(core.List<core.String> o) {
|
| +checkUnnamed1306(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'));
|
| @@ -263,7 +263,7 @@ buildResourceRecordSet() {
|
| if (buildCounterResourceRecordSet < 3) {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.rrdatas = buildUnnamed1085();
|
| + o.rrdatas = buildUnnamed1306();
|
| o.ttl = 42;
|
| o.type = "foo";
|
| }
|
| @@ -276,21 +276,21 @@ checkResourceRecordSet(api.ResourceRecordSet o) {
|
| if (buildCounterResourceRecordSet < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed1085(o.rrdatas);
|
| + checkUnnamed1306(o.rrdatas);
|
| unittest.expect(o.ttl, unittest.equals(42));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterResourceRecordSet--;
|
| }
|
|
|
| -buildUnnamed1086() {
|
| +buildUnnamed1307() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1086(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed1307(core.List<api.ResourceRecordSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceRecordSet(o[0]);
|
| checkResourceRecordSet(o[1]);
|
| @@ -303,7 +303,7 @@ buildResourceRecordSetsListResponse() {
|
| if (buildCounterResourceRecordSetsListResponse < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.rrsets = buildUnnamed1086();
|
| + o.rrsets = buildUnnamed1307();
|
| }
|
| buildCounterResourceRecordSetsListResponse--;
|
| return o;
|
| @@ -314,7 +314,7 @@ checkResourceRecordSetsListResponse(api.ResourceRecordSetsListResponse o) {
|
| if (buildCounterResourceRecordSetsListResponse < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1086(o.rrsets);
|
| + checkUnnamed1307(o.rrsets);
|
| }
|
| buildCounterResourceRecordSetsListResponse--;
|
| }
|
|
|