Index: generated/googleapis/test/doubleclickbidmanager/v1_test.dart |
diff --git a/generated/googleapis/test/doubleclickbidmanager/v1_test.dart b/generated/googleapis/test/doubleclickbidmanager/v1_test.dart |
index 00004fa9991e7d9f2c25c420b87ce267a0302297..8a4e4b2de90d0213ef5a74bc20c6d3e391639271 100644 |
--- a/generated/googleapis/test/doubleclickbidmanager/v1_test.dart |
+++ b/generated/googleapis/test/doubleclickbidmanager/v1_test.dart |
@@ -51,14 +51,14 @@ http.StreamedResponse stringResponse( |
return new http.StreamedResponse(stream, status, headers: headers); |
} |
-buildUnnamed1132() { |
+buildUnnamed1163() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1132(core.List<core.String> o) { |
+checkUnnamed1163(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')); |
@@ -70,7 +70,7 @@ buildDownloadLineItemsRequest() { |
buildCounterDownloadLineItemsRequest++; |
if (buildCounterDownloadLineItemsRequest < 3) { |
o.fileSpec = "foo"; |
- o.filterIds = buildUnnamed1132(); |
+ o.filterIds = buildUnnamed1163(); |
o.filterType = "foo"; |
o.format = "foo"; |
} |
@@ -82,7 +82,7 @@ checkDownloadLineItemsRequest(api.DownloadLineItemsRequest o) { |
buildCounterDownloadLineItemsRequest++; |
if (buildCounterDownloadLineItemsRequest < 3) { |
unittest.expect(o.fileSpec, unittest.equals('foo')); |
- checkUnnamed1132(o.filterIds); |
+ checkUnnamed1163(o.filterIds); |
unittest.expect(o.filterType, unittest.equals('foo')); |
unittest.expect(o.format, unittest.equals('foo')); |
} |
@@ -108,27 +108,27 @@ checkDownloadLineItemsResponse(api.DownloadLineItemsResponse o) { |
buildCounterDownloadLineItemsResponse--; |
} |
-buildUnnamed1133() { |
+buildUnnamed1164() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1133(core.List<core.String> o) { |
+checkUnnamed1164(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')); |
} |
-buildUnnamed1134() { |
+buildUnnamed1165() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1134(core.List<core.String> o) { |
+checkUnnamed1165(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')); |
@@ -139,8 +139,8 @@ buildDownloadRequest() { |
var o = new api.DownloadRequest(); |
buildCounterDownloadRequest++; |
if (buildCounterDownloadRequest < 3) { |
- o.fileTypes = buildUnnamed1133(); |
- o.filterIds = buildUnnamed1134(); |
+ o.fileTypes = buildUnnamed1164(); |
+ o.filterIds = buildUnnamed1165(); |
o.filterType = "foo"; |
o.version = "foo"; |
} |
@@ -151,8 +151,8 @@ buildDownloadRequest() { |
checkDownloadRequest(api.DownloadRequest o) { |
buildCounterDownloadRequest++; |
if (buildCounterDownloadRequest < 3) { |
- checkUnnamed1133(o.fileTypes); |
- checkUnnamed1134(o.filterIds); |
+ checkUnnamed1164(o.fileTypes); |
+ checkUnnamed1165(o.filterIds); |
unittest.expect(o.filterType, unittest.equals('foo')); |
unittest.expect(o.version, unittest.equals('foo')); |
} |
@@ -205,14 +205,14 @@ checkFilterPair(api.FilterPair o) { |
buildCounterFilterPair--; |
} |
-buildUnnamed1135() { |
+buildUnnamed1166() { |
var o = new core.List<api.Query>(); |
o.add(buildQuery()); |
o.add(buildQuery()); |
return o; |
} |
-checkUnnamed1135(core.List<api.Query> o) { |
+checkUnnamed1166(core.List<api.Query> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkQuery(o[0]); |
checkQuery(o[1]); |
@@ -224,7 +224,7 @@ buildListQueriesResponse() { |
buildCounterListQueriesResponse++; |
if (buildCounterListQueriesResponse < 3) { |
o.kind = "foo"; |
- o.queries = buildUnnamed1135(); |
+ o.queries = buildUnnamed1166(); |
} |
buildCounterListQueriesResponse--; |
return o; |
@@ -234,19 +234,19 @@ checkListQueriesResponse(api.ListQueriesResponse o) { |
buildCounterListQueriesResponse++; |
if (buildCounterListQueriesResponse < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1135(o.queries); |
+ checkUnnamed1166(o.queries); |
} |
buildCounterListQueriesResponse--; |
} |
-buildUnnamed1136() { |
+buildUnnamed1167() { |
var o = new core.List<api.Report>(); |
o.add(buildReport()); |
o.add(buildReport()); |
return o; |
} |
-checkUnnamed1136(core.List<api.Report> o) { |
+checkUnnamed1167(core.List<api.Report> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkReport(o[0]); |
checkReport(o[1]); |
@@ -258,7 +258,7 @@ buildListReportsResponse() { |
buildCounterListReportsResponse++; |
if (buildCounterListReportsResponse < 3) { |
o.kind = "foo"; |
- o.reports = buildUnnamed1136(); |
+ o.reports = buildUnnamed1167(); |
} |
buildCounterListReportsResponse--; |
return o; |
@@ -268,45 +268,45 @@ checkListReportsResponse(api.ListReportsResponse o) { |
buildCounterListReportsResponse++; |
if (buildCounterListReportsResponse < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed1136(o.reports); |
+ checkUnnamed1167(o.reports); |
} |
buildCounterListReportsResponse--; |
} |
-buildUnnamed1137() { |
+buildUnnamed1168() { |
var o = new core.List<api.FilterPair>(); |
o.add(buildFilterPair()); |
o.add(buildFilterPair()); |
return o; |
} |
-checkUnnamed1137(core.List<api.FilterPair> o) { |
+checkUnnamed1168(core.List<api.FilterPair> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkFilterPair(o[0]); |
checkFilterPair(o[1]); |
} |
-buildUnnamed1138() { |
+buildUnnamed1169() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1138(core.List<core.String> o) { |
+checkUnnamed1169(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')); |
} |
-buildUnnamed1139() { |
+buildUnnamed1170() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1139(core.List<core.String> o) { |
+checkUnnamed1170(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')); |
@@ -317,10 +317,10 @@ buildParameters() { |
var o = new api.Parameters(); |
buildCounterParameters++; |
if (buildCounterParameters < 3) { |
- o.filters = buildUnnamed1137(); |
- o.groupBys = buildUnnamed1138(); |
+ o.filters = buildUnnamed1168(); |
+ o.groupBys = buildUnnamed1169(); |
o.includeInviteData = true; |
- o.metrics = buildUnnamed1139(); |
+ o.metrics = buildUnnamed1170(); |
o.type = "foo"; |
} |
buildCounterParameters--; |
@@ -330,10 +330,10 @@ buildParameters() { |
checkParameters(api.Parameters o) { |
buildCounterParameters++; |
if (buildCounterParameters < 3) { |
- checkUnnamed1137(o.filters); |
- checkUnnamed1138(o.groupBys); |
+ checkUnnamed1168(o.filters); |
+ checkUnnamed1169(o.groupBys); |
unittest.expect(o.includeInviteData, unittest.isTrue); |
- checkUnnamed1139(o.metrics); |
+ checkUnnamed1170(o.metrics); |
unittest.expect(o.type, unittest.equals('foo')); |
} |
buildCounterParameters--; |
@@ -372,14 +372,14 @@ checkQuery(api.Query o) { |
buildCounterQuery--; |
} |
-buildUnnamed1140() { |
+buildUnnamed1171() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1140(core.List<core.String> o) { |
+checkUnnamed1171(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')); |
@@ -399,7 +399,7 @@ buildQueryMetadata() { |
o.reportCount = 42; |
o.running = true; |
o.sendNotification = true; |
- o.shareEmailAddress = buildUnnamed1140(); |
+ o.shareEmailAddress = buildUnnamed1171(); |
o.title = "foo"; |
} |
buildCounterQueryMetadata--; |
@@ -418,7 +418,7 @@ checkQueryMetadata(api.QueryMetadata o) { |
unittest.expect(o.reportCount, unittest.equals(42)); |
unittest.expect(o.running, unittest.isTrue); |
unittest.expect(o.sendNotification, unittest.isTrue); |
- checkUnnamed1140(o.shareEmailAddress); |
+ checkUnnamed1171(o.shareEmailAddress); |
unittest.expect(o.title, unittest.equals('foo')); |
} |
buildCounterQueryMetadata--; |
@@ -562,14 +562,14 @@ checkReportStatus(api.ReportStatus o) { |
buildCounterReportStatus--; |
} |
-buildUnnamed1141() { |
+buildUnnamed1172() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1141(core.List<core.String> o) { |
+checkUnnamed1172(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')); |
@@ -583,7 +583,7 @@ buildRowStatus() { |
o.changed = true; |
o.entityId = "foo"; |
o.entityName = "foo"; |
- o.errors = buildUnnamed1141(); |
+ o.errors = buildUnnamed1172(); |
o.persisted = true; |
o.rowNumber = 42; |
} |
@@ -597,7 +597,7 @@ checkRowStatus(api.RowStatus o) { |
unittest.expect(o.changed, unittest.isTrue); |
unittest.expect(o.entityId, unittest.equals('foo')); |
unittest.expect(o.entityName, unittest.equals('foo')); |
- checkUnnamed1141(o.errors); |
+ checkUnnamed1172(o.errors); |
unittest.expect(o.persisted, unittest.isTrue); |
unittest.expect(o.rowNumber, unittest.equals(42)); |
} |
@@ -671,27 +671,27 @@ checkUploadLineItemsResponse(api.UploadLineItemsResponse o) { |
buildCounterUploadLineItemsResponse--; |
} |
-buildUnnamed1142() { |
+buildUnnamed1173() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed1142(core.List<core.String> o) { |
+checkUnnamed1173(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')); |
} |
-buildUnnamed1143() { |
+buildUnnamed1174() { |
var o = new core.List<api.RowStatus>(); |
o.add(buildRowStatus()); |
o.add(buildRowStatus()); |
return o; |
} |
-checkUnnamed1143(core.List<api.RowStatus> o) { |
+checkUnnamed1174(core.List<api.RowStatus> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkRowStatus(o[0]); |
checkRowStatus(o[1]); |
@@ -702,8 +702,8 @@ buildUploadStatus() { |
var o = new api.UploadStatus(); |
buildCounterUploadStatus++; |
if (buildCounterUploadStatus < 3) { |
- o.errors = buildUnnamed1142(); |
- o.rowStatus = buildUnnamed1143(); |
+ o.errors = buildUnnamed1173(); |
+ o.rowStatus = buildUnnamed1174(); |
} |
buildCounterUploadStatus--; |
return o; |
@@ -712,8 +712,8 @@ buildUploadStatus() { |
checkUploadStatus(api.UploadStatus o) { |
buildCounterUploadStatus++; |
if (buildCounterUploadStatus < 3) { |
- checkUnnamed1142(o.errors); |
- checkUnnamed1143(o.rowStatus); |
+ checkUnnamed1173(o.errors); |
+ checkUnnamed1174(o.rowStatus); |
} |
buildCounterUploadStatus--; |
} |