Index: generated/googleapis_beta/test/datastore/v1beta3_test.dart |
diff --git a/generated/googleapis_beta/test/datastore/v1beta3_test.dart b/generated/googleapis_beta/test/datastore/v1beta3_test.dart |
index e9ca168e3ed59ca5d282b79b93815a72fe64c845..e793b80bf001382893274f01046f41f031adcd16 100644 |
--- a/generated/googleapis_beta/test/datastore/v1beta3_test.dart |
+++ b/generated/googleapis_beta/test/datastore/v1beta3_test.dart |
@@ -51,14 +51,14 @@ http.StreamedResponse stringResponse( |
return new http.StreamedResponse(stream, status, headers: headers); |
} |
-buildUnnamed3611() { |
+buildUnnamed3703() { |
var o = new core.List<api.Key>(); |
o.add(buildKey()); |
o.add(buildKey()); |
return o; |
} |
-checkUnnamed3611(core.List<api.Key> o) { |
+checkUnnamed3703(core.List<api.Key> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkKey(o[0]); |
checkKey(o[1]); |
@@ -69,7 +69,7 @@ buildAllocateIdsRequest() { |
var o = new api.AllocateIdsRequest(); |
buildCounterAllocateIdsRequest++; |
if (buildCounterAllocateIdsRequest < 3) { |
- o.keys = buildUnnamed3611(); |
+ o.keys = buildUnnamed3703(); |
} |
buildCounterAllocateIdsRequest--; |
return o; |
@@ -78,19 +78,19 @@ buildAllocateIdsRequest() { |
checkAllocateIdsRequest(api.AllocateIdsRequest o) { |
buildCounterAllocateIdsRequest++; |
if (buildCounterAllocateIdsRequest < 3) { |
- checkUnnamed3611(o.keys); |
+ checkUnnamed3703(o.keys); |
} |
buildCounterAllocateIdsRequest--; |
} |
-buildUnnamed3612() { |
+buildUnnamed3704() { |
var o = new core.List<api.Key>(); |
o.add(buildKey()); |
o.add(buildKey()); |
return o; |
} |
-checkUnnamed3612(core.List<api.Key> o) { |
+checkUnnamed3704(core.List<api.Key> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkKey(o[0]); |
checkKey(o[1]); |
@@ -101,7 +101,7 @@ buildAllocateIdsResponse() { |
var o = new api.AllocateIdsResponse(); |
buildCounterAllocateIdsResponse++; |
if (buildCounterAllocateIdsResponse < 3) { |
- o.keys = buildUnnamed3612(); |
+ o.keys = buildUnnamed3704(); |
} |
buildCounterAllocateIdsResponse--; |
return o; |
@@ -110,19 +110,19 @@ buildAllocateIdsResponse() { |
checkAllocateIdsResponse(api.AllocateIdsResponse o) { |
buildCounterAllocateIdsResponse++; |
if (buildCounterAllocateIdsResponse < 3) { |
- checkUnnamed3612(o.keys); |
+ checkUnnamed3704(o.keys); |
} |
buildCounterAllocateIdsResponse--; |
} |
-buildUnnamed3613() { |
+buildUnnamed3705() { |
var o = new core.List<api.Value>(); |
o.add(buildValue()); |
o.add(buildValue()); |
return o; |
} |
-checkUnnamed3613(core.List<api.Value> o) { |
+checkUnnamed3705(core.List<api.Value> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkValue(o[0]); |
checkValue(o[1]); |
@@ -133,7 +133,7 @@ buildArrayValue() { |
var o = new api.ArrayValue(); |
buildCounterArrayValue++; |
if (buildCounterArrayValue < 3) { |
- o.values = buildUnnamed3613(); |
+ o.values = buildUnnamed3705(); |
} |
buildCounterArrayValue--; |
return o; |
@@ -142,7 +142,7 @@ buildArrayValue() { |
checkArrayValue(api.ArrayValue o) { |
buildCounterArrayValue++; |
if (buildCounterArrayValue < 3) { |
- checkUnnamed3613(o.values); |
+ checkUnnamed3705(o.values); |
} |
buildCounterArrayValue--; |
} |
@@ -183,14 +183,14 @@ checkBeginTransactionResponse(api.BeginTransactionResponse o) { |
buildCounterBeginTransactionResponse--; |
} |
-buildUnnamed3614() { |
+buildUnnamed3706() { |
var o = new core.List<api.Mutation>(); |
o.add(buildMutation()); |
o.add(buildMutation()); |
return o; |
} |
-checkUnnamed3614(core.List<api.Mutation> o) { |
+checkUnnamed3706(core.List<api.Mutation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMutation(o[0]); |
checkMutation(o[1]); |
@@ -202,7 +202,7 @@ buildCommitRequest() { |
buildCounterCommitRequest++; |
if (buildCounterCommitRequest < 3) { |
o.mode = "foo"; |
- o.mutations = buildUnnamed3614(); |
+ o.mutations = buildUnnamed3706(); |
o.transaction = "foo"; |
} |
buildCounterCommitRequest--; |
@@ -213,20 +213,20 @@ checkCommitRequest(api.CommitRequest o) { |
buildCounterCommitRequest++; |
if (buildCounterCommitRequest < 3) { |
unittest.expect(o.mode, unittest.equals('foo')); |
- checkUnnamed3614(o.mutations); |
+ checkUnnamed3706(o.mutations); |
unittest.expect(o.transaction, unittest.equals('foo')); |
} |
buildCounterCommitRequest--; |
} |
-buildUnnamed3615() { |
+buildUnnamed3707() { |
var o = new core.List<api.MutationResult>(); |
o.add(buildMutationResult()); |
o.add(buildMutationResult()); |
return o; |
} |
-checkUnnamed3615(core.List<api.MutationResult> o) { |
+checkUnnamed3707(core.List<api.MutationResult> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkMutationResult(o[0]); |
checkMutationResult(o[1]); |
@@ -238,7 +238,7 @@ buildCommitResponse() { |
buildCounterCommitResponse++; |
if (buildCounterCommitResponse < 3) { |
o.indexUpdates = 42; |
- o.mutationResults = buildUnnamed3615(); |
+ o.mutationResults = buildUnnamed3707(); |
} |
buildCounterCommitResponse--; |
return o; |
@@ -248,19 +248,19 @@ checkCommitResponse(api.CommitResponse o) { |
buildCounterCommitResponse++; |
if (buildCounterCommitResponse < 3) { |
unittest.expect(o.indexUpdates, unittest.equals(42)); |
- checkUnnamed3615(o.mutationResults); |
+ checkUnnamed3707(o.mutationResults); |
} |
buildCounterCommitResponse--; |
} |
-buildUnnamed3616() { |
+buildUnnamed3708() { |
var o = new core.List<api.Filter>(); |
o.add(buildFilter()); |
o.add(buildFilter()); |
return o; |
} |
-checkUnnamed3616(core.List<api.Filter> o) { |
+checkUnnamed3708(core.List<api.Filter> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkFilter(o[0]); |
checkFilter(o[1]); |
@@ -271,7 +271,7 @@ buildCompositeFilter() { |
var o = new api.CompositeFilter(); |
buildCounterCompositeFilter++; |
if (buildCounterCompositeFilter < 3) { |
- o.filters = buildUnnamed3616(); |
+ o.filters = buildUnnamed3708(); |
o.op = "foo"; |
} |
buildCounterCompositeFilter--; |
@@ -281,20 +281,20 @@ buildCompositeFilter() { |
checkCompositeFilter(api.CompositeFilter o) { |
buildCounterCompositeFilter++; |
if (buildCounterCompositeFilter < 3) { |
- checkUnnamed3616(o.filters); |
+ checkUnnamed3708(o.filters); |
unittest.expect(o.op, unittest.equals('foo')); |
} |
buildCounterCompositeFilter--; |
} |
-buildUnnamed3617() { |
+buildUnnamed3709() { |
var o = new core.Map<core.String, api.Value>(); |
o["x"] = buildValue(); |
o["y"] = buildValue(); |
return o; |
} |
-checkUnnamed3617(core.Map<core.String, api.Value> o) { |
+checkUnnamed3709(core.Map<core.String, api.Value> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkValue(o["x"]); |
checkValue(o["y"]); |
@@ -306,7 +306,7 @@ buildEntity() { |
buildCounterEntity++; |
if (buildCounterEntity < 3) { |
o.key = buildKey(); |
- o.properties = buildUnnamed3617(); |
+ o.properties = buildUnnamed3709(); |
} |
buildCounterEntity--; |
return o; |
@@ -316,7 +316,7 @@ checkEntity(api.Entity o) { |
buildCounterEntity++; |
if (buildCounterEntity < 3) { |
checkKey(o.key); |
- checkUnnamed3617(o.properties); |
+ checkUnnamed3709(o.properties); |
} |
buildCounterEntity--; |
} |
@@ -365,27 +365,27 @@ checkFilter(api.Filter o) { |
buildCounterFilter--; |
} |
-buildUnnamed3618() { |
+buildUnnamed3710() { |
var o = new core.Map<core.String, api.GqlQueryParameter>(); |
o["x"] = buildGqlQueryParameter(); |
o["y"] = buildGqlQueryParameter(); |
return o; |
} |
-checkUnnamed3618(core.Map<core.String, api.GqlQueryParameter> o) { |
+checkUnnamed3710(core.Map<core.String, api.GqlQueryParameter> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkGqlQueryParameter(o["x"]); |
checkGqlQueryParameter(o["y"]); |
} |
-buildUnnamed3619() { |
+buildUnnamed3711() { |
var o = new core.List<api.GqlQueryParameter>(); |
o.add(buildGqlQueryParameter()); |
o.add(buildGqlQueryParameter()); |
return o; |
} |
-checkUnnamed3619(core.List<api.GqlQueryParameter> o) { |
+checkUnnamed3711(core.List<api.GqlQueryParameter> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkGqlQueryParameter(o[0]); |
checkGqlQueryParameter(o[1]); |
@@ -397,8 +397,8 @@ buildGqlQuery() { |
buildCounterGqlQuery++; |
if (buildCounterGqlQuery < 3) { |
o.allowLiterals = true; |
- o.namedBindings = buildUnnamed3618(); |
- o.positionalBindings = buildUnnamed3619(); |
+ o.namedBindings = buildUnnamed3710(); |
+ o.positionalBindings = buildUnnamed3711(); |
o.queryString = "foo"; |
} |
buildCounterGqlQuery--; |
@@ -409,8 +409,8 @@ checkGqlQuery(api.GqlQuery o) { |
buildCounterGqlQuery++; |
if (buildCounterGqlQuery < 3) { |
unittest.expect(o.allowLiterals, unittest.isTrue); |
- checkUnnamed3618(o.namedBindings); |
- checkUnnamed3619(o.positionalBindings); |
+ checkUnnamed3710(o.namedBindings); |
+ checkUnnamed3711(o.positionalBindings); |
unittest.expect(o.queryString, unittest.equals('foo')); |
} |
buildCounterGqlQuery--; |
@@ -437,14 +437,14 @@ checkGqlQueryParameter(api.GqlQueryParameter o) { |
buildCounterGqlQueryParameter--; |
} |
-buildUnnamed3620() { |
+buildUnnamed3712() { |
var o = new core.List<api.PathElement>(); |
o.add(buildPathElement()); |
o.add(buildPathElement()); |
return o; |
} |
-checkUnnamed3620(core.List<api.PathElement> o) { |
+checkUnnamed3712(core.List<api.PathElement> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPathElement(o[0]); |
checkPathElement(o[1]); |
@@ -456,7 +456,7 @@ buildKey() { |
buildCounterKey++; |
if (buildCounterKey < 3) { |
o.partitionId = buildPartitionId(); |
- o.path = buildUnnamed3620(); |
+ o.path = buildUnnamed3712(); |
} |
buildCounterKey--; |
return o; |
@@ -466,7 +466,7 @@ checkKey(api.Key o) { |
buildCounterKey++; |
if (buildCounterKey < 3) { |
checkPartitionId(o.partitionId); |
- checkUnnamed3620(o.path); |
+ checkUnnamed3712(o.path); |
} |
buildCounterKey--; |
} |
@@ -511,14 +511,14 @@ checkLatLng(api.LatLng o) { |
buildCounterLatLng--; |
} |
-buildUnnamed3621() { |
+buildUnnamed3713() { |
var o = new core.List<api.Key>(); |
o.add(buildKey()); |
o.add(buildKey()); |
return o; |
} |
-checkUnnamed3621(core.List<api.Key> o) { |
+checkUnnamed3713(core.List<api.Key> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkKey(o[0]); |
checkKey(o[1]); |
@@ -529,7 +529,7 @@ buildLookupRequest() { |
var o = new api.LookupRequest(); |
buildCounterLookupRequest++; |
if (buildCounterLookupRequest < 3) { |
- o.keys = buildUnnamed3621(); |
+ o.keys = buildUnnamed3713(); |
o.readOptions = buildReadOptions(); |
} |
buildCounterLookupRequest--; |
@@ -539,46 +539,46 @@ buildLookupRequest() { |
checkLookupRequest(api.LookupRequest o) { |
buildCounterLookupRequest++; |
if (buildCounterLookupRequest < 3) { |
- checkUnnamed3621(o.keys); |
+ checkUnnamed3713(o.keys); |
checkReadOptions(o.readOptions); |
} |
buildCounterLookupRequest--; |
} |
-buildUnnamed3622() { |
+buildUnnamed3714() { |
var o = new core.List<api.Key>(); |
o.add(buildKey()); |
o.add(buildKey()); |
return o; |
} |
-checkUnnamed3622(core.List<api.Key> o) { |
+checkUnnamed3714(core.List<api.Key> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkKey(o[0]); |
checkKey(o[1]); |
} |
-buildUnnamed3623() { |
+buildUnnamed3715() { |
var o = new core.List<api.EntityResult>(); |
o.add(buildEntityResult()); |
o.add(buildEntityResult()); |
return o; |
} |
-checkUnnamed3623(core.List<api.EntityResult> o) { |
+checkUnnamed3715(core.List<api.EntityResult> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEntityResult(o[0]); |
checkEntityResult(o[1]); |
} |
-buildUnnamed3624() { |
+buildUnnamed3716() { |
var o = new core.List<api.EntityResult>(); |
o.add(buildEntityResult()); |
o.add(buildEntityResult()); |
return o; |
} |
-checkUnnamed3624(core.List<api.EntityResult> o) { |
+checkUnnamed3716(core.List<api.EntityResult> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEntityResult(o[0]); |
checkEntityResult(o[1]); |
@@ -589,9 +589,9 @@ buildLookupResponse() { |
var o = new api.LookupResponse(); |
buildCounterLookupResponse++; |
if (buildCounterLookupResponse < 3) { |
- o.deferred = buildUnnamed3622(); |
- o.found = buildUnnamed3623(); |
- o.missing = buildUnnamed3624(); |
+ o.deferred = buildUnnamed3714(); |
+ o.found = buildUnnamed3715(); |
+ o.missing = buildUnnamed3716(); |
} |
buildCounterLookupResponse--; |
return o; |
@@ -600,9 +600,9 @@ buildLookupResponse() { |
checkLookupResponse(api.LookupResponse o) { |
buildCounterLookupResponse++; |
if (buildCounterLookupResponse < 3) { |
- checkUnnamed3622(o.deferred); |
- checkUnnamed3623(o.found); |
- checkUnnamed3624(o.missing); |
+ checkUnnamed3714(o.deferred); |
+ checkUnnamed3715(o.found); |
+ checkUnnamed3716(o.missing); |
} |
buildCounterLookupResponse--; |
} |
@@ -783,53 +783,53 @@ checkPropertyReference(api.PropertyReference o) { |
buildCounterPropertyReference--; |
} |
-buildUnnamed3625() { |
+buildUnnamed3717() { |
var o = new core.List<api.PropertyReference>(); |
o.add(buildPropertyReference()); |
o.add(buildPropertyReference()); |
return o; |
} |
-checkUnnamed3625(core.List<api.PropertyReference> o) { |
+checkUnnamed3717(core.List<api.PropertyReference> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPropertyReference(o[0]); |
checkPropertyReference(o[1]); |
} |
-buildUnnamed3626() { |
+buildUnnamed3718() { |
var o = new core.List<api.KindExpression>(); |
o.add(buildKindExpression()); |
o.add(buildKindExpression()); |
return o; |
} |
-checkUnnamed3626(core.List<api.KindExpression> o) { |
+checkUnnamed3718(core.List<api.KindExpression> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkKindExpression(o[0]); |
checkKindExpression(o[1]); |
} |
-buildUnnamed3627() { |
+buildUnnamed3719() { |
var o = new core.List<api.PropertyOrder>(); |
o.add(buildPropertyOrder()); |
o.add(buildPropertyOrder()); |
return o; |
} |
-checkUnnamed3627(core.List<api.PropertyOrder> o) { |
+checkUnnamed3719(core.List<api.PropertyOrder> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPropertyOrder(o[0]); |
checkPropertyOrder(o[1]); |
} |
-buildUnnamed3628() { |
+buildUnnamed3720() { |
var o = new core.List<api.Projection>(); |
o.add(buildProjection()); |
o.add(buildProjection()); |
return o; |
} |
-checkUnnamed3628(core.List<api.Projection> o) { |
+checkUnnamed3720(core.List<api.Projection> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkProjection(o[0]); |
checkProjection(o[1]); |
@@ -840,14 +840,14 @@ buildQuery() { |
var o = new api.Query(); |
buildCounterQuery++; |
if (buildCounterQuery < 3) { |
- o.distinctOn = buildUnnamed3625(); |
+ o.distinctOn = buildUnnamed3717(); |
o.endCursor = "foo"; |
o.filter = buildFilter(); |
- o.kind = buildUnnamed3626(); |
+ o.kind = buildUnnamed3718(); |
o.limit = 42; |
o.offset = 42; |
- o.order = buildUnnamed3627(); |
- o.projection = buildUnnamed3628(); |
+ o.order = buildUnnamed3719(); |
+ o.projection = buildUnnamed3720(); |
o.startCursor = "foo"; |
} |
buildCounterQuery--; |
@@ -857,27 +857,27 @@ buildQuery() { |
checkQuery(api.Query o) { |
buildCounterQuery++; |
if (buildCounterQuery < 3) { |
- checkUnnamed3625(o.distinctOn); |
+ checkUnnamed3717(o.distinctOn); |
unittest.expect(o.endCursor, unittest.equals('foo')); |
checkFilter(o.filter); |
- checkUnnamed3626(o.kind); |
+ checkUnnamed3718(o.kind); |
unittest.expect(o.limit, unittest.equals(42)); |
unittest.expect(o.offset, unittest.equals(42)); |
- checkUnnamed3627(o.order); |
- checkUnnamed3628(o.projection); |
+ checkUnnamed3719(o.order); |
+ checkUnnamed3720(o.projection); |
unittest.expect(o.startCursor, unittest.equals('foo')); |
} |
buildCounterQuery--; |
} |
-buildUnnamed3629() { |
+buildUnnamed3721() { |
var o = new core.List<api.EntityResult>(); |
o.add(buildEntityResult()); |
o.add(buildEntityResult()); |
return o; |
} |
-checkUnnamed3629(core.List<api.EntityResult> o) { |
+checkUnnamed3721(core.List<api.EntityResult> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEntityResult(o[0]); |
checkEntityResult(o[1]); |
@@ -890,7 +890,7 @@ buildQueryResultBatch() { |
if (buildCounterQueryResultBatch < 3) { |
o.endCursor = "foo"; |
o.entityResultType = "foo"; |
- o.entityResults = buildUnnamed3629(); |
+ o.entityResults = buildUnnamed3721(); |
o.moreResults = "foo"; |
o.skippedCursor = "foo"; |
o.skippedResults = 42; |
@@ -905,7 +905,7 @@ checkQueryResultBatch(api.QueryResultBatch o) { |
if (buildCounterQueryResultBatch < 3) { |
unittest.expect(o.endCursor, unittest.equals('foo')); |
unittest.expect(o.entityResultType, unittest.equals('foo')); |
- checkUnnamed3629(o.entityResults); |
+ checkUnnamed3721(o.entityResults); |
unittest.expect(o.moreResults, unittest.equals('foo')); |
unittest.expect(o.skippedCursor, unittest.equals('foo')); |
unittest.expect(o.skippedResults, unittest.equals(42)); |