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 1db9012631c293fe84a4a6009c007cfeedf3e4b1..e4f1b3443fad897f2f064114119800deead30383 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); |
} |
-buildUnnamed2142() { |
+buildUnnamed2176() { |
var o = new core.List<api.AuditLogConfig>(); |
o.add(buildAuditLogConfig()); |
o.add(buildAuditLogConfig()); |
return o; |
} |
-checkUnnamed2142(core.List<api.AuditLogConfig> o) { |
+checkUnnamed2176(core.List<api.AuditLogConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAuditLogConfig(o[0]); |
checkAuditLogConfig(o[1]); |
} |
-buildUnnamed2143() { |
+buildUnnamed2177() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2143(core.List<core.String> o) { |
+checkUnnamed2177(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 = buildUnnamed2142(); |
- o.exemptedMembers = buildUnnamed2143(); |
+ o.auditLogConfigs = buildUnnamed2176(); |
+ o.exemptedMembers = buildUnnamed2177(); |
o.service = "foo"; |
} |
buildCounterAuditConfig--; |
@@ -93,21 +93,21 @@ buildAuditConfig() { |
checkAuditConfig(api.AuditConfig o) { |
buildCounterAuditConfig++; |
if (buildCounterAuditConfig < 3) { |
- checkUnnamed2142(o.auditLogConfigs); |
- checkUnnamed2143(o.exemptedMembers); |
+ checkUnnamed2176(o.auditLogConfigs); |
+ checkUnnamed2177(o.exemptedMembers); |
unittest.expect(o.service, unittest.equals('foo')); |
} |
buildCounterAuditConfig--; |
} |
-buildUnnamed2144() { |
+buildUnnamed2178() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2144(core.List<core.String> o) { |
+checkUnnamed2178(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 = buildUnnamed2144(); |
+ o.exemptedMembers = buildUnnamed2178(); |
o.logType = "foo"; |
} |
buildCounterAuditLogConfig--; |
@@ -128,20 +128,20 @@ buildAuditLogConfig() { |
checkAuditLogConfig(api.AuditLogConfig o) { |
buildCounterAuditLogConfig++; |
if (buildCounterAuditLogConfig < 3) { |
- checkUnnamed2144(o.exemptedMembers); |
+ checkUnnamed2178(o.exemptedMembers); |
unittest.expect(o.logType, unittest.equals('foo')); |
} |
buildCounterAuditLogConfig--; |
} |
-buildUnnamed2145() { |
+buildUnnamed2179() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2145(core.List<core.String> o) { |
+checkUnnamed2179(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')); |
@@ -153,7 +153,7 @@ buildBinding() { |
buildCounterBinding++; |
if (buildCounterBinding < 3) { |
o.condition = buildExpr(); |
- o.members = buildUnnamed2145(); |
+ o.members = buildUnnamed2179(); |
o.role = "foo"; |
} |
buildCounterBinding--; |
@@ -164,20 +164,20 @@ checkBinding(api.Binding o) { |
buildCounterBinding++; |
if (buildCounterBinding < 3) { |
checkExpr(o.condition); |
- checkUnnamed2145(o.members); |
+ checkUnnamed2179(o.members); |
unittest.expect(o.role, unittest.equals('foo')); |
} |
buildCounterBinding--; |
} |
-buildUnnamed2146() { |
+buildUnnamed2180() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2146(core.List<core.String> o) { |
+checkUnnamed2180(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')); |
@@ -193,7 +193,7 @@ buildCondition() { |
o.svc = "foo"; |
o.sys = "foo"; |
o.value = "foo"; |
- o.values = buildUnnamed2146(); |
+ o.values = buildUnnamed2180(); |
} |
buildCounterCondition--; |
return o; |
@@ -207,7 +207,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')); |
- checkUnnamed2146(o.values); |
+ checkUnnamed2180(o.values); |
} |
buildCounterCondition--; |
} |
@@ -231,14 +231,14 @@ checkConfigFile(api.ConfigFile o) { |
buildCounterConfigFile--; |
} |
-buildUnnamed2147() { |
+buildUnnamed2181() { |
var o = new core.List<api.DeploymentLabelEntry>(); |
o.add(buildDeploymentLabelEntry()); |
o.add(buildDeploymentLabelEntry()); |
return o; |
} |
-checkUnnamed2147(core.List<api.DeploymentLabelEntry> o) { |
+checkUnnamed2181(core.List<api.DeploymentLabelEntry> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDeploymentLabelEntry(o[0]); |
checkDeploymentLabelEntry(o[1]); |
@@ -253,7 +253,7 @@ buildDeployment() { |
o.fingerprint = "foo"; |
o.id = "foo"; |
o.insertTime = "foo"; |
- o.labels = buildUnnamed2147(); |
+ o.labels = buildUnnamed2181(); |
o.manifest = "foo"; |
o.name = "foo"; |
o.operation = buildOperation(); |
@@ -272,7 +272,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')); |
- checkUnnamed2147(o.labels); |
+ checkUnnamed2181(o.labels); |
unittest.expect(o.manifest, unittest.equals('foo')); |
unittest.expect(o.name, unittest.equals('foo')); |
checkOperation(o.operation); |
@@ -304,14 +304,14 @@ checkDeploymentLabelEntry(api.DeploymentLabelEntry o) { |
buildCounterDeploymentLabelEntry--; |
} |
-buildUnnamed2148() { |
+buildUnnamed2182() { |
var o = new core.List<api.DeploymentUpdateLabelEntry>(); |
o.add(buildDeploymentUpdateLabelEntry()); |
o.add(buildDeploymentUpdateLabelEntry()); |
return o; |
} |
-checkUnnamed2148(core.List<api.DeploymentUpdateLabelEntry> o) { |
+checkUnnamed2182(core.List<api.DeploymentUpdateLabelEntry> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDeploymentUpdateLabelEntry(o[0]); |
checkDeploymentUpdateLabelEntry(o[1]); |
@@ -323,7 +323,7 @@ buildDeploymentUpdate() { |
buildCounterDeploymentUpdate++; |
if (buildCounterDeploymentUpdate < 3) { |
o.description = "foo"; |
- o.labels = buildUnnamed2148(); |
+ o.labels = buildUnnamed2182(); |
o.manifest = "foo"; |
} |
buildCounterDeploymentUpdate--; |
@@ -334,7 +334,7 @@ checkDeploymentUpdate(api.DeploymentUpdate o) { |
buildCounterDeploymentUpdate++; |
if (buildCounterDeploymentUpdate < 3) { |
unittest.expect(o.description, unittest.equals('foo')); |
- checkUnnamed2148(o.labels); |
+ checkUnnamed2182(o.labels); |
unittest.expect(o.manifest, unittest.equals('foo')); |
} |
buildCounterDeploymentUpdate--; |
@@ -380,14 +380,14 @@ checkDeploymentsCancelPreviewRequest(api.DeploymentsCancelPreviewRequest o) { |
buildCounterDeploymentsCancelPreviewRequest--; |
} |
-buildUnnamed2149() { |
+buildUnnamed2183() { |
var o = new core.List<api.Deployment>(); |
o.add(buildDeployment()); |
o.add(buildDeployment()); |
return o; |
} |
-checkUnnamed2149(core.List<api.Deployment> o) { |
+checkUnnamed2183(core.List<api.Deployment> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDeployment(o[0]); |
checkDeployment(o[1]); |
@@ -398,7 +398,7 @@ buildDeploymentsListResponse() { |
var o = new api.DeploymentsListResponse(); |
buildCounterDeploymentsListResponse++; |
if (buildCounterDeploymentsListResponse < 3) { |
- o.deployments = buildUnnamed2149(); |
+ o.deployments = buildUnnamed2183(); |
o.nextPageToken = "foo"; |
} |
buildCounterDeploymentsListResponse--; |
@@ -408,7 +408,7 @@ buildDeploymentsListResponse() { |
checkDeploymentsListResponse(api.DeploymentsListResponse o) { |
buildCounterDeploymentsListResponse++; |
if (buildCounterDeploymentsListResponse < 3) { |
- checkUnnamed2149(o.deployments); |
+ checkUnnamed2183(o.deployments); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterDeploymentsListResponse--; |
@@ -540,14 +540,14 @@ checkLogConfigCounterOptions(api.LogConfigCounterOptions o) { |
buildCounterLogConfigCounterOptions--; |
} |
-buildUnnamed2150() { |
+buildUnnamed2184() { |
var o = new core.List<api.ImportFile>(); |
o.add(buildImportFile()); |
o.add(buildImportFile()); |
return o; |
} |
-checkUnnamed2150(core.List<api.ImportFile> o) { |
+checkUnnamed2184(core.List<api.ImportFile> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkImportFile(o[0]); |
checkImportFile(o[1]); |
@@ -561,7 +561,7 @@ buildManifest() { |
o.config = buildConfigFile(); |
o.expandedConfig = "foo"; |
o.id = "foo"; |
- o.imports = buildUnnamed2150(); |
+ o.imports = buildUnnamed2184(); |
o.insertTime = "foo"; |
o.layout = "foo"; |
o.name = "foo"; |
@@ -577,7 +577,7 @@ checkManifest(api.Manifest o) { |
checkConfigFile(o.config); |
unittest.expect(o.expandedConfig, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2150(o.imports); |
+ checkUnnamed2184(o.imports); |
unittest.expect(o.insertTime, unittest.equals('foo')); |
unittest.expect(o.layout, unittest.equals('foo')); |
unittest.expect(o.name, unittest.equals('foo')); |
@@ -586,14 +586,14 @@ checkManifest(api.Manifest o) { |
buildCounterManifest--; |
} |
-buildUnnamed2151() { |
+buildUnnamed2185() { |
var o = new core.List<api.Manifest>(); |
o.add(buildManifest()); |
o.add(buildManifest()); |
return o; |
} |
-checkUnnamed2151(core.List<api.Manifest> o) { |
+checkUnnamed2185(core.List<api.Manifest> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkManifest(o[0]); |
checkManifest(o[1]); |
@@ -604,7 +604,7 @@ buildManifestsListResponse() { |
var o = new api.ManifestsListResponse(); |
buildCounterManifestsListResponse++; |
if (buildCounterManifestsListResponse < 3) { |
- o.manifests = buildUnnamed2151(); |
+ o.manifests = buildUnnamed2185(); |
o.nextPageToken = "foo"; |
} |
buildCounterManifestsListResponse--; |
@@ -614,7 +614,7 @@ buildManifestsListResponse() { |
checkManifestsListResponse(api.ManifestsListResponse o) { |
buildCounterManifestsListResponse++; |
if (buildCounterManifestsListResponse < 3) { |
- checkUnnamed2151(o.manifests); |
+ checkUnnamed2185(o.manifests); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterManifestsListResponse--; |
@@ -643,14 +643,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) { |
buildCounterOperationErrorErrors--; |
} |
-buildUnnamed2152() { |
+buildUnnamed2186() { |
var o = new core.List<api.OperationErrorErrors>(); |
o.add(buildOperationErrorErrors()); |
o.add(buildOperationErrorErrors()); |
return o; |
} |
-checkUnnamed2152(core.List<api.OperationErrorErrors> o) { |
+checkUnnamed2186(core.List<api.OperationErrorErrors> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperationErrorErrors(o[0]); |
checkOperationErrorErrors(o[1]); |
@@ -661,7 +661,7 @@ buildOperationError() { |
var o = new api.OperationError(); |
buildCounterOperationError++; |
if (buildCounterOperationError < 3) { |
- o.errors = buildUnnamed2152(); |
+ o.errors = buildUnnamed2186(); |
} |
buildCounterOperationError--; |
return o; |
@@ -670,7 +670,7 @@ buildOperationError() { |
checkOperationError(api.OperationError o) { |
buildCounterOperationError++; |
if (buildCounterOperationError < 3) { |
- checkUnnamed2152(o.errors); |
+ checkUnnamed2186(o.errors); |
} |
buildCounterOperationError--; |
} |
@@ -696,14 +696,14 @@ checkOperationWarningsData(api.OperationWarningsData o) { |
buildCounterOperationWarningsData--; |
} |
-buildUnnamed2153() { |
+buildUnnamed2187() { |
var o = new core.List<api.OperationWarningsData>(); |
o.add(buildOperationWarningsData()); |
o.add(buildOperationWarningsData()); |
return o; |
} |
-checkUnnamed2153(core.List<api.OperationWarningsData> o) { |
+checkUnnamed2187(core.List<api.OperationWarningsData> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperationWarningsData(o[0]); |
checkOperationWarningsData(o[1]); |
@@ -715,7 +715,7 @@ buildOperationWarnings() { |
buildCounterOperationWarnings++; |
if (buildCounterOperationWarnings < 3) { |
o.code = "foo"; |
- o.data = buildUnnamed2153(); |
+ o.data = buildUnnamed2187(); |
o.message = "foo"; |
} |
buildCounterOperationWarnings--; |
@@ -726,20 +726,20 @@ checkOperationWarnings(api.OperationWarnings o) { |
buildCounterOperationWarnings++; |
if (buildCounterOperationWarnings < 3) { |
unittest.expect(o.code, unittest.equals('foo')); |
- checkUnnamed2153(o.data); |
+ checkUnnamed2187(o.data); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterOperationWarnings--; |
} |
-buildUnnamed2154() { |
+buildUnnamed2188() { |
var o = new core.List<api.OperationWarnings>(); |
o.add(buildOperationWarnings()); |
o.add(buildOperationWarnings()); |
return o; |
} |
-checkUnnamed2154(core.List<api.OperationWarnings> o) { |
+checkUnnamed2188(core.List<api.OperationWarnings> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperationWarnings(o[0]); |
checkOperationWarnings(o[1]); |
@@ -771,7 +771,7 @@ buildOperation() { |
o.targetId = "foo"; |
o.targetLink = "foo"; |
o.user = "foo"; |
- o.warnings = buildUnnamed2154(); |
+ o.warnings = buildUnnamed2188(); |
o.zone = "foo"; |
} |
buildCounterOperation--; |
@@ -802,20 +802,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')); |
- checkUnnamed2154(o.warnings); |
+ checkUnnamed2188(o.warnings); |
unittest.expect(o.zone, unittest.equals('foo')); |
} |
buildCounterOperation--; |
} |
-buildUnnamed2155() { |
+buildUnnamed2189() { |
var o = new core.List<api.Operation>(); |
o.add(buildOperation()); |
o.add(buildOperation()); |
return o; |
} |
-checkUnnamed2155(core.List<api.Operation> o) { |
+checkUnnamed2189(core.List<api.Operation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperation(o[0]); |
checkOperation(o[1]); |
@@ -827,7 +827,7 @@ buildOperationsListResponse() { |
buildCounterOperationsListResponse++; |
if (buildCounterOperationsListResponse < 3) { |
o.nextPageToken = "foo"; |
- o.operations = buildUnnamed2155(); |
+ o.operations = buildUnnamed2189(); |
} |
buildCounterOperationsListResponse--; |
return o; |
@@ -837,45 +837,45 @@ checkOperationsListResponse(api.OperationsListResponse o) { |
buildCounterOperationsListResponse++; |
if (buildCounterOperationsListResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2155(o.operations); |
+ checkUnnamed2189(o.operations); |
} |
buildCounterOperationsListResponse--; |
} |
-buildUnnamed2156() { |
+buildUnnamed2190() { |
var o = new core.List<api.AuditConfig>(); |
o.add(buildAuditConfig()); |
o.add(buildAuditConfig()); |
return o; |
} |
-checkUnnamed2156(core.List<api.AuditConfig> o) { |
+checkUnnamed2190(core.List<api.AuditConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAuditConfig(o[0]); |
checkAuditConfig(o[1]); |
} |
-buildUnnamed2157() { |
+buildUnnamed2191() { |
var o = new core.List<api.Binding>(); |
o.add(buildBinding()); |
o.add(buildBinding()); |
return o; |
} |
-checkUnnamed2157(core.List<api.Binding> o) { |
+checkUnnamed2191(core.List<api.Binding> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkBinding(o[0]); |
checkBinding(o[1]); |
} |
-buildUnnamed2158() { |
+buildUnnamed2192() { |
var o = new core.List<api.Rule>(); |
o.add(buildRule()); |
o.add(buildRule()); |
return o; |
} |
-checkUnnamed2158(core.List<api.Rule> o) { |
+checkUnnamed2192(core.List<api.Rule> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRule(o[0]); |
checkRule(o[1]); |
@@ -886,11 +886,11 @@ buildPolicy() { |
var o = new api.Policy(); |
buildCounterPolicy++; |
if (buildCounterPolicy < 3) { |
- o.auditConfigs = buildUnnamed2156(); |
- o.bindings = buildUnnamed2157(); |
+ o.auditConfigs = buildUnnamed2190(); |
+ o.bindings = buildUnnamed2191(); |
o.etag = "foo"; |
o.iamOwned = true; |
- o.rules = buildUnnamed2158(); |
+ o.rules = buildUnnamed2192(); |
o.version = 42; |
} |
buildCounterPolicy--; |
@@ -900,11 +900,11 @@ buildPolicy() { |
checkPolicy(api.Policy o) { |
buildCounterPolicy++; |
if (buildCounterPolicy < 3) { |
- checkUnnamed2156(o.auditConfigs); |
- checkUnnamed2157(o.bindings); |
+ checkUnnamed2190(o.auditConfigs); |
+ checkUnnamed2191(o.bindings); |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.iamOwned, unittest.isTrue); |
- checkUnnamed2158(o.rules); |
+ checkUnnamed2192(o.rules); |
unittest.expect(o.version, unittest.equals(42)); |
} |
buildCounterPolicy--; |
@@ -931,14 +931,14 @@ checkResourceWarningsData(api.ResourceWarningsData o) { |
buildCounterResourceWarningsData--; |
} |
-buildUnnamed2159() { |
+buildUnnamed2193() { |
var o = new core.List<api.ResourceWarningsData>(); |
o.add(buildResourceWarningsData()); |
o.add(buildResourceWarningsData()); |
return o; |
} |
-checkUnnamed2159(core.List<api.ResourceWarningsData> o) { |
+checkUnnamed2193(core.List<api.ResourceWarningsData> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResourceWarningsData(o[0]); |
checkResourceWarningsData(o[1]); |
@@ -950,7 +950,7 @@ buildResourceWarnings() { |
buildCounterResourceWarnings++; |
if (buildCounterResourceWarnings < 3) { |
o.code = "foo"; |
- o.data = buildUnnamed2159(); |
+ o.data = buildUnnamed2193(); |
o.message = "foo"; |
} |
buildCounterResourceWarnings--; |
@@ -961,20 +961,20 @@ checkResourceWarnings(api.ResourceWarnings o) { |
buildCounterResourceWarnings++; |
if (buildCounterResourceWarnings < 3) { |
unittest.expect(o.code, unittest.equals('foo')); |
- checkUnnamed2159(o.data); |
+ checkUnnamed2193(o.data); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterResourceWarnings--; |
} |
-buildUnnamed2160() { |
+buildUnnamed2194() { |
var o = new core.List<api.ResourceWarnings>(); |
o.add(buildResourceWarnings()); |
o.add(buildResourceWarnings()); |
return o; |
} |
-checkUnnamed2160(core.List<api.ResourceWarnings> o) { |
+checkUnnamed2194(core.List<api.ResourceWarnings> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResourceWarnings(o[0]); |
checkResourceWarnings(o[1]); |
@@ -996,7 +996,7 @@ buildResource() { |
o.update = buildResourceUpdate(); |
o.updateTime = "foo"; |
o.url = "foo"; |
- o.warnings = buildUnnamed2160(); |
+ o.warnings = buildUnnamed2194(); |
} |
buildCounterResource--; |
return o; |
@@ -1016,7 +1016,7 @@ checkResource(api.Resource o) { |
checkResourceUpdate(o.update); |
unittest.expect(o.updateTime, unittest.equals('foo')); |
unittest.expect(o.url, unittest.equals('foo')); |
- checkUnnamed2160(o.warnings); |
+ checkUnnamed2194(o.warnings); |
} |
buildCounterResource--; |
} |
@@ -1063,14 +1063,14 @@ checkResourceUpdateErrorErrors(api.ResourceUpdateErrorErrors o) { |
buildCounterResourceUpdateErrorErrors--; |
} |
-buildUnnamed2161() { |
+buildUnnamed2195() { |
var o = new core.List<api.ResourceUpdateErrorErrors>(); |
o.add(buildResourceUpdateErrorErrors()); |
o.add(buildResourceUpdateErrorErrors()); |
return o; |
} |
-checkUnnamed2161(core.List<api.ResourceUpdateErrorErrors> o) { |
+checkUnnamed2195(core.List<api.ResourceUpdateErrorErrors> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResourceUpdateErrorErrors(o[0]); |
checkResourceUpdateErrorErrors(o[1]); |
@@ -1081,7 +1081,7 @@ buildResourceUpdateError() { |
var o = new api.ResourceUpdateError(); |
buildCounterResourceUpdateError++; |
if (buildCounterResourceUpdateError < 3) { |
- o.errors = buildUnnamed2161(); |
+ o.errors = buildUnnamed2195(); |
} |
buildCounterResourceUpdateError--; |
return o; |
@@ -1090,7 +1090,7 @@ buildResourceUpdateError() { |
checkResourceUpdateError(api.ResourceUpdateError o) { |
buildCounterResourceUpdateError++; |
if (buildCounterResourceUpdateError < 3) { |
- checkUnnamed2161(o.errors); |
+ checkUnnamed2195(o.errors); |
} |
buildCounterResourceUpdateError--; |
} |
@@ -1116,14 +1116,14 @@ checkResourceUpdateWarningsData(api.ResourceUpdateWarningsData o) { |
buildCounterResourceUpdateWarningsData--; |
} |
-buildUnnamed2162() { |
+buildUnnamed2196() { |
var o = new core.List<api.ResourceUpdateWarningsData>(); |
o.add(buildResourceUpdateWarningsData()); |
o.add(buildResourceUpdateWarningsData()); |
return o; |
} |
-checkUnnamed2162(core.List<api.ResourceUpdateWarningsData> o) { |
+checkUnnamed2196(core.List<api.ResourceUpdateWarningsData> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResourceUpdateWarningsData(o[0]); |
checkResourceUpdateWarningsData(o[1]); |
@@ -1135,7 +1135,7 @@ buildResourceUpdateWarnings() { |
buildCounterResourceUpdateWarnings++; |
if (buildCounterResourceUpdateWarnings < 3) { |
o.code = "foo"; |
- o.data = buildUnnamed2162(); |
+ o.data = buildUnnamed2196(); |
o.message = "foo"; |
} |
buildCounterResourceUpdateWarnings--; |
@@ -1146,20 +1146,20 @@ checkResourceUpdateWarnings(api.ResourceUpdateWarnings o) { |
buildCounterResourceUpdateWarnings++; |
if (buildCounterResourceUpdateWarnings < 3) { |
unittest.expect(o.code, unittest.equals('foo')); |
- checkUnnamed2162(o.data); |
+ checkUnnamed2196(o.data); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterResourceUpdateWarnings--; |
} |
-buildUnnamed2163() { |
+buildUnnamed2197() { |
var o = new core.List<api.ResourceUpdateWarnings>(); |
o.add(buildResourceUpdateWarnings()); |
o.add(buildResourceUpdateWarnings()); |
return o; |
} |
-checkUnnamed2163(core.List<api.ResourceUpdateWarnings> o) { |
+checkUnnamed2197(core.List<api.ResourceUpdateWarnings> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResourceUpdateWarnings(o[0]); |
checkResourceUpdateWarnings(o[1]); |
@@ -1177,7 +1177,7 @@ buildResourceUpdate() { |
o.manifest = "foo"; |
o.properties = "foo"; |
o.state = "foo"; |
- o.warnings = buildUnnamed2163(); |
+ o.warnings = buildUnnamed2197(); |
} |
buildCounterResourceUpdate--; |
return o; |
@@ -1193,19 +1193,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')); |
- checkUnnamed2163(o.warnings); |
+ checkUnnamed2197(o.warnings); |
} |
buildCounterResourceUpdate--; |
} |
-buildUnnamed2164() { |
+buildUnnamed2198() { |
var o = new core.List<api.Resource>(); |
o.add(buildResource()); |
o.add(buildResource()); |
return o; |
} |
-checkUnnamed2164(core.List<api.Resource> o) { |
+checkUnnamed2198(core.List<api.Resource> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResource(o[0]); |
checkResource(o[1]); |
@@ -1217,7 +1217,7 @@ buildResourcesListResponse() { |
buildCounterResourcesListResponse++; |
if (buildCounterResourcesListResponse < 3) { |
o.nextPageToken = "foo"; |
- o.resources = buildUnnamed2164(); |
+ o.resources = buildUnnamed2198(); |
} |
buildCounterResourcesListResponse--; |
return o; |
@@ -1227,71 +1227,71 @@ checkResourcesListResponse(api.ResourcesListResponse o) { |
buildCounterResourcesListResponse++; |
if (buildCounterResourcesListResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2164(o.resources); |
+ checkUnnamed2198(o.resources); |
} |
buildCounterResourcesListResponse--; |
} |
-buildUnnamed2165() { |
+buildUnnamed2199() { |
var o = new core.List<api.Condition>(); |
o.add(buildCondition()); |
o.add(buildCondition()); |
return o; |
} |
-checkUnnamed2165(core.List<api.Condition> o) { |
+checkUnnamed2199(core.List<api.Condition> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCondition(o[0]); |
checkCondition(o[1]); |
} |
-buildUnnamed2166() { |
+buildUnnamed2200() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2166(core.List<core.String> o) { |
+checkUnnamed2200(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')); |
} |
-buildUnnamed2167() { |
+buildUnnamed2201() { |
var o = new core.List<api.LogConfig>(); |
o.add(buildLogConfig()); |
o.add(buildLogConfig()); |
return o; |
} |
-checkUnnamed2167(core.List<api.LogConfig> o) { |
+checkUnnamed2201(core.List<api.LogConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLogConfig(o[0]); |
checkLogConfig(o[1]); |
} |
-buildUnnamed2168() { |
+buildUnnamed2202() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2168(core.List<core.String> o) { |
+checkUnnamed2202(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')); |
} |
-buildUnnamed2169() { |
+buildUnnamed2203() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2169(core.List<core.String> o) { |
+checkUnnamed2203(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')); |
@@ -1303,12 +1303,12 @@ buildRule() { |
buildCounterRule++; |
if (buildCounterRule < 3) { |
o.action = "foo"; |
- o.conditions = buildUnnamed2165(); |
+ o.conditions = buildUnnamed2199(); |
o.description = "foo"; |
- o.ins = buildUnnamed2166(); |
- o.logConfigs = buildUnnamed2167(); |
- o.notIns = buildUnnamed2168(); |
- o.permissions = buildUnnamed2169(); |
+ o.ins = buildUnnamed2200(); |
+ o.logConfigs = buildUnnamed2201(); |
+ o.notIns = buildUnnamed2202(); |
+ o.permissions = buildUnnamed2203(); |
} |
buildCounterRule--; |
return o; |
@@ -1318,24 +1318,24 @@ checkRule(api.Rule o) { |
buildCounterRule++; |
if (buildCounterRule < 3) { |
unittest.expect(o.action, unittest.equals('foo')); |
- checkUnnamed2165(o.conditions); |
+ checkUnnamed2199(o.conditions); |
unittest.expect(o.description, unittest.equals('foo')); |
- checkUnnamed2166(o.ins); |
- checkUnnamed2167(o.logConfigs); |
- checkUnnamed2168(o.notIns); |
- checkUnnamed2169(o.permissions); |
+ checkUnnamed2200(o.ins); |
+ checkUnnamed2201(o.logConfigs); |
+ checkUnnamed2202(o.notIns); |
+ checkUnnamed2203(o.permissions); |
} |
buildCounterRule--; |
} |
-buildUnnamed2170() { |
+buildUnnamed2204() { |
var o = new core.List<api.ImportFile>(); |
o.add(buildImportFile()); |
o.add(buildImportFile()); |
return o; |
} |
-checkUnnamed2170(core.List<api.ImportFile> o) { |
+checkUnnamed2204(core.List<api.ImportFile> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkImportFile(o[0]); |
checkImportFile(o[1]); |
@@ -1347,7 +1347,7 @@ buildTargetConfiguration() { |
buildCounterTargetConfiguration++; |
if (buildCounterTargetConfiguration < 3) { |
o.config = buildConfigFile(); |
- o.imports = buildUnnamed2170(); |
+ o.imports = buildUnnamed2204(); |
} |
buildCounterTargetConfiguration--; |
return o; |
@@ -1357,19 +1357,19 @@ checkTargetConfiguration(api.TargetConfiguration o) { |
buildCounterTargetConfiguration++; |
if (buildCounterTargetConfiguration < 3) { |
checkConfigFile(o.config); |
- checkUnnamed2170(o.imports); |
+ checkUnnamed2204(o.imports); |
} |
buildCounterTargetConfiguration--; |
} |
-buildUnnamed2171() { |
+buildUnnamed2205() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2171(core.List<core.String> o) { |
+checkUnnamed2205(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')); |
@@ -1380,7 +1380,7 @@ buildTestPermissionsRequest() { |
var o = new api.TestPermissionsRequest(); |
buildCounterTestPermissionsRequest++; |
if (buildCounterTestPermissionsRequest < 3) { |
- o.permissions = buildUnnamed2171(); |
+ o.permissions = buildUnnamed2205(); |
} |
buildCounterTestPermissionsRequest--; |
return o; |
@@ -1389,19 +1389,19 @@ buildTestPermissionsRequest() { |
checkTestPermissionsRequest(api.TestPermissionsRequest o) { |
buildCounterTestPermissionsRequest++; |
if (buildCounterTestPermissionsRequest < 3) { |
- checkUnnamed2171(o.permissions); |
+ checkUnnamed2205(o.permissions); |
} |
buildCounterTestPermissionsRequest--; |
} |
-buildUnnamed2172() { |
+buildUnnamed2206() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2172(core.List<core.String> o) { |
+checkUnnamed2206(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')); |
@@ -1412,7 +1412,7 @@ buildTestPermissionsResponse() { |
var o = new api.TestPermissionsResponse(); |
buildCounterTestPermissionsResponse++; |
if (buildCounterTestPermissionsResponse < 3) { |
- o.permissions = buildUnnamed2172(); |
+ o.permissions = buildUnnamed2206(); |
} |
buildCounterTestPermissionsResponse--; |
return o; |
@@ -1421,7 +1421,7 @@ buildTestPermissionsResponse() { |
checkTestPermissionsResponse(api.TestPermissionsResponse o) { |
buildCounterTestPermissionsResponse++; |
if (buildCounterTestPermissionsResponse < 3) { |
- checkUnnamed2172(o.permissions); |
+ checkUnnamed2206(o.permissions); |
} |
buildCounterTestPermissionsResponse--; |
} |
@@ -1453,14 +1453,14 @@ checkType(api.Type o) { |
buildCounterType--; |
} |
-buildUnnamed2173() { |
+buildUnnamed2207() { |
var o = new core.List<api.Type>(); |
o.add(buildType()); |
o.add(buildType()); |
return o; |
} |
-checkUnnamed2173(core.List<api.Type> o) { |
+checkUnnamed2207(core.List<api.Type> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkType(o[0]); |
checkType(o[1]); |
@@ -1472,7 +1472,7 @@ buildTypesListResponse() { |
buildCounterTypesListResponse++; |
if (buildCounterTypesListResponse < 3) { |
o.nextPageToken = "foo"; |
- o.types = buildUnnamed2173(); |
+ o.types = buildUnnamed2207(); |
} |
buildCounterTypesListResponse--; |
return o; |
@@ -1482,7 +1482,7 @@ checkTypesListResponse(api.TypesListResponse o) { |
buildCounterTypesListResponse++; |
if (buildCounterTypesListResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2173(o.types); |
+ checkUnnamed2207(o.types); |
} |
buildCounterTypesListResponse--; |
} |