| 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 5dce3fc9ad74304167c528b82d1dbc6c43860883..e7d26704fae6886bb8c4564f12dcdfa6cd56cb55 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);
|
| }
|
|
|
| -buildUnnamed3232() {
|
| +buildUnnamed3602() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3232(core.List<api.Key> o) {
|
| +checkUnnamed3602(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 = buildUnnamed3232();
|
| + o.keys = buildUnnamed3602();
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| return o;
|
| @@ -78,19 +78,19 @@ buildAllocateIdsRequest() {
|
| checkAllocateIdsRequest(api.AllocateIdsRequest o) {
|
| buildCounterAllocateIdsRequest++;
|
| if (buildCounterAllocateIdsRequest < 3) {
|
| - checkUnnamed3232(o.keys);
|
| + checkUnnamed3602(o.keys);
|
| }
|
| buildCounterAllocateIdsRequest--;
|
| }
|
|
|
| -buildUnnamed3233() {
|
| +buildUnnamed3603() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3233(core.List<api.Key> o) {
|
| +checkUnnamed3603(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 = buildUnnamed3233();
|
| + o.keys = buildUnnamed3603();
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| return o;
|
| @@ -110,19 +110,19 @@ buildAllocateIdsResponse() {
|
| checkAllocateIdsResponse(api.AllocateIdsResponse o) {
|
| buildCounterAllocateIdsResponse++;
|
| if (buildCounterAllocateIdsResponse < 3) {
|
| - checkUnnamed3233(o.keys);
|
| + checkUnnamed3603(o.keys);
|
| }
|
| buildCounterAllocateIdsResponse--;
|
| }
|
|
|
| -buildUnnamed3234() {
|
| +buildUnnamed3604() {
|
| var o = new core.List<api.Value>();
|
| o.add(buildValue());
|
| o.add(buildValue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3234(core.List<api.Value> o) {
|
| +checkUnnamed3604(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 = buildUnnamed3234();
|
| + o.values = buildUnnamed3604();
|
| }
|
| buildCounterArrayValue--;
|
| return o;
|
| @@ -142,7 +142,7 @@ buildArrayValue() {
|
| checkArrayValue(api.ArrayValue o) {
|
| buildCounterArrayValue++;
|
| if (buildCounterArrayValue < 3) {
|
| - checkUnnamed3234(o.values);
|
| + checkUnnamed3604(o.values);
|
| }
|
| buildCounterArrayValue--;
|
| }
|
| @@ -183,14 +183,14 @@ checkBeginTransactionResponse(api.BeginTransactionResponse o) {
|
| buildCounterBeginTransactionResponse--;
|
| }
|
|
|
| -buildUnnamed3235() {
|
| +buildUnnamed3605() {
|
| var o = new core.List<api.Mutation>();
|
| o.add(buildMutation());
|
| o.add(buildMutation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3235(core.List<api.Mutation> o) {
|
| +checkUnnamed3605(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 = buildUnnamed3235();
|
| + o.mutations = buildUnnamed3605();
|
| o.transaction = "foo";
|
| }
|
| buildCounterCommitRequest--;
|
| @@ -213,20 +213,20 @@ checkCommitRequest(api.CommitRequest o) {
|
| buildCounterCommitRequest++;
|
| if (buildCounterCommitRequest < 3) {
|
| unittest.expect(o.mode, unittest.equals('foo'));
|
| - checkUnnamed3235(o.mutations);
|
| + checkUnnamed3605(o.mutations);
|
| unittest.expect(o.transaction, unittest.equals('foo'));
|
| }
|
| buildCounterCommitRequest--;
|
| }
|
|
|
| -buildUnnamed3236() {
|
| +buildUnnamed3606() {
|
| var o = new core.List<api.MutationResult>();
|
| o.add(buildMutationResult());
|
| o.add(buildMutationResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3236(core.List<api.MutationResult> o) {
|
| +checkUnnamed3606(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 = buildUnnamed3236();
|
| + o.mutationResults = buildUnnamed3606();
|
| }
|
| buildCounterCommitResponse--;
|
| return o;
|
| @@ -248,19 +248,19 @@ checkCommitResponse(api.CommitResponse o) {
|
| buildCounterCommitResponse++;
|
| if (buildCounterCommitResponse < 3) {
|
| unittest.expect(o.indexUpdates, unittest.equals(42));
|
| - checkUnnamed3236(o.mutationResults);
|
| + checkUnnamed3606(o.mutationResults);
|
| }
|
| buildCounterCommitResponse--;
|
| }
|
|
|
| -buildUnnamed3237() {
|
| +buildUnnamed3607() {
|
| var o = new core.List<api.Filter>();
|
| o.add(buildFilter());
|
| o.add(buildFilter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3237(core.List<api.Filter> o) {
|
| +checkUnnamed3607(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 = buildUnnamed3237();
|
| + o.filters = buildUnnamed3607();
|
| o.op = "foo";
|
| }
|
| buildCounterCompositeFilter--;
|
| @@ -281,20 +281,20 @@ buildCompositeFilter() {
|
| checkCompositeFilter(api.CompositeFilter o) {
|
| buildCounterCompositeFilter++;
|
| if (buildCounterCompositeFilter < 3) {
|
| - checkUnnamed3237(o.filters);
|
| + checkUnnamed3607(o.filters);
|
| unittest.expect(o.op, unittest.equals('foo'));
|
| }
|
| buildCounterCompositeFilter--;
|
| }
|
|
|
| -buildUnnamed3238() {
|
| +buildUnnamed3608() {
|
| var o = new core.Map<core.String, api.Value>();
|
| o["x"] = buildValue();
|
| o["y"] = buildValue();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3238(core.Map<core.String, api.Value> o) {
|
| +checkUnnamed3608(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 = buildUnnamed3238();
|
| + o.properties = buildUnnamed3608();
|
| }
|
| buildCounterEntity--;
|
| return o;
|
| @@ -316,7 +316,7 @@ checkEntity(api.Entity o) {
|
| buildCounterEntity++;
|
| if (buildCounterEntity < 3) {
|
| checkKey(o.key);
|
| - checkUnnamed3238(o.properties);
|
| + checkUnnamed3608(o.properties);
|
| }
|
| buildCounterEntity--;
|
| }
|
| @@ -363,27 +363,27 @@ checkFilter(api.Filter o) {
|
| buildCounterFilter--;
|
| }
|
|
|
| -buildUnnamed3239() {
|
| +buildUnnamed3609() {
|
| var o = new core.Map<core.String, api.GqlQueryParameter>();
|
| o["x"] = buildGqlQueryParameter();
|
| o["y"] = buildGqlQueryParameter();
|
| return o;
|
| }
|
|
|
| -checkUnnamed3239(core.Map<core.String, api.GqlQueryParameter> o) {
|
| +checkUnnamed3609(core.Map<core.String, api.GqlQueryParameter> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGqlQueryParameter(o["x"]);
|
| checkGqlQueryParameter(o["y"]);
|
| }
|
|
|
| -buildUnnamed3240() {
|
| +buildUnnamed3610() {
|
| var o = new core.List<api.GqlQueryParameter>();
|
| o.add(buildGqlQueryParameter());
|
| o.add(buildGqlQueryParameter());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3240(core.List<api.GqlQueryParameter> o) {
|
| +checkUnnamed3610(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 = buildUnnamed3239();
|
| - o.positionalBindings = buildUnnamed3240();
|
| + o.namedBindings = buildUnnamed3609();
|
| + o.positionalBindings = buildUnnamed3610();
|
| o.queryString = "foo";
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -407,8 +407,8 @@ checkGqlQuery(api.GqlQuery o) {
|
| buildCounterGqlQuery++;
|
| if (buildCounterGqlQuery < 3) {
|
| unittest.expect(o.allowLiterals, unittest.isTrue);
|
| - checkUnnamed3239(o.namedBindings);
|
| - checkUnnamed3240(o.positionalBindings);
|
| + checkUnnamed3609(o.namedBindings);
|
| + checkUnnamed3610(o.positionalBindings);
|
| unittest.expect(o.queryString, unittest.equals('foo'));
|
| }
|
| buildCounterGqlQuery--;
|
| @@ -435,14 +435,14 @@ checkGqlQueryParameter(api.GqlQueryParameter o) {
|
| buildCounterGqlQueryParameter--;
|
| }
|
|
|
| -buildUnnamed3241() {
|
| +buildUnnamed3611() {
|
| var o = new core.List<api.PathElement>();
|
| o.add(buildPathElement());
|
| o.add(buildPathElement());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3241(core.List<api.PathElement> o) {
|
| +checkUnnamed3611(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 = buildUnnamed3241();
|
| + o.path = buildUnnamed3611();
|
| }
|
| buildCounterKey--;
|
| return o;
|
| @@ -464,7 +464,7 @@ checkKey(api.Key o) {
|
| buildCounterKey++;
|
| if (buildCounterKey < 3) {
|
| checkPartitionId(o.partitionId);
|
| - checkUnnamed3241(o.path);
|
| + checkUnnamed3611(o.path);
|
| }
|
| buildCounterKey--;
|
| }
|
| @@ -509,14 +509,14 @@ checkLatLng(api.LatLng o) {
|
| buildCounterLatLng--;
|
| }
|
|
|
| -buildUnnamed3242() {
|
| +buildUnnamed3612() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3242(core.List<api.Key> o) {
|
| +checkUnnamed3612(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 = buildUnnamed3242();
|
| + o.keys = buildUnnamed3612();
|
| o.readOptions = buildReadOptions();
|
| }
|
| buildCounterLookupRequest--;
|
| @@ -537,46 +537,46 @@ buildLookupRequest() {
|
| checkLookupRequest(api.LookupRequest o) {
|
| buildCounterLookupRequest++;
|
| if (buildCounterLookupRequest < 3) {
|
| - checkUnnamed3242(o.keys);
|
| + checkUnnamed3612(o.keys);
|
| checkReadOptions(o.readOptions);
|
| }
|
| buildCounterLookupRequest--;
|
| }
|
|
|
| -buildUnnamed3243() {
|
| +buildUnnamed3613() {
|
| var o = new core.List<api.Key>();
|
| o.add(buildKey());
|
| o.add(buildKey());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3243(core.List<api.Key> o) {
|
| +checkUnnamed3613(core.List<api.Key> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKey(o[0]);
|
| checkKey(o[1]);
|
| }
|
|
|
| -buildUnnamed3244() {
|
| +buildUnnamed3614() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3244(core.List<api.EntityResult> o) {
|
| +checkUnnamed3614(core.List<api.EntityResult> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkEntityResult(o[0]);
|
| checkEntityResult(o[1]);
|
| }
|
|
|
| -buildUnnamed3245() {
|
| +buildUnnamed3615() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3245(core.List<api.EntityResult> o) {
|
| +checkUnnamed3615(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 = buildUnnamed3243();
|
| - o.found = buildUnnamed3244();
|
| - o.missing = buildUnnamed3245();
|
| + o.deferred = buildUnnamed3613();
|
| + o.found = buildUnnamed3614();
|
| + o.missing = buildUnnamed3615();
|
| }
|
| buildCounterLookupResponse--;
|
| return o;
|
| @@ -598,9 +598,9 @@ buildLookupResponse() {
|
| checkLookupResponse(api.LookupResponse o) {
|
| buildCounterLookupResponse++;
|
| if (buildCounterLookupResponse < 3) {
|
| - checkUnnamed3243(o.deferred);
|
| - checkUnnamed3244(o.found);
|
| - checkUnnamed3245(o.missing);
|
| + checkUnnamed3613(o.deferred);
|
| + checkUnnamed3614(o.found);
|
| + checkUnnamed3615(o.missing);
|
| }
|
| buildCounterLookupResponse--;
|
| }
|
| @@ -775,53 +775,53 @@ checkPropertyReference(api.PropertyReference o) {
|
| buildCounterPropertyReference--;
|
| }
|
|
|
| -buildUnnamed3246() {
|
| +buildUnnamed3616() {
|
| var o = new core.List<api.PropertyReference>();
|
| o.add(buildPropertyReference());
|
| o.add(buildPropertyReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3246(core.List<api.PropertyReference> o) {
|
| +checkUnnamed3616(core.List<api.PropertyReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyReference(o[0]);
|
| checkPropertyReference(o[1]);
|
| }
|
|
|
| -buildUnnamed3247() {
|
| +buildUnnamed3617() {
|
| var o = new core.List<api.KindExpression>();
|
| o.add(buildKindExpression());
|
| o.add(buildKindExpression());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3247(core.List<api.KindExpression> o) {
|
| +checkUnnamed3617(core.List<api.KindExpression> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkKindExpression(o[0]);
|
| checkKindExpression(o[1]);
|
| }
|
|
|
| -buildUnnamed3248() {
|
| +buildUnnamed3618() {
|
| var o = new core.List<api.PropertyOrder>();
|
| o.add(buildPropertyOrder());
|
| o.add(buildPropertyOrder());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3248(core.List<api.PropertyOrder> o) {
|
| +checkUnnamed3618(core.List<api.PropertyOrder> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkPropertyOrder(o[0]);
|
| checkPropertyOrder(o[1]);
|
| }
|
|
|
| -buildUnnamed3249() {
|
| +buildUnnamed3619() {
|
| var o = new core.List<api.Projection>();
|
| o.add(buildProjection());
|
| o.add(buildProjection());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3249(core.List<api.Projection> o) {
|
| +checkUnnamed3619(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 = buildUnnamed3246();
|
| + o.distinctOn = buildUnnamed3616();
|
| o.endCursor = "foo";
|
| o.filter = buildFilter();
|
| - o.kind = buildUnnamed3247();
|
| + o.kind = buildUnnamed3617();
|
| o.limit = 42;
|
| o.offset = 42;
|
| - o.order = buildUnnamed3248();
|
| - o.projection = buildUnnamed3249();
|
| + o.order = buildUnnamed3618();
|
| + o.projection = buildUnnamed3619();
|
| o.startCursor = "foo";
|
| }
|
| buildCounterQuery--;
|
| @@ -849,27 +849,27 @@ buildQuery() {
|
| checkQuery(api.Query o) {
|
| buildCounterQuery++;
|
| if (buildCounterQuery < 3) {
|
| - checkUnnamed3246(o.distinctOn);
|
| + checkUnnamed3616(o.distinctOn);
|
| unittest.expect(o.endCursor, unittest.equals('foo'));
|
| checkFilter(o.filter);
|
| - checkUnnamed3247(o.kind);
|
| + checkUnnamed3617(o.kind);
|
| unittest.expect(o.limit, unittest.equals(42));
|
| unittest.expect(o.offset, unittest.equals(42));
|
| - checkUnnamed3248(o.order);
|
| - checkUnnamed3249(o.projection);
|
| + checkUnnamed3618(o.order);
|
| + checkUnnamed3619(o.projection);
|
| unittest.expect(o.startCursor, unittest.equals('foo'));
|
| }
|
| buildCounterQuery--;
|
| }
|
|
|
| -buildUnnamed3250() {
|
| +buildUnnamed3620() {
|
| var o = new core.List<api.EntityResult>();
|
| o.add(buildEntityResult());
|
| o.add(buildEntityResult());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3250(core.List<api.EntityResult> o) {
|
| +checkUnnamed3620(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 = buildUnnamed3250();
|
| + o.entityResults = buildUnnamed3620();
|
| 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'));
|
| - checkUnnamed3250(o.entityResults);
|
| + checkUnnamed3620(o.entityResults);
|
| unittest.expect(o.moreResults, unittest.equals('foo'));
|
| unittest.expect(o.skippedCursor, unittest.equals('foo'));
|
| unittest.expect(o.skippedResults, unittest.equals(42));
|
|
|