| Index: generated/googleapis_beta/test/pubsub/v1beta1_test.dart
|
| diff --git a/generated/googleapis_beta/test/pubsub/v1beta1_test.dart b/generated/googleapis_beta/test/pubsub/v1beta1_test.dart
|
| index 35cea17082979c2e84fd9cbdbe45e93815c1bb9f..86689a1e4c6a1c767ff53d098c09375d4049009d 100644
|
| --- a/generated/googleapis_beta/test/pubsub/v1beta1_test.dart
|
| +++ b/generated/googleapis_beta/test/pubsub/v1beta1_test.dart
|
| @@ -16,14 +16,14 @@ import 'package:googleapis_beta/pubsub/v1beta1.dart' as api;
|
|
|
|
|
|
|
| -buildUnnamed1266() {
|
| +buildUnnamed1361() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed1266(core.List<core.String> o) {
|
| +checkUnnamed1361(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'));
|
| @@ -34,7 +34,7 @@ buildAcknowledgeRequest() {
|
| var o = new api.AcknowledgeRequest();
|
| buildCounterAcknowledgeRequest++;
|
| if (buildCounterAcknowledgeRequest < 3) {
|
| - o.ackId = buildUnnamed1266();
|
| + o.ackId = buildUnnamed1361();
|
| o.subscription = "foo";
|
| }
|
| buildCounterAcknowledgeRequest--;
|
| @@ -44,7 +44,7 @@ buildAcknowledgeRequest() {
|
| checkAcknowledgeRequest(api.AcknowledgeRequest o) {
|
| buildCounterAcknowledgeRequest++;
|
| if (buildCounterAcknowledgeRequest < 3) {
|
| - checkUnnamed1266(o.ackId);
|
| + checkUnnamed1361(o.ackId);
|
| unittest.expect(o.subscription, unittest.equals('foo'));
|
| }
|
| buildCounterAcknowledgeRequest--;
|
| @@ -73,14 +73,14 @@ checkLabel(api.Label o) {
|
| buildCounterLabel--;
|
| }
|
|
|
| -buildUnnamed1267() {
|
| +buildUnnamed1362() {
|
| var o = new core.List<api.Subscription>();
|
| o.add(buildSubscription());
|
| o.add(buildSubscription());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1267(core.List<api.Subscription> o) {
|
| +checkUnnamed1362(core.List<api.Subscription> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubscription(o[0]);
|
| checkSubscription(o[1]);
|
| @@ -92,7 +92,7 @@ buildListSubscriptionsResponse() {
|
| buildCounterListSubscriptionsResponse++;
|
| if (buildCounterListSubscriptionsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.subscription = buildUnnamed1267();
|
| + o.subscription = buildUnnamed1362();
|
| }
|
| buildCounterListSubscriptionsResponse--;
|
| return o;
|
| @@ -102,19 +102,19 @@ checkListSubscriptionsResponse(api.ListSubscriptionsResponse o) {
|
| buildCounterListSubscriptionsResponse++;
|
| if (buildCounterListSubscriptionsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1267(o.subscription);
|
| + checkUnnamed1362(o.subscription);
|
| }
|
| buildCounterListSubscriptionsResponse--;
|
| }
|
|
|
| -buildUnnamed1268() {
|
| +buildUnnamed1363() {
|
| var o = new core.List<api.Topic>();
|
| o.add(buildTopic());
|
| o.add(buildTopic());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1268(core.List<api.Topic> o) {
|
| +checkUnnamed1363(core.List<api.Topic> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTopic(o[0]);
|
| checkTopic(o[1]);
|
| @@ -126,7 +126,7 @@ buildListTopicsResponse() {
|
| buildCounterListTopicsResponse++;
|
| if (buildCounterListTopicsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.topic = buildUnnamed1268();
|
| + o.topic = buildUnnamed1363();
|
| }
|
| buildCounterListTopicsResponse--;
|
| return o;
|
| @@ -136,7 +136,7 @@ checkListTopicsResponse(api.ListTopicsResponse o) {
|
| buildCounterListTopicsResponse++;
|
| if (buildCounterListTopicsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1268(o.topic);
|
| + checkUnnamed1363(o.topic);
|
| }
|
| buildCounterListTopicsResponse--;
|
| }
|
| @@ -231,14 +231,14 @@ checkPubsubEvent(api.PubsubEvent o) {
|
| buildCounterPubsubEvent--;
|
| }
|
|
|
| -buildUnnamed1269() {
|
| +buildUnnamed1364() {
|
| var o = new core.List<api.Label>();
|
| o.add(buildLabel());
|
| o.add(buildLabel());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1269(core.List<api.Label> o) {
|
| +checkUnnamed1364(core.List<api.Label> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkLabel(o[0]);
|
| checkLabel(o[1]);
|
| @@ -250,7 +250,7 @@ buildPubsubMessage() {
|
| buildCounterPubsubMessage++;
|
| if (buildCounterPubsubMessage < 3) {
|
| o.data = "foo";
|
| - o.label = buildUnnamed1269();
|
| + o.label = buildUnnamed1364();
|
| }
|
| buildCounterPubsubMessage--;
|
| return o;
|
| @@ -260,7 +260,7 @@ checkPubsubMessage(api.PubsubMessage o) {
|
| buildCounterPubsubMessage++;
|
| if (buildCounterPubsubMessage < 3) {
|
| unittest.expect(o.data, unittest.equals('foo'));
|
| - checkUnnamed1269(o.label);
|
| + checkUnnamed1364(o.label);
|
| }
|
| buildCounterPubsubMessage--;
|
| }
|
|
|