| 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 c944c8036b2ba1494b512ad9f332214130d95fe3..9b2fd0d6b3802a256e76f9b642c23dc3b2139651 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);
|
| }
|
|
|
| -buildUnnamed3973() {
|
| +buildUnnamed3684() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3973(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed3684(core.List<api.ResourceRecordSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceRecordSet(o[0]);
|
| checkResourceRecordSet(o[1]);
|
| }
|
|
|
| -buildUnnamed3974() {
|
| +buildUnnamed3685() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3974(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed3685(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 = buildUnnamed3973();
|
| - o.deletions = buildUnnamed3974();
|
| + o.additions = buildUnnamed3684();
|
| + o.deletions = buildUnnamed3685();
|
| o.id = "foo";
|
| o.isServing = true;
|
| o.kind = "foo";
|
| @@ -97,8 +97,8 @@ buildChange() {
|
| checkChange(api.Change o) {
|
| buildCounterChange++;
|
| if (buildCounterChange < 3) {
|
| - checkUnnamed3973(o.additions);
|
| - checkUnnamed3974(o.deletions);
|
| + checkUnnamed3684(o.additions);
|
| + checkUnnamed3685(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--;
|
| }
|
|
|
| -buildUnnamed3975() {
|
| +buildUnnamed3686() {
|
| var o = new core.List<api.Change>();
|
| o.add(buildChange());
|
| o.add(buildChange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3975(core.List<api.Change> o) {
|
| +checkUnnamed3686(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 = buildUnnamed3975();
|
| + o.changes = buildUnnamed3686();
|
| o.header = buildResponseHeader();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -138,7 +138,7 @@ buildChangesListResponse() {
|
| checkChangesListResponse(api.ChangesListResponse o) {
|
| buildCounterChangesListResponse++;
|
| if (buildCounterChangesListResponse < 3) {
|
| - checkUnnamed3975(o.changes);
|
| + checkUnnamed3686(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--;
|
| }
|
|
|
| -buildUnnamed3976() {
|
| +buildUnnamed3687() {
|
| var o = new core.List<api.DnsKeyDigest>();
|
| o.add(buildDnsKeyDigest());
|
| o.add(buildDnsKeyDigest());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3976(core.List<api.DnsKeyDigest> o) {
|
| +checkUnnamed3687(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 = buildUnnamed3976();
|
| + o.digests = buildUnnamed3687();
|
| 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'));
|
| - checkUnnamed3976(o.digests);
|
| + checkUnnamed3687(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--;
|
| }
|
|
|
| -buildUnnamed3977() {
|
| +buildUnnamed3688() {
|
| var o = new core.List<api.DnsKey>();
|
| o.add(buildDnsKey());
|
| o.add(buildDnsKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3977(core.List<api.DnsKey> o) {
|
| +checkUnnamed3688(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 = buildUnnamed3977();
|
| + o.dnsKeys = buildUnnamed3688();
|
| o.header = buildResponseHeader();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -274,7 +274,7 @@ buildDnsKeysListResponse() {
|
| checkDnsKeysListResponse(api.DnsKeysListResponse o) {
|
| buildCounterDnsKeysListResponse++;
|
| if (buildCounterDnsKeysListResponse < 3) {
|
| - checkUnnamed3977(o.dnsKeys);
|
| + checkUnnamed3688(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--;
|
| }
|
|
|
| -buildUnnamed3978() {
|
| +buildUnnamed3689() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3978(core.List<core.String> o) {
|
| +checkUnnamed3689(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 = buildUnnamed3978();
|
| + o.nameServers = buildUnnamed3689();
|
| }
|
| 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'));
|
| - checkUnnamed3978(o.nameServers);
|
| + checkUnnamed3689(o.nameServers);
|
| }
|
| buildCounterManagedZone--;
|
| }
|
|
|
| -buildUnnamed3979() {
|
| +buildUnnamed3690() {
|
| var o = new core.List<api.DnsKeySpec>();
|
| o.add(buildDnsKeySpec());
|
| o.add(buildDnsKeySpec());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3979(core.List<api.DnsKeySpec> o) {
|
| +checkUnnamed3690(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 = buildUnnamed3979();
|
| + o.defaultKeySpecs = buildUnnamed3690();
|
| o.kind = "foo";
|
| o.nonExistence = "foo";
|
| o.state = "foo";
|
| @@ -360,7 +360,7 @@ buildManagedZoneDnsSecConfig() {
|
| checkManagedZoneDnsSecConfig(api.ManagedZoneDnsSecConfig o) {
|
| buildCounterManagedZoneDnsSecConfig++;
|
| if (buildCounterManagedZoneDnsSecConfig < 3) {
|
| - checkUnnamed3979(o.defaultKeySpecs);
|
| + checkUnnamed3690(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--;
|
| }
|
|
|
| -buildUnnamed3980() {
|
| +buildUnnamed3691() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3980(core.List<api.Operation> o) {
|
| +checkUnnamed3691(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 = buildUnnamed3980();
|
| + o.operations = buildUnnamed3691();
|
| }
|
| 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'));
|
| - checkUnnamed3980(o.operations);
|
| + checkUnnamed3691(o.operations);
|
| }
|
| buildCounterManagedZoneOperationsListResponse--;
|
| }
|
| @@ -425,14 +425,14 @@ checkManagedZonesDeleteResponse(api.ManagedZonesDeleteResponse o) {
|
| buildCounterManagedZonesDeleteResponse--;
|
| }
|
|
|
| -buildUnnamed3981() {
|
| +buildUnnamed3692() {
|
| var o = new core.List<api.ManagedZone>();
|
| o.add(buildManagedZone());
|
| o.add(buildManagedZone());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3981(core.List<api.ManagedZone> o) {
|
| +checkUnnamed3692(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 = buildUnnamed3981();
|
| + o.managedZones = buildUnnamed3692();
|
| 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'));
|
| - checkUnnamed3981(o.managedZones);
|
| + checkUnnamed3692(o.managedZones);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterManagedZonesListResponse--;
|
| @@ -563,14 +563,14 @@ checkProject(api.Project o) {
|
| buildCounterProject--;
|
| }
|
|
|
| -buildUnnamed3982() {
|
| +buildUnnamed3693() {
|
| var o = new core.List<api.DnsKeySpec>();
|
| o.add(buildDnsKeySpec());
|
| o.add(buildDnsKeySpec());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3982(core.List<api.DnsKeySpec> o) {
|
| +checkUnnamed3693(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 = buildUnnamed3982();
|
| + o.whitelistedKeySpecs = buildUnnamed3693();
|
| }
|
| 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));
|
| - checkUnnamed3982(o.whitelistedKeySpecs);
|
| + checkUnnamed3693(o.whitelistedKeySpecs);
|
| }
|
| buildCounterQuota--;
|
| }
|
|
|
| -buildUnnamed3983() {
|
| +buildUnnamed3694() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3983(core.List<core.String> o) {
|
| +checkUnnamed3694(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'));
|
| }
|
|
|
| -buildUnnamed3984() {
|
| +buildUnnamed3695() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3984(core.List<core.String> o) {
|
| +checkUnnamed3695(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 = buildUnnamed3983();
|
| - o.signatureRrdatas = buildUnnamed3984();
|
| + o.rrdatas = buildUnnamed3694();
|
| + o.signatureRrdatas = buildUnnamed3695();
|
| 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'));
|
| - checkUnnamed3983(o.rrdatas);
|
| - checkUnnamed3984(o.signatureRrdatas);
|
| + checkUnnamed3694(o.rrdatas);
|
| + checkUnnamed3695(o.signatureRrdatas);
|
| unittest.expect(o.ttl, unittest.equals(42));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterResourceRecordSet--;
|
| }
|
|
|
| -buildUnnamed3985() {
|
| +buildUnnamed3696() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3985(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed3696(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 = buildUnnamed3985();
|
| + o.rrsets = buildUnnamed3696();
|
| }
|
| 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'));
|
| - checkUnnamed3985(o.rrsets);
|
| + checkUnnamed3696(o.rrsets);
|
| }
|
| buildCounterResourceRecordSetsListResponse--;
|
| }
|
|
|