| Index: generated/googleapis/test/reseller/v1_test.dart
|
| diff --git a/generated/googleapis/test/reseller/v1_test.dart b/generated/googleapis/test/reseller/v1_test.dart
|
| index 444c69056a7052e6536c140206a891544f6f5c20..dbda1ab8ae7f9a6f21e1f965ae8080f334315393 100644
|
| --- a/generated/googleapis/test/reseller/v1_test.dart
|
| +++ b/generated/googleapis/test/reseller/v1_test.dart
|
| @@ -169,14 +169,14 @@ checkRenewalSettings(api.RenewalSettings o) {
|
| buildCounterRenewalSettings--;
|
| }
|
|
|
| -buildUnnamed2294() {
|
| +buildUnnamed2393() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2294(core.List<core.String> o) {
|
| +checkUnnamed2393(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'));
|
| @@ -187,7 +187,7 @@ buildResellernotifyGetwatchdetailsResponse() {
|
| var o = new api.ResellernotifyGetwatchdetailsResponse();
|
| buildCounterResellernotifyGetwatchdetailsResponse++;
|
| if (buildCounterResellernotifyGetwatchdetailsResponse < 3) {
|
| - o.serviceAccountEmailAddresses = buildUnnamed2294();
|
| + o.serviceAccountEmailAddresses = buildUnnamed2393();
|
| o.topicName = "foo";
|
| }
|
| buildCounterResellernotifyGetwatchdetailsResponse--;
|
| @@ -197,7 +197,7 @@ buildResellernotifyGetwatchdetailsResponse() {
|
| checkResellernotifyGetwatchdetailsResponse(api.ResellernotifyGetwatchdetailsResponse o) {
|
| buildCounterResellernotifyGetwatchdetailsResponse++;
|
| if (buildCounterResellernotifyGetwatchdetailsResponse < 3) {
|
| - checkUnnamed2294(o.serviceAccountEmailAddresses);
|
| + checkUnnamed2393(o.serviceAccountEmailAddresses);
|
| unittest.expect(o.topicName, unittest.equals('foo'));
|
| }
|
| buildCounterResellernotifyGetwatchdetailsResponse--;
|
| @@ -291,14 +291,14 @@ checkSubscriptionPlan(api.SubscriptionPlan o) {
|
| buildCounterSubscriptionPlan--;
|
| }
|
|
|
| -buildUnnamed2295() {
|
| +buildUnnamed2394() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed2295(core.List<core.String> o) {
|
| +checkUnnamed2394(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'));
|
| @@ -366,7 +366,7 @@ buildSubscription() {
|
| o.skuName = "foo";
|
| o.status = "foo";
|
| o.subscriptionId = "foo";
|
| - o.suspensionReasons = buildUnnamed2295();
|
| + o.suspensionReasons = buildUnnamed2394();
|
| o.transferInfo = buildSubscriptionTransferInfo();
|
| o.trialSettings = buildSubscriptionTrialSettings();
|
| }
|
| @@ -392,21 +392,21 @@ checkSubscription(api.Subscription o) {
|
| unittest.expect(o.skuName, unittest.equals('foo'));
|
| unittest.expect(o.status, unittest.equals('foo'));
|
| unittest.expect(o.subscriptionId, unittest.equals('foo'));
|
| - checkUnnamed2295(o.suspensionReasons);
|
| + checkUnnamed2394(o.suspensionReasons);
|
| checkSubscriptionTransferInfo(o.transferInfo);
|
| checkSubscriptionTrialSettings(o.trialSettings);
|
| }
|
| buildCounterSubscription--;
|
| }
|
|
|
| -buildUnnamed2296() {
|
| +buildUnnamed2395() {
|
| var o = new core.List<api.Subscription>();
|
| o.add(buildSubscription());
|
| o.add(buildSubscription());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2296(core.List<api.Subscription> o) {
|
| +checkUnnamed2395(core.List<api.Subscription> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubscription(o[0]);
|
| checkSubscription(o[1]);
|
| @@ -419,7 +419,7 @@ buildSubscriptions() {
|
| if (buildCounterSubscriptions < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.subscriptions = buildUnnamed2296();
|
| + o.subscriptions = buildUnnamed2395();
|
| }
|
| buildCounterSubscriptions--;
|
| return o;
|
| @@ -430,7 +430,7 @@ checkSubscriptions(api.Subscriptions o) {
|
| if (buildCounterSubscriptions < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed2296(o.subscriptions);
|
| + checkUnnamed2395(o.subscriptions);
|
| }
|
| buildCounterSubscriptions--;
|
| }
|
|
|