| 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 c028e949d8bbad9eac2517f4e887946fb064cc83..3bd2606b91615901c4c8f2ed0c16897f2a5fe6d2 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--;
|
| }
|
|
|
| -buildUnnamed1135() {
|
| +buildUnnamed1387() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1135(core.List<core.int> o) {
|
| +checkUnnamed1387(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));
|
| }
|
|
|
| -buildUnnamed1136() {
|
| +buildUnnamed1388() {
|
| var o = new core.Map<core.String, core.List<core.int>>();
|
| - o["x"] = buildUnnamed1135();
|
| - o["y"] = buildUnnamed1135();
|
| + o["x"] = buildUnnamed1387();
|
| + o["y"] = buildUnnamed1387();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1136(core.Map<core.String, core.List<core.int>> o) {
|
| +checkUnnamed1388(core.Map<core.String, core.List<core.int>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1135(o["x"]);
|
| - checkUnnamed1135(o["y"]);
|
| + checkUnnamed1387(o["x"]);
|
| + checkUnnamed1387(o["y"]);
|
| }
|
|
|
| core.int buildCounterListResourceResponseItem = 0;
|
| @@ -68,7 +68,7 @@ buildListResourceResponseItem() {
|
| var o = new api.ListResourceResponseItem();
|
| buildCounterListResourceResponseItem++;
|
| if (buildCounterListResourceResponseItem < 3) {
|
| - o.endpoints = buildUnnamed1136();
|
| + o.endpoints = buildUnnamed1388();
|
| o.resource = "foo";
|
| }
|
| buildCounterListResourceResponseItem--;
|
| @@ -78,7 +78,7 @@ buildListResourceResponseItem() {
|
| checkListResourceResponseItem(api.ListResourceResponseItem o) {
|
| buildCounterListResourceResponseItem++;
|
| if (buildCounterListResourceResponseItem < 3) {
|
| - checkUnnamed1136(o.endpoints);
|
| + checkUnnamed1388(o.endpoints);
|
| unittest.expect(o.resource, unittest.equals('foo'));
|
| }
|
| buildCounterListResourceResponseItem--;
|
| @@ -107,14 +107,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
|
| buildCounterOperationErrorErrors--;
|
| }
|
|
|
| -buildUnnamed1137() {
|
| +buildUnnamed1389() {
|
| var o = new core.List<api.OperationErrorErrors>();
|
| o.add(buildOperationErrorErrors());
|
| o.add(buildOperationErrorErrors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1137(core.List<api.OperationErrorErrors> o) {
|
| +checkUnnamed1389(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 = buildUnnamed1137();
|
| + o.errors = buildUnnamed1389();
|
| }
|
| buildCounterOperationError--;
|
| return o;
|
| @@ -134,7 +134,7 @@ buildOperationError() {
|
| checkOperationError(api.OperationError o) {
|
| buildCounterOperationError++;
|
| if (buildCounterOperationError < 3) {
|
| - checkUnnamed1137(o.errors);
|
| + checkUnnamed1389(o.errors);
|
| }
|
| buildCounterOperationError--;
|
| }
|
| @@ -160,14 +160,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
|
| buildCounterOperationWarningsData--;
|
| }
|
|
|
| -buildUnnamed1138() {
|
| +buildUnnamed1390() {
|
| var o = new core.List<api.OperationWarningsData>();
|
| o.add(buildOperationWarningsData());
|
| o.add(buildOperationWarningsData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1138(core.List<api.OperationWarningsData> o) {
|
| +checkUnnamed1390(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 = buildUnnamed1138();
|
| + o.data = buildUnnamed1390();
|
| o.message = "foo";
|
| }
|
| buildCounterOperationWarnings--;
|
| @@ -190,20 +190,20 @@ checkOperationWarnings(api.OperationWarnings o) {
|
| buildCounterOperationWarnings++;
|
| if (buildCounterOperationWarnings < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1138(o.data);
|
| + checkUnnamed1390(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterOperationWarnings--;
|
| }
|
|
|
| -buildUnnamed1139() {
|
| +buildUnnamed1391() {
|
| var o = new core.List<api.OperationWarnings>();
|
| o.add(buildOperationWarnings());
|
| o.add(buildOperationWarnings());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1139(core.List<api.OperationWarnings> o) {
|
| +checkUnnamed1391(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 = buildUnnamed1139();
|
| + o.warnings = buildUnnamed1391();
|
| 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'));
|
| - checkUnnamed1139(o.warnings);
|
| + checkUnnamed1391(o.warnings);
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterOperation--;
|
| }
|
|
|
| -buildUnnamed1140() {
|
| +buildUnnamed1392() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1140(core.List<api.Operation> o) {
|
| +checkUnnamed1392(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 = buildUnnamed1140();
|
| + o.items = buildUnnamed1392();
|
| 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'));
|
| - checkUnnamed1140(o.items);
|
| + checkUnnamed1392(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--;
|
| }
|
|
|
| -buildUnnamed1141() {
|
| +buildUnnamed1393() {
|
| var o = new core.List<api.ServiceEndpoint>();
|
| o.add(buildServiceEndpoint());
|
| o.add(buildServiceEndpoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1141(core.List<api.ServiceEndpoint> o) {
|
| +checkUnnamed1393(core.List<api.ServiceEndpoint> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkServiceEndpoint(o[0]);
|
| checkServiceEndpoint(o[1]);
|
| }
|
|
|
| -buildUnnamed1142() {
|
| +buildUnnamed1394() {
|
| var o = new core.List<api.Label>();
|
| o.add(buildLabel());
|
| o.add(buildLabel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1142(core.List<api.Label> o) {
|
| +checkUnnamed1394(core.List<api.Label> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLabel(o[0]);
|
| checkLabel(o[1]);
|
| }
|
|
|
| -buildUnnamed1143() {
|
| +buildUnnamed1395() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1143(core.List<core.String> o) {
|
| +checkUnnamed1395(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 = buildUnnamed1141();
|
| + o.endpoints = buildUnnamed1393();
|
| o.fingerprint = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed1142();
|
| + o.labels = buildUnnamed1394();
|
| o.name = "foo";
|
| o.network = "foo";
|
| - o.resources = buildUnnamed1143();
|
| + o.resources = buildUnnamed1395();
|
| 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'));
|
| - checkUnnamed1141(o.endpoints);
|
| + checkUnnamed1393(o.endpoints);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1142(o.labels);
|
| + checkUnnamed1394(o.labels);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| - checkUnnamed1143(o.resources);
|
| + checkUnnamed1395(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--;
|
| }
|
|
|
| -buildUnnamed1144() {
|
| +buildUnnamed1396() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1144(core.List<core.String> o) {
|
| +checkUnnamed1396(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 = buildUnnamed1144();
|
| + o.resources = buildUnnamed1396();
|
| }
|
| buildCounterZoneViewsAddResourcesRequest--;
|
| return o;
|
| @@ -438,19 +438,19 @@ buildZoneViewsAddResourcesRequest() {
|
| checkZoneViewsAddResourcesRequest(api.ZoneViewsAddResourcesRequest o) {
|
| buildCounterZoneViewsAddResourcesRequest++;
|
| if (buildCounterZoneViewsAddResourcesRequest < 3) {
|
| - checkUnnamed1144(o.resources);
|
| + checkUnnamed1396(o.resources);
|
| }
|
| buildCounterZoneViewsAddResourcesRequest--;
|
| }
|
|
|
| -buildUnnamed1145() {
|
| +buildUnnamed1397() {
|
| var o = new core.List<api.ServiceEndpoint>();
|
| o.add(buildServiceEndpoint());
|
| o.add(buildServiceEndpoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1145(core.List<api.ServiceEndpoint> o) {
|
| +checkUnnamed1397(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 = buildUnnamed1145();
|
| + o.endpoints = buildUnnamed1397();
|
| o.fingerprint = "foo";
|
| }
|
| buildCounterZoneViewsGetServiceResponse--;
|
| @@ -471,20 +471,20 @@ buildZoneViewsGetServiceResponse() {
|
| checkZoneViewsGetServiceResponse(api.ZoneViewsGetServiceResponse o) {
|
| buildCounterZoneViewsGetServiceResponse++;
|
| if (buildCounterZoneViewsGetServiceResponse < 3) {
|
| - checkUnnamed1145(o.endpoints);
|
| + checkUnnamed1397(o.endpoints);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| }
|
| buildCounterZoneViewsGetServiceResponse--;
|
| }
|
|
|
| -buildUnnamed1146() {
|
| +buildUnnamed1398() {
|
| var o = new core.List<api.ResourceView>();
|
| o.add(buildResourceView());
|
| o.add(buildResourceView());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1146(core.List<api.ResourceView> o) {
|
| +checkUnnamed1398(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 = buildUnnamed1146();
|
| + o.items = buildUnnamed1398();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -507,7 +507,7 @@ buildZoneViewsList() {
|
| checkZoneViewsList(api.ZoneViewsList o) {
|
| buildCounterZoneViewsList++;
|
| if (buildCounterZoneViewsList < 3) {
|
| - checkUnnamed1146(o.items);
|
| + checkUnnamed1398(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--;
|
| }
|
|
|
| -buildUnnamed1147() {
|
| +buildUnnamed1399() {
|
| var o = new core.List<api.ListResourceResponseItem>();
|
| o.add(buildListResourceResponseItem());
|
| o.add(buildListResourceResponseItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1147(core.List<api.ListResourceResponseItem> o) {
|
| +checkUnnamed1399(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 = buildUnnamed1147();
|
| + o.items = buildUnnamed1399();
|
| o.network = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -544,21 +544,21 @@ buildZoneViewsListResourcesResponse() {
|
| checkZoneViewsListResourcesResponse(api.ZoneViewsListResourcesResponse o) {
|
| buildCounterZoneViewsListResourcesResponse++;
|
| if (buildCounterZoneViewsListResourcesResponse < 3) {
|
| - checkUnnamed1147(o.items);
|
| + checkUnnamed1399(o.items);
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterZoneViewsListResourcesResponse--;
|
| }
|
|
|
| -buildUnnamed1148() {
|
| +buildUnnamed1400() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1148(core.List<core.String> o) {
|
| +checkUnnamed1400(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 = buildUnnamed1148();
|
| + o.resources = buildUnnamed1400();
|
| }
|
| buildCounterZoneViewsRemoveResourcesRequest--;
|
| return o;
|
| @@ -578,19 +578,19 @@ buildZoneViewsRemoveResourcesRequest() {
|
| checkZoneViewsRemoveResourcesRequest(api.ZoneViewsRemoveResourcesRequest o) {
|
| buildCounterZoneViewsRemoveResourcesRequest++;
|
| if (buildCounterZoneViewsRemoveResourcesRequest < 3) {
|
| - checkUnnamed1148(o.resources);
|
| + checkUnnamed1400(o.resources);
|
| }
|
| buildCounterZoneViewsRemoveResourcesRequest--;
|
| }
|
|
|
| -buildUnnamed1149() {
|
| +buildUnnamed1401() {
|
| var o = new core.List<api.ServiceEndpoint>();
|
| o.add(buildServiceEndpoint());
|
| o.add(buildServiceEndpoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1149(core.List<api.ServiceEndpoint> o) {
|
| +checkUnnamed1401(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 = buildUnnamed1149();
|
| + o.endpoints = buildUnnamed1401();
|
| o.fingerprint = "foo";
|
| o.resourceName = "foo";
|
| }
|
| @@ -612,7 +612,7 @@ buildZoneViewsSetServiceRequest() {
|
| checkZoneViewsSetServiceRequest(api.ZoneViewsSetServiceRequest o) {
|
| buildCounterZoneViewsSetServiceRequest++;
|
| if (buildCounterZoneViewsSetServiceRequest < 3) {
|
| - checkUnnamed1149(o.endpoints);
|
| + checkUnnamed1401(o.endpoints);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.resourceName, unittest.equals('foo'));
|
| }
|
|
|