| 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 13d4a8c49f0410177e8b78ccf66a51da15bce660..8f6ecbf6c7447785b10f6b01062b77cbd5e9c847 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--;
|
| }
|
|
|
| -buildUnnamed1414() {
|
| +buildUnnamed1290() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1414(core.List<core.int> o) {
|
| +checkUnnamed1290(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));
|
| }
|
|
|
| -buildUnnamed1415() {
|
| +buildUnnamed1291() {
|
| var o = new core.Map<core.String, core.List<core.int>>();
|
| - o["x"] = buildUnnamed1414();
|
| - o["y"] = buildUnnamed1414();
|
| + o["x"] = buildUnnamed1290();
|
| + o["y"] = buildUnnamed1290();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1415(core.Map<core.String, core.List<core.int>> o) {
|
| +checkUnnamed1291(core.Map<core.String, core.List<core.int>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1414(o["x"]);
|
| - checkUnnamed1414(o["y"]);
|
| + checkUnnamed1290(o["x"]);
|
| + checkUnnamed1290(o["y"]);
|
| }
|
|
|
| core.int buildCounterListResourceResponseItem = 0;
|
| @@ -68,7 +68,7 @@ buildListResourceResponseItem() {
|
| var o = new api.ListResourceResponseItem();
|
| buildCounterListResourceResponseItem++;
|
| if (buildCounterListResourceResponseItem < 3) {
|
| - o.endpoints = buildUnnamed1415();
|
| + o.endpoints = buildUnnamed1291();
|
| o.resource = "foo";
|
| }
|
| buildCounterListResourceResponseItem--;
|
| @@ -78,7 +78,7 @@ buildListResourceResponseItem() {
|
| checkListResourceResponseItem(api.ListResourceResponseItem o) {
|
| buildCounterListResourceResponseItem++;
|
| if (buildCounterListResourceResponseItem < 3) {
|
| - checkUnnamed1415(o.endpoints);
|
| + checkUnnamed1291(o.endpoints);
|
| unittest.expect(o.resource, unittest.equals('foo'));
|
| }
|
| buildCounterListResourceResponseItem--;
|
| @@ -107,14 +107,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
|
| buildCounterOperationErrorErrors--;
|
| }
|
|
|
| -buildUnnamed1416() {
|
| +buildUnnamed1292() {
|
| var o = new core.List<api.OperationErrorErrors>();
|
| o.add(buildOperationErrorErrors());
|
| o.add(buildOperationErrorErrors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1416(core.List<api.OperationErrorErrors> o) {
|
| +checkUnnamed1292(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 = buildUnnamed1416();
|
| + o.errors = buildUnnamed1292();
|
| }
|
| buildCounterOperationError--;
|
| return o;
|
| @@ -134,7 +134,7 @@ buildOperationError() {
|
| checkOperationError(api.OperationError o) {
|
| buildCounterOperationError++;
|
| if (buildCounterOperationError < 3) {
|
| - checkUnnamed1416(o.errors);
|
| + checkUnnamed1292(o.errors);
|
| }
|
| buildCounterOperationError--;
|
| }
|
| @@ -160,14 +160,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
|
| buildCounterOperationWarningsData--;
|
| }
|
|
|
| -buildUnnamed1417() {
|
| +buildUnnamed1293() {
|
| var o = new core.List<api.OperationWarningsData>();
|
| o.add(buildOperationWarningsData());
|
| o.add(buildOperationWarningsData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1417(core.List<api.OperationWarningsData> o) {
|
| +checkUnnamed1293(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 = buildUnnamed1417();
|
| + o.data = buildUnnamed1293();
|
| o.message = "foo";
|
| }
|
| buildCounterOperationWarnings--;
|
| @@ -190,20 +190,20 @@ checkOperationWarnings(api.OperationWarnings o) {
|
| buildCounterOperationWarnings++;
|
| if (buildCounterOperationWarnings < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1417(o.data);
|
| + checkUnnamed1293(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterOperationWarnings--;
|
| }
|
|
|
| -buildUnnamed1418() {
|
| +buildUnnamed1294() {
|
| var o = new core.List<api.OperationWarnings>();
|
| o.add(buildOperationWarnings());
|
| o.add(buildOperationWarnings());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1418(core.List<api.OperationWarnings> o) {
|
| +checkUnnamed1294(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 = buildUnnamed1418();
|
| + o.warnings = buildUnnamed1294();
|
| 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'));
|
| - checkUnnamed1418(o.warnings);
|
| + checkUnnamed1294(o.warnings);
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterOperation--;
|
| }
|
|
|
| -buildUnnamed1419() {
|
| +buildUnnamed1295() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1419(core.List<api.Operation> o) {
|
| +checkUnnamed1295(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 = buildUnnamed1419();
|
| + o.items = buildUnnamed1295();
|
| 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'));
|
| - checkUnnamed1419(o.items);
|
| + checkUnnamed1295(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--;
|
| }
|
|
|
| -buildUnnamed1420() {
|
| +buildUnnamed1296() {
|
| var o = new core.List<api.ServiceEndpoint>();
|
| o.add(buildServiceEndpoint());
|
| o.add(buildServiceEndpoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1420(core.List<api.ServiceEndpoint> o) {
|
| +checkUnnamed1296(core.List<api.ServiceEndpoint> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkServiceEndpoint(o[0]);
|
| checkServiceEndpoint(o[1]);
|
| }
|
|
|
| -buildUnnamed1421() {
|
| +buildUnnamed1297() {
|
| var o = new core.List<api.Label>();
|
| o.add(buildLabel());
|
| o.add(buildLabel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1421(core.List<api.Label> o) {
|
| +checkUnnamed1297(core.List<api.Label> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLabel(o[0]);
|
| checkLabel(o[1]);
|
| }
|
|
|
| -buildUnnamed1422() {
|
| +buildUnnamed1298() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1422(core.List<core.String> o) {
|
| +checkUnnamed1298(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 = buildUnnamed1420();
|
| + o.endpoints = buildUnnamed1296();
|
| o.fingerprint = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed1421();
|
| + o.labels = buildUnnamed1297();
|
| o.name = "foo";
|
| o.network = "foo";
|
| - o.resources = buildUnnamed1422();
|
| + o.resources = buildUnnamed1298();
|
| 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'));
|
| - checkUnnamed1420(o.endpoints);
|
| + checkUnnamed1296(o.endpoints);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1421(o.labels);
|
| + checkUnnamed1297(o.labels);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| - checkUnnamed1422(o.resources);
|
| + checkUnnamed1298(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--;
|
| }
|
|
|
| -buildUnnamed1423() {
|
| +buildUnnamed1299() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1423(core.List<core.String> o) {
|
| +checkUnnamed1299(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 = buildUnnamed1423();
|
| + o.resources = buildUnnamed1299();
|
| }
|
| buildCounterZoneViewsAddResourcesRequest--;
|
| return o;
|
| @@ -438,19 +438,19 @@ buildZoneViewsAddResourcesRequest() {
|
| checkZoneViewsAddResourcesRequest(api.ZoneViewsAddResourcesRequest o) {
|
| buildCounterZoneViewsAddResourcesRequest++;
|
| if (buildCounterZoneViewsAddResourcesRequest < 3) {
|
| - checkUnnamed1423(o.resources);
|
| + checkUnnamed1299(o.resources);
|
| }
|
| buildCounterZoneViewsAddResourcesRequest--;
|
| }
|
|
|
| -buildUnnamed1424() {
|
| +buildUnnamed1300() {
|
| var o = new core.List<api.ServiceEndpoint>();
|
| o.add(buildServiceEndpoint());
|
| o.add(buildServiceEndpoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1424(core.List<api.ServiceEndpoint> o) {
|
| +checkUnnamed1300(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 = buildUnnamed1424();
|
| + o.endpoints = buildUnnamed1300();
|
| o.fingerprint = "foo";
|
| }
|
| buildCounterZoneViewsGetServiceResponse--;
|
| @@ -471,20 +471,20 @@ buildZoneViewsGetServiceResponse() {
|
| checkZoneViewsGetServiceResponse(api.ZoneViewsGetServiceResponse o) {
|
| buildCounterZoneViewsGetServiceResponse++;
|
| if (buildCounterZoneViewsGetServiceResponse < 3) {
|
| - checkUnnamed1424(o.endpoints);
|
| + checkUnnamed1300(o.endpoints);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| }
|
| buildCounterZoneViewsGetServiceResponse--;
|
| }
|
|
|
| -buildUnnamed1425() {
|
| +buildUnnamed1301() {
|
| var o = new core.List<api.ResourceView>();
|
| o.add(buildResourceView());
|
| o.add(buildResourceView());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1425(core.List<api.ResourceView> o) {
|
| +checkUnnamed1301(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 = buildUnnamed1425();
|
| + o.items = buildUnnamed1301();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -507,7 +507,7 @@ buildZoneViewsList() {
|
| checkZoneViewsList(api.ZoneViewsList o) {
|
| buildCounterZoneViewsList++;
|
| if (buildCounterZoneViewsList < 3) {
|
| - checkUnnamed1425(o.items);
|
| + checkUnnamed1301(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--;
|
| }
|
|
|
| -buildUnnamed1426() {
|
| +buildUnnamed1302() {
|
| var o = new core.List<api.ListResourceResponseItem>();
|
| o.add(buildListResourceResponseItem());
|
| o.add(buildListResourceResponseItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1426(core.List<api.ListResourceResponseItem> o) {
|
| +checkUnnamed1302(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 = buildUnnamed1426();
|
| + o.items = buildUnnamed1302();
|
| o.network = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -544,21 +544,21 @@ buildZoneViewsListResourcesResponse() {
|
| checkZoneViewsListResourcesResponse(api.ZoneViewsListResourcesResponse o) {
|
| buildCounterZoneViewsListResourcesResponse++;
|
| if (buildCounterZoneViewsListResourcesResponse < 3) {
|
| - checkUnnamed1426(o.items);
|
| + checkUnnamed1302(o.items);
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterZoneViewsListResourcesResponse--;
|
| }
|
|
|
| -buildUnnamed1427() {
|
| +buildUnnamed1303() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1427(core.List<core.String> o) {
|
| +checkUnnamed1303(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 = buildUnnamed1427();
|
| + o.resources = buildUnnamed1303();
|
| }
|
| buildCounterZoneViewsRemoveResourcesRequest--;
|
| return o;
|
| @@ -578,19 +578,19 @@ buildZoneViewsRemoveResourcesRequest() {
|
| checkZoneViewsRemoveResourcesRequest(api.ZoneViewsRemoveResourcesRequest o) {
|
| buildCounterZoneViewsRemoveResourcesRequest++;
|
| if (buildCounterZoneViewsRemoveResourcesRequest < 3) {
|
| - checkUnnamed1427(o.resources);
|
| + checkUnnamed1303(o.resources);
|
| }
|
| buildCounterZoneViewsRemoveResourcesRequest--;
|
| }
|
|
|
| -buildUnnamed1428() {
|
| +buildUnnamed1304() {
|
| var o = new core.List<api.ServiceEndpoint>();
|
| o.add(buildServiceEndpoint());
|
| o.add(buildServiceEndpoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1428(core.List<api.ServiceEndpoint> o) {
|
| +checkUnnamed1304(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 = buildUnnamed1428();
|
| + o.endpoints = buildUnnamed1304();
|
| o.fingerprint = "foo";
|
| o.resourceName = "foo";
|
| }
|
| @@ -612,7 +612,7 @@ buildZoneViewsSetServiceRequest() {
|
| checkZoneViewsSetServiceRequest(api.ZoneViewsSetServiceRequest o) {
|
| buildCounterZoneViewsSetServiceRequest++;
|
| if (buildCounterZoneViewsSetServiceRequest < 3) {
|
| - checkUnnamed1428(o.endpoints);
|
| + checkUnnamed1304(o.endpoints);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.resourceName, unittest.equals('foo'));
|
| }
|
|
|