| Index: generated/googleapis_beta/test/resourceviews/v1beta2_test.dart
|
| diff --git a/generated/googleapis_beta/test/resourceviews/v1beta2_test.dart b/generated/googleapis_beta/test/resourceviews/v1beta2_test.dart
|
| index 3bd2606b91615901c4c8f2ed0c16897f2a5fe6d2..c315bdfda908e22c1930facfb2b8067ac3c0bc16 100644
|
| --- a/generated/googleapis_beta/test/resourceviews/v1beta2_test.dart
|
| +++ b/generated/googleapis_beta/test/resourceviews/v1beta2_test.dart
|
| @@ -37,30 +37,30 @@ checkLabel(api.Label o) {
|
| buildCounterLabel--;
|
| }
|
|
|
| -buildUnnamed1387() {
|
| +buildUnnamed1263() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1387(core.List<core.int> o) {
|
| +checkUnnamed1263(core.List<core.int> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| unittest.expect(o[0], unittest.equals(42));
|
| unittest.expect(o[1], unittest.equals(42));
|
| }
|
|
|
| -buildUnnamed1388() {
|
| +buildUnnamed1264() {
|
| var o = new core.Map<core.String, core.List<core.int>>();
|
| - o["x"] = buildUnnamed1387();
|
| - o["y"] = buildUnnamed1387();
|
| + o["x"] = buildUnnamed1263();
|
| + o["y"] = buildUnnamed1263();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1388(core.Map<core.String, core.List<core.int>> o) {
|
| +checkUnnamed1264(core.Map<core.String, core.List<core.int>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1387(o["x"]);
|
| - checkUnnamed1387(o["y"]);
|
| + checkUnnamed1263(o["x"]);
|
| + checkUnnamed1263(o["y"]);
|
| }
|
|
|
| core.int buildCounterListResourceResponseItem = 0;
|
| @@ -68,7 +68,7 @@ buildListResourceResponseItem() {
|
| var o = new api.ListResourceResponseItem();
|
| buildCounterListResourceResponseItem++;
|
| if (buildCounterListResourceResponseItem < 3) {
|
| - o.endpoints = buildUnnamed1388();
|
| + o.endpoints = buildUnnamed1264();
|
| o.resource = "foo";
|
| }
|
| buildCounterListResourceResponseItem--;
|
| @@ -78,7 +78,7 @@ buildListResourceResponseItem() {
|
| checkListResourceResponseItem(api.ListResourceResponseItem o) {
|
| buildCounterListResourceResponseItem++;
|
| if (buildCounterListResourceResponseItem < 3) {
|
| - checkUnnamed1388(o.endpoints);
|
| + checkUnnamed1264(o.endpoints);
|
| unittest.expect(o.resource, unittest.equals('foo'));
|
| }
|
| buildCounterListResourceResponseItem--;
|
| @@ -107,14 +107,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
|
| buildCounterOperationErrorErrors--;
|
| }
|
|
|
| -buildUnnamed1389() {
|
| +buildUnnamed1265() {
|
| var o = new core.List<api.OperationErrorErrors>();
|
| o.add(buildOperationErrorErrors());
|
| o.add(buildOperationErrorErrors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1389(core.List<api.OperationErrorErrors> o) {
|
| +checkUnnamed1265(core.List<api.OperationErrorErrors> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationErrorErrors(o[0]);
|
| checkOperationErrorErrors(o[1]);
|
| @@ -125,7 +125,7 @@ buildOperationError() {
|
| var o = new api.OperationError();
|
| buildCounterOperationError++;
|
| if (buildCounterOperationError < 3) {
|
| - o.errors = buildUnnamed1389();
|
| + o.errors = buildUnnamed1265();
|
| }
|
| buildCounterOperationError--;
|
| return o;
|
| @@ -134,7 +134,7 @@ buildOperationError() {
|
| checkOperationError(api.OperationError o) {
|
| buildCounterOperationError++;
|
| if (buildCounterOperationError < 3) {
|
| - checkUnnamed1389(o.errors);
|
| + checkUnnamed1265(o.errors);
|
| }
|
| buildCounterOperationError--;
|
| }
|
| @@ -160,14 +160,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
|
| buildCounterOperationWarningsData--;
|
| }
|
|
|
| -buildUnnamed1390() {
|
| +buildUnnamed1266() {
|
| var o = new core.List<api.OperationWarningsData>();
|
| o.add(buildOperationWarningsData());
|
| o.add(buildOperationWarningsData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1390(core.List<api.OperationWarningsData> o) {
|
| +checkUnnamed1266(core.List<api.OperationWarningsData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationWarningsData(o[0]);
|
| checkOperationWarningsData(o[1]);
|
| @@ -179,7 +179,7 @@ buildOperationWarnings() {
|
| buildCounterOperationWarnings++;
|
| if (buildCounterOperationWarnings < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed1390();
|
| + o.data = buildUnnamed1266();
|
| o.message = "foo";
|
| }
|
| buildCounterOperationWarnings--;
|
| @@ -190,20 +190,20 @@ checkOperationWarnings(api.OperationWarnings o) {
|
| buildCounterOperationWarnings++;
|
| if (buildCounterOperationWarnings < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1390(o.data);
|
| + checkUnnamed1266(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterOperationWarnings--;
|
| }
|
|
|
| -buildUnnamed1391() {
|
| +buildUnnamed1267() {
|
| var o = new core.List<api.OperationWarnings>();
|
| o.add(buildOperationWarnings());
|
| o.add(buildOperationWarnings());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1391(core.List<api.OperationWarnings> o) {
|
| +checkUnnamed1267(core.List<api.OperationWarnings> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationWarnings(o[0]);
|
| checkOperationWarnings(o[1]);
|
| @@ -234,7 +234,7 @@ buildOperation() {
|
| o.targetId = "foo";
|
| o.targetLink = "foo";
|
| o.user = "foo";
|
| - o.warnings = buildUnnamed1391();
|
| + o.warnings = buildUnnamed1267();
|
| o.zone = "foo";
|
| }
|
| buildCounterOperation--;
|
| @@ -264,20 +264,20 @@ checkOperation(api.Operation o) {
|
| unittest.expect(o.targetId, unittest.equals('foo'));
|
| unittest.expect(o.targetLink, unittest.equals('foo'));
|
| unittest.expect(o.user, unittest.equals('foo'));
|
| - checkUnnamed1391(o.warnings);
|
| + checkUnnamed1267(o.warnings);
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterOperation--;
|
| }
|
|
|
| -buildUnnamed1392() {
|
| +buildUnnamed1268() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1392(core.List<api.Operation> o) {
|
| +checkUnnamed1268(core.List<api.Operation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperation(o[0]);
|
| checkOperation(o[1]);
|
| @@ -289,7 +289,7 @@ buildOperationList() {
|
| buildCounterOperationList++;
|
| if (buildCounterOperationList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed1392();
|
| + o.items = buildUnnamed1268();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -302,7 +302,7 @@ checkOperationList(api.OperationList o) {
|
| buildCounterOperationList++;
|
| if (buildCounterOperationList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed1392(o.items);
|
| + checkUnnamed1268(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -310,40 +310,40 @@ checkOperationList(api.OperationList o) {
|
| buildCounterOperationList--;
|
| }
|
|
|
| -buildUnnamed1393() {
|
| +buildUnnamed1269() {
|
| var o = new core.List<api.ServiceEndpoint>();
|
| o.add(buildServiceEndpoint());
|
| o.add(buildServiceEndpoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1393(core.List<api.ServiceEndpoint> o) {
|
| +checkUnnamed1269(core.List<api.ServiceEndpoint> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkServiceEndpoint(o[0]);
|
| checkServiceEndpoint(o[1]);
|
| }
|
|
|
| -buildUnnamed1394() {
|
| +buildUnnamed1270() {
|
| var o = new core.List<api.Label>();
|
| o.add(buildLabel());
|
| o.add(buildLabel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1394(core.List<api.Label> o) {
|
| +checkUnnamed1270(core.List<api.Label> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLabel(o[0]);
|
| checkLabel(o[1]);
|
| }
|
|
|
| -buildUnnamed1395() {
|
| +buildUnnamed1271() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1395(core.List<core.String> o) {
|
| +checkUnnamed1271(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'));
|
| @@ -356,14 +356,14 @@ buildResourceView() {
|
| if (buildCounterResourceView < 3) {
|
| o.creationTimestamp = "foo";
|
| o.description = "foo";
|
| - o.endpoints = buildUnnamed1393();
|
| + o.endpoints = buildUnnamed1269();
|
| o.fingerprint = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed1394();
|
| + o.labels = buildUnnamed1270();
|
| o.name = "foo";
|
| o.network = "foo";
|
| - o.resources = buildUnnamed1395();
|
| + o.resources = buildUnnamed1271();
|
| o.selfLink = "foo";
|
| o.size = 42;
|
| }
|
| @@ -376,14 +376,14 @@ checkResourceView(api.ResourceView o) {
|
| if (buildCounterResourceView < 3) {
|
| unittest.expect(o.creationTimestamp, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed1393(o.endpoints);
|
| + checkUnnamed1269(o.endpoints);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1394(o.labels);
|
| + checkUnnamed1270(o.labels);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| - checkUnnamed1395(o.resources);
|
| + checkUnnamed1271(o.resources);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.size, unittest.equals(42));
|
| }
|
| @@ -411,14 +411,14 @@ checkServiceEndpoint(api.ServiceEndpoint o) {
|
| buildCounterServiceEndpoint--;
|
| }
|
|
|
| -buildUnnamed1396() {
|
| +buildUnnamed1272() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1396(core.List<core.String> o) {
|
| +checkUnnamed1272(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'));
|
| @@ -429,7 +429,7 @@ buildZoneViewsAddResourcesRequest() {
|
| var o = new api.ZoneViewsAddResourcesRequest();
|
| buildCounterZoneViewsAddResourcesRequest++;
|
| if (buildCounterZoneViewsAddResourcesRequest < 3) {
|
| - o.resources = buildUnnamed1396();
|
| + o.resources = buildUnnamed1272();
|
| }
|
| buildCounterZoneViewsAddResourcesRequest--;
|
| return o;
|
| @@ -438,19 +438,19 @@ buildZoneViewsAddResourcesRequest() {
|
| checkZoneViewsAddResourcesRequest(api.ZoneViewsAddResourcesRequest o) {
|
| buildCounterZoneViewsAddResourcesRequest++;
|
| if (buildCounterZoneViewsAddResourcesRequest < 3) {
|
| - checkUnnamed1396(o.resources);
|
| + checkUnnamed1272(o.resources);
|
| }
|
| buildCounterZoneViewsAddResourcesRequest--;
|
| }
|
|
|
| -buildUnnamed1397() {
|
| +buildUnnamed1273() {
|
| var o = new core.List<api.ServiceEndpoint>();
|
| o.add(buildServiceEndpoint());
|
| o.add(buildServiceEndpoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1397(core.List<api.ServiceEndpoint> o) {
|
| +checkUnnamed1273(core.List<api.ServiceEndpoint> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkServiceEndpoint(o[0]);
|
| checkServiceEndpoint(o[1]);
|
| @@ -461,7 +461,7 @@ buildZoneViewsGetServiceResponse() {
|
| var o = new api.ZoneViewsGetServiceResponse();
|
| buildCounterZoneViewsGetServiceResponse++;
|
| if (buildCounterZoneViewsGetServiceResponse < 3) {
|
| - o.endpoints = buildUnnamed1397();
|
| + o.endpoints = buildUnnamed1273();
|
| o.fingerprint = "foo";
|
| }
|
| buildCounterZoneViewsGetServiceResponse--;
|
| @@ -471,20 +471,20 @@ buildZoneViewsGetServiceResponse() {
|
| checkZoneViewsGetServiceResponse(api.ZoneViewsGetServiceResponse o) {
|
| buildCounterZoneViewsGetServiceResponse++;
|
| if (buildCounterZoneViewsGetServiceResponse < 3) {
|
| - checkUnnamed1397(o.endpoints);
|
| + checkUnnamed1273(o.endpoints);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| }
|
| buildCounterZoneViewsGetServiceResponse--;
|
| }
|
|
|
| -buildUnnamed1398() {
|
| +buildUnnamed1274() {
|
| var o = new core.List<api.ResourceView>();
|
| o.add(buildResourceView());
|
| o.add(buildResourceView());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1398(core.List<api.ResourceView> o) {
|
| +checkUnnamed1274(core.List<api.ResourceView> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceView(o[0]);
|
| checkResourceView(o[1]);
|
| @@ -495,7 +495,7 @@ buildZoneViewsList() {
|
| var o = new api.ZoneViewsList();
|
| buildCounterZoneViewsList++;
|
| if (buildCounterZoneViewsList < 3) {
|
| - o.items = buildUnnamed1398();
|
| + o.items = buildUnnamed1274();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -507,7 +507,7 @@ buildZoneViewsList() {
|
| checkZoneViewsList(api.ZoneViewsList o) {
|
| buildCounterZoneViewsList++;
|
| if (buildCounterZoneViewsList < 3) {
|
| - checkUnnamed1398(o.items);
|
| + checkUnnamed1274(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -515,14 +515,14 @@ checkZoneViewsList(api.ZoneViewsList o) {
|
| buildCounterZoneViewsList--;
|
| }
|
|
|
| -buildUnnamed1399() {
|
| +buildUnnamed1275() {
|
| var o = new core.List<api.ListResourceResponseItem>();
|
| o.add(buildListResourceResponseItem());
|
| o.add(buildListResourceResponseItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1399(core.List<api.ListResourceResponseItem> o) {
|
| +checkUnnamed1275(core.List<api.ListResourceResponseItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkListResourceResponseItem(o[0]);
|
| checkListResourceResponseItem(o[1]);
|
| @@ -533,7 +533,7 @@ buildZoneViewsListResourcesResponse() {
|
| var o = new api.ZoneViewsListResourcesResponse();
|
| buildCounterZoneViewsListResourcesResponse++;
|
| if (buildCounterZoneViewsListResourcesResponse < 3) {
|
| - o.items = buildUnnamed1399();
|
| + o.items = buildUnnamed1275();
|
| o.network = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -544,21 +544,21 @@ buildZoneViewsListResourcesResponse() {
|
| checkZoneViewsListResourcesResponse(api.ZoneViewsListResourcesResponse o) {
|
| buildCounterZoneViewsListResourcesResponse++;
|
| if (buildCounterZoneViewsListResourcesResponse < 3) {
|
| - checkUnnamed1399(o.items);
|
| + checkUnnamed1275(o.items);
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterZoneViewsListResourcesResponse--;
|
| }
|
|
|
| -buildUnnamed1400() {
|
| +buildUnnamed1276() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1400(core.List<core.String> o) {
|
| +checkUnnamed1276(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'));
|
| @@ -569,7 +569,7 @@ buildZoneViewsRemoveResourcesRequest() {
|
| var o = new api.ZoneViewsRemoveResourcesRequest();
|
| buildCounterZoneViewsRemoveResourcesRequest++;
|
| if (buildCounterZoneViewsRemoveResourcesRequest < 3) {
|
| - o.resources = buildUnnamed1400();
|
| + o.resources = buildUnnamed1276();
|
| }
|
| buildCounterZoneViewsRemoveResourcesRequest--;
|
| return o;
|
| @@ -578,19 +578,19 @@ buildZoneViewsRemoveResourcesRequest() {
|
| checkZoneViewsRemoveResourcesRequest(api.ZoneViewsRemoveResourcesRequest o) {
|
| buildCounterZoneViewsRemoveResourcesRequest++;
|
| if (buildCounterZoneViewsRemoveResourcesRequest < 3) {
|
| - checkUnnamed1400(o.resources);
|
| + checkUnnamed1276(o.resources);
|
| }
|
| buildCounterZoneViewsRemoveResourcesRequest--;
|
| }
|
|
|
| -buildUnnamed1401() {
|
| +buildUnnamed1277() {
|
| var o = new core.List<api.ServiceEndpoint>();
|
| o.add(buildServiceEndpoint());
|
| o.add(buildServiceEndpoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1401(core.List<api.ServiceEndpoint> o) {
|
| +checkUnnamed1277(core.List<api.ServiceEndpoint> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkServiceEndpoint(o[0]);
|
| checkServiceEndpoint(o[1]);
|
| @@ -601,7 +601,7 @@ buildZoneViewsSetServiceRequest() {
|
| var o = new api.ZoneViewsSetServiceRequest();
|
| buildCounterZoneViewsSetServiceRequest++;
|
| if (buildCounterZoneViewsSetServiceRequest < 3) {
|
| - o.endpoints = buildUnnamed1401();
|
| + o.endpoints = buildUnnamed1277();
|
| o.fingerprint = "foo";
|
| o.resourceName = "foo";
|
| }
|
| @@ -612,7 +612,7 @@ buildZoneViewsSetServiceRequest() {
|
| checkZoneViewsSetServiceRequest(api.ZoneViewsSetServiceRequest o) {
|
| buildCounterZoneViewsSetServiceRequest++;
|
| if (buildCounterZoneViewsSetServiceRequest < 3) {
|
| - checkUnnamed1401(o.endpoints);
|
| + checkUnnamed1277(o.endpoints);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.resourceName, unittest.equals('foo'));
|
| }
|
|
|