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

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

Issue 2779563003: Api-roll 47: 2017-03-27 (Closed)
Patch Set: Created 3 years, 9 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 4dfd1654df44486edaa13128210c6ad65c6a66d3..0e88ab380e6abfe073576f34e2f50e7a20fc6eef 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);
}
-buildUnnamed3495() {
+buildUnnamed3593() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed3495(core.List<api.Key> o) {
+checkUnnamed3593(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 = buildUnnamed3495();
+ o.keys = buildUnnamed3593();
}
buildCounterAllocateIdsRequest--;
return o;
@@ -78,19 +78,19 @@ buildAllocateIdsRequest() {
checkAllocateIdsRequest(api.AllocateIdsRequest o) {
buildCounterAllocateIdsRequest++;
if (buildCounterAllocateIdsRequest < 3) {
- checkUnnamed3495(o.keys);
+ checkUnnamed3593(o.keys);
}
buildCounterAllocateIdsRequest--;
}
-buildUnnamed3496() {
+buildUnnamed3594() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed3496(core.List<api.Key> o) {
+checkUnnamed3594(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 = buildUnnamed3496();
+ o.keys = buildUnnamed3594();
}
buildCounterAllocateIdsResponse--;
return o;
@@ -112,7 +112,7 @@ checkAllocateIdsResponse(api.AllocateIdsResponse o) {
buildCounterAllocateIdsResponse++;
if (buildCounterAllocateIdsResponse < 3) {
checkResponseHeader(o.header);
- checkUnnamed3496(o.keys);
+ checkUnnamed3594(o.keys);
}
buildCounterAllocateIdsResponse--;
}
@@ -203,14 +203,14 @@ checkCommitResponse(api.CommitResponse o) {
buildCounterCommitResponse--;
}
-buildUnnamed3497() {
+buildUnnamed3595() {
var o = new core.List<api.Filter>();
o.add(buildFilter());
o.add(buildFilter());
return o;
}
-checkUnnamed3497(core.List<api.Filter> o) {
+checkUnnamed3595(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 = buildUnnamed3497();
+ o.filters = buildUnnamed3595();
o.operator = "foo";
}
buildCounterCompositeFilter--;
@@ -231,20 +231,20 @@ buildCompositeFilter() {
checkCompositeFilter(api.CompositeFilter o) {
buildCounterCompositeFilter++;
if (buildCounterCompositeFilter < 3) {
- checkUnnamed3497(o.filters);
+ checkUnnamed3595(o.filters);
unittest.expect(o.operator, unittest.equals('foo'));
}
buildCounterCompositeFilter--;
}
-buildUnnamed3498() {
+buildUnnamed3596() {
var o = new core.Map<core.String, api.Property>();
o["x"] = buildProperty();
o["y"] = buildProperty();
return o;
}
-checkUnnamed3498(core.Map<core.String, api.Property> o) {
+checkUnnamed3596(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 = buildUnnamed3498();
+ o.properties = buildUnnamed3596();
}
buildCounterEntity--;
return o;
@@ -266,7 +266,7 @@ checkEntity(api.Entity o) {
buildCounterEntity++;
if (buildCounterEntity < 3) {
checkKey(o.key);
- checkUnnamed3498(o.properties);
+ checkUnnamed3596(o.properties);
}
buildCounterEntity--;
}
@@ -311,27 +311,27 @@ checkFilter(api.Filter o) {
buildCounterFilter--;
}
-buildUnnamed3499() {
+buildUnnamed3597() {
var o = new core.List<api.GqlQueryArg>();
o.add(buildGqlQueryArg());
o.add(buildGqlQueryArg());
return o;
}
-checkUnnamed3499(core.List<api.GqlQueryArg> o) {
+checkUnnamed3597(core.List<api.GqlQueryArg> o) {
unittest.expect(o, unittest.hasLength(2));
checkGqlQueryArg(o[0]);
checkGqlQueryArg(o[1]);
}
-buildUnnamed3500() {
+buildUnnamed3598() {
var o = new core.List<api.GqlQueryArg>();
o.add(buildGqlQueryArg());
o.add(buildGqlQueryArg());
return o;
}
-checkUnnamed3500(core.List<api.GqlQueryArg> o) {
+checkUnnamed3598(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 = buildUnnamed3499();
- o.numberArgs = buildUnnamed3500();
+ o.nameArgs = buildUnnamed3597();
+ o.numberArgs = buildUnnamed3598();
o.queryString = "foo";
}
buildCounterGqlQuery--;
@@ -355,8 +355,8 @@ checkGqlQuery(api.GqlQuery o) {
buildCounterGqlQuery++;
if (buildCounterGqlQuery < 3) {
unittest.expect(o.allowLiteral, unittest.isTrue);
- checkUnnamed3499(o.nameArgs);
- checkUnnamed3500(o.numberArgs);
+ checkUnnamed3597(o.nameArgs);
+ checkUnnamed3598(o.numberArgs);
unittest.expect(o.queryString, unittest.equals('foo'));
}
buildCounterGqlQuery--;
@@ -385,14 +385,14 @@ checkGqlQueryArg(api.GqlQueryArg o) {
buildCounterGqlQueryArg--;
}
-buildUnnamed3501() {
+buildUnnamed3599() {
var o = new core.List<api.KeyPathElement>();
o.add(buildKeyPathElement());
o.add(buildKeyPathElement());
return o;
}
-checkUnnamed3501(core.List<api.KeyPathElement> o) {
+checkUnnamed3599(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 = buildUnnamed3501();
+ o.path = buildUnnamed3599();
}
buildCounterKey--;
return o;
@@ -414,7 +414,7 @@ checkKey(api.Key o) {
buildCounterKey++;
if (buildCounterKey < 3) {
checkPartitionId(o.partitionId);
- checkUnnamed3501(o.path);
+ checkUnnamed3599(o.path);
}
buildCounterKey--;
}
@@ -461,14 +461,14 @@ checkKindExpression(api.KindExpression o) {
buildCounterKindExpression--;
}
-buildUnnamed3502() {
+buildUnnamed3600() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed3502(core.List<api.Key> o) {
+checkUnnamed3600(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 = buildUnnamed3502();
+ o.keys = buildUnnamed3600();
o.readOptions = buildReadOptions();
}
buildCounterLookupRequest--;
@@ -489,46 +489,46 @@ buildLookupRequest() {
checkLookupRequest(api.LookupRequest o) {
buildCounterLookupRequest++;
if (buildCounterLookupRequest < 3) {
- checkUnnamed3502(o.keys);
+ checkUnnamed3600(o.keys);
checkReadOptions(o.readOptions);
}
buildCounterLookupRequest--;
}
-buildUnnamed3503() {
+buildUnnamed3601() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed3503(core.List<api.Key> o) {
+checkUnnamed3601(core.List<api.Key> o) {
unittest.expect(o, unittest.hasLength(2));
checkKey(o[0]);
checkKey(o[1]);
}
-buildUnnamed3504() {
+buildUnnamed3602() {
var o = new core.List<api.EntityResult>();
o.add(buildEntityResult());
o.add(buildEntityResult());
return o;
}
-checkUnnamed3504(core.List<api.EntityResult> o) {
+checkUnnamed3602(core.List<api.EntityResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityResult(o[0]);
checkEntityResult(o[1]);
}
-buildUnnamed3505() {
+buildUnnamed3603() {
var o = new core.List<api.EntityResult>();
o.add(buildEntityResult());
o.add(buildEntityResult());
return o;
}
-checkUnnamed3505(core.List<api.EntityResult> o) {
+checkUnnamed3603(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 = buildUnnamed3503();
- o.found = buildUnnamed3504();
+ o.deferred = buildUnnamed3601();
+ o.found = buildUnnamed3602();
o.header = buildResponseHeader();
- o.missing = buildUnnamed3505();
+ o.missing = buildUnnamed3603();
}
buildCounterLookupResponse--;
return o;
@@ -551,74 +551,74 @@ buildLookupResponse() {
checkLookupResponse(api.LookupResponse o) {
buildCounterLookupResponse++;
if (buildCounterLookupResponse < 3) {
- checkUnnamed3503(o.deferred);
- checkUnnamed3504(o.found);
+ checkUnnamed3601(o.deferred);
+ checkUnnamed3602(o.found);
checkResponseHeader(o.header);
- checkUnnamed3505(o.missing);
+ checkUnnamed3603(o.missing);
}
buildCounterLookupResponse--;
}
-buildUnnamed3506() {
+buildUnnamed3604() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed3506(core.List<api.Key> o) {
+checkUnnamed3604(core.List<api.Key> o) {
unittest.expect(o, unittest.hasLength(2));
checkKey(o[0]);
checkKey(o[1]);
}
-buildUnnamed3507() {
+buildUnnamed3605() {
var o = new core.List<api.Entity>();
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-checkUnnamed3507(core.List<api.Entity> o) {
+checkUnnamed3605(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0]);
checkEntity(o[1]);
}
-buildUnnamed3508() {
+buildUnnamed3606() {
var o = new core.List<api.Entity>();
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-checkUnnamed3508(core.List<api.Entity> o) {
+checkUnnamed3606(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0]);
checkEntity(o[1]);
}
-buildUnnamed3509() {
+buildUnnamed3607() {
var o = new core.List<api.Entity>();
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-checkUnnamed3509(core.List<api.Entity> o) {
+checkUnnamed3607(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0]);
checkEntity(o[1]);
}
-buildUnnamed3510() {
+buildUnnamed3608() {
var o = new core.List<api.Entity>();
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-checkUnnamed3510(core.List<api.Entity> o) {
+checkUnnamed3608(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 = buildUnnamed3506();
+ o.delete = buildUnnamed3604();
o.force = true;
- o.insert = buildUnnamed3507();
- o.insertAutoId = buildUnnamed3508();
- o.update = buildUnnamed3509();
- o.upsert = buildUnnamed3510();
+ o.insert = buildUnnamed3605();
+ o.insertAutoId = buildUnnamed3606();
+ o.update = buildUnnamed3607();
+ o.upsert = buildUnnamed3608();
}
buildCounterMutation--;
return o;
@@ -643,24 +643,24 @@ buildMutation() {
checkMutation(api.Mutation o) {
buildCounterMutation++;
if (buildCounterMutation < 3) {
- checkUnnamed3506(o.delete);
+ checkUnnamed3604(o.delete);
unittest.expect(o.force, unittest.isTrue);
- checkUnnamed3507(o.insert);
- checkUnnamed3508(o.insertAutoId);
- checkUnnamed3509(o.update);
- checkUnnamed3510(o.upsert);
+ checkUnnamed3605(o.insert);
+ checkUnnamed3606(o.insertAutoId);
+ checkUnnamed3607(o.update);
+ checkUnnamed3608(o.upsert);
}
buildCounterMutation--;
}
-buildUnnamed3511() {
+buildUnnamed3609() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed3511(core.List<api.Key> o) {
+checkUnnamed3609(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 = buildUnnamed3511();
+ o.insertAutoIdKeys = buildUnnamed3609();
}
buildCounterMutationResult--;
return o;
@@ -682,7 +682,7 @@ checkMutationResult(api.MutationResult o) {
buildCounterMutationResult++;
if (buildCounterMutationResult < 3) {
unittest.expect(o.indexUpdates, unittest.equals(42));
- checkUnnamed3511(o.insertAutoIdKeys);
+ checkUnnamed3609(o.insertAutoIdKeys);
}
buildCounterMutationResult--;
}
@@ -708,14 +708,14 @@ checkPartitionId(api.PartitionId o) {
buildCounterPartitionId--;
}
-buildUnnamed3512() {
+buildUnnamed3610() {
var o = new core.List<api.Value>();
o.add(buildValue());
o.add(buildValue());
return o;
}
-checkUnnamed3512(core.List<api.Value> o) {
+checkUnnamed3610(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 = buildUnnamed3512();
+ o.listValue = buildUnnamed3610();
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);
- checkUnnamed3512(o.listValue);
+ checkUnnamed3610(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--;
}
-buildUnnamed3513() {
+buildUnnamed3611() {
var o = new core.List<api.PropertyReference>();
o.add(buildPropertyReference());
o.add(buildPropertyReference());
return o;
}
-checkUnnamed3513(core.List<api.PropertyReference> o) {
+checkUnnamed3611(core.List<api.PropertyReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkPropertyReference(o[0]);
checkPropertyReference(o[1]);
}
-buildUnnamed3514() {
+buildUnnamed3612() {
var o = new core.List<api.KindExpression>();
o.add(buildKindExpression());
o.add(buildKindExpression());
return o;
}
-checkUnnamed3514(core.List<api.KindExpression> o) {
+checkUnnamed3612(core.List<api.KindExpression> o) {
unittest.expect(o, unittest.hasLength(2));
checkKindExpression(o[0]);
checkKindExpression(o[1]);
}
-buildUnnamed3515() {
+buildUnnamed3613() {
var o = new core.List<api.PropertyOrder>();
o.add(buildPropertyOrder());
o.add(buildPropertyOrder());
return o;
}
-checkUnnamed3515(core.List<api.PropertyOrder> o) {
+checkUnnamed3613(core.List<api.PropertyOrder> o) {
unittest.expect(o, unittest.hasLength(2));
checkPropertyOrder(o[0]);
checkPropertyOrder(o[1]);
}
-buildUnnamed3516() {
+buildUnnamed3614() {
var o = new core.List<api.PropertyExpression>();
o.add(buildPropertyExpression());
o.add(buildPropertyExpression());
return o;
}
-checkUnnamed3516(core.List<api.PropertyExpression> o) {
+checkUnnamed3614(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 = buildUnnamed3513();
- o.kinds = buildUnnamed3514();
+ o.groupBy = buildUnnamed3611();
+ o.kinds = buildUnnamed3612();
o.limit = 42;
o.offset = 42;
- o.order = buildUnnamed3515();
- o.projection = buildUnnamed3516();
+ o.order = buildUnnamed3613();
+ o.projection = buildUnnamed3614();
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);
- checkUnnamed3513(o.groupBy);
- checkUnnamed3514(o.kinds);
+ checkUnnamed3611(o.groupBy);
+ checkUnnamed3612(o.kinds);
unittest.expect(o.limit, unittest.equals(42));
unittest.expect(o.offset, unittest.equals(42));
- checkUnnamed3515(o.order);
- checkUnnamed3516(o.projection);
+ checkUnnamed3613(o.order);
+ checkUnnamed3614(o.projection);
unittest.expect(o.startCursor, unittest.equals('foo'));
}
buildCounterQuery--;
}
-buildUnnamed3517() {
+buildUnnamed3615() {
var o = new core.List<api.EntityResult>();
o.add(buildEntityResult());
o.add(buildEntityResult());
return o;
}
-checkUnnamed3517(core.List<api.EntityResult> o) {
+checkUnnamed3615(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 = buildUnnamed3517();
+ o.entityResults = buildUnnamed3615();
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'));
- checkUnnamed3517(o.entityResults);
+ checkUnnamed3615(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--;
}
-buildUnnamed3518() {
+buildUnnamed3616() {
var o = new core.List<api.Value>();
o.add(buildValue());
o.add(buildValue());
return o;
}
-checkUnnamed3518(core.List<api.Value> o) {
+checkUnnamed3616(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 = buildUnnamed3518();
+ o.listValue = buildUnnamed3616();
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);
- checkUnnamed3518(o.listValue);
+ checkUnnamed3616(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