| 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 3b507bd039d8f3a6a0efccadd0c9989f7fa340b5..bad019abd901dc0ef5e60a56752926ec94893ded 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);
|
| }
|
|
|
| -buildUnnamed3312() {
|
| +buildUnnamed3440() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3312(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed3440(core.List<api.ResourceRecordSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceRecordSet(o[0]);
|
| checkResourceRecordSet(o[1]);
|
| }
|
|
|
| -buildUnnamed3313() {
|
| +buildUnnamed3441() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3313(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed3441(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 = buildUnnamed3312();
|
| - o.deletions = buildUnnamed3313();
|
| + o.additions = buildUnnamed3440();
|
| + o.deletions = buildUnnamed3441();
|
| o.id = "foo";
|
| o.isServing = true;
|
| o.kind = "foo";
|
| @@ -97,8 +97,8 @@ buildChange() {
|
| checkChange(api.Change o) {
|
| buildCounterChange++;
|
| if (buildCounterChange < 3) {
|
| - checkUnnamed3312(o.additions);
|
| - checkUnnamed3313(o.deletions);
|
| + checkUnnamed3440(o.additions);
|
| + checkUnnamed3441(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--;
|
| }
|
|
|
| -buildUnnamed3314() {
|
| +buildUnnamed3442() {
|
| var o = new core.List<api.Change>();
|
| o.add(buildChange());
|
| o.add(buildChange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3314(core.List<api.Change> o) {
|
| +checkUnnamed3442(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 = buildUnnamed3314();
|
| + o.changes = buildUnnamed3442();
|
| o.header = buildResponseHeader();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -138,7 +138,7 @@ buildChangesListResponse() {
|
| checkChangesListResponse(api.ChangesListResponse o) {
|
| buildCounterChangesListResponse++;
|
| if (buildCounterChangesListResponse < 3) {
|
| - checkUnnamed3314(o.changes);
|
| + checkUnnamed3442(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--;
|
| }
|
|
|
| -buildUnnamed3315() {
|
| +buildUnnamed3443() {
|
| var o = new core.List<api.DnsKeyDigest>();
|
| o.add(buildDnsKeyDigest());
|
| o.add(buildDnsKeyDigest());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3315(core.List<api.DnsKeyDigest> o) {
|
| +checkUnnamed3443(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 = buildUnnamed3315();
|
| + o.digests = buildUnnamed3443();
|
| 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'));
|
| - checkUnnamed3315(o.digests);
|
| + checkUnnamed3443(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--;
|
| }
|
|
|
| -buildUnnamed3316() {
|
| +buildUnnamed3444() {
|
| var o = new core.List<api.DnsKey>();
|
| o.add(buildDnsKey());
|
| o.add(buildDnsKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3316(core.List<api.DnsKey> o) {
|
| +checkUnnamed3444(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 = buildUnnamed3316();
|
| + o.dnsKeys = buildUnnamed3444();
|
| o.header = buildResponseHeader();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -274,7 +274,7 @@ buildDnsKeysListResponse() {
|
| checkDnsKeysListResponse(api.DnsKeysListResponse o) {
|
| buildCounterDnsKeysListResponse++;
|
| if (buildCounterDnsKeysListResponse < 3) {
|
| - checkUnnamed3316(o.dnsKeys);
|
| + checkUnnamed3444(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--;
|
| }
|
|
|
| -buildUnnamed3317() {
|
| +buildUnnamed3445() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3317(core.List<core.String> o) {
|
| +checkUnnamed3445(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 = buildUnnamed3317();
|
| + o.nameServers = buildUnnamed3445();
|
| }
|
| 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'));
|
| - checkUnnamed3317(o.nameServers);
|
| + checkUnnamed3445(o.nameServers);
|
| }
|
| buildCounterManagedZone--;
|
| }
|
|
|
| -buildUnnamed3318() {
|
| +buildUnnamed3446() {
|
| var o = new core.List<api.DnsKeySpec>();
|
| o.add(buildDnsKeySpec());
|
| o.add(buildDnsKeySpec());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3318(core.List<api.DnsKeySpec> o) {
|
| +checkUnnamed3446(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 = buildUnnamed3318();
|
| + o.defaultKeySpecs = buildUnnamed3446();
|
| o.kind = "foo";
|
| o.nonExistence = "foo";
|
| o.state = "foo";
|
| @@ -360,7 +360,7 @@ buildManagedZoneDnsSecConfig() {
|
| checkManagedZoneDnsSecConfig(api.ManagedZoneDnsSecConfig o) {
|
| buildCounterManagedZoneDnsSecConfig++;
|
| if (buildCounterManagedZoneDnsSecConfig < 3) {
|
| - checkUnnamed3318(o.defaultKeySpecs);
|
| + checkUnnamed3446(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--;
|
| }
|
|
|
| -buildUnnamed3319() {
|
| +buildUnnamed3447() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3319(core.List<api.Operation> o) {
|
| +checkUnnamed3447(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 = buildUnnamed3319();
|
| + o.operations = buildUnnamed3447();
|
| }
|
| 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'));
|
| - checkUnnamed3319(o.operations);
|
| + checkUnnamed3447(o.operations);
|
| }
|
| buildCounterManagedZoneOperationsListResponse--;
|
| }
|
| @@ -425,14 +425,14 @@ checkManagedZonesDeleteResponse(api.ManagedZonesDeleteResponse o) {
|
| buildCounterManagedZonesDeleteResponse--;
|
| }
|
|
|
| -buildUnnamed3320() {
|
| +buildUnnamed3448() {
|
| var o = new core.List<api.ManagedZone>();
|
| o.add(buildManagedZone());
|
| o.add(buildManagedZone());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3320(core.List<api.ManagedZone> o) {
|
| +checkUnnamed3448(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 = buildUnnamed3320();
|
| + o.managedZones = buildUnnamed3448();
|
| 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'));
|
| - checkUnnamed3320(o.managedZones);
|
| + checkUnnamed3448(o.managedZones);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterManagedZonesListResponse--;
|
| @@ -563,14 +563,14 @@ checkProject(api.Project o) {
|
| buildCounterProject--;
|
| }
|
|
|
| -buildUnnamed3321() {
|
| +buildUnnamed3449() {
|
| var o = new core.List<api.DnsKeySpec>();
|
| o.add(buildDnsKeySpec());
|
| o.add(buildDnsKeySpec());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3321(core.List<api.DnsKeySpec> o) {
|
| +checkUnnamed3449(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 = buildUnnamed3321();
|
| + o.whitelistedKeySpecs = buildUnnamed3449();
|
| }
|
| 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));
|
| - checkUnnamed3321(o.whitelistedKeySpecs);
|
| + checkUnnamed3449(o.whitelistedKeySpecs);
|
| }
|
| buildCounterQuota--;
|
| }
|
|
|
| -buildUnnamed3322() {
|
| +buildUnnamed3450() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3322(core.List<core.String> o) {
|
| +checkUnnamed3450(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'));
|
| }
|
|
|
| -buildUnnamed3323() {
|
| +buildUnnamed3451() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3323(core.List<core.String> o) {
|
| +checkUnnamed3451(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 = buildUnnamed3322();
|
| - o.signatureRrdatas = buildUnnamed3323();
|
| + o.rrdatas = buildUnnamed3450();
|
| + o.signatureRrdatas = buildUnnamed3451();
|
| 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'));
|
| - checkUnnamed3322(o.rrdatas);
|
| - checkUnnamed3323(o.signatureRrdatas);
|
| + checkUnnamed3450(o.rrdatas);
|
| + checkUnnamed3451(o.signatureRrdatas);
|
| unittest.expect(o.ttl, unittest.equals(42));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterResourceRecordSet--;
|
| }
|
|
|
| -buildUnnamed3324() {
|
| +buildUnnamed3452() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3324(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed3452(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 = buildUnnamed3324();
|
| + o.rrsets = buildUnnamed3452();
|
| }
|
| 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'));
|
| - checkUnnamed3324(o.rrsets);
|
| + checkUnnamed3452(o.rrsets);
|
| }
|
| buildCounterResourceRecordSetsListResponse--;
|
| }
|
|
|