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

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

Issue 2571553005: Api-roll 43: 2016-12-13 (Closed)
Patch Set: Created 4 years 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 c832e3ff2c86ece84eea55917262cae5a8cf5cfd..f4ca062a22ad34669183a0ffd6a4e5afd5136e32 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);
}
-buildUnnamed4058() {
+buildUnnamed3781() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed4058(core.List<api.Key> o) {
+checkUnnamed3781(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 = buildUnnamed4058();
+ o.keys = buildUnnamed3781();
}
buildCounterAllocateIdsRequest--;
return o;
@@ -78,19 +78,19 @@ buildAllocateIdsRequest() {
checkAllocateIdsRequest(api.AllocateIdsRequest o) {
buildCounterAllocateIdsRequest++;
if (buildCounterAllocateIdsRequest < 3) {
- checkUnnamed4058(o.keys);
+ checkUnnamed3781(o.keys);
}
buildCounterAllocateIdsRequest--;
}
-buildUnnamed4059() {
+buildUnnamed3782() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed4059(core.List<api.Key> o) {
+checkUnnamed3782(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 = buildUnnamed4059();
+ o.keys = buildUnnamed3782();
}
buildCounterAllocateIdsResponse--;
return o;
@@ -112,7 +112,7 @@ checkAllocateIdsResponse(api.AllocateIdsResponse o) {
buildCounterAllocateIdsResponse++;
if (buildCounterAllocateIdsResponse < 3) {
checkResponseHeader(o.header);
- checkUnnamed4059(o.keys);
+ checkUnnamed3782(o.keys);
}
buildCounterAllocateIdsResponse--;
}
@@ -203,14 +203,14 @@ checkCommitResponse(api.CommitResponse o) {
buildCounterCommitResponse--;
}
-buildUnnamed4060() {
+buildUnnamed3783() {
var o = new core.List<api.Filter>();
o.add(buildFilter());
o.add(buildFilter());
return o;
}
-checkUnnamed4060(core.List<api.Filter> o) {
+checkUnnamed3783(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 = buildUnnamed4060();
+ o.filters = buildUnnamed3783();
o.operator = "foo";
}
buildCounterCompositeFilter--;
@@ -231,20 +231,20 @@ buildCompositeFilter() {
checkCompositeFilter(api.CompositeFilter o) {
buildCounterCompositeFilter++;
if (buildCounterCompositeFilter < 3) {
- checkUnnamed4060(o.filters);
+ checkUnnamed3783(o.filters);
unittest.expect(o.operator, unittest.equals('foo'));
}
buildCounterCompositeFilter--;
}
-buildUnnamed4061() {
+buildUnnamed3784() {
var o = new core.Map<core.String, api.Property>();
o["x"] = buildProperty();
o["y"] = buildProperty();
return o;
}
-checkUnnamed4061(core.Map<core.String, api.Property> o) {
+checkUnnamed3784(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 = buildUnnamed4061();
+ o.properties = buildUnnamed3784();
}
buildCounterEntity--;
return o;
@@ -266,7 +266,7 @@ checkEntity(api.Entity o) {
buildCounterEntity++;
if (buildCounterEntity < 3) {
checkKey(o.key);
- checkUnnamed4061(o.properties);
+ checkUnnamed3784(o.properties);
}
buildCounterEntity--;
}
@@ -311,27 +311,27 @@ checkFilter(api.Filter o) {
buildCounterFilter--;
}
-buildUnnamed4062() {
+buildUnnamed3785() {
var o = new core.List<api.GqlQueryArg>();
o.add(buildGqlQueryArg());
o.add(buildGqlQueryArg());
return o;
}
-checkUnnamed4062(core.List<api.GqlQueryArg> o) {
+checkUnnamed3785(core.List<api.GqlQueryArg> o) {
unittest.expect(o, unittest.hasLength(2));
checkGqlQueryArg(o[0]);
checkGqlQueryArg(o[1]);
}
-buildUnnamed4063() {
+buildUnnamed3786() {
var o = new core.List<api.GqlQueryArg>();
o.add(buildGqlQueryArg());
o.add(buildGqlQueryArg());
return o;
}
-checkUnnamed4063(core.List<api.GqlQueryArg> o) {
+checkUnnamed3786(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 = buildUnnamed4062();
- o.numberArgs = buildUnnamed4063();
+ o.nameArgs = buildUnnamed3785();
+ o.numberArgs = buildUnnamed3786();
o.queryString = "foo";
}
buildCounterGqlQuery--;
@@ -355,8 +355,8 @@ checkGqlQuery(api.GqlQuery o) {
buildCounterGqlQuery++;
if (buildCounterGqlQuery < 3) {
unittest.expect(o.allowLiteral, unittest.isTrue);
- checkUnnamed4062(o.nameArgs);
- checkUnnamed4063(o.numberArgs);
+ checkUnnamed3785(o.nameArgs);
+ checkUnnamed3786(o.numberArgs);
unittest.expect(o.queryString, unittest.equals('foo'));
}
buildCounterGqlQuery--;
@@ -385,14 +385,14 @@ checkGqlQueryArg(api.GqlQueryArg o) {
buildCounterGqlQueryArg--;
}
-buildUnnamed4064() {
+buildUnnamed3787() {
var o = new core.List<api.KeyPathElement>();
o.add(buildKeyPathElement());
o.add(buildKeyPathElement());
return o;
}
-checkUnnamed4064(core.List<api.KeyPathElement> o) {
+checkUnnamed3787(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 = buildUnnamed4064();
+ o.path = buildUnnamed3787();
}
buildCounterKey--;
return o;
@@ -414,7 +414,7 @@ checkKey(api.Key o) {
buildCounterKey++;
if (buildCounterKey < 3) {
checkPartitionId(o.partitionId);
- checkUnnamed4064(o.path);
+ checkUnnamed3787(o.path);
}
buildCounterKey--;
}
@@ -461,14 +461,14 @@ checkKindExpression(api.KindExpression o) {
buildCounterKindExpression--;
}
-buildUnnamed4065() {
+buildUnnamed3788() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed4065(core.List<api.Key> o) {
+checkUnnamed3788(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 = buildUnnamed4065();
+ o.keys = buildUnnamed3788();
o.readOptions = buildReadOptions();
}
buildCounterLookupRequest--;
@@ -489,46 +489,46 @@ buildLookupRequest() {
checkLookupRequest(api.LookupRequest o) {
buildCounterLookupRequest++;
if (buildCounterLookupRequest < 3) {
- checkUnnamed4065(o.keys);
+ checkUnnamed3788(o.keys);
checkReadOptions(o.readOptions);
}
buildCounterLookupRequest--;
}
-buildUnnamed4066() {
+buildUnnamed3789() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed4066(core.List<api.Key> o) {
+checkUnnamed3789(core.List<api.Key> o) {
unittest.expect(o, unittest.hasLength(2));
checkKey(o[0]);
checkKey(o[1]);
}
-buildUnnamed4067() {
+buildUnnamed3790() {
var o = new core.List<api.EntityResult>();
o.add(buildEntityResult());
o.add(buildEntityResult());
return o;
}
-checkUnnamed4067(core.List<api.EntityResult> o) {
+checkUnnamed3790(core.List<api.EntityResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityResult(o[0]);
checkEntityResult(o[1]);
}
-buildUnnamed4068() {
+buildUnnamed3791() {
var o = new core.List<api.EntityResult>();
o.add(buildEntityResult());
o.add(buildEntityResult());
return o;
}
-checkUnnamed4068(core.List<api.EntityResult> o) {
+checkUnnamed3791(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 = buildUnnamed4066();
- o.found = buildUnnamed4067();
+ o.deferred = buildUnnamed3789();
+ o.found = buildUnnamed3790();
o.header = buildResponseHeader();
- o.missing = buildUnnamed4068();
+ o.missing = buildUnnamed3791();
}
buildCounterLookupResponse--;
return o;
@@ -551,74 +551,74 @@ buildLookupResponse() {
checkLookupResponse(api.LookupResponse o) {
buildCounterLookupResponse++;
if (buildCounterLookupResponse < 3) {
- checkUnnamed4066(o.deferred);
- checkUnnamed4067(o.found);
+ checkUnnamed3789(o.deferred);
+ checkUnnamed3790(o.found);
checkResponseHeader(o.header);
- checkUnnamed4068(o.missing);
+ checkUnnamed3791(o.missing);
}
buildCounterLookupResponse--;
}
-buildUnnamed4069() {
+buildUnnamed3792() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed4069(core.List<api.Key> o) {
+checkUnnamed3792(core.List<api.Key> o) {
unittest.expect(o, unittest.hasLength(2));
checkKey(o[0]);
checkKey(o[1]);
}
-buildUnnamed4070() {
+buildUnnamed3793() {
var o = new core.List<api.Entity>();
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-checkUnnamed4070(core.List<api.Entity> o) {
+checkUnnamed3793(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0]);
checkEntity(o[1]);
}
-buildUnnamed4071() {
+buildUnnamed3794() {
var o = new core.List<api.Entity>();
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-checkUnnamed4071(core.List<api.Entity> o) {
+checkUnnamed3794(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0]);
checkEntity(o[1]);
}
-buildUnnamed4072() {
+buildUnnamed3795() {
var o = new core.List<api.Entity>();
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-checkUnnamed4072(core.List<api.Entity> o) {
+checkUnnamed3795(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0]);
checkEntity(o[1]);
}
-buildUnnamed4073() {
+buildUnnamed3796() {
var o = new core.List<api.Entity>();
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-checkUnnamed4073(core.List<api.Entity> o) {
+checkUnnamed3796(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 = buildUnnamed4069();
+ o.delete = buildUnnamed3792();
o.force = true;
- o.insert = buildUnnamed4070();
- o.insertAutoId = buildUnnamed4071();
- o.update = buildUnnamed4072();
- o.upsert = buildUnnamed4073();
+ o.insert = buildUnnamed3793();
+ o.insertAutoId = buildUnnamed3794();
+ o.update = buildUnnamed3795();
+ o.upsert = buildUnnamed3796();
}
buildCounterMutation--;
return o;
@@ -643,24 +643,24 @@ buildMutation() {
checkMutation(api.Mutation o) {
buildCounterMutation++;
if (buildCounterMutation < 3) {
- checkUnnamed4069(o.delete);
+ checkUnnamed3792(o.delete);
unittest.expect(o.force, unittest.isTrue);
- checkUnnamed4070(o.insert);
- checkUnnamed4071(o.insertAutoId);
- checkUnnamed4072(o.update);
- checkUnnamed4073(o.upsert);
+ checkUnnamed3793(o.insert);
+ checkUnnamed3794(o.insertAutoId);
+ checkUnnamed3795(o.update);
+ checkUnnamed3796(o.upsert);
}
buildCounterMutation--;
}
-buildUnnamed4074() {
+buildUnnamed3797() {
var o = new core.List<api.Key>();
o.add(buildKey());
o.add(buildKey());
return o;
}
-checkUnnamed4074(core.List<api.Key> o) {
+checkUnnamed3797(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 = buildUnnamed4074();
+ o.insertAutoIdKeys = buildUnnamed3797();
}
buildCounterMutationResult--;
return o;
@@ -682,7 +682,7 @@ checkMutationResult(api.MutationResult o) {
buildCounterMutationResult++;
if (buildCounterMutationResult < 3) {
unittest.expect(o.indexUpdates, unittest.equals(42));
- checkUnnamed4074(o.insertAutoIdKeys);
+ checkUnnamed3797(o.insertAutoIdKeys);
}
buildCounterMutationResult--;
}
@@ -708,14 +708,14 @@ checkPartitionId(api.PartitionId o) {
buildCounterPartitionId--;
}
-buildUnnamed4075() {
+buildUnnamed3798() {
var o = new core.List<api.Value>();
o.add(buildValue());
o.add(buildValue());
return o;
}
-checkUnnamed4075(core.List<api.Value> o) {
+checkUnnamed3798(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 = buildUnnamed4075();
+ o.listValue = buildUnnamed3798();
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);
- checkUnnamed4075(o.listValue);
+ checkUnnamed3798(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--;
}
-buildUnnamed4076() {
+buildUnnamed3799() {
var o = new core.List<api.PropertyReference>();
o.add(buildPropertyReference());
o.add(buildPropertyReference());
return o;
}
-checkUnnamed4076(core.List<api.PropertyReference> o) {
+checkUnnamed3799(core.List<api.PropertyReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkPropertyReference(o[0]);
checkPropertyReference(o[1]);
}
-buildUnnamed4077() {
+buildUnnamed3800() {
var o = new core.List<api.KindExpression>();
o.add(buildKindExpression());
o.add(buildKindExpression());
return o;
}
-checkUnnamed4077(core.List<api.KindExpression> o) {
+checkUnnamed3800(core.List<api.KindExpression> o) {
unittest.expect(o, unittest.hasLength(2));
checkKindExpression(o[0]);
checkKindExpression(o[1]);
}
-buildUnnamed4078() {
+buildUnnamed3801() {
var o = new core.List<api.PropertyOrder>();
o.add(buildPropertyOrder());
o.add(buildPropertyOrder());
return o;
}
-checkUnnamed4078(core.List<api.PropertyOrder> o) {
+checkUnnamed3801(core.List<api.PropertyOrder> o) {
unittest.expect(o, unittest.hasLength(2));
checkPropertyOrder(o[0]);
checkPropertyOrder(o[1]);
}
-buildUnnamed4079() {
+buildUnnamed3802() {
var o = new core.List<api.PropertyExpression>();
o.add(buildPropertyExpression());
o.add(buildPropertyExpression());
return o;
}
-checkUnnamed4079(core.List<api.PropertyExpression> o) {
+checkUnnamed3802(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 = buildUnnamed4076();
- o.kinds = buildUnnamed4077();
+ o.groupBy = buildUnnamed3799();
+ o.kinds = buildUnnamed3800();
o.limit = 42;
o.offset = 42;
- o.order = buildUnnamed4078();
- o.projection = buildUnnamed4079();
+ o.order = buildUnnamed3801();
+ o.projection = buildUnnamed3802();
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);
- checkUnnamed4076(o.groupBy);
- checkUnnamed4077(o.kinds);
+ checkUnnamed3799(o.groupBy);
+ checkUnnamed3800(o.kinds);
unittest.expect(o.limit, unittest.equals(42));
unittest.expect(o.offset, unittest.equals(42));
- checkUnnamed4078(o.order);
- checkUnnamed4079(o.projection);
+ checkUnnamed3801(o.order);
+ checkUnnamed3802(o.projection);
unittest.expect(o.startCursor, unittest.equals('foo'));
}
buildCounterQuery--;
}
-buildUnnamed4080() {
+buildUnnamed3803() {
var o = new core.List<api.EntityResult>();
o.add(buildEntityResult());
o.add(buildEntityResult());
return o;
}
-checkUnnamed4080(core.List<api.EntityResult> o) {
+checkUnnamed3803(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 = buildUnnamed4080();
+ o.entityResults = buildUnnamed3803();
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'));
- checkUnnamed4080(o.entityResults);
+ checkUnnamed3803(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--;
}
-buildUnnamed4081() {
+buildUnnamed3804() {
var o = new core.List<api.Value>();
o.add(buildValue());
o.add(buildValue());
return o;
}
-checkUnnamed4081(core.List<api.Value> o) {
+checkUnnamed3804(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 = buildUnnamed4081();
+ o.listValue = buildUnnamed3804();
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);
- checkUnnamed4081(o.listValue);
+ checkUnnamed3804(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