| Index: generated/googleapis_beta/test/dns/v2beta1_test.dart
|
| diff --git a/generated/googleapis_beta/test/dns/v2beta1_test.dart b/generated/googleapis_beta/test/dns/v2beta1_test.dart
|
| index 32aa2892d8f7b3bab9f9f151ecc7e6a1e521d52a..6acd723419aa7f80be41cf1be42f9e9f63e95290 100644
|
| --- a/generated/googleapis_beta/test/dns/v2beta1_test.dart
|
| +++ b/generated/googleapis_beta/test/dns/v2beta1_test.dart
|
| @@ -51,27 +51,27 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed3699() {
|
| +buildUnnamed3791() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3699(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed3791(core.List<api.ResourceRecordSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceRecordSet(o[0]);
|
| checkResourceRecordSet(o[1]);
|
| }
|
|
|
| -buildUnnamed3700() {
|
| +buildUnnamed3792() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3700(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed3792(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 = buildUnnamed3699();
|
| - o.deletions = buildUnnamed3700();
|
| + o.additions = buildUnnamed3791();
|
| + o.deletions = buildUnnamed3792();
|
| o.id = "foo";
|
| o.isServing = true;
|
| o.kind = "foo";
|
| @@ -97,8 +97,8 @@ buildChange() {
|
| checkChange(api.Change o) {
|
| buildCounterChange++;
|
| if (buildCounterChange < 3) {
|
| - checkUnnamed3699(o.additions);
|
| - checkUnnamed3700(o.deletions);
|
| + checkUnnamed3791(o.additions);
|
| + checkUnnamed3792(o.deletions);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.isServing, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| @@ -108,14 +108,14 @@ checkChange(api.Change o) {
|
| buildCounterChange--;
|
| }
|
|
|
| -buildUnnamed3701() {
|
| +buildUnnamed3793() {
|
| var o = new core.List<api.Change>();
|
| o.add(buildChange());
|
| o.add(buildChange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3701(core.List<api.Change> o) {
|
| +checkUnnamed3793(core.List<api.Change> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkChange(o[0]);
|
| checkChange(o[1]);
|
| @@ -126,7 +126,7 @@ buildChangesListResponse() {
|
| var o = new api.ChangesListResponse();
|
| buildCounterChangesListResponse++;
|
| if (buildCounterChangesListResponse < 3) {
|
| - o.changes = buildUnnamed3701();
|
| + o.changes = buildUnnamed3793();
|
| o.header = buildResponseHeader();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -138,7 +138,7 @@ buildChangesListResponse() {
|
| checkChangesListResponse(api.ChangesListResponse o) {
|
| buildCounterChangesListResponse++;
|
| if (buildCounterChangesListResponse < 3) {
|
| - checkUnnamed3701(o.changes);
|
| + checkUnnamed3793(o.changes);
|
| checkResponseHeader(o.header);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -146,14 +146,14 @@ checkChangesListResponse(api.ChangesListResponse o) {
|
| buildCounterChangesListResponse--;
|
| }
|
|
|
| -buildUnnamed3702() {
|
| +buildUnnamed3794() {
|
| var o = new core.List<api.DnsKeyDigest>();
|
| o.add(buildDnsKeyDigest());
|
| o.add(buildDnsKeyDigest());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3702(core.List<api.DnsKeyDigest> o) {
|
| +checkUnnamed3794(core.List<api.DnsKeyDigest> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDnsKeyDigest(o[0]);
|
| checkDnsKeyDigest(o[1]);
|
| @@ -167,7 +167,7 @@ buildDnsKey() {
|
| o.algorithm = "foo";
|
| o.creationTime = "foo";
|
| o.description = "foo";
|
| - o.digests = buildUnnamed3702();
|
| + o.digests = buildUnnamed3794();
|
| o.id = "foo";
|
| o.isActive = true;
|
| o.keyLength = 42;
|
| @@ -186,7 +186,7 @@ checkDnsKey(api.DnsKey o) {
|
| unittest.expect(o.algorithm, unittest.equals('foo'));
|
| unittest.expect(o.creationTime, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed3702(o.digests);
|
| + checkUnnamed3794(o.digests);
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.isActive, unittest.isTrue);
|
| unittest.expect(o.keyLength, unittest.equals(42));
|
| @@ -244,14 +244,14 @@ checkDnsKeySpec(api.DnsKeySpec o) {
|
| buildCounterDnsKeySpec--;
|
| }
|
|
|
| -buildUnnamed3703() {
|
| +buildUnnamed3795() {
|
| var o = new core.List<api.DnsKey>();
|
| o.add(buildDnsKey());
|
| o.add(buildDnsKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3703(core.List<api.DnsKey> o) {
|
| +checkUnnamed3795(core.List<api.DnsKey> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDnsKey(o[0]);
|
| checkDnsKey(o[1]);
|
| @@ -262,7 +262,7 @@ buildDnsKeysListResponse() {
|
| var o = new api.DnsKeysListResponse();
|
| buildCounterDnsKeysListResponse++;
|
| if (buildCounterDnsKeysListResponse < 3) {
|
| - o.dnsKeys = buildUnnamed3703();
|
| + o.dnsKeys = buildUnnamed3795();
|
| o.header = buildResponseHeader();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -274,7 +274,7 @@ buildDnsKeysListResponse() {
|
| checkDnsKeysListResponse(api.DnsKeysListResponse o) {
|
| buildCounterDnsKeysListResponse++;
|
| if (buildCounterDnsKeysListResponse < 3) {
|
| - checkUnnamed3703(o.dnsKeys);
|
| + checkUnnamed3795(o.dnsKeys);
|
| checkResponseHeader(o.header);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| @@ -282,14 +282,14 @@ checkDnsKeysListResponse(api.DnsKeysListResponse o) {
|
| buildCounterDnsKeysListResponse--;
|
| }
|
|
|
| -buildUnnamed3704() {
|
| +buildUnnamed3796() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3704(core.List<core.String> o) {
|
| +checkUnnamed3796(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'));
|
| @@ -308,7 +308,7 @@ buildManagedZone() {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| o.nameServerSet = "foo";
|
| - o.nameServers = buildUnnamed3704();
|
| + o.nameServers = buildUnnamed3796();
|
| }
|
| buildCounterManagedZone--;
|
| return o;
|
| @@ -325,19 +325,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'));
|
| - checkUnnamed3704(o.nameServers);
|
| + checkUnnamed3796(o.nameServers);
|
| }
|
| buildCounterManagedZone--;
|
| }
|
|
|
| -buildUnnamed3705() {
|
| +buildUnnamed3797() {
|
| var o = new core.List<api.DnsKeySpec>();
|
| o.add(buildDnsKeySpec());
|
| o.add(buildDnsKeySpec());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3705(core.List<api.DnsKeySpec> o) {
|
| +checkUnnamed3797(core.List<api.DnsKeySpec> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDnsKeySpec(o[0]);
|
| checkDnsKeySpec(o[1]);
|
| @@ -348,7 +348,7 @@ buildManagedZoneDnsSecConfig() {
|
| var o = new api.ManagedZoneDnsSecConfig();
|
| buildCounterManagedZoneDnsSecConfig++;
|
| if (buildCounterManagedZoneDnsSecConfig < 3) {
|
| - o.defaultKeySpecs = buildUnnamed3705();
|
| + o.defaultKeySpecs = buildUnnamed3797();
|
| o.kind = "foo";
|
| o.nonExistence = "foo";
|
| o.state = "foo";
|
| @@ -360,7 +360,7 @@ buildManagedZoneDnsSecConfig() {
|
| checkManagedZoneDnsSecConfig(api.ManagedZoneDnsSecConfig o) {
|
| buildCounterManagedZoneDnsSecConfig++;
|
| if (buildCounterManagedZoneDnsSecConfig < 3) {
|
| - checkUnnamed3705(o.defaultKeySpecs);
|
| + checkUnnamed3797(o.defaultKeySpecs);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nonExistence, unittest.equals('foo'));
|
| unittest.expect(o.state, unittest.equals('foo'));
|
| @@ -368,14 +368,14 @@ checkManagedZoneDnsSecConfig(api.ManagedZoneDnsSecConfig o) {
|
| buildCounterManagedZoneDnsSecConfig--;
|
| }
|
|
|
| -buildUnnamed3706() {
|
| +buildUnnamed3798() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3706(core.List<api.Operation> o) {
|
| +checkUnnamed3798(core.List<api.Operation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperation(o[0]);
|
| checkOperation(o[1]);
|
| @@ -389,7 +389,7 @@ buildManagedZoneOperationsListResponse() {
|
| o.header = buildResponseHeader();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.operations = buildUnnamed3706();
|
| + o.operations = buildUnnamed3798();
|
| }
|
| buildCounterManagedZoneOperationsListResponse--;
|
| return o;
|
| @@ -401,7 +401,7 @@ checkManagedZoneOperationsListResponse(api.ManagedZoneOperationsListResponse o)
|
| checkResponseHeader(o.header);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3706(o.operations);
|
| + checkUnnamed3798(o.operations);
|
| }
|
| buildCounterManagedZoneOperationsListResponse--;
|
| }
|
| @@ -425,14 +425,14 @@ checkManagedZonesDeleteResponse(api.ManagedZonesDeleteResponse o) {
|
| buildCounterManagedZonesDeleteResponse--;
|
| }
|
|
|
| -buildUnnamed3707() {
|
| +buildUnnamed3799() {
|
| var o = new core.List<api.ManagedZone>();
|
| o.add(buildManagedZone());
|
| o.add(buildManagedZone());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3707(core.List<api.ManagedZone> o) {
|
| +checkUnnamed3799(core.List<api.ManagedZone> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkManagedZone(o[0]);
|
| checkManagedZone(o[1]);
|
| @@ -445,7 +445,7 @@ buildManagedZonesListResponse() {
|
| if (buildCounterManagedZonesListResponse < 3) {
|
| o.header = buildResponseHeader();
|
| o.kind = "foo";
|
| - o.managedZones = buildUnnamed3707();
|
| + o.managedZones = buildUnnamed3799();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterManagedZonesListResponse--;
|
| @@ -457,7 +457,7 @@ checkManagedZonesListResponse(api.ManagedZonesListResponse o) {
|
| if (buildCounterManagedZonesListResponse < 3) {
|
| checkResponseHeader(o.header);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3707(o.managedZones);
|
| + checkUnnamed3799(o.managedZones);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterManagedZonesListResponse--;
|
| @@ -563,14 +563,14 @@ checkProject(api.Project o) {
|
| buildCounterProject--;
|
| }
|
|
|
| -buildUnnamed3708() {
|
| +buildUnnamed3800() {
|
| var o = new core.List<api.DnsKeySpec>();
|
| o.add(buildDnsKeySpec());
|
| o.add(buildDnsKeySpec());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3708(core.List<api.DnsKeySpec> o) {
|
| +checkUnnamed3800(core.List<api.DnsKeySpec> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDnsKeySpec(o[0]);
|
| checkDnsKeySpec(o[1]);
|
| @@ -589,7 +589,7 @@ buildQuota() {
|
| o.rrsetDeletionsPerChange = 42;
|
| o.rrsetsPerManagedZone = 42;
|
| o.totalRrdataSizePerChange = 42;
|
| - o.whitelistedKeySpecs = buildUnnamed3708();
|
| + o.whitelistedKeySpecs = buildUnnamed3800();
|
| }
|
| buildCounterQuota--;
|
| return o;
|
| @@ -606,32 +606,32 @@ checkQuota(api.Quota o) {
|
| unittest.expect(o.rrsetDeletionsPerChange, unittest.equals(42));
|
| unittest.expect(o.rrsetsPerManagedZone, unittest.equals(42));
|
| unittest.expect(o.totalRrdataSizePerChange, unittest.equals(42));
|
| - checkUnnamed3708(o.whitelistedKeySpecs);
|
| + checkUnnamed3800(o.whitelistedKeySpecs);
|
| }
|
| buildCounterQuota--;
|
| }
|
|
|
| -buildUnnamed3709() {
|
| +buildUnnamed3801() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3709(core.List<core.String> o) {
|
| +checkUnnamed3801(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'));
|
| }
|
|
|
| -buildUnnamed3710() {
|
| +buildUnnamed3802() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3710(core.List<core.String> o) {
|
| +checkUnnamed3802(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'));
|
| @@ -644,8 +644,8 @@ buildResourceRecordSet() {
|
| if (buildCounterResourceRecordSet < 3) {
|
| o.kind = "foo";
|
| o.name = "foo";
|
| - o.rrdatas = buildUnnamed3709();
|
| - o.signatureRrdatas = buildUnnamed3710();
|
| + o.rrdatas = buildUnnamed3801();
|
| + o.signatureRrdatas = buildUnnamed3802();
|
| o.ttl = 42;
|
| o.type = "foo";
|
| }
|
| @@ -658,22 +658,22 @@ checkResourceRecordSet(api.ResourceRecordSet o) {
|
| if (buildCounterResourceRecordSet < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| - checkUnnamed3709(o.rrdatas);
|
| - checkUnnamed3710(o.signatureRrdatas);
|
| + checkUnnamed3801(o.rrdatas);
|
| + checkUnnamed3802(o.signatureRrdatas);
|
| unittest.expect(o.ttl, unittest.equals(42));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterResourceRecordSet--;
|
| }
|
|
|
| -buildUnnamed3711() {
|
| +buildUnnamed3803() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3711(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed3803(core.List<api.ResourceRecordSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceRecordSet(o[0]);
|
| checkResourceRecordSet(o[1]);
|
| @@ -687,7 +687,7 @@ buildResourceRecordSetsListResponse() {
|
| o.header = buildResponseHeader();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.rrsets = buildUnnamed3711();
|
| + o.rrsets = buildUnnamed3803();
|
| }
|
| buildCounterResourceRecordSetsListResponse--;
|
| return o;
|
| @@ -699,7 +699,7 @@ checkResourceRecordSetsListResponse(api.ResourceRecordSetsListResponse o) {
|
| checkResponseHeader(o.header);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3711(o.rrsets);
|
| + checkUnnamed3803(o.rrsets);
|
| }
|
| buildCounterResourceRecordSetsListResponse--;
|
| }
|
|
|