| Index: generated/googleapis/test/deploymentmanager/v2_test.dart
|
| diff --git a/generated/googleapis/test/deploymentmanager/v2_test.dart b/generated/googleapis/test/deploymentmanager/v2_test.dart
|
| index 9e8b9ebfc0747ed2759252c60ca06025336c0dae..39bb7c57f7b8f476dc2b417b840cdf9972eb2362 100644
|
| --- a/generated/googleapis/test/deploymentmanager/v2_test.dart
|
| +++ b/generated/googleapis/test/deploymentmanager/v2_test.dart
|
| @@ -51,27 +51,27 @@ http.StreamedResponse stringResponse(
|
| return new http.StreamedResponse(stream, status, headers: headers);
|
| }
|
|
|
| -buildUnnamed1940() {
|
| +buildUnnamed2034() {
|
| var o = new core.List<api.AuditLogConfig>();
|
| o.add(buildAuditLogConfig());
|
| o.add(buildAuditLogConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1940(core.List<api.AuditLogConfig> o) {
|
| +checkUnnamed2034(core.List<api.AuditLogConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAuditLogConfig(o[0]);
|
| checkAuditLogConfig(o[1]);
|
| }
|
|
|
| -buildUnnamed1941() {
|
| +buildUnnamed2035() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1941(core.List<core.String> o) {
|
| +checkUnnamed2035(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'));
|
| @@ -82,8 +82,8 @@ buildAuditConfig() {
|
| var o = new api.AuditConfig();
|
| buildCounterAuditConfig++;
|
| if (buildCounterAuditConfig < 3) {
|
| - o.auditLogConfigs = buildUnnamed1940();
|
| - o.exemptedMembers = buildUnnamed1941();
|
| + o.auditLogConfigs = buildUnnamed2034();
|
| + o.exemptedMembers = buildUnnamed2035();
|
| o.service = "foo";
|
| }
|
| buildCounterAuditConfig--;
|
| @@ -93,21 +93,21 @@ buildAuditConfig() {
|
| checkAuditConfig(api.AuditConfig o) {
|
| buildCounterAuditConfig++;
|
| if (buildCounterAuditConfig < 3) {
|
| - checkUnnamed1940(o.auditLogConfigs);
|
| - checkUnnamed1941(o.exemptedMembers);
|
| + checkUnnamed2034(o.auditLogConfigs);
|
| + checkUnnamed2035(o.exemptedMembers);
|
| unittest.expect(o.service, unittest.equals('foo'));
|
| }
|
| buildCounterAuditConfig--;
|
| }
|
|
|
| -buildUnnamed1942() {
|
| +buildUnnamed2036() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1942(core.List<core.String> o) {
|
| +checkUnnamed2036(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'));
|
| @@ -118,7 +118,7 @@ buildAuditLogConfig() {
|
| var o = new api.AuditLogConfig();
|
| buildCounterAuditLogConfig++;
|
| if (buildCounterAuditLogConfig < 3) {
|
| - o.exemptedMembers = buildUnnamed1942();
|
| + o.exemptedMembers = buildUnnamed2036();
|
| o.logType = "foo";
|
| }
|
| buildCounterAuditLogConfig--;
|
| @@ -128,20 +128,20 @@ buildAuditLogConfig() {
|
| checkAuditLogConfig(api.AuditLogConfig o) {
|
| buildCounterAuditLogConfig++;
|
| if (buildCounterAuditLogConfig < 3) {
|
| - checkUnnamed1942(o.exemptedMembers);
|
| + checkUnnamed2036(o.exemptedMembers);
|
| unittest.expect(o.logType, unittest.equals('foo'));
|
| }
|
| buildCounterAuditLogConfig--;
|
| }
|
|
|
| -buildUnnamed1943() {
|
| +buildUnnamed2037() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1943(core.List<core.String> o) {
|
| +checkUnnamed2037(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'));
|
| @@ -152,7 +152,7 @@ buildBinding() {
|
| var o = new api.Binding();
|
| buildCounterBinding++;
|
| if (buildCounterBinding < 3) {
|
| - o.members = buildUnnamed1943();
|
| + o.members = buildUnnamed2037();
|
| o.role = "foo";
|
| }
|
| buildCounterBinding--;
|
| @@ -162,20 +162,20 @@ buildBinding() {
|
| checkBinding(api.Binding o) {
|
| buildCounterBinding++;
|
| if (buildCounterBinding < 3) {
|
| - checkUnnamed1943(o.members);
|
| + checkUnnamed2037(o.members);
|
| unittest.expect(o.role, unittest.equals('foo'));
|
| }
|
| buildCounterBinding--;
|
| }
|
|
|
| -buildUnnamed1944() {
|
| +buildUnnamed2038() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1944(core.List<core.String> o) {
|
| +checkUnnamed2038(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'));
|
| @@ -191,7 +191,7 @@ buildCondition() {
|
| o.svc = "foo";
|
| o.sys = "foo";
|
| o.value = "foo";
|
| - o.values = buildUnnamed1944();
|
| + o.values = buildUnnamed2038();
|
| }
|
| buildCounterCondition--;
|
| return o;
|
| @@ -205,7 +205,7 @@ checkCondition(api.Condition o) {
|
| unittest.expect(o.svc, unittest.equals('foo'));
|
| unittest.expect(o.sys, unittest.equals('foo'));
|
| unittest.expect(o.value, unittest.equals('foo'));
|
| - checkUnnamed1944(o.values);
|
| + checkUnnamed2038(o.values);
|
| }
|
| buildCounterCondition--;
|
| }
|
| @@ -229,14 +229,14 @@ checkConfigFile(api.ConfigFile o) {
|
| buildCounterConfigFile--;
|
| }
|
|
|
| -buildUnnamed1945() {
|
| +buildUnnamed2039() {
|
| var o = new core.List<api.DeploymentLabelEntry>();
|
| o.add(buildDeploymentLabelEntry());
|
| o.add(buildDeploymentLabelEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1945(core.List<api.DeploymentLabelEntry> o) {
|
| +checkUnnamed2039(core.List<api.DeploymentLabelEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDeploymentLabelEntry(o[0]);
|
| checkDeploymentLabelEntry(o[1]);
|
| @@ -251,7 +251,7 @@ buildDeployment() {
|
| o.fingerprint = "foo";
|
| o.id = "foo";
|
| o.insertTime = "foo";
|
| - o.labels = buildUnnamed1945();
|
| + o.labels = buildUnnamed2039();
|
| o.manifest = "foo";
|
| o.name = "foo";
|
| o.operation = buildOperation();
|
| @@ -270,7 +270,7 @@ checkDeployment(api.Deployment o) {
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.insertTime, unittest.equals('foo'));
|
| - checkUnnamed1945(o.labels);
|
| + checkUnnamed2039(o.labels);
|
| unittest.expect(o.manifest, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkOperation(o.operation);
|
| @@ -302,14 +302,14 @@ checkDeploymentLabelEntry(api.DeploymentLabelEntry o) {
|
| buildCounterDeploymentLabelEntry--;
|
| }
|
|
|
| -buildUnnamed1946() {
|
| +buildUnnamed2040() {
|
| var o = new core.List<api.DeploymentUpdateLabelEntry>();
|
| o.add(buildDeploymentUpdateLabelEntry());
|
| o.add(buildDeploymentUpdateLabelEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1946(core.List<api.DeploymentUpdateLabelEntry> o) {
|
| +checkUnnamed2040(core.List<api.DeploymentUpdateLabelEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDeploymentUpdateLabelEntry(o[0]);
|
| checkDeploymentUpdateLabelEntry(o[1]);
|
| @@ -320,7 +320,8 @@ buildDeploymentUpdate() {
|
| var o = new api.DeploymentUpdate();
|
| buildCounterDeploymentUpdate++;
|
| if (buildCounterDeploymentUpdate < 3) {
|
| - o.labels = buildUnnamed1946();
|
| + o.description = "foo";
|
| + o.labels = buildUnnamed2040();
|
| o.manifest = "foo";
|
| }
|
| buildCounterDeploymentUpdate--;
|
| @@ -330,7 +331,8 @@ buildDeploymentUpdate() {
|
| checkDeploymentUpdate(api.DeploymentUpdate o) {
|
| buildCounterDeploymentUpdate++;
|
| if (buildCounterDeploymentUpdate < 3) {
|
| - checkUnnamed1946(o.labels);
|
| + unittest.expect(o.description, unittest.equals('foo'));
|
| + checkUnnamed2040(o.labels);
|
| unittest.expect(o.manifest, unittest.equals('foo'));
|
| }
|
| buildCounterDeploymentUpdate--;
|
| @@ -376,14 +378,14 @@ checkDeploymentsCancelPreviewRequest(api.DeploymentsCancelPreviewRequest o) {
|
| buildCounterDeploymentsCancelPreviewRequest--;
|
| }
|
|
|
| -buildUnnamed1947() {
|
| +buildUnnamed2041() {
|
| var o = new core.List<api.Deployment>();
|
| o.add(buildDeployment());
|
| o.add(buildDeployment());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1947(core.List<api.Deployment> o) {
|
| +checkUnnamed2041(core.List<api.Deployment> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDeployment(o[0]);
|
| checkDeployment(o[1]);
|
| @@ -394,7 +396,7 @@ buildDeploymentsListResponse() {
|
| var o = new api.DeploymentsListResponse();
|
| buildCounterDeploymentsListResponse++;
|
| if (buildCounterDeploymentsListResponse < 3) {
|
| - o.deployments = buildUnnamed1947();
|
| + o.deployments = buildUnnamed2041();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterDeploymentsListResponse--;
|
| @@ -404,7 +406,7 @@ buildDeploymentsListResponse() {
|
| checkDeploymentsListResponse(api.DeploymentsListResponse o) {
|
| buildCounterDeploymentsListResponse++;
|
| if (buildCounterDeploymentsListResponse < 3) {
|
| - checkUnnamed1947(o.deployments);
|
| + checkUnnamed2041(o.deployments);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterDeploymentsListResponse--;
|
| @@ -490,14 +492,14 @@ checkLogConfigCounterOptions(api.LogConfigCounterOptions o) {
|
| buildCounterLogConfigCounterOptions--;
|
| }
|
|
|
| -buildUnnamed1948() {
|
| +buildUnnamed2042() {
|
| var o = new core.List<api.ImportFile>();
|
| o.add(buildImportFile());
|
| o.add(buildImportFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1948(core.List<api.ImportFile> o) {
|
| +checkUnnamed2042(core.List<api.ImportFile> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkImportFile(o[0]);
|
| checkImportFile(o[1]);
|
| @@ -511,7 +513,7 @@ buildManifest() {
|
| o.config = buildConfigFile();
|
| o.expandedConfig = "foo";
|
| o.id = "foo";
|
| - o.imports = buildUnnamed1948();
|
| + o.imports = buildUnnamed2042();
|
| o.insertTime = "foo";
|
| o.layout = "foo";
|
| o.name = "foo";
|
| @@ -527,7 +529,7 @@ checkManifest(api.Manifest o) {
|
| checkConfigFile(o.config);
|
| unittest.expect(o.expandedConfig, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1948(o.imports);
|
| + checkUnnamed2042(o.imports);
|
| unittest.expect(o.insertTime, unittest.equals('foo'));
|
| unittest.expect(o.layout, unittest.equals('foo'));
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| @@ -536,14 +538,14 @@ checkManifest(api.Manifest o) {
|
| buildCounterManifest--;
|
| }
|
|
|
| -buildUnnamed1949() {
|
| +buildUnnamed2043() {
|
| var o = new core.List<api.Manifest>();
|
| o.add(buildManifest());
|
| o.add(buildManifest());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1949(core.List<api.Manifest> o) {
|
| +checkUnnamed2043(core.List<api.Manifest> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkManifest(o[0]);
|
| checkManifest(o[1]);
|
| @@ -554,7 +556,7 @@ buildManifestsListResponse() {
|
| var o = new api.ManifestsListResponse();
|
| buildCounterManifestsListResponse++;
|
| if (buildCounterManifestsListResponse < 3) {
|
| - o.manifests = buildUnnamed1949();
|
| + o.manifests = buildUnnamed2043();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterManifestsListResponse--;
|
| @@ -564,7 +566,7 @@ buildManifestsListResponse() {
|
| checkManifestsListResponse(api.ManifestsListResponse o) {
|
| buildCounterManifestsListResponse++;
|
| if (buildCounterManifestsListResponse < 3) {
|
| - checkUnnamed1949(o.manifests);
|
| + checkUnnamed2043(o.manifests);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterManifestsListResponse--;
|
| @@ -593,14 +595,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
|
| buildCounterOperationErrorErrors--;
|
| }
|
|
|
| -buildUnnamed1950() {
|
| +buildUnnamed2044() {
|
| var o = new core.List<api.OperationErrorErrors>();
|
| o.add(buildOperationErrorErrors());
|
| o.add(buildOperationErrorErrors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1950(core.List<api.OperationErrorErrors> o) {
|
| +checkUnnamed2044(core.List<api.OperationErrorErrors> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationErrorErrors(o[0]);
|
| checkOperationErrorErrors(o[1]);
|
| @@ -611,7 +613,7 @@ buildOperationError() {
|
| var o = new api.OperationError();
|
| buildCounterOperationError++;
|
| if (buildCounterOperationError < 3) {
|
| - o.errors = buildUnnamed1950();
|
| + o.errors = buildUnnamed2044();
|
| }
|
| buildCounterOperationError--;
|
| return o;
|
| @@ -620,7 +622,7 @@ buildOperationError() {
|
| checkOperationError(api.OperationError o) {
|
| buildCounterOperationError++;
|
| if (buildCounterOperationError < 3) {
|
| - checkUnnamed1950(o.errors);
|
| + checkUnnamed2044(o.errors);
|
| }
|
| buildCounterOperationError--;
|
| }
|
| @@ -646,14 +648,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
|
| buildCounterOperationWarningsData--;
|
| }
|
|
|
| -buildUnnamed1951() {
|
| +buildUnnamed2045() {
|
| var o = new core.List<api.OperationWarningsData>();
|
| o.add(buildOperationWarningsData());
|
| o.add(buildOperationWarningsData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1951(core.List<api.OperationWarningsData> o) {
|
| +checkUnnamed2045(core.List<api.OperationWarningsData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationWarningsData(o[0]);
|
| checkOperationWarningsData(o[1]);
|
| @@ -665,7 +667,7 @@ buildOperationWarnings() {
|
| buildCounterOperationWarnings++;
|
| if (buildCounterOperationWarnings < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed1951();
|
| + o.data = buildUnnamed2045();
|
| o.message = "foo";
|
| }
|
| buildCounterOperationWarnings--;
|
| @@ -676,20 +678,20 @@ checkOperationWarnings(api.OperationWarnings o) {
|
| buildCounterOperationWarnings++;
|
| if (buildCounterOperationWarnings < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1951(o.data);
|
| + checkUnnamed2045(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterOperationWarnings--;
|
| }
|
|
|
| -buildUnnamed1952() {
|
| +buildUnnamed2046() {
|
| var o = new core.List<api.OperationWarnings>();
|
| o.add(buildOperationWarnings());
|
| o.add(buildOperationWarnings());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1952(core.List<api.OperationWarnings> o) {
|
| +checkUnnamed2046(core.List<api.OperationWarnings> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationWarnings(o[0]);
|
| checkOperationWarnings(o[1]);
|
| @@ -721,7 +723,7 @@ buildOperation() {
|
| o.targetId = "foo";
|
| o.targetLink = "foo";
|
| o.user = "foo";
|
| - o.warnings = buildUnnamed1952();
|
| + o.warnings = buildUnnamed2046();
|
| o.zone = "foo";
|
| }
|
| buildCounterOperation--;
|
| @@ -752,20 +754,20 @@ checkOperation(api.Operation o) {
|
| unittest.expect(o.targetId, unittest.equals('foo'));
|
| unittest.expect(o.targetLink, unittest.equals('foo'));
|
| unittest.expect(o.user, unittest.equals('foo'));
|
| - checkUnnamed1952(o.warnings);
|
| + checkUnnamed2046(o.warnings);
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterOperation--;
|
| }
|
|
|
| -buildUnnamed1953() {
|
| +buildUnnamed2047() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1953(core.List<api.Operation> o) {
|
| +checkUnnamed2047(core.List<api.Operation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperation(o[0]);
|
| checkOperation(o[1]);
|
| @@ -777,7 +779,7 @@ buildOperationsListResponse() {
|
| buildCounterOperationsListResponse++;
|
| if (buildCounterOperationsListResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.operations = buildUnnamed1953();
|
| + o.operations = buildUnnamed2047();
|
| }
|
| buildCounterOperationsListResponse--;
|
| return o;
|
| @@ -787,45 +789,45 @@ checkOperationsListResponse(api.OperationsListResponse o) {
|
| buildCounterOperationsListResponse++;
|
| if (buildCounterOperationsListResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1953(o.operations);
|
| + checkUnnamed2047(o.operations);
|
| }
|
| buildCounterOperationsListResponse--;
|
| }
|
|
|
| -buildUnnamed1954() {
|
| +buildUnnamed2048() {
|
| var o = new core.List<api.AuditConfig>();
|
| o.add(buildAuditConfig());
|
| o.add(buildAuditConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1954(core.List<api.AuditConfig> o) {
|
| +checkUnnamed2048(core.List<api.AuditConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAuditConfig(o[0]);
|
| checkAuditConfig(o[1]);
|
| }
|
|
|
| -buildUnnamed1955() {
|
| +buildUnnamed2049() {
|
| var o = new core.List<api.Binding>();
|
| o.add(buildBinding());
|
| o.add(buildBinding());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1955(core.List<api.Binding> o) {
|
| +checkUnnamed2049(core.List<api.Binding> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkBinding(o[0]);
|
| checkBinding(o[1]);
|
| }
|
|
|
| -buildUnnamed1956() {
|
| +buildUnnamed2050() {
|
| var o = new core.List<api.Rule>();
|
| o.add(buildRule());
|
| o.add(buildRule());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1956(core.List<api.Rule> o) {
|
| +checkUnnamed2050(core.List<api.Rule> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkRule(o[0]);
|
| checkRule(o[1]);
|
| @@ -836,11 +838,11 @@ buildPolicy() {
|
| var o = new api.Policy();
|
| buildCounterPolicy++;
|
| if (buildCounterPolicy < 3) {
|
| - o.auditConfigs = buildUnnamed1954();
|
| - o.bindings = buildUnnamed1955();
|
| + o.auditConfigs = buildUnnamed2048();
|
| + o.bindings = buildUnnamed2049();
|
| o.etag = "foo";
|
| o.iamOwned = true;
|
| - o.rules = buildUnnamed1956();
|
| + o.rules = buildUnnamed2050();
|
| o.version = 42;
|
| }
|
| buildCounterPolicy--;
|
| @@ -850,11 +852,11 @@ buildPolicy() {
|
| checkPolicy(api.Policy o) {
|
| buildCounterPolicy++;
|
| if (buildCounterPolicy < 3) {
|
| - checkUnnamed1954(o.auditConfigs);
|
| - checkUnnamed1955(o.bindings);
|
| + checkUnnamed2048(o.auditConfigs);
|
| + checkUnnamed2049(o.bindings);
|
| unittest.expect(o.etag, unittest.equals('foo'));
|
| unittest.expect(o.iamOwned, unittest.isTrue);
|
| - checkUnnamed1956(o.rules);
|
| + checkUnnamed2050(o.rules);
|
| unittest.expect(o.version, unittest.equals(42));
|
| }
|
| buildCounterPolicy--;
|
| @@ -881,14 +883,14 @@ checkResourceWarningsData(api.ResourceWarningsData o) {
|
| buildCounterResourceWarningsData--;
|
| }
|
|
|
| -buildUnnamed1957() {
|
| +buildUnnamed2051() {
|
| var o = new core.List<api.ResourceWarningsData>();
|
| o.add(buildResourceWarningsData());
|
| o.add(buildResourceWarningsData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1957(core.List<api.ResourceWarningsData> o) {
|
| +checkUnnamed2051(core.List<api.ResourceWarningsData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceWarningsData(o[0]);
|
| checkResourceWarningsData(o[1]);
|
| @@ -900,7 +902,7 @@ buildResourceWarnings() {
|
| buildCounterResourceWarnings++;
|
| if (buildCounterResourceWarnings < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed1957();
|
| + o.data = buildUnnamed2051();
|
| o.message = "foo";
|
| }
|
| buildCounterResourceWarnings--;
|
| @@ -911,20 +913,20 @@ checkResourceWarnings(api.ResourceWarnings o) {
|
| buildCounterResourceWarnings++;
|
| if (buildCounterResourceWarnings < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1957(o.data);
|
| + checkUnnamed2051(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterResourceWarnings--;
|
| }
|
|
|
| -buildUnnamed1958() {
|
| +buildUnnamed2052() {
|
| var o = new core.List<api.ResourceWarnings>();
|
| o.add(buildResourceWarnings());
|
| o.add(buildResourceWarnings());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1958(core.List<api.ResourceWarnings> o) {
|
| +checkUnnamed2052(core.List<api.ResourceWarnings> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceWarnings(o[0]);
|
| checkResourceWarnings(o[1]);
|
| @@ -946,7 +948,7 @@ buildResource() {
|
| o.update = buildResourceUpdate();
|
| o.updateTime = "foo";
|
| o.url = "foo";
|
| - o.warnings = buildUnnamed1958();
|
| + o.warnings = buildUnnamed2052();
|
| }
|
| buildCounterResource--;
|
| return o;
|
| @@ -966,7 +968,7 @@ checkResource(api.Resource o) {
|
| checkResourceUpdate(o.update);
|
| unittest.expect(o.updateTime, unittest.equals('foo'));
|
| unittest.expect(o.url, unittest.equals('foo'));
|
| - checkUnnamed1958(o.warnings);
|
| + checkUnnamed2052(o.warnings);
|
| }
|
| buildCounterResource--;
|
| }
|
| @@ -1013,14 +1015,14 @@ checkResourceUpdateErrorErrors(api.ResourceUpdateErrorErrors o) {
|
| buildCounterResourceUpdateErrorErrors--;
|
| }
|
|
|
| -buildUnnamed1959() {
|
| +buildUnnamed2053() {
|
| var o = new core.List<api.ResourceUpdateErrorErrors>();
|
| o.add(buildResourceUpdateErrorErrors());
|
| o.add(buildResourceUpdateErrorErrors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1959(core.List<api.ResourceUpdateErrorErrors> o) {
|
| +checkUnnamed2053(core.List<api.ResourceUpdateErrorErrors> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceUpdateErrorErrors(o[0]);
|
| checkResourceUpdateErrorErrors(o[1]);
|
| @@ -1031,7 +1033,7 @@ buildResourceUpdateError() {
|
| var o = new api.ResourceUpdateError();
|
| buildCounterResourceUpdateError++;
|
| if (buildCounterResourceUpdateError < 3) {
|
| - o.errors = buildUnnamed1959();
|
| + o.errors = buildUnnamed2053();
|
| }
|
| buildCounterResourceUpdateError--;
|
| return o;
|
| @@ -1040,7 +1042,7 @@ buildResourceUpdateError() {
|
| checkResourceUpdateError(api.ResourceUpdateError o) {
|
| buildCounterResourceUpdateError++;
|
| if (buildCounterResourceUpdateError < 3) {
|
| - checkUnnamed1959(o.errors);
|
| + checkUnnamed2053(o.errors);
|
| }
|
| buildCounterResourceUpdateError--;
|
| }
|
| @@ -1066,14 +1068,14 @@ checkResourceUpdateWarningsData(api.ResourceUpdateWarningsData o) {
|
| buildCounterResourceUpdateWarningsData--;
|
| }
|
|
|
| -buildUnnamed1960() {
|
| +buildUnnamed2054() {
|
| var o = new core.List<api.ResourceUpdateWarningsData>();
|
| o.add(buildResourceUpdateWarningsData());
|
| o.add(buildResourceUpdateWarningsData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1960(core.List<api.ResourceUpdateWarningsData> o) {
|
| +checkUnnamed2054(core.List<api.ResourceUpdateWarningsData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceUpdateWarningsData(o[0]);
|
| checkResourceUpdateWarningsData(o[1]);
|
| @@ -1085,7 +1087,7 @@ buildResourceUpdateWarnings() {
|
| buildCounterResourceUpdateWarnings++;
|
| if (buildCounterResourceUpdateWarnings < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed1960();
|
| + o.data = buildUnnamed2054();
|
| o.message = "foo";
|
| }
|
| buildCounterResourceUpdateWarnings--;
|
| @@ -1096,20 +1098,20 @@ checkResourceUpdateWarnings(api.ResourceUpdateWarnings o) {
|
| buildCounterResourceUpdateWarnings++;
|
| if (buildCounterResourceUpdateWarnings < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1960(o.data);
|
| + checkUnnamed2054(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterResourceUpdateWarnings--;
|
| }
|
|
|
| -buildUnnamed1961() {
|
| +buildUnnamed2055() {
|
| var o = new core.List<api.ResourceUpdateWarnings>();
|
| o.add(buildResourceUpdateWarnings());
|
| o.add(buildResourceUpdateWarnings());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1961(core.List<api.ResourceUpdateWarnings> o) {
|
| +checkUnnamed2055(core.List<api.ResourceUpdateWarnings> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceUpdateWarnings(o[0]);
|
| checkResourceUpdateWarnings(o[1]);
|
| @@ -1127,7 +1129,7 @@ buildResourceUpdate() {
|
| o.manifest = "foo";
|
| o.properties = "foo";
|
| o.state = "foo";
|
| - o.warnings = buildUnnamed1961();
|
| + o.warnings = buildUnnamed2055();
|
| }
|
| buildCounterResourceUpdate--;
|
| return o;
|
| @@ -1143,19 +1145,19 @@ checkResourceUpdate(api.ResourceUpdate o) {
|
| unittest.expect(o.manifest, unittest.equals('foo'));
|
| unittest.expect(o.properties, unittest.equals('foo'));
|
| unittest.expect(o.state, unittest.equals('foo'));
|
| - checkUnnamed1961(o.warnings);
|
| + checkUnnamed2055(o.warnings);
|
| }
|
| buildCounterResourceUpdate--;
|
| }
|
|
|
| -buildUnnamed1962() {
|
| +buildUnnamed2056() {
|
| var o = new core.List<api.Resource>();
|
| o.add(buildResource());
|
| o.add(buildResource());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1962(core.List<api.Resource> o) {
|
| +checkUnnamed2056(core.List<api.Resource> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResource(o[0]);
|
| checkResource(o[1]);
|
| @@ -1167,7 +1169,7 @@ buildResourcesListResponse() {
|
| buildCounterResourcesListResponse++;
|
| if (buildCounterResourcesListResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.resources = buildUnnamed1962();
|
| + o.resources = buildUnnamed2056();
|
| }
|
| buildCounterResourcesListResponse--;
|
| return o;
|
| @@ -1177,71 +1179,71 @@ checkResourcesListResponse(api.ResourcesListResponse o) {
|
| buildCounterResourcesListResponse++;
|
| if (buildCounterResourcesListResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1962(o.resources);
|
| + checkUnnamed2056(o.resources);
|
| }
|
| buildCounterResourcesListResponse--;
|
| }
|
|
|
| -buildUnnamed1963() {
|
| +buildUnnamed2057() {
|
| var o = new core.List<api.Condition>();
|
| o.add(buildCondition());
|
| o.add(buildCondition());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1963(core.List<api.Condition> o) {
|
| +checkUnnamed2057(core.List<api.Condition> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCondition(o[0]);
|
| checkCondition(o[1]);
|
| }
|
|
|
| -buildUnnamed1964() {
|
| +buildUnnamed2058() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1964(core.List<core.String> o) {
|
| +checkUnnamed2058(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'));
|
| }
|
|
|
| -buildUnnamed1965() {
|
| +buildUnnamed2059() {
|
| var o = new core.List<api.LogConfig>();
|
| o.add(buildLogConfig());
|
| o.add(buildLogConfig());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1965(core.List<api.LogConfig> o) {
|
| +checkUnnamed2059(core.List<api.LogConfig> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLogConfig(o[0]);
|
| checkLogConfig(o[1]);
|
| }
|
|
|
| -buildUnnamed1966() {
|
| +buildUnnamed2060() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1966(core.List<core.String> o) {
|
| +checkUnnamed2060(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'));
|
| }
|
|
|
| -buildUnnamed1967() {
|
| +buildUnnamed2061() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1967(core.List<core.String> o) {
|
| +checkUnnamed2061(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'));
|
| @@ -1253,12 +1255,12 @@ buildRule() {
|
| buildCounterRule++;
|
| if (buildCounterRule < 3) {
|
| o.action = "foo";
|
| - o.conditions = buildUnnamed1963();
|
| + o.conditions = buildUnnamed2057();
|
| o.description = "foo";
|
| - o.ins = buildUnnamed1964();
|
| - o.logConfigs = buildUnnamed1965();
|
| - o.notIns = buildUnnamed1966();
|
| - o.permissions = buildUnnamed1967();
|
| + o.ins = buildUnnamed2058();
|
| + o.logConfigs = buildUnnamed2059();
|
| + o.notIns = buildUnnamed2060();
|
| + o.permissions = buildUnnamed2061();
|
| }
|
| buildCounterRule--;
|
| return o;
|
| @@ -1268,24 +1270,24 @@ checkRule(api.Rule o) {
|
| buildCounterRule++;
|
| if (buildCounterRule < 3) {
|
| unittest.expect(o.action, unittest.equals('foo'));
|
| - checkUnnamed1963(o.conditions);
|
| + checkUnnamed2057(o.conditions);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed1964(o.ins);
|
| - checkUnnamed1965(o.logConfigs);
|
| - checkUnnamed1966(o.notIns);
|
| - checkUnnamed1967(o.permissions);
|
| + checkUnnamed2058(o.ins);
|
| + checkUnnamed2059(o.logConfigs);
|
| + checkUnnamed2060(o.notIns);
|
| + checkUnnamed2061(o.permissions);
|
| }
|
| buildCounterRule--;
|
| }
|
|
|
| -buildUnnamed1968() {
|
| +buildUnnamed2062() {
|
| var o = new core.List<api.ImportFile>();
|
| o.add(buildImportFile());
|
| o.add(buildImportFile());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1968(core.List<api.ImportFile> o) {
|
| +checkUnnamed2062(core.List<api.ImportFile> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkImportFile(o[0]);
|
| checkImportFile(o[1]);
|
| @@ -1297,7 +1299,7 @@ buildTargetConfiguration() {
|
| buildCounterTargetConfiguration++;
|
| if (buildCounterTargetConfiguration < 3) {
|
| o.config = buildConfigFile();
|
| - o.imports = buildUnnamed1968();
|
| + o.imports = buildUnnamed2062();
|
| }
|
| buildCounterTargetConfiguration--;
|
| return o;
|
| @@ -1307,19 +1309,19 @@ checkTargetConfiguration(api.TargetConfiguration o) {
|
| buildCounterTargetConfiguration++;
|
| if (buildCounterTargetConfiguration < 3) {
|
| checkConfigFile(o.config);
|
| - checkUnnamed1968(o.imports);
|
| + checkUnnamed2062(o.imports);
|
| }
|
| buildCounterTargetConfiguration--;
|
| }
|
|
|
| -buildUnnamed1969() {
|
| +buildUnnamed2063() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1969(core.List<core.String> o) {
|
| +checkUnnamed2063(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'));
|
| @@ -1330,7 +1332,7 @@ buildTestPermissionsRequest() {
|
| var o = new api.TestPermissionsRequest();
|
| buildCounterTestPermissionsRequest++;
|
| if (buildCounterTestPermissionsRequest < 3) {
|
| - o.permissions = buildUnnamed1969();
|
| + o.permissions = buildUnnamed2063();
|
| }
|
| buildCounterTestPermissionsRequest--;
|
| return o;
|
| @@ -1339,19 +1341,19 @@ buildTestPermissionsRequest() {
|
| checkTestPermissionsRequest(api.TestPermissionsRequest o) {
|
| buildCounterTestPermissionsRequest++;
|
| if (buildCounterTestPermissionsRequest < 3) {
|
| - checkUnnamed1969(o.permissions);
|
| + checkUnnamed2063(o.permissions);
|
| }
|
| buildCounterTestPermissionsRequest--;
|
| }
|
|
|
| -buildUnnamed1970() {
|
| +buildUnnamed2064() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1970(core.List<core.String> o) {
|
| +checkUnnamed2064(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'));
|
| @@ -1362,7 +1364,7 @@ buildTestPermissionsResponse() {
|
| var o = new api.TestPermissionsResponse();
|
| buildCounterTestPermissionsResponse++;
|
| if (buildCounterTestPermissionsResponse < 3) {
|
| - o.permissions = buildUnnamed1970();
|
| + o.permissions = buildUnnamed2064();
|
| }
|
| buildCounterTestPermissionsResponse--;
|
| return o;
|
| @@ -1371,7 +1373,7 @@ buildTestPermissionsResponse() {
|
| checkTestPermissionsResponse(api.TestPermissionsResponse o) {
|
| buildCounterTestPermissionsResponse++;
|
| if (buildCounterTestPermissionsResponse < 3) {
|
| - checkUnnamed1970(o.permissions);
|
| + checkUnnamed2064(o.permissions);
|
| }
|
| buildCounterTestPermissionsResponse--;
|
| }
|
| @@ -1403,14 +1405,14 @@ checkType(api.Type o) {
|
| buildCounterType--;
|
| }
|
|
|
| -buildUnnamed1971() {
|
| +buildUnnamed2065() {
|
| var o = new core.List<api.Type>();
|
| o.add(buildType());
|
| o.add(buildType());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1971(core.List<api.Type> o) {
|
| +checkUnnamed2065(core.List<api.Type> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkType(o[0]);
|
| checkType(o[1]);
|
| @@ -1422,7 +1424,7 @@ buildTypesListResponse() {
|
| buildCounterTypesListResponse++;
|
| if (buildCounterTypesListResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.types = buildUnnamed1971();
|
| + o.types = buildUnnamed2065();
|
| }
|
| buildCounterTypesListResponse--;
|
| return o;
|
| @@ -1432,7 +1434,7 @@ checkTypesListResponse(api.TypesListResponse o) {
|
| buildCounterTypesListResponse++;
|
| if (buildCounterTypesListResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1971(o.types);
|
| + checkUnnamed2065(o.types);
|
| }
|
| buildCounterTypesListResponse--;
|
| }
|
|
|