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 518bb38d0f31df3f54ea6bf9b3021e51d28a6ae7..35cea17082979c2e84fd9cbdbe45e93815c1bb9f 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; |
-buildUnnamed1141() { |
+buildUnnamed1266() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1141(core.List<core.String> o) { |
+checkUnnamed1266(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 = buildUnnamed1141(); |
+ o.ackId = buildUnnamed1266(); |
o.subscription = "foo"; |
} |
buildCounterAcknowledgeRequest--; |
@@ -44,7 +44,7 @@ buildAcknowledgeRequest() { |
checkAcknowledgeRequest(api.AcknowledgeRequest o) { |
buildCounterAcknowledgeRequest++; |
if (buildCounterAcknowledgeRequest < 3) { |
- checkUnnamed1141(o.ackId); |
+ checkUnnamed1266(o.ackId); |
unittest.expect(o.subscription, unittest.equals('foo')); |
} |
buildCounterAcknowledgeRequest--; |
@@ -73,14 +73,14 @@ checkLabel(api.Label o) { |
buildCounterLabel--; |
} |
-buildUnnamed1142() { |
+buildUnnamed1267() { |
var o = new core.List<api.Subscription>(); |
o.add(buildSubscription()); |
o.add(buildSubscription()); |
return o; |
} |
-checkUnnamed1142(core.List<api.Subscription> o) { |
+checkUnnamed1267(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 = buildUnnamed1142(); |
+ o.subscription = buildUnnamed1267(); |
} |
buildCounterListSubscriptionsResponse--; |
return o; |
@@ -102,19 +102,19 @@ checkListSubscriptionsResponse(api.ListSubscriptionsResponse o) { |
buildCounterListSubscriptionsResponse++; |
if (buildCounterListSubscriptionsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed1142(o.subscription); |
+ checkUnnamed1267(o.subscription); |
} |
buildCounterListSubscriptionsResponse--; |
} |
-buildUnnamed1143() { |
+buildUnnamed1268() { |
var o = new core.List<api.Topic>(); |
o.add(buildTopic()); |
o.add(buildTopic()); |
return o; |
} |
-checkUnnamed1143(core.List<api.Topic> o) { |
+checkUnnamed1268(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 = buildUnnamed1143(); |
+ o.topic = buildUnnamed1268(); |
} |
buildCounterListTopicsResponse--; |
return o; |
@@ -136,7 +136,7 @@ checkListTopicsResponse(api.ListTopicsResponse o) { |
buildCounterListTopicsResponse++; |
if (buildCounterListTopicsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed1143(o.topic); |
+ checkUnnamed1268(o.topic); |
} |
buildCounterListTopicsResponse--; |
} |
@@ -231,14 +231,14 @@ checkPubsubEvent(api.PubsubEvent o) { |
buildCounterPubsubEvent--; |
} |
-buildUnnamed1144() { |
+buildUnnamed1269() { |
var o = new core.List<api.Label>(); |
o.add(buildLabel()); |
o.add(buildLabel()); |
return o; |
} |
-checkUnnamed1144(core.List<api.Label> o) { |
+checkUnnamed1269(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 = buildUnnamed1144(); |
+ o.label = buildUnnamed1269(); |
} |
buildCounterPubsubMessage--; |
return o; |
@@ -260,7 +260,7 @@ checkPubsubMessage(api.PubsubMessage o) { |
buildCounterPubsubMessage++; |
if (buildCounterPubsubMessage < 3) { |
unittest.expect(o.data, unittest.equals('foo')); |
- checkUnnamed1144(o.label); |
+ checkUnnamed1269(o.label); |
} |
buildCounterPubsubMessage--; |
} |