Index: generated/googleapis/test/datastore/v1_test.dart |
diff --git a/generated/googleapis/test/datastore/v1_test.dart b/generated/googleapis/test/datastore/v1_test.dart |
index 890511d207e87519c5d2f3ae70704064d251f7a6..e3f64a9dd254c9c179f739cfc155e54064763874 100644 |
--- a/generated/googleapis/test/datastore/v1_test.dart |
+++ b/generated/googleapis/test/datastore/v1_test.dart |
@@ -51,14 +51,14 @@ http.StreamedResponse stringResponse( |
return new http.StreamedResponse(stream, status, headers: headers); |
} |
-buildUnnamed542() { |
+buildUnnamed549() { |
var o = new core.List<api.Key>(); |
o.add(buildKey()); |
o.add(buildKey()); |
return o; |
} |
-checkUnnamed542(core.List<api.Key> o) { |
+checkUnnamed549(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 = buildUnnamed542(); |
+ o.keys = buildUnnamed549(); |
} |
buildCounterAllocateIdsRequest--; |
return o; |
@@ -78,19 +78,19 @@ buildAllocateIdsRequest() { |
checkAllocateIdsRequest(api.AllocateIdsRequest o) { |
buildCounterAllocateIdsRequest++; |
if (buildCounterAllocateIdsRequest < 3) { |
- checkUnnamed542(o.keys); |
+ checkUnnamed549(o.keys); |
} |
buildCounterAllocateIdsRequest--; |
} |
-buildUnnamed543() { |
+buildUnnamed550() { |
var o = new core.List<api.Key>(); |
o.add(buildKey()); |
o.add(buildKey()); |
return o; |
} |
-checkUnnamed543(core.List<api.Key> o) { |
+checkUnnamed550(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 = buildUnnamed543(); |
+ o.keys = buildUnnamed550(); |
} |
buildCounterAllocateIdsResponse--; |
return o; |
@@ -110,19 +110,19 @@ buildAllocateIdsResponse() { |
checkAllocateIdsResponse(api.AllocateIdsResponse o) { |
buildCounterAllocateIdsResponse++; |
if (buildCounterAllocateIdsResponse < 3) { |
- checkUnnamed543(o.keys); |
+ checkUnnamed550(o.keys); |
} |
buildCounterAllocateIdsResponse--; |
} |
-buildUnnamed544() { |
+buildUnnamed551() { |
var o = new core.List<api.Value>(); |
o.add(buildValue()); |
o.add(buildValue()); |
return o; |
} |
-checkUnnamed544(core.List<api.Value> o) { |
+checkUnnamed551(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 = buildUnnamed544(); |
+ o.values = buildUnnamed551(); |
} |
buildCounterArrayValue--; |
return o; |
@@ -142,7 +142,7 @@ buildArrayValue() { |
checkArrayValue(api.ArrayValue o) { |
buildCounterArrayValue++; |
if (buildCounterArrayValue < 3) { |
- checkUnnamed544(o.values); |
+ checkUnnamed551(o.values); |
} |
buildCounterArrayValue--; |
} |
@@ -183,14 +183,14 @@ checkBeginTransactionResponse(api.BeginTransactionResponse o) { |
buildCounterBeginTransactionResponse--; |
} |
-buildUnnamed545() { |
+buildUnnamed552() { |
var o = new core.List<api.Mutation>(); |
o.add(buildMutation()); |
o.add(buildMutation()); |
return o; |
} |
-checkUnnamed545(core.List<api.Mutation> o) { |
+checkUnnamed552(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 = buildUnnamed545(); |
+ o.mutations = buildUnnamed552(); |
o.transaction = "foo"; |
} |
buildCounterCommitRequest--; |
@@ -213,20 +213,20 @@ checkCommitRequest(api.CommitRequest o) { |
buildCounterCommitRequest++; |
if (buildCounterCommitRequest < 3) { |
unittest.expect(o.mode, unittest.equals('foo')); |
- checkUnnamed545(o.mutations); |
+ checkUnnamed552(o.mutations); |
unittest.expect(o.transaction, unittest.equals('foo')); |
} |
buildCounterCommitRequest--; |
} |
-buildUnnamed546() { |
+buildUnnamed553() { |
var o = new core.List<api.MutationResult>(); |
o.add(buildMutationResult()); |
o.add(buildMutationResult()); |
return o; |
} |
-checkUnnamed546(core.List<api.MutationResult> o) { |
+checkUnnamed553(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 = buildUnnamed546(); |
+ o.mutationResults = buildUnnamed553(); |
} |
buildCounterCommitResponse--; |
return o; |
@@ -248,19 +248,19 @@ checkCommitResponse(api.CommitResponse o) { |
buildCounterCommitResponse++; |
if (buildCounterCommitResponse < 3) { |
unittest.expect(o.indexUpdates, unittest.equals(42)); |
- checkUnnamed546(o.mutationResults); |
+ checkUnnamed553(o.mutationResults); |
} |
buildCounterCommitResponse--; |
} |
-buildUnnamed547() { |
+buildUnnamed554() { |
var o = new core.List<api.Filter>(); |
o.add(buildFilter()); |
o.add(buildFilter()); |
return o; |
} |
-checkUnnamed547(core.List<api.Filter> o) { |
+checkUnnamed554(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 = buildUnnamed547(); |
+ o.filters = buildUnnamed554(); |
o.op = "foo"; |
} |
buildCounterCompositeFilter--; |
@@ -281,20 +281,20 @@ buildCompositeFilter() { |
checkCompositeFilter(api.CompositeFilter o) { |
buildCounterCompositeFilter++; |
if (buildCounterCompositeFilter < 3) { |
- checkUnnamed547(o.filters); |
+ checkUnnamed554(o.filters); |
unittest.expect(o.op, unittest.equals('foo')); |
} |
buildCounterCompositeFilter--; |
} |
-buildUnnamed548() { |
+buildUnnamed555() { |
var o = new core.Map<core.String, api.Value>(); |
o["x"] = buildValue(); |
o["y"] = buildValue(); |
return o; |
} |
-checkUnnamed548(core.Map<core.String, api.Value> o) { |
+checkUnnamed555(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 = buildUnnamed548(); |
+ o.properties = buildUnnamed555(); |
} |
buildCounterEntity--; |
return o; |
@@ -316,7 +316,7 @@ checkEntity(api.Entity o) { |
buildCounterEntity++; |
if (buildCounterEntity < 3) { |
checkKey(o.key); |
- checkUnnamed548(o.properties); |
+ checkUnnamed555(o.properties); |
} |
buildCounterEntity--; |
} |
@@ -365,27 +365,27 @@ checkFilter(api.Filter o) { |
buildCounterFilter--; |
} |
-buildUnnamed549() { |
+buildUnnamed556() { |
var o = new core.Map<core.String, api.GqlQueryParameter>(); |
o["x"] = buildGqlQueryParameter(); |
o["y"] = buildGqlQueryParameter(); |
return o; |
} |
-checkUnnamed549(core.Map<core.String, api.GqlQueryParameter> o) { |
+checkUnnamed556(core.Map<core.String, api.GqlQueryParameter> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkGqlQueryParameter(o["x"]); |
checkGqlQueryParameter(o["y"]); |
} |
-buildUnnamed550() { |
+buildUnnamed557() { |
var o = new core.List<api.GqlQueryParameter>(); |
o.add(buildGqlQueryParameter()); |
o.add(buildGqlQueryParameter()); |
return o; |
} |
-checkUnnamed550(core.List<api.GqlQueryParameter> o) { |
+checkUnnamed557(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 = buildUnnamed549(); |
- o.positionalBindings = buildUnnamed550(); |
+ o.namedBindings = buildUnnamed556(); |
+ o.positionalBindings = buildUnnamed557(); |
o.queryString = "foo"; |
} |
buildCounterGqlQuery--; |
@@ -409,8 +409,8 @@ checkGqlQuery(api.GqlQuery o) { |
buildCounterGqlQuery++; |
if (buildCounterGqlQuery < 3) { |
unittest.expect(o.allowLiterals, unittest.isTrue); |
- checkUnnamed549(o.namedBindings); |
- checkUnnamed550(o.positionalBindings); |
+ checkUnnamed556(o.namedBindings); |
+ checkUnnamed557(o.positionalBindings); |
unittest.expect(o.queryString, unittest.equals('foo')); |
} |
buildCounterGqlQuery--; |
@@ -437,14 +437,14 @@ checkGqlQueryParameter(api.GqlQueryParameter o) { |
buildCounterGqlQueryParameter--; |
} |
-buildUnnamed551() { |
+buildUnnamed558() { |
var o = new core.List<api.PathElement>(); |
o.add(buildPathElement()); |
o.add(buildPathElement()); |
return o; |
} |
-checkUnnamed551(core.List<api.PathElement> o) { |
+checkUnnamed558(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 = buildUnnamed551(); |
+ o.path = buildUnnamed558(); |
} |
buildCounterKey--; |
return o; |
@@ -466,7 +466,7 @@ checkKey(api.Key o) { |
buildCounterKey++; |
if (buildCounterKey < 3) { |
checkPartitionId(o.partitionId); |
- checkUnnamed551(o.path); |
+ checkUnnamed558(o.path); |
} |
buildCounterKey--; |
} |
@@ -511,14 +511,14 @@ checkLatLng(api.LatLng o) { |
buildCounterLatLng--; |
} |
-buildUnnamed552() { |
+buildUnnamed559() { |
var o = new core.List<api.Key>(); |
o.add(buildKey()); |
o.add(buildKey()); |
return o; |
} |
-checkUnnamed552(core.List<api.Key> o) { |
+checkUnnamed559(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 = buildUnnamed552(); |
+ o.keys = buildUnnamed559(); |
o.readOptions = buildReadOptions(); |
} |
buildCounterLookupRequest--; |
@@ -539,46 +539,46 @@ buildLookupRequest() { |
checkLookupRequest(api.LookupRequest o) { |
buildCounterLookupRequest++; |
if (buildCounterLookupRequest < 3) { |
- checkUnnamed552(o.keys); |
+ checkUnnamed559(o.keys); |
checkReadOptions(o.readOptions); |
} |
buildCounterLookupRequest--; |
} |
-buildUnnamed553() { |
+buildUnnamed560() { |
var o = new core.List<api.Key>(); |
o.add(buildKey()); |
o.add(buildKey()); |
return o; |
} |
-checkUnnamed553(core.List<api.Key> o) { |
+checkUnnamed560(core.List<api.Key> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkKey(o[0]); |
checkKey(o[1]); |
} |
-buildUnnamed554() { |
+buildUnnamed561() { |
var o = new core.List<api.EntityResult>(); |
o.add(buildEntityResult()); |
o.add(buildEntityResult()); |
return o; |
} |
-checkUnnamed554(core.List<api.EntityResult> o) { |
+checkUnnamed561(core.List<api.EntityResult> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkEntityResult(o[0]); |
checkEntityResult(o[1]); |
} |
-buildUnnamed555() { |
+buildUnnamed562() { |
var o = new core.List<api.EntityResult>(); |
o.add(buildEntityResult()); |
o.add(buildEntityResult()); |
return o; |
} |
-checkUnnamed555(core.List<api.EntityResult> o) { |
+checkUnnamed562(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 = buildUnnamed553(); |
- o.found = buildUnnamed554(); |
- o.missing = buildUnnamed555(); |
+ o.deferred = buildUnnamed560(); |
+ o.found = buildUnnamed561(); |
+ o.missing = buildUnnamed562(); |
} |
buildCounterLookupResponse--; |
return o; |
@@ -600,9 +600,9 @@ buildLookupResponse() { |
checkLookupResponse(api.LookupResponse o) { |
buildCounterLookupResponse++; |
if (buildCounterLookupResponse < 3) { |
- checkUnnamed553(o.deferred); |
- checkUnnamed554(o.found); |
- checkUnnamed555(o.missing); |
+ checkUnnamed560(o.deferred); |
+ checkUnnamed561(o.found); |
+ checkUnnamed562(o.missing); |
} |
buildCounterLookupResponse--; |
} |
@@ -783,53 +783,53 @@ checkPropertyReference(api.PropertyReference o) { |
buildCounterPropertyReference--; |
} |
-buildUnnamed556() { |
+buildUnnamed563() { |
var o = new core.List<api.PropertyReference>(); |
o.add(buildPropertyReference()); |
o.add(buildPropertyReference()); |
return o; |
} |
-checkUnnamed556(core.List<api.PropertyReference> o) { |
+checkUnnamed563(core.List<api.PropertyReference> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPropertyReference(o[0]); |
checkPropertyReference(o[1]); |
} |
-buildUnnamed557() { |
+buildUnnamed564() { |
var o = new core.List<api.KindExpression>(); |
o.add(buildKindExpression()); |
o.add(buildKindExpression()); |
return o; |
} |
-checkUnnamed557(core.List<api.KindExpression> o) { |
+checkUnnamed564(core.List<api.KindExpression> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkKindExpression(o[0]); |
checkKindExpression(o[1]); |
} |
-buildUnnamed558() { |
+buildUnnamed565() { |
var o = new core.List<api.PropertyOrder>(); |
o.add(buildPropertyOrder()); |
o.add(buildPropertyOrder()); |
return o; |
} |
-checkUnnamed558(core.List<api.PropertyOrder> o) { |
+checkUnnamed565(core.List<api.PropertyOrder> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkPropertyOrder(o[0]); |
checkPropertyOrder(o[1]); |
} |
-buildUnnamed559() { |
+buildUnnamed566() { |
var o = new core.List<api.Projection>(); |
o.add(buildProjection()); |
o.add(buildProjection()); |
return o; |
} |
-checkUnnamed559(core.List<api.Projection> o) { |
+checkUnnamed566(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 = buildUnnamed556(); |
+ o.distinctOn = buildUnnamed563(); |
o.endCursor = "foo"; |
o.filter = buildFilter(); |
- o.kind = buildUnnamed557(); |
+ o.kind = buildUnnamed564(); |
o.limit = 42; |
o.offset = 42; |
- o.order = buildUnnamed558(); |
- o.projection = buildUnnamed559(); |
+ o.order = buildUnnamed565(); |
+ o.projection = buildUnnamed566(); |
o.startCursor = "foo"; |
} |
buildCounterQuery--; |
@@ -857,27 +857,27 @@ buildQuery() { |
checkQuery(api.Query o) { |
buildCounterQuery++; |
if (buildCounterQuery < 3) { |
- checkUnnamed556(o.distinctOn); |
+ checkUnnamed563(o.distinctOn); |
unittest.expect(o.endCursor, unittest.equals('foo')); |
checkFilter(o.filter); |
- checkUnnamed557(o.kind); |
+ checkUnnamed564(o.kind); |
unittest.expect(o.limit, unittest.equals(42)); |
unittest.expect(o.offset, unittest.equals(42)); |
- checkUnnamed558(o.order); |
- checkUnnamed559(o.projection); |
+ checkUnnamed565(o.order); |
+ checkUnnamed566(o.projection); |
unittest.expect(o.startCursor, unittest.equals('foo')); |
} |
buildCounterQuery--; |
} |
-buildUnnamed560() { |
+buildUnnamed567() { |
var o = new core.List<api.EntityResult>(); |
o.add(buildEntityResult()); |
o.add(buildEntityResult()); |
return o; |
} |
-checkUnnamed560(core.List<api.EntityResult> o) { |
+checkUnnamed567(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 = buildUnnamed560(); |
+ o.entityResults = buildUnnamed567(); |
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')); |
- checkUnnamed560(o.entityResults); |
+ checkUnnamed567(o.entityResults); |
unittest.expect(o.moreResults, unittest.equals('foo')); |
unittest.expect(o.skippedCursor, unittest.equals('foo')); |
unittest.expect(o.skippedResults, unittest.equals(42)); |