| Index: generated/googleapis_beta/test/sqladmin/v1beta3_test.dart
|
| diff --git a/generated/googleapis_beta/test/sqladmin/v1beta3_test.dart b/generated/googleapis_beta/test/sqladmin/v1beta3_test.dart
|
| index 8af2778b1e2847e692bbe55e1848707f2832646b..28c41a79eba33cfd369b0c3a9e527edad1f8cc21 100644
|
| --- a/generated/googleapis_beta/test/sqladmin/v1beta3_test.dart
|
| +++ b/generated/googleapis_beta/test/sqladmin/v1beta3_test.dart
|
| @@ -113,14 +113,14 @@ checkBackupRun(api.BackupRun o) {
|
| buildCounterBackupRun--;
|
| }
|
|
|
| -buildUnnamed3022() {
|
| +buildUnnamed3121() {
|
| var o = new core.List<api.BackupRun>();
|
| o.add(buildBackupRun());
|
| o.add(buildBackupRun());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3022(core.List<api.BackupRun> o) {
|
| +checkUnnamed3121(core.List<api.BackupRun> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBackupRun(o[0]);
|
| checkBackupRun(o[1]);
|
| @@ -131,7 +131,7 @@ buildBackupRunsListResponse() {
|
| var o = new api.BackupRunsListResponse();
|
| buildCounterBackupRunsListResponse++;
|
| if (buildCounterBackupRunsListResponse < 3) {
|
| - o.items = buildUnnamed3022();
|
| + o.items = buildUnnamed3121();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -142,7 +142,7 @@ buildBackupRunsListResponse() {
|
| checkBackupRunsListResponse(api.BackupRunsListResponse o) {
|
| buildCounterBackupRunsListResponse++;
|
| if (buildCounterBackupRunsListResponse < 3) {
|
| - checkUnnamed3022(o.items);
|
| + checkUnnamed3121(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -218,27 +218,27 @@ checkDatabaseFlags(api.DatabaseFlags o) {
|
| buildCounterDatabaseFlags--;
|
| }
|
|
|
| -buildUnnamed3023() {
|
| +buildUnnamed3122() {
|
| var o = new core.List<api.IpMapping>();
|
| o.add(buildIpMapping());
|
| o.add(buildIpMapping());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3023(core.List<api.IpMapping> o) {
|
| +checkUnnamed3122(core.List<api.IpMapping> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkIpMapping(o[0]);
|
| checkIpMapping(o[1]);
|
| }
|
|
|
| -buildUnnamed3024() {
|
| +buildUnnamed3123() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3024(core.List<core.String> o) {
|
| +checkUnnamed3123(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'));
|
| @@ -255,14 +255,14 @@ buildDatabaseInstance() {
|
| o.etag = "foo";
|
| o.instance = "foo";
|
| o.instanceType = "foo";
|
| - o.ipAddresses = buildUnnamed3023();
|
| + o.ipAddresses = buildUnnamed3122();
|
| o.ipv6Address = "foo";
|
| o.kind = "foo";
|
| o.masterInstanceName = "foo";
|
| o.maxDiskSize = "foo";
|
| o.project = "foo";
|
| o.region = "foo";
|
| - o.replicaNames = buildUnnamed3024();
|
| + o.replicaNames = buildUnnamed3123();
|
| o.serverCaCert = buildSslCert();
|
| o.serviceAccountEmailAddress = "foo";
|
| o.settings = buildSettings();
|
| @@ -281,14 +281,14 @@ checkDatabaseInstance(api.DatabaseInstance o) {
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.instance, unittest.equals('foo'));
|
| unittest.expect(o.instanceType, unittest.equals('foo'));
|
| - checkUnnamed3023(o.ipAddresses);
|
| + checkUnnamed3122(o.ipAddresses);
|
| unittest.expect(o.ipv6Address, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.masterInstanceName, unittest.equals('foo'));
|
| unittest.expect(o.maxDiskSize, unittest.equals('foo'));
|
| unittest.expect(o.project, unittest.equals('foo'));
|
| unittest.expect(o.region, unittest.equals('foo'));
|
| - checkUnnamed3024(o.replicaNames);
|
| + checkUnnamed3123(o.replicaNames);
|
| checkSslCert(o.serverCaCert);
|
| unittest.expect(o.serviceAccountEmailAddress, unittest.equals('foo'));
|
| checkSettings(o.settings);
|
| @@ -297,27 +297,27 @@ checkDatabaseInstance(api.DatabaseInstance o) {
|
| buildCounterDatabaseInstance--;
|
| }
|
|
|
| -buildUnnamed3025() {
|
| +buildUnnamed3124() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3025(core.List<core.String> o) {
|
| +checkUnnamed3124(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'));
|
| }
|
|
|
| -buildUnnamed3026() {
|
| +buildUnnamed3125() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3026(core.List<core.String> o) {
|
| +checkUnnamed3125(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'));
|
| @@ -328,9 +328,9 @@ buildExportContext() {
|
| var o = new api.ExportContext();
|
| buildCounterExportContext++;
|
| if (buildCounterExportContext < 3) {
|
| - o.database = buildUnnamed3025();
|
| + o.database = buildUnnamed3124();
|
| o.kind = "foo";
|
| - o.table = buildUnnamed3026();
|
| + o.table = buildUnnamed3125();
|
| o.uri = "foo";
|
| }
|
| buildCounterExportContext--;
|
| @@ -340,35 +340,35 @@ buildExportContext() {
|
| checkExportContext(api.ExportContext o) {
|
| buildCounterExportContext++;
|
| if (buildCounterExportContext < 3) {
|
| - checkUnnamed3025(o.database);
|
| + checkUnnamed3124(o.database);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3026(o.table);
|
| + checkUnnamed3125(o.table);
|
| unittest.expect(o.uri, unittest.equals('foo'));
|
| }
|
| buildCounterExportContext--;
|
| }
|
|
|
| -buildUnnamed3027() {
|
| +buildUnnamed3126() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3027(core.List<core.String> o) {
|
| +checkUnnamed3126(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'));
|
| }
|
|
|
| -buildUnnamed3028() {
|
| +buildUnnamed3127() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3028(core.List<core.String> o) {
|
| +checkUnnamed3127(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'));
|
| @@ -379,8 +379,8 @@ buildFlag() {
|
| var o = new api.Flag();
|
| buildCounterFlag++;
|
| if (buildCounterFlag < 3) {
|
| - o.allowedStringValues = buildUnnamed3027();
|
| - o.appliesTo = buildUnnamed3028();
|
| + o.allowedStringValues = buildUnnamed3126();
|
| + o.appliesTo = buildUnnamed3127();
|
| o.kind = "foo";
|
| o.maxValue = "foo";
|
| o.minValue = "foo";
|
| @@ -394,8 +394,8 @@ buildFlag() {
|
| checkFlag(api.Flag o) {
|
| buildCounterFlag++;
|
| if (buildCounterFlag < 3) {
|
| - checkUnnamed3027(o.allowedStringValues);
|
| - checkUnnamed3028(o.appliesTo);
|
| + checkUnnamed3126(o.allowedStringValues);
|
| + checkUnnamed3127(o.appliesTo);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.maxValue, unittest.equals('foo'));
|
| unittest.expect(o.minValue, unittest.equals('foo'));
|
| @@ -405,14 +405,14 @@ checkFlag(api.Flag o) {
|
| buildCounterFlag--;
|
| }
|
|
|
| -buildUnnamed3029() {
|
| +buildUnnamed3128() {
|
| var o = new core.List<api.Flag>();
|
| o.add(buildFlag());
|
| o.add(buildFlag());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3029(core.List<api.Flag> o) {
|
| +checkUnnamed3128(core.List<api.Flag> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFlag(o[0]);
|
| checkFlag(o[1]);
|
| @@ -423,7 +423,7 @@ buildFlagsListResponse() {
|
| var o = new api.FlagsListResponse();
|
| buildCounterFlagsListResponse++;
|
| if (buildCounterFlagsListResponse < 3) {
|
| - o.items = buildUnnamed3029();
|
| + o.items = buildUnnamed3128();
|
| o.kind = "foo";
|
| }
|
| buildCounterFlagsListResponse--;
|
| @@ -433,20 +433,20 @@ buildFlagsListResponse() {
|
| checkFlagsListResponse(api.FlagsListResponse o) {
|
| buildCounterFlagsListResponse++;
|
| if (buildCounterFlagsListResponse < 3) {
|
| - checkUnnamed3029(o.items);
|
| + checkUnnamed3128(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterFlagsListResponse--;
|
| }
|
|
|
| -buildUnnamed3030() {
|
| +buildUnnamed3129() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3030(core.List<core.String> o) {
|
| +checkUnnamed3129(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'));
|
| @@ -459,7 +459,7 @@ buildImportContext() {
|
| if (buildCounterImportContext < 3) {
|
| o.database = "foo";
|
| o.kind = "foo";
|
| - o.uri = buildUnnamed3030();
|
| + o.uri = buildUnnamed3129();
|
| }
|
| buildCounterImportContext--;
|
| return o;
|
| @@ -470,19 +470,19 @@ checkImportContext(api.ImportContext o) {
|
| if (buildCounterImportContext < 3) {
|
| unittest.expect(o.database, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3030(o.uri);
|
| + checkUnnamed3129(o.uri);
|
| }
|
| buildCounterImportContext--;
|
| }
|
|
|
| -buildUnnamed3031() {
|
| +buildUnnamed3130() {
|
| var o = new core.List<api.OperationError>();
|
| o.add(buildOperationError());
|
| o.add(buildOperationError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3031(core.List<api.OperationError> o) {
|
| +checkUnnamed3130(core.List<api.OperationError> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationError(o[0]);
|
| checkOperationError(o[1]);
|
| @@ -495,7 +495,7 @@ buildInstanceOperation() {
|
| if (buildCounterInstanceOperation < 3) {
|
| o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| o.enqueuedTime = core.DateTime.parse("2002-02-27T14:01:02");
|
| - o.error = buildUnnamed3031();
|
| + o.error = buildUnnamed3130();
|
| o.exportContext = buildExportContext();
|
| o.importContext = buildImportContext();
|
| o.instance = "foo";
|
| @@ -515,7 +515,7 @@ checkInstanceOperation(api.InstanceOperation o) {
|
| if (buildCounterInstanceOperation < 3) {
|
| unittest.expect(o.endTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| unittest.expect(o.enqueuedTime, unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")));
|
| - checkUnnamed3031(o.error);
|
| + checkUnnamed3130(o.error);
|
| checkExportContext(o.exportContext);
|
| checkImportContext(o.importContext);
|
| unittest.expect(o.instance, unittest.equals('foo'));
|
| @@ -710,14 +710,14 @@ checkInstancesInsertResponse(api.InstancesInsertResponse o) {
|
| buildCounterInstancesInsertResponse--;
|
| }
|
|
|
| -buildUnnamed3032() {
|
| +buildUnnamed3131() {
|
| var o = new core.List<api.DatabaseInstance>();
|
| o.add(buildDatabaseInstance());
|
| o.add(buildDatabaseInstance());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3032(core.List<api.DatabaseInstance> o) {
|
| +checkUnnamed3131(core.List<api.DatabaseInstance> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatabaseInstance(o[0]);
|
| checkDatabaseInstance(o[1]);
|
| @@ -728,7 +728,7 @@ buildInstancesListResponse() {
|
| var o = new api.InstancesListResponse();
|
| buildCounterInstancesListResponse++;
|
| if (buildCounterInstancesListResponse < 3) {
|
| - o.items = buildUnnamed3032();
|
| + o.items = buildUnnamed3131();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -739,7 +739,7 @@ buildInstancesListResponse() {
|
| checkInstancesListResponse(api.InstancesListResponse o) {
|
| buildCounterInstancesListResponse++;
|
| if (buildCounterInstancesListResponse < 3) {
|
| - checkUnnamed3032(o.items);
|
| + checkUnnamed3131(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -872,14 +872,14 @@ checkInstancesUpdateResponse(api.InstancesUpdateResponse o) {
|
| buildCounterInstancesUpdateResponse--;
|
| }
|
|
|
| -buildUnnamed3033() {
|
| +buildUnnamed3132() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3033(core.List<core.String> o) {
|
| +checkUnnamed3132(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'));
|
| @@ -890,7 +890,7 @@ buildIpConfiguration() {
|
| var o = new api.IpConfiguration();
|
| buildCounterIpConfiguration++;
|
| if (buildCounterIpConfiguration < 3) {
|
| - o.authorizedNetworks = buildUnnamed3033();
|
| + o.authorizedNetworks = buildUnnamed3132();
|
| o.enabled = true;
|
| o.kind = "foo";
|
| o.requireSsl = true;
|
| @@ -902,7 +902,7 @@ buildIpConfiguration() {
|
| checkIpConfiguration(api.IpConfiguration o) {
|
| buildCounterIpConfiguration++;
|
| if (buildCounterIpConfiguration < 3) {
|
| - checkUnnamed3033(o.authorizedNetworks);
|
| + checkUnnamed3132(o.authorizedNetworks);
|
| unittest.expect(o.enabled, unittest.isTrue);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.requireSsl, unittest.isTrue);
|
| @@ -975,14 +975,14 @@ checkOperationError(api.OperationError o) {
|
| buildCounterOperationError--;
|
| }
|
|
|
| -buildUnnamed3034() {
|
| +buildUnnamed3133() {
|
| var o = new core.List<api.InstanceOperation>();
|
| o.add(buildInstanceOperation());
|
| o.add(buildInstanceOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3034(core.List<api.InstanceOperation> o) {
|
| +checkUnnamed3133(core.List<api.InstanceOperation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkInstanceOperation(o[0]);
|
| checkInstanceOperation(o[1]);
|
| @@ -993,7 +993,7 @@ buildOperationsListResponse() {
|
| var o = new api.OperationsListResponse();
|
| buildCounterOperationsListResponse++;
|
| if (buildCounterOperationsListResponse < 3) {
|
| - o.items = buildUnnamed3034();
|
| + o.items = buildUnnamed3133();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -1004,7 +1004,7 @@ buildOperationsListResponse() {
|
| checkOperationsListResponse(api.OperationsListResponse o) {
|
| buildCounterOperationsListResponse++;
|
| if (buildCounterOperationsListResponse < 3) {
|
| - checkUnnamed3034(o.items);
|
| + checkUnnamed3133(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| @@ -1032,40 +1032,40 @@ checkSetRootPasswordContext(api.SetRootPasswordContext o) {
|
| buildCounterSetRootPasswordContext--;
|
| }
|
|
|
| -buildUnnamed3035() {
|
| +buildUnnamed3134() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3035(core.List<core.String> o) {
|
| +checkUnnamed3134(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'));
|
| }
|
|
|
| -buildUnnamed3036() {
|
| +buildUnnamed3135() {
|
| var o = new core.List<api.BackupConfiguration>();
|
| o.add(buildBackupConfiguration());
|
| o.add(buildBackupConfiguration());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3036(core.List<api.BackupConfiguration> o) {
|
| +checkUnnamed3135(core.List<api.BackupConfiguration> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBackupConfiguration(o[0]);
|
| checkBackupConfiguration(o[1]);
|
| }
|
|
|
| -buildUnnamed3037() {
|
| +buildUnnamed3136() {
|
| var o = new core.List<api.DatabaseFlags>();
|
| o.add(buildDatabaseFlags());
|
| o.add(buildDatabaseFlags());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3037(core.List<api.DatabaseFlags> o) {
|
| +checkUnnamed3136(core.List<api.DatabaseFlags> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDatabaseFlags(o[0]);
|
| checkDatabaseFlags(o[1]);
|
| @@ -1077,9 +1077,9 @@ buildSettings() {
|
| buildCounterSettings++;
|
| if (buildCounterSettings < 3) {
|
| o.activationPolicy = "foo";
|
| - o.authorizedGaeApplications = buildUnnamed3035();
|
| - o.backupConfiguration = buildUnnamed3036();
|
| - o.databaseFlags = buildUnnamed3037();
|
| + o.authorizedGaeApplications = buildUnnamed3134();
|
| + o.backupConfiguration = buildUnnamed3135();
|
| + o.databaseFlags = buildUnnamed3136();
|
| o.databaseReplicationEnabled = true;
|
| o.ipConfiguration = buildIpConfiguration();
|
| o.kind = "foo";
|
| @@ -1097,9 +1097,9 @@ checkSettings(api.Settings o) {
|
| buildCounterSettings++;
|
| if (buildCounterSettings < 3) {
|
| unittest.expect(o.activationPolicy, unittest.equals('foo'));
|
| - checkUnnamed3035(o.authorizedGaeApplications);
|
| - checkUnnamed3036(o.backupConfiguration);
|
| - checkUnnamed3037(o.databaseFlags);
|
| + checkUnnamed3134(o.authorizedGaeApplications);
|
| + checkUnnamed3135(o.backupConfiguration);
|
| + checkUnnamed3136(o.databaseFlags);
|
| unittest.expect(o.databaseReplicationEnabled, unittest.isTrue);
|
| checkIpConfiguration(o.ipConfiguration);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| @@ -1229,14 +1229,14 @@ checkSslCertsInsertResponse(api.SslCertsInsertResponse o) {
|
| buildCounterSslCertsInsertResponse--;
|
| }
|
|
|
| -buildUnnamed3038() {
|
| +buildUnnamed3137() {
|
| var o = new core.List<api.SslCert>();
|
| o.add(buildSslCert());
|
| o.add(buildSslCert());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3038(core.List<api.SslCert> o) {
|
| +checkUnnamed3137(core.List<api.SslCert> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSslCert(o[0]);
|
| checkSslCert(o[1]);
|
| @@ -1247,7 +1247,7 @@ buildSslCertsListResponse() {
|
| var o = new api.SslCertsListResponse();
|
| buildCounterSslCertsListResponse++;
|
| if (buildCounterSslCertsListResponse < 3) {
|
| - o.items = buildUnnamed3038();
|
| + o.items = buildUnnamed3137();
|
| o.kind = "foo";
|
| }
|
| buildCounterSslCertsListResponse--;
|
| @@ -1257,20 +1257,20 @@ buildSslCertsListResponse() {
|
| checkSslCertsListResponse(api.SslCertsListResponse o) {
|
| buildCounterSslCertsListResponse++;
|
| if (buildCounterSslCertsListResponse < 3) {
|
| - checkUnnamed3038(o.items);
|
| + checkUnnamed3137(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterSslCertsListResponse--;
|
| }
|
|
|
| -buildUnnamed3039() {
|
| +buildUnnamed3138() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3039(core.List<core.String> o) {
|
| +checkUnnamed3138(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'));
|
| @@ -1284,7 +1284,7 @@ buildTier() {
|
| o.DiskQuota = "foo";
|
| o.RAM = "foo";
|
| o.kind = "foo";
|
| - o.region = buildUnnamed3039();
|
| + o.region = buildUnnamed3138();
|
| o.tier = "foo";
|
| }
|
| buildCounterTier--;
|
| @@ -1297,20 +1297,20 @@ checkTier(api.Tier o) {
|
| unittest.expect(o.DiskQuota, unittest.equals('foo'));
|
| unittest.expect(o.RAM, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed3039(o.region);
|
| + checkUnnamed3138(o.region);
|
| unittest.expect(o.tier, unittest.equals('foo'));
|
| }
|
| buildCounterTier--;
|
| }
|
|
|
| -buildUnnamed3040() {
|
| +buildUnnamed3139() {
|
| var o = new core.List<api.Tier>();
|
| o.add(buildTier());
|
| o.add(buildTier());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3040(core.List<api.Tier> o) {
|
| +checkUnnamed3139(core.List<api.Tier> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTier(o[0]);
|
| checkTier(o[1]);
|
| @@ -1321,7 +1321,7 @@ buildTiersListResponse() {
|
| var o = new api.TiersListResponse();
|
| buildCounterTiersListResponse++;
|
| if (buildCounterTiersListResponse < 3) {
|
| - o.items = buildUnnamed3040();
|
| + o.items = buildUnnamed3139();
|
| o.kind = "foo";
|
| }
|
| buildCounterTiersListResponse--;
|
| @@ -1331,7 +1331,7 @@ buildTiersListResponse() {
|
| checkTiersListResponse(api.TiersListResponse o) {
|
| buildCounterTiersListResponse++;
|
| if (buildCounterTiersListResponse < 3) {
|
| - checkUnnamed3040(o.items);
|
| + checkUnnamed3139(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| }
|
| buildCounterTiersListResponse--;
|
|
|