| Index: generated/googleapis/test/acceleratedmobilepageurl/v1_test.dart
|
| diff --git a/generated/googleapis/test/acceleratedmobilepageurl/v1_test.dart b/generated/googleapis/test/acceleratedmobilepageurl/v1_test.dart
|
| index 3d6c3c1648e7043a2a7932ba179abf7233d679ed..741241dd4503b919f2470754e3a1f0ed0e5b500b 100644
|
| --- a/generated/googleapis/test/acceleratedmobilepageurl/v1_test.dart
|
| +++ b/generated/googleapis/test/acceleratedmobilepageurl/v1_test.dart
|
| @@ -97,14 +97,14 @@ checkAmpUrlError(api.AmpUrlError o) {
|
| buildCounterAmpUrlError--;
|
| }
|
|
|
| -buildUnnamed1160() {
|
| +buildUnnamed1155() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1160(core.List<core.String> o) {
|
| +checkUnnamed1155(core.List<core.String> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals('foo'));
|
| unittest.expect(o[1], unittest.equals('foo'));
|
| @@ -116,7 +116,7 @@ buildBatchGetAmpUrlsRequest() {
|
| buildCounterBatchGetAmpUrlsRequest++;
|
| if (buildCounterBatchGetAmpUrlsRequest < 3) {
|
| o.lookupStrategy = "foo";
|
| - o.urls = buildUnnamed1160();
|
| + o.urls = buildUnnamed1155();
|
| }
|
| buildCounterBatchGetAmpUrlsRequest--;
|
| return o;
|
| @@ -126,32 +126,32 @@ checkBatchGetAmpUrlsRequest(api.BatchGetAmpUrlsRequest o) {
|
| buildCounterBatchGetAmpUrlsRequest++;
|
| if (buildCounterBatchGetAmpUrlsRequest < 3) {
|
| unittest.expect(o.lookupStrategy, unittest.equals('foo'));
|
| - checkUnnamed1160(o.urls);
|
| + checkUnnamed1155(o.urls);
|
| }
|
| buildCounterBatchGetAmpUrlsRequest--;
|
| }
|
|
|
| -buildUnnamed1161() {
|
| +buildUnnamed1156() {
|
| var o = new core.List<api.AmpUrl>();
|
| o.add(buildAmpUrl());
|
| o.add(buildAmpUrl());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1161(core.List<api.AmpUrl> o) {
|
| +checkUnnamed1156(core.List<api.AmpUrl> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAmpUrl(o[0]);
|
| checkAmpUrl(o[1]);
|
| }
|
|
|
| -buildUnnamed1162() {
|
| +buildUnnamed1157() {
|
| var o = new core.List<api.AmpUrlError>();
|
| o.add(buildAmpUrlError());
|
| o.add(buildAmpUrlError());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1162(core.List<api.AmpUrlError> o) {
|
| +checkUnnamed1157(core.List<api.AmpUrlError> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAmpUrlError(o[0]);
|
| checkAmpUrlError(o[1]);
|
| @@ -162,8 +162,8 @@ buildBatchGetAmpUrlsResponse() {
|
| var o = new api.BatchGetAmpUrlsResponse();
|
| buildCounterBatchGetAmpUrlsResponse++;
|
| if (buildCounterBatchGetAmpUrlsResponse < 3) {
|
| - o.ampUrls = buildUnnamed1161();
|
| - o.urlErrors = buildUnnamed1162();
|
| + o.ampUrls = buildUnnamed1156();
|
| + o.urlErrors = buildUnnamed1157();
|
| }
|
| buildCounterBatchGetAmpUrlsResponse--;
|
| return o;
|
| @@ -172,8 +172,8 @@ buildBatchGetAmpUrlsResponse() {
|
| checkBatchGetAmpUrlsResponse(api.BatchGetAmpUrlsResponse o) {
|
| buildCounterBatchGetAmpUrlsResponse++;
|
| if (buildCounterBatchGetAmpUrlsResponse < 3) {
|
| - checkUnnamed1161(o.ampUrls);
|
| - checkUnnamed1162(o.urlErrors);
|
| + checkUnnamed1156(o.ampUrls);
|
| + checkUnnamed1157(o.urlErrors);
|
| }
|
| buildCounterBatchGetAmpUrlsResponse--;
|
| }
|
|
|