| Index: generated/googleapis_beta/test/container/v1beta1_test.dart
|
| diff --git a/generated/googleapis_beta/test/container/v1beta1_test.dart b/generated/googleapis_beta/test/container/v1beta1_test.dart
|
| index 741b723b71147c12b9e6850ed1797cf14d3056a7..6acf9a28998917a992c156111c1d1431f216d0e4 100644
|
| --- a/generated/googleapis_beta/test/container/v1beta1_test.dart
|
| +++ b/generated/googleapis_beta/test/container/v1beta1_test.dart
|
| @@ -80,14 +80,14 @@ checkCreateClusterRequest(api.CreateClusterRequest o) {
|
| buildCounterCreateClusterRequest--;
|
| }
|
|
|
| -buildUnnamed1179() {
|
| +buildUnnamed1233() {
|
| var o = new core.List<api.Cluster>();
|
| o.add(buildCluster());
|
| o.add(buildCluster());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1179(core.List<api.Cluster> o) {
|
| +checkUnnamed1233(core.List<api.Cluster> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCluster(o[0]);
|
| checkCluster(o[1]);
|
| @@ -98,7 +98,7 @@ buildListAggregatedClustersResponse() {
|
| var o = new api.ListAggregatedClustersResponse();
|
| buildCounterListAggregatedClustersResponse++;
|
| if (buildCounterListAggregatedClustersResponse < 3) {
|
| - o.clusters = buildUnnamed1179();
|
| + o.clusters = buildUnnamed1233();
|
| }
|
| buildCounterListAggregatedClustersResponse--;
|
| return o;
|
| @@ -107,19 +107,19 @@ buildListAggregatedClustersResponse() {
|
| checkListAggregatedClustersResponse(api.ListAggregatedClustersResponse o) {
|
| buildCounterListAggregatedClustersResponse++;
|
| if (buildCounterListAggregatedClustersResponse < 3) {
|
| - checkUnnamed1179(o.clusters);
|
| + checkUnnamed1233(o.clusters);
|
| }
|
| buildCounterListAggregatedClustersResponse--;
|
| }
|
|
|
| -buildUnnamed1180() {
|
| +buildUnnamed1234() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1180(core.List<api.Operation> o) {
|
| +checkUnnamed1234(core.List<api.Operation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperation(o[0]);
|
| checkOperation(o[1]);
|
| @@ -130,7 +130,7 @@ buildListAggregatedOperationsResponse() {
|
| var o = new api.ListAggregatedOperationsResponse();
|
| buildCounterListAggregatedOperationsResponse++;
|
| if (buildCounterListAggregatedOperationsResponse < 3) {
|
| - o.operations = buildUnnamed1180();
|
| + o.operations = buildUnnamed1234();
|
| }
|
| buildCounterListAggregatedOperationsResponse--;
|
| return o;
|
| @@ -139,19 +139,19 @@ buildListAggregatedOperationsResponse() {
|
| checkListAggregatedOperationsResponse(api.ListAggregatedOperationsResponse o) {
|
| buildCounterListAggregatedOperationsResponse++;
|
| if (buildCounterListAggregatedOperationsResponse < 3) {
|
| - checkUnnamed1180(o.operations);
|
| + checkUnnamed1234(o.operations);
|
| }
|
| buildCounterListAggregatedOperationsResponse--;
|
| }
|
|
|
| -buildUnnamed1181() {
|
| +buildUnnamed1235() {
|
| var o = new core.List<api.Cluster>();
|
| o.add(buildCluster());
|
| o.add(buildCluster());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1181(core.List<api.Cluster> o) {
|
| +checkUnnamed1235(core.List<api.Cluster> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkCluster(o[0]);
|
| checkCluster(o[1]);
|
| @@ -162,7 +162,7 @@ buildListClustersResponse() {
|
| var o = new api.ListClustersResponse();
|
| buildCounterListClustersResponse++;
|
| if (buildCounterListClustersResponse < 3) {
|
| - o.clusters = buildUnnamed1181();
|
| + o.clusters = buildUnnamed1235();
|
| }
|
| buildCounterListClustersResponse--;
|
| return o;
|
| @@ -171,19 +171,19 @@ buildListClustersResponse() {
|
| checkListClustersResponse(api.ListClustersResponse o) {
|
| buildCounterListClustersResponse++;
|
| if (buildCounterListClustersResponse < 3) {
|
| - checkUnnamed1181(o.clusters);
|
| + checkUnnamed1235(o.clusters);
|
| }
|
| buildCounterListClustersResponse--;
|
| }
|
|
|
| -buildUnnamed1182() {
|
| +buildUnnamed1236() {
|
| var o = new core.List<api.Operation>();
|
| o.add(buildOperation());
|
| o.add(buildOperation());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1182(core.List<api.Operation> o) {
|
| +checkUnnamed1236(core.List<api.Operation> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkOperation(o[0]);
|
| checkOperation(o[1]);
|
| @@ -194,7 +194,7 @@ buildListOperationsResponse() {
|
| var o = new api.ListOperationsResponse();
|
| buildCounterListOperationsResponse++;
|
| if (buildCounterListOperationsResponse < 3) {
|
| - o.operations = buildUnnamed1182();
|
| + o.operations = buildUnnamed1236();
|
| }
|
| buildCounterListOperationsResponse--;
|
| return o;
|
| @@ -203,7 +203,7 @@ buildListOperationsResponse() {
|
| checkListOperationsResponse(api.ListOperationsResponse o) {
|
| buildCounterListOperationsResponse++;
|
| if (buildCounterListOperationsResponse < 3) {
|
| - checkUnnamed1182(o.operations);
|
| + checkUnnamed1236(o.operations);
|
| }
|
| buildCounterListOperationsResponse--;
|
| }
|
|
|