| Index: generated/googleapis/test/firebasedynamiclinks/v1_test.dart
|
| diff --git a/generated/googleapis/test/firebasedynamiclinks/v1_test.dart b/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
|
| index 916d48859b714633b2bfd85b9f3edfee9c12d1c7..6081b46dff1b37c2a4ef5d82c19102c32381216f 100644
|
| --- a/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
|
| +++ b/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
|
| @@ -120,14 +120,14 @@ checkCreateShortDynamicLinkRequest(api.CreateShortDynamicLinkRequest o) {
|
| buildCounterCreateShortDynamicLinkRequest--;
|
| }
|
|
|
| -buildUnnamed2054() {
|
| +buildUnnamed2140() {
|
| var o = new core.List<api.DynamicLinkWarning>();
|
| o.add(buildDynamicLinkWarning());
|
| o.add(buildDynamicLinkWarning());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2054(core.List<api.DynamicLinkWarning> o) {
|
| +checkUnnamed2140(core.List<api.DynamicLinkWarning> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDynamicLinkWarning(o[0]);
|
| checkDynamicLinkWarning(o[1]);
|
| @@ -140,7 +140,7 @@ buildCreateShortDynamicLinkResponse() {
|
| if (buildCounterCreateShortDynamicLinkResponse < 3) {
|
| o.previewLink = "foo";
|
| o.shortLink = "foo";
|
| - o.warning = buildUnnamed2054();
|
| + o.warning = buildUnnamed2140();
|
| }
|
| buildCounterCreateShortDynamicLinkResponse--;
|
| return o;
|
| @@ -151,7 +151,7 @@ checkCreateShortDynamicLinkResponse(api.CreateShortDynamicLinkResponse o) {
|
| if (buildCounterCreateShortDynamicLinkResponse < 3) {
|
| unittest.expect(o.previewLink, unittest.equals('foo'));
|
| unittest.expect(o.shortLink, unittest.equals('foo'));
|
| - checkUnnamed2054(o.warning);
|
| + checkUnnamed2140(o.warning);
|
| }
|
| buildCounterCreateShortDynamicLinkResponse--;
|
| }
|
| @@ -210,14 +210,14 @@ checkDynamicLinkInfo(api.DynamicLinkInfo o) {
|
| buildCounterDynamicLinkInfo--;
|
| }
|
|
|
| -buildUnnamed2055() {
|
| +buildUnnamed2141() {
|
| var o = new core.List<api.DynamicLinkEventStat>();
|
| o.add(buildDynamicLinkEventStat());
|
| o.add(buildDynamicLinkEventStat());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2055(core.List<api.DynamicLinkEventStat> o) {
|
| +checkUnnamed2141(core.List<api.DynamicLinkEventStat> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDynamicLinkEventStat(o[0]);
|
| checkDynamicLinkEventStat(o[1]);
|
| @@ -228,7 +228,7 @@ buildDynamicLinkStats() {
|
| var o = new api.DynamicLinkStats();
|
| buildCounterDynamicLinkStats++;
|
| if (buildCounterDynamicLinkStats < 3) {
|
| - o.linkEventStats = buildUnnamed2055();
|
| + o.linkEventStats = buildUnnamed2141();
|
| }
|
| buildCounterDynamicLinkStats--;
|
| return o;
|
| @@ -237,7 +237,7 @@ buildDynamicLinkStats() {
|
| checkDynamicLinkStats(api.DynamicLinkStats o) {
|
| buildCounterDynamicLinkStats++;
|
| if (buildCounterDynamicLinkStats < 3) {
|
| - checkUnnamed2055(o.linkEventStats);
|
| + checkUnnamed2141(o.linkEventStats);
|
| }
|
| buildCounterDynamicLinkStats--;
|
| }
|
|
|