Index: generated/googleapis/test/vault/v1_test.dart |
diff --git a/generated/googleapis/test/vault/v1_test.dart b/generated/googleapis/test/vault/v1_test.dart |
index 6dfcc624fbe08be1901e4177d1d43e28d4a5252f..22db4de85027343da3ff9a2fa8ad8238448219b8 100644 |
--- a/generated/googleapis/test/vault/v1_test.dart |
+++ b/generated/googleapis/test/vault/v1_test.dart |
@@ -257,14 +257,14 @@ checkHeldOrgUnit(api.HeldOrgUnit o) { |
buildCounterHeldOrgUnit--; |
} |
-buildUnnamed1620() { |
+buildUnnamed1637() { |
var o = new core.List<api.HeldAccount>(); |
o.add(buildHeldAccount()); |
o.add(buildHeldAccount()); |
return o; |
} |
-checkUnnamed1620(core.List<api.HeldAccount> o) { |
+checkUnnamed1637(core.List<api.HeldAccount> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkHeldAccount(o[0]); |
checkHeldAccount(o[1]); |
@@ -275,7 +275,7 @@ buildHold() { |
var o = new api.Hold(); |
buildCounterHold++; |
if (buildCounterHold < 3) { |
- o.accounts = buildUnnamed1620(); |
+ o.accounts = buildUnnamed1637(); |
o.corpus = "foo"; |
o.holdId = "foo"; |
o.name = "foo"; |
@@ -290,7 +290,7 @@ buildHold() { |
checkHold(api.Hold o) { |
buildCounterHold++; |
if (buildCounterHold < 3) { |
- checkUnnamed1620(o.accounts); |
+ checkUnnamed1637(o.accounts); |
unittest.expect(o.corpus, unittest.equals('foo')); |
unittest.expect(o.holdId, unittest.equals('foo')); |
unittest.expect(o.name, unittest.equals('foo')); |
@@ -301,14 +301,14 @@ checkHold(api.Hold o) { |
buildCounterHold--; |
} |
-buildUnnamed1621() { |
+buildUnnamed1638() { |
var o = new core.List<api.HeldAccount>(); |
o.add(buildHeldAccount()); |
o.add(buildHeldAccount()); |
return o; |
} |
-checkUnnamed1621(core.List<api.HeldAccount> o) { |
+checkUnnamed1638(core.List<api.HeldAccount> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkHeldAccount(o[0]); |
checkHeldAccount(o[1]); |
@@ -319,7 +319,7 @@ buildListHeldAccountsResponse() { |
var o = new api.ListHeldAccountsResponse(); |
buildCounterListHeldAccountsResponse++; |
if (buildCounterListHeldAccountsResponse < 3) { |
- o.accounts = buildUnnamed1621(); |
+ o.accounts = buildUnnamed1638(); |
} |
buildCounterListHeldAccountsResponse--; |
return o; |
@@ -328,19 +328,19 @@ buildListHeldAccountsResponse() { |
checkListHeldAccountsResponse(api.ListHeldAccountsResponse o) { |
buildCounterListHeldAccountsResponse++; |
if (buildCounterListHeldAccountsResponse < 3) { |
- checkUnnamed1621(o.accounts); |
+ checkUnnamed1638(o.accounts); |
} |
buildCounterListHeldAccountsResponse--; |
} |
-buildUnnamed1622() { |
+buildUnnamed1639() { |
var o = new core.List<api.Hold>(); |
o.add(buildHold()); |
o.add(buildHold()); |
return o; |
} |
-checkUnnamed1622(core.List<api.Hold> o) { |
+checkUnnamed1639(core.List<api.Hold> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkHold(o[0]); |
checkHold(o[1]); |
@@ -351,7 +351,7 @@ buildListHoldsResponse() { |
var o = new api.ListHoldsResponse(); |
buildCounterListHoldsResponse++; |
if (buildCounterListHoldsResponse < 3) { |
- o.holds = buildUnnamed1622(); |
+ o.holds = buildUnnamed1639(); |
o.nextPageToken = "foo"; |
} |
buildCounterListHoldsResponse--; |
@@ -361,20 +361,20 @@ buildListHoldsResponse() { |
checkListHoldsResponse(api.ListHoldsResponse o) { |
buildCounterListHoldsResponse++; |
if (buildCounterListHoldsResponse < 3) { |
- checkUnnamed1622(o.holds); |
+ checkUnnamed1639(o.holds); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListHoldsResponse--; |
} |
-buildUnnamed1623() { |
+buildUnnamed1640() { |
var o = new core.List<api.Matter>(); |
o.add(buildMatter()); |
o.add(buildMatter()); |
return o; |
} |
-checkUnnamed1623(core.List<api.Matter> o) { |
+checkUnnamed1640(core.List<api.Matter> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMatter(o[0]); |
checkMatter(o[1]); |
@@ -385,7 +385,7 @@ buildListMattersResponse() { |
var o = new api.ListMattersResponse(); |
buildCounterListMattersResponse++; |
if (buildCounterListMattersResponse < 3) { |
- o.matters = buildUnnamed1623(); |
+ o.matters = buildUnnamed1640(); |
o.nextPageToken = "foo"; |
} |
buildCounterListMattersResponse--; |
@@ -395,20 +395,20 @@ buildListMattersResponse() { |
checkListMattersResponse(api.ListMattersResponse o) { |
buildCounterListMattersResponse++; |
if (buildCounterListMattersResponse < 3) { |
- checkUnnamed1623(o.matters); |
+ checkUnnamed1640(o.matters); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListMattersResponse--; |
} |
-buildUnnamed1624() { |
+buildUnnamed1641() { |
var o = new core.List<api.MatterPermission>(); |
o.add(buildMatterPermission()); |
o.add(buildMatterPermission()); |
return o; |
} |
-checkUnnamed1624(core.List<api.MatterPermission> o) { |
+checkUnnamed1641(core.List<api.MatterPermission> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMatterPermission(o[0]); |
checkMatterPermission(o[1]); |
@@ -421,7 +421,7 @@ buildMatter() { |
if (buildCounterMatter < 3) { |
o.description = "foo"; |
o.matterId = "foo"; |
- o.matterPermissions = buildUnnamed1624(); |
+ o.matterPermissions = buildUnnamed1641(); |
o.name = "foo"; |
o.state = "foo"; |
} |
@@ -434,7 +434,7 @@ checkMatter(api.Matter o) { |
if (buildCounterMatter < 3) { |
unittest.expect(o.description, unittest.equals('foo')); |
unittest.expect(o.matterId, unittest.equals('foo')); |
- checkUnnamed1624(o.matterPermissions); |
+ checkUnnamed1641(o.matterPermissions); |
unittest.expect(o.name, unittest.equals('foo')); |
unittest.expect(o.state, unittest.equals('foo')); |
} |