| 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 2cc737a63a4b523aa456205c42cee3cac7bf3824..d95dba093b5b980318cceb7ba7c4f0453a154c50 100644
|
| --- a/generated/googleapis_beta/test/resourceviews/v1beta2_test.dart
|
| +++ b/generated/googleapis_beta/test/resourceviews/v1beta2_test.dart
|
| @@ -72,30 +72,30 @@ checkLabel(api.Label o) {
|
| buildCounterLabel--;
|
| }
|
|
|
| -buildUnnamed2567() {
|
| +buildUnnamed2503() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed2567(core.List<core.int> o) {
|
| +checkUnnamed2503(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));
|
| }
|
|
|
| -buildUnnamed2568() {
|
| +buildUnnamed2504() {
|
| var o = new core.Map<core.String, core.List<core.int>>();
|
| - o["x"] = buildUnnamed2567();
|
| - o["y"] = buildUnnamed2567();
|
| + o["x"] = buildUnnamed2503();
|
| + o["y"] = buildUnnamed2503();
|
| return o;
|
| }
|
|
|
| -checkUnnamed2568(core.Map<core.String, core.List<core.int>> o) {
|
| +checkUnnamed2504(core.Map<core.String, core.List<core.int>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed2567(o["x"]);
|
| - checkUnnamed2567(o["y"]);
|
| + checkUnnamed2503(o["x"]);
|
| + checkUnnamed2503(o["y"]);
|
| }
|
|
|
| core.int buildCounterListResourceResponseItem = 0;
|
| @@ -103,7 +103,7 @@ buildListResourceResponseItem() {
|
| var o = new api.ListResourceResponseItem();
|
| buildCounterListResourceResponseItem++;
|
| if (buildCounterListResourceResponseItem < 3) {
|
| - o.endpoints = buildUnnamed2568();
|
| + o.endpoints = buildUnnamed2504();
|
| o.resource = "foo";
|
| }
|
| buildCounterListResourceResponseItem--;
|
| @@ -113,7 +113,7 @@ buildListResourceResponseItem() {
|
| checkListResourceResponseItem(api.ListResourceResponseItem o) {
|
| buildCounterListResourceResponseItem++;
|
| if (buildCounterListResourceResponseItem < 3) {
|
| - checkUnnamed2568(o.endpoints);
|
| + checkUnnamed2504(o.endpoints);
|
| unittest.expect(o.resource, unittest.equals('foo'));
|
| }
|
| buildCounterListResourceResponseItem--;
|
| @@ -142,14 +142,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
|
| buildCounterOperationErrorErrors--;
|
| }
|
|
|
| -buildUnnamed2569() {
|
| +buildUnnamed2505() {
|
| var o = new core.List<api.OperationErrorErrors>();
|
| o.add(buildOperationErrorErrors());
|
| o.add(buildOperationErrorErrors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2569(core.List<api.OperationErrorErrors> o) {
|
| +checkUnnamed2505(core.List<api.OperationErrorErrors> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationErrorErrors(o[0]);
|
| checkOperationErrorErrors(o[1]);
|
| @@ -160,7 +160,7 @@ buildOperationError() {
|
| var o = new api.OperationError();
|
| buildCounterOperationError++;
|
| if (buildCounterOperationError < 3) {
|
| - o.errors = buildUnnamed2569();
|
| + o.errors = buildUnnamed2505();
|
| }
|
| buildCounterOperationError--;
|
| return o;
|
| @@ -169,7 +169,7 @@ buildOperationError() {
|
| checkOperationError(api.OperationError o) {
|
| buildCounterOperationError++;
|
| if (buildCounterOperationError < 3) {
|
| - checkUnnamed2569(o.errors);
|
| + checkUnnamed2505(o.errors);
|
| }
|
| buildCounterOperationError--;
|
| }
|
| @@ -195,14 +195,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
|
| buildCounterOperationWarningsData--;
|
| }
|
|
|
| -buildUnnamed2570() {
|
| +buildUnnamed2506() {
|
| var o = new core.List<api.OperationWarningsData>();
|
| o.add(buildOperationWarningsData());
|
| o.add(buildOperationWarningsData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2570(core.List<api.OperationWarningsData> o) {
|
| +checkUnnamed2506(core.List<api.OperationWarningsData> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationWarningsData(o[0]);
|
| checkOperationWarningsData(o[1]);
|
| @@ -214,7 +214,7 @@ buildOperationWarnings() {
|
| buildCounterOperationWarnings++;
|
| if (buildCounterOperationWarnings < 3) {
|
| o.code = "foo";
|
| - o.data = buildUnnamed2570();
|
| + o.data = buildUnnamed2506();
|
| o.message = "foo";
|
| }
|
| buildCounterOperationWarnings--;
|
| @@ -225,20 +225,20 @@ checkOperationWarnings(api.OperationWarnings o) {
|
| buildCounterOperationWarnings++;
|
| if (buildCounterOperationWarnings < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed2570(o.data);
|
| + checkUnnamed2506(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterOperationWarnings--;
|
| }
|
|
|
| -buildUnnamed2571() {
|
| +buildUnnamed2507() {
|
| var o = new core.List<api.OperationWarnings>();
|
| o.add(buildOperationWarnings());
|
| o.add(buildOperationWarnings());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2571(core.List<api.OperationWarnings> o) {
|
| +checkUnnamed2507(core.List<api.OperationWarnings> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperationWarnings(o[0]);
|
| checkOperationWarnings(o[1]);
|
| @@ -269,7 +269,7 @@ buildOperation() {
|
| o.targetId = "foo";
|
| o.targetLink = "foo";
|
| o.user = "foo";
|
| - o.warnings = buildUnnamed2571();
|
| + o.warnings = buildUnnamed2507();
|
| o.zone = "foo";
|
| }
|
| buildCounterOperation--;
|
| @@ -299,20 +299,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'));
|
| - checkUnnamed2571(o.warnings);
|
| + checkUnnamed2507(o.warnings);
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterOperation--;
|
| }
|
|
|
| -buildUnnamed2572() {
|
| +buildUnnamed2508() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2572(core.List<api.Operation> o) {
|
| +checkUnnamed2508(core.List<api.Operation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperation(o[0]);
|
| checkOperation(o[1]);
|
| @@ -324,7 +324,7 @@ buildOperationList() {
|
| buildCounterOperationList++;
|
| if (buildCounterOperationList < 3) {
|
| o.id = "foo";
|
| - o.items = buildUnnamed2572();
|
| + o.items = buildUnnamed2508();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -337,7 +337,7 @@ checkOperationList(api.OperationList o) {
|
| buildCounterOperationList++;
|
| if (buildCounterOperationList < 3) {
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| - checkUnnamed2572(o.items);
|
| + checkUnnamed2508(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -345,40 +345,40 @@ checkOperationList(api.OperationList o) {
|
| buildCounterOperationList--;
|
| }
|
|
|
| -buildUnnamed2573() {
|
| +buildUnnamed2509() {
|
| var o = new core.List<api.ServiceEndpoint>();
|
| o.add(buildServiceEndpoint());
|
| o.add(buildServiceEndpoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2573(core.List<api.ServiceEndpoint> o) {
|
| +checkUnnamed2509(core.List<api.ServiceEndpoint> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkServiceEndpoint(o[0]);
|
| checkServiceEndpoint(o[1]);
|
| }
|
|
|
| -buildUnnamed2574() {
|
| +buildUnnamed2510() {
|
| var o = new core.List<api.Label>();
|
| o.add(buildLabel());
|
| o.add(buildLabel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2574(core.List<api.Label> o) {
|
| +checkUnnamed2510(core.List<api.Label> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLabel(o[0]);
|
| checkLabel(o[1]);
|
| }
|
|
|
| -buildUnnamed2575() {
|
| +buildUnnamed2511() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2575(core.List<core.String> o) {
|
| +checkUnnamed2511(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'));
|
| @@ -391,14 +391,14 @@ buildResourceView() {
|
| if (buildCounterResourceView < 3) {
|
| o.creationTimestamp = "foo";
|
| o.description = "foo";
|
| - o.endpoints = buildUnnamed2573();
|
| + o.endpoints = buildUnnamed2509();
|
| o.fingerprint = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed2574();
|
| + o.labels = buildUnnamed2510();
|
| o.name = "foo";
|
| o.network = "foo";
|
| - o.resources = buildUnnamed2575();
|
| + o.resources = buildUnnamed2511();
|
| o.selfLink = "foo";
|
| o.size = 42;
|
| }
|
| @@ -411,14 +411,14 @@ checkResourceView(api.ResourceView o) {
|
| if (buildCounterResourceView < 3) {
|
| unittest.expect(o.creationTimestamp, unittest.equals('foo'));
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| - checkUnnamed2573(o.endpoints);
|
| + checkUnnamed2509(o.endpoints);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed2574(o.labels);
|
| + checkUnnamed2510(o.labels);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| - checkUnnamed2575(o.resources);
|
| + checkUnnamed2511(o.resources);
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| unittest.expect(o.size, unittest.equals(42));
|
| }
|
| @@ -446,14 +446,14 @@ checkServiceEndpoint(api.ServiceEndpoint o) {
|
| buildCounterServiceEndpoint--;
|
| }
|
|
|
| -buildUnnamed2576() {
|
| +buildUnnamed2512() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2576(core.List<core.String> o) {
|
| +checkUnnamed2512(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'));
|
| @@ -464,7 +464,7 @@ buildZoneViewsAddResourcesRequest() {
|
| var o = new api.ZoneViewsAddResourcesRequest();
|
| buildCounterZoneViewsAddResourcesRequest++;
|
| if (buildCounterZoneViewsAddResourcesRequest < 3) {
|
| - o.resources = buildUnnamed2576();
|
| + o.resources = buildUnnamed2512();
|
| }
|
| buildCounterZoneViewsAddResourcesRequest--;
|
| return o;
|
| @@ -473,19 +473,19 @@ buildZoneViewsAddResourcesRequest() {
|
| checkZoneViewsAddResourcesRequest(api.ZoneViewsAddResourcesRequest o) {
|
| buildCounterZoneViewsAddResourcesRequest++;
|
| if (buildCounterZoneViewsAddResourcesRequest < 3) {
|
| - checkUnnamed2576(o.resources);
|
| + checkUnnamed2512(o.resources);
|
| }
|
| buildCounterZoneViewsAddResourcesRequest--;
|
| }
|
|
|
| -buildUnnamed2577() {
|
| +buildUnnamed2513() {
|
| var o = new core.List<api.ServiceEndpoint>();
|
| o.add(buildServiceEndpoint());
|
| o.add(buildServiceEndpoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2577(core.List<api.ServiceEndpoint> o) {
|
| +checkUnnamed2513(core.List<api.ServiceEndpoint> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkServiceEndpoint(o[0]);
|
| checkServiceEndpoint(o[1]);
|
| @@ -496,7 +496,7 @@ buildZoneViewsGetServiceResponse() {
|
| var o = new api.ZoneViewsGetServiceResponse();
|
| buildCounterZoneViewsGetServiceResponse++;
|
| if (buildCounterZoneViewsGetServiceResponse < 3) {
|
| - o.endpoints = buildUnnamed2577();
|
| + o.endpoints = buildUnnamed2513();
|
| o.fingerprint = "foo";
|
| }
|
| buildCounterZoneViewsGetServiceResponse--;
|
| @@ -506,20 +506,20 @@ buildZoneViewsGetServiceResponse() {
|
| checkZoneViewsGetServiceResponse(api.ZoneViewsGetServiceResponse o) {
|
| buildCounterZoneViewsGetServiceResponse++;
|
| if (buildCounterZoneViewsGetServiceResponse < 3) {
|
| - checkUnnamed2577(o.endpoints);
|
| + checkUnnamed2513(o.endpoints);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| }
|
| buildCounterZoneViewsGetServiceResponse--;
|
| }
|
|
|
| -buildUnnamed2578() {
|
| +buildUnnamed2514() {
|
| var o = new core.List<api.ResourceView>();
|
| o.add(buildResourceView());
|
| o.add(buildResourceView());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2578(core.List<api.ResourceView> o) {
|
| +checkUnnamed2514(core.List<api.ResourceView> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkResourceView(o[0]);
|
| checkResourceView(o[1]);
|
| @@ -530,7 +530,7 @@ buildZoneViewsList() {
|
| var o = new api.ZoneViewsList();
|
| buildCounterZoneViewsList++;
|
| if (buildCounterZoneViewsList < 3) {
|
| - o.items = buildUnnamed2578();
|
| + o.items = buildUnnamed2514();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -542,7 +542,7 @@ buildZoneViewsList() {
|
| checkZoneViewsList(api.ZoneViewsList o) {
|
| buildCounterZoneViewsList++;
|
| if (buildCounterZoneViewsList < 3) {
|
| - checkUnnamed2578(o.items);
|
| + checkUnnamed2514(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| unittest.expect(o.selfLink, unittest.equals('foo'));
|
| @@ -550,14 +550,14 @@ checkZoneViewsList(api.ZoneViewsList o) {
|
| buildCounterZoneViewsList--;
|
| }
|
|
|
| -buildUnnamed2579() {
|
| +buildUnnamed2515() {
|
| var o = new core.List<api.ListResourceResponseItem>();
|
| o.add(buildListResourceResponseItem());
|
| o.add(buildListResourceResponseItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2579(core.List<api.ListResourceResponseItem> o) {
|
| +checkUnnamed2515(core.List<api.ListResourceResponseItem> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkListResourceResponseItem(o[0]);
|
| checkListResourceResponseItem(o[1]);
|
| @@ -568,7 +568,7 @@ buildZoneViewsListResourcesResponse() {
|
| var o = new api.ZoneViewsListResourcesResponse();
|
| buildCounterZoneViewsListResourcesResponse++;
|
| if (buildCounterZoneViewsListResourcesResponse < 3) {
|
| - o.items = buildUnnamed2579();
|
| + o.items = buildUnnamed2515();
|
| o.network = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -579,21 +579,21 @@ buildZoneViewsListResourcesResponse() {
|
| checkZoneViewsListResourcesResponse(api.ZoneViewsListResourcesResponse o) {
|
| buildCounterZoneViewsListResourcesResponse++;
|
| if (buildCounterZoneViewsListResourcesResponse < 3) {
|
| - checkUnnamed2579(o.items);
|
| + checkUnnamed2515(o.items);
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterZoneViewsListResourcesResponse--;
|
| }
|
|
|
| -buildUnnamed2580() {
|
| +buildUnnamed2516() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2580(core.List<core.String> o) {
|
| +checkUnnamed2516(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'));
|
| @@ -604,7 +604,7 @@ buildZoneViewsRemoveResourcesRequest() {
|
| var o = new api.ZoneViewsRemoveResourcesRequest();
|
| buildCounterZoneViewsRemoveResourcesRequest++;
|
| if (buildCounterZoneViewsRemoveResourcesRequest < 3) {
|
| - o.resources = buildUnnamed2580();
|
| + o.resources = buildUnnamed2516();
|
| }
|
| buildCounterZoneViewsRemoveResourcesRequest--;
|
| return o;
|
| @@ -613,19 +613,19 @@ buildZoneViewsRemoveResourcesRequest() {
|
| checkZoneViewsRemoveResourcesRequest(api.ZoneViewsRemoveResourcesRequest o) {
|
| buildCounterZoneViewsRemoveResourcesRequest++;
|
| if (buildCounterZoneViewsRemoveResourcesRequest < 3) {
|
| - checkUnnamed2580(o.resources);
|
| + checkUnnamed2516(o.resources);
|
| }
|
| buildCounterZoneViewsRemoveResourcesRequest--;
|
| }
|
|
|
| -buildUnnamed2581() {
|
| +buildUnnamed2517() {
|
| var o = new core.List<api.ServiceEndpoint>();
|
| o.add(buildServiceEndpoint());
|
| o.add(buildServiceEndpoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2581(core.List<api.ServiceEndpoint> o) {
|
| +checkUnnamed2517(core.List<api.ServiceEndpoint> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkServiceEndpoint(o[0]);
|
| checkServiceEndpoint(o[1]);
|
| @@ -636,7 +636,7 @@ buildZoneViewsSetServiceRequest() {
|
| var o = new api.ZoneViewsSetServiceRequest();
|
| buildCounterZoneViewsSetServiceRequest++;
|
| if (buildCounterZoneViewsSetServiceRequest < 3) {
|
| - o.endpoints = buildUnnamed2581();
|
| + o.endpoints = buildUnnamed2517();
|
| o.fingerprint = "foo";
|
| o.resourceName = "foo";
|
| }
|
| @@ -647,7 +647,7 @@ buildZoneViewsSetServiceRequest() {
|
| checkZoneViewsSetServiceRequest(api.ZoneViewsSetServiceRequest o) {
|
| buildCounterZoneViewsSetServiceRequest++;
|
| if (buildCounterZoneViewsSetServiceRequest < 3) {
|
| - checkUnnamed2581(o.endpoints);
|
| + checkUnnamed2517(o.endpoints);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.resourceName, unittest.equals('foo'));
|
| }
|
|
|