Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Unified Diff: generated/googleapis_beta/test/datastore/v1beta2_test.dart

Issue 2281923002: Api-roll 41: 2016-08-26 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: generated/googleapis_beta/test/datastore/v1beta2_test.dart
diff --git a/generated/googleapis_beta/test/datastore/v1beta2_test.dart b/generated/googleapis_beta/test/datastore/v1beta2_test.dart
index 2d5df51447fb6fcac10efdadc438021f19eb12d4..aee9114afbbeb3fde0e648619f37868e2e62ddb3 100644
--- a/generated/googleapis_beta/test/datastore/v1beta2_test.dart
+++ b/generated/googleapis_beta/test/datastore/v1beta2_test.dart
@@ -51,14 +51,14 @@ http.StreamedResponse stringResponse(
return new http.StreamedResponse(stream, status, headers: headers);
}
-buildUnnamed3617() {
+buildUnnamed4223() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed3617(core.List<api.Key> o) {
+checkUnnamed4223(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 = buildUnnamed3617();
+ o.keys = buildUnnamed4223();
}
buildCounterAllocateIdsRequest--;
return o;
@@ -78,19 +78,19 @@ buildAllocateIdsRequest() {
checkAllocateIdsRequest(api.AllocateIdsRequest o) {
buildCounterAllocateIdsRequest++;
if (buildCounterAllocateIdsRequest < 3) {
- checkUnnamed3617(o.keys);
+ checkUnnamed4223(o.keys);
}
buildCounterAllocateIdsRequest--;
}
-buildUnnamed3618() {
+buildUnnamed4224() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed3618(core.List<api.Key> o) {
+checkUnnamed4224(core.List<api.Key> o) {
unittest.expect(o, unittest.hasLength(2));
checkKey(o[0]);
checkKey(o[1]);
@@ -102,7 +102,7 @@ buildAllocateIdsResponse() {
buildCounterAllocateIdsResponse++;
if (buildCounterAllocateIdsResponse < 3) {
o.header = buildResponseHeader();
- o.keys = buildUnnamed3618();
+ o.keys = buildUnnamed4224();
}
buildCounterAllocateIdsResponse--;
return o;
@@ -112,7 +112,7 @@ checkAllocateIdsResponse(api.AllocateIdsResponse o) {
buildCounterAllocateIdsResponse++;
if (buildCounterAllocateIdsResponse < 3) {
checkResponseHeader(o.header);
- checkUnnamed3618(o.keys);
+ checkUnnamed4224(o.keys);
}
buildCounterAllocateIdsResponse--;
}
@@ -203,14 +203,14 @@ checkCommitResponse(api.CommitResponse o) {
buildCounterCommitResponse--;
}
-buildUnnamed3619() {
+buildUnnamed4225() {
var o = new core.List<api.Filter>();
o.add(buildFilter());
o.add(buildFilter());
return o;
}
-checkUnnamed3619(core.List<api.Filter> o) {
+checkUnnamed4225(core.List<api.Filter> o) {
unittest.expect(o, unittest.hasLength(2));
checkFilter(o[0]);
checkFilter(o[1]);
@@ -221,7 +221,7 @@ buildCompositeFilter() {
var o = new api.CompositeFilter();
buildCounterCompositeFilter++;
if (buildCounterCompositeFilter < 3) {
- o.filters = buildUnnamed3619();
+ o.filters = buildUnnamed4225();
o.operator = "foo";
}
buildCounterCompositeFilter--;
@@ -231,20 +231,20 @@ buildCompositeFilter() {
checkCompositeFilter(api.CompositeFilter o) {
buildCounterCompositeFilter++;
if (buildCounterCompositeFilter < 3) {
- checkUnnamed3619(o.filters);
+ checkUnnamed4225(o.filters);
unittest.expect(o.operator, unittest.equals('foo'));
}
buildCounterCompositeFilter--;
}
-buildUnnamed3620() {
+buildUnnamed4226() {
var o = new core.Map<core.String, api.Property>();
o["x"] = buildProperty();
o["y"] = buildProperty();
return o;
}
-checkUnnamed3620(core.Map<core.String, api.Property> o) {
+checkUnnamed4226(core.Map<core.String, api.Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkProperty(o["x"]);
checkProperty(o["y"]);
@@ -256,7 +256,7 @@ buildEntity() {
buildCounterEntity++;
if (buildCounterEntity < 3) {
o.key = buildKey();
- o.properties = buildUnnamed3620();
+ o.properties = buildUnnamed4226();
}
buildCounterEntity--;
return o;
@@ -266,7 +266,7 @@ checkEntity(api.Entity o) {
buildCounterEntity++;
if (buildCounterEntity < 3) {
checkKey(o.key);
- checkUnnamed3620(o.properties);
+ checkUnnamed4226(o.properties);
}
buildCounterEntity--;
}
@@ -311,27 +311,27 @@ checkFilter(api.Filter o) {
buildCounterFilter--;
}
-buildUnnamed3621() {
+buildUnnamed4227() {
var o = new core.List<api.GqlQueryArg>();
o.add(buildGqlQueryArg());
o.add(buildGqlQueryArg());
return o;
}
-checkUnnamed3621(core.List<api.GqlQueryArg> o) {
+checkUnnamed4227(core.List<api.GqlQueryArg> o) {
unittest.expect(o, unittest.hasLength(2));
checkGqlQueryArg(o[0]);
checkGqlQueryArg(o[1]);
}
-buildUnnamed3622() {
+buildUnnamed4228() {
var o = new core.List<api.GqlQueryArg>();
o.add(buildGqlQueryArg());
o.add(buildGqlQueryArg());
return o;
}
-checkUnnamed3622(core.List<api.GqlQueryArg> o) {
+checkUnnamed4228(core.List<api.GqlQueryArg> o) {
unittest.expect(o, unittest.hasLength(2));
checkGqlQueryArg(o[0]);
checkGqlQueryArg(o[1]);
@@ -343,8 +343,8 @@ buildGqlQuery() {
buildCounterGqlQuery++;
if (buildCounterGqlQuery < 3) {
o.allowLiteral = true;
- o.nameArgs = buildUnnamed3621();
- o.numberArgs = buildUnnamed3622();
+ o.nameArgs = buildUnnamed4227();
+ o.numberArgs = buildUnnamed4228();
o.queryString = "foo";
}
buildCounterGqlQuery--;
@@ -355,8 +355,8 @@ checkGqlQuery(api.GqlQuery o) {
buildCounterGqlQuery++;
if (buildCounterGqlQuery < 3) {
unittest.expect(o.allowLiteral, unittest.isTrue);
- checkUnnamed3621(o.nameArgs);
- checkUnnamed3622(o.numberArgs);
+ checkUnnamed4227(o.nameArgs);
+ checkUnnamed4228(o.numberArgs);
unittest.expect(o.queryString, unittest.equals('foo'));
}
buildCounterGqlQuery--;
@@ -385,14 +385,14 @@ checkGqlQueryArg(api.GqlQueryArg o) {
buildCounterGqlQueryArg--;
}
-buildUnnamed3623() {
+buildUnnamed4229() {
var o = new core.List<api.KeyPathElement>();
o.add(buildKeyPathElement());
o.add(buildKeyPathElement());
return o;
}
-checkUnnamed3623(core.List<api.KeyPathElement> o) {
+checkUnnamed4229(core.List<api.KeyPathElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkKeyPathElement(o[0]);
checkKeyPathElement(o[1]);
@@ -404,7 +404,7 @@ buildKey() {
buildCounterKey++;
if (buildCounterKey < 3) {
o.partitionId = buildPartitionId();
- o.path = buildUnnamed3623();
+ o.path = buildUnnamed4229();
}
buildCounterKey--;
return o;
@@ -414,7 +414,7 @@ checkKey(api.Key o) {
buildCounterKey++;
if (buildCounterKey < 3) {
checkPartitionId(o.partitionId);
- checkUnnamed3623(o.path);
+ checkUnnamed4229(o.path);
}
buildCounterKey--;
}
@@ -461,14 +461,14 @@ checkKindExpression(api.KindExpression o) {
buildCounterKindExpression--;
}
-buildUnnamed3624() {
+buildUnnamed4230() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed3624(core.List<api.Key> o) {
+checkUnnamed4230(core.List<api.Key> o) {
unittest.expect(o, unittest.hasLength(2));
checkKey(o[0]);
checkKey(o[1]);
@@ -479,7 +479,7 @@ buildLookupRequest() {
var o = new api.LookupRequest();
buildCounterLookupRequest++;
if (buildCounterLookupRequest < 3) {
- o.keys = buildUnnamed3624();
+ o.keys = buildUnnamed4230();
o.readOptions = buildReadOptions();
}
buildCounterLookupRequest--;
@@ -489,46 +489,46 @@ buildLookupRequest() {
checkLookupRequest(api.LookupRequest o) {
buildCounterLookupRequest++;
if (buildCounterLookupRequest < 3) {
- checkUnnamed3624(o.keys);
+ checkUnnamed4230(o.keys);
checkReadOptions(o.readOptions);
}
buildCounterLookupRequest--;
}
-buildUnnamed3625() {
+buildUnnamed4231() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed3625(core.List<api.Key> o) {
+checkUnnamed4231(core.List<api.Key> o) {
unittest.expect(o, unittest.hasLength(2));
checkKey(o[0]);
checkKey(o[1]);
}
-buildUnnamed3626() {
+buildUnnamed4232() {
var o = new core.List<api.EntityResult>();
o.add(buildEntityResult());
o.add(buildEntityResult());
return o;
}
-checkUnnamed3626(core.List<api.EntityResult> o) {
+checkUnnamed4232(core.List<api.EntityResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityResult(o[0]);
checkEntityResult(o[1]);
}
-buildUnnamed3627() {
+buildUnnamed4233() {
var o = new core.List<api.EntityResult>();
o.add(buildEntityResult());
o.add(buildEntityResult());
return o;
}
-checkUnnamed3627(core.List<api.EntityResult> o) {
+checkUnnamed4233(core.List<api.EntityResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityResult(o[0]);
checkEntityResult(o[1]);
@@ -539,10 +539,10 @@ buildLookupResponse() {
var o = new api.LookupResponse();
buildCounterLookupResponse++;
if (buildCounterLookupResponse < 3) {
- o.deferred = buildUnnamed3625();
- o.found = buildUnnamed3626();
+ o.deferred = buildUnnamed4231();
+ o.found = buildUnnamed4232();
o.header = buildResponseHeader();
- o.missing = buildUnnamed3627();
+ o.missing = buildUnnamed4233();
}
buildCounterLookupResponse--;
return o;
@@ -551,74 +551,74 @@ buildLookupResponse() {
checkLookupResponse(api.LookupResponse o) {
buildCounterLookupResponse++;
if (buildCounterLookupResponse < 3) {
- checkUnnamed3625(o.deferred);
- checkUnnamed3626(o.found);
+ checkUnnamed4231(o.deferred);
+ checkUnnamed4232(o.found);
checkResponseHeader(o.header);
- checkUnnamed3627(o.missing);
+ checkUnnamed4233(o.missing);
}
buildCounterLookupResponse--;
}
-buildUnnamed3628() {
+buildUnnamed4234() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed3628(core.List<api.Key> o) {
+checkUnnamed4234(core.List<api.Key> o) {
unittest.expect(o, unittest.hasLength(2));
checkKey(o[0]);
checkKey(o[1]);
}
-buildUnnamed3629() {
+buildUnnamed4235() {
var o = new core.List<api.Entity>();
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-checkUnnamed3629(core.List<api.Entity> o) {
+checkUnnamed4235(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0]);
checkEntity(o[1]);
}
-buildUnnamed3630() {
+buildUnnamed4236() {
var o = new core.List<api.Entity>();
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-checkUnnamed3630(core.List<api.Entity> o) {
+checkUnnamed4236(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0]);
checkEntity(o[1]);
}
-buildUnnamed3631() {
+buildUnnamed4237() {
var o = new core.List<api.Entity>();
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-checkUnnamed3631(core.List<api.Entity> o) {
+checkUnnamed4237(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0]);
checkEntity(o[1]);
}
-buildUnnamed3632() {
+buildUnnamed4238() {
var o = new core.List<api.Entity>();
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-checkUnnamed3632(core.List<api.Entity> o) {
+checkUnnamed4238(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0]);
checkEntity(o[1]);
@@ -629,12 +629,12 @@ buildMutation() {
var o = new api.Mutation();
buildCounterMutation++;
if (buildCounterMutation < 3) {
- o.delete = buildUnnamed3628();
+ o.delete = buildUnnamed4234();
o.force = true;
- o.insert = buildUnnamed3629();
- o.insertAutoId = buildUnnamed3630();
- o.update = buildUnnamed3631();
- o.upsert = buildUnnamed3632();
+ o.insert = buildUnnamed4235();
+ o.insertAutoId = buildUnnamed4236();
+ o.update = buildUnnamed4237();
+ o.upsert = buildUnnamed4238();
}
buildCounterMutation--;
return o;
@@ -643,24 +643,24 @@ buildMutation() {
checkMutation(api.Mutation o) {
buildCounterMutation++;
if (buildCounterMutation < 3) {
- checkUnnamed3628(o.delete);
+ checkUnnamed4234(o.delete);
unittest.expect(o.force, unittest.isTrue);
- checkUnnamed3629(o.insert);
- checkUnnamed3630(o.insertAutoId);
- checkUnnamed3631(o.update);
- checkUnnamed3632(o.upsert);
+ checkUnnamed4235(o.insert);
+ checkUnnamed4236(o.insertAutoId);
+ checkUnnamed4237(o.update);
+ checkUnnamed4238(o.upsert);
}
buildCounterMutation--;
}
-buildUnnamed3633() {
+buildUnnamed4239() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed3633(core.List<api.Key> o) {
+checkUnnamed4239(core.List<api.Key> o) {
unittest.expect(o, unittest.hasLength(2));
checkKey(o[0]);
checkKey(o[1]);
@@ -672,7 +672,7 @@ buildMutationResult() {
buildCounterMutationResult++;
if (buildCounterMutationResult < 3) {
o.indexUpdates = 42;
- o.insertAutoIdKeys = buildUnnamed3633();
+ o.insertAutoIdKeys = buildUnnamed4239();
}
buildCounterMutationResult--;
return o;
@@ -682,7 +682,7 @@ checkMutationResult(api.MutationResult o) {
buildCounterMutationResult++;
if (buildCounterMutationResult < 3) {
unittest.expect(o.indexUpdates, unittest.equals(42));
- checkUnnamed3633(o.insertAutoIdKeys);
+ checkUnnamed4239(o.insertAutoIdKeys);
}
buildCounterMutationResult--;
}
@@ -708,14 +708,14 @@ checkPartitionId(api.PartitionId o) {
buildCounterPartitionId--;
}
-buildUnnamed3634() {
+buildUnnamed4240() {
var o = new core.List<api.Value>();
o.add(buildValue());
o.add(buildValue());
return o;
}
-checkUnnamed3634(core.List<api.Value> o) {
+checkUnnamed4240(core.List<api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o[0]);
checkValue(o[1]);
@@ -735,7 +735,7 @@ buildProperty() {
o.indexed = true;
o.integerValue = "foo";
o.keyValue = buildKey();
- o.listValue = buildUnnamed3634();
+ o.listValue = buildUnnamed4240();
o.meaning = 42;
o.stringValue = "foo";
}
@@ -755,7 +755,7 @@ checkProperty(api.Property o) {
unittest.expect(o.indexed, unittest.isTrue);
unittest.expect(o.integerValue, unittest.equals('foo'));
checkKey(o.keyValue);
- checkUnnamed3634(o.listValue);
+ checkUnnamed4240(o.listValue);
unittest.expect(o.meaning, unittest.equals(42));
unittest.expect(o.stringValue, unittest.equals('foo'));
}
@@ -846,53 +846,53 @@ checkPropertyReference(api.PropertyReference o) {
buildCounterPropertyReference--;
}
-buildUnnamed3635() {
+buildUnnamed4241() {
var o = new core.List<api.PropertyReference>();
o.add(buildPropertyReference());
o.add(buildPropertyReference());
return o;
}
-checkUnnamed3635(core.List<api.PropertyReference> o) {
+checkUnnamed4241(core.List<api.PropertyReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkPropertyReference(o[0]);
checkPropertyReference(o[1]);
}
-buildUnnamed3636() {
+buildUnnamed4242() {
var o = new core.List<api.KindExpression>();
o.add(buildKindExpression());
o.add(buildKindExpression());
return o;
}
-checkUnnamed3636(core.List<api.KindExpression> o) {
+checkUnnamed4242(core.List<api.KindExpression> o) {
unittest.expect(o, unittest.hasLength(2));
checkKindExpression(o[0]);
checkKindExpression(o[1]);
}
-buildUnnamed3637() {
+buildUnnamed4243() {
var o = new core.List<api.PropertyOrder>();
o.add(buildPropertyOrder());
o.add(buildPropertyOrder());
return o;
}
-checkUnnamed3637(core.List<api.PropertyOrder> o) {
+checkUnnamed4243(core.List<api.PropertyOrder> o) {
unittest.expect(o, unittest.hasLength(2));
checkPropertyOrder(o[0]);
checkPropertyOrder(o[1]);
}
-buildUnnamed3638() {
+buildUnnamed4244() {
var o = new core.List<api.PropertyExpression>();
o.add(buildPropertyExpression());
o.add(buildPropertyExpression());
return o;
}
-checkUnnamed3638(core.List<api.PropertyExpression> o) {
+checkUnnamed4244(core.List<api.PropertyExpression> o) {
unittest.expect(o, unittest.hasLength(2));
checkPropertyExpression(o[0]);
checkPropertyExpression(o[1]);
@@ -905,12 +905,12 @@ buildQuery() {
if (buildCounterQuery < 3) {
o.endCursor = "foo";
o.filter = buildFilter();
- o.groupBy = buildUnnamed3635();
- o.kinds = buildUnnamed3636();
+ o.groupBy = buildUnnamed4241();
+ o.kinds = buildUnnamed4242();
o.limit = 42;
o.offset = 42;
- o.order = buildUnnamed3637();
- o.projection = buildUnnamed3638();
+ o.order = buildUnnamed4243();
+ o.projection = buildUnnamed4244();
o.startCursor = "foo";
}
buildCounterQuery--;
@@ -922,25 +922,25 @@ checkQuery(api.Query o) {
if (buildCounterQuery < 3) {
unittest.expect(o.endCursor, unittest.equals('foo'));
checkFilter(o.filter);
- checkUnnamed3635(o.groupBy);
- checkUnnamed3636(o.kinds);
+ checkUnnamed4241(o.groupBy);
+ checkUnnamed4242(o.kinds);
unittest.expect(o.limit, unittest.equals(42));
unittest.expect(o.offset, unittest.equals(42));
- checkUnnamed3637(o.order);
- checkUnnamed3638(o.projection);
+ checkUnnamed4243(o.order);
+ checkUnnamed4244(o.projection);
unittest.expect(o.startCursor, unittest.equals('foo'));
}
buildCounterQuery--;
}
-buildUnnamed3639() {
+buildUnnamed4245() {
var o = new core.List<api.EntityResult>();
o.add(buildEntityResult());
o.add(buildEntityResult());
return o;
}
-checkUnnamed3639(core.List<api.EntityResult> o) {
+checkUnnamed4245(core.List<api.EntityResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityResult(o[0]);
checkEntityResult(o[1]);
@@ -953,7 +953,7 @@ buildQueryResultBatch() {
if (buildCounterQueryResultBatch < 3) {
o.endCursor = "foo";
o.entityResultType = "foo";
- o.entityResults = buildUnnamed3639();
+ o.entityResults = buildUnnamed4245();
o.moreResults = "foo";
o.skippedResults = 42;
}
@@ -966,7 +966,7 @@ checkQueryResultBatch(api.QueryResultBatch o) {
if (buildCounterQueryResultBatch < 3) {
unittest.expect(o.endCursor, unittest.equals('foo'));
unittest.expect(o.entityResultType, unittest.equals('foo'));
- checkUnnamed3639(o.entityResults);
+ checkUnnamed4245(o.entityResults);
unittest.expect(o.moreResults, unittest.equals('foo'));
unittest.expect(o.skippedResults, unittest.equals(42));
}
@@ -1097,14 +1097,14 @@ checkRunQueryResponse(api.RunQueryResponse o) {
buildCounterRunQueryResponse--;
}
-buildUnnamed3640() {
+buildUnnamed4246() {
var o = new core.List<api.Value>();
o.add(buildValue());
o.add(buildValue());
return o;
}
-checkUnnamed3640(core.List<api.Value> o) {
+checkUnnamed4246(core.List<api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o[0]);
checkValue(o[1]);
@@ -1124,7 +1124,7 @@ buildValue() {
o.indexed = true;
o.integerValue = "foo";
o.keyValue = buildKey();
- o.listValue = buildUnnamed3640();
+ o.listValue = buildUnnamed4246();
o.meaning = 42;
o.stringValue = "foo";
}
@@ -1144,7 +1144,7 @@ checkValue(api.Value o) {
unittest.expect(o.indexed, unittest.isTrue);
unittest.expect(o.integerValue, unittest.equals('foo'));
checkKey(o.keyValue);
- checkUnnamed3640(o.listValue);
+ checkUnnamed4246(o.listValue);
unittest.expect(o.meaning, unittest.equals(42));
unittest.expect(o.stringValue, unittest.equals('foo'));
}
« no previous file with comments | « generated/googleapis_beta/test/dataproc/v1beta1_test.dart ('k') | generated/googleapis_beta/test/datastore/v1beta3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698