Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(534)

Unified Diff: generated/googleapis/test/firebasedynamiclinks/v1_test.dart

Issue 3003493002: Api-Roll 53: 2017-08-21 (Closed)
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis/test/drive/v3_test.dart ('k') | generated/googleapis/test/firebaserules/v1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 70b9158f621262b4c4bd13e96cafa9ca00600fe6..94c8131b246c2f4c3c69b898bfc1291604f53334 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--;
}
-buildUnnamed2174() {
+buildUnnamed2192() {
var o = new core.List<api.DynamicLinkWarning>();
o.add(buildDynamicLinkWarning());
o.add(buildDynamicLinkWarning());
return o;
}
-checkUnnamed2174(core.List<api.DynamicLinkWarning> o) {
+checkUnnamed2192(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 = buildUnnamed2174();
+ o.warning = buildUnnamed2192();
}
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'));
- checkUnnamed2174(o.warning);
+ checkUnnamed2192(o.warning);
}
buildCounterCreateShortDynamicLinkResponse--;
}
@@ -210,14 +210,14 @@ checkDynamicLinkInfo(api.DynamicLinkInfo o) {
buildCounterDynamicLinkInfo--;
}
-buildUnnamed2175() {
+buildUnnamed2193() {
var o = new core.List<api.DynamicLinkEventStat>();
o.add(buildDynamicLinkEventStat());
o.add(buildDynamicLinkEventStat());
return o;
}
-checkUnnamed2175(core.List<api.DynamicLinkEventStat> o) {
+checkUnnamed2193(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 = buildUnnamed2175();
+ o.linkEventStats = buildUnnamed2193();
}
buildCounterDynamicLinkStats--;
return o;
@@ -237,7 +237,7 @@ buildDynamicLinkStats() {
checkDynamicLinkStats(api.DynamicLinkStats o) {
buildCounterDynamicLinkStats++;
if (buildCounterDynamicLinkStats < 3) {
- checkUnnamed2175(o.linkEventStats);
+ checkUnnamed2193(o.linkEventStats);
}
buildCounterDynamicLinkStats--;
}
@@ -248,6 +248,7 @@ buildDynamicLinkWarning() {
buildCounterDynamicLinkWarning++;
if (buildCounterDynamicLinkWarning < 3) {
o.warningCode = "foo";
+ o.warningDocumentLink = "foo";
o.warningMessage = "foo";
}
buildCounterDynamicLinkWarning--;
@@ -258,6 +259,7 @@ checkDynamicLinkWarning(api.DynamicLinkWarning o) {
buildCounterDynamicLinkWarning++;
if (buildCounterDynamicLinkWarning < 3) {
unittest.expect(o.warningCode, unittest.equals('foo'));
+ unittest.expect(o.warningDocumentLink, unittest.equals('foo'));
unittest.expect(o.warningMessage, unittest.equals('foo'));
}
buildCounterDynamicLinkWarning--;
« no previous file with comments | « generated/googleapis/test/drive/v3_test.dart ('k') | generated/googleapis/test/firebaserules/v1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698