Index: generated/googleapis_beta/test/cloudresourcemanager/v1beta1_test.dart |
diff --git a/generated/googleapis_beta/test/cloudresourcemanager/v1beta1_test.dart b/generated/googleapis_beta/test/cloudresourcemanager/v1beta1_test.dart |
index 5b97878f60e5346157be08fb2dac0c5ed70cae6c..96fa5fac8dd0655fad4505813a770592cece4e3a 100644 |
--- a/generated/googleapis_beta/test/cloudresourcemanager/v1beta1_test.dart |
+++ b/generated/googleapis_beta/test/cloudresourcemanager/v1beta1_test.dart |
@@ -70,14 +70,14 @@ checkAncestor(api.Ancestor o) { |
buildCounterAncestor--; |
} |
-buildUnnamed3036() { |
+buildUnnamed3585() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3036(core.List<core.String> o) { |
+checkUnnamed3585(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')); |
@@ -88,7 +88,7 @@ buildBinding() { |
var o = new api.Binding(); |
buildCounterBinding++; |
if (buildCounterBinding < 3) { |
- o.members = buildUnnamed3036(); |
+ o.members = buildUnnamed3585(); |
o.role = "foo"; |
} |
buildCounterBinding--; |
@@ -98,7 +98,7 @@ buildBinding() { |
checkBinding(api.Binding o) { |
buildCounterBinding++; |
if (buildCounterBinding < 3) { |
- checkUnnamed3036(o.members); |
+ checkUnnamed3585(o.members); |
unittest.expect(o.role, unittest.equals('foo')); |
} |
buildCounterBinding--; |
@@ -138,14 +138,14 @@ checkGetAncestryRequest(api.GetAncestryRequest o) { |
buildCounterGetAncestryRequest--; |
} |
-buildUnnamed3037() { |
+buildUnnamed3586() { |
var o = new core.List<api.Ancestor>(); |
o.add(buildAncestor()); |
o.add(buildAncestor()); |
return o; |
} |
-checkUnnamed3037(core.List<api.Ancestor> o) { |
+checkUnnamed3586(core.List<api.Ancestor> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAncestor(o[0]); |
checkAncestor(o[1]); |
@@ -156,7 +156,7 @@ buildGetAncestryResponse() { |
var o = new api.GetAncestryResponse(); |
buildCounterGetAncestryResponse++; |
if (buildCounterGetAncestryResponse < 3) { |
- o.ancestor = buildUnnamed3037(); |
+ o.ancestor = buildUnnamed3586(); |
} |
buildCounterGetAncestryResponse--; |
return o; |
@@ -165,7 +165,7 @@ buildGetAncestryResponse() { |
checkGetAncestryResponse(api.GetAncestryResponse o) { |
buildCounterGetAncestryResponse++; |
if (buildCounterGetAncestryResponse < 3) { |
- checkUnnamed3037(o.ancestor); |
+ checkUnnamed3586(o.ancestor); |
} |
buildCounterGetAncestryResponse--; |
} |
@@ -187,14 +187,14 @@ checkGetIamPolicyRequest(api.GetIamPolicyRequest o) { |
buildCounterGetIamPolicyRequest--; |
} |
-buildUnnamed3038() { |
+buildUnnamed3587() { |
var o = new core.List<api.Organization>(); |
o.add(buildOrganization()); |
o.add(buildOrganization()); |
return o; |
} |
-checkUnnamed3038(core.List<api.Organization> o) { |
+checkUnnamed3587(core.List<api.Organization> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkOrganization(o[0]); |
checkOrganization(o[1]); |
@@ -206,7 +206,7 @@ buildListOrganizationsResponse() { |
buildCounterListOrganizationsResponse++; |
if (buildCounterListOrganizationsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.organizations = buildUnnamed3038(); |
+ o.organizations = buildUnnamed3587(); |
} |
buildCounterListOrganizationsResponse--; |
return o; |
@@ -216,19 +216,19 @@ checkListOrganizationsResponse(api.ListOrganizationsResponse o) { |
buildCounterListOrganizationsResponse++; |
if (buildCounterListOrganizationsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3038(o.organizations); |
+ checkUnnamed3587(o.organizations); |
} |
buildCounterListOrganizationsResponse--; |
} |
-buildUnnamed3039() { |
+buildUnnamed3588() { |
var o = new core.List<api.Project>(); |
o.add(buildProject()); |
o.add(buildProject()); |
return o; |
} |
-checkUnnamed3039(core.List<api.Project> o) { |
+checkUnnamed3588(core.List<api.Project> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProject(o[0]); |
checkProject(o[1]); |
@@ -240,7 +240,7 @@ buildListProjectsResponse() { |
buildCounterListProjectsResponse++; |
if (buildCounterListProjectsResponse < 3) { |
o.nextPageToken = "foo"; |
- o.projects = buildUnnamed3039(); |
+ o.projects = buildUnnamed3588(); |
} |
buildCounterListProjectsResponse--; |
return o; |
@@ -250,7 +250,7 @@ checkListProjectsResponse(api.ListProjectsResponse o) { |
buildCounterListProjectsResponse++; |
if (buildCounterListProjectsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3039(o.projects); |
+ checkUnnamed3588(o.projects); |
} |
buildCounterListProjectsResponse--; |
} |
@@ -299,14 +299,14 @@ checkOrganizationOwner(api.OrganizationOwner o) { |
buildCounterOrganizationOwner--; |
} |
-buildUnnamed3040() { |
+buildUnnamed3589() { |
var o = new core.List<api.Binding>(); |
o.add(buildBinding()); |
o.add(buildBinding()); |
return o; |
} |
-checkUnnamed3040(core.List<api.Binding> o) { |
+checkUnnamed3589(core.List<api.Binding> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkBinding(o[0]); |
checkBinding(o[1]); |
@@ -317,7 +317,7 @@ buildPolicy() { |
var o = new api.Policy(); |
buildCounterPolicy++; |
if (buildCounterPolicy < 3) { |
- o.bindings = buildUnnamed3040(); |
+ o.bindings = buildUnnamed3589(); |
o.etag = "foo"; |
o.version = 42; |
} |
@@ -328,21 +328,21 @@ buildPolicy() { |
checkPolicy(api.Policy o) { |
buildCounterPolicy++; |
if (buildCounterPolicy < 3) { |
- checkUnnamed3040(o.bindings); |
+ checkUnnamed3589(o.bindings); |
unittest.expect(o.etag, unittest.equals('foo')); |
unittest.expect(o.version, unittest.equals(42)); |
} |
buildCounterPolicy--; |
} |
-buildUnnamed3041() { |
+buildUnnamed3590() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed3041(core.Map<core.String, core.String> o) { |
+checkUnnamed3590(core.Map<core.String, core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o["x"], unittest.equals('foo')); |
unittest.expect(o["y"], unittest.equals('foo')); |
@@ -354,7 +354,7 @@ buildProject() { |
buildCounterProject++; |
if (buildCounterProject < 3) { |
o.createTime = "foo"; |
- o.labels = buildUnnamed3041(); |
+ o.labels = buildUnnamed3590(); |
o.lifecycleState = "foo"; |
o.name = "foo"; |
o.parent = buildResourceId(); |
@@ -369,7 +369,7 @@ checkProject(api.Project o) { |
buildCounterProject++; |
if (buildCounterProject < 3) { |
unittest.expect(o.createTime, unittest.equals('foo')); |
- checkUnnamed3041(o.labels); |
+ checkUnnamed3590(o.labels); |
unittest.expect(o.lifecycleState, unittest.equals('foo')); |
unittest.expect(o.name, unittest.equals('foo')); |
checkResourceId(o.parent); |
@@ -419,14 +419,14 @@ checkSetIamPolicyRequest(api.SetIamPolicyRequest o) { |
buildCounterSetIamPolicyRequest--; |
} |
-buildUnnamed3042() { |
+buildUnnamed3591() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3042(core.List<core.String> o) { |
+checkUnnamed3591(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')); |
@@ -437,7 +437,7 @@ buildTestIamPermissionsRequest() { |
var o = new api.TestIamPermissionsRequest(); |
buildCounterTestIamPermissionsRequest++; |
if (buildCounterTestIamPermissionsRequest < 3) { |
- o.permissions = buildUnnamed3042(); |
+ o.permissions = buildUnnamed3591(); |
} |
buildCounterTestIamPermissionsRequest--; |
return o; |
@@ -446,19 +446,19 @@ buildTestIamPermissionsRequest() { |
checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) { |
buildCounterTestIamPermissionsRequest++; |
if (buildCounterTestIamPermissionsRequest < 3) { |
- checkUnnamed3042(o.permissions); |
+ checkUnnamed3591(o.permissions); |
} |
buildCounterTestIamPermissionsRequest--; |
} |
-buildUnnamed3043() { |
+buildUnnamed3592() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3043(core.List<core.String> o) { |
+checkUnnamed3592(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')); |
@@ -469,7 +469,7 @@ buildTestIamPermissionsResponse() { |
var o = new api.TestIamPermissionsResponse(); |
buildCounterTestIamPermissionsResponse++; |
if (buildCounterTestIamPermissionsResponse < 3) { |
- o.permissions = buildUnnamed3043(); |
+ o.permissions = buildUnnamed3592(); |
} |
buildCounterTestIamPermissionsResponse--; |
return o; |
@@ -478,7 +478,7 @@ buildTestIamPermissionsResponse() { |
checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) { |
buildCounterTestIamPermissionsResponse++; |
if (buildCounterTestIamPermissionsResponse < 3) { |
- checkUnnamed3043(o.permissions); |
+ checkUnnamed3592(o.permissions); |
} |
buildCounterTestIamPermissionsResponse--; |
} |