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 39bb7c57f7b8f476dc2b417b840cdf9972eb2362..76f166ea2781332017ba55fc6af3c2392b886d14 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); |
} |
-buildUnnamed2034() { |
+buildUnnamed1857() { |
var o = new core.List<api.AuditLogConfig>(); |
o.add(buildAuditLogConfig()); |
o.add(buildAuditLogConfig()); |
return o; |
} |
-checkUnnamed2034(core.List<api.AuditLogConfig> o) { |
+checkUnnamed1857(core.List<api.AuditLogConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAuditLogConfig(o[0]); |
checkAuditLogConfig(o[1]); |
} |
-buildUnnamed2035() { |
+buildUnnamed1858() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2035(core.List<core.String> o) { |
+checkUnnamed1858(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 = buildUnnamed2034(); |
- o.exemptedMembers = buildUnnamed2035(); |
+ o.auditLogConfigs = buildUnnamed1857(); |
+ o.exemptedMembers = buildUnnamed1858(); |
o.service = "foo"; |
} |
buildCounterAuditConfig--; |
@@ -93,21 +93,21 @@ buildAuditConfig() { |
checkAuditConfig(api.AuditConfig o) { |
buildCounterAuditConfig++; |
if (buildCounterAuditConfig < 3) { |
- checkUnnamed2034(o.auditLogConfigs); |
- checkUnnamed2035(o.exemptedMembers); |
+ checkUnnamed1857(o.auditLogConfigs); |
+ checkUnnamed1858(o.exemptedMembers); |
unittest.expect(o.service, unittest.equals('foo')); |
} |
buildCounterAuditConfig--; |
} |
-buildUnnamed2036() { |
+buildUnnamed1859() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2036(core.List<core.String> o) { |
+checkUnnamed1859(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 = buildUnnamed2036(); |
+ o.exemptedMembers = buildUnnamed1859(); |
o.logType = "foo"; |
} |
buildCounterAuditLogConfig--; |
@@ -128,20 +128,20 @@ buildAuditLogConfig() { |
checkAuditLogConfig(api.AuditLogConfig o) { |
buildCounterAuditLogConfig++; |
if (buildCounterAuditLogConfig < 3) { |
- checkUnnamed2036(o.exemptedMembers); |
+ checkUnnamed1859(o.exemptedMembers); |
unittest.expect(o.logType, unittest.equals('foo')); |
} |
buildCounterAuditLogConfig--; |
} |
-buildUnnamed2037() { |
+buildUnnamed1860() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2037(core.List<core.String> o) { |
+checkUnnamed1860(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 = buildUnnamed2037(); |
+ o.members = buildUnnamed1860(); |
o.role = "foo"; |
} |
buildCounterBinding--; |
@@ -162,20 +162,20 @@ buildBinding() { |
checkBinding(api.Binding o) { |
buildCounterBinding++; |
if (buildCounterBinding < 3) { |
- checkUnnamed2037(o.members); |
+ checkUnnamed1860(o.members); |
unittest.expect(o.role, unittest.equals('foo')); |
} |
buildCounterBinding--; |
} |
-buildUnnamed2038() { |
+buildUnnamed1861() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2038(core.List<core.String> o) { |
+checkUnnamed1861(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 = buildUnnamed2038(); |
+ o.values = buildUnnamed1861(); |
} |
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')); |
- checkUnnamed2038(o.values); |
+ checkUnnamed1861(o.values); |
} |
buildCounterCondition--; |
} |
@@ -229,14 +229,14 @@ checkConfigFile(api.ConfigFile o) { |
buildCounterConfigFile--; |
} |
-buildUnnamed2039() { |
+buildUnnamed1862() { |
var o = new core.List<api.DeploymentLabelEntry>(); |
o.add(buildDeploymentLabelEntry()); |
o.add(buildDeploymentLabelEntry()); |
return o; |
} |
-checkUnnamed2039(core.List<api.DeploymentLabelEntry> o) { |
+checkUnnamed1862(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 = buildUnnamed2039(); |
+ o.labels = buildUnnamed1862(); |
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')); |
- checkUnnamed2039(o.labels); |
+ checkUnnamed1862(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--; |
} |
-buildUnnamed2040() { |
+buildUnnamed1863() { |
var o = new core.List<api.DeploymentUpdateLabelEntry>(); |
o.add(buildDeploymentUpdateLabelEntry()); |
o.add(buildDeploymentUpdateLabelEntry()); |
return o; |
} |
-checkUnnamed2040(core.List<api.DeploymentUpdateLabelEntry> o) { |
+checkUnnamed1863(core.List<api.DeploymentUpdateLabelEntry> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDeploymentUpdateLabelEntry(o[0]); |
checkDeploymentUpdateLabelEntry(o[1]); |
@@ -321,7 +321,7 @@ buildDeploymentUpdate() { |
buildCounterDeploymentUpdate++; |
if (buildCounterDeploymentUpdate < 3) { |
o.description = "foo"; |
- o.labels = buildUnnamed2040(); |
+ o.labels = buildUnnamed1863(); |
o.manifest = "foo"; |
} |
buildCounterDeploymentUpdate--; |
@@ -332,7 +332,7 @@ checkDeploymentUpdate(api.DeploymentUpdate o) { |
buildCounterDeploymentUpdate++; |
if (buildCounterDeploymentUpdate < 3) { |
unittest.expect(o.description, unittest.equals('foo')); |
- checkUnnamed2040(o.labels); |
+ checkUnnamed1863(o.labels); |
unittest.expect(o.manifest, unittest.equals('foo')); |
} |
buildCounterDeploymentUpdate--; |
@@ -378,14 +378,14 @@ checkDeploymentsCancelPreviewRequest(api.DeploymentsCancelPreviewRequest o) { |
buildCounterDeploymentsCancelPreviewRequest--; |
} |
-buildUnnamed2041() { |
+buildUnnamed1864() { |
var o = new core.List<api.Deployment>(); |
o.add(buildDeployment()); |
o.add(buildDeployment()); |
return o; |
} |
-checkUnnamed2041(core.List<api.Deployment> o) { |
+checkUnnamed1864(core.List<api.Deployment> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDeployment(o[0]); |
checkDeployment(o[1]); |
@@ -396,7 +396,7 @@ buildDeploymentsListResponse() { |
var o = new api.DeploymentsListResponse(); |
buildCounterDeploymentsListResponse++; |
if (buildCounterDeploymentsListResponse < 3) { |
- o.deployments = buildUnnamed2041(); |
+ o.deployments = buildUnnamed1864(); |
o.nextPageToken = "foo"; |
} |
buildCounterDeploymentsListResponse--; |
@@ -406,7 +406,7 @@ buildDeploymentsListResponse() { |
checkDeploymentsListResponse(api.DeploymentsListResponse o) { |
buildCounterDeploymentsListResponse++; |
if (buildCounterDeploymentsListResponse < 3) { |
- checkUnnamed2041(o.deployments); |
+ checkUnnamed1864(o.deployments); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterDeploymentsListResponse--; |
@@ -492,14 +492,14 @@ checkLogConfigCounterOptions(api.LogConfigCounterOptions o) { |
buildCounterLogConfigCounterOptions--; |
} |
-buildUnnamed2042() { |
+buildUnnamed1865() { |
var o = new core.List<api.ImportFile>(); |
o.add(buildImportFile()); |
o.add(buildImportFile()); |
return o; |
} |
-checkUnnamed2042(core.List<api.ImportFile> o) { |
+checkUnnamed1865(core.List<api.ImportFile> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkImportFile(o[0]); |
checkImportFile(o[1]); |
@@ -513,7 +513,7 @@ buildManifest() { |
o.config = buildConfigFile(); |
o.expandedConfig = "foo"; |
o.id = "foo"; |
- o.imports = buildUnnamed2042(); |
+ o.imports = buildUnnamed1865(); |
o.insertTime = "foo"; |
o.layout = "foo"; |
o.name = "foo"; |
@@ -529,7 +529,7 @@ checkManifest(api.Manifest o) { |
checkConfigFile(o.config); |
unittest.expect(o.expandedConfig, unittest.equals('foo')); |
unittest.expect(o.id, unittest.equals('foo')); |
- checkUnnamed2042(o.imports); |
+ checkUnnamed1865(o.imports); |
unittest.expect(o.insertTime, unittest.equals('foo')); |
unittest.expect(o.layout, unittest.equals('foo')); |
unittest.expect(o.name, unittest.equals('foo')); |
@@ -538,14 +538,14 @@ checkManifest(api.Manifest o) { |
buildCounterManifest--; |
} |
-buildUnnamed2043() { |
+buildUnnamed1866() { |
var o = new core.List<api.Manifest>(); |
o.add(buildManifest()); |
o.add(buildManifest()); |
return o; |
} |
-checkUnnamed2043(core.List<api.Manifest> o) { |
+checkUnnamed1866(core.List<api.Manifest> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkManifest(o[0]); |
checkManifest(o[1]); |
@@ -556,7 +556,7 @@ buildManifestsListResponse() { |
var o = new api.ManifestsListResponse(); |
buildCounterManifestsListResponse++; |
if (buildCounterManifestsListResponse < 3) { |
- o.manifests = buildUnnamed2043(); |
+ o.manifests = buildUnnamed1866(); |
o.nextPageToken = "foo"; |
} |
buildCounterManifestsListResponse--; |
@@ -566,7 +566,7 @@ buildManifestsListResponse() { |
checkManifestsListResponse(api.ManifestsListResponse o) { |
buildCounterManifestsListResponse++; |
if (buildCounterManifestsListResponse < 3) { |
- checkUnnamed2043(o.manifests); |
+ checkUnnamed1866(o.manifests); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterManifestsListResponse--; |
@@ -595,14 +595,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) { |
buildCounterOperationErrorErrors--; |
} |
-buildUnnamed2044() { |
+buildUnnamed1867() { |
var o = new core.List<api.OperationErrorErrors>(); |
o.add(buildOperationErrorErrors()); |
o.add(buildOperationErrorErrors()); |
return o; |
} |
-checkUnnamed2044(core.List<api.OperationErrorErrors> o) { |
+checkUnnamed1867(core.List<api.OperationErrorErrors> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperationErrorErrors(o[0]); |
checkOperationErrorErrors(o[1]); |
@@ -613,7 +613,7 @@ buildOperationError() { |
var o = new api.OperationError(); |
buildCounterOperationError++; |
if (buildCounterOperationError < 3) { |
- o.errors = buildUnnamed2044(); |
+ o.errors = buildUnnamed1867(); |
} |
buildCounterOperationError--; |
return o; |
@@ -622,7 +622,7 @@ buildOperationError() { |
checkOperationError(api.OperationError o) { |
buildCounterOperationError++; |
if (buildCounterOperationError < 3) { |
- checkUnnamed2044(o.errors); |
+ checkUnnamed1867(o.errors); |
} |
buildCounterOperationError--; |
} |
@@ -648,14 +648,14 @@ checkOperationWarningsData(api.OperationWarningsData o) { |
buildCounterOperationWarningsData--; |
} |
-buildUnnamed2045() { |
+buildUnnamed1868() { |
var o = new core.List<api.OperationWarningsData>(); |
o.add(buildOperationWarningsData()); |
o.add(buildOperationWarningsData()); |
return o; |
} |
-checkUnnamed2045(core.List<api.OperationWarningsData> o) { |
+checkUnnamed1868(core.List<api.OperationWarningsData> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperationWarningsData(o[0]); |
checkOperationWarningsData(o[1]); |
@@ -667,7 +667,7 @@ buildOperationWarnings() { |
buildCounterOperationWarnings++; |
if (buildCounterOperationWarnings < 3) { |
o.code = "foo"; |
- o.data = buildUnnamed2045(); |
+ o.data = buildUnnamed1868(); |
o.message = "foo"; |
} |
buildCounterOperationWarnings--; |
@@ -678,20 +678,20 @@ checkOperationWarnings(api.OperationWarnings o) { |
buildCounterOperationWarnings++; |
if (buildCounterOperationWarnings < 3) { |
unittest.expect(o.code, unittest.equals('foo')); |
- checkUnnamed2045(o.data); |
+ checkUnnamed1868(o.data); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterOperationWarnings--; |
} |
-buildUnnamed2046() { |
+buildUnnamed1869() { |
var o = new core.List<api.OperationWarnings>(); |
o.add(buildOperationWarnings()); |
o.add(buildOperationWarnings()); |
return o; |
} |
-checkUnnamed2046(core.List<api.OperationWarnings> o) { |
+checkUnnamed1869(core.List<api.OperationWarnings> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperationWarnings(o[0]); |
checkOperationWarnings(o[1]); |
@@ -723,7 +723,7 @@ buildOperation() { |
o.targetId = "foo"; |
o.targetLink = "foo"; |
o.user = "foo"; |
- o.warnings = buildUnnamed2046(); |
+ o.warnings = buildUnnamed1869(); |
o.zone = "foo"; |
} |
buildCounterOperation--; |
@@ -754,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')); |
- checkUnnamed2046(o.warnings); |
+ checkUnnamed1869(o.warnings); |
unittest.expect(o.zone, unittest.equals('foo')); |
} |
buildCounterOperation--; |
} |
-buildUnnamed2047() { |
+buildUnnamed1870() { |
var o = new core.List<api.Operation>(); |
o.add(buildOperation()); |
o.add(buildOperation()); |
return o; |
} |
-checkUnnamed2047(core.List<api.Operation> o) { |
+checkUnnamed1870(core.List<api.Operation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOperation(o[0]); |
checkOperation(o[1]); |
@@ -779,7 +779,7 @@ buildOperationsListResponse() { |
buildCounterOperationsListResponse++; |
if (buildCounterOperationsListResponse < 3) { |
o.nextPageToken = "foo"; |
- o.operations = buildUnnamed2047(); |
+ o.operations = buildUnnamed1870(); |
} |
buildCounterOperationsListResponse--; |
return o; |
@@ -789,45 +789,45 @@ checkOperationsListResponse(api.OperationsListResponse o) { |
buildCounterOperationsListResponse++; |
if (buildCounterOperationsListResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2047(o.operations); |
+ checkUnnamed1870(o.operations); |
} |
buildCounterOperationsListResponse--; |
} |
-buildUnnamed2048() { |
+buildUnnamed1871() { |
var o = new core.List<api.AuditConfig>(); |
o.add(buildAuditConfig()); |
o.add(buildAuditConfig()); |
return o; |
} |
-checkUnnamed2048(core.List<api.AuditConfig> o) { |
+checkUnnamed1871(core.List<api.AuditConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAuditConfig(o[0]); |
checkAuditConfig(o[1]); |
} |
-buildUnnamed2049() { |
+buildUnnamed1872() { |
var o = new core.List<api.Binding>(); |
o.add(buildBinding()); |
o.add(buildBinding()); |
return o; |
} |
-checkUnnamed2049(core.List<api.Binding> o) { |
+checkUnnamed1872(core.List<api.Binding> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkBinding(o[0]); |
checkBinding(o[1]); |
} |
-buildUnnamed2050() { |
+buildUnnamed1873() { |
var o = new core.List<api.Rule>(); |
o.add(buildRule()); |
o.add(buildRule()); |
return o; |
} |
-checkUnnamed2050(core.List<api.Rule> o) { |
+checkUnnamed1873(core.List<api.Rule> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRule(o[0]); |
checkRule(o[1]); |
@@ -838,11 +838,11 @@ buildPolicy() { |
var o = new api.Policy(); |
buildCounterPolicy++; |
if (buildCounterPolicy < 3) { |
- o.auditConfigs = buildUnnamed2048(); |
- o.bindings = buildUnnamed2049(); |
+ o.auditConfigs = buildUnnamed1871(); |
+ o.bindings = buildUnnamed1872(); |
o.etag = "foo"; |
o.iamOwned = true; |
- o.rules = buildUnnamed2050(); |
+ o.rules = buildUnnamed1873(); |
o.version = 42; |
} |
buildCounterPolicy--; |
@@ -852,11 +852,11 @@ buildPolicy() { |
checkPolicy(api.Policy o) { |
buildCounterPolicy++; |
if (buildCounterPolicy < 3) { |
- checkUnnamed2048(o.auditConfigs); |
- checkUnnamed2049(o.bindings); |
+ checkUnnamed1871(o.auditConfigs); |
+ checkUnnamed1872(o.bindings); |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.iamOwned, unittest.isTrue); |
- checkUnnamed2050(o.rules); |
+ checkUnnamed1873(o.rules); |
unittest.expect(o.version, unittest.equals(42)); |
} |
buildCounterPolicy--; |
@@ -883,14 +883,14 @@ checkResourceWarningsData(api.ResourceWarningsData o) { |
buildCounterResourceWarningsData--; |
} |
-buildUnnamed2051() { |
+buildUnnamed1874() { |
var o = new core.List<api.ResourceWarningsData>(); |
o.add(buildResourceWarningsData()); |
o.add(buildResourceWarningsData()); |
return o; |
} |
-checkUnnamed2051(core.List<api.ResourceWarningsData> o) { |
+checkUnnamed1874(core.List<api.ResourceWarningsData> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResourceWarningsData(o[0]); |
checkResourceWarningsData(o[1]); |
@@ -902,7 +902,7 @@ buildResourceWarnings() { |
buildCounterResourceWarnings++; |
if (buildCounterResourceWarnings < 3) { |
o.code = "foo"; |
- o.data = buildUnnamed2051(); |
+ o.data = buildUnnamed1874(); |
o.message = "foo"; |
} |
buildCounterResourceWarnings--; |
@@ -913,20 +913,20 @@ checkResourceWarnings(api.ResourceWarnings o) { |
buildCounterResourceWarnings++; |
if (buildCounterResourceWarnings < 3) { |
unittest.expect(o.code, unittest.equals('foo')); |
- checkUnnamed2051(o.data); |
+ checkUnnamed1874(o.data); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterResourceWarnings--; |
} |
-buildUnnamed2052() { |
+buildUnnamed1875() { |
var o = new core.List<api.ResourceWarnings>(); |
o.add(buildResourceWarnings()); |
o.add(buildResourceWarnings()); |
return o; |
} |
-checkUnnamed2052(core.List<api.ResourceWarnings> o) { |
+checkUnnamed1875(core.List<api.ResourceWarnings> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResourceWarnings(o[0]); |
checkResourceWarnings(o[1]); |
@@ -948,7 +948,7 @@ buildResource() { |
o.update = buildResourceUpdate(); |
o.updateTime = "foo"; |
o.url = "foo"; |
- o.warnings = buildUnnamed2052(); |
+ o.warnings = buildUnnamed1875(); |
} |
buildCounterResource--; |
return o; |
@@ -968,7 +968,7 @@ checkResource(api.Resource o) { |
checkResourceUpdate(o.update); |
unittest.expect(o.updateTime, unittest.equals('foo')); |
unittest.expect(o.url, unittest.equals('foo')); |
- checkUnnamed2052(o.warnings); |
+ checkUnnamed1875(o.warnings); |
} |
buildCounterResource--; |
} |
@@ -1015,14 +1015,14 @@ checkResourceUpdateErrorErrors(api.ResourceUpdateErrorErrors o) { |
buildCounterResourceUpdateErrorErrors--; |
} |
-buildUnnamed2053() { |
+buildUnnamed1876() { |
var o = new core.List<api.ResourceUpdateErrorErrors>(); |
o.add(buildResourceUpdateErrorErrors()); |
o.add(buildResourceUpdateErrorErrors()); |
return o; |
} |
-checkUnnamed2053(core.List<api.ResourceUpdateErrorErrors> o) { |
+checkUnnamed1876(core.List<api.ResourceUpdateErrorErrors> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResourceUpdateErrorErrors(o[0]); |
checkResourceUpdateErrorErrors(o[1]); |
@@ -1033,7 +1033,7 @@ buildResourceUpdateError() { |
var o = new api.ResourceUpdateError(); |
buildCounterResourceUpdateError++; |
if (buildCounterResourceUpdateError < 3) { |
- o.errors = buildUnnamed2053(); |
+ o.errors = buildUnnamed1876(); |
} |
buildCounterResourceUpdateError--; |
return o; |
@@ -1042,7 +1042,7 @@ buildResourceUpdateError() { |
checkResourceUpdateError(api.ResourceUpdateError o) { |
buildCounterResourceUpdateError++; |
if (buildCounterResourceUpdateError < 3) { |
- checkUnnamed2053(o.errors); |
+ checkUnnamed1876(o.errors); |
} |
buildCounterResourceUpdateError--; |
} |
@@ -1068,14 +1068,14 @@ checkResourceUpdateWarningsData(api.ResourceUpdateWarningsData o) { |
buildCounterResourceUpdateWarningsData--; |
} |
-buildUnnamed2054() { |
+buildUnnamed1877() { |
var o = new core.List<api.ResourceUpdateWarningsData>(); |
o.add(buildResourceUpdateWarningsData()); |
o.add(buildResourceUpdateWarningsData()); |
return o; |
} |
-checkUnnamed2054(core.List<api.ResourceUpdateWarningsData> o) { |
+checkUnnamed1877(core.List<api.ResourceUpdateWarningsData> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResourceUpdateWarningsData(o[0]); |
checkResourceUpdateWarningsData(o[1]); |
@@ -1087,7 +1087,7 @@ buildResourceUpdateWarnings() { |
buildCounterResourceUpdateWarnings++; |
if (buildCounterResourceUpdateWarnings < 3) { |
o.code = "foo"; |
- o.data = buildUnnamed2054(); |
+ o.data = buildUnnamed1877(); |
o.message = "foo"; |
} |
buildCounterResourceUpdateWarnings--; |
@@ -1098,20 +1098,20 @@ checkResourceUpdateWarnings(api.ResourceUpdateWarnings o) { |
buildCounterResourceUpdateWarnings++; |
if (buildCounterResourceUpdateWarnings < 3) { |
unittest.expect(o.code, unittest.equals('foo')); |
- checkUnnamed2054(o.data); |
+ checkUnnamed1877(o.data); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterResourceUpdateWarnings--; |
} |
-buildUnnamed2055() { |
+buildUnnamed1878() { |
var o = new core.List<api.ResourceUpdateWarnings>(); |
o.add(buildResourceUpdateWarnings()); |
o.add(buildResourceUpdateWarnings()); |
return o; |
} |
-checkUnnamed2055(core.List<api.ResourceUpdateWarnings> o) { |
+checkUnnamed1878(core.List<api.ResourceUpdateWarnings> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResourceUpdateWarnings(o[0]); |
checkResourceUpdateWarnings(o[1]); |
@@ -1129,7 +1129,7 @@ buildResourceUpdate() { |
o.manifest = "foo"; |
o.properties = "foo"; |
o.state = "foo"; |
- o.warnings = buildUnnamed2055(); |
+ o.warnings = buildUnnamed1878(); |
} |
buildCounterResourceUpdate--; |
return o; |
@@ -1145,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')); |
- checkUnnamed2055(o.warnings); |
+ checkUnnamed1878(o.warnings); |
} |
buildCounterResourceUpdate--; |
} |
-buildUnnamed2056() { |
+buildUnnamed1879() { |
var o = new core.List<api.Resource>(); |
o.add(buildResource()); |
o.add(buildResource()); |
return o; |
} |
-checkUnnamed2056(core.List<api.Resource> o) { |
+checkUnnamed1879(core.List<api.Resource> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkResource(o[0]); |
checkResource(o[1]); |
@@ -1169,7 +1169,7 @@ buildResourcesListResponse() { |
buildCounterResourcesListResponse++; |
if (buildCounterResourcesListResponse < 3) { |
o.nextPageToken = "foo"; |
- o.resources = buildUnnamed2056(); |
+ o.resources = buildUnnamed1879(); |
} |
buildCounterResourcesListResponse--; |
return o; |
@@ -1179,71 +1179,71 @@ checkResourcesListResponse(api.ResourcesListResponse o) { |
buildCounterResourcesListResponse++; |
if (buildCounterResourcesListResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2056(o.resources); |
+ checkUnnamed1879(o.resources); |
} |
buildCounterResourcesListResponse--; |
} |
-buildUnnamed2057() { |
+buildUnnamed1880() { |
var o = new core.List<api.Condition>(); |
o.add(buildCondition()); |
o.add(buildCondition()); |
return o; |
} |
-checkUnnamed2057(core.List<api.Condition> o) { |
+checkUnnamed1880(core.List<api.Condition> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkCondition(o[0]); |
checkCondition(o[1]); |
} |
-buildUnnamed2058() { |
+buildUnnamed1881() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2058(core.List<core.String> o) { |
+checkUnnamed1881(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')); |
} |
-buildUnnamed2059() { |
+buildUnnamed1882() { |
var o = new core.List<api.LogConfig>(); |
o.add(buildLogConfig()); |
o.add(buildLogConfig()); |
return o; |
} |
-checkUnnamed2059(core.List<api.LogConfig> o) { |
+checkUnnamed1882(core.List<api.LogConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkLogConfig(o[0]); |
checkLogConfig(o[1]); |
} |
-buildUnnamed2060() { |
+buildUnnamed1883() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2060(core.List<core.String> o) { |
+checkUnnamed1883(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')); |
} |
-buildUnnamed2061() { |
+buildUnnamed1884() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2061(core.List<core.String> o) { |
+checkUnnamed1884(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')); |
@@ -1255,12 +1255,12 @@ buildRule() { |
buildCounterRule++; |
if (buildCounterRule < 3) { |
o.action = "foo"; |
- o.conditions = buildUnnamed2057(); |
+ o.conditions = buildUnnamed1880(); |
o.description = "foo"; |
- o.ins = buildUnnamed2058(); |
- o.logConfigs = buildUnnamed2059(); |
- o.notIns = buildUnnamed2060(); |
- o.permissions = buildUnnamed2061(); |
+ o.ins = buildUnnamed1881(); |
+ o.logConfigs = buildUnnamed1882(); |
+ o.notIns = buildUnnamed1883(); |
+ o.permissions = buildUnnamed1884(); |
} |
buildCounterRule--; |
return o; |
@@ -1270,24 +1270,24 @@ checkRule(api.Rule o) { |
buildCounterRule++; |
if (buildCounterRule < 3) { |
unittest.expect(o.action, unittest.equals('foo')); |
- checkUnnamed2057(o.conditions); |
+ checkUnnamed1880(o.conditions); |
unittest.expect(o.description, unittest.equals('foo')); |
- checkUnnamed2058(o.ins); |
- checkUnnamed2059(o.logConfigs); |
- checkUnnamed2060(o.notIns); |
- checkUnnamed2061(o.permissions); |
+ checkUnnamed1881(o.ins); |
+ checkUnnamed1882(o.logConfigs); |
+ checkUnnamed1883(o.notIns); |
+ checkUnnamed1884(o.permissions); |
} |
buildCounterRule--; |
} |
-buildUnnamed2062() { |
+buildUnnamed1885() { |
var o = new core.List<api.ImportFile>(); |
o.add(buildImportFile()); |
o.add(buildImportFile()); |
return o; |
} |
-checkUnnamed2062(core.List<api.ImportFile> o) { |
+checkUnnamed1885(core.List<api.ImportFile> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkImportFile(o[0]); |
checkImportFile(o[1]); |
@@ -1299,7 +1299,7 @@ buildTargetConfiguration() { |
buildCounterTargetConfiguration++; |
if (buildCounterTargetConfiguration < 3) { |
o.config = buildConfigFile(); |
- o.imports = buildUnnamed2062(); |
+ o.imports = buildUnnamed1885(); |
} |
buildCounterTargetConfiguration--; |
return o; |
@@ -1309,19 +1309,19 @@ checkTargetConfiguration(api.TargetConfiguration o) { |
buildCounterTargetConfiguration++; |
if (buildCounterTargetConfiguration < 3) { |
checkConfigFile(o.config); |
- checkUnnamed2062(o.imports); |
+ checkUnnamed1885(o.imports); |
} |
buildCounterTargetConfiguration--; |
} |
-buildUnnamed2063() { |
+buildUnnamed1886() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2063(core.List<core.String> o) { |
+checkUnnamed1886(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')); |
@@ -1332,7 +1332,7 @@ buildTestPermissionsRequest() { |
var o = new api.TestPermissionsRequest(); |
buildCounterTestPermissionsRequest++; |
if (buildCounterTestPermissionsRequest < 3) { |
- o.permissions = buildUnnamed2063(); |
+ o.permissions = buildUnnamed1886(); |
} |
buildCounterTestPermissionsRequest--; |
return o; |
@@ -1341,19 +1341,19 @@ buildTestPermissionsRequest() { |
checkTestPermissionsRequest(api.TestPermissionsRequest o) { |
buildCounterTestPermissionsRequest++; |
if (buildCounterTestPermissionsRequest < 3) { |
- checkUnnamed2063(o.permissions); |
+ checkUnnamed1886(o.permissions); |
} |
buildCounterTestPermissionsRequest--; |
} |
-buildUnnamed2064() { |
+buildUnnamed1887() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2064(core.List<core.String> o) { |
+checkUnnamed1887(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')); |
@@ -1364,7 +1364,7 @@ buildTestPermissionsResponse() { |
var o = new api.TestPermissionsResponse(); |
buildCounterTestPermissionsResponse++; |
if (buildCounterTestPermissionsResponse < 3) { |
- o.permissions = buildUnnamed2064(); |
+ o.permissions = buildUnnamed1887(); |
} |
buildCounterTestPermissionsResponse--; |
return o; |
@@ -1373,7 +1373,7 @@ buildTestPermissionsResponse() { |
checkTestPermissionsResponse(api.TestPermissionsResponse o) { |
buildCounterTestPermissionsResponse++; |
if (buildCounterTestPermissionsResponse < 3) { |
- checkUnnamed2064(o.permissions); |
+ checkUnnamed1887(o.permissions); |
} |
buildCounterTestPermissionsResponse--; |
} |
@@ -1405,14 +1405,14 @@ checkType(api.Type o) { |
buildCounterType--; |
} |
-buildUnnamed2065() { |
+buildUnnamed1888() { |
var o = new core.List<api.Type>(); |
o.add(buildType()); |
o.add(buildType()); |
return o; |
} |
-checkUnnamed2065(core.List<api.Type> o) { |
+checkUnnamed1888(core.List<api.Type> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkType(o[0]); |
checkType(o[1]); |
@@ -1424,7 +1424,7 @@ buildTypesListResponse() { |
buildCounterTypesListResponse++; |
if (buildCounterTypesListResponse < 3) { |
o.nextPageToken = "foo"; |
- o.types = buildUnnamed2065(); |
+ o.types = buildUnnamed1888(); |
} |
buildCounterTypesListResponse--; |
return o; |
@@ -1434,7 +1434,7 @@ checkTypesListResponse(api.TypesListResponse o) { |
buildCounterTypesListResponse++; |
if (buildCounterTypesListResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2065(o.types); |
+ checkUnnamed1888(o.types); |
} |
buildCounterTypesListResponse--; |
} |