| 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 1dafb561c0b4a5b7cc5e29d225046f9a2c65b917..c028e949d8bbad9eac2517f4e887946fb064cc83 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--;
|
| }
|
|
|
| -buildUnnamed1287() {
|
| +buildUnnamed1135() {
|
| var o = new core.List<core.int>();
|
| o.add(42);
|
| o.add(42);
|
| return o;
|
| }
|
|
|
| -checkUnnamed1287(core.List<core.int> o) {
|
| +checkUnnamed1135(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));
|
| }
|
|
|
| -buildUnnamed1288() {
|
| +buildUnnamed1136() {
|
| var o = new core.Map<core.String, core.List<core.int>>();
|
| - o["x"] = buildUnnamed1287();
|
| - o["y"] = buildUnnamed1287();
|
| + o["x"] = buildUnnamed1135();
|
| + o["y"] = buildUnnamed1135();
|
| return o;
|
| }
|
|
|
| -checkUnnamed1288(core.Map<core.String, core.List<core.int>> o) {
|
| +checkUnnamed1136(core.Map<core.String, core.List<core.int>> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| - checkUnnamed1287(o["x"]);
|
| - checkUnnamed1287(o["y"]);
|
| + checkUnnamed1135(o["x"]);
|
| + checkUnnamed1135(o["y"]);
|
| }
|
|
|
| core.int buildCounterListResourceResponseItem = 0;
|
| @@ -68,7 +68,7 @@ buildListResourceResponseItem() {
|
| var o = new api.ListResourceResponseItem();
|
| buildCounterListResourceResponseItem++;
|
| if (buildCounterListResourceResponseItem < 3) {
|
| - o.endpoints = buildUnnamed1288();
|
| + o.endpoints = buildUnnamed1136();
|
| o.resource = "foo";
|
| }
|
| buildCounterListResourceResponseItem--;
|
| @@ -78,7 +78,7 @@ buildListResourceResponseItem() {
|
| checkListResourceResponseItem(api.ListResourceResponseItem o) {
|
| buildCounterListResourceResponseItem++;
|
| if (buildCounterListResourceResponseItem < 3) {
|
| - checkUnnamed1288(o.endpoints);
|
| + checkUnnamed1136(o.endpoints);
|
| unittest.expect(o.resource, unittest.equals('foo'));
|
| }
|
| buildCounterListResourceResponseItem--;
|
| @@ -107,14 +107,14 @@ checkOperationErrorErrors(api.OperationErrorErrors o) {
|
| buildCounterOperationErrorErrors--;
|
| }
|
|
|
| -buildUnnamed1289() {
|
| +buildUnnamed1137() {
|
| var o = new core.List<api.OperationErrorErrors>();
|
| o.add(buildOperationErrorErrors());
|
| o.add(buildOperationErrorErrors());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1289(core.List<api.OperationErrorErrors> o) {
|
| +checkUnnamed1137(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 = buildUnnamed1289();
|
| + o.errors = buildUnnamed1137();
|
| }
|
| buildCounterOperationError--;
|
| return o;
|
| @@ -134,7 +134,7 @@ buildOperationError() {
|
| checkOperationError(api.OperationError o) {
|
| buildCounterOperationError++;
|
| if (buildCounterOperationError < 3) {
|
| - checkUnnamed1289(o.errors);
|
| + checkUnnamed1137(o.errors);
|
| }
|
| buildCounterOperationError--;
|
| }
|
| @@ -160,14 +160,14 @@ checkOperationWarningsData(api.OperationWarningsData o) {
|
| buildCounterOperationWarningsData--;
|
| }
|
|
|
| -buildUnnamed1290() {
|
| +buildUnnamed1138() {
|
| var o = new core.List<api.OperationWarningsData>();
|
| o.add(buildOperationWarningsData());
|
| o.add(buildOperationWarningsData());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1290(core.List<api.OperationWarningsData> o) {
|
| +checkUnnamed1138(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 = buildUnnamed1290();
|
| + o.data = buildUnnamed1138();
|
| o.message = "foo";
|
| }
|
| buildCounterOperationWarnings--;
|
| @@ -190,20 +190,20 @@ checkOperationWarnings(api.OperationWarnings o) {
|
| buildCounterOperationWarnings++;
|
| if (buildCounterOperationWarnings < 3) {
|
| unittest.expect(o.code, unittest.equals('foo'));
|
| - checkUnnamed1290(o.data);
|
| + checkUnnamed1138(o.data);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterOperationWarnings--;
|
| }
|
|
|
| -buildUnnamed1291() {
|
| +buildUnnamed1139() {
|
| var o = new core.List<api.OperationWarnings>();
|
| o.add(buildOperationWarnings());
|
| o.add(buildOperationWarnings());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1291(core.List<api.OperationWarnings> o) {
|
| +checkUnnamed1139(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 = buildUnnamed1291();
|
| + o.warnings = buildUnnamed1139();
|
| 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'));
|
| - checkUnnamed1291(o.warnings);
|
| + checkUnnamed1139(o.warnings);
|
| unittest.expect(o.zone, unittest.equals('foo'));
|
| }
|
| buildCounterOperation--;
|
| }
|
|
|
| -buildUnnamed1292() {
|
| +buildUnnamed1140() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1292(core.List<api.Operation> o) {
|
| +checkUnnamed1140(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 = buildUnnamed1292();
|
| + o.items = buildUnnamed1140();
|
| 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'));
|
| - checkUnnamed1292(o.items);
|
| + checkUnnamed1140(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--;
|
| }
|
|
|
| -buildUnnamed1293() {
|
| +buildUnnamed1141() {
|
| var o = new core.List<api.ServiceEndpoint>();
|
| o.add(buildServiceEndpoint());
|
| o.add(buildServiceEndpoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1293(core.List<api.ServiceEndpoint> o) {
|
| +checkUnnamed1141(core.List<api.ServiceEndpoint> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkServiceEndpoint(o[0]);
|
| checkServiceEndpoint(o[1]);
|
| }
|
|
|
| -buildUnnamed1294() {
|
| +buildUnnamed1142() {
|
| var o = new core.List<api.Label>();
|
| o.add(buildLabel());
|
| o.add(buildLabel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1294(core.List<api.Label> o) {
|
| +checkUnnamed1142(core.List<api.Label> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLabel(o[0]);
|
| checkLabel(o[1]);
|
| }
|
|
|
| -buildUnnamed1295() {
|
| +buildUnnamed1143() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1295(core.List<core.String> o) {
|
| +checkUnnamed1143(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 = buildUnnamed1293();
|
| + o.endpoints = buildUnnamed1141();
|
| o.fingerprint = "foo";
|
| o.id = "foo";
|
| o.kind = "foo";
|
| - o.labels = buildUnnamed1294();
|
| + o.labels = buildUnnamed1142();
|
| o.name = "foo";
|
| o.network = "foo";
|
| - o.resources = buildUnnamed1295();
|
| + o.resources = buildUnnamed1143();
|
| 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'));
|
| - checkUnnamed1293(o.endpoints);
|
| + checkUnnamed1141(o.endpoints);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.id, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| - checkUnnamed1294(o.labels);
|
| + checkUnnamed1142(o.labels);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| - checkUnnamed1295(o.resources);
|
| + checkUnnamed1143(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--;
|
| }
|
|
|
| -buildUnnamed1296() {
|
| +buildUnnamed1144() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1296(core.List<core.String> o) {
|
| +checkUnnamed1144(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 = buildUnnamed1296();
|
| + o.resources = buildUnnamed1144();
|
| }
|
| buildCounterZoneViewsAddResourcesRequest--;
|
| return o;
|
| @@ -438,19 +438,19 @@ buildZoneViewsAddResourcesRequest() {
|
| checkZoneViewsAddResourcesRequest(api.ZoneViewsAddResourcesRequest o) {
|
| buildCounterZoneViewsAddResourcesRequest++;
|
| if (buildCounterZoneViewsAddResourcesRequest < 3) {
|
| - checkUnnamed1296(o.resources);
|
| + checkUnnamed1144(o.resources);
|
| }
|
| buildCounterZoneViewsAddResourcesRequest--;
|
| }
|
|
|
| -buildUnnamed1297() {
|
| +buildUnnamed1145() {
|
| var o = new core.List<api.ServiceEndpoint>();
|
| o.add(buildServiceEndpoint());
|
| o.add(buildServiceEndpoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1297(core.List<api.ServiceEndpoint> o) {
|
| +checkUnnamed1145(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 = buildUnnamed1297();
|
| + o.endpoints = buildUnnamed1145();
|
| o.fingerprint = "foo";
|
| }
|
| buildCounterZoneViewsGetServiceResponse--;
|
| @@ -471,20 +471,20 @@ buildZoneViewsGetServiceResponse() {
|
| checkZoneViewsGetServiceResponse(api.ZoneViewsGetServiceResponse o) {
|
| buildCounterZoneViewsGetServiceResponse++;
|
| if (buildCounterZoneViewsGetServiceResponse < 3) {
|
| - checkUnnamed1297(o.endpoints);
|
| + checkUnnamed1145(o.endpoints);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| }
|
| buildCounterZoneViewsGetServiceResponse--;
|
| }
|
|
|
| -buildUnnamed1298() {
|
| +buildUnnamed1146() {
|
| var o = new core.List<api.ResourceView>();
|
| o.add(buildResourceView());
|
| o.add(buildResourceView());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1298(core.List<api.ResourceView> o) {
|
| +checkUnnamed1146(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 = buildUnnamed1298();
|
| + o.items = buildUnnamed1146();
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| o.selfLink = "foo";
|
| @@ -507,7 +507,7 @@ buildZoneViewsList() {
|
| checkZoneViewsList(api.ZoneViewsList o) {
|
| buildCounterZoneViewsList++;
|
| if (buildCounterZoneViewsList < 3) {
|
| - checkUnnamed1298(o.items);
|
| + checkUnnamed1146(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--;
|
| }
|
|
|
| -buildUnnamed1299() {
|
| +buildUnnamed1147() {
|
| var o = new core.List<api.ListResourceResponseItem>();
|
| o.add(buildListResourceResponseItem());
|
| o.add(buildListResourceResponseItem());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1299(core.List<api.ListResourceResponseItem> o) {
|
| +checkUnnamed1147(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 = buildUnnamed1299();
|
| + o.items = buildUnnamed1147();
|
| o.network = "foo";
|
| o.nextPageToken = "foo";
|
| }
|
| @@ -544,21 +544,21 @@ buildZoneViewsListResourcesResponse() {
|
| checkZoneViewsListResourcesResponse(api.ZoneViewsListResourcesResponse o) {
|
| buildCounterZoneViewsListResourcesResponse++;
|
| if (buildCounterZoneViewsListResourcesResponse < 3) {
|
| - checkUnnamed1299(o.items);
|
| + checkUnnamed1147(o.items);
|
| unittest.expect(o.network, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterZoneViewsListResourcesResponse--;
|
| }
|
|
|
| -buildUnnamed1300() {
|
| +buildUnnamed1148() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1300(core.List<core.String> o) {
|
| +checkUnnamed1148(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 = buildUnnamed1300();
|
| + o.resources = buildUnnamed1148();
|
| }
|
| buildCounterZoneViewsRemoveResourcesRequest--;
|
| return o;
|
| @@ -578,19 +578,19 @@ buildZoneViewsRemoveResourcesRequest() {
|
| checkZoneViewsRemoveResourcesRequest(api.ZoneViewsRemoveResourcesRequest o) {
|
| buildCounterZoneViewsRemoveResourcesRequest++;
|
| if (buildCounterZoneViewsRemoveResourcesRequest < 3) {
|
| - checkUnnamed1300(o.resources);
|
| + checkUnnamed1148(o.resources);
|
| }
|
| buildCounterZoneViewsRemoveResourcesRequest--;
|
| }
|
|
|
| -buildUnnamed1301() {
|
| +buildUnnamed1149() {
|
| var o = new core.List<api.ServiceEndpoint>();
|
| o.add(buildServiceEndpoint());
|
| o.add(buildServiceEndpoint());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1301(core.List<api.ServiceEndpoint> o) {
|
| +checkUnnamed1149(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 = buildUnnamed1301();
|
| + o.endpoints = buildUnnamed1149();
|
| o.fingerprint = "foo";
|
| o.resourceName = "foo";
|
| }
|
| @@ -612,7 +612,7 @@ buildZoneViewsSetServiceRequest() {
|
| checkZoneViewsSetServiceRequest(api.ZoneViewsSetServiceRequest o) {
|
| buildCounterZoneViewsSetServiceRequest++;
|
| if (buildCounterZoneViewsSetServiceRequest < 3) {
|
| - checkUnnamed1301(o.endpoints);
|
| + checkUnnamed1149(o.endpoints);
|
| unittest.expect(o.fingerprint, unittest.equals('foo'));
|
| unittest.expect(o.resourceName, unittest.equals('foo'));
|
| }
|
|
|