| 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 e7d26704fae6886bb8c4564f12dcdfa6cd56cb55..49992952808658c33492441cbfe3e11374d8f9fd 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);
|
| }
|
|
|
| -buildUnnamed3602() {
|
| +buildUnnamed3641() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3602(core.List<api.Key> o) {
|
| +checkUnnamed3641(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 = buildUnnamed3602();
|
| + o.keys = buildUnnamed3641();
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| return o;
|
| @@ -78,19 +78,19 @@ buildAllocateIdsRequest() {
|
| checkAllocateIdsRequest(api.AllocateIdsRequest o) {
|
| buildCounterAllocateIdsRequest++;
|
| if (buildCounterAllocateIdsRequest < 3) {
|
| - checkUnnamed3602(o.keys);
|
| + checkUnnamed3641(o.keys);
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| }
|
|
|
| -buildUnnamed3603() {
|
| +buildUnnamed3642() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3603(core.List<api.Key> o) {
|
| +checkUnnamed3642(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 = buildUnnamed3603();
|
| + o.keys = buildUnnamed3642();
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| return o;
|
| @@ -110,19 +110,19 @@ buildAllocateIdsResponse() {
|
| checkAllocateIdsResponse(api.AllocateIdsResponse o) {
|
| buildCounterAllocateIdsResponse++;
|
| if (buildCounterAllocateIdsResponse < 3) {
|
| - checkUnnamed3603(o.keys);
|
| + checkUnnamed3642(o.keys);
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| }
|
|
|
| -buildUnnamed3604() {
|
| +buildUnnamed3643() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3604(core.List<api.Value> o) {
|
| +checkUnnamed3643(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 = buildUnnamed3604();
|
| + o.values = buildUnnamed3643();
|
| }
|
| buildCounterArrayValue--;
|
| return o;
|
| @@ -142,7 +142,7 @@ buildArrayValue() {
|
| checkArrayValue(api.ArrayValue o) {
|
| buildCounterArrayValue++;
|
| if (buildCounterArrayValue < 3) {
|
| - checkUnnamed3604(o.values);
|
| + checkUnnamed3643(o.values);
|
| }
|
| buildCounterArrayValue--;
|
| }
|
| @@ -183,14 +183,14 @@ checkBeginTransactionResponse(api.BeginTransactionResponse o) {
|
| buildCounterBeginTransactionResponse--;
|
| }
|
|
|
| -buildUnnamed3605() {
|
| +buildUnnamed3644() {
|
| var o = new core.List<api.Mutation>();
|
| o.add(buildMutation());
|
| o.add(buildMutation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3605(core.List<api.Mutation> o) {
|
| +checkUnnamed3644(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 = buildUnnamed3605();
|
| + o.mutations = buildUnnamed3644();
|
| o.transaction = "foo";
|
| }
|
| buildCounterCommitRequest--;
|
| @@ -213,20 +213,20 @@ checkCommitRequest(api.CommitRequest o) {
|
| buildCounterCommitRequest++;
|
| if (buildCounterCommitRequest < 3) {
|
| unittest.expect(o.mode, unittest.equals('foo'));
|
| - checkUnnamed3605(o.mutations);
|
| + checkUnnamed3644(o.mutations);
|
| unittest.expect(o.transaction, unittest.equals('foo'));
|
| }
|
| buildCounterCommitRequest--;
|
| }
|
|
|
| -buildUnnamed3606() {
|
| +buildUnnamed3645() {
|
| var o = new core.List<api.MutationResult>();
|
| o.add(buildMutationResult());
|
| o.add(buildMutationResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3606(core.List<api.MutationResult> o) {
|
| +checkUnnamed3645(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 = buildUnnamed3606();
|
| + o.mutationResults = buildUnnamed3645();
|
| }
|
| buildCounterCommitResponse--;
|
| return o;
|
| @@ -248,19 +248,19 @@ checkCommitResponse(api.CommitResponse o) {
|
| buildCounterCommitResponse++;
|
| if (buildCounterCommitResponse < 3) {
|
| unittest.expect(o.indexUpdates, unittest.equals(42));
|
| - checkUnnamed3606(o.mutationResults);
|
| + checkUnnamed3645(o.mutationResults);
|
| }
|
| buildCounterCommitResponse--;
|
| }
|
|
|
| -buildUnnamed3607() {
|
| +buildUnnamed3646() {
|
| var o = new core.List<api.Filter>();
|
| o.add(buildFilter());
|
| o.add(buildFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3607(core.List<api.Filter> o) {
|
| +checkUnnamed3646(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 = buildUnnamed3607();
|
| + o.filters = buildUnnamed3646();
|
| o.op = "foo";
|
| }
|
| buildCounterCompositeFilter--;
|
| @@ -281,20 +281,20 @@ buildCompositeFilter() {
|
| checkCompositeFilter(api.CompositeFilter o) {
|
| buildCounterCompositeFilter++;
|
| if (buildCounterCompositeFilter < 3) {
|
| - checkUnnamed3607(o.filters);
|
| + checkUnnamed3646(o.filters);
|
| unittest.expect(o.op, unittest.equals('foo'));
|
| }
|
| buildCounterCompositeFilter--;
|
| }
|
|
|
| -buildUnnamed3608() {
|
| +buildUnnamed3647() {
|
| var o = new core.Map<core.String, api.Value>();
|
| o["x"] = buildValue();
|
| o["y"] = buildValue();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3608(core.Map<core.String, api.Value> o) {
|
| +checkUnnamed3647(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 = buildUnnamed3608();
|
| + o.properties = buildUnnamed3647();
|
| }
|
| buildCounterEntity--;
|
| return o;
|
| @@ -316,7 +316,7 @@ checkEntity(api.Entity o) {
|
| buildCounterEntity++;
|
| if (buildCounterEntity < 3) {
|
| checkKey(o.key);
|
| - checkUnnamed3608(o.properties);
|
| + checkUnnamed3647(o.properties);
|
| }
|
| buildCounterEntity--;
|
| }
|
| @@ -363,27 +363,27 @@ checkFilter(api.Filter o) {
|
| buildCounterFilter--;
|
| }
|
|
|
| -buildUnnamed3609() {
|
| +buildUnnamed3648() {
|
| var o = new core.Map<core.String, api.GqlQueryParameter>();
|
| o["x"] = buildGqlQueryParameter();
|
| o["y"] = buildGqlQueryParameter();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3609(core.Map<core.String, api.GqlQueryParameter> o) {
|
| +checkUnnamed3648(core.Map<core.String, api.GqlQueryParameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGqlQueryParameter(o["x"]);
|
| checkGqlQueryParameter(o["y"]);
|
| }
|
|
|
| -buildUnnamed3610() {
|
| +buildUnnamed3649() {
|
| var o = new core.List<api.GqlQueryParameter>();
|
| o.add(buildGqlQueryParameter());
|
| o.add(buildGqlQueryParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3610(core.List<api.GqlQueryParameter> o) {
|
| +checkUnnamed3649(core.List<api.GqlQueryParameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGqlQueryParameter(o[0]);
|
| checkGqlQueryParameter(o[1]);
|
| @@ -395,8 +395,8 @@ buildGqlQuery() {
|
| buildCounterGqlQuery++;
|
| if (buildCounterGqlQuery < 3) {
|
| o.allowLiterals = true;
|
| - o.namedBindings = buildUnnamed3609();
|
| - o.positionalBindings = buildUnnamed3610();
|
| + o.namedBindings = buildUnnamed3648();
|
| + o.positionalBindings = buildUnnamed3649();
|
| o.queryString = "foo";
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -407,8 +407,8 @@ checkGqlQuery(api.GqlQuery o) {
|
| buildCounterGqlQuery++;
|
| if (buildCounterGqlQuery < 3) {
|
| unittest.expect(o.allowLiterals, unittest.isTrue);
|
| - checkUnnamed3609(o.namedBindings);
|
| - checkUnnamed3610(o.positionalBindings);
|
| + checkUnnamed3648(o.namedBindings);
|
| + checkUnnamed3649(o.positionalBindings);
|
| unittest.expect(o.queryString, unittest.equals('foo'));
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -435,14 +435,14 @@ checkGqlQueryParameter(api.GqlQueryParameter o) {
|
| buildCounterGqlQueryParameter--;
|
| }
|
|
|
| -buildUnnamed3611() {
|
| +buildUnnamed3650() {
|
| var o = new core.List<api.PathElement>();
|
| o.add(buildPathElement());
|
| o.add(buildPathElement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3611(core.List<api.PathElement> o) {
|
| +checkUnnamed3650(core.List<api.PathElement> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPathElement(o[0]);
|
| checkPathElement(o[1]);
|
| @@ -454,7 +454,7 @@ buildKey() {
|
| buildCounterKey++;
|
| if (buildCounterKey < 3) {
|
| o.partitionId = buildPartitionId();
|
| - o.path = buildUnnamed3611();
|
| + o.path = buildUnnamed3650();
|
| }
|
| buildCounterKey--;
|
| return o;
|
| @@ -464,7 +464,7 @@ checkKey(api.Key o) {
|
| buildCounterKey++;
|
| if (buildCounterKey < 3) {
|
| checkPartitionId(o.partitionId);
|
| - checkUnnamed3611(o.path);
|
| + checkUnnamed3650(o.path);
|
| }
|
| buildCounterKey--;
|
| }
|
| @@ -509,14 +509,14 @@ checkLatLng(api.LatLng o) {
|
| buildCounterLatLng--;
|
| }
|
|
|
| -buildUnnamed3612() {
|
| +buildUnnamed3651() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3612(core.List<api.Key> o) {
|
| +checkUnnamed3651(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| @@ -527,7 +527,7 @@ buildLookupRequest() {
|
| var o = new api.LookupRequest();
|
| buildCounterLookupRequest++;
|
| if (buildCounterLookupRequest < 3) {
|
| - o.keys = buildUnnamed3612();
|
| + o.keys = buildUnnamed3651();
|
| o.readOptions = buildReadOptions();
|
| }
|
| buildCounterLookupRequest--;
|
| @@ -537,46 +537,46 @@ buildLookupRequest() {
|
| checkLookupRequest(api.LookupRequest o) {
|
| buildCounterLookupRequest++;
|
| if (buildCounterLookupRequest < 3) {
|
| - checkUnnamed3612(o.keys);
|
| + checkUnnamed3651(o.keys);
|
| checkReadOptions(o.readOptions);
|
| }
|
| buildCounterLookupRequest--;
|
| }
|
|
|
| -buildUnnamed3613() {
|
| +buildUnnamed3652() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3613(core.List<api.Key> o) {
|
| +checkUnnamed3652(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed3614() {
|
| +buildUnnamed3653() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3614(core.List<api.EntityResult> o) {
|
| +checkUnnamed3653(core.List<api.EntityResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityResult(o[0]);
|
| checkEntityResult(o[1]);
|
| }
|
|
|
| -buildUnnamed3615() {
|
| +buildUnnamed3654() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3615(core.List<api.EntityResult> o) {
|
| +checkUnnamed3654(core.List<api.EntityResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityResult(o[0]);
|
| checkEntityResult(o[1]);
|
| @@ -587,9 +587,9 @@ buildLookupResponse() {
|
| var o = new api.LookupResponse();
|
| buildCounterLookupResponse++;
|
| if (buildCounterLookupResponse < 3) {
|
| - o.deferred = buildUnnamed3613();
|
| - o.found = buildUnnamed3614();
|
| - o.missing = buildUnnamed3615();
|
| + o.deferred = buildUnnamed3652();
|
| + o.found = buildUnnamed3653();
|
| + o.missing = buildUnnamed3654();
|
| }
|
| buildCounterLookupResponse--;
|
| return o;
|
| @@ -598,9 +598,9 @@ buildLookupResponse() {
|
| checkLookupResponse(api.LookupResponse o) {
|
| buildCounterLookupResponse++;
|
| if (buildCounterLookupResponse < 3) {
|
| - checkUnnamed3613(o.deferred);
|
| - checkUnnamed3614(o.found);
|
| - checkUnnamed3615(o.missing);
|
| + checkUnnamed3652(o.deferred);
|
| + checkUnnamed3653(o.found);
|
| + checkUnnamed3654(o.missing);
|
| }
|
| buildCounterLookupResponse--;
|
| }
|
| @@ -775,53 +775,53 @@ checkPropertyReference(api.PropertyReference o) {
|
| buildCounterPropertyReference--;
|
| }
|
|
|
| -buildUnnamed3616() {
|
| +buildUnnamed3655() {
|
| var o = new core.List<api.PropertyReference>();
|
| o.add(buildPropertyReference());
|
| o.add(buildPropertyReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3616(core.List<api.PropertyReference> o) {
|
| +checkUnnamed3655(core.List<api.PropertyReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyReference(o[0]);
|
| checkPropertyReference(o[1]);
|
| }
|
|
|
| -buildUnnamed3617() {
|
| +buildUnnamed3656() {
|
| var o = new core.List<api.KindExpression>();
|
| o.add(buildKindExpression());
|
| o.add(buildKindExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3617(core.List<api.KindExpression> o) {
|
| +checkUnnamed3656(core.List<api.KindExpression> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKindExpression(o[0]);
|
| checkKindExpression(o[1]);
|
| }
|
|
|
| -buildUnnamed3618() {
|
| +buildUnnamed3657() {
|
| var o = new core.List<api.PropertyOrder>();
|
| o.add(buildPropertyOrder());
|
| o.add(buildPropertyOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3618(core.List<api.PropertyOrder> o) {
|
| +checkUnnamed3657(core.List<api.PropertyOrder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyOrder(o[0]);
|
| checkPropertyOrder(o[1]);
|
| }
|
|
|
| -buildUnnamed3619() {
|
| +buildUnnamed3658() {
|
| var o = new core.List<api.Projection>();
|
| o.add(buildProjection());
|
| o.add(buildProjection());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3619(core.List<api.Projection> o) {
|
| +checkUnnamed3658(core.List<api.Projection> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkProjection(o[0]);
|
| checkProjection(o[1]);
|
| @@ -832,14 +832,14 @@ buildQuery() {
|
| var o = new api.Query();
|
| buildCounterQuery++;
|
| if (buildCounterQuery < 3) {
|
| - o.distinctOn = buildUnnamed3616();
|
| + o.distinctOn = buildUnnamed3655();
|
| o.endCursor = "foo";
|
| o.filter = buildFilter();
|
| - o.kind = buildUnnamed3617();
|
| + o.kind = buildUnnamed3656();
|
| o.limit = 42;
|
| o.offset = 42;
|
| - o.order = buildUnnamed3618();
|
| - o.projection = buildUnnamed3619();
|
| + o.order = buildUnnamed3657();
|
| + o.projection = buildUnnamed3658();
|
| o.startCursor = "foo";
|
| }
|
| buildCounterQuery--;
|
| @@ -849,27 +849,27 @@ buildQuery() {
|
| checkQuery(api.Query o) {
|
| buildCounterQuery++;
|
| if (buildCounterQuery < 3) {
|
| - checkUnnamed3616(o.distinctOn);
|
| + checkUnnamed3655(o.distinctOn);
|
| unittest.expect(o.endCursor, unittest.equals('foo'));
|
| checkFilter(o.filter);
|
| - checkUnnamed3617(o.kind);
|
| + checkUnnamed3656(o.kind);
|
| unittest.expect(o.limit, unittest.equals(42));
|
| unittest.expect(o.offset, unittest.equals(42));
|
| - checkUnnamed3618(o.order);
|
| - checkUnnamed3619(o.projection);
|
| + checkUnnamed3657(o.order);
|
| + checkUnnamed3658(o.projection);
|
| unittest.expect(o.startCursor, unittest.equals('foo'));
|
| }
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed3620() {
|
| +buildUnnamed3659() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3620(core.List<api.EntityResult> o) {
|
| +checkUnnamed3659(core.List<api.EntityResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityResult(o[0]);
|
| checkEntityResult(o[1]);
|
| @@ -882,7 +882,7 @@ buildQueryResultBatch() {
|
| if (buildCounterQueryResultBatch < 3) {
|
| o.endCursor = "foo";
|
| o.entityResultType = "foo";
|
| - o.entityResults = buildUnnamed3620();
|
| + o.entityResults = buildUnnamed3659();
|
| o.moreResults = "foo";
|
| o.skippedCursor = "foo";
|
| o.skippedResults = 42;
|
| @@ -896,7 +896,7 @@ checkQueryResultBatch(api.QueryResultBatch o) {
|
| if (buildCounterQueryResultBatch < 3) {
|
| unittest.expect(o.endCursor, unittest.equals('foo'));
|
| unittest.expect(o.entityResultType, unittest.equals('foo'));
|
| - checkUnnamed3620(o.entityResults);
|
| + checkUnnamed3659(o.entityResults);
|
| unittest.expect(o.moreResults, unittest.equals('foo'));
|
| unittest.expect(o.skippedCursor, unittest.equals('foo'));
|
| unittest.expect(o.skippedResults, unittest.equals(42));
|
|
|