| 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 b2b082159704614fb1affc5ffcc1beb2b8383835..c944c8036b2ba1494b512ad9f332214130d95fe3 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);
|
| }
|
|
|
| -buildUnnamed4136() {
|
| +buildUnnamed3973() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4136(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed3973(core.List<api.ResourceRecordSet> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceRecordSet(o[0]);
|
| checkResourceRecordSet(o[1]);
|
| }
|
|
|
| -buildUnnamed4137() {
|
| +buildUnnamed3974() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4137(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed3974(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 = buildUnnamed4136();
|
| - o.deletions = buildUnnamed4137();
|
| + o.additions = buildUnnamed3973();
|
| + o.deletions = buildUnnamed3974();
|
| o.id = "foo";
|
| o.isServing = true;
|
| o.kind = "foo";
|
| @@ -97,8 +97,8 @@ buildChange() {
|
| checkChange(api.Change o) {
|
| buildCounterChange++;
|
| if (buildCounterChange < 3) {
|
| - checkUnnamed4136(o.additions);
|
| - checkUnnamed4137(o.deletions);
|
| + checkUnnamed3973(o.additions);
|
| + checkUnnamed3974(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--;
|
| }
|
|
|
| -buildUnnamed4138() {
|
| +buildUnnamed3975() {
|
| var o = new core.List<api.Change>();
|
| o.add(buildChange());
|
| o.add(buildChange());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4138(core.List<api.Change> o) {
|
| +checkUnnamed3975(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 = buildUnnamed4138();
|
| + o.changes = buildUnnamed3975();
|
| o.header = buildResponseHeader();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -138,7 +138,7 @@ buildChangesListResponse() {
|
| checkChangesListResponse(api.ChangesListResponse o) {
|
| buildCounterChangesListResponse++;
|
| if (buildCounterChangesListResponse < 3) {
|
| - checkUnnamed4138(o.changes);
|
| + checkUnnamed3975(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--;
|
| }
|
|
|
| -buildUnnamed4139() {
|
| +buildUnnamed3976() {
|
| var o = new core.List<api.DnsKeyDigest>();
|
| o.add(buildDnsKeyDigest());
|
| o.add(buildDnsKeyDigest());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4139(core.List<api.DnsKeyDigest> o) {
|
| +checkUnnamed3976(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 = buildUnnamed4139();
|
| + o.digests = buildUnnamed3976();
|
| 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'));
|
| - checkUnnamed4139(o.digests);
|
| + checkUnnamed3976(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--;
|
| }
|
|
|
| -buildUnnamed4140() {
|
| +buildUnnamed3977() {
|
| var o = new core.List<api.DnsKey>();
|
| o.add(buildDnsKey());
|
| o.add(buildDnsKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4140(core.List<api.DnsKey> o) {
|
| +checkUnnamed3977(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 = buildUnnamed4140();
|
| + o.dnsKeys = buildUnnamed3977();
|
| o.header = buildResponseHeader();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| @@ -274,7 +274,7 @@ buildDnsKeysListResponse() {
|
| checkDnsKeysListResponse(api.DnsKeysListResponse o) {
|
| buildCounterDnsKeysListResponse++;
|
| if (buildCounterDnsKeysListResponse < 3) {
|
| - checkUnnamed4140(o.dnsKeys);
|
| + checkUnnamed3977(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--;
|
| }
|
|
|
| -buildUnnamed4141() {
|
| +buildUnnamed3978() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed4141(core.List<core.String> o) {
|
| +checkUnnamed3978(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 = buildUnnamed4141();
|
| + o.nameServers = buildUnnamed3978();
|
| }
|
| 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'));
|
| - checkUnnamed4141(o.nameServers);
|
| + checkUnnamed3978(o.nameServers);
|
| }
|
| buildCounterManagedZone--;
|
| }
|
|
|
| -buildUnnamed4142() {
|
| +buildUnnamed3979() {
|
| var o = new core.List<api.DnsKeySpec>();
|
| o.add(buildDnsKeySpec());
|
| o.add(buildDnsKeySpec());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4142(core.List<api.DnsKeySpec> o) {
|
| +checkUnnamed3979(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 = buildUnnamed4142();
|
| + o.defaultKeySpecs = buildUnnamed3979();
|
| o.kind = "foo";
|
| o.nonExistence = "foo";
|
| o.state = "foo";
|
| @@ -360,7 +360,7 @@ buildManagedZoneDnsSecConfig() {
|
| checkManagedZoneDnsSecConfig(api.ManagedZoneDnsSecConfig o) {
|
| buildCounterManagedZoneDnsSecConfig++;
|
| if (buildCounterManagedZoneDnsSecConfig < 3) {
|
| - checkUnnamed4142(o.defaultKeySpecs);
|
| + checkUnnamed3979(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--;
|
| }
|
|
|
| -buildUnnamed4143() {
|
| +buildUnnamed3980() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4143(core.List<api.Operation> o) {
|
| +checkUnnamed3980(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 = buildUnnamed4143();
|
| + o.operations = buildUnnamed3980();
|
| }
|
| 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'));
|
| - checkUnnamed4143(o.operations);
|
| + checkUnnamed3980(o.operations);
|
| }
|
| buildCounterManagedZoneOperationsListResponse--;
|
| }
|
| @@ -425,14 +425,14 @@ checkManagedZonesDeleteResponse(api.ManagedZonesDeleteResponse o) {
|
| buildCounterManagedZonesDeleteResponse--;
|
| }
|
|
|
| -buildUnnamed4144() {
|
| +buildUnnamed3981() {
|
| var o = new core.List<api.ManagedZone>();
|
| o.add(buildManagedZone());
|
| o.add(buildManagedZone());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4144(core.List<api.ManagedZone> o) {
|
| +checkUnnamed3981(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 = buildUnnamed4144();
|
| + o.managedZones = buildUnnamed3981();
|
| 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'));
|
| - checkUnnamed4144(o.managedZones);
|
| + checkUnnamed3981(o.managedZones);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterManagedZonesListResponse--;
|
| @@ -563,14 +563,14 @@ checkProject(api.Project o) {
|
| buildCounterProject--;
|
| }
|
|
|
| -buildUnnamed4145() {
|
| +buildUnnamed3982() {
|
| var o = new core.List<api.DnsKeySpec>();
|
| o.add(buildDnsKeySpec());
|
| o.add(buildDnsKeySpec());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4145(core.List<api.DnsKeySpec> o) {
|
| +checkUnnamed3982(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 = buildUnnamed4145();
|
| + o.whitelistedKeySpecs = buildUnnamed3982();
|
| }
|
| 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));
|
| - checkUnnamed4145(o.whitelistedKeySpecs);
|
| + checkUnnamed3982(o.whitelistedKeySpecs);
|
| }
|
| buildCounterQuota--;
|
| }
|
|
|
| -buildUnnamed4146() {
|
| +buildUnnamed3983() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed4146(core.List<core.String> o) {
|
| +checkUnnamed3983(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'));
|
| }
|
|
|
| -buildUnnamed4147() {
|
| +buildUnnamed3984() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed4147(core.List<core.String> o) {
|
| +checkUnnamed3984(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 = buildUnnamed4146();
|
| - o.signatureRrdatas = buildUnnamed4147();
|
| + o.rrdatas = buildUnnamed3983();
|
| + o.signatureRrdatas = buildUnnamed3984();
|
| 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'));
|
| - checkUnnamed4146(o.rrdatas);
|
| - checkUnnamed4147(o.signatureRrdatas);
|
| + checkUnnamed3983(o.rrdatas);
|
| + checkUnnamed3984(o.signatureRrdatas);
|
| unittest.expect(o.ttl, unittest.equals(42));
|
| unittest.expect(o.type, unittest.equals('foo'));
|
| }
|
| buildCounterResourceRecordSet--;
|
| }
|
|
|
| -buildUnnamed4148() {
|
| +buildUnnamed3985() {
|
| var o = new core.List<api.ResourceRecordSet>();
|
| o.add(buildResourceRecordSet());
|
| o.add(buildResourceRecordSet());
|
| return o;
|
| }
|
|
|
| -checkUnnamed4148(core.List<api.ResourceRecordSet> o) {
|
| +checkUnnamed3985(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 = buildUnnamed4148();
|
| + o.rrsets = buildUnnamed3985();
|
| }
|
| 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'));
|
| - checkUnnamed4148(o.rrsets);
|
| + checkUnnamed3985(o.rrsets);
|
| }
|
| buildCounterResourceRecordSetsListResponse--;
|
| }
|
| @@ -1046,11 +1046,11 @@ main() {
|
| });
|
|
|
|
|
| - unittest.group("resource-DnskeysResourceApi", () {
|
| + unittest.group("resource-DnsKeysResourceApi", () {
|
| unittest.test("method--get", () {
|
|
|
| var mock = new HttpServerMock();
|
| - api.DnskeysResourceApi res = new api.DnsApi(mock).dnskeys;
|
| + api.DnsKeysResourceApi res = new api.DnsApi(mock).dnsKeys;
|
| var arg_project = "foo";
|
| var arg_managedZone = "foo";
|
| var arg_dnsKeyId = "foo";
|
| @@ -1098,7 +1098,7 @@ main() {
|
| unittest.test("method--list", () {
|
|
|
| var mock = new HttpServerMock();
|
| - api.DnskeysResourceApi res = new api.DnsApi(mock).dnskeys;
|
| + api.DnsKeysResourceApi res = new api.DnsApi(mock).dnsKeys;
|
| var arg_project = "foo";
|
| var arg_managedZone = "foo";
|
| var arg_digestType = "foo";
|
|
|