Another API update (#265)
diff --git a/generated/googleapis/test/abusiveexperiencereport/v1_test.dart b/generated/googleapis/test/abusiveexperiencereport/v1_test.dart
index 3897f5f..92f8777 100644
--- a/generated/googleapis/test/abusiveexperiencereport/v1_test.dart
+++ b/generated/googleapis/test/abusiveexperiencereport/v1_test.dart
@@ -76,14 +76,14 @@
buildCounterSiteSummaryResponse--;
}
-core.List<api.SiteSummaryResponse> buildUnnamed6237() {
+core.List<api.SiteSummaryResponse> buildUnnamed6288() {
var o = <api.SiteSummaryResponse>[];
o.add(buildSiteSummaryResponse());
o.add(buildSiteSummaryResponse());
return o;
}
-void checkUnnamed6237(core.List<api.SiteSummaryResponse> o) {
+void checkUnnamed6288(core.List<api.SiteSummaryResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkSiteSummaryResponse(o[0] as api.SiteSummaryResponse);
checkSiteSummaryResponse(o[1] as api.SiteSummaryResponse);
@@ -94,7 +94,7 @@
var o = api.ViolatingSitesResponse();
buildCounterViolatingSitesResponse++;
if (buildCounterViolatingSitesResponse < 3) {
- o.violatingSites = buildUnnamed6237();
+ o.violatingSites = buildUnnamed6288();
}
buildCounterViolatingSitesResponse--;
return o;
@@ -103,7 +103,7 @@
void checkViolatingSitesResponse(api.ViolatingSitesResponse o) {
buildCounterViolatingSitesResponse++;
if (buildCounterViolatingSitesResponse < 3) {
- checkUnnamed6237(o.violatingSites!);
+ checkUnnamed6288(o.violatingSites!);
}
buildCounterViolatingSitesResponse--;
}
diff --git a/generated/googleapis/test/acceleratedmobilepageurl/v1_test.dart b/generated/googleapis/test/acceleratedmobilepageurl/v1_test.dart
index 053fdef..d333691 100644
--- a/generated/googleapis/test/acceleratedmobilepageurl/v1_test.dart
+++ b/generated/googleapis/test/acceleratedmobilepageurl/v1_test.dart
@@ -91,14 +91,14 @@
buildCounterAmpUrlError--;
}
-core.List<core.String> buildUnnamed4446() {
+core.List<core.String> buildUnnamed4489() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4446(core.List<core.String> o) {
+void checkUnnamed4489(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -116,7 +116,7 @@
buildCounterBatchGetAmpUrlsRequest++;
if (buildCounterBatchGetAmpUrlsRequest < 3) {
o.lookupStrategy = 'foo';
- o.urls = buildUnnamed4446();
+ o.urls = buildUnnamed4489();
}
buildCounterBatchGetAmpUrlsRequest--;
return o;
@@ -129,32 +129,32 @@
o.lookupStrategy!,
unittest.equals('foo'),
);
- checkUnnamed4446(o.urls!);
+ checkUnnamed4489(o.urls!);
}
buildCounterBatchGetAmpUrlsRequest--;
}
-core.List<api.AmpUrl> buildUnnamed4447() {
+core.List<api.AmpUrl> buildUnnamed4490() {
var o = <api.AmpUrl>[];
o.add(buildAmpUrl());
o.add(buildAmpUrl());
return o;
}
-void checkUnnamed4447(core.List<api.AmpUrl> o) {
+void checkUnnamed4490(core.List<api.AmpUrl> o) {
unittest.expect(o, unittest.hasLength(2));
checkAmpUrl(o[0] as api.AmpUrl);
checkAmpUrl(o[1] as api.AmpUrl);
}
-core.List<api.AmpUrlError> buildUnnamed4448() {
+core.List<api.AmpUrlError> buildUnnamed4491() {
var o = <api.AmpUrlError>[];
o.add(buildAmpUrlError());
o.add(buildAmpUrlError());
return o;
}
-void checkUnnamed4448(core.List<api.AmpUrlError> o) {
+void checkUnnamed4491(core.List<api.AmpUrlError> o) {
unittest.expect(o, unittest.hasLength(2));
checkAmpUrlError(o[0] as api.AmpUrlError);
checkAmpUrlError(o[1] as api.AmpUrlError);
@@ -165,8 +165,8 @@
var o = api.BatchGetAmpUrlsResponse();
buildCounterBatchGetAmpUrlsResponse++;
if (buildCounterBatchGetAmpUrlsResponse < 3) {
- o.ampUrls = buildUnnamed4447();
- o.urlErrors = buildUnnamed4448();
+ o.ampUrls = buildUnnamed4490();
+ o.urlErrors = buildUnnamed4491();
}
buildCounterBatchGetAmpUrlsResponse--;
return o;
@@ -175,8 +175,8 @@
void checkBatchGetAmpUrlsResponse(api.BatchGetAmpUrlsResponse o) {
buildCounterBatchGetAmpUrlsResponse++;
if (buildCounterBatchGetAmpUrlsResponse < 3) {
- checkUnnamed4447(o.ampUrls!);
- checkUnnamed4448(o.urlErrors!);
+ checkUnnamed4490(o.ampUrls!);
+ checkUnnamed4491(o.urlErrors!);
}
buildCounterBatchGetAmpUrlsResponse--;
}
diff --git a/generated/googleapis/test/accessapproval/v1_test.dart b/generated/googleapis/test/accessapproval/v1_test.dart
index 4730e8d..9f938ef 100644
--- a/generated/googleapis/test/accessapproval/v1_test.dart
+++ b/generated/googleapis/test/accessapproval/v1_test.dart
@@ -27,27 +27,27 @@
import '../test_shared.dart';
-core.List<api.EnrolledService> buildUnnamed5670() {
+core.List<api.EnrolledService> buildUnnamed5721() {
var o = <api.EnrolledService>[];
o.add(buildEnrolledService());
o.add(buildEnrolledService());
return o;
}
-void checkUnnamed5670(core.List<api.EnrolledService> o) {
+void checkUnnamed5721(core.List<api.EnrolledService> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnrolledService(o[0] as api.EnrolledService);
checkEnrolledService(o[1] as api.EnrolledService);
}
-core.List<core.String> buildUnnamed5671() {
+core.List<core.String> buildUnnamed5722() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5671(core.List<core.String> o) {
+void checkUnnamed5722(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -65,9 +65,9 @@
buildCounterAccessApprovalSettings++;
if (buildCounterAccessApprovalSettings < 3) {
o.enrolledAncestor = true;
- o.enrolledServices = buildUnnamed5670();
+ o.enrolledServices = buildUnnamed5721();
o.name = 'foo';
- o.notificationEmails = buildUnnamed5671();
+ o.notificationEmails = buildUnnamed5722();
}
buildCounterAccessApprovalSettings--;
return o;
@@ -77,12 +77,12 @@
buildCounterAccessApprovalSettings++;
if (buildCounterAccessApprovalSettings < 3) {
unittest.expect(o.enrolledAncestor!, unittest.isTrue);
- checkUnnamed5670(o.enrolledServices!);
+ checkUnnamed5721(o.enrolledServices!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5671(o.notificationEmails!);
+ checkUnnamed5722(o.notificationEmails!);
}
buildCounterAccessApprovalSettings--;
}
@@ -319,14 +319,14 @@
buildCounterEnrolledService--;
}
-core.List<api.ApprovalRequest> buildUnnamed5672() {
+core.List<api.ApprovalRequest> buildUnnamed5723() {
var o = <api.ApprovalRequest>[];
o.add(buildApprovalRequest());
o.add(buildApprovalRequest());
return o;
}
-void checkUnnamed5672(core.List<api.ApprovalRequest> o) {
+void checkUnnamed5723(core.List<api.ApprovalRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkApprovalRequest(o[0] as api.ApprovalRequest);
checkApprovalRequest(o[1] as api.ApprovalRequest);
@@ -337,7 +337,7 @@
var o = api.ListApprovalRequestsResponse();
buildCounterListApprovalRequestsResponse++;
if (buildCounterListApprovalRequestsResponse < 3) {
- o.approvalRequests = buildUnnamed5672();
+ o.approvalRequests = buildUnnamed5723();
o.nextPageToken = 'foo';
}
buildCounterListApprovalRequestsResponse--;
@@ -347,7 +347,7 @@
void checkListApprovalRequestsResponse(api.ListApprovalRequestsResponse o) {
buildCounterListApprovalRequestsResponse++;
if (buildCounterListApprovalRequestsResponse < 3) {
- checkUnnamed5672(o.approvalRequests!);
+ checkUnnamed5723(o.approvalRequests!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/accesscontextmanager/v1_test.dart b/generated/googleapis/test/accesscontextmanager/v1_test.dart
index 935417c..e190418 100644
--- a/generated/googleapis/test/accesscontextmanager/v1_test.dart
+++ b/generated/googleapis/test/accesscontextmanager/v1_test.dart
@@ -100,14 +100,14 @@
buildCounterAccessPolicy--;
}
-core.List<api.MethodSelector> buildUnnamed7303() {
+core.List<api.MethodSelector> buildUnnamed7357() {
var o = <api.MethodSelector>[];
o.add(buildMethodSelector());
o.add(buildMethodSelector());
return o;
}
-void checkUnnamed7303(core.List<api.MethodSelector> o) {
+void checkUnnamed7357(core.List<api.MethodSelector> o) {
unittest.expect(o, unittest.hasLength(2));
checkMethodSelector(o[0] as api.MethodSelector);
checkMethodSelector(o[1] as api.MethodSelector);
@@ -118,7 +118,7 @@
var o = api.ApiOperation();
buildCounterApiOperation++;
if (buildCounterApiOperation < 3) {
- o.methodSelectors = buildUnnamed7303();
+ o.methodSelectors = buildUnnamed7357();
o.serviceName = 'foo';
}
buildCounterApiOperation--;
@@ -128,7 +128,7 @@
void checkApiOperation(api.ApiOperation o) {
buildCounterApiOperation++;
if (buildCounterApiOperation < 3) {
- checkUnnamed7303(o.methodSelectors!);
+ checkUnnamed7357(o.methodSelectors!);
unittest.expect(
o.serviceName!,
unittest.equals('foo'),
@@ -137,14 +137,14 @@
buildCounterApiOperation--;
}
-core.List<api.Condition> buildUnnamed7304() {
+core.List<api.Condition> buildUnnamed7358() {
var o = <api.Condition>[];
o.add(buildCondition());
o.add(buildCondition());
return o;
}
-void checkUnnamed7304(core.List<api.Condition> o) {
+void checkUnnamed7358(core.List<api.Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkCondition(o[0] as api.Condition);
checkCondition(o[1] as api.Condition);
@@ -156,7 +156,7 @@
buildCounterBasicLevel++;
if (buildCounterBasicLevel < 3) {
o.combiningFunction = 'foo';
- o.conditions = buildUnnamed7304();
+ o.conditions = buildUnnamed7358();
}
buildCounterBasicLevel--;
return o;
@@ -169,7 +169,7 @@
o.combiningFunction!,
unittest.equals('foo'),
);
- checkUnnamed7304(o.conditions!);
+ checkUnnamed7358(o.conditions!);
}
buildCounterBasicLevel--;
}
@@ -211,14 +211,14 @@
buildCounterCommitServicePerimetersRequest--;
}
-core.List<api.ServicePerimeter> buildUnnamed7305() {
+core.List<api.ServicePerimeter> buildUnnamed7359() {
var o = <api.ServicePerimeter>[];
o.add(buildServicePerimeter());
o.add(buildServicePerimeter());
return o;
}
-void checkUnnamed7305(core.List<api.ServicePerimeter> o) {
+void checkUnnamed7359(core.List<api.ServicePerimeter> o) {
unittest.expect(o, unittest.hasLength(2));
checkServicePerimeter(o[0] as api.ServicePerimeter);
checkServicePerimeter(o[1] as api.ServicePerimeter);
@@ -229,7 +229,7 @@
var o = api.CommitServicePerimetersResponse();
buildCounterCommitServicePerimetersResponse++;
if (buildCounterCommitServicePerimetersResponse < 3) {
- o.servicePerimeters = buildUnnamed7305();
+ o.servicePerimeters = buildUnnamed7359();
}
buildCounterCommitServicePerimetersResponse--;
return o;
@@ -239,19 +239,19 @@
api.CommitServicePerimetersResponse o) {
buildCounterCommitServicePerimetersResponse++;
if (buildCounterCommitServicePerimetersResponse < 3) {
- checkUnnamed7305(o.servicePerimeters!);
+ checkUnnamed7359(o.servicePerimeters!);
}
buildCounterCommitServicePerimetersResponse--;
}
-core.List<core.String> buildUnnamed7306() {
+core.List<core.String> buildUnnamed7360() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7306(core.List<core.String> o) {
+void checkUnnamed7360(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -263,14 +263,14 @@
);
}
-core.List<core.String> buildUnnamed7307() {
+core.List<core.String> buildUnnamed7361() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7307(core.List<core.String> o) {
+void checkUnnamed7361(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -282,14 +282,14 @@
);
}
-core.List<core.String> buildUnnamed7308() {
+core.List<core.String> buildUnnamed7362() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7308(core.List<core.String> o) {
+void checkUnnamed7362(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -301,14 +301,14 @@
);
}
-core.List<core.String> buildUnnamed7309() {
+core.List<core.String> buildUnnamed7363() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7309(core.List<core.String> o) {
+void checkUnnamed7363(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -326,11 +326,11 @@
buildCounterCondition++;
if (buildCounterCondition < 3) {
o.devicePolicy = buildDevicePolicy();
- o.ipSubnetworks = buildUnnamed7306();
- o.members = buildUnnamed7307();
+ o.ipSubnetworks = buildUnnamed7360();
+ o.members = buildUnnamed7361();
o.negate = true;
- o.regions = buildUnnamed7308();
- o.requiredAccessLevels = buildUnnamed7309();
+ o.regions = buildUnnamed7362();
+ o.requiredAccessLevels = buildUnnamed7363();
}
buildCounterCondition--;
return o;
@@ -340,11 +340,11 @@
buildCounterCondition++;
if (buildCounterCondition < 3) {
checkDevicePolicy(o.devicePolicy! as api.DevicePolicy);
- checkUnnamed7306(o.ipSubnetworks!);
- checkUnnamed7307(o.members!);
+ checkUnnamed7360(o.ipSubnetworks!);
+ checkUnnamed7361(o.members!);
unittest.expect(o.negate!, unittest.isTrue);
- checkUnnamed7308(o.regions!);
- checkUnnamed7309(o.requiredAccessLevels!);
+ checkUnnamed7362(o.regions!);
+ checkUnnamed7363(o.requiredAccessLevels!);
}
buildCounterCondition--;
}
@@ -368,14 +368,14 @@
buildCounterCustomLevel--;
}
-core.List<core.String> buildUnnamed7310() {
+core.List<core.String> buildUnnamed7364() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7310(core.List<core.String> o) {
+void checkUnnamed7364(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -387,14 +387,14 @@
);
}
-core.List<core.String> buildUnnamed7311() {
+core.List<core.String> buildUnnamed7365() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7311(core.List<core.String> o) {
+void checkUnnamed7365(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -406,14 +406,14 @@
);
}
-core.List<api.OsConstraint> buildUnnamed7312() {
+core.List<api.OsConstraint> buildUnnamed7366() {
var o = <api.OsConstraint>[];
o.add(buildOsConstraint());
o.add(buildOsConstraint());
return o;
}
-void checkUnnamed7312(core.List<api.OsConstraint> o) {
+void checkUnnamed7366(core.List<api.OsConstraint> o) {
unittest.expect(o, unittest.hasLength(2));
checkOsConstraint(o[0] as api.OsConstraint);
checkOsConstraint(o[1] as api.OsConstraint);
@@ -424,9 +424,9 @@
var o = api.DevicePolicy();
buildCounterDevicePolicy++;
if (buildCounterDevicePolicy < 3) {
- o.allowedDeviceManagementLevels = buildUnnamed7310();
- o.allowedEncryptionStatuses = buildUnnamed7311();
- o.osConstraints = buildUnnamed7312();
+ o.allowedDeviceManagementLevels = buildUnnamed7364();
+ o.allowedEncryptionStatuses = buildUnnamed7365();
+ o.osConstraints = buildUnnamed7366();
o.requireAdminApproval = true;
o.requireCorpOwned = true;
o.requireScreenlock = true;
@@ -438,9 +438,9 @@
void checkDevicePolicy(api.DevicePolicy o) {
buildCounterDevicePolicy++;
if (buildCounterDevicePolicy < 3) {
- checkUnnamed7310(o.allowedDeviceManagementLevels!);
- checkUnnamed7311(o.allowedEncryptionStatuses!);
- checkUnnamed7312(o.osConstraints!);
+ checkUnnamed7364(o.allowedDeviceManagementLevels!);
+ checkUnnamed7365(o.allowedEncryptionStatuses!);
+ checkUnnamed7366(o.osConstraints!);
unittest.expect(o.requireAdminApproval!, unittest.isTrue);
unittest.expect(o.requireCorpOwned!, unittest.isTrue);
unittest.expect(o.requireScreenlock!, unittest.isTrue);
@@ -448,14 +448,14 @@
buildCounterDevicePolicy--;
}
-core.List<core.String> buildUnnamed7313() {
+core.List<core.String> buildUnnamed7367() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7313(core.List<core.String> o) {
+void checkUnnamed7367(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -472,7 +472,7 @@
var o = api.EgressFrom();
buildCounterEgressFrom++;
if (buildCounterEgressFrom < 3) {
- o.identities = buildUnnamed7313();
+ o.identities = buildUnnamed7367();
o.identityType = 'foo';
}
buildCounterEgressFrom--;
@@ -482,7 +482,7 @@
void checkEgressFrom(api.EgressFrom o) {
buildCounterEgressFrom++;
if (buildCounterEgressFrom < 3) {
- checkUnnamed7313(o.identities!);
+ checkUnnamed7367(o.identities!);
unittest.expect(
o.identityType!,
unittest.equals('foo'),
@@ -512,27 +512,27 @@
buildCounterEgressPolicy--;
}
-core.List<api.ApiOperation> buildUnnamed7314() {
+core.List<api.ApiOperation> buildUnnamed7368() {
var o = <api.ApiOperation>[];
o.add(buildApiOperation());
o.add(buildApiOperation());
return o;
}
-void checkUnnamed7314(core.List<api.ApiOperation> o) {
+void checkUnnamed7368(core.List<api.ApiOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkApiOperation(o[0] as api.ApiOperation);
checkApiOperation(o[1] as api.ApiOperation);
}
-core.List<core.String> buildUnnamed7315() {
+core.List<core.String> buildUnnamed7369() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7315(core.List<core.String> o) {
+void checkUnnamed7369(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -549,8 +549,8 @@
var o = api.EgressTo();
buildCounterEgressTo++;
if (buildCounterEgressTo < 3) {
- o.operations = buildUnnamed7314();
- o.resources = buildUnnamed7315();
+ o.operations = buildUnnamed7368();
+ o.resources = buildUnnamed7369();
}
buildCounterEgressTo--;
return o;
@@ -559,8 +559,8 @@
void checkEgressTo(api.EgressTo o) {
buildCounterEgressTo++;
if (buildCounterEgressTo < 3) {
- checkUnnamed7314(o.operations!);
- checkUnnamed7315(o.resources!);
+ checkUnnamed7368(o.operations!);
+ checkUnnamed7369(o.resources!);
}
buildCounterEgressTo--;
}
@@ -617,14 +617,14 @@
buildCounterExpr--;
}
-core.List<core.String> buildUnnamed7316() {
+core.List<core.String> buildUnnamed7370() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7316(core.List<core.String> o) {
+void checkUnnamed7370(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -641,7 +641,7 @@
var o = api.GcpUserAccessBinding();
buildCounterGcpUserAccessBinding++;
if (buildCounterGcpUserAccessBinding < 3) {
- o.accessLevels = buildUnnamed7316();
+ o.accessLevels = buildUnnamed7370();
o.groupKey = 'foo';
o.name = 'foo';
}
@@ -652,7 +652,7 @@
void checkGcpUserAccessBinding(api.GcpUserAccessBinding o) {
buildCounterGcpUserAccessBinding++;
if (buildCounterGcpUserAccessBinding < 3) {
- checkUnnamed7316(o.accessLevels!);
+ checkUnnamed7370(o.accessLevels!);
unittest.expect(
o.groupKey!,
unittest.equals('foo'),
@@ -665,14 +665,14 @@
buildCounterGcpUserAccessBinding--;
}
-core.List<core.String> buildUnnamed7317() {
+core.List<core.String> buildUnnamed7371() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7317(core.List<core.String> o) {
+void checkUnnamed7371(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -684,14 +684,14 @@
);
}
-core.List<api.IngressSource> buildUnnamed7318() {
+core.List<api.IngressSource> buildUnnamed7372() {
var o = <api.IngressSource>[];
o.add(buildIngressSource());
o.add(buildIngressSource());
return o;
}
-void checkUnnamed7318(core.List<api.IngressSource> o) {
+void checkUnnamed7372(core.List<api.IngressSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkIngressSource(o[0] as api.IngressSource);
checkIngressSource(o[1] as api.IngressSource);
@@ -702,9 +702,9 @@
var o = api.IngressFrom();
buildCounterIngressFrom++;
if (buildCounterIngressFrom < 3) {
- o.identities = buildUnnamed7317();
+ o.identities = buildUnnamed7371();
o.identityType = 'foo';
- o.sources = buildUnnamed7318();
+ o.sources = buildUnnamed7372();
}
buildCounterIngressFrom--;
return o;
@@ -713,12 +713,12 @@
void checkIngressFrom(api.IngressFrom o) {
buildCounterIngressFrom++;
if (buildCounterIngressFrom < 3) {
- checkUnnamed7317(o.identities!);
+ checkUnnamed7371(o.identities!);
unittest.expect(
o.identityType!,
unittest.equals('foo'),
);
- checkUnnamed7318(o.sources!);
+ checkUnnamed7372(o.sources!);
}
buildCounterIngressFrom--;
}
@@ -771,27 +771,27 @@
buildCounterIngressSource--;
}
-core.List<api.ApiOperation> buildUnnamed7319() {
+core.List<api.ApiOperation> buildUnnamed7373() {
var o = <api.ApiOperation>[];
o.add(buildApiOperation());
o.add(buildApiOperation());
return o;
}
-void checkUnnamed7319(core.List<api.ApiOperation> o) {
+void checkUnnamed7373(core.List<api.ApiOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkApiOperation(o[0] as api.ApiOperation);
checkApiOperation(o[1] as api.ApiOperation);
}
-core.List<core.String> buildUnnamed7320() {
+core.List<core.String> buildUnnamed7374() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7320(core.List<core.String> o) {
+void checkUnnamed7374(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -808,8 +808,8 @@
var o = api.IngressTo();
buildCounterIngressTo++;
if (buildCounterIngressTo < 3) {
- o.operations = buildUnnamed7319();
- o.resources = buildUnnamed7320();
+ o.operations = buildUnnamed7373();
+ o.resources = buildUnnamed7374();
}
buildCounterIngressTo--;
return o;
@@ -818,20 +818,20 @@
void checkIngressTo(api.IngressTo o) {
buildCounterIngressTo++;
if (buildCounterIngressTo < 3) {
- checkUnnamed7319(o.operations!);
- checkUnnamed7320(o.resources!);
+ checkUnnamed7373(o.operations!);
+ checkUnnamed7374(o.resources!);
}
buildCounterIngressTo--;
}
-core.List<api.AccessLevel> buildUnnamed7321() {
+core.List<api.AccessLevel> buildUnnamed7375() {
var o = <api.AccessLevel>[];
o.add(buildAccessLevel());
o.add(buildAccessLevel());
return o;
}
-void checkUnnamed7321(core.List<api.AccessLevel> o) {
+void checkUnnamed7375(core.List<api.AccessLevel> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccessLevel(o[0] as api.AccessLevel);
checkAccessLevel(o[1] as api.AccessLevel);
@@ -842,7 +842,7 @@
var o = api.ListAccessLevelsResponse();
buildCounterListAccessLevelsResponse++;
if (buildCounterListAccessLevelsResponse < 3) {
- o.accessLevels = buildUnnamed7321();
+ o.accessLevels = buildUnnamed7375();
o.nextPageToken = 'foo';
}
buildCounterListAccessLevelsResponse--;
@@ -852,7 +852,7 @@
void checkListAccessLevelsResponse(api.ListAccessLevelsResponse o) {
buildCounterListAccessLevelsResponse++;
if (buildCounterListAccessLevelsResponse < 3) {
- checkUnnamed7321(o.accessLevels!);
+ checkUnnamed7375(o.accessLevels!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -861,14 +861,14 @@
buildCounterListAccessLevelsResponse--;
}
-core.List<api.AccessPolicy> buildUnnamed7322() {
+core.List<api.AccessPolicy> buildUnnamed7376() {
var o = <api.AccessPolicy>[];
o.add(buildAccessPolicy());
o.add(buildAccessPolicy());
return o;
}
-void checkUnnamed7322(core.List<api.AccessPolicy> o) {
+void checkUnnamed7376(core.List<api.AccessPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccessPolicy(o[0] as api.AccessPolicy);
checkAccessPolicy(o[1] as api.AccessPolicy);
@@ -879,7 +879,7 @@
var o = api.ListAccessPoliciesResponse();
buildCounterListAccessPoliciesResponse++;
if (buildCounterListAccessPoliciesResponse < 3) {
- o.accessPolicies = buildUnnamed7322();
+ o.accessPolicies = buildUnnamed7376();
o.nextPageToken = 'foo';
}
buildCounterListAccessPoliciesResponse--;
@@ -889,7 +889,7 @@
void checkListAccessPoliciesResponse(api.ListAccessPoliciesResponse o) {
buildCounterListAccessPoliciesResponse++;
if (buildCounterListAccessPoliciesResponse < 3) {
- checkUnnamed7322(o.accessPolicies!);
+ checkUnnamed7376(o.accessPolicies!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -898,14 +898,14 @@
buildCounterListAccessPoliciesResponse--;
}
-core.List<api.GcpUserAccessBinding> buildUnnamed7323() {
+core.List<api.GcpUserAccessBinding> buildUnnamed7377() {
var o = <api.GcpUserAccessBinding>[];
o.add(buildGcpUserAccessBinding());
o.add(buildGcpUserAccessBinding());
return o;
}
-void checkUnnamed7323(core.List<api.GcpUserAccessBinding> o) {
+void checkUnnamed7377(core.List<api.GcpUserAccessBinding> o) {
unittest.expect(o, unittest.hasLength(2));
checkGcpUserAccessBinding(o[0] as api.GcpUserAccessBinding);
checkGcpUserAccessBinding(o[1] as api.GcpUserAccessBinding);
@@ -916,7 +916,7 @@
var o = api.ListGcpUserAccessBindingsResponse();
buildCounterListGcpUserAccessBindingsResponse++;
if (buildCounterListGcpUserAccessBindingsResponse < 3) {
- o.gcpUserAccessBindings = buildUnnamed7323();
+ o.gcpUserAccessBindings = buildUnnamed7377();
o.nextPageToken = 'foo';
}
buildCounterListGcpUserAccessBindingsResponse--;
@@ -927,7 +927,7 @@
api.ListGcpUserAccessBindingsResponse o) {
buildCounterListGcpUserAccessBindingsResponse++;
if (buildCounterListGcpUserAccessBindingsResponse < 3) {
- checkUnnamed7323(o.gcpUserAccessBindings!);
+ checkUnnamed7377(o.gcpUserAccessBindings!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -936,14 +936,14 @@
buildCounterListGcpUserAccessBindingsResponse--;
}
-core.List<api.Operation> buildUnnamed7324() {
+core.List<api.Operation> buildUnnamed7378() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed7324(core.List<api.Operation> o) {
+void checkUnnamed7378(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -955,7 +955,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed7324();
+ o.operations = buildUnnamed7378();
}
buildCounterListOperationsResponse--;
return o;
@@ -968,19 +968,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7324(o.operations!);
+ checkUnnamed7378(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.ServicePerimeter> buildUnnamed7325() {
+core.List<api.ServicePerimeter> buildUnnamed7379() {
var o = <api.ServicePerimeter>[];
o.add(buildServicePerimeter());
o.add(buildServicePerimeter());
return o;
}
-void checkUnnamed7325(core.List<api.ServicePerimeter> o) {
+void checkUnnamed7379(core.List<api.ServicePerimeter> o) {
unittest.expect(o, unittest.hasLength(2));
checkServicePerimeter(o[0] as api.ServicePerimeter);
checkServicePerimeter(o[1] as api.ServicePerimeter);
@@ -992,7 +992,7 @@
buildCounterListServicePerimetersResponse++;
if (buildCounterListServicePerimetersResponse < 3) {
o.nextPageToken = 'foo';
- o.servicePerimeters = buildUnnamed7325();
+ o.servicePerimeters = buildUnnamed7379();
}
buildCounterListServicePerimetersResponse--;
return o;
@@ -1005,7 +1005,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7325(o.servicePerimeters!);
+ checkUnnamed7379(o.servicePerimeters!);
}
buildCounterListServicePerimetersResponse--;
}
@@ -1037,7 +1037,7 @@
buildCounterMethodSelector--;
}
-core.Map<core.String, core.Object> buildUnnamed7326() {
+core.Map<core.String, core.Object> buildUnnamed7380() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1052,7 +1052,7 @@
return o;
}
-void checkUnnamed7326(core.Map<core.String, core.Object> o) {
+void checkUnnamed7380(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1084,7 +1084,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7327() {
+core.Map<core.String, core.Object> buildUnnamed7381() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1099,7 +1099,7 @@
return o;
}
-void checkUnnamed7327(core.Map<core.String, core.Object> o) {
+void checkUnnamed7381(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1138,9 +1138,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed7326();
+ o.metadata = buildUnnamed7380();
o.name = 'foo';
- o.response = buildUnnamed7327();
+ o.response = buildUnnamed7381();
}
buildCounterOperation--;
return o;
@@ -1151,12 +1151,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed7326(o.metadata!);
+ checkUnnamed7380(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7327(o.response!);
+ checkUnnamed7381(o.response!);
}
buildCounterOperation--;
}
@@ -1190,14 +1190,14 @@
buildCounterOsConstraint--;
}
-core.List<api.AccessLevel> buildUnnamed7328() {
+core.List<api.AccessLevel> buildUnnamed7382() {
var o = <api.AccessLevel>[];
o.add(buildAccessLevel());
o.add(buildAccessLevel());
return o;
}
-void checkUnnamed7328(core.List<api.AccessLevel> o) {
+void checkUnnamed7382(core.List<api.AccessLevel> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccessLevel(o[0] as api.AccessLevel);
checkAccessLevel(o[1] as api.AccessLevel);
@@ -1208,7 +1208,7 @@
var o = api.ReplaceAccessLevelsRequest();
buildCounterReplaceAccessLevelsRequest++;
if (buildCounterReplaceAccessLevelsRequest < 3) {
- o.accessLevels = buildUnnamed7328();
+ o.accessLevels = buildUnnamed7382();
o.etag = 'foo';
}
buildCounterReplaceAccessLevelsRequest--;
@@ -1218,7 +1218,7 @@
void checkReplaceAccessLevelsRequest(api.ReplaceAccessLevelsRequest o) {
buildCounterReplaceAccessLevelsRequest++;
if (buildCounterReplaceAccessLevelsRequest < 3) {
- checkUnnamed7328(o.accessLevels!);
+ checkUnnamed7382(o.accessLevels!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1227,14 +1227,14 @@
buildCounterReplaceAccessLevelsRequest--;
}
-core.List<api.AccessLevel> buildUnnamed7329() {
+core.List<api.AccessLevel> buildUnnamed7383() {
var o = <api.AccessLevel>[];
o.add(buildAccessLevel());
o.add(buildAccessLevel());
return o;
}
-void checkUnnamed7329(core.List<api.AccessLevel> o) {
+void checkUnnamed7383(core.List<api.AccessLevel> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccessLevel(o[0] as api.AccessLevel);
checkAccessLevel(o[1] as api.AccessLevel);
@@ -1245,7 +1245,7 @@
var o = api.ReplaceAccessLevelsResponse();
buildCounterReplaceAccessLevelsResponse++;
if (buildCounterReplaceAccessLevelsResponse < 3) {
- o.accessLevels = buildUnnamed7329();
+ o.accessLevels = buildUnnamed7383();
}
buildCounterReplaceAccessLevelsResponse--;
return o;
@@ -1254,19 +1254,19 @@
void checkReplaceAccessLevelsResponse(api.ReplaceAccessLevelsResponse o) {
buildCounterReplaceAccessLevelsResponse++;
if (buildCounterReplaceAccessLevelsResponse < 3) {
- checkUnnamed7329(o.accessLevels!);
+ checkUnnamed7383(o.accessLevels!);
}
buildCounterReplaceAccessLevelsResponse--;
}
-core.List<api.ServicePerimeter> buildUnnamed7330() {
+core.List<api.ServicePerimeter> buildUnnamed7384() {
var o = <api.ServicePerimeter>[];
o.add(buildServicePerimeter());
o.add(buildServicePerimeter());
return o;
}
-void checkUnnamed7330(core.List<api.ServicePerimeter> o) {
+void checkUnnamed7384(core.List<api.ServicePerimeter> o) {
unittest.expect(o, unittest.hasLength(2));
checkServicePerimeter(o[0] as api.ServicePerimeter);
checkServicePerimeter(o[1] as api.ServicePerimeter);
@@ -1278,7 +1278,7 @@
buildCounterReplaceServicePerimetersRequest++;
if (buildCounterReplaceServicePerimetersRequest < 3) {
o.etag = 'foo';
- o.servicePerimeters = buildUnnamed7330();
+ o.servicePerimeters = buildUnnamed7384();
}
buildCounterReplaceServicePerimetersRequest--;
return o;
@@ -1292,19 +1292,19 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed7330(o.servicePerimeters!);
+ checkUnnamed7384(o.servicePerimeters!);
}
buildCounterReplaceServicePerimetersRequest--;
}
-core.List<api.ServicePerimeter> buildUnnamed7331() {
+core.List<api.ServicePerimeter> buildUnnamed7385() {
var o = <api.ServicePerimeter>[];
o.add(buildServicePerimeter());
o.add(buildServicePerimeter());
return o;
}
-void checkUnnamed7331(core.List<api.ServicePerimeter> o) {
+void checkUnnamed7385(core.List<api.ServicePerimeter> o) {
unittest.expect(o, unittest.hasLength(2));
checkServicePerimeter(o[0] as api.ServicePerimeter);
checkServicePerimeter(o[1] as api.ServicePerimeter);
@@ -1315,7 +1315,7 @@
var o = api.ReplaceServicePerimetersResponse();
buildCounterReplaceServicePerimetersResponse++;
if (buildCounterReplaceServicePerimetersResponse < 3) {
- o.servicePerimeters = buildUnnamed7331();
+ o.servicePerimeters = buildUnnamed7385();
}
buildCounterReplaceServicePerimetersResponse--;
return o;
@@ -1325,7 +1325,7 @@
api.ReplaceServicePerimetersResponse o) {
buildCounterReplaceServicePerimetersResponse++;
if (buildCounterReplaceServicePerimetersResponse < 3) {
- checkUnnamed7331(o.servicePerimeters!);
+ checkUnnamed7385(o.servicePerimeters!);
}
buildCounterReplaceServicePerimetersResponse--;
}
@@ -1373,14 +1373,14 @@
buildCounterServicePerimeter--;
}
-core.List<core.String> buildUnnamed7332() {
+core.List<core.String> buildUnnamed7386() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7332(core.List<core.String> o) {
+void checkUnnamed7386(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1392,40 +1392,40 @@
);
}
-core.List<api.EgressPolicy> buildUnnamed7333() {
+core.List<api.EgressPolicy> buildUnnamed7387() {
var o = <api.EgressPolicy>[];
o.add(buildEgressPolicy());
o.add(buildEgressPolicy());
return o;
}
-void checkUnnamed7333(core.List<api.EgressPolicy> o) {
+void checkUnnamed7387(core.List<api.EgressPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkEgressPolicy(o[0] as api.EgressPolicy);
checkEgressPolicy(o[1] as api.EgressPolicy);
}
-core.List<api.IngressPolicy> buildUnnamed7334() {
+core.List<api.IngressPolicy> buildUnnamed7388() {
var o = <api.IngressPolicy>[];
o.add(buildIngressPolicy());
o.add(buildIngressPolicy());
return o;
}
-void checkUnnamed7334(core.List<api.IngressPolicy> o) {
+void checkUnnamed7388(core.List<api.IngressPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkIngressPolicy(o[0] as api.IngressPolicy);
checkIngressPolicy(o[1] as api.IngressPolicy);
}
-core.List<core.String> buildUnnamed7335() {
+core.List<core.String> buildUnnamed7389() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7335(core.List<core.String> o) {
+void checkUnnamed7389(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1437,14 +1437,14 @@
);
}
-core.List<core.String> buildUnnamed7336() {
+core.List<core.String> buildUnnamed7390() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7336(core.List<core.String> o) {
+void checkUnnamed7390(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1461,11 +1461,11 @@
var o = api.ServicePerimeterConfig();
buildCounterServicePerimeterConfig++;
if (buildCounterServicePerimeterConfig < 3) {
- o.accessLevels = buildUnnamed7332();
- o.egressPolicies = buildUnnamed7333();
- o.ingressPolicies = buildUnnamed7334();
- o.resources = buildUnnamed7335();
- o.restrictedServices = buildUnnamed7336();
+ o.accessLevels = buildUnnamed7386();
+ o.egressPolicies = buildUnnamed7387();
+ o.ingressPolicies = buildUnnamed7388();
+ o.resources = buildUnnamed7389();
+ o.restrictedServices = buildUnnamed7390();
o.vpcAccessibleServices = buildVpcAccessibleServices();
}
buildCounterServicePerimeterConfig--;
@@ -1475,18 +1475,18 @@
void checkServicePerimeterConfig(api.ServicePerimeterConfig o) {
buildCounterServicePerimeterConfig++;
if (buildCounterServicePerimeterConfig < 3) {
- checkUnnamed7332(o.accessLevels!);
- checkUnnamed7333(o.egressPolicies!);
- checkUnnamed7334(o.ingressPolicies!);
- checkUnnamed7335(o.resources!);
- checkUnnamed7336(o.restrictedServices!);
+ checkUnnamed7386(o.accessLevels!);
+ checkUnnamed7387(o.egressPolicies!);
+ checkUnnamed7388(o.ingressPolicies!);
+ checkUnnamed7389(o.resources!);
+ checkUnnamed7390(o.restrictedServices!);
checkVpcAccessibleServices(
o.vpcAccessibleServices! as api.VpcAccessibleServices);
}
buildCounterServicePerimeterConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed7337() {
+core.Map<core.String, core.Object> buildUnnamed7391() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1501,7 +1501,7 @@
return o;
}
-void checkUnnamed7337(core.Map<core.String, core.Object> o) {
+void checkUnnamed7391(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1533,17 +1533,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7338() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7392() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7337());
- o.add(buildUnnamed7337());
+ o.add(buildUnnamed7391());
+ o.add(buildUnnamed7391());
return o;
}
-void checkUnnamed7338(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7392(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7337(o[0]);
- checkUnnamed7337(o[1]);
+ checkUnnamed7391(o[0]);
+ checkUnnamed7391(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1552,7 +1552,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed7338();
+ o.details = buildUnnamed7392();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1566,7 +1566,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed7338(o.details!);
+ checkUnnamed7392(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1575,14 +1575,14 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed7339() {
+core.List<core.String> buildUnnamed7393() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7339(core.List<core.String> o) {
+void checkUnnamed7393(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1599,7 +1599,7 @@
var o = api.VpcAccessibleServices();
buildCounterVpcAccessibleServices++;
if (buildCounterVpcAccessibleServices < 3) {
- o.allowedServices = buildUnnamed7339();
+ o.allowedServices = buildUnnamed7393();
o.enableRestriction = true;
}
buildCounterVpcAccessibleServices--;
@@ -1609,7 +1609,7 @@
void checkVpcAccessibleServices(api.VpcAccessibleServices o) {
buildCounterVpcAccessibleServices++;
if (buildCounterVpcAccessibleServices < 3) {
- checkUnnamed7339(o.allowedServices!);
+ checkUnnamed7393(o.allowedServices!);
unittest.expect(o.enableRestriction!, unittest.isTrue);
}
buildCounterVpcAccessibleServices--;
diff --git a/generated/googleapis/test/adexchangebuyer/v1_3_test.dart b/generated/googleapis/test/adexchangebuyer/v1_3_test.dart
index 72d6c92..3720aa5 100644
--- a/generated/googleapis/test/adexchangebuyer/v1_3_test.dart
+++ b/generated/googleapis/test/adexchangebuyer/v1_3_test.dart
@@ -59,14 +59,14 @@
buildCounterAccountBidderLocation--;
}
-core.List<api.AccountBidderLocation> buildUnnamed2126() {
+core.List<api.AccountBidderLocation> buildUnnamed2127() {
var o = <api.AccountBidderLocation>[];
o.add(buildAccountBidderLocation());
o.add(buildAccountBidderLocation());
return o;
}
-void checkUnnamed2126(core.List<api.AccountBidderLocation> o) {
+void checkUnnamed2127(core.List<api.AccountBidderLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountBidderLocation(o[0] as api.AccountBidderLocation);
checkAccountBidderLocation(o[1] as api.AccountBidderLocation);
@@ -77,7 +77,7 @@
var o = api.Account();
buildCounterAccount++;
if (buildCounterAccount < 3) {
- o.bidderLocation = buildUnnamed2126();
+ o.bidderLocation = buildUnnamed2127();
o.cookieMatchingNid = 'foo';
o.cookieMatchingUrl = 'foo';
o.id = 42;
@@ -93,7 +93,7 @@
void checkAccount(api.Account o) {
buildCounterAccount++;
if (buildCounterAccount < 3) {
- checkUnnamed2126(o.bidderLocation!);
+ checkUnnamed2127(o.bidderLocation!);
unittest.expect(
o.cookieMatchingNid!,
unittest.equals('foo'),
@@ -126,14 +126,14 @@
buildCounterAccount--;
}
-core.List<api.Account> buildUnnamed2127() {
+core.List<api.Account> buildUnnamed2128() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed2127(core.List<api.Account> o) {
+void checkUnnamed2128(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -144,7 +144,7 @@
var o = api.AccountsList();
buildCounterAccountsList++;
if (buildCounterAccountsList < 3) {
- o.items = buildUnnamed2127();
+ o.items = buildUnnamed2128();
o.kind = 'foo';
}
buildCounterAccountsList--;
@@ -154,7 +154,7 @@
void checkAccountsList(api.AccountsList o) {
buildCounterAccountsList++;
if (buildCounterAccountsList < 3) {
- checkUnnamed2127(o.items!);
+ checkUnnamed2128(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -163,14 +163,14 @@
buildCounterAccountsList--;
}
-core.List<core.String> buildUnnamed2128() {
+core.List<core.String> buildUnnamed2129() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2128(core.List<core.String> o) {
+void checkUnnamed2129(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -189,7 +189,7 @@
if (buildCounterBillingInfo < 3) {
o.accountId = 42;
o.accountName = 'foo';
- o.billingId = buildUnnamed2128();
+ o.billingId = buildUnnamed2129();
o.kind = 'foo';
}
buildCounterBillingInfo--;
@@ -207,7 +207,7 @@
o.accountName!,
unittest.equals('foo'),
);
- checkUnnamed2128(o.billingId!);
+ checkUnnamed2129(o.billingId!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -216,14 +216,14 @@
buildCounterBillingInfo--;
}
-core.List<api.BillingInfo> buildUnnamed2129() {
+core.List<api.BillingInfo> buildUnnamed2130() {
var o = <api.BillingInfo>[];
o.add(buildBillingInfo());
o.add(buildBillingInfo());
return o;
}
-void checkUnnamed2129(core.List<api.BillingInfo> o) {
+void checkUnnamed2130(core.List<api.BillingInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkBillingInfo(o[0] as api.BillingInfo);
checkBillingInfo(o[1] as api.BillingInfo);
@@ -234,7 +234,7 @@
var o = api.BillingInfoList();
buildCounterBillingInfoList++;
if (buildCounterBillingInfoList < 3) {
- o.items = buildUnnamed2129();
+ o.items = buildUnnamed2130();
o.kind = 'foo';
}
buildCounterBillingInfoList--;
@@ -244,7 +244,7 @@
void checkBillingInfoList(api.BillingInfoList o) {
buildCounterBillingInfoList++;
if (buildCounterBillingInfoList < 3) {
- checkUnnamed2129(o.items!);
+ checkUnnamed2130(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -300,46 +300,6 @@
buildCounterBudget--;
}
-core.List<core.String> buildUnnamed2130() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2130(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'),
- );
-}
-
-core.int buildCounterCreativeAdTechnologyProviders = 0;
-api.CreativeAdTechnologyProviders buildCreativeAdTechnologyProviders() {
- var o = api.CreativeAdTechnologyProviders();
- buildCounterCreativeAdTechnologyProviders++;
- if (buildCounterCreativeAdTechnologyProviders < 3) {
- o.detectedProviderIds = buildUnnamed2130();
- o.hasUnidentifiedProvider = true;
- }
- buildCounterCreativeAdTechnologyProviders--;
- return o;
-}
-
-void checkCreativeAdTechnologyProviders(api.CreativeAdTechnologyProviders o) {
- buildCounterCreativeAdTechnologyProviders++;
- if (buildCounterCreativeAdTechnologyProviders < 3) {
- checkUnnamed2130(o.detectedProviderIds!);
- unittest.expect(o.hasUnidentifiedProvider!, unittest.isTrue);
- }
- buildCounterCreativeAdTechnologyProviders--;
-}
-
core.List<core.String> buildUnnamed2131() {
var o = <core.String>[];
o.add('foo');
@@ -359,33 +319,35 @@
);
}
-core.List<core.int> buildUnnamed2132() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
+core.int buildCounterCreativeAdTechnologyProviders = 0;
+api.CreativeAdTechnologyProviders buildCreativeAdTechnologyProviders() {
+ var o = api.CreativeAdTechnologyProviders();
+ buildCounterCreativeAdTechnologyProviders++;
+ if (buildCounterCreativeAdTechnologyProviders < 3) {
+ o.detectedProviderIds = buildUnnamed2131();
+ o.hasUnidentifiedProvider = true;
+ }
+ buildCounterCreativeAdTechnologyProviders--;
return o;
}
-void checkUnnamed2132(core.List<core.int> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals(42),
- );
- unittest.expect(
- o[1],
- unittest.equals(42),
- );
+void checkCreativeAdTechnologyProviders(api.CreativeAdTechnologyProviders o) {
+ buildCounterCreativeAdTechnologyProviders++;
+ if (buildCounterCreativeAdTechnologyProviders < 3) {
+ checkUnnamed2131(o.detectedProviderIds!);
+ unittest.expect(o.hasUnidentifiedProvider!, unittest.isTrue);
+ }
+ buildCounterCreativeAdTechnologyProviders--;
}
-core.List<core.String> buildUnnamed2133() {
+core.List<core.String> buildUnnamed2132() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2133(core.List<core.String> o) {
+void checkUnnamed2132(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -397,6 +359,25 @@
);
}
+core.List<core.int> buildUnnamed2133() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
+ return o;
+}
+
+void checkUnnamed2133(core.List<core.int> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42),
+ );
+}
+
core.List<core.String> buildUnnamed2134() {
var o = <core.String>[];
o.add('foo');
@@ -416,12 +397,31 @@
);
}
+core.List<core.String> buildUnnamed2135() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2135(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'),
+ );
+}
+
core.int buildCounterCreativeCorrections = 0;
api.CreativeCorrections buildCreativeCorrections() {
var o = api.CreativeCorrections();
buildCounterCreativeCorrections++;
if (buildCounterCreativeCorrections < 3) {
- o.details = buildUnnamed2134();
+ o.details = buildUnnamed2135();
o.reason = 'foo';
}
buildCounterCreativeCorrections--;
@@ -431,7 +431,7 @@
void checkCreativeCorrections(api.CreativeCorrections o) {
buildCounterCreativeCorrections++;
if (buildCounterCreativeCorrections < 3) {
- checkUnnamed2134(o.details!);
+ checkUnnamed2135(o.details!);
unittest.expect(
o.reason!,
unittest.equals('foo'),
@@ -440,27 +440,27 @@
buildCounterCreativeCorrections--;
}
-core.List<api.CreativeCorrections> buildUnnamed2135() {
+core.List<api.CreativeCorrections> buildUnnamed2136() {
var o = <api.CreativeCorrections>[];
o.add(buildCreativeCorrections());
o.add(buildCreativeCorrections());
return o;
}
-void checkUnnamed2135(core.List<api.CreativeCorrections> o) {
+void checkUnnamed2136(core.List<api.CreativeCorrections> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCorrections(o[0] as api.CreativeCorrections);
checkCreativeCorrections(o[1] as api.CreativeCorrections);
}
-core.List<core.String> buildUnnamed2136() {
+core.List<core.String> buildUnnamed2137() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2136(core.List<core.String> o) {
+void checkUnnamed2137(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -477,7 +477,7 @@
var o = api.CreativeDisapprovalReasons();
buildCounterCreativeDisapprovalReasons++;
if (buildCounterCreativeDisapprovalReasons < 3) {
- o.details = buildUnnamed2136();
+ o.details = buildUnnamed2137();
o.reason = 'foo';
}
buildCounterCreativeDisapprovalReasons--;
@@ -487,7 +487,7 @@
void checkCreativeDisapprovalReasons(api.CreativeDisapprovalReasons o) {
buildCounterCreativeDisapprovalReasons++;
if (buildCounterCreativeDisapprovalReasons < 3) {
- checkUnnamed2136(o.details!);
+ checkUnnamed2137(o.details!);
unittest.expect(
o.reason!,
unittest.equals('foo'),
@@ -496,14 +496,14 @@
buildCounterCreativeDisapprovalReasons--;
}
-core.List<api.CreativeDisapprovalReasons> buildUnnamed2137() {
+core.List<api.CreativeDisapprovalReasons> buildUnnamed2138() {
var o = <api.CreativeDisapprovalReasons>[];
o.add(buildCreativeDisapprovalReasons());
o.add(buildCreativeDisapprovalReasons());
return o;
}
-void checkUnnamed2137(core.List<api.CreativeDisapprovalReasons> o) {
+void checkUnnamed2138(core.List<api.CreativeDisapprovalReasons> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeDisapprovalReasons(o[0] as api.CreativeDisapprovalReasons);
checkCreativeDisapprovalReasons(o[1] as api.CreativeDisapprovalReasons);
@@ -537,14 +537,14 @@
buildCounterCreativeFilteringReasonsReasons--;
}
-core.List<api.CreativeFilteringReasonsReasons> buildUnnamed2138() {
+core.List<api.CreativeFilteringReasonsReasons> buildUnnamed2139() {
var o = <api.CreativeFilteringReasonsReasons>[];
o.add(buildCreativeFilteringReasonsReasons());
o.add(buildCreativeFilteringReasonsReasons());
return o;
}
-void checkUnnamed2138(core.List<api.CreativeFilteringReasonsReasons> o) {
+void checkUnnamed2139(core.List<api.CreativeFilteringReasonsReasons> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeFilteringReasonsReasons(
o[0] as api.CreativeFilteringReasonsReasons);
@@ -558,7 +558,7 @@
buildCounterCreativeFilteringReasons++;
if (buildCounterCreativeFilteringReasons < 3) {
o.date = 'foo';
- o.reasons = buildUnnamed2138();
+ o.reasons = buildUnnamed2139();
}
buildCounterCreativeFilteringReasons--;
return o;
@@ -571,19 +571,19 @@
o.date!,
unittest.equals('foo'),
);
- checkUnnamed2138(o.reasons!);
+ checkUnnamed2139(o.reasons!);
}
buildCounterCreativeFilteringReasons--;
}
-core.List<core.String> buildUnnamed2139() {
+core.List<core.String> buildUnnamed2140() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2139(core.List<core.String> o) {
+void checkUnnamed2140(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -659,14 +659,14 @@
buildCounterCreativeNativeAdImage--;
}
-core.List<core.String> buildUnnamed2140() {
+core.List<core.String> buildUnnamed2141() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2140(core.List<core.String> o) {
+void checkUnnamed2141(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -722,7 +722,7 @@
o.clickTrackingUrl = 'foo';
o.headline = 'foo';
o.image = buildCreativeNativeAdImage();
- o.impressionTrackingUrl = buildUnnamed2140();
+ o.impressionTrackingUrl = buildUnnamed2141();
o.logo = buildCreativeNativeAdLogo();
o.price = 'foo';
o.starRating = 42.0;
@@ -756,7 +756,7 @@
unittest.equals('foo'),
);
checkCreativeNativeAdImage(o.image! as api.CreativeNativeAdImage);
- checkUnnamed2140(o.impressionTrackingUrl!);
+ checkUnnamed2141(o.impressionTrackingUrl!);
checkCreativeNativeAdLogo(o.logo! as api.CreativeNativeAdLogo);
unittest.expect(
o.price!,
@@ -770,25 +770,6 @@
buildCounterCreativeNativeAd--;
}
-core.List<core.int> buildUnnamed2141() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
- return o;
-}
-
-void checkUnnamed2141(core.List<core.int> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals(42),
- );
- unittest.expect(
- o[1],
- unittest.equals(42),
- );
-}
-
core.List<core.int> buildUnnamed2142() {
var o = <core.int>[];
o.add(42);
@@ -846,6 +827,25 @@
);
}
+core.List<core.int> buildUnnamed2145() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
+ return o;
+}
+
+void checkUnnamed2145(core.List<core.int> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42),
+ );
+}
+
core.int buildCounterCreative = 0;
api.Creative buildCreative() {
var o = api.Creative();
@@ -854,25 +854,25 @@
o.HTMLSnippet = 'foo';
o.accountId = 42;
o.adTechnologyProviders = buildCreativeAdTechnologyProviders();
- o.advertiserId = buildUnnamed2131();
+ o.advertiserId = buildUnnamed2132();
o.advertiserName = 'foo';
o.agencyId = 'foo';
o.apiUploadTimestamp = core.DateTime.parse("2002-02-27T14:01:02");
- o.attribute = buildUnnamed2132();
+ o.attribute = buildUnnamed2133();
o.buyerCreativeId = 'foo';
- o.clickThroughUrl = buildUnnamed2133();
- o.corrections = buildUnnamed2135();
- o.disapprovalReasons = buildUnnamed2137();
+ o.clickThroughUrl = buildUnnamed2134();
+ o.corrections = buildUnnamed2136();
+ o.disapprovalReasons = buildUnnamed2138();
o.filteringReasons = buildCreativeFilteringReasons();
o.height = 42;
- o.impressionTrackingUrl = buildUnnamed2139();
+ o.impressionTrackingUrl = buildUnnamed2140();
o.kind = 'foo';
o.nativeAd = buildCreativeNativeAd();
- o.productCategories = buildUnnamed2141();
- o.restrictedCategories = buildUnnamed2142();
- o.sensitiveCategories = buildUnnamed2143();
+ o.productCategories = buildUnnamed2142();
+ o.restrictedCategories = buildUnnamed2143();
+ o.sensitiveCategories = buildUnnamed2144();
o.status = 'foo';
- o.vendorType = buildUnnamed2144();
+ o.vendorType = buildUnnamed2145();
o.version = 42;
o.videoURL = 'foo';
o.width = 42;
@@ -894,7 +894,7 @@
);
checkCreativeAdTechnologyProviders(
o.adTechnologyProviders! as api.CreativeAdTechnologyProviders);
- checkUnnamed2131(o.advertiserId!);
+ checkUnnamed2132(o.advertiserId!);
unittest.expect(
o.advertiserName!,
unittest.equals('foo'),
@@ -907,34 +907,34 @@
o.apiUploadTimestamp!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed2132(o.attribute!);
+ checkUnnamed2133(o.attribute!);
unittest.expect(
o.buyerCreativeId!,
unittest.equals('foo'),
);
- checkUnnamed2133(o.clickThroughUrl!);
- checkUnnamed2135(o.corrections!);
- checkUnnamed2137(o.disapprovalReasons!);
+ checkUnnamed2134(o.clickThroughUrl!);
+ checkUnnamed2136(o.corrections!);
+ checkUnnamed2138(o.disapprovalReasons!);
checkCreativeFilteringReasons(
o.filteringReasons! as api.CreativeFilteringReasons);
unittest.expect(
o.height!,
unittest.equals(42),
);
- checkUnnamed2139(o.impressionTrackingUrl!);
+ checkUnnamed2140(o.impressionTrackingUrl!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
checkCreativeNativeAd(o.nativeAd! as api.CreativeNativeAd);
- checkUnnamed2141(o.productCategories!);
- checkUnnamed2142(o.restrictedCategories!);
- checkUnnamed2143(o.sensitiveCategories!);
+ checkUnnamed2142(o.productCategories!);
+ checkUnnamed2143(o.restrictedCategories!);
+ checkUnnamed2144(o.sensitiveCategories!);
unittest.expect(
o.status!,
unittest.equals('foo'),
);
- checkUnnamed2144(o.vendorType!);
+ checkUnnamed2145(o.vendorType!);
unittest.expect(
o.version!,
unittest.equals(42),
@@ -951,14 +951,14 @@
buildCounterCreative--;
}
-core.List<api.Creative> buildUnnamed2145() {
+core.List<api.Creative> buildUnnamed2146() {
var o = <api.Creative>[];
o.add(buildCreative());
o.add(buildCreative());
return o;
}
-void checkUnnamed2145(core.List<api.Creative> o) {
+void checkUnnamed2146(core.List<api.Creative> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreative(o[0] as api.Creative);
checkCreative(o[1] as api.Creative);
@@ -969,7 +969,7 @@
var o = api.CreativesList();
buildCounterCreativesList++;
if (buildCounterCreativesList < 3) {
- o.items = buildUnnamed2145();
+ o.items = buildUnnamed2146();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -980,7 +980,7 @@
void checkCreativesList(api.CreativesList o) {
buildCounterCreativesList++;
if (buildCounterCreativesList < 3) {
- checkUnnamed2145(o.items!);
+ checkUnnamed2146(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1079,14 +1079,14 @@
buildCounterDirectDeal--;
}
-core.List<api.DirectDeal> buildUnnamed2146() {
+core.List<api.DirectDeal> buildUnnamed2147() {
var o = <api.DirectDeal>[];
o.add(buildDirectDeal());
o.add(buildDirectDeal());
return o;
}
-void checkUnnamed2146(core.List<api.DirectDeal> o) {
+void checkUnnamed2147(core.List<api.DirectDeal> o) {
unittest.expect(o, unittest.hasLength(2));
checkDirectDeal(o[0] as api.DirectDeal);
checkDirectDeal(o[1] as api.DirectDeal);
@@ -1097,7 +1097,7 @@
var o = api.DirectDealsList();
buildCounterDirectDealsList++;
if (buildCounterDirectDealsList < 3) {
- o.directDeals = buildUnnamed2146();
+ o.directDeals = buildUnnamed2147();
o.kind = 'foo';
}
buildCounterDirectDealsList--;
@@ -1107,7 +1107,7 @@
void checkDirectDealsList(api.DirectDealsList o) {
buildCounterDirectDealsList++;
if (buildCounterDirectDealsList < 3) {
- checkUnnamed2146(o.directDeals!);
+ checkUnnamed2147(o.directDeals!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1116,7 +1116,7 @@
buildCounterDirectDealsList--;
}
-core.List<core.Object> buildUnnamed2147() {
+core.List<core.Object> buildUnnamed2148() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -1131,7 +1131,7 @@
return o;
}
-void checkUnnamed2147(core.List<core.Object> o) {
+void checkUnnamed2148(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o[0]) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1163,7 +1163,7 @@
);
}
-core.List<core.Object> buildUnnamed2148() {
+core.List<core.Object> buildUnnamed2149() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -1178,7 +1178,7 @@
return o;
}
-void checkUnnamed2148(core.List<core.Object> o) {
+void checkUnnamed2149(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o[0]) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1210,7 +1210,7 @@
);
}
-core.List<core.Object> buildUnnamed2149() {
+core.List<core.Object> buildUnnamed2150() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -1225,7 +1225,7 @@
return o;
}
-void checkUnnamed2149(core.List<core.Object> o) {
+void checkUnnamed2150(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o[0]) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1257,7 +1257,7 @@
);
}
-core.List<core.Object> buildUnnamed2150() {
+core.List<core.Object> buildUnnamed2151() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -1272,7 +1272,7 @@
return o;
}
-void checkUnnamed2150(core.List<core.Object> o) {
+void checkUnnamed2151(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o[0]) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1311,11 +1311,11 @@
if (buildCounterPerformanceReport < 3) {
o.bidRate = 42.0;
o.bidRequestRate = 42.0;
- o.calloutStatusRate = buildUnnamed2147();
- o.cookieMatcherStatusRate = buildUnnamed2148();
- o.creativeStatusRate = buildUnnamed2149();
+ o.calloutStatusRate = buildUnnamed2148();
+ o.cookieMatcherStatusRate = buildUnnamed2149();
+ o.creativeStatusRate = buildUnnamed2150();
o.filteredBidRate = 42.0;
- o.hostedMatchStatusRate = buildUnnamed2150();
+ o.hostedMatchStatusRate = buildUnnamed2151();
o.inventoryMatchRate = 42.0;
o.kind = 'foo';
o.latency50thPercentile = 42.0;
@@ -1347,14 +1347,14 @@
o.bidRequestRate!,
unittest.equals(42.0),
);
- checkUnnamed2147(o.calloutStatusRate!);
- checkUnnamed2148(o.cookieMatcherStatusRate!);
- checkUnnamed2149(o.creativeStatusRate!);
+ checkUnnamed2148(o.calloutStatusRate!);
+ checkUnnamed2149(o.cookieMatcherStatusRate!);
+ checkUnnamed2150(o.creativeStatusRate!);
unittest.expect(
o.filteredBidRate!,
unittest.equals(42.0),
);
- checkUnnamed2150(o.hostedMatchStatusRate!);
+ checkUnnamed2151(o.hostedMatchStatusRate!);
unittest.expect(
o.inventoryMatchRate!,
unittest.equals(42.0),
@@ -1419,14 +1419,14 @@
buildCounterPerformanceReport--;
}
-core.List<api.PerformanceReport> buildUnnamed2151() {
+core.List<api.PerformanceReport> buildUnnamed2152() {
var o = <api.PerformanceReport>[];
o.add(buildPerformanceReport());
o.add(buildPerformanceReport());
return o;
}
-void checkUnnamed2151(core.List<api.PerformanceReport> o) {
+void checkUnnamed2152(core.List<api.PerformanceReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkPerformanceReport(o[0] as api.PerformanceReport);
checkPerformanceReport(o[1] as api.PerformanceReport);
@@ -1438,7 +1438,7 @@
buildCounterPerformanceReportList++;
if (buildCounterPerformanceReportList < 3) {
o.kind = 'foo';
- o.performanceReport = buildUnnamed2151();
+ o.performanceReport = buildUnnamed2152();
}
buildCounterPerformanceReportList--;
return o;
@@ -1451,19 +1451,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2151(o.performanceReport!);
+ checkUnnamed2152(o.performanceReport!);
}
buildCounterPerformanceReportList--;
}
-core.List<core.String> buildUnnamed2152() {
+core.List<core.String> buildUnnamed2153() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2152(core.List<core.String> o) {
+void checkUnnamed2153(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1502,27 +1502,27 @@
buildCounterPretargetingConfigDimensions--;
}
-core.List<api.PretargetingConfigDimensions> buildUnnamed2153() {
+core.List<api.PretargetingConfigDimensions> buildUnnamed2154() {
var o = <api.PretargetingConfigDimensions>[];
o.add(buildPretargetingConfigDimensions());
o.add(buildPretargetingConfigDimensions());
return o;
}
-void checkUnnamed2153(core.List<api.PretargetingConfigDimensions> o) {
+void checkUnnamed2154(core.List<api.PretargetingConfigDimensions> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfigDimensions(o[0] as api.PretargetingConfigDimensions);
checkPretargetingConfigDimensions(o[1] as api.PretargetingConfigDimensions);
}
-core.List<core.String> buildUnnamed2154() {
+core.List<core.String> buildUnnamed2155() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2154(core.List<core.String> o) {
+void checkUnnamed2155(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1534,14 +1534,14 @@
);
}
-core.List<core.String> buildUnnamed2155() {
+core.List<core.String> buildUnnamed2156() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2155(core.List<core.String> o) {
+void checkUnnamed2156(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1582,14 +1582,14 @@
buildCounterPretargetingConfigExcludedPlacements--;
}
-core.List<api.PretargetingConfigExcludedPlacements> buildUnnamed2156() {
+core.List<api.PretargetingConfigExcludedPlacements> buildUnnamed2157() {
var o = <api.PretargetingConfigExcludedPlacements>[];
o.add(buildPretargetingConfigExcludedPlacements());
o.add(buildPretargetingConfigExcludedPlacements());
return o;
}
-void checkUnnamed2156(core.List<api.PretargetingConfigExcludedPlacements> o) {
+void checkUnnamed2157(core.List<api.PretargetingConfigExcludedPlacements> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfigExcludedPlacements(
o[0] as api.PretargetingConfigExcludedPlacements);
@@ -1597,25 +1597,6 @@
o[1] as api.PretargetingConfigExcludedPlacements);
}
-core.List<core.String> buildUnnamed2157() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2157(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'),
- );
-}
-
core.List<core.String> buildUnnamed2158() {
var o = <core.String>[];
o.add('foo');
@@ -1730,6 +1711,25 @@
);
}
+core.List<core.String> buildUnnamed2164() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2164(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'),
+ );
+}
+
core.int buildCounterPretargetingConfigPlacements = 0;
api.PretargetingConfigPlacements buildPretargetingConfigPlacements() {
var o = api.PretargetingConfigPlacements();
@@ -1757,38 +1757,19 @@
buildCounterPretargetingConfigPlacements--;
}
-core.List<api.PretargetingConfigPlacements> buildUnnamed2164() {
+core.List<api.PretargetingConfigPlacements> buildUnnamed2165() {
var o = <api.PretargetingConfigPlacements>[];
o.add(buildPretargetingConfigPlacements());
o.add(buildPretargetingConfigPlacements());
return o;
}
-void checkUnnamed2164(core.List<api.PretargetingConfigPlacements> o) {
+void checkUnnamed2165(core.List<api.PretargetingConfigPlacements> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfigPlacements(o[0] as api.PretargetingConfigPlacements);
checkPretargetingConfigPlacements(o[1] as api.PretargetingConfigPlacements);
}
-core.List<core.String> buildUnnamed2165() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2165(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'),
- );
-}
-
core.List<core.String> buildUnnamed2166() {
var o = <core.String>[];
o.add('foo');
@@ -1865,6 +1846,25 @@
);
}
+core.List<core.String> buildUnnamed2170() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2170(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'),
+ );
+}
+
core.int buildCounterPretargetingConfig = 0;
api.PretargetingConfig buildPretargetingConfig() {
var o = api.PretargetingConfig();
@@ -1873,27 +1873,27 @@
o.billingId = 'foo';
o.configId = 'foo';
o.configName = 'foo';
- o.creativeType = buildUnnamed2152();
- o.dimensions = buildUnnamed2153();
- o.excludedContentLabels = buildUnnamed2154();
- o.excludedGeoCriteriaIds = buildUnnamed2155();
- o.excludedPlacements = buildUnnamed2156();
- o.excludedUserLists = buildUnnamed2157();
- o.excludedVerticals = buildUnnamed2158();
- o.geoCriteriaIds = buildUnnamed2159();
+ o.creativeType = buildUnnamed2153();
+ o.dimensions = buildUnnamed2154();
+ o.excludedContentLabels = buildUnnamed2155();
+ o.excludedGeoCriteriaIds = buildUnnamed2156();
+ o.excludedPlacements = buildUnnamed2157();
+ o.excludedUserLists = buildUnnamed2158();
+ o.excludedVerticals = buildUnnamed2159();
+ o.geoCriteriaIds = buildUnnamed2160();
o.isActive = true;
o.kind = 'foo';
- o.languages = buildUnnamed2160();
+ o.languages = buildUnnamed2161();
o.maximumQps = 'foo';
- o.mobileCarriers = buildUnnamed2161();
- o.mobileDevices = buildUnnamed2162();
- o.mobileOperatingSystemVersions = buildUnnamed2163();
- o.placements = buildUnnamed2164();
- o.platforms = buildUnnamed2165();
- o.supportedCreativeAttributes = buildUnnamed2166();
- o.userLists = buildUnnamed2167();
- o.vendorTypes = buildUnnamed2168();
- o.verticals = buildUnnamed2169();
+ o.mobileCarriers = buildUnnamed2162();
+ o.mobileDevices = buildUnnamed2163();
+ o.mobileOperatingSystemVersions = buildUnnamed2164();
+ o.placements = buildUnnamed2165();
+ o.platforms = buildUnnamed2166();
+ o.supportedCreativeAttributes = buildUnnamed2167();
+ o.userLists = buildUnnamed2168();
+ o.vendorTypes = buildUnnamed2169();
+ o.verticals = buildUnnamed2170();
}
buildCounterPretargetingConfig--;
return o;
@@ -1914,45 +1914,45 @@
o.configName!,
unittest.equals('foo'),
);
- checkUnnamed2152(o.creativeType!);
- checkUnnamed2153(o.dimensions!);
- checkUnnamed2154(o.excludedContentLabels!);
- checkUnnamed2155(o.excludedGeoCriteriaIds!);
- checkUnnamed2156(o.excludedPlacements!);
- checkUnnamed2157(o.excludedUserLists!);
- checkUnnamed2158(o.excludedVerticals!);
- checkUnnamed2159(o.geoCriteriaIds!);
+ checkUnnamed2153(o.creativeType!);
+ checkUnnamed2154(o.dimensions!);
+ checkUnnamed2155(o.excludedContentLabels!);
+ checkUnnamed2156(o.excludedGeoCriteriaIds!);
+ checkUnnamed2157(o.excludedPlacements!);
+ checkUnnamed2158(o.excludedUserLists!);
+ checkUnnamed2159(o.excludedVerticals!);
+ checkUnnamed2160(o.geoCriteriaIds!);
unittest.expect(o.isActive!, unittest.isTrue);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2160(o.languages!);
+ checkUnnamed2161(o.languages!);
unittest.expect(
o.maximumQps!,
unittest.equals('foo'),
);
- checkUnnamed2161(o.mobileCarriers!);
- checkUnnamed2162(o.mobileDevices!);
- checkUnnamed2163(o.mobileOperatingSystemVersions!);
- checkUnnamed2164(o.placements!);
- checkUnnamed2165(o.platforms!);
- checkUnnamed2166(o.supportedCreativeAttributes!);
- checkUnnamed2167(o.userLists!);
- checkUnnamed2168(o.vendorTypes!);
- checkUnnamed2169(o.verticals!);
+ checkUnnamed2162(o.mobileCarriers!);
+ checkUnnamed2163(o.mobileDevices!);
+ checkUnnamed2164(o.mobileOperatingSystemVersions!);
+ checkUnnamed2165(o.placements!);
+ checkUnnamed2166(o.platforms!);
+ checkUnnamed2167(o.supportedCreativeAttributes!);
+ checkUnnamed2168(o.userLists!);
+ checkUnnamed2169(o.vendorTypes!);
+ checkUnnamed2170(o.verticals!);
}
buildCounterPretargetingConfig--;
}
-core.List<api.PretargetingConfig> buildUnnamed2170() {
+core.List<api.PretargetingConfig> buildUnnamed2171() {
var o = <api.PretargetingConfig>[];
o.add(buildPretargetingConfig());
o.add(buildPretargetingConfig());
return o;
}
-void checkUnnamed2170(core.List<api.PretargetingConfig> o) {
+void checkUnnamed2171(core.List<api.PretargetingConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfig(o[0] as api.PretargetingConfig);
checkPretargetingConfig(o[1] as api.PretargetingConfig);
@@ -1963,7 +1963,7 @@
var o = api.PretargetingConfigList();
buildCounterPretargetingConfigList++;
if (buildCounterPretargetingConfigList < 3) {
- o.items = buildUnnamed2170();
+ o.items = buildUnnamed2171();
o.kind = 'foo';
}
buildCounterPretargetingConfigList--;
@@ -1973,7 +1973,7 @@
void checkPretargetingConfigList(api.PretargetingConfigList o) {
buildCounterPretargetingConfigList++;
if (buildCounterPretargetingConfigList < 3) {
- checkUnnamed2170(o.items!);
+ checkUnnamed2171(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1982,14 +1982,14 @@
buildCounterPretargetingConfigList--;
}
-core.List<core.int> buildUnnamed2171() {
+core.List<core.int> buildUnnamed2172() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed2171(core.List<core.int> o) {
+void checkUnnamed2172(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2001,14 +2001,14 @@
);
}
-core.List<core.String> buildUnnamed2172() {
+core.List<core.String> buildUnnamed2173() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2172(core.List<core.String> o) {
+void checkUnnamed2173(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3048,8 +3048,8 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.AdExchangeBuyerApi(mock).creatives;
- var arg_accountId = buildUnnamed2171();
- var arg_buyerCreativeId = buildUnnamed2172();
+ var arg_accountId = buildUnnamed2172();
+ var arg_buyerCreativeId = buildUnnamed2173();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_statusFilter = 'foo';
diff --git a/generated/googleapis/test/adexchangebuyer/v1_4_test.dart b/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
index 798520a..459291b 100644
--- a/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
+++ b/generated/googleapis/test/adexchangebuyer/v1_4_test.dart
@@ -64,14 +64,14 @@
buildCounterAccountBidderLocation--;
}
-core.List<api.AccountBidderLocation> buildUnnamed2624() {
+core.List<api.AccountBidderLocation> buildUnnamed2631() {
var o = <api.AccountBidderLocation>[];
o.add(buildAccountBidderLocation());
o.add(buildAccountBidderLocation());
return o;
}
-void checkUnnamed2624(core.List<api.AccountBidderLocation> o) {
+void checkUnnamed2631(core.List<api.AccountBidderLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountBidderLocation(o[0] as api.AccountBidderLocation);
checkAccountBidderLocation(o[1] as api.AccountBidderLocation);
@@ -83,7 +83,7 @@
buildCounterAccount++;
if (buildCounterAccount < 3) {
o.applyPretargetingToNonGuaranteedDeals = true;
- o.bidderLocation = buildUnnamed2624();
+ o.bidderLocation = buildUnnamed2631();
o.cookieMatchingNid = 'foo';
o.cookieMatchingUrl = 'foo';
o.id = 42;
@@ -100,7 +100,7 @@
buildCounterAccount++;
if (buildCounterAccount < 3) {
unittest.expect(o.applyPretargetingToNonGuaranteedDeals!, unittest.isTrue);
- checkUnnamed2624(o.bidderLocation!);
+ checkUnnamed2631(o.bidderLocation!);
unittest.expect(
o.cookieMatchingNid!,
unittest.equals('foo'),
@@ -133,14 +133,14 @@
buildCounterAccount--;
}
-core.List<api.Account> buildUnnamed2625() {
+core.List<api.Account> buildUnnamed2632() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed2625(core.List<api.Account> o) {
+void checkUnnamed2632(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -151,7 +151,7 @@
var o = api.AccountsList();
buildCounterAccountsList++;
if (buildCounterAccountsList < 3) {
- o.items = buildUnnamed2625();
+ o.items = buildUnnamed2632();
o.kind = 'foo';
}
buildCounterAccountsList--;
@@ -161,7 +161,7 @@
void checkAccountsList(api.AccountsList o) {
buildCounterAccountsList++;
if (buildCounterAccountsList < 3) {
- checkUnnamed2625(o.items!);
+ checkUnnamed2632(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -170,14 +170,14 @@
buildCounterAccountsList--;
}
-core.List<api.MarketplaceDeal> buildUnnamed2626() {
+core.List<api.MarketplaceDeal> buildUnnamed2633() {
var o = <api.MarketplaceDeal>[];
o.add(buildMarketplaceDeal());
o.add(buildMarketplaceDeal());
return o;
}
-void checkUnnamed2626(core.List<api.MarketplaceDeal> o) {
+void checkUnnamed2633(core.List<api.MarketplaceDeal> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceDeal(o[0] as api.MarketplaceDeal);
checkMarketplaceDeal(o[1] as api.MarketplaceDeal);
@@ -188,7 +188,7 @@
var o = api.AddOrderDealsRequest();
buildCounterAddOrderDealsRequest++;
if (buildCounterAddOrderDealsRequest < 3) {
- o.deals = buildUnnamed2626();
+ o.deals = buildUnnamed2633();
o.proposalRevisionNumber = 'foo';
o.updateAction = 'foo';
}
@@ -199,7 +199,7 @@
void checkAddOrderDealsRequest(api.AddOrderDealsRequest o) {
buildCounterAddOrderDealsRequest++;
if (buildCounterAddOrderDealsRequest < 3) {
- checkUnnamed2626(o.deals!);
+ checkUnnamed2633(o.deals!);
unittest.expect(
o.proposalRevisionNumber!,
unittest.equals('foo'),
@@ -212,14 +212,14 @@
buildCounterAddOrderDealsRequest--;
}
-core.List<api.MarketplaceDeal> buildUnnamed2627() {
+core.List<api.MarketplaceDeal> buildUnnamed2634() {
var o = <api.MarketplaceDeal>[];
o.add(buildMarketplaceDeal());
o.add(buildMarketplaceDeal());
return o;
}
-void checkUnnamed2627(core.List<api.MarketplaceDeal> o) {
+void checkUnnamed2634(core.List<api.MarketplaceDeal> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceDeal(o[0] as api.MarketplaceDeal);
checkMarketplaceDeal(o[1] as api.MarketplaceDeal);
@@ -230,7 +230,7 @@
var o = api.AddOrderDealsResponse();
buildCounterAddOrderDealsResponse++;
if (buildCounterAddOrderDealsResponse < 3) {
- o.deals = buildUnnamed2627();
+ o.deals = buildUnnamed2634();
o.proposalRevisionNumber = 'foo';
}
buildCounterAddOrderDealsResponse--;
@@ -240,7 +240,7 @@
void checkAddOrderDealsResponse(api.AddOrderDealsResponse o) {
buildCounterAddOrderDealsResponse++;
if (buildCounterAddOrderDealsResponse < 3) {
- checkUnnamed2627(o.deals!);
+ checkUnnamed2634(o.deals!);
unittest.expect(
o.proposalRevisionNumber!,
unittest.equals('foo'),
@@ -249,14 +249,14 @@
buildCounterAddOrderDealsResponse--;
}
-core.List<api.MarketplaceNote> buildUnnamed2628() {
+core.List<api.MarketplaceNote> buildUnnamed2635() {
var o = <api.MarketplaceNote>[];
o.add(buildMarketplaceNote());
o.add(buildMarketplaceNote());
return o;
}
-void checkUnnamed2628(core.List<api.MarketplaceNote> o) {
+void checkUnnamed2635(core.List<api.MarketplaceNote> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceNote(o[0] as api.MarketplaceNote);
checkMarketplaceNote(o[1] as api.MarketplaceNote);
@@ -267,7 +267,7 @@
var o = api.AddOrderNotesRequest();
buildCounterAddOrderNotesRequest++;
if (buildCounterAddOrderNotesRequest < 3) {
- o.notes = buildUnnamed2628();
+ o.notes = buildUnnamed2635();
}
buildCounterAddOrderNotesRequest--;
return o;
@@ -276,19 +276,19 @@
void checkAddOrderNotesRequest(api.AddOrderNotesRequest o) {
buildCounterAddOrderNotesRequest++;
if (buildCounterAddOrderNotesRequest < 3) {
- checkUnnamed2628(o.notes!);
+ checkUnnamed2635(o.notes!);
}
buildCounterAddOrderNotesRequest--;
}
-core.List<api.MarketplaceNote> buildUnnamed2629() {
+core.List<api.MarketplaceNote> buildUnnamed2636() {
var o = <api.MarketplaceNote>[];
o.add(buildMarketplaceNote());
o.add(buildMarketplaceNote());
return o;
}
-void checkUnnamed2629(core.List<api.MarketplaceNote> o) {
+void checkUnnamed2636(core.List<api.MarketplaceNote> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceNote(o[0] as api.MarketplaceNote);
checkMarketplaceNote(o[1] as api.MarketplaceNote);
@@ -299,7 +299,7 @@
var o = api.AddOrderNotesResponse();
buildCounterAddOrderNotesResponse++;
if (buildCounterAddOrderNotesResponse < 3) {
- o.notes = buildUnnamed2629();
+ o.notes = buildUnnamed2636();
}
buildCounterAddOrderNotesResponse--;
return o;
@@ -308,19 +308,19 @@
void checkAddOrderNotesResponse(api.AddOrderNotesResponse o) {
buildCounterAddOrderNotesResponse++;
if (buildCounterAddOrderNotesResponse < 3) {
- checkUnnamed2629(o.notes!);
+ checkUnnamed2636(o.notes!);
}
buildCounterAddOrderNotesResponse--;
}
-core.List<core.String> buildUnnamed2630() {
+core.List<core.String> buildUnnamed2637() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2630(core.List<core.String> o) {
+void checkUnnamed2637(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -339,7 +339,7 @@
if (buildCounterBillingInfo < 3) {
o.accountId = 42;
o.accountName = 'foo';
- o.billingId = buildUnnamed2630();
+ o.billingId = buildUnnamed2637();
o.kind = 'foo';
}
buildCounterBillingInfo--;
@@ -357,7 +357,7 @@
o.accountName!,
unittest.equals('foo'),
);
- checkUnnamed2630(o.billingId!);
+ checkUnnamed2637(o.billingId!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -366,14 +366,14 @@
buildCounterBillingInfo--;
}
-core.List<api.BillingInfo> buildUnnamed2631() {
+core.List<api.BillingInfo> buildUnnamed2638() {
var o = <api.BillingInfo>[];
o.add(buildBillingInfo());
o.add(buildBillingInfo());
return o;
}
-void checkUnnamed2631(core.List<api.BillingInfo> o) {
+void checkUnnamed2638(core.List<api.BillingInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkBillingInfo(o[0] as api.BillingInfo);
checkBillingInfo(o[1] as api.BillingInfo);
@@ -384,7 +384,7 @@
var o = api.BillingInfoList();
buildCounterBillingInfoList++;
if (buildCounterBillingInfoList < 3) {
- o.items = buildUnnamed2631();
+ o.items = buildUnnamed2638();
o.kind = 'foo';
}
buildCounterBillingInfoList--;
@@ -394,7 +394,7 @@
void checkBillingInfoList(api.BillingInfoList o) {
buildCounterBillingInfoList++;
if (buildCounterBillingInfoList < 3) {
- checkUnnamed2631(o.items!);
+ checkUnnamed2638(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -499,14 +499,14 @@
buildCounterContactInformation--;
}
-core.List<api.Proposal> buildUnnamed2632() {
+core.List<api.Proposal> buildUnnamed2639() {
var o = <api.Proposal>[];
o.add(buildProposal());
o.add(buildProposal());
return o;
}
-void checkUnnamed2632(core.List<api.Proposal> o) {
+void checkUnnamed2639(core.List<api.Proposal> o) {
unittest.expect(o, unittest.hasLength(2));
checkProposal(o[0] as api.Proposal);
checkProposal(o[1] as api.Proposal);
@@ -517,7 +517,7 @@
var o = api.CreateOrdersRequest();
buildCounterCreateOrdersRequest++;
if (buildCounterCreateOrdersRequest < 3) {
- o.proposals = buildUnnamed2632();
+ o.proposals = buildUnnamed2639();
o.webPropertyCode = 'foo';
}
buildCounterCreateOrdersRequest--;
@@ -527,7 +527,7 @@
void checkCreateOrdersRequest(api.CreateOrdersRequest o) {
buildCounterCreateOrdersRequest++;
if (buildCounterCreateOrdersRequest < 3) {
- checkUnnamed2632(o.proposals!);
+ checkUnnamed2639(o.proposals!);
unittest.expect(
o.webPropertyCode!,
unittest.equals('foo'),
@@ -536,14 +536,14 @@
buildCounterCreateOrdersRequest--;
}
-core.List<api.Proposal> buildUnnamed2633() {
+core.List<api.Proposal> buildUnnamed2640() {
var o = <api.Proposal>[];
o.add(buildProposal());
o.add(buildProposal());
return o;
}
-void checkUnnamed2633(core.List<api.Proposal> o) {
+void checkUnnamed2640(core.List<api.Proposal> o) {
unittest.expect(o, unittest.hasLength(2));
checkProposal(o[0] as api.Proposal);
checkProposal(o[1] as api.Proposal);
@@ -554,7 +554,7 @@
var o = api.CreateOrdersResponse();
buildCounterCreateOrdersResponse++;
if (buildCounterCreateOrdersResponse < 3) {
- o.proposals = buildUnnamed2633();
+ o.proposals = buildUnnamed2640();
}
buildCounterCreateOrdersResponse--;
return o;
@@ -563,19 +563,19 @@
void checkCreateOrdersResponse(api.CreateOrdersResponse o) {
buildCounterCreateOrdersResponse++;
if (buildCounterCreateOrdersResponse < 3) {
- checkUnnamed2633(o.proposals!);
+ checkUnnamed2640(o.proposals!);
}
buildCounterCreateOrdersResponse--;
}
-core.List<core.String> buildUnnamed2634() {
+core.List<core.String> buildUnnamed2641() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2634(core.List<core.String> o) {
+void checkUnnamed2641(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -592,7 +592,7 @@
var o = api.CreativeAdTechnologyProviders();
buildCounterCreativeAdTechnologyProviders++;
if (buildCounterCreativeAdTechnologyProviders < 3) {
- o.detectedProviderIds = buildUnnamed2634();
+ o.detectedProviderIds = buildUnnamed2641();
o.hasUnidentifiedProvider = true;
}
buildCounterCreativeAdTechnologyProviders--;
@@ -602,167 +602,12 @@
void checkCreativeAdTechnologyProviders(api.CreativeAdTechnologyProviders o) {
buildCounterCreativeAdTechnologyProviders++;
if (buildCounterCreativeAdTechnologyProviders < 3) {
- checkUnnamed2634(o.detectedProviderIds!);
+ checkUnnamed2641(o.detectedProviderIds!);
unittest.expect(o.hasUnidentifiedProvider!, unittest.isTrue);
}
buildCounterCreativeAdTechnologyProviders--;
}
-core.List<core.String> buildUnnamed2635() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2635(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'),
- );
-}
-
-core.List<core.int> buildUnnamed2636() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
- return o;
-}
-
-void checkUnnamed2636(core.List<core.int> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals(42),
- );
- unittest.expect(
- o[1],
- unittest.equals(42),
- );
-}
-
-core.List<core.String> buildUnnamed2637() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2637(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'),
- );
-}
-
-core.List<core.String> buildUnnamed2638() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2638(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'),
- );
-}
-
-core.List<core.int> buildUnnamed2639() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
- return o;
-}
-
-void checkUnnamed2639(core.List<core.int> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals(42),
- );
- unittest.expect(
- o[1],
- unittest.equals(42),
- );
-}
-
-core.List<core.String> buildUnnamed2640() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2640(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'),
- );
-}
-
-core.int buildCounterCreativeCorrectionsContexts = 0;
-api.CreativeCorrectionsContexts buildCreativeCorrectionsContexts() {
- var o = api.CreativeCorrectionsContexts();
- buildCounterCreativeCorrectionsContexts++;
- if (buildCounterCreativeCorrectionsContexts < 3) {
- o.auctionType = buildUnnamed2638();
- o.contextType = 'foo';
- o.geoCriteriaId = buildUnnamed2639();
- o.platform = buildUnnamed2640();
- }
- buildCounterCreativeCorrectionsContexts--;
- return o;
-}
-
-void checkCreativeCorrectionsContexts(api.CreativeCorrectionsContexts o) {
- buildCounterCreativeCorrectionsContexts++;
- if (buildCounterCreativeCorrectionsContexts < 3) {
- checkUnnamed2638(o.auctionType!);
- unittest.expect(
- o.contextType!,
- unittest.equals('foo'),
- );
- checkUnnamed2639(o.geoCriteriaId!);
- checkUnnamed2640(o.platform!);
- }
- buildCounterCreativeCorrectionsContexts--;
-}
-
-core.List<api.CreativeCorrectionsContexts> buildUnnamed2641() {
- var o = <api.CreativeCorrectionsContexts>[];
- o.add(buildCreativeCorrectionsContexts());
- o.add(buildCreativeCorrectionsContexts());
- return o;
-}
-
-void checkUnnamed2641(core.List<api.CreativeCorrectionsContexts> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkCreativeCorrectionsContexts(o[0] as api.CreativeCorrectionsContexts);
- checkCreativeCorrectionsContexts(o[1] as api.CreativeCorrectionsContexts);
-}
-
core.List<core.String> buildUnnamed2642() {
var o = <core.String>[];
o.add('foo');
@@ -782,43 +627,23 @@
);
}
-core.int buildCounterCreativeCorrections = 0;
-api.CreativeCorrections buildCreativeCorrections() {
- var o = api.CreativeCorrections();
- buildCounterCreativeCorrections++;
- if (buildCounterCreativeCorrections < 3) {
- o.contexts = buildUnnamed2641();
- o.details = buildUnnamed2642();
- o.reason = 'foo';
- }
- buildCounterCreativeCorrections--;
+core.List<core.int> buildUnnamed2643() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
return o;
}
-void checkCreativeCorrections(api.CreativeCorrections o) {
- buildCounterCreativeCorrections++;
- if (buildCounterCreativeCorrections < 3) {
- checkUnnamed2641(o.contexts!);
- checkUnnamed2642(o.details!);
- unittest.expect(
- o.reason!,
- unittest.equals('foo'),
- );
- }
- buildCounterCreativeCorrections--;
-}
-
-core.List<api.CreativeCorrections> buildUnnamed2643() {
- var o = <api.CreativeCorrections>[];
- o.add(buildCreativeCorrections());
- o.add(buildCreativeCorrections());
- return o;
-}
-
-void checkUnnamed2643(core.List<api.CreativeCorrections> o) {
+void checkUnnamed2643(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
- checkCreativeCorrections(o[0] as api.CreativeCorrections);
- checkCreativeCorrections(o[1] as api.CreativeCorrections);
+ unittest.expect(
+ o[0],
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42),
+ );
}
core.List<core.String> buildUnnamed2644() {
@@ -840,6 +665,181 @@
);
}
+core.List<core.String> buildUnnamed2645() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2645(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'),
+ );
+}
+
+core.List<core.int> buildUnnamed2646() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
+ return o;
+}
+
+void checkUnnamed2646(core.List<core.int> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42),
+ );
+}
+
+core.List<core.String> buildUnnamed2647() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2647(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'),
+ );
+}
+
+core.int buildCounterCreativeCorrectionsContexts = 0;
+api.CreativeCorrectionsContexts buildCreativeCorrectionsContexts() {
+ var o = api.CreativeCorrectionsContexts();
+ buildCounterCreativeCorrectionsContexts++;
+ if (buildCounterCreativeCorrectionsContexts < 3) {
+ o.auctionType = buildUnnamed2645();
+ o.contextType = 'foo';
+ o.geoCriteriaId = buildUnnamed2646();
+ o.platform = buildUnnamed2647();
+ }
+ buildCounterCreativeCorrectionsContexts--;
+ return o;
+}
+
+void checkCreativeCorrectionsContexts(api.CreativeCorrectionsContexts o) {
+ buildCounterCreativeCorrectionsContexts++;
+ if (buildCounterCreativeCorrectionsContexts < 3) {
+ checkUnnamed2645(o.auctionType!);
+ unittest.expect(
+ o.contextType!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2646(o.geoCriteriaId!);
+ checkUnnamed2647(o.platform!);
+ }
+ buildCounterCreativeCorrectionsContexts--;
+}
+
+core.List<api.CreativeCorrectionsContexts> buildUnnamed2648() {
+ var o = <api.CreativeCorrectionsContexts>[];
+ o.add(buildCreativeCorrectionsContexts());
+ o.add(buildCreativeCorrectionsContexts());
+ return o;
+}
+
+void checkUnnamed2648(core.List<api.CreativeCorrectionsContexts> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkCreativeCorrectionsContexts(o[0] as api.CreativeCorrectionsContexts);
+ checkCreativeCorrectionsContexts(o[1] as api.CreativeCorrectionsContexts);
+}
+
+core.List<core.String> buildUnnamed2649() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2649(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'),
+ );
+}
+
+core.int buildCounterCreativeCorrections = 0;
+api.CreativeCorrections buildCreativeCorrections() {
+ var o = api.CreativeCorrections();
+ buildCounterCreativeCorrections++;
+ if (buildCounterCreativeCorrections < 3) {
+ o.contexts = buildUnnamed2648();
+ o.details = buildUnnamed2649();
+ o.reason = 'foo';
+ }
+ buildCounterCreativeCorrections--;
+ return o;
+}
+
+void checkCreativeCorrections(api.CreativeCorrections o) {
+ buildCounterCreativeCorrections++;
+ if (buildCounterCreativeCorrections < 3) {
+ checkUnnamed2648(o.contexts!);
+ checkUnnamed2649(o.details!);
+ unittest.expect(
+ o.reason!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterCreativeCorrections--;
+}
+
+core.List<api.CreativeCorrections> buildUnnamed2650() {
+ var o = <api.CreativeCorrections>[];
+ o.add(buildCreativeCorrections());
+ o.add(buildCreativeCorrections());
+ return o;
+}
+
+void checkUnnamed2650(core.List<api.CreativeCorrections> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkCreativeCorrections(o[0] as api.CreativeCorrections);
+ checkCreativeCorrections(o[1] as api.CreativeCorrections);
+}
+
+core.List<core.String> buildUnnamed2651() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2651(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'),
+ );
+}
+
core.int buildCounterCreativeFilteringReasonsReasons = 0;
api.CreativeFilteringReasonsReasons buildCreativeFilteringReasonsReasons() {
var o = api.CreativeFilteringReasonsReasons();
@@ -868,14 +868,14 @@
buildCounterCreativeFilteringReasonsReasons--;
}
-core.List<api.CreativeFilteringReasonsReasons> buildUnnamed2645() {
+core.List<api.CreativeFilteringReasonsReasons> buildUnnamed2652() {
var o = <api.CreativeFilteringReasonsReasons>[];
o.add(buildCreativeFilteringReasonsReasons());
o.add(buildCreativeFilteringReasonsReasons());
return o;
}
-void checkUnnamed2645(core.List<api.CreativeFilteringReasonsReasons> o) {
+void checkUnnamed2652(core.List<api.CreativeFilteringReasonsReasons> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeFilteringReasonsReasons(
o[0] as api.CreativeFilteringReasonsReasons);
@@ -889,7 +889,7 @@
buildCounterCreativeFilteringReasons++;
if (buildCounterCreativeFilteringReasons < 3) {
o.date = 'foo';
- o.reasons = buildUnnamed2645();
+ o.reasons = buildUnnamed2652();
}
buildCounterCreativeFilteringReasons--;
return o;
@@ -902,19 +902,19 @@
o.date!,
unittest.equals('foo'),
);
- checkUnnamed2645(o.reasons!);
+ checkUnnamed2652(o.reasons!);
}
buildCounterCreativeFilteringReasons--;
}
-core.List<core.String> buildUnnamed2646() {
+core.List<core.String> buildUnnamed2653() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2646(core.List<core.String> o) {
+void checkUnnamed2653(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -926,14 +926,14 @@
);
}
-core.List<core.String> buildUnnamed2647() {
+core.List<core.String> buildUnnamed2654() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2647(core.List<core.String> o) {
+void checkUnnamed2654(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1009,14 +1009,14 @@
buildCounterCreativeNativeAdImage--;
}
-core.List<core.String> buildUnnamed2648() {
+core.List<core.String> buildUnnamed2655() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2648(core.List<core.String> o) {
+void checkUnnamed2655(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1073,7 +1073,7 @@
o.clickTrackingUrl = 'foo';
o.headline = 'foo';
o.image = buildCreativeNativeAdImage();
- o.impressionTrackingUrl = buildUnnamed2648();
+ o.impressionTrackingUrl = buildUnnamed2655();
o.logo = buildCreativeNativeAdLogo();
o.price = 'foo';
o.starRating = 42.0;
@@ -1112,7 +1112,7 @@
unittest.equals('foo'),
);
checkCreativeNativeAdImage(o.image! as api.CreativeNativeAdImage);
- checkUnnamed2648(o.impressionTrackingUrl!);
+ checkUnnamed2655(o.impressionTrackingUrl!);
checkCreativeNativeAdLogo(o.logo! as api.CreativeNativeAdLogo);
unittest.expect(
o.price!,
@@ -1130,14 +1130,14 @@
buildCounterCreativeNativeAd--;
}
-core.List<core.int> buildUnnamed2649() {
+core.List<core.int> buildUnnamed2656() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed2649(core.List<core.int> o) {
+void checkUnnamed2656(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1149,14 +1149,14 @@
);
}
-core.List<core.int> buildUnnamed2650() {
+core.List<core.int> buildUnnamed2657() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed2650(core.List<core.int> o) {
+void checkUnnamed2657(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1168,14 +1168,14 @@
);
}
-core.List<core.int> buildUnnamed2651() {
+core.List<core.int> buildUnnamed2658() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed2651(core.List<core.int> o) {
+void checkUnnamed2658(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1187,14 +1187,14 @@
);
}
-core.List<core.String> buildUnnamed2652() {
+core.List<core.String> buildUnnamed2659() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2652(core.List<core.String> o) {
+void checkUnnamed2659(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1206,14 +1206,14 @@
);
}
-core.List<core.int> buildUnnamed2653() {
+core.List<core.int> buildUnnamed2660() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed2653(core.List<core.int> o) {
+void checkUnnamed2660(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1225,14 +1225,14 @@
);
}
-core.List<core.String> buildUnnamed2654() {
+core.List<core.String> buildUnnamed2661() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2654(core.List<core.String> o) {
+void checkUnnamed2661(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1250,10 +1250,10 @@
var o = api.CreativeServingRestrictionsContexts();
buildCounterCreativeServingRestrictionsContexts++;
if (buildCounterCreativeServingRestrictionsContexts < 3) {
- o.auctionType = buildUnnamed2652();
+ o.auctionType = buildUnnamed2659();
o.contextType = 'foo';
- o.geoCriteriaId = buildUnnamed2653();
- o.platform = buildUnnamed2654();
+ o.geoCriteriaId = buildUnnamed2660();
+ o.platform = buildUnnamed2661();
}
buildCounterCreativeServingRestrictionsContexts--;
return o;
@@ -1263,25 +1263,25 @@
api.CreativeServingRestrictionsContexts o) {
buildCounterCreativeServingRestrictionsContexts++;
if (buildCounterCreativeServingRestrictionsContexts < 3) {
- checkUnnamed2652(o.auctionType!);
+ checkUnnamed2659(o.auctionType!);
unittest.expect(
o.contextType!,
unittest.equals('foo'),
);
- checkUnnamed2653(o.geoCriteriaId!);
- checkUnnamed2654(o.platform!);
+ checkUnnamed2660(o.geoCriteriaId!);
+ checkUnnamed2661(o.platform!);
}
buildCounterCreativeServingRestrictionsContexts--;
}
-core.List<api.CreativeServingRestrictionsContexts> buildUnnamed2655() {
+core.List<api.CreativeServingRestrictionsContexts> buildUnnamed2662() {
var o = <api.CreativeServingRestrictionsContexts>[];
o.add(buildCreativeServingRestrictionsContexts());
o.add(buildCreativeServingRestrictionsContexts());
return o;
}
-void checkUnnamed2655(core.List<api.CreativeServingRestrictionsContexts> o) {
+void checkUnnamed2662(core.List<api.CreativeServingRestrictionsContexts> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeServingRestrictionsContexts(
o[0] as api.CreativeServingRestrictionsContexts);
@@ -1289,14 +1289,14 @@
o[1] as api.CreativeServingRestrictionsContexts);
}
-core.List<core.String> buildUnnamed2656() {
+core.List<core.String> buildUnnamed2663() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2656(core.List<core.String> o) {
+void checkUnnamed2663(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1314,7 +1314,7 @@
var o = api.CreativeServingRestrictionsDisapprovalReasons();
buildCounterCreativeServingRestrictionsDisapprovalReasons++;
if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) {
- o.details = buildUnnamed2656();
+ o.details = buildUnnamed2663();
o.reason = 'foo';
}
buildCounterCreativeServingRestrictionsDisapprovalReasons--;
@@ -1325,7 +1325,7 @@
api.CreativeServingRestrictionsDisapprovalReasons o) {
buildCounterCreativeServingRestrictionsDisapprovalReasons++;
if (buildCounterCreativeServingRestrictionsDisapprovalReasons < 3) {
- checkUnnamed2656(o.details!);
+ checkUnnamed2663(o.details!);
unittest.expect(
o.reason!,
unittest.equals('foo'),
@@ -1335,14 +1335,14 @@
}
core.List<api.CreativeServingRestrictionsDisapprovalReasons>
- buildUnnamed2657() {
+ buildUnnamed2664() {
var o = <api.CreativeServingRestrictionsDisapprovalReasons>[];
o.add(buildCreativeServingRestrictionsDisapprovalReasons());
o.add(buildCreativeServingRestrictionsDisapprovalReasons());
return o;
}
-void checkUnnamed2657(
+void checkUnnamed2664(
core.List<api.CreativeServingRestrictionsDisapprovalReasons> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeServingRestrictionsDisapprovalReasons(
@@ -1356,8 +1356,8 @@
var o = api.CreativeServingRestrictions();
buildCounterCreativeServingRestrictions++;
if (buildCounterCreativeServingRestrictions < 3) {
- o.contexts = buildUnnamed2655();
- o.disapprovalReasons = buildUnnamed2657();
+ o.contexts = buildUnnamed2662();
+ o.disapprovalReasons = buildUnnamed2664();
o.reason = 'foo';
}
buildCounterCreativeServingRestrictions--;
@@ -1367,8 +1367,8 @@
void checkCreativeServingRestrictions(api.CreativeServingRestrictions o) {
buildCounterCreativeServingRestrictions++;
if (buildCounterCreativeServingRestrictions < 3) {
- checkUnnamed2655(o.contexts!);
- checkUnnamed2657(o.disapprovalReasons!);
+ checkUnnamed2662(o.contexts!);
+ checkUnnamed2664(o.disapprovalReasons!);
unittest.expect(
o.reason!,
unittest.equals('foo'),
@@ -1377,27 +1377,27 @@
buildCounterCreativeServingRestrictions--;
}
-core.List<api.CreativeServingRestrictions> buildUnnamed2658() {
+core.List<api.CreativeServingRestrictions> buildUnnamed2665() {
var o = <api.CreativeServingRestrictions>[];
o.add(buildCreativeServingRestrictions());
o.add(buildCreativeServingRestrictions());
return o;
}
-void checkUnnamed2658(core.List<api.CreativeServingRestrictions> o) {
+void checkUnnamed2665(core.List<api.CreativeServingRestrictions> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeServingRestrictions(o[0] as api.CreativeServingRestrictions);
checkCreativeServingRestrictions(o[1] as api.CreativeServingRestrictions);
}
-core.List<core.int> buildUnnamed2659() {
+core.List<core.int> buildUnnamed2666() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed2659(core.List<core.int> o) {
+void checkUnnamed2666(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1418,29 +1418,29 @@
o.accountId = 42;
o.adChoicesDestinationUrl = 'foo';
o.adTechnologyProviders = buildCreativeAdTechnologyProviders();
- o.advertiserId = buildUnnamed2635();
+ o.advertiserId = buildUnnamed2642();
o.advertiserName = 'foo';
o.agencyId = 'foo';
o.apiUploadTimestamp = core.DateTime.parse("2002-02-27T14:01:02");
- o.attribute = buildUnnamed2636();
+ o.attribute = buildUnnamed2643();
o.buyerCreativeId = 'foo';
- o.clickThroughUrl = buildUnnamed2637();
- o.corrections = buildUnnamed2643();
+ o.clickThroughUrl = buildUnnamed2644();
+ o.corrections = buildUnnamed2650();
o.creativeStatusIdentityType = 'foo';
o.dealsStatus = 'foo';
- o.detectedDomains = buildUnnamed2644();
+ o.detectedDomains = buildUnnamed2651();
o.filteringReasons = buildCreativeFilteringReasons();
o.height = 42;
- o.impressionTrackingUrl = buildUnnamed2646();
+ o.impressionTrackingUrl = buildUnnamed2653();
o.kind = 'foo';
- o.languages = buildUnnamed2647();
+ o.languages = buildUnnamed2654();
o.nativeAd = buildCreativeNativeAd();
o.openAuctionStatus = 'foo';
- o.productCategories = buildUnnamed2649();
- o.restrictedCategories = buildUnnamed2650();
- o.sensitiveCategories = buildUnnamed2651();
- o.servingRestrictions = buildUnnamed2658();
- o.vendorType = buildUnnamed2659();
+ o.productCategories = buildUnnamed2656();
+ o.restrictedCategories = buildUnnamed2657();
+ o.sensitiveCategories = buildUnnamed2658();
+ o.servingRestrictions = buildUnnamed2665();
+ o.vendorType = buildUnnamed2666();
o.version = 42;
o.videoURL = 'foo';
o.videoVastXML = 'foo';
@@ -1467,7 +1467,7 @@
);
checkCreativeAdTechnologyProviders(
o.adTechnologyProviders! as api.CreativeAdTechnologyProviders);
- checkUnnamed2635(o.advertiserId!);
+ checkUnnamed2642(o.advertiserId!);
unittest.expect(
o.advertiserName!,
unittest.equals('foo'),
@@ -1480,13 +1480,13 @@
o.apiUploadTimestamp!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed2636(o.attribute!);
+ checkUnnamed2643(o.attribute!);
unittest.expect(
o.buyerCreativeId!,
unittest.equals('foo'),
);
- checkUnnamed2637(o.clickThroughUrl!);
- checkUnnamed2643(o.corrections!);
+ checkUnnamed2644(o.clickThroughUrl!);
+ checkUnnamed2650(o.corrections!);
unittest.expect(
o.creativeStatusIdentityType!,
unittest.equals('foo'),
@@ -1495,29 +1495,29 @@
o.dealsStatus!,
unittest.equals('foo'),
);
- checkUnnamed2644(o.detectedDomains!);
+ checkUnnamed2651(o.detectedDomains!);
checkCreativeFilteringReasons(
o.filteringReasons! as api.CreativeFilteringReasons);
unittest.expect(
o.height!,
unittest.equals(42),
);
- checkUnnamed2646(o.impressionTrackingUrl!);
+ checkUnnamed2653(o.impressionTrackingUrl!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2647(o.languages!);
+ checkUnnamed2654(o.languages!);
checkCreativeNativeAd(o.nativeAd! as api.CreativeNativeAd);
unittest.expect(
o.openAuctionStatus!,
unittest.equals('foo'),
);
- checkUnnamed2649(o.productCategories!);
- checkUnnamed2650(o.restrictedCategories!);
- checkUnnamed2651(o.sensitiveCategories!);
- checkUnnamed2658(o.servingRestrictions!);
- checkUnnamed2659(o.vendorType!);
+ checkUnnamed2656(o.productCategories!);
+ checkUnnamed2657(o.restrictedCategories!);
+ checkUnnamed2658(o.sensitiveCategories!);
+ checkUnnamed2665(o.servingRestrictions!);
+ checkUnnamed2666(o.vendorType!);
unittest.expect(
o.version!,
unittest.equals(42),
@@ -1570,14 +1570,14 @@
buildCounterCreativeDealIdsDealStatuses--;
}
-core.List<api.CreativeDealIdsDealStatuses> buildUnnamed2660() {
+core.List<api.CreativeDealIdsDealStatuses> buildUnnamed2667() {
var o = <api.CreativeDealIdsDealStatuses>[];
o.add(buildCreativeDealIdsDealStatuses());
o.add(buildCreativeDealIdsDealStatuses());
return o;
}
-void checkUnnamed2660(core.List<api.CreativeDealIdsDealStatuses> o) {
+void checkUnnamed2667(core.List<api.CreativeDealIdsDealStatuses> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeDealIdsDealStatuses(o[0] as api.CreativeDealIdsDealStatuses);
checkCreativeDealIdsDealStatuses(o[1] as api.CreativeDealIdsDealStatuses);
@@ -1588,7 +1588,7 @@
var o = api.CreativeDealIds();
buildCounterCreativeDealIds++;
if (buildCounterCreativeDealIds < 3) {
- o.dealStatuses = buildUnnamed2660();
+ o.dealStatuses = buildUnnamed2667();
o.kind = 'foo';
}
buildCounterCreativeDealIds--;
@@ -1598,7 +1598,7 @@
void checkCreativeDealIds(api.CreativeDealIds o) {
buildCounterCreativeDealIds++;
if (buildCounterCreativeDealIds < 3) {
- checkUnnamed2660(o.dealStatuses!);
+ checkUnnamed2667(o.dealStatuses!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1607,14 +1607,14 @@
buildCounterCreativeDealIds--;
}
-core.List<api.Creative> buildUnnamed2661() {
+core.List<api.Creative> buildUnnamed2668() {
var o = <api.Creative>[];
o.add(buildCreative());
o.add(buildCreative());
return o;
}
-void checkUnnamed2661(core.List<api.Creative> o) {
+void checkUnnamed2668(core.List<api.Creative> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreative(o[0] as api.Creative);
checkCreative(o[1] as api.Creative);
@@ -1625,7 +1625,7 @@
var o = api.CreativesList();
buildCounterCreativesList++;
if (buildCounterCreativesList < 3) {
- o.items = buildUnnamed2661();
+ o.items = buildUnnamed2668();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1636,7 +1636,7 @@
void checkCreativesList(api.CreativesList o) {
buildCounterCreativesList++;
if (buildCounterCreativesList < 3) {
- checkUnnamed2661(o.items!);
+ checkUnnamed2668(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1766,14 +1766,14 @@
buildCounterDealTerms--;
}
-core.List<api.PricePerBuyer> buildUnnamed2662() {
+core.List<api.PricePerBuyer> buildUnnamed2669() {
var o = <api.PricePerBuyer>[];
o.add(buildPricePerBuyer());
o.add(buildPricePerBuyer());
return o;
}
-void checkUnnamed2662(core.List<api.PricePerBuyer> o) {
+void checkUnnamed2669(core.List<api.PricePerBuyer> o) {
unittest.expect(o, unittest.hasLength(2));
checkPricePerBuyer(o[0] as api.PricePerBuyer);
checkPricePerBuyer(o[1] as api.PricePerBuyer);
@@ -1786,7 +1786,7 @@
buildCounterDealTermsGuaranteedFixedPriceTerms++;
if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) {
o.billingInfo = buildDealTermsGuaranteedFixedPriceTermsBillingInfo();
- o.fixedPrices = buildUnnamed2662();
+ o.fixedPrices = buildUnnamed2669();
o.guaranteedImpressions = 'foo';
o.guaranteedLooks = 'foo';
o.minimumDailyLooks = 'foo';
@@ -1801,7 +1801,7 @@
if (buildCounterDealTermsGuaranteedFixedPriceTerms < 3) {
checkDealTermsGuaranteedFixedPriceTermsBillingInfo(
o.billingInfo! as api.DealTermsGuaranteedFixedPriceTermsBillingInfo);
- checkUnnamed2662(o.fixedPrices!);
+ checkUnnamed2669(o.fixedPrices!);
unittest.expect(
o.guaranteedImpressions!,
unittest.equals('foo'),
@@ -1854,14 +1854,14 @@
buildCounterDealTermsGuaranteedFixedPriceTermsBillingInfo--;
}
-core.List<api.PricePerBuyer> buildUnnamed2663() {
+core.List<api.PricePerBuyer> buildUnnamed2670() {
var o = <api.PricePerBuyer>[];
o.add(buildPricePerBuyer());
o.add(buildPricePerBuyer());
return o;
}
-void checkUnnamed2663(core.List<api.PricePerBuyer> o) {
+void checkUnnamed2670(core.List<api.PricePerBuyer> o) {
unittest.expect(o, unittest.hasLength(2));
checkPricePerBuyer(o[0] as api.PricePerBuyer);
checkPricePerBuyer(o[1] as api.PricePerBuyer);
@@ -1874,7 +1874,7 @@
buildCounterDealTermsNonGuaranteedAuctionTerms++;
if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) {
o.autoOptimizePrivateAuction = true;
- o.reservePricePerBuyers = buildUnnamed2663();
+ o.reservePricePerBuyers = buildUnnamed2670();
}
buildCounterDealTermsNonGuaranteedAuctionTerms--;
return o;
@@ -1885,19 +1885,19 @@
buildCounterDealTermsNonGuaranteedAuctionTerms++;
if (buildCounterDealTermsNonGuaranteedAuctionTerms < 3) {
unittest.expect(o.autoOptimizePrivateAuction!, unittest.isTrue);
- checkUnnamed2663(o.reservePricePerBuyers!);
+ checkUnnamed2670(o.reservePricePerBuyers!);
}
buildCounterDealTermsNonGuaranteedAuctionTerms--;
}
-core.List<api.PricePerBuyer> buildUnnamed2664() {
+core.List<api.PricePerBuyer> buildUnnamed2671() {
var o = <api.PricePerBuyer>[];
o.add(buildPricePerBuyer());
o.add(buildPricePerBuyer());
return o;
}
-void checkUnnamed2664(core.List<api.PricePerBuyer> o) {
+void checkUnnamed2671(core.List<api.PricePerBuyer> o) {
unittest.expect(o, unittest.hasLength(2));
checkPricePerBuyer(o[0] as api.PricePerBuyer);
checkPricePerBuyer(o[1] as api.PricePerBuyer);
@@ -1909,7 +1909,7 @@
var o = api.DealTermsNonGuaranteedFixedPriceTerms();
buildCounterDealTermsNonGuaranteedFixedPriceTerms++;
if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) {
- o.fixedPrices = buildUnnamed2664();
+ o.fixedPrices = buildUnnamed2671();
}
buildCounterDealTermsNonGuaranteedFixedPriceTerms--;
return o;
@@ -1919,7 +1919,7 @@
api.DealTermsNonGuaranteedFixedPriceTerms o) {
buildCounterDealTermsNonGuaranteedFixedPriceTerms++;
if (buildCounterDealTermsNonGuaranteedFixedPriceTerms < 3) {
- checkUnnamed2664(o.fixedPrices!);
+ checkUnnamed2671(o.fixedPrices!);
}
buildCounterDealTermsNonGuaranteedFixedPriceTerms--;
}
@@ -1947,14 +1947,14 @@
buildCounterDealTermsRubiconNonGuaranteedTerms--;
}
-core.List<core.String> buildUnnamed2665() {
+core.List<core.String> buildUnnamed2672() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2665(core.List<core.String> o) {
+void checkUnnamed2672(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1971,7 +1971,7 @@
var o = api.DeleteOrderDealsRequest();
buildCounterDeleteOrderDealsRequest++;
if (buildCounterDeleteOrderDealsRequest < 3) {
- o.dealIds = buildUnnamed2665();
+ o.dealIds = buildUnnamed2672();
o.proposalRevisionNumber = 'foo';
o.updateAction = 'foo';
}
@@ -1982,7 +1982,7 @@
void checkDeleteOrderDealsRequest(api.DeleteOrderDealsRequest o) {
buildCounterDeleteOrderDealsRequest++;
if (buildCounterDeleteOrderDealsRequest < 3) {
- checkUnnamed2665(o.dealIds!);
+ checkUnnamed2672(o.dealIds!);
unittest.expect(
o.proposalRevisionNumber!,
unittest.equals('foo'),
@@ -1995,14 +1995,14 @@
buildCounterDeleteOrderDealsRequest--;
}
-core.List<api.MarketplaceDeal> buildUnnamed2666() {
+core.List<api.MarketplaceDeal> buildUnnamed2673() {
var o = <api.MarketplaceDeal>[];
o.add(buildMarketplaceDeal());
o.add(buildMarketplaceDeal());
return o;
}
-void checkUnnamed2666(core.List<api.MarketplaceDeal> o) {
+void checkUnnamed2673(core.List<api.MarketplaceDeal> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceDeal(o[0] as api.MarketplaceDeal);
checkMarketplaceDeal(o[1] as api.MarketplaceDeal);
@@ -2013,7 +2013,7 @@
var o = api.DeleteOrderDealsResponse();
buildCounterDeleteOrderDealsResponse++;
if (buildCounterDeleteOrderDealsResponse < 3) {
- o.deals = buildUnnamed2666();
+ o.deals = buildUnnamed2673();
o.proposalRevisionNumber = 'foo';
}
buildCounterDeleteOrderDealsResponse--;
@@ -2023,7 +2023,7 @@
void checkDeleteOrderDealsResponse(api.DeleteOrderDealsResponse o) {
buildCounterDeleteOrderDealsResponse++;
if (buildCounterDeleteOrderDealsResponse < 3) {
- checkUnnamed2666(o.deals!);
+ checkUnnamed2673(o.deals!);
unittest.expect(
o.proposalRevisionNumber!,
unittest.equals('foo'),
@@ -2032,14 +2032,14 @@
buildCounterDeleteOrderDealsResponse--;
}
-core.List<api.DeliveryControlFrequencyCap> buildUnnamed2667() {
+core.List<api.DeliveryControlFrequencyCap> buildUnnamed2674() {
var o = <api.DeliveryControlFrequencyCap>[];
o.add(buildDeliveryControlFrequencyCap());
o.add(buildDeliveryControlFrequencyCap());
return o;
}
-void checkUnnamed2667(core.List<api.DeliveryControlFrequencyCap> o) {
+void checkUnnamed2674(core.List<api.DeliveryControlFrequencyCap> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeliveryControlFrequencyCap(o[0] as api.DeliveryControlFrequencyCap);
checkDeliveryControlFrequencyCap(o[1] as api.DeliveryControlFrequencyCap);
@@ -2052,7 +2052,7 @@
if (buildCounterDeliveryControl < 3) {
o.creativeBlockingLevel = 'foo';
o.deliveryRateType = 'foo';
- o.frequencyCaps = buildUnnamed2667();
+ o.frequencyCaps = buildUnnamed2674();
}
buildCounterDeliveryControl--;
return o;
@@ -2069,7 +2069,7 @@
o.deliveryRateType!,
unittest.equals('foo'),
);
- checkUnnamed2667(o.frequencyCaps!);
+ checkUnnamed2674(o.frequencyCaps!);
}
buildCounterDeliveryControl--;
}
@@ -2106,14 +2106,14 @@
buildCounterDeliveryControlFrequencyCap--;
}
-core.List<api.DimensionDimensionValue> buildUnnamed2668() {
+core.List<api.DimensionDimensionValue> buildUnnamed2675() {
var o = <api.DimensionDimensionValue>[];
o.add(buildDimensionDimensionValue());
o.add(buildDimensionDimensionValue());
return o;
}
-void checkUnnamed2668(core.List<api.DimensionDimensionValue> o) {
+void checkUnnamed2675(core.List<api.DimensionDimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionDimensionValue(o[0] as api.DimensionDimensionValue);
checkDimensionDimensionValue(o[1] as api.DimensionDimensionValue);
@@ -2125,7 +2125,7 @@
buildCounterDimension++;
if (buildCounterDimension < 3) {
o.dimensionType = 'foo';
- o.dimensionValues = buildUnnamed2668();
+ o.dimensionValues = buildUnnamed2675();
}
buildCounterDimension--;
return o;
@@ -2138,7 +2138,7 @@
o.dimensionType!,
unittest.equals('foo'),
);
- checkUnnamed2668(o.dimensionValues!);
+ checkUnnamed2675(o.dimensionValues!);
}
buildCounterDimension--;
}
@@ -2175,14 +2175,14 @@
buildCounterDimensionDimensionValue--;
}
-core.List<api.MarketplaceDeal> buildUnnamed2669() {
+core.List<api.MarketplaceDeal> buildUnnamed2676() {
var o = <api.MarketplaceDeal>[];
o.add(buildMarketplaceDeal());
o.add(buildMarketplaceDeal());
return o;
}
-void checkUnnamed2669(core.List<api.MarketplaceDeal> o) {
+void checkUnnamed2676(core.List<api.MarketplaceDeal> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceDeal(o[0] as api.MarketplaceDeal);
checkMarketplaceDeal(o[1] as api.MarketplaceDeal);
@@ -2193,7 +2193,7 @@
var o = api.EditAllOrderDealsRequest();
buildCounterEditAllOrderDealsRequest++;
if (buildCounterEditAllOrderDealsRequest < 3) {
- o.deals = buildUnnamed2669();
+ o.deals = buildUnnamed2676();
o.proposal = buildProposal();
o.proposalRevisionNumber = 'foo';
o.updateAction = 'foo';
@@ -2205,7 +2205,7 @@
void checkEditAllOrderDealsRequest(api.EditAllOrderDealsRequest o) {
buildCounterEditAllOrderDealsRequest++;
if (buildCounterEditAllOrderDealsRequest < 3) {
- checkUnnamed2669(o.deals!);
+ checkUnnamed2676(o.deals!);
checkProposal(o.proposal! as api.Proposal);
unittest.expect(
o.proposalRevisionNumber!,
@@ -2219,14 +2219,14 @@
buildCounterEditAllOrderDealsRequest--;
}
-core.List<api.MarketplaceDeal> buildUnnamed2670() {
+core.List<api.MarketplaceDeal> buildUnnamed2677() {
var o = <api.MarketplaceDeal>[];
o.add(buildMarketplaceDeal());
o.add(buildMarketplaceDeal());
return o;
}
-void checkUnnamed2670(core.List<api.MarketplaceDeal> o) {
+void checkUnnamed2677(core.List<api.MarketplaceDeal> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceDeal(o[0] as api.MarketplaceDeal);
checkMarketplaceDeal(o[1] as api.MarketplaceDeal);
@@ -2237,7 +2237,7 @@
var o = api.EditAllOrderDealsResponse();
buildCounterEditAllOrderDealsResponse++;
if (buildCounterEditAllOrderDealsResponse < 3) {
- o.deals = buildUnnamed2670();
+ o.deals = buildUnnamed2677();
o.orderRevisionNumber = 'foo';
}
buildCounterEditAllOrderDealsResponse--;
@@ -2247,7 +2247,7 @@
void checkEditAllOrderDealsResponse(api.EditAllOrderDealsResponse o) {
buildCounterEditAllOrderDealsResponse++;
if (buildCounterEditAllOrderDealsResponse < 3) {
- checkUnnamed2670(o.deals!);
+ checkUnnamed2677(o.deals!);
unittest.expect(
o.orderRevisionNumber!,
unittest.equals('foo'),
@@ -2256,14 +2256,14 @@
buildCounterEditAllOrderDealsResponse--;
}
-core.List<api.Product> buildUnnamed2671() {
+core.List<api.Product> buildUnnamed2678() {
var o = <api.Product>[];
o.add(buildProduct());
o.add(buildProduct());
return o;
}
-void checkUnnamed2671(core.List<api.Product> o) {
+void checkUnnamed2678(core.List<api.Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkProduct(o[0] as api.Product);
checkProduct(o[1] as api.Product);
@@ -2274,7 +2274,7 @@
var o = api.GetOffersResponse();
buildCounterGetOffersResponse++;
if (buildCounterGetOffersResponse < 3) {
- o.products = buildUnnamed2671();
+ o.products = buildUnnamed2678();
}
buildCounterGetOffersResponse--;
return o;
@@ -2283,19 +2283,19 @@
void checkGetOffersResponse(api.GetOffersResponse o) {
buildCounterGetOffersResponse++;
if (buildCounterGetOffersResponse < 3) {
- checkUnnamed2671(o.products!);
+ checkUnnamed2678(o.products!);
}
buildCounterGetOffersResponse--;
}
-core.List<api.MarketplaceDeal> buildUnnamed2672() {
+core.List<api.MarketplaceDeal> buildUnnamed2679() {
var o = <api.MarketplaceDeal>[];
o.add(buildMarketplaceDeal());
o.add(buildMarketplaceDeal());
return o;
}
-void checkUnnamed2672(core.List<api.MarketplaceDeal> o) {
+void checkUnnamed2679(core.List<api.MarketplaceDeal> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceDeal(o[0] as api.MarketplaceDeal);
checkMarketplaceDeal(o[1] as api.MarketplaceDeal);
@@ -2306,7 +2306,7 @@
var o = api.GetOrderDealsResponse();
buildCounterGetOrderDealsResponse++;
if (buildCounterGetOrderDealsResponse < 3) {
- o.deals = buildUnnamed2672();
+ o.deals = buildUnnamed2679();
}
buildCounterGetOrderDealsResponse--;
return o;
@@ -2315,19 +2315,19 @@
void checkGetOrderDealsResponse(api.GetOrderDealsResponse o) {
buildCounterGetOrderDealsResponse++;
if (buildCounterGetOrderDealsResponse < 3) {
- checkUnnamed2672(o.deals!);
+ checkUnnamed2679(o.deals!);
}
buildCounterGetOrderDealsResponse--;
}
-core.List<api.MarketplaceNote> buildUnnamed2673() {
+core.List<api.MarketplaceNote> buildUnnamed2680() {
var o = <api.MarketplaceNote>[];
o.add(buildMarketplaceNote());
o.add(buildMarketplaceNote());
return o;
}
-void checkUnnamed2673(core.List<api.MarketplaceNote> o) {
+void checkUnnamed2680(core.List<api.MarketplaceNote> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceNote(o[0] as api.MarketplaceNote);
checkMarketplaceNote(o[1] as api.MarketplaceNote);
@@ -2338,7 +2338,7 @@
var o = api.GetOrderNotesResponse();
buildCounterGetOrderNotesResponse++;
if (buildCounterGetOrderNotesResponse < 3) {
- o.notes = buildUnnamed2673();
+ o.notes = buildUnnamed2680();
}
buildCounterGetOrderNotesResponse--;
return o;
@@ -2347,19 +2347,19 @@
void checkGetOrderNotesResponse(api.GetOrderNotesResponse o) {
buildCounterGetOrderNotesResponse++;
if (buildCounterGetOrderNotesResponse < 3) {
- checkUnnamed2673(o.notes!);
+ checkUnnamed2680(o.notes!);
}
buildCounterGetOrderNotesResponse--;
}
-core.List<api.Proposal> buildUnnamed2674() {
+core.List<api.Proposal> buildUnnamed2681() {
var o = <api.Proposal>[];
o.add(buildProposal());
o.add(buildProposal());
return o;
}
-void checkUnnamed2674(core.List<api.Proposal> o) {
+void checkUnnamed2681(core.List<api.Proposal> o) {
unittest.expect(o, unittest.hasLength(2));
checkProposal(o[0] as api.Proposal);
checkProposal(o[1] as api.Proposal);
@@ -2370,7 +2370,7 @@
var o = api.GetOrdersResponse();
buildCounterGetOrdersResponse++;
if (buildCounterGetOrdersResponse < 3) {
- o.proposals = buildUnnamed2674();
+ o.proposals = buildUnnamed2681();
}
buildCounterGetOrdersResponse--;
return o;
@@ -2379,19 +2379,19 @@
void checkGetOrdersResponse(api.GetOrdersResponse o) {
buildCounterGetOrdersResponse++;
if (buildCounterGetOrdersResponse < 3) {
- checkUnnamed2674(o.proposals!);
+ checkUnnamed2681(o.proposals!);
}
buildCounterGetOrdersResponse--;
}
-core.List<api.PublisherProfileApiProto> buildUnnamed2675() {
+core.List<api.PublisherProfileApiProto> buildUnnamed2682() {
var o = <api.PublisherProfileApiProto>[];
o.add(buildPublisherProfileApiProto());
o.add(buildPublisherProfileApiProto());
return o;
}
-void checkUnnamed2675(core.List<api.PublisherProfileApiProto> o) {
+void checkUnnamed2682(core.List<api.PublisherProfileApiProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkPublisherProfileApiProto(o[0] as api.PublisherProfileApiProto);
checkPublisherProfileApiProto(o[1] as api.PublisherProfileApiProto);
@@ -2403,7 +2403,7 @@
var o = api.GetPublisherProfilesByAccountIdResponse();
buildCounterGetPublisherProfilesByAccountIdResponse++;
if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) {
- o.profiles = buildUnnamed2675();
+ o.profiles = buildUnnamed2682();
}
buildCounterGetPublisherProfilesByAccountIdResponse--;
return o;
@@ -2413,32 +2413,32 @@
api.GetPublisherProfilesByAccountIdResponse o) {
buildCounterGetPublisherProfilesByAccountIdResponse++;
if (buildCounterGetPublisherProfilesByAccountIdResponse < 3) {
- checkUnnamed2675(o.profiles!);
+ checkUnnamed2682(o.profiles!);
}
buildCounterGetPublisherProfilesByAccountIdResponse--;
}
-core.List<api.ContactInformation> buildUnnamed2676() {
+core.List<api.ContactInformation> buildUnnamed2683() {
var o = <api.ContactInformation>[];
o.add(buildContactInformation());
o.add(buildContactInformation());
return o;
}
-void checkUnnamed2676(core.List<api.ContactInformation> o) {
+void checkUnnamed2683(core.List<api.ContactInformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkContactInformation(o[0] as api.ContactInformation);
checkContactInformation(o[1] as api.ContactInformation);
}
-core.List<api.SharedTargeting> buildUnnamed2677() {
+core.List<api.SharedTargeting> buildUnnamed2684() {
var o = <api.SharedTargeting>[];
o.add(buildSharedTargeting());
o.add(buildSharedTargeting());
return o;
}
-void checkUnnamed2677(core.List<api.SharedTargeting> o) {
+void checkUnnamed2684(core.List<api.SharedTargeting> o) {
unittest.expect(o, unittest.hasLength(2));
checkSharedTargeting(o[0] as api.SharedTargeting);
checkSharedTargeting(o[1] as api.SharedTargeting);
@@ -2470,8 +2470,8 @@
o.productRevisionNumber = 'foo';
o.programmaticCreativeSource = 'foo';
o.proposalId = 'foo';
- o.sellerContacts = buildUnnamed2676();
- o.sharedTargetings = buildUnnamed2677();
+ o.sellerContacts = buildUnnamed2683();
+ o.sharedTargetings = buildUnnamed2684();
o.syndicationProduct = 'foo';
o.terms = buildDealTerms();
o.webPropertyCode = 'foo';
@@ -2552,8 +2552,8 @@
o.proposalId!,
unittest.equals('foo'),
);
- checkUnnamed2676(o.sellerContacts!);
- checkUnnamed2677(o.sharedTargetings!);
+ checkUnnamed2683(o.sellerContacts!);
+ checkUnnamed2684(o.sharedTargetings!);
unittest.expect(
o.syndicationProduct!,
unittest.equals('foo'),
@@ -2707,7 +2707,7 @@
buildCounterMobileApplication--;
}
-core.List<core.Object> buildUnnamed2678() {
+core.List<core.Object> buildUnnamed2685() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -2722,7 +2722,7 @@
return o;
}
-void checkUnnamed2678(core.List<core.Object> o) {
+void checkUnnamed2685(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o[0]) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2754,7 +2754,7 @@
);
}
-core.List<core.Object> buildUnnamed2679() {
+core.List<core.Object> buildUnnamed2686() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -2769,7 +2769,7 @@
return o;
}
-void checkUnnamed2679(core.List<core.Object> o) {
+void checkUnnamed2686(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o[0]) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -2801,7 +2801,7 @@
);
}
-core.List<core.Object> buildUnnamed2680() {
+core.List<core.Object> buildUnnamed2687() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -2816,7 +2816,7 @@
return o;
}
-void checkUnnamed2680(core.List<core.Object> o) {
+void checkUnnamed2687(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o[0]) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -2848,7 +2848,7 @@
);
}
-core.List<core.Object> buildUnnamed2681() {
+core.List<core.Object> buildUnnamed2688() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -2863,7 +2863,7 @@
return o;
}
-void checkUnnamed2681(core.List<core.Object> o) {
+void checkUnnamed2688(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o[0]) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -2902,11 +2902,11 @@
if (buildCounterPerformanceReport < 3) {
o.bidRate = 42.0;
o.bidRequestRate = 42.0;
- o.calloutStatusRate = buildUnnamed2678();
- o.cookieMatcherStatusRate = buildUnnamed2679();
- o.creativeStatusRate = buildUnnamed2680();
+ o.calloutStatusRate = buildUnnamed2685();
+ o.cookieMatcherStatusRate = buildUnnamed2686();
+ o.creativeStatusRate = buildUnnamed2687();
o.filteredBidRate = 42.0;
- o.hostedMatchStatusRate = buildUnnamed2681();
+ o.hostedMatchStatusRate = buildUnnamed2688();
o.inventoryMatchRate = 42.0;
o.kind = 'foo';
o.latency50thPercentile = 42.0;
@@ -2938,14 +2938,14 @@
o.bidRequestRate!,
unittest.equals(42.0),
);
- checkUnnamed2678(o.calloutStatusRate!);
- checkUnnamed2679(o.cookieMatcherStatusRate!);
- checkUnnamed2680(o.creativeStatusRate!);
+ checkUnnamed2685(o.calloutStatusRate!);
+ checkUnnamed2686(o.cookieMatcherStatusRate!);
+ checkUnnamed2687(o.creativeStatusRate!);
unittest.expect(
o.filteredBidRate!,
unittest.equals(42.0),
);
- checkUnnamed2681(o.hostedMatchStatusRate!);
+ checkUnnamed2688(o.hostedMatchStatusRate!);
unittest.expect(
o.inventoryMatchRate!,
unittest.equals(42.0),
@@ -3010,14 +3010,14 @@
buildCounterPerformanceReport--;
}
-core.List<api.PerformanceReport> buildUnnamed2682() {
+core.List<api.PerformanceReport> buildUnnamed2689() {
var o = <api.PerformanceReport>[];
o.add(buildPerformanceReport());
o.add(buildPerformanceReport());
return o;
}
-void checkUnnamed2682(core.List<api.PerformanceReport> o) {
+void checkUnnamed2689(core.List<api.PerformanceReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkPerformanceReport(o[0] as api.PerformanceReport);
checkPerformanceReport(o[1] as api.PerformanceReport);
@@ -3029,7 +3029,7 @@
buildCounterPerformanceReportList++;
if (buildCounterPerformanceReportList < 3) {
o.kind = 'foo';
- o.performanceReport = buildUnnamed2682();
+ o.performanceReport = buildUnnamed2689();
}
buildCounterPerformanceReportList--;
return o;
@@ -3042,19 +3042,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2682(o.performanceReport!);
+ checkUnnamed2689(o.performanceReport!);
}
buildCounterPerformanceReportList--;
}
-core.List<core.String> buildUnnamed2683() {
+core.List<core.String> buildUnnamed2690() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2683(core.List<core.String> o) {
+void checkUnnamed2690(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3093,177 +3093,19 @@
buildCounterPretargetingConfigDimensions--;
}
-core.List<api.PretargetingConfigDimensions> buildUnnamed2684() {
+core.List<api.PretargetingConfigDimensions> buildUnnamed2691() {
var o = <api.PretargetingConfigDimensions>[];
o.add(buildPretargetingConfigDimensions());
o.add(buildPretargetingConfigDimensions());
return o;
}
-void checkUnnamed2684(core.List<api.PretargetingConfigDimensions> o) {
+void checkUnnamed2691(core.List<api.PretargetingConfigDimensions> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfigDimensions(o[0] as api.PretargetingConfigDimensions);
checkPretargetingConfigDimensions(o[1] as api.PretargetingConfigDimensions);
}
-core.List<core.String> buildUnnamed2685() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2685(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'),
- );
-}
-
-core.List<core.String> buildUnnamed2686() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2686(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'),
- );
-}
-
-core.int buildCounterPretargetingConfigExcludedPlacements = 0;
-api.PretargetingConfigExcludedPlacements
- buildPretargetingConfigExcludedPlacements() {
- var o = api.PretargetingConfigExcludedPlacements();
- buildCounterPretargetingConfigExcludedPlacements++;
- if (buildCounterPretargetingConfigExcludedPlacements < 3) {
- o.token = 'foo';
- o.type = 'foo';
- }
- buildCounterPretargetingConfigExcludedPlacements--;
- return o;
-}
-
-void checkPretargetingConfigExcludedPlacements(
- api.PretargetingConfigExcludedPlacements o) {
- buildCounterPretargetingConfigExcludedPlacements++;
- if (buildCounterPretargetingConfigExcludedPlacements < 3) {
- unittest.expect(
- o.token!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.type!,
- unittest.equals('foo'),
- );
- }
- buildCounterPretargetingConfigExcludedPlacements--;
-}
-
-core.List<api.PretargetingConfigExcludedPlacements> buildUnnamed2687() {
- var o = <api.PretargetingConfigExcludedPlacements>[];
- o.add(buildPretargetingConfigExcludedPlacements());
- o.add(buildPretargetingConfigExcludedPlacements());
- return o;
-}
-
-void checkUnnamed2687(core.List<api.PretargetingConfigExcludedPlacements> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkPretargetingConfigExcludedPlacements(
- o[0] as api.PretargetingConfigExcludedPlacements);
- checkPretargetingConfigExcludedPlacements(
- o[1] as api.PretargetingConfigExcludedPlacements);
-}
-
-core.List<core.String> buildUnnamed2688() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2688(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'),
- );
-}
-
-core.List<core.String> buildUnnamed2689() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2689(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'),
- );
-}
-
-core.List<core.String> buildUnnamed2690() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2690(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'),
- );
-}
-
-core.List<core.String> buildUnnamed2691() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2691(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'),
- );
-}
-
core.List<core.String> buildUnnamed2692() {
var o = <core.String>[];
o.add('foo');
@@ -3302,40 +3144,23 @@
);
}
-core.List<core.String> buildUnnamed2694() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2694(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'),
- );
-}
-
-core.int buildCounterPretargetingConfigPlacements = 0;
-api.PretargetingConfigPlacements buildPretargetingConfigPlacements() {
- var o = api.PretargetingConfigPlacements();
- buildCounterPretargetingConfigPlacements++;
- if (buildCounterPretargetingConfigPlacements < 3) {
+core.int buildCounterPretargetingConfigExcludedPlacements = 0;
+api.PretargetingConfigExcludedPlacements
+ buildPretargetingConfigExcludedPlacements() {
+ var o = api.PretargetingConfigExcludedPlacements();
+ buildCounterPretargetingConfigExcludedPlacements++;
+ if (buildCounterPretargetingConfigExcludedPlacements < 3) {
o.token = 'foo';
o.type = 'foo';
}
- buildCounterPretargetingConfigPlacements--;
+ buildCounterPretargetingConfigExcludedPlacements--;
return o;
}
-void checkPretargetingConfigPlacements(api.PretargetingConfigPlacements o) {
- buildCounterPretargetingConfigPlacements++;
- if (buildCounterPretargetingConfigPlacements < 3) {
+void checkPretargetingConfigExcludedPlacements(
+ api.PretargetingConfigExcludedPlacements o) {
+ buildCounterPretargetingConfigExcludedPlacements++;
+ if (buildCounterPretargetingConfigExcludedPlacements < 3) {
unittest.expect(
o.token!,
unittest.equals('foo'),
@@ -3345,20 +3170,41 @@
unittest.equals('foo'),
);
}
- buildCounterPretargetingConfigPlacements--;
+ buildCounterPretargetingConfigExcludedPlacements--;
}
-core.List<api.PretargetingConfigPlacements> buildUnnamed2695() {
- var o = <api.PretargetingConfigPlacements>[];
- o.add(buildPretargetingConfigPlacements());
- o.add(buildPretargetingConfigPlacements());
+core.List<api.PretargetingConfigExcludedPlacements> buildUnnamed2694() {
+ var o = <api.PretargetingConfigExcludedPlacements>[];
+ o.add(buildPretargetingConfigExcludedPlacements());
+ o.add(buildPretargetingConfigExcludedPlacements());
return o;
}
-void checkUnnamed2695(core.List<api.PretargetingConfigPlacements> o) {
+void checkUnnamed2694(core.List<api.PretargetingConfigExcludedPlacements> o) {
unittest.expect(o, unittest.hasLength(2));
- checkPretargetingConfigPlacements(o[0] as api.PretargetingConfigPlacements);
- checkPretargetingConfigPlacements(o[1] as api.PretargetingConfigPlacements);
+ checkPretargetingConfigExcludedPlacements(
+ o[0] as api.PretargetingConfigExcludedPlacements);
+ checkPretargetingConfigExcludedPlacements(
+ o[1] as api.PretargetingConfigExcludedPlacements);
+}
+
+core.List<core.String> buildUnnamed2695() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2695(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'),
+ );
}
core.List<core.String> buildUnnamed2696() {
@@ -3475,6 +3321,160 @@
);
}
+core.int buildCounterPretargetingConfigPlacements = 0;
+api.PretargetingConfigPlacements buildPretargetingConfigPlacements() {
+ var o = api.PretargetingConfigPlacements();
+ buildCounterPretargetingConfigPlacements++;
+ if (buildCounterPretargetingConfigPlacements < 3) {
+ o.token = 'foo';
+ o.type = 'foo';
+ }
+ buildCounterPretargetingConfigPlacements--;
+ return o;
+}
+
+void checkPretargetingConfigPlacements(api.PretargetingConfigPlacements o) {
+ buildCounterPretargetingConfigPlacements++;
+ if (buildCounterPretargetingConfigPlacements < 3) {
+ unittest.expect(
+ o.token!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.type!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterPretargetingConfigPlacements--;
+}
+
+core.List<api.PretargetingConfigPlacements> buildUnnamed2702() {
+ var o = <api.PretargetingConfigPlacements>[];
+ o.add(buildPretargetingConfigPlacements());
+ o.add(buildPretargetingConfigPlacements());
+ return o;
+}
+
+void checkUnnamed2702(core.List<api.PretargetingConfigPlacements> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkPretargetingConfigPlacements(o[0] as api.PretargetingConfigPlacements);
+ checkPretargetingConfigPlacements(o[1] as api.PretargetingConfigPlacements);
+}
+
+core.List<core.String> buildUnnamed2703() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2703(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed2704() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2704(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed2705() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2705(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed2706() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2706(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed2707() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2707(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed2708() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2708(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'),
+ );
+}
+
core.int buildCounterPretargetingConfigVideoPlayerSizes = 0;
api.PretargetingConfigVideoPlayerSizes
buildPretargetingConfigVideoPlayerSizes() {
@@ -3509,14 +3509,14 @@
buildCounterPretargetingConfigVideoPlayerSizes--;
}
-core.List<api.PretargetingConfigVideoPlayerSizes> buildUnnamed2702() {
+core.List<api.PretargetingConfigVideoPlayerSizes> buildUnnamed2709() {
var o = <api.PretargetingConfigVideoPlayerSizes>[];
o.add(buildPretargetingConfigVideoPlayerSizes());
o.add(buildPretargetingConfigVideoPlayerSizes());
return o;
}
-void checkUnnamed2702(core.List<api.PretargetingConfigVideoPlayerSizes> o) {
+void checkUnnamed2709(core.List<api.PretargetingConfigVideoPlayerSizes> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfigVideoPlayerSizes(
o[0] as api.PretargetingConfigVideoPlayerSizes);
@@ -3532,30 +3532,30 @@
o.billingId = 'foo';
o.configId = 'foo';
o.configName = 'foo';
- o.creativeType = buildUnnamed2683();
- o.dimensions = buildUnnamed2684();
- o.excludedContentLabels = buildUnnamed2685();
- o.excludedGeoCriteriaIds = buildUnnamed2686();
- o.excludedPlacements = buildUnnamed2687();
- o.excludedUserLists = buildUnnamed2688();
- o.excludedVerticals = buildUnnamed2689();
- o.geoCriteriaIds = buildUnnamed2690();
+ o.creativeType = buildUnnamed2690();
+ o.dimensions = buildUnnamed2691();
+ o.excludedContentLabels = buildUnnamed2692();
+ o.excludedGeoCriteriaIds = buildUnnamed2693();
+ o.excludedPlacements = buildUnnamed2694();
+ o.excludedUserLists = buildUnnamed2695();
+ o.excludedVerticals = buildUnnamed2696();
+ o.geoCriteriaIds = buildUnnamed2697();
o.isActive = true;
o.kind = 'foo';
- o.languages = buildUnnamed2691();
+ o.languages = buildUnnamed2698();
o.maximumQps = 'foo';
o.minimumViewabilityDecile = 42;
- o.mobileCarriers = buildUnnamed2692();
- o.mobileDevices = buildUnnamed2693();
- o.mobileOperatingSystemVersions = buildUnnamed2694();
- o.placements = buildUnnamed2695();
- o.platforms = buildUnnamed2696();
- o.supportedCreativeAttributes = buildUnnamed2697();
- o.userIdentifierDataRequired = buildUnnamed2698();
- o.userLists = buildUnnamed2699();
- o.vendorTypes = buildUnnamed2700();
- o.verticals = buildUnnamed2701();
- o.videoPlayerSizes = buildUnnamed2702();
+ o.mobileCarriers = buildUnnamed2699();
+ o.mobileDevices = buildUnnamed2700();
+ o.mobileOperatingSystemVersions = buildUnnamed2701();
+ o.placements = buildUnnamed2702();
+ o.platforms = buildUnnamed2703();
+ o.supportedCreativeAttributes = buildUnnamed2704();
+ o.userIdentifierDataRequired = buildUnnamed2705();
+ o.userLists = buildUnnamed2706();
+ o.vendorTypes = buildUnnamed2707();
+ o.verticals = buildUnnamed2708();
+ o.videoPlayerSizes = buildUnnamed2709();
}
buildCounterPretargetingConfig--;
return o;
@@ -3576,20 +3576,20 @@
o.configName!,
unittest.equals('foo'),
);
- checkUnnamed2683(o.creativeType!);
- checkUnnamed2684(o.dimensions!);
- checkUnnamed2685(o.excludedContentLabels!);
- checkUnnamed2686(o.excludedGeoCriteriaIds!);
- checkUnnamed2687(o.excludedPlacements!);
- checkUnnamed2688(o.excludedUserLists!);
- checkUnnamed2689(o.excludedVerticals!);
- checkUnnamed2690(o.geoCriteriaIds!);
+ checkUnnamed2690(o.creativeType!);
+ checkUnnamed2691(o.dimensions!);
+ checkUnnamed2692(o.excludedContentLabels!);
+ checkUnnamed2693(o.excludedGeoCriteriaIds!);
+ checkUnnamed2694(o.excludedPlacements!);
+ checkUnnamed2695(o.excludedUserLists!);
+ checkUnnamed2696(o.excludedVerticals!);
+ checkUnnamed2697(o.geoCriteriaIds!);
unittest.expect(o.isActive!, unittest.isTrue);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2691(o.languages!);
+ checkUnnamed2698(o.languages!);
unittest.expect(
o.maximumQps!,
unittest.equals('foo'),
@@ -3598,29 +3598,29 @@
o.minimumViewabilityDecile!,
unittest.equals(42),
);
- checkUnnamed2692(o.mobileCarriers!);
- checkUnnamed2693(o.mobileDevices!);
- checkUnnamed2694(o.mobileOperatingSystemVersions!);
- checkUnnamed2695(o.placements!);
- checkUnnamed2696(o.platforms!);
- checkUnnamed2697(o.supportedCreativeAttributes!);
- checkUnnamed2698(o.userIdentifierDataRequired!);
- checkUnnamed2699(o.userLists!);
- checkUnnamed2700(o.vendorTypes!);
- checkUnnamed2701(o.verticals!);
- checkUnnamed2702(o.videoPlayerSizes!);
+ checkUnnamed2699(o.mobileCarriers!);
+ checkUnnamed2700(o.mobileDevices!);
+ checkUnnamed2701(o.mobileOperatingSystemVersions!);
+ checkUnnamed2702(o.placements!);
+ checkUnnamed2703(o.platforms!);
+ checkUnnamed2704(o.supportedCreativeAttributes!);
+ checkUnnamed2705(o.userIdentifierDataRequired!);
+ checkUnnamed2706(o.userLists!);
+ checkUnnamed2707(o.vendorTypes!);
+ checkUnnamed2708(o.verticals!);
+ checkUnnamed2709(o.videoPlayerSizes!);
}
buildCounterPretargetingConfig--;
}
-core.List<api.PretargetingConfig> buildUnnamed2703() {
+core.List<api.PretargetingConfig> buildUnnamed2710() {
var o = <api.PretargetingConfig>[];
o.add(buildPretargetingConfig());
o.add(buildPretargetingConfig());
return o;
}
-void checkUnnamed2703(core.List<api.PretargetingConfig> o) {
+void checkUnnamed2710(core.List<api.PretargetingConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfig(o[0] as api.PretargetingConfig);
checkPretargetingConfig(o[1] as api.PretargetingConfig);
@@ -3631,7 +3631,7 @@
var o = api.PretargetingConfigList();
buildCounterPretargetingConfigList++;
if (buildCounterPretargetingConfigList < 3) {
- o.items = buildUnnamed2703();
+ o.items = buildUnnamed2710();
o.kind = 'foo';
}
buildCounterPretargetingConfigList--;
@@ -3641,7 +3641,7 @@
void checkPretargetingConfigList(api.PretargetingConfigList o) {
buildCounterPretargetingConfigList++;
if (buildCounterPretargetingConfigList < 3) {
- checkUnnamed2703(o.items!);
+ checkUnnamed2710(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3742,40 +3742,40 @@
buildCounterPrivateData--;
}
-core.List<api.ContactInformation> buildUnnamed2704() {
+core.List<api.ContactInformation> buildUnnamed2711() {
var o = <api.ContactInformation>[];
o.add(buildContactInformation());
o.add(buildContactInformation());
return o;
}
-void checkUnnamed2704(core.List<api.ContactInformation> o) {
+void checkUnnamed2711(core.List<api.ContactInformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkContactInformation(o[0] as api.ContactInformation);
checkContactInformation(o[1] as api.ContactInformation);
}
-core.List<api.MarketplaceLabel> buildUnnamed2705() {
+core.List<api.MarketplaceLabel> buildUnnamed2712() {
var o = <api.MarketplaceLabel>[];
o.add(buildMarketplaceLabel());
o.add(buildMarketplaceLabel());
return o;
}
-void checkUnnamed2705(core.List<api.MarketplaceLabel> o) {
+void checkUnnamed2712(core.List<api.MarketplaceLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceLabel(o[0] as api.MarketplaceLabel);
checkMarketplaceLabel(o[1] as api.MarketplaceLabel);
}
-core.List<api.SharedTargeting> buildUnnamed2706() {
+core.List<api.SharedTargeting> buildUnnamed2713() {
var o = <api.SharedTargeting>[];
o.add(buildSharedTargeting());
o.add(buildSharedTargeting());
return o;
}
-void checkUnnamed2706(core.List<api.SharedTargeting> o) {
+void checkUnnamed2713(core.List<api.SharedTargeting> o) {
unittest.expect(o, unittest.hasLength(2));
checkSharedTargeting(o[0] as api.SharedTargeting);
checkSharedTargeting(o[1] as api.SharedTargeting);
@@ -3789,7 +3789,7 @@
o.billedBuyer = buildBuyer();
o.buyer = buildBuyer();
o.creationTimeMs = 'foo';
- o.creatorContacts = buildUnnamed2704();
+ o.creatorContacts = buildUnnamed2711();
o.creatorRole = 'foo';
o.deliveryControl = buildDeliveryControl();
o.flightEndTimeMs = 'foo';
@@ -3797,7 +3797,7 @@
o.hasCreatorSignedOff = true;
o.inventorySource = 'foo';
o.kind = 'foo';
- o.labels = buildUnnamed2705();
+ o.labels = buildUnnamed2712();
o.lastUpdateTimeMs = 'foo';
o.legacyOfferId = 'foo';
o.marketplacePublisherProfileId = 'foo';
@@ -3808,7 +3808,7 @@
o.publisherProvidedForecast = buildPublisherProvidedForecast();
o.revisionNumber = 'foo';
o.seller = buildSeller();
- o.sharedTargetings = buildUnnamed2706();
+ o.sharedTargetings = buildUnnamed2713();
o.state = 'foo';
o.syndicationProduct = 'foo';
o.terms = buildDealTerms();
@@ -3827,7 +3827,7 @@
o.creationTimeMs!,
unittest.equals('foo'),
);
- checkUnnamed2704(o.creatorContacts!);
+ checkUnnamed2711(o.creatorContacts!);
unittest.expect(
o.creatorRole!,
unittest.equals('foo'),
@@ -3850,7 +3850,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2705(o.labels!);
+ checkUnnamed2712(o.labels!);
unittest.expect(
o.lastUpdateTimeMs!,
unittest.equals('foo'),
@@ -3886,7 +3886,7 @@
unittest.equals('foo'),
);
checkSeller(o.seller! as api.Seller);
- checkUnnamed2706(o.sharedTargetings!);
+ checkUnnamed2713(o.sharedTargetings!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -3904,27 +3904,27 @@
buildCounterProduct--;
}
-core.List<api.ContactInformation> buildUnnamed2707() {
+core.List<api.ContactInformation> buildUnnamed2714() {
var o = <api.ContactInformation>[];
o.add(buildContactInformation());
o.add(buildContactInformation());
return o;
}
-void checkUnnamed2707(core.List<api.ContactInformation> o) {
+void checkUnnamed2714(core.List<api.ContactInformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkContactInformation(o[0] as api.ContactInformation);
checkContactInformation(o[1] as api.ContactInformation);
}
-core.List<core.String> buildUnnamed2708() {
+core.List<core.String> buildUnnamed2715() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2708(core.List<core.String> o) {
+void checkUnnamed2715(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3936,27 +3936,27 @@
);
}
-core.List<api.MarketplaceLabel> buildUnnamed2709() {
+core.List<api.MarketplaceLabel> buildUnnamed2716() {
var o = <api.MarketplaceLabel>[];
o.add(buildMarketplaceLabel());
o.add(buildMarketplaceLabel());
return o;
}
-void checkUnnamed2709(core.List<api.MarketplaceLabel> o) {
+void checkUnnamed2716(core.List<api.MarketplaceLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkMarketplaceLabel(o[0] as api.MarketplaceLabel);
checkMarketplaceLabel(o[1] as api.MarketplaceLabel);
}
-core.List<api.ContactInformation> buildUnnamed2710() {
+core.List<api.ContactInformation> buildUnnamed2717() {
var o = <api.ContactInformation>[];
o.add(buildContactInformation());
o.add(buildContactInformation());
return o;
}
-void checkUnnamed2710(core.List<api.ContactInformation> o) {
+void checkUnnamed2717(core.List<api.ContactInformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkContactInformation(o[0] as api.ContactInformation);
checkContactInformation(o[1] as api.ContactInformation);
@@ -3969,16 +3969,16 @@
if (buildCounterProposal < 3) {
o.billedBuyer = buildBuyer();
o.buyer = buildBuyer();
- o.buyerContacts = buildUnnamed2707();
+ o.buyerContacts = buildUnnamed2714();
o.buyerPrivateData = buildPrivateData();
- o.dbmAdvertiserIds = buildUnnamed2708();
+ o.dbmAdvertiserIds = buildUnnamed2715();
o.hasBuyerSignedOff = true;
o.hasSellerSignedOff = true;
o.inventorySource = 'foo';
o.isRenegotiating = true;
o.isSetupComplete = true;
o.kind = 'foo';
- o.labels = buildUnnamed2709();
+ o.labels = buildUnnamed2716();
o.lastUpdaterOrCommentorRole = 'foo';
o.name = 'foo';
o.negotiationId = 'foo';
@@ -3989,7 +3989,7 @@
o.revisionNumber = 'foo';
o.revisionTimeMs = 'foo';
o.seller = buildSeller();
- o.sellerContacts = buildUnnamed2710();
+ o.sellerContacts = buildUnnamed2717();
}
buildCounterProposal--;
return o;
@@ -4000,9 +4000,9 @@
if (buildCounterProposal < 3) {
checkBuyer(o.billedBuyer! as api.Buyer);
checkBuyer(o.buyer! as api.Buyer);
- checkUnnamed2707(o.buyerContacts!);
+ checkUnnamed2714(o.buyerContacts!);
checkPrivateData(o.buyerPrivateData! as api.PrivateData);
- checkUnnamed2708(o.dbmAdvertiserIds!);
+ checkUnnamed2715(o.dbmAdvertiserIds!);
unittest.expect(o.hasBuyerSignedOff!, unittest.isTrue);
unittest.expect(o.hasSellerSignedOff!, unittest.isTrue);
unittest.expect(
@@ -4015,7 +4015,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2709(o.labels!);
+ checkUnnamed2716(o.labels!);
unittest.expect(
o.lastUpdaterOrCommentorRole!,
unittest.equals('foo'),
@@ -4053,19 +4053,19 @@
unittest.equals('foo'),
);
checkSeller(o.seller! as api.Seller);
- checkUnnamed2710(o.sellerContacts!);
+ checkUnnamed2717(o.sellerContacts!);
}
buildCounterProposal--;
}
-core.List<core.String> buildUnnamed2711() {
+core.List<core.String> buildUnnamed2718() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2711(core.List<core.String> o) {
+void checkUnnamed2718(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4077,27 +4077,27 @@
);
}
-core.List<api.MobileApplication> buildUnnamed2712() {
+core.List<api.MobileApplication> buildUnnamed2719() {
var o = <api.MobileApplication>[];
o.add(buildMobileApplication());
o.add(buildMobileApplication());
return o;
}
-void checkUnnamed2712(core.List<api.MobileApplication> o) {
+void checkUnnamed2719(core.List<api.MobileApplication> o) {
unittest.expect(o, unittest.hasLength(2));
checkMobileApplication(o[0] as api.MobileApplication);
checkMobileApplication(o[1] as api.MobileApplication);
}
-core.List<core.String> buildUnnamed2713() {
+core.List<core.String> buildUnnamed2720() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2713(core.List<core.String> o) {
+void checkUnnamed2720(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4109,14 +4109,14 @@
);
}
-core.List<core.String> buildUnnamed2714() {
+core.List<core.String> buildUnnamed2721() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2714(core.List<core.String> o) {
+void checkUnnamed2721(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4148,16 +4148,16 @@
o.overview = 'foo';
o.profileId = 42;
o.programmaticContact = 'foo';
- o.publisherAppIds = buildUnnamed2711();
- o.publisherApps = buildUnnamed2712();
- o.publisherDomains = buildUnnamed2713();
+ o.publisherAppIds = buildUnnamed2718();
+ o.publisherApps = buildUnnamed2719();
+ o.publisherDomains = buildUnnamed2720();
o.publisherProfileId = 'foo';
o.publisherProvidedForecast = buildPublisherProvidedForecast();
o.rateCardInfoLink = 'foo';
o.samplePageLink = 'foo';
o.seller = buildSeller();
o.state = 'foo';
- o.topHeadlines = buildUnnamed2714();
+ o.topHeadlines = buildUnnamed2721();
}
buildCounterPublisherProfileApiProto--;
return o;
@@ -4220,9 +4220,9 @@
o.programmaticContact!,
unittest.equals('foo'),
);
- checkUnnamed2711(o.publisherAppIds!);
- checkUnnamed2712(o.publisherApps!);
- checkUnnamed2713(o.publisherDomains!);
+ checkUnnamed2718(o.publisherAppIds!);
+ checkUnnamed2719(o.publisherApps!);
+ checkUnnamed2720(o.publisherDomains!);
unittest.expect(
o.publisherProfileId!,
unittest.equals('foo'),
@@ -4242,19 +4242,19 @@
o.state!,
unittest.equals('foo'),
);
- checkUnnamed2714(o.topHeadlines!);
+ checkUnnamed2721(o.topHeadlines!);
}
buildCounterPublisherProfileApiProto--;
}
-core.List<api.Dimension> buildUnnamed2715() {
+core.List<api.Dimension> buildUnnamed2722() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed2715(core.List<api.Dimension> o) {
+void checkUnnamed2722(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
@@ -4265,7 +4265,7 @@
var o = api.PublisherProvidedForecast();
buildCounterPublisherProvidedForecast++;
if (buildCounterPublisherProvidedForecast < 3) {
- o.dimensions = buildUnnamed2715();
+ o.dimensions = buildUnnamed2722();
o.weeklyImpressions = 'foo';
o.weeklyUniques = 'foo';
}
@@ -4276,7 +4276,7 @@
void checkPublisherProvidedForecast(api.PublisherProvidedForecast o) {
buildCounterPublisherProvidedForecast++;
if (buildCounterPublisherProvidedForecast < 3) {
- checkUnnamed2715(o.dimensions!);
+ checkUnnamed2722(o.dimensions!);
unittest.expect(
o.weeklyImpressions!,
unittest.equals('foo'),
@@ -4316,27 +4316,27 @@
buildCounterSeller--;
}
-core.List<api.TargetingValue> buildUnnamed2716() {
+core.List<api.TargetingValue> buildUnnamed2723() {
var o = <api.TargetingValue>[];
o.add(buildTargetingValue());
o.add(buildTargetingValue());
return o;
}
-void checkUnnamed2716(core.List<api.TargetingValue> o) {
+void checkUnnamed2723(core.List<api.TargetingValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetingValue(o[0] as api.TargetingValue);
checkTargetingValue(o[1] as api.TargetingValue);
}
-core.List<api.TargetingValue> buildUnnamed2717() {
+core.List<api.TargetingValue> buildUnnamed2724() {
var o = <api.TargetingValue>[];
o.add(buildTargetingValue());
o.add(buildTargetingValue());
return o;
}
-void checkUnnamed2717(core.List<api.TargetingValue> o) {
+void checkUnnamed2724(core.List<api.TargetingValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetingValue(o[0] as api.TargetingValue);
checkTargetingValue(o[1] as api.TargetingValue);
@@ -4347,8 +4347,8 @@
var o = api.SharedTargeting();
buildCounterSharedTargeting++;
if (buildCounterSharedTargeting < 3) {
- o.exclusions = buildUnnamed2716();
- o.inclusions = buildUnnamed2717();
+ o.exclusions = buildUnnamed2723();
+ o.inclusions = buildUnnamed2724();
o.key = 'foo';
}
buildCounterSharedTargeting--;
@@ -4358,8 +4358,8 @@
void checkSharedTargeting(api.SharedTargeting o) {
buildCounterSharedTargeting++;
if (buildCounterSharedTargeting < 3) {
- checkUnnamed2716(o.exclusions!);
- checkUnnamed2717(o.inclusions!);
+ checkUnnamed2723(o.exclusions!);
+ checkUnnamed2724(o.inclusions!);
unittest.expect(
o.key!,
unittest.equals('foo'),
@@ -4411,14 +4411,14 @@
buildCounterTargetingValue--;
}
-core.List<core.String> buildUnnamed2718() {
+core.List<core.String> buildUnnamed2725() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2718(core.List<core.String> o) {
+void checkUnnamed2725(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4430,14 +4430,14 @@
);
}
-core.List<api.TargetingValueSize> buildUnnamed2719() {
+core.List<api.TargetingValueSize> buildUnnamed2726() {
var o = <api.TargetingValueSize>[];
o.add(buildTargetingValueSize());
o.add(buildTargetingValueSize());
return o;
}
-void checkUnnamed2719(core.List<api.TargetingValueSize> o) {
+void checkUnnamed2726(core.List<api.TargetingValueSize> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetingValueSize(o[0] as api.TargetingValueSize);
checkTargetingValueSize(o[1] as api.TargetingValueSize);
@@ -4448,8 +4448,8 @@
var o = api.TargetingValueCreativeSize();
buildCounterTargetingValueCreativeSize++;
if (buildCounterTargetingValueCreativeSize < 3) {
- o.allowedFormats = buildUnnamed2718();
- o.companionSizes = buildUnnamed2719();
+ o.allowedFormats = buildUnnamed2725();
+ o.companionSizes = buildUnnamed2726();
o.creativeSizeType = 'foo';
o.nativeTemplate = 'foo';
o.size = buildTargetingValueSize();
@@ -4462,8 +4462,8 @@
void checkTargetingValueCreativeSize(api.TargetingValueCreativeSize o) {
buildCounterTargetingValueCreativeSize++;
if (buildCounterTargetingValueCreativeSize < 3) {
- checkUnnamed2718(o.allowedFormats!);
- checkUnnamed2719(o.companionSizes!);
+ checkUnnamed2725(o.allowedFormats!);
+ checkUnnamed2726(o.companionSizes!);
unittest.expect(
o.creativeSizeType!,
unittest.equals('foo'),
@@ -4481,14 +4481,14 @@
buildCounterTargetingValueCreativeSize--;
}
-core.List<api.TargetingValueDayPartTargetingDayPart> buildUnnamed2720() {
+core.List<api.TargetingValueDayPartTargetingDayPart> buildUnnamed2727() {
var o = <api.TargetingValueDayPartTargetingDayPart>[];
o.add(buildTargetingValueDayPartTargetingDayPart());
o.add(buildTargetingValueDayPartTargetingDayPart());
return o;
}
-void checkUnnamed2720(core.List<api.TargetingValueDayPartTargetingDayPart> o) {
+void checkUnnamed2727(core.List<api.TargetingValueDayPartTargetingDayPart> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetingValueDayPartTargetingDayPart(
o[0] as api.TargetingValueDayPartTargetingDayPart);
@@ -4501,7 +4501,7 @@
var o = api.TargetingValueDayPartTargeting();
buildCounterTargetingValueDayPartTargeting++;
if (buildCounterTargetingValueDayPartTargeting < 3) {
- o.dayParts = buildUnnamed2720();
+ o.dayParts = buildUnnamed2727();
o.timeZoneType = 'foo';
}
buildCounterTargetingValueDayPartTargeting--;
@@ -4511,7 +4511,7 @@
void checkTargetingValueDayPartTargeting(api.TargetingValueDayPartTargeting o) {
buildCounterTargetingValueDayPartTargeting++;
if (buildCounterTargetingValueDayPartTargeting < 3) {
- checkUnnamed2720(o.dayParts!);
+ checkUnnamed2727(o.dayParts!);
unittest.expect(
o.timeZoneType!,
unittest.equals('foo'),
@@ -4564,14 +4564,14 @@
buildCounterTargetingValueDayPartTargetingDayPart--;
}
-core.List<core.String> buildUnnamed2721() {
+core.List<core.String> buildUnnamed2728() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2721(core.List<core.String> o) {
+void checkUnnamed2728(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4588,7 +4588,7 @@
var o = api.TargetingValueDemogAgeCriteria();
buildCounterTargetingValueDemogAgeCriteria++;
if (buildCounterTargetingValueDemogAgeCriteria < 3) {
- o.demogAgeCriteriaIds = buildUnnamed2721();
+ o.demogAgeCriteriaIds = buildUnnamed2728();
}
buildCounterTargetingValueDemogAgeCriteria--;
return o;
@@ -4597,19 +4597,19 @@
void checkTargetingValueDemogAgeCriteria(api.TargetingValueDemogAgeCriteria o) {
buildCounterTargetingValueDemogAgeCriteria++;
if (buildCounterTargetingValueDemogAgeCriteria < 3) {
- checkUnnamed2721(o.demogAgeCriteriaIds!);
+ checkUnnamed2728(o.demogAgeCriteriaIds!);
}
buildCounterTargetingValueDemogAgeCriteria--;
}
-core.List<core.String> buildUnnamed2722() {
+core.List<core.String> buildUnnamed2729() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2722(core.List<core.String> o) {
+void checkUnnamed2729(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4626,7 +4626,7 @@
var o = api.TargetingValueDemogGenderCriteria();
buildCounterTargetingValueDemogGenderCriteria++;
if (buildCounterTargetingValueDemogGenderCriteria < 3) {
- o.demogGenderCriteriaIds = buildUnnamed2722();
+ o.demogGenderCriteriaIds = buildUnnamed2729();
}
buildCounterTargetingValueDemogGenderCriteria--;
return o;
@@ -4636,19 +4636,19 @@
api.TargetingValueDemogGenderCriteria o) {
buildCounterTargetingValueDemogGenderCriteria++;
if (buildCounterTargetingValueDemogGenderCriteria < 3) {
- checkUnnamed2722(o.demogGenderCriteriaIds!);
+ checkUnnamed2729(o.demogGenderCriteriaIds!);
}
buildCounterTargetingValueDemogGenderCriteria--;
}
-core.List<core.String> buildUnnamed2723() {
+core.List<core.String> buildUnnamed2730() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2723(core.List<core.String> o) {
+void checkUnnamed2730(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4666,7 +4666,7 @@
var o = api.TargetingValueRequestPlatformTargeting();
buildCounterTargetingValueRequestPlatformTargeting++;
if (buildCounterTargetingValueRequestPlatformTargeting < 3) {
- o.requestPlatforms = buildUnnamed2723();
+ o.requestPlatforms = buildUnnamed2730();
}
buildCounterTargetingValueRequestPlatformTargeting--;
return o;
@@ -4676,7 +4676,7 @@
api.TargetingValueRequestPlatformTargeting o) {
buildCounterTargetingValueRequestPlatformTargeting++;
if (buildCounterTargetingValueRequestPlatformTargeting < 3) {
- checkUnnamed2723(o.requestPlatforms!);
+ checkUnnamed2730(o.requestPlatforms!);
}
buildCounterTargetingValueRequestPlatformTargeting--;
}
@@ -4744,14 +4744,14 @@
buildCounterUpdatePrivateAuctionProposalRequest--;
}
-core.List<core.int> buildUnnamed2724() {
+core.List<core.int> buildUnnamed2731() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed2724(core.List<core.int> o) {
+void checkUnnamed2731(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4763,14 +4763,14 @@
);
}
-core.List<core.String> buildUnnamed2725() {
+core.List<core.String> buildUnnamed2732() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2725(core.List<core.String> o) {
+void checkUnnamed2732(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6490,8 +6490,8 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.AdExchangeBuyerApi(mock).creatives;
- var arg_accountId = buildUnnamed2724();
- var arg_buyerCreativeId = buildUnnamed2725();
+ var arg_accountId = buildUnnamed2731();
+ var arg_buyerCreativeId = buildUnnamed2732();
var arg_dealsStatusFilter = 'foo';
var arg_maxResults = 42;
var arg_openAuctionStatusFilter = 'foo';
diff --git a/generated/googleapis/test/adexperiencereport/v1_test.dart b/generated/googleapis/test/adexperiencereport/v1_test.dart
index a007309..3631982 100644
--- a/generated/googleapis/test/adexperiencereport/v1_test.dart
+++ b/generated/googleapis/test/adexperiencereport/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed3424() {
+core.List<core.String> buildUnnamed3432() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3424(core.List<core.String> o) {
+void checkUnnamed3432(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -55,7 +55,7 @@
o.enforcementTime = 'foo';
o.filterStatus = 'foo';
o.lastChangeTime = 'foo';
- o.region = buildUnnamed3424();
+ o.region = buildUnnamed3432();
o.reportUrl = 'foo';
o.underReview = true;
}
@@ -82,7 +82,7 @@
o.lastChangeTime!,
unittest.equals('foo'),
);
- checkUnnamed3424(o.region!);
+ checkUnnamed3432(o.region!);
unittest.expect(
o.reportUrl!,
unittest.equals('foo'),
@@ -118,14 +118,14 @@
buildCounterSiteSummaryResponse--;
}
-core.List<api.SiteSummaryResponse> buildUnnamed3425() {
+core.List<api.SiteSummaryResponse> buildUnnamed3433() {
var o = <api.SiteSummaryResponse>[];
o.add(buildSiteSummaryResponse());
o.add(buildSiteSummaryResponse());
return o;
}
-void checkUnnamed3425(core.List<api.SiteSummaryResponse> o) {
+void checkUnnamed3433(core.List<api.SiteSummaryResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkSiteSummaryResponse(o[0] as api.SiteSummaryResponse);
checkSiteSummaryResponse(o[1] as api.SiteSummaryResponse);
@@ -136,7 +136,7 @@
var o = api.ViolatingSitesResponse();
buildCounterViolatingSitesResponse++;
if (buildCounterViolatingSitesResponse < 3) {
- o.violatingSites = buildUnnamed3425();
+ o.violatingSites = buildUnnamed3433();
}
buildCounterViolatingSitesResponse--;
return o;
@@ -145,7 +145,7 @@
void checkViolatingSitesResponse(api.ViolatingSitesResponse o) {
buildCounterViolatingSitesResponse++;
if (buildCounterViolatingSitesResponse < 3) {
- checkUnnamed3425(o.violatingSites!);
+ checkUnnamed3433(o.violatingSites!);
}
buildCounterViolatingSitesResponse--;
}
diff --git a/generated/googleapis/test/admin/datatransfer_v1_test.dart b/generated/googleapis/test/admin/datatransfer_v1_test.dart
index d7edf43..02b01b1 100644
--- a/generated/googleapis/test/admin/datatransfer_v1_test.dart
+++ b/generated/googleapis/test/admin/datatransfer_v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.ApplicationTransferParam> buildUnnamed6165() {
+core.List<api.ApplicationTransferParam> buildUnnamed6216() {
var o = <api.ApplicationTransferParam>[];
o.add(buildApplicationTransferParam());
o.add(buildApplicationTransferParam());
return o;
}
-void checkUnnamed6165(core.List<api.ApplicationTransferParam> o) {
+void checkUnnamed6216(core.List<api.ApplicationTransferParam> o) {
unittest.expect(o, unittest.hasLength(2));
checkApplicationTransferParam(o[0] as api.ApplicationTransferParam);
checkApplicationTransferParam(o[1] as api.ApplicationTransferParam);
@@ -49,7 +49,7 @@
o.id = 'foo';
o.kind = 'foo';
o.name = 'foo';
- o.transferParams = buildUnnamed6165();
+ o.transferParams = buildUnnamed6216();
}
buildCounterApplication--;
return o;
@@ -74,19 +74,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6165(o.transferParams!);
+ checkUnnamed6216(o.transferParams!);
}
buildCounterApplication--;
}
-core.List<api.ApplicationTransferParam> buildUnnamed6166() {
+core.List<api.ApplicationTransferParam> buildUnnamed6217() {
var o = <api.ApplicationTransferParam>[];
o.add(buildApplicationTransferParam());
o.add(buildApplicationTransferParam());
return o;
}
-void checkUnnamed6166(core.List<api.ApplicationTransferParam> o) {
+void checkUnnamed6217(core.List<api.ApplicationTransferParam> o) {
unittest.expect(o, unittest.hasLength(2));
checkApplicationTransferParam(o[0] as api.ApplicationTransferParam);
checkApplicationTransferParam(o[1] as api.ApplicationTransferParam);
@@ -98,7 +98,7 @@
buildCounterApplicationDataTransfer++;
if (buildCounterApplicationDataTransfer < 3) {
o.applicationId = 'foo';
- o.applicationTransferParams = buildUnnamed6166();
+ o.applicationTransferParams = buildUnnamed6217();
o.applicationTransferStatus = 'foo';
}
buildCounterApplicationDataTransfer--;
@@ -112,7 +112,7 @@
o.applicationId!,
unittest.equals('foo'),
);
- checkUnnamed6166(o.applicationTransferParams!);
+ checkUnnamed6217(o.applicationTransferParams!);
unittest.expect(
o.applicationTransferStatus!,
unittest.equals('foo'),
@@ -121,14 +121,14 @@
buildCounterApplicationDataTransfer--;
}
-core.List<core.String> buildUnnamed6167() {
+core.List<core.String> buildUnnamed6218() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6167(core.List<core.String> o) {
+void checkUnnamed6218(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -146,7 +146,7 @@
buildCounterApplicationTransferParam++;
if (buildCounterApplicationTransferParam < 3) {
o.key = 'foo';
- o.value = buildUnnamed6167();
+ o.value = buildUnnamed6218();
}
buildCounterApplicationTransferParam--;
return o;
@@ -159,19 +159,19 @@
o.key!,
unittest.equals('foo'),
);
- checkUnnamed6167(o.value!);
+ checkUnnamed6218(o.value!);
}
buildCounterApplicationTransferParam--;
}
-core.List<api.Application> buildUnnamed6168() {
+core.List<api.Application> buildUnnamed6219() {
var o = <api.Application>[];
o.add(buildApplication());
o.add(buildApplication());
return o;
}
-void checkUnnamed6168(core.List<api.Application> o) {
+void checkUnnamed6219(core.List<api.Application> o) {
unittest.expect(o, unittest.hasLength(2));
checkApplication(o[0] as api.Application);
checkApplication(o[1] as api.Application);
@@ -182,7 +182,7 @@
var o = api.ApplicationsListResponse();
buildCounterApplicationsListResponse++;
if (buildCounterApplicationsListResponse < 3) {
- o.applications = buildUnnamed6168();
+ o.applications = buildUnnamed6219();
o.etag = 'foo';
o.kind = 'foo';
o.nextPageToken = 'foo';
@@ -194,7 +194,7 @@
void checkApplicationsListResponse(api.ApplicationsListResponse o) {
buildCounterApplicationsListResponse++;
if (buildCounterApplicationsListResponse < 3) {
- checkUnnamed6168(o.applications!);
+ checkUnnamed6219(o.applications!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -211,14 +211,14 @@
buildCounterApplicationsListResponse--;
}
-core.List<api.ApplicationDataTransfer> buildUnnamed6169() {
+core.List<api.ApplicationDataTransfer> buildUnnamed6220() {
var o = <api.ApplicationDataTransfer>[];
o.add(buildApplicationDataTransfer());
o.add(buildApplicationDataTransfer());
return o;
}
-void checkUnnamed6169(core.List<api.ApplicationDataTransfer> o) {
+void checkUnnamed6220(core.List<api.ApplicationDataTransfer> o) {
unittest.expect(o, unittest.hasLength(2));
checkApplicationDataTransfer(o[0] as api.ApplicationDataTransfer);
checkApplicationDataTransfer(o[1] as api.ApplicationDataTransfer);
@@ -229,7 +229,7 @@
var o = api.DataTransfer();
buildCounterDataTransfer++;
if (buildCounterDataTransfer < 3) {
- o.applicationDataTransfers = buildUnnamed6169();
+ o.applicationDataTransfers = buildUnnamed6220();
o.etag = 'foo';
o.id = 'foo';
o.kind = 'foo';
@@ -245,7 +245,7 @@
void checkDataTransfer(api.DataTransfer o) {
buildCounterDataTransfer++;
if (buildCounterDataTransfer < 3) {
- checkUnnamed6169(o.applicationDataTransfers!);
+ checkUnnamed6220(o.applicationDataTransfers!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -278,14 +278,14 @@
buildCounterDataTransfer--;
}
-core.List<api.DataTransfer> buildUnnamed6170() {
+core.List<api.DataTransfer> buildUnnamed6221() {
var o = <api.DataTransfer>[];
o.add(buildDataTransfer());
o.add(buildDataTransfer());
return o;
}
-void checkUnnamed6170(core.List<api.DataTransfer> o) {
+void checkUnnamed6221(core.List<api.DataTransfer> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataTransfer(o[0] as api.DataTransfer);
checkDataTransfer(o[1] as api.DataTransfer);
@@ -296,7 +296,7 @@
var o = api.DataTransfersListResponse();
buildCounterDataTransfersListResponse++;
if (buildCounterDataTransfersListResponse < 3) {
- o.dataTransfers = buildUnnamed6170();
+ o.dataTransfers = buildUnnamed6221();
o.etag = 'foo';
o.kind = 'foo';
o.nextPageToken = 'foo';
@@ -308,7 +308,7 @@
void checkDataTransfersListResponse(api.DataTransfersListResponse o) {
buildCounterDataTransfersListResponse++;
if (buildCounterDataTransfersListResponse < 3) {
- checkUnnamed6170(o.dataTransfers!);
+ checkUnnamed6221(o.dataTransfers!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/admin/directory_v1_test.dart b/generated/googleapis/test/admin/directory_v1_test.dart
index e18322b..2e1be5c 100644
--- a/generated/googleapis/test/admin/directory_v1_test.dart
+++ b/generated/googleapis/test/admin/directory_v1_test.dart
@@ -69,7 +69,7 @@
buildCounterAlias--;
}
-core.List<core.Object> buildUnnamed2023() {
+core.List<core.Object> buildUnnamed2022() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -84,7 +84,7 @@
return o;
}
-void checkUnnamed2023(core.List<core.Object> o) {
+void checkUnnamed2022(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o[0]) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -121,7 +121,7 @@
var o = api.Aliases();
buildCounterAliases++;
if (buildCounterAliases < 3) {
- o.aliases = buildUnnamed2023();
+ o.aliases = buildUnnamed2022();
o.etag = 'foo';
o.kind = 'foo';
}
@@ -132,7 +132,7 @@
void checkAliases(api.Aliases o) {
buildCounterAliases++;
if (buildCounterAliases < 3) {
- checkUnnamed2023(o.aliases!);
+ checkUnnamed2022(o.aliases!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -197,14 +197,14 @@
buildCounterAsp--;
}
-core.List<api.Asp> buildUnnamed2024() {
+core.List<api.Asp> buildUnnamed2023() {
var o = <api.Asp>[];
o.add(buildAsp());
o.add(buildAsp());
return o;
}
-void checkUnnamed2024(core.List<api.Asp> o) {
+void checkUnnamed2023(core.List<api.Asp> o) {
unittest.expect(o, unittest.hasLength(2));
checkAsp(o[0] as api.Asp);
checkAsp(o[1] as api.Asp);
@@ -216,7 +216,7 @@
buildCounterAsps++;
if (buildCounterAsps < 3) {
o.etag = 'foo';
- o.items = buildUnnamed2024();
+ o.items = buildUnnamed2023();
o.kind = 'foo';
}
buildCounterAsps--;
@@ -230,7 +230,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2024(o.items!);
+ checkUnnamed2023(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -271,14 +271,14 @@
buildCounterAuxiliaryMessage--;
}
-core.List<api.CreatePrinterRequest> buildUnnamed2025() {
+core.List<api.CreatePrinterRequest> buildUnnamed2024() {
var o = <api.CreatePrinterRequest>[];
o.add(buildCreatePrinterRequest());
o.add(buildCreatePrinterRequest());
return o;
}
-void checkUnnamed2025(core.List<api.CreatePrinterRequest> o) {
+void checkUnnamed2024(core.List<api.CreatePrinterRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreatePrinterRequest(o[0] as api.CreatePrinterRequest);
checkCreatePrinterRequest(o[1] as api.CreatePrinterRequest);
@@ -289,7 +289,7 @@
var o = api.BatchCreatePrintersRequest();
buildCounterBatchCreatePrintersRequest++;
if (buildCounterBatchCreatePrintersRequest < 3) {
- o.requests = buildUnnamed2025();
+ o.requests = buildUnnamed2024();
}
buildCounterBatchCreatePrintersRequest--;
return o;
@@ -298,32 +298,32 @@
void checkBatchCreatePrintersRequest(api.BatchCreatePrintersRequest o) {
buildCounterBatchCreatePrintersRequest++;
if (buildCounterBatchCreatePrintersRequest < 3) {
- checkUnnamed2025(o.requests!);
+ checkUnnamed2024(o.requests!);
}
buildCounterBatchCreatePrintersRequest--;
}
-core.List<api.FailureInfo> buildUnnamed2026() {
+core.List<api.FailureInfo> buildUnnamed2025() {
var o = <api.FailureInfo>[];
o.add(buildFailureInfo());
o.add(buildFailureInfo());
return o;
}
-void checkUnnamed2026(core.List<api.FailureInfo> o) {
+void checkUnnamed2025(core.List<api.FailureInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkFailureInfo(o[0] as api.FailureInfo);
checkFailureInfo(o[1] as api.FailureInfo);
}
-core.List<api.Printer> buildUnnamed2027() {
+core.List<api.Printer> buildUnnamed2026() {
var o = <api.Printer>[];
o.add(buildPrinter());
o.add(buildPrinter());
return o;
}
-void checkUnnamed2027(core.List<api.Printer> o) {
+void checkUnnamed2026(core.List<api.Printer> o) {
unittest.expect(o, unittest.hasLength(2));
checkPrinter(o[0] as api.Printer);
checkPrinter(o[1] as api.Printer);
@@ -334,8 +334,8 @@
var o = api.BatchCreatePrintersResponse();
buildCounterBatchCreatePrintersResponse++;
if (buildCounterBatchCreatePrintersResponse < 3) {
- o.failures = buildUnnamed2026();
- o.printers = buildUnnamed2027();
+ o.failures = buildUnnamed2025();
+ o.printers = buildUnnamed2026();
}
buildCounterBatchCreatePrintersResponse--;
return o;
@@ -344,20 +344,20 @@
void checkBatchCreatePrintersResponse(api.BatchCreatePrintersResponse o) {
buildCounterBatchCreatePrintersResponse++;
if (buildCounterBatchCreatePrintersResponse < 3) {
- checkUnnamed2026(o.failures!);
- checkUnnamed2027(o.printers!);
+ checkUnnamed2025(o.failures!);
+ checkUnnamed2026(o.printers!);
}
buildCounterBatchCreatePrintersResponse--;
}
-core.List<core.String> buildUnnamed2028() {
+core.List<core.String> buildUnnamed2027() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2028(core.List<core.String> o) {
+void checkUnnamed2027(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -374,7 +374,7 @@
var o = api.BatchDeletePrintersRequest();
buildCounterBatchDeletePrintersRequest++;
if (buildCounterBatchDeletePrintersRequest < 3) {
- o.printerIds = buildUnnamed2028();
+ o.printerIds = buildUnnamed2027();
}
buildCounterBatchDeletePrintersRequest--;
return o;
@@ -383,32 +383,32 @@
void checkBatchDeletePrintersRequest(api.BatchDeletePrintersRequest o) {
buildCounterBatchDeletePrintersRequest++;
if (buildCounterBatchDeletePrintersRequest < 3) {
- checkUnnamed2028(o.printerIds!);
+ checkUnnamed2027(o.printerIds!);
}
buildCounterBatchDeletePrintersRequest--;
}
-core.List<api.FailureInfo> buildUnnamed2029() {
+core.List<api.FailureInfo> buildUnnamed2028() {
var o = <api.FailureInfo>[];
o.add(buildFailureInfo());
o.add(buildFailureInfo());
return o;
}
-void checkUnnamed2029(core.List<api.FailureInfo> o) {
+void checkUnnamed2028(core.List<api.FailureInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkFailureInfo(o[0] as api.FailureInfo);
checkFailureInfo(o[1] as api.FailureInfo);
}
-core.List<core.String> buildUnnamed2030() {
+core.List<core.String> buildUnnamed2029() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2030(core.List<core.String> o) {
+void checkUnnamed2029(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -425,8 +425,8 @@
var o = api.BatchDeletePrintersResponse();
buildCounterBatchDeletePrintersResponse++;
if (buildCounterBatchDeletePrintersResponse < 3) {
- o.failedPrinters = buildUnnamed2029();
- o.printerIds = buildUnnamed2030();
+ o.failedPrinters = buildUnnamed2028();
+ o.printerIds = buildUnnamed2029();
}
buildCounterBatchDeletePrintersResponse--;
return o;
@@ -435,20 +435,20 @@
void checkBatchDeletePrintersResponse(api.BatchDeletePrintersResponse o) {
buildCounterBatchDeletePrintersResponse++;
if (buildCounterBatchDeletePrintersResponse < 3) {
- checkUnnamed2029(o.failedPrinters!);
- checkUnnamed2030(o.printerIds!);
+ checkUnnamed2028(o.failedPrinters!);
+ checkUnnamed2029(o.printerIds!);
}
buildCounterBatchDeletePrintersResponse--;
}
-core.List<core.String> buildUnnamed2031() {
+core.List<core.String> buildUnnamed2030() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2031(core.List<core.String> o) {
+void checkUnnamed2030(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -471,7 +471,7 @@
o.coordinates = buildBuildingCoordinates();
o.description = 'foo';
o.etags = 'foo';
- o.floorNames = buildUnnamed2031();
+ o.floorNames = buildUnnamed2030();
o.kind = 'foo';
}
buildCounterBuilding--;
@@ -499,7 +499,7 @@
o.etags!,
unittest.equals('foo'),
);
- checkUnnamed2031(o.floorNames!);
+ checkUnnamed2030(o.floorNames!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -508,14 +508,14 @@
buildCounterBuilding--;
}
-core.List<core.String> buildUnnamed2032() {
+core.List<core.String> buildUnnamed2031() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2032(core.List<core.String> o) {
+void checkUnnamed2031(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -532,7 +532,7 @@
var o = api.BuildingAddress();
buildCounterBuildingAddress++;
if (buildCounterBuildingAddress < 3) {
- o.addressLines = buildUnnamed2032();
+ o.addressLines = buildUnnamed2031();
o.administrativeArea = 'foo';
o.languageCode = 'foo';
o.locality = 'foo';
@@ -547,7 +547,7 @@
void checkBuildingAddress(api.BuildingAddress o) {
buildCounterBuildingAddress++;
if (buildCounterBuildingAddress < 3) {
- checkUnnamed2032(o.addressLines!);
+ checkUnnamed2031(o.addressLines!);
unittest.expect(
o.administrativeArea!,
unittest.equals('foo'),
@@ -603,14 +603,14 @@
buildCounterBuildingCoordinates--;
}
-core.List<api.Building> buildUnnamed2033() {
+core.List<api.Building> buildUnnamed2032() {
var o = <api.Building>[];
o.add(buildBuilding());
o.add(buildBuilding());
return o;
}
-void checkUnnamed2033(core.List<api.Building> o) {
+void checkUnnamed2032(core.List<api.Building> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuilding(o[0] as api.Building);
checkBuilding(o[1] as api.Building);
@@ -621,7 +621,7 @@
var o = api.Buildings();
buildCounterBuildings++;
if (buildCounterBuildings < 3) {
- o.buildings = buildUnnamed2033();
+ o.buildings = buildUnnamed2032();
o.etag = 'foo';
o.kind = 'foo';
o.nextPageToken = 'foo';
@@ -633,7 +633,7 @@
void checkBuildings(api.Buildings o) {
buildCounterBuildings++;
if (buildCounterBuildings < 3) {
- checkUnnamed2033(o.buildings!);
+ checkUnnamed2032(o.buildings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -756,14 +756,14 @@
buildCounterCalendarResource--;
}
-core.List<api.CalendarResource> buildUnnamed2034() {
+core.List<api.CalendarResource> buildUnnamed2033() {
var o = <api.CalendarResource>[];
o.add(buildCalendarResource());
o.add(buildCalendarResource());
return o;
}
-void checkUnnamed2034(core.List<api.CalendarResource> o) {
+void checkUnnamed2033(core.List<api.CalendarResource> o) {
unittest.expect(o, unittest.hasLength(2));
checkCalendarResource(o[0] as api.CalendarResource);
checkCalendarResource(o[1] as api.CalendarResource);
@@ -775,7 +775,7 @@
buildCounterCalendarResources++;
if (buildCounterCalendarResources < 3) {
o.etag = 'foo';
- o.items = buildUnnamed2034();
+ o.items = buildUnnamed2033();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -790,7 +790,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2034(o.items!);
+ checkUnnamed2033(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -803,14 +803,14 @@
buildCounterCalendarResources--;
}
-core.Map<core.String, core.String> buildUnnamed2035() {
+core.Map<core.String, core.String> buildUnnamed2034() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2035(core.Map<core.String, core.String> o) {
+void checkUnnamed2034(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -831,7 +831,7 @@
o.expiration = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.params = buildUnnamed2035();
+ o.params = buildUnnamed2034();
o.payload = true;
o.resourceId = 'foo';
o.resourceUri = 'foo';
@@ -861,7 +861,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2035(o.params!);
+ checkUnnamed2034(o.params!);
unittest.expect(o.payload!, unittest.isTrue);
unittest.expect(
o.resourceId!,
@@ -910,14 +910,14 @@
buildCounterChromeOsDeviceActiveTimeRanges--;
}
-core.List<api.ChromeOsDeviceActiveTimeRanges> buildUnnamed2036() {
+core.List<api.ChromeOsDeviceActiveTimeRanges> buildUnnamed2035() {
var o = <api.ChromeOsDeviceActiveTimeRanges>[];
o.add(buildChromeOsDeviceActiveTimeRanges());
o.add(buildChromeOsDeviceActiveTimeRanges());
return o;
}
-void checkUnnamed2036(core.List<api.ChromeOsDeviceActiveTimeRanges> o) {
+void checkUnnamed2035(core.List<api.ChromeOsDeviceActiveTimeRanges> o) {
unittest.expect(o, unittest.hasLength(2));
checkChromeOsDeviceActiveTimeRanges(
o[0] as api.ChromeOsDeviceActiveTimeRanges);
@@ -955,14 +955,14 @@
}
core.List<api.ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo>
- buildUnnamed2037() {
+ buildUnnamed2036() {
var o = <api.ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo>[];
o.add(buildChromeOsDeviceCpuStatusReportsCpuTemperatureInfo());
o.add(buildChromeOsDeviceCpuStatusReportsCpuTemperatureInfo());
return o;
}
-void checkUnnamed2037(
+void checkUnnamed2036(
core.List<api.ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkChromeOsDeviceCpuStatusReportsCpuTemperatureInfo(
@@ -971,14 +971,14 @@
o[1] as api.ChromeOsDeviceCpuStatusReportsCpuTemperatureInfo);
}
-core.List<core.int> buildUnnamed2038() {
+core.List<core.int> buildUnnamed2037() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed2038(core.List<core.int> o) {
+void checkUnnamed2037(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -995,8 +995,8 @@
var o = api.ChromeOsDeviceCpuStatusReports();
buildCounterChromeOsDeviceCpuStatusReports++;
if (buildCounterChromeOsDeviceCpuStatusReports < 3) {
- o.cpuTemperatureInfo = buildUnnamed2037();
- o.cpuUtilizationPercentageInfo = buildUnnamed2038();
+ o.cpuTemperatureInfo = buildUnnamed2036();
+ o.cpuUtilizationPercentageInfo = buildUnnamed2037();
o.reportTime = core.DateTime.parse("2002-02-27T14:01:02");
}
buildCounterChromeOsDeviceCpuStatusReports--;
@@ -1006,8 +1006,8 @@
void checkChromeOsDeviceCpuStatusReports(api.ChromeOsDeviceCpuStatusReports o) {
buildCounterChromeOsDeviceCpuStatusReports++;
if (buildCounterChromeOsDeviceCpuStatusReports < 3) {
- checkUnnamed2037(o.cpuTemperatureInfo!);
- checkUnnamed2038(o.cpuUtilizationPercentageInfo!);
+ checkUnnamed2036(o.cpuTemperatureInfo!);
+ checkUnnamed2037(o.cpuUtilizationPercentageInfo!);
unittest.expect(
o.reportTime!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
@@ -1016,14 +1016,14 @@
buildCounterChromeOsDeviceCpuStatusReports--;
}
-core.List<api.ChromeOsDeviceCpuStatusReports> buildUnnamed2039() {
+core.List<api.ChromeOsDeviceCpuStatusReports> buildUnnamed2038() {
var o = <api.ChromeOsDeviceCpuStatusReports>[];
o.add(buildChromeOsDeviceCpuStatusReports());
o.add(buildChromeOsDeviceCpuStatusReports());
return o;
}
-void checkUnnamed2039(core.List<api.ChromeOsDeviceCpuStatusReports> o) {
+void checkUnnamed2038(core.List<api.ChromeOsDeviceCpuStatusReports> o) {
unittest.expect(o, unittest.hasLength(2));
checkChromeOsDeviceCpuStatusReports(
o[0] as api.ChromeOsDeviceCpuStatusReports);
@@ -1068,14 +1068,14 @@
buildCounterChromeOsDeviceDeviceFiles--;
}
-core.List<api.ChromeOsDeviceDeviceFiles> buildUnnamed2040() {
+core.List<api.ChromeOsDeviceDeviceFiles> buildUnnamed2039() {
var o = <api.ChromeOsDeviceDeviceFiles>[];
o.add(buildChromeOsDeviceDeviceFiles());
o.add(buildChromeOsDeviceDeviceFiles());
return o;
}
-void checkUnnamed2040(core.List<api.ChromeOsDeviceDeviceFiles> o) {
+void checkUnnamed2039(core.List<api.ChromeOsDeviceDeviceFiles> o) {
unittest.expect(o, unittest.hasLength(2));
checkChromeOsDeviceDeviceFiles(o[0] as api.ChromeOsDeviceDeviceFiles);
checkChromeOsDeviceDeviceFiles(o[1] as api.ChromeOsDeviceDeviceFiles);
@@ -1115,14 +1115,14 @@
buildCounterChromeOsDeviceDiskVolumeReportsVolumeInfo--;
}
-core.List<api.ChromeOsDeviceDiskVolumeReportsVolumeInfo> buildUnnamed2041() {
+core.List<api.ChromeOsDeviceDiskVolumeReportsVolumeInfo> buildUnnamed2040() {
var o = <api.ChromeOsDeviceDiskVolumeReportsVolumeInfo>[];
o.add(buildChromeOsDeviceDiskVolumeReportsVolumeInfo());
o.add(buildChromeOsDeviceDiskVolumeReportsVolumeInfo());
return o;
}
-void checkUnnamed2041(
+void checkUnnamed2040(
core.List<api.ChromeOsDeviceDiskVolumeReportsVolumeInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkChromeOsDeviceDiskVolumeReportsVolumeInfo(
@@ -1136,7 +1136,7 @@
var o = api.ChromeOsDeviceDiskVolumeReports();
buildCounterChromeOsDeviceDiskVolumeReports++;
if (buildCounterChromeOsDeviceDiskVolumeReports < 3) {
- o.volumeInfo = buildUnnamed2041();
+ o.volumeInfo = buildUnnamed2040();
}
buildCounterChromeOsDeviceDiskVolumeReports--;
return o;
@@ -1146,19 +1146,19 @@
api.ChromeOsDeviceDiskVolumeReports o) {
buildCounterChromeOsDeviceDiskVolumeReports++;
if (buildCounterChromeOsDeviceDiskVolumeReports < 3) {
- checkUnnamed2041(o.volumeInfo!);
+ checkUnnamed2040(o.volumeInfo!);
}
buildCounterChromeOsDeviceDiskVolumeReports--;
}
-core.List<api.ChromeOsDeviceDiskVolumeReports> buildUnnamed2042() {
+core.List<api.ChromeOsDeviceDiskVolumeReports> buildUnnamed2041() {
var o = <api.ChromeOsDeviceDiskVolumeReports>[];
o.add(buildChromeOsDeviceDiskVolumeReports());
o.add(buildChromeOsDeviceDiskVolumeReports());
return o;
}
-void checkUnnamed2042(core.List<api.ChromeOsDeviceDiskVolumeReports> o) {
+void checkUnnamed2041(core.List<api.ChromeOsDeviceDiskVolumeReports> o) {
unittest.expect(o, unittest.hasLength(2));
checkChromeOsDeviceDiskVolumeReports(
o[0] as api.ChromeOsDeviceDiskVolumeReports);
@@ -1193,14 +1193,14 @@
buildCounterChromeOsDeviceLastKnownNetwork--;
}
-core.List<api.ChromeOsDeviceLastKnownNetwork> buildUnnamed2043() {
+core.List<api.ChromeOsDeviceLastKnownNetwork> buildUnnamed2042() {
var o = <api.ChromeOsDeviceLastKnownNetwork>[];
o.add(buildChromeOsDeviceLastKnownNetwork());
o.add(buildChromeOsDeviceLastKnownNetwork());
return o;
}
-void checkUnnamed2043(core.List<api.ChromeOsDeviceLastKnownNetwork> o) {
+void checkUnnamed2042(core.List<api.ChromeOsDeviceLastKnownNetwork> o) {
unittest.expect(o, unittest.hasLength(2));
checkChromeOsDeviceLastKnownNetwork(
o[0] as api.ChromeOsDeviceLastKnownNetwork);
@@ -1235,14 +1235,14 @@
buildCounterChromeOsDeviceRecentUsers--;
}
-core.List<api.ChromeOsDeviceRecentUsers> buildUnnamed2044() {
+core.List<api.ChromeOsDeviceRecentUsers> buildUnnamed2043() {
var o = <api.ChromeOsDeviceRecentUsers>[];
o.add(buildChromeOsDeviceRecentUsers());
o.add(buildChromeOsDeviceRecentUsers());
return o;
}
-void checkUnnamed2044(core.List<api.ChromeOsDeviceRecentUsers> o) {
+void checkUnnamed2043(core.List<api.ChromeOsDeviceRecentUsers> o) {
unittest.expect(o, unittest.hasLength(2));
checkChromeOsDeviceRecentUsers(o[0] as api.ChromeOsDeviceRecentUsers);
checkChromeOsDeviceRecentUsers(o[1] as api.ChromeOsDeviceRecentUsers);
@@ -1285,27 +1285,27 @@
buildCounterChromeOsDeviceScreenshotFiles--;
}
-core.List<api.ChromeOsDeviceScreenshotFiles> buildUnnamed2045() {
+core.List<api.ChromeOsDeviceScreenshotFiles> buildUnnamed2044() {
var o = <api.ChromeOsDeviceScreenshotFiles>[];
o.add(buildChromeOsDeviceScreenshotFiles());
o.add(buildChromeOsDeviceScreenshotFiles());
return o;
}
-void checkUnnamed2045(core.List<api.ChromeOsDeviceScreenshotFiles> o) {
+void checkUnnamed2044(core.List<api.ChromeOsDeviceScreenshotFiles> o) {
unittest.expect(o, unittest.hasLength(2));
checkChromeOsDeviceScreenshotFiles(o[0] as api.ChromeOsDeviceScreenshotFiles);
checkChromeOsDeviceScreenshotFiles(o[1] as api.ChromeOsDeviceScreenshotFiles);
}
-core.List<core.String> buildUnnamed2046() {
+core.List<core.String> buildUnnamed2045() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2046(core.List<core.String> o) {
+void checkUnnamed2045(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1324,7 +1324,7 @@
buildCounterChromeOsDeviceSystemRamFreeReports++;
if (buildCounterChromeOsDeviceSystemRamFreeReports < 3) {
o.reportTime = core.DateTime.parse("2002-02-27T14:01:02");
- o.systemRamFreeInfo = buildUnnamed2046();
+ o.systemRamFreeInfo = buildUnnamed2045();
}
buildCounterChromeOsDeviceSystemRamFreeReports--;
return o;
@@ -1338,19 +1338,19 @@
o.reportTime!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed2046(o.systemRamFreeInfo!);
+ checkUnnamed2045(o.systemRamFreeInfo!);
}
buildCounterChromeOsDeviceSystemRamFreeReports--;
}
-core.List<api.ChromeOsDeviceSystemRamFreeReports> buildUnnamed2047() {
+core.List<api.ChromeOsDeviceSystemRamFreeReports> buildUnnamed2046() {
var o = <api.ChromeOsDeviceSystemRamFreeReports>[];
o.add(buildChromeOsDeviceSystemRamFreeReports());
o.add(buildChromeOsDeviceSystemRamFreeReports());
return o;
}
-void checkUnnamed2047(core.List<api.ChromeOsDeviceSystemRamFreeReports> o) {
+void checkUnnamed2046(core.List<api.ChromeOsDeviceSystemRamFreeReports> o) {
unittest.expect(o, unittest.hasLength(2));
checkChromeOsDeviceSystemRamFreeReports(
o[0] as api.ChromeOsDeviceSystemRamFreeReports);
@@ -1410,16 +1410,16 @@
var o = api.ChromeOsDevice();
buildCounterChromeOsDevice++;
if (buildCounterChromeOsDevice < 3) {
- o.activeTimeRanges = buildUnnamed2036();
+ o.activeTimeRanges = buildUnnamed2035();
o.annotatedAssetId = 'foo';
o.annotatedLocation = 'foo';
o.annotatedUser = 'foo';
o.autoUpdateExpiration = 'foo';
o.bootMode = 'foo';
- o.cpuStatusReports = buildUnnamed2039();
- o.deviceFiles = buildUnnamed2040();
+ o.cpuStatusReports = buildUnnamed2038();
+ o.deviceFiles = buildUnnamed2039();
o.deviceId = 'foo';
- o.diskVolumeReports = buildUnnamed2042();
+ o.diskVolumeReports = buildUnnamed2041();
o.dockMacAddress = 'foo';
o.etag = 'foo';
o.ethernetMacAddress = 'foo';
@@ -1427,7 +1427,7 @@
o.firmwareVersion = 'foo';
o.kind = 'foo';
o.lastEnrollmentTime = core.DateTime.parse("2002-02-27T14:01:02");
- o.lastKnownNetwork = buildUnnamed2043();
+ o.lastKnownNetwork = buildUnnamed2042();
o.lastSync = core.DateTime.parse("2002-02-27T14:01:02");
o.macAddress = 'foo';
o.manufactureDate = 'foo';
@@ -1438,12 +1438,12 @@
o.orgUnitPath = 'foo';
o.osVersion = 'foo';
o.platformVersion = 'foo';
- o.recentUsers = buildUnnamed2044();
- o.screenshotFiles = buildUnnamed2045();
+ o.recentUsers = buildUnnamed2043();
+ o.screenshotFiles = buildUnnamed2044();
o.serialNumber = 'foo';
o.status = 'foo';
o.supportEndDate = core.DateTime.parse("2002-02-27T14:01:02");
- o.systemRamFreeReports = buildUnnamed2047();
+ o.systemRamFreeReports = buildUnnamed2046();
o.systemRamTotal = 'foo';
o.tpmVersionInfo = buildChromeOsDeviceTpmVersionInfo();
o.willAutoRenew = true;
@@ -1455,7 +1455,7 @@
void checkChromeOsDevice(api.ChromeOsDevice o) {
buildCounterChromeOsDevice++;
if (buildCounterChromeOsDevice < 3) {
- checkUnnamed2036(o.activeTimeRanges!);
+ checkUnnamed2035(o.activeTimeRanges!);
unittest.expect(
o.annotatedAssetId!,
unittest.equals('foo'),
@@ -1476,13 +1476,13 @@
o.bootMode!,
unittest.equals('foo'),
);
- checkUnnamed2039(o.cpuStatusReports!);
- checkUnnamed2040(o.deviceFiles!);
+ checkUnnamed2038(o.cpuStatusReports!);
+ checkUnnamed2039(o.deviceFiles!);
unittest.expect(
o.deviceId!,
unittest.equals('foo'),
);
- checkUnnamed2042(o.diskVolumeReports!);
+ checkUnnamed2041(o.diskVolumeReports!);
unittest.expect(
o.dockMacAddress!,
unittest.equals('foo'),
@@ -1511,7 +1511,7 @@
o.lastEnrollmentTime!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed2043(o.lastKnownNetwork!);
+ checkUnnamed2042(o.lastKnownNetwork!);
unittest.expect(
o.lastSync!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
@@ -1552,8 +1552,8 @@
o.platformVersion!,
unittest.equals('foo'),
);
- checkUnnamed2044(o.recentUsers!);
- checkUnnamed2045(o.screenshotFiles!);
+ checkUnnamed2043(o.recentUsers!);
+ checkUnnamed2044(o.screenshotFiles!);
unittest.expect(
o.serialNumber!,
unittest.equals('foo'),
@@ -1566,7 +1566,7 @@
o.supportEndDate!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed2047(o.systemRamFreeReports!);
+ checkUnnamed2046(o.systemRamFreeReports!);
unittest.expect(
o.systemRamTotal!,
unittest.equals('foo'),
@@ -1605,14 +1605,14 @@
buildCounterChromeOsDeviceAction--;
}
-core.List<api.ChromeOsDevice> buildUnnamed2048() {
+core.List<api.ChromeOsDevice> buildUnnamed2047() {
var o = <api.ChromeOsDevice>[];
o.add(buildChromeOsDevice());
o.add(buildChromeOsDevice());
return o;
}
-void checkUnnamed2048(core.List<api.ChromeOsDevice> o) {
+void checkUnnamed2047(core.List<api.ChromeOsDevice> o) {
unittest.expect(o, unittest.hasLength(2));
checkChromeOsDevice(o[0] as api.ChromeOsDevice);
checkChromeOsDevice(o[1] as api.ChromeOsDevice);
@@ -1623,7 +1623,7 @@
var o = api.ChromeOsDevices();
buildCounterChromeOsDevices++;
if (buildCounterChromeOsDevices < 3) {
- o.chromeosdevices = buildUnnamed2048();
+ o.chromeosdevices = buildUnnamed2047();
o.etag = 'foo';
o.kind = 'foo';
o.nextPageToken = 'foo';
@@ -1635,7 +1635,7 @@
void checkChromeOsDevices(api.ChromeOsDevices o) {
buildCounterChromeOsDevices++;
if (buildCounterChromeOsDevices < 3) {
- checkUnnamed2048(o.chromeosdevices!);
+ checkUnnamed2047(o.chromeosdevices!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1652,14 +1652,14 @@
buildCounterChromeOsDevices--;
}
-core.List<core.String> buildUnnamed2049() {
+core.List<core.String> buildUnnamed2048() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2049(core.List<core.String> o) {
+void checkUnnamed2048(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1676,7 +1676,7 @@
var o = api.ChromeOsMoveDevicesToOu();
buildCounterChromeOsMoveDevicesToOu++;
if (buildCounterChromeOsMoveDevicesToOu < 3) {
- o.deviceIds = buildUnnamed2049();
+ o.deviceIds = buildUnnamed2048();
}
buildCounterChromeOsMoveDevicesToOu--;
return o;
@@ -1685,7 +1685,7 @@
void checkChromeOsMoveDevicesToOu(api.ChromeOsMoveDevicesToOu o) {
buildCounterChromeOsMoveDevicesToOu++;
if (buildCounterChromeOsMoveDevicesToOu < 3) {
- checkUnnamed2049(o.deviceIds!);
+ checkUnnamed2048(o.deviceIds!);
}
buildCounterChromeOsMoveDevicesToOu--;
}
@@ -2017,6 +2017,48 @@
buildCounterDomainAlias--;
}
+core.List<api.DomainAlias> buildUnnamed2049() {
+ var o = <api.DomainAlias>[];
+ o.add(buildDomainAlias());
+ o.add(buildDomainAlias());
+ return o;
+}
+
+void checkUnnamed2049(core.List<api.DomainAlias> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkDomainAlias(o[0] as api.DomainAlias);
+ checkDomainAlias(o[1] as api.DomainAlias);
+}
+
+core.int buildCounterDomainAliases = 0;
+api.DomainAliases buildDomainAliases() {
+ var o = api.DomainAliases();
+ buildCounterDomainAliases++;
+ if (buildCounterDomainAliases < 3) {
+ o.domainAliases = buildUnnamed2049();
+ o.etag = 'foo';
+ o.kind = 'foo';
+ }
+ buildCounterDomainAliases--;
+ return o;
+}
+
+void checkDomainAliases(api.DomainAliases o) {
+ buildCounterDomainAliases++;
+ if (buildCounterDomainAliases < 3) {
+ checkUnnamed2049(o.domainAliases!);
+ unittest.expect(
+ o.etag!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.kind!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterDomainAliases--;
+}
+
core.List<api.DomainAlias> buildUnnamed2050() {
var o = <api.DomainAlias>[];
o.add(buildDomainAlias());
@@ -2030,55 +2072,13 @@
checkDomainAlias(o[1] as api.DomainAlias);
}
-core.int buildCounterDomainAliases = 0;
-api.DomainAliases buildDomainAliases() {
- var o = api.DomainAliases();
- buildCounterDomainAliases++;
- if (buildCounterDomainAliases < 3) {
- o.domainAliases = buildUnnamed2050();
- o.etag = 'foo';
- o.kind = 'foo';
- }
- buildCounterDomainAliases--;
- return o;
-}
-
-void checkDomainAliases(api.DomainAliases o) {
- buildCounterDomainAliases++;
- if (buildCounterDomainAliases < 3) {
- checkUnnamed2050(o.domainAliases!);
- unittest.expect(
- o.etag!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.kind!,
- unittest.equals('foo'),
- );
- }
- buildCounterDomainAliases--;
-}
-
-core.List<api.DomainAlias> buildUnnamed2051() {
- var o = <api.DomainAlias>[];
- o.add(buildDomainAlias());
- o.add(buildDomainAlias());
- return o;
-}
-
-void checkUnnamed2051(core.List<api.DomainAlias> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkDomainAlias(o[0] as api.DomainAlias);
- checkDomainAlias(o[1] as api.DomainAlias);
-}
-
core.int buildCounterDomains = 0;
api.Domains buildDomains() {
var o = api.Domains();
buildCounterDomains++;
if (buildCounterDomains < 3) {
o.creationTime = 'foo';
- o.domainAliases = buildUnnamed2051();
+ o.domainAliases = buildUnnamed2050();
o.domainName = 'foo';
o.etag = 'foo';
o.isPrimary = true;
@@ -2096,7 +2096,7 @@
o.creationTime!,
unittest.equals('foo'),
);
- checkUnnamed2051(o.domainAliases!);
+ checkUnnamed2050(o.domainAliases!);
unittest.expect(
o.domainName!,
unittest.equals('foo'),
@@ -2115,14 +2115,14 @@
buildCounterDomains--;
}
-core.List<api.Domains> buildUnnamed2052() {
+core.List<api.Domains> buildUnnamed2051() {
var o = <api.Domains>[];
o.add(buildDomains());
o.add(buildDomains());
return o;
}
-void checkUnnamed2052(core.List<api.Domains> o) {
+void checkUnnamed2051(core.List<api.Domains> o) {
unittest.expect(o, unittest.hasLength(2));
checkDomains(o[0] as api.Domains);
checkDomains(o[1] as api.Domains);
@@ -2133,7 +2133,7 @@
var o = api.Domains2();
buildCounterDomains2++;
if (buildCounterDomains2 < 3) {
- o.domains = buildUnnamed2052();
+ o.domains = buildUnnamed2051();
o.etag = 'foo';
o.kind = 'foo';
}
@@ -2144,7 +2144,7 @@
void checkDomains2(api.Domains2 o) {
buildCounterDomains2++;
if (buildCounterDomains2 < 3) {
- checkUnnamed2052(o.domains!);
+ checkUnnamed2051(o.domains!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -2279,14 +2279,14 @@
buildCounterFeatureRename--;
}
-core.List<api.Feature> buildUnnamed2053() {
+core.List<api.Feature> buildUnnamed2052() {
var o = <api.Feature>[];
o.add(buildFeature());
o.add(buildFeature());
return o;
}
-void checkUnnamed2053(core.List<api.Feature> o) {
+void checkUnnamed2052(core.List<api.Feature> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeature(o[0] as api.Feature);
checkFeature(o[1] as api.Feature);
@@ -2298,7 +2298,7 @@
buildCounterFeatures++;
if (buildCounterFeatures < 3) {
o.etag = 'foo';
- o.features = buildUnnamed2053();
+ o.features = buildUnnamed2052();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -2313,7 +2313,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2053(o.features!);
+ checkUnnamed2052(o.features!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2326,6 +2326,25 @@
buildCounterFeatures--;
}
+core.List<core.String> buildUnnamed2053() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2053(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'),
+ );
+}
+
core.List<core.String> buildUnnamed2054() {
var o = <core.String>[];
o.add('foo');
@@ -2345,32 +2364,13 @@
);
}
-core.List<core.String> buildUnnamed2055() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2055(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'),
- );
-}
-
core.int buildCounterGroup = 0;
api.Group buildGroup() {
var o = api.Group();
buildCounterGroup++;
if (buildCounterGroup < 3) {
o.adminCreated = true;
- o.aliases = buildUnnamed2054();
+ o.aliases = buildUnnamed2053();
o.description = 'foo';
o.directMembersCount = 'foo';
o.email = 'foo';
@@ -2378,7 +2378,7 @@
o.id = 'foo';
o.kind = 'foo';
o.name = 'foo';
- o.nonEditableAliases = buildUnnamed2055();
+ o.nonEditableAliases = buildUnnamed2054();
}
buildCounterGroup--;
return o;
@@ -2388,7 +2388,7 @@
buildCounterGroup++;
if (buildCounterGroup < 3) {
unittest.expect(o.adminCreated!, unittest.isTrue);
- checkUnnamed2054(o.aliases!);
+ checkUnnamed2053(o.aliases!);
unittest.expect(
o.description!,
unittest.equals('foo'),
@@ -2417,19 +2417,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2055(o.nonEditableAliases!);
+ checkUnnamed2054(o.nonEditableAliases!);
}
buildCounterGroup--;
}
-core.List<api.Group> buildUnnamed2056() {
+core.List<api.Group> buildUnnamed2055() {
var o = <api.Group>[];
o.add(buildGroup());
o.add(buildGroup());
return o;
}
-void checkUnnamed2056(core.List<api.Group> o) {
+void checkUnnamed2055(core.List<api.Group> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroup(o[0] as api.Group);
checkGroup(o[1] as api.Group);
@@ -2441,7 +2441,7 @@
buildCounterGroups++;
if (buildCounterGroups < 3) {
o.etag = 'foo';
- o.groups = buildUnnamed2056();
+ o.groups = buildUnnamed2055();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -2456,7 +2456,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2056(o.groups!);
+ checkUnnamed2055(o.groups!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2469,14 +2469,14 @@
buildCounterGroups--;
}
-core.List<api.PrinterModel> buildUnnamed2057() {
+core.List<api.PrinterModel> buildUnnamed2056() {
var o = <api.PrinterModel>[];
o.add(buildPrinterModel());
o.add(buildPrinterModel());
return o;
}
-void checkUnnamed2057(core.List<api.PrinterModel> o) {
+void checkUnnamed2056(core.List<api.PrinterModel> o) {
unittest.expect(o, unittest.hasLength(2));
checkPrinterModel(o[0] as api.PrinterModel);
checkPrinterModel(o[1] as api.PrinterModel);
@@ -2488,7 +2488,7 @@
buildCounterListPrinterModelsResponse++;
if (buildCounterListPrinterModelsResponse < 3) {
o.nextPageToken = 'foo';
- o.printerModels = buildUnnamed2057();
+ o.printerModels = buildUnnamed2056();
}
buildCounterListPrinterModelsResponse--;
return o;
@@ -2501,19 +2501,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2057(o.printerModels!);
+ checkUnnamed2056(o.printerModels!);
}
buildCounterListPrinterModelsResponse--;
}
-core.List<api.Printer> buildUnnamed2058() {
+core.List<api.Printer> buildUnnamed2057() {
var o = <api.Printer>[];
o.add(buildPrinter());
o.add(buildPrinter());
return o;
}
-void checkUnnamed2058(core.List<api.Printer> o) {
+void checkUnnamed2057(core.List<api.Printer> o) {
unittest.expect(o, unittest.hasLength(2));
checkPrinter(o[0] as api.Printer);
checkPrinter(o[1] as api.Printer);
@@ -2525,7 +2525,7 @@
buildCounterListPrintersResponse++;
if (buildCounterListPrintersResponse < 3) {
o.nextPageToken = 'foo';
- o.printers = buildUnnamed2058();
+ o.printers = buildUnnamed2057();
}
buildCounterListPrintersResponse--;
return o;
@@ -2538,7 +2538,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2058(o.printers!);
+ checkUnnamed2057(o.printers!);
}
buildCounterListPrintersResponse--;
}
@@ -2600,14 +2600,14 @@
buildCounterMember--;
}
-core.List<api.Member> buildUnnamed2059() {
+core.List<api.Member> buildUnnamed2058() {
var o = <api.Member>[];
o.add(buildMember());
o.add(buildMember());
return o;
}
-void checkUnnamed2059(core.List<api.Member> o) {
+void checkUnnamed2058(core.List<api.Member> o) {
unittest.expect(o, unittest.hasLength(2));
checkMember(o[0] as api.Member);
checkMember(o[1] as api.Member);
@@ -2620,7 +2620,7 @@
if (buildCounterMembers < 3) {
o.etag = 'foo';
o.kind = 'foo';
- o.members = buildUnnamed2059();
+ o.members = buildUnnamed2058();
o.nextPageToken = 'foo';
}
buildCounterMembers--;
@@ -2638,7 +2638,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2059(o.members!);
+ checkUnnamed2058(o.members!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2666,14 +2666,14 @@
buildCounterMembersHasMember--;
}
-core.List<core.String> buildUnnamed2060() {
+core.List<core.String> buildUnnamed2059() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2060(core.List<core.String> o) {
+void checkUnnamed2059(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2692,7 +2692,7 @@
if (buildCounterMobileDeviceApplications < 3) {
o.displayName = 'foo';
o.packageName = 'foo';
- o.permission = buildUnnamed2060();
+ o.permission = buildUnnamed2059();
o.versionCode = 42;
o.versionName = 'foo';
}
@@ -2711,7 +2711,7 @@
o.packageName!,
unittest.equals('foo'),
);
- checkUnnamed2060(o.permission!);
+ checkUnnamed2059(o.permission!);
unittest.expect(
o.versionCode!,
unittest.equals(42),
@@ -2724,19 +2724,38 @@
buildCounterMobileDeviceApplications--;
}
-core.List<api.MobileDeviceApplications> buildUnnamed2061() {
+core.List<api.MobileDeviceApplications> buildUnnamed2060() {
var o = <api.MobileDeviceApplications>[];
o.add(buildMobileDeviceApplications());
o.add(buildMobileDeviceApplications());
return o;
}
-void checkUnnamed2061(core.List<api.MobileDeviceApplications> o) {
+void checkUnnamed2060(core.List<api.MobileDeviceApplications> o) {
unittest.expect(o, unittest.hasLength(2));
checkMobileDeviceApplications(o[0] as api.MobileDeviceApplications);
checkMobileDeviceApplications(o[1] as api.MobileDeviceApplications);
}
+core.List<core.String> buildUnnamed2061() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2061(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'),
+ );
+}
+
core.List<core.String> buildUnnamed2062() {
var o = <core.String>[];
o.add('foo');
@@ -2775,32 +2794,13 @@
);
}
-core.List<core.String> buildUnnamed2064() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2064(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'),
- );
-}
-
core.int buildCounterMobileDevice = 0;
api.MobileDevice buildMobileDevice() {
var o = api.MobileDevice();
buildCounterMobileDevice++;
if (buildCounterMobileDevice < 3) {
o.adbStatus = true;
- o.applications = buildUnnamed2061();
+ o.applications = buildUnnamed2060();
o.basebandVersion = 'foo';
o.bootloaderVersion = 'foo';
o.brand = 'foo';
@@ -2810,7 +2810,7 @@
o.deviceCompromisedStatus = 'foo';
o.deviceId = 'foo';
o.devicePasswordStatus = 'foo';
- o.email = buildUnnamed2062();
+ o.email = buildUnnamed2061();
o.encryptionStatus = 'foo';
o.etag = 'foo';
o.firstSync = core.DateTime.parse("2002-02-27T14:01:02");
@@ -2824,10 +2824,10 @@
o.manufacturer = 'foo';
o.meid = 'foo';
o.model = 'foo';
- o.name = buildUnnamed2063();
+ o.name = buildUnnamed2062();
o.networkOperator = 'foo';
o.os = 'foo';
- o.otherAccountsInfo = buildUnnamed2064();
+ o.otherAccountsInfo = buildUnnamed2063();
o.privilege = 'foo';
o.releaseVersion = 'foo';
o.resourceId = 'foo';
@@ -2848,7 +2848,7 @@
buildCounterMobileDevice++;
if (buildCounterMobileDevice < 3) {
unittest.expect(o.adbStatus!, unittest.isTrue);
- checkUnnamed2061(o.applications!);
+ checkUnnamed2060(o.applications!);
unittest.expect(
o.basebandVersion!,
unittest.equals('foo'),
@@ -2882,7 +2882,7 @@
o.devicePasswordStatus!,
unittest.equals('foo'),
);
- checkUnnamed2062(o.email!);
+ checkUnnamed2061(o.email!);
unittest.expect(
o.encryptionStatus!,
unittest.equals('foo'),
@@ -2932,7 +2932,7 @@
o.model!,
unittest.equals('foo'),
);
- checkUnnamed2063(o.name!);
+ checkUnnamed2062(o.name!);
unittest.expect(
o.networkOperator!,
unittest.equals('foo'),
@@ -2941,7 +2941,7 @@
o.os!,
unittest.equals('foo'),
);
- checkUnnamed2064(o.otherAccountsInfo!);
+ checkUnnamed2063(o.otherAccountsInfo!);
unittest.expect(
o.privilege!,
unittest.equals('foo'),
@@ -3006,14 +3006,14 @@
buildCounterMobileDeviceAction--;
}
-core.List<api.MobileDevice> buildUnnamed2065() {
+core.List<api.MobileDevice> buildUnnamed2064() {
var o = <api.MobileDevice>[];
o.add(buildMobileDevice());
o.add(buildMobileDevice());
return o;
}
-void checkUnnamed2065(core.List<api.MobileDevice> o) {
+void checkUnnamed2064(core.List<api.MobileDevice> o) {
unittest.expect(o, unittest.hasLength(2));
checkMobileDevice(o[0] as api.MobileDevice);
checkMobileDevice(o[1] as api.MobileDevice);
@@ -3026,7 +3026,7 @@
if (buildCounterMobileDevices < 3) {
o.etag = 'foo';
o.kind = 'foo';
- o.mobiledevices = buildUnnamed2065();
+ o.mobiledevices = buildUnnamed2064();
o.nextPageToken = 'foo';
}
buildCounterMobileDevices--;
@@ -3044,7 +3044,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2065(o.mobiledevices!);
+ checkUnnamed2064(o.mobiledevices!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -3112,14 +3112,14 @@
buildCounterOrgUnit--;
}
-core.List<api.OrgUnit> buildUnnamed2066() {
+core.List<api.OrgUnit> buildUnnamed2065() {
var o = <api.OrgUnit>[];
o.add(buildOrgUnit());
o.add(buildOrgUnit());
return o;
}
-void checkUnnamed2066(core.List<api.OrgUnit> o) {
+void checkUnnamed2065(core.List<api.OrgUnit> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrgUnit(o[0] as api.OrgUnit);
checkOrgUnit(o[1] as api.OrgUnit);
@@ -3132,7 +3132,7 @@
if (buildCounterOrgUnits < 3) {
o.etag = 'foo';
o.kind = 'foo';
- o.organizationUnits = buildUnnamed2066();
+ o.organizationUnits = buildUnnamed2065();
}
buildCounterOrgUnits--;
return o;
@@ -3149,19 +3149,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2066(o.organizationUnits!);
+ checkUnnamed2065(o.organizationUnits!);
}
buildCounterOrgUnits--;
}
-core.List<api.AuxiliaryMessage> buildUnnamed2067() {
+core.List<api.AuxiliaryMessage> buildUnnamed2066() {
var o = <api.AuxiliaryMessage>[];
o.add(buildAuxiliaryMessage());
o.add(buildAuxiliaryMessage());
return o;
}
-void checkUnnamed2067(core.List<api.AuxiliaryMessage> o) {
+void checkUnnamed2066(core.List<api.AuxiliaryMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuxiliaryMessage(o[0] as api.AuxiliaryMessage);
checkAuxiliaryMessage(o[1] as api.AuxiliaryMessage);
@@ -3172,7 +3172,7 @@
var o = api.Printer();
buildCounterPrinter++;
if (buildCounterPrinter < 3) {
- o.auxiliaryMessages = buildUnnamed2067();
+ o.auxiliaryMessages = buildUnnamed2066();
o.createTime = 'foo';
o.description = 'foo';
o.displayName = 'foo';
@@ -3190,7 +3190,7 @@
void checkPrinter(api.Printer o) {
buildCounterPrinter++;
if (buildCounterPrinter < 3) {
- checkUnnamed2067(o.auxiliaryMessages!);
+ checkUnnamed2066(o.auxiliaryMessages!);
unittest.expect(
o.createTime!,
unittest.equals('foo'),
@@ -3260,14 +3260,14 @@
buildCounterPrinterModel--;
}
-core.List<api.Privilege> buildUnnamed2068() {
+core.List<api.Privilege> buildUnnamed2067() {
var o = <api.Privilege>[];
o.add(buildPrivilege());
o.add(buildPrivilege());
return o;
}
-void checkUnnamed2068(core.List<api.Privilege> o) {
+void checkUnnamed2067(core.List<api.Privilege> o) {
unittest.expect(o, unittest.hasLength(2));
checkPrivilege(o[0] as api.Privilege);
checkPrivilege(o[1] as api.Privilege);
@@ -3278,7 +3278,7 @@
var o = api.Privilege();
buildCounterPrivilege++;
if (buildCounterPrivilege < 3) {
- o.childPrivileges = buildUnnamed2068();
+ o.childPrivileges = buildUnnamed2067();
o.etag = 'foo';
o.isOuScopable = true;
o.kind = 'foo';
@@ -3293,7 +3293,7 @@
void checkPrivilege(api.Privilege o) {
buildCounterPrivilege++;
if (buildCounterPrivilege < 3) {
- checkUnnamed2068(o.childPrivileges!);
+ checkUnnamed2067(o.childPrivileges!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -3319,14 +3319,14 @@
buildCounterPrivilege--;
}
-core.List<api.Privilege> buildUnnamed2069() {
+core.List<api.Privilege> buildUnnamed2068() {
var o = <api.Privilege>[];
o.add(buildPrivilege());
o.add(buildPrivilege());
return o;
}
-void checkUnnamed2069(core.List<api.Privilege> o) {
+void checkUnnamed2068(core.List<api.Privilege> o) {
unittest.expect(o, unittest.hasLength(2));
checkPrivilege(o[0] as api.Privilege);
checkPrivilege(o[1] as api.Privilege);
@@ -3338,7 +3338,7 @@
buildCounterPrivileges++;
if (buildCounterPrivileges < 3) {
o.etag = 'foo';
- o.items = buildUnnamed2069();
+ o.items = buildUnnamed2068();
o.kind = 'foo';
}
buildCounterPrivileges--;
@@ -3352,7 +3352,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2069(o.items!);
+ checkUnnamed2068(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3388,14 +3388,14 @@
buildCounterRoleRolePrivileges--;
}
-core.List<api.RoleRolePrivileges> buildUnnamed2070() {
+core.List<api.RoleRolePrivileges> buildUnnamed2069() {
var o = <api.RoleRolePrivileges>[];
o.add(buildRoleRolePrivileges());
o.add(buildRoleRolePrivileges());
return o;
}
-void checkUnnamed2070(core.List<api.RoleRolePrivileges> o) {
+void checkUnnamed2069(core.List<api.RoleRolePrivileges> o) {
unittest.expect(o, unittest.hasLength(2));
checkRoleRolePrivileges(o[0] as api.RoleRolePrivileges);
checkRoleRolePrivileges(o[1] as api.RoleRolePrivileges);
@@ -3413,7 +3413,7 @@
o.roleDescription = 'foo';
o.roleId = 'foo';
o.roleName = 'foo';
- o.rolePrivileges = buildUnnamed2070();
+ o.rolePrivileges = buildUnnamed2069();
}
buildCounterRole--;
return o;
@@ -3444,7 +3444,7 @@
o.roleName!,
unittest.equals('foo'),
);
- checkUnnamed2070(o.rolePrivileges!);
+ checkUnnamed2069(o.rolePrivileges!);
}
buildCounterRole--;
}
@@ -3501,14 +3501,14 @@
buildCounterRoleAssignment--;
}
-core.List<api.RoleAssignment> buildUnnamed2071() {
+core.List<api.RoleAssignment> buildUnnamed2070() {
var o = <api.RoleAssignment>[];
o.add(buildRoleAssignment());
o.add(buildRoleAssignment());
return o;
}
-void checkUnnamed2071(core.List<api.RoleAssignment> o) {
+void checkUnnamed2070(core.List<api.RoleAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkRoleAssignment(o[0] as api.RoleAssignment);
checkRoleAssignment(o[1] as api.RoleAssignment);
@@ -3520,7 +3520,7 @@
buildCounterRoleAssignments++;
if (buildCounterRoleAssignments < 3) {
o.etag = 'foo';
- o.items = buildUnnamed2071();
+ o.items = buildUnnamed2070();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -3535,7 +3535,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2071(o.items!);
+ checkUnnamed2070(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3548,14 +3548,14 @@
buildCounterRoleAssignments--;
}
-core.List<api.Role> buildUnnamed2072() {
+core.List<api.Role> buildUnnamed2071() {
var o = <api.Role>[];
o.add(buildRole());
o.add(buildRole());
return o;
}
-void checkUnnamed2072(core.List<api.Role> o) {
+void checkUnnamed2071(core.List<api.Role> o) {
unittest.expect(o, unittest.hasLength(2));
checkRole(o[0] as api.Role);
checkRole(o[1] as api.Role);
@@ -3567,7 +3567,7 @@
buildCounterRoles++;
if (buildCounterRoles < 3) {
o.etag = 'foo';
- o.items = buildUnnamed2072();
+ o.items = buildUnnamed2071();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -3582,7 +3582,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2072(o.items!);
+ checkUnnamed2071(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3595,14 +3595,14 @@
buildCounterRoles--;
}
-core.List<api.SchemaFieldSpec> buildUnnamed2073() {
+core.List<api.SchemaFieldSpec> buildUnnamed2072() {
var o = <api.SchemaFieldSpec>[];
o.add(buildSchemaFieldSpec());
o.add(buildSchemaFieldSpec());
return o;
}
-void checkUnnamed2073(core.List<api.SchemaFieldSpec> o) {
+void checkUnnamed2072(core.List<api.SchemaFieldSpec> o) {
unittest.expect(o, unittest.hasLength(2));
checkSchemaFieldSpec(o[0] as api.SchemaFieldSpec);
checkSchemaFieldSpec(o[1] as api.SchemaFieldSpec);
@@ -3615,7 +3615,7 @@
if (buildCounterSchema < 3) {
o.displayName = 'foo';
o.etag = 'foo';
- o.fields = buildUnnamed2073();
+ o.fields = buildUnnamed2072();
o.kind = 'foo';
o.schemaId = 'foo';
o.schemaName = 'foo';
@@ -3635,7 +3635,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2073(o.fields!);
+ checkUnnamed2072(o.fields!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3740,14 +3740,14 @@
buildCounterSchemaFieldSpec--;
}
-core.List<api.Schema> buildUnnamed2074() {
+core.List<api.Schema> buildUnnamed2073() {
var o = <api.Schema>[];
o.add(buildSchema());
o.add(buildSchema());
return o;
}
-void checkUnnamed2074(core.List<api.Schema> o) {
+void checkUnnamed2073(core.List<api.Schema> o) {
unittest.expect(o, unittest.hasLength(2));
checkSchema(o[0] as api.Schema);
checkSchema(o[1] as api.Schema);
@@ -3760,7 +3760,7 @@
if (buildCounterSchemas < 3) {
o.etag = 'foo';
o.kind = 'foo';
- o.schemas = buildUnnamed2074();
+ o.schemas = buildUnnamed2073();
}
buildCounterSchemas--;
return o;
@@ -3777,19 +3777,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2074(o.schemas!);
+ checkUnnamed2073(o.schemas!);
}
buildCounterSchemas--;
}
-core.List<core.String> buildUnnamed2075() {
+core.List<core.String> buildUnnamed2074() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2075(core.List<core.String> o) {
+void checkUnnamed2074(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3812,7 +3812,7 @@
o.etag = 'foo';
o.kind = 'foo';
o.nativeApp = true;
- o.scopes = buildUnnamed2075();
+ o.scopes = buildUnnamed2074();
o.userKey = 'foo';
}
buildCounterToken--;
@@ -3840,7 +3840,7 @@
unittest.equals('foo'),
);
unittest.expect(o.nativeApp!, unittest.isTrue);
- checkUnnamed2075(o.scopes!);
+ checkUnnamed2074(o.scopes!);
unittest.expect(
o.userKey!,
unittest.equals('foo'),
@@ -3849,14 +3849,14 @@
buildCounterToken--;
}
-core.List<api.Token> buildUnnamed2076() {
+core.List<api.Token> buildUnnamed2075() {
var o = <api.Token>[];
o.add(buildToken());
o.add(buildToken());
return o;
}
-void checkUnnamed2076(core.List<api.Token> o) {
+void checkUnnamed2075(core.List<api.Token> o) {
unittest.expect(o, unittest.hasLength(2));
checkToken(o[0] as api.Token);
checkToken(o[1] as api.Token);
@@ -3868,7 +3868,7 @@
buildCounterTokens++;
if (buildCounterTokens < 3) {
o.etag = 'foo';
- o.items = buildUnnamed2076();
+ o.items = buildUnnamed2075();
o.kind = 'foo';
}
buildCounterTokens--;
@@ -3882,7 +3882,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2076(o.items!);
+ checkUnnamed2075(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3891,14 +3891,14 @@
buildCounterTokens--;
}
-core.List<core.String> buildUnnamed2077() {
+core.List<core.String> buildUnnamed2076() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2077(core.List<core.String> o) {
+void checkUnnamed2076(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3910,27 +3910,27 @@
);
}
-core.Map<core.String, api.UserCustomProperties> buildUnnamed2078() {
+core.Map<core.String, api.UserCustomProperties> buildUnnamed2077() {
var o = <core.String, api.UserCustomProperties>{};
o['x'] = buildUserCustomProperties();
o['y'] = buildUserCustomProperties();
return o;
}
-void checkUnnamed2078(core.Map<core.String, api.UserCustomProperties> o) {
+void checkUnnamed2077(core.Map<core.String, api.UserCustomProperties> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserCustomProperties(o['x']! as api.UserCustomProperties);
checkUserCustomProperties(o['y']! as api.UserCustomProperties);
}
-core.List<core.String> buildUnnamed2079() {
+core.List<core.String> buildUnnamed2078() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2079(core.List<core.String> o) {
+void checkUnnamed2078(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3953,11 +3953,11 @@
'string': 'foo'
};
o.agreedToTerms = true;
- o.aliases = buildUnnamed2077();
+ o.aliases = buildUnnamed2076();
o.archived = true;
o.changePasswordAtNextLogin = true;
o.creationTime = core.DateTime.parse("2002-02-27T14:01:02");
- o.customSchemas = buildUnnamed2078();
+ o.customSchemas = buildUnnamed2077();
o.customerId = 'foo';
o.deletionTime = core.DateTime.parse("2002-02-27T14:01:02");
o.emails = {
@@ -4008,7 +4008,7 @@
'string': 'foo'
};
o.name = buildUserName();
- o.nonEditableAliases = buildUnnamed2079();
+ o.nonEditableAliases = buildUnnamed2078();
o.notes = {
'list': [1, 2, 3],
'bool': true,
@@ -4076,14 +4076,14 @@
unittest.equals('foo'),
);
unittest.expect(o.agreedToTerms!, unittest.isTrue);
- checkUnnamed2077(o.aliases!);
+ checkUnnamed2076(o.aliases!);
unittest.expect(o.archived!, unittest.isTrue);
unittest.expect(o.changePasswordAtNextLogin!, unittest.isTrue);
unittest.expect(
o.creationTime!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed2078(o.customSchemas!);
+ checkUnnamed2077(o.customSchemas!);
unittest.expect(
o.customerId!,
unittest.equals('foo'),
@@ -4218,7 +4218,7 @@
unittest.equals('foo'),
);
checkUserName(o.name! as api.UserName);
- checkUnnamed2079(o.nonEditableAliases!);
+ checkUnnamed2078(o.nonEditableAliases!);
var casted12 = (o.notes!) as core.Map;
unittest.expect(casted12, unittest.hasLength(3));
unittest.expect(
@@ -5157,14 +5157,14 @@
buildCounterUserWebsite--;
}
-core.List<api.User> buildUnnamed2080() {
+core.List<api.User> buildUnnamed2079() {
var o = <api.User>[];
o.add(buildUser());
o.add(buildUser());
return o;
}
-void checkUnnamed2080(core.List<api.User> o) {
+void checkUnnamed2079(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0] as api.User);
checkUser(o[1] as api.User);
@@ -5179,7 +5179,7 @@
o.kind = 'foo';
o.nextPageToken = 'foo';
o.triggerEvent = 'foo';
- o.users = buildUnnamed2080();
+ o.users = buildUnnamed2079();
}
buildCounterUsers--;
return o;
@@ -5204,7 +5204,7 @@
o.triggerEvent!,
unittest.equals('foo'),
);
- checkUnnamed2080(o.users!);
+ checkUnnamed2079(o.users!);
}
buildCounterUsers--;
}
@@ -5246,14 +5246,14 @@
buildCounterVerificationCode--;
}
-core.List<api.VerificationCode> buildUnnamed2081() {
+core.List<api.VerificationCode> buildUnnamed2080() {
var o = <api.VerificationCode>[];
o.add(buildVerificationCode());
o.add(buildVerificationCode());
return o;
}
-void checkUnnamed2081(core.List<api.VerificationCode> o) {
+void checkUnnamed2080(core.List<api.VerificationCode> o) {
unittest.expect(o, unittest.hasLength(2));
checkVerificationCode(o[0] as api.VerificationCode);
checkVerificationCode(o[1] as api.VerificationCode);
@@ -5265,7 +5265,7 @@
buildCounterVerificationCodes++;
if (buildCounterVerificationCodes < 3) {
o.etag = 'foo';
- o.items = buildUnnamed2081();
+ o.items = buildUnnamed2080();
o.kind = 'foo';
}
buildCounterVerificationCodes--;
@@ -5279,7 +5279,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2081(o.items!);
+ checkUnnamed2080(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -10000,7 +10000,6 @@
var res = api.DirectoryApi(mock).orgunits;
var arg_customerId = 'foo';
var arg_orgUnitPath = 'foo';
- var arg_allowPlus = true;
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -10049,10 +10048,6 @@
}
}
unittest.expect(
- queryMap["allowPlus"]!.first,
- unittest.equals("$arg_allowPlus"),
- );
- unittest.expect(
queryMap["fields"]!.first,
unittest.equals(arg_$fields),
);
@@ -10063,8 +10058,7 @@
var resp = '';
return async.Future.value(stringResponse(200, h, resp));
}), true);
- await res.delete(arg_customerId, arg_orgUnitPath,
- allowPlus: arg_allowPlus, $fields: arg_$fields);
+ await res.delete(arg_customerId, arg_orgUnitPath, $fields: arg_$fields);
});
unittest.test('method--get', () async {
@@ -10072,7 +10066,6 @@
var res = api.DirectoryApi(mock).orgunits;
var arg_customerId = 'foo';
var arg_orgUnitPath = 'foo';
- var arg_allowPlus = true;
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -10121,10 +10114,6 @@
}
}
unittest.expect(
- queryMap["allowPlus"]!.first,
- unittest.equals("$arg_allowPlus"),
- );
- unittest.expect(
queryMap["fields"]!.first,
unittest.equals(arg_$fields),
);
@@ -10135,8 +10124,8 @@
var resp = convert.json.encode(buildOrgUnit());
return async.Future.value(stringResponse(200, h, resp));
}), true);
- final response = await res.get(arg_customerId, arg_orgUnitPath,
- allowPlus: arg_allowPlus, $fields: arg_$fields);
+ final response =
+ await res.get(arg_customerId, arg_orgUnitPath, $fields: arg_$fields);
checkOrgUnit(response as api.OrgUnit);
});
@@ -10293,7 +10282,6 @@
var arg_request = buildOrgUnit();
var arg_customerId = 'foo';
var arg_orgUnitPath = 'foo';
- var arg_allowPlus = true;
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
@@ -10346,10 +10334,6 @@
}
}
unittest.expect(
- queryMap["allowPlus"]!.first,
- unittest.equals("$arg_allowPlus"),
- );
- unittest.expect(
queryMap["fields"]!.first,
unittest.equals(arg_$fields),
);
@@ -10362,7 +10346,7 @@
}), true);
final response = await res.patch(
arg_request, arg_customerId, arg_orgUnitPath,
- allowPlus: arg_allowPlus, $fields: arg_$fields);
+ $fields: arg_$fields);
checkOrgUnit(response as api.OrgUnit);
});
@@ -10372,7 +10356,6 @@
var arg_request = buildOrgUnit();
var arg_customerId = 'foo';
var arg_orgUnitPath = 'foo';
- var arg_allowPlus = true;
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
@@ -10425,10 +10408,6 @@
}
}
unittest.expect(
- queryMap["allowPlus"]!.first,
- unittest.equals("$arg_allowPlus"),
- );
- unittest.expect(
queryMap["fields"]!.first,
unittest.equals(arg_$fields),
);
@@ -10441,7 +10420,7 @@
}), true);
final response = await res.update(
arg_request, arg_customerId, arg_orgUnitPath,
- allowPlus: arg_allowPlus, $fields: arg_$fields);
+ $fields: arg_$fields);
checkOrgUnit(response as api.OrgUnit);
});
});
diff --git a/generated/googleapis/test/admin/reports_v1_test.dart b/generated/googleapis/test/admin/reports_v1_test.dart
index 312b514..921e544 100644
--- a/generated/googleapis/test/admin/reports_v1_test.dart
+++ b/generated/googleapis/test/admin/reports_v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Activity> buildUnnamed6219() {
+core.List<api.Activity> buildUnnamed6270() {
var o = <api.Activity>[];
o.add(buildActivity());
o.add(buildActivity());
return o;
}
-void checkUnnamed6219(core.List<api.Activity> o) {
+void checkUnnamed6270(core.List<api.Activity> o) {
unittest.expect(o, unittest.hasLength(2));
checkActivity(o[0] as api.Activity);
checkActivity(o[1] as api.Activity);
@@ -46,7 +46,7 @@
buildCounterActivities++;
if (buildCounterActivities < 3) {
o.etag = 'foo';
- o.items = buildUnnamed6219();
+ o.items = buildUnnamed6270();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -61,7 +61,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed6219(o.items!);
+ checkUnnamed6270(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -111,14 +111,14 @@
buildCounterActivityActor--;
}
-core.List<api.NestedParameter> buildUnnamed6220() {
+core.List<api.NestedParameter> buildUnnamed6271() {
var o = <api.NestedParameter>[];
o.add(buildNestedParameter());
o.add(buildNestedParameter());
return o;
}
-void checkUnnamed6220(core.List<api.NestedParameter> o) {
+void checkUnnamed6271(core.List<api.NestedParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkNestedParameter(o[0] as api.NestedParameter);
checkNestedParameter(o[1] as api.NestedParameter);
@@ -130,7 +130,7 @@
var o = api.ActivityEventsParametersMessageValue();
buildCounterActivityEventsParametersMessageValue++;
if (buildCounterActivityEventsParametersMessageValue < 3) {
- o.parameter = buildUnnamed6220();
+ o.parameter = buildUnnamed6271();
}
buildCounterActivityEventsParametersMessageValue--;
return o;
@@ -140,19 +140,19 @@
api.ActivityEventsParametersMessageValue o) {
buildCounterActivityEventsParametersMessageValue++;
if (buildCounterActivityEventsParametersMessageValue < 3) {
- checkUnnamed6220(o.parameter!);
+ checkUnnamed6271(o.parameter!);
}
buildCounterActivityEventsParametersMessageValue--;
}
-core.List<core.String> buildUnnamed6221() {
+core.List<core.String> buildUnnamed6272() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6221(core.List<core.String> o) {
+void checkUnnamed6272(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -164,14 +164,14 @@
);
}
-core.List<api.NestedParameter> buildUnnamed6222() {
+core.List<api.NestedParameter> buildUnnamed6273() {
var o = <api.NestedParameter>[];
o.add(buildNestedParameter());
o.add(buildNestedParameter());
return o;
}
-void checkUnnamed6222(core.List<api.NestedParameter> o) {
+void checkUnnamed6273(core.List<api.NestedParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkNestedParameter(o[0] as api.NestedParameter);
checkNestedParameter(o[1] as api.NestedParameter);
@@ -183,7 +183,7 @@
var o = api.ActivityEventsParametersMultiMessageValue();
buildCounterActivityEventsParametersMultiMessageValue++;
if (buildCounterActivityEventsParametersMultiMessageValue < 3) {
- o.parameter = buildUnnamed6222();
+ o.parameter = buildUnnamed6273();
}
buildCounterActivityEventsParametersMultiMessageValue--;
return o;
@@ -193,19 +193,19 @@
api.ActivityEventsParametersMultiMessageValue o) {
buildCounterActivityEventsParametersMultiMessageValue++;
if (buildCounterActivityEventsParametersMultiMessageValue < 3) {
- checkUnnamed6222(o.parameter!);
+ checkUnnamed6273(o.parameter!);
}
buildCounterActivityEventsParametersMultiMessageValue--;
}
-core.List<api.ActivityEventsParametersMultiMessageValue> buildUnnamed6223() {
+core.List<api.ActivityEventsParametersMultiMessageValue> buildUnnamed6274() {
var o = <api.ActivityEventsParametersMultiMessageValue>[];
o.add(buildActivityEventsParametersMultiMessageValue());
o.add(buildActivityEventsParametersMultiMessageValue());
return o;
}
-void checkUnnamed6223(
+void checkUnnamed6274(
core.List<api.ActivityEventsParametersMultiMessageValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkActivityEventsParametersMultiMessageValue(
@@ -214,14 +214,14 @@
o[1] as api.ActivityEventsParametersMultiMessageValue);
}
-core.List<core.String> buildUnnamed6224() {
+core.List<core.String> buildUnnamed6275() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6224(core.List<core.String> o) {
+void checkUnnamed6275(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -241,9 +241,9 @@
o.boolValue = true;
o.intValue = 'foo';
o.messageValue = buildActivityEventsParametersMessageValue();
- o.multiIntValue = buildUnnamed6221();
- o.multiMessageValue = buildUnnamed6223();
- o.multiValue = buildUnnamed6224();
+ o.multiIntValue = buildUnnamed6272();
+ o.multiMessageValue = buildUnnamed6274();
+ o.multiValue = buildUnnamed6275();
o.name = 'foo';
o.value = 'foo';
}
@@ -261,9 +261,9 @@
);
checkActivityEventsParametersMessageValue(
o.messageValue! as api.ActivityEventsParametersMessageValue);
- checkUnnamed6221(o.multiIntValue!);
- checkUnnamed6223(o.multiMessageValue!);
- checkUnnamed6224(o.multiValue!);
+ checkUnnamed6272(o.multiIntValue!);
+ checkUnnamed6274(o.multiMessageValue!);
+ checkUnnamed6275(o.multiValue!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -276,14 +276,14 @@
buildCounterActivityEventsParameters--;
}
-core.List<api.ActivityEventsParameters> buildUnnamed6225() {
+core.List<api.ActivityEventsParameters> buildUnnamed6276() {
var o = <api.ActivityEventsParameters>[];
o.add(buildActivityEventsParameters());
o.add(buildActivityEventsParameters());
return o;
}
-void checkUnnamed6225(core.List<api.ActivityEventsParameters> o) {
+void checkUnnamed6276(core.List<api.ActivityEventsParameters> o) {
unittest.expect(o, unittest.hasLength(2));
checkActivityEventsParameters(o[0] as api.ActivityEventsParameters);
checkActivityEventsParameters(o[1] as api.ActivityEventsParameters);
@@ -295,7 +295,7 @@
buildCounterActivityEvents++;
if (buildCounterActivityEvents < 3) {
o.name = 'foo';
- o.parameters = buildUnnamed6225();
+ o.parameters = buildUnnamed6276();
o.type = 'foo';
}
buildCounterActivityEvents--;
@@ -309,7 +309,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6225(o.parameters!);
+ checkUnnamed6276(o.parameters!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -318,14 +318,14 @@
buildCounterActivityEvents--;
}
-core.List<api.ActivityEvents> buildUnnamed6226() {
+core.List<api.ActivityEvents> buildUnnamed6277() {
var o = <api.ActivityEvents>[];
o.add(buildActivityEvents());
o.add(buildActivityEvents());
return o;
}
-void checkUnnamed6226(core.List<api.ActivityEvents> o) {
+void checkUnnamed6277(core.List<api.ActivityEvents> o) {
unittest.expect(o, unittest.hasLength(2));
checkActivityEvents(o[0] as api.ActivityEvents);
checkActivityEvents(o[1] as api.ActivityEvents);
@@ -375,7 +375,7 @@
if (buildCounterActivity < 3) {
o.actor = buildActivityActor();
o.etag = 'foo';
- o.events = buildUnnamed6226();
+ o.events = buildUnnamed6277();
o.id = buildActivityId();
o.ipAddress = 'foo';
o.kind = 'foo';
@@ -393,7 +393,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed6226(o.events!);
+ checkUnnamed6277(o.events!);
checkActivityId(o.id! as api.ActivityId);
unittest.expect(
o.ipAddress!,
@@ -411,14 +411,14 @@
buildCounterActivity--;
}
-core.Map<core.String, core.String> buildUnnamed6227() {
+core.Map<core.String, core.String> buildUnnamed6278() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6227(core.Map<core.String, core.String> o) {
+void checkUnnamed6278(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -439,7 +439,7 @@
o.expiration = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.params = buildUnnamed6227();
+ o.params = buildUnnamed6278();
o.payload = true;
o.resourceId = 'foo';
o.resourceUri = 'foo';
@@ -469,7 +469,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed6227(o.params!);
+ checkUnnamed6278(o.params!);
unittest.expect(o.payload!, unittest.isTrue);
unittest.expect(
o.resourceId!,
@@ -491,27 +491,27 @@
buildCounterChannel--;
}
-core.List<core.bool> buildUnnamed6228() {
+core.List<core.bool> buildUnnamed6279() {
var o = <core.bool>[];
o.add(true);
o.add(true);
return o;
}
-void checkUnnamed6228(core.List<core.bool> o) {
+void checkUnnamed6279(core.List<core.bool> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.isTrue);
unittest.expect(o[1], unittest.isTrue);
}
-core.List<core.String> buildUnnamed6229() {
+core.List<core.String> buildUnnamed6280() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6229(core.List<core.String> o) {
+void checkUnnamed6280(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -523,14 +523,14 @@
);
}
-core.List<core.String> buildUnnamed6230() {
+core.List<core.String> buildUnnamed6281() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6230(core.List<core.String> o) {
+void checkUnnamed6281(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -549,9 +549,9 @@
if (buildCounterNestedParameter < 3) {
o.boolValue = true;
o.intValue = 'foo';
- o.multiBoolValue = buildUnnamed6228();
- o.multiIntValue = buildUnnamed6229();
- o.multiValue = buildUnnamed6230();
+ o.multiBoolValue = buildUnnamed6279();
+ o.multiIntValue = buildUnnamed6280();
+ o.multiValue = buildUnnamed6281();
o.name = 'foo';
o.value = 'foo';
}
@@ -567,9 +567,9 @@
o.intValue!,
unittest.equals('foo'),
);
- checkUnnamed6228(o.multiBoolValue!);
- checkUnnamed6229(o.multiIntValue!);
- checkUnnamed6230(o.multiValue!);
+ checkUnnamed6279(o.multiBoolValue!);
+ checkUnnamed6280(o.multiIntValue!);
+ checkUnnamed6281(o.multiValue!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -624,7 +624,7 @@
buildCounterUsageReportEntity--;
}
-core.Map<core.String, core.Object> buildUnnamed6231() {
+core.Map<core.String, core.Object> buildUnnamed6282() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -639,7 +639,7 @@
return o;
}
-void checkUnnamed6231(core.Map<core.String, core.Object> o) {
+void checkUnnamed6282(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -671,17 +671,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6232() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6283() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6231());
- o.add(buildUnnamed6231());
+ o.add(buildUnnamed6282());
+ o.add(buildUnnamed6282());
return o;
}
-void checkUnnamed6232(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6283(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6231(o[0]);
- checkUnnamed6231(o[1]);
+ checkUnnamed6282(o[0]);
+ checkUnnamed6282(o[1]);
}
core.int buildCounterUsageReportParameters = 0;
@@ -692,7 +692,7 @@
o.boolValue = true;
o.datetimeValue = core.DateTime.parse("2002-02-27T14:01:02");
o.intValue = 'foo';
- o.msgValue = buildUnnamed6232();
+ o.msgValue = buildUnnamed6283();
o.name = 'foo';
o.stringValue = 'foo';
}
@@ -712,7 +712,7 @@
o.intValue!,
unittest.equals('foo'),
);
- checkUnnamed6232(o.msgValue!);
+ checkUnnamed6283(o.msgValue!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -725,14 +725,14 @@
buildCounterUsageReportParameters--;
}
-core.List<api.UsageReportParameters> buildUnnamed6233() {
+core.List<api.UsageReportParameters> buildUnnamed6284() {
var o = <api.UsageReportParameters>[];
o.add(buildUsageReportParameters());
o.add(buildUsageReportParameters());
return o;
}
-void checkUnnamed6233(core.List<api.UsageReportParameters> o) {
+void checkUnnamed6284(core.List<api.UsageReportParameters> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsageReportParameters(o[0] as api.UsageReportParameters);
checkUsageReportParameters(o[1] as api.UsageReportParameters);
@@ -747,7 +747,7 @@
o.entity = buildUsageReportEntity();
o.etag = 'foo';
o.kind = 'foo';
- o.parameters = buildUnnamed6233();
+ o.parameters = buildUnnamed6284();
}
buildCounterUsageReport--;
return o;
@@ -769,19 +769,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed6233(o.parameters!);
+ checkUnnamed6284(o.parameters!);
}
buildCounterUsageReport--;
}
-core.List<api.UsageReport> buildUnnamed6234() {
+core.List<api.UsageReport> buildUnnamed6285() {
var o = <api.UsageReport>[];
o.add(buildUsageReport());
o.add(buildUsageReport());
return o;
}
-void checkUnnamed6234(core.List<api.UsageReport> o) {
+void checkUnnamed6285(core.List<api.UsageReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsageReport(o[0] as api.UsageReport);
checkUsageReport(o[1] as api.UsageReport);
@@ -814,14 +814,14 @@
buildCounterUsageReportsWarningsData--;
}
-core.List<api.UsageReportsWarningsData> buildUnnamed6235() {
+core.List<api.UsageReportsWarningsData> buildUnnamed6286() {
var o = <api.UsageReportsWarningsData>[];
o.add(buildUsageReportsWarningsData());
o.add(buildUsageReportsWarningsData());
return o;
}
-void checkUnnamed6235(core.List<api.UsageReportsWarningsData> o) {
+void checkUnnamed6286(core.List<api.UsageReportsWarningsData> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsageReportsWarningsData(o[0] as api.UsageReportsWarningsData);
checkUsageReportsWarningsData(o[1] as api.UsageReportsWarningsData);
@@ -833,7 +833,7 @@
buildCounterUsageReportsWarnings++;
if (buildCounterUsageReportsWarnings < 3) {
o.code = 'foo';
- o.data = buildUnnamed6235();
+ o.data = buildUnnamed6286();
o.message = 'foo';
}
buildCounterUsageReportsWarnings--;
@@ -847,7 +847,7 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed6235(o.data!);
+ checkUnnamed6286(o.data!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -856,14 +856,14 @@
buildCounterUsageReportsWarnings--;
}
-core.List<api.UsageReportsWarnings> buildUnnamed6236() {
+core.List<api.UsageReportsWarnings> buildUnnamed6287() {
var o = <api.UsageReportsWarnings>[];
o.add(buildUsageReportsWarnings());
o.add(buildUsageReportsWarnings());
return o;
}
-void checkUnnamed6236(core.List<api.UsageReportsWarnings> o) {
+void checkUnnamed6287(core.List<api.UsageReportsWarnings> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsageReportsWarnings(o[0] as api.UsageReportsWarnings);
checkUsageReportsWarnings(o[1] as api.UsageReportsWarnings);
@@ -877,8 +877,8 @@
o.etag = 'foo';
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.usageReports = buildUnnamed6234();
- o.warnings = buildUnnamed6236();
+ o.usageReports = buildUnnamed6285();
+ o.warnings = buildUnnamed6287();
}
buildCounterUsageReports--;
return o;
@@ -899,8 +899,8 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6234(o.usageReports!);
- checkUnnamed6236(o.warnings!);
+ checkUnnamed6285(o.usageReports!);
+ checkUnnamed6287(o.warnings!);
}
buildCounterUsageReports--;
}
diff --git a/generated/googleapis/test/admob/v1_test.dart b/generated/googleapis/test/admob/v1_test.dart
index e55cd7e..f937673 100644
--- a/generated/googleapis/test/admob/v1_test.dart
+++ b/generated/googleapis/test/admob/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed7602() {
+core.List<core.String> buildUnnamed7656() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7602(core.List<core.String> o) {
+void checkUnnamed7656(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -52,7 +52,7 @@
buildCounterAdUnit++;
if (buildCounterAdUnit < 3) {
o.adFormat = 'foo';
- o.adTypes = buildUnnamed7602();
+ o.adTypes = buildUnnamed7656();
o.adUnitId = 'foo';
o.appId = 'foo';
o.displayName = 'foo';
@@ -69,7 +69,7 @@
o.adFormat!,
unittest.equals('foo'),
);
- checkUnnamed7602(o.adTypes!);
+ checkUnnamed7656(o.adTypes!);
unittest.expect(
o.adUnitId!,
unittest.equals('foo'),
@@ -313,14 +313,14 @@
buildCounterGenerateNetworkReportResponse--;
}
-core.List<api.AdUnit> buildUnnamed7603() {
+core.List<api.AdUnit> buildUnnamed7657() {
var o = <api.AdUnit>[];
o.add(buildAdUnit());
o.add(buildAdUnit());
return o;
}
-void checkUnnamed7603(core.List<api.AdUnit> o) {
+void checkUnnamed7657(core.List<api.AdUnit> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdUnit(o[0] as api.AdUnit);
checkAdUnit(o[1] as api.AdUnit);
@@ -331,7 +331,7 @@
var o = api.ListAdUnitsResponse();
buildCounterListAdUnitsResponse++;
if (buildCounterListAdUnitsResponse < 3) {
- o.adUnits = buildUnnamed7603();
+ o.adUnits = buildUnnamed7657();
o.nextPageToken = 'foo';
}
buildCounterListAdUnitsResponse--;
@@ -341,7 +341,7 @@
void checkListAdUnitsResponse(api.ListAdUnitsResponse o) {
buildCounterListAdUnitsResponse++;
if (buildCounterListAdUnitsResponse < 3) {
- checkUnnamed7603(o.adUnits!);
+ checkUnnamed7657(o.adUnits!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -350,14 +350,14 @@
buildCounterListAdUnitsResponse--;
}
-core.List<api.App> buildUnnamed7604() {
+core.List<api.App> buildUnnamed7658() {
var o = <api.App>[];
o.add(buildApp());
o.add(buildApp());
return o;
}
-void checkUnnamed7604(core.List<api.App> o) {
+void checkUnnamed7658(core.List<api.App> o) {
unittest.expect(o, unittest.hasLength(2));
checkApp(o[0] as api.App);
checkApp(o[1] as api.App);
@@ -368,7 +368,7 @@
var o = api.ListAppsResponse();
buildCounterListAppsResponse++;
if (buildCounterListAppsResponse < 3) {
- o.apps = buildUnnamed7604();
+ o.apps = buildUnnamed7658();
o.nextPageToken = 'foo';
}
buildCounterListAppsResponse--;
@@ -378,7 +378,7 @@
void checkListAppsResponse(api.ListAppsResponse o) {
buildCounterListAppsResponse++;
if (buildCounterListAppsResponse < 3) {
- checkUnnamed7604(o.apps!);
+ checkUnnamed7658(o.apps!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -387,14 +387,14 @@
buildCounterListAppsResponse--;
}
-core.List<api.PublisherAccount> buildUnnamed7605() {
+core.List<api.PublisherAccount> buildUnnamed7659() {
var o = <api.PublisherAccount>[];
o.add(buildPublisherAccount());
o.add(buildPublisherAccount());
return o;
}
-void checkUnnamed7605(core.List<api.PublisherAccount> o) {
+void checkUnnamed7659(core.List<api.PublisherAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkPublisherAccount(o[0] as api.PublisherAccount);
checkPublisherAccount(o[1] as api.PublisherAccount);
@@ -405,7 +405,7 @@
var o = api.ListPublisherAccountsResponse();
buildCounterListPublisherAccountsResponse++;
if (buildCounterListPublisherAccountsResponse < 3) {
- o.account = buildUnnamed7605();
+ o.account = buildUnnamed7659();
o.nextPageToken = 'foo';
}
buildCounterListPublisherAccountsResponse--;
@@ -415,7 +415,7 @@
void checkListPublisherAccountsResponse(api.ListPublisherAccountsResponse o) {
buildCounterListPublisherAccountsResponse++;
if (buildCounterListPublisherAccountsResponse < 3) {
- checkUnnamed7605(o.account!);
+ checkUnnamed7659(o.account!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -451,14 +451,14 @@
buildCounterLocalizationSettings--;
}
-core.List<api.MediationReportSpecDimensionFilter> buildUnnamed7606() {
+core.List<api.MediationReportSpecDimensionFilter> buildUnnamed7660() {
var o = <api.MediationReportSpecDimensionFilter>[];
o.add(buildMediationReportSpecDimensionFilter());
o.add(buildMediationReportSpecDimensionFilter());
return o;
}
-void checkUnnamed7606(core.List<api.MediationReportSpecDimensionFilter> o) {
+void checkUnnamed7660(core.List<api.MediationReportSpecDimensionFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkMediationReportSpecDimensionFilter(
o[0] as api.MediationReportSpecDimensionFilter);
@@ -466,14 +466,14 @@
o[1] as api.MediationReportSpecDimensionFilter);
}
-core.List<core.String> buildUnnamed7607() {
+core.List<core.String> buildUnnamed7661() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7607(core.List<core.String> o) {
+void checkUnnamed7661(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -485,14 +485,14 @@
);
}
-core.List<core.String> buildUnnamed7608() {
+core.List<core.String> buildUnnamed7662() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7608(core.List<core.String> o) {
+void checkUnnamed7662(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -504,14 +504,14 @@
);
}
-core.List<api.MediationReportSpecSortCondition> buildUnnamed7609() {
+core.List<api.MediationReportSpecSortCondition> buildUnnamed7663() {
var o = <api.MediationReportSpecSortCondition>[];
o.add(buildMediationReportSpecSortCondition());
o.add(buildMediationReportSpecSortCondition());
return o;
}
-void checkUnnamed7609(core.List<api.MediationReportSpecSortCondition> o) {
+void checkUnnamed7663(core.List<api.MediationReportSpecSortCondition> o) {
unittest.expect(o, unittest.hasLength(2));
checkMediationReportSpecSortCondition(
o[0] as api.MediationReportSpecSortCondition);
@@ -525,12 +525,12 @@
buildCounterMediationReportSpec++;
if (buildCounterMediationReportSpec < 3) {
o.dateRange = buildDateRange();
- o.dimensionFilters = buildUnnamed7606();
- o.dimensions = buildUnnamed7607();
+ o.dimensionFilters = buildUnnamed7660();
+ o.dimensions = buildUnnamed7661();
o.localizationSettings = buildLocalizationSettings();
o.maxReportRows = 42;
- o.metrics = buildUnnamed7608();
- o.sortConditions = buildUnnamed7609();
+ o.metrics = buildUnnamed7662();
+ o.sortConditions = buildUnnamed7663();
o.timeZone = 'foo';
}
buildCounterMediationReportSpec--;
@@ -541,16 +541,16 @@
buildCounterMediationReportSpec++;
if (buildCounterMediationReportSpec < 3) {
checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed7606(o.dimensionFilters!);
- checkUnnamed7607(o.dimensions!);
+ checkUnnamed7660(o.dimensionFilters!);
+ checkUnnamed7661(o.dimensions!);
checkLocalizationSettings(
o.localizationSettings! as api.LocalizationSettings);
unittest.expect(
o.maxReportRows!,
unittest.equals(42),
);
- checkUnnamed7608(o.metrics!);
- checkUnnamed7609(o.sortConditions!);
+ checkUnnamed7662(o.metrics!);
+ checkUnnamed7663(o.sortConditions!);
unittest.expect(
o.timeZone!,
unittest.equals('foo'),
@@ -618,14 +618,14 @@
buildCounterMediationReportSpecSortCondition--;
}
-core.List<api.NetworkReportSpecDimensionFilter> buildUnnamed7610() {
+core.List<api.NetworkReportSpecDimensionFilter> buildUnnamed7664() {
var o = <api.NetworkReportSpecDimensionFilter>[];
o.add(buildNetworkReportSpecDimensionFilter());
o.add(buildNetworkReportSpecDimensionFilter());
return o;
}
-void checkUnnamed7610(core.List<api.NetworkReportSpecDimensionFilter> o) {
+void checkUnnamed7664(core.List<api.NetworkReportSpecDimensionFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkNetworkReportSpecDimensionFilter(
o[0] as api.NetworkReportSpecDimensionFilter);
@@ -633,14 +633,14 @@
o[1] as api.NetworkReportSpecDimensionFilter);
}
-core.List<core.String> buildUnnamed7611() {
+core.List<core.String> buildUnnamed7665() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7611(core.List<core.String> o) {
+void checkUnnamed7665(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -652,14 +652,14 @@
);
}
-core.List<core.String> buildUnnamed7612() {
+core.List<core.String> buildUnnamed7666() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7612(core.List<core.String> o) {
+void checkUnnamed7666(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -671,14 +671,14 @@
);
}
-core.List<api.NetworkReportSpecSortCondition> buildUnnamed7613() {
+core.List<api.NetworkReportSpecSortCondition> buildUnnamed7667() {
var o = <api.NetworkReportSpecSortCondition>[];
o.add(buildNetworkReportSpecSortCondition());
o.add(buildNetworkReportSpecSortCondition());
return o;
}
-void checkUnnamed7613(core.List<api.NetworkReportSpecSortCondition> o) {
+void checkUnnamed7667(core.List<api.NetworkReportSpecSortCondition> o) {
unittest.expect(o, unittest.hasLength(2));
checkNetworkReportSpecSortCondition(
o[0] as api.NetworkReportSpecSortCondition);
@@ -692,12 +692,12 @@
buildCounterNetworkReportSpec++;
if (buildCounterNetworkReportSpec < 3) {
o.dateRange = buildDateRange();
- o.dimensionFilters = buildUnnamed7610();
- o.dimensions = buildUnnamed7611();
+ o.dimensionFilters = buildUnnamed7664();
+ o.dimensions = buildUnnamed7665();
o.localizationSettings = buildLocalizationSettings();
o.maxReportRows = 42;
- o.metrics = buildUnnamed7612();
- o.sortConditions = buildUnnamed7613();
+ o.metrics = buildUnnamed7666();
+ o.sortConditions = buildUnnamed7667();
o.timeZone = 'foo';
}
buildCounterNetworkReportSpec--;
@@ -708,16 +708,16 @@
buildCounterNetworkReportSpec++;
if (buildCounterNetworkReportSpec < 3) {
checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed7610(o.dimensionFilters!);
- checkUnnamed7611(o.dimensions!);
+ checkUnnamed7664(o.dimensionFilters!);
+ checkUnnamed7665(o.dimensions!);
checkLocalizationSettings(
o.localizationSettings! as api.LocalizationSettings);
unittest.expect(
o.maxReportRows!,
unittest.equals(42),
);
- checkUnnamed7612(o.metrics!);
- checkUnnamed7613(o.sortConditions!);
+ checkUnnamed7666(o.metrics!);
+ checkUnnamed7667(o.sortConditions!);
unittest.expect(
o.timeZone!,
unittest.equals('foo'),
@@ -820,14 +820,14 @@
buildCounterPublisherAccount--;
}
-core.List<api.ReportWarning> buildUnnamed7614() {
+core.List<api.ReportWarning> buildUnnamed7668() {
var o = <api.ReportWarning>[];
o.add(buildReportWarning());
o.add(buildReportWarning());
return o;
}
-void checkUnnamed7614(core.List<api.ReportWarning> o) {
+void checkUnnamed7668(core.List<api.ReportWarning> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportWarning(o[0] as api.ReportWarning);
checkReportWarning(o[1] as api.ReportWarning);
@@ -839,7 +839,7 @@
buildCounterReportFooter++;
if (buildCounterReportFooter < 3) {
o.matchingRowCount = 'foo';
- o.warnings = buildUnnamed7614();
+ o.warnings = buildUnnamed7668();
}
buildCounterReportFooter--;
return o;
@@ -852,7 +852,7 @@
o.matchingRowCount!,
unittest.equals('foo'),
);
- checkUnnamed7614(o.warnings!);
+ checkUnnamed7668(o.warnings!);
}
buildCounterReportFooter--;
}
@@ -884,27 +884,27 @@
buildCounterReportHeader--;
}
-core.Map<core.String, api.ReportRowDimensionValue> buildUnnamed7615() {
+core.Map<core.String, api.ReportRowDimensionValue> buildUnnamed7669() {
var o = <core.String, api.ReportRowDimensionValue>{};
o['x'] = buildReportRowDimensionValue();
o['y'] = buildReportRowDimensionValue();
return o;
}
-void checkUnnamed7615(core.Map<core.String, api.ReportRowDimensionValue> o) {
+void checkUnnamed7669(core.Map<core.String, api.ReportRowDimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportRowDimensionValue(o['x']! as api.ReportRowDimensionValue);
checkReportRowDimensionValue(o['y']! as api.ReportRowDimensionValue);
}
-core.Map<core.String, api.ReportRowMetricValue> buildUnnamed7616() {
+core.Map<core.String, api.ReportRowMetricValue> buildUnnamed7670() {
var o = <core.String, api.ReportRowMetricValue>{};
o['x'] = buildReportRowMetricValue();
o['y'] = buildReportRowMetricValue();
return o;
}
-void checkUnnamed7616(core.Map<core.String, api.ReportRowMetricValue> o) {
+void checkUnnamed7670(core.Map<core.String, api.ReportRowMetricValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportRowMetricValue(o['x']! as api.ReportRowMetricValue);
checkReportRowMetricValue(o['y']! as api.ReportRowMetricValue);
@@ -915,8 +915,8 @@
var o = api.ReportRow();
buildCounterReportRow++;
if (buildCounterReportRow < 3) {
- o.dimensionValues = buildUnnamed7615();
- o.metricValues = buildUnnamed7616();
+ o.dimensionValues = buildUnnamed7669();
+ o.metricValues = buildUnnamed7670();
}
buildCounterReportRow--;
return o;
@@ -925,8 +925,8 @@
void checkReportRow(api.ReportRow o) {
buildCounterReportRow++;
if (buildCounterReportRow < 3) {
- checkUnnamed7615(o.dimensionValues!);
- checkUnnamed7616(o.metricValues!);
+ checkUnnamed7669(o.dimensionValues!);
+ checkUnnamed7670(o.metricValues!);
}
buildCounterReportRow--;
}
@@ -1017,14 +1017,14 @@
buildCounterReportWarning--;
}
-core.List<core.String> buildUnnamed7617() {
+core.List<core.String> buildUnnamed7671() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7617(core.List<core.String> o) {
+void checkUnnamed7671(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1041,7 +1041,7 @@
var o = api.StringList();
buildCounterStringList++;
if (buildCounterStringList < 3) {
- o.values = buildUnnamed7617();
+ o.values = buildUnnamed7671();
}
buildCounterStringList--;
return o;
@@ -1050,7 +1050,7 @@
void checkStringList(api.StringList o) {
buildCounterStringList++;
if (buildCounterStringList < 3) {
- checkUnnamed7617(o.values!);
+ checkUnnamed7671(o.values!);
}
buildCounterStringList--;
}
diff --git a/generated/googleapis/test/adsense/v1_4_test.dart b/generated/googleapis/test/adsense/v1_4_test.dart
index 6f20d0a..39e6fd1 100644
--- a/generated/googleapis/test/adsense/v1_4_test.dart
+++ b/generated/googleapis/test/adsense/v1_4_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Account> buildUnnamed4924() {
+core.List<api.Account> buildUnnamed4967() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed4924(core.List<api.Account> o) {
+void checkUnnamed4967(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -50,7 +50,7 @@
o.kind = 'foo';
o.name = 'foo';
o.premium = true;
- o.subAccounts = buildUnnamed4924();
+ o.subAccounts = buildUnnamed4967();
o.timezone = 'foo';
}
buildCounterAccount--;
@@ -77,7 +77,7 @@
unittest.equals('foo'),
);
unittest.expect(o.premium!, unittest.isTrue);
- checkUnnamed4924(o.subAccounts!);
+ checkUnnamed4967(o.subAccounts!);
unittest.expect(
o.timezone!,
unittest.equals('foo'),
@@ -86,14 +86,14 @@
buildCounterAccount--;
}
-core.List<api.Account> buildUnnamed4925() {
+core.List<api.Account> buildUnnamed4968() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed4925(core.List<api.Account> o) {
+void checkUnnamed4968(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -105,7 +105,7 @@
buildCounterAccounts++;
if (buildCounterAccounts < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4925();
+ o.items = buildUnnamed4968();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -120,7 +120,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4925(o.items!);
+ checkUnnamed4968(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -169,14 +169,14 @@
buildCounterAdClient--;
}
-core.List<api.AdClient> buildUnnamed4926() {
+core.List<api.AdClient> buildUnnamed4969() {
var o = <api.AdClient>[];
o.add(buildAdClient());
o.add(buildAdClient());
return o;
}
-void checkUnnamed4926(core.List<api.AdClient> o) {
+void checkUnnamed4969(core.List<api.AdClient> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdClient(o[0] as api.AdClient);
checkAdClient(o[1] as api.AdClient);
@@ -188,7 +188,7 @@
buildCounterAdClients++;
if (buildCounterAdClients < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4926();
+ o.items = buildUnnamed4969();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -203,7 +203,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4926(o.items!);
+ checkUnnamed4969(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -548,14 +548,14 @@
buildCounterAdUnit--;
}
-core.List<api.AdUnit> buildUnnamed4927() {
+core.List<api.AdUnit> buildUnnamed4970() {
var o = <api.AdUnit>[];
o.add(buildAdUnit());
o.add(buildAdUnit());
return o;
}
-void checkUnnamed4927(core.List<api.AdUnit> o) {
+void checkUnnamed4970(core.List<api.AdUnit> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdUnit(o[0] as api.AdUnit);
checkAdUnit(o[1] as api.AdUnit);
@@ -567,7 +567,7 @@
buildCounterAdUnits++;
if (buildCounterAdUnits < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4927();
+ o.items = buildUnnamed4970();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -582,7 +582,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4927(o.items!);
+ checkUnnamed4970(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -595,14 +595,14 @@
buildCounterAdUnits--;
}
-core.List<core.String> buildUnnamed4928() {
+core.List<core.String> buildUnnamed4971() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4928(core.List<core.String> o) {
+void checkUnnamed4971(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -648,14 +648,14 @@
buildCounterAdsenseReportsGenerateResponseHeaders--;
}
-core.List<api.AdsenseReportsGenerateResponseHeaders> buildUnnamed4929() {
+core.List<api.AdsenseReportsGenerateResponseHeaders> buildUnnamed4972() {
var o = <api.AdsenseReportsGenerateResponseHeaders>[];
o.add(buildAdsenseReportsGenerateResponseHeaders());
o.add(buildAdsenseReportsGenerateResponseHeaders());
return o;
}
-void checkUnnamed4929(core.List<api.AdsenseReportsGenerateResponseHeaders> o) {
+void checkUnnamed4972(core.List<api.AdsenseReportsGenerateResponseHeaders> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdsenseReportsGenerateResponseHeaders(
o[0] as api.AdsenseReportsGenerateResponseHeaders);
@@ -663,14 +663,14 @@
o[1] as api.AdsenseReportsGenerateResponseHeaders);
}
-core.List<core.String> buildUnnamed4930() {
+core.List<core.String> buildUnnamed4973() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4930(core.List<core.String> o) {
+void checkUnnamed4973(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -682,27 +682,27 @@
);
}
-core.List<core.List<core.String>> buildUnnamed4931() {
+core.List<core.List<core.String>> buildUnnamed4974() {
var o = <core.List<core.String>>[];
- o.add(buildUnnamed4930());
- o.add(buildUnnamed4930());
+ o.add(buildUnnamed4973());
+ o.add(buildUnnamed4973());
return o;
}
-void checkUnnamed4931(core.List<core.List<core.String>> o) {
+void checkUnnamed4974(core.List<core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4930(o[0]);
- checkUnnamed4930(o[1]);
+ checkUnnamed4973(o[0]);
+ checkUnnamed4973(o[1]);
}
-core.List<core.String> buildUnnamed4932() {
+core.List<core.String> buildUnnamed4975() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4932(core.List<core.String> o) {
+void checkUnnamed4975(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -714,14 +714,14 @@
);
}
-core.List<core.String> buildUnnamed4933() {
+core.List<core.String> buildUnnamed4976() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4933(core.List<core.String> o) {
+void checkUnnamed4976(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -738,15 +738,15 @@
var o = api.AdsenseReportsGenerateResponse();
buildCounterAdsenseReportsGenerateResponse++;
if (buildCounterAdsenseReportsGenerateResponse < 3) {
- o.averages = buildUnnamed4928();
+ o.averages = buildUnnamed4971();
o.endDate = 'foo';
- o.headers = buildUnnamed4929();
+ o.headers = buildUnnamed4972();
o.kind = 'foo';
- o.rows = buildUnnamed4931();
+ o.rows = buildUnnamed4974();
o.startDate = 'foo';
o.totalMatchedRows = 'foo';
- o.totals = buildUnnamed4932();
- o.warnings = buildUnnamed4933();
+ o.totals = buildUnnamed4975();
+ o.warnings = buildUnnamed4976();
}
buildCounterAdsenseReportsGenerateResponse--;
return o;
@@ -755,17 +755,17 @@
void checkAdsenseReportsGenerateResponse(api.AdsenseReportsGenerateResponse o) {
buildCounterAdsenseReportsGenerateResponse++;
if (buildCounterAdsenseReportsGenerateResponse < 3) {
- checkUnnamed4928(o.averages!);
+ checkUnnamed4971(o.averages!);
unittest.expect(
o.endDate!,
unittest.equals('foo'),
);
- checkUnnamed4929(o.headers!);
+ checkUnnamed4972(o.headers!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4931(o.rows!);
+ checkUnnamed4974(o.rows!);
unittest.expect(
o.startDate!,
unittest.equals('foo'),
@@ -774,8 +774,8 @@
o.totalMatchedRows!,
unittest.equals('foo'),
);
- checkUnnamed4932(o.totals!);
- checkUnnamed4933(o.warnings!);
+ checkUnnamed4975(o.totals!);
+ checkUnnamed4976(o.warnings!);
}
buildCounterAdsenseReportsGenerateResponse--;
}
@@ -824,14 +824,14 @@
buildCounterAlert--;
}
-core.List<api.Alert> buildUnnamed4934() {
+core.List<api.Alert> buildUnnamed4977() {
var o = <api.Alert>[];
o.add(buildAlert());
o.add(buildAlert());
return o;
}
-void checkUnnamed4934(core.List<api.Alert> o) {
+void checkUnnamed4977(core.List<api.Alert> o) {
unittest.expect(o, unittest.hasLength(2));
checkAlert(o[0] as api.Alert);
checkAlert(o[1] as api.Alert);
@@ -842,7 +842,7 @@
var o = api.Alerts();
buildCounterAlerts++;
if (buildCounterAlerts < 3) {
- o.items = buildUnnamed4934();
+ o.items = buildUnnamed4977();
o.kind = 'foo';
}
buildCounterAlerts--;
@@ -852,7 +852,7 @@
void checkAlerts(api.Alerts o) {
buildCounterAlerts++;
if (buildCounterAlerts < 3) {
- checkUnnamed4934(o.items!);
+ checkUnnamed4977(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -938,14 +938,14 @@
buildCounterCustomChannel--;
}
-core.List<api.CustomChannel> buildUnnamed4935() {
+core.List<api.CustomChannel> buildUnnamed4978() {
var o = <api.CustomChannel>[];
o.add(buildCustomChannel());
o.add(buildCustomChannel());
return o;
}
-void checkUnnamed4935(core.List<api.CustomChannel> o) {
+void checkUnnamed4978(core.List<api.CustomChannel> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomChannel(o[0] as api.CustomChannel);
checkCustomChannel(o[1] as api.CustomChannel);
@@ -957,7 +957,7 @@
buildCounterCustomChannels++;
if (buildCounterCustomChannels < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4935();
+ o.items = buildUnnamed4978();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -972,7 +972,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4935(o.items!);
+ checkUnnamed4978(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -985,14 +985,14 @@
buildCounterCustomChannels--;
}
-core.List<api.ReportingMetadataEntry> buildUnnamed4936() {
+core.List<api.ReportingMetadataEntry> buildUnnamed4979() {
var o = <api.ReportingMetadataEntry>[];
o.add(buildReportingMetadataEntry());
o.add(buildReportingMetadataEntry());
return o;
}
-void checkUnnamed4936(core.List<api.ReportingMetadataEntry> o) {
+void checkUnnamed4979(core.List<api.ReportingMetadataEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportingMetadataEntry(o[0] as api.ReportingMetadataEntry);
checkReportingMetadataEntry(o[1] as api.ReportingMetadataEntry);
@@ -1003,7 +1003,7 @@
var o = api.Metadata();
buildCounterMetadata++;
if (buildCounterMetadata < 3) {
- o.items = buildUnnamed4936();
+ o.items = buildUnnamed4979();
o.kind = 'foo';
}
buildCounterMetadata--;
@@ -1013,7 +1013,7 @@
void checkMetadata(api.Metadata o) {
buildCounterMetadata++;
if (buildCounterMetadata < 3) {
- checkUnnamed4936(o.items!);
+ checkUnnamed4979(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1064,14 +1064,14 @@
buildCounterPayment--;
}
-core.List<api.Payment> buildUnnamed4937() {
+core.List<api.Payment> buildUnnamed4980() {
var o = <api.Payment>[];
o.add(buildPayment());
o.add(buildPayment());
return o;
}
-void checkUnnamed4937(core.List<api.Payment> o) {
+void checkUnnamed4980(core.List<api.Payment> o) {
unittest.expect(o, unittest.hasLength(2));
checkPayment(o[0] as api.Payment);
checkPayment(o[1] as api.Payment);
@@ -1082,7 +1082,7 @@
var o = api.Payments();
buildCounterPayments++;
if (buildCounterPayments < 3) {
- o.items = buildUnnamed4937();
+ o.items = buildUnnamed4980();
o.kind = 'foo';
}
buildCounterPayments--;
@@ -1092,7 +1092,7 @@
void checkPayments(api.Payments o) {
buildCounterPayments++;
if (buildCounterPayments < 3) {
- checkUnnamed4937(o.items!);
+ checkUnnamed4980(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1101,14 +1101,14 @@
buildCounterPayments--;
}
-core.List<core.String> buildUnnamed4938() {
+core.List<core.String> buildUnnamed4981() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4938(core.List<core.String> o) {
+void checkUnnamed4981(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1120,14 +1120,14 @@
);
}
-core.List<core.String> buildUnnamed4939() {
+core.List<core.String> buildUnnamed4982() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4939(core.List<core.String> o) {
+void checkUnnamed4982(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1139,14 +1139,14 @@
);
}
-core.List<core.String> buildUnnamed4940() {
+core.List<core.String> buildUnnamed4983() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4940(core.List<core.String> o) {
+void checkUnnamed4983(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1158,14 +1158,14 @@
);
}
-core.List<core.String> buildUnnamed4941() {
+core.List<core.String> buildUnnamed4984() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4941(core.List<core.String> o) {
+void checkUnnamed4984(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1177,14 +1177,14 @@
);
}
-core.List<core.String> buildUnnamed4942() {
+core.List<core.String> buildUnnamed4985() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4942(core.List<core.String> o) {
+void checkUnnamed4985(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1201,13 +1201,13 @@
var o = api.ReportingMetadataEntry();
buildCounterReportingMetadataEntry++;
if (buildCounterReportingMetadataEntry < 3) {
- o.compatibleDimensions = buildUnnamed4938();
- o.compatibleMetrics = buildUnnamed4939();
+ o.compatibleDimensions = buildUnnamed4981();
+ o.compatibleMetrics = buildUnnamed4982();
o.id = 'foo';
o.kind = 'foo';
- o.requiredDimensions = buildUnnamed4940();
- o.requiredMetrics = buildUnnamed4941();
- o.supportedProducts = buildUnnamed4942();
+ o.requiredDimensions = buildUnnamed4983();
+ o.requiredMetrics = buildUnnamed4984();
+ o.supportedProducts = buildUnnamed4985();
}
buildCounterReportingMetadataEntry--;
return o;
@@ -1216,8 +1216,8 @@
void checkReportingMetadataEntry(api.ReportingMetadataEntry o) {
buildCounterReportingMetadataEntry++;
if (buildCounterReportingMetadataEntry < 3) {
- checkUnnamed4938(o.compatibleDimensions!);
- checkUnnamed4939(o.compatibleMetrics!);
+ checkUnnamed4981(o.compatibleDimensions!);
+ checkUnnamed4982(o.compatibleMetrics!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -1226,9 +1226,9 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4940(o.requiredDimensions!);
- checkUnnamed4941(o.requiredMetrics!);
- checkUnnamed4942(o.supportedProducts!);
+ checkUnnamed4983(o.requiredDimensions!);
+ checkUnnamed4984(o.requiredMetrics!);
+ checkUnnamed4985(o.supportedProducts!);
}
buildCounterReportingMetadataEntry--;
}
@@ -1267,14 +1267,14 @@
buildCounterSavedAdStyle--;
}
-core.List<api.SavedAdStyle> buildUnnamed4943() {
+core.List<api.SavedAdStyle> buildUnnamed4986() {
var o = <api.SavedAdStyle>[];
o.add(buildSavedAdStyle());
o.add(buildSavedAdStyle());
return o;
}
-void checkUnnamed4943(core.List<api.SavedAdStyle> o) {
+void checkUnnamed4986(core.List<api.SavedAdStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkSavedAdStyle(o[0] as api.SavedAdStyle);
checkSavedAdStyle(o[1] as api.SavedAdStyle);
@@ -1286,7 +1286,7 @@
buildCounterSavedAdStyles++;
if (buildCounterSavedAdStyles < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4943();
+ o.items = buildUnnamed4986();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1301,7 +1301,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4943(o.items!);
+ checkUnnamed4986(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1346,14 +1346,14 @@
buildCounterSavedReport--;
}
-core.List<api.SavedReport> buildUnnamed4944() {
+core.List<api.SavedReport> buildUnnamed4987() {
var o = <api.SavedReport>[];
o.add(buildSavedReport());
o.add(buildSavedReport());
return o;
}
-void checkUnnamed4944(core.List<api.SavedReport> o) {
+void checkUnnamed4987(core.List<api.SavedReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkSavedReport(o[0] as api.SavedReport);
checkSavedReport(o[1] as api.SavedReport);
@@ -1365,7 +1365,7 @@
buildCounterSavedReports++;
if (buildCounterSavedReports < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4944();
+ o.items = buildUnnamed4987();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1380,7 +1380,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4944(o.items!);
+ checkUnnamed4987(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1425,14 +1425,14 @@
buildCounterUrlChannel--;
}
-core.List<api.UrlChannel> buildUnnamed4945() {
+core.List<api.UrlChannel> buildUnnamed4988() {
var o = <api.UrlChannel>[];
o.add(buildUrlChannel());
o.add(buildUrlChannel());
return o;
}
-void checkUnnamed4945(core.List<api.UrlChannel> o) {
+void checkUnnamed4988(core.List<api.UrlChannel> o) {
unittest.expect(o, unittest.hasLength(2));
checkUrlChannel(o[0] as api.UrlChannel);
checkUrlChannel(o[1] as api.UrlChannel);
@@ -1444,7 +1444,7 @@
buildCounterUrlChannels++;
if (buildCounterUrlChannels < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4945();
+ o.items = buildUnnamed4988();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1459,7 +1459,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4945(o.items!);
+ checkUnnamed4988(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1472,14 +1472,14 @@
buildCounterUrlChannels--;
}
-core.List<core.String> buildUnnamed4946() {
+core.List<core.String> buildUnnamed4989() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4946(core.List<core.String> o) {
+void checkUnnamed4989(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1491,14 +1491,14 @@
);
}
-core.List<core.String> buildUnnamed4947() {
+core.List<core.String> buildUnnamed4990() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4947(core.List<core.String> o) {
+void checkUnnamed4990(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1510,14 +1510,14 @@
);
}
-core.List<core.String> buildUnnamed4948() {
+core.List<core.String> buildUnnamed4991() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4948(core.List<core.String> o) {
+void checkUnnamed4991(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1529,14 +1529,14 @@
);
}
-core.List<core.String> buildUnnamed4949() {
+core.List<core.String> buildUnnamed4992() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4949(core.List<core.String> o) {
+void checkUnnamed4992(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1548,14 +1548,14 @@
);
}
-core.List<core.String> buildUnnamed4950() {
+core.List<core.String> buildUnnamed4993() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4950(core.List<core.String> o) {
+void checkUnnamed4993(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1567,14 +1567,14 @@
);
}
-core.List<core.String> buildUnnamed4951() {
+core.List<core.String> buildUnnamed4994() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4951(core.List<core.String> o) {
+void checkUnnamed4994(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1586,14 +1586,14 @@
);
}
-core.List<core.String> buildUnnamed4952() {
+core.List<core.String> buildUnnamed4995() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4952(core.List<core.String> o) {
+void checkUnnamed4995(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1605,14 +1605,14 @@
);
}
-core.List<core.String> buildUnnamed4953() {
+core.List<core.String> buildUnnamed4996() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4953(core.List<core.String> o) {
+void checkUnnamed4996(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1624,14 +1624,14 @@
);
}
-core.List<core.String> buildUnnamed4954() {
+core.List<core.String> buildUnnamed4997() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4954(core.List<core.String> o) {
+void checkUnnamed4997(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3242,12 +3242,12 @@
var arg_startDate = 'foo';
var arg_endDate = 'foo';
var arg_currency = 'foo';
- var arg_dimension = buildUnnamed4946();
- var arg_filter = buildUnnamed4947();
+ var arg_dimension = buildUnnamed4989();
+ var arg_filter = buildUnnamed4990();
var arg_locale = 'foo';
var arg_maxResults = 42;
- var arg_metric = buildUnnamed4948();
- var arg_sort = buildUnnamed4949();
+ var arg_metric = buildUnnamed4991();
+ var arg_sort = buildUnnamed4992();
var arg_startIndex = 42;
var arg_useTimezoneReporting = true;
var arg_$fields = 'foo';
@@ -4815,14 +4815,14 @@
var res = api.AdSenseApi(mock).reports;
var arg_startDate = 'foo';
var arg_endDate = 'foo';
- var arg_accountId = buildUnnamed4950();
+ var arg_accountId = buildUnnamed4993();
var arg_currency = 'foo';
- var arg_dimension = buildUnnamed4951();
- var arg_filter = buildUnnamed4952();
+ var arg_dimension = buildUnnamed4994();
+ var arg_filter = buildUnnamed4995();
var arg_locale = 'foo';
var arg_maxResults = 42;
- var arg_metric = buildUnnamed4953();
- var arg_sort = buildUnnamed4954();
+ var arg_metric = buildUnnamed4996();
+ var arg_sort = buildUnnamed4997();
var arg_startIndex = 42;
var arg_useTimezoneReporting = true;
var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/adsensehost/v4_1_test.dart b/generated/googleapis/test/adsensehost/v4_1_test.dart
index 30818c2..da00425 100644
--- a/generated/googleapis/test/adsensehost/v4_1_test.dart
+++ b/generated/googleapis/test/adsensehost/v4_1_test.dart
@@ -64,14 +64,14 @@
buildCounterAccount--;
}
-core.List<api.Account> buildUnnamed5629() {
+core.List<api.Account> buildUnnamed5680() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed5629(core.List<api.Account> o) {
+void checkUnnamed5680(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -83,7 +83,7 @@
buildCounterAccounts++;
if (buildCounterAccounts < 3) {
o.etag = 'foo';
- o.items = buildUnnamed5629();
+ o.items = buildUnnamed5680();
o.kind = 'foo';
}
buildCounterAccounts--;
@@ -97,7 +97,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5629(o.items!);
+ checkUnnamed5680(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -142,14 +142,14 @@
buildCounterAdClient--;
}
-core.List<api.AdClient> buildUnnamed5630() {
+core.List<api.AdClient> buildUnnamed5681() {
var o = <api.AdClient>[];
o.add(buildAdClient());
o.add(buildAdClient());
return o;
}
-void checkUnnamed5630(core.List<api.AdClient> o) {
+void checkUnnamed5681(core.List<api.AdClient> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdClient(o[0] as api.AdClient);
checkAdClient(o[1] as api.AdClient);
@@ -161,7 +161,7 @@
buildCounterAdClients++;
if (buildCounterAdClients < 3) {
o.etag = 'foo';
- o.items = buildUnnamed5630();
+ o.items = buildUnnamed5681();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -176,7 +176,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5630(o.items!);
+ checkUnnamed5681(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -467,14 +467,14 @@
buildCounterAdUnit--;
}
-core.List<api.AdUnit> buildUnnamed5631() {
+core.List<api.AdUnit> buildUnnamed5682() {
var o = <api.AdUnit>[];
o.add(buildAdUnit());
o.add(buildAdUnit());
return o;
}
-void checkUnnamed5631(core.List<api.AdUnit> o) {
+void checkUnnamed5682(core.List<api.AdUnit> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdUnit(o[0] as api.AdUnit);
checkAdUnit(o[1] as api.AdUnit);
@@ -486,7 +486,7 @@
buildCounterAdUnits++;
if (buildCounterAdUnits < 3) {
o.etag = 'foo';
- o.items = buildUnnamed5631();
+ o.items = buildUnnamed5682();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -501,7 +501,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5631(o.items!);
+ checkUnnamed5682(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -514,14 +514,14 @@
buildCounterAdUnits--;
}
-core.List<core.String> buildUnnamed5632() {
+core.List<core.String> buildUnnamed5683() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5632(core.List<core.String> o) {
+void checkUnnamed5683(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -541,7 +541,7 @@
o.accountId = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.productCodes = buildUnnamed5632();
+ o.productCodes = buildUnnamed5683();
o.redirectUrl = 'foo';
o.status = 'foo';
o.userLocale = 'foo';
@@ -567,7 +567,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5632(o.productCodes!);
+ checkUnnamed5683(o.productCodes!);
unittest.expect(
o.redirectUrl!,
unittest.equals('foo'),
@@ -629,14 +629,14 @@
buildCounterCustomChannel--;
}
-core.List<api.CustomChannel> buildUnnamed5633() {
+core.List<api.CustomChannel> buildUnnamed5684() {
var o = <api.CustomChannel>[];
o.add(buildCustomChannel());
o.add(buildCustomChannel());
return o;
}
-void checkUnnamed5633(core.List<api.CustomChannel> o) {
+void checkUnnamed5684(core.List<api.CustomChannel> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomChannel(o[0] as api.CustomChannel);
checkCustomChannel(o[1] as api.CustomChannel);
@@ -648,7 +648,7 @@
buildCounterCustomChannels++;
if (buildCounterCustomChannels < 3) {
o.etag = 'foo';
- o.items = buildUnnamed5633();
+ o.items = buildUnnamed5684();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -663,7 +663,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5633(o.items!);
+ checkUnnamed5684(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -676,14 +676,14 @@
buildCounterCustomChannels--;
}
-core.List<core.String> buildUnnamed5634() {
+core.List<core.String> buildUnnamed5685() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5634(core.List<core.String> o) {
+void checkUnnamed5685(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -727,27 +727,27 @@
buildCounterReportHeaders--;
}
-core.List<api.ReportHeaders> buildUnnamed5635() {
+core.List<api.ReportHeaders> buildUnnamed5686() {
var o = <api.ReportHeaders>[];
o.add(buildReportHeaders());
o.add(buildReportHeaders());
return o;
}
-void checkUnnamed5635(core.List<api.ReportHeaders> o) {
+void checkUnnamed5686(core.List<api.ReportHeaders> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportHeaders(o[0] as api.ReportHeaders);
checkReportHeaders(o[1] as api.ReportHeaders);
}
-core.List<core.String> buildUnnamed5636() {
+core.List<core.String> buildUnnamed5687() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5636(core.List<core.String> o) {
+void checkUnnamed5687(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -759,27 +759,27 @@
);
}
-core.List<core.List<core.String>> buildUnnamed5637() {
+core.List<core.List<core.String>> buildUnnamed5688() {
var o = <core.List<core.String>>[];
- o.add(buildUnnamed5636());
- o.add(buildUnnamed5636());
+ o.add(buildUnnamed5687());
+ o.add(buildUnnamed5687());
return o;
}
-void checkUnnamed5637(core.List<core.List<core.String>> o) {
+void checkUnnamed5688(core.List<core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5636(o[0]);
- checkUnnamed5636(o[1]);
+ checkUnnamed5687(o[0]);
+ checkUnnamed5687(o[1]);
}
-core.List<core.String> buildUnnamed5638() {
+core.List<core.String> buildUnnamed5689() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5638(core.List<core.String> o) {
+void checkUnnamed5689(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -791,14 +791,14 @@
);
}
-core.List<core.String> buildUnnamed5639() {
+core.List<core.String> buildUnnamed5690() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5639(core.List<core.String> o) {
+void checkUnnamed5690(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -815,13 +815,13 @@
var o = api.Report();
buildCounterReport++;
if (buildCounterReport < 3) {
- o.averages = buildUnnamed5634();
- o.headers = buildUnnamed5635();
+ o.averages = buildUnnamed5685();
+ o.headers = buildUnnamed5686();
o.kind = 'foo';
- o.rows = buildUnnamed5637();
+ o.rows = buildUnnamed5688();
o.totalMatchedRows = 'foo';
- o.totals = buildUnnamed5638();
- o.warnings = buildUnnamed5639();
+ o.totals = buildUnnamed5689();
+ o.warnings = buildUnnamed5690();
}
buildCounterReport--;
return o;
@@ -830,19 +830,19 @@
void checkReport(api.Report o) {
buildCounterReport++;
if (buildCounterReport < 3) {
- checkUnnamed5634(o.averages!);
- checkUnnamed5635(o.headers!);
+ checkUnnamed5685(o.averages!);
+ checkUnnamed5686(o.headers!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5637(o.rows!);
+ checkUnnamed5688(o.rows!);
unittest.expect(
o.totalMatchedRows!,
unittest.equals('foo'),
);
- checkUnnamed5638(o.totals!);
- checkUnnamed5639(o.warnings!);
+ checkUnnamed5689(o.totals!);
+ checkUnnamed5690(o.warnings!);
}
buildCounterReport--;
}
@@ -879,14 +879,14 @@
buildCounterUrlChannel--;
}
-core.List<api.UrlChannel> buildUnnamed5640() {
+core.List<api.UrlChannel> buildUnnamed5691() {
var o = <api.UrlChannel>[];
o.add(buildUrlChannel());
o.add(buildUrlChannel());
return o;
}
-void checkUnnamed5640(core.List<api.UrlChannel> o) {
+void checkUnnamed5691(core.List<api.UrlChannel> o) {
unittest.expect(o, unittest.hasLength(2));
checkUrlChannel(o[0] as api.UrlChannel);
checkUrlChannel(o[1] as api.UrlChannel);
@@ -898,7 +898,7 @@
buildCounterUrlChannels++;
if (buildCounterUrlChannels < 3) {
o.etag = 'foo';
- o.items = buildUnnamed5640();
+ o.items = buildUnnamed5691();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -913,7 +913,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5640(o.items!);
+ checkUnnamed5691(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -926,14 +926,14 @@
buildCounterUrlChannels--;
}
-core.List<core.String> buildUnnamed5641() {
+core.List<core.String> buildUnnamed5692() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5641(core.List<core.String> o) {
+void checkUnnamed5692(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -945,14 +945,14 @@
);
}
-core.List<core.String> buildUnnamed5642() {
+core.List<core.String> buildUnnamed5693() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5642(core.List<core.String> o) {
+void checkUnnamed5693(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -964,14 +964,14 @@
);
}
-core.List<core.String> buildUnnamed5643() {
+core.List<core.String> buildUnnamed5694() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5643(core.List<core.String> o) {
+void checkUnnamed5694(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -983,14 +983,14 @@
);
}
-core.List<core.String> buildUnnamed5644() {
+core.List<core.String> buildUnnamed5695() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5644(core.List<core.String> o) {
+void checkUnnamed5695(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1002,14 +1002,14 @@
);
}
-core.List<core.String> buildUnnamed5645() {
+core.List<core.String> buildUnnamed5696() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5645(core.List<core.String> o) {
+void checkUnnamed5696(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1021,14 +1021,14 @@
);
}
-core.List<core.String> buildUnnamed5646() {
+core.List<core.String> buildUnnamed5697() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5646(core.List<core.String> o) {
+void checkUnnamed5697(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1040,14 +1040,14 @@
);
}
-core.List<core.String> buildUnnamed5647() {
+core.List<core.String> buildUnnamed5698() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5647(core.List<core.String> o) {
+void checkUnnamed5698(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1059,14 +1059,14 @@
);
}
-core.List<core.String> buildUnnamed5648() {
+core.List<core.String> buildUnnamed5699() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5648(core.List<core.String> o) {
+void checkUnnamed5699(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1078,14 +1078,14 @@
);
}
-core.List<core.String> buildUnnamed5649() {
+core.List<core.String> buildUnnamed5700() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5649(core.List<core.String> o) {
+void checkUnnamed5700(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1097,14 +1097,14 @@
);
}
-core.List<core.String> buildUnnamed5650() {
+core.List<core.String> buildUnnamed5701() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5650(core.List<core.String> o) {
+void checkUnnamed5701(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1116,14 +1116,14 @@
);
}
-core.List<core.String> buildUnnamed5651() {
+core.List<core.String> buildUnnamed5702() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5651(core.List<core.String> o) {
+void checkUnnamed5702(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1404,7 +1404,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.AdSenseHostApi(mock).accounts;
- var arg_filterAdClientId = buildUnnamed5641();
+ var arg_filterAdClientId = buildUnnamed5692();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -1821,7 +1821,7 @@
var arg_accountId = 'foo';
var arg_adClientId = 'foo';
var arg_adUnitId = 'foo';
- var arg_hostCustomChannelId = buildUnnamed5642();
+ var arg_hostCustomChannelId = buildUnnamed5693();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -2315,12 +2315,12 @@
var arg_accountId = 'foo';
var arg_startDate = 'foo';
var arg_endDate = 'foo';
- var arg_dimension = buildUnnamed5643();
- var arg_filter = buildUnnamed5644();
+ var arg_dimension = buildUnnamed5694();
+ var arg_filter = buildUnnamed5695();
var arg_locale = 'foo';
var arg_maxResults = 42;
- var arg_metric = buildUnnamed5645();
- var arg_sort = buildUnnamed5646();
+ var arg_metric = buildUnnamed5696();
+ var arg_sort = buildUnnamed5697();
var arg_startIndex = 42;
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -2570,7 +2570,7 @@
unittest.test('method--start', () async {
var mock = HttpServerMock();
var res = api.AdSenseHostApi(mock).associationsessions;
- var arg_productCode = buildUnnamed5647();
+ var arg_productCode = buildUnnamed5698();
var arg_websiteUrl = 'foo';
var arg_callbackUrl = 'foo';
var arg_userLocale = 'foo';
@@ -3193,12 +3193,12 @@
var res = api.AdSenseHostApi(mock).reports;
var arg_startDate = 'foo';
var arg_endDate = 'foo';
- var arg_dimension = buildUnnamed5648();
- var arg_filter = buildUnnamed5649();
+ var arg_dimension = buildUnnamed5699();
+ var arg_filter = buildUnnamed5700();
var arg_locale = 'foo';
var arg_maxResults = 42;
- var arg_metric = buildUnnamed5650();
- var arg_sort = buildUnnamed5651();
+ var arg_metric = buildUnnamed5701();
+ var arg_sort = buildUnnamed5702();
var arg_startIndex = 42;
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/analytics/v3_test.dart b/generated/googleapis/test/analytics/v3_test.dart
index 6163a87..a8a6e9b 100644
--- a/generated/googleapis/test/analytics/v3_test.dart
+++ b/generated/googleapis/test/analytics/v3_test.dart
@@ -54,14 +54,14 @@
buildCounterAccountChildLink--;
}
-core.List<core.String> buildUnnamed5731() {
+core.List<core.String> buildUnnamed5782() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5731(core.List<core.String> o) {
+void checkUnnamed5782(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -78,7 +78,7 @@
var o = api.AccountPermissions();
buildCounterAccountPermissions++;
if (buildCounterAccountPermissions < 3) {
- o.effective = buildUnnamed5731();
+ o.effective = buildUnnamed5782();
}
buildCounterAccountPermissions--;
return o;
@@ -87,7 +87,7 @@
void checkAccountPermissions(api.AccountPermissions o) {
buildCounterAccountPermissions++;
if (buildCounterAccountPermissions < 3) {
- checkUnnamed5731(o.effective!);
+ checkUnnamed5782(o.effective!);
}
buildCounterAccountPermissions--;
}
@@ -182,14 +182,14 @@
buildCounterAccountRef--;
}
-core.List<api.AccountSummary> buildUnnamed5732() {
+core.List<api.AccountSummary> buildUnnamed5783() {
var o = <api.AccountSummary>[];
o.add(buildAccountSummary());
o.add(buildAccountSummary());
return o;
}
-void checkUnnamed5732(core.List<api.AccountSummary> o) {
+void checkUnnamed5783(core.List<api.AccountSummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountSummary(o[0] as api.AccountSummary);
checkAccountSummary(o[1] as api.AccountSummary);
@@ -200,7 +200,7 @@
var o = api.AccountSummaries();
buildCounterAccountSummaries++;
if (buildCounterAccountSummaries < 3) {
- o.items = buildUnnamed5732();
+ o.items = buildUnnamed5783();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -216,7 +216,7 @@
void checkAccountSummaries(api.AccountSummaries o) {
buildCounterAccountSummaries++;
if (buildCounterAccountSummaries < 3) {
- checkUnnamed5732(o.items!);
+ checkUnnamed5783(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -249,14 +249,14 @@
buildCounterAccountSummaries--;
}
-core.List<api.WebPropertySummary> buildUnnamed5733() {
+core.List<api.WebPropertySummary> buildUnnamed5784() {
var o = <api.WebPropertySummary>[];
o.add(buildWebPropertySummary());
o.add(buildWebPropertySummary());
return o;
}
-void checkUnnamed5733(core.List<api.WebPropertySummary> o) {
+void checkUnnamed5784(core.List<api.WebPropertySummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebPropertySummary(o[0] as api.WebPropertySummary);
checkWebPropertySummary(o[1] as api.WebPropertySummary);
@@ -271,7 +271,7 @@
o.kind = 'foo';
o.name = 'foo';
o.starred = true;
- o.webProperties = buildUnnamed5733();
+ o.webProperties = buildUnnamed5784();
}
buildCounterAccountSummary--;
return o;
@@ -293,7 +293,7 @@
unittest.equals('foo'),
);
unittest.expect(o.starred!, unittest.isTrue);
- checkUnnamed5733(o.webProperties!);
+ checkUnnamed5784(o.webProperties!);
}
buildCounterAccountSummary--;
}
@@ -411,14 +411,14 @@
buildCounterAccountTreeResponse--;
}
-core.List<api.Account> buildUnnamed5734() {
+core.List<api.Account> buildUnnamed5785() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed5734(core.List<api.Account> o) {
+void checkUnnamed5785(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -429,7 +429,7 @@
var o = api.Accounts();
buildCounterAccounts++;
if (buildCounterAccounts < 3) {
- o.items = buildUnnamed5734();
+ o.items = buildUnnamed5785();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -445,7 +445,7 @@
void checkAccounts(api.Accounts o) {
buildCounterAccounts++;
if (buildCounterAccounts < 3) {
- checkUnnamed5734(o.items!);
+ checkUnnamed5785(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -507,14 +507,14 @@
buildCounterAdWordsAccount--;
}
-core.List<core.String> buildUnnamed5735() {
+core.List<core.String> buildUnnamed5786() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5735(core.List<core.String> o) {
+void checkUnnamed5786(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -532,7 +532,7 @@
var o = api.AnalyticsDataimportDeleteUploadDataRequest();
buildCounterAnalyticsDataimportDeleteUploadDataRequest++;
if (buildCounterAnalyticsDataimportDeleteUploadDataRequest < 3) {
- o.customDataImportUids = buildUnnamed5735();
+ o.customDataImportUids = buildUnnamed5786();
}
buildCounterAnalyticsDataimportDeleteUploadDataRequest--;
return o;
@@ -542,19 +542,19 @@
api.AnalyticsDataimportDeleteUploadDataRequest o) {
buildCounterAnalyticsDataimportDeleteUploadDataRequest++;
if (buildCounterAnalyticsDataimportDeleteUploadDataRequest < 3) {
- checkUnnamed5735(o.customDataImportUids!);
+ checkUnnamed5786(o.customDataImportUids!);
}
buildCounterAnalyticsDataimportDeleteUploadDataRequest--;
}
-core.Map<core.String, core.String> buildUnnamed5736() {
+core.Map<core.String, core.String> buildUnnamed5787() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5736(core.Map<core.String, core.String> o) {
+void checkUnnamed5787(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -571,7 +571,7 @@
var o = api.Column();
buildCounterColumn++;
if (buildCounterColumn < 3) {
- o.attributes = buildUnnamed5736();
+ o.attributes = buildUnnamed5787();
o.id = 'foo';
o.kind = 'foo';
}
@@ -582,7 +582,7 @@
void checkColumn(api.Column o) {
buildCounterColumn++;
if (buildCounterColumn < 3) {
- checkUnnamed5736(o.attributes!);
+ checkUnnamed5787(o.attributes!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -595,14 +595,14 @@
buildCounterColumn--;
}
-core.List<core.String> buildUnnamed5737() {
+core.List<core.String> buildUnnamed5788() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5737(core.List<core.String> o) {
+void checkUnnamed5788(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -614,14 +614,14 @@
);
}
-core.List<api.Column> buildUnnamed5738() {
+core.List<api.Column> buildUnnamed5789() {
var o = <api.Column>[];
o.add(buildColumn());
o.add(buildColumn());
return o;
}
-void checkUnnamed5738(core.List<api.Column> o) {
+void checkUnnamed5789(core.List<api.Column> o) {
unittest.expect(o, unittest.hasLength(2));
checkColumn(o[0] as api.Column);
checkColumn(o[1] as api.Column);
@@ -632,9 +632,9 @@
var o = api.Columns();
buildCounterColumns++;
if (buildCounterColumns < 3) {
- o.attributeNames = buildUnnamed5737();
+ o.attributeNames = buildUnnamed5788();
o.etag = 'foo';
- o.items = buildUnnamed5738();
+ o.items = buildUnnamed5789();
o.kind = 'foo';
o.totalResults = 42;
}
@@ -645,12 +645,12 @@
void checkColumns(api.Columns o) {
buildCounterColumns++;
if (buildCounterColumns < 3) {
- checkUnnamed5737(o.attributeNames!);
+ checkUnnamed5788(o.attributeNames!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5738(o.items!);
+ checkUnnamed5789(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -717,14 +717,14 @@
buildCounterCustomDataSourceParentLink--;
}
-core.List<core.String> buildUnnamed5739() {
+core.List<core.String> buildUnnamed5790() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5739(core.List<core.String> o) {
+void checkUnnamed5790(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -736,14 +736,14 @@
);
}
-core.List<core.String> buildUnnamed5740() {
+core.List<core.String> buildUnnamed5791() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5740(core.List<core.String> o) {
+void checkUnnamed5791(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -769,8 +769,8 @@
o.kind = 'foo';
o.name = 'foo';
o.parentLink = buildCustomDataSourceParentLink();
- o.profilesLinked = buildUnnamed5739();
- o.schema = buildUnnamed5740();
+ o.profilesLinked = buildUnnamed5790();
+ o.schema = buildUnnamed5791();
o.selfLink = 'foo';
o.type = 'foo';
o.updated = core.DateTime.parse("2002-02-27T14:01:02");
@@ -816,8 +816,8 @@
);
checkCustomDataSourceParentLink(
o.parentLink! as api.CustomDataSourceParentLink);
- checkUnnamed5739(o.profilesLinked!);
- checkUnnamed5740(o.schema!);
+ checkUnnamed5790(o.profilesLinked!);
+ checkUnnamed5791(o.schema!);
unittest.expect(
o.selfLink!,
unittest.equals('foo'),
@@ -842,14 +842,14 @@
buildCounterCustomDataSource--;
}
-core.List<api.CustomDataSource> buildUnnamed5741() {
+core.List<api.CustomDataSource> buildUnnamed5792() {
var o = <api.CustomDataSource>[];
o.add(buildCustomDataSource());
o.add(buildCustomDataSource());
return o;
}
-void checkUnnamed5741(core.List<api.CustomDataSource> o) {
+void checkUnnamed5792(core.List<api.CustomDataSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomDataSource(o[0] as api.CustomDataSource);
checkCustomDataSource(o[1] as api.CustomDataSource);
@@ -860,7 +860,7 @@
var o = api.CustomDataSources();
buildCounterCustomDataSources++;
if (buildCounterCustomDataSources < 3) {
- o.items = buildUnnamed5741();
+ o.items = buildUnnamed5792();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -876,7 +876,7 @@
void checkCustomDataSources(api.CustomDataSources o) {
buildCounterCustomDataSources++;
if (buildCounterCustomDataSources < 3) {
- checkUnnamed5741(o.items!);
+ checkUnnamed5792(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -1008,14 +1008,14 @@
buildCounterCustomDimension--;
}
-core.List<api.CustomDimension> buildUnnamed5742() {
+core.List<api.CustomDimension> buildUnnamed5793() {
var o = <api.CustomDimension>[];
o.add(buildCustomDimension());
o.add(buildCustomDimension());
return o;
}
-void checkUnnamed5742(core.List<api.CustomDimension> o) {
+void checkUnnamed5793(core.List<api.CustomDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomDimension(o[0] as api.CustomDimension);
checkCustomDimension(o[1] as api.CustomDimension);
@@ -1026,7 +1026,7 @@
var o = api.CustomDimensions();
buildCounterCustomDimensions++;
if (buildCounterCustomDimensions < 3) {
- o.items = buildUnnamed5742();
+ o.items = buildUnnamed5793();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -1042,7 +1042,7 @@
void checkCustomDimensions(api.CustomDimensions o) {
buildCounterCustomDimensions++;
if (buildCounterCustomDimensions < 3) {
- checkUnnamed5742(o.items!);
+ checkUnnamed5793(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -1188,14 +1188,14 @@
buildCounterCustomMetric--;
}
-core.List<api.CustomMetric> buildUnnamed5743() {
+core.List<api.CustomMetric> buildUnnamed5794() {
var o = <api.CustomMetric>[];
o.add(buildCustomMetric());
o.add(buildCustomMetric());
return o;
}
-void checkUnnamed5743(core.List<api.CustomMetric> o) {
+void checkUnnamed5794(core.List<api.CustomMetric> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomMetric(o[0] as api.CustomMetric);
checkCustomMetric(o[1] as api.CustomMetric);
@@ -1206,7 +1206,7 @@
var o = api.CustomMetrics();
buildCounterCustomMetrics++;
if (buildCounterCustomMetrics < 3) {
- o.items = buildUnnamed5743();
+ o.items = buildUnnamed5794();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -1222,7 +1222,7 @@
void checkCustomMetrics(api.CustomMetrics o) {
buildCounterCustomMetrics++;
if (buildCounterCustomMetrics < 3) {
- checkUnnamed5743(o.items!);
+ checkUnnamed5794(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -1255,14 +1255,14 @@
buildCounterCustomMetrics--;
}
-core.List<api.AdWordsAccount> buildUnnamed5744() {
+core.List<api.AdWordsAccount> buildUnnamed5795() {
var o = <api.AdWordsAccount>[];
o.add(buildAdWordsAccount());
o.add(buildAdWordsAccount());
return o;
}
-void checkUnnamed5744(core.List<api.AdWordsAccount> o) {
+void checkUnnamed5795(core.List<api.AdWordsAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdWordsAccount(o[0] as api.AdWordsAccount);
checkAdWordsAccount(o[1] as api.AdWordsAccount);
@@ -1287,14 +1287,14 @@
buildCounterEntityAdWordsLinkEntity--;
}
-core.List<core.String> buildUnnamed5745() {
+core.List<core.String> buildUnnamed5796() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5745(core.List<core.String> o) {
+void checkUnnamed5796(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1311,12 +1311,12 @@
var o = api.EntityAdWordsLink();
buildCounterEntityAdWordsLink++;
if (buildCounterEntityAdWordsLink < 3) {
- o.adWordsAccounts = buildUnnamed5744();
+ o.adWordsAccounts = buildUnnamed5795();
o.entity = buildEntityAdWordsLinkEntity();
o.id = 'foo';
o.kind = 'foo';
o.name = 'foo';
- o.profileIds = buildUnnamed5745();
+ o.profileIds = buildUnnamed5796();
o.selfLink = 'foo';
}
buildCounterEntityAdWordsLink--;
@@ -1326,7 +1326,7 @@
void checkEntityAdWordsLink(api.EntityAdWordsLink o) {
buildCounterEntityAdWordsLink++;
if (buildCounterEntityAdWordsLink < 3) {
- checkUnnamed5744(o.adWordsAccounts!);
+ checkUnnamed5795(o.adWordsAccounts!);
checkEntityAdWordsLinkEntity(o.entity! as api.EntityAdWordsLinkEntity);
unittest.expect(
o.id!,
@@ -1340,7 +1340,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5745(o.profileIds!);
+ checkUnnamed5796(o.profileIds!);
unittest.expect(
o.selfLink!,
unittest.equals('foo'),
@@ -1349,14 +1349,14 @@
buildCounterEntityAdWordsLink--;
}
-core.List<api.EntityAdWordsLink> buildUnnamed5746() {
+core.List<api.EntityAdWordsLink> buildUnnamed5797() {
var o = <api.EntityAdWordsLink>[];
o.add(buildEntityAdWordsLink());
o.add(buildEntityAdWordsLink());
return o;
}
-void checkUnnamed5746(core.List<api.EntityAdWordsLink> o) {
+void checkUnnamed5797(core.List<api.EntityAdWordsLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityAdWordsLink(o[0] as api.EntityAdWordsLink);
checkEntityAdWordsLink(o[1] as api.EntityAdWordsLink);
@@ -1367,7 +1367,7 @@
var o = api.EntityAdWordsLinks();
buildCounterEntityAdWordsLinks++;
if (buildCounterEntityAdWordsLinks < 3) {
- o.items = buildUnnamed5746();
+ o.items = buildUnnamed5797();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -1382,7 +1382,7 @@
void checkEntityAdWordsLinks(api.EntityAdWordsLinks o) {
buildCounterEntityAdWordsLinks++;
if (buildCounterEntityAdWordsLinks < 3) {
- checkUnnamed5746(o.items!);
+ checkUnnamed5797(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -1434,14 +1434,14 @@
buildCounterEntityUserLinkEntity--;
}
-core.List<core.String> buildUnnamed5747() {
+core.List<core.String> buildUnnamed5798() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5747(core.List<core.String> o) {
+void checkUnnamed5798(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1453,14 +1453,14 @@
);
}
-core.List<core.String> buildUnnamed5748() {
+core.List<core.String> buildUnnamed5799() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5748(core.List<core.String> o) {
+void checkUnnamed5799(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1477,8 +1477,8 @@
var o = api.EntityUserLinkPermissions();
buildCounterEntityUserLinkPermissions++;
if (buildCounterEntityUserLinkPermissions < 3) {
- o.effective = buildUnnamed5747();
- o.local = buildUnnamed5748();
+ o.effective = buildUnnamed5798();
+ o.local = buildUnnamed5799();
}
buildCounterEntityUserLinkPermissions--;
return o;
@@ -1487,8 +1487,8 @@
void checkEntityUserLinkPermissions(api.EntityUserLinkPermissions o) {
buildCounterEntityUserLinkPermissions++;
if (buildCounterEntityUserLinkPermissions < 3) {
- checkUnnamed5747(o.effective!);
- checkUnnamed5748(o.local!);
+ checkUnnamed5798(o.effective!);
+ checkUnnamed5799(o.local!);
}
buildCounterEntityUserLinkPermissions--;
}
@@ -1532,14 +1532,14 @@
buildCounterEntityUserLink--;
}
-core.List<api.EntityUserLink> buildUnnamed5749() {
+core.List<api.EntityUserLink> buildUnnamed5800() {
var o = <api.EntityUserLink>[];
o.add(buildEntityUserLink());
o.add(buildEntityUserLink());
return o;
}
-void checkUnnamed5749(core.List<api.EntityUserLink> o) {
+void checkUnnamed5800(core.List<api.EntityUserLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityUserLink(o[0] as api.EntityUserLink);
checkEntityUserLink(o[1] as api.EntityUserLink);
@@ -1550,7 +1550,7 @@
var o = api.EntityUserLinks();
buildCounterEntityUserLinks++;
if (buildCounterEntityUserLinks < 3) {
- o.items = buildUnnamed5749();
+ o.items = buildUnnamed5800();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -1565,7 +1565,7 @@
void checkEntityUserLinks(api.EntityUserLinks o) {
buildCounterEntityUserLinks++;
if (buildCounterEntityUserLinks < 3) {
- checkUnnamed5749(o.items!);
+ checkUnnamed5800(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -1660,14 +1660,14 @@
buildCounterExperimentVariations--;
}
-core.List<api.ExperimentVariations> buildUnnamed5750() {
+core.List<api.ExperimentVariations> buildUnnamed5801() {
var o = <api.ExperimentVariations>[];
o.add(buildExperimentVariations());
o.add(buildExperimentVariations());
return o;
}
-void checkUnnamed5750(core.List<api.ExperimentVariations> o) {
+void checkUnnamed5801(core.List<api.ExperimentVariations> o) {
unittest.expect(o, unittest.hasLength(2));
checkExperimentVariations(o[0] as api.ExperimentVariations);
checkExperimentVariations(o[1] as api.ExperimentVariations);
@@ -1702,7 +1702,7 @@
o.status = 'foo';
o.trafficCoverage = 42.0;
o.updated = core.DateTime.parse("2002-02-27T14:01:02");
- o.variations = buildUnnamed5750();
+ o.variations = buildUnnamed5801();
o.webPropertyId = 'foo';
o.winnerConfidenceLevel = 42.0;
o.winnerFound = true;
@@ -1798,7 +1798,7 @@
o.updated!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed5750(o.variations!);
+ checkUnnamed5801(o.variations!);
unittest.expect(
o.webPropertyId!,
unittest.equals('foo'),
@@ -1812,14 +1812,14 @@
buildCounterExperiment--;
}
-core.List<api.Experiment> buildUnnamed5751() {
+core.List<api.Experiment> buildUnnamed5802() {
var o = <api.Experiment>[];
o.add(buildExperiment());
o.add(buildExperiment());
return o;
}
-void checkUnnamed5751(core.List<api.Experiment> o) {
+void checkUnnamed5802(core.List<api.Experiment> o) {
unittest.expect(o, unittest.hasLength(2));
checkExperiment(o[0] as api.Experiment);
checkExperiment(o[1] as api.Experiment);
@@ -1830,7 +1830,7 @@
var o = api.Experiments();
buildCounterExperiments++;
if (buildCounterExperiments < 3) {
- o.items = buildUnnamed5751();
+ o.items = buildUnnamed5802();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -1846,7 +1846,7 @@
void checkExperiments(api.Experiments o) {
buildCounterExperiments++;
if (buildCounterExperiments < 3) {
- checkUnnamed5751(o.items!);
+ checkUnnamed5802(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -2229,14 +2229,14 @@
buildCounterFilterRef--;
}
-core.List<api.Filter> buildUnnamed5752() {
+core.List<api.Filter> buildUnnamed5803() {
var o = <api.Filter>[];
o.add(buildFilter());
o.add(buildFilter());
return o;
}
-void checkUnnamed5752(core.List<api.Filter> o) {
+void checkUnnamed5803(core.List<api.Filter> o) {
unittest.expect(o, unittest.hasLength(2));
checkFilter(o[0] as api.Filter);
checkFilter(o[1] as api.Filter);
@@ -2247,7 +2247,7 @@
var o = api.Filters();
buildCounterFilters++;
if (buildCounterFilters < 3) {
- o.items = buildUnnamed5752();
+ o.items = buildUnnamed5803();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -2263,7 +2263,7 @@
void checkFilters(api.Filters o) {
buildCounterFilters++;
if (buildCounterFilters < 3) {
- checkUnnamed5752(o.items!);
+ checkUnnamed5803(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -2328,14 +2328,14 @@
buildCounterGaDataColumnHeaders--;
}
-core.List<api.GaDataColumnHeaders> buildUnnamed5753() {
+core.List<api.GaDataColumnHeaders> buildUnnamed5804() {
var o = <api.GaDataColumnHeaders>[];
o.add(buildGaDataColumnHeaders());
o.add(buildGaDataColumnHeaders());
return o;
}
-void checkUnnamed5753(core.List<api.GaDataColumnHeaders> o) {
+void checkUnnamed5804(core.List<api.GaDataColumnHeaders> o) {
unittest.expect(o, unittest.hasLength(2));
checkGaDataColumnHeaders(o[0] as api.GaDataColumnHeaders);
checkGaDataColumnHeaders(o[1] as api.GaDataColumnHeaders);
@@ -2373,14 +2373,14 @@
buildCounterGaDataDataTableCols--;
}
-core.List<api.GaDataDataTableCols> buildUnnamed5754() {
+core.List<api.GaDataDataTableCols> buildUnnamed5805() {
var o = <api.GaDataDataTableCols>[];
o.add(buildGaDataDataTableCols());
o.add(buildGaDataDataTableCols());
return o;
}
-void checkUnnamed5754(core.List<api.GaDataDataTableCols> o) {
+void checkUnnamed5805(core.List<api.GaDataDataTableCols> o) {
unittest.expect(o, unittest.hasLength(2));
checkGaDataDataTableCols(o[0] as api.GaDataDataTableCols);
checkGaDataDataTableCols(o[1] as api.GaDataDataTableCols);
@@ -2408,14 +2408,14 @@
buildCounterGaDataDataTableRowsC--;
}
-core.List<api.GaDataDataTableRowsC> buildUnnamed5755() {
+core.List<api.GaDataDataTableRowsC> buildUnnamed5806() {
var o = <api.GaDataDataTableRowsC>[];
o.add(buildGaDataDataTableRowsC());
o.add(buildGaDataDataTableRowsC());
return o;
}
-void checkUnnamed5755(core.List<api.GaDataDataTableRowsC> o) {
+void checkUnnamed5806(core.List<api.GaDataDataTableRowsC> o) {
unittest.expect(o, unittest.hasLength(2));
checkGaDataDataTableRowsC(o[0] as api.GaDataDataTableRowsC);
checkGaDataDataTableRowsC(o[1] as api.GaDataDataTableRowsC);
@@ -2426,7 +2426,7 @@
var o = api.GaDataDataTableRows();
buildCounterGaDataDataTableRows++;
if (buildCounterGaDataDataTableRows < 3) {
- o.c = buildUnnamed5755();
+ o.c = buildUnnamed5806();
}
buildCounterGaDataDataTableRows--;
return o;
@@ -2435,19 +2435,19 @@
void checkGaDataDataTableRows(api.GaDataDataTableRows o) {
buildCounterGaDataDataTableRows++;
if (buildCounterGaDataDataTableRows < 3) {
- checkUnnamed5755(o.c!);
+ checkUnnamed5806(o.c!);
}
buildCounterGaDataDataTableRows--;
}
-core.List<api.GaDataDataTableRows> buildUnnamed5756() {
+core.List<api.GaDataDataTableRows> buildUnnamed5807() {
var o = <api.GaDataDataTableRows>[];
o.add(buildGaDataDataTableRows());
o.add(buildGaDataDataTableRows());
return o;
}
-void checkUnnamed5756(core.List<api.GaDataDataTableRows> o) {
+void checkUnnamed5807(core.List<api.GaDataDataTableRows> o) {
unittest.expect(o, unittest.hasLength(2));
checkGaDataDataTableRows(o[0] as api.GaDataDataTableRows);
checkGaDataDataTableRows(o[1] as api.GaDataDataTableRows);
@@ -2458,8 +2458,8 @@
var o = api.GaDataDataTable();
buildCounterGaDataDataTable++;
if (buildCounterGaDataDataTable < 3) {
- o.cols = buildUnnamed5754();
- o.rows = buildUnnamed5756();
+ o.cols = buildUnnamed5805();
+ o.rows = buildUnnamed5807();
}
buildCounterGaDataDataTable--;
return o;
@@ -2468,8 +2468,8 @@
void checkGaDataDataTable(api.GaDataDataTable o) {
buildCounterGaDataDataTable++;
if (buildCounterGaDataDataTable < 3) {
- checkUnnamed5754(o.cols!);
- checkUnnamed5756(o.rows!);
+ checkUnnamed5805(o.cols!);
+ checkUnnamed5807(o.rows!);
}
buildCounterGaDataDataTable--;
}
@@ -2521,14 +2521,14 @@
buildCounterGaDataProfileInfo--;
}
-core.List<core.String> buildUnnamed5757() {
+core.List<core.String> buildUnnamed5808() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5757(core.List<core.String> o) {
+void checkUnnamed5808(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2540,14 +2540,14 @@
);
}
-core.List<core.String> buildUnnamed5758() {
+core.List<core.String> buildUnnamed5809() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5758(core.List<core.String> o) {
+void checkUnnamed5809(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2569,10 +2569,10 @@
o.filters = 'foo';
o.ids = 'foo';
o.maxResults = 42;
- o.metrics = buildUnnamed5757();
+ o.metrics = buildUnnamed5808();
o.samplingLevel = 'foo';
o.segment = 'foo';
- o.sort = buildUnnamed5758();
+ o.sort = buildUnnamed5809();
o.startDate = 'foo';
o.startIndex = 42;
}
@@ -2603,7 +2603,7 @@
o.maxResults!,
unittest.equals(42),
);
- checkUnnamed5757(o.metrics!);
+ checkUnnamed5808(o.metrics!);
unittest.expect(
o.samplingLevel!,
unittest.equals('foo'),
@@ -2612,7 +2612,7 @@
o.segment!,
unittest.equals('foo'),
);
- checkUnnamed5758(o.sort!);
+ checkUnnamed5809(o.sort!);
unittest.expect(
o.startDate!,
unittest.equals('foo'),
@@ -2625,14 +2625,14 @@
buildCounterGaDataQuery--;
}
-core.List<core.String> buildUnnamed5759() {
+core.List<core.String> buildUnnamed5810() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5759(core.List<core.String> o) {
+void checkUnnamed5810(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2644,27 +2644,27 @@
);
}
-core.List<core.List<core.String>> buildUnnamed5760() {
+core.List<core.List<core.String>> buildUnnamed5811() {
var o = <core.List<core.String>>[];
- o.add(buildUnnamed5759());
- o.add(buildUnnamed5759());
+ o.add(buildUnnamed5810());
+ o.add(buildUnnamed5810());
return o;
}
-void checkUnnamed5760(core.List<core.List<core.String>> o) {
+void checkUnnamed5811(core.List<core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5759(o[0]);
- checkUnnamed5759(o[1]);
+ checkUnnamed5810(o[0]);
+ checkUnnamed5810(o[1]);
}
-core.Map<core.String, core.String> buildUnnamed5761() {
+core.Map<core.String, core.String> buildUnnamed5812() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5761(core.Map<core.String, core.String> o) {
+void checkUnnamed5812(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2681,7 +2681,7 @@
var o = api.GaData();
buildCounterGaData++;
if (buildCounterGaData < 3) {
- o.columnHeaders = buildUnnamed5753();
+ o.columnHeaders = buildUnnamed5804();
o.containsSampledData = true;
o.dataLastRefreshed = 'foo';
o.dataTable = buildGaDataDataTable();
@@ -2692,12 +2692,12 @@
o.previousLink = 'foo';
o.profileInfo = buildGaDataProfileInfo();
o.query = buildGaDataQuery();
- o.rows = buildUnnamed5760();
+ o.rows = buildUnnamed5811();
o.sampleSize = 'foo';
o.sampleSpace = 'foo';
o.selfLink = 'foo';
o.totalResults = 42;
- o.totalsForAllResults = buildUnnamed5761();
+ o.totalsForAllResults = buildUnnamed5812();
}
buildCounterGaData--;
return o;
@@ -2706,7 +2706,7 @@
void checkGaData(api.GaData o) {
buildCounterGaData++;
if (buildCounterGaData < 3) {
- checkUnnamed5753(o.columnHeaders!);
+ checkUnnamed5804(o.columnHeaders!);
unittest.expect(o.containsSampledData!, unittest.isTrue);
unittest.expect(
o.dataLastRefreshed!,
@@ -2735,7 +2735,7 @@
);
checkGaDataProfileInfo(o.profileInfo! as api.GaDataProfileInfo);
checkGaDataQuery(o.query! as api.GaDataQuery);
- checkUnnamed5760(o.rows!);
+ checkUnnamed5811(o.rows!);
unittest.expect(
o.sampleSize!,
unittest.equals('foo'),
@@ -2752,7 +2752,7 @@
o.totalResults!,
unittest.equals(42),
);
- checkUnnamed5761(o.totalsForAllResults!);
+ checkUnnamed5812(o.totalsForAllResults!);
}
buildCounterGaData--;
}
@@ -2800,14 +2800,14 @@
buildCounterGoalEventDetailsEventConditions--;
}
-core.List<api.GoalEventDetailsEventConditions> buildUnnamed5762() {
+core.List<api.GoalEventDetailsEventConditions> buildUnnamed5813() {
var o = <api.GoalEventDetailsEventConditions>[];
o.add(buildGoalEventDetailsEventConditions());
o.add(buildGoalEventDetailsEventConditions());
return o;
}
-void checkUnnamed5762(core.List<api.GoalEventDetailsEventConditions> o) {
+void checkUnnamed5813(core.List<api.GoalEventDetailsEventConditions> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoalEventDetailsEventConditions(
o[0] as api.GoalEventDetailsEventConditions);
@@ -2820,7 +2820,7 @@
var o = api.GoalEventDetails();
buildCounterGoalEventDetails++;
if (buildCounterGoalEventDetails < 3) {
- o.eventConditions = buildUnnamed5762();
+ o.eventConditions = buildUnnamed5813();
o.useEventValue = true;
}
buildCounterGoalEventDetails--;
@@ -2830,7 +2830,7 @@
void checkGoalEventDetails(api.GoalEventDetails o) {
buildCounterGoalEventDetails++;
if (buildCounterGoalEventDetails < 3) {
- checkUnnamed5762(o.eventConditions!);
+ checkUnnamed5813(o.eventConditions!);
unittest.expect(o.useEventValue!, unittest.isTrue);
}
buildCounterGoalEventDetails--;
@@ -2895,14 +2895,14 @@
buildCounterGoalUrlDestinationDetailsSteps--;
}
-core.List<api.GoalUrlDestinationDetailsSteps> buildUnnamed5763() {
+core.List<api.GoalUrlDestinationDetailsSteps> buildUnnamed5814() {
var o = <api.GoalUrlDestinationDetailsSteps>[];
o.add(buildGoalUrlDestinationDetailsSteps());
o.add(buildGoalUrlDestinationDetailsSteps());
return o;
}
-void checkUnnamed5763(core.List<api.GoalUrlDestinationDetailsSteps> o) {
+void checkUnnamed5814(core.List<api.GoalUrlDestinationDetailsSteps> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoalUrlDestinationDetailsSteps(
o[0] as api.GoalUrlDestinationDetailsSteps);
@@ -2918,7 +2918,7 @@
o.caseSensitive = true;
o.firstStepRequired = true;
o.matchType = 'foo';
- o.steps = buildUnnamed5763();
+ o.steps = buildUnnamed5814();
o.url = 'foo';
}
buildCounterGoalUrlDestinationDetails--;
@@ -2934,7 +2934,7 @@
o.matchType!,
unittest.equals('foo'),
);
- checkUnnamed5763(o.steps!);
+ checkUnnamed5814(o.steps!);
unittest.expect(
o.url!,
unittest.equals('foo'),
@@ -3089,14 +3089,14 @@
buildCounterGoal--;
}
-core.List<api.Goal> buildUnnamed5764() {
+core.List<api.Goal> buildUnnamed5815() {
var o = <api.Goal>[];
o.add(buildGoal());
o.add(buildGoal());
return o;
}
-void checkUnnamed5764(core.List<api.Goal> o) {
+void checkUnnamed5815(core.List<api.Goal> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoal(o[0] as api.Goal);
checkGoal(o[1] as api.Goal);
@@ -3107,7 +3107,7 @@
var o = api.Goals();
buildCounterGoals++;
if (buildCounterGoals < 3) {
- o.items = buildUnnamed5764();
+ o.items = buildUnnamed5815();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -3123,7 +3123,7 @@
void checkGoals(api.Goals o) {
buildCounterGoals++;
if (buildCounterGoals < 3) {
- checkUnnamed5764(o.items!);
+ checkUnnamed5815(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -3360,14 +3360,14 @@
buildCounterMcfDataColumnHeaders--;
}
-core.List<api.McfDataColumnHeaders> buildUnnamed5765() {
+core.List<api.McfDataColumnHeaders> buildUnnamed5816() {
var o = <api.McfDataColumnHeaders>[];
o.add(buildMcfDataColumnHeaders());
o.add(buildMcfDataColumnHeaders());
return o;
}
-void checkUnnamed5765(core.List<api.McfDataColumnHeaders> o) {
+void checkUnnamed5816(core.List<api.McfDataColumnHeaders> o) {
unittest.expect(o, unittest.hasLength(2));
checkMcfDataColumnHeaders(o[0] as api.McfDataColumnHeaders);
checkMcfDataColumnHeaders(o[1] as api.McfDataColumnHeaders);
@@ -3420,14 +3420,14 @@
buildCounterMcfDataProfileInfo--;
}
-core.List<core.String> buildUnnamed5766() {
+core.List<core.String> buildUnnamed5817() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5766(core.List<core.String> o) {
+void checkUnnamed5817(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3439,14 +3439,14 @@
);
}
-core.List<core.String> buildUnnamed5767() {
+core.List<core.String> buildUnnamed5818() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5767(core.List<core.String> o) {
+void checkUnnamed5818(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3468,10 +3468,10 @@
o.filters = 'foo';
o.ids = 'foo';
o.maxResults = 42;
- o.metrics = buildUnnamed5766();
+ o.metrics = buildUnnamed5817();
o.samplingLevel = 'foo';
o.segment = 'foo';
- o.sort = buildUnnamed5767();
+ o.sort = buildUnnamed5818();
o.startDate = 'foo';
o.startIndex = 42;
}
@@ -3502,7 +3502,7 @@
o.maxResults!,
unittest.equals(42),
);
- checkUnnamed5766(o.metrics!);
+ checkUnnamed5817(o.metrics!);
unittest.expect(
o.samplingLevel!,
unittest.equals('foo'),
@@ -3511,7 +3511,7 @@
o.segment!,
unittest.equals('foo'),
);
- checkUnnamed5767(o.sort!);
+ checkUnnamed5818(o.sort!);
unittest.expect(
o.startDate!,
unittest.equals('foo'),
@@ -3551,14 +3551,14 @@
buildCounterMcfDataRowsConversionPathValue--;
}
-core.List<api.McfDataRowsConversionPathValue> buildUnnamed5768() {
+core.List<api.McfDataRowsConversionPathValue> buildUnnamed5819() {
var o = <api.McfDataRowsConversionPathValue>[];
o.add(buildMcfDataRowsConversionPathValue());
o.add(buildMcfDataRowsConversionPathValue());
return o;
}
-void checkUnnamed5768(core.List<api.McfDataRowsConversionPathValue> o) {
+void checkUnnamed5819(core.List<api.McfDataRowsConversionPathValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkMcfDataRowsConversionPathValue(
o[0] as api.McfDataRowsConversionPathValue);
@@ -3571,7 +3571,7 @@
var o = api.McfDataRows();
buildCounterMcfDataRows++;
if (buildCounterMcfDataRows < 3) {
- o.conversionPathValue = buildUnnamed5768();
+ o.conversionPathValue = buildUnnamed5819();
o.primitiveValue = 'foo';
}
buildCounterMcfDataRows--;
@@ -3581,7 +3581,7 @@
void checkMcfDataRows(api.McfDataRows o) {
buildCounterMcfDataRows++;
if (buildCounterMcfDataRows < 3) {
- checkUnnamed5768(o.conversionPathValue!);
+ checkUnnamed5819(o.conversionPathValue!);
unittest.expect(
o.primitiveValue!,
unittest.equals('foo'),
@@ -3590,40 +3590,40 @@
buildCounterMcfDataRows--;
}
-core.List<api.McfDataRows> buildUnnamed5769() {
+core.List<api.McfDataRows> buildUnnamed5820() {
var o = <api.McfDataRows>[];
o.add(buildMcfDataRows());
o.add(buildMcfDataRows());
return o;
}
-void checkUnnamed5769(core.List<api.McfDataRows> o) {
+void checkUnnamed5820(core.List<api.McfDataRows> o) {
unittest.expect(o, unittest.hasLength(2));
checkMcfDataRows(o[0] as api.McfDataRows);
checkMcfDataRows(o[1] as api.McfDataRows);
}
-core.List<core.List<api.McfDataRows>> buildUnnamed5770() {
+core.List<core.List<api.McfDataRows>> buildUnnamed5821() {
var o = <core.List<api.McfDataRows>>[];
- o.add(buildUnnamed5769());
- o.add(buildUnnamed5769());
+ o.add(buildUnnamed5820());
+ o.add(buildUnnamed5820());
return o;
}
-void checkUnnamed5770(core.List<core.List<api.McfDataRows>> o) {
+void checkUnnamed5821(core.List<core.List<api.McfDataRows>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5769(o[0]);
- checkUnnamed5769(o[1]);
+ checkUnnamed5820(o[0]);
+ checkUnnamed5820(o[1]);
}
-core.Map<core.String, core.String> buildUnnamed5771() {
+core.Map<core.String, core.String> buildUnnamed5822() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5771(core.Map<core.String, core.String> o) {
+void checkUnnamed5822(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3640,7 +3640,7 @@
var o = api.McfData();
buildCounterMcfData++;
if (buildCounterMcfData < 3) {
- o.columnHeaders = buildUnnamed5765();
+ o.columnHeaders = buildUnnamed5816();
o.containsSampledData = true;
o.id = 'foo';
o.itemsPerPage = 42;
@@ -3649,12 +3649,12 @@
o.previousLink = 'foo';
o.profileInfo = buildMcfDataProfileInfo();
o.query = buildMcfDataQuery();
- o.rows = buildUnnamed5770();
+ o.rows = buildUnnamed5821();
o.sampleSize = 'foo';
o.sampleSpace = 'foo';
o.selfLink = 'foo';
o.totalResults = 42;
- o.totalsForAllResults = buildUnnamed5771();
+ o.totalsForAllResults = buildUnnamed5822();
}
buildCounterMcfData--;
return o;
@@ -3663,7 +3663,7 @@
void checkMcfData(api.McfData o) {
buildCounterMcfData++;
if (buildCounterMcfData < 3) {
- checkUnnamed5765(o.columnHeaders!);
+ checkUnnamed5816(o.columnHeaders!);
unittest.expect(o.containsSampledData!, unittest.isTrue);
unittest.expect(
o.id!,
@@ -3687,7 +3687,7 @@
);
checkMcfDataProfileInfo(o.profileInfo! as api.McfDataProfileInfo);
checkMcfDataQuery(o.query! as api.McfDataQuery);
- checkUnnamed5770(o.rows!);
+ checkUnnamed5821(o.rows!);
unittest.expect(
o.sampleSize!,
unittest.equals('foo'),
@@ -3704,7 +3704,7 @@
o.totalResults!,
unittest.equals(42),
);
- checkUnnamed5771(o.totalsForAllResults!);
+ checkUnnamed5822(o.totalsForAllResults!);
}
buildCounterMcfData--;
}
@@ -3763,14 +3763,14 @@
buildCounterProfileParentLink--;
}
-core.List<core.String> buildUnnamed5772() {
+core.List<core.String> buildUnnamed5823() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5772(core.List<core.String> o) {
+void checkUnnamed5823(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3787,7 +3787,7 @@
var o = api.ProfilePermissions();
buildCounterProfilePermissions++;
if (buildCounterProfilePermissions < 3) {
- o.effective = buildUnnamed5772();
+ o.effective = buildUnnamed5823();
}
buildCounterProfilePermissions--;
return o;
@@ -3796,7 +3796,7 @@
void checkProfilePermissions(api.ProfilePermissions o) {
buildCounterProfilePermissions++;
if (buildCounterProfilePermissions < 3) {
- checkUnnamed5772(o.effective!);
+ checkUnnamed5823(o.effective!);
}
buildCounterProfilePermissions--;
}
@@ -3962,14 +3962,14 @@
buildCounterProfileFilterLink--;
}
-core.List<api.ProfileFilterLink> buildUnnamed5773() {
+core.List<api.ProfileFilterLink> buildUnnamed5824() {
var o = <api.ProfileFilterLink>[];
o.add(buildProfileFilterLink());
o.add(buildProfileFilterLink());
return o;
}
-void checkUnnamed5773(core.List<api.ProfileFilterLink> o) {
+void checkUnnamed5824(core.List<api.ProfileFilterLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkProfileFilterLink(o[0] as api.ProfileFilterLink);
checkProfileFilterLink(o[1] as api.ProfileFilterLink);
@@ -3980,7 +3980,7 @@
var o = api.ProfileFilterLinks();
buildCounterProfileFilterLinks++;
if (buildCounterProfileFilterLinks < 3) {
- o.items = buildUnnamed5773();
+ o.items = buildUnnamed5824();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -3996,7 +3996,7 @@
void checkProfileFilterLinks(api.ProfileFilterLinks o) {
buildCounterProfileFilterLinks++;
if (buildCounterProfileFilterLinks < 3) {
- checkUnnamed5773(o.items!);
+ checkUnnamed5824(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -4120,14 +4120,14 @@
buildCounterProfileSummary--;
}
-core.List<api.Profile> buildUnnamed5774() {
+core.List<api.Profile> buildUnnamed5825() {
var o = <api.Profile>[];
o.add(buildProfile());
o.add(buildProfile());
return o;
}
-void checkUnnamed5774(core.List<api.Profile> o) {
+void checkUnnamed5825(core.List<api.Profile> o) {
unittest.expect(o, unittest.hasLength(2));
checkProfile(o[0] as api.Profile);
checkProfile(o[1] as api.Profile);
@@ -4138,7 +4138,7 @@
var o = api.Profiles();
buildCounterProfiles++;
if (buildCounterProfiles < 3) {
- o.items = buildUnnamed5774();
+ o.items = buildUnnamed5825();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -4154,7 +4154,7 @@
void checkProfiles(api.Profiles o) {
buildCounterProfiles++;
if (buildCounterProfiles < 3) {
- checkUnnamed5774(o.items!);
+ checkUnnamed5825(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -4219,14 +4219,14 @@
buildCounterRealtimeDataColumnHeaders--;
}
-core.List<api.RealtimeDataColumnHeaders> buildUnnamed5775() {
+core.List<api.RealtimeDataColumnHeaders> buildUnnamed5826() {
var o = <api.RealtimeDataColumnHeaders>[];
o.add(buildRealtimeDataColumnHeaders());
o.add(buildRealtimeDataColumnHeaders());
return o;
}
-void checkUnnamed5775(core.List<api.RealtimeDataColumnHeaders> o) {
+void checkUnnamed5826(core.List<api.RealtimeDataColumnHeaders> o) {
unittest.expect(o, unittest.hasLength(2));
checkRealtimeDataColumnHeaders(o[0] as api.RealtimeDataColumnHeaders);
checkRealtimeDataColumnHeaders(o[1] as api.RealtimeDataColumnHeaders);
@@ -4279,14 +4279,14 @@
buildCounterRealtimeDataProfileInfo--;
}
-core.List<core.String> buildUnnamed5776() {
+core.List<core.String> buildUnnamed5827() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5776(core.List<core.String> o) {
+void checkUnnamed5827(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4298,14 +4298,14 @@
);
}
-core.List<core.String> buildUnnamed5777() {
+core.List<core.String> buildUnnamed5828() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5777(core.List<core.String> o) {
+void checkUnnamed5828(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4326,8 +4326,8 @@
o.filters = 'foo';
o.ids = 'foo';
o.maxResults = 42;
- o.metrics = buildUnnamed5776();
- o.sort = buildUnnamed5777();
+ o.metrics = buildUnnamed5827();
+ o.sort = buildUnnamed5828();
}
buildCounterRealtimeDataQuery--;
return o;
@@ -4352,20 +4352,20 @@
o.maxResults!,
unittest.equals(42),
);
- checkUnnamed5776(o.metrics!);
- checkUnnamed5777(o.sort!);
+ checkUnnamed5827(o.metrics!);
+ checkUnnamed5828(o.sort!);
}
buildCounterRealtimeDataQuery--;
}
-core.List<core.String> buildUnnamed5778() {
+core.List<core.String> buildUnnamed5829() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5778(core.List<core.String> o) {
+void checkUnnamed5829(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4377,27 +4377,27 @@
);
}
-core.List<core.List<core.String>> buildUnnamed5779() {
+core.List<core.List<core.String>> buildUnnamed5830() {
var o = <core.List<core.String>>[];
- o.add(buildUnnamed5778());
- o.add(buildUnnamed5778());
+ o.add(buildUnnamed5829());
+ o.add(buildUnnamed5829());
return o;
}
-void checkUnnamed5779(core.List<core.List<core.String>> o) {
+void checkUnnamed5830(core.List<core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5778(o[0]);
- checkUnnamed5778(o[1]);
+ checkUnnamed5829(o[0]);
+ checkUnnamed5829(o[1]);
}
-core.Map<core.String, core.String> buildUnnamed5780() {
+core.Map<core.String, core.String> buildUnnamed5831() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5780(core.Map<core.String, core.String> o) {
+void checkUnnamed5831(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -4414,15 +4414,15 @@
var o = api.RealtimeData();
buildCounterRealtimeData++;
if (buildCounterRealtimeData < 3) {
- o.columnHeaders = buildUnnamed5775();
+ o.columnHeaders = buildUnnamed5826();
o.id = 'foo';
o.kind = 'foo';
o.profileInfo = buildRealtimeDataProfileInfo();
o.query = buildRealtimeDataQuery();
- o.rows = buildUnnamed5779();
+ o.rows = buildUnnamed5830();
o.selfLink = 'foo';
o.totalResults = 42;
- o.totalsForAllResults = buildUnnamed5780();
+ o.totalsForAllResults = buildUnnamed5831();
}
buildCounterRealtimeData--;
return o;
@@ -4431,7 +4431,7 @@
void checkRealtimeData(api.RealtimeData o) {
buildCounterRealtimeData++;
if (buildCounterRealtimeData < 3) {
- checkUnnamed5775(o.columnHeaders!);
+ checkUnnamed5826(o.columnHeaders!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -4442,7 +4442,7 @@
);
checkRealtimeDataProfileInfo(o.profileInfo! as api.RealtimeDataProfileInfo);
checkRealtimeDataQuery(o.query! as api.RealtimeDataQuery);
- checkUnnamed5779(o.rows!);
+ checkUnnamed5830(o.rows!);
unittest.expect(
o.selfLink!,
unittest.equals('foo'),
@@ -4451,7 +4451,7 @@
o.totalResults!,
unittest.equals(42),
);
- checkUnnamed5780(o.totalsForAllResults!);
+ checkUnnamed5831(o.totalsForAllResults!);
}
buildCounterRealtimeData--;
}
@@ -4477,27 +4477,27 @@
buildCounterRemarketingAudienceAudienceDefinition--;
}
-core.List<api.LinkedForeignAccount> buildUnnamed5781() {
+core.List<api.LinkedForeignAccount> buildUnnamed5832() {
var o = <api.LinkedForeignAccount>[];
o.add(buildLinkedForeignAccount());
o.add(buildLinkedForeignAccount());
return o;
}
-void checkUnnamed5781(core.List<api.LinkedForeignAccount> o) {
+void checkUnnamed5832(core.List<api.LinkedForeignAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkLinkedForeignAccount(o[0] as api.LinkedForeignAccount);
checkLinkedForeignAccount(o[1] as api.LinkedForeignAccount);
}
-core.List<core.String> buildUnnamed5782() {
+core.List<core.String> buildUnnamed5833() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5782(core.List<core.String> o) {
+void checkUnnamed5833(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4582,8 +4582,8 @@
o.id = 'foo';
o.internalWebPropertyId = 'foo';
o.kind = 'foo';
- o.linkedAdAccounts = buildUnnamed5781();
- o.linkedViews = buildUnnamed5782();
+ o.linkedAdAccounts = buildUnnamed5832();
+ o.linkedViews = buildUnnamed5833();
o.name = 'foo';
o.stateBasedAudienceDefinition =
buildRemarketingAudienceStateBasedAudienceDefinition();
@@ -4627,8 +4627,8 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5781(o.linkedAdAccounts!);
- checkUnnamed5782(o.linkedViews!);
+ checkUnnamed5832(o.linkedAdAccounts!);
+ checkUnnamed5833(o.linkedViews!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -4648,14 +4648,14 @@
buildCounterRemarketingAudience--;
}
-core.List<api.RemarketingAudience> buildUnnamed5783() {
+core.List<api.RemarketingAudience> buildUnnamed5834() {
var o = <api.RemarketingAudience>[];
o.add(buildRemarketingAudience());
o.add(buildRemarketingAudience());
return o;
}
-void checkUnnamed5783(core.List<api.RemarketingAudience> o) {
+void checkUnnamed5834(core.List<api.RemarketingAudience> o) {
unittest.expect(o, unittest.hasLength(2));
checkRemarketingAudience(o[0] as api.RemarketingAudience);
checkRemarketingAudience(o[1] as api.RemarketingAudience);
@@ -4666,7 +4666,7 @@
var o = api.RemarketingAudiences();
buildCounterRemarketingAudiences++;
if (buildCounterRemarketingAudiences < 3) {
- o.items = buildUnnamed5783();
+ o.items = buildUnnamed5834();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -4682,7 +4682,7 @@
void checkRemarketingAudiences(api.RemarketingAudiences o) {
buildCounterRemarketingAudiences++;
if (buildCounterRemarketingAudiences < 3) {
- checkUnnamed5783(o.items!);
+ checkUnnamed5834(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -4777,14 +4777,14 @@
buildCounterSegment--;
}
-core.List<api.Segment> buildUnnamed5784() {
+core.List<api.Segment> buildUnnamed5835() {
var o = <api.Segment>[];
o.add(buildSegment());
o.add(buildSegment());
return o;
}
-void checkUnnamed5784(core.List<api.Segment> o) {
+void checkUnnamed5835(core.List<api.Segment> o) {
unittest.expect(o, unittest.hasLength(2));
checkSegment(o[0] as api.Segment);
checkSegment(o[1] as api.Segment);
@@ -4795,7 +4795,7 @@
var o = api.Segments();
buildCounterSegments++;
if (buildCounterSegments < 3) {
- o.items = buildUnnamed5784();
+ o.items = buildUnnamed5835();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -4811,7 +4811,7 @@
void checkSegments(api.Segments o) {
buildCounterSegments++;
if (buildCounterSegments < 3) {
- checkUnnamed5784(o.items!);
+ checkUnnamed5835(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -5007,14 +5007,14 @@
buildCounterUnsampledReport--;
}
-core.List<api.UnsampledReport> buildUnnamed5785() {
+core.List<api.UnsampledReport> buildUnnamed5836() {
var o = <api.UnsampledReport>[];
o.add(buildUnsampledReport());
o.add(buildUnsampledReport());
return o;
}
-void checkUnnamed5785(core.List<api.UnsampledReport> o) {
+void checkUnnamed5836(core.List<api.UnsampledReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkUnsampledReport(o[0] as api.UnsampledReport);
checkUnsampledReport(o[1] as api.UnsampledReport);
@@ -5025,7 +5025,7 @@
var o = api.UnsampledReports();
buildCounterUnsampledReports++;
if (buildCounterUnsampledReports < 3) {
- o.items = buildUnnamed5785();
+ o.items = buildUnnamed5836();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -5041,7 +5041,7 @@
void checkUnsampledReports(api.UnsampledReports o) {
buildCounterUnsampledReports++;
if (buildCounterUnsampledReports < 3) {
- checkUnnamed5785(o.items!);
+ checkUnnamed5836(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -5074,14 +5074,14 @@
buildCounterUnsampledReports--;
}
-core.List<core.String> buildUnnamed5786() {
+core.List<core.String> buildUnnamed5837() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5786(core.List<core.String> o) {
+void checkUnnamed5837(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5100,7 +5100,7 @@
if (buildCounterUpload < 3) {
o.accountId = 'foo';
o.customDataSourceId = 'foo';
- o.errors = buildUnnamed5786();
+ o.errors = buildUnnamed5837();
o.id = 'foo';
o.kind = 'foo';
o.status = 'foo';
@@ -5121,7 +5121,7 @@
o.customDataSourceId!,
unittest.equals('foo'),
);
- checkUnnamed5786(o.errors!);
+ checkUnnamed5837(o.errors!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -5142,14 +5142,14 @@
buildCounterUpload--;
}
-core.List<api.Upload> buildUnnamed5787() {
+core.List<api.Upload> buildUnnamed5838() {
var o = <api.Upload>[];
o.add(buildUpload());
o.add(buildUpload());
return o;
}
-void checkUnnamed5787(core.List<api.Upload> o) {
+void checkUnnamed5838(core.List<api.Upload> o) {
unittest.expect(o, unittest.hasLength(2));
checkUpload(o[0] as api.Upload);
checkUpload(o[1] as api.Upload);
@@ -5160,7 +5160,7 @@
var o = api.Uploads();
buildCounterUploads++;
if (buildCounterUploads < 3) {
- o.items = buildUnnamed5787();
+ o.items = buildUnnamed5838();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -5175,7 +5175,7 @@
void checkUploads(api.Uploads o) {
buildCounterUploads++;
if (buildCounterUploads < 3) {
- checkUnnamed5787(o.items!);
+ checkUnnamed5838(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -5354,14 +5354,14 @@
buildCounterWebPropertyRef--;
}
-core.List<api.ProfileSummary> buildUnnamed5788() {
+core.List<api.ProfileSummary> buildUnnamed5839() {
var o = <api.ProfileSummary>[];
o.add(buildProfileSummary());
o.add(buildProfileSummary());
return o;
}
-void checkUnnamed5788(core.List<api.ProfileSummary> o) {
+void checkUnnamed5839(core.List<api.ProfileSummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkProfileSummary(o[0] as api.ProfileSummary);
checkProfileSummary(o[1] as api.ProfileSummary);
@@ -5377,7 +5377,7 @@
o.kind = 'foo';
o.level = 'foo';
o.name = 'foo';
- o.profiles = buildUnnamed5788();
+ o.profiles = buildUnnamed5839();
o.starred = true;
o.websiteUrl = 'foo';
}
@@ -5408,7 +5408,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5788(o.profiles!);
+ checkUnnamed5839(o.profiles!);
unittest.expect(o.starred!, unittest.isTrue);
unittest.expect(
o.websiteUrl!,
@@ -5418,14 +5418,14 @@
buildCounterWebPropertySummary--;
}
-core.List<api.Webproperty> buildUnnamed5789() {
+core.List<api.Webproperty> buildUnnamed5840() {
var o = <api.Webproperty>[];
o.add(buildWebproperty());
o.add(buildWebproperty());
return o;
}
-void checkUnnamed5789(core.List<api.Webproperty> o) {
+void checkUnnamed5840(core.List<api.Webproperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebproperty(o[0] as api.Webproperty);
checkWebproperty(o[1] as api.Webproperty);
@@ -5436,7 +5436,7 @@
var o = api.Webproperties();
buildCounterWebproperties++;
if (buildCounterWebproperties < 3) {
- o.items = buildUnnamed5789();
+ o.items = buildUnnamed5840();
o.itemsPerPage = 42;
o.kind = 'foo';
o.nextLink = 'foo';
@@ -5452,7 +5452,7 @@
void checkWebproperties(api.Webproperties o) {
buildCounterWebproperties++;
if (buildCounterWebproperties < 3) {
- checkUnnamed5789(o.items!);
+ checkUnnamed5840(o.items!);
unittest.expect(
o.itemsPerPage!,
unittest.equals(42),
@@ -5539,14 +5539,14 @@
buildCounterWebpropertyParentLink--;
}
-core.List<core.String> buildUnnamed5790() {
+core.List<core.String> buildUnnamed5841() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5790(core.List<core.String> o) {
+void checkUnnamed5841(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5563,7 +5563,7 @@
var o = api.WebpropertyPermissions();
buildCounterWebpropertyPermissions++;
if (buildCounterWebpropertyPermissions < 3) {
- o.effective = buildUnnamed5790();
+ o.effective = buildUnnamed5841();
}
buildCounterWebpropertyPermissions--;
return o;
@@ -5572,7 +5572,7 @@
void checkWebpropertyPermissions(api.WebpropertyPermissions o) {
buildCounterWebpropertyPermissions++;
if (buildCounterWebpropertyPermissions < 3) {
- checkUnnamed5790(o.effective!);
+ checkUnnamed5841(o.effective!);
}
buildCounterWebpropertyPermissions--;
}
diff --git a/generated/googleapis/test/analyticsreporting/v4_test.dart b/generated/googleapis/test/analyticsreporting/v4_test.dart
index e5f1921..b5a6a41 100644
--- a/generated/googleapis/test/analyticsreporting/v4_test.dart
+++ b/generated/googleapis/test/analyticsreporting/v4_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.CustomDimension> buildUnnamed7528() {
+core.List<api.CustomDimension> buildUnnamed7582() {
var o = <api.CustomDimension>[];
o.add(buildCustomDimension());
o.add(buildCustomDimension());
return o;
}
-void checkUnnamed7528(core.List<api.CustomDimension> o) {
+void checkUnnamed7582(core.List<api.CustomDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomDimension(o[0] as api.CustomDimension);
checkCustomDimension(o[1] as api.CustomDimension);
@@ -50,7 +50,7 @@
o.appview = buildScreenviewData();
o.campaign = 'foo';
o.channelGrouping = 'foo';
- o.customDimension = buildUnnamed7528();
+ o.customDimension = buildUnnamed7582();
o.ecommerce = buildEcommerceData();
o.event = buildEventData();
o.goals = buildGoalSetData();
@@ -85,7 +85,7 @@
o.channelGrouping!,
unittest.equals('foo'),
);
- checkUnnamed7528(o.customDimension!);
+ checkUnnamed7582(o.customDimension!);
checkEcommerceData(o.ecommerce! as api.EcommerceData);
checkEventData(o.event! as api.EventData);
checkGoalSetData(o.goals! as api.GoalSetData);
@@ -143,14 +143,14 @@
buildCounterCohort--;
}
-core.List<api.Cohort> buildUnnamed7529() {
+core.List<api.Cohort> buildUnnamed7583() {
var o = <api.Cohort>[];
o.add(buildCohort());
o.add(buildCohort());
return o;
}
-void checkUnnamed7529(core.List<api.Cohort> o) {
+void checkUnnamed7583(core.List<api.Cohort> o) {
unittest.expect(o, unittest.hasLength(2));
checkCohort(o[0] as api.Cohort);
checkCohort(o[1] as api.Cohort);
@@ -161,7 +161,7 @@
var o = api.CohortGroup();
buildCounterCohortGroup++;
if (buildCounterCohortGroup < 3) {
- o.cohorts = buildUnnamed7529();
+ o.cohorts = buildUnnamed7583();
o.lifetimeValue = true;
}
buildCounterCohortGroup--;
@@ -171,20 +171,20 @@
void checkCohortGroup(api.CohortGroup o) {
buildCounterCohortGroup++;
if (buildCounterCohortGroup < 3) {
- checkUnnamed7529(o.cohorts!);
+ checkUnnamed7583(o.cohorts!);
unittest.expect(o.lifetimeValue!, unittest.isTrue);
}
buildCounterCohortGroup--;
}
-core.List<core.String> buildUnnamed7530() {
+core.List<core.String> buildUnnamed7584() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7530(core.List<core.String> o) {
+void checkUnnamed7584(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -201,7 +201,7 @@
var o = api.ColumnHeader();
buildCounterColumnHeader++;
if (buildCounterColumnHeader < 3) {
- o.dimensions = buildUnnamed7530();
+ o.dimensions = buildUnnamed7584();
o.metricHeader = buildMetricHeader();
}
buildCounterColumnHeader--;
@@ -211,7 +211,7 @@
void checkColumnHeader(api.ColumnHeader o) {
buildCounterColumnHeader++;
if (buildCounterColumnHeader < 3) {
- checkUnnamed7530(o.dimensions!);
+ checkUnnamed7584(o.dimensions!);
checkMetricHeader(o.metricHeader! as api.MetricHeader);
}
buildCounterColumnHeader--;
@@ -271,27 +271,27 @@
buildCounterDateRange--;
}
-core.List<api.PivotValueRegion> buildUnnamed7531() {
+core.List<api.PivotValueRegion> buildUnnamed7585() {
var o = <api.PivotValueRegion>[];
o.add(buildPivotValueRegion());
o.add(buildPivotValueRegion());
return o;
}
-void checkUnnamed7531(core.List<api.PivotValueRegion> o) {
+void checkUnnamed7585(core.List<api.PivotValueRegion> o) {
unittest.expect(o, unittest.hasLength(2));
checkPivotValueRegion(o[0] as api.PivotValueRegion);
checkPivotValueRegion(o[1] as api.PivotValueRegion);
}
-core.List<core.String> buildUnnamed7532() {
+core.List<core.String> buildUnnamed7586() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7532(core.List<core.String> o) {
+void checkUnnamed7586(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -308,8 +308,8 @@
var o = api.DateRangeValues();
buildCounterDateRangeValues++;
if (buildCounterDateRangeValues < 3) {
- o.pivotValueRegions = buildUnnamed7531();
- o.values = buildUnnamed7532();
+ o.pivotValueRegions = buildUnnamed7585();
+ o.values = buildUnnamed7586();
}
buildCounterDateRangeValues--;
return o;
@@ -318,20 +318,20 @@
void checkDateRangeValues(api.DateRangeValues o) {
buildCounterDateRangeValues++;
if (buildCounterDateRangeValues < 3) {
- checkUnnamed7531(o.pivotValueRegions!);
- checkUnnamed7532(o.values!);
+ checkUnnamed7585(o.pivotValueRegions!);
+ checkUnnamed7586(o.values!);
}
buildCounterDateRangeValues--;
}
-core.List<core.String> buildUnnamed7533() {
+core.List<core.String> buildUnnamed7587() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7533(core.List<core.String> o) {
+void checkUnnamed7587(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -348,7 +348,7 @@
var o = api.Dimension();
buildCounterDimension++;
if (buildCounterDimension < 3) {
- o.histogramBuckets = buildUnnamed7533();
+ o.histogramBuckets = buildUnnamed7587();
o.name = 'foo';
}
buildCounterDimension--;
@@ -358,7 +358,7 @@
void checkDimension(api.Dimension o) {
buildCounterDimension++;
if (buildCounterDimension < 3) {
- checkUnnamed7533(o.histogramBuckets!);
+ checkUnnamed7587(o.histogramBuckets!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -367,14 +367,14 @@
buildCounterDimension--;
}
-core.List<core.String> buildUnnamed7534() {
+core.List<core.String> buildUnnamed7588() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7534(core.List<core.String> o) {
+void checkUnnamed7588(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -393,7 +393,7 @@
if (buildCounterDimensionFilter < 3) {
o.caseSensitive = true;
o.dimensionName = 'foo';
- o.expressions = buildUnnamed7534();
+ o.expressions = buildUnnamed7588();
o.not = true;
o.operator = 'foo';
}
@@ -409,7 +409,7 @@
o.dimensionName!,
unittest.equals('foo'),
);
- checkUnnamed7534(o.expressions!);
+ checkUnnamed7588(o.expressions!);
unittest.expect(o.not!, unittest.isTrue);
unittest.expect(
o.operator!,
@@ -419,14 +419,14 @@
buildCounterDimensionFilter--;
}
-core.List<api.DimensionFilter> buildUnnamed7535() {
+core.List<api.DimensionFilter> buildUnnamed7589() {
var o = <api.DimensionFilter>[];
o.add(buildDimensionFilter());
o.add(buildDimensionFilter());
return o;
}
-void checkUnnamed7535(core.List<api.DimensionFilter> o) {
+void checkUnnamed7589(core.List<api.DimensionFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionFilter(o[0] as api.DimensionFilter);
checkDimensionFilter(o[1] as api.DimensionFilter);
@@ -437,7 +437,7 @@
var o = api.DimensionFilterClause();
buildCounterDimensionFilterClause++;
if (buildCounterDimensionFilterClause < 3) {
- o.filters = buildUnnamed7535();
+ o.filters = buildUnnamed7589();
o.operator = 'foo';
}
buildCounterDimensionFilterClause--;
@@ -447,7 +447,7 @@
void checkDimensionFilterClause(api.DimensionFilterClause o) {
buildCounterDimensionFilterClause++;
if (buildCounterDimensionFilterClause < 3) {
- checkUnnamed7535(o.filters!);
+ checkUnnamed7589(o.filters!);
unittest.expect(
o.operator!,
unittest.equals('foo'),
@@ -482,14 +482,14 @@
buildCounterDynamicSegment--;
}
-core.List<api.ProductData> buildUnnamed7536() {
+core.List<api.ProductData> buildUnnamed7590() {
var o = <api.ProductData>[];
o.add(buildProductData());
o.add(buildProductData());
return o;
}
-void checkUnnamed7536(core.List<api.ProductData> o) {
+void checkUnnamed7590(core.List<api.ProductData> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductData(o[0] as api.ProductData);
checkProductData(o[1] as api.ProductData);
@@ -502,7 +502,7 @@
if (buildCounterEcommerceData < 3) {
o.actionType = 'foo';
o.ecommerceType = 'foo';
- o.products = buildUnnamed7536();
+ o.products = buildUnnamed7590();
o.transaction = buildTransactionData();
}
buildCounterEcommerceData--;
@@ -520,7 +520,7 @@
o.ecommerceType!,
unittest.equals('foo'),
);
- checkUnnamed7536(o.products!);
+ checkUnnamed7590(o.products!);
checkTransactionData(o.transaction! as api.TransactionData);
}
buildCounterEcommerceData--;
@@ -568,14 +568,14 @@
buildCounterEventData--;
}
-core.List<api.ReportRequest> buildUnnamed7537() {
+core.List<api.ReportRequest> buildUnnamed7591() {
var o = <api.ReportRequest>[];
o.add(buildReportRequest());
o.add(buildReportRequest());
return o;
}
-void checkUnnamed7537(core.List<api.ReportRequest> o) {
+void checkUnnamed7591(core.List<api.ReportRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportRequest(o[0] as api.ReportRequest);
checkReportRequest(o[1] as api.ReportRequest);
@@ -586,7 +586,7 @@
var o = api.GetReportsRequest();
buildCounterGetReportsRequest++;
if (buildCounterGetReportsRequest < 3) {
- o.reportRequests = buildUnnamed7537();
+ o.reportRequests = buildUnnamed7591();
o.useResourceQuotas = true;
}
buildCounterGetReportsRequest--;
@@ -596,20 +596,20 @@
void checkGetReportsRequest(api.GetReportsRequest o) {
buildCounterGetReportsRequest++;
if (buildCounterGetReportsRequest < 3) {
- checkUnnamed7537(o.reportRequests!);
+ checkUnnamed7591(o.reportRequests!);
unittest.expect(o.useResourceQuotas!, unittest.isTrue);
}
buildCounterGetReportsRequest--;
}
-core.List<api.Report> buildUnnamed7538() {
+core.List<api.Report> buildUnnamed7592() {
var o = <api.Report>[];
o.add(buildReport());
o.add(buildReport());
return o;
}
-void checkUnnamed7538(core.List<api.Report> o) {
+void checkUnnamed7592(core.List<api.Report> o) {
unittest.expect(o, unittest.hasLength(2));
checkReport(o[0] as api.Report);
checkReport(o[1] as api.Report);
@@ -621,7 +621,7 @@
buildCounterGetReportsResponse++;
if (buildCounterGetReportsResponse < 3) {
o.queryCost = 42;
- o.reports = buildUnnamed7538();
+ o.reports = buildUnnamed7592();
o.resourceQuotasRemaining = buildResourceQuotasRemaining();
}
buildCounterGetReportsResponse--;
@@ -635,7 +635,7 @@
o.queryCost!,
unittest.equals(42),
);
- checkUnnamed7538(o.reports!);
+ checkUnnamed7592(o.reports!);
checkResourceQuotasRemaining(
o.resourceQuotasRemaining! as api.ResourceQuotasRemaining);
}
@@ -699,14 +699,14 @@
buildCounterGoalData--;
}
-core.List<api.GoalData> buildUnnamed7539() {
+core.List<api.GoalData> buildUnnamed7593() {
var o = <api.GoalData>[];
o.add(buildGoalData());
o.add(buildGoalData());
return o;
}
-void checkUnnamed7539(core.List<api.GoalData> o) {
+void checkUnnamed7593(core.List<api.GoalData> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoalData(o[0] as api.GoalData);
checkGoalData(o[1] as api.GoalData);
@@ -717,7 +717,7 @@
var o = api.GoalSetData();
buildCounterGoalSetData++;
if (buildCounterGoalSetData < 3) {
- o.goals = buildUnnamed7539();
+ o.goals = buildUnnamed7593();
}
buildCounterGoalSetData--;
return o;
@@ -726,7 +726,7 @@
void checkGoalSetData(api.GoalSetData o) {
buildCounterGoalSetData++;
if (buildCounterGoalSetData < 3) {
- checkUnnamed7539(o.goals!);
+ checkUnnamed7593(o.goals!);
}
buildCounterGoalSetData--;
}
@@ -797,14 +797,14 @@
buildCounterMetricFilter--;
}
-core.List<api.MetricFilter> buildUnnamed7540() {
+core.List<api.MetricFilter> buildUnnamed7594() {
var o = <api.MetricFilter>[];
o.add(buildMetricFilter());
o.add(buildMetricFilter());
return o;
}
-void checkUnnamed7540(core.List<api.MetricFilter> o) {
+void checkUnnamed7594(core.List<api.MetricFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricFilter(o[0] as api.MetricFilter);
checkMetricFilter(o[1] as api.MetricFilter);
@@ -815,7 +815,7 @@
var o = api.MetricFilterClause();
buildCounterMetricFilterClause++;
if (buildCounterMetricFilterClause < 3) {
- o.filters = buildUnnamed7540();
+ o.filters = buildUnnamed7594();
o.operator = 'foo';
}
buildCounterMetricFilterClause--;
@@ -825,7 +825,7 @@
void checkMetricFilterClause(api.MetricFilterClause o) {
buildCounterMetricFilterClause++;
if (buildCounterMetricFilterClause < 3) {
- checkUnnamed7540(o.filters!);
+ checkUnnamed7594(o.filters!);
unittest.expect(
o.operator!,
unittest.equals('foo'),
@@ -834,27 +834,27 @@
buildCounterMetricFilterClause--;
}
-core.List<api.MetricHeaderEntry> buildUnnamed7541() {
+core.List<api.MetricHeaderEntry> buildUnnamed7595() {
var o = <api.MetricHeaderEntry>[];
o.add(buildMetricHeaderEntry());
o.add(buildMetricHeaderEntry());
return o;
}
-void checkUnnamed7541(core.List<api.MetricHeaderEntry> o) {
+void checkUnnamed7595(core.List<api.MetricHeaderEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricHeaderEntry(o[0] as api.MetricHeaderEntry);
checkMetricHeaderEntry(o[1] as api.MetricHeaderEntry);
}
-core.List<api.PivotHeader> buildUnnamed7542() {
+core.List<api.PivotHeader> buildUnnamed7596() {
var o = <api.PivotHeader>[];
o.add(buildPivotHeader());
o.add(buildPivotHeader());
return o;
}
-void checkUnnamed7542(core.List<api.PivotHeader> o) {
+void checkUnnamed7596(core.List<api.PivotHeader> o) {
unittest.expect(o, unittest.hasLength(2));
checkPivotHeader(o[0] as api.PivotHeader);
checkPivotHeader(o[1] as api.PivotHeader);
@@ -865,8 +865,8 @@
var o = api.MetricHeader();
buildCounterMetricHeader++;
if (buildCounterMetricHeader < 3) {
- o.metricHeaderEntries = buildUnnamed7541();
- o.pivotHeaders = buildUnnamed7542();
+ o.metricHeaderEntries = buildUnnamed7595();
+ o.pivotHeaders = buildUnnamed7596();
}
buildCounterMetricHeader--;
return o;
@@ -875,8 +875,8 @@
void checkMetricHeader(api.MetricHeader o) {
buildCounterMetricHeader++;
if (buildCounterMetricHeader < 3) {
- checkUnnamed7541(o.metricHeaderEntries!);
- checkUnnamed7542(o.pivotHeaders!);
+ checkUnnamed7595(o.metricHeaderEntries!);
+ checkUnnamed7596(o.pivotHeaders!);
}
buildCounterMetricHeader--;
}
@@ -908,14 +908,14 @@
buildCounterMetricHeaderEntry--;
}
-core.List<api.SegmentFilterClause> buildUnnamed7543() {
+core.List<api.SegmentFilterClause> buildUnnamed7597() {
var o = <api.SegmentFilterClause>[];
o.add(buildSegmentFilterClause());
o.add(buildSegmentFilterClause());
return o;
}
-void checkUnnamed7543(core.List<api.SegmentFilterClause> o) {
+void checkUnnamed7597(core.List<api.SegmentFilterClause> o) {
unittest.expect(o, unittest.hasLength(2));
checkSegmentFilterClause(o[0] as api.SegmentFilterClause);
checkSegmentFilterClause(o[1] as api.SegmentFilterClause);
@@ -926,7 +926,7 @@
var o = api.OrFiltersForSegment();
buildCounterOrFiltersForSegment++;
if (buildCounterOrFiltersForSegment < 3) {
- o.segmentFilterClauses = buildUnnamed7543();
+ o.segmentFilterClauses = buildUnnamed7597();
}
buildCounterOrFiltersForSegment--;
return o;
@@ -935,7 +935,7 @@
void checkOrFiltersForSegment(api.OrFiltersForSegment o) {
buildCounterOrFiltersForSegment++;
if (buildCounterOrFiltersForSegment < 3) {
- checkUnnamed7543(o.segmentFilterClauses!);
+ checkUnnamed7597(o.segmentFilterClauses!);
}
buildCounterOrFiltersForSegment--;
}
@@ -999,40 +999,40 @@
buildCounterPageviewData--;
}
-core.List<api.DimensionFilterClause> buildUnnamed7544() {
+core.List<api.DimensionFilterClause> buildUnnamed7598() {
var o = <api.DimensionFilterClause>[];
o.add(buildDimensionFilterClause());
o.add(buildDimensionFilterClause());
return o;
}
-void checkUnnamed7544(core.List<api.DimensionFilterClause> o) {
+void checkUnnamed7598(core.List<api.DimensionFilterClause> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionFilterClause(o[0] as api.DimensionFilterClause);
checkDimensionFilterClause(o[1] as api.DimensionFilterClause);
}
-core.List<api.Dimension> buildUnnamed7545() {
+core.List<api.Dimension> buildUnnamed7599() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed7545(core.List<api.Dimension> o) {
+void checkUnnamed7599(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed7546() {
+core.List<api.Metric> buildUnnamed7600() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed7546(core.List<api.Metric> o) {
+void checkUnnamed7600(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
@@ -1043,10 +1043,10 @@
var o = api.Pivot();
buildCounterPivot++;
if (buildCounterPivot < 3) {
- o.dimensionFilterClauses = buildUnnamed7544();
- o.dimensions = buildUnnamed7545();
+ o.dimensionFilterClauses = buildUnnamed7598();
+ o.dimensions = buildUnnamed7599();
o.maxGroupCount = 42;
- o.metrics = buildUnnamed7546();
+ o.metrics = buildUnnamed7600();
o.startGroup = 42;
}
buildCounterPivot--;
@@ -1056,13 +1056,13 @@
void checkPivot(api.Pivot o) {
buildCounterPivot++;
if (buildCounterPivot < 3) {
- checkUnnamed7544(o.dimensionFilterClauses!);
- checkUnnamed7545(o.dimensions!);
+ checkUnnamed7598(o.dimensionFilterClauses!);
+ checkUnnamed7599(o.dimensions!);
unittest.expect(
o.maxGroupCount!,
unittest.equals(42),
);
- checkUnnamed7546(o.metrics!);
+ checkUnnamed7600(o.metrics!);
unittest.expect(
o.startGroup!,
unittest.equals(42),
@@ -1071,14 +1071,14 @@
buildCounterPivot--;
}
-core.List<api.PivotHeaderEntry> buildUnnamed7547() {
+core.List<api.PivotHeaderEntry> buildUnnamed7601() {
var o = <api.PivotHeaderEntry>[];
o.add(buildPivotHeaderEntry());
o.add(buildPivotHeaderEntry());
return o;
}
-void checkUnnamed7547(core.List<api.PivotHeaderEntry> o) {
+void checkUnnamed7601(core.List<api.PivotHeaderEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkPivotHeaderEntry(o[0] as api.PivotHeaderEntry);
checkPivotHeaderEntry(o[1] as api.PivotHeaderEntry);
@@ -1089,7 +1089,7 @@
var o = api.PivotHeader();
buildCounterPivotHeader++;
if (buildCounterPivotHeader < 3) {
- o.pivotHeaderEntries = buildUnnamed7547();
+ o.pivotHeaderEntries = buildUnnamed7601();
o.totalPivotGroupsCount = 42;
}
buildCounterPivotHeader--;
@@ -1099,7 +1099,7 @@
void checkPivotHeader(api.PivotHeader o) {
buildCounterPivotHeader++;
if (buildCounterPivotHeader < 3) {
- checkUnnamed7547(o.pivotHeaderEntries!);
+ checkUnnamed7601(o.pivotHeaderEntries!);
unittest.expect(
o.totalPivotGroupsCount!,
unittest.equals(42),
@@ -1108,14 +1108,14 @@
buildCounterPivotHeader--;
}
-core.List<core.String> buildUnnamed7548() {
+core.List<core.String> buildUnnamed7602() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7548(core.List<core.String> o) {
+void checkUnnamed7602(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1127,14 +1127,14 @@
);
}
-core.List<core.String> buildUnnamed7549() {
+core.List<core.String> buildUnnamed7603() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7549(core.List<core.String> o) {
+void checkUnnamed7603(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1151,8 +1151,8 @@
var o = api.PivotHeaderEntry();
buildCounterPivotHeaderEntry++;
if (buildCounterPivotHeaderEntry < 3) {
- o.dimensionNames = buildUnnamed7548();
- o.dimensionValues = buildUnnamed7549();
+ o.dimensionNames = buildUnnamed7602();
+ o.dimensionValues = buildUnnamed7603();
o.metric = buildMetricHeaderEntry();
}
buildCounterPivotHeaderEntry--;
@@ -1162,21 +1162,21 @@
void checkPivotHeaderEntry(api.PivotHeaderEntry o) {
buildCounterPivotHeaderEntry++;
if (buildCounterPivotHeaderEntry < 3) {
- checkUnnamed7548(o.dimensionNames!);
- checkUnnamed7549(o.dimensionValues!);
+ checkUnnamed7602(o.dimensionNames!);
+ checkUnnamed7603(o.dimensionValues!);
checkMetricHeaderEntry(o.metric! as api.MetricHeaderEntry);
}
buildCounterPivotHeaderEntry--;
}
-core.List<core.String> buildUnnamed7550() {
+core.List<core.String> buildUnnamed7604() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7550(core.List<core.String> o) {
+void checkUnnamed7604(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1193,7 +1193,7 @@
var o = api.PivotValueRegion();
buildCounterPivotValueRegion++;
if (buildCounterPivotValueRegion < 3) {
- o.values = buildUnnamed7550();
+ o.values = buildUnnamed7604();
}
buildCounterPivotValueRegion--;
return o;
@@ -1202,7 +1202,7 @@
void checkPivotValueRegion(api.PivotValueRegion o) {
buildCounterPivotValueRegion++;
if (buildCounterPivotValueRegion < 3) {
- checkUnnamed7550(o.values!);
+ checkUnnamed7604(o.values!);
}
buildCounterPivotValueRegion--;
}
@@ -1270,53 +1270,53 @@
buildCounterReport--;
}
-core.List<api.DateRangeValues> buildUnnamed7551() {
+core.List<api.DateRangeValues> buildUnnamed7605() {
var o = <api.DateRangeValues>[];
o.add(buildDateRangeValues());
o.add(buildDateRangeValues());
return o;
}
-void checkUnnamed7551(core.List<api.DateRangeValues> o) {
+void checkUnnamed7605(core.List<api.DateRangeValues> o) {
unittest.expect(o, unittest.hasLength(2));
checkDateRangeValues(o[0] as api.DateRangeValues);
checkDateRangeValues(o[1] as api.DateRangeValues);
}
-core.List<api.DateRangeValues> buildUnnamed7552() {
+core.List<api.DateRangeValues> buildUnnamed7606() {
var o = <api.DateRangeValues>[];
o.add(buildDateRangeValues());
o.add(buildDateRangeValues());
return o;
}
-void checkUnnamed7552(core.List<api.DateRangeValues> o) {
+void checkUnnamed7606(core.List<api.DateRangeValues> o) {
unittest.expect(o, unittest.hasLength(2));
checkDateRangeValues(o[0] as api.DateRangeValues);
checkDateRangeValues(o[1] as api.DateRangeValues);
}
-core.List<api.ReportRow> buildUnnamed7553() {
+core.List<api.ReportRow> buildUnnamed7607() {
var o = <api.ReportRow>[];
o.add(buildReportRow());
o.add(buildReportRow());
return o;
}
-void checkUnnamed7553(core.List<api.ReportRow> o) {
+void checkUnnamed7607(core.List<api.ReportRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportRow(o[0] as api.ReportRow);
checkReportRow(o[1] as api.ReportRow);
}
-core.List<core.String> buildUnnamed7554() {
+core.List<core.String> buildUnnamed7608() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7554(core.List<core.String> o) {
+void checkUnnamed7608(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1328,14 +1328,14 @@
);
}
-core.List<core.String> buildUnnamed7555() {
+core.List<core.String> buildUnnamed7609() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7555(core.List<core.String> o) {
+void checkUnnamed7609(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1347,14 +1347,14 @@
);
}
-core.List<api.DateRangeValues> buildUnnamed7556() {
+core.List<api.DateRangeValues> buildUnnamed7610() {
var o = <api.DateRangeValues>[];
o.add(buildDateRangeValues());
o.add(buildDateRangeValues());
return o;
}
-void checkUnnamed7556(core.List<api.DateRangeValues> o) {
+void checkUnnamed7610(core.List<api.DateRangeValues> o) {
unittest.expect(o, unittest.hasLength(2));
checkDateRangeValues(o[0] as api.DateRangeValues);
checkDateRangeValues(o[1] as api.DateRangeValues);
@@ -1367,13 +1367,13 @@
if (buildCounterReportData < 3) {
o.dataLastRefreshed = 'foo';
o.isDataGolden = true;
- o.maximums = buildUnnamed7551();
- o.minimums = buildUnnamed7552();
+ o.maximums = buildUnnamed7605();
+ o.minimums = buildUnnamed7606();
o.rowCount = 42;
- o.rows = buildUnnamed7553();
- o.samplesReadCounts = buildUnnamed7554();
- o.samplingSpaceSizes = buildUnnamed7555();
- o.totals = buildUnnamed7556();
+ o.rows = buildUnnamed7607();
+ o.samplesReadCounts = buildUnnamed7608();
+ o.samplingSpaceSizes = buildUnnamed7609();
+ o.totals = buildUnnamed7610();
}
buildCounterReportData--;
return o;
@@ -1387,119 +1387,119 @@
unittest.equals('foo'),
);
unittest.expect(o.isDataGolden!, unittest.isTrue);
- checkUnnamed7551(o.maximums!);
- checkUnnamed7552(o.minimums!);
+ checkUnnamed7605(o.maximums!);
+ checkUnnamed7606(o.minimums!);
unittest.expect(
o.rowCount!,
unittest.equals(42),
);
- checkUnnamed7553(o.rows!);
- checkUnnamed7554(o.samplesReadCounts!);
- checkUnnamed7555(o.samplingSpaceSizes!);
- checkUnnamed7556(o.totals!);
+ checkUnnamed7607(o.rows!);
+ checkUnnamed7608(o.samplesReadCounts!);
+ checkUnnamed7609(o.samplingSpaceSizes!);
+ checkUnnamed7610(o.totals!);
}
buildCounterReportData--;
}
-core.List<api.DateRange> buildUnnamed7557() {
+core.List<api.DateRange> buildUnnamed7611() {
var o = <api.DateRange>[];
o.add(buildDateRange());
o.add(buildDateRange());
return o;
}
-void checkUnnamed7557(core.List<api.DateRange> o) {
+void checkUnnamed7611(core.List<api.DateRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkDateRange(o[0] as api.DateRange);
checkDateRange(o[1] as api.DateRange);
}
-core.List<api.DimensionFilterClause> buildUnnamed7558() {
+core.List<api.DimensionFilterClause> buildUnnamed7612() {
var o = <api.DimensionFilterClause>[];
o.add(buildDimensionFilterClause());
o.add(buildDimensionFilterClause());
return o;
}
-void checkUnnamed7558(core.List<api.DimensionFilterClause> o) {
+void checkUnnamed7612(core.List<api.DimensionFilterClause> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionFilterClause(o[0] as api.DimensionFilterClause);
checkDimensionFilterClause(o[1] as api.DimensionFilterClause);
}
-core.List<api.Dimension> buildUnnamed7559() {
+core.List<api.Dimension> buildUnnamed7613() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed7559(core.List<api.Dimension> o) {
+void checkUnnamed7613(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.MetricFilterClause> buildUnnamed7560() {
+core.List<api.MetricFilterClause> buildUnnamed7614() {
var o = <api.MetricFilterClause>[];
o.add(buildMetricFilterClause());
o.add(buildMetricFilterClause());
return o;
}
-void checkUnnamed7560(core.List<api.MetricFilterClause> o) {
+void checkUnnamed7614(core.List<api.MetricFilterClause> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricFilterClause(o[0] as api.MetricFilterClause);
checkMetricFilterClause(o[1] as api.MetricFilterClause);
}
-core.List<api.Metric> buildUnnamed7561() {
+core.List<api.Metric> buildUnnamed7615() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed7561(core.List<api.Metric> o) {
+void checkUnnamed7615(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
}
-core.List<api.OrderBy> buildUnnamed7562() {
+core.List<api.OrderBy> buildUnnamed7616() {
var o = <api.OrderBy>[];
o.add(buildOrderBy());
o.add(buildOrderBy());
return o;
}
-void checkUnnamed7562(core.List<api.OrderBy> o) {
+void checkUnnamed7616(core.List<api.OrderBy> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderBy(o[0] as api.OrderBy);
checkOrderBy(o[1] as api.OrderBy);
}
-core.List<api.Pivot> buildUnnamed7563() {
+core.List<api.Pivot> buildUnnamed7617() {
var o = <api.Pivot>[];
o.add(buildPivot());
o.add(buildPivot());
return o;
}
-void checkUnnamed7563(core.List<api.Pivot> o) {
+void checkUnnamed7617(core.List<api.Pivot> o) {
unittest.expect(o, unittest.hasLength(2));
checkPivot(o[0] as api.Pivot);
checkPivot(o[1] as api.Pivot);
}
-core.List<api.Segment> buildUnnamed7564() {
+core.List<api.Segment> buildUnnamed7618() {
var o = <api.Segment>[];
o.add(buildSegment());
o.add(buildSegment());
return o;
}
-void checkUnnamed7564(core.List<api.Segment> o) {
+void checkUnnamed7618(core.List<api.Segment> o) {
unittest.expect(o, unittest.hasLength(2));
checkSegment(o[0] as api.Segment);
checkSegment(o[1] as api.Segment);
@@ -1511,21 +1511,21 @@
buildCounterReportRequest++;
if (buildCounterReportRequest < 3) {
o.cohortGroup = buildCohortGroup();
- o.dateRanges = buildUnnamed7557();
- o.dimensionFilterClauses = buildUnnamed7558();
- o.dimensions = buildUnnamed7559();
+ o.dateRanges = buildUnnamed7611();
+ o.dimensionFilterClauses = buildUnnamed7612();
+ o.dimensions = buildUnnamed7613();
o.filtersExpression = 'foo';
o.hideTotals = true;
o.hideValueRanges = true;
o.includeEmptyRows = true;
- o.metricFilterClauses = buildUnnamed7560();
- o.metrics = buildUnnamed7561();
- o.orderBys = buildUnnamed7562();
+ o.metricFilterClauses = buildUnnamed7614();
+ o.metrics = buildUnnamed7615();
+ o.orderBys = buildUnnamed7616();
o.pageSize = 42;
o.pageToken = 'foo';
- o.pivots = buildUnnamed7563();
+ o.pivots = buildUnnamed7617();
o.samplingLevel = 'foo';
- o.segments = buildUnnamed7564();
+ o.segments = buildUnnamed7618();
o.viewId = 'foo';
}
buildCounterReportRequest--;
@@ -1536,9 +1536,9 @@
buildCounterReportRequest++;
if (buildCounterReportRequest < 3) {
checkCohortGroup(o.cohortGroup! as api.CohortGroup);
- checkUnnamed7557(o.dateRanges!);
- checkUnnamed7558(o.dimensionFilterClauses!);
- checkUnnamed7559(o.dimensions!);
+ checkUnnamed7611(o.dateRanges!);
+ checkUnnamed7612(o.dimensionFilterClauses!);
+ checkUnnamed7613(o.dimensions!);
unittest.expect(
o.filtersExpression!,
unittest.equals('foo'),
@@ -1546,9 +1546,9 @@
unittest.expect(o.hideTotals!, unittest.isTrue);
unittest.expect(o.hideValueRanges!, unittest.isTrue);
unittest.expect(o.includeEmptyRows!, unittest.isTrue);
- checkUnnamed7560(o.metricFilterClauses!);
- checkUnnamed7561(o.metrics!);
- checkUnnamed7562(o.orderBys!);
+ checkUnnamed7614(o.metricFilterClauses!);
+ checkUnnamed7615(o.metrics!);
+ checkUnnamed7616(o.orderBys!);
unittest.expect(
o.pageSize!,
unittest.equals(42),
@@ -1557,12 +1557,12 @@
o.pageToken!,
unittest.equals('foo'),
);
- checkUnnamed7563(o.pivots!);
+ checkUnnamed7617(o.pivots!);
unittest.expect(
o.samplingLevel!,
unittest.equals('foo'),
);
- checkUnnamed7564(o.segments!);
+ checkUnnamed7618(o.segments!);
unittest.expect(
o.viewId!,
unittest.equals('foo'),
@@ -1571,14 +1571,14 @@
buildCounterReportRequest--;
}
-core.List<core.String> buildUnnamed7565() {
+core.List<core.String> buildUnnamed7619() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7565(core.List<core.String> o) {
+void checkUnnamed7619(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1590,14 +1590,14 @@
);
}
-core.List<api.DateRangeValues> buildUnnamed7566() {
+core.List<api.DateRangeValues> buildUnnamed7620() {
var o = <api.DateRangeValues>[];
o.add(buildDateRangeValues());
o.add(buildDateRangeValues());
return o;
}
-void checkUnnamed7566(core.List<api.DateRangeValues> o) {
+void checkUnnamed7620(core.List<api.DateRangeValues> o) {
unittest.expect(o, unittest.hasLength(2));
checkDateRangeValues(o[0] as api.DateRangeValues);
checkDateRangeValues(o[1] as api.DateRangeValues);
@@ -1608,8 +1608,8 @@
var o = api.ReportRow();
buildCounterReportRow++;
if (buildCounterReportRow < 3) {
- o.dimensions = buildUnnamed7565();
- o.metrics = buildUnnamed7566();
+ o.dimensions = buildUnnamed7619();
+ o.metrics = buildUnnamed7620();
}
buildCounterReportRow--;
return o;
@@ -1618,8 +1618,8 @@
void checkReportRow(api.ReportRow o) {
buildCounterReportRow++;
if (buildCounterReportRow < 3) {
- checkUnnamed7565(o.dimensions!);
- checkUnnamed7566(o.metrics!);
+ checkUnnamed7619(o.dimensions!);
+ checkUnnamed7620(o.metrics!);
}
buildCounterReportRow--;
}
@@ -1688,14 +1688,14 @@
buildCounterScreenviewData--;
}
-core.List<core.String> buildUnnamed7567() {
+core.List<core.String> buildUnnamed7621() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7567(core.List<core.String> o) {
+void checkUnnamed7621(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1712,7 +1712,7 @@
var o = api.SearchUserActivityRequest();
buildCounterSearchUserActivityRequest++;
if (buildCounterSearchUserActivityRequest < 3) {
- o.activityTypes = buildUnnamed7567();
+ o.activityTypes = buildUnnamed7621();
o.dateRange = buildDateRange();
o.pageSize = 42;
o.pageToken = 'foo';
@@ -1726,7 +1726,7 @@
void checkSearchUserActivityRequest(api.SearchUserActivityRequest o) {
buildCounterSearchUserActivityRequest++;
if (buildCounterSearchUserActivityRequest < 3) {
- checkUnnamed7567(o.activityTypes!);
+ checkUnnamed7621(o.activityTypes!);
checkDateRange(o.dateRange! as api.DateRange);
unittest.expect(
o.pageSize!,
@@ -1745,14 +1745,14 @@
buildCounterSearchUserActivityRequest--;
}
-core.List<api.UserActivitySession> buildUnnamed7568() {
+core.List<api.UserActivitySession> buildUnnamed7622() {
var o = <api.UserActivitySession>[];
o.add(buildUserActivitySession());
o.add(buildUserActivitySession());
return o;
}
-void checkUnnamed7568(core.List<api.UserActivitySession> o) {
+void checkUnnamed7622(core.List<api.UserActivitySession> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserActivitySession(o[0] as api.UserActivitySession);
checkUserActivitySession(o[1] as api.UserActivitySession);
@@ -1765,7 +1765,7 @@
if (buildCounterSearchUserActivityResponse < 3) {
o.nextPageToken = 'foo';
o.sampleRate = 42.0;
- o.sessions = buildUnnamed7568();
+ o.sessions = buildUnnamed7622();
o.totalRows = 42;
}
buildCounterSearchUserActivityResponse--;
@@ -1783,7 +1783,7 @@
o.sampleRate!,
unittest.equals(42.0),
);
- checkUnnamed7568(o.sessions!);
+ checkUnnamed7622(o.sessions!);
unittest.expect(
o.totalRows!,
unittest.equals(42),
@@ -1816,14 +1816,14 @@
buildCounterSegment--;
}
-core.List<api.SegmentFilter> buildUnnamed7569() {
+core.List<api.SegmentFilter> buildUnnamed7623() {
var o = <api.SegmentFilter>[];
o.add(buildSegmentFilter());
o.add(buildSegmentFilter());
return o;
}
-void checkUnnamed7569(core.List<api.SegmentFilter> o) {
+void checkUnnamed7623(core.List<api.SegmentFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkSegmentFilter(o[0] as api.SegmentFilter);
checkSegmentFilter(o[1] as api.SegmentFilter);
@@ -1834,7 +1834,7 @@
var o = api.SegmentDefinition();
buildCounterSegmentDefinition++;
if (buildCounterSegmentDefinition < 3) {
- o.segmentFilters = buildUnnamed7569();
+ o.segmentFilters = buildUnnamed7623();
}
buildCounterSegmentDefinition--;
return o;
@@ -1843,19 +1843,19 @@
void checkSegmentDefinition(api.SegmentDefinition o) {
buildCounterSegmentDefinition++;
if (buildCounterSegmentDefinition < 3) {
- checkUnnamed7569(o.segmentFilters!);
+ checkUnnamed7623(o.segmentFilters!);
}
buildCounterSegmentDefinition--;
}
-core.List<core.String> buildUnnamed7570() {
+core.List<core.String> buildUnnamed7624() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7570(core.List<core.String> o) {
+void checkUnnamed7624(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1874,7 +1874,7 @@
if (buildCounterSegmentDimensionFilter < 3) {
o.caseSensitive = true;
o.dimensionName = 'foo';
- o.expressions = buildUnnamed7570();
+ o.expressions = buildUnnamed7624();
o.maxComparisonValue = 'foo';
o.minComparisonValue = 'foo';
o.operator = 'foo';
@@ -1891,7 +1891,7 @@
o.dimensionName!,
unittest.equals('foo'),
);
- checkUnnamed7570(o.expressions!);
+ checkUnnamed7624(o.expressions!);
unittest.expect(
o.maxComparisonValue!,
unittest.equals('foo'),
@@ -1997,14 +1997,14 @@
buildCounterSegmentMetricFilter--;
}
-core.List<api.OrFiltersForSegment> buildUnnamed7571() {
+core.List<api.OrFiltersForSegment> buildUnnamed7625() {
var o = <api.OrFiltersForSegment>[];
o.add(buildOrFiltersForSegment());
o.add(buildOrFiltersForSegment());
return o;
}
-void checkUnnamed7571(core.List<api.OrFiltersForSegment> o) {
+void checkUnnamed7625(core.List<api.OrFiltersForSegment> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrFiltersForSegment(o[0] as api.OrFiltersForSegment);
checkOrFiltersForSegment(o[1] as api.OrFiltersForSegment);
@@ -2016,7 +2016,7 @@
buildCounterSegmentSequenceStep++;
if (buildCounterSegmentSequenceStep < 3) {
o.matchType = 'foo';
- o.orFiltersForSegment = buildUnnamed7571();
+ o.orFiltersForSegment = buildUnnamed7625();
}
buildCounterSegmentSequenceStep--;
return o;
@@ -2029,19 +2029,19 @@
o.matchType!,
unittest.equals('foo'),
);
- checkUnnamed7571(o.orFiltersForSegment!);
+ checkUnnamed7625(o.orFiltersForSegment!);
}
buildCounterSegmentSequenceStep--;
}
-core.List<api.SegmentSequenceStep> buildUnnamed7572() {
+core.List<api.SegmentSequenceStep> buildUnnamed7626() {
var o = <api.SegmentSequenceStep>[];
o.add(buildSegmentSequenceStep());
o.add(buildSegmentSequenceStep());
return o;
}
-void checkUnnamed7572(core.List<api.SegmentSequenceStep> o) {
+void checkUnnamed7626(core.List<api.SegmentSequenceStep> o) {
unittest.expect(o, unittest.hasLength(2));
checkSegmentSequenceStep(o[0] as api.SegmentSequenceStep);
checkSegmentSequenceStep(o[1] as api.SegmentSequenceStep);
@@ -2053,7 +2053,7 @@
buildCounterSequenceSegment++;
if (buildCounterSequenceSegment < 3) {
o.firstStepShouldMatchFirstHit = true;
- o.segmentSequenceSteps = buildUnnamed7572();
+ o.segmentSequenceSteps = buildUnnamed7626();
}
buildCounterSequenceSegment--;
return o;
@@ -2063,19 +2063,19 @@
buildCounterSequenceSegment++;
if (buildCounterSequenceSegment < 3) {
unittest.expect(o.firstStepShouldMatchFirstHit!, unittest.isTrue);
- checkUnnamed7572(o.segmentSequenceSteps!);
+ checkUnnamed7626(o.segmentSequenceSteps!);
}
buildCounterSequenceSegment--;
}
-core.List<api.OrFiltersForSegment> buildUnnamed7573() {
+core.List<api.OrFiltersForSegment> buildUnnamed7627() {
var o = <api.OrFiltersForSegment>[];
o.add(buildOrFiltersForSegment());
o.add(buildOrFiltersForSegment());
return o;
}
-void checkUnnamed7573(core.List<api.OrFiltersForSegment> o) {
+void checkUnnamed7627(core.List<api.OrFiltersForSegment> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrFiltersForSegment(o[0] as api.OrFiltersForSegment);
checkOrFiltersForSegment(o[1] as api.OrFiltersForSegment);
@@ -2086,7 +2086,7 @@
var o = api.SimpleSegment();
buildCounterSimpleSegment++;
if (buildCounterSimpleSegment < 3) {
- o.orFiltersForSegment = buildUnnamed7573();
+ o.orFiltersForSegment = buildUnnamed7627();
}
buildCounterSimpleSegment--;
return o;
@@ -2095,7 +2095,7 @@
void checkSimpleSegment(api.SimpleSegment o) {
buildCounterSimpleSegment++;
if (buildCounterSimpleSegment < 3) {
- checkUnnamed7573(o.orFiltersForSegment!);
+ checkUnnamed7627(o.orFiltersForSegment!);
}
buildCounterSimpleSegment--;
}
@@ -2164,14 +2164,14 @@
buildCounterUser--;
}
-core.List<api.Activity> buildUnnamed7574() {
+core.List<api.Activity> buildUnnamed7628() {
var o = <api.Activity>[];
o.add(buildActivity());
o.add(buildActivity());
return o;
}
-void checkUnnamed7574(core.List<api.Activity> o) {
+void checkUnnamed7628(core.List<api.Activity> o) {
unittest.expect(o, unittest.hasLength(2));
checkActivity(o[0] as api.Activity);
checkActivity(o[1] as api.Activity);
@@ -2182,7 +2182,7 @@
var o = api.UserActivitySession();
buildCounterUserActivitySession++;
if (buildCounterUserActivitySession < 3) {
- o.activities = buildUnnamed7574();
+ o.activities = buildUnnamed7628();
o.dataSource = 'foo';
o.deviceCategory = 'foo';
o.platform = 'foo';
@@ -2196,7 +2196,7 @@
void checkUserActivitySession(api.UserActivitySession o) {
buildCounterUserActivitySession++;
if (buildCounterUserActivitySession < 3) {
- checkUnnamed7574(o.activities!);
+ checkUnnamed7628(o.activities!);
unittest.expect(
o.dataSource!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart b/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart
index 9fe7aa1..4bbf826 100644
--- a/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart
+++ b/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart
@@ -85,14 +85,14 @@
buildCounterClaimDeviceResponse--;
}
-core.List<api.PartnerClaim> buildUnnamed4420() {
+core.List<api.PartnerClaim> buildUnnamed4463() {
var o = <api.PartnerClaim>[];
o.add(buildPartnerClaim());
o.add(buildPartnerClaim());
return o;
}
-void checkUnnamed4420(core.List<api.PartnerClaim> o) {
+void checkUnnamed4463(core.List<api.PartnerClaim> o) {
unittest.expect(o, unittest.hasLength(2));
checkPartnerClaim(o[0] as api.PartnerClaim);
checkPartnerClaim(o[1] as api.PartnerClaim);
@@ -103,7 +103,7 @@
var o = api.ClaimDevicesRequest();
buildCounterClaimDevicesRequest++;
if (buildCounterClaimDevicesRequest < 3) {
- o.claims = buildUnnamed4420();
+ o.claims = buildUnnamed4463();
}
buildCounterClaimDevicesRequest--;
return o;
@@ -112,19 +112,19 @@
void checkClaimDevicesRequest(api.ClaimDevicesRequest o) {
buildCounterClaimDevicesRequest++;
if (buildCounterClaimDevicesRequest < 3) {
- checkUnnamed4420(o.claims!);
+ checkUnnamed4463(o.claims!);
}
buildCounterClaimDevicesRequest--;
}
-core.List<core.String> buildUnnamed4421() {
+core.List<core.String> buildUnnamed4464() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4421(core.List<core.String> o) {
+void checkUnnamed4464(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -136,14 +136,14 @@
);
}
-core.List<core.String> buildUnnamed4422() {
+core.List<core.String> buildUnnamed4465() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4422(core.List<core.String> o) {
+void checkUnnamed4465(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -160,11 +160,13 @@
var o = api.Company();
buildCounterCompany++;
if (buildCounterCompany < 3) {
- o.adminEmails = buildUnnamed4421();
+ o.adminEmails = buildUnnamed4464();
o.companyId = 'foo';
o.companyName = 'foo';
+ o.languageCode = 'foo';
o.name = 'foo';
- o.ownerEmails = buildUnnamed4422();
+ o.ownerEmails = buildUnnamed4465();
+ o.skipWelcomeEmail = true;
o.termsStatus = 'foo';
}
buildCounterCompany--;
@@ -174,7 +176,7 @@
void checkCompany(api.Company o) {
buildCounterCompany++;
if (buildCounterCompany < 3) {
- checkUnnamed4421(o.adminEmails!);
+ checkUnnamed4464(o.adminEmails!);
unittest.expect(
o.companyId!,
unittest.equals('foo'),
@@ -184,10 +186,15 @@
unittest.equals('foo'),
);
unittest.expect(
+ o.languageCode!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4422(o.ownerEmails!);
+ checkUnnamed4465(o.ownerEmails!);
+ unittest.expect(o.skipWelcomeEmail!, unittest.isTrue);
unittest.expect(
o.termsStatus!,
unittest.equals('foo'),
@@ -304,14 +311,14 @@
buildCounterCustomerApplyConfigurationRequest--;
}
-core.List<api.Configuration> buildUnnamed4423() {
+core.List<api.Configuration> buildUnnamed4466() {
var o = <api.Configuration>[];
o.add(buildConfiguration());
o.add(buildConfiguration());
return o;
}
-void checkUnnamed4423(core.List<api.Configuration> o) {
+void checkUnnamed4466(core.List<api.Configuration> o) {
unittest.expect(o, unittest.hasLength(2));
checkConfiguration(o[0] as api.Configuration);
checkConfiguration(o[1] as api.Configuration);
@@ -323,7 +330,7 @@
var o = api.CustomerListConfigurationsResponse();
buildCounterCustomerListConfigurationsResponse++;
if (buildCounterCustomerListConfigurationsResponse < 3) {
- o.configurations = buildUnnamed4423();
+ o.configurations = buildUnnamed4466();
}
buildCounterCustomerListConfigurationsResponse--;
return o;
@@ -333,19 +340,19 @@
api.CustomerListConfigurationsResponse o) {
buildCounterCustomerListConfigurationsResponse++;
if (buildCounterCustomerListConfigurationsResponse < 3) {
- checkUnnamed4423(o.configurations!);
+ checkUnnamed4466(o.configurations!);
}
buildCounterCustomerListConfigurationsResponse--;
}
-core.List<api.Company> buildUnnamed4424() {
+core.List<api.Company> buildUnnamed4467() {
var o = <api.Company>[];
o.add(buildCompany());
o.add(buildCompany());
return o;
}
-void checkUnnamed4424(core.List<api.Company> o) {
+void checkUnnamed4467(core.List<api.Company> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompany(o[0] as api.Company);
checkCompany(o[1] as api.Company);
@@ -356,7 +363,7 @@
var o = api.CustomerListCustomersResponse();
buildCounterCustomerListCustomersResponse++;
if (buildCounterCustomerListCustomersResponse < 3) {
- o.customers = buildUnnamed4424();
+ o.customers = buildUnnamed4467();
o.nextPageToken = 'foo';
}
buildCounterCustomerListCustomersResponse--;
@@ -366,7 +373,7 @@
void checkCustomerListCustomersResponse(api.CustomerListCustomersResponse o) {
buildCounterCustomerListCustomersResponse++;
if (buildCounterCustomerListCustomersResponse < 3) {
- checkUnnamed4424(o.customers!);
+ checkUnnamed4467(o.customers!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -375,14 +382,14 @@
buildCounterCustomerListCustomersResponse--;
}
-core.List<api.Device> buildUnnamed4425() {
+core.List<api.Device> buildUnnamed4468() {
var o = <api.Device>[];
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-void checkUnnamed4425(core.List<api.Device> o) {
+void checkUnnamed4468(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0] as api.Device);
checkDevice(o[1] as api.Device);
@@ -393,7 +400,7 @@
var o = api.CustomerListDevicesResponse();
buildCounterCustomerListDevicesResponse++;
if (buildCounterCustomerListDevicesResponse < 3) {
- o.devices = buildUnnamed4425();
+ o.devices = buildUnnamed4468();
o.nextPageToken = 'foo';
}
buildCounterCustomerListDevicesResponse--;
@@ -403,7 +410,7 @@
void checkCustomerListDevicesResponse(api.CustomerListDevicesResponse o) {
buildCounterCustomerListDevicesResponse++;
if (buildCounterCustomerListDevicesResponse < 3) {
- checkUnnamed4425(o.devices!);
+ checkUnnamed4468(o.devices!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -412,14 +419,14 @@
buildCounterCustomerListDevicesResponse--;
}
-core.List<api.Dpc> buildUnnamed4426() {
+core.List<api.Dpc> buildUnnamed4469() {
var o = <api.Dpc>[];
o.add(buildDpc());
o.add(buildDpc());
return o;
}
-void checkUnnamed4426(core.List<api.Dpc> o) {
+void checkUnnamed4469(core.List<api.Dpc> o) {
unittest.expect(o, unittest.hasLength(2));
checkDpc(o[0] as api.Dpc);
checkDpc(o[1] as api.Dpc);
@@ -430,7 +437,7 @@
var o = api.CustomerListDpcsResponse();
buildCounterCustomerListDpcsResponse++;
if (buildCounterCustomerListDpcsResponse < 3) {
- o.dpcs = buildUnnamed4426();
+ o.dpcs = buildUnnamed4469();
}
buildCounterCustomerListDpcsResponse--;
return o;
@@ -439,7 +446,7 @@
void checkCustomerListDpcsResponse(api.CustomerListDpcsResponse o) {
buildCounterCustomerListDpcsResponse++;
if (buildCounterCustomerListDpcsResponse < 3) {
- checkUnnamed4426(o.dpcs!);
+ checkUnnamed4469(o.dpcs!);
}
buildCounterCustomerListDpcsResponse--;
}
@@ -484,14 +491,14 @@
buildCounterCustomerUnclaimDeviceRequest--;
}
-core.List<api.DeviceClaim> buildUnnamed4427() {
+core.List<api.DeviceClaim> buildUnnamed4470() {
var o = <api.DeviceClaim>[];
o.add(buildDeviceClaim());
o.add(buildDeviceClaim());
return o;
}
-void checkUnnamed4427(core.List<api.DeviceClaim> o) {
+void checkUnnamed4470(core.List<api.DeviceClaim> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeviceClaim(o[0] as api.DeviceClaim);
checkDeviceClaim(o[1] as api.DeviceClaim);
@@ -502,7 +509,7 @@
var o = api.Device();
buildCounterDevice++;
if (buildCounterDevice < 3) {
- o.claims = buildUnnamed4427();
+ o.claims = buildUnnamed4470();
o.configuration = 'foo';
o.deviceId = 'foo';
o.deviceIdentifier = buildDeviceIdentifier();
@@ -516,7 +523,7 @@
void checkDevice(api.Device o) {
buildCounterDevice++;
if (buildCounterDevice < 3) {
- checkUnnamed4427(o.claims!);
+ checkUnnamed4470(o.claims!);
unittest.expect(
o.configuration!,
unittest.equals('foo'),
@@ -619,14 +626,14 @@
buildCounterDeviceIdentifier--;
}
-core.Map<core.String, core.String> buildUnnamed4428() {
+core.Map<core.String, core.String> buildUnnamed4471() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4428(core.Map<core.String, core.String> o) {
+void checkUnnamed4471(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -643,7 +650,7 @@
var o = api.DeviceMetadata();
buildCounterDeviceMetadata++;
if (buildCounterDeviceMetadata < 3) {
- o.entries = buildUnnamed4428();
+ o.entries = buildUnnamed4471();
}
buildCounterDeviceMetadata--;
return o;
@@ -652,7 +659,7 @@
void checkDeviceMetadata(api.DeviceMetadata o) {
buildCounterDeviceMetadata++;
if (buildCounterDeviceMetadata < 3) {
- checkUnnamed4428(o.entries!);
+ checkUnnamed4471(o.entries!);
}
buildCounterDeviceMetadata--;
}
@@ -715,14 +722,14 @@
buildCounterDevicesLongRunningOperationMetadata--;
}
-core.List<api.OperationPerDevice> buildUnnamed4429() {
+core.List<api.OperationPerDevice> buildUnnamed4472() {
var o = <api.OperationPerDevice>[];
o.add(buildOperationPerDevice());
o.add(buildOperationPerDevice());
return o;
}
-void checkUnnamed4429(core.List<api.OperationPerDevice> o) {
+void checkUnnamed4472(core.List<api.OperationPerDevice> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationPerDevice(o[0] as api.OperationPerDevice);
checkOperationPerDevice(o[1] as api.OperationPerDevice);
@@ -734,7 +741,7 @@
var o = api.DevicesLongRunningOperationResponse();
buildCounterDevicesLongRunningOperationResponse++;
if (buildCounterDevicesLongRunningOperationResponse < 3) {
- o.perDeviceStatus = buildUnnamed4429();
+ o.perDeviceStatus = buildUnnamed4472();
o.successCount = 42;
}
buildCounterDevicesLongRunningOperationResponse--;
@@ -745,7 +752,7 @@
api.DevicesLongRunningOperationResponse o) {
buildCounterDevicesLongRunningOperationResponse++;
if (buildCounterDevicesLongRunningOperationResponse < 3) {
- checkUnnamed4429(o.perDeviceStatus!);
+ checkUnnamed4472(o.perDeviceStatus!);
unittest.expect(
o.successCount!,
unittest.equals(42),
@@ -832,14 +839,14 @@
buildCounterFindDevicesByDeviceIdentifierRequest--;
}
-core.List<api.Device> buildUnnamed4430() {
+core.List<api.Device> buildUnnamed4473() {
var o = <api.Device>[];
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-void checkUnnamed4430(core.List<api.Device> o) {
+void checkUnnamed4473(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0] as api.Device);
checkDevice(o[1] as api.Device);
@@ -851,7 +858,7 @@
var o = api.FindDevicesByDeviceIdentifierResponse();
buildCounterFindDevicesByDeviceIdentifierResponse++;
if (buildCounterFindDevicesByDeviceIdentifierResponse < 3) {
- o.devices = buildUnnamed4430();
+ o.devices = buildUnnamed4473();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -863,7 +870,7 @@
api.FindDevicesByDeviceIdentifierResponse o) {
buildCounterFindDevicesByDeviceIdentifierResponse++;
if (buildCounterFindDevicesByDeviceIdentifierResponse < 3) {
- checkUnnamed4430(o.devices!);
+ checkUnnamed4473(o.devices!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -876,14 +883,14 @@
buildCounterFindDevicesByDeviceIdentifierResponse--;
}
-core.List<core.String> buildUnnamed4431() {
+core.List<core.String> buildUnnamed4474() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4431(core.List<core.String> o) {
+void checkUnnamed4474(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -900,7 +907,7 @@
var o = api.FindDevicesByOwnerRequest();
buildCounterFindDevicesByOwnerRequest++;
if (buildCounterFindDevicesByOwnerRequest < 3) {
- o.customerId = buildUnnamed4431();
+ o.customerId = buildUnnamed4474();
o.limit = 'foo';
o.pageToken = 'foo';
o.sectionType = 'foo';
@@ -912,7 +919,7 @@
void checkFindDevicesByOwnerRequest(api.FindDevicesByOwnerRequest o) {
buildCounterFindDevicesByOwnerRequest++;
if (buildCounterFindDevicesByOwnerRequest < 3) {
- checkUnnamed4431(o.customerId!);
+ checkUnnamed4474(o.customerId!);
unittest.expect(
o.limit!,
unittest.equals('foo'),
@@ -929,14 +936,14 @@
buildCounterFindDevicesByOwnerRequest--;
}
-core.List<api.Device> buildUnnamed4432() {
+core.List<api.Device> buildUnnamed4475() {
var o = <api.Device>[];
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-void checkUnnamed4432(core.List<api.Device> o) {
+void checkUnnamed4475(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0] as api.Device);
checkDevice(o[1] as api.Device);
@@ -947,7 +954,7 @@
var o = api.FindDevicesByOwnerResponse();
buildCounterFindDevicesByOwnerResponse++;
if (buildCounterFindDevicesByOwnerResponse < 3) {
- o.devices = buildUnnamed4432();
+ o.devices = buildUnnamed4475();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -958,7 +965,7 @@
void checkFindDevicesByOwnerResponse(api.FindDevicesByOwnerResponse o) {
buildCounterFindDevicesByOwnerResponse++;
if (buildCounterFindDevicesByOwnerResponse < 3) {
- checkUnnamed4432(o.devices!);
+ checkUnnamed4475(o.devices!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -971,14 +978,14 @@
buildCounterFindDevicesByOwnerResponse--;
}
-core.List<api.Company> buildUnnamed4433() {
+core.List<api.Company> buildUnnamed4476() {
var o = <api.Company>[];
o.add(buildCompany());
o.add(buildCompany());
return o;
}
-void checkUnnamed4433(core.List<api.Company> o) {
+void checkUnnamed4476(core.List<api.Company> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompany(o[0] as api.Company);
checkCompany(o[1] as api.Company);
@@ -989,7 +996,7 @@
var o = api.ListCustomersResponse();
buildCounterListCustomersResponse++;
if (buildCounterListCustomersResponse < 3) {
- o.customers = buildUnnamed4433();
+ o.customers = buildUnnamed4476();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -1000,7 +1007,7 @@
void checkListCustomersResponse(api.ListCustomersResponse o) {
buildCounterListCustomersResponse++;
if (buildCounterListCustomersResponse < 3) {
- checkUnnamed4433(o.customers!);
+ checkUnnamed4476(o.customers!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1013,14 +1020,14 @@
buildCounterListCustomersResponse--;
}
-core.List<api.Company> buildUnnamed4434() {
+core.List<api.Company> buildUnnamed4477() {
var o = <api.Company>[];
o.add(buildCompany());
o.add(buildCompany());
return o;
}
-void checkUnnamed4434(core.List<api.Company> o) {
+void checkUnnamed4477(core.List<api.Company> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompany(o[0] as api.Company);
checkCompany(o[1] as api.Company);
@@ -1031,7 +1038,7 @@
var o = api.ListVendorCustomersResponse();
buildCounterListVendorCustomersResponse++;
if (buildCounterListVendorCustomersResponse < 3) {
- o.customers = buildUnnamed4434();
+ o.customers = buildUnnamed4477();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -1042,7 +1049,7 @@
void checkListVendorCustomersResponse(api.ListVendorCustomersResponse o) {
buildCounterListVendorCustomersResponse++;
if (buildCounterListVendorCustomersResponse < 3) {
- checkUnnamed4434(o.customers!);
+ checkUnnamed4477(o.customers!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1055,14 +1062,14 @@
buildCounterListVendorCustomersResponse--;
}
-core.List<api.Company> buildUnnamed4435() {
+core.List<api.Company> buildUnnamed4478() {
var o = <api.Company>[];
o.add(buildCompany());
o.add(buildCompany());
return o;
}
-void checkUnnamed4435(core.List<api.Company> o) {
+void checkUnnamed4478(core.List<api.Company> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompany(o[0] as api.Company);
checkCompany(o[1] as api.Company);
@@ -1075,7 +1082,7 @@
if (buildCounterListVendorsResponse < 3) {
o.nextPageToken = 'foo';
o.totalSize = 42;
- o.vendors = buildUnnamed4435();
+ o.vendors = buildUnnamed4478();
}
buildCounterListVendorsResponse--;
return o;
@@ -1092,12 +1099,12 @@
o.totalSize!,
unittest.equals(42),
);
- checkUnnamed4435(o.vendors!);
+ checkUnnamed4478(o.vendors!);
}
buildCounterListVendorsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed4436() {
+core.Map<core.String, core.Object> buildUnnamed4479() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1112,7 +1119,7 @@
return o;
}
-void checkUnnamed4436(core.Map<core.String, core.Object> o) {
+void checkUnnamed4479(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1144,7 +1151,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4437() {
+core.Map<core.String, core.Object> buildUnnamed4480() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1159,7 +1166,7 @@
return o;
}
-void checkUnnamed4437(core.Map<core.String, core.Object> o) {
+void checkUnnamed4480(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1198,9 +1205,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed4436();
+ o.metadata = buildUnnamed4479();
o.name = 'foo';
- o.response = buildUnnamed4437();
+ o.response = buildUnnamed4480();
}
buildCounterOperation--;
return o;
@@ -1211,12 +1218,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed4436(o.metadata!);
+ checkUnnamed4479(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4437(o.response!);
+ checkUnnamed4480(o.response!);
}
buildCounterOperation--;
}
@@ -1354,7 +1361,7 @@
buildCounterPerDeviceStatusInBatch--;
}
-core.Map<core.String, core.Object> buildUnnamed4438() {
+core.Map<core.String, core.Object> buildUnnamed4481() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1369,7 +1376,7 @@
return o;
}
-void checkUnnamed4438(core.Map<core.String, core.Object> o) {
+void checkUnnamed4481(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1401,17 +1408,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4439() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4482() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4438());
- o.add(buildUnnamed4438());
+ o.add(buildUnnamed4481());
+ o.add(buildUnnamed4481());
return o;
}
-void checkUnnamed4439(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4482(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4438(o[0]);
- checkUnnamed4438(o[1]);
+ checkUnnamed4481(o[0]);
+ checkUnnamed4481(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1420,7 +1427,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4439();
+ o.details = buildUnnamed4482();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1434,7 +1441,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4439(o.details!);
+ checkUnnamed4482(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1482,14 +1489,14 @@
buildCounterUnclaimDeviceRequest--;
}
-core.List<api.PartnerUnclaim> buildUnnamed4440() {
+core.List<api.PartnerUnclaim> buildUnnamed4483() {
var o = <api.PartnerUnclaim>[];
o.add(buildPartnerUnclaim());
o.add(buildPartnerUnclaim());
return o;
}
-void checkUnnamed4440(core.List<api.PartnerUnclaim> o) {
+void checkUnnamed4483(core.List<api.PartnerUnclaim> o) {
unittest.expect(o, unittest.hasLength(2));
checkPartnerUnclaim(o[0] as api.PartnerUnclaim);
checkPartnerUnclaim(o[1] as api.PartnerUnclaim);
@@ -1500,7 +1507,7 @@
var o = api.UnclaimDevicesRequest();
buildCounterUnclaimDevicesRequest++;
if (buildCounterUnclaimDevicesRequest < 3) {
- o.unclaims = buildUnnamed4440();
+ o.unclaims = buildUnnamed4483();
}
buildCounterUnclaimDevicesRequest--;
return o;
@@ -1509,19 +1516,19 @@
void checkUnclaimDevicesRequest(api.UnclaimDevicesRequest o) {
buildCounterUnclaimDevicesRequest++;
if (buildCounterUnclaimDevicesRequest < 3) {
- checkUnnamed4440(o.unclaims!);
+ checkUnnamed4483(o.unclaims!);
}
buildCounterUnclaimDevicesRequest--;
}
-core.List<api.UpdateMetadataArguments> buildUnnamed4441() {
+core.List<api.UpdateMetadataArguments> buildUnnamed4484() {
var o = <api.UpdateMetadataArguments>[];
o.add(buildUpdateMetadataArguments());
o.add(buildUpdateMetadataArguments());
return o;
}
-void checkUnnamed4441(core.List<api.UpdateMetadataArguments> o) {
+void checkUnnamed4484(core.List<api.UpdateMetadataArguments> o) {
unittest.expect(o, unittest.hasLength(2));
checkUpdateMetadataArguments(o[0] as api.UpdateMetadataArguments);
checkUpdateMetadataArguments(o[1] as api.UpdateMetadataArguments);
@@ -1533,7 +1540,7 @@
var o = api.UpdateDeviceMetadataInBatchRequest();
buildCounterUpdateDeviceMetadataInBatchRequest++;
if (buildCounterUpdateDeviceMetadataInBatchRequest < 3) {
- o.updates = buildUnnamed4441();
+ o.updates = buildUnnamed4484();
}
buildCounterUpdateDeviceMetadataInBatchRequest--;
return o;
@@ -1543,7 +1550,7 @@
api.UpdateDeviceMetadataInBatchRequest o) {
buildCounterUpdateDeviceMetadataInBatchRequest++;
if (buildCounterUpdateDeviceMetadataInBatchRequest < 3) {
- checkUnnamed4441(o.updates!);
+ checkUnnamed4484(o.updates!);
}
buildCounterUpdateDeviceMetadataInBatchRequest--;
}
diff --git a/generated/googleapis/test/androidenterprise/v1_test.dart b/generated/googleapis/test/androidenterprise/v1_test.dart
index 2c1bb4a..818efde 100644
--- a/generated/googleapis/test/androidenterprise/v1_test.dart
+++ b/generated/googleapis/test/androidenterprise/v1_test.dart
@@ -71,14 +71,14 @@
buildCounterAdministratorWebToken--;
}
-core.List<core.String> buildUnnamed4799() {
+core.List<core.String> buildUnnamed4842() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4799(core.List<core.String> o) {
+void checkUnnamed4842(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -98,7 +98,7 @@
o.managedConfigurations =
buildAdministratorWebTokenSpecManagedConfigurations();
o.parent = 'foo';
- o.permission = buildUnnamed4799();
+ o.permission = buildUnnamed4842();
o.playSearch = buildAdministratorWebTokenSpecPlaySearch();
o.privateApps = buildAdministratorWebTokenSpecPrivateApps();
o.storeBuilder = buildAdministratorWebTokenSpecStoreBuilder();
@@ -118,7 +118,7 @@
o.parent!,
unittest.equals('foo'),
);
- checkUnnamed4799(o.permission!);
+ checkUnnamed4842(o.permission!);
checkAdministratorWebTokenSpecPlaySearch(
o.playSearch! as api.AdministratorWebTokenSpecPlaySearch);
checkAdministratorWebTokenSpecPrivateApps(
@@ -260,14 +260,14 @@
buildCounterAdministratorWebTokenSpecZeroTouch--;
}
-core.List<api.AppRestrictionsSchemaRestriction> buildUnnamed4800() {
+core.List<api.AppRestrictionsSchemaRestriction> buildUnnamed4843() {
var o = <api.AppRestrictionsSchemaRestriction>[];
o.add(buildAppRestrictionsSchemaRestriction());
o.add(buildAppRestrictionsSchemaRestriction());
return o;
}
-void checkUnnamed4800(core.List<api.AppRestrictionsSchemaRestriction> o) {
+void checkUnnamed4843(core.List<api.AppRestrictionsSchemaRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkAppRestrictionsSchemaRestriction(
o[0] as api.AppRestrictionsSchemaRestriction);
@@ -281,7 +281,7 @@
buildCounterAppRestrictionsSchema++;
if (buildCounterAppRestrictionsSchema < 3) {
o.kind = 'foo';
- o.restrictions = buildUnnamed4800();
+ o.restrictions = buildUnnamed4843();
}
buildCounterAppRestrictionsSchema--;
return o;
@@ -294,7 +294,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4800(o.restrictions!);
+ checkUnnamed4843(o.restrictions!);
}
buildCounterAppRestrictionsSchema--;
}
@@ -322,14 +322,14 @@
buildCounterAppRestrictionsSchemaChangeEvent--;
}
-core.List<core.String> buildUnnamed4801() {
+core.List<core.String> buildUnnamed4844() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4801(core.List<core.String> o) {
+void checkUnnamed4844(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -341,14 +341,14 @@
);
}
-core.List<core.String> buildUnnamed4802() {
+core.List<core.String> buildUnnamed4845() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4802(core.List<core.String> o) {
+void checkUnnamed4845(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -360,14 +360,14 @@
);
}
-core.List<api.AppRestrictionsSchemaRestriction> buildUnnamed4803() {
+core.List<api.AppRestrictionsSchemaRestriction> buildUnnamed4846() {
var o = <api.AppRestrictionsSchemaRestriction>[];
o.add(buildAppRestrictionsSchemaRestriction());
o.add(buildAppRestrictionsSchemaRestriction());
return o;
}
-void checkUnnamed4803(core.List<api.AppRestrictionsSchemaRestriction> o) {
+void checkUnnamed4846(core.List<api.AppRestrictionsSchemaRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkAppRestrictionsSchemaRestriction(
o[0] as api.AppRestrictionsSchemaRestriction);
@@ -382,10 +382,10 @@
if (buildCounterAppRestrictionsSchemaRestriction < 3) {
o.defaultValue = buildAppRestrictionsSchemaRestrictionRestrictionValue();
o.description = 'foo';
- o.entry = buildUnnamed4801();
- o.entryValue = buildUnnamed4802();
+ o.entry = buildUnnamed4844();
+ o.entryValue = buildUnnamed4845();
o.key = 'foo';
- o.nestedRestriction = buildUnnamed4803();
+ o.nestedRestriction = buildUnnamed4846();
o.restrictionType = 'foo';
o.title = 'foo';
}
@@ -403,13 +403,13 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed4801(o.entry!);
- checkUnnamed4802(o.entryValue!);
+ checkUnnamed4844(o.entry!);
+ checkUnnamed4845(o.entryValue!);
unittest.expect(
o.key!,
unittest.equals('foo'),
);
- checkUnnamed4803(o.nestedRestriction!);
+ checkUnnamed4846(o.nestedRestriction!);
unittest.expect(
o.restrictionType!,
unittest.equals('foo'),
@@ -422,14 +422,14 @@
buildCounterAppRestrictionsSchemaRestriction--;
}
-core.List<core.String> buildUnnamed4804() {
+core.List<core.String> buildUnnamed4847() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4804(core.List<core.String> o) {
+void checkUnnamed4847(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -450,7 +450,7 @@
o.type = 'foo';
o.valueBool = true;
o.valueInteger = 42;
- o.valueMultiselect = buildUnnamed4804();
+ o.valueMultiselect = buildUnnamed4847();
o.valueString = 'foo';
}
buildCounterAppRestrictionsSchemaRestrictionRestrictionValue--;
@@ -470,7 +470,7 @@
o.valueInteger!,
unittest.equals(42),
);
- checkUnnamed4804(o.valueMultiselect!);
+ checkUnnamed4847(o.valueMultiselect!);
unittest.expect(
o.valueString!,
unittest.equals('foo'),
@@ -479,14 +479,14 @@
buildCounterAppRestrictionsSchemaRestrictionRestrictionValue--;
}
-core.List<api.KeyedAppState> buildUnnamed4805() {
+core.List<api.KeyedAppState> buildUnnamed4848() {
var o = <api.KeyedAppState>[];
o.add(buildKeyedAppState());
o.add(buildKeyedAppState());
return o;
}
-void checkUnnamed4805(core.List<api.KeyedAppState> o) {
+void checkUnnamed4848(core.List<api.KeyedAppState> o) {
unittest.expect(o, unittest.hasLength(2));
checkKeyedAppState(o[0] as api.KeyedAppState);
checkKeyedAppState(o[1] as api.KeyedAppState);
@@ -497,7 +497,7 @@
var o = api.AppState();
buildCounterAppState++;
if (buildCounterAppState < 3) {
- o.keyedAppState = buildUnnamed4805();
+ o.keyedAppState = buildUnnamed4848();
o.packageName = 'foo';
}
buildCounterAppState--;
@@ -507,7 +507,7 @@
void checkAppState(api.AppState o) {
buildCounterAppState++;
if (buildCounterAppState < 3) {
- checkUnnamed4805(o.keyedAppState!);
+ checkUnnamed4848(o.keyedAppState!);
unittest.expect(
o.packageName!,
unittest.equals('foo'),
@@ -538,14 +538,14 @@
buildCounterAppUpdateEvent--;
}
-core.List<core.String> buildUnnamed4806() {
+core.List<core.String> buildUnnamed4849() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4806(core.List<core.String> o) {
+void checkUnnamed4849(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -564,7 +564,7 @@
if (buildCounterAppVersion < 3) {
o.isProduction = true;
o.track = 'foo';
- o.trackId = buildUnnamed4806();
+ o.trackId = buildUnnamed4849();
o.versionCode = 42;
o.versionString = 'foo';
}
@@ -580,7 +580,7 @@
o.track!,
unittest.equals('foo'),
);
- checkUnnamed4806(o.trackId!);
+ checkUnnamed4849(o.trackId!);
unittest.expect(
o.versionCode!,
unittest.equals(42),
@@ -669,14 +669,14 @@
buildCounterAutoInstallConstraint--;
}
-core.List<api.AutoInstallConstraint> buildUnnamed4807() {
+core.List<api.AutoInstallConstraint> buildUnnamed4850() {
var o = <api.AutoInstallConstraint>[];
o.add(buildAutoInstallConstraint());
o.add(buildAutoInstallConstraint());
return o;
}
-void checkUnnamed4807(core.List<api.AutoInstallConstraint> o) {
+void checkUnnamed4850(core.List<api.AutoInstallConstraint> o) {
unittest.expect(o, unittest.hasLength(2));
checkAutoInstallConstraint(o[0] as api.AutoInstallConstraint);
checkAutoInstallConstraint(o[1] as api.AutoInstallConstraint);
@@ -687,7 +687,7 @@
var o = api.AutoInstallPolicy();
buildCounterAutoInstallPolicy++;
if (buildCounterAutoInstallPolicy < 3) {
- o.autoInstallConstraint = buildUnnamed4807();
+ o.autoInstallConstraint = buildUnnamed4850();
o.autoInstallMode = 'foo';
o.autoInstallPriority = 42;
o.minimumVersionCode = 42;
@@ -699,7 +699,7 @@
void checkAutoInstallPolicy(api.AutoInstallPolicy o) {
buildCounterAutoInstallPolicy++;
if (buildCounterAutoInstallPolicy < 3) {
- checkUnnamed4807(o.autoInstallConstraint!);
+ checkUnnamed4850(o.autoInstallConstraint!);
unittest.expect(
o.autoInstallMode!,
unittest.equals('foo'),
@@ -716,14 +716,14 @@
buildCounterAutoInstallPolicy--;
}
-core.List<api.VariableSet> buildUnnamed4808() {
+core.List<api.VariableSet> buildUnnamed4851() {
var o = <api.VariableSet>[];
o.add(buildVariableSet());
o.add(buildVariableSet());
return o;
}
-void checkUnnamed4808(core.List<api.VariableSet> o) {
+void checkUnnamed4851(core.List<api.VariableSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariableSet(o[0] as api.VariableSet);
checkVariableSet(o[1] as api.VariableSet);
@@ -735,7 +735,7 @@
buildCounterConfigurationVariables++;
if (buildCounterConfigurationVariables < 3) {
o.mcmId = 'foo';
- o.variableSet = buildUnnamed4808();
+ o.variableSet = buildUnnamed4851();
}
buildCounterConfigurationVariables--;
return o;
@@ -748,7 +748,7 @@
o.mcmId!,
unittest.equals('foo'),
);
- checkUnnamed4808(o.variableSet!);
+ checkUnnamed4851(o.variableSet!);
}
buildCounterConfigurationVariables--;
}
@@ -784,14 +784,14 @@
buildCounterDevice--;
}
-core.List<api.AppState> buildUnnamed4809() {
+core.List<api.AppState> buildUnnamed4852() {
var o = <api.AppState>[];
o.add(buildAppState());
o.add(buildAppState());
return o;
}
-void checkUnnamed4809(core.List<api.AppState> o) {
+void checkUnnamed4852(core.List<api.AppState> o) {
unittest.expect(o, unittest.hasLength(2));
checkAppState(o[0] as api.AppState);
checkAppState(o[1] as api.AppState);
@@ -802,7 +802,7 @@
var o = api.DeviceReport();
buildCounterDeviceReport++;
if (buildCounterDeviceReport < 3) {
- o.appState = buildUnnamed4809();
+ o.appState = buildUnnamed4852();
o.lastUpdatedTimestampMillis = 'foo';
}
buildCounterDeviceReport--;
@@ -812,7 +812,7 @@
void checkDeviceReport(api.DeviceReport o) {
buildCounterDeviceReport++;
if (buildCounterDeviceReport < 3) {
- checkUnnamed4809(o.appState!);
+ checkUnnamed4852(o.appState!);
unittest.expect(
o.lastUpdatedTimestampMillis!,
unittest.equals('foo'),
@@ -872,14 +872,14 @@
buildCounterDeviceState--;
}
-core.List<api.Device> buildUnnamed4810() {
+core.List<api.Device> buildUnnamed4853() {
var o = <api.Device>[];
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-void checkUnnamed4810(core.List<api.Device> o) {
+void checkUnnamed4853(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0] as api.Device);
checkDevice(o[1] as api.Device);
@@ -890,7 +890,7 @@
var o = api.DevicesListResponse();
buildCounterDevicesListResponse++;
if (buildCounterDevicesListResponse < 3) {
- o.device = buildUnnamed4810();
+ o.device = buildUnnamed4853();
}
buildCounterDevicesListResponse--;
return o;
@@ -899,19 +899,19 @@
void checkDevicesListResponse(api.DevicesListResponse o) {
buildCounterDevicesListResponse++;
if (buildCounterDevicesListResponse < 3) {
- checkUnnamed4810(o.device!);
+ checkUnnamed4853(o.device!);
}
buildCounterDevicesListResponse--;
}
-core.List<api.Administrator> buildUnnamed4811() {
+core.List<api.Administrator> buildUnnamed4854() {
var o = <api.Administrator>[];
o.add(buildAdministrator());
o.add(buildAdministrator());
return o;
}
-void checkUnnamed4811(core.List<api.Administrator> o) {
+void checkUnnamed4854(core.List<api.Administrator> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdministrator(o[0] as api.Administrator);
checkAdministrator(o[1] as api.Administrator);
@@ -922,7 +922,7 @@
var o = api.Enterprise();
buildCounterEnterprise++;
if (buildCounterEnterprise < 3) {
- o.administrator = buildUnnamed4811();
+ o.administrator = buildUnnamed4854();
o.id = 'foo';
o.name = 'foo';
o.primaryDomain = 'foo';
@@ -934,7 +934,7 @@
void checkEnterprise(api.Enterprise o) {
buildCounterEnterprise++;
if (buildCounterEnterprise < 3) {
- checkUnnamed4811(o.administrator!);
+ checkUnnamed4854(o.administrator!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -973,14 +973,14 @@
buildCounterEnterpriseAccount--;
}
-core.List<api.Enterprise> buildUnnamed4812() {
+core.List<api.Enterprise> buildUnnamed4855() {
var o = <api.Enterprise>[];
o.add(buildEnterprise());
o.add(buildEnterprise());
return o;
}
-void checkUnnamed4812(core.List<api.Enterprise> o) {
+void checkUnnamed4855(core.List<api.Enterprise> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnterprise(o[0] as api.Enterprise);
checkEnterprise(o[1] as api.Enterprise);
@@ -991,7 +991,7 @@
var o = api.EnterprisesListResponse();
buildCounterEnterprisesListResponse++;
if (buildCounterEnterprisesListResponse < 3) {
- o.enterprise = buildUnnamed4812();
+ o.enterprise = buildUnnamed4855();
}
buildCounterEnterprisesListResponse--;
return o;
@@ -1000,7 +1000,7 @@
void checkEnterprisesListResponse(api.EnterprisesListResponse o) {
buildCounterEnterprisesListResponse++;
if (buildCounterEnterprisesListResponse < 3) {
- checkUnnamed4812(o.enterprise!);
+ checkUnnamed4855(o.enterprise!);
}
buildCounterEnterprisesListResponse--;
}
@@ -1061,14 +1061,14 @@
buildCounterEntitlement--;
}
-core.List<api.Entitlement> buildUnnamed4813() {
+core.List<api.Entitlement> buildUnnamed4856() {
var o = <api.Entitlement>[];
o.add(buildEntitlement());
o.add(buildEntitlement());
return o;
}
-void checkUnnamed4813(core.List<api.Entitlement> o) {
+void checkUnnamed4856(core.List<api.Entitlement> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntitlement(o[0] as api.Entitlement);
checkEntitlement(o[1] as api.Entitlement);
@@ -1079,7 +1079,7 @@
var o = api.EntitlementsListResponse();
buildCounterEntitlementsListResponse++;
if (buildCounterEntitlementsListResponse < 3) {
- o.entitlement = buildUnnamed4813();
+ o.entitlement = buildUnnamed4856();
}
buildCounterEntitlementsListResponse--;
return o;
@@ -1088,7 +1088,7 @@
void checkEntitlementsListResponse(api.EntitlementsListResponse o) {
buildCounterEntitlementsListResponse++;
if (buildCounterEntitlementsListResponse < 3) {
- checkUnnamed4813(o.entitlement!);
+ checkUnnamed4856(o.entitlement!);
}
buildCounterEntitlementsListResponse--;
}
@@ -1140,14 +1140,14 @@
buildCounterGroupLicense--;
}
-core.List<api.User> buildUnnamed4814() {
+core.List<api.User> buildUnnamed4857() {
var o = <api.User>[];
o.add(buildUser());
o.add(buildUser());
return o;
}
-void checkUnnamed4814(core.List<api.User> o) {
+void checkUnnamed4857(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0] as api.User);
checkUser(o[1] as api.User);
@@ -1158,7 +1158,7 @@
var o = api.GroupLicenseUsersListResponse();
buildCounterGroupLicenseUsersListResponse++;
if (buildCounterGroupLicenseUsersListResponse < 3) {
- o.user = buildUnnamed4814();
+ o.user = buildUnnamed4857();
}
buildCounterGroupLicenseUsersListResponse--;
return o;
@@ -1167,19 +1167,19 @@
void checkGroupLicenseUsersListResponse(api.GroupLicenseUsersListResponse o) {
buildCounterGroupLicenseUsersListResponse++;
if (buildCounterGroupLicenseUsersListResponse < 3) {
- checkUnnamed4814(o.user!);
+ checkUnnamed4857(o.user!);
}
buildCounterGroupLicenseUsersListResponse--;
}
-core.List<api.GroupLicense> buildUnnamed4815() {
+core.List<api.GroupLicense> buildUnnamed4858() {
var o = <api.GroupLicense>[];
o.add(buildGroupLicense());
o.add(buildGroupLicense());
return o;
}
-void checkUnnamed4815(core.List<api.GroupLicense> o) {
+void checkUnnamed4858(core.List<api.GroupLicense> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroupLicense(o[0] as api.GroupLicense);
checkGroupLicense(o[1] as api.GroupLicense);
@@ -1190,7 +1190,7 @@
var o = api.GroupLicensesListResponse();
buildCounterGroupLicensesListResponse++;
if (buildCounterGroupLicensesListResponse < 3) {
- o.groupLicense = buildUnnamed4815();
+ o.groupLicense = buildUnnamed4858();
}
buildCounterGroupLicensesListResponse--;
return o;
@@ -1199,7 +1199,7 @@
void checkGroupLicensesListResponse(api.GroupLicensesListResponse o) {
buildCounterGroupLicensesListResponse++;
if (buildCounterGroupLicensesListResponse < 3) {
- checkUnnamed4815(o.groupLicense!);
+ checkUnnamed4858(o.groupLicense!);
}
buildCounterGroupLicensesListResponse--;
}
@@ -1278,14 +1278,14 @@
buildCounterInstallFailureEvent--;
}
-core.List<api.Install> buildUnnamed4816() {
+core.List<api.Install> buildUnnamed4859() {
var o = <api.Install>[];
o.add(buildInstall());
o.add(buildInstall());
return o;
}
-void checkUnnamed4816(core.List<api.Install> o) {
+void checkUnnamed4859(core.List<api.Install> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstall(o[0] as api.Install);
checkInstall(o[1] as api.Install);
@@ -1296,7 +1296,7 @@
var o = api.InstallsListResponse();
buildCounterInstallsListResponse++;
if (buildCounterInstallsListResponse < 3) {
- o.install = buildUnnamed4816();
+ o.install = buildUnnamed4859();
}
buildCounterInstallsListResponse--;
return o;
@@ -1305,7 +1305,7 @@
void checkInstallsListResponse(api.InstallsListResponse o) {
buildCounterInstallsListResponse++;
if (buildCounterInstallsListResponse < 3) {
- checkUnnamed4816(o.install!);
+ checkUnnamed4859(o.install!);
}
buildCounterInstallsListResponse--;
}
@@ -1406,14 +1406,14 @@
buildCounterMaintenanceWindow--;
}
-core.List<api.ManagedProperty> buildUnnamed4817() {
+core.List<api.ManagedProperty> buildUnnamed4860() {
var o = <api.ManagedProperty>[];
o.add(buildManagedProperty());
o.add(buildManagedProperty());
return o;
}
-void checkUnnamed4817(core.List<api.ManagedProperty> o) {
+void checkUnnamed4860(core.List<api.ManagedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedProperty(o[0] as api.ManagedProperty);
checkManagedProperty(o[1] as api.ManagedProperty);
@@ -1426,7 +1426,7 @@
if (buildCounterManagedConfiguration < 3) {
o.configurationVariables = buildConfigurationVariables();
o.kind = 'foo';
- o.managedProperty = buildUnnamed4817();
+ o.managedProperty = buildUnnamed4860();
o.productId = 'foo';
}
buildCounterManagedConfiguration--;
@@ -1442,7 +1442,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4817(o.managedProperty!);
+ checkUnnamed4860(o.managedProperty!);
unittest.expect(
o.productId!,
unittest.equals('foo'),
@@ -1451,14 +1451,14 @@
buildCounterManagedConfiguration--;
}
-core.List<api.ManagedConfiguration> buildUnnamed4818() {
+core.List<api.ManagedConfiguration> buildUnnamed4861() {
var o = <api.ManagedConfiguration>[];
o.add(buildManagedConfiguration());
o.add(buildManagedConfiguration());
return o;
}
-void checkUnnamed4818(core.List<api.ManagedConfiguration> o) {
+void checkUnnamed4861(core.List<api.ManagedConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedConfiguration(o[0] as api.ManagedConfiguration);
checkManagedConfiguration(o[1] as api.ManagedConfiguration);
@@ -1470,7 +1470,7 @@
var o = api.ManagedConfigurationsForDeviceListResponse();
buildCounterManagedConfigurationsForDeviceListResponse++;
if (buildCounterManagedConfigurationsForDeviceListResponse < 3) {
- o.managedConfigurationForDevice = buildUnnamed4818();
+ o.managedConfigurationForDevice = buildUnnamed4861();
}
buildCounterManagedConfigurationsForDeviceListResponse--;
return o;
@@ -1480,19 +1480,19 @@
api.ManagedConfigurationsForDeviceListResponse o) {
buildCounterManagedConfigurationsForDeviceListResponse++;
if (buildCounterManagedConfigurationsForDeviceListResponse < 3) {
- checkUnnamed4818(o.managedConfigurationForDevice!);
+ checkUnnamed4861(o.managedConfigurationForDevice!);
}
buildCounterManagedConfigurationsForDeviceListResponse--;
}
-core.List<api.ManagedConfiguration> buildUnnamed4819() {
+core.List<api.ManagedConfiguration> buildUnnamed4862() {
var o = <api.ManagedConfiguration>[];
o.add(buildManagedConfiguration());
o.add(buildManagedConfiguration());
return o;
}
-void checkUnnamed4819(core.List<api.ManagedConfiguration> o) {
+void checkUnnamed4862(core.List<api.ManagedConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedConfiguration(o[0] as api.ManagedConfiguration);
checkManagedConfiguration(o[1] as api.ManagedConfiguration);
@@ -1504,7 +1504,7 @@
var o = api.ManagedConfigurationsForUserListResponse();
buildCounterManagedConfigurationsForUserListResponse++;
if (buildCounterManagedConfigurationsForUserListResponse < 3) {
- o.managedConfigurationForUser = buildUnnamed4819();
+ o.managedConfigurationForUser = buildUnnamed4862();
}
buildCounterManagedConfigurationsForUserListResponse--;
return o;
@@ -1514,7 +1514,7 @@
api.ManagedConfigurationsForUserListResponse o) {
buildCounterManagedConfigurationsForUserListResponse++;
if (buildCounterManagedConfigurationsForUserListResponse < 3) {
- checkUnnamed4819(o.managedConfigurationForUser!);
+ checkUnnamed4862(o.managedConfigurationForUser!);
}
buildCounterManagedConfigurationsForUserListResponse--;
}
@@ -1551,14 +1551,14 @@
buildCounterManagedConfigurationsSettings--;
}
-core.List<api.ManagedConfigurationsSettings> buildUnnamed4820() {
+core.List<api.ManagedConfigurationsSettings> buildUnnamed4863() {
var o = <api.ManagedConfigurationsSettings>[];
o.add(buildManagedConfigurationsSettings());
o.add(buildManagedConfigurationsSettings());
return o;
}
-void checkUnnamed4820(core.List<api.ManagedConfigurationsSettings> o) {
+void checkUnnamed4863(core.List<api.ManagedConfigurationsSettings> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedConfigurationsSettings(o[0] as api.ManagedConfigurationsSettings);
checkManagedConfigurationsSettings(o[1] as api.ManagedConfigurationsSettings);
@@ -1570,7 +1570,7 @@
var o = api.ManagedConfigurationsSettingsListResponse();
buildCounterManagedConfigurationsSettingsListResponse++;
if (buildCounterManagedConfigurationsSettingsListResponse < 3) {
- o.managedConfigurationsSettings = buildUnnamed4820();
+ o.managedConfigurationsSettings = buildUnnamed4863();
}
buildCounterManagedConfigurationsSettingsListResponse--;
return o;
@@ -1580,32 +1580,32 @@
api.ManagedConfigurationsSettingsListResponse o) {
buildCounterManagedConfigurationsSettingsListResponse++;
if (buildCounterManagedConfigurationsSettingsListResponse < 3) {
- checkUnnamed4820(o.managedConfigurationsSettings!);
+ checkUnnamed4863(o.managedConfigurationsSettings!);
}
buildCounterManagedConfigurationsSettingsListResponse--;
}
-core.List<api.ManagedPropertyBundle> buildUnnamed4821() {
+core.List<api.ManagedPropertyBundle> buildUnnamed4864() {
var o = <api.ManagedPropertyBundle>[];
o.add(buildManagedPropertyBundle());
o.add(buildManagedPropertyBundle());
return o;
}
-void checkUnnamed4821(core.List<api.ManagedPropertyBundle> o) {
+void checkUnnamed4864(core.List<api.ManagedPropertyBundle> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedPropertyBundle(o[0] as api.ManagedPropertyBundle);
checkManagedPropertyBundle(o[1] as api.ManagedPropertyBundle);
}
-core.List<core.String> buildUnnamed4822() {
+core.List<core.String> buildUnnamed4865() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4822(core.List<core.String> o) {
+void checkUnnamed4865(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1625,10 +1625,10 @@
o.key = 'foo';
o.valueBool = true;
o.valueBundle = buildManagedPropertyBundle();
- o.valueBundleArray = buildUnnamed4821();
+ o.valueBundleArray = buildUnnamed4864();
o.valueInteger = 42;
o.valueString = 'foo';
- o.valueStringArray = buildUnnamed4822();
+ o.valueStringArray = buildUnnamed4865();
}
buildCounterManagedProperty--;
return o;
@@ -1643,7 +1643,7 @@
);
unittest.expect(o.valueBool!, unittest.isTrue);
checkManagedPropertyBundle(o.valueBundle! as api.ManagedPropertyBundle);
- checkUnnamed4821(o.valueBundleArray!);
+ checkUnnamed4864(o.valueBundleArray!);
unittest.expect(
o.valueInteger!,
unittest.equals(42),
@@ -1652,19 +1652,19 @@
o.valueString!,
unittest.equals('foo'),
);
- checkUnnamed4822(o.valueStringArray!);
+ checkUnnamed4865(o.valueStringArray!);
}
buildCounterManagedProperty--;
}
-core.List<api.ManagedProperty> buildUnnamed4823() {
+core.List<api.ManagedProperty> buildUnnamed4866() {
var o = <api.ManagedProperty>[];
o.add(buildManagedProperty());
o.add(buildManagedProperty());
return o;
}
-void checkUnnamed4823(core.List<api.ManagedProperty> o) {
+void checkUnnamed4866(core.List<api.ManagedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedProperty(o[0] as api.ManagedProperty);
checkManagedProperty(o[1] as api.ManagedProperty);
@@ -1675,7 +1675,7 @@
var o = api.ManagedPropertyBundle();
buildCounterManagedPropertyBundle++;
if (buildCounterManagedPropertyBundle < 3) {
- o.managedProperty = buildUnnamed4823();
+ o.managedProperty = buildUnnamed4866();
}
buildCounterManagedPropertyBundle--;
return o;
@@ -1684,7 +1684,7 @@
void checkManagedPropertyBundle(api.ManagedPropertyBundle o) {
buildCounterManagedPropertyBundle++;
if (buildCounterManagedPropertyBundle < 3) {
- checkUnnamed4823(o.managedProperty!);
+ checkUnnamed4866(o.managedProperty!);
}
buildCounterManagedPropertyBundle--;
}
@@ -1726,14 +1726,14 @@
buildCounterNewDeviceEvent--;
}
-core.List<core.String> buildUnnamed4824() {
+core.List<core.String> buildUnnamed4867() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4824(core.List<core.String> o) {
+void checkUnnamed4867(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1745,14 +1745,14 @@
);
}
-core.List<core.String> buildUnnamed4825() {
+core.List<core.String> buildUnnamed4868() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4825(core.List<core.String> o) {
+void checkUnnamed4868(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1769,9 +1769,9 @@
var o = api.NewPermissionsEvent();
buildCounterNewPermissionsEvent++;
if (buildCounterNewPermissionsEvent < 3) {
- o.approvedPermissions = buildUnnamed4824();
+ o.approvedPermissions = buildUnnamed4867();
o.productId = 'foo';
- o.requestedPermissions = buildUnnamed4825();
+ o.requestedPermissions = buildUnnamed4868();
}
buildCounterNewPermissionsEvent--;
return o;
@@ -1780,12 +1780,12 @@
void checkNewPermissionsEvent(api.NewPermissionsEvent o) {
buildCounterNewPermissionsEvent++;
if (buildCounterNewPermissionsEvent < 3) {
- checkUnnamed4824(o.approvedPermissions!);
+ checkUnnamed4867(o.approvedPermissions!);
unittest.expect(
o.productId!,
unittest.equals('foo'),
);
- checkUnnamed4825(o.requestedPermissions!);
+ checkUnnamed4868(o.requestedPermissions!);
}
buildCounterNewPermissionsEvent--;
}
@@ -1843,14 +1843,14 @@
buildCounterNotification--;
}
-core.List<api.Notification> buildUnnamed4826() {
+core.List<api.Notification> buildUnnamed4869() {
var o = <api.Notification>[];
o.add(buildNotification());
o.add(buildNotification());
return o;
}
-void checkUnnamed4826(core.List<api.Notification> o) {
+void checkUnnamed4869(core.List<api.Notification> o) {
unittest.expect(o, unittest.hasLength(2));
checkNotification(o[0] as api.Notification);
checkNotification(o[1] as api.Notification);
@@ -1861,7 +1861,7 @@
var o = api.NotificationSet();
buildCounterNotificationSet++;
if (buildCounterNotificationSet < 3) {
- o.notification = buildUnnamed4826();
+ o.notification = buildUnnamed4869();
o.notificationSetId = 'foo';
}
buildCounterNotificationSet--;
@@ -1871,7 +1871,7 @@
void checkNotificationSet(api.NotificationSet o) {
buildCounterNotificationSet++;
if (buildCounterNotificationSet < 3) {
- checkUnnamed4826(o.notification!);
+ checkUnnamed4869(o.notification!);
unittest.expect(
o.notificationSetId!,
unittest.equals('foo'),
@@ -1944,14 +1944,14 @@
buildCounterPermission--;
}
-core.List<api.ProductPolicy> buildUnnamed4827() {
+core.List<api.ProductPolicy> buildUnnamed4870() {
var o = <api.ProductPolicy>[];
o.add(buildProductPolicy());
o.add(buildProductPolicy());
return o;
}
-void checkUnnamed4827(core.List<api.ProductPolicy> o) {
+void checkUnnamed4870(core.List<api.ProductPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductPolicy(o[0] as api.ProductPolicy);
checkProductPolicy(o[1] as api.ProductPolicy);
@@ -1966,7 +1966,7 @@
o.deviceReportPolicy = 'foo';
o.maintenanceWindow = buildMaintenanceWindow();
o.productAvailabilityPolicy = 'foo';
- o.productPolicy = buildUnnamed4827();
+ o.productPolicy = buildUnnamed4870();
}
buildCounterPolicy--;
return o;
@@ -1988,45 +1988,45 @@
o.productAvailabilityPolicy!,
unittest.equals('foo'),
);
- checkUnnamed4827(o.productPolicy!);
+ checkUnnamed4870(o.productPolicy!);
}
buildCounterPolicy--;
}
-core.List<api.TrackInfo> buildUnnamed4828() {
+core.List<api.TrackInfo> buildUnnamed4871() {
var o = <api.TrackInfo>[];
o.add(buildTrackInfo());
o.add(buildTrackInfo());
return o;
}
-void checkUnnamed4828(core.List<api.TrackInfo> o) {
+void checkUnnamed4871(core.List<api.TrackInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrackInfo(o[0] as api.TrackInfo);
checkTrackInfo(o[1] as api.TrackInfo);
}
-core.List<api.AppVersion> buildUnnamed4829() {
+core.List<api.AppVersion> buildUnnamed4872() {
var o = <api.AppVersion>[];
o.add(buildAppVersion());
o.add(buildAppVersion());
return o;
}
-void checkUnnamed4829(core.List<api.AppVersion> o) {
+void checkUnnamed4872(core.List<api.AppVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkAppVersion(o[0] as api.AppVersion);
checkAppVersion(o[1] as api.AppVersion);
}
-core.List<core.String> buildUnnamed4830() {
+core.List<core.String> buildUnnamed4873() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4830(core.List<core.String> o) {
+void checkUnnamed4873(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2038,14 +2038,14 @@
);
}
-core.List<core.String> buildUnnamed4831() {
+core.List<core.String> buildUnnamed4874() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4831(core.List<core.String> o) {
+void checkUnnamed4874(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2057,14 +2057,14 @@
);
}
-core.List<core.String> buildUnnamed4832() {
+core.List<core.String> buildUnnamed4875() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4832(core.List<core.String> o) {
+void checkUnnamed4875(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2076,27 +2076,27 @@
);
}
-core.List<api.ProductPermission> buildUnnamed4833() {
+core.List<api.ProductPermission> buildUnnamed4876() {
var o = <api.ProductPermission>[];
o.add(buildProductPermission());
o.add(buildProductPermission());
return o;
}
-void checkUnnamed4833(core.List<api.ProductPermission> o) {
+void checkUnnamed4876(core.List<api.ProductPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductPermission(o[0] as api.ProductPermission);
checkProductPermission(o[1] as api.ProductPermission);
}
-core.List<core.String> buildUnnamed4834() {
+core.List<core.String> buildUnnamed4877() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4834(core.List<core.String> o) {
+void checkUnnamed4877(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2113,26 +2113,26 @@
var o = api.Product();
buildCounterProduct++;
if (buildCounterProduct < 3) {
- o.appTracks = buildUnnamed4828();
- o.appVersion = buildUnnamed4829();
+ o.appTracks = buildUnnamed4871();
+ o.appVersion = buildUnnamed4872();
o.authorName = 'foo';
- o.availableCountries = buildUnnamed4830();
- o.availableTracks = buildUnnamed4831();
+ o.availableCountries = buildUnnamed4873();
+ o.availableTracks = buildUnnamed4874();
o.category = 'foo';
o.contentRating = 'foo';
o.description = 'foo';
o.detailsUrl = 'foo';
o.distributionChannel = 'foo';
- o.features = buildUnnamed4832();
+ o.features = buildUnnamed4875();
o.iconUrl = 'foo';
o.lastUpdatedTimestampMillis = 'foo';
o.minAndroidSdkVersion = 42;
- o.permissions = buildUnnamed4833();
+ o.permissions = buildUnnamed4876();
o.productId = 'foo';
o.productPricing = 'foo';
o.recentChanges = 'foo';
o.requiresContainerApp = true;
- o.screenshotUrls = buildUnnamed4834();
+ o.screenshotUrls = buildUnnamed4877();
o.signingCertificate = buildProductSigningCertificate();
o.smallIconUrl = 'foo';
o.title = 'foo';
@@ -2145,14 +2145,14 @@
void checkProduct(api.Product o) {
buildCounterProduct++;
if (buildCounterProduct < 3) {
- checkUnnamed4828(o.appTracks!);
- checkUnnamed4829(o.appVersion!);
+ checkUnnamed4871(o.appTracks!);
+ checkUnnamed4872(o.appVersion!);
unittest.expect(
o.authorName!,
unittest.equals('foo'),
);
- checkUnnamed4830(o.availableCountries!);
- checkUnnamed4831(o.availableTracks!);
+ checkUnnamed4873(o.availableCountries!);
+ checkUnnamed4874(o.availableTracks!);
unittest.expect(
o.category!,
unittest.equals('foo'),
@@ -2173,7 +2173,7 @@
o.distributionChannel!,
unittest.equals('foo'),
);
- checkUnnamed4832(o.features!);
+ checkUnnamed4875(o.features!);
unittest.expect(
o.iconUrl!,
unittest.equals('foo'),
@@ -2186,7 +2186,7 @@
o.minAndroidSdkVersion!,
unittest.equals(42),
);
- checkUnnamed4833(o.permissions!);
+ checkUnnamed4876(o.permissions!);
unittest.expect(
o.productId!,
unittest.equals('foo'),
@@ -2200,7 +2200,7 @@
unittest.equals('foo'),
);
unittest.expect(o.requiresContainerApp!, unittest.isTrue);
- checkUnnamed4834(o.screenshotUrls!);
+ checkUnnamed4877(o.screenshotUrls!);
checkProductSigningCertificate(
o.signingCertificate! as api.ProductSigningCertificate);
unittest.expect(
@@ -2300,14 +2300,14 @@
buildCounterProductPermission--;
}
-core.List<api.ProductPermission> buildUnnamed4835() {
+core.List<api.ProductPermission> buildUnnamed4878() {
var o = <api.ProductPermission>[];
o.add(buildProductPermission());
o.add(buildProductPermission());
return o;
}
-void checkUnnamed4835(core.List<api.ProductPermission> o) {
+void checkUnnamed4878(core.List<api.ProductPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductPermission(o[0] as api.ProductPermission);
checkProductPermission(o[1] as api.ProductPermission);
@@ -2318,7 +2318,7 @@
var o = api.ProductPermissions();
buildCounterProductPermissions++;
if (buildCounterProductPermissions < 3) {
- o.permission = buildUnnamed4835();
+ o.permission = buildUnnamed4878();
o.productId = 'foo';
}
buildCounterProductPermissions--;
@@ -2328,7 +2328,7 @@
void checkProductPermissions(api.ProductPermissions o) {
buildCounterProductPermissions++;
if (buildCounterProductPermissions < 3) {
- checkUnnamed4835(o.permission!);
+ checkUnnamed4878(o.permission!);
unittest.expect(
o.productId!,
unittest.equals('foo'),
@@ -2337,14 +2337,14 @@
buildCounterProductPermissions--;
}
-core.List<core.String> buildUnnamed4836() {
+core.List<core.String> buildUnnamed4879() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4836(core.List<core.String> o) {
+void checkUnnamed4879(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2356,14 +2356,14 @@
);
}
-core.List<core.String> buildUnnamed4837() {
+core.List<core.String> buildUnnamed4880() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4837(core.List<core.String> o) {
+void checkUnnamed4880(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2384,8 +2384,8 @@
o.autoUpdateMode = 'foo';
o.managedConfiguration = buildManagedConfiguration();
o.productId = 'foo';
- o.trackIds = buildUnnamed4836();
- o.tracks = buildUnnamed4837();
+ o.trackIds = buildUnnamed4879();
+ o.tracks = buildUnnamed4880();
}
buildCounterProductPolicy--;
return o;
@@ -2405,20 +2405,20 @@
o.productId!,
unittest.equals('foo'),
);
- checkUnnamed4836(o.trackIds!);
- checkUnnamed4837(o.tracks!);
+ checkUnnamed4879(o.trackIds!);
+ checkUnnamed4880(o.tracks!);
}
buildCounterProductPolicy--;
}
-core.List<core.String> buildUnnamed4838() {
+core.List<core.String> buildUnnamed4881() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4838(core.List<core.String> o) {
+void checkUnnamed4881(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2430,14 +2430,14 @@
);
}
-core.List<api.ProductVisibility> buildUnnamed4839() {
+core.List<api.ProductVisibility> buildUnnamed4882() {
var o = <api.ProductVisibility>[];
o.add(buildProductVisibility());
o.add(buildProductVisibility());
return o;
}
-void checkUnnamed4839(core.List<api.ProductVisibility> o) {
+void checkUnnamed4882(core.List<api.ProductVisibility> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductVisibility(o[0] as api.ProductVisibility);
checkProductVisibility(o[1] as api.ProductVisibility);
@@ -2448,9 +2448,9 @@
var o = api.ProductSet();
buildCounterProductSet++;
if (buildCounterProductSet < 3) {
- o.productId = buildUnnamed4838();
+ o.productId = buildUnnamed4881();
o.productSetBehavior = 'foo';
- o.productVisibility = buildUnnamed4839();
+ o.productVisibility = buildUnnamed4882();
}
buildCounterProductSet--;
return o;
@@ -2459,12 +2459,12 @@
void checkProductSet(api.ProductSet o) {
buildCounterProductSet++;
if (buildCounterProductSet < 3) {
- checkUnnamed4838(o.productId!);
+ checkUnnamed4881(o.productId!);
unittest.expect(
o.productSetBehavior!,
unittest.equals('foo'),
);
- checkUnnamed4839(o.productVisibility!);
+ checkUnnamed4882(o.productVisibility!);
}
buildCounterProductSet--;
}
@@ -2496,14 +2496,14 @@
buildCounterProductSigningCertificate--;
}
-core.List<core.String> buildUnnamed4840() {
+core.List<core.String> buildUnnamed4883() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4840(core.List<core.String> o) {
+void checkUnnamed4883(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2515,14 +2515,14 @@
);
}
-core.List<core.String> buildUnnamed4841() {
+core.List<core.String> buildUnnamed4884() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4841(core.List<core.String> o) {
+void checkUnnamed4884(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2540,8 +2540,8 @@
buildCounterProductVisibility++;
if (buildCounterProductVisibility < 3) {
o.productId = 'foo';
- o.trackIds = buildUnnamed4840();
- o.tracks = buildUnnamed4841();
+ o.trackIds = buildUnnamed4883();
+ o.tracks = buildUnnamed4884();
}
buildCounterProductVisibility--;
return o;
@@ -2554,8 +2554,8 @@
o.productId!,
unittest.equals('foo'),
);
- checkUnnamed4840(o.trackIds!);
- checkUnnamed4841(o.tracks!);
+ checkUnnamed4883(o.trackIds!);
+ checkUnnamed4884(o.tracks!);
}
buildCounterProductVisibility--;
}
@@ -2608,14 +2608,14 @@
buildCounterProductsGenerateApprovalUrlResponse--;
}
-core.List<api.Product> buildUnnamed4842() {
+core.List<api.Product> buildUnnamed4885() {
var o = <api.Product>[];
o.add(buildProduct());
o.add(buildProduct());
return o;
}
-void checkUnnamed4842(core.List<api.Product> o) {
+void checkUnnamed4885(core.List<api.Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkProduct(o[0] as api.Product);
checkProduct(o[1] as api.Product);
@@ -2627,7 +2627,7 @@
buildCounterProductsListResponse++;
if (buildCounterProductsListResponse < 3) {
o.pageInfo = buildPageInfo();
- o.product = buildUnnamed4842();
+ o.product = buildUnnamed4885();
o.tokenPagination = buildTokenPagination();
}
buildCounterProductsListResponse--;
@@ -2638,7 +2638,7 @@
buildCounterProductsListResponse++;
if (buildCounterProductsListResponse < 3) {
checkPageInfo(o.pageInfo! as api.PageInfo);
- checkUnnamed4842(o.product!);
+ checkUnnamed4885(o.product!);
checkTokenPagination(o.tokenPagination! as api.TokenPagination);
}
buildCounterProductsListResponse--;
@@ -2705,14 +2705,14 @@
buildCounterServiceAccountKey--;
}
-core.List<api.ServiceAccountKey> buildUnnamed4843() {
+core.List<api.ServiceAccountKey> buildUnnamed4886() {
var o = <api.ServiceAccountKey>[];
o.add(buildServiceAccountKey());
o.add(buildServiceAccountKey());
return o;
}
-void checkUnnamed4843(core.List<api.ServiceAccountKey> o) {
+void checkUnnamed4886(core.List<api.ServiceAccountKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkServiceAccountKey(o[0] as api.ServiceAccountKey);
checkServiceAccountKey(o[1] as api.ServiceAccountKey);
@@ -2723,7 +2723,7 @@
var o = api.ServiceAccountKeysListResponse();
buildCounterServiceAccountKeysListResponse++;
if (buildCounterServiceAccountKeysListResponse < 3) {
- o.serviceAccountKey = buildUnnamed4843();
+ o.serviceAccountKey = buildUnnamed4886();
}
buildCounterServiceAccountKeysListResponse--;
return o;
@@ -2732,7 +2732,7 @@
void checkServiceAccountKeysListResponse(api.ServiceAccountKeysListResponse o) {
buildCounterServiceAccountKeysListResponse++;
if (buildCounterServiceAccountKeysListResponse < 3) {
- checkUnnamed4843(o.serviceAccountKey!);
+ checkUnnamed4886(o.serviceAccountKey!);
}
buildCounterServiceAccountKeysListResponse--;
}
@@ -2769,27 +2769,27 @@
buildCounterSignupInfo--;
}
-core.List<api.LocalizedText> buildUnnamed4844() {
+core.List<api.LocalizedText> buildUnnamed4887() {
var o = <api.LocalizedText>[];
o.add(buildLocalizedText());
o.add(buildLocalizedText());
return o;
}
-void checkUnnamed4844(core.List<api.LocalizedText> o) {
+void checkUnnamed4887(core.List<api.LocalizedText> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalizedText(o[0] as api.LocalizedText);
checkLocalizedText(o[1] as api.LocalizedText);
}
-core.List<core.String> buildUnnamed4845() {
+core.List<core.String> buildUnnamed4888() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4845(core.List<core.String> o) {
+void checkUnnamed4888(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2807,9 +2807,9 @@
buildCounterStoreCluster++;
if (buildCounterStoreCluster < 3) {
o.id = 'foo';
- o.name = buildUnnamed4844();
+ o.name = buildUnnamed4887();
o.orderInPage = 'foo';
- o.productId = buildUnnamed4845();
+ o.productId = buildUnnamed4888();
}
buildCounterStoreCluster--;
return o;
@@ -2822,12 +2822,12 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed4844(o.name!);
+ checkUnnamed4887(o.name!);
unittest.expect(
o.orderInPage!,
unittest.equals('foo'),
);
- checkUnnamed4845(o.productId!);
+ checkUnnamed4888(o.productId!);
}
buildCounterStoreCluster--;
}
@@ -2859,14 +2859,14 @@
buildCounterStoreLayout--;
}
-core.List<api.StoreCluster> buildUnnamed4846() {
+core.List<api.StoreCluster> buildUnnamed4889() {
var o = <api.StoreCluster>[];
o.add(buildStoreCluster());
o.add(buildStoreCluster());
return o;
}
-void checkUnnamed4846(core.List<api.StoreCluster> o) {
+void checkUnnamed4889(core.List<api.StoreCluster> o) {
unittest.expect(o, unittest.hasLength(2));
checkStoreCluster(o[0] as api.StoreCluster);
checkStoreCluster(o[1] as api.StoreCluster);
@@ -2877,7 +2877,7 @@
var o = api.StoreLayoutClustersListResponse();
buildCounterStoreLayoutClustersListResponse++;
if (buildCounterStoreLayoutClustersListResponse < 3) {
- o.cluster = buildUnnamed4846();
+ o.cluster = buildUnnamed4889();
}
buildCounterStoreLayoutClustersListResponse--;
return o;
@@ -2887,19 +2887,19 @@
api.StoreLayoutClustersListResponse o) {
buildCounterStoreLayoutClustersListResponse++;
if (buildCounterStoreLayoutClustersListResponse < 3) {
- checkUnnamed4846(o.cluster!);
+ checkUnnamed4889(o.cluster!);
}
buildCounterStoreLayoutClustersListResponse--;
}
-core.List<api.StorePage> buildUnnamed4847() {
+core.List<api.StorePage> buildUnnamed4890() {
var o = <api.StorePage>[];
o.add(buildStorePage());
o.add(buildStorePage());
return o;
}
-void checkUnnamed4847(core.List<api.StorePage> o) {
+void checkUnnamed4890(core.List<api.StorePage> o) {
unittest.expect(o, unittest.hasLength(2));
checkStorePage(o[0] as api.StorePage);
checkStorePage(o[1] as api.StorePage);
@@ -2910,7 +2910,7 @@
var o = api.StoreLayoutPagesListResponse();
buildCounterStoreLayoutPagesListResponse++;
if (buildCounterStoreLayoutPagesListResponse < 3) {
- o.page = buildUnnamed4847();
+ o.page = buildUnnamed4890();
}
buildCounterStoreLayoutPagesListResponse--;
return o;
@@ -2919,19 +2919,19 @@
void checkStoreLayoutPagesListResponse(api.StoreLayoutPagesListResponse o) {
buildCounterStoreLayoutPagesListResponse++;
if (buildCounterStoreLayoutPagesListResponse < 3) {
- checkUnnamed4847(o.page!);
+ checkUnnamed4890(o.page!);
}
buildCounterStoreLayoutPagesListResponse--;
}
-core.List<core.String> buildUnnamed4848() {
+core.List<core.String> buildUnnamed4891() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4848(core.List<core.String> o) {
+void checkUnnamed4891(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2943,14 +2943,14 @@
);
}
-core.List<api.LocalizedText> buildUnnamed4849() {
+core.List<api.LocalizedText> buildUnnamed4892() {
var o = <api.LocalizedText>[];
o.add(buildLocalizedText());
o.add(buildLocalizedText());
return o;
}
-void checkUnnamed4849(core.List<api.LocalizedText> o) {
+void checkUnnamed4892(core.List<api.LocalizedText> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalizedText(o[0] as api.LocalizedText);
checkLocalizedText(o[1] as api.LocalizedText);
@@ -2962,8 +2962,8 @@
buildCounterStorePage++;
if (buildCounterStorePage < 3) {
o.id = 'foo';
- o.link = buildUnnamed4848();
- o.name = buildUnnamed4849();
+ o.link = buildUnnamed4891();
+ o.name = buildUnnamed4892();
}
buildCounterStorePage--;
return o;
@@ -2976,8 +2976,8 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed4848(o.link!);
- checkUnnamed4849(o.name!);
+ checkUnnamed4891(o.link!);
+ checkUnnamed4892(o.name!);
}
buildCounterStorePage--;
}
@@ -3083,14 +3083,14 @@
buildCounterUser--;
}
-core.List<api.User> buildUnnamed4850() {
+core.List<api.User> buildUnnamed4893() {
var o = <api.User>[];
o.add(buildUser());
o.add(buildUser());
return o;
}
-void checkUnnamed4850(core.List<api.User> o) {
+void checkUnnamed4893(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0] as api.User);
checkUser(o[1] as api.User);
@@ -3101,7 +3101,7 @@
var o = api.UsersListResponse();
buildCounterUsersListResponse++;
if (buildCounterUsersListResponse < 3) {
- o.user = buildUnnamed4850();
+ o.user = buildUnnamed4893();
}
buildCounterUsersListResponse--;
return o;
@@ -3110,7 +3110,7 @@
void checkUsersListResponse(api.UsersListResponse o) {
buildCounterUsersListResponse++;
if (buildCounterUsersListResponse < 3) {
- checkUnnamed4850(o.user!);
+ checkUnnamed4893(o.user!);
}
buildCounterUsersListResponse--;
}
@@ -3142,14 +3142,14 @@
buildCounterVariableSet--;
}
-core.List<api.WebAppIcon> buildUnnamed4851() {
+core.List<api.WebAppIcon> buildUnnamed4894() {
var o = <api.WebAppIcon>[];
o.add(buildWebAppIcon());
o.add(buildWebAppIcon());
return o;
}
-void checkUnnamed4851(core.List<api.WebAppIcon> o) {
+void checkUnnamed4894(core.List<api.WebAppIcon> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebAppIcon(o[0] as api.WebAppIcon);
checkWebAppIcon(o[1] as api.WebAppIcon);
@@ -3161,7 +3161,7 @@
buildCounterWebApp++;
if (buildCounterWebApp < 3) {
o.displayMode = 'foo';
- o.icons = buildUnnamed4851();
+ o.icons = buildUnnamed4894();
o.isPublished = true;
o.startUrl = 'foo';
o.title = 'foo';
@@ -3179,7 +3179,7 @@
o.displayMode!,
unittest.equals('foo'),
);
- checkUnnamed4851(o.icons!);
+ checkUnnamed4894(o.icons!);
unittest.expect(o.isPublished!, unittest.isTrue);
unittest.expect(
o.startUrl!,
@@ -3223,14 +3223,14 @@
buildCounterWebAppIcon--;
}
-core.List<api.WebApp> buildUnnamed4852() {
+core.List<api.WebApp> buildUnnamed4895() {
var o = <api.WebApp>[];
o.add(buildWebApp());
o.add(buildWebApp());
return o;
}
-void checkUnnamed4852(core.List<api.WebApp> o) {
+void checkUnnamed4895(core.List<api.WebApp> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebApp(o[0] as api.WebApp);
checkWebApp(o[1] as api.WebApp);
@@ -3241,7 +3241,7 @@
var o = api.WebAppsListResponse();
buildCounterWebAppsListResponse++;
if (buildCounterWebAppsListResponse < 3) {
- o.webApp = buildUnnamed4852();
+ o.webApp = buildUnnamed4895();
}
buildCounterWebAppsListResponse--;
return o;
@@ -3250,7 +3250,7 @@
void checkWebAppsListResponse(api.WebAppsListResponse o) {
buildCounterWebAppsListResponse++;
if (buildCounterWebAppsListResponse < 3) {
- checkUnnamed4852(o.webApp!);
+ checkUnnamed4895(o.webApp!);
}
buildCounterWebAppsListResponse--;
}
diff --git a/generated/googleapis/test/androidmanagement/v1_test.dart b/generated/googleapis/test/androidmanagement/v1_test.dart
index 8183dd1..bcf800d 100644
--- a/generated/googleapis/test/androidmanagement/v1_test.dart
+++ b/generated/googleapis/test/androidmanagement/v1_test.dart
@@ -137,40 +137,40 @@
buildCounterAppTrackInfo--;
}
-core.List<api.AppTrackInfo> buildUnnamed6864() {
+core.List<api.AppTrackInfo> buildUnnamed6915() {
var o = <api.AppTrackInfo>[];
o.add(buildAppTrackInfo());
o.add(buildAppTrackInfo());
return o;
}
-void checkUnnamed6864(core.List<api.AppTrackInfo> o) {
+void checkUnnamed6915(core.List<api.AppTrackInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkAppTrackInfo(o[0] as api.AppTrackInfo);
checkAppTrackInfo(o[1] as api.AppTrackInfo);
}
-core.List<api.ManagedProperty> buildUnnamed6865() {
+core.List<api.ManagedProperty> buildUnnamed6916() {
var o = <api.ManagedProperty>[];
o.add(buildManagedProperty());
o.add(buildManagedProperty());
return o;
}
-void checkUnnamed6865(core.List<api.ManagedProperty> o) {
+void checkUnnamed6916(core.List<api.ManagedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedProperty(o[0] as api.ManagedProperty);
checkManagedProperty(o[1] as api.ManagedProperty);
}
-core.List<api.ApplicationPermission> buildUnnamed6866() {
+core.List<api.ApplicationPermission> buildUnnamed6917() {
var o = <api.ApplicationPermission>[];
o.add(buildApplicationPermission());
o.add(buildApplicationPermission());
return o;
}
-void checkUnnamed6866(core.List<api.ApplicationPermission> o) {
+void checkUnnamed6917(core.List<api.ApplicationPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkApplicationPermission(o[0] as api.ApplicationPermission);
checkApplicationPermission(o[1] as api.ApplicationPermission);
@@ -181,10 +181,10 @@
var o = api.Application();
buildCounterApplication++;
if (buildCounterApplication < 3) {
- o.appTracks = buildUnnamed6864();
- o.managedProperties = buildUnnamed6865();
+ o.appTracks = buildUnnamed6915();
+ o.managedProperties = buildUnnamed6916();
o.name = 'foo';
- o.permissions = buildUnnamed6866();
+ o.permissions = buildUnnamed6917();
o.title = 'foo';
}
buildCounterApplication--;
@@ -194,13 +194,13 @@
void checkApplication(api.Application o) {
buildCounterApplication++;
if (buildCounterApplication < 3) {
- checkUnnamed6864(o.appTracks!);
- checkUnnamed6865(o.managedProperties!);
+ checkUnnamed6915(o.appTracks!);
+ checkUnnamed6916(o.managedProperties!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6866(o.permissions!);
+ checkUnnamed6917(o.permissions!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -268,14 +268,14 @@
buildCounterApplicationPermission--;
}
-core.List<core.String> buildUnnamed6867() {
+core.List<core.String> buildUnnamed6918() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6867(core.List<core.String> o) {
+void checkUnnamed6918(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -287,14 +287,14 @@
);
}
-core.List<core.String> buildUnnamed6868() {
+core.List<core.String> buildUnnamed6919() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6868(core.List<core.String> o) {
+void checkUnnamed6919(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -306,7 +306,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6869() {
+core.Map<core.String, core.Object> buildUnnamed6920() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -321,7 +321,7 @@
return o;
}
-void checkUnnamed6869(core.Map<core.String, core.Object> o) {
+void checkUnnamed6920(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -353,14 +353,14 @@
);
}
-core.List<api.PermissionGrant> buildUnnamed6870() {
+core.List<api.PermissionGrant> buildUnnamed6921() {
var o = <api.PermissionGrant>[];
o.add(buildPermissionGrant());
o.add(buildPermissionGrant());
return o;
}
-void checkUnnamed6870(core.List<api.PermissionGrant> o) {
+void checkUnnamed6921(core.List<api.PermissionGrant> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermissionGrant(o[0] as api.PermissionGrant);
checkPermissionGrant(o[1] as api.PermissionGrant);
@@ -371,19 +371,19 @@
var o = api.ApplicationPolicy();
buildCounterApplicationPolicy++;
if (buildCounterApplicationPolicy < 3) {
- o.accessibleTrackIds = buildUnnamed6867();
+ o.accessibleTrackIds = buildUnnamed6918();
o.autoUpdateMode = 'foo';
o.connectedWorkAndPersonalApp = 'foo';
o.defaultPermissionPolicy = 'foo';
- o.delegatedScopes = buildUnnamed6868();
+ o.delegatedScopes = buildUnnamed6919();
o.disabled = true;
o.installType = 'foo';
o.lockTaskAllowed = true;
- o.managedConfiguration = buildUnnamed6869();
+ o.managedConfiguration = buildUnnamed6920();
o.managedConfigurationTemplate = buildManagedConfigurationTemplate();
o.minimumVersionCode = 42;
o.packageName = 'foo';
- o.permissionGrants = buildUnnamed6870();
+ o.permissionGrants = buildUnnamed6921();
}
buildCounterApplicationPolicy--;
return o;
@@ -392,7 +392,7 @@
void checkApplicationPolicy(api.ApplicationPolicy o) {
buildCounterApplicationPolicy++;
if (buildCounterApplicationPolicy < 3) {
- checkUnnamed6867(o.accessibleTrackIds!);
+ checkUnnamed6918(o.accessibleTrackIds!);
unittest.expect(
o.autoUpdateMode!,
unittest.equals('foo'),
@@ -405,14 +405,14 @@
o.defaultPermissionPolicy!,
unittest.equals('foo'),
);
- checkUnnamed6868(o.delegatedScopes!);
+ checkUnnamed6919(o.delegatedScopes!);
unittest.expect(o.disabled!, unittest.isTrue);
unittest.expect(
o.installType!,
unittest.equals('foo'),
);
unittest.expect(o.lockTaskAllowed!, unittest.isTrue);
- checkUnnamed6869(o.managedConfiguration!);
+ checkUnnamed6920(o.managedConfiguration!);
checkManagedConfigurationTemplate(
o.managedConfigurationTemplate! as api.ManagedConfigurationTemplate);
unittest.expect(
@@ -423,45 +423,45 @@
o.packageName!,
unittest.equals('foo'),
);
- checkUnnamed6870(o.permissionGrants!);
+ checkUnnamed6921(o.permissionGrants!);
}
buildCounterApplicationPolicy--;
}
-core.List<api.ApplicationEvent> buildUnnamed6871() {
+core.List<api.ApplicationEvent> buildUnnamed6922() {
var o = <api.ApplicationEvent>[];
o.add(buildApplicationEvent());
o.add(buildApplicationEvent());
return o;
}
-void checkUnnamed6871(core.List<api.ApplicationEvent> o) {
+void checkUnnamed6922(core.List<api.ApplicationEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkApplicationEvent(o[0] as api.ApplicationEvent);
checkApplicationEvent(o[1] as api.ApplicationEvent);
}
-core.List<api.KeyedAppState> buildUnnamed6872() {
+core.List<api.KeyedAppState> buildUnnamed6923() {
var o = <api.KeyedAppState>[];
o.add(buildKeyedAppState());
o.add(buildKeyedAppState());
return o;
}
-void checkUnnamed6872(core.List<api.KeyedAppState> o) {
+void checkUnnamed6923(core.List<api.KeyedAppState> o) {
unittest.expect(o, unittest.hasLength(2));
checkKeyedAppState(o[0] as api.KeyedAppState);
checkKeyedAppState(o[1] as api.KeyedAppState);
}
-core.List<core.String> buildUnnamed6873() {
+core.List<core.String> buildUnnamed6924() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6873(core.List<core.String> o) {
+void checkUnnamed6924(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -480,12 +480,12 @@
if (buildCounterApplicationReport < 3) {
o.applicationSource = 'foo';
o.displayName = 'foo';
- o.events = buildUnnamed6871();
+ o.events = buildUnnamed6922();
o.installerPackageName = 'foo';
- o.keyedAppStates = buildUnnamed6872();
+ o.keyedAppStates = buildUnnamed6923();
o.packageName = 'foo';
o.packageSha256Hash = 'foo';
- o.signingKeyCertFingerprints = buildUnnamed6873();
+ o.signingKeyCertFingerprints = buildUnnamed6924();
o.state = 'foo';
o.versionCode = 42;
o.versionName = 'foo';
@@ -505,12 +505,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed6871(o.events!);
+ checkUnnamed6922(o.events!);
unittest.expect(
o.installerPackageName!,
unittest.equals('foo'),
);
- checkUnnamed6872(o.keyedAppStates!);
+ checkUnnamed6923(o.keyedAppStates!);
unittest.expect(
o.packageName!,
unittest.equals('foo'),
@@ -519,7 +519,7 @@
o.packageSha256Hash!,
unittest.equals('foo'),
);
- checkUnnamed6873(o.signingKeyCertFingerprints!);
+ checkUnnamed6924(o.signingKeyCertFingerprints!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -582,14 +582,14 @@
buildCounterBlockAction--;
}
-core.List<core.String> buildUnnamed6874() {
+core.List<core.String> buildUnnamed6925() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6874(core.List<core.String> o) {
+void checkUnnamed6925(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -606,7 +606,7 @@
var o = api.ChoosePrivateKeyRule();
buildCounterChoosePrivateKeyRule++;
if (buildCounterChoosePrivateKeyRule < 3) {
- o.packageNames = buildUnnamed6874();
+ o.packageNames = buildUnnamed6925();
o.privateKeyAlias = 'foo';
o.urlPattern = 'foo';
}
@@ -617,7 +617,7 @@
void checkChoosePrivateKeyRule(api.ChoosePrivateKeyRule o) {
buildCounterChoosePrivateKeyRule++;
if (buildCounterChoosePrivateKeyRule < 3) {
- checkUnnamed6874(o.packageNames!);
+ checkUnnamed6925(o.packageNames!);
unittest.expect(
o.privateKeyAlias!,
unittest.equals('foo'),
@@ -630,14 +630,14 @@
buildCounterChoosePrivateKeyRule--;
}
-core.List<core.String> buildUnnamed6875() {
+core.List<core.String> buildUnnamed6926() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6875(core.List<core.String> o) {
+void checkUnnamed6926(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -658,7 +658,7 @@
o.duration = 'foo';
o.errorCode = 'foo';
o.newPassword = 'foo';
- o.resetPasswordFlags = buildUnnamed6875();
+ o.resetPasswordFlags = buildUnnamed6926();
o.type = 'foo';
o.userName = 'foo';
}
@@ -685,7 +685,7 @@
o.newPassword!,
unittest.equals('foo'),
);
- checkUnnamed6875(o.resetPasswordFlags!);
+ checkUnnamed6926(o.resetPasswordFlags!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -720,14 +720,14 @@
buildCounterCommonCriteriaModeInfo--;
}
-core.List<core.String> buildUnnamed6876() {
+core.List<core.String> buildUnnamed6927() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6876(core.List<core.String> o) {
+void checkUnnamed6927(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -747,7 +747,7 @@
o.apiLevelCondition = buildApiLevelCondition();
o.disableApps = true;
o.nonComplianceDetailCondition = buildNonComplianceDetailCondition();
- o.packageNamesToDisable = buildUnnamed6876();
+ o.packageNamesToDisable = buildUnnamed6927();
}
buildCounterComplianceRule--;
return o;
@@ -760,7 +760,7 @@
unittest.expect(o.disableApps!, unittest.isTrue);
checkNonComplianceDetailCondition(
o.nonComplianceDetailCondition! as api.NonComplianceDetailCondition);
- checkUnnamed6876(o.packageNamesToDisable!);
+ checkUnnamed6927(o.packageNamesToDisable!);
}
buildCounterComplianceRule--;
}
@@ -817,14 +817,14 @@
buildCounterContactInfo--;
}
-core.List<core.String> buildUnnamed6877() {
+core.List<core.String> buildUnnamed6928() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6877(core.List<core.String> o) {
+void checkUnnamed6928(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -842,7 +842,7 @@
buildCounterContentProviderEndpoint++;
if (buildCounterContentProviderEndpoint < 3) {
o.packageName = 'foo';
- o.signingCertsSha256 = buildUnnamed6877();
+ o.signingCertsSha256 = buildUnnamed6928();
o.uri = 'foo';
}
buildCounterContentProviderEndpoint--;
@@ -856,7 +856,7 @@
o.packageName!,
unittest.equals('foo'),
);
- checkUnnamed6877(o.signingCertsSha256!);
+ checkUnnamed6928(o.signingCertsSha256!);
unittest.expect(
o.uri!,
unittest.equals('foo'),
@@ -897,105 +897,105 @@
buildCounterDate--;
}
-core.List<api.ApplicationReport> buildUnnamed6878() {
+core.List<api.ApplicationReport> buildUnnamed6929() {
var o = <api.ApplicationReport>[];
o.add(buildApplicationReport());
o.add(buildApplicationReport());
return o;
}
-void checkUnnamed6878(core.List<api.ApplicationReport> o) {
+void checkUnnamed6929(core.List<api.ApplicationReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkApplicationReport(o[0] as api.ApplicationReport);
checkApplicationReport(o[1] as api.ApplicationReport);
}
-core.List<api.PasswordRequirements> buildUnnamed6879() {
+core.List<api.PasswordRequirements> buildUnnamed6930() {
var o = <api.PasswordRequirements>[];
o.add(buildPasswordRequirements());
o.add(buildPasswordRequirements());
return o;
}
-void checkUnnamed6879(core.List<api.PasswordRequirements> o) {
+void checkUnnamed6930(core.List<api.PasswordRequirements> o) {
unittest.expect(o, unittest.hasLength(2));
checkPasswordRequirements(o[0] as api.PasswordRequirements);
checkPasswordRequirements(o[1] as api.PasswordRequirements);
}
-core.List<api.Display> buildUnnamed6880() {
+core.List<api.Display> buildUnnamed6931() {
var o = <api.Display>[];
o.add(buildDisplay());
o.add(buildDisplay());
return o;
}
-void checkUnnamed6880(core.List<api.Display> o) {
+void checkUnnamed6931(core.List<api.Display> o) {
unittest.expect(o, unittest.hasLength(2));
checkDisplay(o[0] as api.Display);
checkDisplay(o[1] as api.Display);
}
-core.List<api.HardwareStatus> buildUnnamed6881() {
+core.List<api.HardwareStatus> buildUnnamed6932() {
var o = <api.HardwareStatus>[];
o.add(buildHardwareStatus());
o.add(buildHardwareStatus());
return o;
}
-void checkUnnamed6881(core.List<api.HardwareStatus> o) {
+void checkUnnamed6932(core.List<api.HardwareStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkHardwareStatus(o[0] as api.HardwareStatus);
checkHardwareStatus(o[1] as api.HardwareStatus);
}
-core.List<api.MemoryEvent> buildUnnamed6882() {
+core.List<api.MemoryEvent> buildUnnamed6933() {
var o = <api.MemoryEvent>[];
o.add(buildMemoryEvent());
o.add(buildMemoryEvent());
return o;
}
-void checkUnnamed6882(core.List<api.MemoryEvent> o) {
+void checkUnnamed6933(core.List<api.MemoryEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkMemoryEvent(o[0] as api.MemoryEvent);
checkMemoryEvent(o[1] as api.MemoryEvent);
}
-core.List<api.NonComplianceDetail> buildUnnamed6883() {
+core.List<api.NonComplianceDetail> buildUnnamed6934() {
var o = <api.NonComplianceDetail>[];
o.add(buildNonComplianceDetail());
o.add(buildNonComplianceDetail());
return o;
}
-void checkUnnamed6883(core.List<api.NonComplianceDetail> o) {
+void checkUnnamed6934(core.List<api.NonComplianceDetail> o) {
unittest.expect(o, unittest.hasLength(2));
checkNonComplianceDetail(o[0] as api.NonComplianceDetail);
checkNonComplianceDetail(o[1] as api.NonComplianceDetail);
}
-core.List<api.PowerManagementEvent> buildUnnamed6884() {
+core.List<api.PowerManagementEvent> buildUnnamed6935() {
var o = <api.PowerManagementEvent>[];
o.add(buildPowerManagementEvent());
o.add(buildPowerManagementEvent());
return o;
}
-void checkUnnamed6884(core.List<api.PowerManagementEvent> o) {
+void checkUnnamed6935(core.List<api.PowerManagementEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkPowerManagementEvent(o[0] as api.PowerManagementEvent);
checkPowerManagementEvent(o[1] as api.PowerManagementEvent);
}
-core.List<core.String> buildUnnamed6885() {
+core.List<core.String> buildUnnamed6936() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6885(core.List<core.String> o) {
+void checkUnnamed6936(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1007,14 +1007,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed6886() {
+core.Map<core.String, core.String> buildUnnamed6937() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6886(core.Map<core.String, core.String> o) {
+void checkUnnamed6937(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1032,38 +1032,38 @@
buildCounterDevice++;
if (buildCounterDevice < 3) {
o.apiLevel = 42;
- o.applicationReports = buildUnnamed6878();
- o.appliedPasswordPolicies = buildUnnamed6879();
+ o.applicationReports = buildUnnamed6929();
+ o.appliedPasswordPolicies = buildUnnamed6930();
o.appliedPolicyName = 'foo';
o.appliedPolicyVersion = 'foo';
o.appliedState = 'foo';
o.commonCriteriaModeInfo = buildCommonCriteriaModeInfo();
o.deviceSettings = buildDeviceSettings();
o.disabledReason = buildUserFacingMessage();
- o.displays = buildUnnamed6880();
+ o.displays = buildUnnamed6931();
o.enrollmentTime = 'foo';
o.enrollmentTokenData = 'foo';
o.enrollmentTokenName = 'foo';
o.hardwareInfo = buildHardwareInfo();
- o.hardwareStatusSamples = buildUnnamed6881();
+ o.hardwareStatusSamples = buildUnnamed6932();
o.lastPolicyComplianceReportTime = 'foo';
o.lastPolicySyncTime = 'foo';
o.lastStatusReportTime = 'foo';
o.managementMode = 'foo';
- o.memoryEvents = buildUnnamed6882();
+ o.memoryEvents = buildUnnamed6933();
o.memoryInfo = buildMemoryInfo();
o.name = 'foo';
o.networkInfo = buildNetworkInfo();
- o.nonComplianceDetails = buildUnnamed6883();
+ o.nonComplianceDetails = buildUnnamed6934();
o.ownership = 'foo';
o.policyCompliant = true;
o.policyName = 'foo';
- o.powerManagementEvents = buildUnnamed6884();
- o.previousDeviceNames = buildUnnamed6885();
+ o.powerManagementEvents = buildUnnamed6935();
+ o.previousDeviceNames = buildUnnamed6936();
o.securityPosture = buildSecurityPosture();
o.softwareInfo = buildSoftwareInfo();
o.state = 'foo';
- o.systemProperties = buildUnnamed6886();
+ o.systemProperties = buildUnnamed6937();
o.user = buildUser();
o.userName = 'foo';
}
@@ -1078,8 +1078,8 @@
o.apiLevel!,
unittest.equals(42),
);
- checkUnnamed6878(o.applicationReports!);
- checkUnnamed6879(o.appliedPasswordPolicies!);
+ checkUnnamed6929(o.applicationReports!);
+ checkUnnamed6930(o.appliedPasswordPolicies!);
unittest.expect(
o.appliedPolicyName!,
unittest.equals('foo'),
@@ -1096,7 +1096,7 @@
o.commonCriteriaModeInfo! as api.CommonCriteriaModeInfo);
checkDeviceSettings(o.deviceSettings! as api.DeviceSettings);
checkUserFacingMessage(o.disabledReason! as api.UserFacingMessage);
- checkUnnamed6880(o.displays!);
+ checkUnnamed6931(o.displays!);
unittest.expect(
o.enrollmentTime!,
unittest.equals('foo'),
@@ -1110,7 +1110,7 @@
unittest.equals('foo'),
);
checkHardwareInfo(o.hardwareInfo! as api.HardwareInfo);
- checkUnnamed6881(o.hardwareStatusSamples!);
+ checkUnnamed6932(o.hardwareStatusSamples!);
unittest.expect(
o.lastPolicyComplianceReportTime!,
unittest.equals('foo'),
@@ -1127,14 +1127,14 @@
o.managementMode!,
unittest.equals('foo'),
);
- checkUnnamed6882(o.memoryEvents!);
+ checkUnnamed6933(o.memoryEvents!);
checkMemoryInfo(o.memoryInfo! as api.MemoryInfo);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
checkNetworkInfo(o.networkInfo! as api.NetworkInfo);
- checkUnnamed6883(o.nonComplianceDetails!);
+ checkUnnamed6934(o.nonComplianceDetails!);
unittest.expect(
o.ownership!,
unittest.equals('foo'),
@@ -1144,15 +1144,15 @@
o.policyName!,
unittest.equals('foo'),
);
- checkUnnamed6884(o.powerManagementEvents!);
- checkUnnamed6885(o.previousDeviceNames!);
+ checkUnnamed6935(o.powerManagementEvents!);
+ checkUnnamed6936(o.previousDeviceNames!);
checkSecurityPosture(o.securityPosture! as api.SecurityPosture);
checkSoftwareInfo(o.softwareInfo! as api.SoftwareInfo);
unittest.expect(
o.state!,
unittest.equals('foo'),
);
- checkUnnamed6886(o.systemProperties!);
+ checkUnnamed6937(o.systemProperties!);
checkUser(o.user! as api.User);
unittest.expect(
o.userName!,
@@ -1324,14 +1324,14 @@
buildCounterEnrollmentToken--;
}
-core.List<core.String> buildUnnamed6887() {
+core.List<core.String> buildUnnamed6938() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6887(core.List<core.String> o) {
+void checkUnnamed6938(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1343,27 +1343,27 @@
);
}
-core.List<api.SigninDetail> buildUnnamed6888() {
+core.List<api.SigninDetail> buildUnnamed6939() {
var o = <api.SigninDetail>[];
o.add(buildSigninDetail());
o.add(buildSigninDetail());
return o;
}
-void checkUnnamed6888(core.List<api.SigninDetail> o) {
+void checkUnnamed6939(core.List<api.SigninDetail> o) {
unittest.expect(o, unittest.hasLength(2));
checkSigninDetail(o[0] as api.SigninDetail);
checkSigninDetail(o[1] as api.SigninDetail);
}
-core.List<api.TermsAndConditions> buildUnnamed6889() {
+core.List<api.TermsAndConditions> buildUnnamed6940() {
var o = <api.TermsAndConditions>[];
o.add(buildTermsAndConditions());
o.add(buildTermsAndConditions());
return o;
}
-void checkUnnamed6889(core.List<api.TermsAndConditions> o) {
+void checkUnnamed6940(core.List<api.TermsAndConditions> o) {
unittest.expect(o, unittest.hasLength(2));
checkTermsAndConditions(o[0] as api.TermsAndConditions);
checkTermsAndConditions(o[1] as api.TermsAndConditions);
@@ -1376,14 +1376,14 @@
if (buildCounterEnterprise < 3) {
o.appAutoApprovalEnabled = true;
o.contactInfo = buildContactInfo();
- o.enabledNotificationTypes = buildUnnamed6887();
+ o.enabledNotificationTypes = buildUnnamed6938();
o.enterpriseDisplayName = 'foo';
o.logo = buildExternalData();
o.name = 'foo';
o.primaryColor = 42;
o.pubsubTopic = 'foo';
- o.signinDetails = buildUnnamed6888();
- o.termsAndConditions = buildUnnamed6889();
+ o.signinDetails = buildUnnamed6939();
+ o.termsAndConditions = buildUnnamed6940();
}
buildCounterEnterprise--;
return o;
@@ -1394,7 +1394,7 @@
if (buildCounterEnterprise < 3) {
unittest.expect(o.appAutoApprovalEnabled!, unittest.isTrue);
checkContactInfo(o.contactInfo! as api.ContactInfo);
- checkUnnamed6887(o.enabledNotificationTypes!);
+ checkUnnamed6938(o.enabledNotificationTypes!);
unittest.expect(
o.enterpriseDisplayName!,
unittest.equals('foo'),
@@ -1412,8 +1412,8 @@
o.pubsubTopic!,
unittest.equals('foo'),
);
- checkUnnamed6888(o.signinDetails!);
- checkUnnamed6889(o.termsAndConditions!);
+ checkUnnamed6939(o.signinDetails!);
+ checkUnnamed6940(o.termsAndConditions!);
}
buildCounterEnterprise--;
}
@@ -1466,14 +1466,14 @@
buildCounterFreezePeriod--;
}
-core.List<core.double> buildUnnamed6890() {
+core.List<core.double> buildUnnamed6941() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed6890(core.List<core.double> o) {
+void checkUnnamed6941(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1485,14 +1485,14 @@
);
}
-core.List<core.double> buildUnnamed6891() {
+core.List<core.double> buildUnnamed6942() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed6891(core.List<core.double> o) {
+void checkUnnamed6942(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1504,14 +1504,14 @@
);
}
-core.List<core.double> buildUnnamed6892() {
+core.List<core.double> buildUnnamed6943() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed6892(core.List<core.double> o) {
+void checkUnnamed6943(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1523,14 +1523,14 @@
);
}
-core.List<core.double> buildUnnamed6893() {
+core.List<core.double> buildUnnamed6944() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed6893(core.List<core.double> o) {
+void checkUnnamed6944(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1542,14 +1542,14 @@
);
}
-core.List<core.double> buildUnnamed6894() {
+core.List<core.double> buildUnnamed6945() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed6894(core.List<core.double> o) {
+void checkUnnamed6945(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1561,14 +1561,14 @@
);
}
-core.List<core.double> buildUnnamed6895() {
+core.List<core.double> buildUnnamed6946() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed6895(core.List<core.double> o) {
+void checkUnnamed6946(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1580,14 +1580,14 @@
);
}
-core.List<core.double> buildUnnamed6896() {
+core.List<core.double> buildUnnamed6947() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed6896(core.List<core.double> o) {
+void checkUnnamed6947(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1599,14 +1599,14 @@
);
}
-core.List<core.double> buildUnnamed6897() {
+core.List<core.double> buildUnnamed6948() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed6897(core.List<core.double> o) {
+void checkUnnamed6948(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1623,20 +1623,20 @@
var o = api.HardwareInfo();
buildCounterHardwareInfo++;
if (buildCounterHardwareInfo < 3) {
- o.batteryShutdownTemperatures = buildUnnamed6890();
- o.batteryThrottlingTemperatures = buildUnnamed6891();
+ o.batteryShutdownTemperatures = buildUnnamed6941();
+ o.batteryThrottlingTemperatures = buildUnnamed6942();
o.brand = 'foo';
- o.cpuShutdownTemperatures = buildUnnamed6892();
- o.cpuThrottlingTemperatures = buildUnnamed6893();
+ o.cpuShutdownTemperatures = buildUnnamed6943();
+ o.cpuThrottlingTemperatures = buildUnnamed6944();
o.deviceBasebandVersion = 'foo';
- o.gpuShutdownTemperatures = buildUnnamed6894();
- o.gpuThrottlingTemperatures = buildUnnamed6895();
+ o.gpuShutdownTemperatures = buildUnnamed6945();
+ o.gpuThrottlingTemperatures = buildUnnamed6946();
o.hardware = 'foo';
o.manufacturer = 'foo';
o.model = 'foo';
o.serialNumber = 'foo';
- o.skinShutdownTemperatures = buildUnnamed6896();
- o.skinThrottlingTemperatures = buildUnnamed6897();
+ o.skinShutdownTemperatures = buildUnnamed6947();
+ o.skinThrottlingTemperatures = buildUnnamed6948();
}
buildCounterHardwareInfo--;
return o;
@@ -1645,20 +1645,20 @@
void checkHardwareInfo(api.HardwareInfo o) {
buildCounterHardwareInfo++;
if (buildCounterHardwareInfo < 3) {
- checkUnnamed6890(o.batteryShutdownTemperatures!);
- checkUnnamed6891(o.batteryThrottlingTemperatures!);
+ checkUnnamed6941(o.batteryShutdownTemperatures!);
+ checkUnnamed6942(o.batteryThrottlingTemperatures!);
unittest.expect(
o.brand!,
unittest.equals('foo'),
);
- checkUnnamed6892(o.cpuShutdownTemperatures!);
- checkUnnamed6893(o.cpuThrottlingTemperatures!);
+ checkUnnamed6943(o.cpuShutdownTemperatures!);
+ checkUnnamed6944(o.cpuThrottlingTemperatures!);
unittest.expect(
o.deviceBasebandVersion!,
unittest.equals('foo'),
);
- checkUnnamed6894(o.gpuShutdownTemperatures!);
- checkUnnamed6895(o.gpuThrottlingTemperatures!);
+ checkUnnamed6945(o.gpuShutdownTemperatures!);
+ checkUnnamed6946(o.gpuThrottlingTemperatures!);
unittest.expect(
o.hardware!,
unittest.equals('foo'),
@@ -1675,20 +1675,20 @@
o.serialNumber!,
unittest.equals('foo'),
);
- checkUnnamed6896(o.skinShutdownTemperatures!);
- checkUnnamed6897(o.skinThrottlingTemperatures!);
+ checkUnnamed6947(o.skinShutdownTemperatures!);
+ checkUnnamed6948(o.skinThrottlingTemperatures!);
}
buildCounterHardwareInfo--;
}
-core.List<core.double> buildUnnamed6898() {
+core.List<core.double> buildUnnamed6949() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed6898(core.List<core.double> o) {
+void checkUnnamed6949(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1700,14 +1700,14 @@
);
}
-core.List<core.double> buildUnnamed6899() {
+core.List<core.double> buildUnnamed6950() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed6899(core.List<core.double> o) {
+void checkUnnamed6950(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1719,14 +1719,14 @@
);
}
-core.List<core.double> buildUnnamed6900() {
+core.List<core.double> buildUnnamed6951() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed6900(core.List<core.double> o) {
+void checkUnnamed6951(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1738,14 +1738,14 @@
);
}
-core.List<core.double> buildUnnamed6901() {
+core.List<core.double> buildUnnamed6952() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed6901(core.List<core.double> o) {
+void checkUnnamed6952(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1757,14 +1757,14 @@
);
}
-core.List<core.double> buildUnnamed6902() {
+core.List<core.double> buildUnnamed6953() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed6902(core.List<core.double> o) {
+void checkUnnamed6953(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1776,14 +1776,14 @@
);
}
-core.List<core.double> buildUnnamed6903() {
+core.List<core.double> buildUnnamed6954() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed6903(core.List<core.double> o) {
+void checkUnnamed6954(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1800,13 +1800,13 @@
var o = api.HardwareStatus();
buildCounterHardwareStatus++;
if (buildCounterHardwareStatus < 3) {
- o.batteryTemperatures = buildUnnamed6898();
- o.cpuTemperatures = buildUnnamed6899();
- o.cpuUsages = buildUnnamed6900();
+ o.batteryTemperatures = buildUnnamed6949();
+ o.cpuTemperatures = buildUnnamed6950();
+ o.cpuUsages = buildUnnamed6951();
o.createTime = 'foo';
- o.fanSpeeds = buildUnnamed6901();
- o.gpuTemperatures = buildUnnamed6902();
- o.skinTemperatures = buildUnnamed6903();
+ o.fanSpeeds = buildUnnamed6952();
+ o.gpuTemperatures = buildUnnamed6953();
+ o.skinTemperatures = buildUnnamed6954();
}
buildCounterHardwareStatus--;
return o;
@@ -1815,16 +1815,16 @@
void checkHardwareStatus(api.HardwareStatus o) {
buildCounterHardwareStatus++;
if (buildCounterHardwareStatus < 3) {
- checkUnnamed6898(o.batteryTemperatures!);
- checkUnnamed6899(o.cpuTemperatures!);
- checkUnnamed6900(o.cpuUsages!);
+ checkUnnamed6949(o.batteryTemperatures!);
+ checkUnnamed6950(o.cpuTemperatures!);
+ checkUnnamed6951(o.cpuUsages!);
unittest.expect(
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed6901(o.fanSpeeds!);
- checkUnnamed6902(o.gpuTemperatures!);
- checkUnnamed6903(o.skinTemperatures!);
+ checkUnnamed6952(o.fanSpeeds!);
+ checkUnnamed6953(o.gpuTemperatures!);
+ checkUnnamed6954(o.skinTemperatures!);
}
buildCounterHardwareStatus--;
}
@@ -1955,14 +1955,14 @@
buildCounterLaunchAppAction--;
}
-core.List<api.Device> buildUnnamed6904() {
+core.List<api.Device> buildUnnamed6955() {
var o = <api.Device>[];
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-void checkUnnamed6904(core.List<api.Device> o) {
+void checkUnnamed6955(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0] as api.Device);
checkDevice(o[1] as api.Device);
@@ -1973,7 +1973,7 @@
var o = api.ListDevicesResponse();
buildCounterListDevicesResponse++;
if (buildCounterListDevicesResponse < 3) {
- o.devices = buildUnnamed6904();
+ o.devices = buildUnnamed6955();
o.nextPageToken = 'foo';
}
buildCounterListDevicesResponse--;
@@ -1983,7 +1983,7 @@
void checkListDevicesResponse(api.ListDevicesResponse o) {
buildCounterListDevicesResponse++;
if (buildCounterListDevicesResponse < 3) {
- checkUnnamed6904(o.devices!);
+ checkUnnamed6955(o.devices!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1992,14 +1992,14 @@
buildCounterListDevicesResponse--;
}
-core.List<api.Enterprise> buildUnnamed6905() {
+core.List<api.Enterprise> buildUnnamed6956() {
var o = <api.Enterprise>[];
o.add(buildEnterprise());
o.add(buildEnterprise());
return o;
}
-void checkUnnamed6905(core.List<api.Enterprise> o) {
+void checkUnnamed6956(core.List<api.Enterprise> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnterprise(o[0] as api.Enterprise);
checkEnterprise(o[1] as api.Enterprise);
@@ -2010,7 +2010,7 @@
var o = api.ListEnterprisesResponse();
buildCounterListEnterprisesResponse++;
if (buildCounterListEnterprisesResponse < 3) {
- o.enterprises = buildUnnamed6905();
+ o.enterprises = buildUnnamed6956();
o.nextPageToken = 'foo';
}
buildCounterListEnterprisesResponse--;
@@ -2020,7 +2020,7 @@
void checkListEnterprisesResponse(api.ListEnterprisesResponse o) {
buildCounterListEnterprisesResponse++;
if (buildCounterListEnterprisesResponse < 3) {
- checkUnnamed6905(o.enterprises!);
+ checkUnnamed6956(o.enterprises!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2029,14 +2029,14 @@
buildCounterListEnterprisesResponse--;
}
-core.List<api.Operation> buildUnnamed6906() {
+core.List<api.Operation> buildUnnamed6957() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed6906(core.List<api.Operation> o) {
+void checkUnnamed6957(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -2048,7 +2048,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed6906();
+ o.operations = buildUnnamed6957();
}
buildCounterListOperationsResponse--;
return o;
@@ -2061,19 +2061,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6906(o.operations!);
+ checkUnnamed6957(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.Policy> buildUnnamed6907() {
+core.List<api.Policy> buildUnnamed6958() {
var o = <api.Policy>[];
o.add(buildPolicy());
o.add(buildPolicy());
return o;
}
-void checkUnnamed6907(core.List<api.Policy> o) {
+void checkUnnamed6958(core.List<api.Policy> o) {
unittest.expect(o, unittest.hasLength(2));
checkPolicy(o[0] as api.Policy);
checkPolicy(o[1] as api.Policy);
@@ -2085,7 +2085,7 @@
buildCounterListPoliciesResponse++;
if (buildCounterListPoliciesResponse < 3) {
o.nextPageToken = 'foo';
- o.policies = buildUnnamed6907();
+ o.policies = buildUnnamed6958();
}
buildCounterListPoliciesResponse--;
return o;
@@ -2098,19 +2098,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6907(o.policies!);
+ checkUnnamed6958(o.policies!);
}
buildCounterListPoliciesResponse--;
}
-core.List<api.WebApp> buildUnnamed6908() {
+core.List<api.WebApp> buildUnnamed6959() {
var o = <api.WebApp>[];
o.add(buildWebApp());
o.add(buildWebApp());
return o;
}
-void checkUnnamed6908(core.List<api.WebApp> o) {
+void checkUnnamed6959(core.List<api.WebApp> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebApp(o[0] as api.WebApp);
checkWebApp(o[1] as api.WebApp);
@@ -2122,7 +2122,7 @@
buildCounterListWebAppsResponse++;
if (buildCounterListWebAppsResponse < 3) {
o.nextPageToken = 'foo';
- o.webApps = buildUnnamed6908();
+ o.webApps = buildUnnamed6959();
}
buildCounterListWebAppsResponse--;
return o;
@@ -2135,19 +2135,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6908(o.webApps!);
+ checkUnnamed6959(o.webApps!);
}
buildCounterListWebAppsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed6909() {
+core.Map<core.String, core.String> buildUnnamed6960() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6909(core.Map<core.String, core.String> o) {
+void checkUnnamed6960(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2164,7 +2164,7 @@
var o = api.ManagedConfigurationTemplate();
buildCounterManagedConfigurationTemplate++;
if (buildCounterManagedConfigurationTemplate < 3) {
- o.configurationVariables = buildUnnamed6909();
+ o.configurationVariables = buildUnnamed6960();
o.templateId = 'foo';
}
buildCounterManagedConfigurationTemplate--;
@@ -2174,7 +2174,7 @@
void checkManagedConfigurationTemplate(api.ManagedConfigurationTemplate o) {
buildCounterManagedConfigurationTemplate++;
if (buildCounterManagedConfigurationTemplate < 3) {
- checkUnnamed6909(o.configurationVariables!);
+ checkUnnamed6960(o.configurationVariables!);
unittest.expect(
o.templateId!,
unittest.equals('foo'),
@@ -2183,27 +2183,27 @@
buildCounterManagedConfigurationTemplate--;
}
-core.List<api.ManagedPropertyEntry> buildUnnamed6910() {
+core.List<api.ManagedPropertyEntry> buildUnnamed6961() {
var o = <api.ManagedPropertyEntry>[];
o.add(buildManagedPropertyEntry());
o.add(buildManagedPropertyEntry());
return o;
}
-void checkUnnamed6910(core.List<api.ManagedPropertyEntry> o) {
+void checkUnnamed6961(core.List<api.ManagedPropertyEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedPropertyEntry(o[0] as api.ManagedPropertyEntry);
checkManagedPropertyEntry(o[1] as api.ManagedPropertyEntry);
}
-core.List<api.ManagedProperty> buildUnnamed6911() {
+core.List<api.ManagedProperty> buildUnnamed6962() {
var o = <api.ManagedProperty>[];
o.add(buildManagedProperty());
o.add(buildManagedProperty());
return o;
}
-void checkUnnamed6911(core.List<api.ManagedProperty> o) {
+void checkUnnamed6962(core.List<api.ManagedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedProperty(o[0] as api.ManagedProperty);
checkManagedProperty(o[1] as api.ManagedProperty);
@@ -2220,9 +2220,9 @@
'string': 'foo'
};
o.description = 'foo';
- o.entries = buildUnnamed6910();
+ o.entries = buildUnnamed6961();
o.key = 'foo';
- o.nestedProperties = buildUnnamed6911();
+ o.nestedProperties = buildUnnamed6962();
o.title = 'foo';
o.type = 'foo';
}
@@ -2251,12 +2251,12 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed6910(o.entries!);
+ checkUnnamed6961(o.entries!);
unittest.expect(
o.key!,
unittest.equals('foo'),
);
- checkUnnamed6911(o.nestedProperties!);
+ checkUnnamed6962(o.nestedProperties!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -2355,14 +2355,14 @@
buildCounterMemoryInfo--;
}
-core.List<api.TelephonyInfo> buildUnnamed6912() {
+core.List<api.TelephonyInfo> buildUnnamed6963() {
var o = <api.TelephonyInfo>[];
o.add(buildTelephonyInfo());
o.add(buildTelephonyInfo());
return o;
}
-void checkUnnamed6912(core.List<api.TelephonyInfo> o) {
+void checkUnnamed6963(core.List<api.TelephonyInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkTelephonyInfo(o[0] as api.TelephonyInfo);
checkTelephonyInfo(o[1] as api.TelephonyInfo);
@@ -2376,7 +2376,7 @@
o.imei = 'foo';
o.meid = 'foo';
o.networkOperatorName = 'foo';
- o.telephonyInfos = buildUnnamed6912();
+ o.telephonyInfos = buildUnnamed6963();
o.wifiMacAddress = 'foo';
}
buildCounterNetworkInfo--;
@@ -2398,7 +2398,7 @@
o.networkOperatorName!,
unittest.equals('foo'),
);
- checkUnnamed6912(o.telephonyInfos!);
+ checkUnnamed6963(o.telephonyInfos!);
unittest.expect(
o.wifiMacAddress!,
unittest.equals('foo'),
@@ -2500,14 +2500,14 @@
buildCounterNonComplianceDetailCondition--;
}
-core.List<core.String> buildUnnamed6913() {
+core.List<core.String> buildUnnamed6964() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6913(core.List<core.String> o) {
+void checkUnnamed6964(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2524,7 +2524,7 @@
var o = api.OncCertificateProvider();
buildCounterOncCertificateProvider++;
if (buildCounterOncCertificateProvider < 3) {
- o.certificateReferences = buildUnnamed6913();
+ o.certificateReferences = buildUnnamed6964();
o.contentProviderEndpoint = buildContentProviderEndpoint();
}
buildCounterOncCertificateProvider--;
@@ -2534,14 +2534,14 @@
void checkOncCertificateProvider(api.OncCertificateProvider o) {
buildCounterOncCertificateProvider++;
if (buildCounterOncCertificateProvider < 3) {
- checkUnnamed6913(o.certificateReferences!);
+ checkUnnamed6964(o.certificateReferences!);
checkContentProviderEndpoint(
o.contentProviderEndpoint! as api.ContentProviderEndpoint);
}
buildCounterOncCertificateProvider--;
}
-core.Map<core.String, core.Object> buildUnnamed6914() {
+core.Map<core.String, core.Object> buildUnnamed6965() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2556,7 +2556,7 @@
return o;
}
-void checkUnnamed6914(core.Map<core.String, core.Object> o) {
+void checkUnnamed6965(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -2588,7 +2588,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6915() {
+core.Map<core.String, core.Object> buildUnnamed6966() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2603,7 +2603,7 @@
return o;
}
-void checkUnnamed6915(core.Map<core.String, core.Object> o) {
+void checkUnnamed6966(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -2642,9 +2642,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed6914();
+ o.metadata = buildUnnamed6965();
o.name = 'foo';
- o.response = buildUnnamed6915();
+ o.response = buildUnnamed6966();
}
buildCounterOperation--;
return o;
@@ -2655,24 +2655,24 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed6914(o.metadata!);
+ checkUnnamed6965(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6915(o.response!);
+ checkUnnamed6966(o.response!);
}
buildCounterOperation--;
}
-core.List<core.String> buildUnnamed6916() {
+core.List<core.String> buildUnnamed6967() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6916(core.List<core.String> o) {
+void checkUnnamed6967(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2689,7 +2689,7 @@
var o = api.PackageNameList();
buildCounterPackageNameList++;
if (buildCounterPackageNameList < 3) {
- o.packageNames = buildUnnamed6916();
+ o.packageNames = buildUnnamed6967();
}
buildCounterPackageNameList--;
return o;
@@ -2698,7 +2698,7 @@
void checkPackageNameList(api.PackageNameList o) {
buildCounterPackageNameList++;
if (buildCounterPackageNameList < 3) {
- checkUnnamed6916(o.packageNames!);
+ checkUnnamed6967(o.packageNames!);
}
buildCounterPackageNameList--;
}
@@ -2812,14 +2812,14 @@
buildCounterPermissionGrant--;
}
-core.List<core.String> buildUnnamed6917() {
+core.List<core.String> buildUnnamed6968() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6917(core.List<core.String> o) {
+void checkUnnamed6968(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2831,14 +2831,14 @@
);
}
-core.List<core.String> buildUnnamed6918() {
+core.List<core.String> buildUnnamed6969() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6918(core.List<core.String> o) {
+void checkUnnamed6969(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2855,8 +2855,8 @@
var o = api.PersistentPreferredActivity();
buildCounterPersistentPreferredActivity++;
if (buildCounterPersistentPreferredActivity < 3) {
- o.actions = buildUnnamed6917();
- o.categories = buildUnnamed6918();
+ o.actions = buildUnnamed6968();
+ o.categories = buildUnnamed6969();
o.receiverActivity = 'foo';
}
buildCounterPersistentPreferredActivity--;
@@ -2866,8 +2866,8 @@
void checkPersistentPreferredActivity(api.PersistentPreferredActivity o) {
buildCounterPersistentPreferredActivity++;
if (buildCounterPersistentPreferredActivity < 3) {
- checkUnnamed6917(o.actions!);
- checkUnnamed6918(o.categories!);
+ checkUnnamed6968(o.actions!);
+ checkUnnamed6969(o.categories!);
unittest.expect(
o.receiverActivity!,
unittest.equals('foo'),
@@ -2903,14 +2903,14 @@
buildCounterPersonalApplicationPolicy--;
}
-core.List<core.String> buildUnnamed6919() {
+core.List<core.String> buildUnnamed6970() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6919(core.List<core.String> o) {
+void checkUnnamed6970(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2922,14 +2922,14 @@
);
}
-core.List<api.PersonalApplicationPolicy> buildUnnamed6920() {
+core.List<api.PersonalApplicationPolicy> buildUnnamed6971() {
var o = <api.PersonalApplicationPolicy>[];
o.add(buildPersonalApplicationPolicy());
o.add(buildPersonalApplicationPolicy());
return o;
}
-void checkUnnamed6920(core.List<api.PersonalApplicationPolicy> o) {
+void checkUnnamed6971(core.List<api.PersonalApplicationPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkPersonalApplicationPolicy(o[0] as api.PersonalApplicationPolicy);
checkPersonalApplicationPolicy(o[1] as api.PersonalApplicationPolicy);
@@ -2940,10 +2940,10 @@
var o = api.PersonalUsagePolicies();
buildCounterPersonalUsagePolicies++;
if (buildCounterPersonalUsagePolicies < 3) {
- o.accountTypesWithManagementDisabled = buildUnnamed6919();
+ o.accountTypesWithManagementDisabled = buildUnnamed6970();
o.cameraDisabled = true;
o.maxDaysWithWorkOff = 42;
- o.personalApplications = buildUnnamed6920();
+ o.personalApplications = buildUnnamed6971();
o.personalPlayStoreMode = 'foo';
o.screenCaptureDisabled = true;
}
@@ -2954,13 +2954,13 @@
void checkPersonalUsagePolicies(api.PersonalUsagePolicies o) {
buildCounterPersonalUsagePolicies++;
if (buildCounterPersonalUsagePolicies < 3) {
- checkUnnamed6919(o.accountTypesWithManagementDisabled!);
+ checkUnnamed6970(o.accountTypesWithManagementDisabled!);
unittest.expect(o.cameraDisabled!, unittest.isTrue);
unittest.expect(
o.maxDaysWithWorkOff!,
unittest.equals(42),
);
- checkUnnamed6920(o.personalApplications!);
+ checkUnnamed6971(o.personalApplications!);
unittest.expect(
o.personalPlayStoreMode!,
unittest.equals('foo'),
@@ -2970,14 +2970,14 @@
buildCounterPersonalUsagePolicies--;
}
-core.List<core.String> buildUnnamed6921() {
+core.List<core.String> buildUnnamed6972() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6921(core.List<core.String> o) {
+void checkUnnamed6972(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2989,14 +2989,14 @@
);
}
-core.List<core.String> buildUnnamed6922() {
+core.List<core.String> buildUnnamed6973() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6922(core.List<core.String> o) {
+void checkUnnamed6973(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3008,53 +3008,53 @@
);
}
-core.List<api.ApplicationPolicy> buildUnnamed6923() {
+core.List<api.ApplicationPolicy> buildUnnamed6974() {
var o = <api.ApplicationPolicy>[];
o.add(buildApplicationPolicy());
o.add(buildApplicationPolicy());
return o;
}
-void checkUnnamed6923(core.List<api.ApplicationPolicy> o) {
+void checkUnnamed6974(core.List<api.ApplicationPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkApplicationPolicy(o[0] as api.ApplicationPolicy);
checkApplicationPolicy(o[1] as api.ApplicationPolicy);
}
-core.List<api.ChoosePrivateKeyRule> buildUnnamed6924() {
+core.List<api.ChoosePrivateKeyRule> buildUnnamed6975() {
var o = <api.ChoosePrivateKeyRule>[];
o.add(buildChoosePrivateKeyRule());
o.add(buildChoosePrivateKeyRule());
return o;
}
-void checkUnnamed6924(core.List<api.ChoosePrivateKeyRule> o) {
+void checkUnnamed6975(core.List<api.ChoosePrivateKeyRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkChoosePrivateKeyRule(o[0] as api.ChoosePrivateKeyRule);
checkChoosePrivateKeyRule(o[1] as api.ChoosePrivateKeyRule);
}
-core.List<api.ComplianceRule> buildUnnamed6925() {
+core.List<api.ComplianceRule> buildUnnamed6976() {
var o = <api.ComplianceRule>[];
o.add(buildComplianceRule());
o.add(buildComplianceRule());
return o;
}
-void checkUnnamed6925(core.List<api.ComplianceRule> o) {
+void checkUnnamed6976(core.List<api.ComplianceRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkComplianceRule(o[0] as api.ComplianceRule);
checkComplianceRule(o[1] as api.ComplianceRule);
}
-core.List<core.String> buildUnnamed6926() {
+core.List<core.String> buildUnnamed6977() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6926(core.List<core.String> o) {
+void checkUnnamed6977(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3066,14 +3066,14 @@
);
}
-core.List<core.String> buildUnnamed6927() {
+core.List<core.String> buildUnnamed6978() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6927(core.List<core.String> o) {
+void checkUnnamed6978(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3085,20 +3085,20 @@
);
}
-core.List<api.OncCertificateProvider> buildUnnamed6928() {
+core.List<api.OncCertificateProvider> buildUnnamed6979() {
var o = <api.OncCertificateProvider>[];
o.add(buildOncCertificateProvider());
o.add(buildOncCertificateProvider());
return o;
}
-void checkUnnamed6928(core.List<api.OncCertificateProvider> o) {
+void checkUnnamed6979(core.List<api.OncCertificateProvider> o) {
unittest.expect(o, unittest.hasLength(2));
checkOncCertificateProvider(o[0] as api.OncCertificateProvider);
checkOncCertificateProvider(o[1] as api.OncCertificateProvider);
}
-core.Map<core.String, core.Object> buildUnnamed6929() {
+core.Map<core.String, core.Object> buildUnnamed6980() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3113,7 +3113,7 @@
return o;
}
-void checkUnnamed6929(core.Map<core.String, core.Object> o) {
+void checkUnnamed6980(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -3145,79 +3145,79 @@
);
}
-core.List<api.PasswordRequirements> buildUnnamed6930() {
+core.List<api.PasswordRequirements> buildUnnamed6981() {
var o = <api.PasswordRequirements>[];
o.add(buildPasswordRequirements());
o.add(buildPasswordRequirements());
return o;
}
-void checkUnnamed6930(core.List<api.PasswordRequirements> o) {
+void checkUnnamed6981(core.List<api.PasswordRequirements> o) {
unittest.expect(o, unittest.hasLength(2));
checkPasswordRequirements(o[0] as api.PasswordRequirements);
checkPasswordRequirements(o[1] as api.PasswordRequirements);
}
-core.List<api.PermissionGrant> buildUnnamed6931() {
+core.List<api.PermissionGrant> buildUnnamed6982() {
var o = <api.PermissionGrant>[];
o.add(buildPermissionGrant());
o.add(buildPermissionGrant());
return o;
}
-void checkUnnamed6931(core.List<api.PermissionGrant> o) {
+void checkUnnamed6982(core.List<api.PermissionGrant> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermissionGrant(o[0] as api.PermissionGrant);
checkPermissionGrant(o[1] as api.PermissionGrant);
}
-core.List<api.PersistentPreferredActivity> buildUnnamed6932() {
+core.List<api.PersistentPreferredActivity> buildUnnamed6983() {
var o = <api.PersistentPreferredActivity>[];
o.add(buildPersistentPreferredActivity());
o.add(buildPersistentPreferredActivity());
return o;
}
-void checkUnnamed6932(core.List<api.PersistentPreferredActivity> o) {
+void checkUnnamed6983(core.List<api.PersistentPreferredActivity> o) {
unittest.expect(o, unittest.hasLength(2));
checkPersistentPreferredActivity(o[0] as api.PersistentPreferredActivity);
checkPersistentPreferredActivity(o[1] as api.PersistentPreferredActivity);
}
-core.List<api.PolicyEnforcementRule> buildUnnamed6933() {
+core.List<api.PolicyEnforcementRule> buildUnnamed6984() {
var o = <api.PolicyEnforcementRule>[];
o.add(buildPolicyEnforcementRule());
o.add(buildPolicyEnforcementRule());
return o;
}
-void checkUnnamed6933(core.List<api.PolicyEnforcementRule> o) {
+void checkUnnamed6984(core.List<api.PolicyEnforcementRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkPolicyEnforcementRule(o[0] as api.PolicyEnforcementRule);
checkPolicyEnforcementRule(o[1] as api.PolicyEnforcementRule);
}
-core.List<api.SetupAction> buildUnnamed6934() {
+core.List<api.SetupAction> buildUnnamed6985() {
var o = <api.SetupAction>[];
o.add(buildSetupAction());
o.add(buildSetupAction());
return o;
}
-void checkUnnamed6934(core.List<api.SetupAction> o) {
+void checkUnnamed6985(core.List<api.SetupAction> o) {
unittest.expect(o, unittest.hasLength(2));
checkSetupAction(o[0] as api.SetupAction);
checkSetupAction(o[1] as api.SetupAction);
}
-core.List<core.String> buildUnnamed6935() {
+core.List<core.String> buildUnnamed6986() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6935(core.List<core.String> o) {
+void checkUnnamed6986(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3234,14 +3234,14 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.accountTypesWithManagementDisabled = buildUnnamed6921();
+ o.accountTypesWithManagementDisabled = buildUnnamed6972();
o.addUserDisabled = true;
o.adjustVolumeDisabled = true;
o.advancedSecurityOverrides = buildAdvancedSecurityOverrides();
o.alwaysOnVpnPackage = buildAlwaysOnVpnPackage();
- o.androidDevicePolicyTracks = buildUnnamed6922();
+ o.androidDevicePolicyTracks = buildUnnamed6973();
o.appAutoUpdatePolicy = 'foo';
- o.applications = buildUnnamed6923();
+ o.applications = buildUnnamed6974();
o.autoDateAndTimeZone = 'foo';
o.autoTimeRequired = true;
o.blockApplicationsEnabled = true;
@@ -3250,8 +3250,8 @@
o.bluetoothDisabled = true;
o.cameraDisabled = true;
o.cellBroadcastsConfigDisabled = true;
- o.choosePrivateKeyRules = buildUnnamed6924();
- o.complianceRules = buildUnnamed6925();
+ o.choosePrivateKeyRules = buildUnnamed6975();
+ o.complianceRules = buildUnnamed6976();
o.createWindowsDisabled = true;
o.credentialsConfigDisabled = true;
o.dataRoamingDisabled = true;
@@ -3261,12 +3261,12 @@
o.encryptionPolicy = 'foo';
o.ensureVerifyAppsEnabled = true;
o.factoryResetDisabled = true;
- o.frpAdminEmails = buildUnnamed6926();
+ o.frpAdminEmails = buildUnnamed6977();
o.funDisabled = true;
o.installAppsDisabled = true;
o.installUnknownSourcesAllowed = true;
o.keyguardDisabled = true;
- o.keyguardDisabledFeatures = buildUnnamed6927();
+ o.keyguardDisabledFeatures = buildUnnamed6978();
o.kioskCustomLauncherEnabled = true;
o.kioskCustomization = buildKioskCustomization();
o.locationMode = 'foo';
@@ -3279,19 +3279,19 @@
o.name = 'foo';
o.networkEscapeHatchEnabled = true;
o.networkResetDisabled = true;
- o.oncCertificateProviders = buildUnnamed6928();
- o.openNetworkConfiguration = buildUnnamed6929();
+ o.oncCertificateProviders = buildUnnamed6979();
+ o.openNetworkConfiguration = buildUnnamed6980();
o.outgoingBeamDisabled = true;
o.outgoingCallsDisabled = true;
- o.passwordPolicies = buildUnnamed6930();
+ o.passwordPolicies = buildUnnamed6981();
o.passwordRequirements = buildPasswordRequirements();
- o.permissionGrants = buildUnnamed6931();
+ o.permissionGrants = buildUnnamed6982();
o.permittedAccessibilityServices = buildPackageNameList();
o.permittedInputMethods = buildPackageNameList();
- o.persistentPreferredActivities = buildUnnamed6932();
+ o.persistentPreferredActivities = buildUnnamed6983();
o.personalUsagePolicies = buildPersonalUsagePolicies();
o.playStoreMode = 'foo';
- o.policyEnforcementRules = buildUnnamed6933();
+ o.policyEnforcementRules = buildUnnamed6984();
o.privateKeySelectionEnabled = true;
o.recommendedGlobalProxy = buildProxyInfo();
o.removeUserDisabled = true;
@@ -3299,14 +3299,14 @@
o.screenCaptureDisabled = true;
o.setUserIconDisabled = true;
o.setWallpaperDisabled = true;
- o.setupActions = buildUnnamed6934();
+ o.setupActions = buildUnnamed6985();
o.shareLocationDisabled = true;
o.shortSupportMessage = buildUserFacingMessage();
o.skipFirstUseHintsEnabled = true;
o.smsDisabled = true;
o.statusBarDisabled = true;
o.statusReportingSettings = buildStatusReportingSettings();
- o.stayOnPluggedModes = buildUnnamed6935();
+ o.stayOnPluggedModes = buildUnnamed6986();
o.systemUpdate = buildSystemUpdate();
o.tetheringConfigDisabled = true;
o.uninstallAppsDisabled = true;
@@ -3325,18 +3325,18 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed6921(o.accountTypesWithManagementDisabled!);
+ checkUnnamed6972(o.accountTypesWithManagementDisabled!);
unittest.expect(o.addUserDisabled!, unittest.isTrue);
unittest.expect(o.adjustVolumeDisabled!, unittest.isTrue);
checkAdvancedSecurityOverrides(
o.advancedSecurityOverrides! as api.AdvancedSecurityOverrides);
checkAlwaysOnVpnPackage(o.alwaysOnVpnPackage! as api.AlwaysOnVpnPackage);
- checkUnnamed6922(o.androidDevicePolicyTracks!);
+ checkUnnamed6973(o.androidDevicePolicyTracks!);
unittest.expect(
o.appAutoUpdatePolicy!,
unittest.equals('foo'),
);
- checkUnnamed6923(o.applications!);
+ checkUnnamed6974(o.applications!);
unittest.expect(
o.autoDateAndTimeZone!,
unittest.equals('foo'),
@@ -3348,8 +3348,8 @@
unittest.expect(o.bluetoothDisabled!, unittest.isTrue);
unittest.expect(o.cameraDisabled!, unittest.isTrue);
unittest.expect(o.cellBroadcastsConfigDisabled!, unittest.isTrue);
- checkUnnamed6924(o.choosePrivateKeyRules!);
- checkUnnamed6925(o.complianceRules!);
+ checkUnnamed6975(o.choosePrivateKeyRules!);
+ checkUnnamed6976(o.complianceRules!);
unittest.expect(o.createWindowsDisabled!, unittest.isTrue);
unittest.expect(o.credentialsConfigDisabled!, unittest.isTrue);
unittest.expect(o.dataRoamingDisabled!, unittest.isTrue);
@@ -3366,12 +3366,12 @@
);
unittest.expect(o.ensureVerifyAppsEnabled!, unittest.isTrue);
unittest.expect(o.factoryResetDisabled!, unittest.isTrue);
- checkUnnamed6926(o.frpAdminEmails!);
+ checkUnnamed6977(o.frpAdminEmails!);
unittest.expect(o.funDisabled!, unittest.isTrue);
unittest.expect(o.installAppsDisabled!, unittest.isTrue);
unittest.expect(o.installUnknownSourcesAllowed!, unittest.isTrue);
unittest.expect(o.keyguardDisabled!, unittest.isTrue);
- checkUnnamed6927(o.keyguardDisabledFeatures!);
+ checkUnnamed6978(o.keyguardDisabledFeatures!);
unittest.expect(o.kioskCustomLauncherEnabled!, unittest.isTrue);
checkKioskCustomization(o.kioskCustomization! as api.KioskCustomization);
unittest.expect(
@@ -3396,25 +3396,25 @@
);
unittest.expect(o.networkEscapeHatchEnabled!, unittest.isTrue);
unittest.expect(o.networkResetDisabled!, unittest.isTrue);
- checkUnnamed6928(o.oncCertificateProviders!);
- checkUnnamed6929(o.openNetworkConfiguration!);
+ checkUnnamed6979(o.oncCertificateProviders!);
+ checkUnnamed6980(o.openNetworkConfiguration!);
unittest.expect(o.outgoingBeamDisabled!, unittest.isTrue);
unittest.expect(o.outgoingCallsDisabled!, unittest.isTrue);
- checkUnnamed6930(o.passwordPolicies!);
+ checkUnnamed6981(o.passwordPolicies!);
checkPasswordRequirements(
o.passwordRequirements! as api.PasswordRequirements);
- checkUnnamed6931(o.permissionGrants!);
+ checkUnnamed6982(o.permissionGrants!);
checkPackageNameList(
o.permittedAccessibilityServices! as api.PackageNameList);
checkPackageNameList(o.permittedInputMethods! as api.PackageNameList);
- checkUnnamed6932(o.persistentPreferredActivities!);
+ checkUnnamed6983(o.persistentPreferredActivities!);
checkPersonalUsagePolicies(
o.personalUsagePolicies! as api.PersonalUsagePolicies);
unittest.expect(
o.playStoreMode!,
unittest.equals('foo'),
);
- checkUnnamed6933(o.policyEnforcementRules!);
+ checkUnnamed6984(o.policyEnforcementRules!);
unittest.expect(o.privateKeySelectionEnabled!, unittest.isTrue);
checkProxyInfo(o.recommendedGlobalProxy! as api.ProxyInfo);
unittest.expect(o.removeUserDisabled!, unittest.isTrue);
@@ -3422,7 +3422,7 @@
unittest.expect(o.screenCaptureDisabled!, unittest.isTrue);
unittest.expect(o.setUserIconDisabled!, unittest.isTrue);
unittest.expect(o.setWallpaperDisabled!, unittest.isTrue);
- checkUnnamed6934(o.setupActions!);
+ checkUnnamed6985(o.setupActions!);
unittest.expect(o.shareLocationDisabled!, unittest.isTrue);
checkUserFacingMessage(o.shortSupportMessage! as api.UserFacingMessage);
unittest.expect(o.skipFirstUseHintsEnabled!, unittest.isTrue);
@@ -3430,7 +3430,7 @@
unittest.expect(o.statusBarDisabled!, unittest.isTrue);
checkStatusReportingSettings(
o.statusReportingSettings! as api.StatusReportingSettings);
- checkUnnamed6935(o.stayOnPluggedModes!);
+ checkUnnamed6986(o.stayOnPluggedModes!);
checkSystemUpdate(o.systemUpdate! as api.SystemUpdate);
unittest.expect(o.tetheringConfigDisabled!, unittest.isTrue);
unittest.expect(o.uninstallAppsDisabled!, unittest.isTrue);
@@ -3474,14 +3474,14 @@
buildCounterPolicyEnforcementRule--;
}
-core.List<api.UserFacingMessage> buildUnnamed6936() {
+core.List<api.UserFacingMessage> buildUnnamed6987() {
var o = <api.UserFacingMessage>[];
o.add(buildUserFacingMessage());
o.add(buildUserFacingMessage());
return o;
}
-void checkUnnamed6936(core.List<api.UserFacingMessage> o) {
+void checkUnnamed6987(core.List<api.UserFacingMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserFacingMessage(o[0] as api.UserFacingMessage);
checkUserFacingMessage(o[1] as api.UserFacingMessage);
@@ -3492,7 +3492,7 @@
var o = api.PostureDetail();
buildCounterPostureDetail++;
if (buildCounterPostureDetail < 3) {
- o.advice = buildUnnamed6936();
+ o.advice = buildUnnamed6987();
o.securityRisk = 'foo';
}
buildCounterPostureDetail--;
@@ -3502,7 +3502,7 @@
void checkPostureDetail(api.PostureDetail o) {
buildCounterPostureDetail++;
if (buildCounterPostureDetail < 3) {
- checkUnnamed6936(o.advice!);
+ checkUnnamed6987(o.advice!);
unittest.expect(
o.securityRisk!,
unittest.equals('foo'),
@@ -3543,14 +3543,14 @@
buildCounterPowerManagementEvent--;
}
-core.List<core.String> buildUnnamed6937() {
+core.List<core.String> buildUnnamed6988() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6937(core.List<core.String> o) {
+void checkUnnamed6988(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3567,7 +3567,7 @@
var o = api.ProxyInfo();
buildCounterProxyInfo++;
if (buildCounterProxyInfo < 3) {
- o.excludedHosts = buildUnnamed6937();
+ o.excludedHosts = buildUnnamed6988();
o.host = 'foo';
o.pacUri = 'foo';
o.port = 42;
@@ -3579,7 +3579,7 @@
void checkProxyInfo(api.ProxyInfo o) {
buildCounterProxyInfo++;
if (buildCounterProxyInfo < 3) {
- checkUnnamed6937(o.excludedHosts!);
+ checkUnnamed6988(o.excludedHosts!);
unittest.expect(
o.host!,
unittest.equals('foo'),
@@ -3596,14 +3596,14 @@
buildCounterProxyInfo--;
}
-core.List<api.PostureDetail> buildUnnamed6938() {
+core.List<api.PostureDetail> buildUnnamed6989() {
var o = <api.PostureDetail>[];
o.add(buildPostureDetail());
o.add(buildPostureDetail());
return o;
}
-void checkUnnamed6938(core.List<api.PostureDetail> o) {
+void checkUnnamed6989(core.List<api.PostureDetail> o) {
unittest.expect(o, unittest.hasLength(2));
checkPostureDetail(o[0] as api.PostureDetail);
checkPostureDetail(o[1] as api.PostureDetail);
@@ -3615,7 +3615,7 @@
buildCounterSecurityPosture++;
if (buildCounterSecurityPosture < 3) {
o.devicePosture = 'foo';
- o.postureDetails = buildUnnamed6938();
+ o.postureDetails = buildUnnamed6989();
}
buildCounterSecurityPosture--;
return o;
@@ -3628,7 +3628,7 @@
o.devicePosture!,
unittest.equals('foo'),
);
- checkUnnamed6938(o.postureDetails!);
+ checkUnnamed6989(o.postureDetails!);
}
buildCounterSecurityPosture--;
}
@@ -3789,7 +3789,7 @@
buildCounterSoftwareInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed6939() {
+core.Map<core.String, core.Object> buildUnnamed6990() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3804,7 +3804,7 @@
return o;
}
-void checkUnnamed6939(core.Map<core.String, core.Object> o) {
+void checkUnnamed6990(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted11 = (o['x']!) as core.Map;
unittest.expect(casted11, unittest.hasLength(3));
@@ -3836,17 +3836,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6940() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6991() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6939());
- o.add(buildUnnamed6939());
+ o.add(buildUnnamed6990());
+ o.add(buildUnnamed6990());
return o;
}
-void checkUnnamed6940(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6991(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6939(o[0]);
- checkUnnamed6939(o[1]);
+ checkUnnamed6990(o[0]);
+ checkUnnamed6990(o[1]);
}
core.int buildCounterStatus = 0;
@@ -3855,7 +3855,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed6940();
+ o.details = buildUnnamed6991();
o.message = 'foo';
}
buildCounterStatus--;
@@ -3869,7 +3869,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed6940(o.details!);
+ checkUnnamed6991(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -3918,14 +3918,14 @@
buildCounterStatusReportingSettings--;
}
-core.List<api.FreezePeriod> buildUnnamed6941() {
+core.List<api.FreezePeriod> buildUnnamed6992() {
var o = <api.FreezePeriod>[];
o.add(buildFreezePeriod());
o.add(buildFreezePeriod());
return o;
}
-void checkUnnamed6941(core.List<api.FreezePeriod> o) {
+void checkUnnamed6992(core.List<api.FreezePeriod> o) {
unittest.expect(o, unittest.hasLength(2));
checkFreezePeriod(o[0] as api.FreezePeriod);
checkFreezePeriod(o[1] as api.FreezePeriod);
@@ -3937,7 +3937,7 @@
buildCounterSystemUpdate++;
if (buildCounterSystemUpdate < 3) {
o.endMinutes = 42;
- o.freezePeriods = buildUnnamed6941();
+ o.freezePeriods = buildUnnamed6992();
o.startMinutes = 42;
o.type = 'foo';
}
@@ -3952,7 +3952,7 @@
o.endMinutes!,
unittest.equals(42),
);
- checkUnnamed6941(o.freezePeriods!);
+ checkUnnamed6992(o.freezePeriods!);
unittest.expect(
o.startMinutes!,
unittest.equals(42),
@@ -4062,14 +4062,14 @@
buildCounterUser--;
}
-core.Map<core.String, core.String> buildUnnamed6942() {
+core.Map<core.String, core.String> buildUnnamed6993() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6942(core.Map<core.String, core.String> o) {
+void checkUnnamed6993(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -4087,7 +4087,7 @@
buildCounterUserFacingMessage++;
if (buildCounterUserFacingMessage < 3) {
o.defaultMessage = 'foo';
- o.localizedMessages = buildUnnamed6942();
+ o.localizedMessages = buildUnnamed6993();
}
buildCounterUserFacingMessage--;
return o;
@@ -4100,19 +4100,19 @@
o.defaultMessage!,
unittest.equals('foo'),
);
- checkUnnamed6942(o.localizedMessages!);
+ checkUnnamed6993(o.localizedMessages!);
}
buildCounterUserFacingMessage--;
}
-core.List<api.WebAppIcon> buildUnnamed6943() {
+core.List<api.WebAppIcon> buildUnnamed6994() {
var o = <api.WebAppIcon>[];
o.add(buildWebAppIcon());
o.add(buildWebAppIcon());
return o;
}
-void checkUnnamed6943(core.List<api.WebAppIcon> o) {
+void checkUnnamed6994(core.List<api.WebAppIcon> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebAppIcon(o[0] as api.WebAppIcon);
checkWebAppIcon(o[1] as api.WebAppIcon);
@@ -4124,7 +4124,7 @@
buildCounterWebApp++;
if (buildCounterWebApp < 3) {
o.displayMode = 'foo';
- o.icons = buildUnnamed6943();
+ o.icons = buildUnnamed6994();
o.name = 'foo';
o.startUrl = 'foo';
o.title = 'foo';
@@ -4141,7 +4141,7 @@
o.displayMode!,
unittest.equals('foo'),
);
- checkUnnamed6943(o.icons!);
+ checkUnnamed6994(o.icons!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -4184,14 +4184,14 @@
buildCounterWebAppIcon--;
}
-core.List<core.String> buildUnnamed6944() {
+core.List<core.String> buildUnnamed6995() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6944(core.List<core.String> o) {
+void checkUnnamed6995(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4203,14 +4203,14 @@
);
}
-core.List<core.String> buildUnnamed6945() {
+core.List<core.String> buildUnnamed6996() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6945(core.List<core.String> o) {
+void checkUnnamed6996(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4227,10 +4227,10 @@
var o = api.WebToken();
buildCounterWebToken++;
if (buildCounterWebToken < 3) {
- o.enabledFeatures = buildUnnamed6944();
+ o.enabledFeatures = buildUnnamed6995();
o.name = 'foo';
o.parentFrameUrl = 'foo';
- o.permissions = buildUnnamed6945();
+ o.permissions = buildUnnamed6996();
o.value = 'foo';
}
buildCounterWebToken--;
@@ -4240,7 +4240,7 @@
void checkWebToken(api.WebToken o) {
buildCounterWebToken++;
if (buildCounterWebToken < 3) {
- checkUnnamed6944(o.enabledFeatures!);
+ checkUnnamed6995(o.enabledFeatures!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -4249,7 +4249,7 @@
o.parentFrameUrl!,
unittest.equals('foo'),
);
- checkUnnamed6945(o.permissions!);
+ checkUnnamed6996(o.permissions!);
unittest.expect(
o.value!,
unittest.equals('foo'),
@@ -4282,14 +4282,14 @@
buildCounterWipeAction--;
}
-core.List<core.String> buildUnnamed6946() {
+core.List<core.String> buildUnnamed6997() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6946(core.List<core.String> o) {
+void checkUnnamed6997(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5438,7 +5438,7 @@
var mock = HttpServerMock();
var res = api.AndroidManagementApi(mock).enterprises.devices;
var arg_name = 'foo';
- var arg_wipeDataFlags = buildUnnamed6946();
+ var arg_wipeDataFlags = buildUnnamed6997();
var arg_wipeReasonMessage = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/androidpublisher/v3_test.dart b/generated/googleapis/test/androidpublisher/v3_test.dart
index 7e1c574..21291f2 100644
--- a/generated/googleapis/test/androidpublisher/v3_test.dart
+++ b/generated/googleapis/test/androidpublisher/v3_test.dart
@@ -117,14 +117,14 @@
buildCounterApksAddExternallyHostedResponse--;
}
-core.List<api.Apk> buildUnnamed1667() {
+core.List<api.Apk> buildUnnamed1666() {
var o = <api.Apk>[];
o.add(buildApk());
o.add(buildApk());
return o;
}
-void checkUnnamed1667(core.List<api.Apk> o) {
+void checkUnnamed1666(core.List<api.Apk> o) {
unittest.expect(o, unittest.hasLength(2));
checkApk(o[0] as api.Apk);
checkApk(o[1] as api.Apk);
@@ -135,7 +135,7 @@
var o = api.ApksListResponse();
buildCounterApksListResponse++;
if (buildCounterApksListResponse < 3) {
- o.apks = buildUnnamed1667();
+ o.apks = buildUnnamed1666();
o.kind = 'foo';
}
buildCounterApksListResponse--;
@@ -145,7 +145,7 @@
void checkApksListResponse(api.ApksListResponse o) {
buildCounterApksListResponse++;
if (buildCounterApksListResponse < 3) {
- checkUnnamed1667(o.apks!);
+ checkUnnamed1666(o.apks!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -250,14 +250,14 @@
buildCounterBundle--;
}
-core.List<api.Bundle> buildUnnamed1668() {
+core.List<api.Bundle> buildUnnamed1667() {
var o = <api.Bundle>[];
o.add(buildBundle());
o.add(buildBundle());
return o;
}
-void checkUnnamed1668(core.List<api.Bundle> o) {
+void checkUnnamed1667(core.List<api.Bundle> o) {
unittest.expect(o, unittest.hasLength(2));
checkBundle(o[0] as api.Bundle);
checkBundle(o[1] as api.Bundle);
@@ -268,7 +268,7 @@
var o = api.BundlesListResponse();
buildCounterBundlesListResponse++;
if (buildCounterBundlesListResponse < 3) {
- o.bundles = buildUnnamed1668();
+ o.bundles = buildUnnamed1667();
o.kind = 'foo';
}
buildCounterBundlesListResponse--;
@@ -278,7 +278,7 @@
void checkBundlesListResponse(api.BundlesListResponse o) {
buildCounterBundlesListResponse++;
if (buildCounterBundlesListResponse < 3) {
- checkUnnamed1668(o.bundles!);
+ checkUnnamed1667(o.bundles!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -308,14 +308,14 @@
buildCounterComment--;
}
-core.List<core.String> buildUnnamed1669() {
+core.List<core.String> buildUnnamed1668() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1669(core.List<core.String> o) {
+void checkUnnamed1668(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -332,7 +332,7 @@
var o = api.CountryTargeting();
buildCounterCountryTargeting++;
if (buildCounterCountryTargeting < 3) {
- o.countries = buildUnnamed1669();
+ o.countries = buildUnnamed1668();
o.includeRestOfWorld = true;
}
buildCounterCountryTargeting--;
@@ -342,7 +342,7 @@
void checkCountryTargeting(api.CountryTargeting o) {
buildCounterCountryTargeting++;
if (buildCounterCountryTargeting < 3) {
- checkUnnamed1669(o.countries!);
+ checkUnnamed1668(o.countries!);
unittest.expect(o.includeRestOfWorld!, unittest.isTrue);
}
buildCounterCountryTargeting--;
@@ -486,6 +486,25 @@
buildCounterDeviceMetadata--;
}
+core.List<core.String> buildUnnamed1669() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1669(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'),
+ );
+}
+
core.List<core.String> buildUnnamed1670() {
var o = <core.String>[];
o.add('foo');
@@ -505,33 +524,14 @@
);
}
-core.List<core.String> buildUnnamed1671() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1671(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'),
- );
-}
-
core.int buildCounterDeviceSpec = 0;
api.DeviceSpec buildDeviceSpec() {
var o = api.DeviceSpec();
buildCounterDeviceSpec++;
if (buildCounterDeviceSpec < 3) {
o.screenDensity = 42;
- o.supportedAbis = buildUnnamed1670();
- o.supportedLocales = buildUnnamed1671();
+ o.supportedAbis = buildUnnamed1669();
+ o.supportedLocales = buildUnnamed1670();
}
buildCounterDeviceSpec--;
return o;
@@ -544,8 +544,8 @@
o.screenDensity!,
unittest.equals(42),
);
- checkUnnamed1670(o.supportedAbis!);
- checkUnnamed1671(o.supportedLocales!);
+ checkUnnamed1669(o.supportedAbis!);
+ checkUnnamed1670(o.supportedLocales!);
}
buildCounterDeviceSpec--;
}
@@ -596,6 +596,25 @@
buildCounterExpansionFilesUploadResponse--;
}
+core.List<core.String> buildUnnamed1671() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1671(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'),
+ );
+}
+
core.List<core.String> buildUnnamed1672() {
var o = <core.String>[];
o.add('foo');
@@ -634,33 +653,14 @@
);
}
-core.List<core.String> buildUnnamed1674() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1674(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'),
- );
-}
-
-core.List<api.UsesPermission> buildUnnamed1675() {
+core.List<api.UsesPermission> buildUnnamed1674() {
var o = <api.UsesPermission>[];
o.add(buildUsesPermission());
o.add(buildUsesPermission());
return o;
}
-void checkUnnamed1675(core.List<api.UsesPermission> o) {
+void checkUnnamed1674(core.List<api.UsesPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsesPermission(o[0] as api.UsesPermission);
checkUsesPermission(o[1] as api.UsesPermission);
@@ -672,7 +672,7 @@
buildCounterExternallyHostedApk++;
if (buildCounterExternallyHostedApk < 3) {
o.applicationLabel = 'foo';
- o.certificateBase64s = buildUnnamed1672();
+ o.certificateBase64s = buildUnnamed1671();
o.externallyHostedUrl = 'foo';
o.fileSha1Base64 = 'foo';
o.fileSha256Base64 = 'foo';
@@ -680,10 +680,10 @@
o.iconBase64 = 'foo';
o.maximumSdk = 42;
o.minimumSdk = 42;
- o.nativeCodes = buildUnnamed1673();
+ o.nativeCodes = buildUnnamed1672();
o.packageName = 'foo';
- o.usesFeatures = buildUnnamed1674();
- o.usesPermissions = buildUnnamed1675();
+ o.usesFeatures = buildUnnamed1673();
+ o.usesPermissions = buildUnnamed1674();
o.versionCode = 42;
o.versionName = 'foo';
}
@@ -698,7 +698,7 @@
o.applicationLabel!,
unittest.equals('foo'),
);
- checkUnnamed1672(o.certificateBase64s!);
+ checkUnnamed1671(o.certificateBase64s!);
unittest.expect(
o.externallyHostedUrl!,
unittest.equals('foo'),
@@ -727,13 +727,13 @@
o.minimumSdk!,
unittest.equals(42),
);
- checkUnnamed1673(o.nativeCodes!);
+ checkUnnamed1672(o.nativeCodes!);
unittest.expect(
o.packageName!,
unittest.equals('foo'),
);
- checkUnnamed1674(o.usesFeatures!);
- checkUnnamed1675(o.usesPermissions!);
+ checkUnnamed1673(o.usesFeatures!);
+ checkUnnamed1674(o.usesPermissions!);
unittest.expect(
o.versionCode!,
unittest.equals(42),
@@ -783,6 +783,38 @@
buildCounterImage--;
}
+core.List<api.Image> buildUnnamed1675() {
+ var o = <api.Image>[];
+ o.add(buildImage());
+ o.add(buildImage());
+ return o;
+}
+
+void checkUnnamed1675(core.List<api.Image> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkImage(o[0] as api.Image);
+ checkImage(o[1] as api.Image);
+}
+
+core.int buildCounterImagesDeleteAllResponse = 0;
+api.ImagesDeleteAllResponse buildImagesDeleteAllResponse() {
+ var o = api.ImagesDeleteAllResponse();
+ buildCounterImagesDeleteAllResponse++;
+ if (buildCounterImagesDeleteAllResponse < 3) {
+ o.deleted = buildUnnamed1675();
+ }
+ buildCounterImagesDeleteAllResponse--;
+ return o;
+}
+
+void checkImagesDeleteAllResponse(api.ImagesDeleteAllResponse o) {
+ buildCounterImagesDeleteAllResponse++;
+ if (buildCounterImagesDeleteAllResponse < 3) {
+ checkUnnamed1675(o.deleted!);
+ }
+ buildCounterImagesDeleteAllResponse--;
+}
+
core.List<api.Image> buildUnnamed1676() {
var o = <api.Image>[];
o.add(buildImage());
@@ -796,44 +828,12 @@
checkImage(o[1] as api.Image);
}
-core.int buildCounterImagesDeleteAllResponse = 0;
-api.ImagesDeleteAllResponse buildImagesDeleteAllResponse() {
- var o = api.ImagesDeleteAllResponse();
- buildCounterImagesDeleteAllResponse++;
- if (buildCounterImagesDeleteAllResponse < 3) {
- o.deleted = buildUnnamed1676();
- }
- buildCounterImagesDeleteAllResponse--;
- return o;
-}
-
-void checkImagesDeleteAllResponse(api.ImagesDeleteAllResponse o) {
- buildCounterImagesDeleteAllResponse++;
- if (buildCounterImagesDeleteAllResponse < 3) {
- checkUnnamed1676(o.deleted!);
- }
- buildCounterImagesDeleteAllResponse--;
-}
-
-core.List<api.Image> buildUnnamed1677() {
- var o = <api.Image>[];
- o.add(buildImage());
- o.add(buildImage());
- return o;
-}
-
-void checkUnnamed1677(core.List<api.Image> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkImage(o[0] as api.Image);
- checkImage(o[1] as api.Image);
-}
-
core.int buildCounterImagesListResponse = 0;
api.ImagesListResponse buildImagesListResponse() {
var o = api.ImagesListResponse();
buildCounterImagesListResponse++;
if (buildCounterImagesListResponse < 3) {
- o.images = buildUnnamed1677();
+ o.images = buildUnnamed1676();
}
buildCounterImagesListResponse--;
return o;
@@ -842,7 +842,7 @@
void checkImagesListResponse(api.ImagesListResponse o) {
buildCounterImagesListResponse++;
if (buildCounterImagesListResponse < 3) {
- checkUnnamed1677(o.images!);
+ checkUnnamed1676(o.images!);
}
buildCounterImagesListResponse--;
}
@@ -866,27 +866,27 @@
buildCounterImagesUploadResponse--;
}
-core.Map<core.String, api.InAppProductListing> buildUnnamed1678() {
+core.Map<core.String, api.InAppProductListing> buildUnnamed1677() {
var o = <core.String, api.InAppProductListing>{};
o['x'] = buildInAppProductListing();
o['y'] = buildInAppProductListing();
return o;
}
-void checkUnnamed1678(core.Map<core.String, api.InAppProductListing> o) {
+void checkUnnamed1677(core.Map<core.String, api.InAppProductListing> o) {
unittest.expect(o, unittest.hasLength(2));
checkInAppProductListing(o['x']! as api.InAppProductListing);
checkInAppProductListing(o['y']! as api.InAppProductListing);
}
-core.Map<core.String, api.Price> buildUnnamed1679() {
+core.Map<core.String, api.Price> buildUnnamed1678() {
var o = <core.String, api.Price>{};
o['x'] = buildPrice();
o['y'] = buildPrice();
return o;
}
-void checkUnnamed1679(core.Map<core.String, api.Price> o) {
+void checkUnnamed1678(core.Map<core.String, api.Price> o) {
unittest.expect(o, unittest.hasLength(2));
checkPrice(o['x']! as api.Price);
checkPrice(o['y']! as api.Price);
@@ -900,9 +900,9 @@
o.defaultLanguage = 'foo';
o.defaultPrice = buildPrice();
o.gracePeriod = 'foo';
- o.listings = buildUnnamed1678();
+ o.listings = buildUnnamed1677();
o.packageName = 'foo';
- o.prices = buildUnnamed1679();
+ o.prices = buildUnnamed1678();
o.purchaseType = 'foo';
o.sku = 'foo';
o.status = 'foo';
@@ -925,12 +925,12 @@
o.gracePeriod!,
unittest.equals('foo'),
);
- checkUnnamed1678(o.listings!);
+ checkUnnamed1677(o.listings!);
unittest.expect(
o.packageName!,
unittest.equals('foo'),
);
- checkUnnamed1679(o.prices!);
+ checkUnnamed1678(o.prices!);
unittest.expect(
o.purchaseType!,
unittest.equals('foo'),
@@ -955,14 +955,14 @@
buildCounterInAppProduct--;
}
-core.List<core.String> buildUnnamed1680() {
+core.List<core.String> buildUnnamed1679() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1680(core.List<core.String> o) {
+void checkUnnamed1679(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -979,7 +979,7 @@
var o = api.InAppProductListing();
buildCounterInAppProductListing++;
if (buildCounterInAppProductListing < 3) {
- o.benefits = buildUnnamed1680();
+ o.benefits = buildUnnamed1679();
o.description = 'foo';
o.title = 'foo';
}
@@ -990,7 +990,7 @@
void checkInAppProductListing(api.InAppProductListing o) {
buildCounterInAppProductListing++;
if (buildCounterInAppProductListing < 3) {
- checkUnnamed1680(o.benefits!);
+ checkUnnamed1679(o.benefits!);
unittest.expect(
o.description!,
unittest.equals('foo'),
@@ -1003,14 +1003,14 @@
buildCounterInAppProductListing--;
}
-core.List<api.InAppProduct> buildUnnamed1681() {
+core.List<api.InAppProduct> buildUnnamed1680() {
var o = <api.InAppProduct>[];
o.add(buildInAppProduct());
o.add(buildInAppProduct());
return o;
}
-void checkUnnamed1681(core.List<api.InAppProduct> o) {
+void checkUnnamed1680(core.List<api.InAppProduct> o) {
unittest.expect(o, unittest.hasLength(2));
checkInAppProduct(o[0] as api.InAppProduct);
checkInAppProduct(o[1] as api.InAppProduct);
@@ -1021,7 +1021,7 @@
var o = api.InappproductsListResponse();
buildCounterInappproductsListResponse++;
if (buildCounterInappproductsListResponse < 3) {
- o.inappproduct = buildUnnamed1681();
+ o.inappproduct = buildUnnamed1680();
o.kind = 'foo';
o.pageInfo = buildPageInfo();
o.tokenPagination = buildTokenPagination();
@@ -1033,7 +1033,7 @@
void checkInappproductsListResponse(api.InappproductsListResponse o) {
buildCounterInappproductsListResponse++;
if (buildCounterInappproductsListResponse < 3) {
- checkUnnamed1681(o.inappproduct!);
+ checkUnnamed1680(o.inappproduct!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1155,14 +1155,14 @@
buildCounterListing--;
}
-core.List<api.Listing> buildUnnamed1682() {
+core.List<api.Listing> buildUnnamed1681() {
var o = <api.Listing>[];
o.add(buildListing());
o.add(buildListing());
return o;
}
-void checkUnnamed1682(core.List<api.Listing> o) {
+void checkUnnamed1681(core.List<api.Listing> o) {
unittest.expect(o, unittest.hasLength(2));
checkListing(o[0] as api.Listing);
checkListing(o[1] as api.Listing);
@@ -1174,7 +1174,7 @@
buildCounterListingsListResponse++;
if (buildCounterListingsListResponse < 3) {
o.kind = 'foo';
- o.listings = buildUnnamed1682();
+ o.listings = buildUnnamed1681();
}
buildCounterListingsListResponse--;
return o;
@@ -1187,7 +1187,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed1682(o.listings!);
+ checkUnnamed1681(o.listings!);
}
buildCounterListingsListResponse--;
}
@@ -1389,14 +1389,14 @@
buildCounterProductPurchasesAcknowledgeRequest--;
}
-core.List<api.Comment> buildUnnamed1683() {
+core.List<api.Comment> buildUnnamed1682() {
var o = <api.Comment>[];
o.add(buildComment());
o.add(buildComment());
return o;
}
-void checkUnnamed1683(core.List<api.Comment> o) {
+void checkUnnamed1682(core.List<api.Comment> o) {
unittest.expect(o, unittest.hasLength(2));
checkComment(o[0] as api.Comment);
checkComment(o[1] as api.Comment);
@@ -1408,7 +1408,7 @@
buildCounterReview++;
if (buildCounterReview < 3) {
o.authorName = 'foo';
- o.comments = buildUnnamed1683();
+ o.comments = buildUnnamed1682();
o.reviewId = 'foo';
}
buildCounterReview--;
@@ -1422,7 +1422,7 @@
o.authorName!,
unittest.equals('foo'),
);
- checkUnnamed1683(o.comments!);
+ checkUnnamed1682(o.comments!);
unittest.expect(
o.reviewId!,
unittest.equals('foo'),
@@ -1455,14 +1455,14 @@
buildCounterReviewReplyResult--;
}
-core.List<api.Review> buildUnnamed1684() {
+core.List<api.Review> buildUnnamed1683() {
var o = <api.Review>[];
o.add(buildReview());
o.add(buildReview());
return o;
}
-void checkUnnamed1684(core.List<api.Review> o) {
+void checkUnnamed1683(core.List<api.Review> o) {
unittest.expect(o, unittest.hasLength(2));
checkReview(o[0] as api.Review);
checkReview(o[1] as api.Review);
@@ -1474,7 +1474,7 @@
buildCounterReviewsListResponse++;
if (buildCounterReviewsListResponse < 3) {
o.pageInfo = buildPageInfo();
- o.reviews = buildUnnamed1684();
+ o.reviews = buildUnnamed1683();
o.tokenPagination = buildTokenPagination();
}
buildCounterReviewsListResponse--;
@@ -1485,7 +1485,7 @@
buildCounterReviewsListResponse++;
if (buildCounterReviewsListResponse < 3) {
checkPageInfo(o.pageInfo! as api.PageInfo);
- checkUnnamed1684(o.reviews!);
+ checkUnnamed1683(o.reviews!);
checkTokenPagination(o.tokenPagination! as api.TokenPagination);
}
buildCounterReviewsListResponse--;
@@ -1831,14 +1831,14 @@
buildCounterSubscriptionPurchasesDeferResponse--;
}
-core.List<api.Variant> buildUnnamed1685() {
+core.List<api.Variant> buildUnnamed1684() {
var o = <api.Variant>[];
o.add(buildVariant());
o.add(buildVariant());
return o;
}
-void checkUnnamed1685(core.List<api.Variant> o) {
+void checkUnnamed1684(core.List<api.Variant> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariant(o[0] as api.Variant);
checkVariant(o[1] as api.Variant);
@@ -1849,7 +1849,7 @@
var o = api.SystemApksListResponse();
buildCounterSystemApksListResponse++;
if (buildCounterSystemApksListResponse < 3) {
- o.variants = buildUnnamed1685();
+ o.variants = buildUnnamed1684();
}
buildCounterSystemApksListResponse--;
return o;
@@ -1858,19 +1858,19 @@
void checkSystemApksListResponse(api.SystemApksListResponse o) {
buildCounterSystemApksListResponse++;
if (buildCounterSystemApksListResponse < 3) {
- checkUnnamed1685(o.variants!);
+ checkUnnamed1684(o.variants!);
}
buildCounterSystemApksListResponse--;
}
-core.List<core.String> buildUnnamed1686() {
+core.List<core.String> buildUnnamed1685() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1686(core.List<core.String> o) {
+void checkUnnamed1685(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1887,7 +1887,7 @@
var o = api.Testers();
buildCounterTesters++;
if (buildCounterTesters < 3) {
- o.googleGroups = buildUnnamed1686();
+ o.googleGroups = buildUnnamed1685();
}
buildCounterTesters--;
return o;
@@ -1896,7 +1896,7 @@
void checkTesters(api.Testers o) {
buildCounterTesters++;
if (buildCounterTesters < 3) {
- checkUnnamed1686(o.googleGroups!);
+ checkUnnamed1685(o.googleGroups!);
}
buildCounterTesters--;
}
@@ -1955,14 +1955,14 @@
buildCounterTokenPagination--;
}
-core.List<api.TrackRelease> buildUnnamed1687() {
+core.List<api.TrackRelease> buildUnnamed1686() {
var o = <api.TrackRelease>[];
o.add(buildTrackRelease());
o.add(buildTrackRelease());
return o;
}
-void checkUnnamed1687(core.List<api.TrackRelease> o) {
+void checkUnnamed1686(core.List<api.TrackRelease> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrackRelease(o[0] as api.TrackRelease);
checkTrackRelease(o[1] as api.TrackRelease);
@@ -1973,7 +1973,7 @@
var o = api.Track();
buildCounterTrack++;
if (buildCounterTrack < 3) {
- o.releases = buildUnnamed1687();
+ o.releases = buildUnnamed1686();
o.track = 'foo';
}
buildCounterTrack--;
@@ -1983,7 +1983,7 @@
void checkTrack(api.Track o) {
buildCounterTrack++;
if (buildCounterTrack < 3) {
- checkUnnamed1687(o.releases!);
+ checkUnnamed1686(o.releases!);
unittest.expect(
o.track!,
unittest.equals('foo'),
@@ -1992,27 +1992,27 @@
buildCounterTrack--;
}
-core.List<api.LocalizedText> buildUnnamed1688() {
+core.List<api.LocalizedText> buildUnnamed1687() {
var o = <api.LocalizedText>[];
o.add(buildLocalizedText());
o.add(buildLocalizedText());
return o;
}
-void checkUnnamed1688(core.List<api.LocalizedText> o) {
+void checkUnnamed1687(core.List<api.LocalizedText> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalizedText(o[0] as api.LocalizedText);
checkLocalizedText(o[1] as api.LocalizedText);
}
-core.List<core.String> buildUnnamed1689() {
+core.List<core.String> buildUnnamed1688() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1689(core.List<core.String> o) {
+void checkUnnamed1688(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2032,10 +2032,10 @@
o.countryTargeting = buildCountryTargeting();
o.inAppUpdatePriority = 42;
o.name = 'foo';
- o.releaseNotes = buildUnnamed1688();
+ o.releaseNotes = buildUnnamed1687();
o.status = 'foo';
o.userFraction = 42.0;
- o.versionCodes = buildUnnamed1689();
+ o.versionCodes = buildUnnamed1688();
}
buildCounterTrackRelease--;
return o;
@@ -2053,7 +2053,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed1688(o.releaseNotes!);
+ checkUnnamed1687(o.releaseNotes!);
unittest.expect(
o.status!,
unittest.equals('foo'),
@@ -2062,19 +2062,19 @@
o.userFraction!,
unittest.equals(42.0),
);
- checkUnnamed1689(o.versionCodes!);
+ checkUnnamed1688(o.versionCodes!);
}
buildCounterTrackRelease--;
}
-core.List<api.Track> buildUnnamed1690() {
+core.List<api.Track> buildUnnamed1689() {
var o = <api.Track>[];
o.add(buildTrack());
o.add(buildTrack());
return o;
}
-void checkUnnamed1690(core.List<api.Track> o) {
+void checkUnnamed1689(core.List<api.Track> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrack(o[0] as api.Track);
checkTrack(o[1] as api.Track);
@@ -2086,7 +2086,7 @@
buildCounterTracksListResponse++;
if (buildCounterTracksListResponse < 3) {
o.kind = 'foo';
- o.tracks = buildUnnamed1690();
+ o.tracks = buildUnnamed1689();
}
buildCounterTracksListResponse--;
return o;
@@ -2099,7 +2099,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed1690(o.tracks!);
+ checkUnnamed1689(o.tracks!);
}
buildCounterTracksListResponse--;
}
@@ -2278,14 +2278,14 @@
buildCounterVoidedPurchase--;
}
-core.List<api.VoidedPurchase> buildUnnamed1691() {
+core.List<api.VoidedPurchase> buildUnnamed1690() {
var o = <api.VoidedPurchase>[];
o.add(buildVoidedPurchase());
o.add(buildVoidedPurchase());
return o;
}
-void checkUnnamed1691(core.List<api.VoidedPurchase> o) {
+void checkUnnamed1690(core.List<api.VoidedPurchase> o) {
unittest.expect(o, unittest.hasLength(2));
checkVoidedPurchase(o[0] as api.VoidedPurchase);
checkVoidedPurchase(o[1] as api.VoidedPurchase);
@@ -2298,7 +2298,7 @@
if (buildCounterVoidedPurchasesListResponse < 3) {
o.pageInfo = buildPageInfo();
o.tokenPagination = buildTokenPagination();
- o.voidedPurchases = buildUnnamed1691();
+ o.voidedPurchases = buildUnnamed1690();
}
buildCounterVoidedPurchasesListResponse--;
return o;
@@ -2309,7 +2309,7 @@
if (buildCounterVoidedPurchasesListResponse < 3) {
checkPageInfo(o.pageInfo! as api.PageInfo);
checkTokenPagination(o.tokenPagination! as api.TokenPagination);
- checkUnnamed1691(o.voidedPurchases!);
+ checkUnnamed1690(o.voidedPurchases!);
}
buildCounterVoidedPurchasesListResponse--;
}
diff --git a/generated/googleapis/test/apigateway/v1_test.dart b/generated/googleapis/test/apigateway/v1_test.dart
index e1bfe60..7406a64 100644
--- a/generated/googleapis/test/apigateway/v1_test.dart
+++ b/generated/googleapis/test/apigateway/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.Map<core.String, core.String> buildUnnamed5791() {
+core.Map<core.String, core.String> buildUnnamed5842() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5791(core.Map<core.String, core.String> o) {
+void checkUnnamed5842(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -53,7 +53,7 @@
if (buildCounterApigatewayApi < 3) {
o.createTime = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed5791();
+ o.labels = buildUnnamed5842();
o.managedService = 'foo';
o.name = 'foo';
o.state = 'foo';
@@ -74,7 +74,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5791(o.labels!);
+ checkUnnamed5842(o.labels!);
unittest.expect(
o.managedService!,
unittest.equals('foo'),
@@ -95,14 +95,14 @@
buildCounterApigatewayApi--;
}
-core.List<api.ApigatewayApiConfigGrpcServiceDefinition> buildUnnamed5792() {
+core.List<api.ApigatewayApiConfigGrpcServiceDefinition> buildUnnamed5843() {
var o = <api.ApigatewayApiConfigGrpcServiceDefinition>[];
o.add(buildApigatewayApiConfigGrpcServiceDefinition());
o.add(buildApigatewayApiConfigGrpcServiceDefinition());
return o;
}
-void checkUnnamed5792(
+void checkUnnamed5843(
core.List<api.ApigatewayApiConfigGrpcServiceDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayApiConfigGrpcServiceDefinition(
@@ -111,14 +111,14 @@
o[1] as api.ApigatewayApiConfigGrpcServiceDefinition);
}
-core.Map<core.String, core.String> buildUnnamed5793() {
+core.Map<core.String, core.String> buildUnnamed5844() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5793(core.Map<core.String, core.String> o) {
+void checkUnnamed5844(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -130,27 +130,27 @@
);
}
-core.List<api.ApigatewayApiConfigFile> buildUnnamed5794() {
+core.List<api.ApigatewayApiConfigFile> buildUnnamed5845() {
var o = <api.ApigatewayApiConfigFile>[];
o.add(buildApigatewayApiConfigFile());
o.add(buildApigatewayApiConfigFile());
return o;
}
-void checkUnnamed5794(core.List<api.ApigatewayApiConfigFile> o) {
+void checkUnnamed5845(core.List<api.ApigatewayApiConfigFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayApiConfigFile(o[0] as api.ApigatewayApiConfigFile);
checkApigatewayApiConfigFile(o[1] as api.ApigatewayApiConfigFile);
}
-core.List<api.ApigatewayApiConfigOpenApiDocument> buildUnnamed5795() {
+core.List<api.ApigatewayApiConfigOpenApiDocument> buildUnnamed5846() {
var o = <api.ApigatewayApiConfigOpenApiDocument>[];
o.add(buildApigatewayApiConfigOpenApiDocument());
o.add(buildApigatewayApiConfigOpenApiDocument());
return o;
}
-void checkUnnamed5795(core.List<api.ApigatewayApiConfigOpenApiDocument> o) {
+void checkUnnamed5846(core.List<api.ApigatewayApiConfigOpenApiDocument> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayApiConfigOpenApiDocument(
o[0] as api.ApigatewayApiConfigOpenApiDocument);
@@ -166,11 +166,11 @@
o.createTime = 'foo';
o.displayName = 'foo';
o.gatewayServiceAccount = 'foo';
- o.grpcServices = buildUnnamed5792();
- o.labels = buildUnnamed5793();
- o.managedServiceConfigs = buildUnnamed5794();
+ o.grpcServices = buildUnnamed5843();
+ o.labels = buildUnnamed5844();
+ o.managedServiceConfigs = buildUnnamed5845();
o.name = 'foo';
- o.openapiDocuments = buildUnnamed5795();
+ o.openapiDocuments = buildUnnamed5846();
o.serviceConfigId = 'foo';
o.state = 'foo';
o.updateTime = 'foo';
@@ -194,14 +194,14 @@
o.gatewayServiceAccount!,
unittest.equals('foo'),
);
- checkUnnamed5792(o.grpcServices!);
- checkUnnamed5793(o.labels!);
- checkUnnamed5794(o.managedServiceConfigs!);
+ checkUnnamed5843(o.grpcServices!);
+ checkUnnamed5844(o.labels!);
+ checkUnnamed5845(o.managedServiceConfigs!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5795(o.openapiDocuments!);
+ checkUnnamed5846(o.openapiDocuments!);
unittest.expect(
o.serviceConfigId!,
unittest.equals('foo'),
@@ -245,14 +245,14 @@
buildCounterApigatewayApiConfigFile--;
}
-core.List<api.ApigatewayApiConfigFile> buildUnnamed5796() {
+core.List<api.ApigatewayApiConfigFile> buildUnnamed5847() {
var o = <api.ApigatewayApiConfigFile>[];
o.add(buildApigatewayApiConfigFile());
o.add(buildApigatewayApiConfigFile());
return o;
}
-void checkUnnamed5796(core.List<api.ApigatewayApiConfigFile> o) {
+void checkUnnamed5847(core.List<api.ApigatewayApiConfigFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayApiConfigFile(o[0] as api.ApigatewayApiConfigFile);
checkApigatewayApiConfigFile(o[1] as api.ApigatewayApiConfigFile);
@@ -265,7 +265,7 @@
buildCounterApigatewayApiConfigGrpcServiceDefinition++;
if (buildCounterApigatewayApiConfigGrpcServiceDefinition < 3) {
o.fileDescriptorSet = buildApigatewayApiConfigFile();
- o.source = buildUnnamed5796();
+ o.source = buildUnnamed5847();
}
buildCounterApigatewayApiConfigGrpcServiceDefinition--;
return o;
@@ -277,7 +277,7 @@
if (buildCounterApigatewayApiConfigGrpcServiceDefinition < 3) {
checkApigatewayApiConfigFile(
o.fileDescriptorSet! as api.ApigatewayApiConfigFile);
- checkUnnamed5796(o.source!);
+ checkUnnamed5847(o.source!);
}
buildCounterApigatewayApiConfigGrpcServiceDefinition--;
}
@@ -303,14 +303,14 @@
buildCounterApigatewayApiConfigOpenApiDocument--;
}
-core.List<api.ApigatewayAuditLogConfig> buildUnnamed5797() {
+core.List<api.ApigatewayAuditLogConfig> buildUnnamed5848() {
var o = <api.ApigatewayAuditLogConfig>[];
o.add(buildApigatewayAuditLogConfig());
o.add(buildApigatewayAuditLogConfig());
return o;
}
-void checkUnnamed5797(core.List<api.ApigatewayAuditLogConfig> o) {
+void checkUnnamed5848(core.List<api.ApigatewayAuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayAuditLogConfig(o[0] as api.ApigatewayAuditLogConfig);
checkApigatewayAuditLogConfig(o[1] as api.ApigatewayAuditLogConfig);
@@ -321,7 +321,7 @@
var o = api.ApigatewayAuditConfig();
buildCounterApigatewayAuditConfig++;
if (buildCounterApigatewayAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed5797();
+ o.auditLogConfigs = buildUnnamed5848();
o.service = 'foo';
}
buildCounterApigatewayAuditConfig--;
@@ -331,7 +331,7 @@
void checkApigatewayAuditConfig(api.ApigatewayAuditConfig o) {
buildCounterApigatewayAuditConfig++;
if (buildCounterApigatewayAuditConfig < 3) {
- checkUnnamed5797(o.auditLogConfigs!);
+ checkUnnamed5848(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -340,14 +340,14 @@
buildCounterApigatewayAuditConfig--;
}
-core.List<core.String> buildUnnamed5798() {
+core.List<core.String> buildUnnamed5849() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5798(core.List<core.String> o) {
+void checkUnnamed5849(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -364,7 +364,7 @@
var o = api.ApigatewayAuditLogConfig();
buildCounterApigatewayAuditLogConfig++;
if (buildCounterApigatewayAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed5798();
+ o.exemptedMembers = buildUnnamed5849();
o.logType = 'foo';
}
buildCounterApigatewayAuditLogConfig--;
@@ -374,7 +374,7 @@
void checkApigatewayAuditLogConfig(api.ApigatewayAuditLogConfig o) {
buildCounterApigatewayAuditLogConfig++;
if (buildCounterApigatewayAuditLogConfig < 3) {
- checkUnnamed5798(o.exemptedMembers!);
+ checkUnnamed5849(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -383,14 +383,14 @@
buildCounterApigatewayAuditLogConfig--;
}
-core.List<core.String> buildUnnamed5799() {
+core.List<core.String> buildUnnamed5850() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5799(core.List<core.String> o) {
+void checkUnnamed5850(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -408,7 +408,7 @@
buildCounterApigatewayBinding++;
if (buildCounterApigatewayBinding < 3) {
o.condition = buildApigatewayExpr();
- o.members = buildUnnamed5799();
+ o.members = buildUnnamed5850();
o.role = 'foo';
}
buildCounterApigatewayBinding--;
@@ -419,7 +419,7 @@
buildCounterApigatewayBinding++;
if (buildCounterApigatewayBinding < 3) {
checkApigatewayExpr(o.condition! as api.ApigatewayExpr);
- checkUnnamed5799(o.members!);
+ checkUnnamed5850(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -481,14 +481,14 @@
buildCounterApigatewayExpr--;
}
-core.Map<core.String, core.String> buildUnnamed5800() {
+core.Map<core.String, core.String> buildUnnamed5851() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5800(core.Map<core.String, core.String> o) {
+void checkUnnamed5851(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -509,7 +509,7 @@
o.createTime = 'foo';
o.defaultHostname = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed5800();
+ o.labels = buildUnnamed5851();
o.name = 'foo';
o.state = 'foo';
o.updateTime = 'foo';
@@ -537,7 +537,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5800(o.labels!);
+ checkUnnamed5851(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -554,27 +554,27 @@
buildCounterApigatewayGateway--;
}
-core.List<api.ApigatewayApiConfig> buildUnnamed5801() {
+core.List<api.ApigatewayApiConfig> buildUnnamed5852() {
var o = <api.ApigatewayApiConfig>[];
o.add(buildApigatewayApiConfig());
o.add(buildApigatewayApiConfig());
return o;
}
-void checkUnnamed5801(core.List<api.ApigatewayApiConfig> o) {
+void checkUnnamed5852(core.List<api.ApigatewayApiConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayApiConfig(o[0] as api.ApigatewayApiConfig);
checkApigatewayApiConfig(o[1] as api.ApigatewayApiConfig);
}
-core.List<core.String> buildUnnamed5802() {
+core.List<core.String> buildUnnamed5853() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5802(core.List<core.String> o) {
+void checkUnnamed5853(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -591,9 +591,9 @@
var o = api.ApigatewayListApiConfigsResponse();
buildCounterApigatewayListApiConfigsResponse++;
if (buildCounterApigatewayListApiConfigsResponse < 3) {
- o.apiConfigs = buildUnnamed5801();
+ o.apiConfigs = buildUnnamed5852();
o.nextPageToken = 'foo';
- o.unreachableLocations = buildUnnamed5802();
+ o.unreachableLocations = buildUnnamed5853();
}
buildCounterApigatewayListApiConfigsResponse--;
return o;
@@ -603,37 +603,37 @@
api.ApigatewayListApiConfigsResponse o) {
buildCounterApigatewayListApiConfigsResponse++;
if (buildCounterApigatewayListApiConfigsResponse < 3) {
- checkUnnamed5801(o.apiConfigs!);
+ checkUnnamed5852(o.apiConfigs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5802(o.unreachableLocations!);
+ checkUnnamed5853(o.unreachableLocations!);
}
buildCounterApigatewayListApiConfigsResponse--;
}
-core.List<api.ApigatewayApi> buildUnnamed5803() {
+core.List<api.ApigatewayApi> buildUnnamed5854() {
var o = <api.ApigatewayApi>[];
o.add(buildApigatewayApi());
o.add(buildApigatewayApi());
return o;
}
-void checkUnnamed5803(core.List<api.ApigatewayApi> o) {
+void checkUnnamed5854(core.List<api.ApigatewayApi> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayApi(o[0] as api.ApigatewayApi);
checkApigatewayApi(o[1] as api.ApigatewayApi);
}
-core.List<core.String> buildUnnamed5804() {
+core.List<core.String> buildUnnamed5855() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5804(core.List<core.String> o) {
+void checkUnnamed5855(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -650,9 +650,9 @@
var o = api.ApigatewayListApisResponse();
buildCounterApigatewayListApisResponse++;
if (buildCounterApigatewayListApisResponse < 3) {
- o.apis = buildUnnamed5803();
+ o.apis = buildUnnamed5854();
o.nextPageToken = 'foo';
- o.unreachableLocations = buildUnnamed5804();
+ o.unreachableLocations = buildUnnamed5855();
}
buildCounterApigatewayListApisResponse--;
return o;
@@ -661,37 +661,37 @@
void checkApigatewayListApisResponse(api.ApigatewayListApisResponse o) {
buildCounterApigatewayListApisResponse++;
if (buildCounterApigatewayListApisResponse < 3) {
- checkUnnamed5803(o.apis!);
+ checkUnnamed5854(o.apis!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5804(o.unreachableLocations!);
+ checkUnnamed5855(o.unreachableLocations!);
}
buildCounterApigatewayListApisResponse--;
}
-core.List<api.ApigatewayGateway> buildUnnamed5805() {
+core.List<api.ApigatewayGateway> buildUnnamed5856() {
var o = <api.ApigatewayGateway>[];
o.add(buildApigatewayGateway());
o.add(buildApigatewayGateway());
return o;
}
-void checkUnnamed5805(core.List<api.ApigatewayGateway> o) {
+void checkUnnamed5856(core.List<api.ApigatewayGateway> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayGateway(o[0] as api.ApigatewayGateway);
checkApigatewayGateway(o[1] as api.ApigatewayGateway);
}
-core.List<core.String> buildUnnamed5806() {
+core.List<core.String> buildUnnamed5857() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5806(core.List<core.String> o) {
+void checkUnnamed5857(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -708,9 +708,9 @@
var o = api.ApigatewayListGatewaysResponse();
buildCounterApigatewayListGatewaysResponse++;
if (buildCounterApigatewayListGatewaysResponse < 3) {
- o.gateways = buildUnnamed5805();
+ o.gateways = buildUnnamed5856();
o.nextPageToken = 'foo';
- o.unreachableLocations = buildUnnamed5806();
+ o.unreachableLocations = buildUnnamed5857();
}
buildCounterApigatewayListGatewaysResponse--;
return o;
@@ -719,24 +719,24 @@
void checkApigatewayListGatewaysResponse(api.ApigatewayListGatewaysResponse o) {
buildCounterApigatewayListGatewaysResponse++;
if (buildCounterApigatewayListGatewaysResponse < 3) {
- checkUnnamed5805(o.gateways!);
+ checkUnnamed5856(o.gateways!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5806(o.unreachableLocations!);
+ checkUnnamed5857(o.unreachableLocations!);
}
buildCounterApigatewayListGatewaysResponse--;
}
-core.List<api.ApigatewayLocation> buildUnnamed5807() {
+core.List<api.ApigatewayLocation> buildUnnamed5858() {
var o = <api.ApigatewayLocation>[];
o.add(buildApigatewayLocation());
o.add(buildApigatewayLocation());
return o;
}
-void checkUnnamed5807(core.List<api.ApigatewayLocation> o) {
+void checkUnnamed5858(core.List<api.ApigatewayLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayLocation(o[0] as api.ApigatewayLocation);
checkApigatewayLocation(o[1] as api.ApigatewayLocation);
@@ -747,7 +747,7 @@
var o = api.ApigatewayListLocationsResponse();
buildCounterApigatewayListLocationsResponse++;
if (buildCounterApigatewayListLocationsResponse < 3) {
- o.locations = buildUnnamed5807();
+ o.locations = buildUnnamed5858();
o.nextPageToken = 'foo';
}
buildCounterApigatewayListLocationsResponse--;
@@ -758,7 +758,7 @@
api.ApigatewayListLocationsResponse o) {
buildCounterApigatewayListLocationsResponse++;
if (buildCounterApigatewayListLocationsResponse < 3) {
- checkUnnamed5807(o.locations!);
+ checkUnnamed5858(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -767,14 +767,14 @@
buildCounterApigatewayListLocationsResponse--;
}
-core.List<api.ApigatewayOperation> buildUnnamed5808() {
+core.List<api.ApigatewayOperation> buildUnnamed5859() {
var o = <api.ApigatewayOperation>[];
o.add(buildApigatewayOperation());
o.add(buildApigatewayOperation());
return o;
}
-void checkUnnamed5808(core.List<api.ApigatewayOperation> o) {
+void checkUnnamed5859(core.List<api.ApigatewayOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayOperation(o[0] as api.ApigatewayOperation);
checkApigatewayOperation(o[1] as api.ApigatewayOperation);
@@ -786,7 +786,7 @@
buildCounterApigatewayListOperationsResponse++;
if (buildCounterApigatewayListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed5808();
+ o.operations = buildUnnamed5859();
}
buildCounterApigatewayListOperationsResponse--;
return o;
@@ -800,19 +800,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5808(o.operations!);
+ checkUnnamed5859(o.operations!);
}
buildCounterApigatewayListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed5809() {
+core.Map<core.String, core.String> buildUnnamed5860() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5809(core.Map<core.String, core.String> o) {
+void checkUnnamed5860(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -824,7 +824,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5810() {
+core.Map<core.String, core.Object> buildUnnamed5861() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -839,7 +839,7 @@
return o;
}
-void checkUnnamed5810(core.Map<core.String, core.Object> o) {
+void checkUnnamed5861(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -877,9 +877,9 @@
buildCounterApigatewayLocation++;
if (buildCounterApigatewayLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed5809();
+ o.labels = buildUnnamed5860();
o.locationId = 'foo';
- o.metadata = buildUnnamed5810();
+ o.metadata = buildUnnamed5861();
o.name = 'foo';
}
buildCounterApigatewayLocation--;
@@ -893,12 +893,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5809(o.labels!);
+ checkUnnamed5860(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed5810(o.metadata!);
+ checkUnnamed5861(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -907,7 +907,7 @@
buildCounterApigatewayLocation--;
}
-core.Map<core.String, core.Object> buildUnnamed5811() {
+core.Map<core.String, core.Object> buildUnnamed5862() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -922,7 +922,7 @@
return o;
}
-void checkUnnamed5811(core.Map<core.String, core.Object> o) {
+void checkUnnamed5862(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -954,7 +954,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5812() {
+core.Map<core.String, core.Object> buildUnnamed5863() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -969,7 +969,7 @@
return o;
}
-void checkUnnamed5812(core.Map<core.String, core.Object> o) {
+void checkUnnamed5863(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1008,9 +1008,9 @@
if (buildCounterApigatewayOperation < 3) {
o.done = true;
o.error = buildApigatewayStatus();
- o.metadata = buildUnnamed5811();
+ o.metadata = buildUnnamed5862();
o.name = 'foo';
- o.response = buildUnnamed5812();
+ o.response = buildUnnamed5863();
}
buildCounterApigatewayOperation--;
return o;
@@ -1021,24 +1021,24 @@
if (buildCounterApigatewayOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkApigatewayStatus(o.error! as api.ApigatewayStatus);
- checkUnnamed5811(o.metadata!);
+ checkUnnamed5862(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5812(o.response!);
+ checkUnnamed5863(o.response!);
}
buildCounterApigatewayOperation--;
}
-core.List<api.ApigatewayOperationMetadataDiagnostic> buildUnnamed5813() {
+core.List<api.ApigatewayOperationMetadataDiagnostic> buildUnnamed5864() {
var o = <api.ApigatewayOperationMetadataDiagnostic>[];
o.add(buildApigatewayOperationMetadataDiagnostic());
o.add(buildApigatewayOperationMetadataDiagnostic());
return o;
}
-void checkUnnamed5813(core.List<api.ApigatewayOperationMetadataDiagnostic> o) {
+void checkUnnamed5864(core.List<api.ApigatewayOperationMetadataDiagnostic> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayOperationMetadataDiagnostic(
o[0] as api.ApigatewayOperationMetadataDiagnostic);
@@ -1053,7 +1053,7 @@
if (buildCounterApigatewayOperationMetadata < 3) {
o.apiVersion = 'foo';
o.createTime = 'foo';
- o.diagnostics = buildUnnamed5813();
+ o.diagnostics = buildUnnamed5864();
o.endTime = 'foo';
o.requestedCancellation = true;
o.statusMessage = 'foo';
@@ -1075,7 +1075,7 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed5813(o.diagnostics!);
+ checkUnnamed5864(o.diagnostics!);
unittest.expect(
o.endTime!,
unittest.equals('foo'),
@@ -1126,27 +1126,27 @@
buildCounterApigatewayOperationMetadataDiagnostic--;
}
-core.List<api.ApigatewayAuditConfig> buildUnnamed5814() {
+core.List<api.ApigatewayAuditConfig> buildUnnamed5865() {
var o = <api.ApigatewayAuditConfig>[];
o.add(buildApigatewayAuditConfig());
o.add(buildApigatewayAuditConfig());
return o;
}
-void checkUnnamed5814(core.List<api.ApigatewayAuditConfig> o) {
+void checkUnnamed5865(core.List<api.ApigatewayAuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayAuditConfig(o[0] as api.ApigatewayAuditConfig);
checkApigatewayAuditConfig(o[1] as api.ApigatewayAuditConfig);
}
-core.List<api.ApigatewayBinding> buildUnnamed5815() {
+core.List<api.ApigatewayBinding> buildUnnamed5866() {
var o = <api.ApigatewayBinding>[];
o.add(buildApigatewayBinding());
o.add(buildApigatewayBinding());
return o;
}
-void checkUnnamed5815(core.List<api.ApigatewayBinding> o) {
+void checkUnnamed5866(core.List<api.ApigatewayBinding> o) {
unittest.expect(o, unittest.hasLength(2));
checkApigatewayBinding(o[0] as api.ApigatewayBinding);
checkApigatewayBinding(o[1] as api.ApigatewayBinding);
@@ -1157,8 +1157,8 @@
var o = api.ApigatewayPolicy();
buildCounterApigatewayPolicy++;
if (buildCounterApigatewayPolicy < 3) {
- o.auditConfigs = buildUnnamed5814();
- o.bindings = buildUnnamed5815();
+ o.auditConfigs = buildUnnamed5865();
+ o.bindings = buildUnnamed5866();
o.etag = 'foo';
o.version = 42;
}
@@ -1169,8 +1169,8 @@
void checkApigatewayPolicy(api.ApigatewayPolicy o) {
buildCounterApigatewayPolicy++;
if (buildCounterApigatewayPolicy < 3) {
- checkUnnamed5814(o.auditConfigs!);
- checkUnnamed5815(o.bindings!);
+ checkUnnamed5865(o.auditConfigs!);
+ checkUnnamed5866(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1207,7 +1207,7 @@
buildCounterApigatewaySetIamPolicyRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed5816() {
+core.Map<core.String, core.Object> buildUnnamed5867() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1222,7 +1222,7 @@
return o;
}
-void checkUnnamed5816(core.Map<core.String, core.Object> o) {
+void checkUnnamed5867(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1254,17 +1254,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5817() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5868() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5816());
- o.add(buildUnnamed5816());
+ o.add(buildUnnamed5867());
+ o.add(buildUnnamed5867());
return o;
}
-void checkUnnamed5817(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5868(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5816(o[0]);
- checkUnnamed5816(o[1]);
+ checkUnnamed5867(o[0]);
+ checkUnnamed5867(o[1]);
}
core.int buildCounterApigatewayStatus = 0;
@@ -1273,7 +1273,7 @@
buildCounterApigatewayStatus++;
if (buildCounterApigatewayStatus < 3) {
o.code = 42;
- o.details = buildUnnamed5817();
+ o.details = buildUnnamed5868();
o.message = 'foo';
}
buildCounterApigatewayStatus--;
@@ -1287,7 +1287,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5817(o.details!);
+ checkUnnamed5868(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1296,14 +1296,14 @@
buildCounterApigatewayStatus--;
}
-core.List<core.String> buildUnnamed5818() {
+core.List<core.String> buildUnnamed5869() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5818(core.List<core.String> o) {
+void checkUnnamed5869(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1321,7 +1321,7 @@
var o = api.ApigatewayTestIamPermissionsRequest();
buildCounterApigatewayTestIamPermissionsRequest++;
if (buildCounterApigatewayTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed5818();
+ o.permissions = buildUnnamed5869();
}
buildCounterApigatewayTestIamPermissionsRequest--;
return o;
@@ -1331,19 +1331,19 @@
api.ApigatewayTestIamPermissionsRequest o) {
buildCounterApigatewayTestIamPermissionsRequest++;
if (buildCounterApigatewayTestIamPermissionsRequest < 3) {
- checkUnnamed5818(o.permissions!);
+ checkUnnamed5869(o.permissions!);
}
buildCounterApigatewayTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed5819() {
+core.List<core.String> buildUnnamed5870() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5819(core.List<core.String> o) {
+void checkUnnamed5870(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1361,7 +1361,7 @@
var o = api.ApigatewayTestIamPermissionsResponse();
buildCounterApigatewayTestIamPermissionsResponse++;
if (buildCounterApigatewayTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed5819();
+ o.permissions = buildUnnamed5870();
}
buildCounterApigatewayTestIamPermissionsResponse--;
return o;
@@ -1371,7 +1371,7 @@
api.ApigatewayTestIamPermissionsResponse o) {
buildCounterApigatewayTestIamPermissionsResponse++;
if (buildCounterApigatewayTestIamPermissionsResponse < 3) {
- checkUnnamed5819(o.permissions!);
+ checkUnnamed5870(o.permissions!);
}
buildCounterApigatewayTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/apigee/v1_test.dart b/generated/googleapis/test/apigee/v1_test.dart
index 7ce1c67..98bc902 100644
--- a/generated/googleapis/test/apigee/v1_test.dart
+++ b/generated/googleapis/test/apigee/v1_test.dart
@@ -27,7 +27,7 @@
import '../test_shared.dart';
-core.Map<core.String, core.Object> buildUnnamed6326() {
+core.Map<core.String, core.Object> buildUnnamed6377() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -42,7 +42,7 @@
return o;
}
-void checkUnnamed6326(core.Map<core.String, core.Object> o) {
+void checkUnnamed6377(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -74,17 +74,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6327() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6378() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6326());
- o.add(buildUnnamed6326());
+ o.add(buildUnnamed6377());
+ o.add(buildUnnamed6377());
return o;
}
-void checkUnnamed6327(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6378(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6326(o[0]);
- checkUnnamed6326(o[1]);
+ checkUnnamed6377(o[0]);
+ checkUnnamed6377(o[1]);
}
core.int buildCounterGoogleApiHttpBody = 0;
@@ -94,7 +94,7 @@
if (buildCounterGoogleApiHttpBody < 3) {
o.contentType = 'foo';
o.data = 'foo';
- o.extensions = buildUnnamed6327();
+ o.extensions = buildUnnamed6378();
}
buildCounterGoogleApiHttpBody--;
return o;
@@ -111,7 +111,7 @@
o.data!,
unittest.equals('foo'),
);
- checkUnnamed6327(o.extensions!);
+ checkUnnamed6378(o.extensions!);
}
buildCounterGoogleApiHttpBody--;
}
@@ -431,14 +431,14 @@
buildCounterGoogleCloudApigeeV1ApiCategoryData--;
}
-core.List<core.String> buildUnnamed6328() {
+core.List<core.String> buildUnnamed6379() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6328(core.List<core.String> o) {
+void checkUnnamed6379(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -450,27 +450,27 @@
);
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6329() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6380() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed6329(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed6380(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
}
-core.List<core.String> buildUnnamed6330() {
+core.List<core.String> buildUnnamed6381() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6330(core.List<core.String> o) {
+void checkUnnamed6381(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -482,14 +482,14 @@
);
}
-core.List<core.String> buildUnnamed6331() {
+core.List<core.String> buildUnnamed6382() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6331(core.List<core.String> o) {
+void checkUnnamed6382(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -501,14 +501,14 @@
);
}
-core.List<core.String> buildUnnamed6332() {
+core.List<core.String> buildUnnamed6383() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6332(core.List<core.String> o) {
+void checkUnnamed6383(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -525,22 +525,22 @@
var o = api.GoogleCloudApigeeV1ApiProduct();
buildCounterGoogleCloudApigeeV1ApiProduct++;
if (buildCounterGoogleCloudApigeeV1ApiProduct < 3) {
- o.apiResources = buildUnnamed6328();
+ o.apiResources = buildUnnamed6379();
o.approvalType = 'foo';
- o.attributes = buildUnnamed6329();
+ o.attributes = buildUnnamed6380();
o.createdAt = 'foo';
o.description = 'foo';
o.displayName = 'foo';
- o.environments = buildUnnamed6330();
+ o.environments = buildUnnamed6381();
o.graphqlOperationGroup = buildGoogleCloudApigeeV1GraphQLOperationGroup();
o.lastModifiedAt = 'foo';
o.name = 'foo';
o.operationGroup = buildGoogleCloudApigeeV1OperationGroup();
- o.proxies = buildUnnamed6331();
+ o.proxies = buildUnnamed6382();
o.quota = 'foo';
o.quotaInterval = 'foo';
o.quotaTimeUnit = 'foo';
- o.scopes = buildUnnamed6332();
+ o.scopes = buildUnnamed6383();
}
buildCounterGoogleCloudApigeeV1ApiProduct--;
return o;
@@ -549,12 +549,12 @@
void checkGoogleCloudApigeeV1ApiProduct(api.GoogleCloudApigeeV1ApiProduct o) {
buildCounterGoogleCloudApigeeV1ApiProduct++;
if (buildCounterGoogleCloudApigeeV1ApiProduct < 3) {
- checkUnnamed6328(o.apiResources!);
+ checkUnnamed6379(o.apiResources!);
unittest.expect(
o.approvalType!,
unittest.equals('foo'),
);
- checkUnnamed6329(o.attributes!);
+ checkUnnamed6380(o.attributes!);
unittest.expect(
o.createdAt!,
unittest.equals('foo'),
@@ -567,7 +567,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed6330(o.environments!);
+ checkUnnamed6381(o.environments!);
checkGoogleCloudApigeeV1GraphQLOperationGroup(o.graphqlOperationGroup!
as api.GoogleCloudApigeeV1GraphQLOperationGroup);
unittest.expect(
@@ -580,7 +580,7 @@
);
checkGoogleCloudApigeeV1OperationGroup(
o.operationGroup! as api.GoogleCloudApigeeV1OperationGroup);
- checkUnnamed6331(o.proxies!);
+ checkUnnamed6382(o.proxies!);
unittest.expect(
o.quota!,
unittest.equals('foo'),
@@ -593,7 +593,7 @@
o.quotaTimeUnit!,
unittest.equals('foo'),
);
- checkUnnamed6332(o.scopes!);
+ checkUnnamed6383(o.scopes!);
}
buildCounterGoogleCloudApigeeV1ApiProduct--;
}
@@ -626,14 +626,14 @@
buildCounterGoogleCloudApigeeV1ApiProductRef--;
}
-core.List<core.String> buildUnnamed6333() {
+core.List<core.String> buildUnnamed6384() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6333(core.List<core.String> o) {
+void checkUnnamed6384(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -653,7 +653,7 @@
o.latestRevisionId = 'foo';
o.metaData = buildGoogleCloudApigeeV1EntityMetadata();
o.name = 'foo';
- o.revision = buildUnnamed6333();
+ o.revision = buildUnnamed6384();
}
buildCounterGoogleCloudApigeeV1ApiProxy--;
return o;
@@ -672,19 +672,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6333(o.revision!);
+ checkUnnamed6384(o.revision!);
}
buildCounterGoogleCloudApigeeV1ApiProxy--;
}
-core.List<core.String> buildUnnamed6334() {
+core.List<core.String> buildUnnamed6385() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6334(core.List<core.String> o) {
+void checkUnnamed6385(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -696,14 +696,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed6335() {
+core.Map<core.String, core.String> buildUnnamed6386() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6335(core.Map<core.String, core.String> o) {
+void checkUnnamed6386(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -715,14 +715,14 @@
);
}
-core.List<core.String> buildUnnamed6336() {
+core.List<core.String> buildUnnamed6387() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6336(core.List<core.String> o) {
+void checkUnnamed6387(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -734,14 +734,14 @@
);
}
-core.List<core.String> buildUnnamed6337() {
+core.List<core.String> buildUnnamed6388() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6337(core.List<core.String> o) {
+void checkUnnamed6388(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -753,14 +753,14 @@
);
}
-core.List<core.String> buildUnnamed6338() {
+core.List<core.String> buildUnnamed6389() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6338(core.List<core.String> o) {
+void checkUnnamed6389(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -772,14 +772,14 @@
);
}
-core.List<core.String> buildUnnamed6339() {
+core.List<core.String> buildUnnamed6390() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6339(core.List<core.String> o) {
+void checkUnnamed6390(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -791,14 +791,14 @@
);
}
-core.List<core.String> buildUnnamed6340() {
+core.List<core.String> buildUnnamed6391() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6340(core.List<core.String> o) {
+void checkUnnamed6391(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -810,14 +810,14 @@
);
}
-core.List<core.String> buildUnnamed6341() {
+core.List<core.String> buildUnnamed6392() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6341(core.List<core.String> o) {
+void checkUnnamed6392(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -829,14 +829,14 @@
);
}
-core.List<core.String> buildUnnamed6342() {
+core.List<core.String> buildUnnamed6393() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6342(core.List<core.String> o) {
+void checkUnnamed6393(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -848,14 +848,14 @@
);
}
-core.List<core.String> buildUnnamed6343() {
+core.List<core.String> buildUnnamed6394() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6343(core.List<core.String> o) {
+void checkUnnamed6394(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -867,14 +867,14 @@
);
}
-core.List<core.String> buildUnnamed6344() {
+core.List<core.String> buildUnnamed6395() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6344(core.List<core.String> o) {
+void checkUnnamed6395(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -892,27 +892,27 @@
var o = api.GoogleCloudApigeeV1ApiProxyRevision();
buildCounterGoogleCloudApigeeV1ApiProxyRevision++;
if (buildCounterGoogleCloudApigeeV1ApiProxyRevision < 3) {
- o.basepaths = buildUnnamed6334();
+ o.basepaths = buildUnnamed6385();
o.configurationVersion = buildGoogleCloudApigeeV1ConfigVersion();
o.contextInfo = 'foo';
o.createdAt = 'foo';
o.description = 'foo';
o.displayName = 'foo';
- o.entityMetaDataAsProperties = buildUnnamed6335();
+ o.entityMetaDataAsProperties = buildUnnamed6386();
o.lastModifiedAt = 'foo';
o.name = 'foo';
- o.policies = buildUnnamed6336();
- o.proxies = buildUnnamed6337();
- o.proxyEndpoints = buildUnnamed6338();
+ o.policies = buildUnnamed6387();
+ o.proxies = buildUnnamed6388();
+ o.proxyEndpoints = buildUnnamed6389();
o.resourceFiles = buildGoogleCloudApigeeV1ResourceFiles();
- o.resources = buildUnnamed6339();
+ o.resources = buildUnnamed6390();
o.revision = 'foo';
- o.sharedFlows = buildUnnamed6340();
+ o.sharedFlows = buildUnnamed6391();
o.spec = 'foo';
- o.targetEndpoints = buildUnnamed6341();
- o.targetServers = buildUnnamed6342();
- o.targets = buildUnnamed6343();
- o.teams = buildUnnamed6344();
+ o.targetEndpoints = buildUnnamed6392();
+ o.targetServers = buildUnnamed6393();
+ o.targets = buildUnnamed6394();
+ o.teams = buildUnnamed6395();
o.type = 'foo';
}
buildCounterGoogleCloudApigeeV1ApiProxyRevision--;
@@ -923,7 +923,7 @@
api.GoogleCloudApigeeV1ApiProxyRevision o) {
buildCounterGoogleCloudApigeeV1ApiProxyRevision++;
if (buildCounterGoogleCloudApigeeV1ApiProxyRevision < 3) {
- checkUnnamed6334(o.basepaths!);
+ checkUnnamed6385(o.basepaths!);
checkGoogleCloudApigeeV1ConfigVersion(
o.configurationVersion! as api.GoogleCloudApigeeV1ConfigVersion);
unittest.expect(
@@ -942,7 +942,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed6335(o.entityMetaDataAsProperties!);
+ checkUnnamed6386(o.entityMetaDataAsProperties!);
unittest.expect(
o.lastModifiedAt!,
unittest.equals('foo'),
@@ -951,25 +951,25 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6336(o.policies!);
- checkUnnamed6337(o.proxies!);
- checkUnnamed6338(o.proxyEndpoints!);
+ checkUnnamed6387(o.policies!);
+ checkUnnamed6388(o.proxies!);
+ checkUnnamed6389(o.proxyEndpoints!);
checkGoogleCloudApigeeV1ResourceFiles(
o.resourceFiles! as api.GoogleCloudApigeeV1ResourceFiles);
- checkUnnamed6339(o.resources!);
+ checkUnnamed6390(o.resources!);
unittest.expect(
o.revision!,
unittest.equals('foo'),
);
- checkUnnamed6340(o.sharedFlows!);
+ checkUnnamed6391(o.sharedFlows!);
unittest.expect(
o.spec!,
unittest.equals('foo'),
);
- checkUnnamed6341(o.targetEndpoints!);
- checkUnnamed6342(o.targetServers!);
- checkUnnamed6343(o.targets!);
- checkUnnamed6344(o.teams!);
+ checkUnnamed6392(o.targetEndpoints!);
+ checkUnnamed6393(o.targetServers!);
+ checkUnnamed6394(o.targets!);
+ checkUnnamed6395(o.teams!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -1017,14 +1017,14 @@
buildCounterGoogleCloudApigeeV1ApiResponseWrapper--;
}
-core.List<api.GoogleCloudApigeeV1ApiProductRef> buildUnnamed6345() {
+core.List<api.GoogleCloudApigeeV1ApiProductRef> buildUnnamed6396() {
var o = <api.GoogleCloudApigeeV1ApiProductRef>[];
o.add(buildGoogleCloudApigeeV1ApiProductRef());
o.add(buildGoogleCloudApigeeV1ApiProductRef());
return o;
}
-void checkUnnamed6345(core.List<api.GoogleCloudApigeeV1ApiProductRef> o) {
+void checkUnnamed6396(core.List<api.GoogleCloudApigeeV1ApiProductRef> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ApiProductRef(
o[0] as api.GoogleCloudApigeeV1ApiProductRef);
@@ -1032,40 +1032,40 @@
o[1] as api.GoogleCloudApigeeV1ApiProductRef);
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6346() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6397() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed6346(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed6397(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
}
-core.List<api.GoogleCloudApigeeV1Credential> buildUnnamed6347() {
+core.List<api.GoogleCloudApigeeV1Credential> buildUnnamed6398() {
var o = <api.GoogleCloudApigeeV1Credential>[];
o.add(buildGoogleCloudApigeeV1Credential());
o.add(buildGoogleCloudApigeeV1Credential());
return o;
}
-void checkUnnamed6347(core.List<api.GoogleCloudApigeeV1Credential> o) {
+void checkUnnamed6398(core.List<api.GoogleCloudApigeeV1Credential> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Credential(o[0] as api.GoogleCloudApigeeV1Credential);
checkGoogleCloudApigeeV1Credential(o[1] as api.GoogleCloudApigeeV1Credential);
}
-core.List<core.String> buildUnnamed6348() {
+core.List<core.String> buildUnnamed6399() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6348(core.List<core.String> o) {
+void checkUnnamed6399(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1082,18 +1082,18 @@
var o = api.GoogleCloudApigeeV1App();
buildCounterGoogleCloudApigeeV1App++;
if (buildCounterGoogleCloudApigeeV1App < 3) {
- o.apiProducts = buildUnnamed6345();
+ o.apiProducts = buildUnnamed6396();
o.appId = 'foo';
- o.attributes = buildUnnamed6346();
+ o.attributes = buildUnnamed6397();
o.callbackUrl = 'foo';
o.companyName = 'foo';
o.createdAt = 'foo';
- o.credentials = buildUnnamed6347();
+ o.credentials = buildUnnamed6398();
o.developerId = 'foo';
o.keyExpiresIn = 'foo';
o.lastModifiedAt = 'foo';
o.name = 'foo';
- o.scopes = buildUnnamed6348();
+ o.scopes = buildUnnamed6399();
o.status = 'foo';
}
buildCounterGoogleCloudApigeeV1App--;
@@ -1103,12 +1103,12 @@
void checkGoogleCloudApigeeV1App(api.GoogleCloudApigeeV1App o) {
buildCounterGoogleCloudApigeeV1App++;
if (buildCounterGoogleCloudApigeeV1App < 3) {
- checkUnnamed6345(o.apiProducts!);
+ checkUnnamed6396(o.apiProducts!);
unittest.expect(
o.appId!,
unittest.equals('foo'),
);
- checkUnnamed6346(o.attributes!);
+ checkUnnamed6397(o.attributes!);
unittest.expect(
o.callbackUrl!,
unittest.equals('foo'),
@@ -1121,7 +1121,7 @@
o.createdAt!,
unittest.equals('foo'),
);
- checkUnnamed6347(o.credentials!);
+ checkUnnamed6398(o.credentials!);
unittest.expect(
o.developerId!,
unittest.equals('foo'),
@@ -1138,7 +1138,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6348(o.scopes!);
+ checkUnnamed6399(o.scopes!);
unittest.expect(
o.status!,
unittest.equals('foo'),
@@ -1254,7 +1254,7 @@
buildCounterGoogleCloudApigeeV1AsyncQueryResult--;
}
-core.List<core.Object> buildUnnamed6349() {
+core.List<core.Object> buildUnnamed6400() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -1269,7 +1269,7 @@
return o;
}
-void checkUnnamed6349(core.List<core.Object> o) {
+void checkUnnamed6400(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o[0]) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1310,7 +1310,7 @@
o.code = 42;
o.error = 'foo';
o.metadata = buildGoogleCloudApigeeV1QueryMetadata();
- o.rows = buildUnnamed6349();
+ o.rows = buildUnnamed6400();
o.state = 'foo';
}
buildCounterGoogleCloudApigeeV1AsyncQueryResultView--;
@@ -1331,7 +1331,7 @@
);
checkGoogleCloudApigeeV1QueryMetadata(
o.metadata! as api.GoogleCloudApigeeV1QueryMetadata);
- checkUnnamed6349(o.rows!);
+ checkUnnamed6400(o.rows!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -1367,14 +1367,14 @@
buildCounterGoogleCloudApigeeV1Attribute--;
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6350() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6401() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed6350(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed6401(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
@@ -1385,7 +1385,7 @@
var o = api.GoogleCloudApigeeV1Attributes();
buildCounterGoogleCloudApigeeV1Attributes++;
if (buildCounterGoogleCloudApigeeV1Attributes < 3) {
- o.attribute = buildUnnamed6350();
+ o.attribute = buildUnnamed6401();
}
buildCounterGoogleCloudApigeeV1Attributes--;
return o;
@@ -1394,7 +1394,7 @@
void checkGoogleCloudApigeeV1Attributes(api.GoogleCloudApigeeV1Attributes o) {
buildCounterGoogleCloudApigeeV1Attributes++;
if (buildCounterGoogleCloudApigeeV1Attributes < 3) {
- checkUnnamed6350(o.attribute!);
+ checkUnnamed6401(o.attribute!);
}
buildCounterGoogleCloudApigeeV1Attributes--;
}
@@ -1495,14 +1495,14 @@
buildCounterGoogleCloudApigeeV1CanaryEvaluationMetricLabels--;
}
-core.List<core.String> buildUnnamed6351() {
+core.List<core.String> buildUnnamed6402() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6351(core.List<core.String> o) {
+void checkUnnamed6402(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1527,7 +1527,7 @@
o.serialNumber = 'foo';
o.sigAlgName = 'foo';
o.subject = 'foo';
- o.subjectAlternativeNames = buildUnnamed6351();
+ o.subjectAlternativeNames = buildUnnamed6402();
o.validFrom = 'foo';
o.version = 42;
}
@@ -1570,7 +1570,7 @@
o.subject!,
unittest.equals('foo'),
);
- checkUnnamed6351(o.subjectAlternativeNames!);
+ checkUnnamed6402(o.subjectAlternativeNames!);
unittest.expect(
o.validFrom!,
unittest.equals('foo'),
@@ -1583,14 +1583,14 @@
buildCounterGoogleCloudApigeeV1CertInfo--;
}
-core.List<api.GoogleCloudApigeeV1CertInfo> buildUnnamed6352() {
+core.List<api.GoogleCloudApigeeV1CertInfo> buildUnnamed6403() {
var o = <api.GoogleCloudApigeeV1CertInfo>[];
o.add(buildGoogleCloudApigeeV1CertInfo());
o.add(buildGoogleCloudApigeeV1CertInfo());
return o;
}
-void checkUnnamed6352(core.List<api.GoogleCloudApigeeV1CertInfo> o) {
+void checkUnnamed6403(core.List<api.GoogleCloudApigeeV1CertInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1CertInfo(o[0] as api.GoogleCloudApigeeV1CertInfo);
checkGoogleCloudApigeeV1CertInfo(o[1] as api.GoogleCloudApigeeV1CertInfo);
@@ -1601,7 +1601,7 @@
var o = api.GoogleCloudApigeeV1Certificate();
buildCounterGoogleCloudApigeeV1Certificate++;
if (buildCounterGoogleCloudApigeeV1Certificate < 3) {
- o.certInfo = buildUnnamed6352();
+ o.certInfo = buildUnnamed6403();
}
buildCounterGoogleCloudApigeeV1Certificate--;
return o;
@@ -1610,7 +1610,7 @@
void checkGoogleCloudApigeeV1Certificate(api.GoogleCloudApigeeV1Certificate o) {
buildCounterGoogleCloudApigeeV1Certificate++;
if (buildCounterGoogleCloudApigeeV1Certificate < 3) {
- checkUnnamed6352(o.certInfo!);
+ checkUnnamed6403(o.certInfo!);
}
buildCounterGoogleCloudApigeeV1Certificate--;
}
@@ -1669,14 +1669,14 @@
buildCounterGoogleCloudApigeeV1ConfigVersion--;
}
-core.List<api.GoogleCloudApigeeV1ApiProductRef> buildUnnamed6353() {
+core.List<api.GoogleCloudApigeeV1ApiProductRef> buildUnnamed6404() {
var o = <api.GoogleCloudApigeeV1ApiProductRef>[];
o.add(buildGoogleCloudApigeeV1ApiProductRef());
o.add(buildGoogleCloudApigeeV1ApiProductRef());
return o;
}
-void checkUnnamed6353(core.List<api.GoogleCloudApigeeV1ApiProductRef> o) {
+void checkUnnamed6404(core.List<api.GoogleCloudApigeeV1ApiProductRef> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ApiProductRef(
o[0] as api.GoogleCloudApigeeV1ApiProductRef);
@@ -1684,27 +1684,27 @@
o[1] as api.GoogleCloudApigeeV1ApiProductRef);
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6354() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6405() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed6354(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed6405(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
}
-core.List<core.String> buildUnnamed6355() {
+core.List<core.String> buildUnnamed6406() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6355(core.List<core.String> o) {
+void checkUnnamed6406(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1721,13 +1721,13 @@
var o = api.GoogleCloudApigeeV1Credential();
buildCounterGoogleCloudApigeeV1Credential++;
if (buildCounterGoogleCloudApigeeV1Credential < 3) {
- o.apiProducts = buildUnnamed6353();
- o.attributes = buildUnnamed6354();
+ o.apiProducts = buildUnnamed6404();
+ o.attributes = buildUnnamed6405();
o.consumerKey = 'foo';
o.consumerSecret = 'foo';
o.expiresAt = 'foo';
o.issuedAt = 'foo';
- o.scopes = buildUnnamed6355();
+ o.scopes = buildUnnamed6406();
o.status = 'foo';
}
buildCounterGoogleCloudApigeeV1Credential--;
@@ -1737,8 +1737,8 @@
void checkGoogleCloudApigeeV1Credential(api.GoogleCloudApigeeV1Credential o) {
buildCounterGoogleCloudApigeeV1Credential++;
if (buildCounterGoogleCloudApigeeV1Credential < 3) {
- checkUnnamed6353(o.apiProducts!);
- checkUnnamed6354(o.attributes!);
+ checkUnnamed6404(o.apiProducts!);
+ checkUnnamed6405(o.attributes!);
unittest.expect(
o.consumerKey!,
unittest.equals('foo'),
@@ -1755,7 +1755,7 @@
o.issuedAt!,
unittest.equals('foo'),
);
- checkUnnamed6355(o.scopes!);
+ checkUnnamed6406(o.scopes!);
unittest.expect(
o.status!,
unittest.equals('foo'),
@@ -1764,14 +1764,14 @@
buildCounterGoogleCloudApigeeV1Credential--;
}
-core.List<core.String> buildUnnamed6356() {
+core.List<core.String> buildUnnamed6407() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6356(core.List<core.String> o) {
+void checkUnnamed6407(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1783,14 +1783,14 @@
);
}
-core.List<core.String> buildUnnamed6357() {
+core.List<core.String> buildUnnamed6408() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6357(core.List<core.String> o) {
+void checkUnnamed6408(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1802,14 +1802,14 @@
);
}
-core.List<api.GoogleCloudApigeeV1CustomReportMetric> buildUnnamed6358() {
+core.List<api.GoogleCloudApigeeV1CustomReportMetric> buildUnnamed6409() {
var o = <api.GoogleCloudApigeeV1CustomReportMetric>[];
o.add(buildGoogleCloudApigeeV1CustomReportMetric());
o.add(buildGoogleCloudApigeeV1CustomReportMetric());
return o;
}
-void checkUnnamed6358(core.List<api.GoogleCloudApigeeV1CustomReportMetric> o) {
+void checkUnnamed6409(core.List<api.GoogleCloudApigeeV1CustomReportMetric> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1CustomReportMetric(
o[0] as api.GoogleCloudApigeeV1CustomReportMetric);
@@ -1817,14 +1817,14 @@
o[1] as api.GoogleCloudApigeeV1CustomReportMetric);
}
-core.List<api.GoogleCloudApigeeV1ReportProperty> buildUnnamed6359() {
+core.List<api.GoogleCloudApigeeV1ReportProperty> buildUnnamed6410() {
var o = <api.GoogleCloudApigeeV1ReportProperty>[];
o.add(buildGoogleCloudApigeeV1ReportProperty());
o.add(buildGoogleCloudApigeeV1ReportProperty());
return o;
}
-void checkUnnamed6359(core.List<api.GoogleCloudApigeeV1ReportProperty> o) {
+void checkUnnamed6410(core.List<api.GoogleCloudApigeeV1ReportProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ReportProperty(
o[0] as api.GoogleCloudApigeeV1ReportProperty);
@@ -1832,14 +1832,14 @@
o[1] as api.GoogleCloudApigeeV1ReportProperty);
}
-core.List<core.String> buildUnnamed6360() {
+core.List<core.String> buildUnnamed6411() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6360(core.List<core.String> o) {
+void checkUnnamed6411(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1851,14 +1851,14 @@
);
}
-core.List<core.String> buildUnnamed6361() {
+core.List<core.String> buildUnnamed6412() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6361(core.List<core.String> o) {
+void checkUnnamed6412(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1876,9 +1876,9 @@
buildCounterGoogleCloudApigeeV1CustomReport++;
if (buildCounterGoogleCloudApigeeV1CustomReport < 3) {
o.chartType = 'foo';
- o.comments = buildUnnamed6356();
+ o.comments = buildUnnamed6407();
o.createdAt = 'foo';
- o.dimensions = buildUnnamed6357();
+ o.dimensions = buildUnnamed6408();
o.displayName = 'foo';
o.environment = 'foo';
o.filter = 'foo';
@@ -1886,14 +1886,14 @@
o.lastModifiedAt = 'foo';
o.lastViewedAt = 'foo';
o.limit = 'foo';
- o.metrics = buildUnnamed6358();
+ o.metrics = buildUnnamed6409();
o.name = 'foo';
o.offset = 'foo';
o.organization = 'foo';
- o.properties = buildUnnamed6359();
- o.sortByCols = buildUnnamed6360();
+ o.properties = buildUnnamed6410();
+ o.sortByCols = buildUnnamed6411();
o.sortOrder = 'foo';
- o.tags = buildUnnamed6361();
+ o.tags = buildUnnamed6412();
o.timeUnit = 'foo';
o.toTime = 'foo';
o.topk = 'foo';
@@ -1910,12 +1910,12 @@
o.chartType!,
unittest.equals('foo'),
);
- checkUnnamed6356(o.comments!);
+ checkUnnamed6407(o.comments!);
unittest.expect(
o.createdAt!,
unittest.equals('foo'),
);
- checkUnnamed6357(o.dimensions!);
+ checkUnnamed6408(o.dimensions!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
@@ -1944,7 +1944,7 @@
o.limit!,
unittest.equals('foo'),
);
- checkUnnamed6358(o.metrics!);
+ checkUnnamed6409(o.metrics!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1957,13 +1957,13 @@
o.organization!,
unittest.equals('foo'),
);
- checkUnnamed6359(o.properties!);
- checkUnnamed6360(o.sortByCols!);
+ checkUnnamed6410(o.properties!);
+ checkUnnamed6411(o.sortByCols!);
unittest.expect(
o.sortOrder!,
unittest.equals('foo'),
);
- checkUnnamed6361(o.tags!);
+ checkUnnamed6412(o.tags!);
unittest.expect(
o.timeUnit!,
unittest.equals('foo'),
@@ -2202,14 +2202,14 @@
buildCounterGoogleCloudApigeeV1DateRange--;
}
-core.List<core.String> buildUnnamed6362() {
+core.List<core.String> buildUnnamed6413() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6362(core.List<core.String> o) {
+void checkUnnamed6413(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2221,14 +2221,14 @@
);
}
-core.List<core.String> buildUnnamed6363() {
+core.List<core.String> buildUnnamed6414() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6363(core.List<core.String> o) {
+void checkUnnamed6414(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2240,14 +2240,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed6364() {
+core.Map<core.String, core.String> buildUnnamed6415() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6364(core.Map<core.String, core.String> o) {
+void checkUnnamed6415(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2259,14 +2259,14 @@
);
}
-core.List<core.String> buildUnnamed6365() {
+core.List<core.String> buildUnnamed6416() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6365(core.List<core.String> o) {
+void checkUnnamed6416(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2278,14 +2278,14 @@
);
}
-core.List<core.String> buildUnnamed6366() {
+core.List<core.String> buildUnnamed6417() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6366(core.List<core.String> o) {
+void checkUnnamed6417(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2297,14 +2297,14 @@
);
}
-core.List<core.String> buildUnnamed6367() {
+core.List<core.String> buildUnnamed6418() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6367(core.List<core.String> o) {
+void checkUnnamed6418(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2316,14 +2316,14 @@
);
}
-core.List<core.String> buildUnnamed6368() {
+core.List<core.String> buildUnnamed6419() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6368(core.List<core.String> o) {
+void checkUnnamed6419(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2335,14 +2335,14 @@
);
}
-core.List<core.String> buildUnnamed6369() {
+core.List<core.String> buildUnnamed6420() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6369(core.List<core.String> o) {
+void checkUnnamed6420(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2359,15 +2359,15 @@
var o = api.GoogleCloudApigeeV1DebugMask();
buildCounterGoogleCloudApigeeV1DebugMask++;
if (buildCounterGoogleCloudApigeeV1DebugMask < 3) {
- o.faultJSONPaths = buildUnnamed6362();
- o.faultXPaths = buildUnnamed6363();
+ o.faultJSONPaths = buildUnnamed6413();
+ o.faultXPaths = buildUnnamed6414();
o.name = 'foo';
- o.namespaces = buildUnnamed6364();
- o.requestJSONPaths = buildUnnamed6365();
- o.requestXPaths = buildUnnamed6366();
- o.responseJSONPaths = buildUnnamed6367();
- o.responseXPaths = buildUnnamed6368();
- o.variables = buildUnnamed6369();
+ o.namespaces = buildUnnamed6415();
+ o.requestJSONPaths = buildUnnamed6416();
+ o.requestXPaths = buildUnnamed6417();
+ o.responseJSONPaths = buildUnnamed6418();
+ o.responseXPaths = buildUnnamed6419();
+ o.variables = buildUnnamed6420();
}
buildCounterGoogleCloudApigeeV1DebugMask--;
return o;
@@ -2376,18 +2376,18 @@
void checkGoogleCloudApigeeV1DebugMask(api.GoogleCloudApigeeV1DebugMask o) {
buildCounterGoogleCloudApigeeV1DebugMask++;
if (buildCounterGoogleCloudApigeeV1DebugMask < 3) {
- checkUnnamed6362(o.faultJSONPaths!);
- checkUnnamed6363(o.faultXPaths!);
+ checkUnnamed6413(o.faultJSONPaths!);
+ checkUnnamed6414(o.faultXPaths!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6364(o.namespaces!);
- checkUnnamed6365(o.requestJSONPaths!);
- checkUnnamed6366(o.requestXPaths!);
- checkUnnamed6367(o.responseJSONPaths!);
- checkUnnamed6368(o.responseXPaths!);
- checkUnnamed6369(o.variables!);
+ checkUnnamed6415(o.namespaces!);
+ checkUnnamed6416(o.requestJSONPaths!);
+ checkUnnamed6417(o.requestXPaths!);
+ checkUnnamed6418(o.responseJSONPaths!);
+ checkUnnamed6419(o.responseXPaths!);
+ checkUnnamed6420(o.variables!);
}
buildCounterGoogleCloudApigeeV1DebugMask--;
}
@@ -2440,14 +2440,14 @@
buildCounterGoogleCloudApigeeV1DebugSession--;
}
-core.List<api.GoogleCloudApigeeV1Point> buildUnnamed6370() {
+core.List<api.GoogleCloudApigeeV1Point> buildUnnamed6421() {
var o = <api.GoogleCloudApigeeV1Point>[];
o.add(buildGoogleCloudApigeeV1Point());
o.add(buildGoogleCloudApigeeV1Point());
return o;
}
-void checkUnnamed6370(core.List<api.GoogleCloudApigeeV1Point> o) {
+void checkUnnamed6421(core.List<api.GoogleCloudApigeeV1Point> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Point(o[0] as api.GoogleCloudApigeeV1Point);
checkGoogleCloudApigeeV1Point(o[1] as api.GoogleCloudApigeeV1Point);
@@ -2460,7 +2460,7 @@
buildCounterGoogleCloudApigeeV1DebugSessionTransaction++;
if (buildCounterGoogleCloudApigeeV1DebugSessionTransaction < 3) {
o.completed = true;
- o.point = buildUnnamed6370();
+ o.point = buildUnnamed6421();
}
buildCounterGoogleCloudApigeeV1DebugSessionTransaction--;
return o;
@@ -2471,7 +2471,7 @@
buildCounterGoogleCloudApigeeV1DebugSessionTransaction++;
if (buildCounterGoogleCloudApigeeV1DebugSessionTransaction < 3) {
unittest.expect(o.completed!, unittest.isTrue);
- checkUnnamed6370(o.point!);
+ checkUnnamed6421(o.point!);
}
buildCounterGoogleCloudApigeeV1DebugSessionTransaction--;
}
@@ -2500,27 +2500,27 @@
buildCounterGoogleCloudApigeeV1DeleteCustomReportResponse--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed6371() {
+core.List<api.GoogleRpcStatus> buildUnnamed6422() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed6371(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed6422(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
}
-core.List<api.GoogleCloudApigeeV1InstanceDeploymentStatus> buildUnnamed6372() {
+core.List<api.GoogleCloudApigeeV1InstanceDeploymentStatus> buildUnnamed6423() {
var o = <api.GoogleCloudApigeeV1InstanceDeploymentStatus>[];
o.add(buildGoogleCloudApigeeV1InstanceDeploymentStatus());
o.add(buildGoogleCloudApigeeV1InstanceDeploymentStatus());
return o;
}
-void checkUnnamed6372(
+void checkUnnamed6423(
core.List<api.GoogleCloudApigeeV1InstanceDeploymentStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1InstanceDeploymentStatus(
@@ -2529,28 +2529,28 @@
o[1] as api.GoogleCloudApigeeV1InstanceDeploymentStatus);
}
-core.List<api.GoogleCloudApigeeV1PodStatus> buildUnnamed6373() {
+core.List<api.GoogleCloudApigeeV1PodStatus> buildUnnamed6424() {
var o = <api.GoogleCloudApigeeV1PodStatus>[];
o.add(buildGoogleCloudApigeeV1PodStatus());
o.add(buildGoogleCloudApigeeV1PodStatus());
return o;
}
-void checkUnnamed6373(core.List<api.GoogleCloudApigeeV1PodStatus> o) {
+void checkUnnamed6424(core.List<api.GoogleCloudApigeeV1PodStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1PodStatus(o[0] as api.GoogleCloudApigeeV1PodStatus);
checkGoogleCloudApigeeV1PodStatus(o[1] as api.GoogleCloudApigeeV1PodStatus);
}
core.List<api.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>
- buildUnnamed6374() {
+ buildUnnamed6425() {
var o = <api.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>[];
o.add(buildGoogleCloudApigeeV1DeploymentChangeReportRoutingConflict());
o.add(buildGoogleCloudApigeeV1DeploymentChangeReportRoutingConflict());
return o;
}
-void checkUnnamed6374(
+void checkUnnamed6425(
core.List<api.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DeploymentChangeReportRoutingConflict(
@@ -2567,11 +2567,11 @@
o.apiProxy = 'foo';
o.deployStartTime = 'foo';
o.environment = 'foo';
- o.errors = buildUnnamed6371();
- o.instances = buildUnnamed6372();
- o.pods = buildUnnamed6373();
+ o.errors = buildUnnamed6422();
+ o.instances = buildUnnamed6423();
+ o.pods = buildUnnamed6424();
o.revision = 'foo';
- o.routeConflicts = buildUnnamed6374();
+ o.routeConflicts = buildUnnamed6425();
o.state = 'foo';
}
buildCounterGoogleCloudApigeeV1Deployment--;
@@ -2593,14 +2593,14 @@
o.environment!,
unittest.equals('foo'),
);
- checkUnnamed6371(o.errors!);
- checkUnnamed6372(o.instances!);
- checkUnnamed6373(o.pods!);
+ checkUnnamed6422(o.errors!);
+ checkUnnamed6423(o.instances!);
+ checkUnnamed6424(o.pods!);
unittest.expect(
o.revision!,
unittest.equals('foo'),
);
- checkUnnamed6374(o.routeConflicts!);
+ checkUnnamed6425(o.routeConflicts!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -2610,14 +2610,14 @@
}
core.List<api.GoogleCloudApigeeV1DeploymentChangeReportRoutingChange>
- buildUnnamed6375() {
+ buildUnnamed6426() {
var o = <api.GoogleCloudApigeeV1DeploymentChangeReportRoutingChange>[];
o.add(buildGoogleCloudApigeeV1DeploymentChangeReportRoutingChange());
o.add(buildGoogleCloudApigeeV1DeploymentChangeReportRoutingChange());
return o;
}
-void checkUnnamed6375(
+void checkUnnamed6426(
core.List<api.GoogleCloudApigeeV1DeploymentChangeReportRoutingChange> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DeploymentChangeReportRoutingChange(
@@ -2627,14 +2627,14 @@
}
core.List<api.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>
- buildUnnamed6376() {
+ buildUnnamed6427() {
var o = <api.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict>[];
o.add(buildGoogleCloudApigeeV1DeploymentChangeReportRoutingConflict());
o.add(buildGoogleCloudApigeeV1DeploymentChangeReportRoutingConflict());
return o;
}
-void checkUnnamed6376(
+void checkUnnamed6427(
core.List<api.GoogleCloudApigeeV1DeploymentChangeReportRoutingConflict> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DeploymentChangeReportRoutingConflict(
@@ -2649,8 +2649,8 @@
var o = api.GoogleCloudApigeeV1DeploymentChangeReport();
buildCounterGoogleCloudApigeeV1DeploymentChangeReport++;
if (buildCounterGoogleCloudApigeeV1DeploymentChangeReport < 3) {
- o.routingChanges = buildUnnamed6375();
- o.routingConflicts = buildUnnamed6376();
+ o.routingChanges = buildUnnamed6426();
+ o.routingConflicts = buildUnnamed6427();
o.validationErrors = buildGoogleRpcPreconditionFailure();
}
buildCounterGoogleCloudApigeeV1DeploymentChangeReport--;
@@ -2661,8 +2661,8 @@
api.GoogleCloudApigeeV1DeploymentChangeReport o) {
buildCounterGoogleCloudApigeeV1DeploymentChangeReport++;
if (buildCounterGoogleCloudApigeeV1DeploymentChangeReport < 3) {
- checkUnnamed6375(o.routingChanges!);
- checkUnnamed6376(o.routingConflicts!);
+ checkUnnamed6426(o.routingChanges!);
+ checkUnnamed6427(o.routingConflicts!);
checkGoogleRpcPreconditionFailure(
o.validationErrors! as api.GoogleRpcPreconditionFailure);
}
@@ -2789,14 +2789,14 @@
buildCounterGoogleCloudApigeeV1DeploymentChangeReportRoutingDeployment--;
}
-core.Map<core.String, core.String> buildUnnamed6377() {
+core.Map<core.String, core.String> buildUnnamed6428() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6377(core.Map<core.String, core.String> o) {
+void checkUnnamed6428(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2814,7 +2814,7 @@
var o = api.GoogleCloudApigeeV1DeploymentConfig();
buildCounterGoogleCloudApigeeV1DeploymentConfig++;
if (buildCounterGoogleCloudApigeeV1DeploymentConfig < 3) {
- o.attributes = buildUnnamed6377();
+ o.attributes = buildUnnamed6428();
o.basePath = 'foo';
o.location = 'foo';
o.name = 'foo';
@@ -2830,7 +2830,7 @@
api.GoogleCloudApigeeV1DeploymentConfig o) {
buildCounterGoogleCloudApigeeV1DeploymentConfig++;
if (buildCounterGoogleCloudApigeeV1DeploymentConfig < 3) {
- checkUnnamed6377(o.attributes!);
+ checkUnnamed6428(o.attributes!);
unittest.expect(
o.basePath!,
unittest.equals('foo'),
@@ -2859,14 +2859,14 @@
buildCounterGoogleCloudApigeeV1DeploymentConfig--;
}
-core.List<core.String> buildUnnamed6378() {
+core.List<core.String> buildUnnamed6429() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6378(core.List<core.String> o) {
+void checkUnnamed6429(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2878,27 +2878,27 @@
);
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6379() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6430() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed6379(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed6430(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
}
-core.List<core.String> buildUnnamed6380() {
+core.List<core.String> buildUnnamed6431() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6380(core.List<core.String> o) {
+void checkUnnamed6431(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2917,9 +2917,9 @@
if (buildCounterGoogleCloudApigeeV1Developer < 3) {
o.accessType = 'foo';
o.appFamily = 'foo';
- o.apps = buildUnnamed6378();
- o.attributes = buildUnnamed6379();
- o.companies = buildUnnamed6380();
+ o.apps = buildUnnamed6429();
+ o.attributes = buildUnnamed6430();
+ o.companies = buildUnnamed6431();
o.createdAt = 'foo';
o.developerId = 'foo';
o.email = 'foo';
@@ -2945,9 +2945,9 @@
o.appFamily!,
unittest.equals('foo'),
);
- checkUnnamed6378(o.apps!);
- checkUnnamed6379(o.attributes!);
- checkUnnamed6380(o.companies!);
+ checkUnnamed6429(o.apps!);
+ checkUnnamed6430(o.attributes!);
+ checkUnnamed6431(o.companies!);
unittest.expect(
o.createdAt!,
unittest.equals('foo'),
@@ -2988,14 +2988,14 @@
buildCounterGoogleCloudApigeeV1Developer--;
}
-core.List<core.String> buildUnnamed6381() {
+core.List<core.String> buildUnnamed6432() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6381(core.List<core.String> o) {
+void checkUnnamed6432(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3007,40 +3007,40 @@
);
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6382() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6433() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed6382(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed6433(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
}
-core.List<api.GoogleCloudApigeeV1Credential> buildUnnamed6383() {
+core.List<api.GoogleCloudApigeeV1Credential> buildUnnamed6434() {
var o = <api.GoogleCloudApigeeV1Credential>[];
o.add(buildGoogleCloudApigeeV1Credential());
o.add(buildGoogleCloudApigeeV1Credential());
return o;
}
-void checkUnnamed6383(core.List<api.GoogleCloudApigeeV1Credential> o) {
+void checkUnnamed6434(core.List<api.GoogleCloudApigeeV1Credential> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Credential(o[0] as api.GoogleCloudApigeeV1Credential);
checkGoogleCloudApigeeV1Credential(o[1] as api.GoogleCloudApigeeV1Credential);
}
-core.List<core.String> buildUnnamed6384() {
+core.List<core.String> buildUnnamed6435() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6384(core.List<core.String> o) {
+void checkUnnamed6435(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3057,18 +3057,18 @@
var o = api.GoogleCloudApigeeV1DeveloperApp();
buildCounterGoogleCloudApigeeV1DeveloperApp++;
if (buildCounterGoogleCloudApigeeV1DeveloperApp < 3) {
- o.apiProducts = buildUnnamed6381();
+ o.apiProducts = buildUnnamed6432();
o.appFamily = 'foo';
o.appId = 'foo';
- o.attributes = buildUnnamed6382();
+ o.attributes = buildUnnamed6433();
o.callbackUrl = 'foo';
o.createdAt = 'foo';
- o.credentials = buildUnnamed6383();
+ o.credentials = buildUnnamed6434();
o.developerId = 'foo';
o.keyExpiresIn = 'foo';
o.lastModifiedAt = 'foo';
o.name = 'foo';
- o.scopes = buildUnnamed6384();
+ o.scopes = buildUnnamed6435();
o.status = 'foo';
}
buildCounterGoogleCloudApigeeV1DeveloperApp--;
@@ -3079,7 +3079,7 @@
api.GoogleCloudApigeeV1DeveloperApp o) {
buildCounterGoogleCloudApigeeV1DeveloperApp++;
if (buildCounterGoogleCloudApigeeV1DeveloperApp < 3) {
- checkUnnamed6381(o.apiProducts!);
+ checkUnnamed6432(o.apiProducts!);
unittest.expect(
o.appFamily!,
unittest.equals('foo'),
@@ -3088,7 +3088,7 @@
o.appId!,
unittest.equals('foo'),
);
- checkUnnamed6382(o.attributes!);
+ checkUnnamed6433(o.attributes!);
unittest.expect(
o.callbackUrl!,
unittest.equals('foo'),
@@ -3097,7 +3097,7 @@
o.createdAt!,
unittest.equals('foo'),
);
- checkUnnamed6383(o.credentials!);
+ checkUnnamed6434(o.credentials!);
unittest.expect(
o.developerId!,
unittest.equals('foo'),
@@ -3114,7 +3114,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6384(o.scopes!);
+ checkUnnamed6435(o.scopes!);
unittest.expect(
o.status!,
unittest.equals('foo'),
@@ -3123,7 +3123,7 @@
buildCounterGoogleCloudApigeeV1DeveloperApp--;
}
-core.List<core.Object> buildUnnamed6385() {
+core.List<core.Object> buildUnnamed6436() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -3138,7 +3138,7 @@
return o;
}
-void checkUnnamed6385(core.List<core.Object> o) {
+void checkUnnamed6436(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o[0]) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -3170,27 +3170,27 @@
);
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6386() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6437() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed6386(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed6437(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
}
-core.List<core.String> buildUnnamed6387() {
+core.List<core.String> buildUnnamed6438() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6387(core.List<core.String> o) {
+void checkUnnamed6438(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3208,14 +3208,14 @@
var o = api.GoogleCloudApigeeV1DeveloperAppKey();
buildCounterGoogleCloudApigeeV1DeveloperAppKey++;
if (buildCounterGoogleCloudApigeeV1DeveloperAppKey < 3) {
- o.apiProducts = buildUnnamed6385();
- o.attributes = buildUnnamed6386();
+ o.apiProducts = buildUnnamed6436();
+ o.attributes = buildUnnamed6437();
o.consumerKey = 'foo';
o.consumerSecret = 'foo';
o.expiresAt = 'foo';
o.expiresInSeconds = 'foo';
o.issuedAt = 'foo';
- o.scopes = buildUnnamed6387();
+ o.scopes = buildUnnamed6438();
o.status = 'foo';
}
buildCounterGoogleCloudApigeeV1DeveloperAppKey--;
@@ -3226,8 +3226,8 @@
api.GoogleCloudApigeeV1DeveloperAppKey o) {
buildCounterGoogleCloudApigeeV1DeveloperAppKey++;
if (buildCounterGoogleCloudApigeeV1DeveloperAppKey < 3) {
- checkUnnamed6385(o.apiProducts!);
- checkUnnamed6386(o.attributes!);
+ checkUnnamed6436(o.apiProducts!);
+ checkUnnamed6437(o.attributes!);
unittest.expect(
o.consumerKey!,
unittest.equals('foo'),
@@ -3248,7 +3248,7 @@
o.issuedAt!,
unittest.equals('foo'),
);
- checkUnnamed6387(o.scopes!);
+ checkUnnamed6438(o.scopes!);
unittest.expect(
o.status!,
unittest.equals('foo'),
@@ -3306,14 +3306,14 @@
buildCounterGoogleCloudApigeeV1DeveloperSubscription--;
}
-core.List<api.GoogleCloudApigeeV1Metric> buildUnnamed6388() {
+core.List<api.GoogleCloudApigeeV1Metric> buildUnnamed6439() {
var o = <api.GoogleCloudApigeeV1Metric>[];
o.add(buildGoogleCloudApigeeV1Metric());
o.add(buildGoogleCloudApigeeV1Metric());
return o;
}
-void checkUnnamed6388(core.List<api.GoogleCloudApigeeV1Metric> o) {
+void checkUnnamed6439(core.List<api.GoogleCloudApigeeV1Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Metric(o[0] as api.GoogleCloudApigeeV1Metric);
checkGoogleCloudApigeeV1Metric(o[1] as api.GoogleCloudApigeeV1Metric);
@@ -3325,7 +3325,7 @@
var o = api.GoogleCloudApigeeV1DimensionMetric();
buildCounterGoogleCloudApigeeV1DimensionMetric++;
if (buildCounterGoogleCloudApigeeV1DimensionMetric < 3) {
- o.metrics = buildUnnamed6388();
+ o.metrics = buildUnnamed6439();
o.name = 'foo';
}
buildCounterGoogleCloudApigeeV1DimensionMetric--;
@@ -3336,7 +3336,7 @@
api.GoogleCloudApigeeV1DimensionMetric o) {
buildCounterGoogleCloudApigeeV1DimensionMetric++;
if (buildCounterGoogleCloudApigeeV1DimensionMetric < 3) {
- checkUnnamed6388(o.metrics!);
+ checkUnnamed6439(o.metrics!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -3428,14 +3428,14 @@
buildCounterGoogleCloudApigeeV1Environment--;
}
-core.List<api.GoogleCloudApigeeV1DataCollectorConfig> buildUnnamed6389() {
+core.List<api.GoogleCloudApigeeV1DataCollectorConfig> buildUnnamed6440() {
var o = <api.GoogleCloudApigeeV1DataCollectorConfig>[];
o.add(buildGoogleCloudApigeeV1DataCollectorConfig());
o.add(buildGoogleCloudApigeeV1DataCollectorConfig());
return o;
}
-void checkUnnamed6389(core.List<api.GoogleCloudApigeeV1DataCollectorConfig> o) {
+void checkUnnamed6440(core.List<api.GoogleCloudApigeeV1DataCollectorConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DataCollectorConfig(
o[0] as api.GoogleCloudApigeeV1DataCollectorConfig);
@@ -3443,14 +3443,14 @@
o[1] as api.GoogleCloudApigeeV1DataCollectorConfig);
}
-core.List<api.GoogleCloudApigeeV1DeploymentConfig> buildUnnamed6390() {
+core.List<api.GoogleCloudApigeeV1DeploymentConfig> buildUnnamed6441() {
var o = <api.GoogleCloudApigeeV1DeploymentConfig>[];
o.add(buildGoogleCloudApigeeV1DeploymentConfig());
o.add(buildGoogleCloudApigeeV1DeploymentConfig());
return o;
}
-void checkUnnamed6390(core.List<api.GoogleCloudApigeeV1DeploymentConfig> o) {
+void checkUnnamed6441(core.List<api.GoogleCloudApigeeV1DeploymentConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DeploymentConfig(
o[0] as api.GoogleCloudApigeeV1DeploymentConfig);
@@ -3458,14 +3458,14 @@
o[1] as api.GoogleCloudApigeeV1DeploymentConfig);
}
-core.Map<core.String, core.String> buildUnnamed6391() {
+core.Map<core.String, core.String> buildUnnamed6442() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6391(core.Map<core.String, core.String> o) {
+void checkUnnamed6442(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3477,14 +3477,14 @@
);
}
-core.List<api.GoogleCloudApigeeV1FlowHookConfig> buildUnnamed6392() {
+core.List<api.GoogleCloudApigeeV1FlowHookConfig> buildUnnamed6443() {
var o = <api.GoogleCloudApigeeV1FlowHookConfig>[];
o.add(buildGoogleCloudApigeeV1FlowHookConfig());
o.add(buildGoogleCloudApigeeV1FlowHookConfig());
return o;
}
-void checkUnnamed6392(core.List<api.GoogleCloudApigeeV1FlowHookConfig> o) {
+void checkUnnamed6443(core.List<api.GoogleCloudApigeeV1FlowHookConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1FlowHookConfig(
o[0] as api.GoogleCloudApigeeV1FlowHookConfig);
@@ -3492,14 +3492,14 @@
o[1] as api.GoogleCloudApigeeV1FlowHookConfig);
}
-core.List<api.GoogleCloudApigeeV1KeystoreConfig> buildUnnamed6393() {
+core.List<api.GoogleCloudApigeeV1KeystoreConfig> buildUnnamed6444() {
var o = <api.GoogleCloudApigeeV1KeystoreConfig>[];
o.add(buildGoogleCloudApigeeV1KeystoreConfig());
o.add(buildGoogleCloudApigeeV1KeystoreConfig());
return o;
}
-void checkUnnamed6393(core.List<api.GoogleCloudApigeeV1KeystoreConfig> o) {
+void checkUnnamed6444(core.List<api.GoogleCloudApigeeV1KeystoreConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1KeystoreConfig(
o[0] as api.GoogleCloudApigeeV1KeystoreConfig);
@@ -3507,14 +3507,14 @@
o[1] as api.GoogleCloudApigeeV1KeystoreConfig);
}
-core.List<api.GoogleCloudApigeeV1ReferenceConfig> buildUnnamed6394() {
+core.List<api.GoogleCloudApigeeV1ReferenceConfig> buildUnnamed6445() {
var o = <api.GoogleCloudApigeeV1ReferenceConfig>[];
o.add(buildGoogleCloudApigeeV1ReferenceConfig());
o.add(buildGoogleCloudApigeeV1ReferenceConfig());
return o;
}
-void checkUnnamed6394(core.List<api.GoogleCloudApigeeV1ReferenceConfig> o) {
+void checkUnnamed6445(core.List<api.GoogleCloudApigeeV1ReferenceConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ReferenceConfig(
o[0] as api.GoogleCloudApigeeV1ReferenceConfig);
@@ -3522,14 +3522,14 @@
o[1] as api.GoogleCloudApigeeV1ReferenceConfig);
}
-core.List<api.GoogleCloudApigeeV1ResourceConfig> buildUnnamed6395() {
+core.List<api.GoogleCloudApigeeV1ResourceConfig> buildUnnamed6446() {
var o = <api.GoogleCloudApigeeV1ResourceConfig>[];
o.add(buildGoogleCloudApigeeV1ResourceConfig());
o.add(buildGoogleCloudApigeeV1ResourceConfig());
return o;
}
-void checkUnnamed6395(core.List<api.GoogleCloudApigeeV1ResourceConfig> o) {
+void checkUnnamed6446(core.List<api.GoogleCloudApigeeV1ResourceConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ResourceConfig(
o[0] as api.GoogleCloudApigeeV1ResourceConfig);
@@ -3537,14 +3537,14 @@
o[1] as api.GoogleCloudApigeeV1ResourceConfig);
}
-core.List<api.GoogleCloudApigeeV1TargetServerConfig> buildUnnamed6396() {
+core.List<api.GoogleCloudApigeeV1TargetServerConfig> buildUnnamed6447() {
var o = <api.GoogleCloudApigeeV1TargetServerConfig>[];
o.add(buildGoogleCloudApigeeV1TargetServerConfig());
o.add(buildGoogleCloudApigeeV1TargetServerConfig());
return o;
}
-void checkUnnamed6396(core.List<api.GoogleCloudApigeeV1TargetServerConfig> o) {
+void checkUnnamed6447(core.List<api.GoogleCloudApigeeV1TargetServerConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1TargetServerConfig(
o[0] as api.GoogleCloudApigeeV1TargetServerConfig);
@@ -3559,20 +3559,20 @@
buildCounterGoogleCloudApigeeV1EnvironmentConfig++;
if (buildCounterGoogleCloudApigeeV1EnvironmentConfig < 3) {
o.createTime = 'foo';
- o.dataCollectors = buildUnnamed6389();
+ o.dataCollectors = buildUnnamed6440();
o.debugMask = buildGoogleCloudApigeeV1DebugMask();
- o.deployments = buildUnnamed6390();
- o.featureFlags = buildUnnamed6391();
- o.flowhooks = buildUnnamed6392();
- o.keystores = buildUnnamed6393();
+ o.deployments = buildUnnamed6441();
+ o.featureFlags = buildUnnamed6442();
+ o.flowhooks = buildUnnamed6443();
+ o.keystores = buildUnnamed6444();
o.name = 'foo';
o.provider = 'foo';
o.pubsubTopic = 'foo';
- o.resourceReferences = buildUnnamed6394();
- o.resources = buildUnnamed6395();
+ o.resourceReferences = buildUnnamed6445();
+ o.resources = buildUnnamed6446();
o.revisionId = 'foo';
o.sequenceNumber = 'foo';
- o.targets = buildUnnamed6396();
+ o.targets = buildUnnamed6447();
o.traceConfig = buildGoogleCloudApigeeV1RuntimeTraceConfig();
o.uid = 'foo';
}
@@ -3588,13 +3588,13 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed6389(o.dataCollectors!);
+ checkUnnamed6440(o.dataCollectors!);
checkGoogleCloudApigeeV1DebugMask(
o.debugMask! as api.GoogleCloudApigeeV1DebugMask);
- checkUnnamed6390(o.deployments!);
- checkUnnamed6391(o.featureFlags!);
- checkUnnamed6392(o.flowhooks!);
- checkUnnamed6393(o.keystores!);
+ checkUnnamed6441(o.deployments!);
+ checkUnnamed6442(o.featureFlags!);
+ checkUnnamed6443(o.flowhooks!);
+ checkUnnamed6444(o.keystores!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -3607,8 +3607,8 @@
o.pubsubTopic!,
unittest.equals('foo'),
);
- checkUnnamed6394(o.resourceReferences!);
- checkUnnamed6395(o.resources!);
+ checkUnnamed6445(o.resourceReferences!);
+ checkUnnamed6446(o.resources!);
unittest.expect(
o.revisionId!,
unittest.equals('foo'),
@@ -3617,7 +3617,7 @@
o.sequenceNumber!,
unittest.equals('foo'),
);
- checkUnnamed6396(o.targets!);
+ checkUnnamed6447(o.targets!);
checkGoogleCloudApigeeV1RuntimeTraceConfig(
o.traceConfig! as api.GoogleCloudApigeeV1RuntimeTraceConfig);
unittest.expect(
@@ -3628,14 +3628,14 @@
buildCounterGoogleCloudApigeeV1EnvironmentConfig--;
}
-core.List<core.String> buildUnnamed6397() {
+core.List<core.String> buildUnnamed6448() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6397(core.List<core.String> o) {
+void checkUnnamed6448(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3654,7 +3654,7 @@
buildCounterGoogleCloudApigeeV1EnvironmentGroup++;
if (buildCounterGoogleCloudApigeeV1EnvironmentGroup < 3) {
o.createdAt = 'foo';
- o.hostnames = buildUnnamed6397();
+ o.hostnames = buildUnnamed6448();
o.lastModifiedAt = 'foo';
o.name = 'foo';
o.state = 'foo';
@@ -3671,7 +3671,7 @@
o.createdAt!,
unittest.equals('foo'),
);
- checkUnnamed6397(o.hostnames!);
+ checkUnnamed6448(o.hostnames!);
unittest.expect(
o.lastModifiedAt!,
unittest.equals('foo'),
@@ -3722,14 +3722,14 @@
buildCounterGoogleCloudApigeeV1EnvironmentGroupAttachment--;
}
-core.List<core.String> buildUnnamed6398() {
+core.List<core.String> buildUnnamed6449() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6398(core.List<core.String> o) {
+void checkUnnamed6449(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3741,14 +3741,14 @@
);
}
-core.List<api.GoogleCloudApigeeV1RoutingRule> buildUnnamed6399() {
+core.List<api.GoogleCloudApigeeV1RoutingRule> buildUnnamed6450() {
var o = <api.GoogleCloudApigeeV1RoutingRule>[];
o.add(buildGoogleCloudApigeeV1RoutingRule());
o.add(buildGoogleCloudApigeeV1RoutingRule());
return o;
}
-void checkUnnamed6399(core.List<api.GoogleCloudApigeeV1RoutingRule> o) {
+void checkUnnamed6450(core.List<api.GoogleCloudApigeeV1RoutingRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1RoutingRule(
o[0] as api.GoogleCloudApigeeV1RoutingRule);
@@ -3762,10 +3762,10 @@
var o = api.GoogleCloudApigeeV1EnvironmentGroupConfig();
buildCounterGoogleCloudApigeeV1EnvironmentGroupConfig++;
if (buildCounterGoogleCloudApigeeV1EnvironmentGroupConfig < 3) {
- o.hostnames = buildUnnamed6398();
+ o.hostnames = buildUnnamed6449();
o.name = 'foo';
o.revisionId = 'foo';
- o.routingRules = buildUnnamed6399();
+ o.routingRules = buildUnnamed6450();
o.uid = 'foo';
}
buildCounterGoogleCloudApigeeV1EnvironmentGroupConfig--;
@@ -3776,7 +3776,7 @@
api.GoogleCloudApigeeV1EnvironmentGroupConfig o) {
buildCounterGoogleCloudApigeeV1EnvironmentGroupConfig++;
if (buildCounterGoogleCloudApigeeV1EnvironmentGroupConfig < 3) {
- checkUnnamed6398(o.hostnames!);
+ checkUnnamed6449(o.hostnames!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -3785,7 +3785,7 @@
o.revisionId!,
unittest.equals('foo'),
);
- checkUnnamed6399(o.routingRules!);
+ checkUnnamed6450(o.routingRules!);
unittest.expect(
o.uid!,
unittest.equals('foo'),
@@ -4000,14 +4000,14 @@
buildCounterGoogleCloudApigeeV1GetSyncAuthorizationRequest--;
}
-core.List<core.String> buildUnnamed6400() {
+core.List<core.String> buildUnnamed6451() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6400(core.List<core.String> o) {
+void checkUnnamed6451(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4026,7 +4026,7 @@
buildCounterGoogleCloudApigeeV1GraphQLOperation++;
if (buildCounterGoogleCloudApigeeV1GraphQLOperation < 3) {
o.operation = 'foo';
- o.operationTypes = buildUnnamed6400();
+ o.operationTypes = buildUnnamed6451();
}
buildCounterGoogleCloudApigeeV1GraphQLOperation--;
return o;
@@ -4040,32 +4040,32 @@
o.operation!,
unittest.equals('foo'),
);
- checkUnnamed6400(o.operationTypes!);
+ checkUnnamed6451(o.operationTypes!);
}
buildCounterGoogleCloudApigeeV1GraphQLOperation--;
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6401() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6452() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed6401(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed6452(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
}
-core.List<api.GoogleCloudApigeeV1GraphQLOperation> buildUnnamed6402() {
+core.List<api.GoogleCloudApigeeV1GraphQLOperation> buildUnnamed6453() {
var o = <api.GoogleCloudApigeeV1GraphQLOperation>[];
o.add(buildGoogleCloudApigeeV1GraphQLOperation());
o.add(buildGoogleCloudApigeeV1GraphQLOperation());
return o;
}
-void checkUnnamed6402(core.List<api.GoogleCloudApigeeV1GraphQLOperation> o) {
+void checkUnnamed6453(core.List<api.GoogleCloudApigeeV1GraphQLOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1GraphQLOperation(
o[0] as api.GoogleCloudApigeeV1GraphQLOperation);
@@ -4080,8 +4080,8 @@
buildCounterGoogleCloudApigeeV1GraphQLOperationConfig++;
if (buildCounterGoogleCloudApigeeV1GraphQLOperationConfig < 3) {
o.apiSource = 'foo';
- o.attributes = buildUnnamed6401();
- o.operations = buildUnnamed6402();
+ o.attributes = buildUnnamed6452();
+ o.operations = buildUnnamed6453();
o.quota = buildGoogleCloudApigeeV1Quota();
}
buildCounterGoogleCloudApigeeV1GraphQLOperationConfig--;
@@ -4096,21 +4096,21 @@
o.apiSource!,
unittest.equals('foo'),
);
- checkUnnamed6401(o.attributes!);
- checkUnnamed6402(o.operations!);
+ checkUnnamed6452(o.attributes!);
+ checkUnnamed6453(o.operations!);
checkGoogleCloudApigeeV1Quota(o.quota! as api.GoogleCloudApigeeV1Quota);
}
buildCounterGoogleCloudApigeeV1GraphQLOperationConfig--;
}
-core.List<api.GoogleCloudApigeeV1GraphQLOperationConfig> buildUnnamed6403() {
+core.List<api.GoogleCloudApigeeV1GraphQLOperationConfig> buildUnnamed6454() {
var o = <api.GoogleCloudApigeeV1GraphQLOperationConfig>[];
o.add(buildGoogleCloudApigeeV1GraphQLOperationConfig());
o.add(buildGoogleCloudApigeeV1GraphQLOperationConfig());
return o;
}
-void checkUnnamed6403(
+void checkUnnamed6454(
core.List<api.GoogleCloudApigeeV1GraphQLOperationConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1GraphQLOperationConfig(
@@ -4126,7 +4126,7 @@
buildCounterGoogleCloudApigeeV1GraphQLOperationGroup++;
if (buildCounterGoogleCloudApigeeV1GraphQLOperationGroup < 3) {
o.operationConfigType = 'foo';
- o.operationConfigs = buildUnnamed6403();
+ o.operationConfigs = buildUnnamed6454();
}
buildCounterGoogleCloudApigeeV1GraphQLOperationGroup--;
return o;
@@ -4140,19 +4140,19 @@
o.operationConfigType!,
unittest.equals('foo'),
);
- checkUnnamed6403(o.operationConfigs!);
+ checkUnnamed6454(o.operationConfigs!);
}
buildCounterGoogleCloudApigeeV1GraphQLOperationGroup--;
}
-core.List<api.GoogleCloudApigeeV1EnvironmentGroupConfig> buildUnnamed6404() {
+core.List<api.GoogleCloudApigeeV1EnvironmentGroupConfig> buildUnnamed6455() {
var o = <api.GoogleCloudApigeeV1EnvironmentGroupConfig>[];
o.add(buildGoogleCloudApigeeV1EnvironmentGroupConfig());
o.add(buildGoogleCloudApigeeV1EnvironmentGroupConfig());
return o;
}
-void checkUnnamed6404(
+void checkUnnamed6455(
core.List<api.GoogleCloudApigeeV1EnvironmentGroupConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1EnvironmentGroupConfig(
@@ -4166,7 +4166,7 @@
var o = api.GoogleCloudApigeeV1IngressConfig();
buildCounterGoogleCloudApigeeV1IngressConfig++;
if (buildCounterGoogleCloudApigeeV1IngressConfig < 3) {
- o.environmentGroups = buildUnnamed6404();
+ o.environmentGroups = buildUnnamed6455();
o.name = 'foo';
o.revisionCreateTime = 'foo';
o.revisionId = 'foo';
@@ -4180,7 +4180,7 @@
api.GoogleCloudApigeeV1IngressConfig o) {
buildCounterGoogleCloudApigeeV1IngressConfig++;
if (buildCounterGoogleCloudApigeeV1IngressConfig < 3) {
- checkUnnamed6404(o.environmentGroups!);
+ checkUnnamed6455(o.environmentGroups!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -4308,14 +4308,14 @@
}
core.List<api.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision>
- buildUnnamed6405() {
+ buildUnnamed6456() {
var o = <api.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision>[];
o.add(buildGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision());
o.add(buildGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision());
return o;
}
-void checkUnnamed6405(
+void checkUnnamed6456(
core.List<api.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRevision>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -4326,14 +4326,14 @@
}
core.List<api.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute>
- buildUnnamed6406() {
+ buildUnnamed6457() {
var o = <api.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute>[];
o.add(buildGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute());
o.add(buildGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute());
return o;
}
-void checkUnnamed6406(
+void checkUnnamed6457(
core.List<api.GoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1InstanceDeploymentStatusDeployedRoute(
@@ -4348,8 +4348,8 @@
var o = api.GoogleCloudApigeeV1InstanceDeploymentStatus();
buildCounterGoogleCloudApigeeV1InstanceDeploymentStatus++;
if (buildCounterGoogleCloudApigeeV1InstanceDeploymentStatus < 3) {
- o.deployedRevisions = buildUnnamed6405();
- o.deployedRoutes = buildUnnamed6406();
+ o.deployedRevisions = buildUnnamed6456();
+ o.deployedRoutes = buildUnnamed6457();
o.instance = 'foo';
}
buildCounterGoogleCloudApigeeV1InstanceDeploymentStatus--;
@@ -4360,8 +4360,8 @@
api.GoogleCloudApigeeV1InstanceDeploymentStatus o) {
buildCounterGoogleCloudApigeeV1InstanceDeploymentStatus++;
if (buildCounterGoogleCloudApigeeV1InstanceDeploymentStatus < 3) {
- checkUnnamed6405(o.deployedRevisions!);
- checkUnnamed6406(o.deployedRoutes!);
+ checkUnnamed6456(o.deployedRevisions!);
+ checkUnnamed6457(o.deployedRoutes!);
unittest.expect(
o.instance!,
unittest.equals('foo'),
@@ -4518,14 +4518,14 @@
buildCounterGoogleCloudApigeeV1KeyValueMap--;
}
-core.List<core.String> buildUnnamed6407() {
+core.List<core.String> buildUnnamed6458() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6407(core.List<core.String> o) {
+void checkUnnamed6458(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4542,7 +4542,7 @@
var o = api.GoogleCloudApigeeV1Keystore();
buildCounterGoogleCloudApigeeV1Keystore++;
if (buildCounterGoogleCloudApigeeV1Keystore < 3) {
- o.aliases = buildUnnamed6407();
+ o.aliases = buildUnnamed6458();
o.name = 'foo';
}
buildCounterGoogleCloudApigeeV1Keystore--;
@@ -4552,7 +4552,7 @@
void checkGoogleCloudApigeeV1Keystore(api.GoogleCloudApigeeV1Keystore o) {
buildCounterGoogleCloudApigeeV1Keystore++;
if (buildCounterGoogleCloudApigeeV1Keystore < 3) {
- checkUnnamed6407(o.aliases!);
+ checkUnnamed6458(o.aliases!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -4561,14 +4561,14 @@
buildCounterGoogleCloudApigeeV1Keystore--;
}
-core.List<api.GoogleCloudApigeeV1AliasRevisionConfig> buildUnnamed6408() {
+core.List<api.GoogleCloudApigeeV1AliasRevisionConfig> buildUnnamed6459() {
var o = <api.GoogleCloudApigeeV1AliasRevisionConfig>[];
o.add(buildGoogleCloudApigeeV1AliasRevisionConfig());
o.add(buildGoogleCloudApigeeV1AliasRevisionConfig());
return o;
}
-void checkUnnamed6408(core.List<api.GoogleCloudApigeeV1AliasRevisionConfig> o) {
+void checkUnnamed6459(core.List<api.GoogleCloudApigeeV1AliasRevisionConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1AliasRevisionConfig(
o[0] as api.GoogleCloudApigeeV1AliasRevisionConfig);
@@ -4581,7 +4581,7 @@
var o = api.GoogleCloudApigeeV1KeystoreConfig();
buildCounterGoogleCloudApigeeV1KeystoreConfig++;
if (buildCounterGoogleCloudApigeeV1KeystoreConfig < 3) {
- o.aliases = buildUnnamed6408();
+ o.aliases = buildUnnamed6459();
o.name = 'foo';
}
buildCounterGoogleCloudApigeeV1KeystoreConfig--;
@@ -4592,7 +4592,7 @@
api.GoogleCloudApigeeV1KeystoreConfig o) {
buildCounterGoogleCloudApigeeV1KeystoreConfig++;
if (buildCounterGoogleCloudApigeeV1KeystoreConfig < 3) {
- checkUnnamed6408(o.aliases!);
+ checkUnnamed6459(o.aliases!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -4601,14 +4601,14 @@
buildCounterGoogleCloudApigeeV1KeystoreConfig--;
}
-core.List<api.GoogleCloudApigeeV1ApiCategoryData> buildUnnamed6409() {
+core.List<api.GoogleCloudApigeeV1ApiCategoryData> buildUnnamed6460() {
var o = <api.GoogleCloudApigeeV1ApiCategoryData>[];
o.add(buildGoogleCloudApigeeV1ApiCategoryData());
o.add(buildGoogleCloudApigeeV1ApiCategoryData());
return o;
}
-void checkUnnamed6409(core.List<api.GoogleCloudApigeeV1ApiCategoryData> o) {
+void checkUnnamed6460(core.List<api.GoogleCloudApigeeV1ApiCategoryData> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ApiCategoryData(
o[0] as api.GoogleCloudApigeeV1ApiCategoryData);
@@ -4622,7 +4622,7 @@
var o = api.GoogleCloudApigeeV1ListApiCategoriesResponse();
buildCounterGoogleCloudApigeeV1ListApiCategoriesResponse++;
if (buildCounterGoogleCloudApigeeV1ListApiCategoriesResponse < 3) {
- o.data = buildUnnamed6409();
+ o.data = buildUnnamed6460();
o.errorCode = 'foo';
o.message = 'foo';
o.requestId = 'foo';
@@ -4636,7 +4636,7 @@
api.GoogleCloudApigeeV1ListApiCategoriesResponse o) {
buildCounterGoogleCloudApigeeV1ListApiCategoriesResponse++;
if (buildCounterGoogleCloudApigeeV1ListApiCategoriesResponse < 3) {
- checkUnnamed6409(o.data!);
+ checkUnnamed6460(o.data!);
unittest.expect(
o.errorCode!,
unittest.equals('foo'),
@@ -4657,14 +4657,14 @@
buildCounterGoogleCloudApigeeV1ListApiCategoriesResponse--;
}
-core.List<api.GoogleCloudApigeeV1ApiProduct> buildUnnamed6410() {
+core.List<api.GoogleCloudApigeeV1ApiProduct> buildUnnamed6461() {
var o = <api.GoogleCloudApigeeV1ApiProduct>[];
o.add(buildGoogleCloudApigeeV1ApiProduct());
o.add(buildGoogleCloudApigeeV1ApiProduct());
return o;
}
-void checkUnnamed6410(core.List<api.GoogleCloudApigeeV1ApiProduct> o) {
+void checkUnnamed6461(core.List<api.GoogleCloudApigeeV1ApiProduct> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ApiProduct(o[0] as api.GoogleCloudApigeeV1ApiProduct);
checkGoogleCloudApigeeV1ApiProduct(o[1] as api.GoogleCloudApigeeV1ApiProduct);
@@ -4676,7 +4676,7 @@
var o = api.GoogleCloudApigeeV1ListApiProductsResponse();
buildCounterGoogleCloudApigeeV1ListApiProductsResponse++;
if (buildCounterGoogleCloudApigeeV1ListApiProductsResponse < 3) {
- o.apiProduct = buildUnnamed6410();
+ o.apiProduct = buildUnnamed6461();
}
buildCounterGoogleCloudApigeeV1ListApiProductsResponse--;
return o;
@@ -4686,19 +4686,19 @@
api.GoogleCloudApigeeV1ListApiProductsResponse o) {
buildCounterGoogleCloudApigeeV1ListApiProductsResponse++;
if (buildCounterGoogleCloudApigeeV1ListApiProductsResponse < 3) {
- checkUnnamed6410(o.apiProduct!);
+ checkUnnamed6461(o.apiProduct!);
}
buildCounterGoogleCloudApigeeV1ListApiProductsResponse--;
}
-core.List<api.GoogleCloudApigeeV1ApiProxy> buildUnnamed6411() {
+core.List<api.GoogleCloudApigeeV1ApiProxy> buildUnnamed6462() {
var o = <api.GoogleCloudApigeeV1ApiProxy>[];
o.add(buildGoogleCloudApigeeV1ApiProxy());
o.add(buildGoogleCloudApigeeV1ApiProxy());
return o;
}
-void checkUnnamed6411(core.List<api.GoogleCloudApigeeV1ApiProxy> o) {
+void checkUnnamed6462(core.List<api.GoogleCloudApigeeV1ApiProxy> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ApiProxy(o[0] as api.GoogleCloudApigeeV1ApiProxy);
checkGoogleCloudApigeeV1ApiProxy(o[1] as api.GoogleCloudApigeeV1ApiProxy);
@@ -4710,7 +4710,7 @@
var o = api.GoogleCloudApigeeV1ListApiProxiesResponse();
buildCounterGoogleCloudApigeeV1ListApiProxiesResponse++;
if (buildCounterGoogleCloudApigeeV1ListApiProxiesResponse < 3) {
- o.proxies = buildUnnamed6411();
+ o.proxies = buildUnnamed6462();
}
buildCounterGoogleCloudApigeeV1ListApiProxiesResponse--;
return o;
@@ -4720,19 +4720,19 @@
api.GoogleCloudApigeeV1ListApiProxiesResponse o) {
buildCounterGoogleCloudApigeeV1ListApiProxiesResponse++;
if (buildCounterGoogleCloudApigeeV1ListApiProxiesResponse < 3) {
- checkUnnamed6411(o.proxies!);
+ checkUnnamed6462(o.proxies!);
}
buildCounterGoogleCloudApigeeV1ListApiProxiesResponse--;
}
-core.List<api.GoogleCloudApigeeV1App> buildUnnamed6412() {
+core.List<api.GoogleCloudApigeeV1App> buildUnnamed6463() {
var o = <api.GoogleCloudApigeeV1App>[];
o.add(buildGoogleCloudApigeeV1App());
o.add(buildGoogleCloudApigeeV1App());
return o;
}
-void checkUnnamed6412(core.List<api.GoogleCloudApigeeV1App> o) {
+void checkUnnamed6463(core.List<api.GoogleCloudApigeeV1App> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1App(o[0] as api.GoogleCloudApigeeV1App);
checkGoogleCloudApigeeV1App(o[1] as api.GoogleCloudApigeeV1App);
@@ -4744,7 +4744,7 @@
var o = api.GoogleCloudApigeeV1ListAppsResponse();
buildCounterGoogleCloudApigeeV1ListAppsResponse++;
if (buildCounterGoogleCloudApigeeV1ListAppsResponse < 3) {
- o.app = buildUnnamed6412();
+ o.app = buildUnnamed6463();
}
buildCounterGoogleCloudApigeeV1ListAppsResponse--;
return o;
@@ -4754,19 +4754,19 @@
api.GoogleCloudApigeeV1ListAppsResponse o) {
buildCounterGoogleCloudApigeeV1ListAppsResponse++;
if (buildCounterGoogleCloudApigeeV1ListAppsResponse < 3) {
- checkUnnamed6412(o.app!);
+ checkUnnamed6463(o.app!);
}
buildCounterGoogleCloudApigeeV1ListAppsResponse--;
}
-core.List<api.GoogleCloudApigeeV1AsyncQuery> buildUnnamed6413() {
+core.List<api.GoogleCloudApigeeV1AsyncQuery> buildUnnamed6464() {
var o = <api.GoogleCloudApigeeV1AsyncQuery>[];
o.add(buildGoogleCloudApigeeV1AsyncQuery());
o.add(buildGoogleCloudApigeeV1AsyncQuery());
return o;
}
-void checkUnnamed6413(core.List<api.GoogleCloudApigeeV1AsyncQuery> o) {
+void checkUnnamed6464(core.List<api.GoogleCloudApigeeV1AsyncQuery> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1AsyncQuery(o[0] as api.GoogleCloudApigeeV1AsyncQuery);
checkGoogleCloudApigeeV1AsyncQuery(o[1] as api.GoogleCloudApigeeV1AsyncQuery);
@@ -4778,7 +4778,7 @@
var o = api.GoogleCloudApigeeV1ListAsyncQueriesResponse();
buildCounterGoogleCloudApigeeV1ListAsyncQueriesResponse++;
if (buildCounterGoogleCloudApigeeV1ListAsyncQueriesResponse < 3) {
- o.queries = buildUnnamed6413();
+ o.queries = buildUnnamed6464();
}
buildCounterGoogleCloudApigeeV1ListAsyncQueriesResponse--;
return o;
@@ -4788,19 +4788,19 @@
api.GoogleCloudApigeeV1ListAsyncQueriesResponse o) {
buildCounterGoogleCloudApigeeV1ListAsyncQueriesResponse++;
if (buildCounterGoogleCloudApigeeV1ListAsyncQueriesResponse < 3) {
- checkUnnamed6413(o.queries!);
+ checkUnnamed6464(o.queries!);
}
buildCounterGoogleCloudApigeeV1ListAsyncQueriesResponse--;
}
-core.List<api.GoogleCloudApigeeV1CustomReport> buildUnnamed6414() {
+core.List<api.GoogleCloudApigeeV1CustomReport> buildUnnamed6465() {
var o = <api.GoogleCloudApigeeV1CustomReport>[];
o.add(buildGoogleCloudApigeeV1CustomReport());
o.add(buildGoogleCloudApigeeV1CustomReport());
return o;
}
-void checkUnnamed6414(core.List<api.GoogleCloudApigeeV1CustomReport> o) {
+void checkUnnamed6465(core.List<api.GoogleCloudApigeeV1CustomReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1CustomReport(
o[0] as api.GoogleCloudApigeeV1CustomReport);
@@ -4814,7 +4814,7 @@
var o = api.GoogleCloudApigeeV1ListCustomReportsResponse();
buildCounterGoogleCloudApigeeV1ListCustomReportsResponse++;
if (buildCounterGoogleCloudApigeeV1ListCustomReportsResponse < 3) {
- o.qualifier = buildUnnamed6414();
+ o.qualifier = buildUnnamed6465();
}
buildCounterGoogleCloudApigeeV1ListCustomReportsResponse--;
return o;
@@ -4824,19 +4824,19 @@
api.GoogleCloudApigeeV1ListCustomReportsResponse o) {
buildCounterGoogleCloudApigeeV1ListCustomReportsResponse++;
if (buildCounterGoogleCloudApigeeV1ListCustomReportsResponse < 3) {
- checkUnnamed6414(o.qualifier!);
+ checkUnnamed6465(o.qualifier!);
}
buildCounterGoogleCloudApigeeV1ListCustomReportsResponse--;
}
-core.List<api.GoogleCloudApigeeV1DataCollector> buildUnnamed6415() {
+core.List<api.GoogleCloudApigeeV1DataCollector> buildUnnamed6466() {
var o = <api.GoogleCloudApigeeV1DataCollector>[];
o.add(buildGoogleCloudApigeeV1DataCollector());
o.add(buildGoogleCloudApigeeV1DataCollector());
return o;
}
-void checkUnnamed6415(core.List<api.GoogleCloudApigeeV1DataCollector> o) {
+void checkUnnamed6466(core.List<api.GoogleCloudApigeeV1DataCollector> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DataCollector(
o[0] as api.GoogleCloudApigeeV1DataCollector);
@@ -4850,7 +4850,7 @@
var o = api.GoogleCloudApigeeV1ListDataCollectorsResponse();
buildCounterGoogleCloudApigeeV1ListDataCollectorsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDataCollectorsResponse < 3) {
- o.dataCollectors = buildUnnamed6415();
+ o.dataCollectors = buildUnnamed6466();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudApigeeV1ListDataCollectorsResponse--;
@@ -4861,7 +4861,7 @@
api.GoogleCloudApigeeV1ListDataCollectorsResponse o) {
buildCounterGoogleCloudApigeeV1ListDataCollectorsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDataCollectorsResponse < 3) {
- checkUnnamed6415(o.dataCollectors!);
+ checkUnnamed6466(o.dataCollectors!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4870,14 +4870,14 @@
buildCounterGoogleCloudApigeeV1ListDataCollectorsResponse--;
}
-core.List<api.GoogleCloudApigeeV1Datastore> buildUnnamed6416() {
+core.List<api.GoogleCloudApigeeV1Datastore> buildUnnamed6467() {
var o = <api.GoogleCloudApigeeV1Datastore>[];
o.add(buildGoogleCloudApigeeV1Datastore());
o.add(buildGoogleCloudApigeeV1Datastore());
return o;
}
-void checkUnnamed6416(core.List<api.GoogleCloudApigeeV1Datastore> o) {
+void checkUnnamed6467(core.List<api.GoogleCloudApigeeV1Datastore> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Datastore(o[0] as api.GoogleCloudApigeeV1Datastore);
checkGoogleCloudApigeeV1Datastore(o[1] as api.GoogleCloudApigeeV1Datastore);
@@ -4889,7 +4889,7 @@
var o = api.GoogleCloudApigeeV1ListDatastoresResponse();
buildCounterGoogleCloudApigeeV1ListDatastoresResponse++;
if (buildCounterGoogleCloudApigeeV1ListDatastoresResponse < 3) {
- o.datastores = buildUnnamed6416();
+ o.datastores = buildUnnamed6467();
}
buildCounterGoogleCloudApigeeV1ListDatastoresResponse--;
return o;
@@ -4899,19 +4899,19 @@
api.GoogleCloudApigeeV1ListDatastoresResponse o) {
buildCounterGoogleCloudApigeeV1ListDatastoresResponse++;
if (buildCounterGoogleCloudApigeeV1ListDatastoresResponse < 3) {
- checkUnnamed6416(o.datastores!);
+ checkUnnamed6467(o.datastores!);
}
buildCounterGoogleCloudApigeeV1ListDatastoresResponse--;
}
-core.List<api.GoogleCloudApigeeV1Session> buildUnnamed6417() {
+core.List<api.GoogleCloudApigeeV1Session> buildUnnamed6468() {
var o = <api.GoogleCloudApigeeV1Session>[];
o.add(buildGoogleCloudApigeeV1Session());
o.add(buildGoogleCloudApigeeV1Session());
return o;
}
-void checkUnnamed6417(core.List<api.GoogleCloudApigeeV1Session> o) {
+void checkUnnamed6468(core.List<api.GoogleCloudApigeeV1Session> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Session(o[0] as api.GoogleCloudApigeeV1Session);
checkGoogleCloudApigeeV1Session(o[1] as api.GoogleCloudApigeeV1Session);
@@ -4924,7 +4924,7 @@
buildCounterGoogleCloudApigeeV1ListDebugSessionsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDebugSessionsResponse < 3) {
o.nextPageToken = 'foo';
- o.sessions = buildUnnamed6417();
+ o.sessions = buildUnnamed6468();
}
buildCounterGoogleCloudApigeeV1ListDebugSessionsResponse--;
return o;
@@ -4938,19 +4938,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6417(o.sessions!);
+ checkUnnamed6468(o.sessions!);
}
buildCounterGoogleCloudApigeeV1ListDebugSessionsResponse--;
}
-core.List<api.GoogleCloudApigeeV1Deployment> buildUnnamed6418() {
+core.List<api.GoogleCloudApigeeV1Deployment> buildUnnamed6469() {
var o = <api.GoogleCloudApigeeV1Deployment>[];
o.add(buildGoogleCloudApigeeV1Deployment());
o.add(buildGoogleCloudApigeeV1Deployment());
return o;
}
-void checkUnnamed6418(core.List<api.GoogleCloudApigeeV1Deployment> o) {
+void checkUnnamed6469(core.List<api.GoogleCloudApigeeV1Deployment> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Deployment(o[0] as api.GoogleCloudApigeeV1Deployment);
checkGoogleCloudApigeeV1Deployment(o[1] as api.GoogleCloudApigeeV1Deployment);
@@ -4962,7 +4962,7 @@
var o = api.GoogleCloudApigeeV1ListDeploymentsResponse();
buildCounterGoogleCloudApigeeV1ListDeploymentsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDeploymentsResponse < 3) {
- o.deployments = buildUnnamed6418();
+ o.deployments = buildUnnamed6469();
}
buildCounterGoogleCloudApigeeV1ListDeploymentsResponse--;
return o;
@@ -4972,19 +4972,19 @@
api.GoogleCloudApigeeV1ListDeploymentsResponse o) {
buildCounterGoogleCloudApigeeV1ListDeploymentsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDeploymentsResponse < 3) {
- checkUnnamed6418(o.deployments!);
+ checkUnnamed6469(o.deployments!);
}
buildCounterGoogleCloudApigeeV1ListDeploymentsResponse--;
}
-core.List<api.GoogleCloudApigeeV1DeveloperApp> buildUnnamed6419() {
+core.List<api.GoogleCloudApigeeV1DeveloperApp> buildUnnamed6470() {
var o = <api.GoogleCloudApigeeV1DeveloperApp>[];
o.add(buildGoogleCloudApigeeV1DeveloperApp());
o.add(buildGoogleCloudApigeeV1DeveloperApp());
return o;
}
-void checkUnnamed6419(core.List<api.GoogleCloudApigeeV1DeveloperApp> o) {
+void checkUnnamed6470(core.List<api.GoogleCloudApigeeV1DeveloperApp> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DeveloperApp(
o[0] as api.GoogleCloudApigeeV1DeveloperApp);
@@ -4998,7 +4998,7 @@
var o = api.GoogleCloudApigeeV1ListDeveloperAppsResponse();
buildCounterGoogleCloudApigeeV1ListDeveloperAppsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDeveloperAppsResponse < 3) {
- o.app = buildUnnamed6419();
+ o.app = buildUnnamed6470();
}
buildCounterGoogleCloudApigeeV1ListDeveloperAppsResponse--;
return o;
@@ -5008,19 +5008,19 @@
api.GoogleCloudApigeeV1ListDeveloperAppsResponse o) {
buildCounterGoogleCloudApigeeV1ListDeveloperAppsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDeveloperAppsResponse < 3) {
- checkUnnamed6419(o.app!);
+ checkUnnamed6470(o.app!);
}
buildCounterGoogleCloudApigeeV1ListDeveloperAppsResponse--;
}
-core.List<api.GoogleCloudApigeeV1DeveloperSubscription> buildUnnamed6420() {
+core.List<api.GoogleCloudApigeeV1DeveloperSubscription> buildUnnamed6471() {
var o = <api.GoogleCloudApigeeV1DeveloperSubscription>[];
o.add(buildGoogleCloudApigeeV1DeveloperSubscription());
o.add(buildGoogleCloudApigeeV1DeveloperSubscription());
return o;
}
-void checkUnnamed6420(
+void checkUnnamed6471(
core.List<api.GoogleCloudApigeeV1DeveloperSubscription> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DeveloperSubscription(
@@ -5035,7 +5035,7 @@
var o = api.GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse();
buildCounterGoogleCloudApigeeV1ListDeveloperSubscriptionsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDeveloperSubscriptionsResponse < 3) {
- o.developerSubscriptions = buildUnnamed6420();
+ o.developerSubscriptions = buildUnnamed6471();
o.nextStartKey = 'foo';
}
buildCounterGoogleCloudApigeeV1ListDeveloperSubscriptionsResponse--;
@@ -5046,7 +5046,7 @@
api.GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse o) {
buildCounterGoogleCloudApigeeV1ListDeveloperSubscriptionsResponse++;
if (buildCounterGoogleCloudApigeeV1ListDeveloperSubscriptionsResponse < 3) {
- checkUnnamed6420(o.developerSubscriptions!);
+ checkUnnamed6471(o.developerSubscriptions!);
unittest.expect(
o.nextStartKey!,
unittest.equals('foo'),
@@ -5056,14 +5056,14 @@
}
core.List<api.GoogleCloudApigeeV1EnvironmentGroupAttachment>
- buildUnnamed6421() {
+ buildUnnamed6472() {
var o = <api.GoogleCloudApigeeV1EnvironmentGroupAttachment>[];
o.add(buildGoogleCloudApigeeV1EnvironmentGroupAttachment());
o.add(buildGoogleCloudApigeeV1EnvironmentGroupAttachment());
return o;
}
-void checkUnnamed6421(
+void checkUnnamed6472(
core.List<api.GoogleCloudApigeeV1EnvironmentGroupAttachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1EnvironmentGroupAttachment(
@@ -5080,7 +5080,7 @@
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse++;
if (buildCounterGoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse <
3) {
- o.environmentGroupAttachments = buildUnnamed6421();
+ o.environmentGroupAttachments = buildUnnamed6472();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse--;
@@ -5092,7 +5092,7 @@
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse++;
if (buildCounterGoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse <
3) {
- checkUnnamed6421(o.environmentGroupAttachments!);
+ checkUnnamed6472(o.environmentGroupAttachments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5101,14 +5101,14 @@
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupAttachmentsResponse--;
}
-core.List<api.GoogleCloudApigeeV1EnvironmentGroup> buildUnnamed6422() {
+core.List<api.GoogleCloudApigeeV1EnvironmentGroup> buildUnnamed6473() {
var o = <api.GoogleCloudApigeeV1EnvironmentGroup>[];
o.add(buildGoogleCloudApigeeV1EnvironmentGroup());
o.add(buildGoogleCloudApigeeV1EnvironmentGroup());
return o;
}
-void checkUnnamed6422(core.List<api.GoogleCloudApigeeV1EnvironmentGroup> o) {
+void checkUnnamed6473(core.List<api.GoogleCloudApigeeV1EnvironmentGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1EnvironmentGroup(
o[0] as api.GoogleCloudApigeeV1EnvironmentGroup);
@@ -5122,7 +5122,7 @@
var o = api.GoogleCloudApigeeV1ListEnvironmentGroupsResponse();
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupsResponse++;
if (buildCounterGoogleCloudApigeeV1ListEnvironmentGroupsResponse < 3) {
- o.environmentGroups = buildUnnamed6422();
+ o.environmentGroups = buildUnnamed6473();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupsResponse--;
@@ -5133,7 +5133,7 @@
api.GoogleCloudApigeeV1ListEnvironmentGroupsResponse o) {
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupsResponse++;
if (buildCounterGoogleCloudApigeeV1ListEnvironmentGroupsResponse < 3) {
- checkUnnamed6422(o.environmentGroups!);
+ checkUnnamed6473(o.environmentGroups!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5142,14 +5142,14 @@
buildCounterGoogleCloudApigeeV1ListEnvironmentGroupsResponse--;
}
-core.List<api.GoogleCloudApigeeV1ResourceFile> buildUnnamed6423() {
+core.List<api.GoogleCloudApigeeV1ResourceFile> buildUnnamed6474() {
var o = <api.GoogleCloudApigeeV1ResourceFile>[];
o.add(buildGoogleCloudApigeeV1ResourceFile());
o.add(buildGoogleCloudApigeeV1ResourceFile());
return o;
}
-void checkUnnamed6423(core.List<api.GoogleCloudApigeeV1ResourceFile> o) {
+void checkUnnamed6474(core.List<api.GoogleCloudApigeeV1ResourceFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ResourceFile(
o[0] as api.GoogleCloudApigeeV1ResourceFile);
@@ -5163,7 +5163,7 @@
var o = api.GoogleCloudApigeeV1ListEnvironmentResourcesResponse();
buildCounterGoogleCloudApigeeV1ListEnvironmentResourcesResponse++;
if (buildCounterGoogleCloudApigeeV1ListEnvironmentResourcesResponse < 3) {
- o.resourceFile = buildUnnamed6423();
+ o.resourceFile = buildUnnamed6474();
}
buildCounterGoogleCloudApigeeV1ListEnvironmentResourcesResponse--;
return o;
@@ -5173,19 +5173,19 @@
api.GoogleCloudApigeeV1ListEnvironmentResourcesResponse o) {
buildCounterGoogleCloudApigeeV1ListEnvironmentResourcesResponse++;
if (buildCounterGoogleCloudApigeeV1ListEnvironmentResourcesResponse < 3) {
- checkUnnamed6423(o.resourceFile!);
+ checkUnnamed6474(o.resourceFile!);
}
buildCounterGoogleCloudApigeeV1ListEnvironmentResourcesResponse--;
}
-core.List<api.GoogleCloudApigeeV1Export> buildUnnamed6424() {
+core.List<api.GoogleCloudApigeeV1Export> buildUnnamed6475() {
var o = <api.GoogleCloudApigeeV1Export>[];
o.add(buildGoogleCloudApigeeV1Export());
o.add(buildGoogleCloudApigeeV1Export());
return o;
}
-void checkUnnamed6424(core.List<api.GoogleCloudApigeeV1Export> o) {
+void checkUnnamed6475(core.List<api.GoogleCloudApigeeV1Export> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Export(o[0] as api.GoogleCloudApigeeV1Export);
checkGoogleCloudApigeeV1Export(o[1] as api.GoogleCloudApigeeV1Export);
@@ -5197,7 +5197,7 @@
var o = api.GoogleCloudApigeeV1ListExportsResponse();
buildCounterGoogleCloudApigeeV1ListExportsResponse++;
if (buildCounterGoogleCloudApigeeV1ListExportsResponse < 3) {
- o.exports = buildUnnamed6424();
+ o.exports = buildUnnamed6475();
}
buildCounterGoogleCloudApigeeV1ListExportsResponse--;
return o;
@@ -5207,19 +5207,19 @@
api.GoogleCloudApigeeV1ListExportsResponse o) {
buildCounterGoogleCloudApigeeV1ListExportsResponse++;
if (buildCounterGoogleCloudApigeeV1ListExportsResponse < 3) {
- checkUnnamed6424(o.exports!);
+ checkUnnamed6475(o.exports!);
}
buildCounterGoogleCloudApigeeV1ListExportsResponse--;
}
-core.List<api.GoogleCloudApigeeV1ServiceIssuersMapping> buildUnnamed6425() {
+core.List<api.GoogleCloudApigeeV1ServiceIssuersMapping> buildUnnamed6476() {
var o = <api.GoogleCloudApigeeV1ServiceIssuersMapping>[];
o.add(buildGoogleCloudApigeeV1ServiceIssuersMapping());
o.add(buildGoogleCloudApigeeV1ServiceIssuersMapping());
return o;
}
-void checkUnnamed6425(
+void checkUnnamed6476(
core.List<api.GoogleCloudApigeeV1ServiceIssuersMapping> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ServiceIssuersMapping(
@@ -5234,7 +5234,7 @@
var o = api.GoogleCloudApigeeV1ListHybridIssuersResponse();
buildCounterGoogleCloudApigeeV1ListHybridIssuersResponse++;
if (buildCounterGoogleCloudApigeeV1ListHybridIssuersResponse < 3) {
- o.issuers = buildUnnamed6425();
+ o.issuers = buildUnnamed6476();
}
buildCounterGoogleCloudApigeeV1ListHybridIssuersResponse--;
return o;
@@ -5244,19 +5244,19 @@
api.GoogleCloudApigeeV1ListHybridIssuersResponse o) {
buildCounterGoogleCloudApigeeV1ListHybridIssuersResponse++;
if (buildCounterGoogleCloudApigeeV1ListHybridIssuersResponse < 3) {
- checkUnnamed6425(o.issuers!);
+ checkUnnamed6476(o.issuers!);
}
buildCounterGoogleCloudApigeeV1ListHybridIssuersResponse--;
}
-core.List<api.GoogleCloudApigeeV1InstanceAttachment> buildUnnamed6426() {
+core.List<api.GoogleCloudApigeeV1InstanceAttachment> buildUnnamed6477() {
var o = <api.GoogleCloudApigeeV1InstanceAttachment>[];
o.add(buildGoogleCloudApigeeV1InstanceAttachment());
o.add(buildGoogleCloudApigeeV1InstanceAttachment());
return o;
}
-void checkUnnamed6426(core.List<api.GoogleCloudApigeeV1InstanceAttachment> o) {
+void checkUnnamed6477(core.List<api.GoogleCloudApigeeV1InstanceAttachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1InstanceAttachment(
o[0] as api.GoogleCloudApigeeV1InstanceAttachment);
@@ -5270,7 +5270,7 @@
var o = api.GoogleCloudApigeeV1ListInstanceAttachmentsResponse();
buildCounterGoogleCloudApigeeV1ListInstanceAttachmentsResponse++;
if (buildCounterGoogleCloudApigeeV1ListInstanceAttachmentsResponse < 3) {
- o.attachments = buildUnnamed6426();
+ o.attachments = buildUnnamed6477();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudApigeeV1ListInstanceAttachmentsResponse--;
@@ -5281,7 +5281,7 @@
api.GoogleCloudApigeeV1ListInstanceAttachmentsResponse o) {
buildCounterGoogleCloudApigeeV1ListInstanceAttachmentsResponse++;
if (buildCounterGoogleCloudApigeeV1ListInstanceAttachmentsResponse < 3) {
- checkUnnamed6426(o.attachments!);
+ checkUnnamed6477(o.attachments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5290,14 +5290,14 @@
buildCounterGoogleCloudApigeeV1ListInstanceAttachmentsResponse--;
}
-core.List<api.GoogleCloudApigeeV1Instance> buildUnnamed6427() {
+core.List<api.GoogleCloudApigeeV1Instance> buildUnnamed6478() {
var o = <api.GoogleCloudApigeeV1Instance>[];
o.add(buildGoogleCloudApigeeV1Instance());
o.add(buildGoogleCloudApigeeV1Instance());
return o;
}
-void checkUnnamed6427(core.List<api.GoogleCloudApigeeV1Instance> o) {
+void checkUnnamed6478(core.List<api.GoogleCloudApigeeV1Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Instance(o[0] as api.GoogleCloudApigeeV1Instance);
checkGoogleCloudApigeeV1Instance(o[1] as api.GoogleCloudApigeeV1Instance);
@@ -5309,7 +5309,7 @@
var o = api.GoogleCloudApigeeV1ListInstancesResponse();
buildCounterGoogleCloudApigeeV1ListInstancesResponse++;
if (buildCounterGoogleCloudApigeeV1ListInstancesResponse < 3) {
- o.instances = buildUnnamed6427();
+ o.instances = buildUnnamed6478();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudApigeeV1ListInstancesResponse--;
@@ -5320,7 +5320,7 @@
api.GoogleCloudApigeeV1ListInstancesResponse o) {
buildCounterGoogleCloudApigeeV1ListInstancesResponse++;
if (buildCounterGoogleCloudApigeeV1ListInstancesResponse < 3) {
- checkUnnamed6427(o.instances!);
+ checkUnnamed6478(o.instances!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5329,14 +5329,14 @@
buildCounterGoogleCloudApigeeV1ListInstancesResponse--;
}
-core.List<api.GoogleCloudApigeeV1NatAddress> buildUnnamed6428() {
+core.List<api.GoogleCloudApigeeV1NatAddress> buildUnnamed6479() {
var o = <api.GoogleCloudApigeeV1NatAddress>[];
o.add(buildGoogleCloudApigeeV1NatAddress());
o.add(buildGoogleCloudApigeeV1NatAddress());
return o;
}
-void checkUnnamed6428(core.List<api.GoogleCloudApigeeV1NatAddress> o) {
+void checkUnnamed6479(core.List<api.GoogleCloudApigeeV1NatAddress> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1NatAddress(o[0] as api.GoogleCloudApigeeV1NatAddress);
checkGoogleCloudApigeeV1NatAddress(o[1] as api.GoogleCloudApigeeV1NatAddress);
@@ -5348,7 +5348,7 @@
var o = api.GoogleCloudApigeeV1ListNatAddressesResponse();
buildCounterGoogleCloudApigeeV1ListNatAddressesResponse++;
if (buildCounterGoogleCloudApigeeV1ListNatAddressesResponse < 3) {
- o.natAddresses = buildUnnamed6428();
+ o.natAddresses = buildUnnamed6479();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudApigeeV1ListNatAddressesResponse--;
@@ -5359,7 +5359,7 @@
api.GoogleCloudApigeeV1ListNatAddressesResponse o) {
buildCounterGoogleCloudApigeeV1ListNatAddressesResponse++;
if (buildCounterGoogleCloudApigeeV1ListNatAddressesResponse < 3) {
- checkUnnamed6428(o.natAddresses!);
+ checkUnnamed6479(o.natAddresses!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5368,14 +5368,14 @@
buildCounterGoogleCloudApigeeV1ListNatAddressesResponse--;
}
-core.List<api.GoogleCloudApigeeV1Developer> buildUnnamed6429() {
+core.List<api.GoogleCloudApigeeV1Developer> buildUnnamed6480() {
var o = <api.GoogleCloudApigeeV1Developer>[];
o.add(buildGoogleCloudApigeeV1Developer());
o.add(buildGoogleCloudApigeeV1Developer());
return o;
}
-void checkUnnamed6429(core.List<api.GoogleCloudApigeeV1Developer> o) {
+void checkUnnamed6480(core.List<api.GoogleCloudApigeeV1Developer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Developer(o[0] as api.GoogleCloudApigeeV1Developer);
checkGoogleCloudApigeeV1Developer(o[1] as api.GoogleCloudApigeeV1Developer);
@@ -5387,7 +5387,7 @@
var o = api.GoogleCloudApigeeV1ListOfDevelopersResponse();
buildCounterGoogleCloudApigeeV1ListOfDevelopersResponse++;
if (buildCounterGoogleCloudApigeeV1ListOfDevelopersResponse < 3) {
- o.developer = buildUnnamed6429();
+ o.developer = buildUnnamed6480();
}
buildCounterGoogleCloudApigeeV1ListOfDevelopersResponse--;
return o;
@@ -5397,20 +5397,20 @@
api.GoogleCloudApigeeV1ListOfDevelopersResponse o) {
buildCounterGoogleCloudApigeeV1ListOfDevelopersResponse++;
if (buildCounterGoogleCloudApigeeV1ListOfDevelopersResponse < 3) {
- checkUnnamed6429(o.developer!);
+ checkUnnamed6480(o.developer!);
}
buildCounterGoogleCloudApigeeV1ListOfDevelopersResponse--;
}
core.List<api.GoogleCloudApigeeV1OrganizationProjectMapping>
- buildUnnamed6430() {
+ buildUnnamed6481() {
var o = <api.GoogleCloudApigeeV1OrganizationProjectMapping>[];
o.add(buildGoogleCloudApigeeV1OrganizationProjectMapping());
o.add(buildGoogleCloudApigeeV1OrganizationProjectMapping());
return o;
}
-void checkUnnamed6430(
+void checkUnnamed6481(
core.List<api.GoogleCloudApigeeV1OrganizationProjectMapping> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1OrganizationProjectMapping(
@@ -5425,7 +5425,7 @@
var o = api.GoogleCloudApigeeV1ListOrganizationsResponse();
buildCounterGoogleCloudApigeeV1ListOrganizationsResponse++;
if (buildCounterGoogleCloudApigeeV1ListOrganizationsResponse < 3) {
- o.organizations = buildUnnamed6430();
+ o.organizations = buildUnnamed6481();
}
buildCounterGoogleCloudApigeeV1ListOrganizationsResponse--;
return o;
@@ -5435,19 +5435,19 @@
api.GoogleCloudApigeeV1ListOrganizationsResponse o) {
buildCounterGoogleCloudApigeeV1ListOrganizationsResponse++;
if (buildCounterGoogleCloudApigeeV1ListOrganizationsResponse < 3) {
- checkUnnamed6430(o.organizations!);
+ checkUnnamed6481(o.organizations!);
}
buildCounterGoogleCloudApigeeV1ListOrganizationsResponse--;
}
-core.List<api.GoogleCloudApigeeV1RatePlan> buildUnnamed6431() {
+core.List<api.GoogleCloudApigeeV1RatePlan> buildUnnamed6482() {
var o = <api.GoogleCloudApigeeV1RatePlan>[];
o.add(buildGoogleCloudApigeeV1RatePlan());
o.add(buildGoogleCloudApigeeV1RatePlan());
return o;
}
-void checkUnnamed6431(core.List<api.GoogleCloudApigeeV1RatePlan> o) {
+void checkUnnamed6482(core.List<api.GoogleCloudApigeeV1RatePlan> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1RatePlan(o[0] as api.GoogleCloudApigeeV1RatePlan);
checkGoogleCloudApigeeV1RatePlan(o[1] as api.GoogleCloudApigeeV1RatePlan);
@@ -5460,7 +5460,7 @@
buildCounterGoogleCloudApigeeV1ListRatePlansResponse++;
if (buildCounterGoogleCloudApigeeV1ListRatePlansResponse < 3) {
o.nextStartKey = 'foo';
- o.ratePlans = buildUnnamed6431();
+ o.ratePlans = buildUnnamed6482();
}
buildCounterGoogleCloudApigeeV1ListRatePlansResponse--;
return o;
@@ -5474,19 +5474,19 @@
o.nextStartKey!,
unittest.equals('foo'),
);
- checkUnnamed6431(o.ratePlans!);
+ checkUnnamed6482(o.ratePlans!);
}
buildCounterGoogleCloudApigeeV1ListRatePlansResponse--;
}
-core.List<api.GoogleCloudApigeeV1SharedFlow> buildUnnamed6432() {
+core.List<api.GoogleCloudApigeeV1SharedFlow> buildUnnamed6483() {
var o = <api.GoogleCloudApigeeV1SharedFlow>[];
o.add(buildGoogleCloudApigeeV1SharedFlow());
o.add(buildGoogleCloudApigeeV1SharedFlow());
return o;
}
-void checkUnnamed6432(core.List<api.GoogleCloudApigeeV1SharedFlow> o) {
+void checkUnnamed6483(core.List<api.GoogleCloudApigeeV1SharedFlow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1SharedFlow(o[0] as api.GoogleCloudApigeeV1SharedFlow);
checkGoogleCloudApigeeV1SharedFlow(o[1] as api.GoogleCloudApigeeV1SharedFlow);
@@ -5498,7 +5498,7 @@
var o = api.GoogleCloudApigeeV1ListSharedFlowsResponse();
buildCounterGoogleCloudApigeeV1ListSharedFlowsResponse++;
if (buildCounterGoogleCloudApigeeV1ListSharedFlowsResponse < 3) {
- o.sharedFlows = buildUnnamed6432();
+ o.sharedFlows = buildUnnamed6483();
}
buildCounterGoogleCloudApigeeV1ListSharedFlowsResponse--;
return o;
@@ -5508,19 +5508,19 @@
api.GoogleCloudApigeeV1ListSharedFlowsResponse o) {
buildCounterGoogleCloudApigeeV1ListSharedFlowsResponse++;
if (buildCounterGoogleCloudApigeeV1ListSharedFlowsResponse < 3) {
- checkUnnamed6432(o.sharedFlows!);
+ checkUnnamed6483(o.sharedFlows!);
}
buildCounterGoogleCloudApigeeV1ListSharedFlowsResponse--;
}
-core.List<api.GoogleCloudApigeeV1TraceConfigOverride> buildUnnamed6433() {
+core.List<api.GoogleCloudApigeeV1TraceConfigOverride> buildUnnamed6484() {
var o = <api.GoogleCloudApigeeV1TraceConfigOverride>[];
o.add(buildGoogleCloudApigeeV1TraceConfigOverride());
o.add(buildGoogleCloudApigeeV1TraceConfigOverride());
return o;
}
-void checkUnnamed6433(core.List<api.GoogleCloudApigeeV1TraceConfigOverride> o) {
+void checkUnnamed6484(core.List<api.GoogleCloudApigeeV1TraceConfigOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1TraceConfigOverride(
o[0] as api.GoogleCloudApigeeV1TraceConfigOverride);
@@ -5535,7 +5535,7 @@
buildCounterGoogleCloudApigeeV1ListTraceConfigOverridesResponse++;
if (buildCounterGoogleCloudApigeeV1ListTraceConfigOverridesResponse < 3) {
o.nextPageToken = 'foo';
- o.traceConfigOverrides = buildUnnamed6433();
+ o.traceConfigOverrides = buildUnnamed6484();
}
buildCounterGoogleCloudApigeeV1ListTraceConfigOverridesResponse--;
return o;
@@ -5549,19 +5549,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6433(o.traceConfigOverrides!);
+ checkUnnamed6484(o.traceConfigOverrides!);
}
buildCounterGoogleCloudApigeeV1ListTraceConfigOverridesResponse--;
}
-core.List<core.String> buildUnnamed6434() {
+core.List<core.String> buildUnnamed6485() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6434(core.List<core.String> o) {
+void checkUnnamed6485(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5573,14 +5573,14 @@
);
}
-core.List<core.String> buildUnnamed6435() {
+core.List<core.String> buildUnnamed6486() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6435(core.List<core.String> o) {
+void checkUnnamed6486(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5597,8 +5597,8 @@
var o = api.GoogleCloudApigeeV1Metadata();
buildCounterGoogleCloudApigeeV1Metadata++;
if (buildCounterGoogleCloudApigeeV1Metadata < 3) {
- o.errors = buildUnnamed6434();
- o.notices = buildUnnamed6435();
+ o.errors = buildUnnamed6485();
+ o.notices = buildUnnamed6486();
}
buildCounterGoogleCloudApigeeV1Metadata--;
return o;
@@ -5607,13 +5607,13 @@
void checkGoogleCloudApigeeV1Metadata(api.GoogleCloudApigeeV1Metadata o) {
buildCounterGoogleCloudApigeeV1Metadata++;
if (buildCounterGoogleCloudApigeeV1Metadata < 3) {
- checkUnnamed6434(o.errors!);
- checkUnnamed6435(o.notices!);
+ checkUnnamed6485(o.errors!);
+ checkUnnamed6486(o.notices!);
}
buildCounterGoogleCloudApigeeV1Metadata--;
}
-core.List<core.Object> buildUnnamed6436() {
+core.List<core.Object> buildUnnamed6487() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -5628,7 +5628,7 @@
return o;
}
-void checkUnnamed6436(core.List<core.Object> o) {
+void checkUnnamed6487(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o[0]) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -5666,7 +5666,7 @@
buildCounterGoogleCloudApigeeV1Metric++;
if (buildCounterGoogleCloudApigeeV1Metric < 3) {
o.name = 'foo';
- o.values = buildUnnamed6436();
+ o.values = buildUnnamed6487();
}
buildCounterGoogleCloudApigeeV1Metric--;
return o;
@@ -5679,7 +5679,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6436(o.values!);
+ checkUnnamed6487(o.values!);
}
buildCounterGoogleCloudApigeeV1Metric--;
}
@@ -5737,14 +5737,14 @@
buildCounterGoogleCloudApigeeV1NatAddress--;
}
-core.List<core.String> buildUnnamed6437() {
+core.List<core.String> buildUnnamed6488() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6437(core.List<core.String> o) {
+void checkUnnamed6488(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5761,7 +5761,7 @@
var o = api.GoogleCloudApigeeV1Operation();
buildCounterGoogleCloudApigeeV1Operation++;
if (buildCounterGoogleCloudApigeeV1Operation < 3) {
- o.methods = buildUnnamed6437();
+ o.methods = buildUnnamed6488();
o.resource = 'foo';
}
buildCounterGoogleCloudApigeeV1Operation--;
@@ -5771,7 +5771,7 @@
void checkGoogleCloudApigeeV1Operation(api.GoogleCloudApigeeV1Operation o) {
buildCounterGoogleCloudApigeeV1Operation++;
if (buildCounterGoogleCloudApigeeV1Operation < 3) {
- checkUnnamed6437(o.methods!);
+ checkUnnamed6488(o.methods!);
unittest.expect(
o.resource!,
unittest.equals('foo'),
@@ -5780,27 +5780,27 @@
buildCounterGoogleCloudApigeeV1Operation--;
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6438() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6489() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed6438(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed6489(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
}
-core.List<api.GoogleCloudApigeeV1Operation> buildUnnamed6439() {
+core.List<api.GoogleCloudApigeeV1Operation> buildUnnamed6490() {
var o = <api.GoogleCloudApigeeV1Operation>[];
o.add(buildGoogleCloudApigeeV1Operation());
o.add(buildGoogleCloudApigeeV1Operation());
return o;
}
-void checkUnnamed6439(core.List<api.GoogleCloudApigeeV1Operation> o) {
+void checkUnnamed6490(core.List<api.GoogleCloudApigeeV1Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Operation(o[0] as api.GoogleCloudApigeeV1Operation);
checkGoogleCloudApigeeV1Operation(o[1] as api.GoogleCloudApigeeV1Operation);
@@ -5813,8 +5813,8 @@
buildCounterGoogleCloudApigeeV1OperationConfig++;
if (buildCounterGoogleCloudApigeeV1OperationConfig < 3) {
o.apiSource = 'foo';
- o.attributes = buildUnnamed6438();
- o.operations = buildUnnamed6439();
+ o.attributes = buildUnnamed6489();
+ o.operations = buildUnnamed6490();
o.quota = buildGoogleCloudApigeeV1Quota();
}
buildCounterGoogleCloudApigeeV1OperationConfig--;
@@ -5829,21 +5829,21 @@
o.apiSource!,
unittest.equals('foo'),
);
- checkUnnamed6438(o.attributes!);
- checkUnnamed6439(o.operations!);
+ checkUnnamed6489(o.attributes!);
+ checkUnnamed6490(o.operations!);
checkGoogleCloudApigeeV1Quota(o.quota! as api.GoogleCloudApigeeV1Quota);
}
buildCounterGoogleCloudApigeeV1OperationConfig--;
}
-core.List<api.GoogleCloudApigeeV1OperationConfig> buildUnnamed6440() {
+core.List<api.GoogleCloudApigeeV1OperationConfig> buildUnnamed6491() {
var o = <api.GoogleCloudApigeeV1OperationConfig>[];
o.add(buildGoogleCloudApigeeV1OperationConfig());
o.add(buildGoogleCloudApigeeV1OperationConfig());
return o;
}
-void checkUnnamed6440(core.List<api.GoogleCloudApigeeV1OperationConfig> o) {
+void checkUnnamed6491(core.List<api.GoogleCloudApigeeV1OperationConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1OperationConfig(
o[0] as api.GoogleCloudApigeeV1OperationConfig);
@@ -5857,7 +5857,7 @@
buildCounterGoogleCloudApigeeV1OperationGroup++;
if (buildCounterGoogleCloudApigeeV1OperationGroup < 3) {
o.operationConfigType = 'foo';
- o.operationConfigs = buildUnnamed6440();
+ o.operationConfigs = buildUnnamed6491();
}
buildCounterGoogleCloudApigeeV1OperationGroup--;
return o;
@@ -5871,7 +5871,7 @@
o.operationConfigType!,
unittest.equals('foo'),
);
- checkUnnamed6440(o.operationConfigs!);
+ checkUnnamed6491(o.operationConfigs!);
}
buildCounterGoogleCloudApigeeV1OperationGroup--;
}
@@ -5913,7 +5913,7 @@
buildCounterGoogleCloudApigeeV1OperationMetadata--;
}
-core.Map<core.String, core.Object> buildUnnamed6441() {
+core.Map<core.String, core.Object> buildUnnamed6492() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -5928,7 +5928,7 @@
return o;
}
-void checkUnnamed6441(core.Map<core.String, core.Object> o) {
+void checkUnnamed6492(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -5967,7 +5967,7 @@
buildCounterGoogleCloudApigeeV1OperationMetadataProgress++;
if (buildCounterGoogleCloudApigeeV1OperationMetadataProgress < 3) {
o.description = 'foo';
- o.details = buildUnnamed6441();
+ o.details = buildUnnamed6492();
o.percentDone = 42;
o.state = 'foo';
}
@@ -5983,7 +5983,7 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed6441(o.details!);
+ checkUnnamed6492(o.details!);
unittest.expect(
o.percentDone!,
unittest.equals(42),
@@ -6017,7 +6017,7 @@
buildCounterGoogleCloudApigeeV1OptimizedStats--;
}
-core.List<core.Object> buildUnnamed6442() {
+core.List<core.Object> buildUnnamed6493() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -6032,7 +6032,7 @@
return o;
}
-void checkUnnamed6442(core.List<core.Object> o) {
+void checkUnnamed6493(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted11 = (o[0]) as core.Map;
unittest.expect(casted11, unittest.hasLength(3));
@@ -6070,7 +6070,7 @@
var o = api.GoogleCloudApigeeV1OptimizedStatsNode();
buildCounterGoogleCloudApigeeV1OptimizedStatsNode++;
if (buildCounterGoogleCloudApigeeV1OptimizedStatsNode < 3) {
- o.data = buildUnnamed6442();
+ o.data = buildUnnamed6493();
}
buildCounterGoogleCloudApigeeV1OptimizedStatsNode--;
return o;
@@ -6080,19 +6080,19 @@
api.GoogleCloudApigeeV1OptimizedStatsNode o) {
buildCounterGoogleCloudApigeeV1OptimizedStatsNode++;
if (buildCounterGoogleCloudApigeeV1OptimizedStatsNode < 3) {
- checkUnnamed6442(o.data!);
+ checkUnnamed6493(o.data!);
}
buildCounterGoogleCloudApigeeV1OptimizedStatsNode--;
}
-core.List<core.String> buildUnnamed6443() {
+core.List<core.String> buildUnnamed6494() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6443(core.List<core.String> o) {
+void checkUnnamed6494(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6110,7 +6110,7 @@
var o = api.GoogleCloudApigeeV1OptimizedStatsResponse();
buildCounterGoogleCloudApigeeV1OptimizedStatsResponse++;
if (buildCounterGoogleCloudApigeeV1OptimizedStatsResponse < 3) {
- o.TimeUnit = buildUnnamed6443();
+ o.TimeUnit = buildUnnamed6494();
o.metaData = buildGoogleCloudApigeeV1Metadata();
o.resultTruncated = true;
o.stats = buildGoogleCloudApigeeV1OptimizedStatsNode();
@@ -6123,7 +6123,7 @@
api.GoogleCloudApigeeV1OptimizedStatsResponse o) {
buildCounterGoogleCloudApigeeV1OptimizedStatsResponse++;
if (buildCounterGoogleCloudApigeeV1OptimizedStatsResponse < 3) {
- checkUnnamed6443(o.TimeUnit!);
+ checkUnnamed6494(o.TimeUnit!);
checkGoogleCloudApigeeV1Metadata(
o.metaData! as api.GoogleCloudApigeeV1Metadata);
unittest.expect(o.resultTruncated!, unittest.isTrue);
@@ -6133,14 +6133,14 @@
buildCounterGoogleCloudApigeeV1OptimizedStatsResponse--;
}
-core.List<core.String> buildUnnamed6444() {
+core.List<core.String> buildUnnamed6495() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6444(core.List<core.String> o) {
+void checkUnnamed6495(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6152,14 +6152,14 @@
);
}
-core.List<core.String> buildUnnamed6445() {
+core.List<core.String> buildUnnamed6496() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6445(core.List<core.String> o) {
+void checkUnnamed6496(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6178,7 +6178,7 @@
if (buildCounterGoogleCloudApigeeV1Organization < 3) {
o.addonsConfig = buildGoogleCloudApigeeV1AddonsConfig();
o.analyticsRegion = 'foo';
- o.attributes = buildUnnamed6444();
+ o.attributes = buildUnnamed6495();
o.authorizedNetwork = 'foo';
o.billingType = 'foo';
o.caCertificate = 'foo';
@@ -6186,7 +6186,7 @@
o.customerName = 'foo';
o.description = 'foo';
o.displayName = 'foo';
- o.environments = buildUnnamed6445();
+ o.environments = buildUnnamed6496();
o.expiresAt = 'foo';
o.lastModifiedAt = 'foo';
o.name = 'foo';
@@ -6212,7 +6212,7 @@
o.analyticsRegion!,
unittest.equals('foo'),
);
- checkUnnamed6444(o.attributes!);
+ checkUnnamed6495(o.attributes!);
unittest.expect(
o.authorizedNetwork!,
unittest.equals('foo'),
@@ -6241,7 +6241,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed6445(o.environments!);
+ checkUnnamed6496(o.environments!);
unittest.expect(
o.expiresAt!,
unittest.equals('foo'),
@@ -6284,14 +6284,14 @@
buildCounterGoogleCloudApigeeV1Organization--;
}
-core.List<core.String> buildUnnamed6446() {
+core.List<core.String> buildUnnamed6497() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6446(core.List<core.String> o) {
+void checkUnnamed6497(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6310,7 +6310,7 @@
buildCounterGoogleCloudApigeeV1OrganizationProjectMapping++;
if (buildCounterGoogleCloudApigeeV1OrganizationProjectMapping < 3) {
o.organization = 'foo';
- o.projectIds = buildUnnamed6446();
+ o.projectIds = buildUnnamed6497();
}
buildCounterGoogleCloudApigeeV1OrganizationProjectMapping--;
return o;
@@ -6324,7 +6324,7 @@
o.organization!,
unittest.equals('foo'),
);
- checkUnnamed6446(o.projectIds!);
+ checkUnnamed6497(o.projectIds!);
}
buildCounterGoogleCloudApigeeV1OrganizationProjectMapping--;
}
@@ -6391,14 +6391,14 @@
buildCounterGoogleCloudApigeeV1PodStatus--;
}
-core.List<api.GoogleCloudApigeeV1Result> buildUnnamed6447() {
+core.List<api.GoogleCloudApigeeV1Result> buildUnnamed6498() {
var o = <api.GoogleCloudApigeeV1Result>[];
o.add(buildGoogleCloudApigeeV1Result());
o.add(buildGoogleCloudApigeeV1Result());
return o;
}
-void checkUnnamed6447(core.List<api.GoogleCloudApigeeV1Result> o) {
+void checkUnnamed6498(core.List<api.GoogleCloudApigeeV1Result> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Result(o[0] as api.GoogleCloudApigeeV1Result);
checkGoogleCloudApigeeV1Result(o[1] as api.GoogleCloudApigeeV1Result);
@@ -6410,7 +6410,7 @@
buildCounterGoogleCloudApigeeV1Point++;
if (buildCounterGoogleCloudApigeeV1Point < 3) {
o.id = 'foo';
- o.results = buildUnnamed6447();
+ o.results = buildUnnamed6498();
}
buildCounterGoogleCloudApigeeV1Point--;
return o;
@@ -6423,19 +6423,19 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed6447(o.results!);
+ checkUnnamed6498(o.results!);
}
buildCounterGoogleCloudApigeeV1Point--;
}
-core.List<api.GoogleCloudApigeeV1Property> buildUnnamed6448() {
+core.List<api.GoogleCloudApigeeV1Property> buildUnnamed6499() {
var o = <api.GoogleCloudApigeeV1Property>[];
o.add(buildGoogleCloudApigeeV1Property());
o.add(buildGoogleCloudApigeeV1Property());
return o;
}
-void checkUnnamed6448(core.List<api.GoogleCloudApigeeV1Property> o) {
+void checkUnnamed6499(core.List<api.GoogleCloudApigeeV1Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Property(o[0] as api.GoogleCloudApigeeV1Property);
checkGoogleCloudApigeeV1Property(o[1] as api.GoogleCloudApigeeV1Property);
@@ -6446,7 +6446,7 @@
var o = api.GoogleCloudApigeeV1Properties();
buildCounterGoogleCloudApigeeV1Properties++;
if (buildCounterGoogleCloudApigeeV1Properties < 3) {
- o.property = buildUnnamed6448();
+ o.property = buildUnnamed6499();
}
buildCounterGoogleCloudApigeeV1Properties--;
return o;
@@ -6455,7 +6455,7 @@
void checkGoogleCloudApigeeV1Properties(api.GoogleCloudApigeeV1Properties o) {
buildCounterGoogleCloudApigeeV1Properties++;
if (buildCounterGoogleCloudApigeeV1Properties < 3) {
- checkUnnamed6448(o.property!);
+ checkUnnamed6499(o.property!);
}
buildCounterGoogleCloudApigeeV1Properties--;
}
@@ -6521,14 +6521,14 @@
buildCounterGoogleCloudApigeeV1ProvisionOrganizationRequest--;
}
-core.List<core.String> buildUnnamed6449() {
+core.List<core.String> buildUnnamed6500() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6449(core.List<core.String> o) {
+void checkUnnamed6500(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6540,14 +6540,14 @@
);
}
-core.List<api.GoogleCloudApigeeV1QueryMetric> buildUnnamed6450() {
+core.List<api.GoogleCloudApigeeV1QueryMetric> buildUnnamed6501() {
var o = <api.GoogleCloudApigeeV1QueryMetric>[];
o.add(buildGoogleCloudApigeeV1QueryMetric());
o.add(buildGoogleCloudApigeeV1QueryMetric());
return o;
}
-void checkUnnamed6450(core.List<api.GoogleCloudApigeeV1QueryMetric> o) {
+void checkUnnamed6501(core.List<api.GoogleCloudApigeeV1QueryMetric> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1QueryMetric(
o[0] as api.GoogleCloudApigeeV1QueryMetric);
@@ -6561,12 +6561,12 @@
buildCounterGoogleCloudApigeeV1Query++;
if (buildCounterGoogleCloudApigeeV1Query < 3) {
o.csvDelimiter = 'foo';
- o.dimensions = buildUnnamed6449();
+ o.dimensions = buildUnnamed6500();
o.envgroupHostname = 'foo';
o.filter = 'foo';
o.groupByTimeUnit = 'foo';
o.limit = 42;
- o.metrics = buildUnnamed6450();
+ o.metrics = buildUnnamed6501();
o.name = 'foo';
o.outputFormat = 'foo';
o.reportDefinitionId = 'foo';
@@ -6587,7 +6587,7 @@
o.csvDelimiter!,
unittest.equals('foo'),
);
- checkUnnamed6449(o.dimensions!);
+ checkUnnamed6500(o.dimensions!);
unittest.expect(
o.envgroupHostname!,
unittest.equals('foo'),
@@ -6604,7 +6604,7 @@
o.limit!,
unittest.equals(42),
);
- checkUnnamed6450(o.metrics!);
+ checkUnnamed6501(o.metrics!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -6635,14 +6635,14 @@
buildCounterGoogleCloudApigeeV1Query--;
}
-core.List<core.String> buildUnnamed6451() {
+core.List<core.String> buildUnnamed6502() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6451(core.List<core.String> o) {
+void checkUnnamed6502(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6654,14 +6654,14 @@
);
}
-core.List<core.String> buildUnnamed6452() {
+core.List<core.String> buildUnnamed6503() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6452(core.List<core.String> o) {
+void checkUnnamed6503(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6678,9 +6678,9 @@
var o = api.GoogleCloudApigeeV1QueryMetadata();
buildCounterGoogleCloudApigeeV1QueryMetadata++;
if (buildCounterGoogleCloudApigeeV1QueryMetadata < 3) {
- o.dimensions = buildUnnamed6451();
+ o.dimensions = buildUnnamed6502();
o.endTimestamp = 'foo';
- o.metrics = buildUnnamed6452();
+ o.metrics = buildUnnamed6503();
o.outputFormat = 'foo';
o.startTimestamp = 'foo';
o.timeUnit = 'foo';
@@ -6693,12 +6693,12 @@
api.GoogleCloudApigeeV1QueryMetadata o) {
buildCounterGoogleCloudApigeeV1QueryMetadata++;
if (buildCounterGoogleCloudApigeeV1QueryMetadata < 3) {
- checkUnnamed6451(o.dimensions!);
+ checkUnnamed6502(o.dimensions!);
unittest.expect(
o.endTimestamp!,
unittest.equals('foo'),
);
- checkUnnamed6452(o.metrics!);
+ checkUnnamed6503(o.metrics!);
unittest.expect(
o.outputFormat!,
unittest.equals('foo'),
@@ -6789,27 +6789,27 @@
buildCounterGoogleCloudApigeeV1Quota--;
}
-core.List<api.GoogleCloudApigeeV1RateRange> buildUnnamed6453() {
+core.List<api.GoogleCloudApigeeV1RateRange> buildUnnamed6504() {
var o = <api.GoogleCloudApigeeV1RateRange>[];
o.add(buildGoogleCloudApigeeV1RateRange());
o.add(buildGoogleCloudApigeeV1RateRange());
return o;
}
-void checkUnnamed6453(core.List<api.GoogleCloudApigeeV1RateRange> o) {
+void checkUnnamed6504(core.List<api.GoogleCloudApigeeV1RateRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1RateRange(o[0] as api.GoogleCloudApigeeV1RateRange);
checkGoogleCloudApigeeV1RateRange(o[1] as api.GoogleCloudApigeeV1RateRange);
}
-core.List<api.GoogleCloudApigeeV1RevenueShareRange> buildUnnamed6454() {
+core.List<api.GoogleCloudApigeeV1RevenueShareRange> buildUnnamed6505() {
var o = <api.GoogleCloudApigeeV1RevenueShareRange>[];
o.add(buildGoogleCloudApigeeV1RevenueShareRange());
o.add(buildGoogleCloudApigeeV1RevenueShareRange());
return o;
}
-void checkUnnamed6454(core.List<api.GoogleCloudApigeeV1RevenueShareRange> o) {
+void checkUnnamed6505(core.List<api.GoogleCloudApigeeV1RevenueShareRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1RevenueShareRange(
o[0] as api.GoogleCloudApigeeV1RevenueShareRange);
@@ -6824,7 +6824,7 @@
if (buildCounterGoogleCloudApigeeV1RatePlan < 3) {
o.apiproduct = 'foo';
o.billingPeriod = 'foo';
- o.consumptionPricingRates = buildUnnamed6453();
+ o.consumptionPricingRates = buildUnnamed6504();
o.consumptionPricingType = 'foo';
o.createdAt = 'foo';
o.currencyCode = 'foo';
@@ -6836,7 +6836,7 @@
o.lastModifiedAt = 'foo';
o.name = 'foo';
o.paymentFundingModel = 'foo';
- o.revenueShareRates = buildUnnamed6454();
+ o.revenueShareRates = buildUnnamed6505();
o.revenueShareType = 'foo';
o.setupFee = buildGoogleTypeMoney();
o.startTime = 'foo';
@@ -6857,7 +6857,7 @@
o.billingPeriod!,
unittest.equals('foo'),
);
- checkUnnamed6453(o.consumptionPricingRates!);
+ checkUnnamed6504(o.consumptionPricingRates!);
unittest.expect(
o.consumptionPricingType!,
unittest.equals('foo'),
@@ -6899,7 +6899,7 @@
o.paymentFundingModel!,
unittest.equals('foo'),
);
- checkUnnamed6454(o.revenueShareRates!);
+ checkUnnamed6505(o.revenueShareRates!);
unittest.expect(
o.revenueShareType!,
unittest.equals('foo'),
@@ -7012,14 +7012,14 @@
buildCounterGoogleCloudApigeeV1ReferenceConfig--;
}
-core.List<api.GoogleCloudApigeeV1ResourceStatus> buildUnnamed6455() {
+core.List<api.GoogleCloudApigeeV1ResourceStatus> buildUnnamed6506() {
var o = <api.GoogleCloudApigeeV1ResourceStatus>[];
o.add(buildGoogleCloudApigeeV1ResourceStatus());
o.add(buildGoogleCloudApigeeV1ResourceStatus());
return o;
}
-void checkUnnamed6455(core.List<api.GoogleCloudApigeeV1ResourceStatus> o) {
+void checkUnnamed6506(core.List<api.GoogleCloudApigeeV1ResourceStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ResourceStatus(
o[0] as api.GoogleCloudApigeeV1ResourceStatus);
@@ -7035,7 +7035,7 @@
if (buildCounterGoogleCloudApigeeV1ReportInstanceStatusRequest < 3) {
o.instanceUid = 'foo';
o.reportTime = 'foo';
- o.resources = buildUnnamed6455();
+ o.resources = buildUnnamed6506();
}
buildCounterGoogleCloudApigeeV1ReportInstanceStatusRequest--;
return o;
@@ -7053,7 +7053,7 @@
o.reportTime!,
unittest.equals('foo'),
);
- checkUnnamed6455(o.resources!);
+ checkUnnamed6506(o.resources!);
}
buildCounterGoogleCloudApigeeV1ReportInstanceStatusRequest--;
}
@@ -7075,14 +7075,14 @@
buildCounterGoogleCloudApigeeV1ReportInstanceStatusResponse--;
}
-core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6456() {
+core.List<api.GoogleCloudApigeeV1Attribute> buildUnnamed6507() {
var o = <api.GoogleCloudApigeeV1Attribute>[];
o.add(buildGoogleCloudApigeeV1Attribute());
o.add(buildGoogleCloudApigeeV1Attribute());
return o;
}
-void checkUnnamed6456(core.List<api.GoogleCloudApigeeV1Attribute> o) {
+void checkUnnamed6507(core.List<api.GoogleCloudApigeeV1Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Attribute(o[0] as api.GoogleCloudApigeeV1Attribute);
checkGoogleCloudApigeeV1Attribute(o[1] as api.GoogleCloudApigeeV1Attribute);
@@ -7094,7 +7094,7 @@
buildCounterGoogleCloudApigeeV1ReportProperty++;
if (buildCounterGoogleCloudApigeeV1ReportProperty < 3) {
o.property = 'foo';
- o.value = buildUnnamed6456();
+ o.value = buildUnnamed6507();
}
buildCounterGoogleCloudApigeeV1ReportProperty--;
return o;
@@ -7108,7 +7108,7 @@
o.property!,
unittest.equals('foo'),
);
- checkUnnamed6456(o.value!);
+ checkUnnamed6507(o.value!);
}
buildCounterGoogleCloudApigeeV1ReportProperty--;
}
@@ -7169,14 +7169,14 @@
buildCounterGoogleCloudApigeeV1ResourceFile--;
}
-core.List<api.GoogleCloudApigeeV1ResourceFile> buildUnnamed6457() {
+core.List<api.GoogleCloudApigeeV1ResourceFile> buildUnnamed6508() {
var o = <api.GoogleCloudApigeeV1ResourceFile>[];
o.add(buildGoogleCloudApigeeV1ResourceFile());
o.add(buildGoogleCloudApigeeV1ResourceFile());
return o;
}
-void checkUnnamed6457(core.List<api.GoogleCloudApigeeV1ResourceFile> o) {
+void checkUnnamed6508(core.List<api.GoogleCloudApigeeV1ResourceFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1ResourceFile(
o[0] as api.GoogleCloudApigeeV1ResourceFile);
@@ -7189,7 +7189,7 @@
var o = api.GoogleCloudApigeeV1ResourceFiles();
buildCounterGoogleCloudApigeeV1ResourceFiles++;
if (buildCounterGoogleCloudApigeeV1ResourceFiles < 3) {
- o.resourceFile = buildUnnamed6457();
+ o.resourceFile = buildUnnamed6508();
}
buildCounterGoogleCloudApigeeV1ResourceFiles--;
return o;
@@ -7199,19 +7199,19 @@
api.GoogleCloudApigeeV1ResourceFiles o) {
buildCounterGoogleCloudApigeeV1ResourceFiles++;
if (buildCounterGoogleCloudApigeeV1ResourceFiles < 3) {
- checkUnnamed6457(o.resourceFile!);
+ checkUnnamed6508(o.resourceFile!);
}
buildCounterGoogleCloudApigeeV1ResourceFiles--;
}
-core.List<api.GoogleCloudApigeeV1RevisionStatus> buildUnnamed6458() {
+core.List<api.GoogleCloudApigeeV1RevisionStatus> buildUnnamed6509() {
var o = <api.GoogleCloudApigeeV1RevisionStatus>[];
o.add(buildGoogleCloudApigeeV1RevisionStatus());
o.add(buildGoogleCloudApigeeV1RevisionStatus());
return o;
}
-void checkUnnamed6458(core.List<api.GoogleCloudApigeeV1RevisionStatus> o) {
+void checkUnnamed6509(core.List<api.GoogleCloudApigeeV1RevisionStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1RevisionStatus(
o[0] as api.GoogleCloudApigeeV1RevisionStatus);
@@ -7225,7 +7225,7 @@
buildCounterGoogleCloudApigeeV1ResourceStatus++;
if (buildCounterGoogleCloudApigeeV1ResourceStatus < 3) {
o.resource = 'foo';
- o.revisions = buildUnnamed6458();
+ o.revisions = buildUnnamed6509();
o.totalReplicas = 42;
o.uid = 'foo';
}
@@ -7241,7 +7241,7 @@
o.resource!,
unittest.equals('foo'),
);
- checkUnnamed6458(o.revisions!);
+ checkUnnamed6509(o.revisions!);
unittest.expect(
o.totalReplicas!,
unittest.equals(42),
@@ -7254,27 +7254,27 @@
buildCounterGoogleCloudApigeeV1ResourceStatus--;
}
-core.List<api.GoogleCloudApigeeV1Access> buildUnnamed6459() {
+core.List<api.GoogleCloudApigeeV1Access> buildUnnamed6510() {
var o = <api.GoogleCloudApigeeV1Access>[];
o.add(buildGoogleCloudApigeeV1Access());
o.add(buildGoogleCloudApigeeV1Access());
return o;
}
-void checkUnnamed6459(core.List<api.GoogleCloudApigeeV1Access> o) {
+void checkUnnamed6510(core.List<api.GoogleCloudApigeeV1Access> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Access(o[0] as api.GoogleCloudApigeeV1Access);
checkGoogleCloudApigeeV1Access(o[1] as api.GoogleCloudApigeeV1Access);
}
-core.List<api.GoogleCloudApigeeV1Property> buildUnnamed6460() {
+core.List<api.GoogleCloudApigeeV1Property> buildUnnamed6511() {
var o = <api.GoogleCloudApigeeV1Property>[];
o.add(buildGoogleCloudApigeeV1Property());
o.add(buildGoogleCloudApigeeV1Property());
return o;
}
-void checkUnnamed6460(core.List<api.GoogleCloudApigeeV1Property> o) {
+void checkUnnamed6511(core.List<api.GoogleCloudApigeeV1Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Property(o[0] as api.GoogleCloudApigeeV1Property);
checkGoogleCloudApigeeV1Property(o[1] as api.GoogleCloudApigeeV1Property);
@@ -7286,9 +7286,9 @@
buildCounterGoogleCloudApigeeV1Result++;
if (buildCounterGoogleCloudApigeeV1Result < 3) {
o.ActionResult = 'foo';
- o.accessList = buildUnnamed6459();
+ o.accessList = buildUnnamed6510();
o.content = 'foo';
- o.headers = buildUnnamed6460();
+ o.headers = buildUnnamed6511();
o.properties = buildGoogleCloudApigeeV1Properties();
o.reasonPhrase = 'foo';
o.statusCode = 'foo';
@@ -7307,12 +7307,12 @@
o.ActionResult!,
unittest.equals('foo'),
);
- checkUnnamed6459(o.accessList!);
+ checkUnnamed6510(o.accessList!);
unittest.expect(
o.content!,
unittest.equals('foo'),
);
- checkUnnamed6460(o.headers!);
+ checkUnnamed6511(o.headers!);
checkGoogleCloudApigeeV1Properties(
o.properties! as api.GoogleCloudApigeeV1Properties);
unittest.expect(
@@ -7373,14 +7373,14 @@
buildCounterGoogleCloudApigeeV1RevenueShareRange--;
}
-core.List<api.GoogleCloudApigeeV1UpdateError> buildUnnamed6461() {
+core.List<api.GoogleCloudApigeeV1UpdateError> buildUnnamed6512() {
var o = <api.GoogleCloudApigeeV1UpdateError>[];
o.add(buildGoogleCloudApigeeV1UpdateError());
o.add(buildGoogleCloudApigeeV1UpdateError());
return o;
}
-void checkUnnamed6461(core.List<api.GoogleCloudApigeeV1UpdateError> o) {
+void checkUnnamed6512(core.List<api.GoogleCloudApigeeV1UpdateError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1UpdateError(
o[0] as api.GoogleCloudApigeeV1UpdateError);
@@ -7393,7 +7393,7 @@
var o = api.GoogleCloudApigeeV1RevisionStatus();
buildCounterGoogleCloudApigeeV1RevisionStatus++;
if (buildCounterGoogleCloudApigeeV1RevisionStatus < 3) {
- o.errors = buildUnnamed6461();
+ o.errors = buildUnnamed6512();
o.jsonSpec = 'foo';
o.replicas = 42;
o.revisionId = 'foo';
@@ -7406,7 +7406,7 @@
api.GoogleCloudApigeeV1RevisionStatus o) {
buildCounterGoogleCloudApigeeV1RevisionStatus++;
if (buildCounterGoogleCloudApigeeV1RevisionStatus < 3) {
- checkUnnamed6461(o.errors!);
+ checkUnnamed6512(o.errors!);
unittest.expect(
o.jsonSpec!,
unittest.equals('foo'),
@@ -7465,15 +7465,53 @@
buildCounterGoogleCloudApigeeV1RoutingRule--;
}
+core.int buildCounterGoogleCloudApigeeV1RuntimeConfig = 0;
+api.GoogleCloudApigeeV1RuntimeConfig buildGoogleCloudApigeeV1RuntimeConfig() {
+ var o = api.GoogleCloudApigeeV1RuntimeConfig();
+ buildCounterGoogleCloudApigeeV1RuntimeConfig++;
+ if (buildCounterGoogleCloudApigeeV1RuntimeConfig < 3) {
+ o.analyticsBucket = 'foo';
+ o.name = 'foo';
+ o.tenantProjectId = 'foo';
+ o.traceBucket = 'foo';
+ }
+ buildCounterGoogleCloudApigeeV1RuntimeConfig--;
+ return o;
+}
+
+void checkGoogleCloudApigeeV1RuntimeConfig(
+ api.GoogleCloudApigeeV1RuntimeConfig o) {
+ buildCounterGoogleCloudApigeeV1RuntimeConfig++;
+ if (buildCounterGoogleCloudApigeeV1RuntimeConfig < 3) {
+ unittest.expect(
+ o.analyticsBucket!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.tenantProjectId!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.traceBucket!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudApigeeV1RuntimeConfig--;
+}
+
core.List<api.GoogleCloudApigeeV1RuntimeTraceConfigOverride>
- buildUnnamed6462() {
+ buildUnnamed6513() {
var o = <api.GoogleCloudApigeeV1RuntimeTraceConfigOverride>[];
o.add(buildGoogleCloudApigeeV1RuntimeTraceConfigOverride());
o.add(buildGoogleCloudApigeeV1RuntimeTraceConfigOverride());
return o;
}
-void checkUnnamed6462(
+void checkUnnamed6513(
core.List<api.GoogleCloudApigeeV1RuntimeTraceConfigOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1RuntimeTraceConfigOverride(
@@ -7491,7 +7529,7 @@
o.endpoint = 'foo';
o.exporter = 'foo';
o.name = 'foo';
- o.overrides = buildUnnamed6462();
+ o.overrides = buildUnnamed6513();
o.revisionCreateTime = 'foo';
o.revisionId = 'foo';
o.samplingConfig = buildGoogleCloudApigeeV1RuntimeTraceSamplingConfig();
@@ -7516,7 +7554,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6462(o.overrides!);
+ checkUnnamed6513(o.overrides!);
unittest.expect(
o.revisionCreateTime!,
unittest.equals('foo'),
@@ -7607,14 +7645,14 @@
buildCounterGoogleCloudApigeeV1RuntimeTraceSamplingConfig--;
}
-core.List<api.GoogleCloudApigeeV1SchemaSchemaElement> buildUnnamed6463() {
+core.List<api.GoogleCloudApigeeV1SchemaSchemaElement> buildUnnamed6514() {
var o = <api.GoogleCloudApigeeV1SchemaSchemaElement>[];
o.add(buildGoogleCloudApigeeV1SchemaSchemaElement());
o.add(buildGoogleCloudApigeeV1SchemaSchemaElement());
return o;
}
-void checkUnnamed6463(core.List<api.GoogleCloudApigeeV1SchemaSchemaElement> o) {
+void checkUnnamed6514(core.List<api.GoogleCloudApigeeV1SchemaSchemaElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1SchemaSchemaElement(
o[0] as api.GoogleCloudApigeeV1SchemaSchemaElement);
@@ -7622,14 +7660,14 @@
o[1] as api.GoogleCloudApigeeV1SchemaSchemaElement);
}
-core.List<core.String> buildUnnamed6464() {
+core.List<core.String> buildUnnamed6515() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6464(core.List<core.String> o) {
+void checkUnnamed6515(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7641,14 +7679,14 @@
);
}
-core.List<api.GoogleCloudApigeeV1SchemaSchemaElement> buildUnnamed6465() {
+core.List<api.GoogleCloudApigeeV1SchemaSchemaElement> buildUnnamed6516() {
var o = <api.GoogleCloudApigeeV1SchemaSchemaElement>[];
o.add(buildGoogleCloudApigeeV1SchemaSchemaElement());
o.add(buildGoogleCloudApigeeV1SchemaSchemaElement());
return o;
}
-void checkUnnamed6465(core.List<api.GoogleCloudApigeeV1SchemaSchemaElement> o) {
+void checkUnnamed6516(core.List<api.GoogleCloudApigeeV1SchemaSchemaElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1SchemaSchemaElement(
o[0] as api.GoogleCloudApigeeV1SchemaSchemaElement);
@@ -7661,9 +7699,9 @@
var o = api.GoogleCloudApigeeV1Schema();
buildCounterGoogleCloudApigeeV1Schema++;
if (buildCounterGoogleCloudApigeeV1Schema < 3) {
- o.dimensions = buildUnnamed6463();
- o.meta = buildUnnamed6464();
- o.metrics = buildUnnamed6465();
+ o.dimensions = buildUnnamed6514();
+ o.meta = buildUnnamed6515();
+ o.metrics = buildUnnamed6516();
}
buildCounterGoogleCloudApigeeV1Schema--;
return o;
@@ -7672,9 +7710,9 @@
void checkGoogleCloudApigeeV1Schema(api.GoogleCloudApigeeV1Schema o) {
buildCounterGoogleCloudApigeeV1Schema++;
if (buildCounterGoogleCloudApigeeV1Schema < 3) {
- checkUnnamed6463(o.dimensions!);
- checkUnnamed6464(o.meta!);
- checkUnnamed6465(o.metrics!);
+ checkUnnamed6514(o.dimensions!);
+ checkUnnamed6515(o.meta!);
+ checkUnnamed6516(o.metrics!);
}
buildCounterGoogleCloudApigeeV1Schema--;
}
@@ -7740,14 +7778,14 @@
buildCounterGoogleCloudApigeeV1SchemaSchemaProperty--;
}
-core.List<core.String> buildUnnamed6466() {
+core.List<core.String> buildUnnamed6517() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6466(core.List<core.String> o) {
+void checkUnnamed6517(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7765,7 +7803,7 @@
var o = api.GoogleCloudApigeeV1ServiceIssuersMapping();
buildCounterGoogleCloudApigeeV1ServiceIssuersMapping++;
if (buildCounterGoogleCloudApigeeV1ServiceIssuersMapping < 3) {
- o.emailIds = buildUnnamed6466();
+ o.emailIds = buildUnnamed6517();
o.service = 'foo';
}
buildCounterGoogleCloudApigeeV1ServiceIssuersMapping--;
@@ -7776,7 +7814,7 @@
api.GoogleCloudApigeeV1ServiceIssuersMapping o) {
buildCounterGoogleCloudApigeeV1ServiceIssuersMapping++;
if (buildCounterGoogleCloudApigeeV1ServiceIssuersMapping < 3) {
- checkUnnamed6466(o.emailIds!);
+ checkUnnamed6517(o.emailIds!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -7834,14 +7872,14 @@
buildCounterGoogleCloudApigeeV1SetAddonsRequest--;
}
-core.List<core.String> buildUnnamed6467() {
+core.List<core.String> buildUnnamed6518() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6467(core.List<core.String> o) {
+void checkUnnamed6518(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7861,7 +7899,7 @@
o.latestRevisionId = 'foo';
o.metaData = buildGoogleCloudApigeeV1EntityMetadata();
o.name = 'foo';
- o.revision = buildUnnamed6467();
+ o.revision = buildUnnamed6518();
}
buildCounterGoogleCloudApigeeV1SharedFlow--;
return o;
@@ -7880,19 +7918,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6467(o.revision!);
+ checkUnnamed6518(o.revision!);
}
buildCounterGoogleCloudApigeeV1SharedFlow--;
}
-core.Map<core.String, core.String> buildUnnamed6468() {
+core.Map<core.String, core.String> buildUnnamed6519() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6468(core.Map<core.String, core.String> o) {
+void checkUnnamed6519(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -7904,14 +7942,14 @@
);
}
-core.List<core.String> buildUnnamed6469() {
+core.List<core.String> buildUnnamed6520() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6469(core.List<core.String> o) {
+void checkUnnamed6520(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7923,14 +7961,14 @@
);
}
-core.List<core.String> buildUnnamed6470() {
+core.List<core.String> buildUnnamed6521() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6470(core.List<core.String> o) {
+void checkUnnamed6521(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7942,14 +7980,14 @@
);
}
-core.List<core.String> buildUnnamed6471() {
+core.List<core.String> buildUnnamed6522() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6471(core.List<core.String> o) {
+void checkUnnamed6522(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7972,14 +8010,14 @@
o.createdAt = 'foo';
o.description = 'foo';
o.displayName = 'foo';
- o.entityMetaDataAsProperties = buildUnnamed6468();
+ o.entityMetaDataAsProperties = buildUnnamed6519();
o.lastModifiedAt = 'foo';
o.name = 'foo';
- o.policies = buildUnnamed6469();
+ o.policies = buildUnnamed6520();
o.resourceFiles = buildGoogleCloudApigeeV1ResourceFiles();
- o.resources = buildUnnamed6470();
+ o.resources = buildUnnamed6521();
o.revision = 'foo';
- o.sharedFlows = buildUnnamed6471();
+ o.sharedFlows = buildUnnamed6522();
o.type = 'foo';
}
buildCounterGoogleCloudApigeeV1SharedFlowRevision--;
@@ -8008,7 +8046,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed6468(o.entityMetaDataAsProperties!);
+ checkUnnamed6519(o.entityMetaDataAsProperties!);
unittest.expect(
o.lastModifiedAt!,
unittest.equals('foo'),
@@ -8017,15 +8055,15 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6469(o.policies!);
+ checkUnnamed6520(o.policies!);
checkGoogleCloudApigeeV1ResourceFiles(
o.resourceFiles! as api.GoogleCloudApigeeV1ResourceFiles);
- checkUnnamed6470(o.resources!);
+ checkUnnamed6521(o.resources!);
unittest.expect(
o.revision!,
unittest.equals('foo'),
);
- checkUnnamed6471(o.sharedFlows!);
+ checkUnnamed6522(o.sharedFlows!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -8034,14 +8072,14 @@
buildCounterGoogleCloudApigeeV1SharedFlowRevision--;
}
-core.List<api.GoogleCloudApigeeV1StatsEnvironmentStats> buildUnnamed6472() {
+core.List<api.GoogleCloudApigeeV1StatsEnvironmentStats> buildUnnamed6523() {
var o = <api.GoogleCloudApigeeV1StatsEnvironmentStats>[];
o.add(buildGoogleCloudApigeeV1StatsEnvironmentStats());
o.add(buildGoogleCloudApigeeV1StatsEnvironmentStats());
return o;
}
-void checkUnnamed6472(
+void checkUnnamed6523(
core.List<api.GoogleCloudApigeeV1StatsEnvironmentStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1StatsEnvironmentStats(
@@ -8050,14 +8088,14 @@
o[1] as api.GoogleCloudApigeeV1StatsEnvironmentStats);
}
-core.List<api.GoogleCloudApigeeV1StatsHostStats> buildUnnamed6473() {
+core.List<api.GoogleCloudApigeeV1StatsHostStats> buildUnnamed6524() {
var o = <api.GoogleCloudApigeeV1StatsHostStats>[];
o.add(buildGoogleCloudApigeeV1StatsHostStats());
o.add(buildGoogleCloudApigeeV1StatsHostStats());
return o;
}
-void checkUnnamed6473(core.List<api.GoogleCloudApigeeV1StatsHostStats> o) {
+void checkUnnamed6524(core.List<api.GoogleCloudApigeeV1StatsHostStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1StatsHostStats(
o[0] as api.GoogleCloudApigeeV1StatsHostStats);
@@ -8070,8 +8108,8 @@
var o = api.GoogleCloudApigeeV1Stats();
buildCounterGoogleCloudApigeeV1Stats++;
if (buildCounterGoogleCloudApigeeV1Stats < 3) {
- o.environments = buildUnnamed6472();
- o.hosts = buildUnnamed6473();
+ o.environments = buildUnnamed6523();
+ o.hosts = buildUnnamed6524();
o.metaData = buildGoogleCloudApigeeV1Metadata();
}
buildCounterGoogleCloudApigeeV1Stats--;
@@ -8081,22 +8119,22 @@
void checkGoogleCloudApigeeV1Stats(api.GoogleCloudApigeeV1Stats o) {
buildCounterGoogleCloudApigeeV1Stats++;
if (buildCounterGoogleCloudApigeeV1Stats < 3) {
- checkUnnamed6472(o.environments!);
- checkUnnamed6473(o.hosts!);
+ checkUnnamed6523(o.environments!);
+ checkUnnamed6524(o.hosts!);
checkGoogleCloudApigeeV1Metadata(
o.metaData! as api.GoogleCloudApigeeV1Metadata);
}
buildCounterGoogleCloudApigeeV1Stats--;
}
-core.List<api.GoogleCloudApigeeV1DimensionMetric> buildUnnamed6474() {
+core.List<api.GoogleCloudApigeeV1DimensionMetric> buildUnnamed6525() {
var o = <api.GoogleCloudApigeeV1DimensionMetric>[];
o.add(buildGoogleCloudApigeeV1DimensionMetric());
o.add(buildGoogleCloudApigeeV1DimensionMetric());
return o;
}
-void checkUnnamed6474(core.List<api.GoogleCloudApigeeV1DimensionMetric> o) {
+void checkUnnamed6525(core.List<api.GoogleCloudApigeeV1DimensionMetric> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DimensionMetric(
o[0] as api.GoogleCloudApigeeV1DimensionMetric);
@@ -8104,14 +8142,14 @@
o[1] as api.GoogleCloudApigeeV1DimensionMetric);
}
-core.List<api.GoogleCloudApigeeV1Metric> buildUnnamed6475() {
+core.List<api.GoogleCloudApigeeV1Metric> buildUnnamed6526() {
var o = <api.GoogleCloudApigeeV1Metric>[];
o.add(buildGoogleCloudApigeeV1Metric());
o.add(buildGoogleCloudApigeeV1Metric());
return o;
}
-void checkUnnamed6475(core.List<api.GoogleCloudApigeeV1Metric> o) {
+void checkUnnamed6526(core.List<api.GoogleCloudApigeeV1Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Metric(o[0] as api.GoogleCloudApigeeV1Metric);
checkGoogleCloudApigeeV1Metric(o[1] as api.GoogleCloudApigeeV1Metric);
@@ -8123,8 +8161,8 @@
var o = api.GoogleCloudApigeeV1StatsEnvironmentStats();
buildCounterGoogleCloudApigeeV1StatsEnvironmentStats++;
if (buildCounterGoogleCloudApigeeV1StatsEnvironmentStats < 3) {
- o.dimensions = buildUnnamed6474();
- o.metrics = buildUnnamed6475();
+ o.dimensions = buildUnnamed6525();
+ o.metrics = buildUnnamed6526();
o.name = 'foo';
}
buildCounterGoogleCloudApigeeV1StatsEnvironmentStats--;
@@ -8135,8 +8173,8 @@
api.GoogleCloudApigeeV1StatsEnvironmentStats o) {
buildCounterGoogleCloudApigeeV1StatsEnvironmentStats++;
if (buildCounterGoogleCloudApigeeV1StatsEnvironmentStats < 3) {
- checkUnnamed6474(o.dimensions!);
- checkUnnamed6475(o.metrics!);
+ checkUnnamed6525(o.dimensions!);
+ checkUnnamed6526(o.metrics!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -8145,14 +8183,14 @@
buildCounterGoogleCloudApigeeV1StatsEnvironmentStats--;
}
-core.List<api.GoogleCloudApigeeV1DimensionMetric> buildUnnamed6476() {
+core.List<api.GoogleCloudApigeeV1DimensionMetric> buildUnnamed6527() {
var o = <api.GoogleCloudApigeeV1DimensionMetric>[];
o.add(buildGoogleCloudApigeeV1DimensionMetric());
o.add(buildGoogleCloudApigeeV1DimensionMetric());
return o;
}
-void checkUnnamed6476(core.List<api.GoogleCloudApigeeV1DimensionMetric> o) {
+void checkUnnamed6527(core.List<api.GoogleCloudApigeeV1DimensionMetric> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1DimensionMetric(
o[0] as api.GoogleCloudApigeeV1DimensionMetric);
@@ -8160,14 +8198,14 @@
o[1] as api.GoogleCloudApigeeV1DimensionMetric);
}
-core.List<api.GoogleCloudApigeeV1Metric> buildUnnamed6477() {
+core.List<api.GoogleCloudApigeeV1Metric> buildUnnamed6528() {
var o = <api.GoogleCloudApigeeV1Metric>[];
o.add(buildGoogleCloudApigeeV1Metric());
o.add(buildGoogleCloudApigeeV1Metric());
return o;
}
-void checkUnnamed6477(core.List<api.GoogleCloudApigeeV1Metric> o) {
+void checkUnnamed6528(core.List<api.GoogleCloudApigeeV1Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudApigeeV1Metric(o[0] as api.GoogleCloudApigeeV1Metric);
checkGoogleCloudApigeeV1Metric(o[1] as api.GoogleCloudApigeeV1Metric);
@@ -8178,8 +8216,8 @@
var o = api.GoogleCloudApigeeV1StatsHostStats();
buildCounterGoogleCloudApigeeV1StatsHostStats++;
if (buildCounterGoogleCloudApigeeV1StatsHostStats < 3) {
- o.dimensions = buildUnnamed6476();
- o.metrics = buildUnnamed6477();
+ o.dimensions = buildUnnamed6527();
+ o.metrics = buildUnnamed6528();
o.name = 'foo';
}
buildCounterGoogleCloudApigeeV1StatsHostStats--;
@@ -8190,8 +8228,8 @@
api.GoogleCloudApigeeV1StatsHostStats o) {
buildCounterGoogleCloudApigeeV1StatsHostStats++;
if (buildCounterGoogleCloudApigeeV1StatsHostStats < 3) {
- checkUnnamed6476(o.dimensions!);
- checkUnnamed6477(o.metrics!);
+ checkUnnamed6527(o.dimensions!);
+ checkUnnamed6528(o.metrics!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -8223,14 +8261,14 @@
buildCounterGoogleCloudApigeeV1Subscription--;
}
-core.List<core.String> buildUnnamed6478() {
+core.List<core.String> buildUnnamed6529() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6478(core.List<core.String> o) {
+void checkUnnamed6529(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8249,7 +8287,7 @@
buildCounterGoogleCloudApigeeV1SyncAuthorization++;
if (buildCounterGoogleCloudApigeeV1SyncAuthorization < 3) {
o.etag = 'foo';
- o.identities = buildUnnamed6478();
+ o.identities = buildUnnamed6529();
}
buildCounterGoogleCloudApigeeV1SyncAuthorization--;
return o;
@@ -8263,7 +8301,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed6478(o.identities!);
+ checkUnnamed6529(o.identities!);
}
buildCounterGoogleCloudApigeeV1SyncAuthorization--;
}
@@ -8387,14 +8425,14 @@
buildCounterGoogleCloudApigeeV1TestDatastoreResponse--;
}
-core.List<core.String> buildUnnamed6479() {
+core.List<core.String> buildUnnamed6530() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6479(core.List<core.String> o) {
+void checkUnnamed6530(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8406,14 +8444,14 @@
);
}
-core.List<core.String> buildUnnamed6480() {
+core.List<core.String> buildUnnamed6531() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6480(core.List<core.String> o) {
+void checkUnnamed6531(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8430,14 +8468,14 @@
var o = api.GoogleCloudApigeeV1TlsInfo();
buildCounterGoogleCloudApigeeV1TlsInfo++;
if (buildCounterGoogleCloudApigeeV1TlsInfo < 3) {
- o.ciphers = buildUnnamed6479();
+ o.ciphers = buildUnnamed6530();
o.clientAuthEnabled = true;
o.commonName = buildGoogleCloudApigeeV1TlsInfoCommonName();
o.enabled = true;
o.ignoreValidationErrors = true;
o.keyAlias = 'foo';
o.keyStore = 'foo';
- o.protocols = buildUnnamed6480();
+ o.protocols = buildUnnamed6531();
o.trustStore = 'foo';
}
buildCounterGoogleCloudApigeeV1TlsInfo--;
@@ -8447,7 +8485,7 @@
void checkGoogleCloudApigeeV1TlsInfo(api.GoogleCloudApigeeV1TlsInfo o) {
buildCounterGoogleCloudApigeeV1TlsInfo++;
if (buildCounterGoogleCloudApigeeV1TlsInfo < 3) {
- checkUnnamed6479(o.ciphers!);
+ checkUnnamed6530(o.ciphers!);
unittest.expect(o.clientAuthEnabled!, unittest.isTrue);
checkGoogleCloudApigeeV1TlsInfoCommonName(
o.commonName! as api.GoogleCloudApigeeV1TlsInfoCommonName);
@@ -8461,7 +8499,7 @@
o.keyStore!,
unittest.equals('foo'),
);
- checkUnnamed6480(o.protocols!);
+ checkUnnamed6531(o.protocols!);
unittest.expect(
o.trustStore!,
unittest.equals('foo'),
@@ -8496,14 +8534,14 @@
buildCounterGoogleCloudApigeeV1TlsInfoCommonName--;
}
-core.List<core.String> buildUnnamed6481() {
+core.List<core.String> buildUnnamed6532() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6481(core.List<core.String> o) {
+void checkUnnamed6532(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8515,14 +8553,14 @@
);
}
-core.List<core.String> buildUnnamed6482() {
+core.List<core.String> buildUnnamed6533() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6482(core.List<core.String> o) {
+void checkUnnamed6533(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8539,14 +8577,14 @@
var o = api.GoogleCloudApigeeV1TlsInfoConfig();
buildCounterGoogleCloudApigeeV1TlsInfoConfig++;
if (buildCounterGoogleCloudApigeeV1TlsInfoConfig < 3) {
- o.ciphers = buildUnnamed6481();
+ o.ciphers = buildUnnamed6532();
o.clientAuthEnabled = true;
o.commonName = buildGoogleCloudApigeeV1CommonNameConfig();
o.enabled = true;
o.ignoreValidationErrors = true;
o.keyAlias = 'foo';
o.keyAliasReference = buildGoogleCloudApigeeV1KeyAliasReference();
- o.protocols = buildUnnamed6482();
+ o.protocols = buildUnnamed6533();
o.trustStore = 'foo';
}
buildCounterGoogleCloudApigeeV1TlsInfoConfig--;
@@ -8557,7 +8595,7 @@
api.GoogleCloudApigeeV1TlsInfoConfig o) {
buildCounterGoogleCloudApigeeV1TlsInfoConfig++;
if (buildCounterGoogleCloudApigeeV1TlsInfoConfig < 3) {
- checkUnnamed6481(o.ciphers!);
+ checkUnnamed6532(o.ciphers!);
unittest.expect(o.clientAuthEnabled!, unittest.isTrue);
checkGoogleCloudApigeeV1CommonNameConfig(
o.commonName! as api.GoogleCloudApigeeV1CommonNameConfig);
@@ -8569,7 +8607,7 @@
);
checkGoogleCloudApigeeV1KeyAliasReference(
o.keyAliasReference! as api.GoogleCloudApigeeV1KeyAliasReference);
- checkUnnamed6482(o.protocols!);
+ checkUnnamed6533(o.protocols!);
unittest.expect(
o.trustStore!,
unittest.equals('foo'),
@@ -8706,14 +8744,14 @@
buildCounterGoogleCloudApigeeV1UpdateError--;
}
-core.List<api.GoogleIamV1AuditLogConfig> buildUnnamed6483() {
+core.List<api.GoogleIamV1AuditLogConfig> buildUnnamed6534() {
var o = <api.GoogleIamV1AuditLogConfig>[];
o.add(buildGoogleIamV1AuditLogConfig());
o.add(buildGoogleIamV1AuditLogConfig());
return o;
}
-void checkUnnamed6483(core.List<api.GoogleIamV1AuditLogConfig> o) {
+void checkUnnamed6534(core.List<api.GoogleIamV1AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIamV1AuditLogConfig(o[0] as api.GoogleIamV1AuditLogConfig);
checkGoogleIamV1AuditLogConfig(o[1] as api.GoogleIamV1AuditLogConfig);
@@ -8724,7 +8762,7 @@
var o = api.GoogleIamV1AuditConfig();
buildCounterGoogleIamV1AuditConfig++;
if (buildCounterGoogleIamV1AuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed6483();
+ o.auditLogConfigs = buildUnnamed6534();
o.service = 'foo';
}
buildCounterGoogleIamV1AuditConfig--;
@@ -8734,7 +8772,7 @@
void checkGoogleIamV1AuditConfig(api.GoogleIamV1AuditConfig o) {
buildCounterGoogleIamV1AuditConfig++;
if (buildCounterGoogleIamV1AuditConfig < 3) {
- checkUnnamed6483(o.auditLogConfigs!);
+ checkUnnamed6534(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -8743,14 +8781,14 @@
buildCounterGoogleIamV1AuditConfig--;
}
-core.List<core.String> buildUnnamed6484() {
+core.List<core.String> buildUnnamed6535() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6484(core.List<core.String> o) {
+void checkUnnamed6535(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8767,7 +8805,7 @@
var o = api.GoogleIamV1AuditLogConfig();
buildCounterGoogleIamV1AuditLogConfig++;
if (buildCounterGoogleIamV1AuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed6484();
+ o.exemptedMembers = buildUnnamed6535();
o.logType = 'foo';
}
buildCounterGoogleIamV1AuditLogConfig--;
@@ -8777,7 +8815,7 @@
void checkGoogleIamV1AuditLogConfig(api.GoogleIamV1AuditLogConfig o) {
buildCounterGoogleIamV1AuditLogConfig++;
if (buildCounterGoogleIamV1AuditLogConfig < 3) {
- checkUnnamed6484(o.exemptedMembers!);
+ checkUnnamed6535(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -8786,14 +8824,14 @@
buildCounterGoogleIamV1AuditLogConfig--;
}
-core.List<core.String> buildUnnamed6485() {
+core.List<core.String> buildUnnamed6536() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6485(core.List<core.String> o) {
+void checkUnnamed6536(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8811,7 +8849,7 @@
buildCounterGoogleIamV1Binding++;
if (buildCounterGoogleIamV1Binding < 3) {
o.condition = buildGoogleTypeExpr();
- o.members = buildUnnamed6485();
+ o.members = buildUnnamed6536();
o.role = 'foo';
}
buildCounterGoogleIamV1Binding--;
@@ -8822,7 +8860,7 @@
buildCounterGoogleIamV1Binding++;
if (buildCounterGoogleIamV1Binding < 3) {
checkGoogleTypeExpr(o.condition! as api.GoogleTypeExpr);
- checkUnnamed6485(o.members!);
+ checkUnnamed6536(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -8831,27 +8869,27 @@
buildCounterGoogleIamV1Binding--;
}
-core.List<api.GoogleIamV1AuditConfig> buildUnnamed6486() {
+core.List<api.GoogleIamV1AuditConfig> buildUnnamed6537() {
var o = <api.GoogleIamV1AuditConfig>[];
o.add(buildGoogleIamV1AuditConfig());
o.add(buildGoogleIamV1AuditConfig());
return o;
}
-void checkUnnamed6486(core.List<api.GoogleIamV1AuditConfig> o) {
+void checkUnnamed6537(core.List<api.GoogleIamV1AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIamV1AuditConfig(o[0] as api.GoogleIamV1AuditConfig);
checkGoogleIamV1AuditConfig(o[1] as api.GoogleIamV1AuditConfig);
}
-core.List<api.GoogleIamV1Binding> buildUnnamed6487() {
+core.List<api.GoogleIamV1Binding> buildUnnamed6538() {
var o = <api.GoogleIamV1Binding>[];
o.add(buildGoogleIamV1Binding());
o.add(buildGoogleIamV1Binding());
return o;
}
-void checkUnnamed6487(core.List<api.GoogleIamV1Binding> o) {
+void checkUnnamed6538(core.List<api.GoogleIamV1Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIamV1Binding(o[0] as api.GoogleIamV1Binding);
checkGoogleIamV1Binding(o[1] as api.GoogleIamV1Binding);
@@ -8862,8 +8900,8 @@
var o = api.GoogleIamV1Policy();
buildCounterGoogleIamV1Policy++;
if (buildCounterGoogleIamV1Policy < 3) {
- o.auditConfigs = buildUnnamed6486();
- o.bindings = buildUnnamed6487();
+ o.auditConfigs = buildUnnamed6537();
+ o.bindings = buildUnnamed6538();
o.etag = 'foo';
o.version = 42;
}
@@ -8874,8 +8912,8 @@
void checkGoogleIamV1Policy(api.GoogleIamV1Policy o) {
buildCounterGoogleIamV1Policy++;
if (buildCounterGoogleIamV1Policy < 3) {
- checkUnnamed6486(o.auditConfigs!);
- checkUnnamed6487(o.bindings!);
+ checkUnnamed6537(o.auditConfigs!);
+ checkUnnamed6538(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -8912,14 +8950,14 @@
buildCounterGoogleIamV1SetIamPolicyRequest--;
}
-core.List<core.String> buildUnnamed6488() {
+core.List<core.String> buildUnnamed6539() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6488(core.List<core.String> o) {
+void checkUnnamed6539(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8937,7 +8975,7 @@
var o = api.GoogleIamV1TestIamPermissionsRequest();
buildCounterGoogleIamV1TestIamPermissionsRequest++;
if (buildCounterGoogleIamV1TestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed6488();
+ o.permissions = buildUnnamed6539();
}
buildCounterGoogleIamV1TestIamPermissionsRequest--;
return o;
@@ -8947,19 +8985,19 @@
api.GoogleIamV1TestIamPermissionsRequest o) {
buildCounterGoogleIamV1TestIamPermissionsRequest++;
if (buildCounterGoogleIamV1TestIamPermissionsRequest < 3) {
- checkUnnamed6488(o.permissions!);
+ checkUnnamed6539(o.permissions!);
}
buildCounterGoogleIamV1TestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed6489() {
+core.List<core.String> buildUnnamed6540() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6489(core.List<core.String> o) {
+void checkUnnamed6540(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8977,7 +9015,7 @@
var o = api.GoogleIamV1TestIamPermissionsResponse();
buildCounterGoogleIamV1TestIamPermissionsResponse++;
if (buildCounterGoogleIamV1TestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed6489();
+ o.permissions = buildUnnamed6540();
}
buildCounterGoogleIamV1TestIamPermissionsResponse--;
return o;
@@ -8987,19 +9025,19 @@
api.GoogleIamV1TestIamPermissionsResponse o) {
buildCounterGoogleIamV1TestIamPermissionsResponse++;
if (buildCounterGoogleIamV1TestIamPermissionsResponse < 3) {
- checkUnnamed6489(o.permissions!);
+ checkUnnamed6540(o.permissions!);
}
buildCounterGoogleIamV1TestIamPermissionsResponse--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed6490() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed6541() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed6490(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed6541(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -9012,7 +9050,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed6490();
+ o.operations = buildUnnamed6541();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -9026,12 +9064,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6490(o.operations!);
+ checkUnnamed6541(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed6491() {
+core.Map<core.String, core.Object> buildUnnamed6542() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -9046,7 +9084,7 @@
return o;
}
-void checkUnnamed6491(core.Map<core.String, core.Object> o) {
+void checkUnnamed6542(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted14 = (o['x']!) as core.Map;
unittest.expect(casted14, unittest.hasLength(3));
@@ -9078,7 +9116,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6492() {
+core.Map<core.String, core.Object> buildUnnamed6543() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -9093,7 +9131,7 @@
return o;
}
-void checkUnnamed6492(core.Map<core.String, core.Object> o) {
+void checkUnnamed6543(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted16 = (o['x']!) as core.Map;
unittest.expect(casted16, unittest.hasLength(3));
@@ -9132,9 +9170,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildGoogleRpcStatus();
- o.metadata = buildUnnamed6491();
+ o.metadata = buildUnnamed6542();
o.name = 'foo';
- o.response = buildUnnamed6492();
+ o.response = buildUnnamed6543();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -9145,12 +9183,12 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed6491(o.metadata!);
+ checkUnnamed6542(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6492(o.response!);
+ checkUnnamed6543(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
@@ -9170,14 +9208,14 @@
buildCounterGoogleProtobufEmpty--;
}
-core.List<api.GoogleRpcPreconditionFailureViolation> buildUnnamed6493() {
+core.List<api.GoogleRpcPreconditionFailureViolation> buildUnnamed6544() {
var o = <api.GoogleRpcPreconditionFailureViolation>[];
o.add(buildGoogleRpcPreconditionFailureViolation());
o.add(buildGoogleRpcPreconditionFailureViolation());
return o;
}
-void checkUnnamed6493(core.List<api.GoogleRpcPreconditionFailureViolation> o) {
+void checkUnnamed6544(core.List<api.GoogleRpcPreconditionFailureViolation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcPreconditionFailureViolation(
o[0] as api.GoogleRpcPreconditionFailureViolation);
@@ -9190,7 +9228,7 @@
var o = api.GoogleRpcPreconditionFailure();
buildCounterGoogleRpcPreconditionFailure++;
if (buildCounterGoogleRpcPreconditionFailure < 3) {
- o.violations = buildUnnamed6493();
+ o.violations = buildUnnamed6544();
}
buildCounterGoogleRpcPreconditionFailure--;
return o;
@@ -9199,7 +9237,7 @@
void checkGoogleRpcPreconditionFailure(api.GoogleRpcPreconditionFailure o) {
buildCounterGoogleRpcPreconditionFailure++;
if (buildCounterGoogleRpcPreconditionFailure < 3) {
- checkUnnamed6493(o.violations!);
+ checkUnnamed6544(o.violations!);
}
buildCounterGoogleRpcPreconditionFailure--;
}
@@ -9238,7 +9276,7 @@
buildCounterGoogleRpcPreconditionFailureViolation--;
}
-core.Map<core.String, core.Object> buildUnnamed6494() {
+core.Map<core.String, core.Object> buildUnnamed6545() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -9253,7 +9291,7 @@
return o;
}
-void checkUnnamed6494(core.Map<core.String, core.Object> o) {
+void checkUnnamed6545(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted18 = (o['x']!) as core.Map;
unittest.expect(casted18, unittest.hasLength(3));
@@ -9285,17 +9323,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6495() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6546() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6494());
- o.add(buildUnnamed6494());
+ o.add(buildUnnamed6545());
+ o.add(buildUnnamed6545());
return o;
}
-void checkUnnamed6495(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6546(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6494(o[0]);
- checkUnnamed6494(o[1]);
+ checkUnnamed6545(o[0]);
+ checkUnnamed6545(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -9304,7 +9342,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed6495();
+ o.details = buildUnnamed6546();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -9318,7 +9356,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed6495(o.details!);
+ checkUnnamed6546(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -10951,6 +10989,17 @@
});
});
+ unittest.group('obj-schema-GoogleCloudApigeeV1RuntimeConfig', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudApigeeV1RuntimeConfig();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudApigeeV1RuntimeConfig.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudApigeeV1RuntimeConfig(
+ od as api.GoogleCloudApigeeV1RuntimeConfig);
+ });
+ });
+
unittest.group('obj-schema-GoogleCloudApigeeV1RuntimeTraceConfig', () {
unittest.test('to-json--from-json', () async {
var o = buildGoogleCloudApigeeV1RuntimeTraceConfig();
@@ -11675,6 +11724,60 @@
response as api.GoogleCloudApigeeV1IngressConfig);
});
+ unittest.test('method--getRuntimeConfig', () async {
+ var mock = HttpServerMock();
+ var res = api.ApigeeApi(mock).organizations;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildGoogleCloudApigeeV1RuntimeConfig());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.getRuntimeConfig(arg_name, $fields: arg_$fields);
+ checkGoogleCloudApigeeV1RuntimeConfig(
+ response as api.GoogleCloudApigeeV1RuntimeConfig);
+ });
+
unittest.test('method--getSyncAuthorization', () async {
var mock = HttpServerMock();
var res = api.ApigeeApi(mock).organizations;
diff --git a/generated/googleapis/test/apikeys/v2_test.dart b/generated/googleapis/test/apikeys/v2_test.dart
index 89409da..b998bc5 100644
--- a/generated/googleapis/test/apikeys/v2_test.dart
+++ b/generated/googleapis/test/apikeys/v2_test.dart
@@ -27,7 +27,7 @@
import '../test_shared.dart';
-core.Map<core.String, core.Object> buildUnnamed6208() {
+core.Map<core.String, core.Object> buildUnnamed6259() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -42,7 +42,7 @@
return o;
}
-void checkUnnamed6208(core.Map<core.String, core.Object> o) {
+void checkUnnamed6259(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -74,7 +74,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6209() {
+core.Map<core.String, core.Object> buildUnnamed6260() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -89,7 +89,7 @@
return o;
}
-void checkUnnamed6209(core.Map<core.String, core.Object> o) {
+void checkUnnamed6260(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -128,9 +128,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed6208();
+ o.metadata = buildUnnamed6259();
o.name = 'foo';
- o.response = buildUnnamed6209();
+ o.response = buildUnnamed6260();
}
buildCounterOperation--;
return o;
@@ -141,17 +141,17 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed6208(o.metadata!);
+ checkUnnamed6259(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6209(o.response!);
+ checkUnnamed6260(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.Object> buildUnnamed6210() {
+core.Map<core.String, core.Object> buildUnnamed6261() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -166,7 +166,7 @@
return o;
}
-void checkUnnamed6210(core.Map<core.String, core.Object> o) {
+void checkUnnamed6261(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -198,17 +198,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6211() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6262() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6210());
- o.add(buildUnnamed6210());
+ o.add(buildUnnamed6261());
+ o.add(buildUnnamed6261());
return o;
}
-void checkUnnamed6211(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6262(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6210(o[0]);
- checkUnnamed6210(o[1]);
+ checkUnnamed6261(o[0]);
+ checkUnnamed6261(o[1]);
}
core.int buildCounterStatus = 0;
@@ -217,7 +217,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed6211();
+ o.details = buildUnnamed6262();
o.message = 'foo';
}
buildCounterStatus--;
@@ -231,7 +231,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed6211(o.details!);
+ checkUnnamed6262(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -267,14 +267,14 @@
buildCounterV2AndroidApplication--;
}
-core.List<api.V2AndroidApplication> buildUnnamed6212() {
+core.List<api.V2AndroidApplication> buildUnnamed6263() {
var o = <api.V2AndroidApplication>[];
o.add(buildV2AndroidApplication());
o.add(buildV2AndroidApplication());
return o;
}
-void checkUnnamed6212(core.List<api.V2AndroidApplication> o) {
+void checkUnnamed6263(core.List<api.V2AndroidApplication> o) {
unittest.expect(o, unittest.hasLength(2));
checkV2AndroidApplication(o[0] as api.V2AndroidApplication);
checkV2AndroidApplication(o[1] as api.V2AndroidApplication);
@@ -285,7 +285,7 @@
var o = api.V2AndroidKeyRestrictions();
buildCounterV2AndroidKeyRestrictions++;
if (buildCounterV2AndroidKeyRestrictions < 3) {
- o.allowedApplications = buildUnnamed6212();
+ o.allowedApplications = buildUnnamed6263();
}
buildCounterV2AndroidKeyRestrictions--;
return o;
@@ -294,19 +294,19 @@
void checkV2AndroidKeyRestrictions(api.V2AndroidKeyRestrictions o) {
buildCounterV2AndroidKeyRestrictions++;
if (buildCounterV2AndroidKeyRestrictions < 3) {
- checkUnnamed6212(o.allowedApplications!);
+ checkUnnamed6263(o.allowedApplications!);
}
buildCounterV2AndroidKeyRestrictions--;
}
-core.List<core.String> buildUnnamed6213() {
+core.List<core.String> buildUnnamed6264() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6213(core.List<core.String> o) {
+void checkUnnamed6264(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -323,7 +323,7 @@
var o = api.V2ApiTarget();
buildCounterV2ApiTarget++;
if (buildCounterV2ApiTarget < 3) {
- o.methods = buildUnnamed6213();
+ o.methods = buildUnnamed6264();
o.service = 'foo';
}
buildCounterV2ApiTarget--;
@@ -333,7 +333,7 @@
void checkV2ApiTarget(api.V2ApiTarget o) {
buildCounterV2ApiTarget++;
if (buildCounterV2ApiTarget < 3) {
- checkUnnamed6213(o.methods!);
+ checkUnnamed6264(o.methods!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -342,14 +342,14 @@
buildCounterV2ApiTarget--;
}
-core.List<core.String> buildUnnamed6214() {
+core.List<core.String> buildUnnamed6265() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6214(core.List<core.String> o) {
+void checkUnnamed6265(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -366,7 +366,7 @@
var o = api.V2BrowserKeyRestrictions();
buildCounterV2BrowserKeyRestrictions++;
if (buildCounterV2BrowserKeyRestrictions < 3) {
- o.allowedReferrers = buildUnnamed6214();
+ o.allowedReferrers = buildUnnamed6265();
}
buildCounterV2BrowserKeyRestrictions--;
return o;
@@ -375,7 +375,7 @@
void checkV2BrowserKeyRestrictions(api.V2BrowserKeyRestrictions o) {
buildCounterV2BrowserKeyRestrictions++;
if (buildCounterV2BrowserKeyRestrictions < 3) {
- checkUnnamed6214(o.allowedReferrers!);
+ checkUnnamed6265(o.allowedReferrers!);
}
buildCounterV2BrowserKeyRestrictions--;
}
@@ -424,14 +424,14 @@
buildCounterV2GetKeyStringResponse--;
}
-core.List<core.String> buildUnnamed6215() {
+core.List<core.String> buildUnnamed6266() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6215(core.List<core.String> o) {
+void checkUnnamed6266(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -448,7 +448,7 @@
var o = api.V2IosKeyRestrictions();
buildCounterV2IosKeyRestrictions++;
if (buildCounterV2IosKeyRestrictions < 3) {
- o.allowedBundleIds = buildUnnamed6215();
+ o.allowedBundleIds = buildUnnamed6266();
}
buildCounterV2IosKeyRestrictions--;
return o;
@@ -457,7 +457,7 @@
void checkV2IosKeyRestrictions(api.V2IosKeyRestrictions o) {
buildCounterV2IosKeyRestrictions++;
if (buildCounterV2IosKeyRestrictions < 3) {
- checkUnnamed6215(o.allowedBundleIds!);
+ checkUnnamed6266(o.allowedBundleIds!);
}
buildCounterV2IosKeyRestrictions--;
}
@@ -521,14 +521,14 @@
buildCounterV2Key--;
}
-core.List<api.V2Key> buildUnnamed6216() {
+core.List<api.V2Key> buildUnnamed6267() {
var o = <api.V2Key>[];
o.add(buildV2Key());
o.add(buildV2Key());
return o;
}
-void checkUnnamed6216(core.List<api.V2Key> o) {
+void checkUnnamed6267(core.List<api.V2Key> o) {
unittest.expect(o, unittest.hasLength(2));
checkV2Key(o[0] as api.V2Key);
checkV2Key(o[1] as api.V2Key);
@@ -539,7 +539,7 @@
var o = api.V2ListKeysResponse();
buildCounterV2ListKeysResponse++;
if (buildCounterV2ListKeysResponse < 3) {
- o.keys = buildUnnamed6216();
+ o.keys = buildUnnamed6267();
o.nextPageToken = 'foo';
}
buildCounterV2ListKeysResponse--;
@@ -549,7 +549,7 @@
void checkV2ListKeysResponse(api.V2ListKeysResponse o) {
buildCounterV2ListKeysResponse++;
if (buildCounterV2ListKeysResponse < 3) {
- checkUnnamed6216(o.keys!);
+ checkUnnamed6267(o.keys!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -585,14 +585,14 @@
buildCounterV2LookupKeyResponse--;
}
-core.List<api.V2ApiTarget> buildUnnamed6217() {
+core.List<api.V2ApiTarget> buildUnnamed6268() {
var o = <api.V2ApiTarget>[];
o.add(buildV2ApiTarget());
o.add(buildV2ApiTarget());
return o;
}
-void checkUnnamed6217(core.List<api.V2ApiTarget> o) {
+void checkUnnamed6268(core.List<api.V2ApiTarget> o) {
unittest.expect(o, unittest.hasLength(2));
checkV2ApiTarget(o[0] as api.V2ApiTarget);
checkV2ApiTarget(o[1] as api.V2ApiTarget);
@@ -604,7 +604,7 @@
buildCounterV2Restrictions++;
if (buildCounterV2Restrictions < 3) {
o.androidKeyRestrictions = buildV2AndroidKeyRestrictions();
- o.apiTargets = buildUnnamed6217();
+ o.apiTargets = buildUnnamed6268();
o.browserKeyRestrictions = buildV2BrowserKeyRestrictions();
o.iosKeyRestrictions = buildV2IosKeyRestrictions();
o.serverKeyRestrictions = buildV2ServerKeyRestrictions();
@@ -618,7 +618,7 @@
if (buildCounterV2Restrictions < 3) {
checkV2AndroidKeyRestrictions(
o.androidKeyRestrictions! as api.V2AndroidKeyRestrictions);
- checkUnnamed6217(o.apiTargets!);
+ checkUnnamed6268(o.apiTargets!);
checkV2BrowserKeyRestrictions(
o.browserKeyRestrictions! as api.V2BrowserKeyRestrictions);
checkV2IosKeyRestrictions(
@@ -629,14 +629,14 @@
buildCounterV2Restrictions--;
}
-core.List<core.String> buildUnnamed6218() {
+core.List<core.String> buildUnnamed6269() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6218(core.List<core.String> o) {
+void checkUnnamed6269(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -653,7 +653,7 @@
var o = api.V2ServerKeyRestrictions();
buildCounterV2ServerKeyRestrictions++;
if (buildCounterV2ServerKeyRestrictions < 3) {
- o.allowedIps = buildUnnamed6218();
+ o.allowedIps = buildUnnamed6269();
}
buildCounterV2ServerKeyRestrictions--;
return o;
@@ -662,7 +662,7 @@
void checkV2ServerKeyRestrictions(api.V2ServerKeyRestrictions o) {
buildCounterV2ServerKeyRestrictions++;
if (buildCounterV2ServerKeyRestrictions < 3) {
- checkUnnamed6218(o.allowedIps!);
+ checkUnnamed6269(o.allowedIps!);
}
buildCounterV2ServerKeyRestrictions--;
}
diff --git a/generated/googleapis/test/artifactregistry/v1_test.dart b/generated/googleapis/test/artifactregistry/v1_test.dart
index 4ea385f..db3d991 100644
--- a/generated/googleapis/test/artifactregistry/v1_test.dart
+++ b/generated/googleapis/test/artifactregistry/v1_test.dart
@@ -27,6 +27,53 @@
import '../test_shared.dart';
+core.int buildCounterAptArtifact = 0;
+api.AptArtifact buildAptArtifact() {
+ var o = api.AptArtifact();
+ buildCounterAptArtifact++;
+ if (buildCounterAptArtifact < 3) {
+ o.architecture = 'foo';
+ o.component = 'foo';
+ o.controlFile = 'foo';
+ o.name = 'foo';
+ o.packageName = 'foo';
+ o.packageType = 'foo';
+ }
+ buildCounterAptArtifact--;
+ return o;
+}
+
+void checkAptArtifact(api.AptArtifact o) {
+ buildCounterAptArtifact++;
+ if (buildCounterAptArtifact < 3) {
+ unittest.expect(
+ o.architecture!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.component!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.controlFile!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.packageName!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.packageType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAptArtifact--;
+}
+
core.int buildCounterCancelOperationRequest = 0;
api.CancelOperationRequest buildCancelOperationRequest() {
var o = api.CancelOperationRequest();
@@ -42,14 +89,14 @@
buildCounterCancelOperationRequest--;
}
-core.List<core.String> buildUnnamed4955() {
+core.List<core.String> buildUnnamed4998() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4955(core.List<core.String> o) {
+void checkUnnamed4998(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -70,7 +117,7 @@
o.imageSizeBytes = 'foo';
o.mediaType = 'foo';
o.name = 'foo';
- o.tags = buildUnnamed4955();
+ o.tags = buildUnnamed4998();
o.uploadTime = 'foo';
o.uri = 'foo';
}
@@ -97,7 +144,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4955(o.tags!);
+ checkUnnamed4998(o.tags!);
unittest.expect(
o.uploadTime!,
unittest.equals('foo'),
@@ -125,14 +172,232 @@
buildCounterEmpty--;
}
-core.List<api.DockerImage> buildUnnamed4956() {
+core.int buildCounterImportAptArtifactsErrorInfo = 0;
+api.ImportAptArtifactsErrorInfo buildImportAptArtifactsErrorInfo() {
+ var o = api.ImportAptArtifactsErrorInfo();
+ buildCounterImportAptArtifactsErrorInfo++;
+ if (buildCounterImportAptArtifactsErrorInfo < 3) {
+ o.error = buildStatus();
+ o.gcsSource = buildImportAptArtifactsGcsSource();
+ }
+ buildCounterImportAptArtifactsErrorInfo--;
+ return o;
+}
+
+void checkImportAptArtifactsErrorInfo(api.ImportAptArtifactsErrorInfo o) {
+ buildCounterImportAptArtifactsErrorInfo++;
+ if (buildCounterImportAptArtifactsErrorInfo < 3) {
+ checkStatus(o.error! as api.Status);
+ checkImportAptArtifactsGcsSource(
+ o.gcsSource! as api.ImportAptArtifactsGcsSource);
+ }
+ buildCounterImportAptArtifactsErrorInfo--;
+}
+
+core.List<core.String> buildUnnamed4999() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4999(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'),
+ );
+}
+
+core.int buildCounterImportAptArtifactsGcsSource = 0;
+api.ImportAptArtifactsGcsSource buildImportAptArtifactsGcsSource() {
+ var o = api.ImportAptArtifactsGcsSource();
+ buildCounterImportAptArtifactsGcsSource++;
+ if (buildCounterImportAptArtifactsGcsSource < 3) {
+ o.uris = buildUnnamed4999();
+ o.useWildcards = true;
+ }
+ buildCounterImportAptArtifactsGcsSource--;
+ return o;
+}
+
+void checkImportAptArtifactsGcsSource(api.ImportAptArtifactsGcsSource o) {
+ buildCounterImportAptArtifactsGcsSource++;
+ if (buildCounterImportAptArtifactsGcsSource < 3) {
+ checkUnnamed4999(o.uris!);
+ unittest.expect(o.useWildcards!, unittest.isTrue);
+ }
+ buildCounterImportAptArtifactsGcsSource--;
+}
+
+core.List<api.AptArtifact> buildUnnamed5000() {
+ var o = <api.AptArtifact>[];
+ o.add(buildAptArtifact());
+ o.add(buildAptArtifact());
+ return o;
+}
+
+void checkUnnamed5000(core.List<api.AptArtifact> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkAptArtifact(o[0] as api.AptArtifact);
+ checkAptArtifact(o[1] as api.AptArtifact);
+}
+
+core.List<api.ImportAptArtifactsErrorInfo> buildUnnamed5001() {
+ var o = <api.ImportAptArtifactsErrorInfo>[];
+ o.add(buildImportAptArtifactsErrorInfo());
+ o.add(buildImportAptArtifactsErrorInfo());
+ return o;
+}
+
+void checkUnnamed5001(core.List<api.ImportAptArtifactsErrorInfo> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkImportAptArtifactsErrorInfo(o[0] as api.ImportAptArtifactsErrorInfo);
+ checkImportAptArtifactsErrorInfo(o[1] as api.ImportAptArtifactsErrorInfo);
+}
+
+core.int buildCounterImportAptArtifactsResponse = 0;
+api.ImportAptArtifactsResponse buildImportAptArtifactsResponse() {
+ var o = api.ImportAptArtifactsResponse();
+ buildCounterImportAptArtifactsResponse++;
+ if (buildCounterImportAptArtifactsResponse < 3) {
+ o.aptArtifacts = buildUnnamed5000();
+ o.errors = buildUnnamed5001();
+ }
+ buildCounterImportAptArtifactsResponse--;
+ return o;
+}
+
+void checkImportAptArtifactsResponse(api.ImportAptArtifactsResponse o) {
+ buildCounterImportAptArtifactsResponse++;
+ if (buildCounterImportAptArtifactsResponse < 3) {
+ checkUnnamed5000(o.aptArtifacts!);
+ checkUnnamed5001(o.errors!);
+ }
+ buildCounterImportAptArtifactsResponse--;
+}
+
+core.int buildCounterImportYumArtifactsErrorInfo = 0;
+api.ImportYumArtifactsErrorInfo buildImportYumArtifactsErrorInfo() {
+ var o = api.ImportYumArtifactsErrorInfo();
+ buildCounterImportYumArtifactsErrorInfo++;
+ if (buildCounterImportYumArtifactsErrorInfo < 3) {
+ o.error = buildStatus();
+ o.gcsSource = buildImportYumArtifactsGcsSource();
+ }
+ buildCounterImportYumArtifactsErrorInfo--;
+ return o;
+}
+
+void checkImportYumArtifactsErrorInfo(api.ImportYumArtifactsErrorInfo o) {
+ buildCounterImportYumArtifactsErrorInfo++;
+ if (buildCounterImportYumArtifactsErrorInfo < 3) {
+ checkStatus(o.error! as api.Status);
+ checkImportYumArtifactsGcsSource(
+ o.gcsSource! as api.ImportYumArtifactsGcsSource);
+ }
+ buildCounterImportYumArtifactsErrorInfo--;
+}
+
+core.List<core.String> buildUnnamed5002() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5002(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'),
+ );
+}
+
+core.int buildCounterImportYumArtifactsGcsSource = 0;
+api.ImportYumArtifactsGcsSource buildImportYumArtifactsGcsSource() {
+ var o = api.ImportYumArtifactsGcsSource();
+ buildCounterImportYumArtifactsGcsSource++;
+ if (buildCounterImportYumArtifactsGcsSource < 3) {
+ o.uris = buildUnnamed5002();
+ o.useWildcards = true;
+ }
+ buildCounterImportYumArtifactsGcsSource--;
+ return o;
+}
+
+void checkImportYumArtifactsGcsSource(api.ImportYumArtifactsGcsSource o) {
+ buildCounterImportYumArtifactsGcsSource++;
+ if (buildCounterImportYumArtifactsGcsSource < 3) {
+ checkUnnamed5002(o.uris!);
+ unittest.expect(o.useWildcards!, unittest.isTrue);
+ }
+ buildCounterImportYumArtifactsGcsSource--;
+}
+
+core.List<api.ImportYumArtifactsErrorInfo> buildUnnamed5003() {
+ var o = <api.ImportYumArtifactsErrorInfo>[];
+ o.add(buildImportYumArtifactsErrorInfo());
+ o.add(buildImportYumArtifactsErrorInfo());
+ return o;
+}
+
+void checkUnnamed5003(core.List<api.ImportYumArtifactsErrorInfo> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkImportYumArtifactsErrorInfo(o[0] as api.ImportYumArtifactsErrorInfo);
+ checkImportYumArtifactsErrorInfo(o[1] as api.ImportYumArtifactsErrorInfo);
+}
+
+core.List<api.YumArtifact> buildUnnamed5004() {
+ var o = <api.YumArtifact>[];
+ o.add(buildYumArtifact());
+ o.add(buildYumArtifact());
+ return o;
+}
+
+void checkUnnamed5004(core.List<api.YumArtifact> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkYumArtifact(o[0] as api.YumArtifact);
+ checkYumArtifact(o[1] as api.YumArtifact);
+}
+
+core.int buildCounterImportYumArtifactsResponse = 0;
+api.ImportYumArtifactsResponse buildImportYumArtifactsResponse() {
+ var o = api.ImportYumArtifactsResponse();
+ buildCounterImportYumArtifactsResponse++;
+ if (buildCounterImportYumArtifactsResponse < 3) {
+ o.errors = buildUnnamed5003();
+ o.yumArtifacts = buildUnnamed5004();
+ }
+ buildCounterImportYumArtifactsResponse--;
+ return o;
+}
+
+void checkImportYumArtifactsResponse(api.ImportYumArtifactsResponse o) {
+ buildCounterImportYumArtifactsResponse++;
+ if (buildCounterImportYumArtifactsResponse < 3) {
+ checkUnnamed5003(o.errors!);
+ checkUnnamed5004(o.yumArtifacts!);
+ }
+ buildCounterImportYumArtifactsResponse--;
+}
+
+core.List<api.DockerImage> buildUnnamed5005() {
var o = <api.DockerImage>[];
o.add(buildDockerImage());
o.add(buildDockerImage());
return o;
}
-void checkUnnamed4956(core.List<api.DockerImage> o) {
+void checkUnnamed5005(core.List<api.DockerImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkDockerImage(o[0] as api.DockerImage);
checkDockerImage(o[1] as api.DockerImage);
@@ -143,7 +408,7 @@
var o = api.ListDockerImagesResponse();
buildCounterListDockerImagesResponse++;
if (buildCounterListDockerImagesResponse < 3) {
- o.dockerImages = buildUnnamed4956();
+ o.dockerImages = buildUnnamed5005();
o.nextPageToken = 'foo';
}
buildCounterListDockerImagesResponse--;
@@ -153,7 +418,7 @@
void checkListDockerImagesResponse(api.ListDockerImagesResponse o) {
buildCounterListDockerImagesResponse++;
if (buildCounterListDockerImagesResponse < 3) {
- checkUnnamed4956(o.dockerImages!);
+ checkUnnamed5005(o.dockerImages!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -162,14 +427,14 @@
buildCounterListDockerImagesResponse--;
}
-core.List<api.Operation> buildUnnamed4957() {
+core.List<api.Operation> buildUnnamed5006() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed4957(core.List<api.Operation> o) {
+void checkUnnamed5006(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -181,7 +446,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed4957();
+ o.operations = buildUnnamed5006();
}
buildCounterListOperationsResponse--;
return o;
@@ -194,19 +459,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4957(o.operations!);
+ checkUnnamed5006(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.Repository> buildUnnamed4958() {
+core.List<api.Repository> buildUnnamed5007() {
var o = <api.Repository>[];
o.add(buildRepository());
o.add(buildRepository());
return o;
}
-void checkUnnamed4958(core.List<api.Repository> o) {
+void checkUnnamed5007(core.List<api.Repository> o) {
unittest.expect(o, unittest.hasLength(2));
checkRepository(o[0] as api.Repository);
checkRepository(o[1] as api.Repository);
@@ -218,7 +483,7 @@
buildCounterListRepositoriesResponse++;
if (buildCounterListRepositoriesResponse < 3) {
o.nextPageToken = 'foo';
- o.repositories = buildUnnamed4958();
+ o.repositories = buildUnnamed5007();
}
buildCounterListRepositoriesResponse--;
return o;
@@ -231,12 +496,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4958(o.repositories!);
+ checkUnnamed5007(o.repositories!);
}
buildCounterListRepositoriesResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed4959() {
+core.Map<core.String, core.Object> buildUnnamed5008() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -251,7 +516,7 @@
return o;
}
-void checkUnnamed4959(core.Map<core.String, core.Object> o) {
+void checkUnnamed5008(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -283,7 +548,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4960() {
+core.Map<core.String, core.Object> buildUnnamed5009() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -298,7 +563,7 @@
return o;
}
-void checkUnnamed4960(core.Map<core.String, core.Object> o) {
+void checkUnnamed5009(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -337,9 +602,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed4959();
+ o.metadata = buildUnnamed5008();
o.name = 'foo';
- o.response = buildUnnamed4960();
+ o.response = buildUnnamed5009();
}
buildCounterOperation--;
return o;
@@ -350,24 +615,24 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed4959(o.metadata!);
+ checkUnnamed5008(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4960(o.response!);
+ checkUnnamed5009(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.String> buildUnnamed4961() {
+core.Map<core.String, core.String> buildUnnamed5010() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4961(core.Map<core.String, core.String> o) {
+void checkUnnamed5010(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -388,7 +653,7 @@
o.description = 'foo';
o.format = 'foo';
o.kmsKeyName = 'foo';
- o.labels = buildUnnamed4961();
+ o.labels = buildUnnamed5010();
o.name = 'foo';
o.updateTime = 'foo';
}
@@ -415,7 +680,7 @@
o.kmsKeyName!,
unittest.equals('foo'),
);
- checkUnnamed4961(o.labels!);
+ checkUnnamed5010(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -428,7 +693,7 @@
buildCounterRepository--;
}
-core.Map<core.String, core.Object> buildUnnamed4962() {
+core.Map<core.String, core.Object> buildUnnamed5011() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -443,7 +708,7 @@
return o;
}
-void checkUnnamed4962(core.Map<core.String, core.Object> o) {
+void checkUnnamed5011(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -475,17 +740,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4963() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5012() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4962());
- o.add(buildUnnamed4962());
+ o.add(buildUnnamed5011());
+ o.add(buildUnnamed5011());
return o;
}
-void checkUnnamed4963(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5012(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4962(o[0]);
- checkUnnamed4962(o[1]);
+ checkUnnamed5011(o[0]);
+ checkUnnamed5011(o[1]);
}
core.int buildCounterStatus = 0;
@@ -494,7 +759,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4963();
+ o.details = buildUnnamed5012();
o.message = 'foo';
}
buildCounterStatus--;
@@ -508,7 +773,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4963(o.details!);
+ checkUnnamed5012(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -517,7 +782,156 @@
buildCounterStatus--;
}
+core.int buildCounterUploadAptArtifactMediaResponse = 0;
+api.UploadAptArtifactMediaResponse buildUploadAptArtifactMediaResponse() {
+ var o = api.UploadAptArtifactMediaResponse();
+ buildCounterUploadAptArtifactMediaResponse++;
+ if (buildCounterUploadAptArtifactMediaResponse < 3) {
+ o.operation = buildOperation();
+ }
+ buildCounterUploadAptArtifactMediaResponse--;
+ return o;
+}
+
+void checkUploadAptArtifactMediaResponse(api.UploadAptArtifactMediaResponse o) {
+ buildCounterUploadAptArtifactMediaResponse++;
+ if (buildCounterUploadAptArtifactMediaResponse < 3) {
+ checkOperation(o.operation! as api.Operation);
+ }
+ buildCounterUploadAptArtifactMediaResponse--;
+}
+
+core.List<api.AptArtifact> buildUnnamed5013() {
+ var o = <api.AptArtifact>[];
+ o.add(buildAptArtifact());
+ o.add(buildAptArtifact());
+ return o;
+}
+
+void checkUnnamed5013(core.List<api.AptArtifact> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkAptArtifact(o[0] as api.AptArtifact);
+ checkAptArtifact(o[1] as api.AptArtifact);
+}
+
+core.int buildCounterUploadAptArtifactResponse = 0;
+api.UploadAptArtifactResponse buildUploadAptArtifactResponse() {
+ var o = api.UploadAptArtifactResponse();
+ buildCounterUploadAptArtifactResponse++;
+ if (buildCounterUploadAptArtifactResponse < 3) {
+ o.aptArtifacts = buildUnnamed5013();
+ }
+ buildCounterUploadAptArtifactResponse--;
+ return o;
+}
+
+void checkUploadAptArtifactResponse(api.UploadAptArtifactResponse o) {
+ buildCounterUploadAptArtifactResponse++;
+ if (buildCounterUploadAptArtifactResponse < 3) {
+ checkUnnamed5013(o.aptArtifacts!);
+ }
+ buildCounterUploadAptArtifactResponse--;
+}
+
+core.int buildCounterUploadYumArtifactMediaResponse = 0;
+api.UploadYumArtifactMediaResponse buildUploadYumArtifactMediaResponse() {
+ var o = api.UploadYumArtifactMediaResponse();
+ buildCounterUploadYumArtifactMediaResponse++;
+ if (buildCounterUploadYumArtifactMediaResponse < 3) {
+ o.operation = buildOperation();
+ }
+ buildCounterUploadYumArtifactMediaResponse--;
+ return o;
+}
+
+void checkUploadYumArtifactMediaResponse(api.UploadYumArtifactMediaResponse o) {
+ buildCounterUploadYumArtifactMediaResponse++;
+ if (buildCounterUploadYumArtifactMediaResponse < 3) {
+ checkOperation(o.operation! as api.Operation);
+ }
+ buildCounterUploadYumArtifactMediaResponse--;
+}
+
+core.List<api.YumArtifact> buildUnnamed5014() {
+ var o = <api.YumArtifact>[];
+ o.add(buildYumArtifact());
+ o.add(buildYumArtifact());
+ return o;
+}
+
+void checkUnnamed5014(core.List<api.YumArtifact> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkYumArtifact(o[0] as api.YumArtifact);
+ checkYumArtifact(o[1] as api.YumArtifact);
+}
+
+core.int buildCounterUploadYumArtifactResponse = 0;
+api.UploadYumArtifactResponse buildUploadYumArtifactResponse() {
+ var o = api.UploadYumArtifactResponse();
+ buildCounterUploadYumArtifactResponse++;
+ if (buildCounterUploadYumArtifactResponse < 3) {
+ o.yumArtifacts = buildUnnamed5014();
+ }
+ buildCounterUploadYumArtifactResponse--;
+ return o;
+}
+
+void checkUploadYumArtifactResponse(api.UploadYumArtifactResponse o) {
+ buildCounterUploadYumArtifactResponse++;
+ if (buildCounterUploadYumArtifactResponse < 3) {
+ checkUnnamed5014(o.yumArtifacts!);
+ }
+ buildCounterUploadYumArtifactResponse--;
+}
+
+core.int buildCounterYumArtifact = 0;
+api.YumArtifact buildYumArtifact() {
+ var o = api.YumArtifact();
+ buildCounterYumArtifact++;
+ if (buildCounterYumArtifact < 3) {
+ o.architecture = 'foo';
+ o.name = 'foo';
+ o.packageName = 'foo';
+ o.packageType = 'foo';
+ }
+ buildCounterYumArtifact--;
+ return o;
+}
+
+void checkYumArtifact(api.YumArtifact o) {
+ buildCounterYumArtifact++;
+ if (buildCounterYumArtifact < 3) {
+ unittest.expect(
+ o.architecture!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.packageName!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.packageType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterYumArtifact--;
+}
+
void main() {
+ unittest.group('obj-schema-AptArtifact', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildAptArtifact();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.AptArtifact.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkAptArtifact(od as api.AptArtifact);
+ });
+ });
+
unittest.group('obj-schema-CancelOperationRequest', () {
unittest.test('to-json--from-json', () async {
var o = buildCancelOperationRequest();
@@ -547,6 +961,66 @@
});
});
+ unittest.group('obj-schema-ImportAptArtifactsErrorInfo', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildImportAptArtifactsErrorInfo();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.ImportAptArtifactsErrorInfo.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkImportAptArtifactsErrorInfo(od as api.ImportAptArtifactsErrorInfo);
+ });
+ });
+
+ unittest.group('obj-schema-ImportAptArtifactsGcsSource', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildImportAptArtifactsGcsSource();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.ImportAptArtifactsGcsSource.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkImportAptArtifactsGcsSource(od as api.ImportAptArtifactsGcsSource);
+ });
+ });
+
+ unittest.group('obj-schema-ImportAptArtifactsResponse', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildImportAptArtifactsResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.ImportAptArtifactsResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkImportAptArtifactsResponse(od as api.ImportAptArtifactsResponse);
+ });
+ });
+
+ unittest.group('obj-schema-ImportYumArtifactsErrorInfo', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildImportYumArtifactsErrorInfo();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.ImportYumArtifactsErrorInfo.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkImportYumArtifactsErrorInfo(od as api.ImportYumArtifactsErrorInfo);
+ });
+ });
+
+ unittest.group('obj-schema-ImportYumArtifactsGcsSource', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildImportYumArtifactsGcsSource();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.ImportYumArtifactsGcsSource.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkImportYumArtifactsGcsSource(od as api.ImportYumArtifactsGcsSource);
+ });
+ });
+
+ unittest.group('obj-schema-ImportYumArtifactsResponse', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildImportYumArtifactsResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.ImportYumArtifactsResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkImportYumArtifactsResponse(od as api.ImportYumArtifactsResponse);
+ });
+ });
+
unittest.group('obj-schema-ListDockerImagesResponse', () {
unittest.test('to-json--from-json', () async {
var o = buildListDockerImagesResponse();
@@ -607,6 +1081,58 @@
});
});
+ unittest.group('obj-schema-UploadAptArtifactMediaResponse', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildUploadAptArtifactMediaResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.UploadAptArtifactMediaResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkUploadAptArtifactMediaResponse(
+ od as api.UploadAptArtifactMediaResponse);
+ });
+ });
+
+ unittest.group('obj-schema-UploadAptArtifactResponse', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildUploadAptArtifactResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.UploadAptArtifactResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkUploadAptArtifactResponse(od as api.UploadAptArtifactResponse);
+ });
+ });
+
+ unittest.group('obj-schema-UploadYumArtifactMediaResponse', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildUploadYumArtifactMediaResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.UploadYumArtifactMediaResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkUploadYumArtifactMediaResponse(
+ od as api.UploadYumArtifactMediaResponse);
+ });
+ });
+
+ unittest.group('obj-schema-UploadYumArtifactResponse', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildUploadYumArtifactResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.UploadYumArtifactResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkUploadYumArtifactResponse(od as api.UploadYumArtifactResponse);
+ });
+ });
+
+ unittest.group('obj-schema-YumArtifact', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildYumArtifact();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.YumArtifact.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkYumArtifact(od as api.YumArtifact);
+ });
+ });
+
unittest.group('resource-OperationsResource', () {
unittest.test('method--cancel', () async {
var mock = HttpServerMock();
diff --git a/generated/googleapis/test/baremetalsolution/v1_test.dart b/generated/googleapis/test/baremetalsolution/v1_test.dart
new file mode 100644
index 0000000..7c070cd
--- /dev/null
+++ b/generated/googleapis/test/baremetalsolution/v1_test.dart
@@ -0,0 +1,140 @@
+// ignore_for_file: avoid_returning_null
+// ignore_for_file: camel_case_types
+// ignore_for_file: cascade_invocations
+// ignore_for_file: comment_references
+// ignore_for_file: file_names
+// ignore_for_file: library_names
+// ignore_for_file: lines_longer_than_80_chars
+// ignore_for_file: non_constant_identifier_names
+// ignore_for_file: prefer_expression_function_bodies
+// ignore_for_file: prefer_final_locals
+// ignore_for_file: prefer_interpolation_to_compose_strings
+// ignore_for_file: prefer_single_quotes
+// ignore_for_file: unnecessary_brace_in_string_interps
+// ignore_for_file: unnecessary_cast
+// ignore_for_file: unnecessary_lambdas
+// ignore_for_file: unnecessary_parenthesis
+// ignore_for_file: unnecessary_string_interpolations
+// ignore_for_file: unused_local_variable
+
+import 'dart:async' as async;
+import 'dart:convert' as convert;
+import 'dart:core' as core;
+
+import 'package:googleapis/baremetalsolution/v1.dart' as api;
+import 'package:http/http.dart' as http;
+import 'package:test/test.dart' as unittest;
+
+import '../test_shared.dart';
+
+core.int buildCounterResetInstanceRequest = 0;
+api.ResetInstanceRequest buildResetInstanceRequest() {
+ var o = api.ResetInstanceRequest();
+ buildCounterResetInstanceRequest++;
+ if (buildCounterResetInstanceRequest < 3) {}
+ buildCounterResetInstanceRequest--;
+ return o;
+}
+
+void checkResetInstanceRequest(api.ResetInstanceRequest o) {
+ buildCounterResetInstanceRequest++;
+ if (buildCounterResetInstanceRequest < 3) {}
+ buildCounterResetInstanceRequest--;
+}
+
+core.int buildCounterResetInstanceResponse = 0;
+api.ResetInstanceResponse buildResetInstanceResponse() {
+ var o = api.ResetInstanceResponse();
+ buildCounterResetInstanceResponse++;
+ if (buildCounterResetInstanceResponse < 3) {}
+ buildCounterResetInstanceResponse--;
+ return o;
+}
+
+void checkResetInstanceResponse(api.ResetInstanceResponse o) {
+ buildCounterResetInstanceResponse++;
+ if (buildCounterResetInstanceResponse < 3) {}
+ buildCounterResetInstanceResponse--;
+}
+
+void main() {
+ unittest.group('obj-schema-ResetInstanceRequest', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildResetInstanceRequest();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.ResetInstanceRequest.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkResetInstanceRequest(od as api.ResetInstanceRequest);
+ });
+ });
+
+ unittest.group('obj-schema-ResetInstanceResponse', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildResetInstanceResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.ResetInstanceResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkResetInstanceResponse(od as api.ResetInstanceResponse);
+ });
+ });
+
+ unittest.group('resource-ProjectsLocationsInstancesResource', () {
+ unittest.test('method--resetInstance', () async {
+ var mock = HttpServerMock();
+ var res = api.BaremetalsolutionApi(mock).projects.locations.instances;
+ var arg_request = buildResetInstanceRequest();
+ var arg_instance = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.ResetInstanceRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkResetInstanceRequest(obj as api.ResetInstanceRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildResetInstanceResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.resetInstance(arg_request, arg_instance,
+ $fields: arg_$fields);
+ checkResetInstanceResponse(response as api.ResetInstanceResponse);
+ });
+ });
+}
diff --git a/generated/googleapis/test/bigquery/v2_test.dart b/generated/googleapis/test/bigquery/v2_test.dart
index 78c1754..4679e75 100644
--- a/generated/googleapis/test/bigquery/v2_test.dart
+++ b/generated/googleapis/test/bigquery/v2_test.dart
@@ -651,6 +651,70 @@
buildCounterAuditLogConfig--;
}
+core.int buildCounterBiEngineReason = 0;
+api.BiEngineReason buildBiEngineReason() {
+ var o = api.BiEngineReason();
+ buildCounterBiEngineReason++;
+ if (buildCounterBiEngineReason < 3) {
+ o.code = 'foo';
+ o.message = 'foo';
+ }
+ buildCounterBiEngineReason--;
+ return o;
+}
+
+void checkBiEngineReason(api.BiEngineReason o) {
+ buildCounterBiEngineReason++;
+ if (buildCounterBiEngineReason < 3) {
+ unittest.expect(
+ o.code!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.message!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterBiEngineReason--;
+}
+
+core.List<api.BiEngineReason> buildUnnamed1476() {
+ var o = <api.BiEngineReason>[];
+ o.add(buildBiEngineReason());
+ o.add(buildBiEngineReason());
+ return o;
+}
+
+void checkUnnamed1476(core.List<api.BiEngineReason> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkBiEngineReason(o[0] as api.BiEngineReason);
+ checkBiEngineReason(o[1] as api.BiEngineReason);
+}
+
+core.int buildCounterBiEngineStatistics = 0;
+api.BiEngineStatistics buildBiEngineStatistics() {
+ var o = api.BiEngineStatistics();
+ buildCounterBiEngineStatistics++;
+ if (buildCounterBiEngineStatistics < 3) {
+ o.biEngineMode = 'foo';
+ o.biEngineReasons = buildUnnamed1476();
+ }
+ buildCounterBiEngineStatistics--;
+ return o;
+}
+
+void checkBiEngineStatistics(api.BiEngineStatistics o) {
+ buildCounterBiEngineStatistics++;
+ if (buildCounterBiEngineStatistics < 3) {
+ unittest.expect(
+ o.biEngineMode!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed1476(o.biEngineReasons!);
+ }
+ buildCounterBiEngineStatistics--;
+}
+
core.int buildCounterBigQueryModelTraining = 0;
api.BigQueryModelTraining buildBigQueryModelTraining() {
var o = api.BigQueryModelTraining();
@@ -722,14 +786,14 @@
buildCounterBigtableColumn--;
}
-core.List<api.BigtableColumn> buildUnnamed1476() {
+core.List<api.BigtableColumn> buildUnnamed1477() {
var o = <api.BigtableColumn>[];
o.add(buildBigtableColumn());
o.add(buildBigtableColumn());
return o;
}
-void checkUnnamed1476(core.List<api.BigtableColumn> o) {
+void checkUnnamed1477(core.List<api.BigtableColumn> o) {
unittest.expect(o, unittest.hasLength(2));
checkBigtableColumn(o[0] as api.BigtableColumn);
checkBigtableColumn(o[1] as api.BigtableColumn);
@@ -740,7 +804,7 @@
var o = api.BigtableColumnFamily();
buildCounterBigtableColumnFamily++;
if (buildCounterBigtableColumnFamily < 3) {
- o.columns = buildUnnamed1476();
+ o.columns = buildUnnamed1477();
o.encoding = 'foo';
o.familyId = 'foo';
o.onlyReadLatest = true;
@@ -753,7 +817,7 @@
void checkBigtableColumnFamily(api.BigtableColumnFamily o) {
buildCounterBigtableColumnFamily++;
if (buildCounterBigtableColumnFamily < 3) {
- checkUnnamed1476(o.columns!);
+ checkUnnamed1477(o.columns!);
unittest.expect(
o.encoding!,
unittest.equals('foo'),
@@ -771,14 +835,14 @@
buildCounterBigtableColumnFamily--;
}
-core.List<api.BigtableColumnFamily> buildUnnamed1477() {
+core.List<api.BigtableColumnFamily> buildUnnamed1478() {
var o = <api.BigtableColumnFamily>[];
o.add(buildBigtableColumnFamily());
o.add(buildBigtableColumnFamily());
return o;
}
-void checkUnnamed1477(core.List<api.BigtableColumnFamily> o) {
+void checkUnnamed1478(core.List<api.BigtableColumnFamily> o) {
unittest.expect(o, unittest.hasLength(2));
checkBigtableColumnFamily(o[0] as api.BigtableColumnFamily);
checkBigtableColumnFamily(o[1] as api.BigtableColumnFamily);
@@ -789,7 +853,7 @@
var o = api.BigtableOptions();
buildCounterBigtableOptions++;
if (buildCounterBigtableOptions < 3) {
- o.columnFamilies = buildUnnamed1477();
+ o.columnFamilies = buildUnnamed1478();
o.ignoreUnspecifiedColumnFamilies = true;
o.readRowkeyAsString = true;
}
@@ -800,21 +864,21 @@
void checkBigtableOptions(api.BigtableOptions o) {
buildCounterBigtableOptions++;
if (buildCounterBigtableOptions < 3) {
- checkUnnamed1477(o.columnFamilies!);
+ checkUnnamed1478(o.columnFamilies!);
unittest.expect(o.ignoreUnspecifiedColumnFamilies!, unittest.isTrue);
unittest.expect(o.readRowkeyAsString!, unittest.isTrue);
}
buildCounterBigtableOptions--;
}
-core.List<api.BinaryConfusionMatrix> buildUnnamed1478() {
+core.List<api.BinaryConfusionMatrix> buildUnnamed1479() {
var o = <api.BinaryConfusionMatrix>[];
o.add(buildBinaryConfusionMatrix());
o.add(buildBinaryConfusionMatrix());
return o;
}
-void checkUnnamed1478(core.List<api.BinaryConfusionMatrix> o) {
+void checkUnnamed1479(core.List<api.BinaryConfusionMatrix> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinaryConfusionMatrix(o[0] as api.BinaryConfusionMatrix);
checkBinaryConfusionMatrix(o[1] as api.BinaryConfusionMatrix);
@@ -826,7 +890,7 @@
buildCounterBinaryClassificationMetrics++;
if (buildCounterBinaryClassificationMetrics < 3) {
o.aggregateClassificationMetrics = buildAggregateClassificationMetrics();
- o.binaryConfusionMatrixList = buildUnnamed1478();
+ o.binaryConfusionMatrixList = buildUnnamed1479();
o.negativeLabel = 'foo';
o.positiveLabel = 'foo';
}
@@ -839,7 +903,7 @@
if (buildCounterBinaryClassificationMetrics < 3) {
checkAggregateClassificationMetrics(o.aggregateClassificationMetrics!
as api.AggregateClassificationMetrics);
- checkUnnamed1478(o.binaryConfusionMatrixList!);
+ checkUnnamed1479(o.binaryConfusionMatrixList!);
unittest.expect(
o.negativeLabel!,
unittest.equals('foo'),
@@ -914,14 +978,14 @@
buildCounterBinaryConfusionMatrix--;
}
-core.List<core.String> buildUnnamed1479() {
+core.List<core.String> buildUnnamed1480() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1479(core.List<core.String> o) {
+void checkUnnamed1480(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -939,7 +1003,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed1479();
+ o.members = buildUnnamed1480();
o.role = 'foo';
}
buildCounterBinding--;
@@ -950,7 +1014,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed1479(o.members!);
+ checkUnnamed1480(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -1001,14 +1065,14 @@
buildCounterBqmlIterationResult--;
}
-core.List<api.BqmlIterationResult> buildUnnamed1480() {
+core.List<api.BqmlIterationResult> buildUnnamed1481() {
var o = <api.BqmlIterationResult>[];
o.add(buildBqmlIterationResult());
o.add(buildBqmlIterationResult());
return o;
}
-void checkUnnamed1480(core.List<api.BqmlIterationResult> o) {
+void checkUnnamed1481(core.List<api.BqmlIterationResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkBqmlIterationResult(o[0] as api.BqmlIterationResult);
checkBqmlIterationResult(o[1] as api.BqmlIterationResult);
@@ -1075,7 +1139,7 @@
var o = api.BqmlTrainingRun();
buildCounterBqmlTrainingRun++;
if (buildCounterBqmlTrainingRun < 3) {
- o.iterationResults = buildUnnamed1480();
+ o.iterationResults = buildUnnamed1481();
o.startTime = core.DateTime.parse("2002-02-27T14:01:02");
o.state = 'foo';
o.trainingOptions = buildBqmlTrainingRunTrainingOptions();
@@ -1087,7 +1151,7 @@
void checkBqmlTrainingRun(api.BqmlTrainingRun o) {
buildCounterBqmlTrainingRun++;
if (buildCounterBqmlTrainingRun < 3) {
- checkUnnamed1480(o.iterationResults!);
+ checkUnnamed1481(o.iterationResults!);
unittest.expect(
o.startTime!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
@@ -1102,14 +1166,14 @@
buildCounterBqmlTrainingRun--;
}
-core.List<api.CategoryCount> buildUnnamed1481() {
+core.List<api.CategoryCount> buildUnnamed1482() {
var o = <api.CategoryCount>[];
o.add(buildCategoryCount());
o.add(buildCategoryCount());
return o;
}
-void checkUnnamed1481(core.List<api.CategoryCount> o) {
+void checkUnnamed1482(core.List<api.CategoryCount> o) {
unittest.expect(o, unittest.hasLength(2));
checkCategoryCount(o[0] as api.CategoryCount);
checkCategoryCount(o[1] as api.CategoryCount);
@@ -1120,7 +1184,7 @@
var o = api.CategoricalValue();
buildCounterCategoricalValue++;
if (buildCounterCategoricalValue < 3) {
- o.categoryCounts = buildUnnamed1481();
+ o.categoryCounts = buildUnnamed1482();
}
buildCounterCategoricalValue--;
return o;
@@ -1129,7 +1193,7 @@
void checkCategoricalValue(api.CategoricalValue o) {
buildCounterCategoricalValue++;
if (buildCounterCategoricalValue < 3) {
- checkUnnamed1481(o.categoryCounts!);
+ checkUnnamed1482(o.categoryCounts!);
}
buildCounterCategoricalValue--;
}
@@ -1161,14 +1225,14 @@
buildCounterCategoryCount--;
}
-core.List<api.FeatureValue> buildUnnamed1482() {
+core.List<api.FeatureValue> buildUnnamed1483() {
var o = <api.FeatureValue>[];
o.add(buildFeatureValue());
o.add(buildFeatureValue());
return o;
}
-void checkUnnamed1482(core.List<api.FeatureValue> o) {
+void checkUnnamed1483(core.List<api.FeatureValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeatureValue(o[0] as api.FeatureValue);
checkFeatureValue(o[1] as api.FeatureValue);
@@ -1181,7 +1245,7 @@
if (buildCounterCluster < 3) {
o.centroidId = 'foo';
o.count = 'foo';
- o.featureValues = buildUnnamed1482();
+ o.featureValues = buildUnnamed1483();
}
buildCounterCluster--;
return o;
@@ -1198,7 +1262,7 @@
o.count!,
unittest.equals('foo'),
);
- checkUnnamed1482(o.featureValues!);
+ checkUnnamed1483(o.featureValues!);
}
buildCounterCluster--;
}
@@ -1235,14 +1299,14 @@
buildCounterClusterInfo--;
}
-core.List<core.String> buildUnnamed1483() {
+core.List<core.String> buildUnnamed1484() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1483(core.List<core.String> o) {
+void checkUnnamed1484(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1259,7 +1323,7 @@
var o = api.Clustering();
buildCounterClustering++;
if (buildCounterClustering < 3) {
- o.fields = buildUnnamed1483();
+ o.fields = buildUnnamed1484();
}
buildCounterClustering--;
return o;
@@ -1268,19 +1332,19 @@
void checkClustering(api.Clustering o) {
buildCounterClustering++;
if (buildCounterClustering < 3) {
- checkUnnamed1483(o.fields!);
+ checkUnnamed1484(o.fields!);
}
buildCounterClustering--;
}
-core.List<api.Cluster> buildUnnamed1484() {
+core.List<api.Cluster> buildUnnamed1485() {
var o = <api.Cluster>[];
o.add(buildCluster());
o.add(buildCluster());
return o;
}
-void checkUnnamed1484(core.List<api.Cluster> o) {
+void checkUnnamed1485(core.List<api.Cluster> o) {
unittest.expect(o, unittest.hasLength(2));
checkCluster(o[0] as api.Cluster);
checkCluster(o[1] as api.Cluster);
@@ -1291,7 +1355,7 @@
var o = api.ClusteringMetrics();
buildCounterClusteringMetrics++;
if (buildCounterClusteringMetrics < 3) {
- o.clusters = buildUnnamed1484();
+ o.clusters = buildUnnamed1485();
o.daviesBouldinIndex = 42.0;
o.meanSquaredDistance = 42.0;
}
@@ -1302,7 +1366,7 @@
void checkClusteringMetrics(api.ClusteringMetrics o) {
buildCounterClusteringMetrics++;
if (buildCounterClusteringMetrics < 3) {
- checkUnnamed1484(o.clusters!);
+ checkUnnamed1485(o.clusters!);
unittest.expect(
o.daviesBouldinIndex!,
unittest.equals(42.0),
@@ -1315,14 +1379,14 @@
buildCounterClusteringMetrics--;
}
-core.List<api.Row> buildUnnamed1485() {
+core.List<api.Row> buildUnnamed1486() {
var o = <api.Row>[];
o.add(buildRow());
o.add(buildRow());
return o;
}
-void checkUnnamed1485(core.List<api.Row> o) {
+void checkUnnamed1486(core.List<api.Row> o) {
unittest.expect(o, unittest.hasLength(2));
checkRow(o[0] as api.Row);
checkRow(o[1] as api.Row);
@@ -1334,7 +1398,7 @@
buildCounterConfusionMatrix++;
if (buildCounterConfusionMatrix < 3) {
o.confidenceThreshold = 42.0;
- o.rows = buildUnnamed1485();
+ o.rows = buildUnnamed1486();
}
buildCounterConfusionMatrix--;
return o;
@@ -1347,7 +1411,7 @@
o.confidenceThreshold!,
unittest.equals(42.0),
);
- checkUnnamed1485(o.rows!);
+ checkUnnamed1486(o.rows!);
}
buildCounterConfusionMatrix--;
}
@@ -1494,27 +1558,27 @@
buildCounterDatasetAccess--;
}
-core.List<api.DatasetAccess> buildUnnamed1486() {
+core.List<api.DatasetAccess> buildUnnamed1487() {
var o = <api.DatasetAccess>[];
o.add(buildDatasetAccess());
o.add(buildDatasetAccess());
return o;
}
-void checkUnnamed1486(core.List<api.DatasetAccess> o) {
+void checkUnnamed1487(core.List<api.DatasetAccess> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatasetAccess(o[0] as api.DatasetAccess);
checkDatasetAccess(o[1] as api.DatasetAccess);
}
-core.Map<core.String, core.String> buildUnnamed1487() {
+core.Map<core.String, core.String> buildUnnamed1488() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1487(core.Map<core.String, core.String> o) {
+void checkUnnamed1488(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1531,7 +1595,7 @@
var o = api.Dataset();
buildCounterDataset++;
if (buildCounterDataset < 3) {
- o.access = buildUnnamed1486();
+ o.access = buildUnnamed1487();
o.creationTime = 'foo';
o.datasetReference = buildDatasetReference();
o.defaultEncryptionConfiguration = buildEncryptionConfiguration();
@@ -1542,7 +1606,7 @@
o.friendlyName = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.labels = buildUnnamed1487();
+ o.labels = buildUnnamed1488();
o.lastModifiedTime = 'foo';
o.location = 'foo';
o.satisfiesPZS = true;
@@ -1555,7 +1619,7 @@
void checkDataset(api.Dataset o) {
buildCounterDataset++;
if (buildCounterDataset < 3) {
- checkUnnamed1486(o.access!);
+ checkUnnamed1487(o.access!);
unittest.expect(
o.creationTime!,
unittest.equals('foo'),
@@ -1591,7 +1655,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed1487(o.labels!);
+ checkUnnamed1488(o.labels!);
unittest.expect(
o.lastModifiedTime!,
unittest.equals('foo'),
@@ -1631,14 +1695,14 @@
buildCounterDatasetAccessEntryTargetTypes--;
}
-core.List<api.DatasetAccessEntryTargetTypes> buildUnnamed1488() {
+core.List<api.DatasetAccessEntryTargetTypes> buildUnnamed1489() {
var o = <api.DatasetAccessEntryTargetTypes>[];
o.add(buildDatasetAccessEntryTargetTypes());
o.add(buildDatasetAccessEntryTargetTypes());
return o;
}
-void checkUnnamed1488(core.List<api.DatasetAccessEntryTargetTypes> o) {
+void checkUnnamed1489(core.List<api.DatasetAccessEntryTargetTypes> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatasetAccessEntryTargetTypes(o[0] as api.DatasetAccessEntryTargetTypes);
checkDatasetAccessEntryTargetTypes(o[1] as api.DatasetAccessEntryTargetTypes);
@@ -1650,7 +1714,7 @@
buildCounterDatasetAccessEntry++;
if (buildCounterDatasetAccessEntry < 3) {
o.dataset = buildDatasetReference();
- o.targetTypes = buildUnnamed1488();
+ o.targetTypes = buildUnnamed1489();
}
buildCounterDatasetAccessEntry--;
return o;
@@ -1660,19 +1724,19 @@
buildCounterDatasetAccessEntry++;
if (buildCounterDatasetAccessEntry < 3) {
checkDatasetReference(o.dataset! as api.DatasetReference);
- checkUnnamed1488(o.targetTypes!);
+ checkUnnamed1489(o.targetTypes!);
}
buildCounterDatasetAccessEntry--;
}
-core.Map<core.String, core.String> buildUnnamed1489() {
+core.Map<core.String, core.String> buildUnnamed1490() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1489(core.Map<core.String, core.String> o) {
+void checkUnnamed1490(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1693,7 +1757,7 @@
o.friendlyName = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.labels = buildUnnamed1489();
+ o.labels = buildUnnamed1490();
o.location = 'foo';
}
buildCounterDatasetListDatasets--;
@@ -1716,7 +1780,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed1489(o.labels!);
+ checkUnnamed1490(o.labels!);
unittest.expect(
o.location!,
unittest.equals('foo'),
@@ -1725,14 +1789,14 @@
buildCounterDatasetListDatasets--;
}
-core.List<api.DatasetListDatasets> buildUnnamed1490() {
+core.List<api.DatasetListDatasets> buildUnnamed1491() {
var o = <api.DatasetListDatasets>[];
o.add(buildDatasetListDatasets());
o.add(buildDatasetListDatasets());
return o;
}
-void checkUnnamed1490(core.List<api.DatasetListDatasets> o) {
+void checkUnnamed1491(core.List<api.DatasetListDatasets> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatasetListDatasets(o[0] as api.DatasetListDatasets);
checkDatasetListDatasets(o[1] as api.DatasetListDatasets);
@@ -1743,7 +1807,7 @@
var o = api.DatasetList();
buildCounterDatasetList++;
if (buildCounterDatasetList < 3) {
- o.datasets = buildUnnamed1490();
+ o.datasets = buildUnnamed1491();
o.etag = 'foo';
o.kind = 'foo';
o.nextPageToken = 'foo';
@@ -1755,7 +1819,7 @@
void checkDatasetList(api.DatasetList o) {
buildCounterDatasetList++;
if (buildCounterDatasetList < 3) {
- checkUnnamed1490(o.datasets!);
+ checkUnnamed1491(o.datasets!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1799,14 +1863,14 @@
buildCounterDatasetReference--;
}
-core.Map<core.String, core.String> buildUnnamed1491() {
+core.Map<core.String, core.String> buildUnnamed1492() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1491(core.Map<core.String, core.String> o) {
+void checkUnnamed1492(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1825,7 +1889,7 @@
if (buildCounterDestinationTableProperties < 3) {
o.description = 'foo';
o.friendlyName = 'foo';
- o.labels = buildUnnamed1491();
+ o.labels = buildUnnamed1492();
}
buildCounterDestinationTableProperties--;
return o;
@@ -1842,11 +1906,43 @@
o.friendlyName!,
unittest.equals('foo'),
);
- checkUnnamed1491(o.labels!);
+ checkUnnamed1492(o.labels!);
}
buildCounterDestinationTableProperties--;
}
+core.int buildCounterDmlStatistics = 0;
+api.DmlStatistics buildDmlStatistics() {
+ var o = api.DmlStatistics();
+ buildCounterDmlStatistics++;
+ if (buildCounterDmlStatistics < 3) {
+ o.deletedRowCount = 'foo';
+ o.insertedRowCount = 'foo';
+ o.updatedRowCount = 'foo';
+ }
+ buildCounterDmlStatistics--;
+ return o;
+}
+
+void checkDmlStatistics(api.DmlStatistics o) {
+ buildCounterDmlStatistics++;
+ if (buildCounterDmlStatistics < 3) {
+ unittest.expect(
+ o.deletedRowCount!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.insertedRowCount!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.updatedRowCount!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterDmlStatistics--;
+}
+
core.int buildCounterEncryptionConfiguration = 0;
api.EncryptionConfiguration buildEncryptionConfiguration() {
var o = api.EncryptionConfiguration();
@@ -1965,14 +2061,14 @@
buildCounterEvaluationMetrics--;
}
-core.List<core.String> buildUnnamed1492() {
+core.List<core.String> buildUnnamed1493() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1492(core.List<core.String> o) {
+void checkUnnamed1493(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1984,14 +2080,14 @@
);
}
-core.List<api.ExplainQueryStep> buildUnnamed1493() {
+core.List<api.ExplainQueryStep> buildUnnamed1494() {
var o = <api.ExplainQueryStep>[];
o.add(buildExplainQueryStep());
o.add(buildExplainQueryStep());
return o;
}
-void checkUnnamed1493(core.List<api.ExplainQueryStep> o) {
+void checkUnnamed1494(core.List<api.ExplainQueryStep> o) {
unittest.expect(o, unittest.hasLength(2));
checkExplainQueryStep(o[0] as api.ExplainQueryStep);
checkExplainQueryStep(o[1] as api.ExplainQueryStep);
@@ -2009,7 +2105,7 @@
o.computeRatioMax = 42.0;
o.endMs = 'foo';
o.id = 'foo';
- o.inputStages = buildUnnamed1492();
+ o.inputStages = buildUnnamed1493();
o.name = 'foo';
o.parallelInputs = 'foo';
o.readMsAvg = 'foo';
@@ -2023,7 +2119,7 @@
o.slotMs = 'foo';
o.startMs = 'foo';
o.status = 'foo';
- o.steps = buildUnnamed1493();
+ o.steps = buildUnnamed1494();
o.waitMsAvg = 'foo';
o.waitMsMax = 'foo';
o.waitRatioAvg = 42.0;
@@ -2068,7 +2164,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed1492(o.inputStages!);
+ checkUnnamed1493(o.inputStages!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2121,7 +2217,7 @@
o.status!,
unittest.equals('foo'),
);
- checkUnnamed1493(o.steps!);
+ checkUnnamed1494(o.steps!);
unittest.expect(
o.waitMsAvg!,
unittest.equals('foo'),
@@ -2158,14 +2254,14 @@
buildCounterExplainQueryStage--;
}
-core.List<core.String> buildUnnamed1494() {
+core.List<core.String> buildUnnamed1495() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1494(core.List<core.String> o) {
+void checkUnnamed1495(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2183,7 +2279,7 @@
buildCounterExplainQueryStep++;
if (buildCounterExplainQueryStep < 3) {
o.kind = 'foo';
- o.substeps = buildUnnamed1494();
+ o.substeps = buildUnnamed1495();
}
buildCounterExplainQueryStep--;
return o;
@@ -2196,38 +2292,11 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed1494(o.substeps!);
+ checkUnnamed1495(o.substeps!);
}
buildCounterExplainQueryStep--;
}
-core.int buildCounterExplanation = 0;
-api.Explanation buildExplanation() {
- var o = api.Explanation();
- buildCounterExplanation++;
- if (buildCounterExplanation < 3) {
- o.attribution = 42.0;
- o.featureName = 'foo';
- }
- buildCounterExplanation--;
- return o;
-}
-
-void checkExplanation(api.Explanation o) {
- buildCounterExplanation++;
- if (buildCounterExplanation < 3) {
- unittest.expect(
- o.attribution!,
- unittest.equals(42.0),
- );
- unittest.expect(
- o.featureName!,
- unittest.equals('foo'),
- );
- }
- buildCounterExplanation--;
-}
-
core.int buildCounterExpr = 0;
api.Expr buildExpr() {
var o = api.Expr();
@@ -2265,14 +2334,14 @@
buildCounterExpr--;
}
-core.List<core.String> buildUnnamed1495() {
+core.List<core.String> buildUnnamed1496() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1495(core.List<core.String> o) {
+void checkUnnamed1496(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2284,14 +2353,14 @@
);
}
-core.List<core.String> buildUnnamed1496() {
+core.List<core.String> buildUnnamed1497() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1496(core.List<core.String> o) {
+void checkUnnamed1497(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2313,7 +2382,7 @@
o.compression = 'foo';
o.connectionId = 'foo';
o.csvOptions = buildCsvOptions();
- o.decimalTargetTypes = buildUnnamed1495();
+ o.decimalTargetTypes = buildUnnamed1496();
o.googleSheetsOptions = buildGoogleSheetsOptions();
o.hivePartitioningOptions = buildHivePartitioningOptions();
o.ignoreUnknownValues = true;
@@ -2321,7 +2390,7 @@
o.parquetOptions = buildParquetOptions();
o.schema = buildTableSchema();
o.sourceFormat = 'foo';
- o.sourceUris = buildUnnamed1496();
+ o.sourceUris = buildUnnamed1497();
}
buildCounterExternalDataConfiguration--;
return o;
@@ -2341,7 +2410,7 @@
unittest.equals('foo'),
);
checkCsvOptions(o.csvOptions! as api.CsvOptions);
- checkUnnamed1495(o.decimalTargetTypes!);
+ checkUnnamed1496(o.decimalTargetTypes!);
checkGoogleSheetsOptions(o.googleSheetsOptions! as api.GoogleSheetsOptions);
checkHivePartitioningOptions(
o.hivePartitioningOptions! as api.HivePartitioningOptions);
@@ -2356,7 +2425,7 @@
o.sourceFormat!,
unittest.equals('foo'),
);
- checkUnnamed1496(o.sourceUris!);
+ checkUnnamed1497(o.sourceUris!);
}
buildCounterExternalDataConfiguration--;
}
@@ -2431,27 +2500,27 @@
buildCounterGetPolicyOptions--;
}
-core.List<api.ErrorProto> buildUnnamed1497() {
+core.List<api.ErrorProto> buildUnnamed1498() {
var o = <api.ErrorProto>[];
o.add(buildErrorProto());
o.add(buildErrorProto());
return o;
}
-void checkUnnamed1497(core.List<api.ErrorProto> o) {
+void checkUnnamed1498(core.List<api.ErrorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkErrorProto(o[0] as api.ErrorProto);
checkErrorProto(o[1] as api.ErrorProto);
}
-core.List<api.TableRow> buildUnnamed1498() {
+core.List<api.TableRow> buildUnnamed1499() {
var o = <api.TableRow>[];
o.add(buildTableRow());
o.add(buildTableRow());
return o;
}
-void checkUnnamed1498(core.List<api.TableRow> o) {
+void checkUnnamed1499(core.List<api.TableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableRow(o[0] as api.TableRow);
checkTableRow(o[1] as api.TableRow);
@@ -2463,14 +2532,14 @@
buildCounterGetQueryResultsResponse++;
if (buildCounterGetQueryResultsResponse < 3) {
o.cacheHit = true;
- o.errors = buildUnnamed1497();
+ o.errors = buildUnnamed1498();
o.etag = 'foo';
o.jobComplete = true;
o.jobReference = buildJobReference();
o.kind = 'foo';
o.numDmlAffectedRows = 'foo';
o.pageToken = 'foo';
- o.rows = buildUnnamed1498();
+ o.rows = buildUnnamed1499();
o.schema = buildTableSchema();
o.totalBytesProcessed = 'foo';
o.totalRows = 'foo';
@@ -2483,7 +2552,7 @@
buildCounterGetQueryResultsResponse++;
if (buildCounterGetQueryResultsResponse < 3) {
unittest.expect(o.cacheHit!, unittest.isTrue);
- checkUnnamed1497(o.errors!);
+ checkUnnamed1498(o.errors!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -2502,7 +2571,7 @@
o.pageToken!,
unittest.equals('foo'),
);
- checkUnnamed1498(o.rows!);
+ checkUnnamed1499(o.rows!);
checkTableSchema(o.schema! as api.TableSchema);
unittest.expect(
o.totalBytesProcessed!,
@@ -2543,43 +2612,6 @@
buildCounterGetServiceAccountResponse--;
}
-core.List<api.Explanation> buildUnnamed1499() {
- var o = <api.Explanation>[];
- o.add(buildExplanation());
- o.add(buildExplanation());
- return o;
-}
-
-void checkUnnamed1499(core.List<api.Explanation> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkExplanation(o[0] as api.Explanation);
- checkExplanation(o[1] as api.Explanation);
-}
-
-core.int buildCounterGlobalExplanation = 0;
-api.GlobalExplanation buildGlobalExplanation() {
- var o = api.GlobalExplanation();
- buildCounterGlobalExplanation++;
- if (buildCounterGlobalExplanation < 3) {
- o.classLabel = 'foo';
- o.explanations = buildUnnamed1499();
- }
- buildCounterGlobalExplanation--;
- return o;
-}
-
-void checkGlobalExplanation(api.GlobalExplanation o) {
- buildCounterGlobalExplanation++;
- if (buildCounterGlobalExplanation < 3) {
- unittest.expect(
- o.classLabel!,
- unittest.equals('foo'),
- );
- checkUnnamed1499(o.explanations!);
- }
- buildCounterGlobalExplanation--;
-}
-
core.int buildCounterGoogleSheetsOptions = 0;
api.GoogleSheetsOptions buildGoogleSheetsOptions() {
var o = api.GoogleSheetsOptions();
@@ -3519,7 +3551,7 @@
o.reservationId = 'foo';
o.rowLevelSecurityStatistics = buildRowLevelSecurityStatistics();
o.scriptStatistics = buildScriptStatistics();
- o.sessionInfoTemplate = buildSessionInfo();
+ o.sessionInfo = buildSessionInfo();
o.startTime = 'foo';
o.totalBytesProcessed = 'foo';
o.totalSlotMs = 'foo';
@@ -3564,7 +3596,7 @@
checkRowLevelSecurityStatistics(
o.rowLevelSecurityStatistics! as api.RowLevelSecurityStatistics);
checkScriptStatistics(o.scriptStatistics! as api.ScriptStatistics);
- checkSessionInfo(o.sessionInfoTemplate! as api.SessionInfo);
+ checkSessionInfo(o.sessionInfo! as api.SessionInfo);
unittest.expect(
o.startTime!,
unittest.equals('foo'),
@@ -3694,6 +3726,7 @@
var o = api.JobStatistics2();
buildCounterJobStatistics2++;
if (buildCounterJobStatistics2 < 3) {
+ o.biEngineStatistics = buildBiEngineStatistics();
o.billingTier = 42;
o.cacheHit = true;
o.ddlAffectedRowAccessPolicyCount = 'foo';
@@ -3703,11 +3736,7 @@
o.ddlTargetRoutine = buildRoutineReference();
o.ddlTargetRowAccessPolicy = buildRowAccessPolicyReference();
o.ddlTargetTable = buildTableReference();
- o.dmlStats = {
- 'list': [1, 2, 3],
- 'bool': true,
- 'string': 'foo'
- };
+ o.dmlStats = buildDmlStatistics();
o.estimatedBytesProcessed = 'foo';
o.modelTraining = buildBigQueryModelTraining();
o.modelTrainingCurrentIteration = 42;
@@ -3734,6 +3763,7 @@
void checkJobStatistics2(api.JobStatistics2 o) {
buildCounterJobStatistics2++;
if (buildCounterJobStatistics2 < 3) {
+ checkBiEngineStatistics(o.biEngineStatistics! as api.BiEngineStatistics);
unittest.expect(
o.billingTier!,
unittest.equals(42),
@@ -3753,20 +3783,7 @@
checkRowAccessPolicyReference(
o.ddlTargetRowAccessPolicy! as api.RowAccessPolicyReference);
checkTableReference(o.ddlTargetTable! as api.TableReference);
- var casted2 = (o.dmlStats!) as core.Map;
- unittest.expect(casted2, unittest.hasLength(3));
- unittest.expect(
- casted2['list'],
- unittest.equals([1, 2, 3]),
- );
- unittest.expect(
- casted2['bool'],
- unittest.equals(true),
- );
- unittest.expect(
- casted2['string'],
- unittest.equals('foo'),
- );
+ checkDmlStatistics(o.dmlStats! as api.DmlStatistics);
unittest.expect(
o.estimatedBytesProcessed!,
unittest.equals('foo'),
@@ -3960,7 +3977,21 @@
void checkJsonObject(api.JsonObject o) {
unittest.expect(o, unittest.hasLength(2));
- var casted3 = (o["a"]!) as core.Map;
+ var casted2 = (o["a"]!) as core.Map;
+ unittest.expect(casted2, unittest.hasLength(3));
+ unittest.expect(
+ casted2['list'],
+ unittest.equals([1, 2, 3]),
+ );
+ unittest.expect(
+ casted2['bool'],
+ unittest.equals(true),
+ );
+ unittest.expect(
+ casted2['string'],
+ unittest.equals('foo'),
+ );
+ var casted3 = (o["b"]!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
unittest.expect(
casted3['list'],
@@ -3974,20 +4005,6 @@
casted3['string'],
unittest.equals('foo'),
);
- var casted4 = (o["b"]!) as core.Map;
- unittest.expect(casted4, unittest.hasLength(3));
- unittest.expect(
- casted4['list'],
- unittest.equals([1, 2, 3]),
- );
- unittest.expect(
- casted4['bool'],
- unittest.equals(true),
- );
- unittest.expect(
- casted4['string'],
- unittest.equals('foo'),
- );
}
core.List<api.Model> buildUnnamed1524() {
@@ -4930,11 +4947,7 @@
buildCounterQueryResponse++;
if (buildCounterQueryResponse < 3) {
o.cacheHit = true;
- o.dmlStats = {
- 'list': [1, 2, 3],
- 'bool': true,
- 'string': 'foo'
- };
+ o.dmlStats = buildDmlStatistics();
o.errors = buildUnnamed1543();
o.jobComplete = true;
o.jobReference = buildJobReference();
@@ -4955,20 +4968,7 @@
buildCounterQueryResponse++;
if (buildCounterQueryResponse < 3) {
unittest.expect(o.cacheHit!, unittest.isTrue);
- var casted5 = (o.dmlStats!) as core.Map;
- unittest.expect(casted5, unittest.hasLength(3));
- unittest.expect(
- casted5['list'],
- unittest.equals([1, 2, 3]),
- );
- unittest.expect(
- casted5['bool'],
- unittest.equals(true),
- );
- unittest.expect(
- casted5['string'],
- unittest.equals('foo'),
- );
+ checkDmlStatistics(o.dmlStats! as api.DmlStatistics);
checkUnnamed1543(o.errors!);
unittest.expect(o.jobComplete!, unittest.isTrue);
checkJobReference(o.jobReference! as api.JobReference);
@@ -5900,18 +5900,18 @@
void checkTableCell(api.TableCell o) {
buildCounterTableCell++;
if (buildCounterTableCell < 3) {
- var casted6 = (o.v!) as core.Map;
- unittest.expect(casted6, unittest.hasLength(3));
+ var casted4 = (o.v!) as core.Map;
+ unittest.expect(casted4, unittest.hasLength(3));
unittest.expect(
- casted6['list'],
+ casted4['list'],
unittest.equals([1, 2, 3]),
);
unittest.expect(
- casted6['bool'],
+ casted4['bool'],
unittest.equals(true),
);
unittest.expect(
- casted6['string'],
+ casted4['string'],
unittest.equals('foo'),
);
}
@@ -6911,27 +6911,14 @@
buildCounterTrainingOptions--;
}
-core.List<api.GlobalExplanation> buildUnnamed1569() {
- var o = <api.GlobalExplanation>[];
- o.add(buildGlobalExplanation());
- o.add(buildGlobalExplanation());
- return o;
-}
-
-void checkUnnamed1569(core.List<api.GlobalExplanation> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGlobalExplanation(o[0] as api.GlobalExplanation);
- checkGlobalExplanation(o[1] as api.GlobalExplanation);
-}
-
-core.List<api.IterationResult> buildUnnamed1570() {
+core.List<api.IterationResult> buildUnnamed1569() {
var o = <api.IterationResult>[];
o.add(buildIterationResult());
o.add(buildIterationResult());
return o;
}
-void checkUnnamed1570(core.List<api.IterationResult> o) {
+void checkUnnamed1569(core.List<api.IterationResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkIterationResult(o[0] as api.IterationResult);
checkIterationResult(o[1] as api.IterationResult);
@@ -6944,8 +6931,7 @@
if (buildCounterTrainingRun < 3) {
o.dataSplitResult = buildDataSplitResult();
o.evaluationMetrics = buildEvaluationMetrics();
- o.globalExplanations = buildUnnamed1569();
- o.results = buildUnnamed1570();
+ o.results = buildUnnamed1569();
o.startTime = 'foo';
o.trainingOptions = buildTrainingOptions();
}
@@ -6958,8 +6944,7 @@
if (buildCounterTrainingRun < 3) {
checkDataSplitResult(o.dataSplitResult! as api.DataSplitResult);
checkEvaluationMetrics(o.evaluationMetrics! as api.EvaluationMetrics);
- checkUnnamed1569(o.globalExplanations!);
- checkUnnamed1570(o.results!);
+ checkUnnamed1569(o.results!);
unittest.expect(
o.startTime!,
unittest.equals('foo'),
@@ -7018,14 +7003,14 @@
buildCounterUserDefinedFunctionResource--;
}
-core.List<api.UserDefinedFunctionResource> buildUnnamed1571() {
+core.List<api.UserDefinedFunctionResource> buildUnnamed1570() {
var o = <api.UserDefinedFunctionResource>[];
o.add(buildUserDefinedFunctionResource());
o.add(buildUserDefinedFunctionResource());
return o;
}
-void checkUnnamed1571(core.List<api.UserDefinedFunctionResource> o) {
+void checkUnnamed1570(core.List<api.UserDefinedFunctionResource> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserDefinedFunctionResource(o[0] as api.UserDefinedFunctionResource);
checkUserDefinedFunctionResource(o[1] as api.UserDefinedFunctionResource);
@@ -7039,7 +7024,7 @@
o.query = 'foo';
o.useExplicitColumnNames = true;
o.useLegacySql = true;
- o.userDefinedFunctionResources = buildUnnamed1571();
+ o.userDefinedFunctionResources = buildUnnamed1570();
}
buildCounterViewDefinition--;
return o;
@@ -7054,19 +7039,19 @@
);
unittest.expect(o.useExplicitColumnNames!, unittest.isTrue);
unittest.expect(o.useLegacySql!, unittest.isTrue);
- checkUnnamed1571(o.userDefinedFunctionResources!);
+ checkUnnamed1570(o.userDefinedFunctionResources!);
}
buildCounterViewDefinition--;
}
-core.List<core.String> buildUnnamed1572() {
+core.List<core.String> buildUnnamed1571() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1572(core.List<core.String> o) {
+void checkUnnamed1571(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7191,6 +7176,26 @@
});
});
+ unittest.group('obj-schema-BiEngineReason', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildBiEngineReason();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.BiEngineReason.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkBiEngineReason(od as api.BiEngineReason);
+ });
+ });
+
+ unittest.group('obj-schema-BiEngineStatistics', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildBiEngineStatistics();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.BiEngineStatistics.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkBiEngineStatistics(od as api.BiEngineStatistics);
+ });
+ });
+
unittest.group('obj-schema-BigQueryModelTraining', () {
unittest.test('to-json--from-json', () async {
var o = buildBigQueryModelTraining();
@@ -7473,6 +7478,16 @@
});
});
+ unittest.group('obj-schema-DmlStatistics', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildDmlStatistics();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.DmlStatistics.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkDmlStatistics(od as api.DmlStatistics);
+ });
+ });
+
unittest.group('obj-schema-EncryptionConfiguration', () {
unittest.test('to-json--from-json', () async {
var o = buildEncryptionConfiguration();
@@ -7532,16 +7547,6 @@
});
});
- unittest.group('obj-schema-Explanation', () {
- unittest.test('to-json--from-json', () async {
- var o = buildExplanation();
- var oJson = convert.jsonDecode(convert.jsonEncode(o));
- var od = api.Explanation.fromJson(
- oJson as core.Map<core.String, core.dynamic>);
- checkExplanation(od as api.Explanation);
- });
- });
-
unittest.group('obj-schema-Expr', () {
unittest.test('to-json--from-json', () async {
var o = buildExpr();
@@ -7611,16 +7616,6 @@
});
});
- unittest.group('obj-schema-GlobalExplanation', () {
- unittest.test('to-json--from-json', () async {
- var o = buildGlobalExplanation();
- var oJson = convert.jsonDecode(convert.jsonEncode(o));
- var od = api.GlobalExplanation.fromJson(
- oJson as core.Map<core.String, core.dynamic>);
- checkGlobalExplanation(od as api.GlobalExplanation);
- });
- });
-
unittest.group('obj-schema-GoogleSheetsOptions', () {
unittest.test('to-json--from-json', () async {
var o = buildGoogleSheetsOptions();
@@ -9430,7 +9425,7 @@
var arg_pageToken = 'foo';
var arg_parentJobId = 'foo';
var arg_projection = 'foo';
- var arg_stateFilter = buildUnnamed1572();
+ var arg_stateFilter = buildUnnamed1571();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
diff --git a/generated/googleapis/test/bigquerydatatransfer/v1_test.dart b/generated/googleapis/test/bigquerydatatransfer/v1_test.dart
index 7343600..7568ba8 100644
--- a/generated/googleapis/test/bigquerydatatransfer/v1_test.dart
+++ b/generated/googleapis/test/bigquerydatatransfer/v1_test.dart
@@ -61,27 +61,27 @@
buildCounterCheckValidCredsResponse--;
}
-core.List<api.DataSourceParameter> buildUnnamed2965() {
+core.List<api.DataSourceParameter> buildUnnamed2973() {
var o = <api.DataSourceParameter>[];
o.add(buildDataSourceParameter());
o.add(buildDataSourceParameter());
return o;
}
-void checkUnnamed2965(core.List<api.DataSourceParameter> o) {
+void checkUnnamed2973(core.List<api.DataSourceParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSourceParameter(o[0] as api.DataSourceParameter);
checkDataSourceParameter(o[1] as api.DataSourceParameter);
}
-core.List<core.String> buildUnnamed2966() {
+core.List<core.String> buildUnnamed2974() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2966(core.List<core.String> o) {
+void checkUnnamed2974(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -110,8 +110,8 @@
o.manualRunsDisabled = true;
o.minimumScheduleInterval = 'foo';
o.name = 'foo';
- o.parameters = buildUnnamed2965();
- o.scopes = buildUnnamed2966();
+ o.parameters = buildUnnamed2973();
+ o.scopes = buildUnnamed2974();
o.supportsCustomSchedule = true;
o.supportsMultipleTransfers = true;
o.transferType = 'foo';
@@ -169,8 +169,8 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2965(o.parameters!);
- checkUnnamed2966(o.scopes!);
+ checkUnnamed2973(o.parameters!);
+ checkUnnamed2974(o.scopes!);
unittest.expect(o.supportsCustomSchedule!, unittest.isTrue);
unittest.expect(o.supportsMultipleTransfers!, unittest.isTrue);
unittest.expect(
@@ -185,14 +185,14 @@
buildCounterDataSource--;
}
-core.List<core.String> buildUnnamed2967() {
+core.List<core.String> buildUnnamed2975() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2967(core.List<core.String> o) {
+void checkUnnamed2975(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -204,14 +204,14 @@
);
}
-core.List<api.DataSourceParameter> buildUnnamed2968() {
+core.List<api.DataSourceParameter> buildUnnamed2976() {
var o = <api.DataSourceParameter>[];
o.add(buildDataSourceParameter());
o.add(buildDataSourceParameter());
return o;
}
-void checkUnnamed2968(core.List<api.DataSourceParameter> o) {
+void checkUnnamed2976(core.List<api.DataSourceParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSourceParameter(o[0] as api.DataSourceParameter);
checkDataSourceParameter(o[1] as api.DataSourceParameter);
@@ -222,11 +222,11 @@
var o = api.DataSourceParameter();
buildCounterDataSourceParameter++;
if (buildCounterDataSourceParameter < 3) {
- o.allowedValues = buildUnnamed2967();
+ o.allowedValues = buildUnnamed2975();
o.deprecated = true;
o.description = 'foo';
o.displayName = 'foo';
- o.fields = buildUnnamed2968();
+ o.fields = buildUnnamed2976();
o.immutable = true;
o.maxValue = 42.0;
o.minValue = 42.0;
@@ -246,7 +246,7 @@
void checkDataSourceParameter(api.DataSourceParameter o) {
buildCounterDataSourceParameter++;
if (buildCounterDataSourceParameter < 3) {
- checkUnnamed2967(o.allowedValues!);
+ checkUnnamed2975(o.allowedValues!);
unittest.expect(o.deprecated!, unittest.isTrue);
unittest.expect(
o.description!,
@@ -256,7 +256,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2968(o.fields!);
+ checkUnnamed2976(o.fields!);
unittest.expect(o.immutable!, unittest.isTrue);
unittest.expect(
o.maxValue!,
@@ -327,14 +327,14 @@
buildCounterEmpty--;
}
-core.List<api.DataSource> buildUnnamed2969() {
+core.List<api.DataSource> buildUnnamed2977() {
var o = <api.DataSource>[];
o.add(buildDataSource());
o.add(buildDataSource());
return o;
}
-void checkUnnamed2969(core.List<api.DataSource> o) {
+void checkUnnamed2977(core.List<api.DataSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSource(o[0] as api.DataSource);
checkDataSource(o[1] as api.DataSource);
@@ -345,7 +345,7 @@
var o = api.ListDataSourcesResponse();
buildCounterListDataSourcesResponse++;
if (buildCounterListDataSourcesResponse < 3) {
- o.dataSources = buildUnnamed2969();
+ o.dataSources = buildUnnamed2977();
o.nextPageToken = 'foo';
}
buildCounterListDataSourcesResponse--;
@@ -355,7 +355,7 @@
void checkListDataSourcesResponse(api.ListDataSourcesResponse o) {
buildCounterListDataSourcesResponse++;
if (buildCounterListDataSourcesResponse < 3) {
- checkUnnamed2969(o.dataSources!);
+ checkUnnamed2977(o.dataSources!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -364,14 +364,14 @@
buildCounterListDataSourcesResponse--;
}
-core.List<api.Location> buildUnnamed2970() {
+core.List<api.Location> buildUnnamed2978() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed2970(core.List<api.Location> o) {
+void checkUnnamed2978(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -382,7 +382,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed2970();
+ o.locations = buildUnnamed2978();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -392,7 +392,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed2970(o.locations!);
+ checkUnnamed2978(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -401,14 +401,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.TransferConfig> buildUnnamed2971() {
+core.List<api.TransferConfig> buildUnnamed2979() {
var o = <api.TransferConfig>[];
o.add(buildTransferConfig());
o.add(buildTransferConfig());
return o;
}
-void checkUnnamed2971(core.List<api.TransferConfig> o) {
+void checkUnnamed2979(core.List<api.TransferConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransferConfig(o[0] as api.TransferConfig);
checkTransferConfig(o[1] as api.TransferConfig);
@@ -420,7 +420,7 @@
buildCounterListTransferConfigsResponse++;
if (buildCounterListTransferConfigsResponse < 3) {
o.nextPageToken = 'foo';
- o.transferConfigs = buildUnnamed2971();
+ o.transferConfigs = buildUnnamed2979();
}
buildCounterListTransferConfigsResponse--;
return o;
@@ -433,19 +433,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2971(o.transferConfigs!);
+ checkUnnamed2979(o.transferConfigs!);
}
buildCounterListTransferConfigsResponse--;
}
-core.List<api.TransferMessage> buildUnnamed2972() {
+core.List<api.TransferMessage> buildUnnamed2980() {
var o = <api.TransferMessage>[];
o.add(buildTransferMessage());
o.add(buildTransferMessage());
return o;
}
-void checkUnnamed2972(core.List<api.TransferMessage> o) {
+void checkUnnamed2980(core.List<api.TransferMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransferMessage(o[0] as api.TransferMessage);
checkTransferMessage(o[1] as api.TransferMessage);
@@ -457,7 +457,7 @@
buildCounterListTransferLogsResponse++;
if (buildCounterListTransferLogsResponse < 3) {
o.nextPageToken = 'foo';
- o.transferMessages = buildUnnamed2972();
+ o.transferMessages = buildUnnamed2980();
}
buildCounterListTransferLogsResponse--;
return o;
@@ -470,19 +470,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2972(o.transferMessages!);
+ checkUnnamed2980(o.transferMessages!);
}
buildCounterListTransferLogsResponse--;
}
-core.List<api.TransferRun> buildUnnamed2973() {
+core.List<api.TransferRun> buildUnnamed2981() {
var o = <api.TransferRun>[];
o.add(buildTransferRun());
o.add(buildTransferRun());
return o;
}
-void checkUnnamed2973(core.List<api.TransferRun> o) {
+void checkUnnamed2981(core.List<api.TransferRun> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransferRun(o[0] as api.TransferRun);
checkTransferRun(o[1] as api.TransferRun);
@@ -494,7 +494,7 @@
buildCounterListTransferRunsResponse++;
if (buildCounterListTransferRunsResponse < 3) {
o.nextPageToken = 'foo';
- o.transferRuns = buildUnnamed2973();
+ o.transferRuns = buildUnnamed2981();
}
buildCounterListTransferRunsResponse--;
return o;
@@ -507,19 +507,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2973(o.transferRuns!);
+ checkUnnamed2981(o.transferRuns!);
}
buildCounterListTransferRunsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed2974() {
+core.Map<core.String, core.String> buildUnnamed2982() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2974(core.Map<core.String, core.String> o) {
+void checkUnnamed2982(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -531,7 +531,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2975() {
+core.Map<core.String, core.Object> buildUnnamed2983() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -546,7 +546,7 @@
return o;
}
-void checkUnnamed2975(core.Map<core.String, core.Object> o) {
+void checkUnnamed2983(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -584,9 +584,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed2974();
+ o.labels = buildUnnamed2982();
o.locationId = 'foo';
- o.metadata = buildUnnamed2975();
+ o.metadata = buildUnnamed2983();
o.name = 'foo';
}
buildCounterLocation--;
@@ -600,12 +600,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2974(o.labels!);
+ checkUnnamed2982(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed2975(o.metadata!);
+ checkUnnamed2983(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -670,14 +670,14 @@
buildCounterScheduleTransferRunsRequest--;
}
-core.List<api.TransferRun> buildUnnamed2976() {
+core.List<api.TransferRun> buildUnnamed2984() {
var o = <api.TransferRun>[];
o.add(buildTransferRun());
o.add(buildTransferRun());
return o;
}
-void checkUnnamed2976(core.List<api.TransferRun> o) {
+void checkUnnamed2984(core.List<api.TransferRun> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransferRun(o[0] as api.TransferRun);
checkTransferRun(o[1] as api.TransferRun);
@@ -688,7 +688,7 @@
var o = api.ScheduleTransferRunsResponse();
buildCounterScheduleTransferRunsResponse++;
if (buildCounterScheduleTransferRunsResponse < 3) {
- o.runs = buildUnnamed2976();
+ o.runs = buildUnnamed2984();
}
buildCounterScheduleTransferRunsResponse--;
return o;
@@ -697,7 +697,7 @@
void checkScheduleTransferRunsResponse(api.ScheduleTransferRunsResponse o) {
buildCounterScheduleTransferRunsResponse++;
if (buildCounterScheduleTransferRunsResponse < 3) {
- checkUnnamed2976(o.runs!);
+ checkUnnamed2984(o.runs!);
}
buildCounterScheduleTransferRunsResponse--;
}
@@ -726,14 +726,14 @@
buildCounterStartManualTransferRunsRequest--;
}
-core.List<api.TransferRun> buildUnnamed2977() {
+core.List<api.TransferRun> buildUnnamed2985() {
var o = <api.TransferRun>[];
o.add(buildTransferRun());
o.add(buildTransferRun());
return o;
}
-void checkUnnamed2977(core.List<api.TransferRun> o) {
+void checkUnnamed2985(core.List<api.TransferRun> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransferRun(o[0] as api.TransferRun);
checkTransferRun(o[1] as api.TransferRun);
@@ -744,7 +744,7 @@
var o = api.StartManualTransferRunsResponse();
buildCounterStartManualTransferRunsResponse++;
if (buildCounterStartManualTransferRunsResponse < 3) {
- o.runs = buildUnnamed2977();
+ o.runs = buildUnnamed2985();
}
buildCounterStartManualTransferRunsResponse--;
return o;
@@ -754,12 +754,12 @@
api.StartManualTransferRunsResponse o) {
buildCounterStartManualTransferRunsResponse++;
if (buildCounterStartManualTransferRunsResponse < 3) {
- checkUnnamed2977(o.runs!);
+ checkUnnamed2985(o.runs!);
}
buildCounterStartManualTransferRunsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed2978() {
+core.Map<core.String, core.Object> buildUnnamed2986() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -774,7 +774,7 @@
return o;
}
-void checkUnnamed2978(core.Map<core.String, core.Object> o) {
+void checkUnnamed2986(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -806,17 +806,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2979() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2987() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2978());
- o.add(buildUnnamed2978());
+ o.add(buildUnnamed2986());
+ o.add(buildUnnamed2986());
return o;
}
-void checkUnnamed2979(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2987(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2978(o[0]);
- checkUnnamed2978(o[1]);
+ checkUnnamed2986(o[0]);
+ checkUnnamed2986(o[1]);
}
core.int buildCounterStatus = 0;
@@ -825,7 +825,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2979();
+ o.details = buildUnnamed2987();
o.message = 'foo';
}
buildCounterStatus--;
@@ -839,7 +839,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2979(o.details!);
+ checkUnnamed2987(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -875,7 +875,7 @@
buildCounterTimeRange--;
}
-core.Map<core.String, core.Object> buildUnnamed2980() {
+core.Map<core.String, core.Object> buildUnnamed2988() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -890,7 +890,7 @@
return o;
}
-void checkUnnamed2980(core.Map<core.String, core.Object> o) {
+void checkUnnamed2988(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -937,7 +937,7 @@
o.name = 'foo';
o.nextRunTime = 'foo';
o.notificationPubsubTopic = 'foo';
- o.params = buildUnnamed2980();
+ o.params = buildUnnamed2988();
o.schedule = 'foo';
o.scheduleOptions = buildScheduleOptions();
o.state = 'foo';
@@ -985,7 +985,7 @@
o.notificationPubsubTopic!,
unittest.equals('foo'),
);
- checkUnnamed2980(o.params!);
+ checkUnnamed2988(o.params!);
unittest.expect(
o.schedule!,
unittest.equals('foo'),
@@ -1039,7 +1039,7 @@
buildCounterTransferMessage--;
}
-core.Map<core.String, core.Object> buildUnnamed2981() {
+core.Map<core.String, core.Object> buildUnnamed2989() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1054,7 +1054,7 @@
return o;
}
-void checkUnnamed2981(core.Map<core.String, core.Object> o) {
+void checkUnnamed2989(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1098,7 +1098,7 @@
o.errorStatus = buildStatus();
o.name = 'foo';
o.notificationPubsubTopic = 'foo';
- o.params = buildUnnamed2981();
+ o.params = buildUnnamed2989();
o.runTime = 'foo';
o.schedule = 'foo';
o.scheduleTime = 'foo';
@@ -1136,7 +1136,7 @@
o.notificationPubsubTopic!,
unittest.equals('foo'),
);
- checkUnnamed2981(o.params!);
+ checkUnnamed2989(o.params!);
unittest.expect(
o.runTime!,
unittest.equals('foo'),
@@ -1169,14 +1169,14 @@
buildCounterTransferRun--;
}
-core.List<core.String> buildUnnamed2982() {
+core.List<core.String> buildUnnamed2990() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2982(core.List<core.String> o) {
+void checkUnnamed2990(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1188,14 +1188,14 @@
);
}
-core.List<core.String> buildUnnamed2983() {
+core.List<core.String> buildUnnamed2991() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2983(core.List<core.String> o) {
+void checkUnnamed2991(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1207,14 +1207,14 @@
);
}
-core.List<core.String> buildUnnamed2984() {
+core.List<core.String> buildUnnamed2992() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2984(core.List<core.String> o) {
+void checkUnnamed2992(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1226,14 +1226,14 @@
);
}
-core.List<core.String> buildUnnamed2985() {
+core.List<core.String> buildUnnamed2993() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2985(core.List<core.String> o) {
+void checkUnnamed2993(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1245,14 +1245,14 @@
);
}
-core.List<core.String> buildUnnamed2986() {
+core.List<core.String> buildUnnamed2994() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2986(core.List<core.String> o) {
+void checkUnnamed2994(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1264,14 +1264,14 @@
);
}
-core.List<core.String> buildUnnamed2987() {
+core.List<core.String> buildUnnamed2995() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2987(core.List<core.String> o) {
+void checkUnnamed2995(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2176,7 +2176,7 @@
var res =
api.BigQueryDataTransferApi(mock).projects.locations.transferConfigs;
var arg_parent = 'foo';
- var arg_dataSourceIds = buildUnnamed2982();
+ var arg_dataSourceIds = buildUnnamed2990();
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_$fields = 'foo';
@@ -2574,7 +2574,7 @@
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_runAttempt = 'foo';
- var arg_states = buildUnnamed2983();
+ var arg_states = buildUnnamed2991();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -2656,7 +2656,7 @@
.runs
.transferLogs;
var arg_parent = 'foo';
- var arg_messageTypes = buildUnnamed2984();
+ var arg_messageTypes = buildUnnamed2992();
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_$fields = 'foo';
@@ -2909,7 +2909,7 @@
var mock = HttpServerMock();
var res = api.BigQueryDataTransferApi(mock).projects.transferConfigs;
var arg_parent = 'foo';
- var arg_dataSourceIds = buildUnnamed2985();
+ var arg_dataSourceIds = buildUnnamed2993();
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_$fields = 'foo';
@@ -3292,7 +3292,7 @@
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_runAttempt = 'foo';
- var arg_states = buildUnnamed2986();
+ var arg_states = buildUnnamed2994();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -3373,7 +3373,7 @@
.runs
.transferLogs;
var arg_parent = 'foo';
- var arg_messageTypes = buildUnnamed2987();
+ var arg_messageTypes = buildUnnamed2995();
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/bigqueryreservation/v1_test.dart b/generated/googleapis/test/bigqueryreservation/v1_test.dart
index b0ce3ae..39f044f 100644
--- a/generated/googleapis/test/bigqueryreservation/v1_test.dart
+++ b/generated/googleapis/test/bigqueryreservation/v1_test.dart
@@ -165,14 +165,14 @@
buildCounterEmpty--;
}
-core.List<api.Assignment> buildUnnamed5214() {
+core.List<api.Assignment> buildUnnamed5265() {
var o = <api.Assignment>[];
o.add(buildAssignment());
o.add(buildAssignment());
return o;
}
-void checkUnnamed5214(core.List<api.Assignment> o) {
+void checkUnnamed5265(core.List<api.Assignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignment(o[0] as api.Assignment);
checkAssignment(o[1] as api.Assignment);
@@ -183,7 +183,7 @@
var o = api.ListAssignmentsResponse();
buildCounterListAssignmentsResponse++;
if (buildCounterListAssignmentsResponse < 3) {
- o.assignments = buildUnnamed5214();
+ o.assignments = buildUnnamed5265();
o.nextPageToken = 'foo';
}
buildCounterListAssignmentsResponse--;
@@ -193,7 +193,7 @@
void checkListAssignmentsResponse(api.ListAssignmentsResponse o) {
buildCounterListAssignmentsResponse++;
if (buildCounterListAssignmentsResponse < 3) {
- checkUnnamed5214(o.assignments!);
+ checkUnnamed5265(o.assignments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -202,14 +202,14 @@
buildCounterListAssignmentsResponse--;
}
-core.List<api.CapacityCommitment> buildUnnamed5215() {
+core.List<api.CapacityCommitment> buildUnnamed5266() {
var o = <api.CapacityCommitment>[];
o.add(buildCapacityCommitment());
o.add(buildCapacityCommitment());
return o;
}
-void checkUnnamed5215(core.List<api.CapacityCommitment> o) {
+void checkUnnamed5266(core.List<api.CapacityCommitment> o) {
unittest.expect(o, unittest.hasLength(2));
checkCapacityCommitment(o[0] as api.CapacityCommitment);
checkCapacityCommitment(o[1] as api.CapacityCommitment);
@@ -220,7 +220,7 @@
var o = api.ListCapacityCommitmentsResponse();
buildCounterListCapacityCommitmentsResponse++;
if (buildCounterListCapacityCommitmentsResponse < 3) {
- o.capacityCommitments = buildUnnamed5215();
+ o.capacityCommitments = buildUnnamed5266();
o.nextPageToken = 'foo';
}
buildCounterListCapacityCommitmentsResponse--;
@@ -231,7 +231,7 @@
api.ListCapacityCommitmentsResponse o) {
buildCounterListCapacityCommitmentsResponse++;
if (buildCounterListCapacityCommitmentsResponse < 3) {
- checkUnnamed5215(o.capacityCommitments!);
+ checkUnnamed5266(o.capacityCommitments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -240,14 +240,14 @@
buildCounterListCapacityCommitmentsResponse--;
}
-core.List<api.Reservation> buildUnnamed5216() {
+core.List<api.Reservation> buildUnnamed5267() {
var o = <api.Reservation>[];
o.add(buildReservation());
o.add(buildReservation());
return o;
}
-void checkUnnamed5216(core.List<api.Reservation> o) {
+void checkUnnamed5267(core.List<api.Reservation> o) {
unittest.expect(o, unittest.hasLength(2));
checkReservation(o[0] as api.Reservation);
checkReservation(o[1] as api.Reservation);
@@ -259,7 +259,7 @@
buildCounterListReservationsResponse++;
if (buildCounterListReservationsResponse < 3) {
o.nextPageToken = 'foo';
- o.reservations = buildUnnamed5216();
+ o.reservations = buildUnnamed5267();
}
buildCounterListReservationsResponse--;
return o;
@@ -272,19 +272,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5216(o.reservations!);
+ checkUnnamed5267(o.reservations!);
}
buildCounterListReservationsResponse--;
}
-core.List<core.String> buildUnnamed5217() {
+core.List<core.String> buildUnnamed5268() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5217(core.List<core.String> o) {
+void checkUnnamed5268(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -301,7 +301,7 @@
var o = api.MergeCapacityCommitmentsRequest();
buildCounterMergeCapacityCommitmentsRequest++;
if (buildCounterMergeCapacityCommitmentsRequest < 3) {
- o.capacityCommitmentIds = buildUnnamed5217();
+ o.capacityCommitmentIds = buildUnnamed5268();
}
buildCounterMergeCapacityCommitmentsRequest--;
return o;
@@ -311,7 +311,7 @@
api.MergeCapacityCommitmentsRequest o) {
buildCounterMergeCapacityCommitmentsRequest++;
if (buildCounterMergeCapacityCommitmentsRequest < 3) {
- checkUnnamed5217(o.capacityCommitmentIds!);
+ checkUnnamed5268(o.capacityCommitmentIds!);
}
buildCounterMergeCapacityCommitmentsRequest--;
}
@@ -377,14 +377,14 @@
buildCounterReservation--;
}
-core.List<api.Assignment> buildUnnamed5218() {
+core.List<api.Assignment> buildUnnamed5269() {
var o = <api.Assignment>[];
o.add(buildAssignment());
o.add(buildAssignment());
return o;
}
-void checkUnnamed5218(core.List<api.Assignment> o) {
+void checkUnnamed5269(core.List<api.Assignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignment(o[0] as api.Assignment);
checkAssignment(o[1] as api.Assignment);
@@ -395,7 +395,7 @@
var o = api.SearchAllAssignmentsResponse();
buildCounterSearchAllAssignmentsResponse++;
if (buildCounterSearchAllAssignmentsResponse < 3) {
- o.assignments = buildUnnamed5218();
+ o.assignments = buildUnnamed5269();
o.nextPageToken = 'foo';
}
buildCounterSearchAllAssignmentsResponse--;
@@ -405,7 +405,7 @@
void checkSearchAllAssignmentsResponse(api.SearchAllAssignmentsResponse o) {
buildCounterSearchAllAssignmentsResponse++;
if (buildCounterSearchAllAssignmentsResponse < 3) {
- checkUnnamed5218(o.assignments!);
+ checkUnnamed5269(o.assignments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -414,14 +414,14 @@
buildCounterSearchAllAssignmentsResponse--;
}
-core.List<api.Assignment> buildUnnamed5219() {
+core.List<api.Assignment> buildUnnamed5270() {
var o = <api.Assignment>[];
o.add(buildAssignment());
o.add(buildAssignment());
return o;
}
-void checkUnnamed5219(core.List<api.Assignment> o) {
+void checkUnnamed5270(core.List<api.Assignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignment(o[0] as api.Assignment);
checkAssignment(o[1] as api.Assignment);
@@ -432,7 +432,7 @@
var o = api.SearchAssignmentsResponse();
buildCounterSearchAssignmentsResponse++;
if (buildCounterSearchAssignmentsResponse < 3) {
- o.assignments = buildUnnamed5219();
+ o.assignments = buildUnnamed5270();
o.nextPageToken = 'foo';
}
buildCounterSearchAssignmentsResponse--;
@@ -442,7 +442,7 @@
void checkSearchAssignmentsResponse(api.SearchAssignmentsResponse o) {
buildCounterSearchAssignmentsResponse++;
if (buildCounterSearchAssignmentsResponse < 3) {
- checkUnnamed5219(o.assignments!);
+ checkUnnamed5270(o.assignments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -495,7 +495,7 @@
buildCounterSplitCapacityCommitmentResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed5220() {
+core.Map<core.String, core.Object> buildUnnamed5271() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -510,7 +510,7 @@
return o;
}
-void checkUnnamed5220(core.Map<core.String, core.Object> o) {
+void checkUnnamed5271(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -542,17 +542,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5221() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5272() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5220());
- o.add(buildUnnamed5220());
+ o.add(buildUnnamed5271());
+ o.add(buildUnnamed5271());
return o;
}
-void checkUnnamed5221(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5272(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5220(o[0]);
- checkUnnamed5220(o[1]);
+ checkUnnamed5271(o[0]);
+ checkUnnamed5271(o[1]);
}
core.int buildCounterStatus = 0;
@@ -561,7 +561,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed5221();
+ o.details = buildUnnamed5272();
o.message = 'foo';
}
buildCounterStatus--;
@@ -575,7 +575,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5221(o.details!);
+ checkUnnamed5272(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/billingbudgets/v1_test.dart b/generated/googleapis/test/billingbudgets/v1_test.dart
index 6aa0d09..ee89b75 100644
--- a/generated/googleapis/test/billingbudgets/v1_test.dart
+++ b/generated/googleapis/test/billingbudgets/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.GoogleCloudBillingBudgetsV1ThresholdRule> buildUnnamed1692() {
+core.List<api.GoogleCloudBillingBudgetsV1ThresholdRule> buildUnnamed1691() {
var o = <api.GoogleCloudBillingBudgetsV1ThresholdRule>[];
o.add(buildGoogleCloudBillingBudgetsV1ThresholdRule());
o.add(buildGoogleCloudBillingBudgetsV1ThresholdRule());
return o;
}
-void checkUnnamed1692(
+void checkUnnamed1691(
core.List<api.GoogleCloudBillingBudgetsV1ThresholdRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudBillingBudgetsV1ThresholdRule(
@@ -54,7 +54,7 @@
o.etag = 'foo';
o.name = 'foo';
o.notificationsRule = buildGoogleCloudBillingBudgetsV1NotificationsRule();
- o.thresholdRules = buildUnnamed1692();
+ o.thresholdRules = buildUnnamed1691();
}
buildCounterGoogleCloudBillingBudgetsV1Budget--;
return o;
@@ -82,7 +82,7 @@
);
checkGoogleCloudBillingBudgetsV1NotificationsRule(o.notificationsRule!
as api.GoogleCloudBillingBudgetsV1NotificationsRule);
- checkUnnamed1692(o.thresholdRules!);
+ checkUnnamed1691(o.thresholdRules!);
}
buildCounterGoogleCloudBillingBudgetsV1Budget--;
}
@@ -134,14 +134,14 @@
buildCounterGoogleCloudBillingBudgetsV1CustomPeriod--;
}
-core.List<core.String> buildUnnamed1693() {
+core.List<core.String> buildUnnamed1692() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1693(core.List<core.String> o) {
+void checkUnnamed1692(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -153,7 +153,7 @@
);
}
-core.List<core.Object> buildUnnamed1694() {
+core.List<core.Object> buildUnnamed1693() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -168,7 +168,7 @@
return o;
}
-void checkUnnamed1694(core.List<core.Object> o) {
+void checkUnnamed1693(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o[0]) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -200,17 +200,36 @@
);
}
-core.Map<core.String, core.List<core.Object>> buildUnnamed1695() {
+core.Map<core.String, core.List<core.Object>> buildUnnamed1694() {
var o = <core.String, core.List<core.Object>>{};
- o['x'] = buildUnnamed1694();
- o['y'] = buildUnnamed1694();
+ o['x'] = buildUnnamed1693();
+ o['y'] = buildUnnamed1693();
return o;
}
-void checkUnnamed1695(core.Map<core.String, core.List<core.Object>> o) {
+void checkUnnamed1694(core.Map<core.String, core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed1694(o['x']!);
- checkUnnamed1694(o['y']!);
+ checkUnnamed1693(o['x']!);
+ checkUnnamed1693(o['y']!);
+}
+
+core.List<core.String> buildUnnamed1695() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1695(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'),
+ );
}
core.List<core.String> buildUnnamed1696() {
@@ -251,38 +270,19 @@
);
}
-core.List<core.String> buildUnnamed1698() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1698(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'),
- );
-}
-
core.int buildCounterGoogleCloudBillingBudgetsV1Filter = 0;
api.GoogleCloudBillingBudgetsV1Filter buildGoogleCloudBillingBudgetsV1Filter() {
var o = api.GoogleCloudBillingBudgetsV1Filter();
buildCounterGoogleCloudBillingBudgetsV1Filter++;
if (buildCounterGoogleCloudBillingBudgetsV1Filter < 3) {
o.calendarPeriod = 'foo';
- o.creditTypes = buildUnnamed1693();
+ o.creditTypes = buildUnnamed1692();
o.creditTypesTreatment = 'foo';
o.customPeriod = buildGoogleCloudBillingBudgetsV1CustomPeriod();
- o.labels = buildUnnamed1695();
- o.projects = buildUnnamed1696();
- o.services = buildUnnamed1697();
- o.subaccounts = buildUnnamed1698();
+ o.labels = buildUnnamed1694();
+ o.projects = buildUnnamed1695();
+ o.services = buildUnnamed1696();
+ o.subaccounts = buildUnnamed1697();
}
buildCounterGoogleCloudBillingBudgetsV1Filter--;
return o;
@@ -296,17 +296,17 @@
o.calendarPeriod!,
unittest.equals('foo'),
);
- checkUnnamed1693(o.creditTypes!);
+ checkUnnamed1692(o.creditTypes!);
unittest.expect(
o.creditTypesTreatment!,
unittest.equals('foo'),
);
checkGoogleCloudBillingBudgetsV1CustomPeriod(
o.customPeriod! as api.GoogleCloudBillingBudgetsV1CustomPeriod);
- checkUnnamed1695(o.labels!);
- checkUnnamed1696(o.projects!);
- checkUnnamed1697(o.services!);
- checkUnnamed1698(o.subaccounts!);
+ checkUnnamed1694(o.labels!);
+ checkUnnamed1695(o.projects!);
+ checkUnnamed1696(o.services!);
+ checkUnnamed1697(o.subaccounts!);
}
buildCounterGoogleCloudBillingBudgetsV1Filter--;
}
@@ -328,14 +328,14 @@
buildCounterGoogleCloudBillingBudgetsV1LastPeriodAmount--;
}
-core.List<api.GoogleCloudBillingBudgetsV1Budget> buildUnnamed1699() {
+core.List<api.GoogleCloudBillingBudgetsV1Budget> buildUnnamed1698() {
var o = <api.GoogleCloudBillingBudgetsV1Budget>[];
o.add(buildGoogleCloudBillingBudgetsV1Budget());
o.add(buildGoogleCloudBillingBudgetsV1Budget());
return o;
}
-void checkUnnamed1699(core.List<api.GoogleCloudBillingBudgetsV1Budget> o) {
+void checkUnnamed1698(core.List<api.GoogleCloudBillingBudgetsV1Budget> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudBillingBudgetsV1Budget(
o[0] as api.GoogleCloudBillingBudgetsV1Budget);
@@ -349,7 +349,7 @@
var o = api.GoogleCloudBillingBudgetsV1ListBudgetsResponse();
buildCounterGoogleCloudBillingBudgetsV1ListBudgetsResponse++;
if (buildCounterGoogleCloudBillingBudgetsV1ListBudgetsResponse < 3) {
- o.budgets = buildUnnamed1699();
+ o.budgets = buildUnnamed1698();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudBillingBudgetsV1ListBudgetsResponse--;
@@ -360,7 +360,7 @@
api.GoogleCloudBillingBudgetsV1ListBudgetsResponse o) {
buildCounterGoogleCloudBillingBudgetsV1ListBudgetsResponse++;
if (buildCounterGoogleCloudBillingBudgetsV1ListBudgetsResponse < 3) {
- checkUnnamed1699(o.budgets!);
+ checkUnnamed1698(o.budgets!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -369,14 +369,14 @@
buildCounterGoogleCloudBillingBudgetsV1ListBudgetsResponse--;
}
-core.List<core.String> buildUnnamed1700() {
+core.List<core.String> buildUnnamed1699() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1700(core.List<core.String> o) {
+void checkUnnamed1699(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -395,7 +395,7 @@
buildCounterGoogleCloudBillingBudgetsV1NotificationsRule++;
if (buildCounterGoogleCloudBillingBudgetsV1NotificationsRule < 3) {
o.disableDefaultIamRecipients = true;
- o.monitoringNotificationChannels = buildUnnamed1700();
+ o.monitoringNotificationChannels = buildUnnamed1699();
o.pubsubTopic = 'foo';
o.schemaVersion = 'foo';
}
@@ -408,7 +408,7 @@
buildCounterGoogleCloudBillingBudgetsV1NotificationsRule++;
if (buildCounterGoogleCloudBillingBudgetsV1NotificationsRule < 3) {
unittest.expect(o.disableDefaultIamRecipients!, unittest.isTrue);
- checkUnnamed1700(o.monitoringNotificationChannels!);
+ checkUnnamed1699(o.monitoringNotificationChannels!);
unittest.expect(
o.pubsubTopic!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/binaryauthorization/v1_test.dart b/generated/googleapis/test/binaryauthorization/v1_test.dart
index 8bdfd3b..13b8f00 100644
--- a/generated/googleapis/test/binaryauthorization/v1_test.dart
+++ b/generated/googleapis/test/binaryauthorization/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed4910() {
+core.List<core.String> buildUnnamed4953() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4910(core.List<core.String> o) {
+void checkUnnamed4953(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -53,7 +53,7 @@
if (buildCounterAdmissionRule < 3) {
o.enforcementMode = 'foo';
o.evaluationMode = 'foo';
- o.requireAttestationsBy = buildUnnamed4910();
+ o.requireAttestationsBy = buildUnnamed4953();
}
buildCounterAdmissionRule--;
return o;
@@ -70,7 +70,7 @@
o.evaluationMode!,
unittest.equals('foo'),
);
- checkUnnamed4910(o.requireAttestationsBy!);
+ checkUnnamed4953(o.requireAttestationsBy!);
}
buildCounterAdmissionRule--;
}
@@ -97,27 +97,27 @@
buildCounterAdmissionWhitelistPattern--;
}
-core.List<api.Jwt> buildUnnamed4911() {
+core.List<api.Jwt> buildUnnamed4954() {
var o = <api.Jwt>[];
o.add(buildJwt());
o.add(buildJwt());
return o;
}
-void checkUnnamed4911(core.List<api.Jwt> o) {
+void checkUnnamed4954(core.List<api.Jwt> o) {
unittest.expect(o, unittest.hasLength(2));
checkJwt(o[0] as api.Jwt);
checkJwt(o[1] as api.Jwt);
}
-core.List<api.Signature> buildUnnamed4912() {
+core.List<api.Signature> buildUnnamed4955() {
var o = <api.Signature>[];
o.add(buildSignature());
o.add(buildSignature());
return o;
}
-void checkUnnamed4912(core.List<api.Signature> o) {
+void checkUnnamed4955(core.List<api.Signature> o) {
unittest.expect(o, unittest.hasLength(2));
checkSignature(o[0] as api.Signature);
checkSignature(o[1] as api.Signature);
@@ -128,9 +128,9 @@
var o = api.AttestationOccurrence();
buildCounterAttestationOccurrence++;
if (buildCounterAttestationOccurrence < 3) {
- o.jwts = buildUnnamed4911();
+ o.jwts = buildUnnamed4954();
o.serializedPayload = 'foo';
- o.signatures = buildUnnamed4912();
+ o.signatures = buildUnnamed4955();
}
buildCounterAttestationOccurrence--;
return o;
@@ -139,12 +139,12 @@
void checkAttestationOccurrence(api.AttestationOccurrence o) {
buildCounterAttestationOccurrence++;
if (buildCounterAttestationOccurrence < 3) {
- checkUnnamed4911(o.jwts!);
+ checkUnnamed4954(o.jwts!);
unittest.expect(
o.serializedPayload!,
unittest.equals('foo'),
);
- checkUnnamed4912(o.signatures!);
+ checkUnnamed4955(o.signatures!);
}
buildCounterAttestationOccurrence--;
}
@@ -218,14 +218,14 @@
buildCounterAttestorPublicKey--;
}
-core.List<core.String> buildUnnamed4913() {
+core.List<core.String> buildUnnamed4956() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4913(core.List<core.String> o) {
+void checkUnnamed4956(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -243,7 +243,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed4913();
+ o.members = buildUnnamed4956();
o.role = 'foo';
}
buildCounterBinding--;
@@ -254,7 +254,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed4913(o.members!);
+ checkUnnamed4956(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -315,14 +315,14 @@
buildCounterExpr--;
}
-core.List<api.Binding> buildUnnamed4914() {
+core.List<api.Binding> buildUnnamed4957() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed4914(core.List<api.Binding> o) {
+void checkUnnamed4957(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -333,7 +333,7 @@
var o = api.IamPolicy();
buildCounterIamPolicy++;
if (buildCounterIamPolicy < 3) {
- o.bindings = buildUnnamed4914();
+ o.bindings = buildUnnamed4957();
o.etag = 'foo';
o.version = 42;
}
@@ -344,7 +344,7 @@
void checkIamPolicy(api.IamPolicy o) {
buildCounterIamPolicy++;
if (buildCounterIamPolicy < 3) {
- checkUnnamed4914(o.bindings!);
+ checkUnnamed4957(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -379,14 +379,14 @@
buildCounterJwt--;
}
-core.List<api.Attestor> buildUnnamed4915() {
+core.List<api.Attestor> buildUnnamed4958() {
var o = <api.Attestor>[];
o.add(buildAttestor());
o.add(buildAttestor());
return o;
}
-void checkUnnamed4915(core.List<api.Attestor> o) {
+void checkUnnamed4958(core.List<api.Attestor> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttestor(o[0] as api.Attestor);
checkAttestor(o[1] as api.Attestor);
@@ -397,7 +397,7 @@
var o = api.ListAttestorsResponse();
buildCounterListAttestorsResponse++;
if (buildCounterListAttestorsResponse < 3) {
- o.attestors = buildUnnamed4915();
+ o.attestors = buildUnnamed4958();
o.nextPageToken = 'foo';
}
buildCounterListAttestorsResponse--;
@@ -407,7 +407,7 @@
void checkListAttestorsResponse(api.ListAttestorsResponse o) {
buildCounterListAttestorsResponse++;
if (buildCounterListAttestorsResponse < 3) {
- checkUnnamed4915(o.attestors!);
+ checkUnnamed4958(o.attestors!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -443,66 +443,66 @@
buildCounterPkixPublicKey--;
}
-core.List<api.AdmissionWhitelistPattern> buildUnnamed4916() {
+core.List<api.AdmissionWhitelistPattern> buildUnnamed4959() {
var o = <api.AdmissionWhitelistPattern>[];
o.add(buildAdmissionWhitelistPattern());
o.add(buildAdmissionWhitelistPattern());
return o;
}
-void checkUnnamed4916(core.List<api.AdmissionWhitelistPattern> o) {
+void checkUnnamed4959(core.List<api.AdmissionWhitelistPattern> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdmissionWhitelistPattern(o[0] as api.AdmissionWhitelistPattern);
checkAdmissionWhitelistPattern(o[1] as api.AdmissionWhitelistPattern);
}
-core.Map<core.String, api.AdmissionRule> buildUnnamed4917() {
+core.Map<core.String, api.AdmissionRule> buildUnnamed4960() {
var o = <core.String, api.AdmissionRule>{};
o['x'] = buildAdmissionRule();
o['y'] = buildAdmissionRule();
return o;
}
-void checkUnnamed4917(core.Map<core.String, api.AdmissionRule> o) {
+void checkUnnamed4960(core.Map<core.String, api.AdmissionRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdmissionRule(o['x']! as api.AdmissionRule);
checkAdmissionRule(o['y']! as api.AdmissionRule);
}
-core.Map<core.String, api.AdmissionRule> buildUnnamed4918() {
+core.Map<core.String, api.AdmissionRule> buildUnnamed4961() {
var o = <core.String, api.AdmissionRule>{};
o['x'] = buildAdmissionRule();
o['y'] = buildAdmissionRule();
return o;
}
-void checkUnnamed4918(core.Map<core.String, api.AdmissionRule> o) {
+void checkUnnamed4961(core.Map<core.String, api.AdmissionRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdmissionRule(o['x']! as api.AdmissionRule);
checkAdmissionRule(o['y']! as api.AdmissionRule);
}
-core.Map<core.String, api.AdmissionRule> buildUnnamed4919() {
+core.Map<core.String, api.AdmissionRule> buildUnnamed4962() {
var o = <core.String, api.AdmissionRule>{};
o['x'] = buildAdmissionRule();
o['y'] = buildAdmissionRule();
return o;
}
-void checkUnnamed4919(core.Map<core.String, api.AdmissionRule> o) {
+void checkUnnamed4962(core.Map<core.String, api.AdmissionRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdmissionRule(o['x']! as api.AdmissionRule);
checkAdmissionRule(o['y']! as api.AdmissionRule);
}
-core.Map<core.String, api.AdmissionRule> buildUnnamed4920() {
+core.Map<core.String, api.AdmissionRule> buildUnnamed4963() {
var o = <core.String, api.AdmissionRule>{};
o['x'] = buildAdmissionRule();
o['y'] = buildAdmissionRule();
return o;
}
-void checkUnnamed4920(core.Map<core.String, api.AdmissionRule> o) {
+void checkUnnamed4963(core.Map<core.String, api.AdmissionRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdmissionRule(o['x']! as api.AdmissionRule);
checkAdmissionRule(o['y']! as api.AdmissionRule);
@@ -513,14 +513,14 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.admissionWhitelistPatterns = buildUnnamed4916();
- o.clusterAdmissionRules = buildUnnamed4917();
+ o.admissionWhitelistPatterns = buildUnnamed4959();
+ o.clusterAdmissionRules = buildUnnamed4960();
o.defaultAdmissionRule = buildAdmissionRule();
o.description = 'foo';
o.globalPolicyEvaluationMode = 'foo';
- o.istioServiceIdentityAdmissionRules = buildUnnamed4918();
- o.kubernetesNamespaceAdmissionRules = buildUnnamed4919();
- o.kubernetesServiceAccountAdmissionRules = buildUnnamed4920();
+ o.istioServiceIdentityAdmissionRules = buildUnnamed4961();
+ o.kubernetesNamespaceAdmissionRules = buildUnnamed4962();
+ o.kubernetesServiceAccountAdmissionRules = buildUnnamed4963();
o.name = 'foo';
o.updateTime = 'foo';
}
@@ -531,8 +531,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed4916(o.admissionWhitelistPatterns!);
- checkUnnamed4917(o.clusterAdmissionRules!);
+ checkUnnamed4959(o.admissionWhitelistPatterns!);
+ checkUnnamed4960(o.clusterAdmissionRules!);
checkAdmissionRule(o.defaultAdmissionRule! as api.AdmissionRule);
unittest.expect(
o.description!,
@@ -542,9 +542,9 @@
o.globalPolicyEvaluationMode!,
unittest.equals('foo'),
);
- checkUnnamed4918(o.istioServiceIdentityAdmissionRules!);
- checkUnnamed4919(o.kubernetesNamespaceAdmissionRules!);
- checkUnnamed4920(o.kubernetesServiceAccountAdmissionRules!);
+ checkUnnamed4961(o.istioServiceIdentityAdmissionRules!);
+ checkUnnamed4962(o.kubernetesNamespaceAdmissionRules!);
+ checkUnnamed4963(o.kubernetesServiceAccountAdmissionRules!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -603,14 +603,14 @@
buildCounterSignature--;
}
-core.List<core.String> buildUnnamed4921() {
+core.List<core.String> buildUnnamed4964() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4921(core.List<core.String> o) {
+void checkUnnamed4964(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -627,7 +627,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed4921();
+ o.permissions = buildUnnamed4964();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -636,19 +636,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed4921(o.permissions!);
+ checkUnnamed4964(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed4922() {
+core.List<core.String> buildUnnamed4965() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4922(core.List<core.String> o) {
+void checkUnnamed4965(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -665,7 +665,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed4922();
+ o.permissions = buildUnnamed4965();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -674,19 +674,19 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed4922(o.permissions!);
+ checkUnnamed4965(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
-core.List<api.AttestorPublicKey> buildUnnamed4923() {
+core.List<api.AttestorPublicKey> buildUnnamed4966() {
var o = <api.AttestorPublicKey>[];
o.add(buildAttestorPublicKey());
o.add(buildAttestorPublicKey());
return o;
}
-void checkUnnamed4923(core.List<api.AttestorPublicKey> o) {
+void checkUnnamed4966(core.List<api.AttestorPublicKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttestorPublicKey(o[0] as api.AttestorPublicKey);
checkAttestorPublicKey(o[1] as api.AttestorPublicKey);
@@ -699,7 +699,7 @@
if (buildCounterUserOwnedGrafeasNote < 3) {
o.delegationServiceAccountEmail = 'foo';
o.noteReference = 'foo';
- o.publicKeys = buildUnnamed4923();
+ o.publicKeys = buildUnnamed4966();
}
buildCounterUserOwnedGrafeasNote--;
return o;
@@ -716,7 +716,7 @@
o.noteReference!,
unittest.equals('foo'),
);
- checkUnnamed4923(o.publicKeys!);
+ checkUnnamed4966(o.publicKeys!);
}
buildCounterUserOwnedGrafeasNote--;
}
diff --git a/generated/googleapis/test/books/v1_test.dart b/generated/googleapis/test/books/v1_test.dart
index e4bdd6a..08d02a0 100644
--- a/generated/googleapis/test/books/v1_test.dart
+++ b/generated/googleapis/test/books/v1_test.dart
@@ -119,14 +119,14 @@
buildCounterAnnotationLayerSummary--;
}
-core.List<core.String> buildUnnamed7686() {
+core.List<core.String> buildUnnamed7740() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7686(core.List<core.String> o) {
+void checkUnnamed7740(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -155,7 +155,7 @@
o.kind = 'foo';
o.layerId = 'foo';
o.layerSummary = buildAnnotationLayerSummary();
- o.pageIds = buildUnnamed7686();
+ o.pageIds = buildUnnamed7740();
o.selectedText = 'foo';
o.selfLink = 'foo';
o.updated = 'foo';
@@ -206,7 +206,7 @@
unittest.equals('foo'),
);
checkAnnotationLayerSummary(o.layerSummary! as api.AnnotationLayerSummary);
- checkUnnamed7686(o.pageIds!);
+ checkUnnamed7740(o.pageIds!);
unittest.expect(
o.selectedText!,
unittest.equals('foo'),
@@ -227,14 +227,14 @@
buildCounterAnnotation--;
}
-core.List<api.Annotation> buildUnnamed7687() {
+core.List<api.Annotation> buildUnnamed7741() {
var o = <api.Annotation>[];
o.add(buildAnnotation());
o.add(buildAnnotation());
return o;
}
-void checkUnnamed7687(core.List<api.Annotation> o) {
+void checkUnnamed7741(core.List<api.Annotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotation(o[0] as api.Annotation);
checkAnnotation(o[1] as api.Annotation);
@@ -245,7 +245,7 @@
var o = api.Annotations();
buildCounterAnnotations++;
if (buildCounterAnnotations < 3) {
- o.items = buildUnnamed7687();
+ o.items = buildUnnamed7741();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.totalItems = 42;
@@ -257,7 +257,7 @@
void checkAnnotations(api.Annotations o) {
buildCounterAnnotations++;
if (buildCounterAnnotations < 3) {
- checkUnnamed7687(o.items!);
+ checkUnnamed7741(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -316,14 +316,14 @@
buildCounterAnnotationsSummaryLayers--;
}
-core.List<api.AnnotationsSummaryLayers> buildUnnamed7688() {
+core.List<api.AnnotationsSummaryLayers> buildUnnamed7742() {
var o = <api.AnnotationsSummaryLayers>[];
o.add(buildAnnotationsSummaryLayers());
o.add(buildAnnotationsSummaryLayers());
return o;
}
-void checkUnnamed7688(core.List<api.AnnotationsSummaryLayers> o) {
+void checkUnnamed7742(core.List<api.AnnotationsSummaryLayers> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotationsSummaryLayers(o[0] as api.AnnotationsSummaryLayers);
checkAnnotationsSummaryLayers(o[1] as api.AnnotationsSummaryLayers);
@@ -335,7 +335,7 @@
buildCounterAnnotationsSummary++;
if (buildCounterAnnotationsSummary < 3) {
o.kind = 'foo';
- o.layers = buildUnnamed7688();
+ o.layers = buildUnnamed7742();
}
buildCounterAnnotationsSummary--;
return o;
@@ -348,19 +348,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed7688(o.layers!);
+ checkUnnamed7742(o.layers!);
}
buildCounterAnnotationsSummary--;
}
-core.List<api.GeoAnnotationdata> buildUnnamed7689() {
+core.List<api.GeoAnnotationdata> buildUnnamed7743() {
var o = <api.GeoAnnotationdata>[];
o.add(buildGeoAnnotationdata());
o.add(buildGeoAnnotationdata());
return o;
}
-void checkUnnamed7689(core.List<api.GeoAnnotationdata> o) {
+void checkUnnamed7743(core.List<api.GeoAnnotationdata> o) {
unittest.expect(o, unittest.hasLength(2));
checkGeoAnnotationdata(o[0] as api.GeoAnnotationdata);
checkGeoAnnotationdata(o[1] as api.GeoAnnotationdata);
@@ -371,7 +371,7 @@
var o = api.Annotationsdata();
buildCounterAnnotationsdata++;
if (buildCounterAnnotationsdata < 3) {
- o.items = buildUnnamed7689();
+ o.items = buildUnnamed7743();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.totalItems = 42;
@@ -383,7 +383,7 @@
void checkAnnotationsdata(api.Annotationsdata o) {
buildCounterAnnotationsdata++;
if (buildCounterAnnotationsdata < 3) {
- checkUnnamed7689(o.items!);
+ checkUnnamed7743(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -565,14 +565,14 @@
buildCounterBookshelf--;
}
-core.List<api.Bookshelf> buildUnnamed7690() {
+core.List<api.Bookshelf> buildUnnamed7744() {
var o = <api.Bookshelf>[];
o.add(buildBookshelf());
o.add(buildBookshelf());
return o;
}
-void checkUnnamed7690(core.List<api.Bookshelf> o) {
+void checkUnnamed7744(core.List<api.Bookshelf> o) {
unittest.expect(o, unittest.hasLength(2));
checkBookshelf(o[0] as api.Bookshelf);
checkBookshelf(o[1] as api.Bookshelf);
@@ -583,7 +583,7 @@
var o = api.Bookshelves();
buildCounterBookshelves++;
if (buildCounterBookshelves < 3) {
- o.items = buildUnnamed7690();
+ o.items = buildUnnamed7744();
o.kind = 'foo';
}
buildCounterBookshelves--;
@@ -593,7 +593,7 @@
void checkBookshelves(api.Bookshelves o) {
buildCounterBookshelves++;
if (buildCounterBookshelves < 3) {
- checkUnnamed7690(o.items!);
+ checkUnnamed7744(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -634,14 +634,14 @@
buildCounterCategoryItems--;
}
-core.List<api.CategoryItems> buildUnnamed7691() {
+core.List<api.CategoryItems> buildUnnamed7745() {
var o = <api.CategoryItems>[];
o.add(buildCategoryItems());
o.add(buildCategoryItems());
return o;
}
-void checkUnnamed7691(core.List<api.CategoryItems> o) {
+void checkUnnamed7745(core.List<api.CategoryItems> o) {
unittest.expect(o, unittest.hasLength(2));
checkCategoryItems(o[0] as api.CategoryItems);
checkCategoryItems(o[1] as api.CategoryItems);
@@ -652,7 +652,7 @@
var o = api.Category();
buildCounterCategory++;
if (buildCounterCategory < 3) {
- o.items = buildUnnamed7691();
+ o.items = buildUnnamed7745();
o.kind = 'foo';
}
buildCounterCategory--;
@@ -662,7 +662,7 @@
void checkCategory(api.Category o) {
buildCounterCategory++;
if (buildCounterCategory < 3) {
- checkUnnamed7691(o.items!);
+ checkUnnamed7745(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -900,14 +900,14 @@
buildCounterDictlayerdataDictWordsDerivatives--;
}
-core.List<api.DictlayerdataDictWordsDerivatives> buildUnnamed7692() {
+core.List<api.DictlayerdataDictWordsDerivatives> buildUnnamed7746() {
var o = <api.DictlayerdataDictWordsDerivatives>[];
o.add(buildDictlayerdataDictWordsDerivatives());
o.add(buildDictlayerdataDictWordsDerivatives());
return o;
}
-void checkUnnamed7692(core.List<api.DictlayerdataDictWordsDerivatives> o) {
+void checkUnnamed7746(core.List<api.DictlayerdataDictWordsDerivatives> o) {
unittest.expect(o, unittest.hasLength(2));
checkDictlayerdataDictWordsDerivatives(
o[0] as api.DictlayerdataDictWordsDerivatives);
@@ -969,14 +969,14 @@
buildCounterDictlayerdataDictWordsExamples--;
}
-core.List<api.DictlayerdataDictWordsExamples> buildUnnamed7693() {
+core.List<api.DictlayerdataDictWordsExamples> buildUnnamed7747() {
var o = <api.DictlayerdataDictWordsExamples>[];
o.add(buildDictlayerdataDictWordsExamples());
o.add(buildDictlayerdataDictWordsExamples());
return o;
}
-void checkUnnamed7693(core.List<api.DictlayerdataDictWordsExamples> o) {
+void checkUnnamed7747(core.List<api.DictlayerdataDictWordsExamples> o) {
unittest.expect(o, unittest.hasLength(2));
checkDictlayerdataDictWordsExamples(
o[0] as api.DictlayerdataDictWordsExamples);
@@ -1013,14 +1013,14 @@
buildCounterDictlayerdataDictWordsSensesConjugations--;
}
-core.List<api.DictlayerdataDictWordsSensesConjugations> buildUnnamed7694() {
+core.List<api.DictlayerdataDictWordsSensesConjugations> buildUnnamed7748() {
var o = <api.DictlayerdataDictWordsSensesConjugations>[];
o.add(buildDictlayerdataDictWordsSensesConjugations());
o.add(buildDictlayerdataDictWordsSensesConjugations());
return o;
}
-void checkUnnamed7694(
+void checkUnnamed7748(
core.List<api.DictlayerdataDictWordsSensesConjugations> o) {
unittest.expect(o, unittest.hasLength(2));
checkDictlayerdataDictWordsSensesConjugations(
@@ -1086,14 +1086,14 @@
}
core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples>
- buildUnnamed7695() {
+ buildUnnamed7749() {
var o = <api.DictlayerdataDictWordsSensesDefinitionsExamples>[];
o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples());
o.add(buildDictlayerdataDictWordsSensesDefinitionsExamples());
return o;
}
-void checkUnnamed7695(
+void checkUnnamed7749(
core.List<api.DictlayerdataDictWordsSensesDefinitionsExamples> o) {
unittest.expect(o, unittest.hasLength(2));
checkDictlayerdataDictWordsSensesDefinitionsExamples(
@@ -1109,7 +1109,7 @@
buildCounterDictlayerdataDictWordsSensesDefinitions++;
if (buildCounterDictlayerdataDictWordsSensesDefinitions < 3) {
o.definition = 'foo';
- o.examples = buildUnnamed7695();
+ o.examples = buildUnnamed7749();
}
buildCounterDictlayerdataDictWordsSensesDefinitions--;
return o;
@@ -1123,19 +1123,19 @@
o.definition!,
unittest.equals('foo'),
);
- checkUnnamed7695(o.examples!);
+ checkUnnamed7749(o.examples!);
}
buildCounterDictlayerdataDictWordsSensesDefinitions--;
}
-core.List<api.DictlayerdataDictWordsSensesDefinitions> buildUnnamed7696() {
+core.List<api.DictlayerdataDictWordsSensesDefinitions> buildUnnamed7750() {
var o = <api.DictlayerdataDictWordsSensesDefinitions>[];
o.add(buildDictlayerdataDictWordsSensesDefinitions());
o.add(buildDictlayerdataDictWordsSensesDefinitions());
return o;
}
-void checkUnnamed7696(
+void checkUnnamed7750(
core.List<api.DictlayerdataDictWordsSensesDefinitions> o) {
unittest.expect(o, unittest.hasLength(2));
checkDictlayerdataDictWordsSensesDefinitions(
@@ -1229,14 +1229,14 @@
buildCounterDictlayerdataDictWordsSensesSynonyms--;
}
-core.List<api.DictlayerdataDictWordsSensesSynonyms> buildUnnamed7697() {
+core.List<api.DictlayerdataDictWordsSensesSynonyms> buildUnnamed7751() {
var o = <api.DictlayerdataDictWordsSensesSynonyms>[];
o.add(buildDictlayerdataDictWordsSensesSynonyms());
o.add(buildDictlayerdataDictWordsSensesSynonyms());
return o;
}
-void checkUnnamed7697(core.List<api.DictlayerdataDictWordsSensesSynonyms> o) {
+void checkUnnamed7751(core.List<api.DictlayerdataDictWordsSensesSynonyms> o) {
unittest.expect(o, unittest.hasLength(2));
checkDictlayerdataDictWordsSensesSynonyms(
o[0] as api.DictlayerdataDictWordsSensesSynonyms);
@@ -1249,14 +1249,14 @@
var o = api.DictlayerdataDictWordsSenses();
buildCounterDictlayerdataDictWordsSenses++;
if (buildCounterDictlayerdataDictWordsSenses < 3) {
- o.conjugations = buildUnnamed7694();
- o.definitions = buildUnnamed7696();
+ o.conjugations = buildUnnamed7748();
+ o.definitions = buildUnnamed7750();
o.partOfSpeech = 'foo';
o.pronunciation = 'foo';
o.pronunciationUrl = 'foo';
o.source = buildDictlayerdataDictWordsSensesSource();
o.syllabification = 'foo';
- o.synonyms = buildUnnamed7697();
+ o.synonyms = buildUnnamed7751();
}
buildCounterDictlayerdataDictWordsSenses--;
return o;
@@ -1265,8 +1265,8 @@
void checkDictlayerdataDictWordsSenses(api.DictlayerdataDictWordsSenses o) {
buildCounterDictlayerdataDictWordsSenses++;
if (buildCounterDictlayerdataDictWordsSenses < 3) {
- checkUnnamed7694(o.conjugations!);
- checkUnnamed7696(o.definitions!);
+ checkUnnamed7748(o.conjugations!);
+ checkUnnamed7750(o.definitions!);
unittest.expect(
o.partOfSpeech!,
unittest.equals('foo'),
@@ -1285,19 +1285,19 @@
o.syllabification!,
unittest.equals('foo'),
);
- checkUnnamed7697(o.synonyms!);
+ checkUnnamed7751(o.synonyms!);
}
buildCounterDictlayerdataDictWordsSenses--;
}
-core.List<api.DictlayerdataDictWordsSenses> buildUnnamed7698() {
+core.List<api.DictlayerdataDictWordsSenses> buildUnnamed7752() {
var o = <api.DictlayerdataDictWordsSenses>[];
o.add(buildDictlayerdataDictWordsSenses());
o.add(buildDictlayerdataDictWordsSenses());
return o;
}
-void checkUnnamed7698(core.List<api.DictlayerdataDictWordsSenses> o) {
+void checkUnnamed7752(core.List<api.DictlayerdataDictWordsSenses> o) {
unittest.expect(o, unittest.hasLength(2));
checkDictlayerdataDictWordsSenses(o[0] as api.DictlayerdataDictWordsSenses);
checkDictlayerdataDictWordsSenses(o[1] as api.DictlayerdataDictWordsSenses);
@@ -1335,9 +1335,9 @@
var o = api.DictlayerdataDictWords();
buildCounterDictlayerdataDictWords++;
if (buildCounterDictlayerdataDictWords < 3) {
- o.derivatives = buildUnnamed7692();
- o.examples = buildUnnamed7693();
- o.senses = buildUnnamed7698();
+ o.derivatives = buildUnnamed7746();
+ o.examples = buildUnnamed7747();
+ o.senses = buildUnnamed7752();
o.source = buildDictlayerdataDictWordsSource();
}
buildCounterDictlayerdataDictWords--;
@@ -1347,23 +1347,23 @@
void checkDictlayerdataDictWords(api.DictlayerdataDictWords o) {
buildCounterDictlayerdataDictWords++;
if (buildCounterDictlayerdataDictWords < 3) {
- checkUnnamed7692(o.derivatives!);
- checkUnnamed7693(o.examples!);
- checkUnnamed7698(o.senses!);
+ checkUnnamed7746(o.derivatives!);
+ checkUnnamed7747(o.examples!);
+ checkUnnamed7752(o.senses!);
checkDictlayerdataDictWordsSource(
o.source! as api.DictlayerdataDictWordsSource);
}
buildCounterDictlayerdataDictWords--;
}
-core.List<api.DictlayerdataDictWords> buildUnnamed7699() {
+core.List<api.DictlayerdataDictWords> buildUnnamed7753() {
var o = <api.DictlayerdataDictWords>[];
o.add(buildDictlayerdataDictWords());
o.add(buildDictlayerdataDictWords());
return o;
}
-void checkUnnamed7699(core.List<api.DictlayerdataDictWords> o) {
+void checkUnnamed7753(core.List<api.DictlayerdataDictWords> o) {
unittest.expect(o, unittest.hasLength(2));
checkDictlayerdataDictWords(o[0] as api.DictlayerdataDictWords);
checkDictlayerdataDictWords(o[1] as api.DictlayerdataDictWords);
@@ -1375,7 +1375,7 @@
buildCounterDictlayerdataDict++;
if (buildCounterDictlayerdataDict < 3) {
o.source = buildDictlayerdataDictSource();
- o.words = buildUnnamed7699();
+ o.words = buildUnnamed7753();
}
buildCounterDictlayerdataDict--;
return o;
@@ -1385,7 +1385,7 @@
buildCounterDictlayerdataDict++;
if (buildCounterDictlayerdataDict < 3) {
checkDictlayerdataDictSource(o.source! as api.DictlayerdataDictSource);
- checkUnnamed7699(o.words!);
+ checkUnnamed7753(o.words!);
}
buildCounterDictlayerdataDict--;
}
@@ -1465,14 +1465,14 @@
buildCounterDiscoveryclustersClustersBannerWithContentContainer--;
}
-core.List<api.Volume> buildUnnamed7700() {
+core.List<api.Volume> buildUnnamed7754() {
var o = <api.Volume>[];
o.add(buildVolume());
o.add(buildVolume());
return o;
}
-void checkUnnamed7700(core.List<api.Volume> o) {
+void checkUnnamed7754(core.List<api.Volume> o) {
unittest.expect(o, unittest.hasLength(2));
checkVolume(o[0] as api.Volume);
checkVolume(o[1] as api.Volume);
@@ -1489,7 +1489,7 @@
o.title = 'foo';
o.totalVolumes = 42;
o.uid = 'foo';
- o.volumes = buildUnnamed7700();
+ o.volumes = buildUnnamed7754();
}
buildCounterDiscoveryclustersClusters--;
return o;
@@ -1517,19 +1517,19 @@
o.uid!,
unittest.equals('foo'),
);
- checkUnnamed7700(o.volumes!);
+ checkUnnamed7754(o.volumes!);
}
buildCounterDiscoveryclustersClusters--;
}
-core.List<api.DiscoveryclustersClusters> buildUnnamed7701() {
+core.List<api.DiscoveryclustersClusters> buildUnnamed7755() {
var o = <api.DiscoveryclustersClusters>[];
o.add(buildDiscoveryclustersClusters());
o.add(buildDiscoveryclustersClusters());
return o;
}
-void checkUnnamed7701(core.List<api.DiscoveryclustersClusters> o) {
+void checkUnnamed7755(core.List<api.DiscoveryclustersClusters> o) {
unittest.expect(o, unittest.hasLength(2));
checkDiscoveryclustersClusters(o[0] as api.DiscoveryclustersClusters);
checkDiscoveryclustersClusters(o[1] as api.DiscoveryclustersClusters);
@@ -1540,7 +1540,7 @@
var o = api.Discoveryclusters();
buildCounterDiscoveryclusters++;
if (buildCounterDiscoveryclusters < 3) {
- o.clusters = buildUnnamed7701();
+ o.clusters = buildUnnamed7755();
o.kind = 'foo';
o.totalClusters = 42;
}
@@ -1551,7 +1551,7 @@
void checkDiscoveryclusters(api.Discoveryclusters o) {
buildCounterDiscoveryclusters++;
if (buildCounterDiscoveryclusters < 3) {
- checkUnnamed7701(o.clusters!);
+ checkUnnamed7755(o.clusters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1632,14 +1632,14 @@
buildCounterDownloadAccessRestriction--;
}
-core.List<api.DownloadAccessRestriction> buildUnnamed7702() {
+core.List<api.DownloadAccessRestriction> buildUnnamed7756() {
var o = <api.DownloadAccessRestriction>[];
o.add(buildDownloadAccessRestriction());
o.add(buildDownloadAccessRestriction());
return o;
}
-void checkUnnamed7702(core.List<api.DownloadAccessRestriction> o) {
+void checkUnnamed7756(core.List<api.DownloadAccessRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkDownloadAccessRestriction(o[0] as api.DownloadAccessRestriction);
checkDownloadAccessRestriction(o[1] as api.DownloadAccessRestriction);
@@ -1650,7 +1650,7 @@
var o = api.DownloadAccesses();
buildCounterDownloadAccesses++;
if (buildCounterDownloadAccesses < 3) {
- o.downloadAccessList = buildUnnamed7702();
+ o.downloadAccessList = buildUnnamed7756();
o.kind = 'foo';
}
buildCounterDownloadAccesses--;
@@ -1660,7 +1660,7 @@
void checkDownloadAccesses(api.DownloadAccesses o) {
buildCounterDownloadAccesses++;
if (buildCounterDownloadAccesses < 3) {
- checkUnnamed7702(o.downloadAccessList!);
+ checkUnnamed7756(o.downloadAccessList!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1848,14 +1848,14 @@
buildCounterGeolayerdataCommon--;
}
-core.List<core.String> buildUnnamed7703() {
+core.List<core.String> buildUnnamed7757() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7703(core.List<core.String> o) {
+void checkUnnamed7757(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1947,7 +1947,7 @@
var o = api.GeolayerdataGeo();
buildCounterGeolayerdataGeo++;
if (buildCounterGeolayerdataGeo < 3) {
- o.boundary = buildUnnamed7703();
+ o.boundary = buildUnnamed7757();
o.cachePolicy = 'foo';
o.countryCode = 'foo';
o.latitude = 42.0;
@@ -1963,7 +1963,7 @@
void checkGeolayerdataGeo(api.GeolayerdataGeo o) {
buildCounterGeolayerdataGeo++;
if (buildCounterGeolayerdataGeo < 3) {
- checkUnnamed7703(o.boundary!);
+ checkUnnamed7757(o.boundary!);
unittest.expect(
o.cachePolicy!,
unittest.equals('foo'),
@@ -2019,14 +2019,14 @@
buildCounterGeolayerdata--;
}
-core.List<api.Layersummary> buildUnnamed7704() {
+core.List<api.Layersummary> buildUnnamed7758() {
var o = <api.Layersummary>[];
o.add(buildLayersummary());
o.add(buildLayersummary());
return o;
}
-void checkUnnamed7704(core.List<api.Layersummary> o) {
+void checkUnnamed7758(core.List<api.Layersummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkLayersummary(o[0] as api.Layersummary);
checkLayersummary(o[1] as api.Layersummary);
@@ -2037,7 +2037,7 @@
var o = api.Layersummaries();
buildCounterLayersummaries++;
if (buildCounterLayersummaries < 3) {
- o.items = buildUnnamed7704();
+ o.items = buildUnnamed7758();
o.kind = 'foo';
o.totalItems = 42;
}
@@ -2048,7 +2048,7 @@
void checkLayersummaries(api.Layersummaries o) {
buildCounterLayersummaries++;
if (buildCounterLayersummaries < 3) {
- checkUnnamed7704(o.items!);
+ checkUnnamed7758(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2061,14 +2061,14 @@
buildCounterLayersummaries--;
}
-core.List<core.String> buildUnnamed7705() {
+core.List<core.String> buildUnnamed7759() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7705(core.List<core.String> o) {
+void checkUnnamed7759(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2086,7 +2086,7 @@
buildCounterLayersummary++;
if (buildCounterLayersummary < 3) {
o.annotationCount = 42;
- o.annotationTypes = buildUnnamed7705();
+ o.annotationTypes = buildUnnamed7759();
o.annotationsDataLink = 'foo';
o.annotationsLink = 'foo';
o.contentVersion = 'foo';
@@ -2110,7 +2110,7 @@
o.annotationCount!,
unittest.equals(42),
);
- checkUnnamed7705(o.annotationTypes!);
+ checkUnnamed7759(o.annotationTypes!);
unittest.expect(
o.annotationsDataLink!,
unittest.equals('foo'),
@@ -2201,14 +2201,14 @@
buildCounterMetadataItems--;
}
-core.List<api.MetadataItems> buildUnnamed7706() {
+core.List<api.MetadataItems> buildUnnamed7760() {
var o = <api.MetadataItems>[];
o.add(buildMetadataItems());
o.add(buildMetadataItems());
return o;
}
-void checkUnnamed7706(core.List<api.MetadataItems> o) {
+void checkUnnamed7760(core.List<api.MetadataItems> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetadataItems(o[0] as api.MetadataItems);
checkMetadataItems(o[1] as api.MetadataItems);
@@ -2219,7 +2219,7 @@
var o = api.Metadata();
buildCounterMetadata++;
if (buildCounterMetadata < 3) {
- o.items = buildUnnamed7706();
+ o.items = buildUnnamed7760();
o.kind = 'foo';
}
buildCounterMetadata--;
@@ -2229,7 +2229,7 @@
void checkMetadata(api.Metadata o) {
buildCounterMetadata++;
if (buildCounterMetadata < 3) {
- checkUnnamed7706(o.items!);
+ checkUnnamed7760(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2238,14 +2238,14 @@
buildCounterMetadata--;
}
-core.List<core.String> buildUnnamed7707() {
+core.List<core.String> buildUnnamed7761() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7707(core.List<core.String> o) {
+void checkUnnamed7761(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2263,7 +2263,7 @@
buildCounterNotification++;
if (buildCounterNotification < 3) {
o.body = 'foo';
- o.crmExperimentIds = buildUnnamed7707();
+ o.crmExperimentIds = buildUnnamed7761();
o.docId = 'foo';
o.docType = 'foo';
o.dontShowNotification = true;
@@ -2290,7 +2290,7 @@
o.body!,
unittest.equals('foo'),
);
- checkUnnamed7707(o.crmExperimentIds!);
+ checkUnnamed7761(o.crmExperimentIds!);
unittest.expect(
o.docId!,
unittest.equals('foo'),
@@ -2389,14 +2389,14 @@
buildCounterOffersItemsItems--;
}
-core.List<api.OffersItemsItems> buildUnnamed7708() {
+core.List<api.OffersItemsItems> buildUnnamed7762() {
var o = <api.OffersItemsItems>[];
o.add(buildOffersItemsItems());
o.add(buildOffersItemsItems());
return o;
}
-void checkUnnamed7708(core.List<api.OffersItemsItems> o) {
+void checkUnnamed7762(core.List<api.OffersItemsItems> o) {
unittest.expect(o, unittest.hasLength(2));
checkOffersItemsItems(o[0] as api.OffersItemsItems);
checkOffersItemsItems(o[1] as api.OffersItemsItems);
@@ -2410,7 +2410,7 @@
o.artUrl = 'foo';
o.gservicesKey = 'foo';
o.id = 'foo';
- o.items = buildUnnamed7708();
+ o.items = buildUnnamed7762();
}
buildCounterOffersItems--;
return o;
@@ -2431,19 +2431,19 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed7708(o.items!);
+ checkUnnamed7762(o.items!);
}
buildCounterOffersItems--;
}
-core.List<api.OffersItems> buildUnnamed7709() {
+core.List<api.OffersItems> buildUnnamed7763() {
var o = <api.OffersItems>[];
o.add(buildOffersItems());
o.add(buildOffersItems());
return o;
}
-void checkUnnamed7709(core.List<api.OffersItems> o) {
+void checkUnnamed7763(core.List<api.OffersItems> o) {
unittest.expect(o, unittest.hasLength(2));
checkOffersItems(o[0] as api.OffersItems);
checkOffersItems(o[1] as api.OffersItems);
@@ -2454,7 +2454,7 @@
var o = api.Offers();
buildCounterOffers++;
if (buildCounterOffers < 3) {
- o.items = buildUnnamed7709();
+ o.items = buildUnnamed7763();
o.kind = 'foo';
}
buildCounterOffers--;
@@ -2464,7 +2464,7 @@
void checkOffers(api.Offers o) {
buildCounterOffers++;
if (buildCounterOffers < 3) {
- checkUnnamed7709(o.items!);
+ checkUnnamed7763(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2852,14 +2852,14 @@
buildCounterSeriesSeries--;
}
-core.List<api.SeriesSeries> buildUnnamed7710() {
+core.List<api.SeriesSeries> buildUnnamed7764() {
var o = <api.SeriesSeries>[];
o.add(buildSeriesSeries());
o.add(buildSeriesSeries());
return o;
}
-void checkUnnamed7710(core.List<api.SeriesSeries> o) {
+void checkUnnamed7764(core.List<api.SeriesSeries> o) {
unittest.expect(o, unittest.hasLength(2));
checkSeriesSeries(o[0] as api.SeriesSeries);
checkSeriesSeries(o[1] as api.SeriesSeries);
@@ -2871,7 +2871,7 @@
buildCounterSeries++;
if (buildCounterSeries < 3) {
o.kind = 'foo';
- o.series = buildUnnamed7710();
+ o.series = buildUnnamed7764();
}
buildCounterSeries--;
return o;
@@ -2884,19 +2884,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed7710(o.series!);
+ checkUnnamed7764(o.series!);
}
buildCounterSeries--;
}
-core.List<api.Volume> buildUnnamed7711() {
+core.List<api.Volume> buildUnnamed7765() {
var o = <api.Volume>[];
o.add(buildVolume());
o.add(buildVolume());
return o;
}
-void checkUnnamed7711(core.List<api.Volume> o) {
+void checkUnnamed7765(core.List<api.Volume> o) {
unittest.expect(o, unittest.hasLength(2));
checkVolume(o[0] as api.Volume);
checkVolume(o[1] as api.Volume);
@@ -2908,7 +2908,7 @@
buildCounterSeriesmembership++;
if (buildCounterSeriesmembership < 3) {
o.kind = 'foo';
- o.member = buildUnnamed7711();
+ o.member = buildUnnamed7765();
o.nextPageToken = 'foo';
}
buildCounterSeriesmembership--;
@@ -2922,7 +2922,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed7711(o.member!);
+ checkUnnamed7765(o.member!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -3285,14 +3285,14 @@
buildCounterVolumeLayerInfoLayers--;
}
-core.List<api.VolumeLayerInfoLayers> buildUnnamed7712() {
+core.List<api.VolumeLayerInfoLayers> buildUnnamed7766() {
var o = <api.VolumeLayerInfoLayers>[];
o.add(buildVolumeLayerInfoLayers());
o.add(buildVolumeLayerInfoLayers());
return o;
}
-void checkUnnamed7712(core.List<api.VolumeLayerInfoLayers> o) {
+void checkUnnamed7766(core.List<api.VolumeLayerInfoLayers> o) {
unittest.expect(o, unittest.hasLength(2));
checkVolumeLayerInfoLayers(o[0] as api.VolumeLayerInfoLayers);
checkVolumeLayerInfoLayers(o[1] as api.VolumeLayerInfoLayers);
@@ -3303,7 +3303,7 @@
var o = api.VolumeLayerInfo();
buildCounterVolumeLayerInfo++;
if (buildCounterVolumeLayerInfo < 3) {
- o.layers = buildUnnamed7712();
+ o.layers = buildUnnamed7766();
}
buildCounterVolumeLayerInfo--;
return o;
@@ -3312,7 +3312,7 @@
void checkVolumeLayerInfo(api.VolumeLayerInfo o) {
buildCounterVolumeLayerInfo++;
if (buildCounterVolumeLayerInfo < 3) {
- checkUnnamed7712(o.layers!);
+ checkUnnamed7766(o.layers!);
}
buildCounterVolumeLayerInfo--;
}
@@ -3483,14 +3483,14 @@
buildCounterVolumeSaleInfoOffers--;
}
-core.List<api.VolumeSaleInfoOffers> buildUnnamed7713() {
+core.List<api.VolumeSaleInfoOffers> buildUnnamed7767() {
var o = <api.VolumeSaleInfoOffers>[];
o.add(buildVolumeSaleInfoOffers());
o.add(buildVolumeSaleInfoOffers());
return o;
}
-void checkUnnamed7713(core.List<api.VolumeSaleInfoOffers> o) {
+void checkUnnamed7767(core.List<api.VolumeSaleInfoOffers> o) {
unittest.expect(o, unittest.hasLength(2));
checkVolumeSaleInfoOffers(o[0] as api.VolumeSaleInfoOffers);
checkVolumeSaleInfoOffers(o[1] as api.VolumeSaleInfoOffers);
@@ -3532,7 +3532,7 @@
o.country = 'foo';
o.isEbook = true;
o.listPrice = buildVolumeSaleInfoListPrice();
- o.offers = buildUnnamed7713();
+ o.offers = buildUnnamed7767();
o.onSaleDate = 'foo';
o.retailPrice = buildVolumeSaleInfoRetailPrice();
o.saleability = 'foo';
@@ -3554,7 +3554,7 @@
);
unittest.expect(o.isEbook!, unittest.isTrue);
checkVolumeSaleInfoListPrice(o.listPrice! as api.VolumeSaleInfoListPrice);
- checkUnnamed7713(o.offers!);
+ checkUnnamed7767(o.offers!);
unittest.expect(
o.onSaleDate!,
unittest.equals('foo'),
@@ -3778,14 +3778,14 @@
buildCounterVolumeUserInfo--;
}
-core.List<core.String> buildUnnamed7714() {
+core.List<core.String> buildUnnamed7768() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7714(core.List<core.String> o) {
+void checkUnnamed7768(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3797,14 +3797,14 @@
);
}
-core.List<core.String> buildUnnamed7715() {
+core.List<core.String> buildUnnamed7769() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7715(core.List<core.String> o) {
+void checkUnnamed7769(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3924,14 +3924,14 @@
buildCounterVolumeVolumeInfoIndustryIdentifiers--;
}
-core.List<api.VolumeVolumeInfoIndustryIdentifiers> buildUnnamed7716() {
+core.List<api.VolumeVolumeInfoIndustryIdentifiers> buildUnnamed7770() {
var o = <api.VolumeVolumeInfoIndustryIdentifiers>[];
o.add(buildVolumeVolumeInfoIndustryIdentifiers());
o.add(buildVolumeVolumeInfoIndustryIdentifiers());
return o;
}
-void checkUnnamed7716(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) {
+void checkUnnamed7770(core.List<api.VolumeVolumeInfoIndustryIdentifiers> o) {
unittest.expect(o, unittest.hasLength(2));
checkVolumeVolumeInfoIndustryIdentifiers(
o[0] as api.VolumeVolumeInfoIndustryIdentifiers);
@@ -3999,16 +3999,16 @@
buildCounterVolumeVolumeInfo++;
if (buildCounterVolumeVolumeInfo < 3) {
o.allowAnonLogging = true;
- o.authors = buildUnnamed7714();
+ o.authors = buildUnnamed7768();
o.averageRating = 42.0;
o.canonicalVolumeLink = 'foo';
- o.categories = buildUnnamed7715();
+ o.categories = buildUnnamed7769();
o.comicsContent = true;
o.contentVersion = 'foo';
o.description = 'foo';
o.dimensions = buildVolumeVolumeInfoDimensions();
o.imageLinks = buildVolumeVolumeInfoImageLinks();
- o.industryIdentifiers = buildUnnamed7716();
+ o.industryIdentifiers = buildUnnamed7770();
o.infoLink = 'foo';
o.language = 'foo';
o.mainCategory = 'foo';
@@ -4035,7 +4035,7 @@
buildCounterVolumeVolumeInfo++;
if (buildCounterVolumeVolumeInfo < 3) {
unittest.expect(o.allowAnonLogging!, unittest.isTrue);
- checkUnnamed7714(o.authors!);
+ checkUnnamed7768(o.authors!);
unittest.expect(
o.averageRating!,
unittest.equals(42.0),
@@ -4044,7 +4044,7 @@
o.canonicalVolumeLink!,
unittest.equals('foo'),
);
- checkUnnamed7715(o.categories!);
+ checkUnnamed7769(o.categories!);
unittest.expect(o.comicsContent!, unittest.isTrue);
unittest.expect(
o.contentVersion!,
@@ -4058,7 +4058,7 @@
o.dimensions! as api.VolumeVolumeInfoDimensions);
checkVolumeVolumeInfoImageLinks(
o.imageLinks! as api.VolumeVolumeInfoImageLinks);
- checkUnnamed7716(o.industryIdentifiers!);
+ checkUnnamed7770(o.industryIdentifiers!);
unittest.expect(
o.infoLink!,
unittest.equals('foo'),
@@ -4175,14 +4175,14 @@
buildCounterVolume--;
}
-core.List<api.Volume> buildUnnamed7717() {
+core.List<api.Volume> buildUnnamed7771() {
var o = <api.Volume>[];
o.add(buildVolume());
o.add(buildVolume());
return o;
}
-void checkUnnamed7717(core.List<api.Volume> o) {
+void checkUnnamed7771(core.List<api.Volume> o) {
unittest.expect(o, unittest.hasLength(2));
checkVolume(o[0] as api.Volume);
checkVolume(o[1] as api.Volume);
@@ -4193,7 +4193,7 @@
var o = api.Volume2();
buildCounterVolume2++;
if (buildCounterVolume2 < 3) {
- o.items = buildUnnamed7717();
+ o.items = buildUnnamed7771();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -4204,7 +4204,7 @@
void checkVolume2(api.Volume2 o) {
buildCounterVolume2++;
if (buildCounterVolume2 < 3) {
- checkUnnamed7717(o.items!);
+ checkUnnamed7771(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4245,14 +4245,14 @@
buildCounterVolumeannotationContentRanges--;
}
-core.List<core.String> buildUnnamed7718() {
+core.List<core.String> buildUnnamed7772() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7718(core.List<core.String> o) {
+void checkUnnamed7772(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4278,7 +4278,7 @@
o.id = 'foo';
o.kind = 'foo';
o.layerId = 'foo';
- o.pageIds = buildUnnamed7718();
+ o.pageIds = buildUnnamed7772();
o.selectedText = 'foo';
o.selfLink = 'foo';
o.updated = 'foo';
@@ -4322,7 +4322,7 @@
o.layerId!,
unittest.equals('foo'),
);
- checkUnnamed7718(o.pageIds!);
+ checkUnnamed7772(o.pageIds!);
unittest.expect(
o.selectedText!,
unittest.equals('foo'),
@@ -4343,14 +4343,14 @@
buildCounterVolumeannotation--;
}
-core.List<api.Volumeannotation> buildUnnamed7719() {
+core.List<api.Volumeannotation> buildUnnamed7773() {
var o = <api.Volumeannotation>[];
o.add(buildVolumeannotation());
o.add(buildVolumeannotation());
return o;
}
-void checkUnnamed7719(core.List<api.Volumeannotation> o) {
+void checkUnnamed7773(core.List<api.Volumeannotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkVolumeannotation(o[0] as api.Volumeannotation);
checkVolumeannotation(o[1] as api.Volumeannotation);
@@ -4361,7 +4361,7 @@
var o = api.Volumeannotations();
buildCounterVolumeannotations++;
if (buildCounterVolumeannotations < 3) {
- o.items = buildUnnamed7719();
+ o.items = buildUnnamed7773();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.totalItems = 42;
@@ -4374,7 +4374,7 @@
void checkVolumeannotations(api.Volumeannotations o) {
buildCounterVolumeannotations++;
if (buildCounterVolumeannotations < 3) {
- checkUnnamed7719(o.items!);
+ checkUnnamed7773(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4395,14 +4395,14 @@
buildCounterVolumeannotations--;
}
-core.List<api.Volume> buildUnnamed7720() {
+core.List<api.Volume> buildUnnamed7774() {
var o = <api.Volume>[];
o.add(buildVolume());
o.add(buildVolume());
return o;
}
-void checkUnnamed7720(core.List<api.Volume> o) {
+void checkUnnamed7774(core.List<api.Volume> o) {
unittest.expect(o, unittest.hasLength(2));
checkVolume(o[0] as api.Volume);
checkVolume(o[1] as api.Volume);
@@ -4413,7 +4413,7 @@
var o = api.Volumes();
buildCounterVolumes++;
if (buildCounterVolumes < 3) {
- o.items = buildUnnamed7720();
+ o.items = buildUnnamed7774();
o.kind = 'foo';
o.totalItems = 42;
}
@@ -4424,7 +4424,7 @@
void checkVolumes(api.Volumes o) {
buildCounterVolumes++;
if (buildCounterVolumes < 3) {
- checkUnnamed7720(o.items!);
+ checkUnnamed7774(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4465,14 +4465,14 @@
buildCounterVolumeseriesinfoVolumeSeriesIssue--;
}
-core.List<api.VolumeseriesinfoVolumeSeriesIssue> buildUnnamed7721() {
+core.List<api.VolumeseriesinfoVolumeSeriesIssue> buildUnnamed7775() {
var o = <api.VolumeseriesinfoVolumeSeriesIssue>[];
o.add(buildVolumeseriesinfoVolumeSeriesIssue());
o.add(buildVolumeseriesinfoVolumeSeriesIssue());
return o;
}
-void checkUnnamed7721(core.List<api.VolumeseriesinfoVolumeSeriesIssue> o) {
+void checkUnnamed7775(core.List<api.VolumeseriesinfoVolumeSeriesIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkVolumeseriesinfoVolumeSeriesIssue(
o[0] as api.VolumeseriesinfoVolumeSeriesIssue);
@@ -4485,7 +4485,7 @@
var o = api.VolumeseriesinfoVolumeSeries();
buildCounterVolumeseriesinfoVolumeSeries++;
if (buildCounterVolumeseriesinfoVolumeSeries < 3) {
- o.issue = buildUnnamed7721();
+ o.issue = buildUnnamed7775();
o.orderNumber = 42;
o.seriesBookType = 'foo';
o.seriesId = 'foo';
@@ -4497,7 +4497,7 @@
void checkVolumeseriesinfoVolumeSeries(api.VolumeseriesinfoVolumeSeries o) {
buildCounterVolumeseriesinfoVolumeSeries++;
if (buildCounterVolumeseriesinfoVolumeSeries < 3) {
- checkUnnamed7721(o.issue!);
+ checkUnnamed7775(o.issue!);
unittest.expect(
o.orderNumber!,
unittest.equals(42),
@@ -4514,14 +4514,14 @@
buildCounterVolumeseriesinfoVolumeSeries--;
}
-core.List<api.VolumeseriesinfoVolumeSeries> buildUnnamed7722() {
+core.List<api.VolumeseriesinfoVolumeSeries> buildUnnamed7776() {
var o = <api.VolumeseriesinfoVolumeSeries>[];
o.add(buildVolumeseriesinfoVolumeSeries());
o.add(buildVolumeseriesinfoVolumeSeries());
return o;
}
-void checkUnnamed7722(core.List<api.VolumeseriesinfoVolumeSeries> o) {
+void checkUnnamed7776(core.List<api.VolumeseriesinfoVolumeSeries> o) {
unittest.expect(o, unittest.hasLength(2));
checkVolumeseriesinfoVolumeSeries(o[0] as api.VolumeseriesinfoVolumeSeries);
checkVolumeseriesinfoVolumeSeries(o[1] as api.VolumeseriesinfoVolumeSeries);
@@ -4535,7 +4535,7 @@
o.bookDisplayNumber = 'foo';
o.kind = 'foo';
o.shortSeriesBookTitle = 'foo';
- o.volumeSeries = buildUnnamed7722();
+ o.volumeSeries = buildUnnamed7776();
}
buildCounterVolumeseriesinfo--;
return o;
@@ -4556,19 +4556,19 @@
o.shortSeriesBookTitle!,
unittest.equals('foo'),
);
- checkUnnamed7722(o.volumeSeries!);
+ checkUnnamed7776(o.volumeSeries!);
}
buildCounterVolumeseriesinfo--;
}
-core.List<core.String> buildUnnamed7723() {
+core.List<core.String> buildUnnamed7777() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7723(core.List<core.String> o) {
+void checkUnnamed7777(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4580,14 +4580,14 @@
);
}
-core.List<core.String> buildUnnamed7724() {
+core.List<core.String> buildUnnamed7778() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7724(core.List<core.String> o) {
+void checkUnnamed7778(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4599,14 +4599,14 @@
);
}
-core.List<core.String> buildUnnamed7725() {
+core.List<core.String> buildUnnamed7779() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7725(core.List<core.String> o) {
+void checkUnnamed7779(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4618,14 +4618,14 @@
);
}
-core.List<core.String> buildUnnamed7726() {
+core.List<core.String> buildUnnamed7780() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7726(core.List<core.String> o) {
+void checkUnnamed7780(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4637,14 +4637,14 @@
);
}
-core.List<core.String> buildUnnamed7727() {
+core.List<core.String> buildUnnamed7781() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7727(core.List<core.String> o) {
+void checkUnnamed7781(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4656,14 +4656,14 @@
);
}
-core.List<core.String> buildUnnamed7728() {
+core.List<core.String> buildUnnamed7782() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7728(core.List<core.String> o) {
+void checkUnnamed7782(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4675,14 +4675,14 @@
);
}
-core.List<core.String> buildUnnamed7729() {
+core.List<core.String> buildUnnamed7783() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7729(core.List<core.String> o) {
+void checkUnnamed7783(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4694,14 +4694,14 @@
);
}
-core.List<core.String> buildUnnamed7730() {
+core.List<core.String> buildUnnamed7784() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7730(core.List<core.String> o) {
+void checkUnnamed7784(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4713,14 +4713,14 @@
);
}
-core.List<core.String> buildUnnamed7731() {
+core.List<core.String> buildUnnamed7785() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7731(core.List<core.String> o) {
+void checkUnnamed7785(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4732,14 +4732,14 @@
);
}
-core.List<core.String> buildUnnamed7732() {
+core.List<core.String> buildUnnamed7786() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7732(core.List<core.String> o) {
+void checkUnnamed7786(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4751,14 +4751,14 @@
);
}
-core.List<core.String> buildUnnamed7733() {
+core.List<core.String> buildUnnamed7787() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7733(core.List<core.String> o) {
+void checkUnnamed7787(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4770,14 +4770,14 @@
);
}
-core.List<core.String> buildUnnamed7734() {
+core.List<core.String> buildUnnamed7788() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7734(core.List<core.String> o) {
+void checkUnnamed7788(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6953,7 +6953,7 @@
var arg_volumeId = 'foo';
var arg_layerId = 'foo';
var arg_contentVersion = 'foo';
- var arg_annotationDataId = buildUnnamed7723();
+ var arg_annotationDataId = buildUnnamed7777();
var arg_h = 42;
var arg_locale = 'foo';
var arg_maxResults = 42;
@@ -7408,7 +7408,7 @@
var mock = HttpServerMock();
var res = api.BooksApi(mock).myconfig;
var arg_cpksver = 'foo';
- var arg_volumeIds = buildUnnamed7724();
+ var arg_volumeIds = buildUnnamed7778();
var arg_locale = 'foo';
var arg_source = 'foo';
var arg_$fields = 'foo';
@@ -7566,11 +7566,11 @@
var arg_cpksver = 'foo';
var arg_nonce = 'foo';
var arg_source = 'foo';
- var arg_features = buildUnnamed7725();
+ var arg_features = buildUnnamed7779();
var arg_includeNonComicsSeries = true;
var arg_locale = 'foo';
var arg_showPreorders = true;
- var arg_volumeIds = buildUnnamed7726();
+ var arg_volumeIds = buildUnnamed7780();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -7863,7 +7863,7 @@
var res = api.BooksApi(mock).mylibrary.annotations;
var arg_contentVersion = 'foo';
var arg_layerId = 'foo';
- var arg_layerIds = buildUnnamed7727();
+ var arg_layerIds = buildUnnamed7781();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_showDeleted = true;
@@ -7972,7 +7972,7 @@
unittest.test('method--summary', () async {
var mock = HttpServerMock();
var res = api.BooksApi(mock).mylibrary.annotations;
- var arg_layerIds = buildUnnamed7728();
+ var arg_layerIds = buildUnnamed7782();
var arg_volumeId = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -8945,7 +8945,7 @@
unittest.test('method--listCategoryVolumes', () async {
var mock = HttpServerMock();
var res = api.BooksApi(mock).onboarding;
- var arg_categoryId = buildUnnamed7729();
+ var arg_categoryId = buildUnnamed7783();
var arg_locale = 'foo';
var arg_maxAllowedMaturityRating = 'foo';
var arg_pageSize = 42;
@@ -9380,7 +9380,7 @@
unittest.test('method--get', () async {
var mock = HttpServerMock();
var res = api.BooksApi(mock).series;
- var arg_seriesId = buildUnnamed7730();
+ var arg_seriesId = buildUnnamed7784();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -9829,11 +9829,11 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.BooksApi(mock).volumes.mybooks;
- var arg_acquireMethod = buildUnnamed7731();
+ var arg_acquireMethod = buildUnnamed7785();
var arg_country = 'foo';
var arg_locale = 'foo';
var arg_maxResults = 42;
- var arg_processingState = buildUnnamed7732();
+ var arg_processingState = buildUnnamed7786();
var arg_source = 'foo';
var arg_startIndex = 42;
var arg_$fields = 'foo';
@@ -10070,10 +10070,10 @@
var res = api.BooksApi(mock).volumes.useruploaded;
var arg_locale = 'foo';
var arg_maxResults = 42;
- var arg_processingState = buildUnnamed7733();
+ var arg_processingState = buildUnnamed7787();
var arg_source = 'foo';
var arg_startIndex = 42;
- var arg_volumeId = buildUnnamed7734();
+ var arg_volumeId = buildUnnamed7788();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
diff --git a/generated/googleapis/test/calendar/v3_test.dart b/generated/googleapis/test/calendar/v3_test.dart
index 71958eb..2b9315c 100644
--- a/generated/googleapis/test/calendar/v3_test.dart
+++ b/generated/googleapis/test/calendar/v3_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.AclRule> buildUnnamed5222() {
+core.List<api.AclRule> buildUnnamed5273() {
var o = <api.AclRule>[];
o.add(buildAclRule());
o.add(buildAclRule());
return o;
}
-void checkUnnamed5222(core.List<api.AclRule> o) {
+void checkUnnamed5273(core.List<api.AclRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAclRule(o[0] as api.AclRule);
checkAclRule(o[1] as api.AclRule);
@@ -46,7 +46,7 @@
buildCounterAcl++;
if (buildCounterAcl < 3) {
o.etag = 'foo';
- o.items = buildUnnamed5222();
+ o.items = buildUnnamed5273();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
@@ -62,7 +62,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5222(o.items!);
+ checkUnnamed5273(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -200,14 +200,14 @@
buildCounterCalendar--;
}
-core.List<api.CalendarListEntry> buildUnnamed5223() {
+core.List<api.CalendarListEntry> buildUnnamed5274() {
var o = <api.CalendarListEntry>[];
o.add(buildCalendarListEntry());
o.add(buildCalendarListEntry());
return o;
}
-void checkUnnamed5223(core.List<api.CalendarListEntry> o) {
+void checkUnnamed5274(core.List<api.CalendarListEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkCalendarListEntry(o[0] as api.CalendarListEntry);
checkCalendarListEntry(o[1] as api.CalendarListEntry);
@@ -219,7 +219,7 @@
buildCounterCalendarList++;
if (buildCounterCalendarList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed5223();
+ o.items = buildUnnamed5274();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
@@ -235,7 +235,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5223(o.items!);
+ checkUnnamed5274(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -252,27 +252,27 @@
buildCounterCalendarList--;
}
-core.List<api.EventReminder> buildUnnamed5224() {
+core.List<api.EventReminder> buildUnnamed5275() {
var o = <api.EventReminder>[];
o.add(buildEventReminder());
o.add(buildEventReminder());
return o;
}
-void checkUnnamed5224(core.List<api.EventReminder> o) {
+void checkUnnamed5275(core.List<api.EventReminder> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventReminder(o[0] as api.EventReminder);
checkEventReminder(o[1] as api.EventReminder);
}
-core.List<api.CalendarNotification> buildUnnamed5225() {
+core.List<api.CalendarNotification> buildUnnamed5276() {
var o = <api.CalendarNotification>[];
o.add(buildCalendarNotification());
o.add(buildCalendarNotification());
return o;
}
-void checkUnnamed5225(core.List<api.CalendarNotification> o) {
+void checkUnnamed5276(core.List<api.CalendarNotification> o) {
unittest.expect(o, unittest.hasLength(2));
checkCalendarNotification(o[0] as api.CalendarNotification);
checkCalendarNotification(o[1] as api.CalendarNotification);
@@ -284,7 +284,7 @@
var o = api.CalendarListEntryNotificationSettings();
buildCounterCalendarListEntryNotificationSettings++;
if (buildCounterCalendarListEntryNotificationSettings < 3) {
- o.notifications = buildUnnamed5225();
+ o.notifications = buildUnnamed5276();
}
buildCounterCalendarListEntryNotificationSettings--;
return o;
@@ -294,7 +294,7 @@
api.CalendarListEntryNotificationSettings o) {
buildCounterCalendarListEntryNotificationSettings++;
if (buildCounterCalendarListEntryNotificationSettings < 3) {
- checkUnnamed5225(o.notifications!);
+ checkUnnamed5276(o.notifications!);
}
buildCounterCalendarListEntryNotificationSettings--;
}
@@ -308,7 +308,7 @@
o.backgroundColor = 'foo';
o.colorId = 'foo';
o.conferenceProperties = buildConferenceProperties();
- o.defaultReminders = buildUnnamed5224();
+ o.defaultReminders = buildUnnamed5275();
o.deleted = true;
o.description = 'foo';
o.etag = 'foo';
@@ -345,7 +345,7 @@
);
checkConferenceProperties(
o.conferenceProperties! as api.ConferenceProperties);
- checkUnnamed5224(o.defaultReminders!);
+ checkUnnamed5275(o.defaultReminders!);
unittest.expect(o.deleted!, unittest.isTrue);
unittest.expect(
o.description!,
@@ -419,14 +419,14 @@
buildCounterCalendarNotification--;
}
-core.Map<core.String, core.String> buildUnnamed5226() {
+core.Map<core.String, core.String> buildUnnamed5277() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5226(core.Map<core.String, core.String> o) {
+void checkUnnamed5277(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -447,7 +447,7 @@
o.expiration = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.params = buildUnnamed5226();
+ o.params = buildUnnamed5277();
o.payload = true;
o.resourceId = 'foo';
o.resourceUri = 'foo';
@@ -477,7 +477,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5226(o.params!);
+ checkUnnamed5277(o.params!);
unittest.expect(o.payload!, unittest.isTrue);
unittest.expect(
o.resourceId!,
@@ -526,27 +526,27 @@
buildCounterColorDefinition--;
}
-core.Map<core.String, api.ColorDefinition> buildUnnamed5227() {
+core.Map<core.String, api.ColorDefinition> buildUnnamed5278() {
var o = <core.String, api.ColorDefinition>{};
o['x'] = buildColorDefinition();
o['y'] = buildColorDefinition();
return o;
}
-void checkUnnamed5227(core.Map<core.String, api.ColorDefinition> o) {
+void checkUnnamed5278(core.Map<core.String, api.ColorDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkColorDefinition(o['x']! as api.ColorDefinition);
checkColorDefinition(o['y']! as api.ColorDefinition);
}
-core.Map<core.String, api.ColorDefinition> buildUnnamed5228() {
+core.Map<core.String, api.ColorDefinition> buildUnnamed5279() {
var o = <core.String, api.ColorDefinition>{};
o['x'] = buildColorDefinition();
o['y'] = buildColorDefinition();
return o;
}
-void checkUnnamed5228(core.Map<core.String, api.ColorDefinition> o) {
+void checkUnnamed5279(core.Map<core.String, api.ColorDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkColorDefinition(o['x']! as api.ColorDefinition);
checkColorDefinition(o['y']! as api.ColorDefinition);
@@ -557,8 +557,8 @@
var o = api.Colors();
buildCounterColors++;
if (buildCounterColors < 3) {
- o.calendar = buildUnnamed5227();
- o.event = buildUnnamed5228();
+ o.calendar = buildUnnamed5278();
+ o.event = buildUnnamed5279();
o.kind = 'foo';
o.updated = core.DateTime.parse("2002-02-27T14:01:02");
}
@@ -569,8 +569,8 @@
void checkColors(api.Colors o) {
buildCounterColors++;
if (buildCounterColors < 3) {
- checkUnnamed5227(o.calendar!);
- checkUnnamed5228(o.event!);
+ checkUnnamed5278(o.calendar!);
+ checkUnnamed5279(o.event!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -583,14 +583,14 @@
buildCounterColors--;
}
-core.List<api.EntryPoint> buildUnnamed5229() {
+core.List<api.EntryPoint> buildUnnamed5280() {
var o = <api.EntryPoint>[];
o.add(buildEntryPoint());
o.add(buildEntryPoint());
return o;
}
-void checkUnnamed5229(core.List<api.EntryPoint> o) {
+void checkUnnamed5280(core.List<api.EntryPoint> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntryPoint(o[0] as api.EntryPoint);
checkEntryPoint(o[1] as api.EntryPoint);
@@ -604,7 +604,7 @@
o.conferenceId = 'foo';
o.conferenceSolution = buildConferenceSolution();
o.createRequest = buildCreateConferenceRequest();
- o.entryPoints = buildUnnamed5229();
+ o.entryPoints = buildUnnamed5280();
o.notes = 'foo';
o.parameters = buildConferenceParameters();
o.signature = 'foo';
@@ -623,7 +623,7 @@
checkConferenceSolution(o.conferenceSolution! as api.ConferenceSolution);
checkCreateConferenceRequest(
o.createRequest! as api.CreateConferenceRequest);
- checkUnnamed5229(o.entryPoints!);
+ checkUnnamed5280(o.entryPoints!);
unittest.expect(
o.notes!,
unittest.equals('foo'),
@@ -657,14 +657,14 @@
buildCounterConferenceParameters--;
}
-core.Map<core.String, core.String> buildUnnamed5230() {
+core.Map<core.String, core.String> buildUnnamed5281() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5230(core.Map<core.String, core.String> o) {
+void checkUnnamed5281(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -682,7 +682,7 @@
var o = api.ConferenceParametersAddOnParameters();
buildCounterConferenceParametersAddOnParameters++;
if (buildCounterConferenceParametersAddOnParameters < 3) {
- o.parameters = buildUnnamed5230();
+ o.parameters = buildUnnamed5281();
}
buildCounterConferenceParametersAddOnParameters--;
return o;
@@ -692,19 +692,19 @@
api.ConferenceParametersAddOnParameters o) {
buildCounterConferenceParametersAddOnParameters++;
if (buildCounterConferenceParametersAddOnParameters < 3) {
- checkUnnamed5230(o.parameters!);
+ checkUnnamed5281(o.parameters!);
}
buildCounterConferenceParametersAddOnParameters--;
}
-core.List<core.String> buildUnnamed5231() {
+core.List<core.String> buildUnnamed5282() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5231(core.List<core.String> o) {
+void checkUnnamed5282(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -721,7 +721,7 @@
var o = api.ConferenceProperties();
buildCounterConferenceProperties++;
if (buildCounterConferenceProperties < 3) {
- o.allowedConferenceSolutionTypes = buildUnnamed5231();
+ o.allowedConferenceSolutionTypes = buildUnnamed5282();
}
buildCounterConferenceProperties--;
return o;
@@ -730,7 +730,7 @@
void checkConferenceProperties(api.ConferenceProperties o) {
buildCounterConferenceProperties++;
if (buildCounterConferenceProperties < 3) {
- checkUnnamed5231(o.allowedConferenceSolutionTypes!);
+ checkUnnamed5282(o.allowedConferenceSolutionTypes!);
}
buildCounterConferenceProperties--;
}
@@ -835,14 +835,14 @@
buildCounterCreateConferenceRequest--;
}
-core.List<core.String> buildUnnamed5232() {
+core.List<core.String> buildUnnamed5283() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5232(core.List<core.String> o) {
+void checkUnnamed5283(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -860,7 +860,7 @@
buildCounterEntryPoint++;
if (buildCounterEntryPoint < 3) {
o.accessCode = 'foo';
- o.entryPointFeatures = buildUnnamed5232();
+ o.entryPointFeatures = buildUnnamed5283();
o.entryPointType = 'foo';
o.label = 'foo';
o.meetingCode = 'foo';
@@ -881,7 +881,7 @@
o.accessCode!,
unittest.equals('foo'),
);
- checkUnnamed5232(o.entryPointFeatures!);
+ checkUnnamed5283(o.entryPointFeatures!);
unittest.expect(
o.entryPointType!,
unittest.equals('foo'),
@@ -945,27 +945,27 @@
buildCounterError--;
}
-core.List<api.EventAttachment> buildUnnamed5233() {
+core.List<api.EventAttachment> buildUnnamed5284() {
var o = <api.EventAttachment>[];
o.add(buildEventAttachment());
o.add(buildEventAttachment());
return o;
}
-void checkUnnamed5233(core.List<api.EventAttachment> o) {
+void checkUnnamed5284(core.List<api.EventAttachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventAttachment(o[0] as api.EventAttachment);
checkEventAttachment(o[1] as api.EventAttachment);
}
-core.List<api.EventAttendee> buildUnnamed5234() {
+core.List<api.EventAttendee> buildUnnamed5285() {
var o = <api.EventAttendee>[];
o.add(buildEventAttendee());
o.add(buildEventAttendee());
return o;
}
-void checkUnnamed5234(core.List<api.EventAttendee> o) {
+void checkUnnamed5285(core.List<api.EventAttendee> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventAttendee(o[0] as api.EventAttendee);
checkEventAttendee(o[1] as api.EventAttendee);
@@ -1005,14 +1005,14 @@
buildCounterEventCreator--;
}
-core.Map<core.String, core.String> buildUnnamed5235() {
+core.Map<core.String, core.String> buildUnnamed5286() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5235(core.Map<core.String, core.String> o) {
+void checkUnnamed5286(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1024,14 +1024,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed5236() {
+core.Map<core.String, core.String> buildUnnamed5287() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5236(core.Map<core.String, core.String> o) {
+void checkUnnamed5287(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1048,8 +1048,8 @@
var o = api.EventExtendedProperties();
buildCounterEventExtendedProperties++;
if (buildCounterEventExtendedProperties < 3) {
- o.private = buildUnnamed5235();
- o.shared = buildUnnamed5236();
+ o.private = buildUnnamed5286();
+ o.shared = buildUnnamed5287();
}
buildCounterEventExtendedProperties--;
return o;
@@ -1058,20 +1058,20 @@
void checkEventExtendedProperties(api.EventExtendedProperties o) {
buildCounterEventExtendedProperties++;
if (buildCounterEventExtendedProperties < 3) {
- checkUnnamed5235(o.private!);
- checkUnnamed5236(o.shared!);
+ checkUnnamed5286(o.private!);
+ checkUnnamed5287(o.shared!);
}
buildCounterEventExtendedProperties--;
}
-core.Map<core.String, core.String> buildUnnamed5237() {
+core.Map<core.String, core.String> buildUnnamed5288() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5237(core.Map<core.String, core.String> o) {
+void checkUnnamed5288(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1092,7 +1092,7 @@
o.height = 42;
o.iconLink = 'foo';
o.link = 'foo';
- o.preferences = buildUnnamed5237();
+ o.preferences = buildUnnamed5288();
o.title = 'foo';
o.type = 'foo';
o.width = 42;
@@ -1120,7 +1120,7 @@
o.link!,
unittest.equals('foo'),
);
- checkUnnamed5237(o.preferences!);
+ checkUnnamed5288(o.preferences!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -1171,14 +1171,14 @@
buildCounterEventOrganizer--;
}
-core.List<core.String> buildUnnamed5238() {
+core.List<core.String> buildUnnamed5289() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5238(core.List<core.String> o) {
+void checkUnnamed5289(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1190,14 +1190,14 @@
);
}
-core.List<api.EventReminder> buildUnnamed5239() {
+core.List<api.EventReminder> buildUnnamed5290() {
var o = <api.EventReminder>[];
o.add(buildEventReminder());
o.add(buildEventReminder());
return o;
}
-void checkUnnamed5239(core.List<api.EventReminder> o) {
+void checkUnnamed5290(core.List<api.EventReminder> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventReminder(o[0] as api.EventReminder);
checkEventReminder(o[1] as api.EventReminder);
@@ -1208,7 +1208,7 @@
var o = api.EventReminders();
buildCounterEventReminders++;
if (buildCounterEventReminders < 3) {
- o.overrides = buildUnnamed5239();
+ o.overrides = buildUnnamed5290();
o.useDefault = true;
}
buildCounterEventReminders--;
@@ -1218,7 +1218,7 @@
void checkEventReminders(api.EventReminders o) {
buildCounterEventReminders++;
if (buildCounterEventReminders < 3) {
- checkUnnamed5239(o.overrides!);
+ checkUnnamed5290(o.overrides!);
unittest.expect(o.useDefault!, unittest.isTrue);
}
buildCounterEventReminders--;
@@ -1257,8 +1257,8 @@
buildCounterEvent++;
if (buildCounterEvent < 3) {
o.anyoneCanAddSelf = true;
- o.attachments = buildUnnamed5233();
- o.attendees = buildUnnamed5234();
+ o.attachments = buildUnnamed5284();
+ o.attendees = buildUnnamed5285();
o.attendeesOmitted = true;
o.colorId = 'foo';
o.conferenceData = buildConferenceData();
@@ -1284,7 +1284,7 @@
o.organizer = buildEventOrganizer();
o.originalStartTime = buildEventDateTime();
o.privateCopy = true;
- o.recurrence = buildUnnamed5238();
+ o.recurrence = buildUnnamed5289();
o.recurringEventId = 'foo';
o.reminders = buildEventReminders();
o.sequence = 42;
@@ -1304,8 +1304,8 @@
buildCounterEvent++;
if (buildCounterEvent < 3) {
unittest.expect(o.anyoneCanAddSelf!, unittest.isTrue);
- checkUnnamed5233(o.attachments!);
- checkUnnamed5234(o.attendees!);
+ checkUnnamed5284(o.attachments!);
+ checkUnnamed5285(o.attendees!);
unittest.expect(o.attendeesOmitted!, unittest.isTrue);
unittest.expect(
o.colorId!,
@@ -1365,7 +1365,7 @@
checkEventOrganizer(o.organizer! as api.EventOrganizer);
checkEventDateTime(o.originalStartTime! as api.EventDateTime);
unittest.expect(o.privateCopy!, unittest.isTrue);
- checkUnnamed5238(o.recurrence!);
+ checkUnnamed5289(o.recurrence!);
unittest.expect(
o.recurringEventId!,
unittest.equals('foo'),
@@ -1557,27 +1557,27 @@
buildCounterEventReminder--;
}
-core.List<api.EventReminder> buildUnnamed5240() {
+core.List<api.EventReminder> buildUnnamed5291() {
var o = <api.EventReminder>[];
o.add(buildEventReminder());
o.add(buildEventReminder());
return o;
}
-void checkUnnamed5240(core.List<api.EventReminder> o) {
+void checkUnnamed5291(core.List<api.EventReminder> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventReminder(o[0] as api.EventReminder);
checkEventReminder(o[1] as api.EventReminder);
}
-core.List<api.Event> buildUnnamed5241() {
+core.List<api.Event> buildUnnamed5292() {
var o = <api.Event>[];
o.add(buildEvent());
o.add(buildEvent());
return o;
}
-void checkUnnamed5241(core.List<api.Event> o) {
+void checkUnnamed5292(core.List<api.Event> o) {
unittest.expect(o, unittest.hasLength(2));
checkEvent(o[0] as api.Event);
checkEvent(o[1] as api.Event);
@@ -1589,10 +1589,10 @@
buildCounterEvents++;
if (buildCounterEvents < 3) {
o.accessRole = 'foo';
- o.defaultReminders = buildUnnamed5240();
+ o.defaultReminders = buildUnnamed5291();
o.description = 'foo';
o.etag = 'foo';
- o.items = buildUnnamed5241();
+ o.items = buildUnnamed5292();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
@@ -1611,7 +1611,7 @@
o.accessRole!,
unittest.equals('foo'),
);
- checkUnnamed5240(o.defaultReminders!);
+ checkUnnamed5291(o.defaultReminders!);
unittest.expect(
o.description!,
unittest.equals('foo'),
@@ -1620,7 +1620,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5241(o.items!);
+ checkUnnamed5292(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1649,27 +1649,27 @@
buildCounterEvents--;
}
-core.List<api.TimePeriod> buildUnnamed5242() {
+core.List<api.TimePeriod> buildUnnamed5293() {
var o = <api.TimePeriod>[];
o.add(buildTimePeriod());
o.add(buildTimePeriod());
return o;
}
-void checkUnnamed5242(core.List<api.TimePeriod> o) {
+void checkUnnamed5293(core.List<api.TimePeriod> o) {
unittest.expect(o, unittest.hasLength(2));
checkTimePeriod(o[0] as api.TimePeriod);
checkTimePeriod(o[1] as api.TimePeriod);
}
-core.List<api.Error> buildUnnamed5243() {
+core.List<api.Error> buildUnnamed5294() {
var o = <api.Error>[];
o.add(buildError());
o.add(buildError());
return o;
}
-void checkUnnamed5243(core.List<api.Error> o) {
+void checkUnnamed5294(core.List<api.Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkError(o[0] as api.Error);
checkError(o[1] as api.Error);
@@ -1680,8 +1680,8 @@
var o = api.FreeBusyCalendar();
buildCounterFreeBusyCalendar++;
if (buildCounterFreeBusyCalendar < 3) {
- o.busy = buildUnnamed5242();
- o.errors = buildUnnamed5243();
+ o.busy = buildUnnamed5293();
+ o.errors = buildUnnamed5294();
}
buildCounterFreeBusyCalendar--;
return o;
@@ -1690,20 +1690,20 @@
void checkFreeBusyCalendar(api.FreeBusyCalendar o) {
buildCounterFreeBusyCalendar++;
if (buildCounterFreeBusyCalendar < 3) {
- checkUnnamed5242(o.busy!);
- checkUnnamed5243(o.errors!);
+ checkUnnamed5293(o.busy!);
+ checkUnnamed5294(o.errors!);
}
buildCounterFreeBusyCalendar--;
}
-core.List<core.String> buildUnnamed5244() {
+core.List<core.String> buildUnnamed5295() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5244(core.List<core.String> o) {
+void checkUnnamed5295(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1715,14 +1715,14 @@
);
}
-core.List<api.Error> buildUnnamed5245() {
+core.List<api.Error> buildUnnamed5296() {
var o = <api.Error>[];
o.add(buildError());
o.add(buildError());
return o;
}
-void checkUnnamed5245(core.List<api.Error> o) {
+void checkUnnamed5296(core.List<api.Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkError(o[0] as api.Error);
checkError(o[1] as api.Error);
@@ -1733,8 +1733,8 @@
var o = api.FreeBusyGroup();
buildCounterFreeBusyGroup++;
if (buildCounterFreeBusyGroup < 3) {
- o.calendars = buildUnnamed5244();
- o.errors = buildUnnamed5245();
+ o.calendars = buildUnnamed5295();
+ o.errors = buildUnnamed5296();
}
buildCounterFreeBusyGroup--;
return o;
@@ -1743,20 +1743,20 @@
void checkFreeBusyGroup(api.FreeBusyGroup o) {
buildCounterFreeBusyGroup++;
if (buildCounterFreeBusyGroup < 3) {
- checkUnnamed5244(o.calendars!);
- checkUnnamed5245(o.errors!);
+ checkUnnamed5295(o.calendars!);
+ checkUnnamed5296(o.errors!);
}
buildCounterFreeBusyGroup--;
}
-core.List<api.FreeBusyRequestItem> buildUnnamed5246() {
+core.List<api.FreeBusyRequestItem> buildUnnamed5297() {
var o = <api.FreeBusyRequestItem>[];
o.add(buildFreeBusyRequestItem());
o.add(buildFreeBusyRequestItem());
return o;
}
-void checkUnnamed5246(core.List<api.FreeBusyRequestItem> o) {
+void checkUnnamed5297(core.List<api.FreeBusyRequestItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkFreeBusyRequestItem(o[0] as api.FreeBusyRequestItem);
checkFreeBusyRequestItem(o[1] as api.FreeBusyRequestItem);
@@ -1769,7 +1769,7 @@
if (buildCounterFreeBusyRequest < 3) {
o.calendarExpansionMax = 42;
o.groupExpansionMax = 42;
- o.items = buildUnnamed5246();
+ o.items = buildUnnamed5297();
o.timeMax = core.DateTime.parse("2002-02-27T14:01:02");
o.timeMin = core.DateTime.parse("2002-02-27T14:01:02");
o.timeZone = 'foo';
@@ -1789,7 +1789,7 @@
o.groupExpansionMax!,
unittest.equals(42),
);
- checkUnnamed5246(o.items!);
+ checkUnnamed5297(o.items!);
unittest.expect(
o.timeMax!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
@@ -1828,27 +1828,27 @@
buildCounterFreeBusyRequestItem--;
}
-core.Map<core.String, api.FreeBusyCalendar> buildUnnamed5247() {
+core.Map<core.String, api.FreeBusyCalendar> buildUnnamed5298() {
var o = <core.String, api.FreeBusyCalendar>{};
o['x'] = buildFreeBusyCalendar();
o['y'] = buildFreeBusyCalendar();
return o;
}
-void checkUnnamed5247(core.Map<core.String, api.FreeBusyCalendar> o) {
+void checkUnnamed5298(core.Map<core.String, api.FreeBusyCalendar> o) {
unittest.expect(o, unittest.hasLength(2));
checkFreeBusyCalendar(o['x']! as api.FreeBusyCalendar);
checkFreeBusyCalendar(o['y']! as api.FreeBusyCalendar);
}
-core.Map<core.String, api.FreeBusyGroup> buildUnnamed5248() {
+core.Map<core.String, api.FreeBusyGroup> buildUnnamed5299() {
var o = <core.String, api.FreeBusyGroup>{};
o['x'] = buildFreeBusyGroup();
o['y'] = buildFreeBusyGroup();
return o;
}
-void checkUnnamed5248(core.Map<core.String, api.FreeBusyGroup> o) {
+void checkUnnamed5299(core.Map<core.String, api.FreeBusyGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkFreeBusyGroup(o['x']! as api.FreeBusyGroup);
checkFreeBusyGroup(o['y']! as api.FreeBusyGroup);
@@ -1859,8 +1859,8 @@
var o = api.FreeBusyResponse();
buildCounterFreeBusyResponse++;
if (buildCounterFreeBusyResponse < 3) {
- o.calendars = buildUnnamed5247();
- o.groups = buildUnnamed5248();
+ o.calendars = buildUnnamed5298();
+ o.groups = buildUnnamed5299();
o.kind = 'foo';
o.timeMax = core.DateTime.parse("2002-02-27T14:01:02");
o.timeMin = core.DateTime.parse("2002-02-27T14:01:02");
@@ -1872,8 +1872,8 @@
void checkFreeBusyResponse(api.FreeBusyResponse o) {
buildCounterFreeBusyResponse++;
if (buildCounterFreeBusyResponse < 3) {
- checkUnnamed5247(o.calendars!);
- checkUnnamed5248(o.groups!);
+ checkUnnamed5298(o.calendars!);
+ checkUnnamed5299(o.groups!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1927,14 +1927,14 @@
buildCounterSetting--;
}
-core.List<api.Setting> buildUnnamed5249() {
+core.List<api.Setting> buildUnnamed5300() {
var o = <api.Setting>[];
o.add(buildSetting());
o.add(buildSetting());
return o;
}
-void checkUnnamed5249(core.List<api.Setting> o) {
+void checkUnnamed5300(core.List<api.Setting> o) {
unittest.expect(o, unittest.hasLength(2));
checkSetting(o[0] as api.Setting);
checkSetting(o[1] as api.Setting);
@@ -1946,7 +1946,7 @@
buildCounterSettings++;
if (buildCounterSettings < 3) {
o.etag = 'foo';
- o.items = buildUnnamed5249();
+ o.items = buildUnnamed5300();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
@@ -1962,7 +1962,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5249(o.items!);
+ checkUnnamed5300(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2006,14 +2006,14 @@
buildCounterTimePeriod--;
}
-core.List<core.String> buildUnnamed5250() {
+core.List<core.String> buildUnnamed5301() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5250(core.List<core.String> o) {
+void checkUnnamed5301(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2025,14 +2025,14 @@
);
}
-core.List<core.String> buildUnnamed5251() {
+core.List<core.String> buildUnnamed5302() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5251(core.List<core.String> o) {
+void checkUnnamed5302(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2044,14 +2044,14 @@
);
}
-core.List<core.String> buildUnnamed5252() {
+core.List<core.String> buildUnnamed5303() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5252(core.List<core.String> o) {
+void checkUnnamed5303(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2063,14 +2063,14 @@
);
}
-core.List<core.String> buildUnnamed5253() {
+core.List<core.String> buildUnnamed5304() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5253(core.List<core.String> o) {
+void checkUnnamed5304(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4664,9 +4664,9 @@
var arg_maxResults = 42;
var arg_orderBy = 'foo';
var arg_pageToken = 'foo';
- var arg_privateExtendedProperty = buildUnnamed5250();
+ var arg_privateExtendedProperty = buildUnnamed5301();
var arg_q = 'foo';
- var arg_sharedExtendedProperty = buildUnnamed5251();
+ var arg_sharedExtendedProperty = buildUnnamed5302();
var arg_showDeleted = true;
var arg_showHiddenInvitations = true;
var arg_singleEvents = true;
@@ -5269,9 +5269,9 @@
var arg_maxResults = 42;
var arg_orderBy = 'foo';
var arg_pageToken = 'foo';
- var arg_privateExtendedProperty = buildUnnamed5252();
+ var arg_privateExtendedProperty = buildUnnamed5303();
var arg_q = 'foo';
- var arg_sharedExtendedProperty = buildUnnamed5253();
+ var arg_sharedExtendedProperty = buildUnnamed5304();
var arg_showDeleted = true;
var arg_showHiddenInvitations = true;
var arg_singleEvents = true;
diff --git a/generated/googleapis/test/chat/v1_test.dart b/generated/googleapis/test/chat/v1_test.dart
index 4aabfbe..a153a87 100644
--- a/generated/googleapis/test/chat/v1_test.dart
+++ b/generated/googleapis/test/chat/v1_test.dart
@@ -211,27 +211,27 @@
buildCounterButton--;
}
-core.List<api.CardAction> buildUnnamed4129() {
+core.List<api.CardAction> buildUnnamed4139() {
var o = <api.CardAction>[];
o.add(buildCardAction());
o.add(buildCardAction());
return o;
}
-void checkUnnamed4129(core.List<api.CardAction> o) {
+void checkUnnamed4139(core.List<api.CardAction> o) {
unittest.expect(o, unittest.hasLength(2));
checkCardAction(o[0] as api.CardAction);
checkCardAction(o[1] as api.CardAction);
}
-core.List<api.Section> buildUnnamed4130() {
+core.List<api.Section> buildUnnamed4140() {
var o = <api.Section>[];
o.add(buildSection());
o.add(buildSection());
return o;
}
-void checkUnnamed4130(core.List<api.Section> o) {
+void checkUnnamed4140(core.List<api.Section> o) {
unittest.expect(o, unittest.hasLength(2));
checkSection(o[0] as api.Section);
checkSection(o[1] as api.Section);
@@ -242,10 +242,10 @@
var o = api.Card();
buildCounterCard++;
if (buildCounterCard < 3) {
- o.cardActions = buildUnnamed4129();
+ o.cardActions = buildUnnamed4139();
o.header = buildCardHeader();
o.name = 'foo';
- o.sections = buildUnnamed4130();
+ o.sections = buildUnnamed4140();
}
buildCounterCard--;
return o;
@@ -254,13 +254,13 @@
void checkCard(api.Card o) {
buildCounterCard++;
if (buildCounterCard < 3) {
- checkUnnamed4129(o.cardActions!);
+ checkUnnamed4139(o.cardActions!);
checkCardHeader(o.header! as api.CardHeader);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4130(o.sections!);
+ checkUnnamed4140(o.sections!);
}
buildCounterCard--;
}
@@ -474,14 +474,14 @@
buildCounterEmpty--;
}
-core.List<api.ActionParameter> buildUnnamed4131() {
+core.List<api.ActionParameter> buildUnnamed4141() {
var o = <api.ActionParameter>[];
o.add(buildActionParameter());
o.add(buildActionParameter());
return o;
}
-void checkUnnamed4131(core.List<api.ActionParameter> o) {
+void checkUnnamed4141(core.List<api.ActionParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkActionParameter(o[0] as api.ActionParameter);
checkActionParameter(o[1] as api.ActionParameter);
@@ -493,7 +493,7 @@
buildCounterFormAction++;
if (buildCounterFormAction < 3) {
o.actionMethodName = 'foo';
- o.parameters = buildUnnamed4131();
+ o.parameters = buildUnnamed4141();
}
buildCounterFormAction--;
return o;
@@ -506,19 +506,19 @@
o.actionMethodName!,
unittest.equals('foo'),
);
- checkUnnamed4131(o.parameters!);
+ checkUnnamed4141(o.parameters!);
}
buildCounterFormAction--;
}
-core.List<api.GoogleAppsCardV1ActionParameter> buildUnnamed4132() {
+core.List<api.GoogleAppsCardV1ActionParameter> buildUnnamed4142() {
var o = <api.GoogleAppsCardV1ActionParameter>[];
o.add(buildGoogleAppsCardV1ActionParameter());
o.add(buildGoogleAppsCardV1ActionParameter());
return o;
}
-void checkUnnamed4132(core.List<api.GoogleAppsCardV1ActionParameter> o) {
+void checkUnnamed4142(core.List<api.GoogleAppsCardV1ActionParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAppsCardV1ActionParameter(
o[0] as api.GoogleAppsCardV1ActionParameter);
@@ -533,7 +533,7 @@
if (buildCounterGoogleAppsCardV1Action < 3) {
o.function = 'foo';
o.loadIndicator = 'foo';
- o.parameters = buildUnnamed4132();
+ o.parameters = buildUnnamed4142();
o.persistValues = true;
}
buildCounterGoogleAppsCardV1Action--;
@@ -551,7 +551,7 @@
o.loadIndicator!,
unittest.equals('foo'),
);
- checkUnnamed4132(o.parameters!);
+ checkUnnamed4142(o.parameters!);
unittest.expect(o.persistValues!, unittest.isTrue);
}
buildCounterGoogleAppsCardV1Action--;
@@ -649,14 +649,14 @@
buildCounterGoogleAppsCardV1Button--;
}
-core.List<api.GoogleAppsCardV1Button> buildUnnamed4133() {
+core.List<api.GoogleAppsCardV1Button> buildUnnamed4143() {
var o = <api.GoogleAppsCardV1Button>[];
o.add(buildGoogleAppsCardV1Button());
o.add(buildGoogleAppsCardV1Button());
return o;
}
-void checkUnnamed4133(core.List<api.GoogleAppsCardV1Button> o) {
+void checkUnnamed4143(core.List<api.GoogleAppsCardV1Button> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAppsCardV1Button(o[0] as api.GoogleAppsCardV1Button);
checkGoogleAppsCardV1Button(o[1] as api.GoogleAppsCardV1Button);
@@ -667,7 +667,7 @@
var o = api.GoogleAppsCardV1ButtonList();
buildCounterGoogleAppsCardV1ButtonList++;
if (buildCounterGoogleAppsCardV1ButtonList < 3) {
- o.buttons = buildUnnamed4133();
+ o.buttons = buildUnnamed4143();
}
buildCounterGoogleAppsCardV1ButtonList--;
return o;
@@ -676,32 +676,32 @@
void checkGoogleAppsCardV1ButtonList(api.GoogleAppsCardV1ButtonList o) {
buildCounterGoogleAppsCardV1ButtonList++;
if (buildCounterGoogleAppsCardV1ButtonList < 3) {
- checkUnnamed4133(o.buttons!);
+ checkUnnamed4143(o.buttons!);
}
buildCounterGoogleAppsCardV1ButtonList--;
}
-core.List<api.GoogleAppsCardV1CardAction> buildUnnamed4134() {
+core.List<api.GoogleAppsCardV1CardAction> buildUnnamed4144() {
var o = <api.GoogleAppsCardV1CardAction>[];
o.add(buildGoogleAppsCardV1CardAction());
o.add(buildGoogleAppsCardV1CardAction());
return o;
}
-void checkUnnamed4134(core.List<api.GoogleAppsCardV1CardAction> o) {
+void checkUnnamed4144(core.List<api.GoogleAppsCardV1CardAction> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAppsCardV1CardAction(o[0] as api.GoogleAppsCardV1CardAction);
checkGoogleAppsCardV1CardAction(o[1] as api.GoogleAppsCardV1CardAction);
}
-core.List<api.GoogleAppsCardV1Section> buildUnnamed4135() {
+core.List<api.GoogleAppsCardV1Section> buildUnnamed4145() {
var o = <api.GoogleAppsCardV1Section>[];
o.add(buildGoogleAppsCardV1Section());
o.add(buildGoogleAppsCardV1Section());
return o;
}
-void checkUnnamed4135(core.List<api.GoogleAppsCardV1Section> o) {
+void checkUnnamed4145(core.List<api.GoogleAppsCardV1Section> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAppsCardV1Section(o[0] as api.GoogleAppsCardV1Section);
checkGoogleAppsCardV1Section(o[1] as api.GoogleAppsCardV1Section);
@@ -712,13 +712,13 @@
var o = api.GoogleAppsCardV1Card();
buildCounterGoogleAppsCardV1Card++;
if (buildCounterGoogleAppsCardV1Card < 3) {
- o.cardActions = buildUnnamed4134();
+ o.cardActions = buildUnnamed4144();
o.displayStyle = 'foo';
o.fixedFooter = buildGoogleAppsCardV1CardFixedFooter();
o.header = buildGoogleAppsCardV1CardHeader();
o.name = 'foo';
o.peekCardHeader = buildGoogleAppsCardV1CardHeader();
- o.sections = buildUnnamed4135();
+ o.sections = buildUnnamed4145();
}
buildCounterGoogleAppsCardV1Card--;
return o;
@@ -727,7 +727,7 @@
void checkGoogleAppsCardV1Card(api.GoogleAppsCardV1Card o) {
buildCounterGoogleAppsCardV1Card++;
if (buildCounterGoogleAppsCardV1Card < 3) {
- checkUnnamed4134(o.cardActions!);
+ checkUnnamed4144(o.cardActions!);
unittest.expect(
o.displayStyle!,
unittest.equals('foo'),
@@ -742,7 +742,7 @@
);
checkGoogleAppsCardV1CardHeader(
o.peekCardHeader! as api.GoogleAppsCardV1CardHeader);
- checkUnnamed4135(o.sections!);
+ checkUnnamed4145(o.sections!);
}
buildCounterGoogleAppsCardV1Card--;
}
@@ -943,14 +943,14 @@
buildCounterGoogleAppsCardV1Divider--;
}
-core.List<api.GoogleAppsCardV1GridItem> buildUnnamed4136() {
+core.List<api.GoogleAppsCardV1GridItem> buildUnnamed4146() {
var o = <api.GoogleAppsCardV1GridItem>[];
o.add(buildGoogleAppsCardV1GridItem());
o.add(buildGoogleAppsCardV1GridItem());
return o;
}
-void checkUnnamed4136(core.List<api.GoogleAppsCardV1GridItem> o) {
+void checkUnnamed4146(core.List<api.GoogleAppsCardV1GridItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAppsCardV1GridItem(o[0] as api.GoogleAppsCardV1GridItem);
checkGoogleAppsCardV1GridItem(o[1] as api.GoogleAppsCardV1GridItem);
@@ -963,7 +963,7 @@
if (buildCounterGoogleAppsCardV1Grid < 3) {
o.borderStyle = buildGoogleAppsCardV1BorderStyle();
o.columnCount = 42;
- o.items = buildUnnamed4136();
+ o.items = buildUnnamed4146();
o.onClick = buildGoogleAppsCardV1OnClick();
o.title = 'foo';
}
@@ -980,7 +980,7 @@
o.columnCount!,
unittest.equals(42),
);
- checkUnnamed4136(o.items!);
+ checkUnnamed4146(o.items!);
checkGoogleAppsCardV1OnClick(o.onClick! as api.GoogleAppsCardV1OnClick);
unittest.expect(
o.title!,
@@ -1219,14 +1219,14 @@
buildCounterGoogleAppsCardV1OpenLink--;
}
-core.List<api.GoogleAppsCardV1Widget> buildUnnamed4137() {
+core.List<api.GoogleAppsCardV1Widget> buildUnnamed4147() {
var o = <api.GoogleAppsCardV1Widget>[];
o.add(buildGoogleAppsCardV1Widget());
o.add(buildGoogleAppsCardV1Widget());
return o;
}
-void checkUnnamed4137(core.List<api.GoogleAppsCardV1Widget> o) {
+void checkUnnamed4147(core.List<api.GoogleAppsCardV1Widget> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAppsCardV1Widget(o[0] as api.GoogleAppsCardV1Widget);
checkGoogleAppsCardV1Widget(o[1] as api.GoogleAppsCardV1Widget);
@@ -1240,7 +1240,7 @@
o.collapsible = true;
o.header = 'foo';
o.uncollapsibleWidgetsCount = 42;
- o.widgets = buildUnnamed4137();
+ o.widgets = buildUnnamed4147();
}
buildCounterGoogleAppsCardV1Section--;
return o;
@@ -1258,19 +1258,19 @@
o.uncollapsibleWidgetsCount!,
unittest.equals(42),
);
- checkUnnamed4137(o.widgets!);
+ checkUnnamed4147(o.widgets!);
}
buildCounterGoogleAppsCardV1Section--;
}
-core.List<api.GoogleAppsCardV1SelectionItem> buildUnnamed4138() {
+core.List<api.GoogleAppsCardV1SelectionItem> buildUnnamed4148() {
var o = <api.GoogleAppsCardV1SelectionItem>[];
o.add(buildGoogleAppsCardV1SelectionItem());
o.add(buildGoogleAppsCardV1SelectionItem());
return o;
}
-void checkUnnamed4138(core.List<api.GoogleAppsCardV1SelectionItem> o) {
+void checkUnnamed4148(core.List<api.GoogleAppsCardV1SelectionItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAppsCardV1SelectionItem(o[0] as api.GoogleAppsCardV1SelectionItem);
checkGoogleAppsCardV1SelectionItem(o[1] as api.GoogleAppsCardV1SelectionItem);
@@ -1281,7 +1281,7 @@
var o = api.GoogleAppsCardV1SelectionInput();
buildCounterGoogleAppsCardV1SelectionInput++;
if (buildCounterGoogleAppsCardV1SelectionInput < 3) {
- o.items = buildUnnamed4138();
+ o.items = buildUnnamed4148();
o.label = 'foo';
o.name = 'foo';
o.onChangeAction = buildGoogleAppsCardV1Action();
@@ -1294,7 +1294,7 @@
void checkGoogleAppsCardV1SelectionInput(api.GoogleAppsCardV1SelectionInput o) {
buildCounterGoogleAppsCardV1SelectionInput++;
if (buildCounterGoogleAppsCardV1SelectionInput < 3) {
- checkUnnamed4138(o.items!);
+ checkUnnamed4148(o.items!);
unittest.expect(
o.label!,
unittest.equals('foo'),
@@ -1364,14 +1364,14 @@
buildCounterGoogleAppsCardV1SuggestionItem--;
}
-core.List<api.GoogleAppsCardV1SuggestionItem> buildUnnamed4139() {
+core.List<api.GoogleAppsCardV1SuggestionItem> buildUnnamed4149() {
var o = <api.GoogleAppsCardV1SuggestionItem>[];
o.add(buildGoogleAppsCardV1SuggestionItem());
o.add(buildGoogleAppsCardV1SuggestionItem());
return o;
}
-void checkUnnamed4139(core.List<api.GoogleAppsCardV1SuggestionItem> o) {
+void checkUnnamed4149(core.List<api.GoogleAppsCardV1SuggestionItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAppsCardV1SuggestionItem(
o[0] as api.GoogleAppsCardV1SuggestionItem);
@@ -1384,7 +1384,7 @@
var o = api.GoogleAppsCardV1Suggestions();
buildCounterGoogleAppsCardV1Suggestions++;
if (buildCounterGoogleAppsCardV1Suggestions < 3) {
- o.items = buildUnnamed4139();
+ o.items = buildUnnamed4149();
}
buildCounterGoogleAppsCardV1Suggestions--;
return o;
@@ -1393,7 +1393,7 @@
void checkGoogleAppsCardV1Suggestions(api.GoogleAppsCardV1Suggestions o) {
buildCounterGoogleAppsCardV1Suggestions++;
if (buildCounterGoogleAppsCardV1Suggestions < 3) {
- checkUnnamed4139(o.items!);
+ checkUnnamed4149(o.items!);
}
buildCounterGoogleAppsCardV1Suggestions--;
}
@@ -1665,14 +1665,14 @@
buildCounterKeyValue--;
}
-core.List<api.Membership> buildUnnamed4140() {
+core.List<api.Membership> buildUnnamed4150() {
var o = <api.Membership>[];
o.add(buildMembership());
o.add(buildMembership());
return o;
}
-void checkUnnamed4140(core.List<api.Membership> o) {
+void checkUnnamed4150(core.List<api.Membership> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembership(o[0] as api.Membership);
checkMembership(o[1] as api.Membership);
@@ -1683,7 +1683,7 @@
var o = api.ListMembershipsResponse();
buildCounterListMembershipsResponse++;
if (buildCounterListMembershipsResponse < 3) {
- o.memberships = buildUnnamed4140();
+ o.memberships = buildUnnamed4150();
o.nextPageToken = 'foo';
}
buildCounterListMembershipsResponse--;
@@ -1693,7 +1693,7 @@
void checkListMembershipsResponse(api.ListMembershipsResponse o) {
buildCounterListMembershipsResponse++;
if (buildCounterListMembershipsResponse < 3) {
- checkUnnamed4140(o.memberships!);
+ checkUnnamed4150(o.memberships!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1702,14 +1702,14 @@
buildCounterListMembershipsResponse--;
}
-core.List<api.Space> buildUnnamed4141() {
+core.List<api.Space> buildUnnamed4151() {
var o = <api.Space>[];
o.add(buildSpace());
o.add(buildSpace());
return o;
}
-void checkUnnamed4141(core.List<api.Space> o) {
+void checkUnnamed4151(core.List<api.Space> o) {
unittest.expect(o, unittest.hasLength(2));
checkSpace(o[0] as api.Space);
checkSpace(o[1] as api.Space);
@@ -1721,7 +1721,7 @@
buildCounterListSpacesResponse++;
if (buildCounterListSpacesResponse < 3) {
o.nextPageToken = 'foo';
- o.spaces = buildUnnamed4141();
+ o.spaces = buildUnnamed4151();
}
buildCounterListSpacesResponse--;
return o;
@@ -1734,7 +1734,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4141(o.spaces!);
+ checkUnnamed4151(o.spaces!);
}
buildCounterListSpacesResponse--;
}
@@ -1795,53 +1795,53 @@
buildCounterMembership--;
}
-core.List<api.Annotation> buildUnnamed4142() {
+core.List<api.Annotation> buildUnnamed4152() {
var o = <api.Annotation>[];
o.add(buildAnnotation());
o.add(buildAnnotation());
return o;
}
-void checkUnnamed4142(core.List<api.Annotation> o) {
+void checkUnnamed4152(core.List<api.Annotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotation(o[0] as api.Annotation);
checkAnnotation(o[1] as api.Annotation);
}
-core.List<api.Attachment> buildUnnamed4143() {
+core.List<api.Attachment> buildUnnamed4153() {
var o = <api.Attachment>[];
o.add(buildAttachment());
o.add(buildAttachment());
return o;
}
-void checkUnnamed4143(core.List<api.Attachment> o) {
+void checkUnnamed4153(core.List<api.Attachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttachment(o[0] as api.Attachment);
checkAttachment(o[1] as api.Attachment);
}
-core.List<api.Card> buildUnnamed4144() {
+core.List<api.Card> buildUnnamed4154() {
var o = <api.Card>[];
o.add(buildCard());
o.add(buildCard());
return o;
}
-void checkUnnamed4144(core.List<api.Card> o) {
+void checkUnnamed4154(core.List<api.Card> o) {
unittest.expect(o, unittest.hasLength(2));
checkCard(o[0] as api.Card);
checkCard(o[1] as api.Card);
}
-core.List<api.CardWithId> buildUnnamed4145() {
+core.List<api.CardWithId> buildUnnamed4155() {
var o = <api.CardWithId>[];
o.add(buildCardWithId());
o.add(buildCardWithId());
return o;
}
-void checkUnnamed4145(core.List<api.CardWithId> o) {
+void checkUnnamed4155(core.List<api.CardWithId> o) {
unittest.expect(o, unittest.hasLength(2));
checkCardWithId(o[0] as api.CardWithId);
checkCardWithId(o[1] as api.CardWithId);
@@ -1853,11 +1853,11 @@
buildCounterMessage++;
if (buildCounterMessage < 3) {
o.actionResponse = buildActionResponse();
- o.annotations = buildUnnamed4142();
+ o.annotations = buildUnnamed4152();
o.argumentText = 'foo';
- o.attachment = buildUnnamed4143();
- o.cards = buildUnnamed4144();
- o.cardsV2 = buildUnnamed4145();
+ o.attachment = buildUnnamed4153();
+ o.cards = buildUnnamed4154();
+ o.cardsV2 = buildUnnamed4155();
o.createTime = 'foo';
o.fallbackText = 'foo';
o.name = 'foo';
@@ -1876,14 +1876,14 @@
buildCounterMessage++;
if (buildCounterMessage < 3) {
checkActionResponse(o.actionResponse! as api.ActionResponse);
- checkUnnamed4142(o.annotations!);
+ checkUnnamed4152(o.annotations!);
unittest.expect(
o.argumentText!,
unittest.equals('foo'),
);
- checkUnnamed4143(o.attachment!);
- checkUnnamed4144(o.cards!);
- checkUnnamed4145(o.cardsV2!);
+ checkUnnamed4153(o.attachment!);
+ checkUnnamed4154(o.cards!);
+ checkUnnamed4155(o.cardsV2!);
unittest.expect(
o.createTime!,
unittest.equals('foo'),
@@ -1955,14 +1955,14 @@
buildCounterOpenLink--;
}
-core.List<api.WidgetMarkup> buildUnnamed4146() {
+core.List<api.WidgetMarkup> buildUnnamed4156() {
var o = <api.WidgetMarkup>[];
o.add(buildWidgetMarkup());
o.add(buildWidgetMarkup());
return o;
}
-void checkUnnamed4146(core.List<api.WidgetMarkup> o) {
+void checkUnnamed4156(core.List<api.WidgetMarkup> o) {
unittest.expect(o, unittest.hasLength(2));
checkWidgetMarkup(o[0] as api.WidgetMarkup);
checkWidgetMarkup(o[1] as api.WidgetMarkup);
@@ -1974,7 +1974,7 @@
buildCounterSection++;
if (buildCounterSection < 3) {
o.header = 'foo';
- o.widgets = buildUnnamed4146();
+ o.widgets = buildUnnamed4156();
}
buildCounterSection--;
return o;
@@ -1987,7 +1987,7 @@
o.header!,
unittest.equals('foo'),
);
- checkUnnamed4146(o.widgets!);
+ checkUnnamed4156(o.widgets!);
}
buildCounterSection--;
}
@@ -2217,14 +2217,14 @@
buildCounterUserMentionMetadata--;
}
-core.List<api.Button> buildUnnamed4147() {
+core.List<api.Button> buildUnnamed4157() {
var o = <api.Button>[];
o.add(buildButton());
o.add(buildButton());
return o;
}
-void checkUnnamed4147(core.List<api.Button> o) {
+void checkUnnamed4157(core.List<api.Button> o) {
unittest.expect(o, unittest.hasLength(2));
checkButton(o[0] as api.Button);
checkButton(o[1] as api.Button);
@@ -2235,7 +2235,7 @@
var o = api.WidgetMarkup();
buildCounterWidgetMarkup++;
if (buildCounterWidgetMarkup < 3) {
- o.buttons = buildUnnamed4147();
+ o.buttons = buildUnnamed4157();
o.image = buildImage();
o.keyValue = buildKeyValue();
o.textParagraph = buildTextParagraph();
@@ -2247,7 +2247,7 @@
void checkWidgetMarkup(api.WidgetMarkup o) {
buildCounterWidgetMarkup++;
if (buildCounterWidgetMarkup < 3) {
- checkUnnamed4147(o.buttons!);
+ checkUnnamed4157(o.buttons!);
checkImage(o.image! as api.Image);
checkKeyValue(o.keyValue! as api.KeyValue);
checkTextParagraph(o.textParagraph! as api.TextParagraph);
diff --git a/generated/googleapis/test/chromepolicy/v1_test.dart b/generated/googleapis/test/chromepolicy/v1_test.dart
index 387dec0..e8fdd56 100644
--- a/generated/googleapis/test/chromepolicy/v1_test.dart
+++ b/generated/googleapis/test/chromepolicy/v1_test.dart
@@ -57,14 +57,14 @@
}
core.List<api.GoogleChromePolicyV1InheritOrgUnitPolicyRequest>
- buildUnnamed7505() {
+ buildUnnamed7559() {
var o = <api.GoogleChromePolicyV1InheritOrgUnitPolicyRequest>[];
o.add(buildGoogleChromePolicyV1InheritOrgUnitPolicyRequest());
o.add(buildGoogleChromePolicyV1InheritOrgUnitPolicyRequest());
return o;
}
-void checkUnnamed7505(
+void checkUnnamed7559(
core.List<api.GoogleChromePolicyV1InheritOrgUnitPolicyRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleChromePolicyV1InheritOrgUnitPolicyRequest(
@@ -79,7 +79,7 @@
var o = api.GoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest();
buildCounterGoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest++;
if (buildCounterGoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest < 3) {
- o.requests = buildUnnamed7505();
+ o.requests = buildUnnamed7559();
}
buildCounterGoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest--;
return o;
@@ -89,20 +89,20 @@
api.GoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest o) {
buildCounterGoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest++;
if (buildCounterGoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest < 3) {
- checkUnnamed7505(o.requests!);
+ checkUnnamed7559(o.requests!);
}
buildCounterGoogleChromePolicyV1BatchInheritOrgUnitPoliciesRequest--;
}
core.List<api.GoogleChromePolicyV1ModifyOrgUnitPolicyRequest>
- buildUnnamed7506() {
+ buildUnnamed7560() {
var o = <api.GoogleChromePolicyV1ModifyOrgUnitPolicyRequest>[];
o.add(buildGoogleChromePolicyV1ModifyOrgUnitPolicyRequest());
o.add(buildGoogleChromePolicyV1ModifyOrgUnitPolicyRequest());
return o;
}
-void checkUnnamed7506(
+void checkUnnamed7560(
core.List<api.GoogleChromePolicyV1ModifyOrgUnitPolicyRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleChromePolicyV1ModifyOrgUnitPolicyRequest(
@@ -117,7 +117,7 @@
var o = api.GoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest();
buildCounterGoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest++;
if (buildCounterGoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest < 3) {
- o.requests = buildUnnamed7506();
+ o.requests = buildUnnamed7560();
}
buildCounterGoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest--;
return o;
@@ -127,7 +127,7 @@
api.GoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest o) {
buildCounterGoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest++;
if (buildCounterGoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest < 3) {
- checkUnnamed7506(o.requests!);
+ checkUnnamed7560(o.requests!);
}
buildCounterGoogleChromePolicyV1BatchModifyOrgUnitPoliciesRequest--;
}
@@ -159,14 +159,14 @@
buildCounterGoogleChromePolicyV1InheritOrgUnitPolicyRequest--;
}
-core.List<api.GoogleChromePolicyV1PolicySchema> buildUnnamed7507() {
+core.List<api.GoogleChromePolicyV1PolicySchema> buildUnnamed7561() {
var o = <api.GoogleChromePolicyV1PolicySchema>[];
o.add(buildGoogleChromePolicyV1PolicySchema());
o.add(buildGoogleChromePolicyV1PolicySchema());
return o;
}
-void checkUnnamed7507(core.List<api.GoogleChromePolicyV1PolicySchema> o) {
+void checkUnnamed7561(core.List<api.GoogleChromePolicyV1PolicySchema> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleChromePolicyV1PolicySchema(
o[0] as api.GoogleChromePolicyV1PolicySchema);
@@ -181,7 +181,7 @@
buildCounterGoogleChromePolicyV1ListPolicySchemasResponse++;
if (buildCounterGoogleChromePolicyV1ListPolicySchemasResponse < 3) {
o.nextPageToken = 'foo';
- o.policySchemas = buildUnnamed7507();
+ o.policySchemas = buildUnnamed7561();
}
buildCounterGoogleChromePolicyV1ListPolicySchemasResponse--;
return o;
@@ -195,7 +195,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7507(o.policySchemas!);
+ checkUnnamed7561(o.policySchemas!);
}
buildCounterGoogleChromePolicyV1ListPolicySchemasResponse--;
}
@@ -230,14 +230,14 @@
buildCounterGoogleChromePolicyV1ModifyOrgUnitPolicyRequest--;
}
-core.List<core.String> buildUnnamed7508() {
+core.List<core.String> buildUnnamed7562() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7508(core.List<core.String> o) {
+void checkUnnamed7562(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -249,14 +249,14 @@
);
}
-core.List<api.GoogleChromePolicyV1AdditionalTargetKeyName> buildUnnamed7509() {
+core.List<api.GoogleChromePolicyV1AdditionalTargetKeyName> buildUnnamed7563() {
var o = <api.GoogleChromePolicyV1AdditionalTargetKeyName>[];
o.add(buildGoogleChromePolicyV1AdditionalTargetKeyName());
o.add(buildGoogleChromePolicyV1AdditionalTargetKeyName());
return o;
}
-void checkUnnamed7509(
+void checkUnnamed7563(
core.List<api.GoogleChromePolicyV1AdditionalTargetKeyName> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleChromePolicyV1AdditionalTargetKeyName(
@@ -266,14 +266,14 @@
}
core.List<api.GoogleChromePolicyV1PolicySchemaFieldDescription>
- buildUnnamed7510() {
+ buildUnnamed7564() {
var o = <api.GoogleChromePolicyV1PolicySchemaFieldDescription>[];
o.add(buildGoogleChromePolicyV1PolicySchemaFieldDescription());
o.add(buildGoogleChromePolicyV1PolicySchemaFieldDescription());
return o;
}
-void checkUnnamed7510(
+void checkUnnamed7564(
core.List<api.GoogleChromePolicyV1PolicySchemaFieldDescription> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleChromePolicyV1PolicySchemaFieldDescription(
@@ -283,14 +283,14 @@
}
core.List<api.GoogleChromePolicyV1PolicySchemaNoticeDescription>
- buildUnnamed7511() {
+ buildUnnamed7565() {
var o = <api.GoogleChromePolicyV1PolicySchemaNoticeDescription>[];
o.add(buildGoogleChromePolicyV1PolicySchemaNoticeDescription());
o.add(buildGoogleChromePolicyV1PolicySchemaNoticeDescription());
return o;
}
-void checkUnnamed7511(
+void checkUnnamed7565(
core.List<api.GoogleChromePolicyV1PolicySchemaNoticeDescription> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleChromePolicyV1PolicySchemaNoticeDescription(
@@ -304,12 +304,12 @@
var o = api.GoogleChromePolicyV1PolicySchema();
buildCounterGoogleChromePolicyV1PolicySchema++;
if (buildCounterGoogleChromePolicyV1PolicySchema < 3) {
- o.accessRestrictions = buildUnnamed7508();
- o.additionalTargetKeyNames = buildUnnamed7509();
+ o.accessRestrictions = buildUnnamed7562();
+ o.additionalTargetKeyNames = buildUnnamed7563();
o.definition = buildProto2FileDescriptorProto();
- o.fieldDescriptions = buildUnnamed7510();
+ o.fieldDescriptions = buildUnnamed7564();
o.name = 'foo';
- o.notices = buildUnnamed7511();
+ o.notices = buildUnnamed7565();
o.policyDescription = 'foo';
o.schemaName = 'foo';
o.supportUri = 'foo';
@@ -322,16 +322,16 @@
api.GoogleChromePolicyV1PolicySchema o) {
buildCounterGoogleChromePolicyV1PolicySchema++;
if (buildCounterGoogleChromePolicyV1PolicySchema < 3) {
- checkUnnamed7508(o.accessRestrictions!);
- checkUnnamed7509(o.additionalTargetKeyNames!);
+ checkUnnamed7562(o.accessRestrictions!);
+ checkUnnamed7563(o.additionalTargetKeyNames!);
checkProto2FileDescriptorProto(
o.definition! as api.Proto2FileDescriptorProto);
- checkUnnamed7510(o.fieldDescriptions!);
+ checkUnnamed7564(o.fieldDescriptions!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7511(o.notices!);
+ checkUnnamed7565(o.notices!);
unittest.expect(
o.policyDescription!,
unittest.equals('foo'),
@@ -349,14 +349,14 @@
}
core.List<api.GoogleChromePolicyV1PolicySchemaFieldKnownValueDescription>
- buildUnnamed7512() {
+ buildUnnamed7566() {
var o = <api.GoogleChromePolicyV1PolicySchemaFieldKnownValueDescription>[];
o.add(buildGoogleChromePolicyV1PolicySchemaFieldKnownValueDescription());
o.add(buildGoogleChromePolicyV1PolicySchemaFieldKnownValueDescription());
return o;
}
-void checkUnnamed7512(
+void checkUnnamed7566(
core.List<api.GoogleChromePolicyV1PolicySchemaFieldKnownValueDescription>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -367,14 +367,14 @@
}
core.List<api.GoogleChromePolicyV1PolicySchemaFieldDescription>
- buildUnnamed7513() {
+ buildUnnamed7567() {
var o = <api.GoogleChromePolicyV1PolicySchemaFieldDescription>[];
o.add(buildGoogleChromePolicyV1PolicySchemaFieldDescription());
o.add(buildGoogleChromePolicyV1PolicySchemaFieldDescription());
return o;
}
-void checkUnnamed7513(
+void checkUnnamed7567(
core.List<api.GoogleChromePolicyV1PolicySchemaFieldDescription> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleChromePolicyV1PolicySchemaFieldDescription(
@@ -392,8 +392,8 @@
o.description = 'foo';
o.field = 'foo';
o.inputConstraint = 'foo';
- o.knownValueDescriptions = buildUnnamed7512();
- o.nestedFieldDescriptions = buildUnnamed7513();
+ o.knownValueDescriptions = buildUnnamed7566();
+ o.nestedFieldDescriptions = buildUnnamed7567();
}
buildCounterGoogleChromePolicyV1PolicySchemaFieldDescription--;
return o;
@@ -415,8 +415,8 @@
o.inputConstraint!,
unittest.equals('foo'),
);
- checkUnnamed7512(o.knownValueDescriptions!);
- checkUnnamed7513(o.nestedFieldDescriptions!);
+ checkUnnamed7566(o.knownValueDescriptions!);
+ checkUnnamed7567(o.nestedFieldDescriptions!);
}
buildCounterGoogleChromePolicyV1PolicySchemaFieldDescription--;
}
@@ -489,14 +489,14 @@
buildCounterGoogleChromePolicyV1PolicySchemaNoticeDescription--;
}
-core.Map<core.String, core.String> buildUnnamed7514() {
+core.Map<core.String, core.String> buildUnnamed7568() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7514(core.Map<core.String, core.String> o) {
+void checkUnnamed7568(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -514,7 +514,7 @@
var o = api.GoogleChromePolicyV1PolicyTargetKey();
buildCounterGoogleChromePolicyV1PolicyTargetKey++;
if (buildCounterGoogleChromePolicyV1PolicyTargetKey < 3) {
- o.additionalTargetKeys = buildUnnamed7514();
+ o.additionalTargetKeys = buildUnnamed7568();
o.targetResource = 'foo';
}
buildCounterGoogleChromePolicyV1PolicyTargetKey--;
@@ -525,7 +525,7 @@
api.GoogleChromePolicyV1PolicyTargetKey o) {
buildCounterGoogleChromePolicyV1PolicyTargetKey++;
if (buildCounterGoogleChromePolicyV1PolicyTargetKey < 3) {
- checkUnnamed7514(o.additionalTargetKeys!);
+ checkUnnamed7568(o.additionalTargetKeys!);
unittest.expect(
o.targetResource!,
unittest.equals('foo'),
@@ -534,7 +534,7 @@
buildCounterGoogleChromePolicyV1PolicyTargetKey--;
}
-core.Map<core.String, core.Object> buildUnnamed7515() {
+core.Map<core.String, core.Object> buildUnnamed7569() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -549,7 +549,7 @@
return o;
}
-void checkUnnamed7515(core.Map<core.String, core.Object> o) {
+void checkUnnamed7569(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -587,7 +587,7 @@
buildCounterGoogleChromePolicyV1PolicyValue++;
if (buildCounterGoogleChromePolicyV1PolicyValue < 3) {
o.policySchema = 'foo';
- o.value = buildUnnamed7515();
+ o.value = buildUnnamed7569();
}
buildCounterGoogleChromePolicyV1PolicyValue--;
return o;
@@ -601,7 +601,7 @@
o.policySchema!,
unittest.equals('foo'),
);
- checkUnnamed7515(o.value!);
+ checkUnnamed7569(o.value!);
}
buildCounterGoogleChromePolicyV1PolicyValue--;
}
@@ -643,14 +643,14 @@
buildCounterGoogleChromePolicyV1ResolveRequest--;
}
-core.List<api.GoogleChromePolicyV1ResolvedPolicy> buildUnnamed7516() {
+core.List<api.GoogleChromePolicyV1ResolvedPolicy> buildUnnamed7570() {
var o = <api.GoogleChromePolicyV1ResolvedPolicy>[];
o.add(buildGoogleChromePolicyV1ResolvedPolicy());
o.add(buildGoogleChromePolicyV1ResolvedPolicy());
return o;
}
-void checkUnnamed7516(core.List<api.GoogleChromePolicyV1ResolvedPolicy> o) {
+void checkUnnamed7570(core.List<api.GoogleChromePolicyV1ResolvedPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleChromePolicyV1ResolvedPolicy(
o[0] as api.GoogleChromePolicyV1ResolvedPolicy);
@@ -665,7 +665,7 @@
buildCounterGoogleChromePolicyV1ResolveResponse++;
if (buildCounterGoogleChromePolicyV1ResolveResponse < 3) {
o.nextPageToken = 'foo';
- o.resolvedPolicies = buildUnnamed7516();
+ o.resolvedPolicies = buildUnnamed7570();
}
buildCounterGoogleChromePolicyV1ResolveResponse--;
return o;
@@ -679,7 +679,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7516(o.resolvedPolicies!);
+ checkUnnamed7570(o.resolvedPolicies!);
}
buildCounterGoogleChromePolicyV1ResolveResponse--;
}
@@ -775,53 +775,53 @@
buildCounterGoogleProtobufEmpty--;
}
-core.List<api.Proto2EnumDescriptorProto> buildUnnamed7517() {
+core.List<api.Proto2EnumDescriptorProto> buildUnnamed7571() {
var o = <api.Proto2EnumDescriptorProto>[];
o.add(buildProto2EnumDescriptorProto());
o.add(buildProto2EnumDescriptorProto());
return o;
}
-void checkUnnamed7517(core.List<api.Proto2EnumDescriptorProto> o) {
+void checkUnnamed7571(core.List<api.Proto2EnumDescriptorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkProto2EnumDescriptorProto(o[0] as api.Proto2EnumDescriptorProto);
checkProto2EnumDescriptorProto(o[1] as api.Proto2EnumDescriptorProto);
}
-core.List<api.Proto2FieldDescriptorProto> buildUnnamed7518() {
+core.List<api.Proto2FieldDescriptorProto> buildUnnamed7572() {
var o = <api.Proto2FieldDescriptorProto>[];
o.add(buildProto2FieldDescriptorProto());
o.add(buildProto2FieldDescriptorProto());
return o;
}
-void checkUnnamed7518(core.List<api.Proto2FieldDescriptorProto> o) {
+void checkUnnamed7572(core.List<api.Proto2FieldDescriptorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkProto2FieldDescriptorProto(o[0] as api.Proto2FieldDescriptorProto);
checkProto2FieldDescriptorProto(o[1] as api.Proto2FieldDescriptorProto);
}
-core.List<api.Proto2DescriptorProto> buildUnnamed7519() {
+core.List<api.Proto2DescriptorProto> buildUnnamed7573() {
var o = <api.Proto2DescriptorProto>[];
o.add(buildProto2DescriptorProto());
o.add(buildProto2DescriptorProto());
return o;
}
-void checkUnnamed7519(core.List<api.Proto2DescriptorProto> o) {
+void checkUnnamed7573(core.List<api.Proto2DescriptorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkProto2DescriptorProto(o[0] as api.Proto2DescriptorProto);
checkProto2DescriptorProto(o[1] as api.Proto2DescriptorProto);
}
-core.List<api.Proto2OneofDescriptorProto> buildUnnamed7520() {
+core.List<api.Proto2OneofDescriptorProto> buildUnnamed7574() {
var o = <api.Proto2OneofDescriptorProto>[];
o.add(buildProto2OneofDescriptorProto());
o.add(buildProto2OneofDescriptorProto());
return o;
}
-void checkUnnamed7520(core.List<api.Proto2OneofDescriptorProto> o) {
+void checkUnnamed7574(core.List<api.Proto2OneofDescriptorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkProto2OneofDescriptorProto(o[0] as api.Proto2OneofDescriptorProto);
checkProto2OneofDescriptorProto(o[1] as api.Proto2OneofDescriptorProto);
@@ -832,11 +832,11 @@
var o = api.Proto2DescriptorProto();
buildCounterProto2DescriptorProto++;
if (buildCounterProto2DescriptorProto < 3) {
- o.enumType = buildUnnamed7517();
- o.field = buildUnnamed7518();
+ o.enumType = buildUnnamed7571();
+ o.field = buildUnnamed7572();
o.name = 'foo';
- o.nestedType = buildUnnamed7519();
- o.oneofDecl = buildUnnamed7520();
+ o.nestedType = buildUnnamed7573();
+ o.oneofDecl = buildUnnamed7574();
}
buildCounterProto2DescriptorProto--;
return o;
@@ -845,26 +845,26 @@
void checkProto2DescriptorProto(api.Proto2DescriptorProto o) {
buildCounterProto2DescriptorProto++;
if (buildCounterProto2DescriptorProto < 3) {
- checkUnnamed7517(o.enumType!);
- checkUnnamed7518(o.field!);
+ checkUnnamed7571(o.enumType!);
+ checkUnnamed7572(o.field!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7519(o.nestedType!);
- checkUnnamed7520(o.oneofDecl!);
+ checkUnnamed7573(o.nestedType!);
+ checkUnnamed7574(o.oneofDecl!);
}
buildCounterProto2DescriptorProto--;
}
-core.List<api.Proto2EnumValueDescriptorProto> buildUnnamed7521() {
+core.List<api.Proto2EnumValueDescriptorProto> buildUnnamed7575() {
var o = <api.Proto2EnumValueDescriptorProto>[];
o.add(buildProto2EnumValueDescriptorProto());
o.add(buildProto2EnumValueDescriptorProto());
return o;
}
-void checkUnnamed7521(core.List<api.Proto2EnumValueDescriptorProto> o) {
+void checkUnnamed7575(core.List<api.Proto2EnumValueDescriptorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkProto2EnumValueDescriptorProto(
o[0] as api.Proto2EnumValueDescriptorProto);
@@ -878,7 +878,7 @@
buildCounterProto2EnumDescriptorProto++;
if (buildCounterProto2EnumDescriptorProto < 3) {
o.name = 'foo';
- o.value = buildUnnamed7521();
+ o.value = buildUnnamed7575();
}
buildCounterProto2EnumDescriptorProto--;
return o;
@@ -891,7 +891,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7521(o.value!);
+ checkUnnamed7575(o.value!);
}
buildCounterProto2EnumDescriptorProto--;
}
@@ -982,27 +982,27 @@
buildCounterProto2FieldDescriptorProto--;
}
-core.List<api.Proto2EnumDescriptorProto> buildUnnamed7522() {
+core.List<api.Proto2EnumDescriptorProto> buildUnnamed7576() {
var o = <api.Proto2EnumDescriptorProto>[];
o.add(buildProto2EnumDescriptorProto());
o.add(buildProto2EnumDescriptorProto());
return o;
}
-void checkUnnamed7522(core.List<api.Proto2EnumDescriptorProto> o) {
+void checkUnnamed7576(core.List<api.Proto2EnumDescriptorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkProto2EnumDescriptorProto(o[0] as api.Proto2EnumDescriptorProto);
checkProto2EnumDescriptorProto(o[1] as api.Proto2EnumDescriptorProto);
}
-core.List<api.Proto2DescriptorProto> buildUnnamed7523() {
+core.List<api.Proto2DescriptorProto> buildUnnamed7577() {
var o = <api.Proto2DescriptorProto>[];
o.add(buildProto2DescriptorProto());
o.add(buildProto2DescriptorProto());
return o;
}
-void checkUnnamed7523(core.List<api.Proto2DescriptorProto> o) {
+void checkUnnamed7577(core.List<api.Proto2DescriptorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkProto2DescriptorProto(o[0] as api.Proto2DescriptorProto);
checkProto2DescriptorProto(o[1] as api.Proto2DescriptorProto);
@@ -1013,8 +1013,8 @@
var o = api.Proto2FileDescriptorProto();
buildCounterProto2FileDescriptorProto++;
if (buildCounterProto2FileDescriptorProto < 3) {
- o.enumType = buildUnnamed7522();
- o.messageType = buildUnnamed7523();
+ o.enumType = buildUnnamed7576();
+ o.messageType = buildUnnamed7577();
o.name = 'foo';
o.package = 'foo';
o.syntax = 'foo';
@@ -1026,8 +1026,8 @@
void checkProto2FileDescriptorProto(api.Proto2FileDescriptorProto o) {
buildCounterProto2FileDescriptorProto++;
if (buildCounterProto2FileDescriptorProto < 3) {
- checkUnnamed7522(o.enumType!);
- checkUnnamed7523(o.messageType!);
+ checkUnnamed7576(o.enumType!);
+ checkUnnamed7577(o.messageType!);
unittest.expect(
o.name!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/chromeuxreport/v1_test.dart b/generated/googleapis/test/chromeuxreport/v1_test.dart
index 05f1d1d..87fc7fe 100644
--- a/generated/googleapis/test/chromeuxreport/v1_test.dart
+++ b/generated/googleapis/test/chromeuxreport/v1_test.dart
@@ -124,14 +124,14 @@
buildCounterKey--;
}
-core.List<api.Bin> buildUnnamed7189() {
+core.List<api.Bin> buildUnnamed7240() {
var o = <api.Bin>[];
o.add(buildBin());
o.add(buildBin());
return o;
}
-void checkUnnamed7189(core.List<api.Bin> o) {
+void checkUnnamed7240(core.List<api.Bin> o) {
unittest.expect(o, unittest.hasLength(2));
checkBin(o[0] as api.Bin);
checkBin(o[1] as api.Bin);
@@ -142,7 +142,7 @@
var o = api.Metric();
buildCounterMetric++;
if (buildCounterMetric < 3) {
- o.histogram = buildUnnamed7189();
+ o.histogram = buildUnnamed7240();
o.percentiles = buildPercentiles();
}
buildCounterMetric--;
@@ -152,7 +152,7 @@
void checkMetric(api.Metric o) {
buildCounterMetric++;
if (buildCounterMetric < 3) {
- checkUnnamed7189(o.histogram!);
+ checkUnnamed7240(o.histogram!);
checkPercentiles(o.percentiles! as api.Percentiles);
}
buildCounterMetric--;
@@ -194,14 +194,14 @@
buildCounterPercentiles--;
}
-core.List<core.String> buildUnnamed7190() {
+core.List<core.String> buildUnnamed7241() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7190(core.List<core.String> o) {
+void checkUnnamed7241(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -220,7 +220,7 @@
if (buildCounterQueryRequest < 3) {
o.effectiveConnectionType = 'foo';
o.formFactor = 'foo';
- o.metrics = buildUnnamed7190();
+ o.metrics = buildUnnamed7241();
o.origin = 'foo';
o.url = 'foo';
}
@@ -239,7 +239,7 @@
o.formFactor!,
unittest.equals('foo'),
);
- checkUnnamed7190(o.metrics!);
+ checkUnnamed7241(o.metrics!);
unittest.expect(
o.origin!,
unittest.equals('foo'),
@@ -273,14 +273,14 @@
buildCounterQueryResponse--;
}
-core.Map<core.String, api.Metric> buildUnnamed7191() {
+core.Map<core.String, api.Metric> buildUnnamed7242() {
var o = <core.String, api.Metric>{};
o['x'] = buildMetric();
o['y'] = buildMetric();
return o;
}
-void checkUnnamed7191(core.Map<core.String, api.Metric> o) {
+void checkUnnamed7242(core.Map<core.String, api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o['x']! as api.Metric);
checkMetric(o['y']! as api.Metric);
@@ -292,7 +292,7 @@
buildCounterRecord++;
if (buildCounterRecord < 3) {
o.key = buildKey();
- o.metrics = buildUnnamed7191();
+ o.metrics = buildUnnamed7242();
}
buildCounterRecord--;
return o;
@@ -302,7 +302,7 @@
buildCounterRecord++;
if (buildCounterRecord < 3) {
checkKey(o.key! as api.Key);
- checkUnnamed7191(o.metrics!);
+ checkUnnamed7242(o.metrics!);
}
buildCounterRecord--;
}
diff --git a/generated/googleapis/test/civicinfo/v2_test.dart b/generated/googleapis/test/civicinfo/v2_test.dart
index 64d364b..e84c424 100644
--- a/generated/googleapis/test/civicinfo/v2_test.dart
+++ b/generated/googleapis/test/civicinfo/v2_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Source> buildUnnamed2902() {
+core.List<api.Source> buildUnnamed2910() {
var o = <api.Source>[];
o.add(buildSource());
o.add(buildSource());
return o;
}
-void checkUnnamed2902(core.List<api.Source> o) {
+void checkUnnamed2910(core.List<api.Source> o) {
unittest.expect(o, unittest.hasLength(2));
checkSource(o[0] as api.Source);
checkSource(o[1] as api.Source);
@@ -48,7 +48,7 @@
o.electionAdministrationBody = buildAdministrativeBody();
o.localJurisdiction = buildAdministrationRegion();
o.name = 'foo';
- o.sources = buildUnnamed2902();
+ o.sources = buildUnnamed2910();
}
buildCounterAdministrationRegion--;
return o;
@@ -64,32 +64,32 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2902(o.sources!);
+ checkUnnamed2910(o.sources!);
}
buildCounterAdministrationRegion--;
}
-core.List<api.ElectionOfficial> buildUnnamed2903() {
+core.List<api.ElectionOfficial> buildUnnamed2911() {
var o = <api.ElectionOfficial>[];
o.add(buildElectionOfficial());
o.add(buildElectionOfficial());
return o;
}
-void checkUnnamed2903(core.List<api.ElectionOfficial> o) {
+void checkUnnamed2911(core.List<api.ElectionOfficial> o) {
unittest.expect(o, unittest.hasLength(2));
checkElectionOfficial(o[0] as api.ElectionOfficial);
checkElectionOfficial(o[1] as api.ElectionOfficial);
}
-core.List<core.String> buildUnnamed2904() {
+core.List<core.String> buildUnnamed2912() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2904(core.List<core.String> o) {
+void checkUnnamed2912(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -112,14 +112,14 @@
o.electionInfoUrl = 'foo';
o.electionNoticeText = 'foo';
o.electionNoticeUrl = 'foo';
- o.electionOfficials = buildUnnamed2903();
+ o.electionOfficials = buildUnnamed2911();
o.electionRegistrationConfirmationUrl = 'foo';
o.electionRegistrationUrl = 'foo';
o.electionRulesUrl = 'foo';
o.hoursOfOperation = 'foo';
o.name = 'foo';
o.physicalAddress = buildSimpleAddressType();
- o.voterServices = buildUnnamed2904();
+ o.voterServices = buildUnnamed2912();
o.votingLocationFinderUrl = 'foo';
}
buildCounterAdministrativeBody--;
@@ -150,7 +150,7 @@
o.electionNoticeUrl!,
unittest.equals('foo'),
);
- checkUnnamed2903(o.electionOfficials!);
+ checkUnnamed2911(o.electionOfficials!);
unittest.expect(
o.electionRegistrationConfirmationUrl!,
unittest.equals('foo'),
@@ -172,7 +172,7 @@
unittest.equals('foo'),
);
checkSimpleAddressType(o.physicalAddress! as api.SimpleAddressType);
- checkUnnamed2904(o.voterServices!);
+ checkUnnamed2912(o.voterServices!);
unittest.expect(
o.votingLocationFinderUrl!,
unittest.equals('foo'),
@@ -181,14 +181,14 @@
buildCounterAdministrativeBody--;
}
-core.List<api.Channel> buildUnnamed2905() {
+core.List<api.Channel> buildUnnamed2913() {
var o = <api.Channel>[];
o.add(buildChannel());
o.add(buildChannel());
return o;
}
-void checkUnnamed2905(core.List<api.Channel> o) {
+void checkUnnamed2913(core.List<api.Channel> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannel(o[0] as api.Channel);
checkChannel(o[1] as api.Channel);
@@ -200,7 +200,7 @@
buildCounterCandidate++;
if (buildCounterCandidate < 3) {
o.candidateUrl = 'foo';
- o.channels = buildUnnamed2905();
+ o.channels = buildUnnamed2913();
o.email = 'foo';
o.name = 'foo';
o.orderOnBallot = 'foo';
@@ -219,7 +219,7 @@
o.candidateUrl!,
unittest.equals('foo'),
);
- checkUnnamed2905(o.channels!);
+ checkUnnamed2913(o.channels!);
unittest.expect(
o.email!,
unittest.equals('foo'),
@@ -275,27 +275,27 @@
buildCounterChannel--;
}
-core.List<api.Candidate> buildUnnamed2906() {
+core.List<api.Candidate> buildUnnamed2914() {
var o = <api.Candidate>[];
o.add(buildCandidate());
o.add(buildCandidate());
return o;
}
-void checkUnnamed2906(core.List<api.Candidate> o) {
+void checkUnnamed2914(core.List<api.Candidate> o) {
unittest.expect(o, unittest.hasLength(2));
checkCandidate(o[0] as api.Candidate);
checkCandidate(o[1] as api.Candidate);
}
-core.List<core.String> buildUnnamed2907() {
+core.List<core.String> buildUnnamed2915() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2907(core.List<core.String> o) {
+void checkUnnamed2915(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -307,14 +307,14 @@
);
}
-core.List<core.String> buildUnnamed2908() {
+core.List<core.String> buildUnnamed2916() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2908(core.List<core.String> o) {
+void checkUnnamed2916(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -326,14 +326,14 @@
);
}
-core.List<core.String> buildUnnamed2909() {
+core.List<core.String> buildUnnamed2917() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2909(core.List<core.String> o) {
+void checkUnnamed2917(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -345,14 +345,14 @@
);
}
-core.List<core.String> buildUnnamed2910() {
+core.List<core.String> buildUnnamed2918() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2910(core.List<core.String> o) {
+void checkUnnamed2918(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -364,14 +364,14 @@
);
}
-core.List<api.Source> buildUnnamed2911() {
+core.List<api.Source> buildUnnamed2919() {
var o = <api.Source>[];
o.add(buildSource());
o.add(buildSource());
return o;
}
-void checkUnnamed2911(core.List<api.Source> o) {
+void checkUnnamed2919(core.List<api.Source> o) {
unittest.expect(o, unittest.hasLength(2));
checkSource(o[0] as api.Source);
checkSource(o[1] as api.Source);
@@ -384,16 +384,16 @@
if (buildCounterContest < 3) {
o.ballotPlacement = 'foo';
o.ballotTitle = 'foo';
- o.candidates = buildUnnamed2906();
+ o.candidates = buildUnnamed2914();
o.district = buildElectoralDistrict();
o.electorateSpecifications = 'foo';
- o.level = buildUnnamed2907();
+ o.level = buildUnnamed2915();
o.numberElected = 'foo';
o.numberVotingFor = 'foo';
o.office = 'foo';
- o.primaryParties = buildUnnamed2908();
+ o.primaryParties = buildUnnamed2916();
o.primaryParty = 'foo';
- o.referendumBallotResponses = buildUnnamed2909();
+ o.referendumBallotResponses = buildUnnamed2917();
o.referendumBrief = 'foo';
o.referendumConStatement = 'foo';
o.referendumEffectOfAbstain = 'foo';
@@ -403,8 +403,8 @@
o.referendumText = 'foo';
o.referendumTitle = 'foo';
o.referendumUrl = 'foo';
- o.roles = buildUnnamed2910();
- o.sources = buildUnnamed2911();
+ o.roles = buildUnnamed2918();
+ o.sources = buildUnnamed2919();
o.special = 'foo';
o.type = 'foo';
}
@@ -423,13 +423,13 @@
o.ballotTitle!,
unittest.equals('foo'),
);
- checkUnnamed2906(o.candidates!);
+ checkUnnamed2914(o.candidates!);
checkElectoralDistrict(o.district! as api.ElectoralDistrict);
unittest.expect(
o.electorateSpecifications!,
unittest.equals('foo'),
);
- checkUnnamed2907(o.level!);
+ checkUnnamed2915(o.level!);
unittest.expect(
o.numberElected!,
unittest.equals('foo'),
@@ -442,12 +442,12 @@
o.office!,
unittest.equals('foo'),
);
- checkUnnamed2908(o.primaryParties!);
+ checkUnnamed2916(o.primaryParties!);
unittest.expect(
o.primaryParty!,
unittest.equals('foo'),
);
- checkUnnamed2909(o.referendumBallotResponses!);
+ checkUnnamed2917(o.referendumBallotResponses!);
unittest.expect(
o.referendumBrief!,
unittest.equals('foo'),
@@ -484,8 +484,8 @@
o.referendumUrl!,
unittest.equals('foo'),
);
- checkUnnamed2910(o.roles!);
- checkUnnamed2911(o.sources!);
+ checkUnnamed2918(o.roles!);
+ checkUnnamed2919(o.sources!);
unittest.expect(
o.special!,
unittest.equals('foo'),
@@ -498,14 +498,14 @@
buildCounterContest--;
}
-core.List<api.DivisionSearchResult> buildUnnamed2912() {
+core.List<api.DivisionSearchResult> buildUnnamed2920() {
var o = <api.DivisionSearchResult>[];
o.add(buildDivisionSearchResult());
o.add(buildDivisionSearchResult());
return o;
}
-void checkUnnamed2912(core.List<api.DivisionSearchResult> o) {
+void checkUnnamed2920(core.List<api.DivisionSearchResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkDivisionSearchResult(o[0] as api.DivisionSearchResult);
checkDivisionSearchResult(o[1] as api.DivisionSearchResult);
@@ -517,7 +517,7 @@
buildCounterDivisionSearchResponse++;
if (buildCounterDivisionSearchResponse < 3) {
o.kind = 'foo';
- o.results = buildUnnamed2912();
+ o.results = buildUnnamed2920();
}
buildCounterDivisionSearchResponse--;
return o;
@@ -530,19 +530,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2912(o.results!);
+ checkUnnamed2920(o.results!);
}
buildCounterDivisionSearchResponse--;
}
-core.List<core.String> buildUnnamed2913() {
+core.List<core.String> buildUnnamed2921() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2913(core.List<core.String> o) {
+void checkUnnamed2921(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -559,7 +559,7 @@
var o = api.DivisionSearchResult();
buildCounterDivisionSearchResult++;
if (buildCounterDivisionSearchResult < 3) {
- o.aliases = buildUnnamed2913();
+ o.aliases = buildUnnamed2921();
o.name = 'foo';
o.ocdId = 'foo';
}
@@ -570,7 +570,7 @@
void checkDivisionSearchResult(api.DivisionSearchResult o) {
buildCounterDivisionSearchResult++;
if (buildCounterDivisionSearchResult < 3) {
- checkUnnamed2913(o.aliases!);
+ checkUnnamed2921(o.aliases!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -662,14 +662,14 @@
buildCounterElectionOfficial--;
}
-core.List<api.Election> buildUnnamed2914() {
+core.List<api.Election> buildUnnamed2922() {
var o = <api.Election>[];
o.add(buildElection());
o.add(buildElection());
return o;
}
-void checkUnnamed2914(core.List<api.Election> o) {
+void checkUnnamed2922(core.List<api.Election> o) {
unittest.expect(o, unittest.hasLength(2));
checkElection(o[0] as api.Election);
checkElection(o[1] as api.Election);
@@ -680,7 +680,7 @@
var o = api.ElectionsQueryResponse();
buildCounterElectionsQueryResponse++;
if (buildCounterElectionsQueryResponse < 3) {
- o.elections = buildUnnamed2914();
+ o.elections = buildUnnamed2922();
o.kind = 'foo';
}
buildCounterElectionsQueryResponse--;
@@ -690,7 +690,7 @@
void checkElectionsQueryResponse(api.ElectionsQueryResponse o) {
buildCounterElectionsQueryResponse++;
if (buildCounterElectionsQueryResponse < 3) {
- checkUnnamed2914(o.elections!);
+ checkUnnamed2922(o.elections!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -731,201 +731,6 @@
buildCounterElectoralDistrict--;
}
-core.List<core.String> buildUnnamed2915() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2915(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'),
- );
-}
-
-core.List<core.int> buildUnnamed2916() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
- return o;
-}
-
-void checkUnnamed2916(core.List<core.int> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals(42),
- );
- unittest.expect(
- o[1],
- unittest.equals(42),
- );
-}
-
-core.int buildCounterGeographicDivision = 0;
-api.GeographicDivision buildGeographicDivision() {
- var o = api.GeographicDivision();
- buildCounterGeographicDivision++;
- if (buildCounterGeographicDivision < 3) {
- o.alsoKnownAs = buildUnnamed2915();
- o.name = 'foo';
- o.officeIndices = buildUnnamed2916();
- }
- buildCounterGeographicDivision--;
- return o;
-}
-
-void checkGeographicDivision(api.GeographicDivision o) {
- buildCounterGeographicDivision++;
- if (buildCounterGeographicDivision < 3) {
- checkUnnamed2915(o.alsoKnownAs!);
- unittest.expect(
- o.name!,
- unittest.equals('foo'),
- );
- checkUnnamed2916(o.officeIndices!);
- }
- buildCounterGeographicDivision--;
-}
-
-core.List<core.String> buildUnnamed2917() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2917(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'),
- );
-}
-
-core.List<core.int> buildUnnamed2918() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
- return o;
-}
-
-void checkUnnamed2918(core.List<core.int> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals(42),
- );
- unittest.expect(
- o[1],
- unittest.equals(42),
- );
-}
-
-core.List<core.String> buildUnnamed2919() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2919(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'),
- );
-}
-
-core.List<api.Source> buildUnnamed2920() {
- var o = <api.Source>[];
- o.add(buildSource());
- o.add(buildSource());
- return o;
-}
-
-void checkUnnamed2920(core.List<api.Source> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkSource(o[0] as api.Source);
- checkSource(o[1] as api.Source);
-}
-
-core.int buildCounterOffice = 0;
-api.Office buildOffice() {
- var o = api.Office();
- buildCounterOffice++;
- if (buildCounterOffice < 3) {
- o.divisionId = 'foo';
- o.levels = buildUnnamed2917();
- o.name = 'foo';
- o.officialIndices = buildUnnamed2918();
- o.roles = buildUnnamed2919();
- o.sources = buildUnnamed2920();
- }
- buildCounterOffice--;
- return o;
-}
-
-void checkOffice(api.Office o) {
- buildCounterOffice++;
- if (buildCounterOffice < 3) {
- unittest.expect(
- o.divisionId!,
- unittest.equals('foo'),
- );
- checkUnnamed2917(o.levels!);
- unittest.expect(
- o.name!,
- unittest.equals('foo'),
- );
- checkUnnamed2918(o.officialIndices!);
- checkUnnamed2919(o.roles!);
- checkUnnamed2920(o.sources!);
- }
- buildCounterOffice--;
-}
-
-core.List<api.SimpleAddressType> buildUnnamed2921() {
- var o = <api.SimpleAddressType>[];
- o.add(buildSimpleAddressType());
- o.add(buildSimpleAddressType());
- return o;
-}
-
-void checkUnnamed2921(core.List<api.SimpleAddressType> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkSimpleAddressType(o[0] as api.SimpleAddressType);
- checkSimpleAddressType(o[1] as api.SimpleAddressType);
-}
-
-core.List<api.Channel> buildUnnamed2922() {
- var o = <api.Channel>[];
- o.add(buildChannel());
- o.add(buildChannel());
- return o;
-}
-
-void checkUnnamed2922(core.List<api.Channel> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkChannel(o[0] as api.Channel);
- checkChannel(o[1] as api.Channel);
-}
-
core.List<core.String> buildUnnamed2923() {
var o = <core.String>[];
o.add('foo');
@@ -945,25 +750,51 @@
);
}
-core.List<core.String> buildUnnamed2924() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
+core.List<core.int> buildUnnamed2924() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
return o;
}
-void checkUnnamed2924(core.List<core.String> o) {
+void checkUnnamed2924(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
- unittest.equals('foo'),
+ unittest.equals(42),
);
unittest.expect(
o[1],
- unittest.equals('foo'),
+ unittest.equals(42),
);
}
+core.int buildCounterGeographicDivision = 0;
+api.GeographicDivision buildGeographicDivision() {
+ var o = api.GeographicDivision();
+ buildCounterGeographicDivision++;
+ if (buildCounterGeographicDivision < 3) {
+ o.alsoKnownAs = buildUnnamed2923();
+ o.name = 'foo';
+ o.officeIndices = buildUnnamed2924();
+ }
+ buildCounterGeographicDivision--;
+ return o;
+}
+
+void checkGeographicDivision(api.GeographicDivision o) {
+ buildCounterGeographicDivision++;
+ if (buildCounterGeographicDivision < 3) {
+ checkUnnamed2923(o.alsoKnownAs!);
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2924(o.officeIndices!);
+ }
+ buildCounterGeographicDivision--;
+}
+
core.List<core.String> buildUnnamed2925() {
var o = <core.String>[];
o.add('foo');
@@ -983,19 +814,188 @@
);
}
+core.List<core.int> buildUnnamed2926() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
+ return o;
+}
+
+void checkUnnamed2926(core.List<core.int> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42),
+ );
+}
+
+core.List<core.String> buildUnnamed2927() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2927(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'),
+ );
+}
+
+core.List<api.Source> buildUnnamed2928() {
+ var o = <api.Source>[];
+ o.add(buildSource());
+ o.add(buildSource());
+ return o;
+}
+
+void checkUnnamed2928(core.List<api.Source> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkSource(o[0] as api.Source);
+ checkSource(o[1] as api.Source);
+}
+
+core.int buildCounterOffice = 0;
+api.Office buildOffice() {
+ var o = api.Office();
+ buildCounterOffice++;
+ if (buildCounterOffice < 3) {
+ o.divisionId = 'foo';
+ o.levels = buildUnnamed2925();
+ o.name = 'foo';
+ o.officialIndices = buildUnnamed2926();
+ o.roles = buildUnnamed2927();
+ o.sources = buildUnnamed2928();
+ }
+ buildCounterOffice--;
+ return o;
+}
+
+void checkOffice(api.Office o) {
+ buildCounterOffice++;
+ if (buildCounterOffice < 3) {
+ unittest.expect(
+ o.divisionId!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2925(o.levels!);
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2926(o.officialIndices!);
+ checkUnnamed2927(o.roles!);
+ checkUnnamed2928(o.sources!);
+ }
+ buildCounterOffice--;
+}
+
+core.List<api.SimpleAddressType> buildUnnamed2929() {
+ var o = <api.SimpleAddressType>[];
+ o.add(buildSimpleAddressType());
+ o.add(buildSimpleAddressType());
+ return o;
+}
+
+void checkUnnamed2929(core.List<api.SimpleAddressType> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkSimpleAddressType(o[0] as api.SimpleAddressType);
+ checkSimpleAddressType(o[1] as api.SimpleAddressType);
+}
+
+core.List<api.Channel> buildUnnamed2930() {
+ var o = <api.Channel>[];
+ o.add(buildChannel());
+ o.add(buildChannel());
+ return o;
+}
+
+void checkUnnamed2930(core.List<api.Channel> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkChannel(o[0] as api.Channel);
+ checkChannel(o[1] as api.Channel);
+}
+
+core.List<core.String> buildUnnamed2931() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2931(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed2932() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2932(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed2933() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2933(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'),
+ );
+}
+
core.int buildCounterOfficial = 0;
api.Official buildOfficial() {
var o = api.Official();
buildCounterOfficial++;
if (buildCounterOfficial < 3) {
- o.address = buildUnnamed2921();
- o.channels = buildUnnamed2922();
- o.emails = buildUnnamed2923();
+ o.address = buildUnnamed2929();
+ o.channels = buildUnnamed2930();
+ o.emails = buildUnnamed2931();
o.name = 'foo';
o.party = 'foo';
- o.phones = buildUnnamed2924();
+ o.phones = buildUnnamed2932();
o.photoUrl = 'foo';
- o.urls = buildUnnamed2925();
+ o.urls = buildUnnamed2933();
}
buildCounterOfficial--;
return o;
@@ -1004,9 +1004,9 @@
void checkOfficial(api.Official o) {
buildCounterOfficial++;
if (buildCounterOfficial < 3) {
- checkUnnamed2921(o.address!);
- checkUnnamed2922(o.channels!);
- checkUnnamed2923(o.emails!);
+ checkUnnamed2929(o.address!);
+ checkUnnamed2930(o.channels!);
+ checkUnnamed2931(o.emails!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1015,24 +1015,24 @@
o.party!,
unittest.equals('foo'),
);
- checkUnnamed2924(o.phones!);
+ checkUnnamed2932(o.phones!);
unittest.expect(
o.photoUrl!,
unittest.equals('foo'),
);
- checkUnnamed2925(o.urls!);
+ checkUnnamed2933(o.urls!);
}
buildCounterOfficial--;
}
-core.List<api.Source> buildUnnamed2926() {
+core.List<api.Source> buildUnnamed2934() {
var o = <api.Source>[];
o.add(buildSource());
o.add(buildSource());
return o;
}
-void checkUnnamed2926(core.List<api.Source> o) {
+void checkUnnamed2934(core.List<api.Source> o) {
unittest.expect(o, unittest.hasLength(2));
checkSource(o[0] as api.Source);
checkSource(o[1] as api.Source);
@@ -1050,7 +1050,7 @@
o.name = 'foo';
o.notes = 'foo';
o.pollingHours = 'foo';
- o.sources = buildUnnamed2926();
+ o.sources = buildUnnamed2934();
o.startDate = 'foo';
o.voterServices = 'foo';
}
@@ -1086,7 +1086,7 @@
o.pollingHours!,
unittest.equals('foo'),
);
- checkUnnamed2926(o.sources!);
+ checkUnnamed2934(o.sources!);
unittest.expect(
o.startDate!,
unittest.equals('foo'),
@@ -1099,40 +1099,40 @@
buildCounterPollingLocation--;
}
-core.Map<core.String, api.GeographicDivision> buildUnnamed2927() {
+core.Map<core.String, api.GeographicDivision> buildUnnamed2935() {
var o = <core.String, api.GeographicDivision>{};
o['x'] = buildGeographicDivision();
o['y'] = buildGeographicDivision();
return o;
}
-void checkUnnamed2927(core.Map<core.String, api.GeographicDivision> o) {
+void checkUnnamed2935(core.Map<core.String, api.GeographicDivision> o) {
unittest.expect(o, unittest.hasLength(2));
checkGeographicDivision(o['x']! as api.GeographicDivision);
checkGeographicDivision(o['y']! as api.GeographicDivision);
}
-core.List<api.Office> buildUnnamed2928() {
+core.List<api.Office> buildUnnamed2936() {
var o = <api.Office>[];
o.add(buildOffice());
o.add(buildOffice());
return o;
}
-void checkUnnamed2928(core.List<api.Office> o) {
+void checkUnnamed2936(core.List<api.Office> o) {
unittest.expect(o, unittest.hasLength(2));
checkOffice(o[0] as api.Office);
checkOffice(o[1] as api.Office);
}
-core.List<api.Official> buildUnnamed2929() {
+core.List<api.Official> buildUnnamed2937() {
var o = <api.Official>[];
o.add(buildOfficial());
o.add(buildOfficial());
return o;
}
-void checkUnnamed2929(core.List<api.Official> o) {
+void checkUnnamed2937(core.List<api.Official> o) {
unittest.expect(o, unittest.hasLength(2));
checkOfficial(o[0] as api.Official);
checkOfficial(o[1] as api.Official);
@@ -1143,9 +1143,9 @@
var o = api.RepresentativeInfoData();
buildCounterRepresentativeInfoData++;
if (buildCounterRepresentativeInfoData < 3) {
- o.divisions = buildUnnamed2927();
- o.offices = buildUnnamed2928();
- o.officials = buildUnnamed2929();
+ o.divisions = buildUnnamed2935();
+ o.offices = buildUnnamed2936();
+ o.officials = buildUnnamed2937();
}
buildCounterRepresentativeInfoData--;
return o;
@@ -1154,47 +1154,47 @@
void checkRepresentativeInfoData(api.RepresentativeInfoData o) {
buildCounterRepresentativeInfoData++;
if (buildCounterRepresentativeInfoData < 3) {
- checkUnnamed2927(o.divisions!);
- checkUnnamed2928(o.offices!);
- checkUnnamed2929(o.officials!);
+ checkUnnamed2935(o.divisions!);
+ checkUnnamed2936(o.offices!);
+ checkUnnamed2937(o.officials!);
}
buildCounterRepresentativeInfoData--;
}
-core.Map<core.String, api.GeographicDivision> buildUnnamed2930() {
+core.Map<core.String, api.GeographicDivision> buildUnnamed2938() {
var o = <core.String, api.GeographicDivision>{};
o['x'] = buildGeographicDivision();
o['y'] = buildGeographicDivision();
return o;
}
-void checkUnnamed2930(core.Map<core.String, api.GeographicDivision> o) {
+void checkUnnamed2938(core.Map<core.String, api.GeographicDivision> o) {
unittest.expect(o, unittest.hasLength(2));
checkGeographicDivision(o['x']! as api.GeographicDivision);
checkGeographicDivision(o['y']! as api.GeographicDivision);
}
-core.List<api.Office> buildUnnamed2931() {
+core.List<api.Office> buildUnnamed2939() {
var o = <api.Office>[];
o.add(buildOffice());
o.add(buildOffice());
return o;
}
-void checkUnnamed2931(core.List<api.Office> o) {
+void checkUnnamed2939(core.List<api.Office> o) {
unittest.expect(o, unittest.hasLength(2));
checkOffice(o[0] as api.Office);
checkOffice(o[1] as api.Office);
}
-core.List<api.Official> buildUnnamed2932() {
+core.List<api.Official> buildUnnamed2940() {
var o = <api.Official>[];
o.add(buildOfficial());
o.add(buildOfficial());
return o;
}
-void checkUnnamed2932(core.List<api.Official> o) {
+void checkUnnamed2940(core.List<api.Official> o) {
unittest.expect(o, unittest.hasLength(2));
checkOfficial(o[0] as api.Official);
checkOfficial(o[1] as api.Official);
@@ -1205,11 +1205,11 @@
var o = api.RepresentativeInfoResponse();
buildCounterRepresentativeInfoResponse++;
if (buildCounterRepresentativeInfoResponse < 3) {
- o.divisions = buildUnnamed2930();
+ o.divisions = buildUnnamed2938();
o.kind = 'foo';
o.normalizedInput = buildSimpleAddressType();
- o.offices = buildUnnamed2931();
- o.officials = buildUnnamed2932();
+ o.offices = buildUnnamed2939();
+ o.officials = buildUnnamed2940();
}
buildCounterRepresentativeInfoResponse--;
return o;
@@ -1218,14 +1218,14 @@
void checkRepresentativeInfoResponse(api.RepresentativeInfoResponse o) {
buildCounterRepresentativeInfoResponse++;
if (buildCounterRepresentativeInfoResponse < 3) {
- checkUnnamed2930(o.divisions!);
+ checkUnnamed2938(o.divisions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
checkSimpleAddressType(o.normalizedInput! as api.SimpleAddressType);
- checkUnnamed2931(o.offices!);
- checkUnnamed2932(o.officials!);
+ checkUnnamed2939(o.offices!);
+ checkUnnamed2940(o.officials!);
}
buildCounterRepresentativeInfoResponse--;
}
@@ -1306,79 +1306,79 @@
buildCounterSource--;
}
-core.List<api.Contest> buildUnnamed2933() {
+core.List<api.Contest> buildUnnamed2941() {
var o = <api.Contest>[];
o.add(buildContest());
o.add(buildContest());
return o;
}
-void checkUnnamed2933(core.List<api.Contest> o) {
+void checkUnnamed2941(core.List<api.Contest> o) {
unittest.expect(o, unittest.hasLength(2));
checkContest(o[0] as api.Contest);
checkContest(o[1] as api.Contest);
}
-core.List<api.PollingLocation> buildUnnamed2934() {
+core.List<api.PollingLocation> buildUnnamed2942() {
var o = <api.PollingLocation>[];
o.add(buildPollingLocation());
o.add(buildPollingLocation());
return o;
}
-void checkUnnamed2934(core.List<api.PollingLocation> o) {
+void checkUnnamed2942(core.List<api.PollingLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkPollingLocation(o[0] as api.PollingLocation);
checkPollingLocation(o[1] as api.PollingLocation);
}
-core.List<api.PollingLocation> buildUnnamed2935() {
+core.List<api.PollingLocation> buildUnnamed2943() {
var o = <api.PollingLocation>[];
o.add(buildPollingLocation());
o.add(buildPollingLocation());
return o;
}
-void checkUnnamed2935(core.List<api.PollingLocation> o) {
+void checkUnnamed2943(core.List<api.PollingLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkPollingLocation(o[0] as api.PollingLocation);
checkPollingLocation(o[1] as api.PollingLocation);
}
-core.List<api.Election> buildUnnamed2936() {
+core.List<api.Election> buildUnnamed2944() {
var o = <api.Election>[];
o.add(buildElection());
o.add(buildElection());
return o;
}
-void checkUnnamed2936(core.List<api.Election> o) {
+void checkUnnamed2944(core.List<api.Election> o) {
unittest.expect(o, unittest.hasLength(2));
checkElection(o[0] as api.Election);
checkElection(o[1] as api.Election);
}
-core.List<api.PollingLocation> buildUnnamed2937() {
+core.List<api.PollingLocation> buildUnnamed2945() {
var o = <api.PollingLocation>[];
o.add(buildPollingLocation());
o.add(buildPollingLocation());
return o;
}
-void checkUnnamed2937(core.List<api.PollingLocation> o) {
+void checkUnnamed2945(core.List<api.PollingLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkPollingLocation(o[0] as api.PollingLocation);
checkPollingLocation(o[1] as api.PollingLocation);
}
-core.List<api.AdministrationRegion> buildUnnamed2938() {
+core.List<api.AdministrationRegion> buildUnnamed2946() {
var o = <api.AdministrationRegion>[];
o.add(buildAdministrationRegion());
o.add(buildAdministrationRegion());
return o;
}
-void checkUnnamed2938(core.List<api.AdministrationRegion> o) {
+void checkUnnamed2946(core.List<api.AdministrationRegion> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdministrationRegion(o[0] as api.AdministrationRegion);
checkAdministrationRegion(o[1] as api.AdministrationRegion);
@@ -1389,17 +1389,17 @@
var o = api.VoterInfoResponse();
buildCounterVoterInfoResponse++;
if (buildCounterVoterInfoResponse < 3) {
- o.contests = buildUnnamed2933();
- o.dropOffLocations = buildUnnamed2934();
- o.earlyVoteSites = buildUnnamed2935();
+ o.contests = buildUnnamed2941();
+ o.dropOffLocations = buildUnnamed2942();
+ o.earlyVoteSites = buildUnnamed2943();
o.election = buildElection();
o.kind = 'foo';
o.mailOnly = true;
o.normalizedInput = buildSimpleAddressType();
- o.otherElections = buildUnnamed2936();
- o.pollingLocations = buildUnnamed2937();
+ o.otherElections = buildUnnamed2944();
+ o.pollingLocations = buildUnnamed2945();
o.precinctId = 'foo';
- o.state = buildUnnamed2938();
+ o.state = buildUnnamed2946();
}
buildCounterVoterInfoResponse--;
return o;
@@ -1408,9 +1408,9 @@
void checkVoterInfoResponse(api.VoterInfoResponse o) {
buildCounterVoterInfoResponse++;
if (buildCounterVoterInfoResponse < 3) {
- checkUnnamed2933(o.contests!);
- checkUnnamed2934(o.dropOffLocations!);
- checkUnnamed2935(o.earlyVoteSites!);
+ checkUnnamed2941(o.contests!);
+ checkUnnamed2942(o.dropOffLocations!);
+ checkUnnamed2943(o.earlyVoteSites!);
checkElection(o.election! as api.Election);
unittest.expect(
o.kind!,
@@ -1418,25 +1418,25 @@
);
unittest.expect(o.mailOnly!, unittest.isTrue);
checkSimpleAddressType(o.normalizedInput! as api.SimpleAddressType);
- checkUnnamed2936(o.otherElections!);
- checkUnnamed2937(o.pollingLocations!);
+ checkUnnamed2944(o.otherElections!);
+ checkUnnamed2945(o.pollingLocations!);
unittest.expect(
o.precinctId!,
unittest.equals('foo'),
);
- checkUnnamed2938(o.state!);
+ checkUnnamed2946(o.state!);
}
buildCounterVoterInfoResponse--;
}
-core.List<core.String> buildUnnamed2939() {
+core.List<core.String> buildUnnamed2947() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2939(core.List<core.String> o) {
+void checkUnnamed2947(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1448,14 +1448,14 @@
);
}
-core.List<core.String> buildUnnamed2940() {
+core.List<core.String> buildUnnamed2948() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2940(core.List<core.String> o) {
+void checkUnnamed2948(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1467,14 +1467,14 @@
);
}
-core.List<core.String> buildUnnamed2941() {
+core.List<core.String> buildUnnamed2949() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2941(core.List<core.String> o) {
+void checkUnnamed2949(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1486,14 +1486,14 @@
);
}
-core.List<core.String> buildUnnamed2942() {
+core.List<core.String> buildUnnamed2950() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2942(core.List<core.String> o) {
+void checkUnnamed2950(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1895,8 +1895,8 @@
var res = api.CivicInfoApi(mock).representatives;
var arg_address = 'foo';
var arg_includeOffices = true;
- var arg_levels = buildUnnamed2939();
- var arg_roles = buildUnnamed2940();
+ var arg_levels = buildUnnamed2947();
+ var arg_roles = buildUnnamed2948();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -1970,9 +1970,9 @@
var mock = HttpServerMock();
var res = api.CivicInfoApi(mock).representatives;
var arg_ocdId = 'foo';
- var arg_levels = buildUnnamed2941();
+ var arg_levels = buildUnnamed2949();
var arg_recursive = true;
- var arg_roles = buildUnnamed2942();
+ var arg_roles = buildUnnamed2950();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
diff --git a/generated/googleapis/test/classroom/v1_test.dart b/generated/googleapis/test/classroom/v1_test.dart
index 408c6c8..32f7d18 100644
--- a/generated/googleapis/test/classroom/v1_test.dart
+++ b/generated/googleapis/test/classroom/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Material> buildUnnamed5965() {
+core.List<api.Material> buildUnnamed6016() {
var o = <api.Material>[];
o.add(buildMaterial());
o.add(buildMaterial());
return o;
}
-void checkUnnamed5965(core.List<api.Material> o) {
+void checkUnnamed6016(core.List<api.Material> o) {
unittest.expect(o, unittest.hasLength(2));
checkMaterial(o[0] as api.Material);
checkMaterial(o[1] as api.Material);
@@ -52,7 +52,7 @@
o.creatorUserId = 'foo';
o.id = 'foo';
o.individualStudentsOptions = buildIndividualStudentsOptions();
- o.materials = buildUnnamed5965();
+ o.materials = buildUnnamed6016();
o.scheduledTime = 'foo';
o.state = 'foo';
o.text = 'foo';
@@ -91,7 +91,7 @@
);
checkIndividualStudentsOptions(
o.individualStudentsOptions! as api.IndividualStudentsOptions);
- checkUnnamed5965(o.materials!);
+ checkUnnamed6016(o.materials!);
unittest.expect(
o.scheduledTime!,
unittest.equals('foo'),
@@ -131,14 +131,14 @@
buildCounterAssignment--;
}
-core.List<api.Attachment> buildUnnamed5966() {
+core.List<api.Attachment> buildUnnamed6017() {
var o = <api.Attachment>[];
o.add(buildAttachment());
o.add(buildAttachment());
return o;
}
-void checkUnnamed5966(core.List<api.Attachment> o) {
+void checkUnnamed6017(core.List<api.Attachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttachment(o[0] as api.Attachment);
checkAttachment(o[1] as api.Attachment);
@@ -149,7 +149,7 @@
var o = api.AssignmentSubmission();
buildCounterAssignmentSubmission++;
if (buildCounterAssignmentSubmission < 3) {
- o.attachments = buildUnnamed5966();
+ o.attachments = buildUnnamed6017();
}
buildCounterAssignmentSubmission--;
return o;
@@ -158,7 +158,7 @@
void checkAssignmentSubmission(api.AssignmentSubmission o) {
buildCounterAssignmentSubmission++;
if (buildCounterAssignmentSubmission < 3) {
- checkUnnamed5966(o.attachments!);
+ checkUnnamed6017(o.attachments!);
}
buildCounterAssignmentSubmission--;
}
@@ -210,14 +210,14 @@
buildCounterCloudPubsubTopic--;
}
-core.List<api.CourseMaterialSet> buildUnnamed5967() {
+core.List<api.CourseMaterialSet> buildUnnamed6018() {
var o = <api.CourseMaterialSet>[];
o.add(buildCourseMaterialSet());
o.add(buildCourseMaterialSet());
return o;
}
-void checkUnnamed5967(core.List<api.CourseMaterialSet> o) {
+void checkUnnamed6018(core.List<api.CourseMaterialSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourseMaterialSet(o[0] as api.CourseMaterialSet);
checkCourseMaterialSet(o[1] as api.CourseMaterialSet);
@@ -231,7 +231,7 @@
o.alternateLink = 'foo';
o.calendarId = 'foo';
o.courseGroupEmail = 'foo';
- o.courseMaterialSets = buildUnnamed5967();
+ o.courseMaterialSets = buildUnnamed6018();
o.courseState = 'foo';
o.creationTime = 'foo';
o.description = 'foo';
@@ -266,7 +266,7 @@
o.courseGroupEmail!,
unittest.equals('foo'),
);
- checkUnnamed5967(o.courseMaterialSets!);
+ checkUnnamed6018(o.courseMaterialSets!);
unittest.expect(
o.courseState!,
unittest.equals('foo'),
@@ -368,14 +368,14 @@
buildCounterCourseMaterial--;
}
-core.List<api.CourseMaterial> buildUnnamed5968() {
+core.List<api.CourseMaterial> buildUnnamed6019() {
var o = <api.CourseMaterial>[];
o.add(buildCourseMaterial());
o.add(buildCourseMaterial());
return o;
}
-void checkUnnamed5968(core.List<api.CourseMaterial> o) {
+void checkUnnamed6019(core.List<api.CourseMaterial> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourseMaterial(o[0] as api.CourseMaterial);
checkCourseMaterial(o[1] as api.CourseMaterial);
@@ -386,7 +386,7 @@
var o = api.CourseMaterialSet();
buildCounterCourseMaterialSet++;
if (buildCounterCourseMaterialSet < 3) {
- o.materials = buildUnnamed5968();
+ o.materials = buildUnnamed6019();
o.title = 'foo';
}
buildCounterCourseMaterialSet--;
@@ -396,7 +396,7 @@
void checkCourseMaterialSet(api.CourseMaterialSet o) {
buildCounterCourseMaterialSet++;
if (buildCounterCourseMaterialSet < 3) {
- checkUnnamed5968(o.materials!);
+ checkUnnamed6019(o.materials!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -427,14 +427,14 @@
buildCounterCourseRosterChangesInfo--;
}
-core.List<api.Material> buildUnnamed5969() {
+core.List<api.Material> buildUnnamed6020() {
var o = <api.Material>[];
o.add(buildMaterial());
o.add(buildMaterial());
return o;
}
-void checkUnnamed5969(core.List<api.Material> o) {
+void checkUnnamed6020(core.List<api.Material> o) {
unittest.expect(o, unittest.hasLength(2));
checkMaterial(o[0] as api.Material);
checkMaterial(o[1] as api.Material);
@@ -457,7 +457,7 @@
o.dueTime = buildTimeOfDay();
o.id = 'foo';
o.individualStudentsOptions = buildIndividualStudentsOptions();
- o.materials = buildUnnamed5969();
+ o.materials = buildUnnamed6020();
o.maxPoints = 42.0;
o.multipleChoiceQuestion = buildMultipleChoiceQuestion();
o.scheduledTime = 'foo';
@@ -509,7 +509,7 @@
);
checkIndividualStudentsOptions(
o.individualStudentsOptions! as api.IndividualStudentsOptions);
- checkUnnamed5969(o.materials!);
+ checkUnnamed6020(o.materials!);
unittest.expect(
o.maxPoints!,
unittest.equals(42.0),
@@ -570,14 +570,14 @@
buildCounterCourseWorkChangesInfo--;
}
-core.List<api.Material> buildUnnamed5970() {
+core.List<api.Material> buildUnnamed6021() {
var o = <api.Material>[];
o.add(buildMaterial());
o.add(buildMaterial());
return o;
}
-void checkUnnamed5970(core.List<api.Material> o) {
+void checkUnnamed6021(core.List<api.Material> o) {
unittest.expect(o, unittest.hasLength(2));
checkMaterial(o[0] as api.Material);
checkMaterial(o[1] as api.Material);
@@ -596,7 +596,7 @@
o.description = 'foo';
o.id = 'foo';
o.individualStudentsOptions = buildIndividualStudentsOptions();
- o.materials = buildUnnamed5970();
+ o.materials = buildUnnamed6021();
o.scheduledTime = 'foo';
o.state = 'foo';
o.title = 'foo';
@@ -640,7 +640,7 @@
);
checkIndividualStudentsOptions(
o.individualStudentsOptions! as api.IndividualStudentsOptions);
- checkUnnamed5970(o.materials!);
+ checkUnnamed6021(o.materials!);
unittest.expect(
o.scheduledTime!,
unittest.equals('foo'),
@@ -986,14 +986,14 @@
buildCounterGuardianInvitation--;
}
-core.List<core.String> buildUnnamed5971() {
+core.List<core.String> buildUnnamed6022() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5971(core.List<core.String> o) {
+void checkUnnamed6022(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1010,7 +1010,7 @@
var o = api.IndividualStudentsOptions();
buildCounterIndividualStudentsOptions++;
if (buildCounterIndividualStudentsOptions < 3) {
- o.studentIds = buildUnnamed5971();
+ o.studentIds = buildUnnamed6022();
}
buildCounterIndividualStudentsOptions--;
return o;
@@ -1019,7 +1019,7 @@
void checkIndividualStudentsOptions(api.IndividualStudentsOptions o) {
buildCounterIndividualStudentsOptions++;
if (buildCounterIndividualStudentsOptions < 3) {
- checkUnnamed5971(o.studentIds!);
+ checkUnnamed6022(o.studentIds!);
}
buildCounterIndividualStudentsOptions--;
}
@@ -1093,14 +1093,14 @@
buildCounterLink--;
}
-core.List<api.Announcement> buildUnnamed5972() {
+core.List<api.Announcement> buildUnnamed6023() {
var o = <api.Announcement>[];
o.add(buildAnnouncement());
o.add(buildAnnouncement());
return o;
}
-void checkUnnamed5972(core.List<api.Announcement> o) {
+void checkUnnamed6023(core.List<api.Announcement> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnouncement(o[0] as api.Announcement);
checkAnnouncement(o[1] as api.Announcement);
@@ -1111,7 +1111,7 @@
var o = api.ListAnnouncementsResponse();
buildCounterListAnnouncementsResponse++;
if (buildCounterListAnnouncementsResponse < 3) {
- o.announcements = buildUnnamed5972();
+ o.announcements = buildUnnamed6023();
o.nextPageToken = 'foo';
}
buildCounterListAnnouncementsResponse--;
@@ -1121,7 +1121,7 @@
void checkListAnnouncementsResponse(api.ListAnnouncementsResponse o) {
buildCounterListAnnouncementsResponse++;
if (buildCounterListAnnouncementsResponse < 3) {
- checkUnnamed5972(o.announcements!);
+ checkUnnamed6023(o.announcements!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1130,14 +1130,14 @@
buildCounterListAnnouncementsResponse--;
}
-core.List<api.CourseAlias> buildUnnamed5973() {
+core.List<api.CourseAlias> buildUnnamed6024() {
var o = <api.CourseAlias>[];
o.add(buildCourseAlias());
o.add(buildCourseAlias());
return o;
}
-void checkUnnamed5973(core.List<api.CourseAlias> o) {
+void checkUnnamed6024(core.List<api.CourseAlias> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourseAlias(o[0] as api.CourseAlias);
checkCourseAlias(o[1] as api.CourseAlias);
@@ -1148,7 +1148,7 @@
var o = api.ListCourseAliasesResponse();
buildCounterListCourseAliasesResponse++;
if (buildCounterListCourseAliasesResponse < 3) {
- o.aliases = buildUnnamed5973();
+ o.aliases = buildUnnamed6024();
o.nextPageToken = 'foo';
}
buildCounterListCourseAliasesResponse--;
@@ -1158,7 +1158,7 @@
void checkListCourseAliasesResponse(api.ListCourseAliasesResponse o) {
buildCounterListCourseAliasesResponse++;
if (buildCounterListCourseAliasesResponse < 3) {
- checkUnnamed5973(o.aliases!);
+ checkUnnamed6024(o.aliases!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1167,14 +1167,14 @@
buildCounterListCourseAliasesResponse--;
}
-core.List<api.CourseWorkMaterial> buildUnnamed5974() {
+core.List<api.CourseWorkMaterial> buildUnnamed6025() {
var o = <api.CourseWorkMaterial>[];
o.add(buildCourseWorkMaterial());
o.add(buildCourseWorkMaterial());
return o;
}
-void checkUnnamed5974(core.List<api.CourseWorkMaterial> o) {
+void checkUnnamed6025(core.List<api.CourseWorkMaterial> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourseWorkMaterial(o[0] as api.CourseWorkMaterial);
checkCourseWorkMaterial(o[1] as api.CourseWorkMaterial);
@@ -1185,7 +1185,7 @@
var o = api.ListCourseWorkMaterialResponse();
buildCounterListCourseWorkMaterialResponse++;
if (buildCounterListCourseWorkMaterialResponse < 3) {
- o.courseWorkMaterial = buildUnnamed5974();
+ o.courseWorkMaterial = buildUnnamed6025();
o.nextPageToken = 'foo';
}
buildCounterListCourseWorkMaterialResponse--;
@@ -1195,7 +1195,7 @@
void checkListCourseWorkMaterialResponse(api.ListCourseWorkMaterialResponse o) {
buildCounterListCourseWorkMaterialResponse++;
if (buildCounterListCourseWorkMaterialResponse < 3) {
- checkUnnamed5974(o.courseWorkMaterial!);
+ checkUnnamed6025(o.courseWorkMaterial!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1204,14 +1204,14 @@
buildCounterListCourseWorkMaterialResponse--;
}
-core.List<api.CourseWork> buildUnnamed5975() {
+core.List<api.CourseWork> buildUnnamed6026() {
var o = <api.CourseWork>[];
o.add(buildCourseWork());
o.add(buildCourseWork());
return o;
}
-void checkUnnamed5975(core.List<api.CourseWork> o) {
+void checkUnnamed6026(core.List<api.CourseWork> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourseWork(o[0] as api.CourseWork);
checkCourseWork(o[1] as api.CourseWork);
@@ -1222,7 +1222,7 @@
var o = api.ListCourseWorkResponse();
buildCounterListCourseWorkResponse++;
if (buildCounterListCourseWorkResponse < 3) {
- o.courseWork = buildUnnamed5975();
+ o.courseWork = buildUnnamed6026();
o.nextPageToken = 'foo';
}
buildCounterListCourseWorkResponse--;
@@ -1232,7 +1232,7 @@
void checkListCourseWorkResponse(api.ListCourseWorkResponse o) {
buildCounterListCourseWorkResponse++;
if (buildCounterListCourseWorkResponse < 3) {
- checkUnnamed5975(o.courseWork!);
+ checkUnnamed6026(o.courseWork!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1241,14 +1241,14 @@
buildCounterListCourseWorkResponse--;
}
-core.List<api.Course> buildUnnamed5976() {
+core.List<api.Course> buildUnnamed6027() {
var o = <api.Course>[];
o.add(buildCourse());
o.add(buildCourse());
return o;
}
-void checkUnnamed5976(core.List<api.Course> o) {
+void checkUnnamed6027(core.List<api.Course> o) {
unittest.expect(o, unittest.hasLength(2));
checkCourse(o[0] as api.Course);
checkCourse(o[1] as api.Course);
@@ -1259,7 +1259,7 @@
var o = api.ListCoursesResponse();
buildCounterListCoursesResponse++;
if (buildCounterListCoursesResponse < 3) {
- o.courses = buildUnnamed5976();
+ o.courses = buildUnnamed6027();
o.nextPageToken = 'foo';
}
buildCounterListCoursesResponse--;
@@ -1269,7 +1269,7 @@
void checkListCoursesResponse(api.ListCoursesResponse o) {
buildCounterListCoursesResponse++;
if (buildCounterListCoursesResponse < 3) {
- checkUnnamed5976(o.courses!);
+ checkUnnamed6027(o.courses!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1278,14 +1278,14 @@
buildCounterListCoursesResponse--;
}
-core.List<api.GuardianInvitation> buildUnnamed5977() {
+core.List<api.GuardianInvitation> buildUnnamed6028() {
var o = <api.GuardianInvitation>[];
o.add(buildGuardianInvitation());
o.add(buildGuardianInvitation());
return o;
}
-void checkUnnamed5977(core.List<api.GuardianInvitation> o) {
+void checkUnnamed6028(core.List<api.GuardianInvitation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGuardianInvitation(o[0] as api.GuardianInvitation);
checkGuardianInvitation(o[1] as api.GuardianInvitation);
@@ -1296,7 +1296,7 @@
var o = api.ListGuardianInvitationsResponse();
buildCounterListGuardianInvitationsResponse++;
if (buildCounterListGuardianInvitationsResponse < 3) {
- o.guardianInvitations = buildUnnamed5977();
+ o.guardianInvitations = buildUnnamed6028();
o.nextPageToken = 'foo';
}
buildCounterListGuardianInvitationsResponse--;
@@ -1307,7 +1307,7 @@
api.ListGuardianInvitationsResponse o) {
buildCounterListGuardianInvitationsResponse++;
if (buildCounterListGuardianInvitationsResponse < 3) {
- checkUnnamed5977(o.guardianInvitations!);
+ checkUnnamed6028(o.guardianInvitations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1316,14 +1316,14 @@
buildCounterListGuardianInvitationsResponse--;
}
-core.List<api.Guardian> buildUnnamed5978() {
+core.List<api.Guardian> buildUnnamed6029() {
var o = <api.Guardian>[];
o.add(buildGuardian());
o.add(buildGuardian());
return o;
}
-void checkUnnamed5978(core.List<api.Guardian> o) {
+void checkUnnamed6029(core.List<api.Guardian> o) {
unittest.expect(o, unittest.hasLength(2));
checkGuardian(o[0] as api.Guardian);
checkGuardian(o[1] as api.Guardian);
@@ -1334,7 +1334,7 @@
var o = api.ListGuardiansResponse();
buildCounterListGuardiansResponse++;
if (buildCounterListGuardiansResponse < 3) {
- o.guardians = buildUnnamed5978();
+ o.guardians = buildUnnamed6029();
o.nextPageToken = 'foo';
}
buildCounterListGuardiansResponse--;
@@ -1344,7 +1344,7 @@
void checkListGuardiansResponse(api.ListGuardiansResponse o) {
buildCounterListGuardiansResponse++;
if (buildCounterListGuardiansResponse < 3) {
- checkUnnamed5978(o.guardians!);
+ checkUnnamed6029(o.guardians!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1353,14 +1353,14 @@
buildCounterListGuardiansResponse--;
}
-core.List<api.Invitation> buildUnnamed5979() {
+core.List<api.Invitation> buildUnnamed6030() {
var o = <api.Invitation>[];
o.add(buildInvitation());
o.add(buildInvitation());
return o;
}
-void checkUnnamed5979(core.List<api.Invitation> o) {
+void checkUnnamed6030(core.List<api.Invitation> o) {
unittest.expect(o, unittest.hasLength(2));
checkInvitation(o[0] as api.Invitation);
checkInvitation(o[1] as api.Invitation);
@@ -1371,7 +1371,7 @@
var o = api.ListInvitationsResponse();
buildCounterListInvitationsResponse++;
if (buildCounterListInvitationsResponse < 3) {
- o.invitations = buildUnnamed5979();
+ o.invitations = buildUnnamed6030();
o.nextPageToken = 'foo';
}
buildCounterListInvitationsResponse--;
@@ -1381,7 +1381,7 @@
void checkListInvitationsResponse(api.ListInvitationsResponse o) {
buildCounterListInvitationsResponse++;
if (buildCounterListInvitationsResponse < 3) {
- checkUnnamed5979(o.invitations!);
+ checkUnnamed6030(o.invitations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1390,14 +1390,14 @@
buildCounterListInvitationsResponse--;
}
-core.List<api.StudentSubmission> buildUnnamed5980() {
+core.List<api.StudentSubmission> buildUnnamed6031() {
var o = <api.StudentSubmission>[];
o.add(buildStudentSubmission());
o.add(buildStudentSubmission());
return o;
}
-void checkUnnamed5980(core.List<api.StudentSubmission> o) {
+void checkUnnamed6031(core.List<api.StudentSubmission> o) {
unittest.expect(o, unittest.hasLength(2));
checkStudentSubmission(o[0] as api.StudentSubmission);
checkStudentSubmission(o[1] as api.StudentSubmission);
@@ -1409,7 +1409,7 @@
buildCounterListStudentSubmissionsResponse++;
if (buildCounterListStudentSubmissionsResponse < 3) {
o.nextPageToken = 'foo';
- o.studentSubmissions = buildUnnamed5980();
+ o.studentSubmissions = buildUnnamed6031();
}
buildCounterListStudentSubmissionsResponse--;
return o;
@@ -1422,19 +1422,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5980(o.studentSubmissions!);
+ checkUnnamed6031(o.studentSubmissions!);
}
buildCounterListStudentSubmissionsResponse--;
}
-core.List<api.Student> buildUnnamed5981() {
+core.List<api.Student> buildUnnamed6032() {
var o = <api.Student>[];
o.add(buildStudent());
o.add(buildStudent());
return o;
}
-void checkUnnamed5981(core.List<api.Student> o) {
+void checkUnnamed6032(core.List<api.Student> o) {
unittest.expect(o, unittest.hasLength(2));
checkStudent(o[0] as api.Student);
checkStudent(o[1] as api.Student);
@@ -1446,7 +1446,7 @@
buildCounterListStudentsResponse++;
if (buildCounterListStudentsResponse < 3) {
o.nextPageToken = 'foo';
- o.students = buildUnnamed5981();
+ o.students = buildUnnamed6032();
}
buildCounterListStudentsResponse--;
return o;
@@ -1459,19 +1459,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5981(o.students!);
+ checkUnnamed6032(o.students!);
}
buildCounterListStudentsResponse--;
}
-core.List<api.Teacher> buildUnnamed5982() {
+core.List<api.Teacher> buildUnnamed6033() {
var o = <api.Teacher>[];
o.add(buildTeacher());
o.add(buildTeacher());
return o;
}
-void checkUnnamed5982(core.List<api.Teacher> o) {
+void checkUnnamed6033(core.List<api.Teacher> o) {
unittest.expect(o, unittest.hasLength(2));
checkTeacher(o[0] as api.Teacher);
checkTeacher(o[1] as api.Teacher);
@@ -1483,7 +1483,7 @@
buildCounterListTeachersResponse++;
if (buildCounterListTeachersResponse < 3) {
o.nextPageToken = 'foo';
- o.teachers = buildUnnamed5982();
+ o.teachers = buildUnnamed6033();
}
buildCounterListTeachersResponse--;
return o;
@@ -1496,19 +1496,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5982(o.teachers!);
+ checkUnnamed6033(o.teachers!);
}
buildCounterListTeachersResponse--;
}
-core.List<api.Topic> buildUnnamed5983() {
+core.List<api.Topic> buildUnnamed6034() {
var o = <api.Topic>[];
o.add(buildTopic());
o.add(buildTopic());
return o;
}
-void checkUnnamed5983(core.List<api.Topic> o) {
+void checkUnnamed6034(core.List<api.Topic> o) {
unittest.expect(o, unittest.hasLength(2));
checkTopic(o[0] as api.Topic);
checkTopic(o[1] as api.Topic);
@@ -1520,7 +1520,7 @@
buildCounterListTopicResponse++;
if (buildCounterListTopicResponse < 3) {
o.nextPageToken = 'foo';
- o.topic = buildUnnamed5983();
+ o.topic = buildUnnamed6034();
}
buildCounterListTopicResponse--;
return o;
@@ -1533,7 +1533,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5983(o.topic!);
+ checkUnnamed6034(o.topic!);
}
buildCounterListTopicResponse--;
}
@@ -1590,14 +1590,14 @@
buildCounterModifyAnnouncementAssigneesRequest--;
}
-core.List<api.Attachment> buildUnnamed5984() {
+core.List<api.Attachment> buildUnnamed6035() {
var o = <api.Attachment>[];
o.add(buildAttachment());
o.add(buildAttachment());
return o;
}
-void checkUnnamed5984(core.List<api.Attachment> o) {
+void checkUnnamed6035(core.List<api.Attachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttachment(o[0] as api.Attachment);
checkAttachment(o[1] as api.Attachment);
@@ -1608,7 +1608,7 @@
var o = api.ModifyAttachmentsRequest();
buildCounterModifyAttachmentsRequest++;
if (buildCounterModifyAttachmentsRequest < 3) {
- o.addAttachments = buildUnnamed5984();
+ o.addAttachments = buildUnnamed6035();
}
buildCounterModifyAttachmentsRequest--;
return o;
@@ -1617,7 +1617,7 @@
void checkModifyAttachmentsRequest(api.ModifyAttachmentsRequest o) {
buildCounterModifyAttachmentsRequest++;
if (buildCounterModifyAttachmentsRequest < 3) {
- checkUnnamed5984(o.addAttachments!);
+ checkUnnamed6035(o.addAttachments!);
}
buildCounterModifyAttachmentsRequest--;
}
@@ -1648,14 +1648,14 @@
buildCounterModifyCourseWorkAssigneesRequest--;
}
-core.List<core.String> buildUnnamed5985() {
+core.List<core.String> buildUnnamed6036() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5985(core.List<core.String> o) {
+void checkUnnamed6036(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1667,14 +1667,14 @@
);
}
-core.List<core.String> buildUnnamed5986() {
+core.List<core.String> buildUnnamed6037() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5986(core.List<core.String> o) {
+void checkUnnamed6037(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1691,8 +1691,8 @@
var o = api.ModifyIndividualStudentsOptions();
buildCounterModifyIndividualStudentsOptions++;
if (buildCounterModifyIndividualStudentsOptions < 3) {
- o.addStudentIds = buildUnnamed5985();
- o.removeStudentIds = buildUnnamed5986();
+ o.addStudentIds = buildUnnamed6036();
+ o.removeStudentIds = buildUnnamed6037();
}
buildCounterModifyIndividualStudentsOptions--;
return o;
@@ -1702,20 +1702,20 @@
api.ModifyIndividualStudentsOptions o) {
buildCounterModifyIndividualStudentsOptions++;
if (buildCounterModifyIndividualStudentsOptions < 3) {
- checkUnnamed5985(o.addStudentIds!);
- checkUnnamed5986(o.removeStudentIds!);
+ checkUnnamed6036(o.addStudentIds!);
+ checkUnnamed6037(o.removeStudentIds!);
}
buildCounterModifyIndividualStudentsOptions--;
}
-core.List<core.String> buildUnnamed5987() {
+core.List<core.String> buildUnnamed6038() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5987(core.List<core.String> o) {
+void checkUnnamed6038(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1732,7 +1732,7 @@
var o = api.MultipleChoiceQuestion();
buildCounterMultipleChoiceQuestion++;
if (buildCounterMultipleChoiceQuestion < 3) {
- o.choices = buildUnnamed5987();
+ o.choices = buildUnnamed6038();
}
buildCounterMultipleChoiceQuestion--;
return o;
@@ -1741,7 +1741,7 @@
void checkMultipleChoiceQuestion(api.MultipleChoiceQuestion o) {
buildCounterMultipleChoiceQuestion++;
if (buildCounterMultipleChoiceQuestion < 3) {
- checkUnnamed5987(o.choices!);
+ checkUnnamed6038(o.choices!);
}
buildCounterMultipleChoiceQuestion--;
}
@@ -1971,14 +1971,14 @@
buildCounterStudent--;
}
-core.List<api.SubmissionHistory> buildUnnamed5988() {
+core.List<api.SubmissionHistory> buildUnnamed6039() {
var o = <api.SubmissionHistory>[];
o.add(buildSubmissionHistory());
o.add(buildSubmissionHistory());
return o;
}
-void checkUnnamed5988(core.List<api.SubmissionHistory> o) {
+void checkUnnamed6039(core.List<api.SubmissionHistory> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubmissionHistory(o[0] as api.SubmissionHistory);
checkSubmissionHistory(o[1] as api.SubmissionHistory);
@@ -2003,7 +2003,7 @@
o.multipleChoiceSubmission = buildMultipleChoiceSubmission();
o.shortAnswerSubmission = buildShortAnswerSubmission();
o.state = 'foo';
- o.submissionHistory = buildUnnamed5988();
+ o.submissionHistory = buildUnnamed6039();
o.updateTime = 'foo';
o.userId = 'foo';
}
@@ -2058,7 +2058,7 @@
o.state!,
unittest.equals('foo'),
);
- checkUnnamed5988(o.submissionHistory!);
+ checkUnnamed6039(o.submissionHistory!);
unittest.expect(
o.updateTime!,
unittest.equals('foo'),
@@ -2210,14 +2210,14 @@
buildCounterTurnInStudentSubmissionRequest--;
}
-core.List<api.GlobalPermission> buildUnnamed5989() {
+core.List<api.GlobalPermission> buildUnnamed6040() {
var o = <api.GlobalPermission>[];
o.add(buildGlobalPermission());
o.add(buildGlobalPermission());
return o;
}
-void checkUnnamed5989(core.List<api.GlobalPermission> o) {
+void checkUnnamed6040(core.List<api.GlobalPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkGlobalPermission(o[0] as api.GlobalPermission);
checkGlobalPermission(o[1] as api.GlobalPermission);
@@ -2231,7 +2231,7 @@
o.emailAddress = 'foo';
o.id = 'foo';
o.name = buildName();
- o.permissions = buildUnnamed5989();
+ o.permissions = buildUnnamed6040();
o.photoUrl = 'foo';
o.verifiedTeacher = true;
}
@@ -2251,7 +2251,7 @@
unittest.equals('foo'),
);
checkName(o.name! as api.Name);
- checkUnnamed5989(o.permissions!);
+ checkUnnamed6040(o.permissions!);
unittest.expect(
o.photoUrl!,
unittest.equals('foo'),
@@ -2298,14 +2298,14 @@
buildCounterYouTubeVideo--;
}
-core.List<core.String> buildUnnamed5990() {
+core.List<core.String> buildUnnamed6041() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5990(core.List<core.String> o) {
+void checkUnnamed6041(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2317,14 +2317,14 @@
);
}
-core.List<core.String> buildUnnamed5991() {
+core.List<core.String> buildUnnamed6042() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5991(core.List<core.String> o) {
+void checkUnnamed6042(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2336,14 +2336,14 @@
);
}
-core.List<core.String> buildUnnamed5992() {
+core.List<core.String> buildUnnamed6043() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5992(core.List<core.String> o) {
+void checkUnnamed6043(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2355,14 +2355,14 @@
);
}
-core.List<core.String> buildUnnamed5993() {
+core.List<core.String> buildUnnamed6044() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5993(core.List<core.String> o) {
+void checkUnnamed6044(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2374,14 +2374,14 @@
);
}
-core.List<core.String> buildUnnamed5994() {
+core.List<core.String> buildUnnamed6045() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5994(core.List<core.String> o) {
+void checkUnnamed6045(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2393,14 +2393,14 @@
);
}
-core.List<core.String> buildUnnamed5995() {
+core.List<core.String> buildUnnamed6046() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5995(core.List<core.String> o) {
+void checkUnnamed6046(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3198,7 +3198,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.ClassroomApi(mock).courses;
- var arg_courseStates = buildUnnamed5990();
+ var arg_courseStates = buildUnnamed6041();
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_studentId = 'foo';
@@ -3854,7 +3854,7 @@
var mock = HttpServerMock();
var res = api.ClassroomApi(mock).courses.announcements;
var arg_courseId = 'foo';
- var arg_announcementStates = buildUnnamed5991();
+ var arg_announcementStates = buildUnnamed6042();
var arg_orderBy = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
@@ -4334,7 +4334,7 @@
var mock = HttpServerMock();
var res = api.ClassroomApi(mock).courses.courseWork;
var arg_courseId = 'foo';
- var arg_courseWorkStates = buildUnnamed5992();
+ var arg_courseWorkStates = buildUnnamed6043();
var arg_orderBy = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
@@ -4689,7 +4689,7 @@
var arg_late = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
- var arg_states = buildUnnamed5993();
+ var arg_states = buildUnnamed6044();
var arg_userId = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5526,7 +5526,7 @@
var mock = HttpServerMock();
var res = api.ClassroomApi(mock).courses.courseWorkMaterials;
var arg_courseId = 'foo';
- var arg_courseWorkMaterialStates = buildUnnamed5994();
+ var arg_courseWorkMaterialStates = buildUnnamed6045();
var arg_materialDriveId = 'foo';
var arg_materialLink = 'foo';
var arg_orderBy = 'foo';
@@ -7325,7 +7325,7 @@
var arg_invitedEmailAddress = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
- var arg_states = buildUnnamed5995();
+ var arg_states = buildUnnamed6046();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
diff --git a/generated/googleapis/test/cloudasset/v1_test.dart b/generated/googleapis/test/cloudasset/v1_test.dart
index ad381e1..d31dcb7 100644
--- a/generated/googleapis/test/cloudasset/v1_test.dart
+++ b/generated/googleapis/test/cloudasset/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed3457() {
+core.List<core.String> buildUnnamed3465() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3457(core.List<core.String> o) {
+void checkUnnamed3465(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -46,14 +46,14 @@
);
}
-core.List<core.String> buildUnnamed3458() {
+core.List<core.String> buildUnnamed3466() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3458(core.List<core.String> o) {
+void checkUnnamed3466(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -70,8 +70,8 @@
var o = api.AccessSelector();
buildCounterAccessSelector++;
if (buildCounterAccessSelector < 3) {
- o.permissions = buildUnnamed3457();
- o.roles = buildUnnamed3458();
+ o.permissions = buildUnnamed3465();
+ o.roles = buildUnnamed3466();
}
buildCounterAccessSelector--;
return o;
@@ -80,8 +80,8 @@
void checkAccessSelector(api.AccessSelector o) {
buildCounterAccessSelector++;
if (buildCounterAccessSelector < 3) {
- checkUnnamed3457(o.permissions!);
- checkUnnamed3458(o.roles!);
+ checkUnnamed3465(o.permissions!);
+ checkUnnamed3466(o.roles!);
}
buildCounterAccessSelector--;
}
@@ -127,14 +127,14 @@
buildCounterAnalyzeIamPolicyLongrunningResponse--;
}
-core.List<api.IamPolicyAnalysis> buildUnnamed3459() {
+core.List<api.IamPolicyAnalysis> buildUnnamed3467() {
var o = <api.IamPolicyAnalysis>[];
o.add(buildIamPolicyAnalysis());
o.add(buildIamPolicyAnalysis());
return o;
}
-void checkUnnamed3459(core.List<api.IamPolicyAnalysis> o) {
+void checkUnnamed3467(core.List<api.IamPolicyAnalysis> o) {
unittest.expect(o, unittest.hasLength(2));
checkIamPolicyAnalysis(o[0] as api.IamPolicyAnalysis);
checkIamPolicyAnalysis(o[1] as api.IamPolicyAnalysis);
@@ -147,7 +147,7 @@
if (buildCounterAnalyzeIamPolicyResponse < 3) {
o.fullyExplored = true;
o.mainAnalysis = buildIamPolicyAnalysis();
- o.serviceAccountImpersonationAnalysis = buildUnnamed3459();
+ o.serviceAccountImpersonationAnalysis = buildUnnamed3467();
}
buildCounterAnalyzeIamPolicyResponse--;
return o;
@@ -158,19 +158,19 @@
if (buildCounterAnalyzeIamPolicyResponse < 3) {
unittest.expect(o.fullyExplored!, unittest.isTrue);
checkIamPolicyAnalysis(o.mainAnalysis! as api.IamPolicyAnalysis);
- checkUnnamed3459(o.serviceAccountImpersonationAnalysis!);
+ checkUnnamed3467(o.serviceAccountImpersonationAnalysis!);
}
buildCounterAnalyzeIamPolicyResponse--;
}
-core.List<api.MoveAnalysis> buildUnnamed3460() {
+core.List<api.MoveAnalysis> buildUnnamed3468() {
var o = <api.MoveAnalysis>[];
o.add(buildMoveAnalysis());
o.add(buildMoveAnalysis());
return o;
}
-void checkUnnamed3460(core.List<api.MoveAnalysis> o) {
+void checkUnnamed3468(core.List<api.MoveAnalysis> o) {
unittest.expect(o, unittest.hasLength(2));
checkMoveAnalysis(o[0] as api.MoveAnalysis);
checkMoveAnalysis(o[1] as api.MoveAnalysis);
@@ -181,7 +181,7 @@
var o = api.AnalyzeMoveResponse();
buildCounterAnalyzeMoveResponse++;
if (buildCounterAnalyzeMoveResponse < 3) {
- o.moveAnalysis = buildUnnamed3460();
+ o.moveAnalysis = buildUnnamed3468();
}
buildCounterAnalyzeMoveResponse--;
return o;
@@ -190,19 +190,19 @@
void checkAnalyzeMoveResponse(api.AnalyzeMoveResponse o) {
buildCounterAnalyzeMoveResponse++;
if (buildCounterAnalyzeMoveResponse < 3) {
- checkUnnamed3460(o.moveAnalysis!);
+ checkUnnamed3468(o.moveAnalysis!);
}
buildCounterAnalyzeMoveResponse--;
}
-core.List<core.String> buildUnnamed3461() {
+core.List<core.String> buildUnnamed3469() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3461(core.List<core.String> o) {
+void checkUnnamed3469(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -214,14 +214,14 @@
);
}
-core.List<api.GoogleCloudOrgpolicyV1Policy> buildUnnamed3462() {
+core.List<api.GoogleCloudOrgpolicyV1Policy> buildUnnamed3470() {
var o = <api.GoogleCloudOrgpolicyV1Policy>[];
o.add(buildGoogleCloudOrgpolicyV1Policy());
o.add(buildGoogleCloudOrgpolicyV1Policy());
return o;
}
-void checkUnnamed3462(core.List<api.GoogleCloudOrgpolicyV1Policy> o) {
+void checkUnnamed3470(core.List<api.GoogleCloudOrgpolicyV1Policy> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudOrgpolicyV1Policy(o[0] as api.GoogleCloudOrgpolicyV1Policy);
checkGoogleCloudOrgpolicyV1Policy(o[1] as api.GoogleCloudOrgpolicyV1Policy);
@@ -234,11 +234,11 @@
if (buildCounterAsset < 3) {
o.accessLevel = buildGoogleIdentityAccesscontextmanagerV1AccessLevel();
o.accessPolicy = buildGoogleIdentityAccesscontextmanagerV1AccessPolicy();
- o.ancestors = buildUnnamed3461();
+ o.ancestors = buildUnnamed3469();
o.assetType = 'foo';
o.iamPolicy = buildPolicy();
o.name = 'foo';
- o.orgPolicy = buildUnnamed3462();
+ o.orgPolicy = buildUnnamed3470();
o.osInventory = buildInventory();
o.resource = buildResource();
o.servicePerimeter =
@@ -256,7 +256,7 @@
o.accessLevel! as api.GoogleIdentityAccesscontextmanagerV1AccessLevel);
checkGoogleIdentityAccesscontextmanagerV1AccessPolicy(o.accessPolicy!
as api.GoogleIdentityAccesscontextmanagerV1AccessPolicy);
- checkUnnamed3461(o.ancestors!);
+ checkUnnamed3469(o.ancestors!);
unittest.expect(
o.assetType!,
unittest.equals('foo'),
@@ -266,7 +266,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3462(o.orgPolicy!);
+ checkUnnamed3470(o.orgPolicy!);
checkInventory(o.osInventory! as api.Inventory);
checkResource(o.resource! as api.Resource);
checkGoogleIdentityAccesscontextmanagerV1ServicePerimeter(
@@ -280,14 +280,14 @@
buildCounterAsset--;
}
-core.List<api.AuditLogConfig> buildUnnamed3463() {
+core.List<api.AuditLogConfig> buildUnnamed3471() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed3463(core.List<api.AuditLogConfig> o) {
+void checkUnnamed3471(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -298,7 +298,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed3463();
+ o.auditLogConfigs = buildUnnamed3471();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -308,7 +308,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed3463(o.auditLogConfigs!);
+ checkUnnamed3471(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -317,14 +317,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed3464() {
+core.List<core.String> buildUnnamed3472() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3464(core.List<core.String> o) {
+void checkUnnamed3472(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -341,7 +341,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed3464();
+ o.exemptedMembers = buildUnnamed3472();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -351,7 +351,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed3464(o.exemptedMembers!);
+ checkUnnamed3472(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -360,14 +360,14 @@
buildCounterAuditLogConfig--;
}
-core.List<api.TemporalAsset> buildUnnamed3465() {
+core.List<api.TemporalAsset> buildUnnamed3473() {
var o = <api.TemporalAsset>[];
o.add(buildTemporalAsset());
o.add(buildTemporalAsset());
return o;
}
-void checkUnnamed3465(core.List<api.TemporalAsset> o) {
+void checkUnnamed3473(core.List<api.TemporalAsset> o) {
unittest.expect(o, unittest.hasLength(2));
checkTemporalAsset(o[0] as api.TemporalAsset);
checkTemporalAsset(o[1] as api.TemporalAsset);
@@ -378,7 +378,7 @@
var o = api.BatchGetAssetsHistoryResponse();
buildCounterBatchGetAssetsHistoryResponse++;
if (buildCounterBatchGetAssetsHistoryResponse < 3) {
- o.assets = buildUnnamed3465();
+ o.assets = buildUnnamed3473();
}
buildCounterBatchGetAssetsHistoryResponse--;
return o;
@@ -387,7 +387,7 @@
void checkBatchGetAssetsHistoryResponse(api.BatchGetAssetsHistoryResponse o) {
buildCounterBatchGetAssetsHistoryResponse++;
if (buildCounterBatchGetAssetsHistoryResponse < 3) {
- checkUnnamed3465(o.assets!);
+ checkUnnamed3473(o.assets!);
}
buildCounterBatchGetAssetsHistoryResponse--;
}
@@ -425,14 +425,14 @@
buildCounterBigQueryDestination--;
}
-core.List<core.String> buildUnnamed3466() {
+core.List<core.String> buildUnnamed3474() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3466(core.List<core.String> o) {
+void checkUnnamed3474(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -450,7 +450,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed3466();
+ o.members = buildUnnamed3474();
o.role = 'foo';
}
buildCounterBinding--;
@@ -461,7 +461,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed3466(o.members!);
+ checkUnnamed3474(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -553,14 +553,14 @@
buildCounterEmpty--;
}
-core.Map<core.String, api.Permissions> buildUnnamed3467() {
+core.Map<core.String, api.Permissions> buildUnnamed3475() {
var o = <core.String, api.Permissions>{};
o['x'] = buildPermissions();
o['y'] = buildPermissions();
return o;
}
-void checkUnnamed3467(core.Map<core.String, api.Permissions> o) {
+void checkUnnamed3475(core.Map<core.String, api.Permissions> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermissions(o['x']! as api.Permissions);
checkPermissions(o['y']! as api.Permissions);
@@ -571,7 +571,7 @@
var o = api.Explanation();
buildCounterExplanation++;
if (buildCounterExplanation < 3) {
- o.matchedPermissions = buildUnnamed3467();
+ o.matchedPermissions = buildUnnamed3475();
}
buildCounterExplanation--;
return o;
@@ -580,19 +580,19 @@
void checkExplanation(api.Explanation o) {
buildCounterExplanation++;
if (buildCounterExplanation < 3) {
- checkUnnamed3467(o.matchedPermissions!);
+ checkUnnamed3475(o.matchedPermissions!);
}
buildCounterExplanation--;
}
-core.List<core.String> buildUnnamed3468() {
+core.List<core.String> buildUnnamed3476() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3468(core.List<core.String> o) {
+void checkUnnamed3476(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -609,7 +609,7 @@
var o = api.ExportAssetsRequest();
buildCounterExportAssetsRequest++;
if (buildCounterExportAssetsRequest < 3) {
- o.assetTypes = buildUnnamed3468();
+ o.assetTypes = buildUnnamed3476();
o.contentType = 'foo';
o.outputConfig = buildOutputConfig();
o.readTime = 'foo';
@@ -621,7 +621,7 @@
void checkExportAssetsRequest(api.ExportAssetsRequest o) {
buildCounterExportAssetsRequest++;
if (buildCounterExportAssetsRequest < 3) {
- checkUnnamed3468(o.assetTypes!);
+ checkUnnamed3476(o.assetTypes!);
unittest.expect(
o.contentType!,
unittest.equals('foo'),
@@ -672,14 +672,14 @@
buildCounterExpr--;
}
-core.List<core.String> buildUnnamed3469() {
+core.List<core.String> buildUnnamed3477() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3469(core.List<core.String> o) {
+void checkUnnamed3477(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -691,14 +691,14 @@
);
}
-core.List<core.String> buildUnnamed3470() {
+core.List<core.String> buildUnnamed3478() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3470(core.List<core.String> o) {
+void checkUnnamed3478(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -715,8 +715,8 @@
var o = api.Feed();
buildCounterFeed++;
if (buildCounterFeed < 3) {
- o.assetNames = buildUnnamed3469();
- o.assetTypes = buildUnnamed3470();
+ o.assetNames = buildUnnamed3477();
+ o.assetTypes = buildUnnamed3478();
o.condition = buildExpr();
o.contentType = 'foo';
o.feedOutputConfig = buildFeedOutputConfig();
@@ -729,8 +729,8 @@
void checkFeed(api.Feed o) {
buildCounterFeed++;
if (buildCounterFeed < 3) {
- checkUnnamed3469(o.assetNames!);
- checkUnnamed3470(o.assetTypes!);
+ checkUnnamed3477(o.assetNames!);
+ checkUnnamed3478(o.assetTypes!);
checkExpr(o.condition! as api.Expr);
unittest.expect(
o.contentType!,
@@ -820,40 +820,40 @@
buildCounterGoogleCloudAssetV1Access--;
}
-core.List<api.GoogleCloudAssetV1Access> buildUnnamed3471() {
+core.List<api.GoogleCloudAssetV1Access> buildUnnamed3479() {
var o = <api.GoogleCloudAssetV1Access>[];
o.add(buildGoogleCloudAssetV1Access());
o.add(buildGoogleCloudAssetV1Access());
return o;
}
-void checkUnnamed3471(core.List<api.GoogleCloudAssetV1Access> o) {
+void checkUnnamed3479(core.List<api.GoogleCloudAssetV1Access> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudAssetV1Access(o[0] as api.GoogleCloudAssetV1Access);
checkGoogleCloudAssetV1Access(o[1] as api.GoogleCloudAssetV1Access);
}
-core.List<api.GoogleCloudAssetV1Edge> buildUnnamed3472() {
+core.List<api.GoogleCloudAssetV1Edge> buildUnnamed3480() {
var o = <api.GoogleCloudAssetV1Edge>[];
o.add(buildGoogleCloudAssetV1Edge());
o.add(buildGoogleCloudAssetV1Edge());
return o;
}
-void checkUnnamed3472(core.List<api.GoogleCloudAssetV1Edge> o) {
+void checkUnnamed3480(core.List<api.GoogleCloudAssetV1Edge> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudAssetV1Edge(o[0] as api.GoogleCloudAssetV1Edge);
checkGoogleCloudAssetV1Edge(o[1] as api.GoogleCloudAssetV1Edge);
}
-core.List<api.GoogleCloudAssetV1Resource> buildUnnamed3473() {
+core.List<api.GoogleCloudAssetV1Resource> buildUnnamed3481() {
var o = <api.GoogleCloudAssetV1Resource>[];
o.add(buildGoogleCloudAssetV1Resource());
o.add(buildGoogleCloudAssetV1Resource());
return o;
}
-void checkUnnamed3473(core.List<api.GoogleCloudAssetV1Resource> o) {
+void checkUnnamed3481(core.List<api.GoogleCloudAssetV1Resource> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudAssetV1Resource(o[0] as api.GoogleCloudAssetV1Resource);
checkGoogleCloudAssetV1Resource(o[1] as api.GoogleCloudAssetV1Resource);
@@ -865,10 +865,10 @@
var o = api.GoogleCloudAssetV1AccessControlList();
buildCounterGoogleCloudAssetV1AccessControlList++;
if (buildCounterGoogleCloudAssetV1AccessControlList < 3) {
- o.accesses = buildUnnamed3471();
+ o.accesses = buildUnnamed3479();
o.conditionEvaluation = buildConditionEvaluation();
- o.resourceEdges = buildUnnamed3472();
- o.resources = buildUnnamed3473();
+ o.resourceEdges = buildUnnamed3480();
+ o.resources = buildUnnamed3481();
}
buildCounterGoogleCloudAssetV1AccessControlList--;
return o;
@@ -878,10 +878,10 @@
api.GoogleCloudAssetV1AccessControlList o) {
buildCounterGoogleCloudAssetV1AccessControlList++;
if (buildCounterGoogleCloudAssetV1AccessControlList < 3) {
- checkUnnamed3471(o.accesses!);
+ checkUnnamed3479(o.accesses!);
checkConditionEvaluation(o.conditionEvaluation! as api.ConditionEvaluation);
- checkUnnamed3472(o.resourceEdges!);
- checkUnnamed3473(o.resources!);
+ checkUnnamed3480(o.resourceEdges!);
+ checkUnnamed3481(o.resources!);
}
buildCounterGoogleCloudAssetV1AccessControlList--;
}
@@ -999,27 +999,27 @@
buildCounterGoogleCloudAssetV1Identity--;
}
-core.List<api.GoogleCloudAssetV1Edge> buildUnnamed3474() {
+core.List<api.GoogleCloudAssetV1Edge> buildUnnamed3482() {
var o = <api.GoogleCloudAssetV1Edge>[];
o.add(buildGoogleCloudAssetV1Edge());
o.add(buildGoogleCloudAssetV1Edge());
return o;
}
-void checkUnnamed3474(core.List<api.GoogleCloudAssetV1Edge> o) {
+void checkUnnamed3482(core.List<api.GoogleCloudAssetV1Edge> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudAssetV1Edge(o[0] as api.GoogleCloudAssetV1Edge);
checkGoogleCloudAssetV1Edge(o[1] as api.GoogleCloudAssetV1Edge);
}
-core.List<api.GoogleCloudAssetV1Identity> buildUnnamed3475() {
+core.List<api.GoogleCloudAssetV1Identity> buildUnnamed3483() {
var o = <api.GoogleCloudAssetV1Identity>[];
o.add(buildGoogleCloudAssetV1Identity());
o.add(buildGoogleCloudAssetV1Identity());
return o;
}
-void checkUnnamed3475(core.List<api.GoogleCloudAssetV1Identity> o) {
+void checkUnnamed3483(core.List<api.GoogleCloudAssetV1Identity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudAssetV1Identity(o[0] as api.GoogleCloudAssetV1Identity);
checkGoogleCloudAssetV1Identity(o[1] as api.GoogleCloudAssetV1Identity);
@@ -1030,8 +1030,8 @@
var o = api.GoogleCloudAssetV1IdentityList();
buildCounterGoogleCloudAssetV1IdentityList++;
if (buildCounterGoogleCloudAssetV1IdentityList < 3) {
- o.groupEdges = buildUnnamed3474();
- o.identities = buildUnnamed3475();
+ o.groupEdges = buildUnnamed3482();
+ o.identities = buildUnnamed3483();
}
buildCounterGoogleCloudAssetV1IdentityList--;
return o;
@@ -1040,8 +1040,8 @@
void checkGoogleCloudAssetV1IdentityList(api.GoogleCloudAssetV1IdentityList o) {
buildCounterGoogleCloudAssetV1IdentityList++;
if (buildCounterGoogleCloudAssetV1IdentityList < 3) {
- checkUnnamed3474(o.groupEdges!);
- checkUnnamed3475(o.identities!);
+ checkUnnamed3482(o.groupEdges!);
+ checkUnnamed3483(o.identities!);
}
buildCounterGoogleCloudAssetV1IdentityList--;
}
@@ -1070,14 +1070,14 @@
buildCounterGoogleCloudAssetV1Resource--;
}
-core.List<core.String> buildUnnamed3476() {
+core.List<core.String> buildUnnamed3484() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3476(core.List<core.String> o) {
+void checkUnnamed3484(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1089,14 +1089,14 @@
);
}
-core.List<api.GoogleCloudOrgpolicyV1Policy> buildUnnamed3477() {
+core.List<api.GoogleCloudOrgpolicyV1Policy> buildUnnamed3485() {
var o = <api.GoogleCloudOrgpolicyV1Policy>[];
o.add(buildGoogleCloudOrgpolicyV1Policy());
o.add(buildGoogleCloudOrgpolicyV1Policy());
return o;
}
-void checkUnnamed3477(core.List<api.GoogleCloudOrgpolicyV1Policy> o) {
+void checkUnnamed3485(core.List<api.GoogleCloudOrgpolicyV1Policy> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudOrgpolicyV1Policy(o[0] as api.GoogleCloudOrgpolicyV1Policy);
checkGoogleCloudOrgpolicyV1Policy(o[1] as api.GoogleCloudOrgpolicyV1Policy);
@@ -1109,11 +1109,11 @@
if (buildCounterGoogleCloudAssetV1p7beta1Asset < 3) {
o.accessLevel = buildGoogleIdentityAccesscontextmanagerV1AccessLevel();
o.accessPolicy = buildGoogleIdentityAccesscontextmanagerV1AccessPolicy();
- o.ancestors = buildUnnamed3476();
+ o.ancestors = buildUnnamed3484();
o.assetType = 'foo';
o.iamPolicy = buildPolicy();
o.name = 'foo';
- o.orgPolicy = buildUnnamed3477();
+ o.orgPolicy = buildUnnamed3485();
o.relatedAssets = buildGoogleCloudAssetV1p7beta1RelatedAssets();
o.resource = buildGoogleCloudAssetV1p7beta1Resource();
o.servicePerimeter =
@@ -1131,7 +1131,7 @@
o.accessLevel! as api.GoogleIdentityAccesscontextmanagerV1AccessLevel);
checkGoogleIdentityAccesscontextmanagerV1AccessPolicy(o.accessPolicy!
as api.GoogleIdentityAccesscontextmanagerV1AccessPolicy);
- checkUnnamed3476(o.ancestors!);
+ checkUnnamed3484(o.ancestors!);
unittest.expect(
o.assetType!,
unittest.equals('foo'),
@@ -1141,7 +1141,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3477(o.orgPolicy!);
+ checkUnnamed3485(o.orgPolicy!);
checkGoogleCloudAssetV1p7beta1RelatedAssets(
o.relatedAssets! as api.GoogleCloudAssetV1p7beta1RelatedAssets);
checkGoogleCloudAssetV1p7beta1Resource(
@@ -1157,14 +1157,14 @@
buildCounterGoogleCloudAssetV1p7beta1Asset--;
}
-core.List<core.String> buildUnnamed3478() {
+core.List<core.String> buildUnnamed3486() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3478(core.List<core.String> o) {
+void checkUnnamed3486(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1182,7 +1182,7 @@
var o = api.GoogleCloudAssetV1p7beta1RelatedAsset();
buildCounterGoogleCloudAssetV1p7beta1RelatedAsset++;
if (buildCounterGoogleCloudAssetV1p7beta1RelatedAsset < 3) {
- o.ancestors = buildUnnamed3478();
+ o.ancestors = buildUnnamed3486();
o.asset = 'foo';
o.assetType = 'foo';
}
@@ -1194,7 +1194,7 @@
api.GoogleCloudAssetV1p7beta1RelatedAsset o) {
buildCounterGoogleCloudAssetV1p7beta1RelatedAsset++;
if (buildCounterGoogleCloudAssetV1p7beta1RelatedAsset < 3) {
- checkUnnamed3478(o.ancestors!);
+ checkUnnamed3486(o.ancestors!);
unittest.expect(
o.asset!,
unittest.equals('foo'),
@@ -1207,14 +1207,14 @@
buildCounterGoogleCloudAssetV1p7beta1RelatedAsset--;
}
-core.List<api.GoogleCloudAssetV1p7beta1RelatedAsset> buildUnnamed3479() {
+core.List<api.GoogleCloudAssetV1p7beta1RelatedAsset> buildUnnamed3487() {
var o = <api.GoogleCloudAssetV1p7beta1RelatedAsset>[];
o.add(buildGoogleCloudAssetV1p7beta1RelatedAsset());
o.add(buildGoogleCloudAssetV1p7beta1RelatedAsset());
return o;
}
-void checkUnnamed3479(core.List<api.GoogleCloudAssetV1p7beta1RelatedAsset> o) {
+void checkUnnamed3487(core.List<api.GoogleCloudAssetV1p7beta1RelatedAsset> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudAssetV1p7beta1RelatedAsset(
o[0] as api.GoogleCloudAssetV1p7beta1RelatedAsset);
@@ -1228,7 +1228,7 @@
var o = api.GoogleCloudAssetV1p7beta1RelatedAssets();
buildCounterGoogleCloudAssetV1p7beta1RelatedAssets++;
if (buildCounterGoogleCloudAssetV1p7beta1RelatedAssets < 3) {
- o.assets = buildUnnamed3479();
+ o.assets = buildUnnamed3487();
o.relationshipAttributes =
buildGoogleCloudAssetV1p7beta1RelationshipAttributes();
}
@@ -1240,7 +1240,7 @@
api.GoogleCloudAssetV1p7beta1RelatedAssets o) {
buildCounterGoogleCloudAssetV1p7beta1RelatedAssets++;
if (buildCounterGoogleCloudAssetV1p7beta1RelatedAssets < 3) {
- checkUnnamed3479(o.assets!);
+ checkUnnamed3487(o.assets!);
checkGoogleCloudAssetV1p7beta1RelationshipAttributes(
o.relationshipAttributes!
as api.GoogleCloudAssetV1p7beta1RelationshipAttributes);
@@ -1287,7 +1287,7 @@
buildCounterGoogleCloudAssetV1p7beta1RelationshipAttributes--;
}
-core.Map<core.String, core.Object> buildUnnamed3480() {
+core.Map<core.String, core.Object> buildUnnamed3488() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1302,7 +1302,7 @@
return o;
}
-void checkUnnamed3480(core.Map<core.String, core.Object> o) {
+void checkUnnamed3488(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1339,7 +1339,7 @@
var o = api.GoogleCloudAssetV1p7beta1Resource();
buildCounterGoogleCloudAssetV1p7beta1Resource++;
if (buildCounterGoogleCloudAssetV1p7beta1Resource < 3) {
- o.data = buildUnnamed3480();
+ o.data = buildUnnamed3488();
o.discoveryDocumentUri = 'foo';
o.discoveryName = 'foo';
o.location = 'foo';
@@ -1355,7 +1355,7 @@
api.GoogleCloudAssetV1p7beta1Resource o) {
buildCounterGoogleCloudAssetV1p7beta1Resource++;
if (buildCounterGoogleCloudAssetV1p7beta1Resource < 3) {
- checkUnnamed3480(o.data!);
+ checkUnnamed3488(o.data!);
unittest.expect(
o.discoveryDocumentUri!,
unittest.equals('foo'),
@@ -1405,14 +1405,14 @@
buildCounterGoogleCloudOrgpolicyV1BooleanPolicy--;
}
-core.List<core.String> buildUnnamed3481() {
+core.List<core.String> buildUnnamed3489() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3481(core.List<core.String> o) {
+void checkUnnamed3489(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1424,14 +1424,14 @@
);
}
-core.List<core.String> buildUnnamed3482() {
+core.List<core.String> buildUnnamed3490() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3482(core.List<core.String> o) {
+void checkUnnamed3490(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1449,8 +1449,8 @@
buildCounterGoogleCloudOrgpolicyV1ListPolicy++;
if (buildCounterGoogleCloudOrgpolicyV1ListPolicy < 3) {
o.allValues = 'foo';
- o.allowedValues = buildUnnamed3481();
- o.deniedValues = buildUnnamed3482();
+ o.allowedValues = buildUnnamed3489();
+ o.deniedValues = buildUnnamed3490();
o.inheritFromParent = true;
o.suggestedValue = 'foo';
}
@@ -1466,8 +1466,8 @@
o.allValues!,
unittest.equals('foo'),
);
- checkUnnamed3481(o.allowedValues!);
- checkUnnamed3482(o.deniedValues!);
+ checkUnnamed3489(o.allowedValues!);
+ checkUnnamed3490(o.deniedValues!);
unittest.expect(o.inheritFromParent!, unittest.isTrue);
unittest.expect(
o.suggestedValue!,
@@ -1620,14 +1620,14 @@
}
core.List<api.GoogleIdentityAccesscontextmanagerV1MethodSelector>
- buildUnnamed3483() {
+ buildUnnamed3491() {
var o = <api.GoogleIdentityAccesscontextmanagerV1MethodSelector>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1MethodSelector());
o.add(buildGoogleIdentityAccesscontextmanagerV1MethodSelector());
return o;
}
-void checkUnnamed3483(
+void checkUnnamed3491(
core.List<api.GoogleIdentityAccesscontextmanagerV1MethodSelector> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1MethodSelector(
@@ -1642,7 +1642,7 @@
var o = api.GoogleIdentityAccesscontextmanagerV1ApiOperation();
buildCounterGoogleIdentityAccesscontextmanagerV1ApiOperation++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1ApiOperation < 3) {
- o.methodSelectors = buildUnnamed3483();
+ o.methodSelectors = buildUnnamed3491();
o.serviceName = 'foo';
}
buildCounterGoogleIdentityAccesscontextmanagerV1ApiOperation--;
@@ -1653,7 +1653,7 @@
api.GoogleIdentityAccesscontextmanagerV1ApiOperation o) {
buildCounterGoogleIdentityAccesscontextmanagerV1ApiOperation++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1ApiOperation < 3) {
- checkUnnamed3483(o.methodSelectors!);
+ checkUnnamed3491(o.methodSelectors!);
unittest.expect(
o.serviceName!,
unittest.equals('foo'),
@@ -1663,14 +1663,14 @@
}
core.List<api.GoogleIdentityAccesscontextmanagerV1Condition>
- buildUnnamed3484() {
+ buildUnnamed3492() {
var o = <api.GoogleIdentityAccesscontextmanagerV1Condition>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1Condition());
o.add(buildGoogleIdentityAccesscontextmanagerV1Condition());
return o;
}
-void checkUnnamed3484(
+void checkUnnamed3492(
core.List<api.GoogleIdentityAccesscontextmanagerV1Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1Condition(
@@ -1686,7 +1686,7 @@
buildCounterGoogleIdentityAccesscontextmanagerV1BasicLevel++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1BasicLevel < 3) {
o.combiningFunction = 'foo';
- o.conditions = buildUnnamed3484();
+ o.conditions = buildUnnamed3492();
}
buildCounterGoogleIdentityAccesscontextmanagerV1BasicLevel--;
return o;
@@ -1700,19 +1700,19 @@
o.combiningFunction!,
unittest.equals('foo'),
);
- checkUnnamed3484(o.conditions!);
+ checkUnnamed3492(o.conditions!);
}
buildCounterGoogleIdentityAccesscontextmanagerV1BasicLevel--;
}
-core.List<core.String> buildUnnamed3485() {
+core.List<core.String> buildUnnamed3493() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3485(core.List<core.String> o) {
+void checkUnnamed3493(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1724,14 +1724,14 @@
);
}
-core.List<core.String> buildUnnamed3486() {
+core.List<core.String> buildUnnamed3494() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3486(core.List<core.String> o) {
+void checkUnnamed3494(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1743,14 +1743,14 @@
);
}
-core.List<core.String> buildUnnamed3487() {
+core.List<core.String> buildUnnamed3495() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3487(core.List<core.String> o) {
+void checkUnnamed3495(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1762,14 +1762,14 @@
);
}
-core.List<core.String> buildUnnamed3488() {
+core.List<core.String> buildUnnamed3496() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3488(core.List<core.String> o) {
+void checkUnnamed3496(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1788,11 +1788,11 @@
buildCounterGoogleIdentityAccesscontextmanagerV1Condition++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1Condition < 3) {
o.devicePolicy = buildGoogleIdentityAccesscontextmanagerV1DevicePolicy();
- o.ipSubnetworks = buildUnnamed3485();
- o.members = buildUnnamed3486();
+ o.ipSubnetworks = buildUnnamed3493();
+ o.members = buildUnnamed3494();
o.negate = true;
- o.regions = buildUnnamed3487();
- o.requiredAccessLevels = buildUnnamed3488();
+ o.regions = buildUnnamed3495();
+ o.requiredAccessLevels = buildUnnamed3496();
}
buildCounterGoogleIdentityAccesscontextmanagerV1Condition--;
return o;
@@ -1804,11 +1804,11 @@
if (buildCounterGoogleIdentityAccesscontextmanagerV1Condition < 3) {
checkGoogleIdentityAccesscontextmanagerV1DevicePolicy(o.devicePolicy!
as api.GoogleIdentityAccesscontextmanagerV1DevicePolicy);
- checkUnnamed3485(o.ipSubnetworks!);
- checkUnnamed3486(o.members!);
+ checkUnnamed3493(o.ipSubnetworks!);
+ checkUnnamed3494(o.members!);
unittest.expect(o.negate!, unittest.isTrue);
- checkUnnamed3487(o.regions!);
- checkUnnamed3488(o.requiredAccessLevels!);
+ checkUnnamed3495(o.regions!);
+ checkUnnamed3496(o.requiredAccessLevels!);
}
buildCounterGoogleIdentityAccesscontextmanagerV1Condition--;
}
@@ -1834,14 +1834,14 @@
buildCounterGoogleIdentityAccesscontextmanagerV1CustomLevel--;
}
-core.List<core.String> buildUnnamed3489() {
+core.List<core.String> buildUnnamed3497() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3489(core.List<core.String> o) {
+void checkUnnamed3497(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1853,14 +1853,14 @@
);
}
-core.List<core.String> buildUnnamed3490() {
+core.List<core.String> buildUnnamed3498() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3490(core.List<core.String> o) {
+void checkUnnamed3498(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1873,14 +1873,14 @@
}
core.List<api.GoogleIdentityAccesscontextmanagerV1OsConstraint>
- buildUnnamed3491() {
+ buildUnnamed3499() {
var o = <api.GoogleIdentityAccesscontextmanagerV1OsConstraint>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1OsConstraint());
o.add(buildGoogleIdentityAccesscontextmanagerV1OsConstraint());
return o;
}
-void checkUnnamed3491(
+void checkUnnamed3499(
core.List<api.GoogleIdentityAccesscontextmanagerV1OsConstraint> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1OsConstraint(
@@ -1895,9 +1895,9 @@
var o = api.GoogleIdentityAccesscontextmanagerV1DevicePolicy();
buildCounterGoogleIdentityAccesscontextmanagerV1DevicePolicy++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1DevicePolicy < 3) {
- o.allowedDeviceManagementLevels = buildUnnamed3489();
- o.allowedEncryptionStatuses = buildUnnamed3490();
- o.osConstraints = buildUnnamed3491();
+ o.allowedDeviceManagementLevels = buildUnnamed3497();
+ o.allowedEncryptionStatuses = buildUnnamed3498();
+ o.osConstraints = buildUnnamed3499();
o.requireAdminApproval = true;
o.requireCorpOwned = true;
o.requireScreenlock = true;
@@ -1910,9 +1910,9 @@
api.GoogleIdentityAccesscontextmanagerV1DevicePolicy o) {
buildCounterGoogleIdentityAccesscontextmanagerV1DevicePolicy++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1DevicePolicy < 3) {
- checkUnnamed3489(o.allowedDeviceManagementLevels!);
- checkUnnamed3490(o.allowedEncryptionStatuses!);
- checkUnnamed3491(o.osConstraints!);
+ checkUnnamed3497(o.allowedDeviceManagementLevels!);
+ checkUnnamed3498(o.allowedEncryptionStatuses!);
+ checkUnnamed3499(o.osConstraints!);
unittest.expect(o.requireAdminApproval!, unittest.isTrue);
unittest.expect(o.requireCorpOwned!, unittest.isTrue);
unittest.expect(o.requireScreenlock!, unittest.isTrue);
@@ -1920,14 +1920,14 @@
buildCounterGoogleIdentityAccesscontextmanagerV1DevicePolicy--;
}
-core.List<core.String> buildUnnamed3492() {
+core.List<core.String> buildUnnamed3500() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3492(core.List<core.String> o) {
+void checkUnnamed3500(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1945,7 +1945,7 @@
var o = api.GoogleIdentityAccesscontextmanagerV1EgressFrom();
buildCounterGoogleIdentityAccesscontextmanagerV1EgressFrom++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1EgressFrom < 3) {
- o.identities = buildUnnamed3492();
+ o.identities = buildUnnamed3500();
o.identityType = 'foo';
}
buildCounterGoogleIdentityAccesscontextmanagerV1EgressFrom--;
@@ -1956,7 +1956,7 @@
api.GoogleIdentityAccesscontextmanagerV1EgressFrom o) {
buildCounterGoogleIdentityAccesscontextmanagerV1EgressFrom++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1EgressFrom < 3) {
- checkUnnamed3492(o.identities!);
+ checkUnnamed3500(o.identities!);
unittest.expect(
o.identityType!,
unittest.equals('foo'),
@@ -1991,14 +1991,14 @@
}
core.List<api.GoogleIdentityAccesscontextmanagerV1ApiOperation>
- buildUnnamed3493() {
+ buildUnnamed3501() {
var o = <api.GoogleIdentityAccesscontextmanagerV1ApiOperation>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1ApiOperation());
o.add(buildGoogleIdentityAccesscontextmanagerV1ApiOperation());
return o;
}
-void checkUnnamed3493(
+void checkUnnamed3501(
core.List<api.GoogleIdentityAccesscontextmanagerV1ApiOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1ApiOperation(
@@ -2007,14 +2007,14 @@
o[1] as api.GoogleIdentityAccesscontextmanagerV1ApiOperation);
}
-core.List<core.String> buildUnnamed3494() {
+core.List<core.String> buildUnnamed3502() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3494(core.List<core.String> o) {
+void checkUnnamed3502(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2032,8 +2032,8 @@
var o = api.GoogleIdentityAccesscontextmanagerV1EgressTo();
buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo < 3) {
- o.operations = buildUnnamed3493();
- o.resources = buildUnnamed3494();
+ o.operations = buildUnnamed3501();
+ o.resources = buildUnnamed3502();
}
buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo--;
return o;
@@ -2043,20 +2043,20 @@
api.GoogleIdentityAccesscontextmanagerV1EgressTo o) {
buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo < 3) {
- checkUnnamed3493(o.operations!);
- checkUnnamed3494(o.resources!);
+ checkUnnamed3501(o.operations!);
+ checkUnnamed3502(o.resources!);
}
buildCounterGoogleIdentityAccesscontextmanagerV1EgressTo--;
}
-core.List<core.String> buildUnnamed3495() {
+core.List<core.String> buildUnnamed3503() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3495(core.List<core.String> o) {
+void checkUnnamed3503(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2069,14 +2069,14 @@
}
core.List<api.GoogleIdentityAccesscontextmanagerV1IngressSource>
- buildUnnamed3496() {
+ buildUnnamed3504() {
var o = <api.GoogleIdentityAccesscontextmanagerV1IngressSource>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1IngressSource());
o.add(buildGoogleIdentityAccesscontextmanagerV1IngressSource());
return o;
}
-void checkUnnamed3496(
+void checkUnnamed3504(
core.List<api.GoogleIdentityAccesscontextmanagerV1IngressSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1IngressSource(
@@ -2091,9 +2091,9 @@
var o = api.GoogleIdentityAccesscontextmanagerV1IngressFrom();
buildCounterGoogleIdentityAccesscontextmanagerV1IngressFrom++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1IngressFrom < 3) {
- o.identities = buildUnnamed3495();
+ o.identities = buildUnnamed3503();
o.identityType = 'foo';
- o.sources = buildUnnamed3496();
+ o.sources = buildUnnamed3504();
}
buildCounterGoogleIdentityAccesscontextmanagerV1IngressFrom--;
return o;
@@ -2103,12 +2103,12 @@
api.GoogleIdentityAccesscontextmanagerV1IngressFrom o) {
buildCounterGoogleIdentityAccesscontextmanagerV1IngressFrom++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1IngressFrom < 3) {
- checkUnnamed3495(o.identities!);
+ checkUnnamed3503(o.identities!);
unittest.expect(
o.identityType!,
unittest.equals('foo'),
);
- checkUnnamed3496(o.sources!);
+ checkUnnamed3504(o.sources!);
}
buildCounterGoogleIdentityAccesscontextmanagerV1IngressFrom--;
}
@@ -2168,14 +2168,14 @@
}
core.List<api.GoogleIdentityAccesscontextmanagerV1ApiOperation>
- buildUnnamed3497() {
+ buildUnnamed3505() {
var o = <api.GoogleIdentityAccesscontextmanagerV1ApiOperation>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1ApiOperation());
o.add(buildGoogleIdentityAccesscontextmanagerV1ApiOperation());
return o;
}
-void checkUnnamed3497(
+void checkUnnamed3505(
core.List<api.GoogleIdentityAccesscontextmanagerV1ApiOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1ApiOperation(
@@ -2184,14 +2184,14 @@
o[1] as api.GoogleIdentityAccesscontextmanagerV1ApiOperation);
}
-core.List<core.String> buildUnnamed3498() {
+core.List<core.String> buildUnnamed3506() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3498(core.List<core.String> o) {
+void checkUnnamed3506(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2209,8 +2209,8 @@
var o = api.GoogleIdentityAccesscontextmanagerV1IngressTo();
buildCounterGoogleIdentityAccesscontextmanagerV1IngressTo++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1IngressTo < 3) {
- o.operations = buildUnnamed3497();
- o.resources = buildUnnamed3498();
+ o.operations = buildUnnamed3505();
+ o.resources = buildUnnamed3506();
}
buildCounterGoogleIdentityAccesscontextmanagerV1IngressTo--;
return o;
@@ -2220,8 +2220,8 @@
api.GoogleIdentityAccesscontextmanagerV1IngressTo o) {
buildCounterGoogleIdentityAccesscontextmanagerV1IngressTo++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1IngressTo < 3) {
- checkUnnamed3497(o.operations!);
- checkUnnamed3498(o.resources!);
+ checkUnnamed3505(o.operations!);
+ checkUnnamed3506(o.resources!);
}
buildCounterGoogleIdentityAccesscontextmanagerV1IngressTo--;
}
@@ -2334,14 +2334,14 @@
buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeter--;
}
-core.List<core.String> buildUnnamed3499() {
+core.List<core.String> buildUnnamed3507() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3499(core.List<core.String> o) {
+void checkUnnamed3507(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2354,14 +2354,14 @@
}
core.List<api.GoogleIdentityAccesscontextmanagerV1EgressPolicy>
- buildUnnamed3500() {
+ buildUnnamed3508() {
var o = <api.GoogleIdentityAccesscontextmanagerV1EgressPolicy>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1EgressPolicy());
o.add(buildGoogleIdentityAccesscontextmanagerV1EgressPolicy());
return o;
}
-void checkUnnamed3500(
+void checkUnnamed3508(
core.List<api.GoogleIdentityAccesscontextmanagerV1EgressPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1EgressPolicy(
@@ -2371,14 +2371,14 @@
}
core.List<api.GoogleIdentityAccesscontextmanagerV1IngressPolicy>
- buildUnnamed3501() {
+ buildUnnamed3509() {
var o = <api.GoogleIdentityAccesscontextmanagerV1IngressPolicy>[];
o.add(buildGoogleIdentityAccesscontextmanagerV1IngressPolicy());
o.add(buildGoogleIdentityAccesscontextmanagerV1IngressPolicy());
return o;
}
-void checkUnnamed3501(
+void checkUnnamed3509(
core.List<api.GoogleIdentityAccesscontextmanagerV1IngressPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIdentityAccesscontextmanagerV1IngressPolicy(
@@ -2387,14 +2387,14 @@
o[1] as api.GoogleIdentityAccesscontextmanagerV1IngressPolicy);
}
-core.List<core.String> buildUnnamed3502() {
+core.List<core.String> buildUnnamed3510() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3502(core.List<core.String> o) {
+void checkUnnamed3510(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2406,14 +2406,14 @@
);
}
-core.List<core.String> buildUnnamed3503() {
+core.List<core.String> buildUnnamed3511() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3503(core.List<core.String> o) {
+void checkUnnamed3511(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2433,11 +2433,11 @@
buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig <
3) {
- o.accessLevels = buildUnnamed3499();
- o.egressPolicies = buildUnnamed3500();
- o.ingressPolicies = buildUnnamed3501();
- o.resources = buildUnnamed3502();
- o.restrictedServices = buildUnnamed3503();
+ o.accessLevels = buildUnnamed3507();
+ o.egressPolicies = buildUnnamed3508();
+ o.ingressPolicies = buildUnnamed3509();
+ o.resources = buildUnnamed3510();
+ o.restrictedServices = buildUnnamed3511();
o.vpcAccessibleServices =
buildGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices();
}
@@ -2450,11 +2450,11 @@
buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig <
3) {
- checkUnnamed3499(o.accessLevels!);
- checkUnnamed3500(o.egressPolicies!);
- checkUnnamed3501(o.ingressPolicies!);
- checkUnnamed3502(o.resources!);
- checkUnnamed3503(o.restrictedServices!);
+ checkUnnamed3507(o.accessLevels!);
+ checkUnnamed3508(o.egressPolicies!);
+ checkUnnamed3509(o.ingressPolicies!);
+ checkUnnamed3510(o.resources!);
+ checkUnnamed3511(o.restrictedServices!);
checkGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices(
o.vpcAccessibleServices!
as api.GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices);
@@ -2462,14 +2462,14 @@
buildCounterGoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig--;
}
-core.List<core.String> buildUnnamed3504() {
+core.List<core.String> buildUnnamed3512() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3504(core.List<core.String> o) {
+void checkUnnamed3512(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2489,7 +2489,7 @@
buildCounterGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices <
3) {
- o.allowedServices = buildUnnamed3504();
+ o.allowedServices = buildUnnamed3512();
o.enableRestriction = true;
}
buildCounterGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices--;
@@ -2501,33 +2501,33 @@
buildCounterGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices++;
if (buildCounterGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices <
3) {
- checkUnnamed3504(o.allowedServices!);
+ checkUnnamed3512(o.allowedServices!);
unittest.expect(o.enableRestriction!, unittest.isTrue);
}
buildCounterGoogleIdentityAccesscontextmanagerV1VpcAccessibleServices--;
}
-core.List<api.IamPolicyAnalysisResult> buildUnnamed3505() {
+core.List<api.IamPolicyAnalysisResult> buildUnnamed3513() {
var o = <api.IamPolicyAnalysisResult>[];
o.add(buildIamPolicyAnalysisResult());
o.add(buildIamPolicyAnalysisResult());
return o;
}
-void checkUnnamed3505(core.List<api.IamPolicyAnalysisResult> o) {
+void checkUnnamed3513(core.List<api.IamPolicyAnalysisResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkIamPolicyAnalysisResult(o[0] as api.IamPolicyAnalysisResult);
checkIamPolicyAnalysisResult(o[1] as api.IamPolicyAnalysisResult);
}
-core.List<api.IamPolicyAnalysisState> buildUnnamed3506() {
+core.List<api.IamPolicyAnalysisState> buildUnnamed3514() {
var o = <api.IamPolicyAnalysisState>[];
o.add(buildIamPolicyAnalysisState());
o.add(buildIamPolicyAnalysisState());
return o;
}
-void checkUnnamed3506(core.List<api.IamPolicyAnalysisState> o) {
+void checkUnnamed3514(core.List<api.IamPolicyAnalysisState> o) {
unittest.expect(o, unittest.hasLength(2));
checkIamPolicyAnalysisState(o[0] as api.IamPolicyAnalysisState);
checkIamPolicyAnalysisState(o[1] as api.IamPolicyAnalysisState);
@@ -2539,9 +2539,9 @@
buildCounterIamPolicyAnalysis++;
if (buildCounterIamPolicyAnalysis < 3) {
o.analysisQuery = buildIamPolicyAnalysisQuery();
- o.analysisResults = buildUnnamed3505();
+ o.analysisResults = buildUnnamed3513();
o.fullyExplored = true;
- o.nonCriticalErrors = buildUnnamed3506();
+ o.nonCriticalErrors = buildUnnamed3514();
}
buildCounterIamPolicyAnalysis--;
return o;
@@ -2551,9 +2551,9 @@
buildCounterIamPolicyAnalysis++;
if (buildCounterIamPolicyAnalysis < 3) {
checkIamPolicyAnalysisQuery(o.analysisQuery! as api.IamPolicyAnalysisQuery);
- checkUnnamed3505(o.analysisResults!);
+ checkUnnamed3513(o.analysisResults!);
unittest.expect(o.fullyExplored!, unittest.isTrue);
- checkUnnamed3506(o.nonCriticalErrors!);
+ checkUnnamed3514(o.nonCriticalErrors!);
}
buildCounterIamPolicyAnalysis--;
}
@@ -2613,14 +2613,14 @@
buildCounterIamPolicyAnalysisQuery--;
}
-core.List<api.GoogleCloudAssetV1AccessControlList> buildUnnamed3507() {
+core.List<api.GoogleCloudAssetV1AccessControlList> buildUnnamed3515() {
var o = <api.GoogleCloudAssetV1AccessControlList>[];
o.add(buildGoogleCloudAssetV1AccessControlList());
o.add(buildGoogleCloudAssetV1AccessControlList());
return o;
}
-void checkUnnamed3507(core.List<api.GoogleCloudAssetV1AccessControlList> o) {
+void checkUnnamed3515(core.List<api.GoogleCloudAssetV1AccessControlList> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudAssetV1AccessControlList(
o[0] as api.GoogleCloudAssetV1AccessControlList);
@@ -2633,7 +2633,7 @@
var o = api.IamPolicyAnalysisResult();
buildCounterIamPolicyAnalysisResult++;
if (buildCounterIamPolicyAnalysisResult < 3) {
- o.accessControlLists = buildUnnamed3507();
+ o.accessControlLists = buildUnnamed3515();
o.attachedResourceFullName = 'foo';
o.fullyExplored = true;
o.iamBinding = buildBinding();
@@ -2646,7 +2646,7 @@
void checkIamPolicyAnalysisResult(api.IamPolicyAnalysisResult o) {
buildCounterIamPolicyAnalysisResult++;
if (buildCounterIamPolicyAnalysisResult < 3) {
- checkUnnamed3507(o.accessControlLists!);
+ checkUnnamed3515(o.accessControlLists!);
unittest.expect(
o.attachedResourceFullName!,
unittest.equals('foo'),
@@ -2686,14 +2686,14 @@
buildCounterIamPolicyAnalysisState--;
}
-core.List<core.String> buildUnnamed3508() {
+core.List<core.String> buildUnnamed3516() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3508(core.List<core.String> o) {
+void checkUnnamed3516(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2712,7 +2712,7 @@
if (buildCounterIamPolicySearchResult < 3) {
o.assetType = 'foo';
o.explanation = buildExplanation();
- o.folders = buildUnnamed3508();
+ o.folders = buildUnnamed3516();
o.organization = 'foo';
o.policy = buildPolicy();
o.project = 'foo';
@@ -2730,7 +2730,7 @@
unittest.equals('foo'),
);
checkExplanation(o.explanation! as api.Explanation);
- checkUnnamed3508(o.folders!);
+ checkUnnamed3516(o.folders!);
unittest.expect(
o.organization!,
unittest.equals('foo'),
@@ -2770,14 +2770,14 @@
buildCounterIdentitySelector--;
}
-core.Map<core.String, api.Item> buildUnnamed3509() {
+core.Map<core.String, api.Item> buildUnnamed3517() {
var o = <core.String, api.Item>{};
o['x'] = buildItem();
o['y'] = buildItem();
return o;
}
-void checkUnnamed3509(core.Map<core.String, api.Item> o) {
+void checkUnnamed3517(core.Map<core.String, api.Item> o) {
unittest.expect(o, unittest.hasLength(2));
checkItem(o['x']! as api.Item);
checkItem(o['y']! as api.Item);
@@ -2788,7 +2788,7 @@
var o = api.Inventory();
buildCounterInventory++;
if (buildCounterInventory < 3) {
- o.items = buildUnnamed3509();
+ o.items = buildUnnamed3517();
o.osInfo = buildOsInfo();
}
buildCounterInventory--;
@@ -2798,7 +2798,7 @@
void checkInventory(api.Inventory o) {
buildCounterInventory++;
if (buildCounterInventory < 3) {
- checkUnnamed3509(o.items!);
+ checkUnnamed3517(o.items!);
checkOsInfo(o.osInfo! as api.OsInfo);
}
buildCounterInventory--;
@@ -2850,14 +2850,14 @@
buildCounterItem--;
}
-core.List<api.Asset> buildUnnamed3510() {
+core.List<api.Asset> buildUnnamed3518() {
var o = <api.Asset>[];
o.add(buildAsset());
o.add(buildAsset());
return o;
}
-void checkUnnamed3510(core.List<api.Asset> o) {
+void checkUnnamed3518(core.List<api.Asset> o) {
unittest.expect(o, unittest.hasLength(2));
checkAsset(o[0] as api.Asset);
checkAsset(o[1] as api.Asset);
@@ -2868,7 +2868,7 @@
var o = api.ListAssetsResponse();
buildCounterListAssetsResponse++;
if (buildCounterListAssetsResponse < 3) {
- o.assets = buildUnnamed3510();
+ o.assets = buildUnnamed3518();
o.nextPageToken = 'foo';
o.readTime = 'foo';
}
@@ -2879,7 +2879,7 @@
void checkListAssetsResponse(api.ListAssetsResponse o) {
buildCounterListAssetsResponse++;
if (buildCounterListAssetsResponse < 3) {
- checkUnnamed3510(o.assets!);
+ checkUnnamed3518(o.assets!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2892,14 +2892,14 @@
buildCounterListAssetsResponse--;
}
-core.List<api.Feed> buildUnnamed3511() {
+core.List<api.Feed> buildUnnamed3519() {
var o = <api.Feed>[];
o.add(buildFeed());
o.add(buildFeed());
return o;
}
-void checkUnnamed3511(core.List<api.Feed> o) {
+void checkUnnamed3519(core.List<api.Feed> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeed(o[0] as api.Feed);
checkFeed(o[1] as api.Feed);
@@ -2910,7 +2910,7 @@
var o = api.ListFeedsResponse();
buildCounterListFeedsResponse++;
if (buildCounterListFeedsResponse < 3) {
- o.feeds = buildUnnamed3511();
+ o.feeds = buildUnnamed3519();
}
buildCounterListFeedsResponse--;
return o;
@@ -2919,7 +2919,7 @@
void checkListFeedsResponse(api.ListFeedsResponse o) {
buildCounterListFeedsResponse++;
if (buildCounterListFeedsResponse < 3) {
- checkUnnamed3511(o.feeds!);
+ checkUnnamed3519(o.feeds!);
}
buildCounterListFeedsResponse--;
}
@@ -2950,27 +2950,27 @@
buildCounterMoveAnalysis--;
}
-core.List<api.MoveImpact> buildUnnamed3512() {
+core.List<api.MoveImpact> buildUnnamed3520() {
var o = <api.MoveImpact>[];
o.add(buildMoveImpact());
o.add(buildMoveImpact());
return o;
}
-void checkUnnamed3512(core.List<api.MoveImpact> o) {
+void checkUnnamed3520(core.List<api.MoveImpact> o) {
unittest.expect(o, unittest.hasLength(2));
checkMoveImpact(o[0] as api.MoveImpact);
checkMoveImpact(o[1] as api.MoveImpact);
}
-core.List<api.MoveImpact> buildUnnamed3513() {
+core.List<api.MoveImpact> buildUnnamed3521() {
var o = <api.MoveImpact>[];
o.add(buildMoveImpact());
o.add(buildMoveImpact());
return o;
}
-void checkUnnamed3513(core.List<api.MoveImpact> o) {
+void checkUnnamed3521(core.List<api.MoveImpact> o) {
unittest.expect(o, unittest.hasLength(2));
checkMoveImpact(o[0] as api.MoveImpact);
checkMoveImpact(o[1] as api.MoveImpact);
@@ -2981,8 +2981,8 @@
var o = api.MoveAnalysisResult();
buildCounterMoveAnalysisResult++;
if (buildCounterMoveAnalysisResult < 3) {
- o.blockers = buildUnnamed3512();
- o.warnings = buildUnnamed3513();
+ o.blockers = buildUnnamed3520();
+ o.warnings = buildUnnamed3521();
}
buildCounterMoveAnalysisResult--;
return o;
@@ -2991,8 +2991,8 @@
void checkMoveAnalysisResult(api.MoveAnalysisResult o) {
buildCounterMoveAnalysisResult++;
if (buildCounterMoveAnalysisResult < 3) {
- checkUnnamed3512(o.blockers!);
- checkUnnamed3513(o.warnings!);
+ checkUnnamed3520(o.blockers!);
+ checkUnnamed3521(o.warnings!);
}
buildCounterMoveAnalysisResult--;
}
@@ -3019,7 +3019,7 @@
buildCounterMoveImpact--;
}
-core.Map<core.String, core.Object> buildUnnamed3514() {
+core.Map<core.String, core.Object> buildUnnamed3522() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3034,7 +3034,7 @@
return o;
}
-void checkUnnamed3514(core.Map<core.String, core.Object> o) {
+void checkUnnamed3522(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -3066,7 +3066,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3515() {
+core.Map<core.String, core.Object> buildUnnamed3523() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3081,7 +3081,7 @@
return o;
}
-void checkUnnamed3515(core.Map<core.String, core.Object> o) {
+void checkUnnamed3523(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -3120,9 +3120,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3514();
+ o.metadata = buildUnnamed3522();
o.name = 'foo';
- o.response = buildUnnamed3515();
+ o.response = buildUnnamed3523();
}
buildCounterOperation--;
return o;
@@ -3133,12 +3133,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3514(o.metadata!);
+ checkUnnamed3522(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3515(o.response!);
+ checkUnnamed3523(o.response!);
}
buildCounterOperation--;
}
@@ -3272,14 +3272,14 @@
buildCounterPartitionSpec--;
}
-core.List<core.String> buildUnnamed3516() {
+core.List<core.String> buildUnnamed3524() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3516(core.List<core.String> o) {
+void checkUnnamed3524(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3296,7 +3296,7 @@
var o = api.Permissions();
buildCounterPermissions++;
if (buildCounterPermissions < 3) {
- o.permissions = buildUnnamed3516();
+ o.permissions = buildUnnamed3524();
}
buildCounterPermissions--;
return o;
@@ -3305,32 +3305,32 @@
void checkPermissions(api.Permissions o) {
buildCounterPermissions++;
if (buildCounterPermissions < 3) {
- checkUnnamed3516(o.permissions!);
+ checkUnnamed3524(o.permissions!);
}
buildCounterPermissions--;
}
-core.List<api.AuditConfig> buildUnnamed3517() {
+core.List<api.AuditConfig> buildUnnamed3525() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed3517(core.List<api.AuditConfig> o) {
+void checkUnnamed3525(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed3518() {
+core.List<api.Binding> buildUnnamed3526() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed3518(core.List<api.Binding> o) {
+void checkUnnamed3526(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -3341,8 +3341,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed3517();
- o.bindings = buildUnnamed3518();
+ o.auditConfigs = buildUnnamed3525();
+ o.bindings = buildUnnamed3526();
o.etag = 'foo';
o.version = 42;
}
@@ -3353,8 +3353,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed3517(o.auditConfigs!);
- checkUnnamed3518(o.bindings!);
+ checkUnnamed3525(o.auditConfigs!);
+ checkUnnamed3526(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -3389,7 +3389,7 @@
buildCounterPubsubDestination--;
}
-core.Map<core.String, core.Object> buildUnnamed3519() {
+core.Map<core.String, core.Object> buildUnnamed3527() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3404,7 +3404,7 @@
return o;
}
-void checkUnnamed3519(core.Map<core.String, core.Object> o) {
+void checkUnnamed3527(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -3441,7 +3441,7 @@
var o = api.Resource();
buildCounterResource++;
if (buildCounterResource < 3) {
- o.data = buildUnnamed3519();
+ o.data = buildUnnamed3527();
o.discoveryDocumentUri = 'foo';
o.discoveryName = 'foo';
o.location = 'foo';
@@ -3456,7 +3456,7 @@
void checkResource(api.Resource o) {
buildCounterResource++;
if (buildCounterResource < 3) {
- checkUnnamed3519(o.data!);
+ checkUnnamed3527(o.data!);
unittest.expect(
o.discoveryDocumentUri!,
unittest.equals('foo'),
@@ -3485,7 +3485,7 @@
buildCounterResource--;
}
-core.Map<core.String, core.Object> buildUnnamed3520() {
+core.Map<core.String, core.Object> buildUnnamed3528() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3500,7 +3500,7 @@
return o;
}
-void checkUnnamed3520(core.Map<core.String, core.Object> o) {
+void checkUnnamed3528(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -3532,14 +3532,14 @@
);
}
-core.List<core.String> buildUnnamed3521() {
+core.List<core.String> buildUnnamed3529() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3521(core.List<core.String> o) {
+void checkUnnamed3529(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3551,14 +3551,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed3522() {
+core.Map<core.String, core.String> buildUnnamed3530() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3522(core.Map<core.String, core.String> o) {
+void checkUnnamed3530(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3570,14 +3570,14 @@
);
}
-core.List<core.String> buildUnnamed3523() {
+core.List<core.String> buildUnnamed3531() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3523(core.List<core.String> o) {
+void checkUnnamed3531(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3589,28 +3589,42 @@
);
}
+core.List<api.VersionedResource> buildUnnamed3532() {
+ var o = <api.VersionedResource>[];
+ o.add(buildVersionedResource());
+ o.add(buildVersionedResource());
+ return o;
+}
+
+void checkUnnamed3532(core.List<api.VersionedResource> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkVersionedResource(o[0] as api.VersionedResource);
+ checkVersionedResource(o[1] as api.VersionedResource);
+}
+
core.int buildCounterResourceSearchResult = 0;
api.ResourceSearchResult buildResourceSearchResult() {
var o = api.ResourceSearchResult();
buildCounterResourceSearchResult++;
if (buildCounterResourceSearchResult < 3) {
- o.additionalAttributes = buildUnnamed3520();
+ o.additionalAttributes = buildUnnamed3528();
o.assetType = 'foo';
o.createTime = 'foo';
o.description = 'foo';
o.displayName = 'foo';
- o.folders = buildUnnamed3521();
+ o.folders = buildUnnamed3529();
o.kmsKey = 'foo';
- o.labels = buildUnnamed3522();
+ o.labels = buildUnnamed3530();
o.location = 'foo';
o.name = 'foo';
- o.networkTags = buildUnnamed3523();
+ o.networkTags = buildUnnamed3531();
o.organization = 'foo';
o.parentAssetType = 'foo';
o.parentFullResourceName = 'foo';
o.project = 'foo';
o.state = 'foo';
o.updateTime = 'foo';
+ o.versionedResources = buildUnnamed3532();
}
buildCounterResourceSearchResult--;
return o;
@@ -3619,7 +3633,7 @@
void checkResourceSearchResult(api.ResourceSearchResult o) {
buildCounterResourceSearchResult++;
if (buildCounterResourceSearchResult < 3) {
- checkUnnamed3520(o.additionalAttributes!);
+ checkUnnamed3528(o.additionalAttributes!);
unittest.expect(
o.assetType!,
unittest.equals('foo'),
@@ -3636,12 +3650,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3521(o.folders!);
+ checkUnnamed3529(o.folders!);
unittest.expect(
o.kmsKey!,
unittest.equals('foo'),
);
- checkUnnamed3522(o.labels!);
+ checkUnnamed3530(o.labels!);
unittest.expect(
o.location!,
unittest.equals('foo'),
@@ -3650,7 +3664,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3523(o.networkTags!);
+ checkUnnamed3531(o.networkTags!);
unittest.expect(
o.organization!,
unittest.equals('foo'),
@@ -3675,6 +3689,7 @@
o.updateTime!,
unittest.equals('foo'),
);
+ checkUnnamed3532(o.versionedResources!);
}
buildCounterResourceSearchResult--;
}
@@ -3701,14 +3716,14 @@
buildCounterResourceSelector--;
}
-core.List<api.IamPolicySearchResult> buildUnnamed3524() {
+core.List<api.IamPolicySearchResult> buildUnnamed3533() {
var o = <api.IamPolicySearchResult>[];
o.add(buildIamPolicySearchResult());
o.add(buildIamPolicySearchResult());
return o;
}
-void checkUnnamed3524(core.List<api.IamPolicySearchResult> o) {
+void checkUnnamed3533(core.List<api.IamPolicySearchResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkIamPolicySearchResult(o[0] as api.IamPolicySearchResult);
checkIamPolicySearchResult(o[1] as api.IamPolicySearchResult);
@@ -3720,7 +3735,7 @@
buildCounterSearchAllIamPoliciesResponse++;
if (buildCounterSearchAllIamPoliciesResponse < 3) {
o.nextPageToken = 'foo';
- o.results = buildUnnamed3524();
+ o.results = buildUnnamed3533();
}
buildCounterSearchAllIamPoliciesResponse--;
return o;
@@ -3733,19 +3748,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3524(o.results!);
+ checkUnnamed3533(o.results!);
}
buildCounterSearchAllIamPoliciesResponse--;
}
-core.List<api.ResourceSearchResult> buildUnnamed3525() {
+core.List<api.ResourceSearchResult> buildUnnamed3534() {
var o = <api.ResourceSearchResult>[];
o.add(buildResourceSearchResult());
o.add(buildResourceSearchResult());
return o;
}
-void checkUnnamed3525(core.List<api.ResourceSearchResult> o) {
+void checkUnnamed3534(core.List<api.ResourceSearchResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceSearchResult(o[0] as api.ResourceSearchResult);
checkResourceSearchResult(o[1] as api.ResourceSearchResult);
@@ -3757,7 +3772,7 @@
buildCounterSearchAllResourcesResponse++;
if (buildCounterSearchAllResourcesResponse < 3) {
o.nextPageToken = 'foo';
- o.results = buildUnnamed3525();
+ o.results = buildUnnamed3534();
}
buildCounterSearchAllResourcesResponse--;
return o;
@@ -3770,7 +3785,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3525(o.results!);
+ checkUnnamed3534(o.results!);
}
buildCounterSearchAllResourcesResponse--;
}
@@ -3809,7 +3824,7 @@
buildCounterSoftwarePackage--;
}
-core.Map<core.String, core.Object> buildUnnamed3526() {
+core.Map<core.String, core.Object> buildUnnamed3535() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3824,7 +3839,7 @@
return o;
}
-void checkUnnamed3526(core.Map<core.String, core.Object> o) {
+void checkUnnamed3535(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted11 = (o['x']!) as core.Map;
unittest.expect(casted11, unittest.hasLength(3));
@@ -3856,17 +3871,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3527() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3536() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3526());
- o.add(buildUnnamed3526());
+ o.add(buildUnnamed3535());
+ o.add(buildUnnamed3535());
return o;
}
-void checkUnnamed3527(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3536(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3526(o[0]);
- checkUnnamed3526(o[1]);
+ checkUnnamed3535(o[0]);
+ checkUnnamed3535(o[1]);
}
core.int buildCounterStatus = 0;
@@ -3875,7 +3890,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3527();
+ o.details = buildUnnamed3536();
o.message = 'foo';
}
buildCounterStatus--;
@@ -3889,7 +3904,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3527(o.details!);
+ checkUnnamed3536(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -4011,6 +4026,77 @@
buildCounterVersionedPackage--;
}
+core.Map<core.String, core.Object> buildUnnamed3537() {
+ var o = <core.String, core.Object>{};
+ o['x'] = {
+ 'list': [1, 2, 3],
+ 'bool': true,
+ 'string': 'foo'
+ };
+ o['y'] = {
+ 'list': [1, 2, 3],
+ 'bool': true,
+ 'string': 'foo'
+ };
+ return o;
+}
+
+void checkUnnamed3537(core.Map<core.String, core.Object> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ var casted13 = (o['x']!) as core.Map;
+ unittest.expect(casted13, unittest.hasLength(3));
+ unittest.expect(
+ casted13['list'],
+ unittest.equals([1, 2, 3]),
+ );
+ unittest.expect(
+ casted13['bool'],
+ unittest.equals(true),
+ );
+ unittest.expect(
+ casted13['string'],
+ unittest.equals('foo'),
+ );
+ var casted14 = (o['y']!) as core.Map;
+ unittest.expect(casted14, unittest.hasLength(3));
+ unittest.expect(
+ casted14['list'],
+ unittest.equals([1, 2, 3]),
+ );
+ unittest.expect(
+ casted14['bool'],
+ unittest.equals(true),
+ );
+ unittest.expect(
+ casted14['string'],
+ unittest.equals('foo'),
+ );
+}
+
+core.int buildCounterVersionedResource = 0;
+api.VersionedResource buildVersionedResource() {
+ var o = api.VersionedResource();
+ buildCounterVersionedResource++;
+ if (buildCounterVersionedResource < 3) {
+ o.resource = buildUnnamed3537();
+ o.version = 'foo';
+ }
+ buildCounterVersionedResource--;
+ return o;
+}
+
+void checkVersionedResource(api.VersionedResource o) {
+ buildCounterVersionedResource++;
+ if (buildCounterVersionedResource < 3) {
+ checkUnnamed3537(o.resource!);
+ unittest.expect(
+ o.version!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterVersionedResource--;
+}
+
core.int buildCounterWindowsQuickFixEngineeringPackage = 0;
api.WindowsQuickFixEngineeringPackage buildWindowsQuickFixEngineeringPackage() {
var o = api.WindowsQuickFixEngineeringPackage();
@@ -4076,27 +4162,27 @@
buildCounterWindowsUpdateCategory--;
}
-core.List<api.WindowsUpdateCategory> buildUnnamed3528() {
+core.List<api.WindowsUpdateCategory> buildUnnamed3538() {
var o = <api.WindowsUpdateCategory>[];
o.add(buildWindowsUpdateCategory());
o.add(buildWindowsUpdateCategory());
return o;
}
-void checkUnnamed3528(core.List<api.WindowsUpdateCategory> o) {
+void checkUnnamed3538(core.List<api.WindowsUpdateCategory> o) {
unittest.expect(o, unittest.hasLength(2));
checkWindowsUpdateCategory(o[0] as api.WindowsUpdateCategory);
checkWindowsUpdateCategory(o[1] as api.WindowsUpdateCategory);
}
-core.List<core.String> buildUnnamed3529() {
+core.List<core.String> buildUnnamed3539() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3529(core.List<core.String> o) {
+void checkUnnamed3539(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4108,14 +4194,14 @@
);
}
-core.List<core.String> buildUnnamed3530() {
+core.List<core.String> buildUnnamed3540() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3530(core.List<core.String> o) {
+void checkUnnamed3540(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4132,11 +4218,11 @@
var o = api.WindowsUpdatePackage();
buildCounterWindowsUpdatePackage++;
if (buildCounterWindowsUpdatePackage < 3) {
- o.categories = buildUnnamed3528();
+ o.categories = buildUnnamed3538();
o.description = 'foo';
- o.kbArticleIds = buildUnnamed3529();
+ o.kbArticleIds = buildUnnamed3539();
o.lastDeploymentChangeTime = 'foo';
- o.moreInfoUrls = buildUnnamed3530();
+ o.moreInfoUrls = buildUnnamed3540();
o.revisionNumber = 42;
o.supportUrl = 'foo';
o.title = 'foo';
@@ -4149,17 +4235,17 @@
void checkWindowsUpdatePackage(api.WindowsUpdatePackage o) {
buildCounterWindowsUpdatePackage++;
if (buildCounterWindowsUpdatePackage < 3) {
- checkUnnamed3528(o.categories!);
+ checkUnnamed3538(o.categories!);
unittest.expect(
o.description!,
unittest.equals('foo'),
);
- checkUnnamed3529(o.kbArticleIds!);
+ checkUnnamed3539(o.kbArticleIds!);
unittest.expect(
o.lastDeploymentChangeTime!,
unittest.equals('foo'),
);
- checkUnnamed3530(o.moreInfoUrls!);
+ checkUnnamed3540(o.moreInfoUrls!);
unittest.expect(
o.revisionNumber!,
unittest.equals(42),
@@ -4217,14 +4303,14 @@
buildCounterZypperPatch--;
}
-core.List<core.String> buildUnnamed3531() {
+core.List<core.String> buildUnnamed3541() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3531(core.List<core.String> o) {
+void checkUnnamed3541(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4236,14 +4322,14 @@
);
}
-core.List<core.String> buildUnnamed3532() {
+core.List<core.String> buildUnnamed3542() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3532(core.List<core.String> o) {
+void checkUnnamed3542(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4255,14 +4341,14 @@
);
}
-core.List<core.String> buildUnnamed3533() {
+core.List<core.String> buildUnnamed3543() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3533(core.List<core.String> o) {
+void checkUnnamed3543(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4274,14 +4360,14 @@
);
}
-core.List<core.String> buildUnnamed3534() {
+core.List<core.String> buildUnnamed3544() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3534(core.List<core.String> o) {
+void checkUnnamed3544(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4293,14 +4379,14 @@
);
}
-core.List<core.String> buildUnnamed3535() {
+core.List<core.String> buildUnnamed3545() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3535(core.List<core.String> o) {
+void checkUnnamed3545(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4312,14 +4398,14 @@
);
}
-core.List<core.String> buildUnnamed3536() {
+core.List<core.String> buildUnnamed3546() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3536(core.List<core.String> o) {
+void checkUnnamed3546(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5284,6 +5370,16 @@
});
});
+ unittest.group('obj-schema-VersionedResource', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildVersionedResource();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.VersionedResource.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkVersionedResource(od as api.VersionedResource);
+ });
+ });
+
unittest.group('obj-schema-WindowsQuickFixEngineeringPackage', () {
unittest.test('to-json--from-json', () async {
var o = buildWindowsQuickFixEngineeringPackage();
@@ -5330,7 +5426,7 @@
var mock = HttpServerMock();
var res = api.CloudAssetApi(mock).assets;
var arg_parent = 'foo';
- var arg_assetTypes = buildUnnamed3531();
+ var arg_assetTypes = buildUnnamed3541();
var arg_contentType = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
@@ -5743,8 +5839,8 @@
var mock = HttpServerMock();
var res = api.CloudAssetApi(mock).v1;
var arg_scope = 'foo';
- var arg_analysisQuery_accessSelector_permissions = buildUnnamed3532();
- var arg_analysisQuery_accessSelector_roles = buildUnnamed3533();
+ var arg_analysisQuery_accessSelector_permissions = buildUnnamed3542();
+ var arg_analysisQuery_accessSelector_roles = buildUnnamed3543();
var arg_analysisQuery_conditionContext_accessTime = 'foo';
var arg_analysisQuery_identitySelector_identity = 'foo';
var arg_analysisQuery_options_analyzeServiceAccountImpersonation = true;
@@ -6006,7 +6102,7 @@
var mock = HttpServerMock();
var res = api.CloudAssetApi(mock).v1;
var arg_parent = 'foo';
- var arg_assetNames = buildUnnamed3534();
+ var arg_assetNames = buildUnnamed3544();
var arg_contentType = 'foo';
var arg_readTimeWindow_endTime = 'foo';
var arg_readTimeWindow_startTime = 'foo';
@@ -6142,7 +6238,7 @@
var mock = HttpServerMock();
var res = api.CloudAssetApi(mock).v1;
var arg_scope = 'foo';
- var arg_assetTypes = buildUnnamed3535();
+ var arg_assetTypes = buildUnnamed3545();
var arg_orderBy = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
@@ -6226,11 +6322,12 @@
var mock = HttpServerMock();
var res = api.CloudAssetApi(mock).v1;
var arg_scope = 'foo';
- var arg_assetTypes = buildUnnamed3536();
+ var arg_assetTypes = buildUnnamed3546();
var arg_orderBy = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_query = 'foo';
+ var arg_readMask = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -6285,6 +6382,10 @@
unittest.equals(arg_query),
);
unittest.expect(
+ queryMap["readMask"]!.first,
+ unittest.equals(arg_readMask),
+ );
+ unittest.expect(
queryMap["fields"]!.first,
unittest.equals(arg_$fields),
);
@@ -6301,6 +6402,7 @@
pageSize: arg_pageSize,
pageToken: arg_pageToken,
query: arg_query,
+ readMask: arg_readMask,
$fields: arg_$fields);
checkSearchAllResourcesResponse(
response as api.SearchAllResourcesResponse);
diff --git a/generated/googleapis/test/cloudbilling/v1_test.dart b/generated/googleapis/test/cloudbilling/v1_test.dart
index 573902c..d13d9ce 100644
--- a/generated/googleapis/test/cloudbilling/v1_test.dart
+++ b/generated/googleapis/test/cloudbilling/v1_test.dart
@@ -59,14 +59,14 @@
buildCounterAggregationInfo--;
}
-core.List<api.AuditLogConfig> buildUnnamed3017() {
+core.List<api.AuditLogConfig> buildUnnamed3025() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed3017(core.List<api.AuditLogConfig> o) {
+void checkUnnamed3025(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -77,7 +77,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed3017();
+ o.auditLogConfigs = buildUnnamed3025();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -87,7 +87,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed3017(o.auditLogConfigs!);
+ checkUnnamed3025(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -96,14 +96,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed3018() {
+core.List<core.String> buildUnnamed3026() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3018(core.List<core.String> o) {
+void checkUnnamed3026(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -120,7 +120,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed3018();
+ o.exemptedMembers = buildUnnamed3026();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -130,7 +130,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed3018(o.exemptedMembers!);
+ checkUnnamed3026(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -173,14 +173,14 @@
buildCounterBillingAccount--;
}
-core.List<core.String> buildUnnamed3019() {
+core.List<core.String> buildUnnamed3027() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3019(core.List<core.String> o) {
+void checkUnnamed3027(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -198,7 +198,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed3019();
+ o.members = buildUnnamed3027();
o.role = 'foo';
}
buildCounterBinding--;
@@ -209,7 +209,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed3019(o.members!);
+ checkUnnamed3027(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -292,14 +292,14 @@
buildCounterExpr--;
}
-core.List<core.String> buildUnnamed3020() {
+core.List<core.String> buildUnnamed3028() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3020(core.List<core.String> o) {
+void checkUnnamed3028(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -316,7 +316,7 @@
var o = api.GeoTaxonomy();
buildCounterGeoTaxonomy++;
if (buildCounterGeoTaxonomy < 3) {
- o.regions = buildUnnamed3020();
+ o.regions = buildUnnamed3028();
o.type = 'foo';
}
buildCounterGeoTaxonomy--;
@@ -326,7 +326,7 @@
void checkGeoTaxonomy(api.GeoTaxonomy o) {
buildCounterGeoTaxonomy++;
if (buildCounterGeoTaxonomy < 3) {
- checkUnnamed3020(o.regions!);
+ checkUnnamed3028(o.regions!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -335,14 +335,14 @@
buildCounterGeoTaxonomy--;
}
-core.List<api.BillingAccount> buildUnnamed3021() {
+core.List<api.BillingAccount> buildUnnamed3029() {
var o = <api.BillingAccount>[];
o.add(buildBillingAccount());
o.add(buildBillingAccount());
return o;
}
-void checkUnnamed3021(core.List<api.BillingAccount> o) {
+void checkUnnamed3029(core.List<api.BillingAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkBillingAccount(o[0] as api.BillingAccount);
checkBillingAccount(o[1] as api.BillingAccount);
@@ -353,7 +353,7 @@
var o = api.ListBillingAccountsResponse();
buildCounterListBillingAccountsResponse++;
if (buildCounterListBillingAccountsResponse < 3) {
- o.billingAccounts = buildUnnamed3021();
+ o.billingAccounts = buildUnnamed3029();
o.nextPageToken = 'foo';
}
buildCounterListBillingAccountsResponse--;
@@ -363,7 +363,7 @@
void checkListBillingAccountsResponse(api.ListBillingAccountsResponse o) {
buildCounterListBillingAccountsResponse++;
if (buildCounterListBillingAccountsResponse < 3) {
- checkUnnamed3021(o.billingAccounts!);
+ checkUnnamed3029(o.billingAccounts!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -372,14 +372,14 @@
buildCounterListBillingAccountsResponse--;
}
-core.List<api.ProjectBillingInfo> buildUnnamed3022() {
+core.List<api.ProjectBillingInfo> buildUnnamed3030() {
var o = <api.ProjectBillingInfo>[];
o.add(buildProjectBillingInfo());
o.add(buildProjectBillingInfo());
return o;
}
-void checkUnnamed3022(core.List<api.ProjectBillingInfo> o) {
+void checkUnnamed3030(core.List<api.ProjectBillingInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkProjectBillingInfo(o[0] as api.ProjectBillingInfo);
checkProjectBillingInfo(o[1] as api.ProjectBillingInfo);
@@ -391,7 +391,7 @@
buildCounterListProjectBillingInfoResponse++;
if (buildCounterListProjectBillingInfoResponse < 3) {
o.nextPageToken = 'foo';
- o.projectBillingInfo = buildUnnamed3022();
+ o.projectBillingInfo = buildUnnamed3030();
}
buildCounterListProjectBillingInfoResponse--;
return o;
@@ -404,19 +404,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3022(o.projectBillingInfo!);
+ checkUnnamed3030(o.projectBillingInfo!);
}
buildCounterListProjectBillingInfoResponse--;
}
-core.List<api.Service> buildUnnamed3023() {
+core.List<api.Service> buildUnnamed3031() {
var o = <api.Service>[];
o.add(buildService());
o.add(buildService());
return o;
}
-void checkUnnamed3023(core.List<api.Service> o) {
+void checkUnnamed3031(core.List<api.Service> o) {
unittest.expect(o, unittest.hasLength(2));
checkService(o[0] as api.Service);
checkService(o[1] as api.Service);
@@ -428,7 +428,7 @@
buildCounterListServicesResponse++;
if (buildCounterListServicesResponse < 3) {
o.nextPageToken = 'foo';
- o.services = buildUnnamed3023();
+ o.services = buildUnnamed3031();
}
buildCounterListServicesResponse--;
return o;
@@ -441,19 +441,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3023(o.services!);
+ checkUnnamed3031(o.services!);
}
buildCounterListServicesResponse--;
}
-core.List<api.Sku> buildUnnamed3024() {
+core.List<api.Sku> buildUnnamed3032() {
var o = <api.Sku>[];
o.add(buildSku());
o.add(buildSku());
return o;
}
-void checkUnnamed3024(core.List<api.Sku> o) {
+void checkUnnamed3032(core.List<api.Sku> o) {
unittest.expect(o, unittest.hasLength(2));
checkSku(o[0] as api.Sku);
checkSku(o[1] as api.Sku);
@@ -465,7 +465,7 @@
buildCounterListSkusResponse++;
if (buildCounterListSkusResponse < 3) {
o.nextPageToken = 'foo';
- o.skus = buildUnnamed3024();
+ o.skus = buildUnnamed3032();
}
buildCounterListSkusResponse--;
return o;
@@ -478,7 +478,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3024(o.skus!);
+ checkUnnamed3032(o.skus!);
}
buildCounterListSkusResponse--;
}
@@ -515,27 +515,27 @@
buildCounterMoney--;
}
-core.List<api.AuditConfig> buildUnnamed3025() {
+core.List<api.AuditConfig> buildUnnamed3033() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed3025(core.List<api.AuditConfig> o) {
+void checkUnnamed3033(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed3026() {
+core.List<api.Binding> buildUnnamed3034() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed3026(core.List<api.Binding> o) {
+void checkUnnamed3034(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -546,8 +546,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed3025();
- o.bindings = buildUnnamed3026();
+ o.auditConfigs = buildUnnamed3033();
+ o.bindings = buildUnnamed3034();
o.etag = 'foo';
o.version = 42;
}
@@ -558,8 +558,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed3025(o.auditConfigs!);
- checkUnnamed3026(o.bindings!);
+ checkUnnamed3033(o.auditConfigs!);
+ checkUnnamed3034(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -572,14 +572,14 @@
buildCounterPolicy--;
}
-core.List<api.TierRate> buildUnnamed3027() {
+core.List<api.TierRate> buildUnnamed3035() {
var o = <api.TierRate>[];
o.add(buildTierRate());
o.add(buildTierRate());
return o;
}
-void checkUnnamed3027(core.List<api.TierRate> o) {
+void checkUnnamed3035(core.List<api.TierRate> o) {
unittest.expect(o, unittest.hasLength(2));
checkTierRate(o[0] as api.TierRate);
checkTierRate(o[1] as api.TierRate);
@@ -594,7 +594,7 @@
o.baseUnitConversionFactor = 42.0;
o.baseUnitDescription = 'foo';
o.displayQuantity = 42.0;
- o.tieredRates = buildUnnamed3027();
+ o.tieredRates = buildUnnamed3035();
o.usageUnit = 'foo';
o.usageUnitDescription = 'foo';
}
@@ -621,7 +621,7 @@
o.displayQuantity!,
unittest.equals(42.0),
);
- checkUnnamed3027(o.tieredRates!);
+ checkUnnamed3035(o.tieredRates!);
unittest.expect(
o.usageUnit!,
unittest.equals('foo'),
@@ -765,27 +765,27 @@
buildCounterSetIamPolicyRequest--;
}
-core.List<api.PricingInfo> buildUnnamed3028() {
+core.List<api.PricingInfo> buildUnnamed3036() {
var o = <api.PricingInfo>[];
o.add(buildPricingInfo());
o.add(buildPricingInfo());
return o;
}
-void checkUnnamed3028(core.List<api.PricingInfo> o) {
+void checkUnnamed3036(core.List<api.PricingInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkPricingInfo(o[0] as api.PricingInfo);
checkPricingInfo(o[1] as api.PricingInfo);
}
-core.List<core.String> buildUnnamed3029() {
+core.List<core.String> buildUnnamed3037() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3029(core.List<core.String> o) {
+void checkUnnamed3037(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -806,9 +806,9 @@
o.description = 'foo';
o.geoTaxonomy = buildGeoTaxonomy();
o.name = 'foo';
- o.pricingInfo = buildUnnamed3028();
+ o.pricingInfo = buildUnnamed3036();
o.serviceProviderName = 'foo';
- o.serviceRegions = buildUnnamed3029();
+ o.serviceRegions = buildUnnamed3037();
o.skuId = 'foo';
}
buildCounterSku--;
@@ -828,12 +828,12 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3028(o.pricingInfo!);
+ checkUnnamed3036(o.pricingInfo!);
unittest.expect(
o.serviceProviderName!,
unittest.equals('foo'),
);
- checkUnnamed3029(o.serviceRegions!);
+ checkUnnamed3037(o.serviceRegions!);
unittest.expect(
o.skuId!,
unittest.equals('foo'),
@@ -842,14 +842,14 @@
buildCounterSku--;
}
-core.List<core.String> buildUnnamed3030() {
+core.List<core.String> buildUnnamed3038() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3030(core.List<core.String> o) {
+void checkUnnamed3038(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -866,7 +866,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed3030();
+ o.permissions = buildUnnamed3038();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -875,19 +875,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed3030(o.permissions!);
+ checkUnnamed3038(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed3031() {
+core.List<core.String> buildUnnamed3039() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3031(core.List<core.String> o) {
+void checkUnnamed3039(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -904,7 +904,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed3031();
+ o.permissions = buildUnnamed3039();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -913,7 +913,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed3031(o.permissions!);
+ checkUnnamed3039(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/cloudbuild/v1_test.dart b/generated/googleapis/test/cloudbuild/v1_test.dart
index 4bcc6fa..de9c31e 100644
--- a/generated/googleapis/test/cloudbuild/v1_test.dart
+++ b/generated/googleapis/test/cloudbuild/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed2082() {
+core.List<core.String> buildUnnamed2081() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2082(core.List<core.String> o) {
+void checkUnnamed2081(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -52,7 +52,7 @@
buildCounterArtifactObjects++;
if (buildCounterArtifactObjects < 3) {
o.location = 'foo';
- o.paths = buildUnnamed2082();
+ o.paths = buildUnnamed2081();
o.timing = buildTimeSpan();
}
buildCounterArtifactObjects--;
@@ -66,20 +66,20 @@
o.location!,
unittest.equals('foo'),
);
- checkUnnamed2082(o.paths!);
+ checkUnnamed2081(o.paths!);
checkTimeSpan(o.timing! as api.TimeSpan);
}
buildCounterArtifactObjects--;
}
-core.List<api.FileHashes> buildUnnamed2083() {
+core.List<api.FileHashes> buildUnnamed2082() {
var o = <api.FileHashes>[];
o.add(buildFileHashes());
o.add(buildFileHashes());
return o;
}
-void checkUnnamed2083(core.List<api.FileHashes> o) {
+void checkUnnamed2082(core.List<api.FileHashes> o) {
unittest.expect(o, unittest.hasLength(2));
checkFileHashes(o[0] as api.FileHashes);
checkFileHashes(o[1] as api.FileHashes);
@@ -90,7 +90,7 @@
var o = api.ArtifactResult();
buildCounterArtifactResult++;
if (buildCounterArtifactResult < 3) {
- o.fileHash = buildUnnamed2083();
+ o.fileHash = buildUnnamed2082();
o.location = 'foo';
}
buildCounterArtifactResult--;
@@ -100,7 +100,7 @@
void checkArtifactResult(api.ArtifactResult o) {
buildCounterArtifactResult++;
if (buildCounterArtifactResult < 3) {
- checkUnnamed2083(o.fileHash!);
+ checkUnnamed2082(o.fileHash!);
unittest.expect(
o.location!,
unittest.equals('foo'),
@@ -109,6 +109,46 @@
buildCounterArtifactResult--;
}
+core.List<core.String> buildUnnamed2083() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2083(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'),
+ );
+}
+
+core.int buildCounterArtifacts = 0;
+api.Artifacts buildArtifacts() {
+ var o = api.Artifacts();
+ buildCounterArtifacts++;
+ if (buildCounterArtifacts < 3) {
+ o.images = buildUnnamed2083();
+ o.objects = buildArtifactObjects();
+ }
+ buildCounterArtifacts--;
+ return o;
+}
+
+void checkArtifacts(api.Artifacts o) {
+ buildCounterArtifacts++;
+ if (buildCounterArtifacts < 3) {
+ checkUnnamed2083(o.images!);
+ checkArtifactObjects(o.objects! as api.ArtifactObjects);
+ }
+ buildCounterArtifacts--;
+}
+
core.List<core.String> buildUnnamed2084() {
var o = <core.String>[];
o.add('foo');
@@ -128,80 +168,40 @@
);
}
-core.int buildCounterArtifacts = 0;
-api.Artifacts buildArtifacts() {
- var o = api.Artifacts();
- buildCounterArtifacts++;
- if (buildCounterArtifacts < 3) {
- o.images = buildUnnamed2084();
- o.objects = buildArtifactObjects();
- }
- buildCounterArtifacts--;
- return o;
-}
-
-void checkArtifacts(api.Artifacts o) {
- buildCounterArtifacts++;
- if (buildCounterArtifacts < 3) {
- checkUnnamed2084(o.images!);
- checkArtifactObjects(o.objects! as api.ArtifactObjects);
- }
- buildCounterArtifacts--;
-}
-
-core.List<core.String> buildUnnamed2085() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2085(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'),
- );
-}
-
-core.List<api.Secret> buildUnnamed2086() {
+core.List<api.Secret> buildUnnamed2085() {
var o = <api.Secret>[];
o.add(buildSecret());
o.add(buildSecret());
return o;
}
-void checkUnnamed2086(core.List<api.Secret> o) {
+void checkUnnamed2085(core.List<api.Secret> o) {
unittest.expect(o, unittest.hasLength(2));
checkSecret(o[0] as api.Secret);
checkSecret(o[1] as api.Secret);
}
-core.List<api.BuildStep> buildUnnamed2087() {
+core.List<api.BuildStep> buildUnnamed2086() {
var o = <api.BuildStep>[];
o.add(buildBuildStep());
o.add(buildBuildStep());
return o;
}
-void checkUnnamed2087(core.List<api.BuildStep> o) {
+void checkUnnamed2086(core.List<api.BuildStep> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuildStep(o[0] as api.BuildStep);
checkBuildStep(o[1] as api.BuildStep);
}
-core.Map<core.String, core.String> buildUnnamed2088() {
+core.Map<core.String, core.String> buildUnnamed2087() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2088(core.Map<core.String, core.String> o) {
+void checkUnnamed2087(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -213,14 +213,14 @@
);
}
-core.List<core.String> buildUnnamed2089() {
+core.List<core.String> buildUnnamed2088() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2089(core.List<core.String> o) {
+void checkUnnamed2088(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -232,27 +232,27 @@
);
}
-core.Map<core.String, api.TimeSpan> buildUnnamed2090() {
+core.Map<core.String, api.TimeSpan> buildUnnamed2089() {
var o = <core.String, api.TimeSpan>{};
o['x'] = buildTimeSpan();
o['y'] = buildTimeSpan();
return o;
}
-void checkUnnamed2090(core.Map<core.String, api.TimeSpan> o) {
+void checkUnnamed2089(core.Map<core.String, api.TimeSpan> o) {
unittest.expect(o, unittest.hasLength(2));
checkTimeSpan(o['x']! as api.TimeSpan);
checkTimeSpan(o['y']! as api.TimeSpan);
}
-core.List<api.Warning> buildUnnamed2091() {
+core.List<api.Warning> buildUnnamed2090() {
var o = <api.Warning>[];
o.add(buildWarning());
o.add(buildWarning());
return o;
}
-void checkUnnamed2091(core.List<api.Warning> o) {
+void checkUnnamed2090(core.List<api.Warning> o) {
unittest.expect(o, unittest.hasLength(2));
checkWarning(o[0] as api.Warning);
checkWarning(o[1] as api.Warning);
@@ -269,7 +269,7 @@
o.createTime = 'foo';
o.finishTime = 'foo';
o.id = 'foo';
- o.images = buildUnnamed2085();
+ o.images = buildUnnamed2084();
o.logUrl = 'foo';
o.logsBucket = 'foo';
o.name = 'foo';
@@ -277,19 +277,19 @@
o.projectId = 'foo';
o.queueTtl = 'foo';
o.results = buildResults();
- o.secrets = buildUnnamed2086();
+ o.secrets = buildUnnamed2085();
o.serviceAccount = 'foo';
o.source = buildSource();
o.sourceProvenance = buildSourceProvenance();
o.startTime = 'foo';
o.status = 'foo';
o.statusDetail = 'foo';
- o.steps = buildUnnamed2087();
- o.substitutions = buildUnnamed2088();
- o.tags = buildUnnamed2089();
+ o.steps = buildUnnamed2086();
+ o.substitutions = buildUnnamed2087();
+ o.tags = buildUnnamed2088();
o.timeout = 'foo';
- o.timing = buildUnnamed2090();
- o.warnings = buildUnnamed2091();
+ o.timing = buildUnnamed2089();
+ o.warnings = buildUnnamed2090();
}
buildCounterBuild--;
return o;
@@ -316,7 +316,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed2085(o.images!);
+ checkUnnamed2084(o.images!);
unittest.expect(
o.logUrl!,
unittest.equals('foo'),
@@ -339,7 +339,7 @@
unittest.equals('foo'),
);
checkResults(o.results! as api.Results);
- checkUnnamed2086(o.secrets!);
+ checkUnnamed2085(o.secrets!);
unittest.expect(
o.serviceAccount!,
unittest.equals('foo'),
@@ -358,15 +358,15 @@
o.statusDetail!,
unittest.equals('foo'),
);
- checkUnnamed2087(o.steps!);
- checkUnnamed2088(o.substitutions!);
- checkUnnamed2089(o.tags!);
+ checkUnnamed2086(o.steps!);
+ checkUnnamed2087(o.substitutions!);
+ checkUnnamed2088(o.tags!);
unittest.expect(
o.timeout!,
unittest.equals('foo'),
);
- checkUnnamed2090(o.timing!);
- checkUnnamed2091(o.warnings!);
+ checkUnnamed2089(o.timing!);
+ checkUnnamed2090(o.warnings!);
}
buildCounterBuild--;
}
@@ -390,6 +390,25 @@
buildCounterBuildOperationMetadata--;
}
+core.List<core.String> buildUnnamed2091() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2091(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'),
+ );
+}
+
core.List<core.String> buildUnnamed2092() {
var o = <core.String>[];
o.add('foo');
@@ -428,33 +447,14 @@
);
}
-core.List<core.String> buildUnnamed2094() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2094(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'),
- );
-}
-
-core.List<api.Volume> buildUnnamed2095() {
+core.List<api.Volume> buildUnnamed2094() {
var o = <api.Volume>[];
o.add(buildVolume());
o.add(buildVolume());
return o;
}
-void checkUnnamed2095(core.List<api.Volume> o) {
+void checkUnnamed2094(core.List<api.Volume> o) {
unittest.expect(o, unittest.hasLength(2));
checkVolume(o[0] as api.Volume);
checkVolume(o[1] as api.Volume);
@@ -467,15 +467,16 @@
if (buildCounterBuildOptions < 3) {
o.diskSizeGb = 'foo';
o.dynamicSubstitutions = true;
- o.env = buildUnnamed2092();
+ o.env = buildUnnamed2091();
o.logStreamingOption = 'foo';
o.logging = 'foo';
o.machineType = 'foo';
+ o.pool = buildPoolOption();
o.requestedVerifyOption = 'foo';
- o.secretEnv = buildUnnamed2093();
- o.sourceProvenanceHash = buildUnnamed2094();
+ o.secretEnv = buildUnnamed2092();
+ o.sourceProvenanceHash = buildUnnamed2093();
o.substitutionOption = 'foo';
- o.volumes = buildUnnamed2095();
+ o.volumes = buildUnnamed2094();
o.workerPool = 'foo';
}
buildCounterBuildOptions--;
@@ -490,7 +491,7 @@
unittest.equals('foo'),
);
unittest.expect(o.dynamicSubstitutions!, unittest.isTrue);
- checkUnnamed2092(o.env!);
+ checkUnnamed2091(o.env!);
unittest.expect(
o.logStreamingOption!,
unittest.equals('foo'),
@@ -503,17 +504,18 @@
o.machineType!,
unittest.equals('foo'),
);
+ checkPoolOption(o.pool! as api.PoolOption);
unittest.expect(
o.requestedVerifyOption!,
unittest.equals('foo'),
);
- checkUnnamed2093(o.secretEnv!);
- checkUnnamed2094(o.sourceProvenanceHash!);
+ checkUnnamed2092(o.secretEnv!);
+ checkUnnamed2093(o.sourceProvenanceHash!);
unittest.expect(
o.substitutionOption!,
unittest.equals('foo'),
);
- checkUnnamed2095(o.volumes!);
+ checkUnnamed2094(o.volumes!);
unittest.expect(
o.workerPool!,
unittest.equals('foo'),
@@ -522,6 +524,25 @@
buildCounterBuildOptions--;
}
+core.List<core.String> buildUnnamed2095() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2095(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'),
+ );
+}
+
core.List<core.String> buildUnnamed2096() {
var o = <core.String>[];
o.add('foo');
@@ -560,14 +581,27 @@
);
}
-core.List<core.String> buildUnnamed2098() {
+core.List<api.Volume> buildUnnamed2098() {
+ var o = <api.Volume>[];
+ o.add(buildVolume());
+ o.add(buildVolume());
+ return o;
+}
+
+void checkUnnamed2098(core.List<api.Volume> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkVolume(o[0] as api.Volume);
+ checkVolume(o[1] as api.Volume);
+}
+
+core.List<core.String> buildUnnamed2099() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2098(core.List<core.String> o) {
+void checkUnnamed2099(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -579,17 +613,65 @@
);
}
-core.List<api.Volume> buildUnnamed2099() {
- var o = <api.Volume>[];
- o.add(buildVolume());
- o.add(buildVolume());
+core.int buildCounterBuildStep = 0;
+api.BuildStep buildBuildStep() {
+ var o = api.BuildStep();
+ buildCounterBuildStep++;
+ if (buildCounterBuildStep < 3) {
+ o.args = buildUnnamed2095();
+ o.dir = 'foo';
+ o.entrypoint = 'foo';
+ o.env = buildUnnamed2096();
+ o.id = 'foo';
+ o.name = 'foo';
+ o.pullTiming = buildTimeSpan();
+ o.secretEnv = buildUnnamed2097();
+ o.status = 'foo';
+ o.timeout = 'foo';
+ o.timing = buildTimeSpan();
+ o.volumes = buildUnnamed2098();
+ o.waitFor = buildUnnamed2099();
+ }
+ buildCounterBuildStep--;
return o;
}
-void checkUnnamed2099(core.List<api.Volume> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkVolume(o[0] as api.Volume);
- checkVolume(o[1] as api.Volume);
+void checkBuildStep(api.BuildStep o) {
+ buildCounterBuildStep++;
+ if (buildCounterBuildStep < 3) {
+ checkUnnamed2095(o.args!);
+ unittest.expect(
+ o.dir!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.entrypoint!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2096(o.env!);
+ unittest.expect(
+ o.id!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ checkTimeSpan(o.pullTiming! as api.TimeSpan);
+ checkUnnamed2097(o.secretEnv!);
+ unittest.expect(
+ o.status!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.timeout!,
+ unittest.equals('foo'),
+ );
+ checkTimeSpan(o.timing! as api.TimeSpan);
+ checkUnnamed2098(o.volumes!);
+ checkUnnamed2099(o.waitFor!);
+ }
+ buildCounterBuildStep--;
}
core.List<core.String> buildUnnamed2100() {
@@ -611,67 +693,6 @@
);
}
-core.int buildCounterBuildStep = 0;
-api.BuildStep buildBuildStep() {
- var o = api.BuildStep();
- buildCounterBuildStep++;
- if (buildCounterBuildStep < 3) {
- o.args = buildUnnamed2096();
- o.dir = 'foo';
- o.entrypoint = 'foo';
- o.env = buildUnnamed2097();
- o.id = 'foo';
- o.name = 'foo';
- o.pullTiming = buildTimeSpan();
- o.secretEnv = buildUnnamed2098();
- o.status = 'foo';
- o.timeout = 'foo';
- o.timing = buildTimeSpan();
- o.volumes = buildUnnamed2099();
- o.waitFor = buildUnnamed2100();
- }
- buildCounterBuildStep--;
- return o;
-}
-
-void checkBuildStep(api.BuildStep o) {
- buildCounterBuildStep++;
- if (buildCounterBuildStep < 3) {
- checkUnnamed2096(o.args!);
- unittest.expect(
- o.dir!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.entrypoint!,
- unittest.equals('foo'),
- );
- checkUnnamed2097(o.env!);
- unittest.expect(
- o.id!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.name!,
- unittest.equals('foo'),
- );
- checkTimeSpan(o.pullTiming! as api.TimeSpan);
- checkUnnamed2098(o.secretEnv!);
- unittest.expect(
- o.status!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.timeout!,
- unittest.equals('foo'),
- );
- checkTimeSpan(o.timing! as api.TimeSpan);
- checkUnnamed2099(o.volumes!);
- checkUnnamed2100(o.waitFor!);
- }
- buildCounterBuildStep--;
-}
-
core.List<core.String> buildUnnamed2101() {
var o = <core.String>[];
o.add('foo');
@@ -691,33 +712,14 @@
);
}
-core.List<core.String> buildUnnamed2102() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2102(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'),
- );
-}
-
-core.Map<core.String, core.String> buildUnnamed2103() {
+core.Map<core.String, core.String> buildUnnamed2102() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2103(core.Map<core.String, core.String> o) {
+void checkUnnamed2102(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -729,14 +731,14 @@
);
}
-core.List<core.String> buildUnnamed2104() {
+core.List<core.String> buildUnnamed2103() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2104(core.List<core.String> o) {
+void checkUnnamed2103(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -753,6 +755,7 @@
var o = api.BuildTrigger();
buildCounterBuildTrigger++;
if (buildCounterBuildTrigger < 3) {
+ o.autodetect = true;
o.build = buildBuild();
o.createTime = 'foo';
o.description = 'foo';
@@ -761,13 +764,13 @@
o.filter = 'foo';
o.github = buildGitHubEventsConfig();
o.id = 'foo';
- o.ignoredFiles = buildUnnamed2101();
- o.includedFiles = buildUnnamed2102();
+ o.ignoredFiles = buildUnnamed2100();
+ o.includedFiles = buildUnnamed2101();
o.name = 'foo';
o.pubsubConfig = buildPubsubConfig();
o.resourceName = 'foo';
- o.substitutions = buildUnnamed2103();
- o.tags = buildUnnamed2104();
+ o.substitutions = buildUnnamed2102();
+ o.tags = buildUnnamed2103();
o.triggerTemplate = buildRepoSource();
o.webhookConfig = buildWebhookConfig();
}
@@ -778,6 +781,7 @@
void checkBuildTrigger(api.BuildTrigger o) {
buildCounterBuildTrigger++;
if (buildCounterBuildTrigger < 3) {
+ unittest.expect(o.autodetect!, unittest.isTrue);
checkBuild(o.build! as api.Build);
unittest.expect(
o.createTime!,
@@ -801,8 +805,8 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed2101(o.ignoredFiles!);
- checkUnnamed2102(o.includedFiles!);
+ checkUnnamed2100(o.ignoredFiles!);
+ checkUnnamed2101(o.includedFiles!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -812,8 +816,8 @@
o.resourceName!,
unittest.equals('foo'),
);
- checkUnnamed2103(o.substitutions!);
- checkUnnamed2104(o.tags!);
+ checkUnnamed2102(o.substitutions!);
+ checkUnnamed2103(o.tags!);
checkRepoSource(o.triggerTemplate! as api.RepoSource);
checkWebhookConfig(o.webhookConfig! as api.WebhookConfig);
}
@@ -896,6 +900,72 @@
buildCounterCancelOperationRequest--;
}
+core.int buildCounterCreateWorkerPoolOperationMetadata = 0;
+api.CreateWorkerPoolOperationMetadata buildCreateWorkerPoolOperationMetadata() {
+ var o = api.CreateWorkerPoolOperationMetadata();
+ buildCounterCreateWorkerPoolOperationMetadata++;
+ if (buildCounterCreateWorkerPoolOperationMetadata < 3) {
+ o.completeTime = 'foo';
+ o.createTime = 'foo';
+ o.workerPool = 'foo';
+ }
+ buildCounterCreateWorkerPoolOperationMetadata--;
+ return o;
+}
+
+void checkCreateWorkerPoolOperationMetadata(
+ api.CreateWorkerPoolOperationMetadata o) {
+ buildCounterCreateWorkerPoolOperationMetadata++;
+ if (buildCounterCreateWorkerPoolOperationMetadata < 3) {
+ unittest.expect(
+ o.completeTime!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.createTime!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.workerPool!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterCreateWorkerPoolOperationMetadata--;
+}
+
+core.int buildCounterDeleteWorkerPoolOperationMetadata = 0;
+api.DeleteWorkerPoolOperationMetadata buildDeleteWorkerPoolOperationMetadata() {
+ var o = api.DeleteWorkerPoolOperationMetadata();
+ buildCounterDeleteWorkerPoolOperationMetadata++;
+ if (buildCounterDeleteWorkerPoolOperationMetadata < 3) {
+ o.completeTime = 'foo';
+ o.createTime = 'foo';
+ o.workerPool = 'foo';
+ }
+ buildCounterDeleteWorkerPoolOperationMetadata--;
+ return o;
+}
+
+void checkDeleteWorkerPoolOperationMetadata(
+ api.DeleteWorkerPoolOperationMetadata o) {
+ buildCounterDeleteWorkerPoolOperationMetadata++;
+ if (buildCounterDeleteWorkerPoolOperationMetadata < 3) {
+ unittest.expect(
+ o.completeTime!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.createTime!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.workerPool!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterDeleteWorkerPoolOperationMetadata--;
+}
+
core.int buildCounterEmpty = 0;
api.Empty buildEmpty() {
var o = api.Empty();
@@ -911,14 +981,14 @@
buildCounterEmpty--;
}
-core.List<api.Hash> buildUnnamed2105() {
+core.List<api.Hash> buildUnnamed2104() {
var o = <api.Hash>[];
o.add(buildHash());
o.add(buildHash());
return o;
}
-void checkUnnamed2105(core.List<api.Hash> o) {
+void checkUnnamed2104(core.List<api.Hash> o) {
unittest.expect(o, unittest.hasLength(2));
checkHash(o[0] as api.Hash);
checkHash(o[1] as api.Hash);
@@ -929,7 +999,7 @@
var o = api.FileHashes();
buildCounterFileHashes++;
if (buildCounterFileHashes < 3) {
- o.fileHash = buildUnnamed2105();
+ o.fileHash = buildUnnamed2104();
}
buildCounterFileHashes--;
return o;
@@ -938,7 +1008,7 @@
void checkFileHashes(api.FileHashes o) {
buildCounterFileHashes++;
if (buildCounterFileHashes < 3) {
- checkUnnamed2105(o.fileHash!);
+ checkUnnamed2104(o.fileHash!);
}
buildCounterFileHashes--;
}
@@ -1028,7 +1098,7 @@
buildCounterHash--;
}
-core.Map<core.String, core.Object> buildUnnamed2106() {
+core.Map<core.String, core.Object> buildUnnamed2105() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1043,7 +1113,7 @@
return o;
}
-void checkUnnamed2106(core.Map<core.String, core.Object> o) {
+void checkUnnamed2105(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1075,17 +1145,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2107() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2106() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2106());
- o.add(buildUnnamed2106());
+ o.add(buildUnnamed2105());
+ o.add(buildUnnamed2105());
return o;
}
-void checkUnnamed2107(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2106(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2106(o[0]);
- checkUnnamed2106(o[1]);
+ checkUnnamed2105(o[0]);
+ checkUnnamed2105(o[1]);
}
core.int buildCounterHttpBody = 0;
@@ -1095,7 +1165,7 @@
if (buildCounterHttpBody < 3) {
o.contentType = 'foo';
o.data = 'foo';
- o.extensions = buildUnnamed2107();
+ o.extensions = buildUnnamed2106();
}
buildCounterHttpBody--;
return o;
@@ -1112,19 +1182,19 @@
o.data!,
unittest.equals('foo'),
);
- checkUnnamed2107(o.extensions!);
+ checkUnnamed2106(o.extensions!);
}
buildCounterHttpBody--;
}
-core.Map<core.String, core.String> buildUnnamed2108() {
+core.Map<core.String, core.String> buildUnnamed2107() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2108(core.Map<core.String, core.String> o) {
+void checkUnnamed2107(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1141,7 +1211,7 @@
var o = api.InlineSecret();
buildCounterInlineSecret++;
if (buildCounterInlineSecret < 3) {
- o.envMap = buildUnnamed2108();
+ o.envMap = buildUnnamed2107();
o.kmsKeyName = 'foo';
}
buildCounterInlineSecret--;
@@ -1151,7 +1221,7 @@
void checkInlineSecret(api.InlineSecret o) {
buildCounterInlineSecret++;
if (buildCounterInlineSecret < 3) {
- checkUnnamed2108(o.envMap!);
+ checkUnnamed2107(o.envMap!);
unittest.expect(
o.kmsKeyName!,
unittest.equals('foo'),
@@ -1160,14 +1230,14 @@
buildCounterInlineSecret--;
}
-core.List<api.BuildTrigger> buildUnnamed2109() {
+core.List<api.BuildTrigger> buildUnnamed2108() {
var o = <api.BuildTrigger>[];
o.add(buildBuildTrigger());
o.add(buildBuildTrigger());
return o;
}
-void checkUnnamed2109(core.List<api.BuildTrigger> o) {
+void checkUnnamed2108(core.List<api.BuildTrigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuildTrigger(o[0] as api.BuildTrigger);
checkBuildTrigger(o[1] as api.BuildTrigger);
@@ -1179,7 +1249,7 @@
buildCounterListBuildTriggersResponse++;
if (buildCounterListBuildTriggersResponse < 3) {
o.nextPageToken = 'foo';
- o.triggers = buildUnnamed2109();
+ o.triggers = buildUnnamed2108();
}
buildCounterListBuildTriggersResponse--;
return o;
@@ -1192,19 +1262,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2109(o.triggers!);
+ checkUnnamed2108(o.triggers!);
}
buildCounterListBuildTriggersResponse--;
}
-core.List<api.Build> buildUnnamed2110() {
+core.List<api.Build> buildUnnamed2109() {
var o = <api.Build>[];
o.add(buildBuild());
o.add(buildBuild());
return o;
}
-void checkUnnamed2110(core.List<api.Build> o) {
+void checkUnnamed2109(core.List<api.Build> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuild(o[0] as api.Build);
checkBuild(o[1] as api.Build);
@@ -1215,7 +1285,7 @@
var o = api.ListBuildsResponse();
buildCounterListBuildsResponse++;
if (buildCounterListBuildsResponse < 3) {
- o.builds = buildUnnamed2110();
+ o.builds = buildUnnamed2109();
o.nextPageToken = 'foo';
}
buildCounterListBuildsResponse--;
@@ -1225,7 +1295,7 @@
void checkListBuildsResponse(api.ListBuildsResponse o) {
buildCounterListBuildsResponse++;
if (buildCounterListBuildsResponse < 3) {
- checkUnnamed2110(o.builds!);
+ checkUnnamed2109(o.builds!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1234,6 +1304,70 @@
buildCounterListBuildsResponse--;
}
+core.List<api.WorkerPool> buildUnnamed2110() {
+ var o = <api.WorkerPool>[];
+ o.add(buildWorkerPool());
+ o.add(buildWorkerPool());
+ return o;
+}
+
+void checkUnnamed2110(core.List<api.WorkerPool> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkWorkerPool(o[0] as api.WorkerPool);
+ checkWorkerPool(o[1] as api.WorkerPool);
+}
+
+core.int buildCounterListWorkerPoolsResponse = 0;
+api.ListWorkerPoolsResponse buildListWorkerPoolsResponse() {
+ var o = api.ListWorkerPoolsResponse();
+ buildCounterListWorkerPoolsResponse++;
+ if (buildCounterListWorkerPoolsResponse < 3) {
+ o.nextPageToken = 'foo';
+ o.workerPools = buildUnnamed2110();
+ }
+ buildCounterListWorkerPoolsResponse--;
+ return o;
+}
+
+void checkListWorkerPoolsResponse(api.ListWorkerPoolsResponse o) {
+ buildCounterListWorkerPoolsResponse++;
+ if (buildCounterListWorkerPoolsResponse < 3) {
+ unittest.expect(
+ o.nextPageToken!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2110(o.workerPools!);
+ }
+ buildCounterListWorkerPoolsResponse--;
+}
+
+core.int buildCounterNetworkConfig = 0;
+api.NetworkConfig buildNetworkConfig() {
+ var o = api.NetworkConfig();
+ buildCounterNetworkConfig++;
+ if (buildCounterNetworkConfig < 3) {
+ o.egressOption = 'foo';
+ o.peeredNetwork = 'foo';
+ }
+ buildCounterNetworkConfig--;
+ return o;
+}
+
+void checkNetworkConfig(api.NetworkConfig o) {
+ buildCounterNetworkConfig++;
+ if (buildCounterNetworkConfig < 3) {
+ unittest.expect(
+ o.egressOption!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.peeredNetwork!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterNetworkConfig--;
+}
+
core.Map<core.String, core.Object> buildUnnamed2111() {
var o = <core.String, core.Object>{};
o['x'] = {
@@ -1576,6 +1710,49 @@
buildCounterOperation--;
}
+core.int buildCounterPoolOption = 0;
+api.PoolOption buildPoolOption() {
+ var o = api.PoolOption();
+ buildCounterPoolOption++;
+ if (buildCounterPoolOption < 3) {
+ o.name = 'foo';
+ }
+ buildCounterPoolOption--;
+ return o;
+}
+
+void checkPoolOption(api.PoolOption o) {
+ buildCounterPoolOption++;
+ if (buildCounterPoolOption < 3) {
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterPoolOption--;
+}
+
+core.int buildCounterPrivatePoolV1Config = 0;
+api.PrivatePoolV1Config buildPrivatePoolV1Config() {
+ var o = api.PrivatePoolV1Config();
+ buildCounterPrivatePoolV1Config++;
+ if (buildCounterPrivatePoolV1Config < 3) {
+ o.networkConfig = buildNetworkConfig();
+ o.workerConfig = buildWorkerConfig();
+ }
+ buildCounterPrivatePoolV1Config--;
+ return o;
+}
+
+void checkPrivatePoolV1Config(api.PrivatePoolV1Config o) {
+ buildCounterPrivatePoolV1Config++;
+ if (buildCounterPrivatePoolV1Config < 3) {
+ checkNetworkConfig(o.networkConfig! as api.NetworkConfig);
+ checkWorkerConfig(o.workerConfig! as api.WorkerConfig);
+ }
+ buildCounterPrivatePoolV1Config--;
+}
+
core.int buildCounterPubsubConfig = 0;
api.PubsubConfig buildPubsubConfig() {
var o = api.PubsubConfig();
@@ -2342,6 +2519,39 @@
buildCounterTimeSpan--;
}
+core.int buildCounterUpdateWorkerPoolOperationMetadata = 0;
+api.UpdateWorkerPoolOperationMetadata buildUpdateWorkerPoolOperationMetadata() {
+ var o = api.UpdateWorkerPoolOperationMetadata();
+ buildCounterUpdateWorkerPoolOperationMetadata++;
+ if (buildCounterUpdateWorkerPoolOperationMetadata < 3) {
+ o.completeTime = 'foo';
+ o.createTime = 'foo';
+ o.workerPool = 'foo';
+ }
+ buildCounterUpdateWorkerPoolOperationMetadata--;
+ return o;
+}
+
+void checkUpdateWorkerPoolOperationMetadata(
+ api.UpdateWorkerPoolOperationMetadata o) {
+ buildCounterUpdateWorkerPoolOperationMetadata++;
+ if (buildCounterUpdateWorkerPoolOperationMetadata < 3) {
+ unittest.expect(
+ o.completeTime!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.createTime!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.workerPool!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterUpdateWorkerPoolOperationMetadata--;
+}
+
core.int buildCounterVolume = 0;
api.Volume buildVolume() {
var o = api.Volume();
@@ -2423,6 +2633,113 @@
buildCounterWebhookConfig--;
}
+core.int buildCounterWorkerConfig = 0;
+api.WorkerConfig buildWorkerConfig() {
+ var o = api.WorkerConfig();
+ buildCounterWorkerConfig++;
+ if (buildCounterWorkerConfig < 3) {
+ o.diskSizeGb = 'foo';
+ o.machineType = 'foo';
+ }
+ buildCounterWorkerConfig--;
+ return o;
+}
+
+void checkWorkerConfig(api.WorkerConfig o) {
+ buildCounterWorkerConfig++;
+ if (buildCounterWorkerConfig < 3) {
+ unittest.expect(
+ o.diskSizeGb!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.machineType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterWorkerConfig--;
+}
+
+core.Map<core.String, core.String> buildUnnamed2126() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed2126(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
+core.int buildCounterWorkerPool = 0;
+api.WorkerPool buildWorkerPool() {
+ var o = api.WorkerPool();
+ buildCounterWorkerPool++;
+ if (buildCounterWorkerPool < 3) {
+ o.annotations = buildUnnamed2126();
+ o.createTime = 'foo';
+ o.deleteTime = 'foo';
+ o.displayName = 'foo';
+ o.etag = 'foo';
+ o.name = 'foo';
+ o.privatePoolV1Config = buildPrivatePoolV1Config();
+ o.state = 'foo';
+ o.uid = 'foo';
+ o.updateTime = 'foo';
+ }
+ buildCounterWorkerPool--;
+ return o;
+}
+
+void checkWorkerPool(api.WorkerPool o) {
+ buildCounterWorkerPool++;
+ if (buildCounterWorkerPool < 3) {
+ checkUnnamed2126(o.annotations!);
+ unittest.expect(
+ o.createTime!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.deleteTime!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.displayName!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.etag!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ checkPrivatePoolV1Config(o.privatePoolV1Config! as api.PrivatePoolV1Config);
+ unittest.expect(
+ o.state!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.uid!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.updateTime!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterWorkerPool--;
+}
+
void main() {
unittest.group('obj-schema-ArtifactObjects', () {
unittest.test('to-json--from-json', () async {
@@ -2533,6 +2850,28 @@
});
});
+ unittest.group('obj-schema-CreateWorkerPoolOperationMetadata', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildCreateWorkerPoolOperationMetadata();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.CreateWorkerPoolOperationMetadata.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkCreateWorkerPoolOperationMetadata(
+ od as api.CreateWorkerPoolOperationMetadata);
+ });
+ });
+
+ unittest.group('obj-schema-DeleteWorkerPoolOperationMetadata', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildDeleteWorkerPoolOperationMetadata();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.DeleteWorkerPoolOperationMetadata.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkDeleteWorkerPoolOperationMetadata(
+ od as api.DeleteWorkerPoolOperationMetadata);
+ });
+ });
+
unittest.group('obj-schema-Empty', () {
unittest.test('to-json--from-json', () async {
var o = buildEmpty();
@@ -2621,6 +2960,26 @@
});
});
+ unittest.group('obj-schema-ListWorkerPoolsResponse', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildListWorkerPoolsResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.ListWorkerPoolsResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkListWorkerPoolsResponse(od as api.ListWorkerPoolsResponse);
+ });
+ });
+
+ unittest.group('obj-schema-NetworkConfig', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildNetworkConfig();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.NetworkConfig.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkNetworkConfig(od as api.NetworkConfig);
+ });
+ });
+
unittest.group('obj-schema-Notification', () {
unittest.test('to-json--from-json', () async {
var o = buildNotification();
@@ -2691,6 +3050,26 @@
});
});
+ unittest.group('obj-schema-PoolOption', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildPoolOption();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od =
+ api.PoolOption.fromJson(oJson as core.Map<core.String, core.dynamic>);
+ checkPoolOption(od as api.PoolOption);
+ });
+ });
+
+ unittest.group('obj-schema-PrivatePoolV1Config', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildPrivatePoolV1Config();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.PrivatePoolV1Config.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkPrivatePoolV1Config(od as api.PrivatePoolV1Config);
+ });
+ });
+
unittest.group('obj-schema-PubsubConfig', () {
unittest.test('to-json--from-json', () async {
var o = buildPubsubConfig();
@@ -2882,6 +3261,17 @@
});
});
+ unittest.group('obj-schema-UpdateWorkerPoolOperationMetadata', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildUpdateWorkerPoolOperationMetadata();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.UpdateWorkerPoolOperationMetadata.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkUpdateWorkerPoolOperationMetadata(
+ od as api.UpdateWorkerPoolOperationMetadata);
+ });
+ });
+
unittest.group('obj-schema-Volume', () {
unittest.test('to-json--from-json', () async {
var o = buildVolume();
@@ -2912,6 +3302,26 @@
});
});
+ unittest.group('obj-schema-WorkerConfig', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildWorkerConfig();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.WorkerConfig.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkWorkerConfig(od as api.WorkerConfig);
+ });
+ });
+
+ unittest.group('obj-schema-WorkerPool', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildWorkerPool();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od =
+ api.WorkerPool.fromJson(oJson as core.Map<core.String, core.dynamic>);
+ checkWorkerPool(od as api.WorkerPool);
+ });
+ });
+
unittest.group('resource-OperationsResource', () {
unittest.test('method--cancel', () async {
var mock = HttpServerMock();
@@ -4346,6 +4756,336 @@
});
});
+ unittest.group('resource-ProjectsLocationsWorkerPoolsResource', () {
+ unittest.test('method--create', () async {
+ var mock = HttpServerMock();
+ var res = api.CloudBuildApi(mock).projects.locations.workerPools;
+ var arg_request = buildWorkerPool();
+ var arg_parent = 'foo';
+ var arg_validateOnly = true;
+ var arg_workerPoolId = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.WorkerPool.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkWorkerPool(obj as api.WorkerPool);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["validateOnly"]!.first,
+ unittest.equals("$arg_validateOnly"),
+ );
+ unittest.expect(
+ queryMap["workerPoolId"]!.first,
+ unittest.equals(arg_workerPoolId),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildOperation());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.create(arg_request, arg_parent,
+ validateOnly: arg_validateOnly,
+ workerPoolId: arg_workerPoolId,
+ $fields: arg_$fields);
+ checkOperation(response as api.Operation);
+ });
+
+ unittest.test('method--delete', () async {
+ var mock = HttpServerMock();
+ var res = api.CloudBuildApi(mock).projects.locations.workerPools;
+ var arg_name = 'foo';
+ var arg_allowMissing = true;
+ var arg_etag = 'foo';
+ var arg_validateOnly = true;
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["allowMissing"]!.first,
+ unittest.equals("$arg_allowMissing"),
+ );
+ unittest.expect(
+ queryMap["etag"]!.first,
+ unittest.equals(arg_etag),
+ );
+ unittest.expect(
+ queryMap["validateOnly"]!.first,
+ unittest.equals("$arg_validateOnly"),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildOperation());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.delete(arg_name,
+ allowMissing: arg_allowMissing,
+ etag: arg_etag,
+ validateOnly: arg_validateOnly,
+ $fields: arg_$fields);
+ checkOperation(response as api.Operation);
+ });
+
+ unittest.test('method--get', () async {
+ var mock = HttpServerMock();
+ var res = api.CloudBuildApi(mock).projects.locations.workerPools;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildWorkerPool());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.get(arg_name, $fields: arg_$fields);
+ checkWorkerPool(response as api.WorkerPool);
+ });
+
+ unittest.test('method--list', () async {
+ var mock = HttpServerMock();
+ var res = api.CloudBuildApi(mock).projects.locations.workerPools;
+ var arg_parent = 'foo';
+ var arg_pageSize = 42;
+ var arg_pageToken = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ core.int.parse(queryMap["pageSize"]!.first),
+ unittest.equals(arg_pageSize),
+ );
+ unittest.expect(
+ queryMap["pageToken"]!.first,
+ unittest.equals(arg_pageToken),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildListWorkerPoolsResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.list(arg_parent,
+ pageSize: arg_pageSize,
+ pageToken: arg_pageToken,
+ $fields: arg_$fields);
+ checkListWorkerPoolsResponse(response as api.ListWorkerPoolsResponse);
+ });
+
+ unittest.test('method--patch', () async {
+ var mock = HttpServerMock();
+ var res = api.CloudBuildApi(mock).projects.locations.workerPools;
+ var arg_request = buildWorkerPool();
+ var arg_name = 'foo';
+ var arg_updateMask = 'foo';
+ var arg_validateOnly = true;
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.WorkerPool.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkWorkerPool(obj as api.WorkerPool);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["updateMask"]!.first,
+ unittest.equals(arg_updateMask),
+ );
+ unittest.expect(
+ queryMap["validateOnly"]!.first,
+ unittest.equals("$arg_validateOnly"),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildOperation());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.patch(arg_request, arg_name,
+ updateMask: arg_updateMask,
+ validateOnly: arg_validateOnly,
+ $fields: arg_$fields);
+ checkOperation(response as api.Operation);
+ });
+ });
+
unittest.group('resource-ProjectsTriggersResource', () {
unittest.test('method--create', () async {
var mock = HttpServerMock();
diff --git a/generated/googleapis/test/cloudchannel/v1_test.dart b/generated/googleapis/test/cloudchannel/v1_test.dart
index e522060..a59d448 100644
--- a/generated/googleapis/test/cloudchannel/v1_test.dart
+++ b/generated/googleapis/test/cloudchannel/v1_test.dart
@@ -131,14 +131,14 @@
buildCounterGoogleCloudChannelV1CancelEntitlementRequest--;
}
-core.List<api.GoogleCloudChannelV1Parameter> buildUnnamed3207() {
+core.List<api.GoogleCloudChannelV1Parameter> buildUnnamed3215() {
var o = <api.GoogleCloudChannelV1Parameter>[];
o.add(buildGoogleCloudChannelV1Parameter());
o.add(buildGoogleCloudChannelV1Parameter());
return o;
}
-void checkUnnamed3207(core.List<api.GoogleCloudChannelV1Parameter> o) {
+void checkUnnamed3215(core.List<api.GoogleCloudChannelV1Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Parameter(o[0] as api.GoogleCloudChannelV1Parameter);
checkGoogleCloudChannelV1Parameter(o[1] as api.GoogleCloudChannelV1Parameter);
@@ -151,7 +151,7 @@
buildCounterGoogleCloudChannelV1ChangeOfferRequest++;
if (buildCounterGoogleCloudChannelV1ChangeOfferRequest < 3) {
o.offer = 'foo';
- o.parameters = buildUnnamed3207();
+ o.parameters = buildUnnamed3215();
o.purchaseOrderId = 'foo';
o.requestId = 'foo';
}
@@ -167,7 +167,7 @@
o.offer!,
unittest.equals('foo'),
);
- checkUnnamed3207(o.parameters!);
+ checkUnnamed3215(o.parameters!);
unittest.expect(
o.purchaseOrderId!,
unittest.equals('foo'),
@@ -180,14 +180,14 @@
buildCounterGoogleCloudChannelV1ChangeOfferRequest--;
}
-core.List<api.GoogleCloudChannelV1Parameter> buildUnnamed3208() {
+core.List<api.GoogleCloudChannelV1Parameter> buildUnnamed3216() {
var o = <api.GoogleCloudChannelV1Parameter>[];
o.add(buildGoogleCloudChannelV1Parameter());
o.add(buildGoogleCloudChannelV1Parameter());
return o;
}
-void checkUnnamed3208(core.List<api.GoogleCloudChannelV1Parameter> o) {
+void checkUnnamed3216(core.List<api.GoogleCloudChannelV1Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Parameter(o[0] as api.GoogleCloudChannelV1Parameter);
checkGoogleCloudChannelV1Parameter(o[1] as api.GoogleCloudChannelV1Parameter);
@@ -199,7 +199,7 @@
var o = api.GoogleCloudChannelV1ChangeParametersRequest();
buildCounterGoogleCloudChannelV1ChangeParametersRequest++;
if (buildCounterGoogleCloudChannelV1ChangeParametersRequest < 3) {
- o.parameters = buildUnnamed3208();
+ o.parameters = buildUnnamed3216();
o.purchaseOrderId = 'foo';
o.requestId = 'foo';
}
@@ -211,7 +211,7 @@
api.GoogleCloudChannelV1ChangeParametersRequest o) {
buildCounterGoogleCloudChannelV1ChangeParametersRequest++;
if (buildCounterGoogleCloudChannelV1ChangeParametersRequest < 3) {
- checkUnnamed3208(o.parameters!);
+ checkUnnamed3216(o.parameters!);
unittest.expect(
o.purchaseOrderId!,
unittest.equals('foo'),
@@ -338,14 +338,14 @@
}
core.List<api.GoogleCloudChannelV1CloudIdentityCustomerAccount>
- buildUnnamed3209() {
+ buildUnnamed3217() {
var o = <api.GoogleCloudChannelV1CloudIdentityCustomerAccount>[];
o.add(buildGoogleCloudChannelV1CloudIdentityCustomerAccount());
o.add(buildGoogleCloudChannelV1CloudIdentityCustomerAccount());
return o;
}
-void checkUnnamed3209(
+void checkUnnamed3217(
core.List<api.GoogleCloudChannelV1CloudIdentityCustomerAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1CloudIdentityCustomerAccount(
@@ -362,7 +362,7 @@
buildCounterGoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse++;
if (buildCounterGoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse <
3) {
- o.cloudIdentityAccounts = buildUnnamed3209();
+ o.cloudIdentityAccounts = buildUnnamed3217();
}
buildCounterGoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse--;
return o;
@@ -373,7 +373,7 @@
buildCounterGoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse++;
if (buildCounterGoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse <
3) {
- checkUnnamed3209(o.cloudIdentityAccounts!);
+ checkUnnamed3217(o.cloudIdentityAccounts!);
}
buildCounterGoogleCloudChannelV1CheckCloudIdentityAccountsExistResponse--;
}
@@ -664,14 +664,14 @@
buildCounterGoogleCloudChannelV1Customer--;
}
-core.List<core.String> buildUnnamed3210() {
+core.List<core.String> buildUnnamed3218() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3210(core.List<core.String> o) {
+void checkUnnamed3218(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -683,14 +683,14 @@
);
}
-core.List<core.String> buildUnnamed3211() {
+core.List<core.String> buildUnnamed3219() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3211(core.List<core.String> o) {
+void checkUnnamed3219(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -702,14 +702,14 @@
);
}
-core.List<core.String> buildUnnamed3212() {
+core.List<core.String> buildUnnamed3220() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3212(core.List<core.String> o) {
+void checkUnnamed3220(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -727,9 +727,9 @@
var o = api.GoogleCloudChannelV1CustomerConstraints();
buildCounterGoogleCloudChannelV1CustomerConstraints++;
if (buildCounterGoogleCloudChannelV1CustomerConstraints < 3) {
- o.allowedCustomerTypes = buildUnnamed3210();
- o.allowedRegions = buildUnnamed3211();
- o.promotionalOrderTypes = buildUnnamed3212();
+ o.allowedCustomerTypes = buildUnnamed3218();
+ o.allowedRegions = buildUnnamed3219();
+ o.promotionalOrderTypes = buildUnnamed3220();
}
buildCounterGoogleCloudChannelV1CustomerConstraints--;
return o;
@@ -739,9 +739,9 @@
api.GoogleCloudChannelV1CustomerConstraints o) {
buildCounterGoogleCloudChannelV1CustomerConstraints++;
if (buildCounterGoogleCloudChannelV1CustomerConstraints < 3) {
- checkUnnamed3210(o.allowedCustomerTypes!);
- checkUnnamed3211(o.allowedRegions!);
- checkUnnamed3212(o.promotionalOrderTypes!);
+ checkUnnamed3218(o.allowedCustomerTypes!);
+ checkUnnamed3219(o.allowedRegions!);
+ checkUnnamed3220(o.promotionalOrderTypes!);
}
buildCounterGoogleCloudChannelV1CustomerConstraints--;
}
@@ -806,27 +806,27 @@
buildCounterGoogleCloudChannelV1EduData--;
}
-core.List<api.GoogleCloudChannelV1Parameter> buildUnnamed3213() {
+core.List<api.GoogleCloudChannelV1Parameter> buildUnnamed3221() {
var o = <api.GoogleCloudChannelV1Parameter>[];
o.add(buildGoogleCloudChannelV1Parameter());
o.add(buildGoogleCloudChannelV1Parameter());
return o;
}
-void checkUnnamed3213(core.List<api.GoogleCloudChannelV1Parameter> o) {
+void checkUnnamed3221(core.List<api.GoogleCloudChannelV1Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Parameter(o[0] as api.GoogleCloudChannelV1Parameter);
checkGoogleCloudChannelV1Parameter(o[1] as api.GoogleCloudChannelV1Parameter);
}
-core.List<core.String> buildUnnamed3214() {
+core.List<core.String> buildUnnamed3222() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3214(core.List<core.String> o) {
+void checkUnnamed3222(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -848,11 +848,11 @@
o.createTime = 'foo';
o.name = 'foo';
o.offer = 'foo';
- o.parameters = buildUnnamed3213();
+ o.parameters = buildUnnamed3221();
o.provisionedService = buildGoogleCloudChannelV1ProvisionedService();
o.provisioningState = 'foo';
o.purchaseOrderId = 'foo';
- o.suspensionReasons = buildUnnamed3214();
+ o.suspensionReasons = buildUnnamed3222();
o.trialSettings = buildGoogleCloudChannelV1TrialSettings();
o.updateTime = 'foo';
}
@@ -880,7 +880,7 @@
o.offer!,
unittest.equals('foo'),
);
- checkUnnamed3213(o.parameters!);
+ checkUnnamed3221(o.parameters!);
checkGoogleCloudChannelV1ProvisionedService(
o.provisionedService! as api.GoogleCloudChannelV1ProvisionedService);
unittest.expect(
@@ -891,7 +891,7 @@
o.purchaseOrderId!,
unittest.equals('foo'),
);
- checkUnnamed3214(o.suspensionReasons!);
+ checkUnnamed3222(o.suspensionReasons!);
checkGoogleCloudChannelV1TrialSettings(
o.trialSettings! as api.GoogleCloudChannelV1TrialSettings);
unittest.expect(
@@ -931,14 +931,14 @@
buildCounterGoogleCloudChannelV1EntitlementEvent--;
}
-core.List<api.GoogleCloudChannelV1ChannelPartnerLink> buildUnnamed3215() {
+core.List<api.GoogleCloudChannelV1ChannelPartnerLink> buildUnnamed3223() {
var o = <api.GoogleCloudChannelV1ChannelPartnerLink>[];
o.add(buildGoogleCloudChannelV1ChannelPartnerLink());
o.add(buildGoogleCloudChannelV1ChannelPartnerLink());
return o;
}
-void checkUnnamed3215(core.List<api.GoogleCloudChannelV1ChannelPartnerLink> o) {
+void checkUnnamed3223(core.List<api.GoogleCloudChannelV1ChannelPartnerLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1ChannelPartnerLink(
o[0] as api.GoogleCloudChannelV1ChannelPartnerLink);
@@ -952,7 +952,7 @@
var o = api.GoogleCloudChannelV1ListChannelPartnerLinksResponse();
buildCounterGoogleCloudChannelV1ListChannelPartnerLinksResponse++;
if (buildCounterGoogleCloudChannelV1ListChannelPartnerLinksResponse < 3) {
- o.channelPartnerLinks = buildUnnamed3215();
+ o.channelPartnerLinks = buildUnnamed3223();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudChannelV1ListChannelPartnerLinksResponse--;
@@ -963,7 +963,7 @@
api.GoogleCloudChannelV1ListChannelPartnerLinksResponse o) {
buildCounterGoogleCloudChannelV1ListChannelPartnerLinksResponse++;
if (buildCounterGoogleCloudChannelV1ListChannelPartnerLinksResponse < 3) {
- checkUnnamed3215(o.channelPartnerLinks!);
+ checkUnnamed3223(o.channelPartnerLinks!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -972,14 +972,14 @@
buildCounterGoogleCloudChannelV1ListChannelPartnerLinksResponse--;
}
-core.List<api.GoogleCloudChannelV1Customer> buildUnnamed3216() {
+core.List<api.GoogleCloudChannelV1Customer> buildUnnamed3224() {
var o = <api.GoogleCloudChannelV1Customer>[];
o.add(buildGoogleCloudChannelV1Customer());
o.add(buildGoogleCloudChannelV1Customer());
return o;
}
-void checkUnnamed3216(core.List<api.GoogleCloudChannelV1Customer> o) {
+void checkUnnamed3224(core.List<api.GoogleCloudChannelV1Customer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Customer(o[0] as api.GoogleCloudChannelV1Customer);
checkGoogleCloudChannelV1Customer(o[1] as api.GoogleCloudChannelV1Customer);
@@ -991,7 +991,7 @@
var o = api.GoogleCloudChannelV1ListCustomersResponse();
buildCounterGoogleCloudChannelV1ListCustomersResponse++;
if (buildCounterGoogleCloudChannelV1ListCustomersResponse < 3) {
- o.customers = buildUnnamed3216();
+ o.customers = buildUnnamed3224();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudChannelV1ListCustomersResponse--;
@@ -1002,7 +1002,7 @@
api.GoogleCloudChannelV1ListCustomersResponse o) {
buildCounterGoogleCloudChannelV1ListCustomersResponse++;
if (buildCounterGoogleCloudChannelV1ListCustomersResponse < 3) {
- checkUnnamed3216(o.customers!);
+ checkUnnamed3224(o.customers!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1011,14 +1011,14 @@
buildCounterGoogleCloudChannelV1ListCustomersResponse--;
}
-core.List<api.GoogleCloudChannelV1Entitlement> buildUnnamed3217() {
+core.List<api.GoogleCloudChannelV1Entitlement> buildUnnamed3225() {
var o = <api.GoogleCloudChannelV1Entitlement>[];
o.add(buildGoogleCloudChannelV1Entitlement());
o.add(buildGoogleCloudChannelV1Entitlement());
return o;
}
-void checkUnnamed3217(core.List<api.GoogleCloudChannelV1Entitlement> o) {
+void checkUnnamed3225(core.List<api.GoogleCloudChannelV1Entitlement> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Entitlement(
o[0] as api.GoogleCloudChannelV1Entitlement);
@@ -1032,7 +1032,7 @@
var o = api.GoogleCloudChannelV1ListEntitlementsResponse();
buildCounterGoogleCloudChannelV1ListEntitlementsResponse++;
if (buildCounterGoogleCloudChannelV1ListEntitlementsResponse < 3) {
- o.entitlements = buildUnnamed3217();
+ o.entitlements = buildUnnamed3225();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudChannelV1ListEntitlementsResponse--;
@@ -1043,7 +1043,7 @@
api.GoogleCloudChannelV1ListEntitlementsResponse o) {
buildCounterGoogleCloudChannelV1ListEntitlementsResponse++;
if (buildCounterGoogleCloudChannelV1ListEntitlementsResponse < 3) {
- checkUnnamed3217(o.entitlements!);
+ checkUnnamed3225(o.entitlements!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1052,14 +1052,14 @@
buildCounterGoogleCloudChannelV1ListEntitlementsResponse--;
}
-core.List<api.GoogleCloudChannelV1Offer> buildUnnamed3218() {
+core.List<api.GoogleCloudChannelV1Offer> buildUnnamed3226() {
var o = <api.GoogleCloudChannelV1Offer>[];
o.add(buildGoogleCloudChannelV1Offer());
o.add(buildGoogleCloudChannelV1Offer());
return o;
}
-void checkUnnamed3218(core.List<api.GoogleCloudChannelV1Offer> o) {
+void checkUnnamed3226(core.List<api.GoogleCloudChannelV1Offer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Offer(o[0] as api.GoogleCloudChannelV1Offer);
checkGoogleCloudChannelV1Offer(o[1] as api.GoogleCloudChannelV1Offer);
@@ -1072,7 +1072,7 @@
buildCounterGoogleCloudChannelV1ListOffersResponse++;
if (buildCounterGoogleCloudChannelV1ListOffersResponse < 3) {
o.nextPageToken = 'foo';
- o.offers = buildUnnamed3218();
+ o.offers = buildUnnamed3226();
}
buildCounterGoogleCloudChannelV1ListOffersResponse--;
return o;
@@ -1086,19 +1086,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3218(o.offers!);
+ checkUnnamed3226(o.offers!);
}
buildCounterGoogleCloudChannelV1ListOffersResponse--;
}
-core.List<api.GoogleCloudChannelV1Product> buildUnnamed3219() {
+core.List<api.GoogleCloudChannelV1Product> buildUnnamed3227() {
var o = <api.GoogleCloudChannelV1Product>[];
o.add(buildGoogleCloudChannelV1Product());
o.add(buildGoogleCloudChannelV1Product());
return o;
}
-void checkUnnamed3219(core.List<api.GoogleCloudChannelV1Product> o) {
+void checkUnnamed3227(core.List<api.GoogleCloudChannelV1Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Product(o[0] as api.GoogleCloudChannelV1Product);
checkGoogleCloudChannelV1Product(o[1] as api.GoogleCloudChannelV1Product);
@@ -1111,7 +1111,7 @@
buildCounterGoogleCloudChannelV1ListProductsResponse++;
if (buildCounterGoogleCloudChannelV1ListProductsResponse < 3) {
o.nextPageToken = 'foo';
- o.products = buildUnnamed3219();
+ o.products = buildUnnamed3227();
}
buildCounterGoogleCloudChannelV1ListProductsResponse--;
return o;
@@ -1125,19 +1125,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3219(o.products!);
+ checkUnnamed3227(o.products!);
}
buildCounterGoogleCloudChannelV1ListProductsResponse--;
}
-core.List<api.GoogleCloudChannelV1PurchasableOffer> buildUnnamed3220() {
+core.List<api.GoogleCloudChannelV1PurchasableOffer> buildUnnamed3228() {
var o = <api.GoogleCloudChannelV1PurchasableOffer>[];
o.add(buildGoogleCloudChannelV1PurchasableOffer());
o.add(buildGoogleCloudChannelV1PurchasableOffer());
return o;
}
-void checkUnnamed3220(core.List<api.GoogleCloudChannelV1PurchasableOffer> o) {
+void checkUnnamed3228(core.List<api.GoogleCloudChannelV1PurchasableOffer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1PurchasableOffer(
o[0] as api.GoogleCloudChannelV1PurchasableOffer);
@@ -1152,7 +1152,7 @@
buildCounterGoogleCloudChannelV1ListPurchasableOffersResponse++;
if (buildCounterGoogleCloudChannelV1ListPurchasableOffersResponse < 3) {
o.nextPageToken = 'foo';
- o.purchasableOffers = buildUnnamed3220();
+ o.purchasableOffers = buildUnnamed3228();
}
buildCounterGoogleCloudChannelV1ListPurchasableOffersResponse--;
return o;
@@ -1166,19 +1166,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3220(o.purchasableOffers!);
+ checkUnnamed3228(o.purchasableOffers!);
}
buildCounterGoogleCloudChannelV1ListPurchasableOffersResponse--;
}
-core.List<api.GoogleCloudChannelV1PurchasableSku> buildUnnamed3221() {
+core.List<api.GoogleCloudChannelV1PurchasableSku> buildUnnamed3229() {
var o = <api.GoogleCloudChannelV1PurchasableSku>[];
o.add(buildGoogleCloudChannelV1PurchasableSku());
o.add(buildGoogleCloudChannelV1PurchasableSku());
return o;
}
-void checkUnnamed3221(core.List<api.GoogleCloudChannelV1PurchasableSku> o) {
+void checkUnnamed3229(core.List<api.GoogleCloudChannelV1PurchasableSku> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1PurchasableSku(
o[0] as api.GoogleCloudChannelV1PurchasableSku);
@@ -1193,7 +1193,7 @@
buildCounterGoogleCloudChannelV1ListPurchasableSkusResponse++;
if (buildCounterGoogleCloudChannelV1ListPurchasableSkusResponse < 3) {
o.nextPageToken = 'foo';
- o.purchasableSkus = buildUnnamed3221();
+ o.purchasableSkus = buildUnnamed3229();
}
buildCounterGoogleCloudChannelV1ListPurchasableSkusResponse--;
return o;
@@ -1207,19 +1207,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3221(o.purchasableSkus!);
+ checkUnnamed3229(o.purchasableSkus!);
}
buildCounterGoogleCloudChannelV1ListPurchasableSkusResponse--;
}
-core.List<api.GoogleCloudChannelV1Sku> buildUnnamed3222() {
+core.List<api.GoogleCloudChannelV1Sku> buildUnnamed3230() {
var o = <api.GoogleCloudChannelV1Sku>[];
o.add(buildGoogleCloudChannelV1Sku());
o.add(buildGoogleCloudChannelV1Sku());
return o;
}
-void checkUnnamed3222(core.List<api.GoogleCloudChannelV1Sku> o) {
+void checkUnnamed3230(core.List<api.GoogleCloudChannelV1Sku> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Sku(o[0] as api.GoogleCloudChannelV1Sku);
checkGoogleCloudChannelV1Sku(o[1] as api.GoogleCloudChannelV1Sku);
@@ -1232,7 +1232,7 @@
buildCounterGoogleCloudChannelV1ListSkusResponse++;
if (buildCounterGoogleCloudChannelV1ListSkusResponse < 3) {
o.nextPageToken = 'foo';
- o.skus = buildUnnamed3222();
+ o.skus = buildUnnamed3230();
}
buildCounterGoogleCloudChannelV1ListSkusResponse--;
return o;
@@ -1246,19 +1246,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3222(o.skus!);
+ checkUnnamed3230(o.skus!);
}
buildCounterGoogleCloudChannelV1ListSkusResponse--;
}
-core.List<core.String> buildUnnamed3223() {
+core.List<core.String> buildUnnamed3231() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3223(core.List<core.String> o) {
+void checkUnnamed3231(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1277,7 +1277,7 @@
buildCounterGoogleCloudChannelV1ListSubscribersResponse++;
if (buildCounterGoogleCloudChannelV1ListSubscribersResponse < 3) {
o.nextPageToken = 'foo';
- o.serviceAccounts = buildUnnamed3223();
+ o.serviceAccounts = buildUnnamed3231();
o.topic = 'foo';
}
buildCounterGoogleCloudChannelV1ListSubscribersResponse--;
@@ -1292,7 +1292,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3223(o.serviceAccounts!);
+ checkUnnamed3231(o.serviceAccounts!);
unittest.expect(
o.topic!,
unittest.equals('foo'),
@@ -1350,14 +1350,14 @@
buildCounterGoogleCloudChannelV1ListTransferableOffersRequest--;
}
-core.List<api.GoogleCloudChannelV1TransferableOffer> buildUnnamed3224() {
+core.List<api.GoogleCloudChannelV1TransferableOffer> buildUnnamed3232() {
var o = <api.GoogleCloudChannelV1TransferableOffer>[];
o.add(buildGoogleCloudChannelV1TransferableOffer());
o.add(buildGoogleCloudChannelV1TransferableOffer());
return o;
}
-void checkUnnamed3224(core.List<api.GoogleCloudChannelV1TransferableOffer> o) {
+void checkUnnamed3232(core.List<api.GoogleCloudChannelV1TransferableOffer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1TransferableOffer(
o[0] as api.GoogleCloudChannelV1TransferableOffer);
@@ -1372,7 +1372,7 @@
buildCounterGoogleCloudChannelV1ListTransferableOffersResponse++;
if (buildCounterGoogleCloudChannelV1ListTransferableOffersResponse < 3) {
o.nextPageToken = 'foo';
- o.transferableOffers = buildUnnamed3224();
+ o.transferableOffers = buildUnnamed3232();
}
buildCounterGoogleCloudChannelV1ListTransferableOffersResponse--;
return o;
@@ -1386,7 +1386,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3224(o.transferableOffers!);
+ checkUnnamed3232(o.transferableOffers!);
}
buildCounterGoogleCloudChannelV1ListTransferableOffersResponse--;
}
@@ -1440,14 +1440,14 @@
buildCounterGoogleCloudChannelV1ListTransferableSkusRequest--;
}
-core.List<api.GoogleCloudChannelV1TransferableSku> buildUnnamed3225() {
+core.List<api.GoogleCloudChannelV1TransferableSku> buildUnnamed3233() {
var o = <api.GoogleCloudChannelV1TransferableSku>[];
o.add(buildGoogleCloudChannelV1TransferableSku());
o.add(buildGoogleCloudChannelV1TransferableSku());
return o;
}
-void checkUnnamed3225(core.List<api.GoogleCloudChannelV1TransferableSku> o) {
+void checkUnnamed3233(core.List<api.GoogleCloudChannelV1TransferableSku> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1TransferableSku(
o[0] as api.GoogleCloudChannelV1TransferableSku);
@@ -1462,7 +1462,7 @@
buildCounterGoogleCloudChannelV1ListTransferableSkusResponse++;
if (buildCounterGoogleCloudChannelV1ListTransferableSkusResponse < 3) {
o.nextPageToken = 'foo';
- o.transferableSkus = buildUnnamed3225();
+ o.transferableSkus = buildUnnamed3233();
}
buildCounterGoogleCloudChannelV1ListTransferableSkusResponse--;
return o;
@@ -1476,7 +1476,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3225(o.transferableSkus!);
+ checkUnnamed3233(o.transferableSkus!);
}
buildCounterGoogleCloudChannelV1ListTransferableSkusResponse--;
}
@@ -1544,14 +1544,14 @@
buildCounterGoogleCloudChannelV1Media--;
}
-core.List<api.GoogleCloudChannelV1ParameterDefinition> buildUnnamed3226() {
+core.List<api.GoogleCloudChannelV1ParameterDefinition> buildUnnamed3234() {
var o = <api.GoogleCloudChannelV1ParameterDefinition>[];
o.add(buildGoogleCloudChannelV1ParameterDefinition());
o.add(buildGoogleCloudChannelV1ParameterDefinition());
return o;
}
-void checkUnnamed3226(
+void checkUnnamed3234(
core.List<api.GoogleCloudChannelV1ParameterDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1ParameterDefinition(
@@ -1560,14 +1560,14 @@
o[1] as api.GoogleCloudChannelV1ParameterDefinition);
}
-core.List<api.GoogleCloudChannelV1PriceByResource> buildUnnamed3227() {
+core.List<api.GoogleCloudChannelV1PriceByResource> buildUnnamed3235() {
var o = <api.GoogleCloudChannelV1PriceByResource>[];
o.add(buildGoogleCloudChannelV1PriceByResource());
o.add(buildGoogleCloudChannelV1PriceByResource());
return o;
}
-void checkUnnamed3227(core.List<api.GoogleCloudChannelV1PriceByResource> o) {
+void checkUnnamed3235(core.List<api.GoogleCloudChannelV1PriceByResource> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1PriceByResource(
o[0] as api.GoogleCloudChannelV1PriceByResource);
@@ -1584,9 +1584,9 @@
o.endTime = 'foo';
o.marketingInfo = buildGoogleCloudChannelV1MarketingInfo();
o.name = 'foo';
- o.parameterDefinitions = buildUnnamed3226();
+ o.parameterDefinitions = buildUnnamed3234();
o.plan = buildGoogleCloudChannelV1Plan();
- o.priceByResources = buildUnnamed3227();
+ o.priceByResources = buildUnnamed3235();
o.sku = buildGoogleCloudChannelV1Sku();
o.startTime = 'foo';
}
@@ -1609,9 +1609,9 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3226(o.parameterDefinitions!);
+ checkUnnamed3234(o.parameterDefinitions!);
checkGoogleCloudChannelV1Plan(o.plan! as api.GoogleCloudChannelV1Plan);
- checkUnnamed3227(o.priceByResources!);
+ checkUnnamed3235(o.priceByResources!);
checkGoogleCloudChannelV1Sku(o.sku! as api.GoogleCloudChannelV1Sku);
unittest.expect(
o.startTime!,
@@ -1671,14 +1671,14 @@
buildCounterGoogleCloudChannelV1Parameter--;
}
-core.List<api.GoogleCloudChannelV1Value> buildUnnamed3228() {
+core.List<api.GoogleCloudChannelV1Value> buildUnnamed3236() {
var o = <api.GoogleCloudChannelV1Value>[];
o.add(buildGoogleCloudChannelV1Value());
o.add(buildGoogleCloudChannelV1Value());
return o;
}
-void checkUnnamed3228(core.List<api.GoogleCloudChannelV1Value> o) {
+void checkUnnamed3236(core.List<api.GoogleCloudChannelV1Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Value(o[0] as api.GoogleCloudChannelV1Value);
checkGoogleCloudChannelV1Value(o[1] as api.GoogleCloudChannelV1Value);
@@ -1690,7 +1690,7 @@
var o = api.GoogleCloudChannelV1ParameterDefinition();
buildCounterGoogleCloudChannelV1ParameterDefinition++;
if (buildCounterGoogleCloudChannelV1ParameterDefinition < 3) {
- o.allowedValues = buildUnnamed3228();
+ o.allowedValues = buildUnnamed3236();
o.maxValue = buildGoogleCloudChannelV1Value();
o.minValue = buildGoogleCloudChannelV1Value();
o.name = 'foo';
@@ -1705,7 +1705,7 @@
api.GoogleCloudChannelV1ParameterDefinition o) {
buildCounterGoogleCloudChannelV1ParameterDefinition++;
if (buildCounterGoogleCloudChannelV1ParameterDefinition < 3) {
- checkUnnamed3228(o.allowedValues!);
+ checkUnnamed3236(o.allowedValues!);
checkGoogleCloudChannelV1Value(
o.maxValue! as api.GoogleCloudChannelV1Value);
checkGoogleCloudChannelV1Value(
@@ -1819,14 +1819,14 @@
buildCounterGoogleCloudChannelV1Price--;
}
-core.List<api.GoogleCloudChannelV1PricePhase> buildUnnamed3229() {
+core.List<api.GoogleCloudChannelV1PricePhase> buildUnnamed3237() {
var o = <api.GoogleCloudChannelV1PricePhase>[];
o.add(buildGoogleCloudChannelV1PricePhase());
o.add(buildGoogleCloudChannelV1PricePhase());
return o;
}
-void checkUnnamed3229(core.List<api.GoogleCloudChannelV1PricePhase> o) {
+void checkUnnamed3237(core.List<api.GoogleCloudChannelV1PricePhase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1PricePhase(
o[0] as api.GoogleCloudChannelV1PricePhase);
@@ -1841,7 +1841,7 @@
buildCounterGoogleCloudChannelV1PriceByResource++;
if (buildCounterGoogleCloudChannelV1PriceByResource < 3) {
o.price = buildGoogleCloudChannelV1Price();
- o.pricePhases = buildUnnamed3229();
+ o.pricePhases = buildUnnamed3237();
o.resourceType = 'foo';
}
buildCounterGoogleCloudChannelV1PriceByResource--;
@@ -1853,7 +1853,7 @@
buildCounterGoogleCloudChannelV1PriceByResource++;
if (buildCounterGoogleCloudChannelV1PriceByResource < 3) {
checkGoogleCloudChannelV1Price(o.price! as api.GoogleCloudChannelV1Price);
- checkUnnamed3229(o.pricePhases!);
+ checkUnnamed3237(o.pricePhases!);
unittest.expect(
o.resourceType!,
unittest.equals('foo'),
@@ -1862,14 +1862,14 @@
buildCounterGoogleCloudChannelV1PriceByResource--;
}
-core.List<api.GoogleCloudChannelV1PriceTier> buildUnnamed3230() {
+core.List<api.GoogleCloudChannelV1PriceTier> buildUnnamed3238() {
var o = <api.GoogleCloudChannelV1PriceTier>[];
o.add(buildGoogleCloudChannelV1PriceTier());
o.add(buildGoogleCloudChannelV1PriceTier());
return o;
}
-void checkUnnamed3230(core.List<api.GoogleCloudChannelV1PriceTier> o) {
+void checkUnnamed3238(core.List<api.GoogleCloudChannelV1PriceTier> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1PriceTier(o[0] as api.GoogleCloudChannelV1PriceTier);
checkGoogleCloudChannelV1PriceTier(o[1] as api.GoogleCloudChannelV1PriceTier);
@@ -1884,7 +1884,7 @@
o.lastPeriod = 42;
o.periodType = 'foo';
o.price = buildGoogleCloudChannelV1Price();
- o.priceTiers = buildUnnamed3230();
+ o.priceTiers = buildUnnamed3238();
}
buildCounterGoogleCloudChannelV1PricePhase--;
return o;
@@ -1906,7 +1906,7 @@
unittest.equals('foo'),
);
checkGoogleCloudChannelV1Price(o.price! as api.GoogleCloudChannelV1Price);
- checkUnnamed3230(o.priceTiers!);
+ checkUnnamed3238(o.priceTiers!);
}
buildCounterGoogleCloudChannelV1PricePhase--;
}
@@ -2279,14 +2279,14 @@
buildCounterGoogleCloudChannelV1TransferEligibility--;
}
-core.List<api.GoogleCloudChannelV1Entitlement> buildUnnamed3231() {
+core.List<api.GoogleCloudChannelV1Entitlement> buildUnnamed3239() {
var o = <api.GoogleCloudChannelV1Entitlement>[];
o.add(buildGoogleCloudChannelV1Entitlement());
o.add(buildGoogleCloudChannelV1Entitlement());
return o;
}
-void checkUnnamed3231(core.List<api.GoogleCloudChannelV1Entitlement> o) {
+void checkUnnamed3239(core.List<api.GoogleCloudChannelV1Entitlement> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Entitlement(
o[0] as api.GoogleCloudChannelV1Entitlement);
@@ -2301,7 +2301,7 @@
buildCounterGoogleCloudChannelV1TransferEntitlementsRequest++;
if (buildCounterGoogleCloudChannelV1TransferEntitlementsRequest < 3) {
o.authToken = 'foo';
- o.entitlements = buildUnnamed3231();
+ o.entitlements = buildUnnamed3239();
o.requestId = 'foo';
}
buildCounterGoogleCloudChannelV1TransferEntitlementsRequest--;
@@ -2316,7 +2316,7 @@
o.authToken!,
unittest.equals('foo'),
);
- checkUnnamed3231(o.entitlements!);
+ checkUnnamed3239(o.entitlements!);
unittest.expect(
o.requestId!,
unittest.equals('foo'),
@@ -2325,14 +2325,14 @@
buildCounterGoogleCloudChannelV1TransferEntitlementsRequest--;
}
-core.List<api.GoogleCloudChannelV1Entitlement> buildUnnamed3232() {
+core.List<api.GoogleCloudChannelV1Entitlement> buildUnnamed3240() {
var o = <api.GoogleCloudChannelV1Entitlement>[];
o.add(buildGoogleCloudChannelV1Entitlement());
o.add(buildGoogleCloudChannelV1Entitlement());
return o;
}
-void checkUnnamed3232(core.List<api.GoogleCloudChannelV1Entitlement> o) {
+void checkUnnamed3240(core.List<api.GoogleCloudChannelV1Entitlement> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Entitlement(
o[0] as api.GoogleCloudChannelV1Entitlement);
@@ -2346,7 +2346,7 @@
var o = api.GoogleCloudChannelV1TransferEntitlementsResponse();
buildCounterGoogleCloudChannelV1TransferEntitlementsResponse++;
if (buildCounterGoogleCloudChannelV1TransferEntitlementsResponse < 3) {
- o.entitlements = buildUnnamed3232();
+ o.entitlements = buildUnnamed3240();
}
buildCounterGoogleCloudChannelV1TransferEntitlementsResponse--;
return o;
@@ -2356,19 +2356,19 @@
api.GoogleCloudChannelV1TransferEntitlementsResponse o) {
buildCounterGoogleCloudChannelV1TransferEntitlementsResponse++;
if (buildCounterGoogleCloudChannelV1TransferEntitlementsResponse < 3) {
- checkUnnamed3232(o.entitlements!);
+ checkUnnamed3240(o.entitlements!);
}
buildCounterGoogleCloudChannelV1TransferEntitlementsResponse--;
}
-core.List<api.GoogleCloudChannelV1Entitlement> buildUnnamed3233() {
+core.List<api.GoogleCloudChannelV1Entitlement> buildUnnamed3241() {
var o = <api.GoogleCloudChannelV1Entitlement>[];
o.add(buildGoogleCloudChannelV1Entitlement());
o.add(buildGoogleCloudChannelV1Entitlement());
return o;
}
-void checkUnnamed3233(core.List<api.GoogleCloudChannelV1Entitlement> o) {
+void checkUnnamed3241(core.List<api.GoogleCloudChannelV1Entitlement> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1Entitlement(
o[0] as api.GoogleCloudChannelV1Entitlement);
@@ -2383,7 +2383,7 @@
var o = api.GoogleCloudChannelV1TransferEntitlementsToGoogleRequest();
buildCounterGoogleCloudChannelV1TransferEntitlementsToGoogleRequest++;
if (buildCounterGoogleCloudChannelV1TransferEntitlementsToGoogleRequest < 3) {
- o.entitlements = buildUnnamed3233();
+ o.entitlements = buildUnnamed3241();
o.requestId = 'foo';
}
buildCounterGoogleCloudChannelV1TransferEntitlementsToGoogleRequest--;
@@ -2394,7 +2394,7 @@
api.GoogleCloudChannelV1TransferEntitlementsToGoogleRequest o) {
buildCounterGoogleCloudChannelV1TransferEntitlementsToGoogleRequest++;
if (buildCounterGoogleCloudChannelV1TransferEntitlementsToGoogleRequest < 3) {
- checkUnnamed3233(o.entitlements!);
+ checkUnnamed3241(o.entitlements!);
unittest.expect(
o.requestId!,
unittest.equals('foo'),
@@ -2550,7 +2550,7 @@
buildCounterGoogleCloudChannelV1UpdateChannelPartnerLinkRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed3234() {
+core.Map<core.String, core.Object> buildUnnamed3242() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2565,7 +2565,7 @@
return o;
}
-void checkUnnamed3234(core.Map<core.String, core.Object> o) {
+void checkUnnamed3242(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2605,7 +2605,7 @@
o.boolValue = true;
o.doubleValue = 42.0;
o.int64Value = 'foo';
- o.protoValue = buildUnnamed3234();
+ o.protoValue = buildUnnamed3242();
o.stringValue = 'foo';
}
buildCounterGoogleCloudChannelV1Value--;
@@ -2624,7 +2624,7 @@
o.int64Value!,
unittest.equals('foo'),
);
- checkUnnamed3234(o.protoValue!);
+ checkUnnamed3242(o.protoValue!);
unittest.expect(
o.stringValue!,
unittest.equals('foo'),
@@ -2718,14 +2718,14 @@
buildCounterGoogleCloudChannelV1alpha1CustomerEvent--;
}
-core.List<api.GoogleCloudChannelV1alpha1Parameter> buildUnnamed3235() {
+core.List<api.GoogleCloudChannelV1alpha1Parameter> buildUnnamed3243() {
var o = <api.GoogleCloudChannelV1alpha1Parameter>[];
o.add(buildGoogleCloudChannelV1alpha1Parameter());
o.add(buildGoogleCloudChannelV1alpha1Parameter());
return o;
}
-void checkUnnamed3235(core.List<api.GoogleCloudChannelV1alpha1Parameter> o) {
+void checkUnnamed3243(core.List<api.GoogleCloudChannelV1alpha1Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1alpha1Parameter(
o[0] as api.GoogleCloudChannelV1alpha1Parameter);
@@ -2733,14 +2733,14 @@
o[1] as api.GoogleCloudChannelV1alpha1Parameter);
}
-core.List<core.String> buildUnnamed3236() {
+core.List<core.String> buildUnnamed3244() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3236(core.List<core.String> o) {
+void checkUnnamed3244(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2767,11 +2767,11 @@
o.name = 'foo';
o.numUnits = 42;
o.offer = 'foo';
- o.parameters = buildUnnamed3235();
+ o.parameters = buildUnnamed3243();
o.provisionedService = buildGoogleCloudChannelV1alpha1ProvisionedService();
o.provisioningState = 'foo';
o.purchaseOrderId = 'foo';
- o.suspensionReasons = buildUnnamed3236();
+ o.suspensionReasons = buildUnnamed3244();
o.trialSettings = buildGoogleCloudChannelV1alpha1TrialSettings();
o.updateTime = 'foo';
}
@@ -2815,7 +2815,7 @@
o.offer!,
unittest.equals('foo'),
);
- checkUnnamed3235(o.parameters!);
+ checkUnnamed3243(o.parameters!);
checkGoogleCloudChannelV1alpha1ProvisionedService(o.provisionedService!
as api.GoogleCloudChannelV1alpha1ProvisionedService);
unittest.expect(
@@ -2826,7 +2826,7 @@
o.purchaseOrderId!,
unittest.equals('foo'),
);
- checkUnnamed3236(o.suspensionReasons!);
+ checkUnnamed3244(o.suspensionReasons!);
checkGoogleCloudChannelV1alpha1TrialSettings(
o.trialSettings! as api.GoogleCloudChannelV1alpha1TrialSettings);
unittest.expect(
@@ -3044,14 +3044,14 @@
buildCounterGoogleCloudChannelV1alpha1SubscriberEvent--;
}
-core.List<api.GoogleCloudChannelV1alpha1Entitlement> buildUnnamed3237() {
+core.List<api.GoogleCloudChannelV1alpha1Entitlement> buildUnnamed3245() {
var o = <api.GoogleCloudChannelV1alpha1Entitlement>[];
o.add(buildGoogleCloudChannelV1alpha1Entitlement());
o.add(buildGoogleCloudChannelV1alpha1Entitlement());
return o;
}
-void checkUnnamed3237(core.List<api.GoogleCloudChannelV1alpha1Entitlement> o) {
+void checkUnnamed3245(core.List<api.GoogleCloudChannelV1alpha1Entitlement> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudChannelV1alpha1Entitlement(
o[0] as api.GoogleCloudChannelV1alpha1Entitlement);
@@ -3065,7 +3065,7 @@
var o = api.GoogleCloudChannelV1alpha1TransferEntitlementsResponse();
buildCounterGoogleCloudChannelV1alpha1TransferEntitlementsResponse++;
if (buildCounterGoogleCloudChannelV1alpha1TransferEntitlementsResponse < 3) {
- o.entitlements = buildUnnamed3237();
+ o.entitlements = buildUnnamed3245();
}
buildCounterGoogleCloudChannelV1alpha1TransferEntitlementsResponse--;
return o;
@@ -3075,7 +3075,7 @@
api.GoogleCloudChannelV1alpha1TransferEntitlementsResponse o) {
buildCounterGoogleCloudChannelV1alpha1TransferEntitlementsResponse++;
if (buildCounterGoogleCloudChannelV1alpha1TransferEntitlementsResponse < 3) {
- checkUnnamed3237(o.entitlements!);
+ checkUnnamed3245(o.entitlements!);
}
buildCounterGoogleCloudChannelV1alpha1TransferEntitlementsResponse--;
}
@@ -3106,7 +3106,7 @@
buildCounterGoogleCloudChannelV1alpha1TrialSettings--;
}
-core.Map<core.String, core.Object> buildUnnamed3238() {
+core.Map<core.String, core.Object> buildUnnamed3246() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3121,7 +3121,7 @@
return o;
}
-void checkUnnamed3238(core.Map<core.String, core.Object> o) {
+void checkUnnamed3246(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -3161,7 +3161,7 @@
o.boolValue = true;
o.doubleValue = 42.0;
o.int64Value = 'foo';
- o.protoValue = buildUnnamed3238();
+ o.protoValue = buildUnnamed3246();
o.stringValue = 'foo';
}
buildCounterGoogleCloudChannelV1alpha1Value--;
@@ -3181,7 +3181,7 @@
o.int64Value!,
unittest.equals('foo'),
);
- checkUnnamed3238(o.protoValue!);
+ checkUnnamed3246(o.protoValue!);
unittest.expect(
o.stringValue!,
unittest.equals('foo'),
@@ -3207,14 +3207,14 @@
buildCounterGoogleLongrunningCancelOperationRequest--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed3239() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed3247() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed3239(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed3247(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -3227,7 +3227,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed3239();
+ o.operations = buildUnnamed3247();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -3241,12 +3241,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3239(o.operations!);
+ checkUnnamed3247(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed3240() {
+core.Map<core.String, core.Object> buildUnnamed3248() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3261,7 +3261,7 @@
return o;
}
-void checkUnnamed3240(core.Map<core.String, core.Object> o) {
+void checkUnnamed3248(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -3293,7 +3293,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3241() {
+core.Map<core.String, core.Object> buildUnnamed3249() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3308,7 +3308,7 @@
return o;
}
-void checkUnnamed3241(core.Map<core.String, core.Object> o) {
+void checkUnnamed3249(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -3347,9 +3347,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildGoogleRpcStatus();
- o.metadata = buildUnnamed3240();
+ o.metadata = buildUnnamed3248();
o.name = 'foo';
- o.response = buildUnnamed3241();
+ o.response = buildUnnamed3249();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -3360,12 +3360,12 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed3240(o.metadata!);
+ checkUnnamed3248(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3241(o.response!);
+ checkUnnamed3249(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
@@ -3385,7 +3385,7 @@
buildCounterGoogleProtobufEmpty--;
}
-core.Map<core.String, core.Object> buildUnnamed3242() {
+core.Map<core.String, core.Object> buildUnnamed3250() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3400,7 +3400,7 @@
return o;
}
-void checkUnnamed3242(core.Map<core.String, core.Object> o) {
+void checkUnnamed3250(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -3432,17 +3432,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3243() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3251() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3242());
- o.add(buildUnnamed3242());
+ o.add(buildUnnamed3250());
+ o.add(buildUnnamed3250());
return o;
}
-void checkUnnamed3243(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3251(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3242(o[0]);
- checkUnnamed3242(o[1]);
+ checkUnnamed3250(o[0]);
+ checkUnnamed3250(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -3451,7 +3451,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3243();
+ o.details = buildUnnamed3251();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -3465,7 +3465,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3243(o.details!);
+ checkUnnamed3251(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -3506,14 +3506,14 @@
buildCounterGoogleTypeMoney--;
}
-core.List<core.String> buildUnnamed3244() {
+core.List<core.String> buildUnnamed3252() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3244(core.List<core.String> o) {
+void checkUnnamed3252(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3525,14 +3525,14 @@
);
}
-core.List<core.String> buildUnnamed3245() {
+core.List<core.String> buildUnnamed3253() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3245(core.List<core.String> o) {
+void checkUnnamed3253(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3549,13 +3549,13 @@
var o = api.GoogleTypePostalAddress();
buildCounterGoogleTypePostalAddress++;
if (buildCounterGoogleTypePostalAddress < 3) {
- o.addressLines = buildUnnamed3244();
+ o.addressLines = buildUnnamed3252();
o.administrativeArea = 'foo';
o.languageCode = 'foo';
o.locality = 'foo';
o.organization = 'foo';
o.postalCode = 'foo';
- o.recipients = buildUnnamed3245();
+ o.recipients = buildUnnamed3253();
o.regionCode = 'foo';
o.revision = 42;
o.sortingCode = 'foo';
@@ -3568,7 +3568,7 @@
void checkGoogleTypePostalAddress(api.GoogleTypePostalAddress o) {
buildCounterGoogleTypePostalAddress++;
if (buildCounterGoogleTypePostalAddress < 3) {
- checkUnnamed3244(o.addressLines!);
+ checkUnnamed3252(o.addressLines!);
unittest.expect(
o.administrativeArea!,
unittest.equals('foo'),
@@ -3589,7 +3589,7 @@
o.postalCode!,
unittest.equals('foo'),
);
- checkUnnamed3245(o.recipients!);
+ checkUnnamed3253(o.recipients!);
unittest.expect(
o.regionCode!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/clouddebugger/v2_test.dart b/generated/googleapis/test/clouddebugger/v2_test.dart
index fc706b4..937e269 100644
--- a/generated/googleapis/test/clouddebugger/v2_test.dart
+++ b/generated/googleapis/test/clouddebugger/v2_test.dart
@@ -54,27 +54,27 @@
buildCounterAliasContext--;
}
-core.List<api.Variable> buildUnnamed5185() {
+core.List<api.Variable> buildUnnamed5236() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed5185(core.List<api.Variable> o) {
+void checkUnnamed5236(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
}
-core.List<core.String> buildUnnamed5186() {
+core.List<core.String> buildUnnamed5237() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5186(core.List<core.String> o) {
+void checkUnnamed5237(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -86,14 +86,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed5187() {
+core.Map<core.String, core.String> buildUnnamed5238() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5187(core.Map<core.String, core.String> o) {
+void checkUnnamed5238(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -105,27 +105,27 @@
);
}
-core.List<api.StackFrame> buildUnnamed5188() {
+core.List<api.StackFrame> buildUnnamed5239() {
var o = <api.StackFrame>[];
o.add(buildStackFrame());
o.add(buildStackFrame());
return o;
}
-void checkUnnamed5188(core.List<api.StackFrame> o) {
+void checkUnnamed5239(core.List<api.StackFrame> o) {
unittest.expect(o, unittest.hasLength(2));
checkStackFrame(o[0] as api.StackFrame);
checkStackFrame(o[1] as api.StackFrame);
}
-core.List<api.Variable> buildUnnamed5189() {
+core.List<api.Variable> buildUnnamed5240() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed5189(core.List<api.Variable> o) {
+void checkUnnamed5240(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
@@ -140,20 +140,20 @@
o.canaryExpireTime = 'foo';
o.condition = 'foo';
o.createTime = 'foo';
- o.evaluatedExpressions = buildUnnamed5185();
- o.expressions = buildUnnamed5186();
+ o.evaluatedExpressions = buildUnnamed5236();
+ o.expressions = buildUnnamed5237();
o.finalTime = 'foo';
o.id = 'foo';
o.isFinalState = true;
- o.labels = buildUnnamed5187();
+ o.labels = buildUnnamed5238();
o.location = buildSourceLocation();
o.logLevel = 'foo';
o.logMessageFormat = 'foo';
- o.stackFrames = buildUnnamed5188();
+ o.stackFrames = buildUnnamed5239();
o.state = 'foo';
o.status = buildStatusMessage();
o.userEmail = 'foo';
- o.variableTable = buildUnnamed5189();
+ o.variableTable = buildUnnamed5240();
}
buildCounterBreakpoint--;
return o;
@@ -178,8 +178,8 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed5185(o.evaluatedExpressions!);
- checkUnnamed5186(o.expressions!);
+ checkUnnamed5236(o.evaluatedExpressions!);
+ checkUnnamed5237(o.expressions!);
unittest.expect(
o.finalTime!,
unittest.equals('foo'),
@@ -189,7 +189,7 @@
unittest.equals('foo'),
);
unittest.expect(o.isFinalState!, unittest.isTrue);
- checkUnnamed5187(o.labels!);
+ checkUnnamed5238(o.labels!);
checkSourceLocation(o.location! as api.SourceLocation);
unittest.expect(
o.logLevel!,
@@ -199,7 +199,7 @@
o.logMessageFormat!,
unittest.equals('foo'),
);
- checkUnnamed5188(o.stackFrames!);
+ checkUnnamed5239(o.stackFrames!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -209,7 +209,7 @@
o.userEmail!,
unittest.equals('foo'),
);
- checkUnnamed5189(o.variableTable!);
+ checkUnnamed5240(o.variableTable!);
}
buildCounterBreakpoint--;
}
@@ -293,27 +293,27 @@
buildCounterCloudWorkspaceSourceContext--;
}
-core.List<api.ExtendedSourceContext> buildUnnamed5190() {
+core.List<api.ExtendedSourceContext> buildUnnamed5241() {
var o = <api.ExtendedSourceContext>[];
o.add(buildExtendedSourceContext());
o.add(buildExtendedSourceContext());
return o;
}
-void checkUnnamed5190(core.List<api.ExtendedSourceContext> o) {
+void checkUnnamed5241(core.List<api.ExtendedSourceContext> o) {
unittest.expect(o, unittest.hasLength(2));
checkExtendedSourceContext(o[0] as api.ExtendedSourceContext);
checkExtendedSourceContext(o[1] as api.ExtendedSourceContext);
}
-core.Map<core.String, core.String> buildUnnamed5191() {
+core.Map<core.String, core.String> buildUnnamed5242() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5191(core.Map<core.String, core.String> o) {
+void checkUnnamed5242(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -325,14 +325,14 @@
);
}
-core.List<api.SourceContext> buildUnnamed5192() {
+core.List<api.SourceContext> buildUnnamed5243() {
var o = <api.SourceContext>[];
o.add(buildSourceContext());
o.add(buildSourceContext());
return o;
}
-void checkUnnamed5192(core.List<api.SourceContext> o) {
+void checkUnnamed5243(core.List<api.SourceContext> o) {
unittest.expect(o, unittest.hasLength(2));
checkSourceContext(o[0] as api.SourceContext);
checkSourceContext(o[1] as api.SourceContext);
@@ -346,13 +346,13 @@
o.agentVersion = 'foo';
o.canaryMode = 'foo';
o.description = 'foo';
- o.extSourceContexts = buildUnnamed5190();
+ o.extSourceContexts = buildUnnamed5241();
o.id = 'foo';
o.isDisabled = true;
o.isInactive = true;
- o.labels = buildUnnamed5191();
+ o.labels = buildUnnamed5242();
o.project = 'foo';
- o.sourceContexts = buildUnnamed5192();
+ o.sourceContexts = buildUnnamed5243();
o.status = buildStatusMessage();
o.uniquifier = 'foo';
}
@@ -375,19 +375,19 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed5190(o.extSourceContexts!);
+ checkUnnamed5241(o.extSourceContexts!);
unittest.expect(
o.id!,
unittest.equals('foo'),
);
unittest.expect(o.isDisabled!, unittest.isTrue);
unittest.expect(o.isInactive!, unittest.isTrue);
- checkUnnamed5191(o.labels!);
+ checkUnnamed5242(o.labels!);
unittest.expect(
o.project!,
unittest.equals('foo'),
);
- checkUnnamed5192(o.sourceContexts!);
+ checkUnnamed5243(o.sourceContexts!);
checkStatusMessage(o.status! as api.StatusMessage);
unittest.expect(
o.uniquifier!,
@@ -412,14 +412,14 @@
buildCounterEmpty--;
}
-core.Map<core.String, core.String> buildUnnamed5193() {
+core.Map<core.String, core.String> buildUnnamed5244() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5193(core.Map<core.String, core.String> o) {
+void checkUnnamed5244(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -437,7 +437,7 @@
buildCounterExtendedSourceContext++;
if (buildCounterExtendedSourceContext < 3) {
o.context = buildSourceContext();
- o.labels = buildUnnamed5193();
+ o.labels = buildUnnamed5244();
}
buildCounterExtendedSourceContext--;
return o;
@@ -447,19 +447,19 @@
buildCounterExtendedSourceContext++;
if (buildCounterExtendedSourceContext < 3) {
checkSourceContext(o.context! as api.SourceContext);
- checkUnnamed5193(o.labels!);
+ checkUnnamed5244(o.labels!);
}
buildCounterExtendedSourceContext--;
}
-core.List<core.String> buildUnnamed5194() {
+core.List<core.String> buildUnnamed5245() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5194(core.List<core.String> o) {
+void checkUnnamed5245(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -477,7 +477,7 @@
buildCounterFormatMessage++;
if (buildCounterFormatMessage < 3) {
o.format = 'foo';
- o.parameters = buildUnnamed5194();
+ o.parameters = buildUnnamed5245();
}
buildCounterFormatMessage--;
return o;
@@ -490,7 +490,7 @@
o.format!,
unittest.equals('foo'),
);
- checkUnnamed5194(o.parameters!);
+ checkUnnamed5245(o.parameters!);
}
buildCounterFormatMessage--;
}
@@ -580,14 +580,14 @@
buildCounterGitSourceContext--;
}
-core.List<api.Breakpoint> buildUnnamed5195() {
+core.List<api.Breakpoint> buildUnnamed5246() {
var o = <api.Breakpoint>[];
o.add(buildBreakpoint());
o.add(buildBreakpoint());
return o;
}
-void checkUnnamed5195(core.List<api.Breakpoint> o) {
+void checkUnnamed5246(core.List<api.Breakpoint> o) {
unittest.expect(o, unittest.hasLength(2));
checkBreakpoint(o[0] as api.Breakpoint);
checkBreakpoint(o[1] as api.Breakpoint);
@@ -598,7 +598,7 @@
var o = api.ListActiveBreakpointsResponse();
buildCounterListActiveBreakpointsResponse++;
if (buildCounterListActiveBreakpointsResponse < 3) {
- o.breakpoints = buildUnnamed5195();
+ o.breakpoints = buildUnnamed5246();
o.nextWaitToken = 'foo';
o.waitExpired = true;
}
@@ -609,7 +609,7 @@
void checkListActiveBreakpointsResponse(api.ListActiveBreakpointsResponse o) {
buildCounterListActiveBreakpointsResponse++;
if (buildCounterListActiveBreakpointsResponse < 3) {
- checkUnnamed5195(o.breakpoints!);
+ checkUnnamed5246(o.breakpoints!);
unittest.expect(
o.nextWaitToken!,
unittest.equals('foo'),
@@ -619,14 +619,14 @@
buildCounterListActiveBreakpointsResponse--;
}
-core.List<api.Breakpoint> buildUnnamed5196() {
+core.List<api.Breakpoint> buildUnnamed5247() {
var o = <api.Breakpoint>[];
o.add(buildBreakpoint());
o.add(buildBreakpoint());
return o;
}
-void checkUnnamed5196(core.List<api.Breakpoint> o) {
+void checkUnnamed5247(core.List<api.Breakpoint> o) {
unittest.expect(o, unittest.hasLength(2));
checkBreakpoint(o[0] as api.Breakpoint);
checkBreakpoint(o[1] as api.Breakpoint);
@@ -637,7 +637,7 @@
var o = api.ListBreakpointsResponse();
buildCounterListBreakpointsResponse++;
if (buildCounterListBreakpointsResponse < 3) {
- o.breakpoints = buildUnnamed5196();
+ o.breakpoints = buildUnnamed5247();
o.nextWaitToken = 'foo';
}
buildCounterListBreakpointsResponse--;
@@ -647,7 +647,7 @@
void checkListBreakpointsResponse(api.ListBreakpointsResponse o) {
buildCounterListBreakpointsResponse++;
if (buildCounterListBreakpointsResponse < 3) {
- checkUnnamed5196(o.breakpoints!);
+ checkUnnamed5247(o.breakpoints!);
unittest.expect(
o.nextWaitToken!,
unittest.equals('foo'),
@@ -656,14 +656,14 @@
buildCounterListBreakpointsResponse--;
}
-core.List<api.Debuggee> buildUnnamed5197() {
+core.List<api.Debuggee> buildUnnamed5248() {
var o = <api.Debuggee>[];
o.add(buildDebuggee());
o.add(buildDebuggee());
return o;
}
-void checkUnnamed5197(core.List<api.Debuggee> o) {
+void checkUnnamed5248(core.List<api.Debuggee> o) {
unittest.expect(o, unittest.hasLength(2));
checkDebuggee(o[0] as api.Debuggee);
checkDebuggee(o[1] as api.Debuggee);
@@ -674,7 +674,7 @@
var o = api.ListDebuggeesResponse();
buildCounterListDebuggeesResponse++;
if (buildCounterListDebuggeesResponse < 3) {
- o.debuggees = buildUnnamed5197();
+ o.debuggees = buildUnnamed5248();
}
buildCounterListDebuggeesResponse--;
return o;
@@ -683,7 +683,7 @@
void checkListDebuggeesResponse(api.ListDebuggeesResponse o) {
buildCounterListDebuggeesResponse++;
if (buildCounterListDebuggeesResponse < 3) {
- checkUnnamed5197(o.debuggees!);
+ checkUnnamed5248(o.debuggees!);
}
buildCounterListDebuggeesResponse--;
}
@@ -859,27 +859,27 @@
buildCounterSourceLocation--;
}
-core.List<api.Variable> buildUnnamed5198() {
+core.List<api.Variable> buildUnnamed5249() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed5198(core.List<api.Variable> o) {
+void checkUnnamed5249(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
}
-core.List<api.Variable> buildUnnamed5199() {
+core.List<api.Variable> buildUnnamed5250() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed5199(core.List<api.Variable> o) {
+void checkUnnamed5250(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
@@ -890,9 +890,9 @@
var o = api.StackFrame();
buildCounterStackFrame++;
if (buildCounterStackFrame < 3) {
- o.arguments = buildUnnamed5198();
+ o.arguments = buildUnnamed5249();
o.function = 'foo';
- o.locals = buildUnnamed5199();
+ o.locals = buildUnnamed5250();
o.location = buildSourceLocation();
}
buildCounterStackFrame--;
@@ -902,12 +902,12 @@
void checkStackFrame(api.StackFrame o) {
buildCounterStackFrame++;
if (buildCounterStackFrame < 3) {
- checkUnnamed5198(o.arguments!);
+ checkUnnamed5249(o.arguments!);
unittest.expect(
o.function!,
unittest.equals('foo'),
);
- checkUnnamed5199(o.locals!);
+ checkUnnamed5250(o.locals!);
checkSourceLocation(o.location! as api.SourceLocation);
}
buildCounterStackFrame--;
@@ -973,14 +973,14 @@
buildCounterUpdateActiveBreakpointResponse--;
}
-core.List<api.Variable> buildUnnamed5200() {
+core.List<api.Variable> buildUnnamed5251() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed5200(core.List<api.Variable> o) {
+void checkUnnamed5251(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
@@ -991,7 +991,7 @@
var o = api.Variable();
buildCounterVariable++;
if (buildCounterVariable < 3) {
- o.members = buildUnnamed5200();
+ o.members = buildUnnamed5251();
o.name = 'foo';
o.status = buildStatusMessage();
o.type = 'foo';
@@ -1005,7 +1005,7 @@
void checkVariable(api.Variable o) {
buildCounterVariable++;
if (buildCounterVariable < 3) {
- checkUnnamed5200(o.members!);
+ checkUnnamed5251(o.members!);
unittest.expect(
o.name!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/cloudfunctions/v1_test.dart b/generated/googleapis/test/cloudfunctions/v1_test.dart
index 8124288..de5bb84 100644
--- a/generated/googleapis/test/cloudfunctions/v1_test.dart
+++ b/generated/googleapis/test/cloudfunctions/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.AuditLogConfig> buildUnnamed2544() {
+core.List<api.AuditLogConfig> buildUnnamed2551() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed2544(core.List<api.AuditLogConfig> o) {
+void checkUnnamed2551(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -45,7 +45,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed2544();
+ o.auditLogConfigs = buildUnnamed2551();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -55,7 +55,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed2544(o.auditLogConfigs!);
+ checkUnnamed2551(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -64,14 +64,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed2545() {
+core.List<core.String> buildUnnamed2552() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2545(core.List<core.String> o) {
+void checkUnnamed2552(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -88,7 +88,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed2545();
+ o.exemptedMembers = buildUnnamed2552();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -98,7 +98,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed2545(o.exemptedMembers!);
+ checkUnnamed2552(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -107,14 +107,14 @@
buildCounterAuditLogConfig--;
}
-core.List<core.String> buildUnnamed2546() {
+core.List<core.String> buildUnnamed2553() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2546(core.List<core.String> o) {
+void checkUnnamed2553(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -132,7 +132,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed2546();
+ o.members = buildUnnamed2553();
o.role = 'foo';
}
buildCounterBinding--;
@@ -143,7 +143,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed2546(o.members!);
+ checkUnnamed2553(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -206,14 +206,14 @@
buildCounterCallFunctionResponse--;
}
-core.Map<core.String, core.String> buildUnnamed2547() {
+core.Map<core.String, core.String> buildUnnamed2554() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2547(core.Map<core.String, core.String> o) {
+void checkUnnamed2554(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -225,14 +225,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2548() {
+core.Map<core.String, core.String> buildUnnamed2555() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2548(core.Map<core.String, core.String> o) {
+void checkUnnamed2555(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -244,14 +244,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2549() {
+core.Map<core.String, core.String> buildUnnamed2556() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2549(core.Map<core.String, core.String> o) {
+void checkUnnamed2556(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -269,16 +269,16 @@
buildCounterCloudFunction++;
if (buildCounterCloudFunction < 3) {
o.availableMemoryMb = 42;
- o.buildEnvironmentVariables = buildUnnamed2547();
+ o.buildEnvironmentVariables = buildUnnamed2554();
o.buildId = 'foo';
o.buildWorkerPool = 'foo';
o.description = 'foo';
o.entryPoint = 'foo';
- o.environmentVariables = buildUnnamed2548();
+ o.environmentVariables = buildUnnamed2555();
o.eventTrigger = buildEventTrigger();
o.httpsTrigger = buildHttpsTrigger();
o.ingressSettings = 'foo';
- o.labels = buildUnnamed2549();
+ o.labels = buildUnnamed2556();
o.maxInstances = 42;
o.name = 'foo';
o.network = 'foo';
@@ -306,7 +306,7 @@
o.availableMemoryMb!,
unittest.equals(42),
);
- checkUnnamed2547(o.buildEnvironmentVariables!);
+ checkUnnamed2554(o.buildEnvironmentVariables!);
unittest.expect(
o.buildId!,
unittest.equals('foo'),
@@ -323,14 +323,14 @@
o.entryPoint!,
unittest.equals('foo'),
);
- checkUnnamed2548(o.environmentVariables!);
+ checkUnnamed2555(o.environmentVariables!);
checkEventTrigger(o.eventTrigger! as api.EventTrigger);
checkHttpsTrigger(o.httpsTrigger! as api.HttpsTrigger);
unittest.expect(
o.ingressSettings!,
unittest.equals('foo'),
);
- checkUnnamed2549(o.labels!);
+ checkUnnamed2556(o.labels!);
unittest.expect(
o.maxInstances!,
unittest.equals(42),
@@ -590,27 +590,27 @@
buildCounterHttpsTrigger--;
}
-core.List<api.CloudFunction> buildUnnamed2550() {
+core.List<api.CloudFunction> buildUnnamed2557() {
var o = <api.CloudFunction>[];
o.add(buildCloudFunction());
o.add(buildCloudFunction());
return o;
}
-void checkUnnamed2550(core.List<api.CloudFunction> o) {
+void checkUnnamed2557(core.List<api.CloudFunction> o) {
unittest.expect(o, unittest.hasLength(2));
checkCloudFunction(o[0] as api.CloudFunction);
checkCloudFunction(o[1] as api.CloudFunction);
}
-core.List<core.String> buildUnnamed2551() {
+core.List<core.String> buildUnnamed2558() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2551(core.List<core.String> o) {
+void checkUnnamed2558(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -627,9 +627,9 @@
var o = api.ListFunctionsResponse();
buildCounterListFunctionsResponse++;
if (buildCounterListFunctionsResponse < 3) {
- o.functions = buildUnnamed2550();
+ o.functions = buildUnnamed2557();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed2551();
+ o.unreachable = buildUnnamed2558();
}
buildCounterListFunctionsResponse--;
return o;
@@ -638,24 +638,24 @@
void checkListFunctionsResponse(api.ListFunctionsResponse o) {
buildCounterListFunctionsResponse++;
if (buildCounterListFunctionsResponse < 3) {
- checkUnnamed2550(o.functions!);
+ checkUnnamed2557(o.functions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2551(o.unreachable!);
+ checkUnnamed2558(o.unreachable!);
}
buildCounterListFunctionsResponse--;
}
-core.List<api.Location> buildUnnamed2552() {
+core.List<api.Location> buildUnnamed2559() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed2552(core.List<api.Location> o) {
+void checkUnnamed2559(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -666,7 +666,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed2552();
+ o.locations = buildUnnamed2559();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -676,7 +676,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed2552(o.locations!);
+ checkUnnamed2559(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -685,14 +685,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed2553() {
+core.List<api.Operation> buildUnnamed2560() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed2553(core.List<api.Operation> o) {
+void checkUnnamed2560(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -704,7 +704,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed2553();
+ o.operations = buildUnnamed2560();
}
buildCounterListOperationsResponse--;
return o;
@@ -717,19 +717,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2553(o.operations!);
+ checkUnnamed2560(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed2554() {
+core.Map<core.String, core.String> buildUnnamed2561() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2554(core.Map<core.String, core.String> o) {
+void checkUnnamed2561(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -741,7 +741,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2555() {
+core.Map<core.String, core.Object> buildUnnamed2562() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -756,7 +756,7 @@
return o;
}
-void checkUnnamed2555(core.Map<core.String, core.Object> o) {
+void checkUnnamed2562(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -794,9 +794,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed2554();
+ o.labels = buildUnnamed2561();
o.locationId = 'foo';
- o.metadata = buildUnnamed2555();
+ o.metadata = buildUnnamed2562();
o.name = 'foo';
}
buildCounterLocation--;
@@ -810,12 +810,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2554(o.labels!);
+ checkUnnamed2561(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed2555(o.metadata!);
+ checkUnnamed2562(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -824,7 +824,7 @@
buildCounterLocation--;
}
-core.Map<core.String, core.Object> buildUnnamed2556() {
+core.Map<core.String, core.Object> buildUnnamed2563() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -839,7 +839,7 @@
return o;
}
-void checkUnnamed2556(core.Map<core.String, core.Object> o) {
+void checkUnnamed2563(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -871,7 +871,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2557() {
+core.Map<core.String, core.Object> buildUnnamed2564() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -886,7 +886,7 @@
return o;
}
-void checkUnnamed2557(core.Map<core.String, core.Object> o) {
+void checkUnnamed2564(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -925,9 +925,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed2556();
+ o.metadata = buildUnnamed2563();
o.name = 'foo';
- o.response = buildUnnamed2557();
+ o.response = buildUnnamed2564();
}
buildCounterOperation--;
return o;
@@ -938,17 +938,17 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed2556(o.metadata!);
+ checkUnnamed2563(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2557(o.response!);
+ checkUnnamed2564(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.Object> buildUnnamed2558() {
+core.Map<core.String, core.Object> buildUnnamed2565() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -963,7 +963,7 @@
return o;
}
-void checkUnnamed2558(core.Map<core.String, core.Object> o) {
+void checkUnnamed2565(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1002,7 +1002,7 @@
if (buildCounterOperationMetadataV1 < 3) {
o.buildId = 'foo';
o.buildName = 'foo';
- o.request = buildUnnamed2558();
+ o.request = buildUnnamed2565();
o.sourceToken = 'foo';
o.target = 'foo';
o.type = 'foo';
@@ -1024,7 +1024,7 @@
o.buildName!,
unittest.equals('foo'),
);
- checkUnnamed2558(o.request!);
+ checkUnnamed2565(o.request!);
unittest.expect(
o.sourceToken!,
unittest.equals('foo'),
@@ -1049,27 +1049,27 @@
buildCounterOperationMetadataV1--;
}
-core.List<api.AuditConfig> buildUnnamed2559() {
+core.List<api.AuditConfig> buildUnnamed2566() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed2559(core.List<api.AuditConfig> o) {
+void checkUnnamed2566(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed2560() {
+core.List<api.Binding> buildUnnamed2567() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed2560(core.List<api.Binding> o) {
+void checkUnnamed2567(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -1080,8 +1080,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed2559();
- o.bindings = buildUnnamed2560();
+ o.auditConfigs = buildUnnamed2566();
+ o.bindings = buildUnnamed2567();
o.etag = 'foo';
o.version = 42;
}
@@ -1092,8 +1092,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed2559(o.auditConfigs!);
- checkUnnamed2560(o.bindings!);
+ checkUnnamed2566(o.auditConfigs!);
+ checkUnnamed2567(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1172,7 +1172,7 @@
buildCounterSourceRepository--;
}
-core.Map<core.String, core.Object> buildUnnamed2561() {
+core.Map<core.String, core.Object> buildUnnamed2568() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1187,7 +1187,7 @@
return o;
}
-void checkUnnamed2561(core.Map<core.String, core.Object> o) {
+void checkUnnamed2568(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -1219,17 +1219,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2562() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2569() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2561());
- o.add(buildUnnamed2561());
+ o.add(buildUnnamed2568());
+ o.add(buildUnnamed2568());
return o;
}
-void checkUnnamed2562(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2569(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2561(o[0]);
- checkUnnamed2561(o[1]);
+ checkUnnamed2568(o[0]);
+ checkUnnamed2568(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1238,7 +1238,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2562();
+ o.details = buildUnnamed2569();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1252,7 +1252,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2562(o.details!);
+ checkUnnamed2569(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1261,14 +1261,14 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed2563() {
+core.List<core.String> buildUnnamed2570() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2563(core.List<core.String> o) {
+void checkUnnamed2570(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1285,7 +1285,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed2563();
+ o.permissions = buildUnnamed2570();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -1294,19 +1294,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed2563(o.permissions!);
+ checkUnnamed2570(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed2564() {
+core.List<core.String> buildUnnamed2571() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2564(core.List<core.String> o) {
+void checkUnnamed2571(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1323,7 +1323,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed2564();
+ o.permissions = buildUnnamed2571();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1332,7 +1332,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed2564(o.permissions!);
+ checkUnnamed2571(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/cloudidentity/v1_test.dart b/generated/googleapis/test/cloudidentity/v1_test.dart
index 703a3e2..5f27263 100644
--- a/generated/googleapis/test/cloudidentity/v1_test.dart
+++ b/generated/googleapis/test/cloudidentity/v1_test.dart
@@ -47,14 +47,14 @@
buildCounterCheckTransitiveMembershipResponse--;
}
-core.List<api.DynamicGroupQuery> buildUnnamed1915() {
+core.List<api.DynamicGroupQuery> buildUnnamed1914() {
var o = <api.DynamicGroupQuery>[];
o.add(buildDynamicGroupQuery());
o.add(buildDynamicGroupQuery());
return o;
}
-void checkUnnamed1915(core.List<api.DynamicGroupQuery> o) {
+void checkUnnamed1914(core.List<api.DynamicGroupQuery> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicGroupQuery(o[0] as api.DynamicGroupQuery);
checkDynamicGroupQuery(o[1] as api.DynamicGroupQuery);
@@ -65,7 +65,7 @@
var o = api.DynamicGroupMetadata();
buildCounterDynamicGroupMetadata++;
if (buildCounterDynamicGroupMetadata < 3) {
- o.queries = buildUnnamed1915();
+ o.queries = buildUnnamed1914();
o.status = buildDynamicGroupStatus();
}
buildCounterDynamicGroupMetadata--;
@@ -75,7 +75,7 @@
void checkDynamicGroupMetadata(api.DynamicGroupMetadata o) {
buildCounterDynamicGroupMetadata++;
if (buildCounterDynamicGroupMetadata < 3) {
- checkUnnamed1915(o.queries!);
+ checkUnnamed1914(o.queries!);
checkDynamicGroupStatus(o.status! as api.DynamicGroupStatus);
}
buildCounterDynamicGroupMetadata--;
@@ -184,27 +184,27 @@
buildCounterExpiryDetail--;
}
-core.List<api.MembershipAdjacencyList> buildUnnamed1916() {
+core.List<api.MembershipAdjacencyList> buildUnnamed1915() {
var o = <api.MembershipAdjacencyList>[];
o.add(buildMembershipAdjacencyList());
o.add(buildMembershipAdjacencyList());
return o;
}
-void checkUnnamed1916(core.List<api.MembershipAdjacencyList> o) {
+void checkUnnamed1915(core.List<api.MembershipAdjacencyList> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembershipAdjacencyList(o[0] as api.MembershipAdjacencyList);
checkMembershipAdjacencyList(o[1] as api.MembershipAdjacencyList);
}
-core.List<api.Group> buildUnnamed1917() {
+core.List<api.Group> buildUnnamed1916() {
var o = <api.Group>[];
o.add(buildGroup());
o.add(buildGroup());
return o;
}
-void checkUnnamed1917(core.List<api.Group> o) {
+void checkUnnamed1916(core.List<api.Group> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroup(o[0] as api.Group);
checkGroup(o[1] as api.Group);
@@ -215,8 +215,8 @@
var o = api.GetMembershipGraphResponse();
buildCounterGetMembershipGraphResponse++;
if (buildCounterGetMembershipGraphResponse < 3) {
- o.adjacencyList = buildUnnamed1916();
- o.groups = buildUnnamed1917();
+ o.adjacencyList = buildUnnamed1915();
+ o.groups = buildUnnamed1916();
}
buildCounterGetMembershipGraphResponse--;
return o;
@@ -225,8 +225,8 @@
void checkGetMembershipGraphResponse(api.GetMembershipGraphResponse o) {
buildCounterGetMembershipGraphResponse++;
if (buildCounterGetMembershipGraphResponse < 3) {
- checkUnnamed1916(o.adjacencyList!);
- checkUnnamed1917(o.groups!);
+ checkUnnamed1915(o.adjacencyList!);
+ checkUnnamed1916(o.groups!);
}
buildCounterGetMembershipGraphResponse--;
}
@@ -463,14 +463,14 @@
buildCounterGoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserResponse--;
}
-core.List<core.String> buildUnnamed1918() {
+core.List<core.String> buildUnnamed1917() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1918(core.List<core.String> o) {
+void checkUnnamed1917(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -483,7 +483,7 @@
}
core.Map<core.String, api.GoogleAppsCloudidentityDevicesV1CustomAttributeValue>
- buildUnnamed1919() {
+ buildUnnamed1918() {
var o =
<core.String, api.GoogleAppsCloudidentityDevicesV1CustomAttributeValue>{};
o['x'] = buildGoogleAppsCloudidentityDevicesV1CustomAttributeValue();
@@ -491,7 +491,7 @@
return o;
}
-void checkUnnamed1919(
+void checkUnnamed1918(
core.Map<core.String,
api.GoogleAppsCloudidentityDevicesV1CustomAttributeValue>
o) {
@@ -508,13 +508,13 @@
var o = api.GoogleAppsCloudidentityDevicesV1ClientState();
buildCounterGoogleAppsCloudidentityDevicesV1ClientState++;
if (buildCounterGoogleAppsCloudidentityDevicesV1ClientState < 3) {
- o.assetTags = buildUnnamed1918();
+ o.assetTags = buildUnnamed1917();
o.complianceState = 'foo';
o.createTime = 'foo';
o.customId = 'foo';
o.etag = 'foo';
o.healthScore = 'foo';
- o.keyValuePairs = buildUnnamed1919();
+ o.keyValuePairs = buildUnnamed1918();
o.lastUpdateTime = 'foo';
o.managed = 'foo';
o.name = 'foo';
@@ -529,7 +529,7 @@
api.GoogleAppsCloudidentityDevicesV1ClientState o) {
buildCounterGoogleAppsCloudidentityDevicesV1ClientState++;
if (buildCounterGoogleAppsCloudidentityDevicesV1ClientState < 3) {
- checkUnnamed1918(o.assetTags!);
+ checkUnnamed1917(o.assetTags!);
unittest.expect(
o.complianceState!,
unittest.equals('foo'),
@@ -550,7 +550,7 @@
o.healthScore!,
unittest.equals('foo'),
);
- checkUnnamed1919(o.keyValuePairs!);
+ checkUnnamed1918(o.keyValuePairs!);
unittest.expect(
o.lastUpdateTime!,
unittest.equals('foo'),
@@ -606,14 +606,14 @@
buildCounterGoogleAppsCloudidentityDevicesV1CustomAttributeValue--;
}
-core.List<core.String> buildUnnamed1920() {
+core.List<core.String> buildUnnamed1919() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1920(core.List<core.String> o) {
+void checkUnnamed1919(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -625,14 +625,14 @@
);
}
-core.List<core.String> buildUnnamed1921() {
+core.List<core.String> buildUnnamed1920() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1921(core.List<core.String> o) {
+void checkUnnamed1920(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -673,12 +673,12 @@
o.name = 'foo';
o.networkOperator = 'foo';
o.osVersion = 'foo';
- o.otherAccounts = buildUnnamed1920();
+ o.otherAccounts = buildUnnamed1919();
o.ownerType = 'foo';
o.releaseVersion = 'foo';
o.securityPatchTime = 'foo';
o.serialNumber = 'foo';
- o.wifiMacAddresses = buildUnnamed1921();
+ o.wifiMacAddresses = buildUnnamed1920();
}
buildCounterGoogleAppsCloudidentityDevicesV1Device--;
return o;
@@ -769,7 +769,7 @@
o.osVersion!,
unittest.equals('foo'),
);
- checkUnnamed1920(o.otherAccounts!);
+ checkUnnamed1919(o.otherAccounts!);
unittest.expect(
o.ownerType!,
unittest.equals('foo'),
@@ -786,7 +786,7 @@
o.serialNumber!,
unittest.equals('foo'),
);
- checkUnnamed1921(o.wifiMacAddresses!);
+ checkUnnamed1920(o.wifiMacAddresses!);
}
buildCounterGoogleAppsCloudidentityDevicesV1Device--;
}
@@ -860,14 +860,14 @@
buildCounterGoogleAppsCloudidentityDevicesV1DeviceUser--;
}
-core.List<api.GoogleAppsCloudidentityDevicesV1ClientState> buildUnnamed1922() {
+core.List<api.GoogleAppsCloudidentityDevicesV1ClientState> buildUnnamed1921() {
var o = <api.GoogleAppsCloudidentityDevicesV1ClientState>[];
o.add(buildGoogleAppsCloudidentityDevicesV1ClientState());
o.add(buildGoogleAppsCloudidentityDevicesV1ClientState());
return o;
}
-void checkUnnamed1922(
+void checkUnnamed1921(
core.List<api.GoogleAppsCloudidentityDevicesV1ClientState> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAppsCloudidentityDevicesV1ClientState(
@@ -884,7 +884,7 @@
buildCounterGoogleAppsCloudidentityDevicesV1ListClientStatesResponse++;
if (buildCounterGoogleAppsCloudidentityDevicesV1ListClientStatesResponse <
3) {
- o.clientStates = buildUnnamed1922();
+ o.clientStates = buildUnnamed1921();
o.nextPageToken = 'foo';
}
buildCounterGoogleAppsCloudidentityDevicesV1ListClientStatesResponse--;
@@ -896,7 +896,7 @@
buildCounterGoogleAppsCloudidentityDevicesV1ListClientStatesResponse++;
if (buildCounterGoogleAppsCloudidentityDevicesV1ListClientStatesResponse <
3) {
- checkUnnamed1922(o.clientStates!);
+ checkUnnamed1921(o.clientStates!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -905,14 +905,14 @@
buildCounterGoogleAppsCloudidentityDevicesV1ListClientStatesResponse--;
}
-core.List<api.GoogleAppsCloudidentityDevicesV1DeviceUser> buildUnnamed1923() {
+core.List<api.GoogleAppsCloudidentityDevicesV1DeviceUser> buildUnnamed1922() {
var o = <api.GoogleAppsCloudidentityDevicesV1DeviceUser>[];
o.add(buildGoogleAppsCloudidentityDevicesV1DeviceUser());
o.add(buildGoogleAppsCloudidentityDevicesV1DeviceUser());
return o;
}
-void checkUnnamed1923(
+void checkUnnamed1922(
core.List<api.GoogleAppsCloudidentityDevicesV1DeviceUser> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAppsCloudidentityDevicesV1DeviceUser(
@@ -928,7 +928,7 @@
var o = api.GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse();
buildCounterGoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse++;
if (buildCounterGoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse < 3) {
- o.deviceUsers = buildUnnamed1923();
+ o.deviceUsers = buildUnnamed1922();
o.nextPageToken = 'foo';
}
buildCounterGoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse--;
@@ -939,7 +939,7 @@
api.GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse o) {
buildCounterGoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse++;
if (buildCounterGoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse < 3) {
- checkUnnamed1923(o.deviceUsers!);
+ checkUnnamed1922(o.deviceUsers!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -948,14 +948,14 @@
buildCounterGoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse--;
}
-core.List<api.GoogleAppsCloudidentityDevicesV1Device> buildUnnamed1924() {
+core.List<api.GoogleAppsCloudidentityDevicesV1Device> buildUnnamed1923() {
var o = <api.GoogleAppsCloudidentityDevicesV1Device>[];
o.add(buildGoogleAppsCloudidentityDevicesV1Device());
o.add(buildGoogleAppsCloudidentityDevicesV1Device());
return o;
}
-void checkUnnamed1924(core.List<api.GoogleAppsCloudidentityDevicesV1Device> o) {
+void checkUnnamed1923(core.List<api.GoogleAppsCloudidentityDevicesV1Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAppsCloudidentityDevicesV1Device(
o[0] as api.GoogleAppsCloudidentityDevicesV1Device);
@@ -969,7 +969,7 @@
var o = api.GoogleAppsCloudidentityDevicesV1ListDevicesResponse();
buildCounterGoogleAppsCloudidentityDevicesV1ListDevicesResponse++;
if (buildCounterGoogleAppsCloudidentityDevicesV1ListDevicesResponse < 3) {
- o.devices = buildUnnamed1924();
+ o.devices = buildUnnamed1923();
o.nextPageToken = 'foo';
}
buildCounterGoogleAppsCloudidentityDevicesV1ListDevicesResponse--;
@@ -980,7 +980,7 @@
api.GoogleAppsCloudidentityDevicesV1ListDevicesResponse o) {
buildCounterGoogleAppsCloudidentityDevicesV1ListDevicesResponse++;
if (buildCounterGoogleAppsCloudidentityDevicesV1ListDevicesResponse < 3) {
- checkUnnamed1924(o.devices!);
+ checkUnnamed1923(o.devices!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -989,14 +989,14 @@
buildCounterGoogleAppsCloudidentityDevicesV1ListDevicesResponse--;
}
-core.List<core.String> buildUnnamed1925() {
+core.List<core.String> buildUnnamed1924() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1925(core.List<core.String> o) {
+void checkUnnamed1924(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1018,7 +1018,7 @@
if (buildCounterGoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse <
3) {
o.customer = 'foo';
- o.names = buildUnnamed1925();
+ o.names = buildUnnamed1924();
o.nextPageToken = 'foo';
}
buildCounterGoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse--;
@@ -1034,7 +1034,7 @@
o.customer!,
unittest.equals('foo'),
);
- checkUnnamed1925(o.names!);
+ checkUnnamed1924(o.names!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1135,14 +1135,14 @@
buildCounterGoogleAppsCloudidentityDevicesV1WipeDeviceUserResponse--;
}
-core.Map<core.String, core.String> buildUnnamed1926() {
+core.Map<core.String, core.String> buildUnnamed1925() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1926(core.Map<core.String, core.String> o) {
+void checkUnnamed1925(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1164,7 +1164,7 @@
o.displayName = 'foo';
o.dynamicGroupMetadata = buildDynamicGroupMetadata();
o.groupKey = buildEntityKey();
- o.labels = buildUnnamed1926();
+ o.labels = buildUnnamed1925();
o.name = 'foo';
o.parent = 'foo';
o.updateTime = 'foo';
@@ -1191,7 +1191,7 @@
checkDynamicGroupMetadata(
o.dynamicGroupMetadata! as api.DynamicGroupMetadata);
checkEntityKey(o.groupKey! as api.EntityKey);
- checkUnnamed1926(o.labels!);
+ checkUnnamed1925(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1208,14 +1208,14 @@
buildCounterGroup--;
}
-core.Map<core.String, core.String> buildUnnamed1927() {
+core.Map<core.String, core.String> buildUnnamed1926() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1927(core.Map<core.String, core.String> o) {
+void checkUnnamed1926(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1227,14 +1227,14 @@
);
}
-core.List<api.TransitiveMembershipRole> buildUnnamed1928() {
+core.List<api.TransitiveMembershipRole> buildUnnamed1927() {
var o = <api.TransitiveMembershipRole>[];
o.add(buildTransitiveMembershipRole());
o.add(buildTransitiveMembershipRole());
return o;
}
-void checkUnnamed1928(core.List<api.TransitiveMembershipRole> o) {
+void checkUnnamed1927(core.List<api.TransitiveMembershipRole> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransitiveMembershipRole(o[0] as api.TransitiveMembershipRole);
checkTransitiveMembershipRole(o[1] as api.TransitiveMembershipRole);
@@ -1248,9 +1248,9 @@
o.displayName = 'foo';
o.group = 'foo';
o.groupKey = buildEntityKey();
- o.labels = buildUnnamed1927();
+ o.labels = buildUnnamed1926();
o.relationType = 'foo';
- o.roles = buildUnnamed1928();
+ o.roles = buildUnnamed1927();
}
buildCounterGroupRelation--;
return o;
@@ -1268,24 +1268,24 @@
unittest.equals('foo'),
);
checkEntityKey(o.groupKey! as api.EntityKey);
- checkUnnamed1927(o.labels!);
+ checkUnnamed1926(o.labels!);
unittest.expect(
o.relationType!,
unittest.equals('foo'),
);
- checkUnnamed1928(o.roles!);
+ checkUnnamed1927(o.roles!);
}
buildCounterGroupRelation--;
}
-core.List<api.Group> buildUnnamed1929() {
+core.List<api.Group> buildUnnamed1928() {
var o = <api.Group>[];
o.add(buildGroup());
o.add(buildGroup());
return o;
}
-void checkUnnamed1929(core.List<api.Group> o) {
+void checkUnnamed1928(core.List<api.Group> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroup(o[0] as api.Group);
checkGroup(o[1] as api.Group);
@@ -1296,7 +1296,7 @@
var o = api.ListGroupsResponse();
buildCounterListGroupsResponse++;
if (buildCounterListGroupsResponse < 3) {
- o.groups = buildUnnamed1929();
+ o.groups = buildUnnamed1928();
o.nextPageToken = 'foo';
}
buildCounterListGroupsResponse--;
@@ -1306,7 +1306,7 @@
void checkListGroupsResponse(api.ListGroupsResponse o) {
buildCounterListGroupsResponse++;
if (buildCounterListGroupsResponse < 3) {
- checkUnnamed1929(o.groups!);
+ checkUnnamed1928(o.groups!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1315,14 +1315,14 @@
buildCounterListGroupsResponse--;
}
-core.List<api.Membership> buildUnnamed1930() {
+core.List<api.Membership> buildUnnamed1929() {
var o = <api.Membership>[];
o.add(buildMembership());
o.add(buildMembership());
return o;
}
-void checkUnnamed1930(core.List<api.Membership> o) {
+void checkUnnamed1929(core.List<api.Membership> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembership(o[0] as api.Membership);
checkMembership(o[1] as api.Membership);
@@ -1333,7 +1333,7 @@
var o = api.ListMembershipsResponse();
buildCounterListMembershipsResponse++;
if (buildCounterListMembershipsResponse < 3) {
- o.memberships = buildUnnamed1930();
+ o.memberships = buildUnnamed1929();
o.nextPageToken = 'foo';
}
buildCounterListMembershipsResponse--;
@@ -1343,7 +1343,7 @@
void checkListMembershipsResponse(api.ListMembershipsResponse o) {
buildCounterListMembershipsResponse++;
if (buildCounterListMembershipsResponse < 3) {
- checkUnnamed1930(o.memberships!);
+ checkUnnamed1929(o.memberships!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1396,27 +1396,27 @@
buildCounterLookupMembershipNameResponse--;
}
-core.List<api.EntityKey> buildUnnamed1931() {
+core.List<api.EntityKey> buildUnnamed1930() {
var o = <api.EntityKey>[];
o.add(buildEntityKey());
o.add(buildEntityKey());
return o;
}
-void checkUnnamed1931(core.List<api.EntityKey> o) {
+void checkUnnamed1930(core.List<api.EntityKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityKey(o[0] as api.EntityKey);
checkEntityKey(o[1] as api.EntityKey);
}
-core.List<api.TransitiveMembershipRole> buildUnnamed1932() {
+core.List<api.TransitiveMembershipRole> buildUnnamed1931() {
var o = <api.TransitiveMembershipRole>[];
o.add(buildTransitiveMembershipRole());
o.add(buildTransitiveMembershipRole());
return o;
}
-void checkUnnamed1932(core.List<api.TransitiveMembershipRole> o) {
+void checkUnnamed1931(core.List<api.TransitiveMembershipRole> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransitiveMembershipRole(o[0] as api.TransitiveMembershipRole);
checkTransitiveMembershipRole(o[1] as api.TransitiveMembershipRole);
@@ -1428,9 +1428,9 @@
buildCounterMemberRelation++;
if (buildCounterMemberRelation < 3) {
o.member = 'foo';
- o.preferredMemberKey = buildUnnamed1931();
+ o.preferredMemberKey = buildUnnamed1930();
o.relationType = 'foo';
- o.roles = buildUnnamed1932();
+ o.roles = buildUnnamed1931();
}
buildCounterMemberRelation--;
return o;
@@ -1443,24 +1443,24 @@
o.member!,
unittest.equals('foo'),
);
- checkUnnamed1931(o.preferredMemberKey!);
+ checkUnnamed1930(o.preferredMemberKey!);
unittest.expect(
o.relationType!,
unittest.equals('foo'),
);
- checkUnnamed1932(o.roles!);
+ checkUnnamed1931(o.roles!);
}
buildCounterMemberRelation--;
}
-core.List<api.MembershipRole> buildUnnamed1933() {
+core.List<api.MembershipRole> buildUnnamed1932() {
var o = <api.MembershipRole>[];
o.add(buildMembershipRole());
o.add(buildMembershipRole());
return o;
}
-void checkUnnamed1933(core.List<api.MembershipRole> o) {
+void checkUnnamed1932(core.List<api.MembershipRole> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembershipRole(o[0] as api.MembershipRole);
checkMembershipRole(o[1] as api.MembershipRole);
@@ -1474,7 +1474,7 @@
o.createTime = 'foo';
o.name = 'foo';
o.preferredMemberKey = buildEntityKey();
- o.roles = buildUnnamed1933();
+ o.roles = buildUnnamed1932();
o.type = 'foo';
o.updateTime = 'foo';
}
@@ -1494,7 +1494,7 @@
unittest.equals('foo'),
);
checkEntityKey(o.preferredMemberKey! as api.EntityKey);
- checkUnnamed1933(o.roles!);
+ checkUnnamed1932(o.roles!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -1507,14 +1507,14 @@
buildCounterMembership--;
}
-core.List<api.Membership> buildUnnamed1934() {
+core.List<api.Membership> buildUnnamed1933() {
var o = <api.Membership>[];
o.add(buildMembership());
o.add(buildMembership());
return o;
}
-void checkUnnamed1934(core.List<api.Membership> o) {
+void checkUnnamed1933(core.List<api.Membership> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembership(o[0] as api.Membership);
checkMembership(o[1] as api.Membership);
@@ -1525,7 +1525,7 @@
var o = api.MembershipAdjacencyList();
buildCounterMembershipAdjacencyList++;
if (buildCounterMembershipAdjacencyList < 3) {
- o.edges = buildUnnamed1934();
+ o.edges = buildUnnamed1933();
o.group = 'foo';
}
buildCounterMembershipAdjacencyList--;
@@ -1535,7 +1535,7 @@
void checkMembershipAdjacencyList(api.MembershipAdjacencyList o) {
buildCounterMembershipAdjacencyList++;
if (buildCounterMembershipAdjacencyList < 3) {
- checkUnnamed1934(o.edges!);
+ checkUnnamed1933(o.edges!);
unittest.expect(
o.group!,
unittest.equals('foo'),
@@ -1568,27 +1568,27 @@
buildCounterMembershipRole--;
}
-core.List<api.MembershipRole> buildUnnamed1935() {
+core.List<api.MembershipRole> buildUnnamed1934() {
var o = <api.MembershipRole>[];
o.add(buildMembershipRole());
o.add(buildMembershipRole());
return o;
}
-void checkUnnamed1935(core.List<api.MembershipRole> o) {
+void checkUnnamed1934(core.List<api.MembershipRole> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembershipRole(o[0] as api.MembershipRole);
checkMembershipRole(o[1] as api.MembershipRole);
}
-core.List<core.String> buildUnnamed1936() {
+core.List<core.String> buildUnnamed1935() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1936(core.List<core.String> o) {
+void checkUnnamed1935(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1600,14 +1600,14 @@
);
}
-core.List<api.UpdateMembershipRolesParams> buildUnnamed1937() {
+core.List<api.UpdateMembershipRolesParams> buildUnnamed1936() {
var o = <api.UpdateMembershipRolesParams>[];
o.add(buildUpdateMembershipRolesParams());
o.add(buildUpdateMembershipRolesParams());
return o;
}
-void checkUnnamed1937(core.List<api.UpdateMembershipRolesParams> o) {
+void checkUnnamed1936(core.List<api.UpdateMembershipRolesParams> o) {
unittest.expect(o, unittest.hasLength(2));
checkUpdateMembershipRolesParams(o[0] as api.UpdateMembershipRolesParams);
checkUpdateMembershipRolesParams(o[1] as api.UpdateMembershipRolesParams);
@@ -1618,9 +1618,9 @@
var o = api.ModifyMembershipRolesRequest();
buildCounterModifyMembershipRolesRequest++;
if (buildCounterModifyMembershipRolesRequest < 3) {
- o.addRoles = buildUnnamed1935();
- o.removeRoles = buildUnnamed1936();
- o.updateRolesParams = buildUnnamed1937();
+ o.addRoles = buildUnnamed1934();
+ o.removeRoles = buildUnnamed1935();
+ o.updateRolesParams = buildUnnamed1936();
}
buildCounterModifyMembershipRolesRequest--;
return o;
@@ -1629,9 +1629,9 @@
void checkModifyMembershipRolesRequest(api.ModifyMembershipRolesRequest o) {
buildCounterModifyMembershipRolesRequest++;
if (buildCounterModifyMembershipRolesRequest < 3) {
- checkUnnamed1935(o.addRoles!);
- checkUnnamed1936(o.removeRoles!);
- checkUnnamed1937(o.updateRolesParams!);
+ checkUnnamed1934(o.addRoles!);
+ checkUnnamed1935(o.removeRoles!);
+ checkUnnamed1936(o.updateRolesParams!);
}
buildCounterModifyMembershipRolesRequest--;
}
@@ -1655,7 +1655,7 @@
buildCounterModifyMembershipRolesResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed1938() {
+core.Map<core.String, core.Object> buildUnnamed1937() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1670,7 +1670,7 @@
return o;
}
-void checkUnnamed1938(core.Map<core.String, core.Object> o) {
+void checkUnnamed1937(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1702,7 +1702,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed1939() {
+core.Map<core.String, core.Object> buildUnnamed1938() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1717,7 +1717,7 @@
return o;
}
-void checkUnnamed1939(core.Map<core.String, core.Object> o) {
+void checkUnnamed1938(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1756,9 +1756,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed1938();
+ o.metadata = buildUnnamed1937();
o.name = 'foo';
- o.response = buildUnnamed1939();
+ o.response = buildUnnamed1938();
}
buildCounterOperation--;
return o;
@@ -1769,24 +1769,24 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed1938(o.metadata!);
+ checkUnnamed1937(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed1939(o.response!);
+ checkUnnamed1938(o.response!);
}
buildCounterOperation--;
}
-core.List<api.Group> buildUnnamed1940() {
+core.List<api.Group> buildUnnamed1939() {
var o = <api.Group>[];
o.add(buildGroup());
o.add(buildGroup());
return o;
}
-void checkUnnamed1940(core.List<api.Group> o) {
+void checkUnnamed1939(core.List<api.Group> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroup(o[0] as api.Group);
checkGroup(o[1] as api.Group);
@@ -1797,7 +1797,7 @@
var o = api.SearchGroupsResponse();
buildCounterSearchGroupsResponse++;
if (buildCounterSearchGroupsResponse < 3) {
- o.groups = buildUnnamed1940();
+ o.groups = buildUnnamed1939();
o.nextPageToken = 'foo';
}
buildCounterSearchGroupsResponse--;
@@ -1807,7 +1807,7 @@
void checkSearchGroupsResponse(api.SearchGroupsResponse o) {
buildCounterSearchGroupsResponse++;
if (buildCounterSearchGroupsResponse < 3) {
- checkUnnamed1940(o.groups!);
+ checkUnnamed1939(o.groups!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1816,14 +1816,14 @@
buildCounterSearchGroupsResponse--;
}
-core.List<api.GroupRelation> buildUnnamed1941() {
+core.List<api.GroupRelation> buildUnnamed1940() {
var o = <api.GroupRelation>[];
o.add(buildGroupRelation());
o.add(buildGroupRelation());
return o;
}
-void checkUnnamed1941(core.List<api.GroupRelation> o) {
+void checkUnnamed1940(core.List<api.GroupRelation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroupRelation(o[0] as api.GroupRelation);
checkGroupRelation(o[1] as api.GroupRelation);
@@ -1834,7 +1834,7 @@
var o = api.SearchTransitiveGroupsResponse();
buildCounterSearchTransitiveGroupsResponse++;
if (buildCounterSearchTransitiveGroupsResponse < 3) {
- o.memberships = buildUnnamed1941();
+ o.memberships = buildUnnamed1940();
o.nextPageToken = 'foo';
}
buildCounterSearchTransitiveGroupsResponse--;
@@ -1844,7 +1844,7 @@
void checkSearchTransitiveGroupsResponse(api.SearchTransitiveGroupsResponse o) {
buildCounterSearchTransitiveGroupsResponse++;
if (buildCounterSearchTransitiveGroupsResponse < 3) {
- checkUnnamed1941(o.memberships!);
+ checkUnnamed1940(o.memberships!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1853,14 +1853,14 @@
buildCounterSearchTransitiveGroupsResponse--;
}
-core.List<api.MemberRelation> buildUnnamed1942() {
+core.List<api.MemberRelation> buildUnnamed1941() {
var o = <api.MemberRelation>[];
o.add(buildMemberRelation());
o.add(buildMemberRelation());
return o;
}
-void checkUnnamed1942(core.List<api.MemberRelation> o) {
+void checkUnnamed1941(core.List<api.MemberRelation> o) {
unittest.expect(o, unittest.hasLength(2));
checkMemberRelation(o[0] as api.MemberRelation);
checkMemberRelation(o[1] as api.MemberRelation);
@@ -1872,7 +1872,7 @@
var o = api.SearchTransitiveMembershipsResponse();
buildCounterSearchTransitiveMembershipsResponse++;
if (buildCounterSearchTransitiveMembershipsResponse < 3) {
- o.memberships = buildUnnamed1942();
+ o.memberships = buildUnnamed1941();
o.nextPageToken = 'foo';
}
buildCounterSearchTransitiveMembershipsResponse--;
@@ -1883,7 +1883,7 @@
api.SearchTransitiveMembershipsResponse o) {
buildCounterSearchTransitiveMembershipsResponse++;
if (buildCounterSearchTransitiveMembershipsResponse < 3) {
- checkUnnamed1942(o.memberships!);
+ checkUnnamed1941(o.memberships!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1892,7 +1892,7 @@
buildCounterSearchTransitiveMembershipsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed1943() {
+core.Map<core.String, core.Object> buildUnnamed1942() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1907,7 +1907,7 @@
return o;
}
-void checkUnnamed1943(core.Map<core.String, core.Object> o) {
+void checkUnnamed1942(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1939,17 +1939,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed1944() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed1943() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed1943());
- o.add(buildUnnamed1943());
+ o.add(buildUnnamed1942());
+ o.add(buildUnnamed1942());
return o;
}
-void checkUnnamed1944(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed1943(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed1943(o[0]);
- checkUnnamed1943(o[1]);
+ checkUnnamed1942(o[0]);
+ checkUnnamed1942(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1958,7 +1958,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed1944();
+ o.details = buildUnnamed1943();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1972,7 +1972,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed1944(o.details!);
+ checkUnnamed1943(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/cloudiot/v1_test.dart b/generated/googleapis/test/cloudiot/v1_test.dart
index db7bd62..833f72c 100644
--- a/generated/googleapis/test/cloudiot/v1_test.dart
+++ b/generated/googleapis/test/cloudiot/v1_test.dart
@@ -69,14 +69,14 @@
buildCounterBindDeviceToGatewayResponse--;
}
-core.List<core.String> buildUnnamed3248() {
+core.List<core.String> buildUnnamed3256() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3248(core.List<core.String> o) {
+void checkUnnamed3256(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -94,7 +94,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed3248();
+ o.members = buildUnnamed3256();
o.role = 'foo';
}
buildCounterBinding--;
@@ -105,7 +105,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed3248(o.members!);
+ checkUnnamed3256(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -114,27 +114,27 @@
buildCounterBinding--;
}
-core.List<api.DeviceCredential> buildUnnamed3249() {
+core.List<api.DeviceCredential> buildUnnamed3257() {
var o = <api.DeviceCredential>[];
o.add(buildDeviceCredential());
o.add(buildDeviceCredential());
return o;
}
-void checkUnnamed3249(core.List<api.DeviceCredential> o) {
+void checkUnnamed3257(core.List<api.DeviceCredential> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeviceCredential(o[0] as api.DeviceCredential);
checkDeviceCredential(o[1] as api.DeviceCredential);
}
-core.Map<core.String, core.String> buildUnnamed3250() {
+core.Map<core.String, core.String> buildUnnamed3258() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3250(core.Map<core.String, core.String> o) {
+void checkUnnamed3258(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -153,7 +153,7 @@
if (buildCounterDevice < 3) {
o.blocked = true;
o.config = buildDeviceConfig();
- o.credentials = buildUnnamed3249();
+ o.credentials = buildUnnamed3257();
o.gatewayConfig = buildGatewayConfig();
o.id = 'foo';
o.lastConfigAckTime = 'foo';
@@ -164,7 +164,7 @@
o.lastHeartbeatTime = 'foo';
o.lastStateTime = 'foo';
o.logLevel = 'foo';
- o.metadata = buildUnnamed3250();
+ o.metadata = buildUnnamed3258();
o.name = 'foo';
o.numId = 'foo';
o.state = buildDeviceState();
@@ -178,7 +178,7 @@
if (buildCounterDevice < 3) {
unittest.expect(o.blocked!, unittest.isTrue);
checkDeviceConfig(o.config! as api.DeviceConfig);
- checkUnnamed3249(o.credentials!);
+ checkUnnamed3257(o.credentials!);
checkGatewayConfig(o.gatewayConfig! as api.GatewayConfig);
unittest.expect(
o.id!,
@@ -213,7 +213,7 @@
o.logLevel!,
unittest.equals('foo'),
);
- checkUnnamed3250(o.metadata!);
+ checkUnnamed3258(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -288,27 +288,27 @@
buildCounterDeviceCredential--;
}
-core.List<api.RegistryCredential> buildUnnamed3251() {
+core.List<api.RegistryCredential> buildUnnamed3259() {
var o = <api.RegistryCredential>[];
o.add(buildRegistryCredential());
o.add(buildRegistryCredential());
return o;
}
-void checkUnnamed3251(core.List<api.RegistryCredential> o) {
+void checkUnnamed3259(core.List<api.RegistryCredential> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegistryCredential(o[0] as api.RegistryCredential);
checkRegistryCredential(o[1] as api.RegistryCredential);
}
-core.List<api.EventNotificationConfig> buildUnnamed3252() {
+core.List<api.EventNotificationConfig> buildUnnamed3260() {
var o = <api.EventNotificationConfig>[];
o.add(buildEventNotificationConfig());
o.add(buildEventNotificationConfig());
return o;
}
-void checkUnnamed3252(core.List<api.EventNotificationConfig> o) {
+void checkUnnamed3260(core.List<api.EventNotificationConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventNotificationConfig(o[0] as api.EventNotificationConfig);
checkEventNotificationConfig(o[1] as api.EventNotificationConfig);
@@ -319,8 +319,8 @@
var o = api.DeviceRegistry();
buildCounterDeviceRegistry++;
if (buildCounterDeviceRegistry < 3) {
- o.credentials = buildUnnamed3251();
- o.eventNotificationConfigs = buildUnnamed3252();
+ o.credentials = buildUnnamed3259();
+ o.eventNotificationConfigs = buildUnnamed3260();
o.httpConfig = buildHttpConfig();
o.id = 'foo';
o.logLevel = 'foo';
@@ -335,8 +335,8 @@
void checkDeviceRegistry(api.DeviceRegistry o) {
buildCounterDeviceRegistry++;
if (buildCounterDeviceRegistry < 3) {
- checkUnnamed3251(o.credentials!);
- checkUnnamed3252(o.eventNotificationConfigs!);
+ checkUnnamed3259(o.credentials!);
+ checkUnnamed3260(o.eventNotificationConfigs!);
checkHttpConfig(o.httpConfig! as api.HttpConfig);
unittest.expect(
o.id!,
@@ -563,14 +563,14 @@
buildCounterHttpConfig--;
}
-core.List<api.DeviceConfig> buildUnnamed3253() {
+core.List<api.DeviceConfig> buildUnnamed3261() {
var o = <api.DeviceConfig>[];
o.add(buildDeviceConfig());
o.add(buildDeviceConfig());
return o;
}
-void checkUnnamed3253(core.List<api.DeviceConfig> o) {
+void checkUnnamed3261(core.List<api.DeviceConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeviceConfig(o[0] as api.DeviceConfig);
checkDeviceConfig(o[1] as api.DeviceConfig);
@@ -581,7 +581,7 @@
var o = api.ListDeviceConfigVersionsResponse();
buildCounterListDeviceConfigVersionsResponse++;
if (buildCounterListDeviceConfigVersionsResponse < 3) {
- o.deviceConfigs = buildUnnamed3253();
+ o.deviceConfigs = buildUnnamed3261();
}
buildCounterListDeviceConfigVersionsResponse--;
return o;
@@ -591,19 +591,19 @@
api.ListDeviceConfigVersionsResponse o) {
buildCounterListDeviceConfigVersionsResponse++;
if (buildCounterListDeviceConfigVersionsResponse < 3) {
- checkUnnamed3253(o.deviceConfigs!);
+ checkUnnamed3261(o.deviceConfigs!);
}
buildCounterListDeviceConfigVersionsResponse--;
}
-core.List<api.DeviceRegistry> buildUnnamed3254() {
+core.List<api.DeviceRegistry> buildUnnamed3262() {
var o = <api.DeviceRegistry>[];
o.add(buildDeviceRegistry());
o.add(buildDeviceRegistry());
return o;
}
-void checkUnnamed3254(core.List<api.DeviceRegistry> o) {
+void checkUnnamed3262(core.List<api.DeviceRegistry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeviceRegistry(o[0] as api.DeviceRegistry);
checkDeviceRegistry(o[1] as api.DeviceRegistry);
@@ -614,7 +614,7 @@
var o = api.ListDeviceRegistriesResponse();
buildCounterListDeviceRegistriesResponse++;
if (buildCounterListDeviceRegistriesResponse < 3) {
- o.deviceRegistries = buildUnnamed3254();
+ o.deviceRegistries = buildUnnamed3262();
o.nextPageToken = 'foo';
}
buildCounterListDeviceRegistriesResponse--;
@@ -624,7 +624,7 @@
void checkListDeviceRegistriesResponse(api.ListDeviceRegistriesResponse o) {
buildCounterListDeviceRegistriesResponse++;
if (buildCounterListDeviceRegistriesResponse < 3) {
- checkUnnamed3254(o.deviceRegistries!);
+ checkUnnamed3262(o.deviceRegistries!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -633,14 +633,14 @@
buildCounterListDeviceRegistriesResponse--;
}
-core.List<api.DeviceState> buildUnnamed3255() {
+core.List<api.DeviceState> buildUnnamed3263() {
var o = <api.DeviceState>[];
o.add(buildDeviceState());
o.add(buildDeviceState());
return o;
}
-void checkUnnamed3255(core.List<api.DeviceState> o) {
+void checkUnnamed3263(core.List<api.DeviceState> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeviceState(o[0] as api.DeviceState);
checkDeviceState(o[1] as api.DeviceState);
@@ -651,7 +651,7 @@
var o = api.ListDeviceStatesResponse();
buildCounterListDeviceStatesResponse++;
if (buildCounterListDeviceStatesResponse < 3) {
- o.deviceStates = buildUnnamed3255();
+ o.deviceStates = buildUnnamed3263();
}
buildCounterListDeviceStatesResponse--;
return o;
@@ -660,19 +660,19 @@
void checkListDeviceStatesResponse(api.ListDeviceStatesResponse o) {
buildCounterListDeviceStatesResponse++;
if (buildCounterListDeviceStatesResponse < 3) {
- checkUnnamed3255(o.deviceStates!);
+ checkUnnamed3263(o.deviceStates!);
}
buildCounterListDeviceStatesResponse--;
}
-core.List<api.Device> buildUnnamed3256() {
+core.List<api.Device> buildUnnamed3264() {
var o = <api.Device>[];
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-void checkUnnamed3256(core.List<api.Device> o) {
+void checkUnnamed3264(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0] as api.Device);
checkDevice(o[1] as api.Device);
@@ -683,7 +683,7 @@
var o = api.ListDevicesResponse();
buildCounterListDevicesResponse++;
if (buildCounterListDevicesResponse < 3) {
- o.devices = buildUnnamed3256();
+ o.devices = buildUnnamed3264();
o.nextPageToken = 'foo';
}
buildCounterListDevicesResponse--;
@@ -693,7 +693,7 @@
void checkListDevicesResponse(api.ListDevicesResponse o) {
buildCounterListDevicesResponse++;
if (buildCounterListDevicesResponse < 3) {
- checkUnnamed3256(o.devices!);
+ checkUnnamed3264(o.devices!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -752,14 +752,14 @@
buildCounterMqttConfig--;
}
-core.List<api.Binding> buildUnnamed3257() {
+core.List<api.Binding> buildUnnamed3265() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed3257(core.List<api.Binding> o) {
+void checkUnnamed3265(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -770,7 +770,7 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed3257();
+ o.bindings = buildUnnamed3265();
o.etag = 'foo';
o.version = 42;
}
@@ -781,7 +781,7 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed3257(o.bindings!);
+ checkUnnamed3265(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -953,7 +953,7 @@
buildCounterStateNotificationConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed3258() {
+core.Map<core.String, core.Object> buildUnnamed3266() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -968,7 +968,7 @@
return o;
}
-void checkUnnamed3258(core.Map<core.String, core.Object> o) {
+void checkUnnamed3266(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1000,17 +1000,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3259() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3267() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3258());
- o.add(buildUnnamed3258());
+ o.add(buildUnnamed3266());
+ o.add(buildUnnamed3266());
return o;
}
-void checkUnnamed3259(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3267(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3258(o[0]);
- checkUnnamed3258(o[1]);
+ checkUnnamed3266(o[0]);
+ checkUnnamed3266(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1019,7 +1019,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3259();
+ o.details = buildUnnamed3267();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1033,7 +1033,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3259(o.details!);
+ checkUnnamed3267(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1042,14 +1042,14 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed3260() {
+core.List<core.String> buildUnnamed3268() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3260(core.List<core.String> o) {
+void checkUnnamed3268(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1066,7 +1066,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed3260();
+ o.permissions = buildUnnamed3268();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -1075,19 +1075,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed3260(o.permissions!);
+ checkUnnamed3268(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed3261() {
+core.List<core.String> buildUnnamed3269() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3261(core.List<core.String> o) {
+void checkUnnamed3269(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1104,7 +1104,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed3261();
+ o.permissions = buildUnnamed3269();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1113,7 +1113,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed3261(o.permissions!);
+ checkUnnamed3269(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
@@ -1208,14 +1208,14 @@
buildCounterX509CertificateDetails--;
}
-core.List<core.String> buildUnnamed3262() {
+core.List<core.String> buildUnnamed3270() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3262(core.List<core.String> o) {
+void checkUnnamed3270(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1227,14 +1227,14 @@
);
}
-core.List<core.String> buildUnnamed3263() {
+core.List<core.String> buildUnnamed3271() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3263(core.List<core.String> o) {
+void checkUnnamed3271(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1246,14 +1246,14 @@
);
}
-core.List<core.String> buildUnnamed3264() {
+core.List<core.String> buildUnnamed3272() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3264(core.List<core.String> o) {
+void checkUnnamed3272(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1265,14 +1265,14 @@
);
}
-core.List<core.String> buildUnnamed3265() {
+core.List<core.String> buildUnnamed3273() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3265(core.List<core.String> o) {
+void checkUnnamed3273(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2398,8 +2398,8 @@
var mock = HttpServerMock();
var res = api.CloudIotApi(mock).projects.locations.registries.devices;
var arg_parent = 'foo';
- var arg_deviceIds = buildUnnamed3262();
- var arg_deviceNumIds = buildUnnamed3263();
+ var arg_deviceIds = buildUnnamed3270();
+ var arg_deviceNumIds = buildUnnamed3271();
var arg_fieldMask = 'foo';
var arg_gatewayListOptions_associationsDeviceId = 'foo';
var arg_gatewayListOptions_associationsGatewayId = 'foo';
@@ -2993,8 +2993,8 @@
var res =
api.CloudIotApi(mock).projects.locations.registries.groups.devices;
var arg_parent = 'foo';
- var arg_deviceIds = buildUnnamed3264();
- var arg_deviceNumIds = buildUnnamed3265();
+ var arg_deviceIds = buildUnnamed3272();
+ var arg_deviceNumIds = buildUnnamed3273();
var arg_fieldMask = 'foo';
var arg_gatewayListOptions_associationsDeviceId = 'foo';
var arg_gatewayListOptions_associationsGatewayId = 'foo';
diff --git a/generated/googleapis/test/cloudkms/v1_test.dart b/generated/googleapis/test/cloudkms/v1_test.dart
index b55039f..6289b40 100644
--- a/generated/googleapis/test/cloudkms/v1_test.dart
+++ b/generated/googleapis/test/cloudkms/v1_test.dart
@@ -151,14 +151,14 @@
buildCounterAsymmetricSignResponse--;
}
-core.List<api.AuditLogConfig> buildUnnamed6055() {
+core.List<api.AuditLogConfig> buildUnnamed6106() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed6055(core.List<api.AuditLogConfig> o) {
+void checkUnnamed6106(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -169,7 +169,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed6055();
+ o.auditLogConfigs = buildUnnamed6106();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -179,7 +179,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed6055(o.auditLogConfigs!);
+ checkUnnamed6106(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -188,14 +188,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed6056() {
+core.List<core.String> buildUnnamed6107() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6056(core.List<core.String> o) {
+void checkUnnamed6107(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -212,7 +212,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed6056();
+ o.exemptedMembers = buildUnnamed6107();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -222,7 +222,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed6056(o.exemptedMembers!);
+ checkUnnamed6107(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -231,14 +231,14 @@
buildCounterAuditLogConfig--;
}
-core.List<core.String> buildUnnamed6057() {
+core.List<core.String> buildUnnamed6108() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6057(core.List<core.String> o) {
+void checkUnnamed6108(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -256,7 +256,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed6057();
+ o.members = buildUnnamed6108();
o.role = 'foo';
}
buildCounterBinding--;
@@ -267,7 +267,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed6057(o.members!);
+ checkUnnamed6108(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -276,14 +276,14 @@
buildCounterBinding--;
}
-core.List<core.String> buildUnnamed6058() {
+core.List<core.String> buildUnnamed6109() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6058(core.List<core.String> o) {
+void checkUnnamed6109(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -295,14 +295,14 @@
);
}
-core.List<core.String> buildUnnamed6059() {
+core.List<core.String> buildUnnamed6110() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6059(core.List<core.String> o) {
+void checkUnnamed6110(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -314,14 +314,14 @@
);
}
-core.List<core.String> buildUnnamed6060() {
+core.List<core.String> buildUnnamed6111() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6060(core.List<core.String> o) {
+void checkUnnamed6111(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -338,9 +338,9 @@
var o = api.CertificateChains();
buildCounterCertificateChains++;
if (buildCounterCertificateChains < 3) {
- o.caviumCerts = buildUnnamed6058();
- o.googleCardCerts = buildUnnamed6059();
- o.googlePartitionCerts = buildUnnamed6060();
+ o.caviumCerts = buildUnnamed6109();
+ o.googleCardCerts = buildUnnamed6110();
+ o.googlePartitionCerts = buildUnnamed6111();
}
buildCounterCertificateChains--;
return o;
@@ -349,21 +349,21 @@
void checkCertificateChains(api.CertificateChains o) {
buildCounterCertificateChains++;
if (buildCounterCertificateChains < 3) {
- checkUnnamed6058(o.caviumCerts!);
- checkUnnamed6059(o.googleCardCerts!);
- checkUnnamed6060(o.googlePartitionCerts!);
+ checkUnnamed6109(o.caviumCerts!);
+ checkUnnamed6110(o.googleCardCerts!);
+ checkUnnamed6111(o.googlePartitionCerts!);
}
buildCounterCertificateChains--;
}
-core.Map<core.String, core.String> buildUnnamed6061() {
+core.Map<core.String, core.String> buildUnnamed6112() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6061(core.Map<core.String, core.String> o) {
+void checkUnnamed6112(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -381,7 +381,7 @@
buildCounterCryptoKey++;
if (buildCounterCryptoKey < 3) {
o.createTime = 'foo';
- o.labels = buildUnnamed6061();
+ o.labels = buildUnnamed6112();
o.name = 'foo';
o.nextRotationTime = 'foo';
o.primary = buildCryptoKeyVersion();
@@ -400,7 +400,7 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed6061(o.labels!);
+ checkUnnamed6112(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -933,14 +933,14 @@
buildCounterKeyRing--;
}
-core.List<api.CryptoKeyVersion> buildUnnamed6062() {
+core.List<api.CryptoKeyVersion> buildUnnamed6113() {
var o = <api.CryptoKeyVersion>[];
o.add(buildCryptoKeyVersion());
o.add(buildCryptoKeyVersion());
return o;
}
-void checkUnnamed6062(core.List<api.CryptoKeyVersion> o) {
+void checkUnnamed6113(core.List<api.CryptoKeyVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkCryptoKeyVersion(o[0] as api.CryptoKeyVersion);
checkCryptoKeyVersion(o[1] as api.CryptoKeyVersion);
@@ -951,7 +951,7 @@
var o = api.ListCryptoKeyVersionsResponse();
buildCounterListCryptoKeyVersionsResponse++;
if (buildCounterListCryptoKeyVersionsResponse < 3) {
- o.cryptoKeyVersions = buildUnnamed6062();
+ o.cryptoKeyVersions = buildUnnamed6113();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -962,7 +962,7 @@
void checkListCryptoKeyVersionsResponse(api.ListCryptoKeyVersionsResponse o) {
buildCounterListCryptoKeyVersionsResponse++;
if (buildCounterListCryptoKeyVersionsResponse < 3) {
- checkUnnamed6062(o.cryptoKeyVersions!);
+ checkUnnamed6113(o.cryptoKeyVersions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -975,14 +975,14 @@
buildCounterListCryptoKeyVersionsResponse--;
}
-core.List<api.CryptoKey> buildUnnamed6063() {
+core.List<api.CryptoKey> buildUnnamed6114() {
var o = <api.CryptoKey>[];
o.add(buildCryptoKey());
o.add(buildCryptoKey());
return o;
}
-void checkUnnamed6063(core.List<api.CryptoKey> o) {
+void checkUnnamed6114(core.List<api.CryptoKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkCryptoKey(o[0] as api.CryptoKey);
checkCryptoKey(o[1] as api.CryptoKey);
@@ -993,7 +993,7 @@
var o = api.ListCryptoKeysResponse();
buildCounterListCryptoKeysResponse++;
if (buildCounterListCryptoKeysResponse < 3) {
- o.cryptoKeys = buildUnnamed6063();
+ o.cryptoKeys = buildUnnamed6114();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -1004,7 +1004,7 @@
void checkListCryptoKeysResponse(api.ListCryptoKeysResponse o) {
buildCounterListCryptoKeysResponse++;
if (buildCounterListCryptoKeysResponse < 3) {
- checkUnnamed6063(o.cryptoKeys!);
+ checkUnnamed6114(o.cryptoKeys!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1017,14 +1017,14 @@
buildCounterListCryptoKeysResponse--;
}
-core.List<api.ImportJob> buildUnnamed6064() {
+core.List<api.ImportJob> buildUnnamed6115() {
var o = <api.ImportJob>[];
o.add(buildImportJob());
o.add(buildImportJob());
return o;
}
-void checkUnnamed6064(core.List<api.ImportJob> o) {
+void checkUnnamed6115(core.List<api.ImportJob> o) {
unittest.expect(o, unittest.hasLength(2));
checkImportJob(o[0] as api.ImportJob);
checkImportJob(o[1] as api.ImportJob);
@@ -1035,7 +1035,7 @@
var o = api.ListImportJobsResponse();
buildCounterListImportJobsResponse++;
if (buildCounterListImportJobsResponse < 3) {
- o.importJobs = buildUnnamed6064();
+ o.importJobs = buildUnnamed6115();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -1046,7 +1046,7 @@
void checkListImportJobsResponse(api.ListImportJobsResponse o) {
buildCounterListImportJobsResponse++;
if (buildCounterListImportJobsResponse < 3) {
- checkUnnamed6064(o.importJobs!);
+ checkUnnamed6115(o.importJobs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1059,14 +1059,14 @@
buildCounterListImportJobsResponse--;
}
-core.List<api.KeyRing> buildUnnamed6065() {
+core.List<api.KeyRing> buildUnnamed6116() {
var o = <api.KeyRing>[];
o.add(buildKeyRing());
o.add(buildKeyRing());
return o;
}
-void checkUnnamed6065(core.List<api.KeyRing> o) {
+void checkUnnamed6116(core.List<api.KeyRing> o) {
unittest.expect(o, unittest.hasLength(2));
checkKeyRing(o[0] as api.KeyRing);
checkKeyRing(o[1] as api.KeyRing);
@@ -1077,7 +1077,7 @@
var o = api.ListKeyRingsResponse();
buildCounterListKeyRingsResponse++;
if (buildCounterListKeyRingsResponse < 3) {
- o.keyRings = buildUnnamed6065();
+ o.keyRings = buildUnnamed6116();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -1088,7 +1088,7 @@
void checkListKeyRingsResponse(api.ListKeyRingsResponse o) {
buildCounterListKeyRingsResponse++;
if (buildCounterListKeyRingsResponse < 3) {
- checkUnnamed6065(o.keyRings!);
+ checkUnnamed6116(o.keyRings!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1101,14 +1101,14 @@
buildCounterListKeyRingsResponse--;
}
-core.List<api.Location> buildUnnamed6066() {
+core.List<api.Location> buildUnnamed6117() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed6066(core.List<api.Location> o) {
+void checkUnnamed6117(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1119,7 +1119,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed6066();
+ o.locations = buildUnnamed6117();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -1129,7 +1129,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed6066(o.locations!);
+ checkUnnamed6117(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1138,14 +1138,14 @@
buildCounterListLocationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed6067() {
+core.Map<core.String, core.String> buildUnnamed6118() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6067(core.Map<core.String, core.String> o) {
+void checkUnnamed6118(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1157,7 +1157,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6068() {
+core.Map<core.String, core.Object> buildUnnamed6119() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1172,7 +1172,7 @@
return o;
}
-void checkUnnamed6068(core.Map<core.String, core.Object> o) {
+void checkUnnamed6119(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1210,9 +1210,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed6067();
+ o.labels = buildUnnamed6118();
o.locationId = 'foo';
- o.metadata = buildUnnamed6068();
+ o.metadata = buildUnnamed6119();
o.name = 'foo';
}
buildCounterLocation--;
@@ -1226,12 +1226,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed6067(o.labels!);
+ checkUnnamed6118(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed6068(o.metadata!);
+ checkUnnamed6119(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1261,27 +1261,27 @@
buildCounterLocationMetadata--;
}
-core.List<api.AuditConfig> buildUnnamed6069() {
+core.List<api.AuditConfig> buildUnnamed6120() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed6069(core.List<api.AuditConfig> o) {
+void checkUnnamed6120(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed6070() {
+core.List<api.Binding> buildUnnamed6121() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed6070(core.List<api.Binding> o) {
+void checkUnnamed6121(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -1292,8 +1292,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed6069();
- o.bindings = buildUnnamed6070();
+ o.auditConfigs = buildUnnamed6120();
+ o.bindings = buildUnnamed6121();
o.etag = 'foo';
o.version = 42;
}
@@ -1304,8 +1304,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed6069(o.auditConfigs!);
- checkUnnamed6070(o.bindings!);
+ checkUnnamed6120(o.auditConfigs!);
+ checkUnnamed6121(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1399,14 +1399,14 @@
buildCounterSetIamPolicyRequest--;
}
-core.List<core.String> buildUnnamed6071() {
+core.List<core.String> buildUnnamed6122() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6071(core.List<core.String> o) {
+void checkUnnamed6122(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1423,7 +1423,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed6071();
+ o.permissions = buildUnnamed6122();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -1432,19 +1432,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed6071(o.permissions!);
+ checkUnnamed6122(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed6072() {
+core.List<core.String> buildUnnamed6123() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6072(core.List<core.String> o) {
+void checkUnnamed6123(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1461,7 +1461,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed6072();
+ o.permissions = buildUnnamed6123();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1470,7 +1470,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed6072(o.permissions!);
+ checkUnnamed6123(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/cloudprofiler/v2_test.dart b/generated/googleapis/test/cloudprofiler/v2_test.dart
index 322bb16..1a8ba51 100644
--- a/generated/googleapis/test/cloudprofiler/v2_test.dart
+++ b/generated/googleapis/test/cloudprofiler/v2_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed2943() {
+core.List<core.String> buildUnnamed2951() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2943(core.List<core.String> o) {
+void checkUnnamed2951(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -52,7 +52,7 @@
buildCounterCreateProfileRequest++;
if (buildCounterCreateProfileRequest < 3) {
o.deployment = buildDeployment();
- o.profileType = buildUnnamed2943();
+ o.profileType = buildUnnamed2951();
}
buildCounterCreateProfileRequest--;
return o;
@@ -62,19 +62,19 @@
buildCounterCreateProfileRequest++;
if (buildCounterCreateProfileRequest < 3) {
checkDeployment(o.deployment! as api.Deployment);
- checkUnnamed2943(o.profileType!);
+ checkUnnamed2951(o.profileType!);
}
buildCounterCreateProfileRequest--;
}
-core.Map<core.String, core.String> buildUnnamed2944() {
+core.Map<core.String, core.String> buildUnnamed2952() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2944(core.Map<core.String, core.String> o) {
+void checkUnnamed2952(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -91,7 +91,7 @@
var o = api.Deployment();
buildCounterDeployment++;
if (buildCounterDeployment < 3) {
- o.labels = buildUnnamed2944();
+ o.labels = buildUnnamed2952();
o.projectId = 'foo';
o.target = 'foo';
}
@@ -102,7 +102,7 @@
void checkDeployment(api.Deployment o) {
buildCounterDeployment++;
if (buildCounterDeployment < 3) {
- checkUnnamed2944(o.labels!);
+ checkUnnamed2952(o.labels!);
unittest.expect(
o.projectId!,
unittest.equals('foo'),
@@ -115,14 +115,14 @@
buildCounterDeployment--;
}
-core.Map<core.String, core.String> buildUnnamed2945() {
+core.Map<core.String, core.String> buildUnnamed2953() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2945(core.Map<core.String, core.String> o) {
+void checkUnnamed2953(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -141,7 +141,7 @@
if (buildCounterProfile < 3) {
o.deployment = buildDeployment();
o.duration = 'foo';
- o.labels = buildUnnamed2945();
+ o.labels = buildUnnamed2953();
o.name = 'foo';
o.profileBytes = 'foo';
o.profileType = 'foo';
@@ -158,7 +158,7 @@
o.duration!,
unittest.equals('foo'),
);
- checkUnnamed2945(o.labels!);
+ checkUnnamed2953(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/cloudresourcemanager/v1_test.dart b/generated/googleapis/test/cloudresourcemanager/v1_test.dart
index 1fa69c1..1824c70 100644
--- a/generated/googleapis/test/cloudresourcemanager/v1_test.dart
+++ b/generated/googleapis/test/cloudresourcemanager/v1_test.dart
@@ -46,14 +46,14 @@
buildCounterAncestor--;
}
-core.List<api.AuditLogConfig> buildUnnamed3715() {
+core.List<api.AuditLogConfig> buildUnnamed3725() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed3715(core.List<api.AuditLogConfig> o) {
+void checkUnnamed3725(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -64,7 +64,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed3715();
+ o.auditLogConfigs = buildUnnamed3725();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -74,7 +74,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed3715(o.auditLogConfigs!);
+ checkUnnamed3725(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -83,14 +83,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed3716() {
+core.List<core.String> buildUnnamed3726() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3716(core.List<core.String> o) {
+void checkUnnamed3726(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -107,7 +107,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed3716();
+ o.exemptedMembers = buildUnnamed3726();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -117,7 +117,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed3716(o.exemptedMembers!);
+ checkUnnamed3726(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -126,14 +126,14 @@
buildCounterAuditLogConfig--;
}
-core.List<core.String> buildUnnamed3717() {
+core.List<core.String> buildUnnamed3727() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3717(core.List<core.String> o) {
+void checkUnnamed3727(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -151,7 +151,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed3717();
+ o.members = buildUnnamed3727();
o.role = 'foo';
}
buildCounterBinding--;
@@ -162,7 +162,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed3717(o.members!);
+ checkUnnamed3727(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -682,14 +682,14 @@
buildCounterGetAncestryRequest--;
}
-core.List<api.Ancestor> buildUnnamed3718() {
+core.List<api.Ancestor> buildUnnamed3728() {
var o = <api.Ancestor>[];
o.add(buildAncestor());
o.add(buildAncestor());
return o;
}
-void checkUnnamed3718(core.List<api.Ancestor> o) {
+void checkUnnamed3728(core.List<api.Ancestor> o) {
unittest.expect(o, unittest.hasLength(2));
checkAncestor(o[0] as api.Ancestor);
checkAncestor(o[1] as api.Ancestor);
@@ -700,7 +700,7 @@
var o = api.GetAncestryResponse();
buildCounterGetAncestryResponse++;
if (buildCounterGetAncestryResponse < 3) {
- o.ancestor = buildUnnamed3718();
+ o.ancestor = buildUnnamed3728();
}
buildCounterGetAncestryResponse--;
return o;
@@ -709,7 +709,7 @@
void checkGetAncestryResponse(api.GetAncestryResponse o) {
buildCounterGetAncestryResponse++;
if (buildCounterGetAncestryResponse < 3) {
- checkUnnamed3718(o.ancestor!);
+ checkUnnamed3728(o.ancestor!);
}
buildCounterGetAncestryResponse--;
}
@@ -799,14 +799,14 @@
buildCounterGetPolicyOptions--;
}
-core.List<core.String> buildUnnamed3719() {
+core.List<core.String> buildUnnamed3729() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3719(core.List<core.String> o) {
+void checkUnnamed3729(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -828,7 +828,7 @@
o.origin = 'foo';
o.parent = 'foo';
o.reason = 'foo';
- o.restrictions = buildUnnamed3719();
+ o.restrictions = buildUnnamed3729();
}
buildCounterLien--;
return o;
@@ -857,7 +857,7 @@
o.reason!,
unittest.equals('foo'),
);
- checkUnnamed3719(o.restrictions!);
+ checkUnnamed3729(o.restrictions!);
}
buildCounterLien--;
}
@@ -891,14 +891,14 @@
buildCounterListAvailableOrgPolicyConstraintsRequest--;
}
-core.List<api.Constraint> buildUnnamed3720() {
+core.List<api.Constraint> buildUnnamed3730() {
var o = <api.Constraint>[];
o.add(buildConstraint());
o.add(buildConstraint());
return o;
}
-void checkUnnamed3720(core.List<api.Constraint> o) {
+void checkUnnamed3730(core.List<api.Constraint> o) {
unittest.expect(o, unittest.hasLength(2));
checkConstraint(o[0] as api.Constraint);
checkConstraint(o[1] as api.Constraint);
@@ -910,7 +910,7 @@
var o = api.ListAvailableOrgPolicyConstraintsResponse();
buildCounterListAvailableOrgPolicyConstraintsResponse++;
if (buildCounterListAvailableOrgPolicyConstraintsResponse < 3) {
- o.constraints = buildUnnamed3720();
+ o.constraints = buildUnnamed3730();
o.nextPageToken = 'foo';
}
buildCounterListAvailableOrgPolicyConstraintsResponse--;
@@ -921,7 +921,7 @@
api.ListAvailableOrgPolicyConstraintsResponse o) {
buildCounterListAvailableOrgPolicyConstraintsResponse++;
if (buildCounterListAvailableOrgPolicyConstraintsResponse < 3) {
- checkUnnamed3720(o.constraints!);
+ checkUnnamed3730(o.constraints!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -954,14 +954,14 @@
buildCounterListConstraint--;
}
-core.List<api.Lien> buildUnnamed3721() {
+core.List<api.Lien> buildUnnamed3731() {
var o = <api.Lien>[];
o.add(buildLien());
o.add(buildLien());
return o;
}
-void checkUnnamed3721(core.List<api.Lien> o) {
+void checkUnnamed3731(core.List<api.Lien> o) {
unittest.expect(o, unittest.hasLength(2));
checkLien(o[0] as api.Lien);
checkLien(o[1] as api.Lien);
@@ -972,7 +972,7 @@
var o = api.ListLiensResponse();
buildCounterListLiensResponse++;
if (buildCounterListLiensResponse < 3) {
- o.liens = buildUnnamed3721();
+ o.liens = buildUnnamed3731();
o.nextPageToken = 'foo';
}
buildCounterListLiensResponse--;
@@ -982,7 +982,7 @@
void checkListLiensResponse(api.ListLiensResponse o) {
buildCounterListLiensResponse++;
if (buildCounterListLiensResponse < 3) {
- checkUnnamed3721(o.liens!);
+ checkUnnamed3731(o.liens!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1018,14 +1018,14 @@
buildCounterListOrgPoliciesRequest--;
}
-core.List<api.OrgPolicy> buildUnnamed3722() {
+core.List<api.OrgPolicy> buildUnnamed3732() {
var o = <api.OrgPolicy>[];
o.add(buildOrgPolicy());
o.add(buildOrgPolicy());
return o;
}
-void checkUnnamed3722(core.List<api.OrgPolicy> o) {
+void checkUnnamed3732(core.List<api.OrgPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrgPolicy(o[0] as api.OrgPolicy);
checkOrgPolicy(o[1] as api.OrgPolicy);
@@ -1037,7 +1037,7 @@
buildCounterListOrgPoliciesResponse++;
if (buildCounterListOrgPoliciesResponse < 3) {
o.nextPageToken = 'foo';
- o.policies = buildUnnamed3722();
+ o.policies = buildUnnamed3732();
}
buildCounterListOrgPoliciesResponse--;
return o;
@@ -1050,19 +1050,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3722(o.policies!);
+ checkUnnamed3732(o.policies!);
}
buildCounterListOrgPoliciesResponse--;
}
-core.List<core.String> buildUnnamed3723() {
+core.List<core.String> buildUnnamed3733() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3723(core.List<core.String> o) {
+void checkUnnamed3733(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1074,14 +1074,14 @@
);
}
-core.List<core.String> buildUnnamed3724() {
+core.List<core.String> buildUnnamed3734() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3724(core.List<core.String> o) {
+void checkUnnamed3734(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1099,8 +1099,8 @@
buildCounterListPolicy++;
if (buildCounterListPolicy < 3) {
o.allValues = 'foo';
- o.allowedValues = buildUnnamed3723();
- o.deniedValues = buildUnnamed3724();
+ o.allowedValues = buildUnnamed3733();
+ o.deniedValues = buildUnnamed3734();
o.inheritFromParent = true;
o.suggestedValue = 'foo';
}
@@ -1115,8 +1115,8 @@
o.allValues!,
unittest.equals('foo'),
);
- checkUnnamed3723(o.allowedValues!);
- checkUnnamed3724(o.deniedValues!);
+ checkUnnamed3733(o.allowedValues!);
+ checkUnnamed3734(o.deniedValues!);
unittest.expect(o.inheritFromParent!, unittest.isTrue);
unittest.expect(
o.suggestedValue!,
@@ -1126,14 +1126,14 @@
buildCounterListPolicy--;
}
-core.List<api.Project> buildUnnamed3725() {
+core.List<api.Project> buildUnnamed3735() {
var o = <api.Project>[];
o.add(buildProject());
o.add(buildProject());
return o;
}
-void checkUnnamed3725(core.List<api.Project> o) {
+void checkUnnamed3735(core.List<api.Project> o) {
unittest.expect(o, unittest.hasLength(2));
checkProject(o[0] as api.Project);
checkProject(o[1] as api.Project);
@@ -1145,7 +1145,7 @@
buildCounterListProjectsResponse++;
if (buildCounterListProjectsResponse < 3) {
o.nextPageToken = 'foo';
- o.projects = buildUnnamed3725();
+ o.projects = buildUnnamed3735();
}
buildCounterListProjectsResponse--;
return o;
@@ -1158,7 +1158,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3725(o.projects!);
+ checkUnnamed3735(o.projects!);
}
buildCounterListProjectsResponse--;
}
@@ -1210,7 +1210,7 @@
buildCounterMoveProjectMetadata--;
}
-core.Map<core.String, core.Object> buildUnnamed3726() {
+core.Map<core.String, core.Object> buildUnnamed3736() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1225,7 +1225,7 @@
return o;
}
-void checkUnnamed3726(core.Map<core.String, core.Object> o) {
+void checkUnnamed3736(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1257,7 +1257,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3727() {
+core.Map<core.String, core.Object> buildUnnamed3737() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1272,7 +1272,7 @@
return o;
}
-void checkUnnamed3727(core.Map<core.String, core.Object> o) {
+void checkUnnamed3737(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1311,9 +1311,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3726();
+ o.metadata = buildUnnamed3736();
o.name = 'foo';
- o.response = buildUnnamed3727();
+ o.response = buildUnnamed3737();
}
buildCounterOperation--;
return o;
@@ -1324,12 +1324,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3726(o.metadata!);
+ checkUnnamed3736(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3727(o.response!);
+ checkUnnamed3737(o.response!);
}
buildCounterOperation--;
}
@@ -1438,27 +1438,27 @@
buildCounterOrganizationOwner--;
}
-core.List<api.AuditConfig> buildUnnamed3728() {
+core.List<api.AuditConfig> buildUnnamed3738() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed3728(core.List<api.AuditConfig> o) {
+void checkUnnamed3738(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed3729() {
+core.List<api.Binding> buildUnnamed3739() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed3729(core.List<api.Binding> o) {
+void checkUnnamed3739(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -1469,8 +1469,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed3728();
- o.bindings = buildUnnamed3729();
+ o.auditConfigs = buildUnnamed3738();
+ o.bindings = buildUnnamed3739();
o.etag = 'foo';
o.version = 42;
}
@@ -1481,8 +1481,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed3728(o.auditConfigs!);
- checkUnnamed3729(o.bindings!);
+ checkUnnamed3738(o.auditConfigs!);
+ checkUnnamed3739(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1495,14 +1495,14 @@
buildCounterPolicy--;
}
-core.Map<core.String, core.String> buildUnnamed3730() {
+core.Map<core.String, core.String> buildUnnamed3740() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3730(core.Map<core.String, core.String> o) {
+void checkUnnamed3740(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1520,7 +1520,7 @@
buildCounterProject++;
if (buildCounterProject < 3) {
o.createTime = 'foo';
- o.labels = buildUnnamed3730();
+ o.labels = buildUnnamed3740();
o.lifecycleState = 'foo';
o.name = 'foo';
o.parent = buildResourceId();
@@ -1538,7 +1538,7 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed3730(o.labels!);
+ checkUnnamed3740(o.labels!);
unittest.expect(
o.lifecycleState!,
unittest.equals('foo'),
@@ -1660,14 +1660,14 @@
buildCounterSearchOrganizationsRequest--;
}
-core.List<api.Organization> buildUnnamed3731() {
+core.List<api.Organization> buildUnnamed3741() {
var o = <api.Organization>[];
o.add(buildOrganization());
o.add(buildOrganization());
return o;
}
-void checkUnnamed3731(core.List<api.Organization> o) {
+void checkUnnamed3741(core.List<api.Organization> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrganization(o[0] as api.Organization);
checkOrganization(o[1] as api.Organization);
@@ -1679,7 +1679,7 @@
buildCounterSearchOrganizationsResponse++;
if (buildCounterSearchOrganizationsResponse < 3) {
o.nextPageToken = 'foo';
- o.organizations = buildUnnamed3731();
+ o.organizations = buildUnnamed3741();
}
buildCounterSearchOrganizationsResponse--;
return o;
@@ -1692,7 +1692,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3731(o.organizations!);
+ checkUnnamed3741(o.organizations!);
}
buildCounterSearchOrganizationsResponse--;
}
@@ -1740,7 +1740,7 @@
buildCounterSetOrgPolicyRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed3732() {
+core.Map<core.String, core.Object> buildUnnamed3742() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1755,7 +1755,7 @@
return o;
}
-void checkUnnamed3732(core.Map<core.String, core.Object> o) {
+void checkUnnamed3742(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1787,17 +1787,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3733() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3743() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3732());
- o.add(buildUnnamed3732());
+ o.add(buildUnnamed3742());
+ o.add(buildUnnamed3742());
return o;
}
-void checkUnnamed3733(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3743(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3732(o[0]);
- checkUnnamed3732(o[1]);
+ checkUnnamed3742(o[0]);
+ checkUnnamed3742(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1806,7 +1806,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3733();
+ o.details = buildUnnamed3743();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1820,7 +1820,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3733(o.details!);
+ checkUnnamed3743(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1829,14 +1829,14 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed3734() {
+core.List<core.String> buildUnnamed3744() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3734(core.List<core.String> o) {
+void checkUnnamed3744(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1853,7 +1853,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed3734();
+ o.permissions = buildUnnamed3744();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -1862,19 +1862,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed3734(o.permissions!);
+ checkUnnamed3744(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed3735() {
+core.List<core.String> buildUnnamed3745() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3735(core.List<core.String> o) {
+void checkUnnamed3745(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1891,7 +1891,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed3735();
+ o.permissions = buildUnnamed3745();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1900,7 +1900,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed3735(o.permissions!);
+ checkUnnamed3745(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/cloudresourcemanager/v2_test.dart b/generated/googleapis/test/cloudresourcemanager/v2_test.dart
index 6be3e7a..339f25f 100644
--- a/generated/googleapis/test/cloudresourcemanager/v2_test.dart
+++ b/generated/googleapis/test/cloudresourcemanager/v2_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.AuditLogConfig> buildUnnamed3625() {
+core.List<api.AuditLogConfig> buildUnnamed3635() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed3625(core.List<api.AuditLogConfig> o) {
+void checkUnnamed3635(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -45,7 +45,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed3625();
+ o.auditLogConfigs = buildUnnamed3635();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -55,7 +55,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed3625(o.auditLogConfigs!);
+ checkUnnamed3635(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -64,14 +64,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed3626() {
+core.List<core.String> buildUnnamed3636() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3626(core.List<core.String> o) {
+void checkUnnamed3636(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -88,7 +88,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed3626();
+ o.exemptedMembers = buildUnnamed3636();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -98,7 +98,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed3626(o.exemptedMembers!);
+ checkUnnamed3636(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -107,14 +107,14 @@
buildCounterAuditLogConfig--;
}
-core.List<core.String> buildUnnamed3627() {
+core.List<core.String> buildUnnamed3637() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3627(core.List<core.String> o) {
+void checkUnnamed3637(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -132,7 +132,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed3627();
+ o.members = buildUnnamed3637();
o.role = 'foo';
}
buildCounterBinding--;
@@ -143,7 +143,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed3627(o.members!);
+ checkUnnamed3637(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -609,14 +609,14 @@
buildCounterGetPolicyOptions--;
}
-core.List<api.Folder> buildUnnamed3628() {
+core.List<api.Folder> buildUnnamed3638() {
var o = <api.Folder>[];
o.add(buildFolder());
o.add(buildFolder());
return o;
}
-void checkUnnamed3628(core.List<api.Folder> o) {
+void checkUnnamed3638(core.List<api.Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkFolder(o[0] as api.Folder);
checkFolder(o[1] as api.Folder);
@@ -627,7 +627,7 @@
var o = api.ListFoldersResponse();
buildCounterListFoldersResponse++;
if (buildCounterListFoldersResponse < 3) {
- o.folders = buildUnnamed3628();
+ o.folders = buildUnnamed3638();
o.nextPageToken = 'foo';
}
buildCounterListFoldersResponse--;
@@ -637,7 +637,7 @@
void checkListFoldersResponse(api.ListFoldersResponse o) {
buildCounterListFoldersResponse++;
if (buildCounterListFoldersResponse < 3) {
- checkUnnamed3628(o.folders!);
+ checkUnnamed3638(o.folders!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -715,7 +715,7 @@
buildCounterMoveProjectMetadata--;
}
-core.Map<core.String, core.Object> buildUnnamed3629() {
+core.Map<core.String, core.Object> buildUnnamed3639() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -730,7 +730,7 @@
return o;
}
-void checkUnnamed3629(core.Map<core.String, core.Object> o) {
+void checkUnnamed3639(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -762,7 +762,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3630() {
+core.Map<core.String, core.Object> buildUnnamed3640() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -777,7 +777,7 @@
return o;
}
-void checkUnnamed3630(core.Map<core.String, core.Object> o) {
+void checkUnnamed3640(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -816,9 +816,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3629();
+ o.metadata = buildUnnamed3639();
o.name = 'foo';
- o.response = buildUnnamed3630();
+ o.response = buildUnnamed3640();
}
buildCounterOperation--;
return o;
@@ -829,37 +829,37 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3629(o.metadata!);
+ checkUnnamed3639(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3630(o.response!);
+ checkUnnamed3640(o.response!);
}
buildCounterOperation--;
}
-core.List<api.AuditConfig> buildUnnamed3631() {
+core.List<api.AuditConfig> buildUnnamed3641() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed3631(core.List<api.AuditConfig> o) {
+void checkUnnamed3641(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed3632() {
+core.List<api.Binding> buildUnnamed3642() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed3632(core.List<api.Binding> o) {
+void checkUnnamed3642(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -870,8 +870,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed3631();
- o.bindings = buildUnnamed3632();
+ o.auditConfigs = buildUnnamed3641();
+ o.bindings = buildUnnamed3642();
o.etag = 'foo';
o.version = 42;
}
@@ -882,8 +882,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed3631(o.auditConfigs!);
- checkUnnamed3632(o.bindings!);
+ checkUnnamed3641(o.auditConfigs!);
+ checkUnnamed3642(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -954,14 +954,14 @@
buildCounterSearchFoldersRequest--;
}
-core.List<api.Folder> buildUnnamed3633() {
+core.List<api.Folder> buildUnnamed3643() {
var o = <api.Folder>[];
o.add(buildFolder());
o.add(buildFolder());
return o;
}
-void checkUnnamed3633(core.List<api.Folder> o) {
+void checkUnnamed3643(core.List<api.Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkFolder(o[0] as api.Folder);
checkFolder(o[1] as api.Folder);
@@ -972,7 +972,7 @@
var o = api.SearchFoldersResponse();
buildCounterSearchFoldersResponse++;
if (buildCounterSearchFoldersResponse < 3) {
- o.folders = buildUnnamed3633();
+ o.folders = buildUnnamed3643();
o.nextPageToken = 'foo';
}
buildCounterSearchFoldersResponse--;
@@ -982,7 +982,7 @@
void checkSearchFoldersResponse(api.SearchFoldersResponse o) {
buildCounterSearchFoldersResponse++;
if (buildCounterSearchFoldersResponse < 3) {
- checkUnnamed3633(o.folders!);
+ checkUnnamed3643(o.folders!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1015,7 +1015,7 @@
buildCounterSetIamPolicyRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed3634() {
+core.Map<core.String, core.Object> buildUnnamed3644() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1030,7 +1030,7 @@
return o;
}
-void checkUnnamed3634(core.Map<core.String, core.Object> o) {
+void checkUnnamed3644(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1062,17 +1062,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3635() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3645() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3634());
- o.add(buildUnnamed3634());
+ o.add(buildUnnamed3644());
+ o.add(buildUnnamed3644());
return o;
}
-void checkUnnamed3635(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3645(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3634(o[0]);
- checkUnnamed3634(o[1]);
+ checkUnnamed3644(o[0]);
+ checkUnnamed3644(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1081,7 +1081,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3635();
+ o.details = buildUnnamed3645();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1095,7 +1095,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3635(o.details!);
+ checkUnnamed3645(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1104,14 +1104,14 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed3636() {
+core.List<core.String> buildUnnamed3646() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3636(core.List<core.String> o) {
+void checkUnnamed3646(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1128,7 +1128,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed3636();
+ o.permissions = buildUnnamed3646();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -1137,19 +1137,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed3636(o.permissions!);
+ checkUnnamed3646(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed3637() {
+core.List<core.String> buildUnnamed3647() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3637(core.List<core.String> o) {
+void checkUnnamed3647(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1166,7 +1166,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed3637();
+ o.permissions = buildUnnamed3647();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1175,7 +1175,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed3637(o.permissions!);
+ checkUnnamed3647(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/cloudresourcemanager/v3_test.dart b/generated/googleapis/test/cloudresourcemanager/v3_test.dart
index f3c4092..a1d55eb 100644
--- a/generated/googleapis/test/cloudresourcemanager/v3_test.dart
+++ b/generated/googleapis/test/cloudresourcemanager/v3_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.AuditLogConfig> buildUnnamed2473() {
+core.List<api.AuditLogConfig> buildUnnamed2480() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed2473(core.List<api.AuditLogConfig> o) {
+void checkUnnamed2480(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -45,7 +45,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed2473();
+ o.auditLogConfigs = buildUnnamed2480();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -55,7 +55,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed2473(o.auditLogConfigs!);
+ checkUnnamed2480(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -64,14 +64,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed2474() {
+core.List<core.String> buildUnnamed2481() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2474(core.List<core.String> o) {
+void checkUnnamed2481(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -88,7 +88,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed2474();
+ o.exemptedMembers = buildUnnamed2481();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -98,7 +98,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed2474(o.exemptedMembers!);
+ checkUnnamed2481(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -107,14 +107,14 @@
buildCounterAuditLogConfig--;
}
-core.List<core.String> buildUnnamed2475() {
+core.List<core.String> buildUnnamed2482() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2475(core.List<core.String> o) {
+void checkUnnamed2482(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -132,7 +132,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed2475();
+ o.members = buildUnnamed2482();
o.role = 'foo';
}
buildCounterBinding--;
@@ -143,7 +143,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed2475(o.members!);
+ checkUnnamed2482(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -639,14 +639,14 @@
buildCounterGetPolicyOptions--;
}
-core.List<core.String> buildUnnamed2476() {
+core.List<core.String> buildUnnamed2483() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2476(core.List<core.String> o) {
+void checkUnnamed2483(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -668,7 +668,7 @@
o.origin = 'foo';
o.parent = 'foo';
o.reason = 'foo';
- o.restrictions = buildUnnamed2476();
+ o.restrictions = buildUnnamed2483();
}
buildCounterLien--;
return o;
@@ -697,19 +697,19 @@
o.reason!,
unittest.equals('foo'),
);
- checkUnnamed2476(o.restrictions!);
+ checkUnnamed2483(o.restrictions!);
}
buildCounterLien--;
}
-core.List<api.Folder> buildUnnamed2477() {
+core.List<api.Folder> buildUnnamed2484() {
var o = <api.Folder>[];
o.add(buildFolder());
o.add(buildFolder());
return o;
}
-void checkUnnamed2477(core.List<api.Folder> o) {
+void checkUnnamed2484(core.List<api.Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkFolder(o[0] as api.Folder);
checkFolder(o[1] as api.Folder);
@@ -720,7 +720,7 @@
var o = api.ListFoldersResponse();
buildCounterListFoldersResponse++;
if (buildCounterListFoldersResponse < 3) {
- o.folders = buildUnnamed2477();
+ o.folders = buildUnnamed2484();
o.nextPageToken = 'foo';
}
buildCounterListFoldersResponse--;
@@ -730,7 +730,7 @@
void checkListFoldersResponse(api.ListFoldersResponse o) {
buildCounterListFoldersResponse++;
if (buildCounterListFoldersResponse < 3) {
- checkUnnamed2477(o.folders!);
+ checkUnnamed2484(o.folders!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -739,14 +739,14 @@
buildCounterListFoldersResponse--;
}
-core.List<api.Lien> buildUnnamed2478() {
+core.List<api.Lien> buildUnnamed2485() {
var o = <api.Lien>[];
o.add(buildLien());
o.add(buildLien());
return o;
}
-void checkUnnamed2478(core.List<api.Lien> o) {
+void checkUnnamed2485(core.List<api.Lien> o) {
unittest.expect(o, unittest.hasLength(2));
checkLien(o[0] as api.Lien);
checkLien(o[1] as api.Lien);
@@ -757,7 +757,7 @@
var o = api.ListLiensResponse();
buildCounterListLiensResponse++;
if (buildCounterListLiensResponse < 3) {
- o.liens = buildUnnamed2478();
+ o.liens = buildUnnamed2485();
o.nextPageToken = 'foo';
}
buildCounterListLiensResponse--;
@@ -767,7 +767,7 @@
void checkListLiensResponse(api.ListLiensResponse o) {
buildCounterListLiensResponse++;
if (buildCounterListLiensResponse < 3) {
- checkUnnamed2478(o.liens!);
+ checkUnnamed2485(o.liens!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -776,14 +776,14 @@
buildCounterListLiensResponse--;
}
-core.List<api.Project> buildUnnamed2479() {
+core.List<api.Project> buildUnnamed2486() {
var o = <api.Project>[];
o.add(buildProject());
o.add(buildProject());
return o;
}
-void checkUnnamed2479(core.List<api.Project> o) {
+void checkUnnamed2486(core.List<api.Project> o) {
unittest.expect(o, unittest.hasLength(2));
checkProject(o[0] as api.Project);
checkProject(o[1] as api.Project);
@@ -795,7 +795,7 @@
buildCounterListProjectsResponse++;
if (buildCounterListProjectsResponse < 3) {
o.nextPageToken = 'foo';
- o.projects = buildUnnamed2479();
+ o.projects = buildUnnamed2486();
}
buildCounterListProjectsResponse--;
return o;
@@ -808,19 +808,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2479(o.projects!);
+ checkUnnamed2486(o.projects!);
}
buildCounterListProjectsResponse--;
}
-core.List<api.TagBinding> buildUnnamed2480() {
+core.List<api.TagBinding> buildUnnamed2487() {
var o = <api.TagBinding>[];
o.add(buildTagBinding());
o.add(buildTagBinding());
return o;
}
-void checkUnnamed2480(core.List<api.TagBinding> o) {
+void checkUnnamed2487(core.List<api.TagBinding> o) {
unittest.expect(o, unittest.hasLength(2));
checkTagBinding(o[0] as api.TagBinding);
checkTagBinding(o[1] as api.TagBinding);
@@ -832,7 +832,7 @@
buildCounterListTagBindingsResponse++;
if (buildCounterListTagBindingsResponse < 3) {
o.nextPageToken = 'foo';
- o.tagBindings = buildUnnamed2480();
+ o.tagBindings = buildUnnamed2487();
}
buildCounterListTagBindingsResponse--;
return o;
@@ -845,19 +845,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2480(o.tagBindings!);
+ checkUnnamed2487(o.tagBindings!);
}
buildCounterListTagBindingsResponse--;
}
-core.List<api.TagKey> buildUnnamed2481() {
+core.List<api.TagKey> buildUnnamed2488() {
var o = <api.TagKey>[];
o.add(buildTagKey());
o.add(buildTagKey());
return o;
}
-void checkUnnamed2481(core.List<api.TagKey> o) {
+void checkUnnamed2488(core.List<api.TagKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkTagKey(o[0] as api.TagKey);
checkTagKey(o[1] as api.TagKey);
@@ -869,7 +869,7 @@
buildCounterListTagKeysResponse++;
if (buildCounterListTagKeysResponse < 3) {
o.nextPageToken = 'foo';
- o.tagKeys = buildUnnamed2481();
+ o.tagKeys = buildUnnamed2488();
}
buildCounterListTagKeysResponse--;
return o;
@@ -882,19 +882,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2481(o.tagKeys!);
+ checkUnnamed2488(o.tagKeys!);
}
buildCounterListTagKeysResponse--;
}
-core.List<api.TagValue> buildUnnamed2482() {
+core.List<api.TagValue> buildUnnamed2489() {
var o = <api.TagValue>[];
o.add(buildTagValue());
o.add(buildTagValue());
return o;
}
-void checkUnnamed2482(core.List<api.TagValue> o) {
+void checkUnnamed2489(core.List<api.TagValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkTagValue(o[0] as api.TagValue);
checkTagValue(o[1] as api.TagValue);
@@ -906,7 +906,7 @@
buildCounterListTagValuesResponse++;
if (buildCounterListTagValuesResponse < 3) {
o.nextPageToken = 'foo';
- o.tagValues = buildUnnamed2482();
+ o.tagValues = buildUnnamed2489();
}
buildCounterListTagValuesResponse--;
return o;
@@ -919,7 +919,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2482(o.tagValues!);
+ checkUnnamed2489(o.tagValues!);
}
buildCounterListTagValuesResponse--;
}
@@ -1015,7 +1015,7 @@
buildCounterMoveProjectRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed2483() {
+core.Map<core.String, core.Object> buildUnnamed2490() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1030,7 +1030,7 @@
return o;
}
-void checkUnnamed2483(core.Map<core.String, core.Object> o) {
+void checkUnnamed2490(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1062,7 +1062,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2484() {
+core.Map<core.String, core.Object> buildUnnamed2491() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1077,7 +1077,7 @@
return o;
}
-void checkUnnamed2484(core.Map<core.String, core.Object> o) {
+void checkUnnamed2491(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1116,9 +1116,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed2483();
+ o.metadata = buildUnnamed2490();
o.name = 'foo';
- o.response = buildUnnamed2484();
+ o.response = buildUnnamed2491();
}
buildCounterOperation--;
return o;
@@ -1129,12 +1129,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed2483(o.metadata!);
+ checkUnnamed2490(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2484(o.response!);
+ checkUnnamed2491(o.response!);
}
buildCounterOperation--;
}
@@ -1196,27 +1196,27 @@
buildCounterOrganization--;
}
-core.List<api.AuditConfig> buildUnnamed2485() {
+core.List<api.AuditConfig> buildUnnamed2492() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed2485(core.List<api.AuditConfig> o) {
+void checkUnnamed2492(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed2486() {
+core.List<api.Binding> buildUnnamed2493() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed2486(core.List<api.Binding> o) {
+void checkUnnamed2493(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -1227,8 +1227,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed2485();
- o.bindings = buildUnnamed2486();
+ o.auditConfigs = buildUnnamed2492();
+ o.bindings = buildUnnamed2493();
o.etag = 'foo';
o.version = 42;
}
@@ -1239,8 +1239,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed2485(o.auditConfigs!);
- checkUnnamed2486(o.bindings!);
+ checkUnnamed2492(o.auditConfigs!);
+ checkUnnamed2493(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1253,14 +1253,14 @@
buildCounterPolicy--;
}
-core.Map<core.String, core.String> buildUnnamed2487() {
+core.Map<core.String, core.String> buildUnnamed2494() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2487(core.Map<core.String, core.String> o) {
+void checkUnnamed2494(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1281,7 +1281,7 @@
o.deleteTime = 'foo';
o.displayName = 'foo';
o.etag = 'foo';
- o.labels = buildUnnamed2487();
+ o.labels = buildUnnamed2494();
o.name = 'foo';
o.parent = 'foo';
o.projectId = 'foo';
@@ -1311,7 +1311,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2487(o.labels!);
+ checkUnnamed2494(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1362,14 +1362,14 @@
buildCounterProjectCreationStatus--;
}
-core.List<api.Folder> buildUnnamed2488() {
+core.List<api.Folder> buildUnnamed2495() {
var o = <api.Folder>[];
o.add(buildFolder());
o.add(buildFolder());
return o;
}
-void checkUnnamed2488(core.List<api.Folder> o) {
+void checkUnnamed2495(core.List<api.Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkFolder(o[0] as api.Folder);
checkFolder(o[1] as api.Folder);
@@ -1380,7 +1380,7 @@
var o = api.SearchFoldersResponse();
buildCounterSearchFoldersResponse++;
if (buildCounterSearchFoldersResponse < 3) {
- o.folders = buildUnnamed2488();
+ o.folders = buildUnnamed2495();
o.nextPageToken = 'foo';
}
buildCounterSearchFoldersResponse--;
@@ -1390,7 +1390,7 @@
void checkSearchFoldersResponse(api.SearchFoldersResponse o) {
buildCounterSearchFoldersResponse++;
if (buildCounterSearchFoldersResponse < 3) {
- checkUnnamed2488(o.folders!);
+ checkUnnamed2495(o.folders!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1399,14 +1399,14 @@
buildCounterSearchFoldersResponse--;
}
-core.List<api.Organization> buildUnnamed2489() {
+core.List<api.Organization> buildUnnamed2496() {
var o = <api.Organization>[];
o.add(buildOrganization());
o.add(buildOrganization());
return o;
}
-void checkUnnamed2489(core.List<api.Organization> o) {
+void checkUnnamed2496(core.List<api.Organization> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrganization(o[0] as api.Organization);
checkOrganization(o[1] as api.Organization);
@@ -1418,7 +1418,7 @@
buildCounterSearchOrganizationsResponse++;
if (buildCounterSearchOrganizationsResponse < 3) {
o.nextPageToken = 'foo';
- o.organizations = buildUnnamed2489();
+ o.organizations = buildUnnamed2496();
}
buildCounterSearchOrganizationsResponse--;
return o;
@@ -1431,19 +1431,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2489(o.organizations!);
+ checkUnnamed2496(o.organizations!);
}
buildCounterSearchOrganizationsResponse--;
}
-core.List<api.Project> buildUnnamed2490() {
+core.List<api.Project> buildUnnamed2497() {
var o = <api.Project>[];
o.add(buildProject());
o.add(buildProject());
return o;
}
-void checkUnnamed2490(core.List<api.Project> o) {
+void checkUnnamed2497(core.List<api.Project> o) {
unittest.expect(o, unittest.hasLength(2));
checkProject(o[0] as api.Project);
checkProject(o[1] as api.Project);
@@ -1455,7 +1455,7 @@
buildCounterSearchProjectsResponse++;
if (buildCounterSearchProjectsResponse < 3) {
o.nextPageToken = 'foo';
- o.projects = buildUnnamed2490();
+ o.projects = buildUnnamed2497();
}
buildCounterSearchProjectsResponse--;
return o;
@@ -1468,7 +1468,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2490(o.projects!);
+ checkUnnamed2497(o.projects!);
}
buildCounterSearchProjectsResponse--;
}
@@ -1497,7 +1497,7 @@
buildCounterSetIamPolicyRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed2491() {
+core.Map<core.String, core.Object> buildUnnamed2498() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1512,7 +1512,7 @@
return o;
}
-void checkUnnamed2491(core.Map<core.String, core.Object> o) {
+void checkUnnamed2498(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1544,17 +1544,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2492() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2499() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2491());
- o.add(buildUnnamed2491());
+ o.add(buildUnnamed2498());
+ o.add(buildUnnamed2498());
return o;
}
-void checkUnnamed2492(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2499(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2491(o[0]);
- checkUnnamed2491(o[1]);
+ checkUnnamed2498(o[0]);
+ checkUnnamed2498(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1563,7 +1563,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2492();
+ o.details = buildUnnamed2499();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1577,7 +1577,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2492(o.details!);
+ checkUnnamed2499(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1732,14 +1732,14 @@
buildCounterTagValue--;
}
-core.List<core.String> buildUnnamed2493() {
+core.List<core.String> buildUnnamed2500() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2493(core.List<core.String> o) {
+void checkUnnamed2500(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1756,7 +1756,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed2493();
+ o.permissions = buildUnnamed2500();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -1765,19 +1765,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed2493(o.permissions!);
+ checkUnnamed2500(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed2494() {
+core.List<core.String> buildUnnamed2501() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2494(core.List<core.String> o) {
+void checkUnnamed2501(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1794,7 +1794,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed2494();
+ o.permissions = buildUnnamed2501();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1803,7 +1803,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed2494(o.permissions!);
+ checkUnnamed2501(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/cloudscheduler/v1_test.dart b/generated/googleapis/test/cloudscheduler/v1_test.dart
index 2114dff..975800c 100644
--- a/generated/googleapis/test/cloudscheduler/v1_test.dart
+++ b/generated/googleapis/test/cloudscheduler/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.Map<core.String, core.String> buildUnnamed3615() {
+core.Map<core.String, core.String> buildUnnamed3625() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3615(core.Map<core.String, core.String> o) {
+void checkUnnamed3625(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -53,7 +53,7 @@
if (buildCounterAppEngineHttpTarget < 3) {
o.appEngineRouting = buildAppEngineRouting();
o.body = 'foo';
- o.headers = buildUnnamed3615();
+ o.headers = buildUnnamed3625();
o.httpMethod = 'foo';
o.relativeUri = 'foo';
}
@@ -69,7 +69,7 @@
o.body!,
unittest.equals('foo'),
);
- checkUnnamed3615(o.headers!);
+ checkUnnamed3625(o.headers!);
unittest.expect(
o.httpMethod!,
unittest.equals('foo'),
@@ -134,14 +134,14 @@
buildCounterEmpty--;
}
-core.Map<core.String, core.String> buildUnnamed3616() {
+core.Map<core.String, core.String> buildUnnamed3626() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3616(core.Map<core.String, core.String> o) {
+void checkUnnamed3626(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -159,7 +159,7 @@
buildCounterHttpTarget++;
if (buildCounterHttpTarget < 3) {
o.body = 'foo';
- o.headers = buildUnnamed3616();
+ o.headers = buildUnnamed3626();
o.httpMethod = 'foo';
o.oauthToken = buildOAuthToken();
o.oidcToken = buildOidcToken();
@@ -176,7 +176,7 @@
o.body!,
unittest.equals('foo'),
);
- checkUnnamed3616(o.headers!);
+ checkUnnamed3626(o.headers!);
unittest.expect(
o.httpMethod!,
unittest.equals('foo'),
@@ -263,14 +263,14 @@
buildCounterJob--;
}
-core.List<api.Job> buildUnnamed3617() {
+core.List<api.Job> buildUnnamed3627() {
var o = <api.Job>[];
o.add(buildJob());
o.add(buildJob());
return o;
}
-void checkUnnamed3617(core.List<api.Job> o) {
+void checkUnnamed3627(core.List<api.Job> o) {
unittest.expect(o, unittest.hasLength(2));
checkJob(o[0] as api.Job);
checkJob(o[1] as api.Job);
@@ -281,7 +281,7 @@
var o = api.ListJobsResponse();
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- o.jobs = buildUnnamed3617();
+ o.jobs = buildUnnamed3627();
o.nextPageToken = 'foo';
}
buildCounterListJobsResponse--;
@@ -291,7 +291,7 @@
void checkListJobsResponse(api.ListJobsResponse o) {
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- checkUnnamed3617(o.jobs!);
+ checkUnnamed3627(o.jobs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -300,14 +300,14 @@
buildCounterListJobsResponse--;
}
-core.List<api.Location> buildUnnamed3618() {
+core.List<api.Location> buildUnnamed3628() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed3618(core.List<api.Location> o) {
+void checkUnnamed3628(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -318,7 +318,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed3618();
+ o.locations = buildUnnamed3628();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -328,7 +328,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed3618(o.locations!);
+ checkUnnamed3628(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -337,14 +337,14 @@
buildCounterListLocationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed3619() {
+core.Map<core.String, core.String> buildUnnamed3629() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3619(core.Map<core.String, core.String> o) {
+void checkUnnamed3629(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -356,7 +356,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3620() {
+core.Map<core.String, core.Object> buildUnnamed3630() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -371,7 +371,7 @@
return o;
}
-void checkUnnamed3620(core.Map<core.String, core.Object> o) {
+void checkUnnamed3630(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -409,9 +409,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed3619();
+ o.labels = buildUnnamed3629();
o.locationId = 'foo';
- o.metadata = buildUnnamed3620();
+ o.metadata = buildUnnamed3630();
o.name = 'foo';
}
buildCounterLocation--;
@@ -425,12 +425,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3619(o.labels!);
+ checkUnnamed3629(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed3620(o.metadata!);
+ checkUnnamed3630(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -508,14 +508,14 @@
buildCounterPauseJobRequest--;
}
-core.Map<core.String, core.String> buildUnnamed3621() {
+core.Map<core.String, core.String> buildUnnamed3631() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3621(core.Map<core.String, core.String> o) {
+void checkUnnamed3631(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -532,7 +532,7 @@
var o = api.PubsubMessage();
buildCounterPubsubMessage++;
if (buildCounterPubsubMessage < 3) {
- o.attributes = buildUnnamed3621();
+ o.attributes = buildUnnamed3631();
o.data = 'foo';
o.messageId = 'foo';
o.orderingKey = 'foo';
@@ -545,7 +545,7 @@
void checkPubsubMessage(api.PubsubMessage o) {
buildCounterPubsubMessage++;
if (buildCounterPubsubMessage < 3) {
- checkUnnamed3621(o.attributes!);
+ checkUnnamed3631(o.attributes!);
unittest.expect(
o.data!,
unittest.equals('foo'),
@@ -566,14 +566,14 @@
buildCounterPubsubMessage--;
}
-core.Map<core.String, core.String> buildUnnamed3622() {
+core.Map<core.String, core.String> buildUnnamed3632() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3622(core.Map<core.String, core.String> o) {
+void checkUnnamed3632(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -590,7 +590,7 @@
var o = api.PubsubTarget();
buildCounterPubsubTarget++;
if (buildCounterPubsubTarget < 3) {
- o.attributes = buildUnnamed3622();
+ o.attributes = buildUnnamed3632();
o.data = 'foo';
o.topicName = 'foo';
}
@@ -601,7 +601,7 @@
void checkPubsubTarget(api.PubsubTarget o) {
buildCounterPubsubTarget++;
if (buildCounterPubsubTarget < 3) {
- checkUnnamed3622(o.attributes!);
+ checkUnnamed3632(o.attributes!);
unittest.expect(
o.data!,
unittest.equals('foo'),
@@ -686,7 +686,7 @@
buildCounterRunJobRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed3623() {
+core.Map<core.String, core.Object> buildUnnamed3633() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -701,7 +701,7 @@
return o;
}
-void checkUnnamed3623(core.Map<core.String, core.Object> o) {
+void checkUnnamed3633(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -733,17 +733,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3624() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3634() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3623());
- o.add(buildUnnamed3623());
+ o.add(buildUnnamed3633());
+ o.add(buildUnnamed3633());
return o;
}
-void checkUnnamed3624(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3634(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3623(o[0]);
- checkUnnamed3623(o[1]);
+ checkUnnamed3633(o[0]);
+ checkUnnamed3633(o[1]);
}
core.int buildCounterStatus = 0;
@@ -752,7 +752,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3624();
+ o.details = buildUnnamed3634();
o.message = 'foo';
}
buildCounterStatus--;
@@ -766,7 +766,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3624(o.details!);
+ checkUnnamed3634(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/cloudsearch/v1_test.dart b/generated/googleapis/test/cloudsearch/v1_test.dart
index 505da52..f4a6373 100644
--- a/generated/googleapis/test/cloudsearch/v1_test.dart
+++ b/generated/googleapis/test/cloudsearch/v1_test.dart
@@ -116,14 +116,14 @@
buildCounterCheckAccessResponse--;
}
-core.List<api.Filter> buildUnnamed4541() {
+core.List<api.Filter> buildUnnamed4584() {
var o = <api.Filter>[];
o.add(buildFilter());
o.add(buildFilter());
return o;
}
-void checkUnnamed4541(core.List<api.Filter> o) {
+void checkUnnamed4584(core.List<api.Filter> o) {
unittest.expect(o, unittest.hasLength(2));
checkFilter(o[0] as api.Filter);
checkFilter(o[1] as api.Filter);
@@ -135,7 +135,7 @@
buildCounterCompositeFilter++;
if (buildCounterCompositeFilter < 3) {
o.logicOperator = 'foo';
- o.subFilters = buildUnnamed4541();
+ o.subFilters = buildUnnamed4584();
}
buildCounterCompositeFilter--;
return o;
@@ -148,19 +148,19 @@
o.logicOperator!,
unittest.equals('foo'),
);
- checkUnnamed4541(o.subFilters!);
+ checkUnnamed4584(o.subFilters!);
}
buildCounterCompositeFilter--;
}
-core.List<core.String> buildUnnamed4542() {
+core.List<core.String> buildUnnamed4585() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4542(core.List<core.String> o) {
+void checkUnnamed4585(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -178,7 +178,7 @@
buildCounterContextAttribute++;
if (buildCounterContextAttribute < 3) {
o.name = 'foo';
- o.values = buildUnnamed4542();
+ o.values = buildUnnamed4585();
}
buildCounterContextAttribute--;
return o;
@@ -191,19 +191,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4542(o.values!);
+ checkUnnamed4585(o.values!);
}
buildCounterContextAttribute--;
}
-core.List<api.ItemCountByStatus> buildUnnamed4543() {
+core.List<api.ItemCountByStatus> buildUnnamed4586() {
var o = <api.ItemCountByStatus>[];
o.add(buildItemCountByStatus());
o.add(buildItemCountByStatus());
return o;
}
-void checkUnnamed4543(core.List<api.ItemCountByStatus> o) {
+void checkUnnamed4586(core.List<api.ItemCountByStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkItemCountByStatus(o[0] as api.ItemCountByStatus);
checkItemCountByStatus(o[1] as api.ItemCountByStatus);
@@ -215,7 +215,7 @@
buildCounterCustomerIndexStats++;
if (buildCounterCustomerIndexStats < 3) {
o.date = buildDate();
- o.itemCountByStatus = buildUnnamed4543();
+ o.itemCountByStatus = buildUnnamed4586();
}
buildCounterCustomerIndexStats--;
return o;
@@ -225,19 +225,19 @@
buildCounterCustomerIndexStats++;
if (buildCounterCustomerIndexStats < 3) {
checkDate(o.date! as api.Date);
- checkUnnamed4543(o.itemCountByStatus!);
+ checkUnnamed4586(o.itemCountByStatus!);
}
buildCounterCustomerIndexStats--;
}
-core.List<api.QueryCountByStatus> buildUnnamed4544() {
+core.List<api.QueryCountByStatus> buildUnnamed4587() {
var o = <api.QueryCountByStatus>[];
o.add(buildQueryCountByStatus());
o.add(buildQueryCountByStatus());
return o;
}
-void checkUnnamed4544(core.List<api.QueryCountByStatus> o) {
+void checkUnnamed4587(core.List<api.QueryCountByStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkQueryCountByStatus(o[0] as api.QueryCountByStatus);
checkQueryCountByStatus(o[1] as api.QueryCountByStatus);
@@ -249,7 +249,7 @@
buildCounterCustomerQueryStats++;
if (buildCounterCustomerQueryStats < 3) {
o.date = buildDate();
- o.queryCountByStatus = buildUnnamed4544();
+ o.queryCountByStatus = buildUnnamed4587();
}
buildCounterCustomerQueryStats--;
return o;
@@ -259,7 +259,7 @@
buildCounterCustomerQueryStats++;
if (buildCounterCustomerQueryStats < 3) {
checkDate(o.date! as api.Date);
- checkUnnamed4544(o.queryCountByStatus!);
+ checkUnnamed4587(o.queryCountByStatus!);
}
buildCounterCustomerQueryStats--;
}
@@ -344,14 +344,14 @@
buildCounterCustomerUserStats--;
}
-core.List<core.String> buildUnnamed4545() {
+core.List<core.String> buildUnnamed4588() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4545(core.List<core.String> o) {
+void checkUnnamed4588(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -363,27 +363,27 @@
);
}
-core.List<api.GSuitePrincipal> buildUnnamed4546() {
+core.List<api.GSuitePrincipal> buildUnnamed4589() {
var o = <api.GSuitePrincipal>[];
o.add(buildGSuitePrincipal());
o.add(buildGSuitePrincipal());
return o;
}
-void checkUnnamed4546(core.List<api.GSuitePrincipal> o) {
+void checkUnnamed4589(core.List<api.GSuitePrincipal> o) {
unittest.expect(o, unittest.hasLength(2));
checkGSuitePrincipal(o[0] as api.GSuitePrincipal);
checkGSuitePrincipal(o[1] as api.GSuitePrincipal);
}
-core.List<core.String> buildUnnamed4547() {
+core.List<core.String> buildUnnamed4590() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4547(core.List<core.String> o) {
+void checkUnnamed4590(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -403,10 +403,10 @@
o.disableModifications = true;
o.disableServing = true;
o.displayName = 'foo';
- o.indexingServiceAccounts = buildUnnamed4545();
- o.itemsVisibility = buildUnnamed4546();
+ o.indexingServiceAccounts = buildUnnamed4588();
+ o.itemsVisibility = buildUnnamed4589();
o.name = 'foo';
- o.operationIds = buildUnnamed4547();
+ o.operationIds = buildUnnamed4590();
o.shortName = 'foo';
}
buildCounterDataSource--;
@@ -422,13 +422,13 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4545(o.indexingServiceAccounts!);
- checkUnnamed4546(o.itemsVisibility!);
+ checkUnnamed4588(o.indexingServiceAccounts!);
+ checkUnnamed4589(o.itemsVisibility!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4547(o.operationIds!);
+ checkUnnamed4590(o.operationIds!);
unittest.expect(
o.shortName!,
unittest.equals('foo'),
@@ -437,14 +437,14 @@
buildCounterDataSource--;
}
-core.List<api.ItemCountByStatus> buildUnnamed4548() {
+core.List<api.ItemCountByStatus> buildUnnamed4591() {
var o = <api.ItemCountByStatus>[];
o.add(buildItemCountByStatus());
o.add(buildItemCountByStatus());
return o;
}
-void checkUnnamed4548(core.List<api.ItemCountByStatus> o) {
+void checkUnnamed4591(core.List<api.ItemCountByStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkItemCountByStatus(o[0] as api.ItemCountByStatus);
checkItemCountByStatus(o[1] as api.ItemCountByStatus);
@@ -456,7 +456,7 @@
buildCounterDataSourceIndexStats++;
if (buildCounterDataSourceIndexStats < 3) {
o.date = buildDate();
- o.itemCountByStatus = buildUnnamed4548();
+ o.itemCountByStatus = buildUnnamed4591();
}
buildCounterDataSourceIndexStats--;
return o;
@@ -466,19 +466,19 @@
buildCounterDataSourceIndexStats++;
if (buildCounterDataSourceIndexStats < 3) {
checkDate(o.date! as api.Date);
- checkUnnamed4548(o.itemCountByStatus!);
+ checkUnnamed4591(o.itemCountByStatus!);
}
buildCounterDataSourceIndexStats--;
}
-core.List<api.FilterOptions> buildUnnamed4549() {
+core.List<api.FilterOptions> buildUnnamed4592() {
var o = <api.FilterOptions>[];
o.add(buildFilterOptions());
o.add(buildFilterOptions());
return o;
}
-void checkUnnamed4549(core.List<api.FilterOptions> o) {
+void checkUnnamed4592(core.List<api.FilterOptions> o) {
unittest.expect(o, unittest.hasLength(2));
checkFilterOptions(o[0] as api.FilterOptions);
checkFilterOptions(o[1] as api.FilterOptions);
@@ -489,7 +489,7 @@
var o = api.DataSourceRestriction();
buildCounterDataSourceRestriction++;
if (buildCounterDataSourceRestriction < 3) {
- o.filterOptions = buildUnnamed4549();
+ o.filterOptions = buildUnnamed4592();
o.source = buildSource();
}
buildCounterDataSourceRestriction--;
@@ -499,7 +499,7 @@
void checkDataSourceRestriction(api.DataSourceRestriction o) {
buildCounterDataSourceRestriction++;
if (buildCounterDataSourceRestriction < 3) {
- checkUnnamed4549(o.filterOptions!);
+ checkUnnamed4592(o.filterOptions!);
checkSource(o.source! as api.Source);
}
buildCounterDataSourceRestriction--;
@@ -588,14 +588,14 @@
buildCounterDatePropertyOptions--;
}
-core.List<api.Date> buildUnnamed4550() {
+core.List<api.Date> buildUnnamed4593() {
var o = <api.Date>[];
o.add(buildDate());
o.add(buildDate());
return o;
}
-void checkUnnamed4550(core.List<api.Date> o) {
+void checkUnnamed4593(core.List<api.Date> o) {
unittest.expect(o, unittest.hasLength(2));
checkDate(o[0] as api.Date);
checkDate(o[1] as api.Date);
@@ -606,7 +606,7 @@
var o = api.DateValues();
buildCounterDateValues++;
if (buildCounterDateValues < 3) {
- o.values = buildUnnamed4550();
+ o.values = buildUnnamed4593();
}
buildCounterDateValues--;
return o;
@@ -615,7 +615,7 @@
void checkDateValues(api.DateValues o) {
buildCounterDateValues++;
if (buildCounterDateValues < 3) {
- checkUnnamed4550(o.values!);
+ checkUnnamed4593(o.values!);
}
buildCounterDateValues--;
}
@@ -731,14 +731,14 @@
buildCounterDoublePropertyOptions--;
}
-core.List<core.double> buildUnnamed4551() {
+core.List<core.double> buildUnnamed4594() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed4551(core.List<core.double> o) {
+void checkUnnamed4594(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -755,7 +755,7 @@
var o = api.DoubleValues();
buildCounterDoubleValues++;
if (buildCounterDoubleValues < 3) {
- o.values = buildUnnamed4551();
+ o.values = buildUnnamed4594();
}
buildCounterDoubleValues--;
return o;
@@ -764,7 +764,7 @@
void checkDoubleValues(api.DoubleValues o) {
buildCounterDoubleValues++;
if (buildCounterDoubleValues < 3) {
- checkUnnamed4551(o.values!);
+ checkUnnamed4594(o.values!);
}
buildCounterDoubleValues--;
}
@@ -901,14 +901,14 @@
buildCounterEnumOperatorOptions--;
}
-core.List<api.EnumValuePair> buildUnnamed4552() {
+core.List<api.EnumValuePair> buildUnnamed4595() {
var o = <api.EnumValuePair>[];
o.add(buildEnumValuePair());
o.add(buildEnumValuePair());
return o;
}
-void checkUnnamed4552(core.List<api.EnumValuePair> o) {
+void checkUnnamed4595(core.List<api.EnumValuePair> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnumValuePair(o[0] as api.EnumValuePair);
checkEnumValuePair(o[1] as api.EnumValuePair);
@@ -921,7 +921,7 @@
if (buildCounterEnumPropertyOptions < 3) {
o.operatorOptions = buildEnumOperatorOptions();
o.orderedRanking = 'foo';
- o.possibleValues = buildUnnamed4552();
+ o.possibleValues = buildUnnamed4595();
}
buildCounterEnumPropertyOptions--;
return o;
@@ -935,7 +935,7 @@
o.orderedRanking!,
unittest.equals('foo'),
);
- checkUnnamed4552(o.possibleValues!);
+ checkUnnamed4595(o.possibleValues!);
}
buildCounterEnumPropertyOptions--;
}
@@ -967,14 +967,14 @@
buildCounterEnumValuePair--;
}
-core.List<core.String> buildUnnamed4553() {
+core.List<core.String> buildUnnamed4596() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4553(core.List<core.String> o) {
+void checkUnnamed4596(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -991,7 +991,7 @@
var o = api.EnumValues();
buildCounterEnumValues++;
if (buildCounterEnumValues < 3) {
- o.values = buildUnnamed4553();
+ o.values = buildUnnamed4596();
}
buildCounterEnumValues--;
return o;
@@ -1000,19 +1000,19 @@
void checkEnumValues(api.EnumValues o) {
buildCounterEnumValues++;
if (buildCounterEnumValues < 3) {
- checkUnnamed4553(o.values!);
+ checkUnnamed4596(o.values!);
}
buildCounterEnumValues--;
}
-core.List<api.ErrorMessage> buildUnnamed4554() {
+core.List<api.ErrorMessage> buildUnnamed4597() {
var o = <api.ErrorMessage>[];
o.add(buildErrorMessage());
o.add(buildErrorMessage());
return o;
}
-void checkUnnamed4554(core.List<api.ErrorMessage> o) {
+void checkUnnamed4597(core.List<api.ErrorMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkErrorMessage(o[0] as api.ErrorMessage);
checkErrorMessage(o[1] as api.ErrorMessage);
@@ -1023,7 +1023,7 @@
var o = api.ErrorInfo();
buildCounterErrorInfo++;
if (buildCounterErrorInfo < 3) {
- o.errorMessages = buildUnnamed4554();
+ o.errorMessages = buildUnnamed4597();
}
buildCounterErrorInfo--;
return o;
@@ -1032,7 +1032,7 @@
void checkErrorInfo(api.ErrorInfo o) {
buildCounterErrorInfo++;
if (buildCounterErrorInfo < 3) {
- checkUnnamed4554(o.errorMessages!);
+ checkUnnamed4597(o.errorMessages!);
}
buildCounterErrorInfo--;
}
@@ -1127,14 +1127,14 @@
buildCounterFacetOptions--;
}
-core.List<api.FacetBucket> buildUnnamed4555() {
+core.List<api.FacetBucket> buildUnnamed4598() {
var o = <api.FacetBucket>[];
o.add(buildFacetBucket());
o.add(buildFacetBucket());
return o;
}
-void checkUnnamed4555(core.List<api.FacetBucket> o) {
+void checkUnnamed4598(core.List<api.FacetBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkFacetBucket(o[0] as api.FacetBucket);
checkFacetBucket(o[1] as api.FacetBucket);
@@ -1145,7 +1145,7 @@
var o = api.FacetResult();
buildCounterFacetResult++;
if (buildCounterFacetResult < 3) {
- o.buckets = buildUnnamed4555();
+ o.buckets = buildUnnamed4598();
o.objectType = 'foo';
o.operatorName = 'foo';
o.sourceName = 'foo';
@@ -1157,7 +1157,7 @@
void checkFacetResult(api.FacetResult o) {
buildCounterFacetResult++;
if (buildCounterFacetResult < 3) {
- checkUnnamed4555(o.buckets!);
+ checkUnnamed4598(o.buckets!);
unittest.expect(
o.objectType!,
unittest.equals('foo'),
@@ -1302,14 +1302,14 @@
buildCounterGSuitePrincipal--;
}
-core.List<api.CustomerIndexStats> buildUnnamed4556() {
+core.List<api.CustomerIndexStats> buildUnnamed4599() {
var o = <api.CustomerIndexStats>[];
o.add(buildCustomerIndexStats());
o.add(buildCustomerIndexStats());
return o;
}
-void checkUnnamed4556(core.List<api.CustomerIndexStats> o) {
+void checkUnnamed4599(core.List<api.CustomerIndexStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomerIndexStats(o[0] as api.CustomerIndexStats);
checkCustomerIndexStats(o[1] as api.CustomerIndexStats);
@@ -1320,7 +1320,7 @@
var o = api.GetCustomerIndexStatsResponse();
buildCounterGetCustomerIndexStatsResponse++;
if (buildCounterGetCustomerIndexStatsResponse < 3) {
- o.stats = buildUnnamed4556();
+ o.stats = buildUnnamed4599();
}
buildCounterGetCustomerIndexStatsResponse--;
return o;
@@ -1329,19 +1329,19 @@
void checkGetCustomerIndexStatsResponse(api.GetCustomerIndexStatsResponse o) {
buildCounterGetCustomerIndexStatsResponse++;
if (buildCounterGetCustomerIndexStatsResponse < 3) {
- checkUnnamed4556(o.stats!);
+ checkUnnamed4599(o.stats!);
}
buildCounterGetCustomerIndexStatsResponse--;
}
-core.List<api.CustomerQueryStats> buildUnnamed4557() {
+core.List<api.CustomerQueryStats> buildUnnamed4600() {
var o = <api.CustomerQueryStats>[];
o.add(buildCustomerQueryStats());
o.add(buildCustomerQueryStats());
return o;
}
-void checkUnnamed4557(core.List<api.CustomerQueryStats> o) {
+void checkUnnamed4600(core.List<api.CustomerQueryStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomerQueryStats(o[0] as api.CustomerQueryStats);
checkCustomerQueryStats(o[1] as api.CustomerQueryStats);
@@ -1352,7 +1352,7 @@
var o = api.GetCustomerQueryStatsResponse();
buildCounterGetCustomerQueryStatsResponse++;
if (buildCounterGetCustomerQueryStatsResponse < 3) {
- o.stats = buildUnnamed4557();
+ o.stats = buildUnnamed4600();
}
buildCounterGetCustomerQueryStatsResponse--;
return o;
@@ -1361,19 +1361,19 @@
void checkGetCustomerQueryStatsResponse(api.GetCustomerQueryStatsResponse o) {
buildCounterGetCustomerQueryStatsResponse++;
if (buildCounterGetCustomerQueryStatsResponse < 3) {
- checkUnnamed4557(o.stats!);
+ checkUnnamed4600(o.stats!);
}
buildCounterGetCustomerQueryStatsResponse--;
}
-core.List<api.CustomerSessionStats> buildUnnamed4558() {
+core.List<api.CustomerSessionStats> buildUnnamed4601() {
var o = <api.CustomerSessionStats>[];
o.add(buildCustomerSessionStats());
o.add(buildCustomerSessionStats());
return o;
}
-void checkUnnamed4558(core.List<api.CustomerSessionStats> o) {
+void checkUnnamed4601(core.List<api.CustomerSessionStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomerSessionStats(o[0] as api.CustomerSessionStats);
checkCustomerSessionStats(o[1] as api.CustomerSessionStats);
@@ -1384,7 +1384,7 @@
var o = api.GetCustomerSessionStatsResponse();
buildCounterGetCustomerSessionStatsResponse++;
if (buildCounterGetCustomerSessionStatsResponse < 3) {
- o.stats = buildUnnamed4558();
+ o.stats = buildUnnamed4601();
}
buildCounterGetCustomerSessionStatsResponse--;
return o;
@@ -1394,19 +1394,19 @@
api.GetCustomerSessionStatsResponse o) {
buildCounterGetCustomerSessionStatsResponse++;
if (buildCounterGetCustomerSessionStatsResponse < 3) {
- checkUnnamed4558(o.stats!);
+ checkUnnamed4601(o.stats!);
}
buildCounterGetCustomerSessionStatsResponse--;
}
-core.List<api.CustomerUserStats> buildUnnamed4559() {
+core.List<api.CustomerUserStats> buildUnnamed4602() {
var o = <api.CustomerUserStats>[];
o.add(buildCustomerUserStats());
o.add(buildCustomerUserStats());
return o;
}
-void checkUnnamed4559(core.List<api.CustomerUserStats> o) {
+void checkUnnamed4602(core.List<api.CustomerUserStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomerUserStats(o[0] as api.CustomerUserStats);
checkCustomerUserStats(o[1] as api.CustomerUserStats);
@@ -1417,7 +1417,7 @@
var o = api.GetCustomerUserStatsResponse();
buildCounterGetCustomerUserStatsResponse++;
if (buildCounterGetCustomerUserStatsResponse < 3) {
- o.stats = buildUnnamed4559();
+ o.stats = buildUnnamed4602();
}
buildCounterGetCustomerUserStatsResponse--;
return o;
@@ -1426,19 +1426,19 @@
void checkGetCustomerUserStatsResponse(api.GetCustomerUserStatsResponse o) {
buildCounterGetCustomerUserStatsResponse++;
if (buildCounterGetCustomerUserStatsResponse < 3) {
- checkUnnamed4559(o.stats!);
+ checkUnnamed4602(o.stats!);
}
buildCounterGetCustomerUserStatsResponse--;
}
-core.List<api.DataSourceIndexStats> buildUnnamed4560() {
+core.List<api.DataSourceIndexStats> buildUnnamed4603() {
var o = <api.DataSourceIndexStats>[];
o.add(buildDataSourceIndexStats());
o.add(buildDataSourceIndexStats());
return o;
}
-void checkUnnamed4560(core.List<api.DataSourceIndexStats> o) {
+void checkUnnamed4603(core.List<api.DataSourceIndexStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSourceIndexStats(o[0] as api.DataSourceIndexStats);
checkDataSourceIndexStats(o[1] as api.DataSourceIndexStats);
@@ -1449,7 +1449,7 @@
var o = api.GetDataSourceIndexStatsResponse();
buildCounterGetDataSourceIndexStatsResponse++;
if (buildCounterGetDataSourceIndexStatsResponse < 3) {
- o.stats = buildUnnamed4560();
+ o.stats = buildUnnamed4603();
}
buildCounterGetDataSourceIndexStatsResponse--;
return o;
@@ -1459,19 +1459,19 @@
api.GetDataSourceIndexStatsResponse o) {
buildCounterGetDataSourceIndexStatsResponse++;
if (buildCounterGetDataSourceIndexStatsResponse < 3) {
- checkUnnamed4560(o.stats!);
+ checkUnnamed4603(o.stats!);
}
buildCounterGetDataSourceIndexStatsResponse--;
}
-core.List<api.SearchApplicationQueryStats> buildUnnamed4561() {
+core.List<api.SearchApplicationQueryStats> buildUnnamed4604() {
var o = <api.SearchApplicationQueryStats>[];
o.add(buildSearchApplicationQueryStats());
o.add(buildSearchApplicationQueryStats());
return o;
}
-void checkUnnamed4561(core.List<api.SearchApplicationQueryStats> o) {
+void checkUnnamed4604(core.List<api.SearchApplicationQueryStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchApplicationQueryStats(o[0] as api.SearchApplicationQueryStats);
checkSearchApplicationQueryStats(o[1] as api.SearchApplicationQueryStats);
@@ -1483,7 +1483,7 @@
var o = api.GetSearchApplicationQueryStatsResponse();
buildCounterGetSearchApplicationQueryStatsResponse++;
if (buildCounterGetSearchApplicationQueryStatsResponse < 3) {
- o.stats = buildUnnamed4561();
+ o.stats = buildUnnamed4604();
}
buildCounterGetSearchApplicationQueryStatsResponse--;
return o;
@@ -1493,19 +1493,19 @@
api.GetSearchApplicationQueryStatsResponse o) {
buildCounterGetSearchApplicationQueryStatsResponse++;
if (buildCounterGetSearchApplicationQueryStatsResponse < 3) {
- checkUnnamed4561(o.stats!);
+ checkUnnamed4604(o.stats!);
}
buildCounterGetSearchApplicationQueryStatsResponse--;
}
-core.List<api.SearchApplicationSessionStats> buildUnnamed4562() {
+core.List<api.SearchApplicationSessionStats> buildUnnamed4605() {
var o = <api.SearchApplicationSessionStats>[];
o.add(buildSearchApplicationSessionStats());
o.add(buildSearchApplicationSessionStats());
return o;
}
-void checkUnnamed4562(core.List<api.SearchApplicationSessionStats> o) {
+void checkUnnamed4605(core.List<api.SearchApplicationSessionStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchApplicationSessionStats(o[0] as api.SearchApplicationSessionStats);
checkSearchApplicationSessionStats(o[1] as api.SearchApplicationSessionStats);
@@ -1517,7 +1517,7 @@
var o = api.GetSearchApplicationSessionStatsResponse();
buildCounterGetSearchApplicationSessionStatsResponse++;
if (buildCounterGetSearchApplicationSessionStatsResponse < 3) {
- o.stats = buildUnnamed4562();
+ o.stats = buildUnnamed4605();
}
buildCounterGetSearchApplicationSessionStatsResponse--;
return o;
@@ -1527,19 +1527,19 @@
api.GetSearchApplicationSessionStatsResponse o) {
buildCounterGetSearchApplicationSessionStatsResponse++;
if (buildCounterGetSearchApplicationSessionStatsResponse < 3) {
- checkUnnamed4562(o.stats!);
+ checkUnnamed4605(o.stats!);
}
buildCounterGetSearchApplicationSessionStatsResponse--;
}
-core.List<api.SearchApplicationUserStats> buildUnnamed4563() {
+core.List<api.SearchApplicationUserStats> buildUnnamed4606() {
var o = <api.SearchApplicationUserStats>[];
o.add(buildSearchApplicationUserStats());
o.add(buildSearchApplicationUserStats());
return o;
}
-void checkUnnamed4563(core.List<api.SearchApplicationUserStats> o) {
+void checkUnnamed4606(core.List<api.SearchApplicationUserStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchApplicationUserStats(o[0] as api.SearchApplicationUserStats);
checkSearchApplicationUserStats(o[1] as api.SearchApplicationUserStats);
@@ -1551,7 +1551,7 @@
var o = api.GetSearchApplicationUserStatsResponse();
buildCounterGetSearchApplicationUserStatsResponse++;
if (buildCounterGetSearchApplicationUserStatsResponse < 3) {
- o.stats = buildUnnamed4563();
+ o.stats = buildUnnamed4606();
}
buildCounterGetSearchApplicationUserStatsResponse--;
return o;
@@ -1561,7 +1561,7 @@
api.GetSearchApplicationUserStatsResponse o) {
buildCounterGetSearchApplicationUserStatsResponse++;
if (buildCounterGetSearchApplicationUserStatsResponse < 3) {
- checkUnnamed4563(o.stats!);
+ checkUnnamed4606(o.stats!);
}
buildCounterGetSearchApplicationUserStatsResponse--;
}
@@ -1609,14 +1609,14 @@
buildCounterHtmlPropertyOptions--;
}
-core.List<core.String> buildUnnamed4564() {
+core.List<core.String> buildUnnamed4607() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4564(core.List<core.String> o) {
+void checkUnnamed4607(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1633,7 +1633,7 @@
var o = api.HtmlValues();
buildCounterHtmlValues++;
if (buildCounterHtmlValues < 3) {
- o.values = buildUnnamed4564();
+ o.values = buildUnnamed4607();
}
buildCounterHtmlValues--;
return o;
@@ -1642,7 +1642,7 @@
void checkHtmlValues(api.HtmlValues o) {
buildCounterHtmlValues++;
if (buildCounterHtmlValues < 3) {
- checkUnnamed4564(o.values!);
+ checkUnnamed4607(o.values!);
}
buildCounterHtmlValues--;
}
@@ -1766,14 +1766,14 @@
buildCounterIntegerPropertyOptions--;
}
-core.List<core.String> buildUnnamed4565() {
+core.List<core.String> buildUnnamed4608() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4565(core.List<core.String> o) {
+void checkUnnamed4608(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1790,7 +1790,7 @@
var o = api.IntegerValues();
buildCounterIntegerValues++;
if (buildCounterIntegerValues < 3) {
- o.values = buildUnnamed4565();
+ o.values = buildUnnamed4608();
}
buildCounterIntegerValues--;
return o;
@@ -1799,7 +1799,7 @@
void checkIntegerValues(api.IntegerValues o) {
buildCounterIntegerValues++;
if (buildCounterIntegerValues < 3) {
- checkUnnamed4565(o.values!);
+ checkUnnamed4608(o.values!);
}
buildCounterIntegerValues--;
}
@@ -1885,40 +1885,40 @@
buildCounterItem--;
}
-core.List<api.Principal> buildUnnamed4566() {
+core.List<api.Principal> buildUnnamed4609() {
var o = <api.Principal>[];
o.add(buildPrincipal());
o.add(buildPrincipal());
return o;
}
-void checkUnnamed4566(core.List<api.Principal> o) {
+void checkUnnamed4609(core.List<api.Principal> o) {
unittest.expect(o, unittest.hasLength(2));
checkPrincipal(o[0] as api.Principal);
checkPrincipal(o[1] as api.Principal);
}
-core.List<api.Principal> buildUnnamed4567() {
+core.List<api.Principal> buildUnnamed4610() {
var o = <api.Principal>[];
o.add(buildPrincipal());
o.add(buildPrincipal());
return o;
}
-void checkUnnamed4567(core.List<api.Principal> o) {
+void checkUnnamed4610(core.List<api.Principal> o) {
unittest.expect(o, unittest.hasLength(2));
checkPrincipal(o[0] as api.Principal);
checkPrincipal(o[1] as api.Principal);
}
-core.List<api.Principal> buildUnnamed4568() {
+core.List<api.Principal> buildUnnamed4611() {
var o = <api.Principal>[];
o.add(buildPrincipal());
o.add(buildPrincipal());
return o;
}
-void checkUnnamed4568(core.List<api.Principal> o) {
+void checkUnnamed4611(core.List<api.Principal> o) {
unittest.expect(o, unittest.hasLength(2));
checkPrincipal(o[0] as api.Principal);
checkPrincipal(o[1] as api.Principal);
@@ -1930,10 +1930,10 @@
buildCounterItemAcl++;
if (buildCounterItemAcl < 3) {
o.aclInheritanceType = 'foo';
- o.deniedReaders = buildUnnamed4566();
+ o.deniedReaders = buildUnnamed4609();
o.inheritAclFrom = 'foo';
- o.owners = buildUnnamed4567();
- o.readers = buildUnnamed4568();
+ o.owners = buildUnnamed4610();
+ o.readers = buildUnnamed4611();
}
buildCounterItemAcl--;
return o;
@@ -1946,13 +1946,13 @@
o.aclInheritanceType!,
unittest.equals('foo'),
);
- checkUnnamed4566(o.deniedReaders!);
+ checkUnnamed4609(o.deniedReaders!);
unittest.expect(
o.inheritAclFrom!,
unittest.equals('foo'),
);
- checkUnnamed4567(o.owners!);
- checkUnnamed4568(o.readers!);
+ checkUnnamed4610(o.owners!);
+ checkUnnamed4611(o.readers!);
}
buildCounterItemAcl--;
}
@@ -2018,40 +2018,40 @@
buildCounterItemCountByStatus--;
}
-core.List<api.ContextAttribute> buildUnnamed4569() {
+core.List<api.ContextAttribute> buildUnnamed4612() {
var o = <api.ContextAttribute>[];
o.add(buildContextAttribute());
o.add(buildContextAttribute());
return o;
}
-void checkUnnamed4569(core.List<api.ContextAttribute> o) {
+void checkUnnamed4612(core.List<api.ContextAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkContextAttribute(o[0] as api.ContextAttribute);
checkContextAttribute(o[1] as api.ContextAttribute);
}
-core.List<api.Interaction> buildUnnamed4570() {
+core.List<api.Interaction> buildUnnamed4613() {
var o = <api.Interaction>[];
o.add(buildInteraction());
o.add(buildInteraction());
return o;
}
-void checkUnnamed4570(core.List<api.Interaction> o) {
+void checkUnnamed4613(core.List<api.Interaction> o) {
unittest.expect(o, unittest.hasLength(2));
checkInteraction(o[0] as api.Interaction);
checkInteraction(o[1] as api.Interaction);
}
-core.List<core.String> buildUnnamed4571() {
+core.List<core.String> buildUnnamed4614() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4571(core.List<core.String> o) {
+void checkUnnamed4614(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2070,11 +2070,11 @@
if (buildCounterItemMetadata < 3) {
o.containerName = 'foo';
o.contentLanguage = 'foo';
- o.contextAttributes = buildUnnamed4569();
+ o.contextAttributes = buildUnnamed4612();
o.createTime = 'foo';
o.hash = 'foo';
- o.interactions = buildUnnamed4570();
- o.keywords = buildUnnamed4571();
+ o.interactions = buildUnnamed4613();
+ o.keywords = buildUnnamed4614();
o.mimeType = 'foo';
o.objectType = 'foo';
o.searchQualityMetadata = buildSearchQualityMetadata();
@@ -2097,7 +2097,7 @@
o.contentLanguage!,
unittest.equals('foo'),
);
- checkUnnamed4569(o.contextAttributes!);
+ checkUnnamed4612(o.contextAttributes!);
unittest.expect(
o.createTime!,
unittest.equals('foo'),
@@ -2106,8 +2106,8 @@
o.hash!,
unittest.equals('foo'),
);
- checkUnnamed4570(o.interactions!);
- checkUnnamed4571(o.keywords!);
+ checkUnnamed4613(o.interactions!);
+ checkUnnamed4614(o.keywords!);
unittest.expect(
o.mimeType!,
unittest.equals('foo'),
@@ -2134,27 +2134,27 @@
buildCounterItemMetadata--;
}
-core.List<api.ProcessingError> buildUnnamed4572() {
+core.List<api.ProcessingError> buildUnnamed4615() {
var o = <api.ProcessingError>[];
o.add(buildProcessingError());
o.add(buildProcessingError());
return o;
}
-void checkUnnamed4572(core.List<api.ProcessingError> o) {
+void checkUnnamed4615(core.List<api.ProcessingError> o) {
unittest.expect(o, unittest.hasLength(2));
checkProcessingError(o[0] as api.ProcessingError);
checkProcessingError(o[1] as api.ProcessingError);
}
-core.List<api.RepositoryError> buildUnnamed4573() {
+core.List<api.RepositoryError> buildUnnamed4616() {
var o = <api.RepositoryError>[];
o.add(buildRepositoryError());
o.add(buildRepositoryError());
return o;
}
-void checkUnnamed4573(core.List<api.RepositoryError> o) {
+void checkUnnamed4616(core.List<api.RepositoryError> o) {
unittest.expect(o, unittest.hasLength(2));
checkRepositoryError(o[0] as api.RepositoryError);
checkRepositoryError(o[1] as api.RepositoryError);
@@ -2166,8 +2166,8 @@
buildCounterItemStatus++;
if (buildCounterItemStatus < 3) {
o.code = 'foo';
- o.processingErrors = buildUnnamed4572();
- o.repositoryErrors = buildUnnamed4573();
+ o.processingErrors = buildUnnamed4615();
+ o.repositoryErrors = buildUnnamed4616();
}
buildCounterItemStatus--;
return o;
@@ -2180,8 +2180,8 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed4572(o.processingErrors!);
- checkUnnamed4573(o.repositoryErrors!);
+ checkUnnamed4615(o.processingErrors!);
+ checkUnnamed4616(o.repositoryErrors!);
}
buildCounterItemStatus--;
}
@@ -2210,14 +2210,14 @@
buildCounterItemStructuredData--;
}
-core.List<api.DataSource> buildUnnamed4574() {
+core.List<api.DataSource> buildUnnamed4617() {
var o = <api.DataSource>[];
o.add(buildDataSource());
o.add(buildDataSource());
return o;
}
-void checkUnnamed4574(core.List<api.DataSource> o) {
+void checkUnnamed4617(core.List<api.DataSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSource(o[0] as api.DataSource);
checkDataSource(o[1] as api.DataSource);
@@ -2229,7 +2229,7 @@
buildCounterListDataSourceResponse++;
if (buildCounterListDataSourceResponse < 3) {
o.nextPageToken = 'foo';
- o.sources = buildUnnamed4574();
+ o.sources = buildUnnamed4617();
}
buildCounterListDataSourceResponse--;
return o;
@@ -2242,19 +2242,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4574(o.sources!);
+ checkUnnamed4617(o.sources!);
}
buildCounterListDataSourceResponse--;
}
-core.List<core.String> buildUnnamed4575() {
+core.List<core.String> buildUnnamed4618() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4575(core.List<core.String> o) {
+void checkUnnamed4618(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2272,7 +2272,7 @@
var o = api.ListItemNamesForUnmappedIdentityResponse();
buildCounterListItemNamesForUnmappedIdentityResponse++;
if (buildCounterListItemNamesForUnmappedIdentityResponse < 3) {
- o.itemNames = buildUnnamed4575();
+ o.itemNames = buildUnnamed4618();
o.nextPageToken = 'foo';
}
buildCounterListItemNamesForUnmappedIdentityResponse--;
@@ -2283,7 +2283,7 @@
api.ListItemNamesForUnmappedIdentityResponse o) {
buildCounterListItemNamesForUnmappedIdentityResponse++;
if (buildCounterListItemNamesForUnmappedIdentityResponse < 3) {
- checkUnnamed4575(o.itemNames!);
+ checkUnnamed4618(o.itemNames!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2292,14 +2292,14 @@
buildCounterListItemNamesForUnmappedIdentityResponse--;
}
-core.List<api.Item> buildUnnamed4576() {
+core.List<api.Item> buildUnnamed4619() {
var o = <api.Item>[];
o.add(buildItem());
o.add(buildItem());
return o;
}
-void checkUnnamed4576(core.List<api.Item> o) {
+void checkUnnamed4619(core.List<api.Item> o) {
unittest.expect(o, unittest.hasLength(2));
checkItem(o[0] as api.Item);
checkItem(o[1] as api.Item);
@@ -2310,7 +2310,7 @@
var o = api.ListItemsResponse();
buildCounterListItemsResponse++;
if (buildCounterListItemsResponse < 3) {
- o.items = buildUnnamed4576();
+ o.items = buildUnnamed4619();
o.nextPageToken = 'foo';
}
buildCounterListItemsResponse--;
@@ -2320,7 +2320,7 @@
void checkListItemsResponse(api.ListItemsResponse o) {
buildCounterListItemsResponse++;
if (buildCounterListItemsResponse < 3) {
- checkUnnamed4576(o.items!);
+ checkUnnamed4619(o.items!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2329,14 +2329,14 @@
buildCounterListItemsResponse--;
}
-core.List<api.Operation> buildUnnamed4577() {
+core.List<api.Operation> buildUnnamed4620() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed4577(core.List<api.Operation> o) {
+void checkUnnamed4620(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -2348,7 +2348,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed4577();
+ o.operations = buildUnnamed4620();
}
buildCounterListOperationsResponse--;
return o;
@@ -2361,19 +2361,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4577(o.operations!);
+ checkUnnamed4620(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.QuerySource> buildUnnamed4578() {
+core.List<api.QuerySource> buildUnnamed4621() {
var o = <api.QuerySource>[];
o.add(buildQuerySource());
o.add(buildQuerySource());
return o;
}
-void checkUnnamed4578(core.List<api.QuerySource> o) {
+void checkUnnamed4621(core.List<api.QuerySource> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuerySource(o[0] as api.QuerySource);
checkQuerySource(o[1] as api.QuerySource);
@@ -2385,7 +2385,7 @@
buildCounterListQuerySourcesResponse++;
if (buildCounterListQuerySourcesResponse < 3) {
o.nextPageToken = 'foo';
- o.sources = buildUnnamed4578();
+ o.sources = buildUnnamed4621();
}
buildCounterListQuerySourcesResponse--;
return o;
@@ -2398,19 +2398,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4578(o.sources!);
+ checkUnnamed4621(o.sources!);
}
buildCounterListQuerySourcesResponse--;
}
-core.List<api.SearchApplication> buildUnnamed4579() {
+core.List<api.SearchApplication> buildUnnamed4622() {
var o = <api.SearchApplication>[];
o.add(buildSearchApplication());
o.add(buildSearchApplication());
return o;
}
-void checkUnnamed4579(core.List<api.SearchApplication> o) {
+void checkUnnamed4622(core.List<api.SearchApplication> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchApplication(o[0] as api.SearchApplication);
checkSearchApplication(o[1] as api.SearchApplication);
@@ -2422,7 +2422,7 @@
buildCounterListSearchApplicationsResponse++;
if (buildCounterListSearchApplicationsResponse < 3) {
o.nextPageToken = 'foo';
- o.searchApplications = buildUnnamed4579();
+ o.searchApplications = buildUnnamed4622();
}
buildCounterListSearchApplicationsResponse--;
return o;
@@ -2435,19 +2435,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4579(o.searchApplications!);
+ checkUnnamed4622(o.searchApplications!);
}
buildCounterListSearchApplicationsResponse--;
}
-core.List<api.UnmappedIdentity> buildUnnamed4580() {
+core.List<api.UnmappedIdentity> buildUnnamed4623() {
var o = <api.UnmappedIdentity>[];
o.add(buildUnmappedIdentity());
o.add(buildUnmappedIdentity());
return o;
}
-void checkUnnamed4580(core.List<api.UnmappedIdentity> o) {
+void checkUnnamed4623(core.List<api.UnmappedIdentity> o) {
unittest.expect(o, unittest.hasLength(2));
checkUnmappedIdentity(o[0] as api.UnmappedIdentity);
checkUnmappedIdentity(o[1] as api.UnmappedIdentity);
@@ -2459,7 +2459,7 @@
buildCounterListUnmappedIdentitiesResponse++;
if (buildCounterListUnmappedIdentitiesResponse < 3) {
o.nextPageToken = 'foo';
- o.unmappedIdentities = buildUnnamed4580();
+ o.unmappedIdentities = buildUnnamed4623();
}
buildCounterListUnmappedIdentitiesResponse--;
return o;
@@ -2472,7 +2472,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4580(o.unmappedIdentities!);
+ checkUnnamed4623(o.unmappedIdentities!);
}
buildCounterListUnmappedIdentitiesResponse--;
}
@@ -2526,14 +2526,14 @@
buildCounterMedia--;
}
-core.List<api.NamedProperty> buildUnnamed4581() {
+core.List<api.NamedProperty> buildUnnamed4624() {
var o = <api.NamedProperty>[];
o.add(buildNamedProperty());
o.add(buildNamedProperty());
return o;
}
-void checkUnnamed4581(core.List<api.NamedProperty> o) {
+void checkUnnamed4624(core.List<api.NamedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkNamedProperty(o[0] as api.NamedProperty);
checkNamedProperty(o[1] as api.NamedProperty);
@@ -2546,7 +2546,7 @@
if (buildCounterMetadata < 3) {
o.createTime = 'foo';
o.displayOptions = buildResultDisplayMetadata();
- o.fields = buildUnnamed4581();
+ o.fields = buildUnnamed4624();
o.mimeType = 'foo';
o.objectType = 'foo';
o.owner = buildPerson();
@@ -2565,7 +2565,7 @@
unittest.equals('foo'),
);
checkResultDisplayMetadata(o.displayOptions! as api.ResultDisplayMetadata);
- checkUnnamed4581(o.fields!);
+ checkUnnamed4624(o.fields!);
unittest.expect(
o.mimeType!,
unittest.equals('foo'),
@@ -2584,14 +2584,14 @@
buildCounterMetadata--;
}
-core.List<api.DisplayedProperty> buildUnnamed4582() {
+core.List<api.DisplayedProperty> buildUnnamed4625() {
var o = <api.DisplayedProperty>[];
o.add(buildDisplayedProperty());
o.add(buildDisplayedProperty());
return o;
}
-void checkUnnamed4582(core.List<api.DisplayedProperty> o) {
+void checkUnnamed4625(core.List<api.DisplayedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkDisplayedProperty(o[0] as api.DisplayedProperty);
checkDisplayedProperty(o[1] as api.DisplayedProperty);
@@ -2602,7 +2602,7 @@
var o = api.Metaline();
buildCounterMetaline++;
if (buildCounterMetaline < 3) {
- o.properties = buildUnnamed4582();
+ o.properties = buildUnnamed4625();
}
buildCounterMetaline--;
return o;
@@ -2611,7 +2611,7 @@
void checkMetaline(api.Metaline o) {
buildCounterMetaline++;
if (buildCounterMetaline < 3) {
- checkUnnamed4582(o.properties!);
+ checkUnnamed4625(o.properties!);
}
buildCounterMetaline--;
}
@@ -2678,14 +2678,14 @@
buildCounterNamedProperty--;
}
-core.List<api.PropertyDefinition> buildUnnamed4583() {
+core.List<api.PropertyDefinition> buildUnnamed4626() {
var o = <api.PropertyDefinition>[];
o.add(buildPropertyDefinition());
o.add(buildPropertyDefinition());
return o;
}
-void checkUnnamed4583(core.List<api.PropertyDefinition> o) {
+void checkUnnamed4626(core.List<api.PropertyDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkPropertyDefinition(o[0] as api.PropertyDefinition);
checkPropertyDefinition(o[1] as api.PropertyDefinition);
@@ -2698,7 +2698,7 @@
if (buildCounterObjectDefinition < 3) {
o.name = 'foo';
o.options = buildObjectOptions();
- o.propertyDefinitions = buildUnnamed4583();
+ o.propertyDefinitions = buildUnnamed4626();
}
buildCounterObjectDefinition--;
return o;
@@ -2712,19 +2712,19 @@
unittest.equals('foo'),
);
checkObjectOptions(o.options! as api.ObjectOptions);
- checkUnnamed4583(o.propertyDefinitions!);
+ checkUnnamed4626(o.propertyDefinitions!);
}
buildCounterObjectDefinition--;
}
-core.List<api.Metaline> buildUnnamed4584() {
+core.List<api.Metaline> buildUnnamed4627() {
var o = <api.Metaline>[];
o.add(buildMetaline());
o.add(buildMetaline());
return o;
}
-void checkUnnamed4584(core.List<api.Metaline> o) {
+void checkUnnamed4627(core.List<api.Metaline> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetaline(o[0] as api.Metaline);
checkMetaline(o[1] as api.Metaline);
@@ -2735,7 +2735,7 @@
var o = api.ObjectDisplayOptions();
buildCounterObjectDisplayOptions++;
if (buildCounterObjectDisplayOptions < 3) {
- o.metalines = buildUnnamed4584();
+ o.metalines = buildUnnamed4627();
o.objectDisplayLabel = 'foo';
}
buildCounterObjectDisplayOptions--;
@@ -2745,7 +2745,7 @@
void checkObjectDisplayOptions(api.ObjectDisplayOptions o) {
buildCounterObjectDisplayOptions++;
if (buildCounterObjectDisplayOptions < 3) {
- checkUnnamed4584(o.metalines!);
+ checkUnnamed4627(o.metalines!);
unittest.expect(
o.objectDisplayLabel!,
unittest.equals('foo'),
@@ -2775,14 +2775,14 @@
buildCounterObjectOptions--;
}
-core.List<api.PropertyDefinition> buildUnnamed4585() {
+core.List<api.PropertyDefinition> buildUnnamed4628() {
var o = <api.PropertyDefinition>[];
o.add(buildPropertyDefinition());
o.add(buildPropertyDefinition());
return o;
}
-void checkUnnamed4585(core.List<api.PropertyDefinition> o) {
+void checkUnnamed4628(core.List<api.PropertyDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkPropertyDefinition(o[0] as api.PropertyDefinition);
checkPropertyDefinition(o[1] as api.PropertyDefinition);
@@ -2793,7 +2793,7 @@
var o = api.ObjectPropertyOptions();
buildCounterObjectPropertyOptions++;
if (buildCounterObjectPropertyOptions < 3) {
- o.subobjectProperties = buildUnnamed4585();
+ o.subobjectProperties = buildUnnamed4628();
}
buildCounterObjectPropertyOptions--;
return o;
@@ -2802,19 +2802,19 @@
void checkObjectPropertyOptions(api.ObjectPropertyOptions o) {
buildCounterObjectPropertyOptions++;
if (buildCounterObjectPropertyOptions < 3) {
- checkUnnamed4585(o.subobjectProperties!);
+ checkUnnamed4628(o.subobjectProperties!);
}
buildCounterObjectPropertyOptions--;
}
-core.List<api.StructuredDataObject> buildUnnamed4586() {
+core.List<api.StructuredDataObject> buildUnnamed4629() {
var o = <api.StructuredDataObject>[];
o.add(buildStructuredDataObject());
o.add(buildStructuredDataObject());
return o;
}
-void checkUnnamed4586(core.List<api.StructuredDataObject> o) {
+void checkUnnamed4629(core.List<api.StructuredDataObject> o) {
unittest.expect(o, unittest.hasLength(2));
checkStructuredDataObject(o[0] as api.StructuredDataObject);
checkStructuredDataObject(o[1] as api.StructuredDataObject);
@@ -2825,7 +2825,7 @@
var o = api.ObjectValues();
buildCounterObjectValues++;
if (buildCounterObjectValues < 3) {
- o.values = buildUnnamed4586();
+ o.values = buildUnnamed4629();
}
buildCounterObjectValues--;
return o;
@@ -2834,12 +2834,12 @@
void checkObjectValues(api.ObjectValues o) {
buildCounterObjectValues++;
if (buildCounterObjectValues < 3) {
- checkUnnamed4586(o.values!);
+ checkUnnamed4629(o.values!);
}
buildCounterObjectValues--;
}
-core.Map<core.String, core.Object> buildUnnamed4587() {
+core.Map<core.String, core.Object> buildUnnamed4630() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2854,7 +2854,7 @@
return o;
}
-void checkUnnamed4587(core.Map<core.String, core.Object> o) {
+void checkUnnamed4630(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2886,7 +2886,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4588() {
+core.Map<core.String, core.Object> buildUnnamed4631() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2901,7 +2901,7 @@
return o;
}
-void checkUnnamed4588(core.Map<core.String, core.Object> o) {
+void checkUnnamed4631(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -2940,9 +2940,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed4587();
+ o.metadata = buildUnnamed4630();
o.name = 'foo';
- o.response = buildUnnamed4588();
+ o.response = buildUnnamed4631();
}
buildCounterOperation--;
return o;
@@ -2953,12 +2953,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed4587(o.metadata!);
+ checkUnnamed4630(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4588(o.response!);
+ checkUnnamed4631(o.response!);
}
buildCounterOperation--;
}
@@ -2982,40 +2982,40 @@
buildCounterPeopleSuggestion--;
}
-core.List<api.EmailAddress> buildUnnamed4589() {
+core.List<api.EmailAddress> buildUnnamed4632() {
var o = <api.EmailAddress>[];
o.add(buildEmailAddress());
o.add(buildEmailAddress());
return o;
}
-void checkUnnamed4589(core.List<api.EmailAddress> o) {
+void checkUnnamed4632(core.List<api.EmailAddress> o) {
unittest.expect(o, unittest.hasLength(2));
checkEmailAddress(o[0] as api.EmailAddress);
checkEmailAddress(o[1] as api.EmailAddress);
}
-core.List<api.Name> buildUnnamed4590() {
+core.List<api.Name> buildUnnamed4633() {
var o = <api.Name>[];
o.add(buildName());
o.add(buildName());
return o;
}
-void checkUnnamed4590(core.List<api.Name> o) {
+void checkUnnamed4633(core.List<api.Name> o) {
unittest.expect(o, unittest.hasLength(2));
checkName(o[0] as api.Name);
checkName(o[1] as api.Name);
}
-core.List<api.Photo> buildUnnamed4591() {
+core.List<api.Photo> buildUnnamed4634() {
var o = <api.Photo>[];
o.add(buildPhoto());
o.add(buildPhoto());
return o;
}
-void checkUnnamed4591(core.List<api.Photo> o) {
+void checkUnnamed4634(core.List<api.Photo> o) {
unittest.expect(o, unittest.hasLength(2));
checkPhoto(o[0] as api.Photo);
checkPhoto(o[1] as api.Photo);
@@ -3026,11 +3026,11 @@
var o = api.Person();
buildCounterPerson++;
if (buildCounterPerson < 3) {
- o.emailAddresses = buildUnnamed4589();
+ o.emailAddresses = buildUnnamed4632();
o.name = 'foo';
o.obfuscatedId = 'foo';
- o.personNames = buildUnnamed4590();
- o.photos = buildUnnamed4591();
+ o.personNames = buildUnnamed4633();
+ o.photos = buildUnnamed4634();
}
buildCounterPerson--;
return o;
@@ -3039,7 +3039,7 @@
void checkPerson(api.Person o) {
buildCounterPerson++;
if (buildCounterPerson < 3) {
- checkUnnamed4589(o.emailAddresses!);
+ checkUnnamed4632(o.emailAddresses!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -3048,8 +3048,8 @@
o.obfuscatedId!,
unittest.equals('foo'),
);
- checkUnnamed4590(o.personNames!);
- checkUnnamed4591(o.photos!);
+ checkUnnamed4633(o.personNames!);
+ checkUnnamed4634(o.photos!);
}
buildCounterPerson--;
}
@@ -3076,14 +3076,14 @@
buildCounterPhoto--;
}
-core.List<core.String> buildUnnamed4592() {
+core.List<core.String> buildUnnamed4635() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4592(core.List<core.String> o) {
+void checkUnnamed4635(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3104,7 +3104,7 @@
o.debugOptions = buildDebugOptions();
o.limit = 42;
o.queue = 'foo';
- o.statusCodes = buildUnnamed4592();
+ o.statusCodes = buildUnnamed4635();
}
buildCounterPollItemsRequest--;
return o;
@@ -3126,19 +3126,19 @@
o.queue!,
unittest.equals('foo'),
);
- checkUnnamed4592(o.statusCodes!);
+ checkUnnamed4635(o.statusCodes!);
}
buildCounterPollItemsRequest--;
}
-core.List<api.Item> buildUnnamed4593() {
+core.List<api.Item> buildUnnamed4636() {
var o = <api.Item>[];
o.add(buildItem());
o.add(buildItem());
return o;
}
-void checkUnnamed4593(core.List<api.Item> o) {
+void checkUnnamed4636(core.List<api.Item> o) {
unittest.expect(o, unittest.hasLength(2));
checkItem(o[0] as api.Item);
checkItem(o[1] as api.Item);
@@ -3149,7 +3149,7 @@
var o = api.PollItemsResponse();
buildCounterPollItemsResponse++;
if (buildCounterPollItemsResponse < 3) {
- o.items = buildUnnamed4593();
+ o.items = buildUnnamed4636();
}
buildCounterPollItemsResponse--;
return o;
@@ -3158,7 +3158,7 @@
void checkPollItemsResponse(api.PollItemsResponse o) {
buildCounterPollItemsResponse++;
if (buildCounterPollItemsResponse < 3) {
- checkUnnamed4593(o.items!);
+ checkUnnamed4636(o.items!);
}
buildCounterPollItemsResponse--;
}
@@ -3192,14 +3192,14 @@
buildCounterPrincipal--;
}
-core.List<api.FieldViolation> buildUnnamed4594() {
+core.List<api.FieldViolation> buildUnnamed4637() {
var o = <api.FieldViolation>[];
o.add(buildFieldViolation());
o.add(buildFieldViolation());
return o;
}
-void checkUnnamed4594(core.List<api.FieldViolation> o) {
+void checkUnnamed4637(core.List<api.FieldViolation> o) {
unittest.expect(o, unittest.hasLength(2));
checkFieldViolation(o[0] as api.FieldViolation);
checkFieldViolation(o[1] as api.FieldViolation);
@@ -3212,7 +3212,7 @@
if (buildCounterProcessingError < 3) {
o.code = 'foo';
o.errorMessage = 'foo';
- o.fieldViolations = buildUnnamed4594();
+ o.fieldViolations = buildUnnamed4637();
}
buildCounterProcessingError--;
return o;
@@ -3229,7 +3229,7 @@
o.errorMessage!,
unittest.equals('foo'),
);
- checkUnnamed4594(o.fieldViolations!);
+ checkUnnamed4637(o.fieldViolations!);
}
buildCounterProcessingError--;
}
@@ -3490,14 +3490,14 @@
buildCounterQueryItem--;
}
-core.List<core.String> buildUnnamed4595() {
+core.List<core.String> buildUnnamed4638() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4595(core.List<core.String> o) {
+void checkUnnamed4638(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3515,7 +3515,7 @@
buildCounterQueryOperator++;
if (buildCounterQueryOperator < 3) {
o.displayName = 'foo';
- o.enumValues = buildUnnamed4595();
+ o.enumValues = buildUnnamed4638();
o.greaterThanOperatorName = 'foo';
o.isFacetable = true;
o.isRepeatable = true;
@@ -3538,7 +3538,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4595(o.enumValues!);
+ checkUnnamed4638(o.enumValues!);
unittest.expect(
o.greaterThanOperatorName!,
unittest.equals('foo'),
@@ -3568,14 +3568,14 @@
buildCounterQueryOperator--;
}
-core.List<api.QueryOperator> buildUnnamed4596() {
+core.List<api.QueryOperator> buildUnnamed4639() {
var o = <api.QueryOperator>[];
o.add(buildQueryOperator());
o.add(buildQueryOperator());
return o;
}
-void checkUnnamed4596(core.List<api.QueryOperator> o) {
+void checkUnnamed4639(core.List<api.QueryOperator> o) {
unittest.expect(o, unittest.hasLength(2));
checkQueryOperator(o[0] as api.QueryOperator);
checkQueryOperator(o[1] as api.QueryOperator);
@@ -3587,7 +3587,7 @@
buildCounterQuerySource++;
if (buildCounterQuerySource < 3) {
o.displayName = 'foo';
- o.operators = buildUnnamed4596();
+ o.operators = buildUnnamed4639();
o.shortName = 'foo';
o.source = buildSource();
}
@@ -3602,7 +3602,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4596(o.operators!);
+ checkUnnamed4639(o.operators!);
unittest.expect(
o.shortName!,
unittest.equals('foo'),
@@ -3768,14 +3768,14 @@
buildCounterRestrictItem--;
}
-core.List<api.SourceResultCount> buildUnnamed4597() {
+core.List<api.SourceResultCount> buildUnnamed4640() {
var o = <api.SourceResultCount>[];
o.add(buildSourceResultCount());
o.add(buildSourceResultCount());
return o;
}
-void checkUnnamed4597(core.List<api.SourceResultCount> o) {
+void checkUnnamed4640(core.List<api.SourceResultCount> o) {
unittest.expect(o, unittest.hasLength(2));
checkSourceResultCount(o[0] as api.SourceResultCount);
checkSourceResultCount(o[1] as api.SourceResultCount);
@@ -3786,7 +3786,7 @@
var o = api.ResultCounts();
buildCounterResultCounts++;
if (buildCounterResultCounts < 3) {
- o.sourceResultCounts = buildUnnamed4597();
+ o.sourceResultCounts = buildUnnamed4640();
}
buildCounterResultCounts--;
return o;
@@ -3795,7 +3795,7 @@
void checkResultCounts(api.ResultCounts o) {
buildCounterResultCounts++;
if (buildCounterResultCounts < 3) {
- checkUnnamed4597(o.sourceResultCounts!);
+ checkUnnamed4640(o.sourceResultCounts!);
}
buildCounterResultCounts--;
}
@@ -3851,14 +3851,14 @@
buildCounterResultDisplayField--;
}
-core.List<api.ResultDisplayField> buildUnnamed4598() {
+core.List<api.ResultDisplayField> buildUnnamed4641() {
var o = <api.ResultDisplayField>[];
o.add(buildResultDisplayField());
o.add(buildResultDisplayField());
return o;
}
-void checkUnnamed4598(core.List<api.ResultDisplayField> o) {
+void checkUnnamed4641(core.List<api.ResultDisplayField> o) {
unittest.expect(o, unittest.hasLength(2));
checkResultDisplayField(o[0] as api.ResultDisplayField);
checkResultDisplayField(o[1] as api.ResultDisplayField);
@@ -3869,7 +3869,7 @@
var o = api.ResultDisplayLine();
buildCounterResultDisplayLine++;
if (buildCounterResultDisplayLine < 3) {
- o.fields = buildUnnamed4598();
+ o.fields = buildUnnamed4641();
}
buildCounterResultDisplayLine--;
return o;
@@ -3878,19 +3878,19 @@
void checkResultDisplayLine(api.ResultDisplayLine o) {
buildCounterResultDisplayLine++;
if (buildCounterResultDisplayLine < 3) {
- checkUnnamed4598(o.fields!);
+ checkUnnamed4641(o.fields!);
}
buildCounterResultDisplayLine--;
}
-core.List<api.ResultDisplayLine> buildUnnamed4599() {
+core.List<api.ResultDisplayLine> buildUnnamed4642() {
var o = <api.ResultDisplayLine>[];
o.add(buildResultDisplayLine());
o.add(buildResultDisplayLine());
return o;
}
-void checkUnnamed4599(core.List<api.ResultDisplayLine> o) {
+void checkUnnamed4642(core.List<api.ResultDisplayLine> o) {
unittest.expect(o, unittest.hasLength(2));
checkResultDisplayLine(o[0] as api.ResultDisplayLine);
checkResultDisplayLine(o[1] as api.ResultDisplayLine);
@@ -3901,7 +3901,7 @@
var o = api.ResultDisplayMetadata();
buildCounterResultDisplayMetadata++;
if (buildCounterResultDisplayMetadata < 3) {
- o.metalines = buildUnnamed4599();
+ o.metalines = buildUnnamed4642();
o.objectTypeLabel = 'foo';
}
buildCounterResultDisplayMetadata--;
@@ -3911,7 +3911,7 @@
void checkResultDisplayMetadata(api.ResultDisplayMetadata o) {
buildCounterResultDisplayMetadata++;
if (buildCounterResultDisplayMetadata < 3) {
- checkUnnamed4599(o.metalines!);
+ checkUnnamed4642(o.metalines!);
unittest.expect(
o.objectTypeLabel!,
unittest.equals('foo'),
@@ -3942,27 +3942,27 @@
buildCounterRetrievalImportance--;
}
-core.List<api.ObjectDefinition> buildUnnamed4600() {
+core.List<api.ObjectDefinition> buildUnnamed4643() {
var o = <api.ObjectDefinition>[];
o.add(buildObjectDefinition());
o.add(buildObjectDefinition());
return o;
}
-void checkUnnamed4600(core.List<api.ObjectDefinition> o) {
+void checkUnnamed4643(core.List<api.ObjectDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkObjectDefinition(o[0] as api.ObjectDefinition);
checkObjectDefinition(o[1] as api.ObjectDefinition);
}
-core.List<core.String> buildUnnamed4601() {
+core.List<core.String> buildUnnamed4644() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4601(core.List<core.String> o) {
+void checkUnnamed4644(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3979,8 +3979,8 @@
var o = api.Schema();
buildCounterSchema++;
if (buildCounterSchema < 3) {
- o.objectDefinitions = buildUnnamed4600();
- o.operationIds = buildUnnamed4601();
+ o.objectDefinitions = buildUnnamed4643();
+ o.operationIds = buildUnnamed4644();
}
buildCounterSchema--;
return o;
@@ -3989,8 +3989,8 @@
void checkSchema(api.Schema o) {
buildCounterSchema++;
if (buildCounterSchema < 3) {
- checkUnnamed4600(o.objectDefinitions!);
- checkUnnamed4601(o.operationIds!);
+ checkUnnamed4643(o.objectDefinitions!);
+ checkUnnamed4644(o.operationIds!);
}
buildCounterSchema--;
}
@@ -4016,40 +4016,40 @@
buildCounterScoringConfig--;
}
-core.List<api.DataSourceRestriction> buildUnnamed4602() {
+core.List<api.DataSourceRestriction> buildUnnamed4645() {
var o = <api.DataSourceRestriction>[];
o.add(buildDataSourceRestriction());
o.add(buildDataSourceRestriction());
return o;
}
-void checkUnnamed4602(core.List<api.DataSourceRestriction> o) {
+void checkUnnamed4645(core.List<api.DataSourceRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSourceRestriction(o[0] as api.DataSourceRestriction);
checkDataSourceRestriction(o[1] as api.DataSourceRestriction);
}
-core.List<api.FacetOptions> buildUnnamed4603() {
+core.List<api.FacetOptions> buildUnnamed4646() {
var o = <api.FacetOptions>[];
o.add(buildFacetOptions());
o.add(buildFacetOptions());
return o;
}
-void checkUnnamed4603(core.List<api.FacetOptions> o) {
+void checkUnnamed4646(core.List<api.FacetOptions> o) {
unittest.expect(o, unittest.hasLength(2));
checkFacetOptions(o[0] as api.FacetOptions);
checkFacetOptions(o[1] as api.FacetOptions);
}
-core.List<core.String> buildUnnamed4604() {
+core.List<core.String> buildUnnamed4647() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4604(core.List<core.String> o) {
+void checkUnnamed4647(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4061,14 +4061,14 @@
);
}
-core.List<api.SourceConfig> buildUnnamed4605() {
+core.List<api.SourceConfig> buildUnnamed4648() {
var o = <api.SourceConfig>[];
o.add(buildSourceConfig());
o.add(buildSourceConfig());
return o;
}
-void checkUnnamed4605(core.List<api.SourceConfig> o) {
+void checkUnnamed4648(core.List<api.SourceConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkSourceConfig(o[0] as api.SourceConfig);
checkSourceConfig(o[1] as api.SourceConfig);
@@ -4079,15 +4079,15 @@
var o = api.SearchApplication();
buildCounterSearchApplication++;
if (buildCounterSearchApplication < 3) {
- o.dataSourceRestrictions = buildUnnamed4602();
- o.defaultFacetOptions = buildUnnamed4603();
+ o.dataSourceRestrictions = buildUnnamed4645();
+ o.defaultFacetOptions = buildUnnamed4646();
o.defaultSortOptions = buildSortOptions();
o.displayName = 'foo';
o.enableAuditLog = true;
o.name = 'foo';
- o.operationIds = buildUnnamed4604();
+ o.operationIds = buildUnnamed4647();
o.scoringConfig = buildScoringConfig();
- o.sourceConfig = buildUnnamed4605();
+ o.sourceConfig = buildUnnamed4648();
}
buildCounterSearchApplication--;
return o;
@@ -4096,8 +4096,8 @@
void checkSearchApplication(api.SearchApplication o) {
buildCounterSearchApplication++;
if (buildCounterSearchApplication < 3) {
- checkUnnamed4602(o.dataSourceRestrictions!);
- checkUnnamed4603(o.defaultFacetOptions!);
+ checkUnnamed4645(o.dataSourceRestrictions!);
+ checkUnnamed4646(o.defaultFacetOptions!);
checkSortOptions(o.defaultSortOptions! as api.SortOptions);
unittest.expect(
o.displayName!,
@@ -4108,21 +4108,21 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4604(o.operationIds!);
+ checkUnnamed4647(o.operationIds!);
checkScoringConfig(o.scoringConfig! as api.ScoringConfig);
- checkUnnamed4605(o.sourceConfig!);
+ checkUnnamed4648(o.sourceConfig!);
}
buildCounterSearchApplication--;
}
-core.List<api.QueryCountByStatus> buildUnnamed4606() {
+core.List<api.QueryCountByStatus> buildUnnamed4649() {
var o = <api.QueryCountByStatus>[];
o.add(buildQueryCountByStatus());
o.add(buildQueryCountByStatus());
return o;
}
-void checkUnnamed4606(core.List<api.QueryCountByStatus> o) {
+void checkUnnamed4649(core.List<api.QueryCountByStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkQueryCountByStatus(o[0] as api.QueryCountByStatus);
checkQueryCountByStatus(o[1] as api.QueryCountByStatus);
@@ -4134,7 +4134,7 @@
buildCounterSearchApplicationQueryStats++;
if (buildCounterSearchApplicationQueryStats < 3) {
o.date = buildDate();
- o.queryCountByStatus = buildUnnamed4606();
+ o.queryCountByStatus = buildUnnamed4649();
}
buildCounterSearchApplicationQueryStats--;
return o;
@@ -4144,7 +4144,7 @@
buildCounterSearchApplicationQueryStats++;
if (buildCounterSearchApplicationQueryStats < 3) {
checkDate(o.date! as api.Date);
- checkUnnamed4606(o.queryCountByStatus!);
+ checkUnnamed4649(o.queryCountByStatus!);
}
buildCounterSearchApplicationQueryStats--;
}
@@ -4236,14 +4236,14 @@
buildCounterSearchItemsByViewUrlRequest--;
}
-core.List<api.Item> buildUnnamed4607() {
+core.List<api.Item> buildUnnamed4650() {
var o = <api.Item>[];
o.add(buildItem());
o.add(buildItem());
return o;
}
-void checkUnnamed4607(core.List<api.Item> o) {
+void checkUnnamed4650(core.List<api.Item> o) {
unittest.expect(o, unittest.hasLength(2));
checkItem(o[0] as api.Item);
checkItem(o[1] as api.Item);
@@ -4254,7 +4254,7 @@
var o = api.SearchItemsByViewUrlResponse();
buildCounterSearchItemsByViewUrlResponse++;
if (buildCounterSearchItemsByViewUrlResponse < 3) {
- o.items = buildUnnamed4607();
+ o.items = buildUnnamed4650();
o.nextPageToken = 'foo';
}
buildCounterSearchItemsByViewUrlResponse--;
@@ -4264,7 +4264,7 @@
void checkSearchItemsByViewUrlResponse(api.SearchItemsByViewUrlResponse o) {
buildCounterSearchItemsByViewUrlResponse++;
if (buildCounterSearchItemsByViewUrlResponse < 3) {
- checkUnnamed4607(o.items!);
+ checkUnnamed4650(o.items!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4295,40 +4295,40 @@
buildCounterSearchQualityMetadata--;
}
-core.List<api.ContextAttribute> buildUnnamed4608() {
+core.List<api.ContextAttribute> buildUnnamed4651() {
var o = <api.ContextAttribute>[];
o.add(buildContextAttribute());
o.add(buildContextAttribute());
return o;
}
-void checkUnnamed4608(core.List<api.ContextAttribute> o) {
+void checkUnnamed4651(core.List<api.ContextAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkContextAttribute(o[0] as api.ContextAttribute);
checkContextAttribute(o[1] as api.ContextAttribute);
}
-core.List<api.DataSourceRestriction> buildUnnamed4609() {
+core.List<api.DataSourceRestriction> buildUnnamed4652() {
var o = <api.DataSourceRestriction>[];
o.add(buildDataSourceRestriction());
o.add(buildDataSourceRestriction());
return o;
}
-void checkUnnamed4609(core.List<api.DataSourceRestriction> o) {
+void checkUnnamed4652(core.List<api.DataSourceRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSourceRestriction(o[0] as api.DataSourceRestriction);
checkDataSourceRestriction(o[1] as api.DataSourceRestriction);
}
-core.List<api.FacetOptions> buildUnnamed4610() {
+core.List<api.FacetOptions> buildUnnamed4653() {
var o = <api.FacetOptions>[];
o.add(buildFacetOptions());
o.add(buildFacetOptions());
return o;
}
-void checkUnnamed4610(core.List<api.FacetOptions> o) {
+void checkUnnamed4653(core.List<api.FacetOptions> o) {
unittest.expect(o, unittest.hasLength(2));
checkFacetOptions(o[0] as api.FacetOptions);
checkFacetOptions(o[1] as api.FacetOptions);
@@ -4339,9 +4339,9 @@
var o = api.SearchRequest();
buildCounterSearchRequest++;
if (buildCounterSearchRequest < 3) {
- o.contextAttributes = buildUnnamed4608();
- o.dataSourceRestrictions = buildUnnamed4609();
- o.facetOptions = buildUnnamed4610();
+ o.contextAttributes = buildUnnamed4651();
+ o.dataSourceRestrictions = buildUnnamed4652();
+ o.facetOptions = buildUnnamed4653();
o.pageSize = 42;
o.query = 'foo';
o.queryInterpretationOptions = buildQueryInterpretationOptions();
@@ -4356,9 +4356,9 @@
void checkSearchRequest(api.SearchRequest o) {
buildCounterSearchRequest++;
if (buildCounterSearchRequest < 3) {
- checkUnnamed4608(o.contextAttributes!);
- checkUnnamed4609(o.dataSourceRestrictions!);
- checkUnnamed4610(o.facetOptions!);
+ checkUnnamed4651(o.contextAttributes!);
+ checkUnnamed4652(o.dataSourceRestrictions!);
+ checkUnnamed4653(o.facetOptions!);
unittest.expect(
o.pageSize!,
unittest.equals(42),
@@ -4379,53 +4379,53 @@
buildCounterSearchRequest--;
}
-core.List<api.FacetResult> buildUnnamed4611() {
+core.List<api.FacetResult> buildUnnamed4654() {
var o = <api.FacetResult>[];
o.add(buildFacetResult());
o.add(buildFacetResult());
return o;
}
-void checkUnnamed4611(core.List<api.FacetResult> o) {
+void checkUnnamed4654(core.List<api.FacetResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkFacetResult(o[0] as api.FacetResult);
checkFacetResult(o[1] as api.FacetResult);
}
-core.List<api.SearchResult> buildUnnamed4612() {
+core.List<api.SearchResult> buildUnnamed4655() {
var o = <api.SearchResult>[];
o.add(buildSearchResult());
o.add(buildSearchResult());
return o;
}
-void checkUnnamed4612(core.List<api.SearchResult> o) {
+void checkUnnamed4655(core.List<api.SearchResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchResult(o[0] as api.SearchResult);
checkSearchResult(o[1] as api.SearchResult);
}
-core.List<api.SpellResult> buildUnnamed4613() {
+core.List<api.SpellResult> buildUnnamed4656() {
var o = <api.SpellResult>[];
o.add(buildSpellResult());
o.add(buildSpellResult());
return o;
}
-void checkUnnamed4613(core.List<api.SpellResult> o) {
+void checkUnnamed4656(core.List<api.SpellResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSpellResult(o[0] as api.SpellResult);
checkSpellResult(o[1] as api.SpellResult);
}
-core.List<api.StructuredResult> buildUnnamed4614() {
+core.List<api.StructuredResult> buildUnnamed4657() {
var o = <api.StructuredResult>[];
o.add(buildStructuredResult());
o.add(buildStructuredResult());
return o;
}
-void checkUnnamed4614(core.List<api.StructuredResult> o) {
+void checkUnnamed4657(core.List<api.StructuredResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkStructuredResult(o[0] as api.StructuredResult);
checkStructuredResult(o[1] as api.StructuredResult);
@@ -4438,15 +4438,15 @@
if (buildCounterSearchResponse < 3) {
o.debugInfo = buildResponseDebugInfo();
o.errorInfo = buildErrorInfo();
- o.facetResults = buildUnnamed4611();
+ o.facetResults = buildUnnamed4654();
o.hasMoreResults = true;
o.queryInterpretation = buildQueryInterpretation();
o.resultCountEstimate = 'foo';
o.resultCountExact = 'foo';
o.resultCounts = buildResultCounts();
- o.results = buildUnnamed4612();
- o.spellResults = buildUnnamed4613();
- o.structuredResults = buildUnnamed4614();
+ o.results = buildUnnamed4655();
+ o.spellResults = buildUnnamed4656();
+ o.structuredResults = buildUnnamed4657();
}
buildCounterSearchResponse--;
return o;
@@ -4457,7 +4457,7 @@
if (buildCounterSearchResponse < 3) {
checkResponseDebugInfo(o.debugInfo! as api.ResponseDebugInfo);
checkErrorInfo(o.errorInfo! as api.ErrorInfo);
- checkUnnamed4611(o.facetResults!);
+ checkUnnamed4654(o.facetResults!);
unittest.expect(o.hasMoreResults!, unittest.isTrue);
checkQueryInterpretation(o.queryInterpretation! as api.QueryInterpretation);
unittest.expect(
@@ -4469,21 +4469,21 @@
unittest.equals('foo'),
);
checkResultCounts(o.resultCounts! as api.ResultCounts);
- checkUnnamed4612(o.results!);
- checkUnnamed4613(o.spellResults!);
- checkUnnamed4614(o.structuredResults!);
+ checkUnnamed4655(o.results!);
+ checkUnnamed4656(o.spellResults!);
+ checkUnnamed4657(o.structuredResults!);
}
buildCounterSearchResponse--;
}
-core.List<api.SearchResult> buildUnnamed4615() {
+core.List<api.SearchResult> buildUnnamed4658() {
var o = <api.SearchResult>[];
o.add(buildSearchResult());
o.add(buildSearchResult());
return o;
}
-void checkUnnamed4615(core.List<api.SearchResult> o) {
+void checkUnnamed4658(core.List<api.SearchResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchResult(o[0] as api.SearchResult);
checkSearchResult(o[1] as api.SearchResult);
@@ -4494,7 +4494,7 @@
var o = api.SearchResult();
buildCounterSearchResult++;
if (buildCounterSearchResult < 3) {
- o.clusteredResults = buildUnnamed4615();
+ o.clusteredResults = buildUnnamed4658();
o.debugInfo = buildResultDebugInfo();
o.metadata = buildMetadata();
o.snippet = buildSnippet();
@@ -4508,7 +4508,7 @@
void checkSearchResult(api.SearchResult o) {
buildCounterSearchResult++;
if (buildCounterSearchResult < 3) {
- checkUnnamed4615(o.clusteredResults!);
+ checkUnnamed4658(o.clusteredResults!);
checkResultDebugInfo(o.debugInfo! as api.ResultDebugInfo);
checkMetadata(o.metadata! as api.Metadata);
checkSnippet(o.snippet! as api.Snippet);
@@ -4524,14 +4524,14 @@
buildCounterSearchResult--;
}
-core.List<api.MatchRange> buildUnnamed4616() {
+core.List<api.MatchRange> buildUnnamed4659() {
var o = <api.MatchRange>[];
o.add(buildMatchRange());
o.add(buildMatchRange());
return o;
}
-void checkUnnamed4616(core.List<api.MatchRange> o) {
+void checkUnnamed4659(core.List<api.MatchRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkMatchRange(o[0] as api.MatchRange);
checkMatchRange(o[1] as api.MatchRange);
@@ -4542,7 +4542,7 @@
var o = api.Snippet();
buildCounterSnippet++;
if (buildCounterSnippet < 3) {
- o.matchRanges = buildUnnamed4616();
+ o.matchRanges = buildUnnamed4659();
o.snippet = 'foo';
}
buildCounterSnippet--;
@@ -4552,7 +4552,7 @@
void checkSnippet(api.Snippet o) {
buildCounterSnippet++;
if (buildCounterSnippet < 3) {
- checkUnnamed4616(o.matchRanges!);
+ checkUnnamed4659(o.matchRanges!);
unittest.expect(
o.snippet!,
unittest.equals('foo'),
@@ -4764,7 +4764,7 @@
buildCounterStartUploadItemRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed4617() {
+core.Map<core.String, core.Object> buildUnnamed4660() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4779,7 +4779,7 @@
return o;
}
-void checkUnnamed4617(core.Map<core.String, core.Object> o) {
+void checkUnnamed4660(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -4811,17 +4811,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4618() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4661() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4617());
- o.add(buildUnnamed4617());
+ o.add(buildUnnamed4660());
+ o.add(buildUnnamed4660());
return o;
}
-void checkUnnamed4618(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4661(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4617(o[0]);
- checkUnnamed4617(o[1]);
+ checkUnnamed4660(o[0]);
+ checkUnnamed4660(o[1]);
}
core.int buildCounterStatus = 0;
@@ -4830,7 +4830,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4618();
+ o.details = buildUnnamed4661();
o.message = 'foo';
}
buildCounterStatus--;
@@ -4844,7 +4844,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4618(o.details!);
+ checkUnnamed4661(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -4853,14 +4853,14 @@
buildCounterStatus--;
}
-core.List<api.NamedProperty> buildUnnamed4619() {
+core.List<api.NamedProperty> buildUnnamed4662() {
var o = <api.NamedProperty>[];
o.add(buildNamedProperty());
o.add(buildNamedProperty());
return o;
}
-void checkUnnamed4619(core.List<api.NamedProperty> o) {
+void checkUnnamed4662(core.List<api.NamedProperty> o) {
unittest.expect(o, unittest.hasLength(2));
checkNamedProperty(o[0] as api.NamedProperty);
checkNamedProperty(o[1] as api.NamedProperty);
@@ -4871,7 +4871,7 @@
var o = api.StructuredDataObject();
buildCounterStructuredDataObject++;
if (buildCounterStructuredDataObject < 3) {
- o.properties = buildUnnamed4619();
+ o.properties = buildUnnamed4662();
}
buildCounterStructuredDataObject--;
return o;
@@ -4880,7 +4880,7 @@
void checkStructuredDataObject(api.StructuredDataObject o) {
buildCounterStructuredDataObject++;
if (buildCounterStructuredDataObject < 3) {
- checkUnnamed4619(o.properties!);
+ checkUnnamed4662(o.properties!);
}
buildCounterStructuredDataObject--;
}
@@ -4904,14 +4904,14 @@
buildCounterStructuredResult--;
}
-core.List<api.DataSourceRestriction> buildUnnamed4620() {
+core.List<api.DataSourceRestriction> buildUnnamed4663() {
var o = <api.DataSourceRestriction>[];
o.add(buildDataSourceRestriction());
o.add(buildDataSourceRestriction());
return o;
}
-void checkUnnamed4620(core.List<api.DataSourceRestriction> o) {
+void checkUnnamed4663(core.List<api.DataSourceRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSourceRestriction(o[0] as api.DataSourceRestriction);
checkDataSourceRestriction(o[1] as api.DataSourceRestriction);
@@ -4922,7 +4922,7 @@
var o = api.SuggestRequest();
buildCounterSuggestRequest++;
if (buildCounterSuggestRequest < 3) {
- o.dataSourceRestrictions = buildUnnamed4620();
+ o.dataSourceRestrictions = buildUnnamed4663();
o.query = 'foo';
o.requestOptions = buildRequestOptions();
}
@@ -4933,7 +4933,7 @@
void checkSuggestRequest(api.SuggestRequest o) {
buildCounterSuggestRequest++;
if (buildCounterSuggestRequest < 3) {
- checkUnnamed4620(o.dataSourceRestrictions!);
+ checkUnnamed4663(o.dataSourceRestrictions!);
unittest.expect(
o.query!,
unittest.equals('foo'),
@@ -4943,14 +4943,14 @@
buildCounterSuggestRequest--;
}
-core.List<api.SuggestResult> buildUnnamed4621() {
+core.List<api.SuggestResult> buildUnnamed4664() {
var o = <api.SuggestResult>[];
o.add(buildSuggestResult());
o.add(buildSuggestResult());
return o;
}
-void checkUnnamed4621(core.List<api.SuggestResult> o) {
+void checkUnnamed4664(core.List<api.SuggestResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestResult(o[0] as api.SuggestResult);
checkSuggestResult(o[1] as api.SuggestResult);
@@ -4961,7 +4961,7 @@
var o = api.SuggestResponse();
buildCounterSuggestResponse++;
if (buildCounterSuggestResponse < 3) {
- o.suggestResults = buildUnnamed4621();
+ o.suggestResults = buildUnnamed4664();
}
buildCounterSuggestResponse--;
return o;
@@ -4970,7 +4970,7 @@
void checkSuggestResponse(api.SuggestResponse o) {
buildCounterSuggestResponse++;
if (buildCounterSuggestResponse < 3) {
- checkUnnamed4621(o.suggestResults!);
+ checkUnnamed4664(o.suggestResults!);
}
buildCounterSuggestResponse--;
}
@@ -5048,14 +5048,14 @@
buildCounterTextPropertyOptions--;
}
-core.List<core.String> buildUnnamed4622() {
+core.List<core.String> buildUnnamed4665() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4622(core.List<core.String> o) {
+void checkUnnamed4665(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5072,7 +5072,7 @@
var o = api.TextValues();
buildCounterTextValues++;
if (buildCounterTextValues < 3) {
- o.values = buildUnnamed4622();
+ o.values = buildUnnamed4665();
}
buildCounterTextValues--;
return o;
@@ -5081,7 +5081,7 @@
void checkTextValues(api.TextValues o) {
buildCounterTextValues++;
if (buildCounterTextValues < 3) {
- checkUnnamed4622(o.values!);
+ checkUnnamed4665(o.values!);
}
buildCounterTextValues--;
}
@@ -5138,14 +5138,14 @@
buildCounterTimestampPropertyOptions--;
}
-core.List<core.String> buildUnnamed4623() {
+core.List<core.String> buildUnnamed4666() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4623(core.List<core.String> o) {
+void checkUnnamed4666(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5162,7 +5162,7 @@
var o = api.TimestampValues();
buildCounterTimestampValues++;
if (buildCounterTimestampValues < 3) {
- o.values = buildUnnamed4623();
+ o.values = buildUnnamed4666();
}
buildCounterTimestampValues--;
return o;
@@ -5171,7 +5171,7 @@
void checkTimestampValues(api.TimestampValues o) {
buildCounterTimestampValues++;
if (buildCounterTimestampValues < 3) {
- checkUnnamed4623(o.values!);
+ checkUnnamed4666(o.values!);
}
buildCounterTimestampValues--;
}
diff --git a/generated/googleapis/test/cloudshell/v1_test.dart b/generated/googleapis/test/cloudshell/v1_test.dart
index b24e8e8..9bbbd10 100644
--- a/generated/googleapis/test/cloudshell/v1_test.dart
+++ b/generated/googleapis/test/cloudshell/v1_test.dart
@@ -208,14 +208,14 @@
buildCounterEmpty--;
}
-core.List<core.String> buildUnnamed2413() {
+core.List<core.String> buildUnnamed2414() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2413(core.List<core.String> o) {
+void checkUnnamed2414(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -235,7 +235,7 @@
o.dockerImage = 'foo';
o.id = 'foo';
o.name = 'foo';
- o.publicKeys = buildUnnamed2413();
+ o.publicKeys = buildUnnamed2414();
o.sshHost = 'foo';
o.sshPort = 42;
o.sshUsername = 'foo';
@@ -261,7 +261,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2413(o.publicKeys!);
+ checkUnnamed2414(o.publicKeys!);
unittest.expect(
o.sshHost!,
unittest.equals('foo'),
@@ -286,14 +286,14 @@
buildCounterEnvironment--;
}
-core.List<api.Operation> buildUnnamed2414() {
+core.List<api.Operation> buildUnnamed2415() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed2414(core.List<api.Operation> o) {
+void checkUnnamed2415(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -305,7 +305,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed2414();
+ o.operations = buildUnnamed2415();
}
buildCounterListOperationsResponse--;
return o;
@@ -318,12 +318,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2414(o.operations!);
+ checkUnnamed2415(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed2415() {
+core.Map<core.String, core.Object> buildUnnamed2416() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -338,7 +338,7 @@
return o;
}
-void checkUnnamed2415(core.Map<core.String, core.Object> o) {
+void checkUnnamed2416(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -370,7 +370,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2416() {
+core.Map<core.String, core.Object> buildUnnamed2417() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -385,7 +385,7 @@
return o;
}
-void checkUnnamed2416(core.Map<core.String, core.Object> o) {
+void checkUnnamed2417(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -424,9 +424,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed2415();
+ o.metadata = buildUnnamed2416();
o.name = 'foo';
- o.response = buildUnnamed2416();
+ o.response = buildUnnamed2417();
}
buildCounterOperation--;
return o;
@@ -437,12 +437,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed2415(o.metadata!);
+ checkUnnamed2416(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2416(o.response!);
+ checkUnnamed2417(o.response!);
}
buildCounterOperation--;
}
@@ -521,14 +521,14 @@
buildCounterStartEnvironmentMetadata--;
}
-core.List<core.String> buildUnnamed2417() {
+core.List<core.String> buildUnnamed2418() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2417(core.List<core.String> o) {
+void checkUnnamed2418(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -546,7 +546,7 @@
buildCounterStartEnvironmentRequest++;
if (buildCounterStartEnvironmentRequest < 3) {
o.accessToken = 'foo';
- o.publicKeys = buildUnnamed2417();
+ o.publicKeys = buildUnnamed2418();
}
buildCounterStartEnvironmentRequest--;
return o;
@@ -559,7 +559,7 @@
o.accessToken!,
unittest.equals('foo'),
);
- checkUnnamed2417(o.publicKeys!);
+ checkUnnamed2418(o.publicKeys!);
}
buildCounterStartEnvironmentRequest--;
}
@@ -583,7 +583,7 @@
buildCounterStartEnvironmentResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed2418() {
+core.Map<core.String, core.Object> buildUnnamed2419() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -598,7 +598,7 @@
return o;
}
-void checkUnnamed2418(core.Map<core.String, core.Object> o) {
+void checkUnnamed2419(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -630,17 +630,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2419() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2420() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2418());
- o.add(buildUnnamed2418());
+ o.add(buildUnnamed2419());
+ o.add(buildUnnamed2419());
return o;
}
-void checkUnnamed2419(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2420(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2418(o[0]);
- checkUnnamed2418(o[1]);
+ checkUnnamed2419(o[0]);
+ checkUnnamed2419(o[1]);
}
core.int buildCounterStatus = 0;
@@ -649,7 +649,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2419();
+ o.details = buildUnnamed2420();
o.message = 'foo';
}
buildCounterStatus--;
@@ -663,7 +663,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2419(o.details!);
+ checkUnnamed2420(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/cloudtasks/v2_test.dart b/generated/googleapis/test/cloudtasks/v2_test.dart
index dd29431..d0ad295 100644
--- a/generated/googleapis/test/cloudtasks/v2_test.dart
+++ b/generated/googleapis/test/cloudtasks/v2_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.Map<core.String, core.String> buildUnnamed6851() {
+core.Map<core.String, core.String> buildUnnamed6902() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6851(core.Map<core.String, core.String> o) {
+void checkUnnamed6902(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -53,7 +53,7 @@
if (buildCounterAppEngineHttpRequest < 3) {
o.appEngineRouting = buildAppEngineRouting();
o.body = 'foo';
- o.headers = buildUnnamed6851();
+ o.headers = buildUnnamed6902();
o.httpMethod = 'foo';
o.relativeUri = 'foo';
}
@@ -69,7 +69,7 @@
o.body!,
unittest.equals('foo'),
);
- checkUnnamed6851(o.headers!);
+ checkUnnamed6902(o.headers!);
unittest.expect(
o.httpMethod!,
unittest.equals('foo'),
@@ -153,14 +153,14 @@
buildCounterAttempt--;
}
-core.List<core.String> buildUnnamed6852() {
+core.List<core.String> buildUnnamed6903() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6852(core.List<core.String> o) {
+void checkUnnamed6903(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -178,7 +178,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed6852();
+ o.members = buildUnnamed6903();
o.role = 'foo';
}
buildCounterBinding--;
@@ -189,7 +189,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed6852(o.members!);
+ checkUnnamed6903(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -315,14 +315,14 @@
buildCounterGetPolicyOptions--;
}
-core.Map<core.String, core.String> buildUnnamed6853() {
+core.Map<core.String, core.String> buildUnnamed6904() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6853(core.Map<core.String, core.String> o) {
+void checkUnnamed6904(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -340,7 +340,7 @@
buildCounterHttpRequest++;
if (buildCounterHttpRequest < 3) {
o.body = 'foo';
- o.headers = buildUnnamed6853();
+ o.headers = buildUnnamed6904();
o.httpMethod = 'foo';
o.oauthToken = buildOAuthToken();
o.oidcToken = buildOidcToken();
@@ -357,7 +357,7 @@
o.body!,
unittest.equals('foo'),
);
- checkUnnamed6853(o.headers!);
+ checkUnnamed6904(o.headers!);
unittest.expect(
o.httpMethod!,
unittest.equals('foo'),
@@ -372,14 +372,14 @@
buildCounterHttpRequest--;
}
-core.List<api.Location> buildUnnamed6854() {
+core.List<api.Location> buildUnnamed6905() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed6854(core.List<api.Location> o) {
+void checkUnnamed6905(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -390,7 +390,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed6854();
+ o.locations = buildUnnamed6905();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -400,7 +400,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed6854(o.locations!);
+ checkUnnamed6905(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -409,14 +409,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Queue> buildUnnamed6855() {
+core.List<api.Queue> buildUnnamed6906() {
var o = <api.Queue>[];
o.add(buildQueue());
o.add(buildQueue());
return o;
}
-void checkUnnamed6855(core.List<api.Queue> o) {
+void checkUnnamed6906(core.List<api.Queue> o) {
unittest.expect(o, unittest.hasLength(2));
checkQueue(o[0] as api.Queue);
checkQueue(o[1] as api.Queue);
@@ -428,7 +428,7 @@
buildCounterListQueuesResponse++;
if (buildCounterListQueuesResponse < 3) {
o.nextPageToken = 'foo';
- o.queues = buildUnnamed6855();
+ o.queues = buildUnnamed6906();
}
buildCounterListQueuesResponse--;
return o;
@@ -441,19 +441,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6855(o.queues!);
+ checkUnnamed6906(o.queues!);
}
buildCounterListQueuesResponse--;
}
-core.List<api.Task> buildUnnamed6856() {
+core.List<api.Task> buildUnnamed6907() {
var o = <api.Task>[];
o.add(buildTask());
o.add(buildTask());
return o;
}
-void checkUnnamed6856(core.List<api.Task> o) {
+void checkUnnamed6907(core.List<api.Task> o) {
unittest.expect(o, unittest.hasLength(2));
checkTask(o[0] as api.Task);
checkTask(o[1] as api.Task);
@@ -465,7 +465,7 @@
buildCounterListTasksResponse++;
if (buildCounterListTasksResponse < 3) {
o.nextPageToken = 'foo';
- o.tasks = buildUnnamed6856();
+ o.tasks = buildUnnamed6907();
}
buildCounterListTasksResponse--;
return o;
@@ -478,19 +478,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6856(o.tasks!);
+ checkUnnamed6907(o.tasks!);
}
buildCounterListTasksResponse--;
}
-core.Map<core.String, core.String> buildUnnamed6857() {
+core.Map<core.String, core.String> buildUnnamed6908() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6857(core.Map<core.String, core.String> o) {
+void checkUnnamed6908(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -502,7 +502,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6858() {
+core.Map<core.String, core.Object> buildUnnamed6909() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -517,7 +517,7 @@
return o;
}
-void checkUnnamed6858(core.Map<core.String, core.Object> o) {
+void checkUnnamed6909(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -555,9 +555,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed6857();
+ o.labels = buildUnnamed6908();
o.locationId = 'foo';
- o.metadata = buildUnnamed6858();
+ o.metadata = buildUnnamed6909();
o.name = 'foo';
}
buildCounterLocation--;
@@ -571,12 +571,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed6857(o.labels!);
+ checkUnnamed6908(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed6858(o.metadata!);
+ checkUnnamed6909(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -654,14 +654,14 @@
buildCounterPauseQueueRequest--;
}
-core.List<api.Binding> buildUnnamed6859() {
+core.List<api.Binding> buildUnnamed6910() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed6859(core.List<api.Binding> o) {
+void checkUnnamed6910(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -672,7 +672,7 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed6859();
+ o.bindings = buildUnnamed6910();
o.etag = 'foo';
o.version = 42;
}
@@ -683,7 +683,7 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed6859(o.bindings!);
+ checkUnnamed6910(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -904,7 +904,7 @@
buildCounterStackdriverLoggingConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed6860() {
+core.Map<core.String, core.Object> buildUnnamed6911() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -919,7 +919,7 @@
return o;
}
-void checkUnnamed6860(core.Map<core.String, core.Object> o) {
+void checkUnnamed6911(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -951,17 +951,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6861() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6912() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6860());
- o.add(buildUnnamed6860());
+ o.add(buildUnnamed6911());
+ o.add(buildUnnamed6911());
return o;
}
-void checkUnnamed6861(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6912(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6860(o[0]);
- checkUnnamed6860(o[1]);
+ checkUnnamed6911(o[0]);
+ checkUnnamed6911(o[1]);
}
core.int buildCounterStatus = 0;
@@ -970,7 +970,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed6861();
+ o.details = buildUnnamed6912();
o.message = 'foo';
}
buildCounterStatus--;
@@ -984,7 +984,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed6861(o.details!);
+ checkUnnamed6912(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1054,14 +1054,14 @@
buildCounterTask--;
}
-core.List<core.String> buildUnnamed6862() {
+core.List<core.String> buildUnnamed6913() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6862(core.List<core.String> o) {
+void checkUnnamed6913(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1078,7 +1078,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed6862();
+ o.permissions = buildUnnamed6913();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -1087,19 +1087,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed6862(o.permissions!);
+ checkUnnamed6913(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed6863() {
+core.List<core.String> buildUnnamed6914() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6863(core.List<core.String> o) {
+void checkUnnamed6914(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1116,7 +1116,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed6863();
+ o.permissions = buildUnnamed6914();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1125,7 +1125,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed6863(o.permissions!);
+ checkUnnamed6914(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/cloudtrace/v2_test.dart b/generated/googleapis/test/cloudtrace/v2_test.dart
index 9a08b5b..2d77380 100644
--- a/generated/googleapis/test/cloudtrace/v2_test.dart
+++ b/generated/googleapis/test/cloudtrace/v2_test.dart
@@ -74,14 +74,14 @@
buildCounterAttributeValue--;
}
-core.Map<core.String, api.AttributeValue> buildUnnamed1626() {
+core.Map<core.String, api.AttributeValue> buildUnnamed1625() {
var o = <core.String, api.AttributeValue>{};
o['x'] = buildAttributeValue();
o['y'] = buildAttributeValue();
return o;
}
-void checkUnnamed1626(core.Map<core.String, api.AttributeValue> o) {
+void checkUnnamed1625(core.Map<core.String, api.AttributeValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttributeValue(o['x']! as api.AttributeValue);
checkAttributeValue(o['y']! as api.AttributeValue);
@@ -92,7 +92,7 @@
var o = api.Attributes();
buildCounterAttributes++;
if (buildCounterAttributes < 3) {
- o.attributeMap = buildUnnamed1626();
+ o.attributeMap = buildUnnamed1625();
o.droppedAttributesCount = 42;
}
buildCounterAttributes--;
@@ -102,7 +102,7 @@
void checkAttributes(api.Attributes o) {
buildCounterAttributes++;
if (buildCounterAttributes < 3) {
- checkUnnamed1626(o.attributeMap!);
+ checkUnnamed1625(o.attributeMap!);
unittest.expect(
o.droppedAttributesCount!,
unittest.equals(42),
@@ -111,14 +111,14 @@
buildCounterAttributes--;
}
-core.List<api.Span> buildUnnamed1627() {
+core.List<api.Span> buildUnnamed1626() {
var o = <api.Span>[];
o.add(buildSpan());
o.add(buildSpan());
return o;
}
-void checkUnnamed1627(core.List<api.Span> o) {
+void checkUnnamed1626(core.List<api.Span> o) {
unittest.expect(o, unittest.hasLength(2));
checkSpan(o[0] as api.Span);
checkSpan(o[1] as api.Span);
@@ -129,7 +129,7 @@
var o = api.BatchWriteSpansRequest();
buildCounterBatchWriteSpansRequest++;
if (buildCounterBatchWriteSpansRequest < 3) {
- o.spans = buildUnnamed1627();
+ o.spans = buildUnnamed1626();
}
buildCounterBatchWriteSpansRequest--;
return o;
@@ -138,7 +138,7 @@
void checkBatchWriteSpansRequest(api.BatchWriteSpansRequest o) {
buildCounterBatchWriteSpansRequest++;
if (buildCounterBatchWriteSpansRequest < 3) {
- checkUnnamed1627(o.spans!);
+ checkUnnamed1626(o.spans!);
}
buildCounterBatchWriteSpansRequest--;
}
@@ -192,14 +192,14 @@
buildCounterLink--;
}
-core.List<api.Link> buildUnnamed1628() {
+core.List<api.Link> buildUnnamed1627() {
var o = <api.Link>[];
o.add(buildLink());
o.add(buildLink());
return o;
}
-void checkUnnamed1628(core.List<api.Link> o) {
+void checkUnnamed1627(core.List<api.Link> o) {
unittest.expect(o, unittest.hasLength(2));
checkLink(o[0] as api.Link);
checkLink(o[1] as api.Link);
@@ -211,7 +211,7 @@
buildCounterLinks++;
if (buildCounterLinks < 3) {
o.droppedLinksCount = 42;
- o.link = buildUnnamed1628();
+ o.link = buildUnnamed1627();
}
buildCounterLinks--;
return o;
@@ -224,7 +224,7 @@
o.droppedLinksCount!,
unittest.equals(42),
);
- checkUnnamed1628(o.link!);
+ checkUnnamed1627(o.link!);
}
buildCounterLinks--;
}
@@ -390,14 +390,14 @@
buildCounterStackFrame--;
}
-core.List<api.StackFrame> buildUnnamed1629() {
+core.List<api.StackFrame> buildUnnamed1628() {
var o = <api.StackFrame>[];
o.add(buildStackFrame());
o.add(buildStackFrame());
return o;
}
-void checkUnnamed1629(core.List<api.StackFrame> o) {
+void checkUnnamed1628(core.List<api.StackFrame> o) {
unittest.expect(o, unittest.hasLength(2));
checkStackFrame(o[0] as api.StackFrame);
checkStackFrame(o[1] as api.StackFrame);
@@ -409,7 +409,7 @@
buildCounterStackFrames++;
if (buildCounterStackFrames < 3) {
o.droppedFramesCount = 42;
- o.frame = buildUnnamed1629();
+ o.frame = buildUnnamed1628();
}
buildCounterStackFrames--;
return o;
@@ -422,7 +422,7 @@
o.droppedFramesCount!,
unittest.equals(42),
);
- checkUnnamed1629(o.frame!);
+ checkUnnamed1628(o.frame!);
}
buildCounterStackFrames--;
}
@@ -451,7 +451,7 @@
buildCounterStackTrace--;
}
-core.Map<core.String, core.Object> buildUnnamed1630() {
+core.Map<core.String, core.Object> buildUnnamed1629() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -466,7 +466,7 @@
return o;
}
-void checkUnnamed1630(core.Map<core.String, core.Object> o) {
+void checkUnnamed1629(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -498,17 +498,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed1631() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed1630() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed1630());
- o.add(buildUnnamed1630());
+ o.add(buildUnnamed1629());
+ o.add(buildUnnamed1629());
return o;
}
-void checkUnnamed1631(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed1630(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed1630(o[0]);
- checkUnnamed1630(o[1]);
+ checkUnnamed1629(o[0]);
+ checkUnnamed1629(o[1]);
}
core.int buildCounterStatus = 0;
@@ -517,7 +517,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed1631();
+ o.details = buildUnnamed1630();
o.message = 'foo';
}
buildCounterStatus--;
@@ -531,7 +531,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed1631(o.details!);
+ checkUnnamed1630(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -566,14 +566,14 @@
buildCounterTimeEvent--;
}
-core.List<api.TimeEvent> buildUnnamed1632() {
+core.List<api.TimeEvent> buildUnnamed1631() {
var o = <api.TimeEvent>[];
o.add(buildTimeEvent());
o.add(buildTimeEvent());
return o;
}
-void checkUnnamed1632(core.List<api.TimeEvent> o) {
+void checkUnnamed1631(core.List<api.TimeEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkTimeEvent(o[0] as api.TimeEvent);
checkTimeEvent(o[1] as api.TimeEvent);
@@ -586,7 +586,7 @@
if (buildCounterTimeEvents < 3) {
o.droppedAnnotationsCount = 42;
o.droppedMessageEventsCount = 42;
- o.timeEvent = buildUnnamed1632();
+ o.timeEvent = buildUnnamed1631();
}
buildCounterTimeEvents--;
return o;
@@ -603,7 +603,7 @@
o.droppedMessageEventsCount!,
unittest.equals(42),
);
- checkUnnamed1632(o.timeEvent!);
+ checkUnnamed1631(o.timeEvent!);
}
buildCounterTimeEvents--;
}
diff --git a/generated/googleapis/test/composer/v1_test.dart b/generated/googleapis/test/composer/v1_test.dart
index b99933b..a29720b 100644
--- a/generated/googleapis/test/composer/v1_test.dart
+++ b/generated/googleapis/test/composer/v1_test.dart
@@ -54,6 +54,25 @@
buildCounterAllowedIpRange--;
}
+core.Map<core.String, core.String> buildUnnamed2464() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed2464(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.int buildCounterCheckUpgradeResponse = 0;
api.CheckUpgradeResponse buildCheckUpgradeResponse() {
var o = api.CheckUpgradeResponse();
@@ -61,7 +80,9 @@
if (buildCounterCheckUpgradeResponse < 3) {
o.buildLogUri = 'foo';
o.containsPypiModulesConflict = 'foo';
+ o.imageVersion = 'foo';
o.pypiConflictBuildLogExtract = 'foo';
+ o.pypiDependencies = buildUnnamed2464();
}
buildCounterCheckUpgradeResponse--;
return o;
@@ -79,9 +100,14 @@
unittest.equals('foo'),
);
unittest.expect(
+ o.imageVersion!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
o.pypiConflictBuildLogExtract!,
unittest.equals('foo'),
);
+ checkUnnamed2464(o.pypiDependencies!);
}
buildCounterCheckUpgradeResponse--;
}
@@ -177,14 +203,14 @@
buildCounterEncryptionConfig--;
}
-core.Map<core.String, core.String> buildUnnamed2458() {
+core.Map<core.String, core.String> buildUnnamed2465() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2458(core.Map<core.String, core.String> o) {
+void checkUnnamed2465(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -203,7 +229,7 @@
if (buildCounterEnvironment < 3) {
o.config = buildEnvironmentConfig();
o.createTime = 'foo';
- o.labels = buildUnnamed2458();
+ o.labels = buildUnnamed2465();
o.name = 'foo';
o.state = 'foo';
o.updateTime = 'foo';
@@ -221,7 +247,7 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed2458(o.labels!);
+ checkUnnamed2465(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -334,14 +360,14 @@
buildCounterIPAllocationPolicy--;
}
-core.List<core.String> buildUnnamed2459() {
+core.List<core.String> buildUnnamed2466() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2459(core.List<core.String> o) {
+void checkUnnamed2466(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -362,7 +388,7 @@
o.imageVersionId = 'foo';
o.isDefault = true;
o.releaseDate = buildDate();
- o.supportedPythonVersions = buildUnnamed2459();
+ o.supportedPythonVersions = buildUnnamed2466();
o.upgradeDisabled = true;
}
buildCounterImageVersion--;
@@ -379,20 +405,20 @@
);
unittest.expect(o.isDefault!, unittest.isTrue);
checkDate(o.releaseDate! as api.Date);
- checkUnnamed2459(o.supportedPythonVersions!);
+ checkUnnamed2466(o.supportedPythonVersions!);
unittest.expect(o.upgradeDisabled!, unittest.isTrue);
}
buildCounterImageVersion--;
}
-core.List<api.Environment> buildUnnamed2460() {
+core.List<api.Environment> buildUnnamed2467() {
var o = <api.Environment>[];
o.add(buildEnvironment());
o.add(buildEnvironment());
return o;
}
-void checkUnnamed2460(core.List<api.Environment> o) {
+void checkUnnamed2467(core.List<api.Environment> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnvironment(o[0] as api.Environment);
checkEnvironment(o[1] as api.Environment);
@@ -403,7 +429,7 @@
var o = api.ListEnvironmentsResponse();
buildCounterListEnvironmentsResponse++;
if (buildCounterListEnvironmentsResponse < 3) {
- o.environments = buildUnnamed2460();
+ o.environments = buildUnnamed2467();
o.nextPageToken = 'foo';
}
buildCounterListEnvironmentsResponse--;
@@ -413,7 +439,7 @@
void checkListEnvironmentsResponse(api.ListEnvironmentsResponse o) {
buildCounterListEnvironmentsResponse++;
if (buildCounterListEnvironmentsResponse < 3) {
- checkUnnamed2460(o.environments!);
+ checkUnnamed2467(o.environments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -422,14 +448,14 @@
buildCounterListEnvironmentsResponse--;
}
-core.List<api.ImageVersion> buildUnnamed2461() {
+core.List<api.ImageVersion> buildUnnamed2468() {
var o = <api.ImageVersion>[];
o.add(buildImageVersion());
o.add(buildImageVersion());
return o;
}
-void checkUnnamed2461(core.List<api.ImageVersion> o) {
+void checkUnnamed2468(core.List<api.ImageVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkImageVersion(o[0] as api.ImageVersion);
checkImageVersion(o[1] as api.ImageVersion);
@@ -440,7 +466,7 @@
var o = api.ListImageVersionsResponse();
buildCounterListImageVersionsResponse++;
if (buildCounterListImageVersionsResponse < 3) {
- o.imageVersions = buildUnnamed2461();
+ o.imageVersions = buildUnnamed2468();
o.nextPageToken = 'foo';
}
buildCounterListImageVersionsResponse--;
@@ -450,7 +476,7 @@
void checkListImageVersionsResponse(api.ListImageVersionsResponse o) {
buildCounterListImageVersionsResponse++;
if (buildCounterListImageVersionsResponse < 3) {
- checkUnnamed2461(o.imageVersions!);
+ checkUnnamed2468(o.imageVersions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -459,14 +485,14 @@
buildCounterListImageVersionsResponse--;
}
-core.List<api.Operation> buildUnnamed2462() {
+core.List<api.Operation> buildUnnamed2469() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed2462(core.List<api.Operation> o) {
+void checkUnnamed2469(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -478,7 +504,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed2462();
+ o.operations = buildUnnamed2469();
}
buildCounterListOperationsResponse--;
return o;
@@ -491,19 +517,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2462(o.operations!);
+ checkUnnamed2469(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<core.String> buildUnnamed2463() {
+core.List<core.String> buildUnnamed2470() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2463(core.List<core.String> o) {
+void checkUnnamed2470(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -515,14 +541,14 @@
);
}
-core.List<core.String> buildUnnamed2464() {
+core.List<core.String> buildUnnamed2471() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2464(core.List<core.String> o) {
+void checkUnnamed2471(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -544,10 +570,10 @@
o.location = 'foo';
o.machineType = 'foo';
o.network = 'foo';
- o.oauthScopes = buildUnnamed2463();
+ o.oauthScopes = buildUnnamed2470();
o.serviceAccount = 'foo';
o.subnetwork = 'foo';
- o.tags = buildUnnamed2464();
+ o.tags = buildUnnamed2471();
}
buildCounterNodeConfig--;
return o;
@@ -573,7 +599,7 @@
o.network!,
unittest.equals('foo'),
);
- checkUnnamed2463(o.oauthScopes!);
+ checkUnnamed2470(o.oauthScopes!);
unittest.expect(
o.serviceAccount!,
unittest.equals('foo'),
@@ -582,12 +608,12 @@
o.subnetwork!,
unittest.equals('foo'),
);
- checkUnnamed2464(o.tags!);
+ checkUnnamed2471(o.tags!);
}
buildCounterNodeConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed2465() {
+core.Map<core.String, core.Object> buildUnnamed2472() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -602,7 +628,7 @@
return o;
}
-void checkUnnamed2465(core.Map<core.String, core.Object> o) {
+void checkUnnamed2472(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -634,7 +660,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2466() {
+core.Map<core.String, core.Object> buildUnnamed2473() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -649,7 +675,7 @@
return o;
}
-void checkUnnamed2466(core.Map<core.String, core.Object> o) {
+void checkUnnamed2473(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -688,9 +714,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed2465();
+ o.metadata = buildUnnamed2472();
o.name = 'foo';
- o.response = buildUnnamed2466();
+ o.response = buildUnnamed2473();
}
buildCounterOperation--;
return o;
@@ -701,12 +727,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed2465(o.metadata!);
+ checkUnnamed2472(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2466(o.response!);
+ checkUnnamed2473(o.response!);
}
buildCounterOperation--;
}
@@ -824,14 +850,14 @@
buildCounterPrivateEnvironmentConfig--;
}
-core.Map<core.String, core.String> buildUnnamed2467() {
+core.Map<core.String, core.String> buildUnnamed2474() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2467(core.Map<core.String, core.String> o) {
+void checkUnnamed2474(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -843,14 +869,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2468() {
+core.Map<core.String, core.String> buildUnnamed2475() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2468(core.Map<core.String, core.String> o) {
+void checkUnnamed2475(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -862,14 +888,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2469() {
+core.Map<core.String, core.String> buildUnnamed2476() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2469(core.Map<core.String, core.String> o) {
+void checkUnnamed2476(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -886,10 +912,10 @@
var o = api.SoftwareConfig();
buildCounterSoftwareConfig++;
if (buildCounterSoftwareConfig < 3) {
- o.airflowConfigOverrides = buildUnnamed2467();
- o.envVariables = buildUnnamed2468();
+ o.airflowConfigOverrides = buildUnnamed2474();
+ o.envVariables = buildUnnamed2475();
o.imageVersion = 'foo';
- o.pypiPackages = buildUnnamed2469();
+ o.pypiPackages = buildUnnamed2476();
o.pythonVersion = 'foo';
}
buildCounterSoftwareConfig--;
@@ -899,13 +925,13 @@
void checkSoftwareConfig(api.SoftwareConfig o) {
buildCounterSoftwareConfig++;
if (buildCounterSoftwareConfig < 3) {
- checkUnnamed2467(o.airflowConfigOverrides!);
- checkUnnamed2468(o.envVariables!);
+ checkUnnamed2474(o.airflowConfigOverrides!);
+ checkUnnamed2475(o.envVariables!);
unittest.expect(
o.imageVersion!,
unittest.equals('foo'),
);
- checkUnnamed2469(o.pypiPackages!);
+ checkUnnamed2476(o.pypiPackages!);
unittest.expect(
o.pythonVersion!,
unittest.equals('foo'),
@@ -914,7 +940,7 @@
buildCounterSoftwareConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed2470() {
+core.Map<core.String, core.Object> buildUnnamed2477() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -929,7 +955,7 @@
return o;
}
-void checkUnnamed2470(core.Map<core.String, core.Object> o) {
+void checkUnnamed2477(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -961,17 +987,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2471() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2478() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2470());
- o.add(buildUnnamed2470());
+ o.add(buildUnnamed2477());
+ o.add(buildUnnamed2477());
return o;
}
-void checkUnnamed2471(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2478(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2470(o[0]);
- checkUnnamed2470(o[1]);
+ checkUnnamed2477(o[0]);
+ checkUnnamed2477(o[1]);
}
core.int buildCounterStatus = 0;
@@ -980,7 +1006,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2471();
+ o.details = buildUnnamed2478();
o.message = 'foo';
}
buildCounterStatus--;
@@ -994,7 +1020,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2471(o.details!);
+ checkUnnamed2478(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1025,14 +1051,14 @@
buildCounterWebServerConfig--;
}
-core.List<api.AllowedIpRange> buildUnnamed2472() {
+core.List<api.AllowedIpRange> buildUnnamed2479() {
var o = <api.AllowedIpRange>[];
o.add(buildAllowedIpRange());
o.add(buildAllowedIpRange());
return o;
}
-void checkUnnamed2472(core.List<api.AllowedIpRange> o) {
+void checkUnnamed2479(core.List<api.AllowedIpRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkAllowedIpRange(o[0] as api.AllowedIpRange);
checkAllowedIpRange(o[1] as api.AllowedIpRange);
@@ -1043,7 +1069,7 @@
var o = api.WebServerNetworkAccessControl();
buildCounterWebServerNetworkAccessControl++;
if (buildCounterWebServerNetworkAccessControl < 3) {
- o.allowedIpRanges = buildUnnamed2472();
+ o.allowedIpRanges = buildUnnamed2479();
}
buildCounterWebServerNetworkAccessControl--;
return o;
@@ -1052,7 +1078,7 @@
void checkWebServerNetworkAccessControl(api.WebServerNetworkAccessControl o) {
buildCounterWebServerNetworkAccessControl++;
if (buildCounterWebServerNetworkAccessControl < 3) {
- checkUnnamed2472(o.allowedIpRanges!);
+ checkUnnamed2479(o.allowedIpRanges!);
}
buildCounterWebServerNetworkAccessControl--;
}
diff --git a/generated/googleapis/test/container/v1_test.dart b/generated/googleapis/test/container/v1_test.dart
index 61232a5..ff99cd9 100644
--- a/generated/googleapis/test/container/v1_test.dart
+++ b/generated/googleapis/test/container/v1_test.dart
@@ -161,14 +161,14 @@
buildCounterAutopilot--;
}
-core.List<core.String> buildUnnamed2189() {
+core.List<core.String> buildUnnamed2190() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2189(core.List<core.String> o) {
+void checkUnnamed2190(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -191,7 +191,7 @@
o.imageType = 'foo';
o.management = buildNodeManagement();
o.minCpuPlatform = 'foo';
- o.oauthScopes = buildUnnamed2189();
+ o.oauthScopes = buildUnnamed2190();
o.serviceAccount = 'foo';
o.shieldedInstanceConfig = buildShieldedInstanceConfig();
o.upgradeSettings = buildUpgradeSettings();
@@ -225,7 +225,7 @@
o.minCpuPlatform!,
unittest.equals('foo'),
);
- checkUnnamed2189(o.oauthScopes!);
+ checkUnnamed2190(o.oauthScopes!);
unittest.expect(
o.serviceAccount!,
unittest.equals('foo'),
@@ -385,38 +385,19 @@
buildCounterCloudRunConfig--;
}
-core.List<api.StatusCondition> buildUnnamed2190() {
+core.List<api.StatusCondition> buildUnnamed2191() {
var o = <api.StatusCondition>[];
o.add(buildStatusCondition());
o.add(buildStatusCondition());
return o;
}
-void checkUnnamed2190(core.List<api.StatusCondition> o) {
+void checkUnnamed2191(core.List<api.StatusCondition> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatusCondition(o[0] as api.StatusCondition);
checkStatusCondition(o[1] as api.StatusCondition);
}
-core.List<core.String> buildUnnamed2191() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2191(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'),
- );
-}
-
core.List<core.String> buildUnnamed2192() {
var o = <core.String>[];
o.add('foo');
@@ -436,27 +417,46 @@
);
}
-core.List<api.NodePool> buildUnnamed2193() {
+core.List<core.String> buildUnnamed2193() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2193(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'),
+ );
+}
+
+core.List<api.NodePool> buildUnnamed2194() {
var o = <api.NodePool>[];
o.add(buildNodePool());
o.add(buildNodePool());
return o;
}
-void checkUnnamed2193(core.List<api.NodePool> o) {
+void checkUnnamed2194(core.List<api.NodePool> o) {
unittest.expect(o, unittest.hasLength(2));
checkNodePool(o[0] as api.NodePool);
checkNodePool(o[1] as api.NodePool);
}
-core.Map<core.String, core.String> buildUnnamed2194() {
+core.Map<core.String, core.String> buildUnnamed2195() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2194(core.Map<core.String, core.String> o) {
+void checkUnnamed2195(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -479,7 +479,7 @@
o.autoscaling = buildClusterAutoscaling();
o.binaryAuthorization = buildBinaryAuthorization();
o.clusterIpv4Cidr = 'foo';
- o.conditions = buildUnnamed2190();
+ o.conditions = buildUnnamed2191();
o.confidentialNodes = buildConfidentialNodes();
o.createTime = 'foo';
o.currentMasterVersion = 'foo';
@@ -495,12 +495,12 @@
o.id = 'foo';
o.initialClusterVersion = 'foo';
o.initialNodeCount = 42;
- o.instanceGroupUrls = buildUnnamed2191();
+ o.instanceGroupUrls = buildUnnamed2192();
o.ipAllocationPolicy = buildIPAllocationPolicy();
o.labelFingerprint = 'foo';
o.legacyAbac = buildLegacyAbac();
o.location = 'foo';
- o.locations = buildUnnamed2192();
+ o.locations = buildUnnamed2193();
o.loggingService = 'foo';
o.maintenancePolicy = buildMaintenancePolicy();
o.masterAuth = buildMasterAuth();
@@ -512,11 +512,11 @@
o.networkPolicy = buildNetworkPolicy();
o.nodeConfig = buildNodeConfig();
o.nodeIpv4CidrSize = 42;
- o.nodePools = buildUnnamed2193();
+ o.nodePools = buildUnnamed2194();
o.notificationConfig = buildNotificationConfig();
o.privateClusterConfig = buildPrivateClusterConfig();
o.releaseChannel = buildReleaseChannel();
- o.resourceLabels = buildUnnamed2194();
+ o.resourceLabels = buildUnnamed2195();
o.resourceUsageExportConfig = buildResourceUsageExportConfig();
o.selfLink = 'foo';
o.servicesIpv4Cidr = 'foo';
@@ -546,7 +546,7 @@
o.clusterIpv4Cidr!,
unittest.equals('foo'),
);
- checkUnnamed2190(o.conditions!);
+ checkUnnamed2191(o.conditions!);
checkConfidentialNodes(o.confidentialNodes! as api.ConfidentialNodes);
unittest.expect(
o.createTime!,
@@ -593,7 +593,7 @@
o.initialNodeCount!,
unittest.equals(42),
);
- checkUnnamed2191(o.instanceGroupUrls!);
+ checkUnnamed2192(o.instanceGroupUrls!);
checkIPAllocationPolicy(o.ipAllocationPolicy! as api.IPAllocationPolicy);
unittest.expect(
o.labelFingerprint!,
@@ -604,7 +604,7 @@
o.location!,
unittest.equals('foo'),
);
- checkUnnamed2192(o.locations!);
+ checkUnnamed2193(o.locations!);
unittest.expect(
o.loggingService!,
unittest.equals('foo'),
@@ -632,12 +632,12 @@
o.nodeIpv4CidrSize!,
unittest.equals(42),
);
- checkUnnamed2193(o.nodePools!);
+ checkUnnamed2194(o.nodePools!);
checkNotificationConfig(o.notificationConfig! as api.NotificationConfig);
checkPrivateClusterConfig(
o.privateClusterConfig! as api.PrivateClusterConfig);
checkReleaseChannel(o.releaseChannel! as api.ReleaseChannel);
- checkUnnamed2194(o.resourceLabels!);
+ checkUnnamed2195(o.resourceLabels!);
checkResourceUsageExportConfig(
o.resourceUsageExportConfig! as api.ResourceUsageExportConfig);
unittest.expect(
@@ -677,14 +677,14 @@
buildCounterCluster--;
}
-core.List<core.String> buildUnnamed2195() {
+core.List<core.String> buildUnnamed2196() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2195(core.List<core.String> o) {
+void checkUnnamed2196(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -696,14 +696,14 @@
);
}
-core.List<api.ResourceLimit> buildUnnamed2196() {
+core.List<api.ResourceLimit> buildUnnamed2197() {
var o = <api.ResourceLimit>[];
o.add(buildResourceLimit());
o.add(buildResourceLimit());
return o;
}
-void checkUnnamed2196(core.List<api.ResourceLimit> o) {
+void checkUnnamed2197(core.List<api.ResourceLimit> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceLimit(o[0] as api.ResourceLimit);
checkResourceLimit(o[1] as api.ResourceLimit);
@@ -714,11 +714,11 @@
var o = api.ClusterAutoscaling();
buildCounterClusterAutoscaling++;
if (buildCounterClusterAutoscaling < 3) {
- o.autoprovisioningLocations = buildUnnamed2195();
+ o.autoprovisioningLocations = buildUnnamed2196();
o.autoprovisioningNodePoolDefaults =
buildAutoprovisioningNodePoolDefaults();
o.enableNodeAutoprovisioning = true;
- o.resourceLimits = buildUnnamed2196();
+ o.resourceLimits = buildUnnamed2197();
}
buildCounterClusterAutoscaling--;
return o;
@@ -727,23 +727,23 @@
void checkClusterAutoscaling(api.ClusterAutoscaling o) {
buildCounterClusterAutoscaling++;
if (buildCounterClusterAutoscaling < 3) {
- checkUnnamed2195(o.autoprovisioningLocations!);
+ checkUnnamed2196(o.autoprovisioningLocations!);
checkAutoprovisioningNodePoolDefaults(o.autoprovisioningNodePoolDefaults!
as api.AutoprovisioningNodePoolDefaults);
unittest.expect(o.enableNodeAutoprovisioning!, unittest.isTrue);
- checkUnnamed2196(o.resourceLimits!);
+ checkUnnamed2197(o.resourceLimits!);
}
buildCounterClusterAutoscaling--;
}
-core.List<core.String> buildUnnamed2197() {
+core.List<core.String> buildUnnamed2198() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2197(core.List<core.String> o) {
+void checkUnnamed2198(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -761,6 +761,7 @@
buildCounterClusterUpdate++;
if (buildCounterClusterUpdate < 3) {
o.desiredAddonsConfig = buildAddonsConfig();
+ o.desiredAuthenticatorGroupsConfig = buildAuthenticatorGroupsConfig();
o.desiredAutopilot = buildAutopilot();
o.desiredBinaryAuthorization = buildBinaryAuthorization();
o.desiredClusterAutoscaling = buildClusterAutoscaling();
@@ -770,7 +771,7 @@
o.desiredImageType = 'foo';
o.desiredIntraNodeVisibilityConfig = buildIntraNodeVisibilityConfig();
o.desiredL4ilbSubsettingConfig = buildILBSubsettingConfig();
- o.desiredLocations = buildUnnamed2197();
+ o.desiredLocations = buildUnnamed2198();
o.desiredLoggingService = 'foo';
o.desiredMasterAuthorizedNetworksConfig =
buildMasterAuthorizedNetworksConfig();
@@ -796,6 +797,8 @@
buildCounterClusterUpdate++;
if (buildCounterClusterUpdate < 3) {
checkAddonsConfig(o.desiredAddonsConfig! as api.AddonsConfig);
+ checkAuthenticatorGroupsConfig(
+ o.desiredAuthenticatorGroupsConfig! as api.AuthenticatorGroupsConfig);
checkAutopilot(o.desiredAutopilot! as api.Autopilot);
checkBinaryAuthorization(
o.desiredBinaryAuthorization! as api.BinaryAuthorization);
@@ -817,7 +820,7 @@
o.desiredIntraNodeVisibilityConfig! as api.IntraNodeVisibilityConfig);
checkILBSubsettingConfig(
o.desiredL4ilbSubsettingConfig! as api.ILBSubsettingConfig);
- checkUnnamed2197(o.desiredLocations!);
+ checkUnnamed2198(o.desiredLocations!);
unittest.expect(
o.desiredLoggingService!,
unittest.equals('foo'),
@@ -1156,14 +1159,14 @@
buildCounterGcePersistentDiskCsiDriverConfig--;
}
-core.List<api.Jwk> buildUnnamed2198() {
+core.List<api.Jwk> buildUnnamed2199() {
var o = <api.Jwk>[];
o.add(buildJwk());
o.add(buildJwk());
return o;
}
-void checkUnnamed2198(core.List<api.Jwk> o) {
+void checkUnnamed2199(core.List<api.Jwk> o) {
unittest.expect(o, unittest.hasLength(2));
checkJwk(o[0] as api.Jwk);
checkJwk(o[1] as api.Jwk);
@@ -1175,7 +1178,7 @@
buildCounterGetJSONWebKeysResponse++;
if (buildCounterGetJSONWebKeysResponse < 3) {
o.cacheHeader = buildHttpCacheControlResponseHeader();
- o.keys = buildUnnamed2198();
+ o.keys = buildUnnamed2199();
}
buildCounterGetJSONWebKeysResponse--;
return o;
@@ -1186,30 +1189,11 @@
if (buildCounterGetJSONWebKeysResponse < 3) {
checkHttpCacheControlResponseHeader(
o.cacheHeader! as api.HttpCacheControlResponseHeader);
- checkUnnamed2198(o.keys!);
+ checkUnnamed2199(o.keys!);
}
buildCounterGetJSONWebKeysResponse--;
}
-core.List<core.String> buildUnnamed2199() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2199(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'),
- );
-}
-
core.List<core.String> buildUnnamed2200() {
var o = <core.String>[];
o.add('foo');
@@ -1286,19 +1270,38 @@
);
}
+core.List<core.String> buildUnnamed2204() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2204(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'),
+ );
+}
+
core.int buildCounterGetOpenIDConfigResponse = 0;
api.GetOpenIDConfigResponse buildGetOpenIDConfigResponse() {
var o = api.GetOpenIDConfigResponse();
buildCounterGetOpenIDConfigResponse++;
if (buildCounterGetOpenIDConfigResponse < 3) {
o.cacheHeader = buildHttpCacheControlResponseHeader();
- o.claimsSupported = buildUnnamed2199();
- o.grantTypes = buildUnnamed2200();
- o.idTokenSigningAlgValuesSupported = buildUnnamed2201();
+ o.claimsSupported = buildUnnamed2200();
+ o.grantTypes = buildUnnamed2201();
+ o.idTokenSigningAlgValuesSupported = buildUnnamed2202();
o.issuer = 'foo';
o.jwksUri = 'foo';
- o.responseTypesSupported = buildUnnamed2202();
- o.subjectTypesSupported = buildUnnamed2203();
+ o.responseTypesSupported = buildUnnamed2203();
+ o.subjectTypesSupported = buildUnnamed2204();
}
buildCounterGetOpenIDConfigResponse--;
return o;
@@ -1309,9 +1312,9 @@
if (buildCounterGetOpenIDConfigResponse < 3) {
checkHttpCacheControlResponseHeader(
o.cacheHeader! as api.HttpCacheControlResponseHeader);
- checkUnnamed2199(o.claimsSupported!);
- checkUnnamed2200(o.grantTypes!);
- checkUnnamed2201(o.idTokenSigningAlgValuesSupported!);
+ checkUnnamed2200(o.claimsSupported!);
+ checkUnnamed2201(o.grantTypes!);
+ checkUnnamed2202(o.idTokenSigningAlgValuesSupported!);
unittest.expect(
o.issuer!,
unittest.equals('foo'),
@@ -1320,8 +1323,8 @@
o.jwksUri!,
unittest.equals('foo'),
);
- checkUnnamed2202(o.responseTypesSupported!);
- checkUnnamed2203(o.subjectTypesSupported!);
+ checkUnnamed2203(o.responseTypesSupported!);
+ checkUnnamed2204(o.subjectTypesSupported!);
}
buildCounterGetOpenIDConfigResponse--;
}
@@ -1607,14 +1610,14 @@
buildCounterLegacyAbac--;
}
-core.Map<core.String, core.String> buildUnnamed2204() {
+core.Map<core.String, core.String> buildUnnamed2205() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2204(core.Map<core.String, core.String> o) {
+void checkUnnamed2205(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1631,7 +1634,7 @@
var o = api.LinuxNodeConfig();
buildCounterLinuxNodeConfig++;
if (buildCounterLinuxNodeConfig < 3) {
- o.sysctls = buildUnnamed2204();
+ o.sysctls = buildUnnamed2205();
}
buildCounterLinuxNodeConfig--;
return o;
@@ -1640,32 +1643,32 @@
void checkLinuxNodeConfig(api.LinuxNodeConfig o) {
buildCounterLinuxNodeConfig++;
if (buildCounterLinuxNodeConfig < 3) {
- checkUnnamed2204(o.sysctls!);
+ checkUnnamed2205(o.sysctls!);
}
buildCounterLinuxNodeConfig--;
}
-core.List<api.Cluster> buildUnnamed2205() {
+core.List<api.Cluster> buildUnnamed2206() {
var o = <api.Cluster>[];
o.add(buildCluster());
o.add(buildCluster());
return o;
}
-void checkUnnamed2205(core.List<api.Cluster> o) {
+void checkUnnamed2206(core.List<api.Cluster> o) {
unittest.expect(o, unittest.hasLength(2));
checkCluster(o[0] as api.Cluster);
checkCluster(o[1] as api.Cluster);
}
-core.List<core.String> buildUnnamed2206() {
+core.List<core.String> buildUnnamed2207() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2206(core.List<core.String> o) {
+void checkUnnamed2207(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1682,8 +1685,8 @@
var o = api.ListClustersResponse();
buildCounterListClustersResponse++;
if (buildCounterListClustersResponse < 3) {
- o.clusters = buildUnnamed2205();
- o.missingZones = buildUnnamed2206();
+ o.clusters = buildUnnamed2206();
+ o.missingZones = buildUnnamed2207();
}
buildCounterListClustersResponse--;
return o;
@@ -1692,20 +1695,20 @@
void checkListClustersResponse(api.ListClustersResponse o) {
buildCounterListClustersResponse++;
if (buildCounterListClustersResponse < 3) {
- checkUnnamed2205(o.clusters!);
- checkUnnamed2206(o.missingZones!);
+ checkUnnamed2206(o.clusters!);
+ checkUnnamed2207(o.missingZones!);
}
buildCounterListClustersResponse--;
}
-core.List<api.NodePool> buildUnnamed2207() {
+core.List<api.NodePool> buildUnnamed2208() {
var o = <api.NodePool>[];
o.add(buildNodePool());
o.add(buildNodePool());
return o;
}
-void checkUnnamed2207(core.List<api.NodePool> o) {
+void checkUnnamed2208(core.List<api.NodePool> o) {
unittest.expect(o, unittest.hasLength(2));
checkNodePool(o[0] as api.NodePool);
checkNodePool(o[1] as api.NodePool);
@@ -1716,7 +1719,7 @@
var o = api.ListNodePoolsResponse();
buildCounterListNodePoolsResponse++;
if (buildCounterListNodePoolsResponse < 3) {
- o.nodePools = buildUnnamed2207();
+ o.nodePools = buildUnnamed2208();
}
buildCounterListNodePoolsResponse--;
return o;
@@ -1725,19 +1728,19 @@
void checkListNodePoolsResponse(api.ListNodePoolsResponse o) {
buildCounterListNodePoolsResponse++;
if (buildCounterListNodePoolsResponse < 3) {
- checkUnnamed2207(o.nodePools!);
+ checkUnnamed2208(o.nodePools!);
}
buildCounterListNodePoolsResponse--;
}
-core.List<core.String> buildUnnamed2208() {
+core.List<core.String> buildUnnamed2209() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2208(core.List<core.String> o) {
+void checkUnnamed2209(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1749,14 +1752,14 @@
);
}
-core.List<api.Operation> buildUnnamed2209() {
+core.List<api.Operation> buildUnnamed2210() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed2209(core.List<api.Operation> o) {
+void checkUnnamed2210(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1767,8 +1770,8 @@
var o = api.ListOperationsResponse();
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
- o.missingZones = buildUnnamed2208();
- o.operations = buildUnnamed2209();
+ o.missingZones = buildUnnamed2209();
+ o.operations = buildUnnamed2210();
}
buildCounterListOperationsResponse--;
return o;
@@ -1777,20 +1780,20 @@
void checkListOperationsResponse(api.ListOperationsResponse o) {
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
- checkUnnamed2208(o.missingZones!);
- checkUnnamed2209(o.operations!);
+ checkUnnamed2209(o.missingZones!);
+ checkUnnamed2210(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.UsableSubnetwork> buildUnnamed2210() {
+core.List<api.UsableSubnetwork> buildUnnamed2211() {
var o = <api.UsableSubnetwork>[];
o.add(buildUsableSubnetwork());
o.add(buildUsableSubnetwork());
return o;
}
-void checkUnnamed2210(core.List<api.UsableSubnetwork> o) {
+void checkUnnamed2211(core.List<api.UsableSubnetwork> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsableSubnetwork(o[0] as api.UsableSubnetwork);
checkUsableSubnetwork(o[1] as api.UsableSubnetwork);
@@ -1802,7 +1805,7 @@
buildCounterListUsableSubnetworksResponse++;
if (buildCounterListUsableSubnetworksResponse < 3) {
o.nextPageToken = 'foo';
- o.subnetworks = buildUnnamed2210();
+ o.subnetworks = buildUnnamed2211();
}
buildCounterListUsableSubnetworksResponse--;
return o;
@@ -1815,7 +1818,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2210(o.subnetworks!);
+ checkUnnamed2211(o.subnetworks!);
}
buildCounterListUsableSubnetworksResponse--;
}
@@ -1844,14 +1847,14 @@
buildCounterMaintenancePolicy--;
}
-core.Map<core.String, api.TimeWindow> buildUnnamed2211() {
+core.Map<core.String, api.TimeWindow> buildUnnamed2212() {
var o = <core.String, api.TimeWindow>{};
o['x'] = buildTimeWindow();
o['y'] = buildTimeWindow();
return o;
}
-void checkUnnamed2211(core.Map<core.String, api.TimeWindow> o) {
+void checkUnnamed2212(core.Map<core.String, api.TimeWindow> o) {
unittest.expect(o, unittest.hasLength(2));
checkTimeWindow(o['x']! as api.TimeWindow);
checkTimeWindow(o['y']! as api.TimeWindow);
@@ -1863,7 +1866,7 @@
buildCounterMaintenanceWindow++;
if (buildCounterMaintenanceWindow < 3) {
o.dailyMaintenanceWindow = buildDailyMaintenanceWindow();
- o.maintenanceExclusions = buildUnnamed2211();
+ o.maintenanceExclusions = buildUnnamed2212();
o.recurringWindow = buildRecurringTimeWindow();
}
buildCounterMaintenanceWindow--;
@@ -1875,7 +1878,7 @@
if (buildCounterMaintenanceWindow < 3) {
checkDailyMaintenanceWindow(
o.dailyMaintenanceWindow! as api.DailyMaintenanceWindow);
- checkUnnamed2211(o.maintenanceExclusions!);
+ checkUnnamed2212(o.maintenanceExclusions!);
checkRecurringTimeWindow(o.recurringWindow! as api.RecurringTimeWindow);
}
buildCounterMaintenanceWindow--;
@@ -1926,14 +1929,14 @@
buildCounterMasterAuth--;
}
-core.List<api.CidrBlock> buildUnnamed2212() {
+core.List<api.CidrBlock> buildUnnamed2213() {
var o = <api.CidrBlock>[];
o.add(buildCidrBlock());
o.add(buildCidrBlock());
return o;
}
-void checkUnnamed2212(core.List<api.CidrBlock> o) {
+void checkUnnamed2213(core.List<api.CidrBlock> o) {
unittest.expect(o, unittest.hasLength(2));
checkCidrBlock(o[0] as api.CidrBlock);
checkCidrBlock(o[1] as api.CidrBlock);
@@ -1944,7 +1947,7 @@
var o = api.MasterAuthorizedNetworksConfig();
buildCounterMasterAuthorizedNetworksConfig++;
if (buildCounterMasterAuthorizedNetworksConfig < 3) {
- o.cidrBlocks = buildUnnamed2212();
+ o.cidrBlocks = buildUnnamed2213();
o.enabled = true;
}
buildCounterMasterAuthorizedNetworksConfig--;
@@ -1954,7 +1957,7 @@
void checkMasterAuthorizedNetworksConfig(api.MasterAuthorizedNetworksConfig o) {
buildCounterMasterAuthorizedNetworksConfig++;
if (buildCounterMasterAuthorizedNetworksConfig < 3) {
- checkUnnamed2212(o.cidrBlocks!);
+ checkUnnamed2213(o.cidrBlocks!);
unittest.expect(o.enabled!, unittest.isTrue);
}
buildCounterMasterAuthorizedNetworksConfig--;
@@ -2105,38 +2108,19 @@
buildCounterNetworkPolicyConfig--;
}
-core.List<api.AcceleratorConfig> buildUnnamed2213() {
+core.List<api.AcceleratorConfig> buildUnnamed2214() {
var o = <api.AcceleratorConfig>[];
o.add(buildAcceleratorConfig());
o.add(buildAcceleratorConfig());
return o;
}
-void checkUnnamed2213(core.List<api.AcceleratorConfig> o) {
+void checkUnnamed2214(core.List<api.AcceleratorConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAcceleratorConfig(o[0] as api.AcceleratorConfig);
checkAcceleratorConfig(o[1] as api.AcceleratorConfig);
}
-core.Map<core.String, core.String> buildUnnamed2214() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed2214(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.Map<core.String, core.String> buildUnnamed2215() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -2156,21 +2140,21 @@
);
}
-core.List<core.String> buildUnnamed2216() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
+core.Map<core.String, core.String> buildUnnamed2216() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
return o;
}
-void checkUnnamed2216(core.List<core.String> o) {
+void checkUnnamed2216(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
- o[0],
+ o['x']!,
unittest.equals('foo'),
);
unittest.expect(
- o[1],
+ o['y']!,
unittest.equals('foo'),
);
}
@@ -2194,14 +2178,33 @@
);
}
-core.List<api.NodeTaint> buildUnnamed2218() {
+core.List<core.String> buildUnnamed2218() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2218(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'),
+ );
+}
+
+core.List<api.NodeTaint> buildUnnamed2219() {
var o = <api.NodeTaint>[];
o.add(buildNodeTaint());
o.add(buildNodeTaint());
return o;
}
-void checkUnnamed2218(core.List<api.NodeTaint> o) {
+void checkUnnamed2219(core.List<api.NodeTaint> o) {
unittest.expect(o, unittest.hasLength(2));
checkNodeTaint(o[0] as api.NodeTaint);
checkNodeTaint(o[1] as api.NodeTaint);
@@ -2212,27 +2215,27 @@
var o = api.NodeConfig();
buildCounterNodeConfig++;
if (buildCounterNodeConfig < 3) {
- o.accelerators = buildUnnamed2213();
+ o.accelerators = buildUnnamed2214();
o.bootDiskKmsKey = 'foo';
o.diskSizeGb = 42;
o.diskType = 'foo';
o.imageType = 'foo';
o.kubeletConfig = buildNodeKubeletConfig();
- o.labels = buildUnnamed2214();
+ o.labels = buildUnnamed2215();
o.linuxNodeConfig = buildLinuxNodeConfig();
o.localSsdCount = 42;
o.machineType = 'foo';
- o.metadata = buildUnnamed2215();
+ o.metadata = buildUnnamed2216();
o.minCpuPlatform = 'foo';
o.nodeGroup = 'foo';
- o.oauthScopes = buildUnnamed2216();
+ o.oauthScopes = buildUnnamed2217();
o.preemptible = true;
o.reservationAffinity = buildReservationAffinity();
o.sandboxConfig = buildSandboxConfig();
o.serviceAccount = 'foo';
o.shieldedInstanceConfig = buildShieldedInstanceConfig();
- o.tags = buildUnnamed2217();
- o.taints = buildUnnamed2218();
+ o.tags = buildUnnamed2218();
+ o.taints = buildUnnamed2219();
o.workloadMetadataConfig = buildWorkloadMetadataConfig();
}
buildCounterNodeConfig--;
@@ -2242,7 +2245,7 @@
void checkNodeConfig(api.NodeConfig o) {
buildCounterNodeConfig++;
if (buildCounterNodeConfig < 3) {
- checkUnnamed2213(o.accelerators!);
+ checkUnnamed2214(o.accelerators!);
unittest.expect(
o.bootDiskKmsKey!,
unittest.equals('foo'),
@@ -2260,7 +2263,7 @@
unittest.equals('foo'),
);
checkNodeKubeletConfig(o.kubeletConfig! as api.NodeKubeletConfig);
- checkUnnamed2214(o.labels!);
+ checkUnnamed2215(o.labels!);
checkLinuxNodeConfig(o.linuxNodeConfig! as api.LinuxNodeConfig);
unittest.expect(
o.localSsdCount!,
@@ -2270,7 +2273,7 @@
o.machineType!,
unittest.equals('foo'),
);
- checkUnnamed2215(o.metadata!);
+ checkUnnamed2216(o.metadata!);
unittest.expect(
o.minCpuPlatform!,
unittest.equals('foo'),
@@ -2279,7 +2282,7 @@
o.nodeGroup!,
unittest.equals('foo'),
);
- checkUnnamed2216(o.oauthScopes!);
+ checkUnnamed2217(o.oauthScopes!);
unittest.expect(o.preemptible!, unittest.isTrue);
checkReservationAffinity(o.reservationAffinity! as api.ReservationAffinity);
checkSandboxConfig(o.sandboxConfig! as api.SandboxConfig);
@@ -2289,8 +2292,8 @@
);
checkShieldedInstanceConfig(
o.shieldedInstanceConfig! as api.ShieldedInstanceConfig);
- checkUnnamed2217(o.tags!);
- checkUnnamed2218(o.taints!);
+ checkUnnamed2218(o.tags!);
+ checkUnnamed2219(o.taints!);
checkWorkloadMetadataConfig(
o.workloadMetadataConfig! as api.WorkloadMetadataConfig);
}
@@ -2349,38 +2352,19 @@
buildCounterNodeManagement--;
}
-core.List<api.StatusCondition> buildUnnamed2219() {
+core.List<api.StatusCondition> buildUnnamed2220() {
var o = <api.StatusCondition>[];
o.add(buildStatusCondition());
o.add(buildStatusCondition());
return o;
}
-void checkUnnamed2219(core.List<api.StatusCondition> o) {
+void checkUnnamed2220(core.List<api.StatusCondition> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatusCondition(o[0] as api.StatusCondition);
checkStatusCondition(o[1] as api.StatusCondition);
}
-core.List<core.String> buildUnnamed2220() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2220(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'),
- );
-}
-
core.List<core.String> buildUnnamed2221() {
var o = <core.String>[];
o.add('foo');
@@ -2400,17 +2384,36 @@
);
}
+core.List<core.String> buildUnnamed2222() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2222(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'),
+ );
+}
+
core.int buildCounterNodePool = 0;
api.NodePool buildNodePool() {
var o = api.NodePool();
buildCounterNodePool++;
if (buildCounterNodePool < 3) {
o.autoscaling = buildNodePoolAutoscaling();
- o.conditions = buildUnnamed2219();
+ o.conditions = buildUnnamed2220();
o.config = buildNodeConfig();
o.initialNodeCount = 42;
- o.instanceGroupUrls = buildUnnamed2220();
- o.locations = buildUnnamed2221();
+ o.instanceGroupUrls = buildUnnamed2221();
+ o.locations = buildUnnamed2222();
o.management = buildNodeManagement();
o.maxPodsConstraint = buildMaxPodsConstraint();
o.name = 'foo';
@@ -2429,14 +2432,14 @@
buildCounterNodePool++;
if (buildCounterNodePool < 3) {
checkNodePoolAutoscaling(o.autoscaling! as api.NodePoolAutoscaling);
- checkUnnamed2219(o.conditions!);
+ checkUnnamed2220(o.conditions!);
checkNodeConfig(o.config! as api.NodeConfig);
unittest.expect(
o.initialNodeCount!,
unittest.equals(42),
);
- checkUnnamed2220(o.instanceGroupUrls!);
- checkUnnamed2221(o.locations!);
+ checkUnnamed2221(o.instanceGroupUrls!);
+ checkUnnamed2222(o.locations!);
checkNodeManagement(o.management! as api.NodeManagement);
checkMaxPodsConstraint(o.maxPodsConstraint! as api.MaxPodsConstraint);
unittest.expect(
@@ -2550,19 +2553,6 @@
buildCounterNotificationConfig--;
}
-core.List<api.StatusCondition> buildUnnamed2222() {
- var o = <api.StatusCondition>[];
- o.add(buildStatusCondition());
- o.add(buildStatusCondition());
- return o;
-}
-
-void checkUnnamed2222(core.List<api.StatusCondition> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkStatusCondition(o[0] as api.StatusCondition);
- checkStatusCondition(o[1] as api.StatusCondition);
-}
-
core.List<api.StatusCondition> buildUnnamed2223() {
var o = <api.StatusCondition>[];
o.add(buildStatusCondition());
@@ -2576,18 +2566,31 @@
checkStatusCondition(o[1] as api.StatusCondition);
}
+core.List<api.StatusCondition> buildUnnamed2224() {
+ var o = <api.StatusCondition>[];
+ o.add(buildStatusCondition());
+ o.add(buildStatusCondition());
+ return o;
+}
+
+void checkUnnamed2224(core.List<api.StatusCondition> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkStatusCondition(o[0] as api.StatusCondition);
+ checkStatusCondition(o[1] as api.StatusCondition);
+}
+
core.int buildCounterOperation = 0;
api.Operation buildOperation() {
var o = api.Operation();
buildCounterOperation++;
if (buildCounterOperation < 3) {
- o.clusterConditions = buildUnnamed2222();
+ o.clusterConditions = buildUnnamed2223();
o.detail = 'foo';
o.endTime = 'foo';
o.error = buildStatus();
o.location = 'foo';
o.name = 'foo';
- o.nodepoolConditions = buildUnnamed2223();
+ o.nodepoolConditions = buildUnnamed2224();
o.operationType = 'foo';
o.progress = buildOperationProgress();
o.selfLink = 'foo';
@@ -2604,7 +2607,7 @@
void checkOperation(api.Operation o) {
buildCounterOperation++;
if (buildCounterOperation < 3) {
- checkUnnamed2222(o.clusterConditions!);
+ checkUnnamed2223(o.clusterConditions!);
unittest.expect(
o.detail!,
unittest.equals('foo'),
@@ -2622,7 +2625,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2223(o.nodepoolConditions!);
+ checkUnnamed2224(o.nodepoolConditions!);
unittest.expect(
o.operationType!,
unittest.equals('foo'),
@@ -2656,27 +2659,27 @@
buildCounterOperation--;
}
-core.List<api.Metric> buildUnnamed2224() {
+core.List<api.Metric> buildUnnamed2225() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed2224(core.List<api.Metric> o) {
+void checkUnnamed2225(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
}
-core.List<api.OperationProgress> buildUnnamed2225() {
+core.List<api.OperationProgress> buildUnnamed2226() {
var o = <api.OperationProgress>[];
o.add(buildOperationProgress());
o.add(buildOperationProgress());
return o;
}
-void checkUnnamed2225(core.List<api.OperationProgress> o) {
+void checkUnnamed2226(core.List<api.OperationProgress> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationProgress(o[0] as api.OperationProgress);
checkOperationProgress(o[1] as api.OperationProgress);
@@ -2687,9 +2690,9 @@
var o = api.OperationProgress();
buildCounterOperationProgress++;
if (buildCounterOperationProgress < 3) {
- o.metrics = buildUnnamed2224();
+ o.metrics = buildUnnamed2225();
o.name = 'foo';
- o.stages = buildUnnamed2225();
+ o.stages = buildUnnamed2226();
o.status = 'foo';
}
buildCounterOperationProgress--;
@@ -2699,12 +2702,12 @@
void checkOperationProgress(api.OperationProgress o) {
buildCounterOperationProgress++;
if (buildCounterOperationProgress < 3) {
- checkUnnamed2224(o.metrics!);
+ checkUnnamed2225(o.metrics!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2225(o.stages!);
+ checkUnnamed2226(o.stages!);
unittest.expect(
o.status!,
unittest.equals('foo'),
@@ -2848,54 +2851,6 @@
buildCounterReleaseChannel--;
}
-core.List<core.String> buildUnnamed2226() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2226(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'),
- );
-}
-
-core.int buildCounterReleaseChannelConfig = 0;
-api.ReleaseChannelConfig buildReleaseChannelConfig() {
- var o = api.ReleaseChannelConfig();
- buildCounterReleaseChannelConfig++;
- if (buildCounterReleaseChannelConfig < 3) {
- o.channel = 'foo';
- o.defaultVersion = 'foo';
- o.validVersions = buildUnnamed2226();
- }
- buildCounterReleaseChannelConfig--;
- return o;
-}
-
-void checkReleaseChannelConfig(api.ReleaseChannelConfig o) {
- buildCounterReleaseChannelConfig++;
- if (buildCounterReleaseChannelConfig < 3) {
- unittest.expect(
- o.channel!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.defaultVersion!,
- unittest.equals('foo'),
- );
- checkUnnamed2226(o.validVersions!);
- }
- buildCounterReleaseChannelConfig--;
-}
-
core.List<core.String> buildUnnamed2227() {
var o = <core.String>[];
o.add('foo');
@@ -2915,6 +2870,54 @@
);
}
+core.int buildCounterReleaseChannelConfig = 0;
+api.ReleaseChannelConfig buildReleaseChannelConfig() {
+ var o = api.ReleaseChannelConfig();
+ buildCounterReleaseChannelConfig++;
+ if (buildCounterReleaseChannelConfig < 3) {
+ o.channel = 'foo';
+ o.defaultVersion = 'foo';
+ o.validVersions = buildUnnamed2227();
+ }
+ buildCounterReleaseChannelConfig--;
+ return o;
+}
+
+void checkReleaseChannelConfig(api.ReleaseChannelConfig o) {
+ buildCounterReleaseChannelConfig++;
+ if (buildCounterReleaseChannelConfig < 3) {
+ unittest.expect(
+ o.channel!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.defaultVersion!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2227(o.validVersions!);
+ }
+ buildCounterReleaseChannelConfig--;
+}
+
+core.List<core.String> buildUnnamed2228() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2228(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'),
+ );
+}
+
core.int buildCounterReservationAffinity = 0;
api.ReservationAffinity buildReservationAffinity() {
var o = api.ReservationAffinity();
@@ -2922,7 +2925,7 @@
if (buildCounterReservationAffinity < 3) {
o.consumeReservationType = 'foo';
o.key = 'foo';
- o.values = buildUnnamed2227();
+ o.values = buildUnnamed2228();
}
buildCounterReservationAffinity--;
return o;
@@ -2939,7 +2942,7 @@
o.key!,
unittest.equals('foo'),
);
- checkUnnamed2227(o.values!);
+ checkUnnamed2228(o.values!);
}
buildCounterReservationAffinity--;
}
@@ -3064,38 +3067,19 @@
buildCounterSandboxConfig--;
}
-core.List<api.ReleaseChannelConfig> buildUnnamed2228() {
+core.List<api.ReleaseChannelConfig> buildUnnamed2229() {
var o = <api.ReleaseChannelConfig>[];
o.add(buildReleaseChannelConfig());
o.add(buildReleaseChannelConfig());
return o;
}
-void checkUnnamed2228(core.List<api.ReleaseChannelConfig> o) {
+void checkUnnamed2229(core.List<api.ReleaseChannelConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkReleaseChannelConfig(o[0] as api.ReleaseChannelConfig);
checkReleaseChannelConfig(o[1] as api.ReleaseChannelConfig);
}
-core.List<core.String> buildUnnamed2229() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2229(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'),
- );
-}
-
core.List<core.String> buildUnnamed2230() {
var o = <core.String>[];
o.add('foo');
@@ -3134,17 +3118,36 @@
);
}
+core.List<core.String> buildUnnamed2232() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2232(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'),
+ );
+}
+
core.int buildCounterServerConfig = 0;
api.ServerConfig buildServerConfig() {
var o = api.ServerConfig();
buildCounterServerConfig++;
if (buildCounterServerConfig < 3) {
- o.channels = buildUnnamed2228();
+ o.channels = buildUnnamed2229();
o.defaultClusterVersion = 'foo';
o.defaultImageType = 'foo';
- o.validImageTypes = buildUnnamed2229();
- o.validMasterVersions = buildUnnamed2230();
- o.validNodeVersions = buildUnnamed2231();
+ o.validImageTypes = buildUnnamed2230();
+ o.validMasterVersions = buildUnnamed2231();
+ o.validNodeVersions = buildUnnamed2232();
}
buildCounterServerConfig--;
return o;
@@ -3153,7 +3156,7 @@
void checkServerConfig(api.ServerConfig o) {
buildCounterServerConfig++;
if (buildCounterServerConfig < 3) {
- checkUnnamed2228(o.channels!);
+ checkUnnamed2229(o.channels!);
unittest.expect(
o.defaultClusterVersion!,
unittest.equals('foo'),
@@ -3162,9 +3165,9 @@
o.defaultImageType!,
unittest.equals('foo'),
);
- checkUnnamed2229(o.validImageTypes!);
- checkUnnamed2230(o.validMasterVersions!);
- checkUnnamed2231(o.validNodeVersions!);
+ checkUnnamed2230(o.validImageTypes!);
+ checkUnnamed2231(o.validMasterVersions!);
+ checkUnnamed2232(o.validNodeVersions!);
}
buildCounterServerConfig--;
}
@@ -3208,14 +3211,14 @@
buildCounterSetAddonsConfigRequest--;
}
-core.Map<core.String, core.String> buildUnnamed2232() {
+core.Map<core.String, core.String> buildUnnamed2233() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2232(core.Map<core.String, core.String> o) {
+void checkUnnamed2233(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3236,7 +3239,7 @@
o.labelFingerprint = 'foo';
o.name = 'foo';
o.projectId = 'foo';
- o.resourceLabels = buildUnnamed2232();
+ o.resourceLabels = buildUnnamed2233();
o.zone = 'foo';
}
buildCounterSetLabelsRequest--;
@@ -3262,7 +3265,7 @@
o.projectId!,
unittest.equals('foo'),
);
- checkUnnamed2232(o.resourceLabels!);
+ checkUnnamed2233(o.resourceLabels!);
unittest.expect(
o.zone!,
unittest.equals('foo'),
@@ -3310,14 +3313,14 @@
buildCounterSetLegacyAbacRequest--;
}
-core.List<core.String> buildUnnamed2233() {
+core.List<core.String> buildUnnamed2234() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2233(core.List<core.String> o) {
+void checkUnnamed2234(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3335,7 +3338,7 @@
buildCounterSetLocationsRequest++;
if (buildCounterSetLocationsRequest < 3) {
o.clusterId = 'foo';
- o.locations = buildUnnamed2233();
+ o.locations = buildUnnamed2234();
o.name = 'foo';
o.projectId = 'foo';
o.zone = 'foo';
@@ -3351,7 +3354,7 @@
o.clusterId!,
unittest.equals('foo'),
);
- checkUnnamed2233(o.locations!);
+ checkUnnamed2234(o.locations!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -3788,7 +3791,7 @@
buildCounterStartIPRotationRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed2234() {
+core.Map<core.String, core.Object> buildUnnamed2235() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3803,7 +3806,7 @@
return o;
}
-void checkUnnamed2234(core.Map<core.String, core.Object> o) {
+void checkUnnamed2235(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -3835,17 +3838,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2235() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2236() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2234());
- o.add(buildUnnamed2234());
+ o.add(buildUnnamed2235());
+ o.add(buildUnnamed2235());
return o;
}
-void checkUnnamed2235(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2236(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2234(o[0]);
- checkUnnamed2234(o[1]);
+ checkUnnamed2235(o[0]);
+ checkUnnamed2235(o[1]);
}
core.int buildCounterStatus = 0;
@@ -3854,7 +3857,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2235();
+ o.details = buildUnnamed2236();
o.message = 'foo';
}
buildCounterStatus--;
@@ -3868,7 +3871,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2235(o.details!);
+ checkUnnamed2236(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -4017,14 +4020,14 @@
buildCounterUpdateMasterRequest--;
}
-core.List<core.String> buildUnnamed2236() {
+core.List<core.String> buildUnnamed2237() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2236(core.List<core.String> o) {
+void checkUnnamed2237(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4045,7 +4048,7 @@
o.imageType = 'foo';
o.kubeletConfig = buildNodeKubeletConfig();
o.linuxNodeConfig = buildLinuxNodeConfig();
- o.locations = buildUnnamed2236();
+ o.locations = buildUnnamed2237();
o.name = 'foo';
o.nodePoolId = 'foo';
o.nodeVersion = 'foo';
@@ -4071,7 +4074,7 @@
);
checkNodeKubeletConfig(o.kubeletConfig! as api.NodeKubeletConfig);
checkLinuxNodeConfig(o.linuxNodeConfig! as api.LinuxNodeConfig);
- checkUnnamed2236(o.locations!);
+ checkUnnamed2237(o.locations!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -4207,14 +4210,14 @@
buildCounterUpgradeSettings--;
}
-core.List<api.UsableSubnetworkSecondaryRange> buildUnnamed2237() {
+core.List<api.UsableSubnetworkSecondaryRange> buildUnnamed2238() {
var o = <api.UsableSubnetworkSecondaryRange>[];
o.add(buildUsableSubnetworkSecondaryRange());
o.add(buildUsableSubnetworkSecondaryRange());
return o;
}
-void checkUnnamed2237(core.List<api.UsableSubnetworkSecondaryRange> o) {
+void checkUnnamed2238(core.List<api.UsableSubnetworkSecondaryRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsableSubnetworkSecondaryRange(
o[0] as api.UsableSubnetworkSecondaryRange);
@@ -4229,7 +4232,7 @@
if (buildCounterUsableSubnetwork < 3) {
o.ipCidrRange = 'foo';
o.network = 'foo';
- o.secondaryIpRanges = buildUnnamed2237();
+ o.secondaryIpRanges = buildUnnamed2238();
o.statusMessage = 'foo';
o.subnetwork = 'foo';
}
@@ -4248,7 +4251,7 @@
o.network!,
unittest.equals('foo'),
);
- checkUnnamed2237(o.secondaryIpRanges!);
+ checkUnnamed2238(o.secondaryIpRanges!);
unittest.expect(
o.statusMessage!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/content/v2_1_test.dart b/generated/googleapis/test/content/v2_1_test.dart
index 2282810..121e3ee 100644
--- a/generated/googleapis/test/content/v2_1_test.dart
+++ b/generated/googleapis/test/content/v2_1_test.dart
@@ -27,27 +27,27 @@
import '../test_shared.dart';
-core.List<api.AccountAdsLink> buildUnnamed4964() {
+core.List<api.AccountAdsLink> buildUnnamed5015() {
var o = <api.AccountAdsLink>[];
o.add(buildAccountAdsLink());
o.add(buildAccountAdsLink());
return o;
}
-void checkUnnamed4964(core.List<api.AccountAdsLink> o) {
+void checkUnnamed5015(core.List<api.AccountAdsLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountAdsLink(o[0] as api.AccountAdsLink);
checkAccountAdsLink(o[1] as api.AccountAdsLink);
}
-core.List<core.String> buildUnnamed4965() {
+core.List<core.String> buildUnnamed5016() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4965(core.List<core.String> o) {
+void checkUnnamed5016(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -59,14 +59,14 @@
);
}
-core.List<core.String> buildUnnamed4966() {
+core.List<core.String> buildUnnamed5017() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4966(core.List<core.String> o) {
+void checkUnnamed5017(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -78,27 +78,27 @@
);
}
-core.List<api.AccountUser> buildUnnamed4967() {
+core.List<api.AccountUser> buildUnnamed5018() {
var o = <api.AccountUser>[];
o.add(buildAccountUser());
o.add(buildAccountUser());
return o;
}
-void checkUnnamed4967(core.List<api.AccountUser> o) {
+void checkUnnamed5018(core.List<api.AccountUser> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountUser(o[0] as api.AccountUser);
checkAccountUser(o[1] as api.AccountUser);
}
-core.List<api.AccountYouTubeChannelLink> buildUnnamed4968() {
+core.List<api.AccountYouTubeChannelLink> buildUnnamed5019() {
var o = <api.AccountYouTubeChannelLink>[];
o.add(buildAccountYouTubeChannelLink());
o.add(buildAccountYouTubeChannelLink());
return o;
}
-void checkUnnamed4968(core.List<api.AccountYouTubeChannelLink> o) {
+void checkUnnamed5019(core.List<api.AccountYouTubeChannelLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountYouTubeChannelLink(o[0] as api.AccountYouTubeChannelLink);
checkAccountYouTubeChannelLink(o[1] as api.AccountYouTubeChannelLink);
@@ -109,20 +109,20 @@
var o = api.Account();
buildCounterAccount++;
if (buildCounterAccount < 3) {
- o.adsLinks = buildUnnamed4964();
+ o.adsLinks = buildUnnamed5015();
o.adultContent = true;
- o.automaticLabelIds = buildUnnamed4965();
+ o.automaticLabelIds = buildUnnamed5016();
o.businessInformation = buildAccountBusinessInformation();
o.cssId = 'foo';
o.googleMyBusinessLink = buildAccountGoogleMyBusinessLink();
o.id = 'foo';
o.kind = 'foo';
- o.labelIds = buildUnnamed4966();
+ o.labelIds = buildUnnamed5017();
o.name = 'foo';
o.sellerId = 'foo';
- o.users = buildUnnamed4967();
+ o.users = buildUnnamed5018();
o.websiteUrl = 'foo';
- o.youtubeChannelLinks = buildUnnamed4968();
+ o.youtubeChannelLinks = buildUnnamed5019();
}
buildCounterAccount--;
return o;
@@ -131,9 +131,9 @@
void checkAccount(api.Account o) {
buildCounterAccount++;
if (buildCounterAccount < 3) {
- checkUnnamed4964(o.adsLinks!);
+ checkUnnamed5015(o.adsLinks!);
unittest.expect(o.adultContent!, unittest.isTrue);
- checkUnnamed4965(o.automaticLabelIds!);
+ checkUnnamed5016(o.automaticLabelIds!);
checkAccountBusinessInformation(
o.businessInformation! as api.AccountBusinessInformation);
unittest.expect(
@@ -150,7 +150,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4966(o.labelIds!);
+ checkUnnamed5017(o.labelIds!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -159,12 +159,12 @@
o.sellerId!,
unittest.equals('foo'),
);
- checkUnnamed4967(o.users!);
+ checkUnnamed5018(o.users!);
unittest.expect(
o.websiteUrl!,
unittest.equals('foo'),
);
- checkUnnamed4968(o.youtubeChannelLinks!);
+ checkUnnamed5019(o.youtubeChannelLinks!);
}
buildCounterAccount--;
}
@@ -467,14 +467,14 @@
buildCounterAccountReturnCarrier--;
}
-core.List<api.AccountStatusAccountLevelIssue> buildUnnamed4969() {
+core.List<api.AccountStatusAccountLevelIssue> buildUnnamed5020() {
var o = <api.AccountStatusAccountLevelIssue>[];
o.add(buildAccountStatusAccountLevelIssue());
o.add(buildAccountStatusAccountLevelIssue());
return o;
}
-void checkUnnamed4969(core.List<api.AccountStatusAccountLevelIssue> o) {
+void checkUnnamed5020(core.List<api.AccountStatusAccountLevelIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountStatusAccountLevelIssue(
o[0] as api.AccountStatusAccountLevelIssue);
@@ -482,14 +482,14 @@
o[1] as api.AccountStatusAccountLevelIssue);
}
-core.List<api.AccountStatusProducts> buildUnnamed4970() {
+core.List<api.AccountStatusProducts> buildUnnamed5021() {
var o = <api.AccountStatusProducts>[];
o.add(buildAccountStatusProducts());
o.add(buildAccountStatusProducts());
return o;
}
-void checkUnnamed4970(core.List<api.AccountStatusProducts> o) {
+void checkUnnamed5021(core.List<api.AccountStatusProducts> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountStatusProducts(o[0] as api.AccountStatusProducts);
checkAccountStatusProducts(o[1] as api.AccountStatusProducts);
@@ -501,9 +501,9 @@
buildCounterAccountStatus++;
if (buildCounterAccountStatus < 3) {
o.accountId = 'foo';
- o.accountLevelIssues = buildUnnamed4969();
+ o.accountLevelIssues = buildUnnamed5020();
o.kind = 'foo';
- o.products = buildUnnamed4970();
+ o.products = buildUnnamed5021();
o.websiteClaimed = true;
}
buildCounterAccountStatus--;
@@ -517,12 +517,12 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed4969(o.accountLevelIssues!);
+ checkUnnamed5020(o.accountLevelIssues!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4970(o.products!);
+ checkUnnamed5021(o.products!);
unittest.expect(o.websiteClaimed!, unittest.isTrue);
}
buildCounterAccountStatus--;
@@ -637,14 +637,14 @@
buildCounterAccountStatusItemLevelIssue--;
}
-core.List<api.AccountStatusItemLevelIssue> buildUnnamed4971() {
+core.List<api.AccountStatusItemLevelIssue> buildUnnamed5022() {
var o = <api.AccountStatusItemLevelIssue>[];
o.add(buildAccountStatusItemLevelIssue());
o.add(buildAccountStatusItemLevelIssue());
return o;
}
-void checkUnnamed4971(core.List<api.AccountStatusItemLevelIssue> o) {
+void checkUnnamed5022(core.List<api.AccountStatusItemLevelIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountStatusItemLevelIssue(o[0] as api.AccountStatusItemLevelIssue);
checkAccountStatusItemLevelIssue(o[1] as api.AccountStatusItemLevelIssue);
@@ -658,7 +658,7 @@
o.channel = 'foo';
o.country = 'foo';
o.destination = 'foo';
- o.itemLevelIssues = buildUnnamed4971();
+ o.itemLevelIssues = buildUnnamed5022();
o.statistics = buildAccountStatusStatistics();
}
buildCounterAccountStatusProducts--;
@@ -680,7 +680,7 @@
o.destination!,
unittest.equals('foo'),
);
- checkUnnamed4971(o.itemLevelIssues!);
+ checkUnnamed5022(o.itemLevelIssues!);
checkAccountStatusStatistics(o.statistics! as api.AccountStatusStatistics);
}
buildCounterAccountStatusProducts--;
@@ -723,14 +723,14 @@
buildCounterAccountStatusStatistics--;
}
-core.List<api.AccountTaxTaxRule> buildUnnamed4972() {
+core.List<api.AccountTaxTaxRule> buildUnnamed5023() {
var o = <api.AccountTaxTaxRule>[];
o.add(buildAccountTaxTaxRule());
o.add(buildAccountTaxTaxRule());
return o;
}
-void checkUnnamed4972(core.List<api.AccountTaxTaxRule> o) {
+void checkUnnamed5023(core.List<api.AccountTaxTaxRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountTaxTaxRule(o[0] as api.AccountTaxTaxRule);
checkAccountTaxTaxRule(o[1] as api.AccountTaxTaxRule);
@@ -743,7 +743,7 @@
if (buildCounterAccountTax < 3) {
o.accountId = 'foo';
o.kind = 'foo';
- o.rules = buildUnnamed4972();
+ o.rules = buildUnnamed5023();
}
buildCounterAccountTax--;
return o;
@@ -760,7 +760,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4972(o.rules!);
+ checkUnnamed5023(o.rules!);
}
buildCounterAccountTax--;
}
@@ -858,14 +858,14 @@
buildCounterAccountYouTubeChannelLink--;
}
-core.List<api.AccountIdentifier> buildUnnamed4973() {
+core.List<api.AccountIdentifier> buildUnnamed5024() {
var o = <api.AccountIdentifier>[];
o.add(buildAccountIdentifier());
o.add(buildAccountIdentifier());
return o;
}
-void checkUnnamed4973(core.List<api.AccountIdentifier> o) {
+void checkUnnamed5024(core.List<api.AccountIdentifier> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountIdentifier(o[0] as api.AccountIdentifier);
checkAccountIdentifier(o[1] as api.AccountIdentifier);
@@ -876,7 +876,7 @@
var o = api.AccountsAuthInfoResponse();
buildCounterAccountsAuthInfoResponse++;
if (buildCounterAccountsAuthInfoResponse < 3) {
- o.accountIdentifiers = buildUnnamed4973();
+ o.accountIdentifiers = buildUnnamed5024();
o.kind = 'foo';
}
buildCounterAccountsAuthInfoResponse--;
@@ -886,7 +886,7 @@
void checkAccountsAuthInfoResponse(api.AccountsAuthInfoResponse o) {
buildCounterAccountsAuthInfoResponse++;
if (buildCounterAccountsAuthInfoResponse < 3) {
- checkUnnamed4973(o.accountIdentifiers!);
+ checkUnnamed5024(o.accountIdentifiers!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -917,14 +917,14 @@
buildCounterAccountsClaimWebsiteResponse--;
}
-core.List<api.AccountsCustomBatchRequestEntry> buildUnnamed4974() {
+core.List<api.AccountsCustomBatchRequestEntry> buildUnnamed5025() {
var o = <api.AccountsCustomBatchRequestEntry>[];
o.add(buildAccountsCustomBatchRequestEntry());
o.add(buildAccountsCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4974(core.List<api.AccountsCustomBatchRequestEntry> o) {
+void checkUnnamed5025(core.List<api.AccountsCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountsCustomBatchRequestEntry(
o[0] as api.AccountsCustomBatchRequestEntry);
@@ -937,7 +937,7 @@
var o = api.AccountsCustomBatchRequest();
buildCounterAccountsCustomBatchRequest++;
if (buildCounterAccountsCustomBatchRequest < 3) {
- o.entries = buildUnnamed4974();
+ o.entries = buildUnnamed5025();
}
buildCounterAccountsCustomBatchRequest--;
return o;
@@ -946,19 +946,19 @@
void checkAccountsCustomBatchRequest(api.AccountsCustomBatchRequest o) {
buildCounterAccountsCustomBatchRequest++;
if (buildCounterAccountsCustomBatchRequest < 3) {
- checkUnnamed4974(o.entries!);
+ checkUnnamed5025(o.entries!);
}
buildCounterAccountsCustomBatchRequest--;
}
-core.List<core.String> buildUnnamed4975() {
+core.List<core.String> buildUnnamed5026() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4975(core.List<core.String> o) {
+void checkUnnamed5026(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -979,7 +979,7 @@
o.accountId = 'foo';
o.batchId = 42;
o.force = true;
- o.labelIds = buildUnnamed4975();
+ o.labelIds = buildUnnamed5026();
o.linkRequest = buildAccountsCustomBatchRequestEntryLinkRequest();
o.merchantId = 'foo';
o.method = 'foo';
@@ -1004,7 +1004,7 @@
unittest.equals(42),
);
unittest.expect(o.force!, unittest.isTrue);
- checkUnnamed4975(o.labelIds!);
+ checkUnnamed5026(o.labelIds!);
checkAccountsCustomBatchRequestEntryLinkRequest(
o.linkRequest! as api.AccountsCustomBatchRequestEntryLinkRequest);
unittest.expect(
@@ -1024,14 +1024,14 @@
buildCounterAccountsCustomBatchRequestEntry--;
}
-core.List<core.String> buildUnnamed4976() {
+core.List<core.String> buildUnnamed5027() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4976(core.List<core.String> o) {
+void checkUnnamed5027(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1052,7 +1052,7 @@
o.action = 'foo';
o.linkType = 'foo';
o.linkedAccountId = 'foo';
- o.services = buildUnnamed4976();
+ o.services = buildUnnamed5027();
}
buildCounterAccountsCustomBatchRequestEntryLinkRequest--;
return o;
@@ -1074,19 +1074,19 @@
o.linkedAccountId!,
unittest.equals('foo'),
);
- checkUnnamed4976(o.services!);
+ checkUnnamed5027(o.services!);
}
buildCounterAccountsCustomBatchRequestEntryLinkRequest--;
}
-core.List<api.AccountsCustomBatchResponseEntry> buildUnnamed4977() {
+core.List<api.AccountsCustomBatchResponseEntry> buildUnnamed5028() {
var o = <api.AccountsCustomBatchResponseEntry>[];
o.add(buildAccountsCustomBatchResponseEntry());
o.add(buildAccountsCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4977(core.List<api.AccountsCustomBatchResponseEntry> o) {
+void checkUnnamed5028(core.List<api.AccountsCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountsCustomBatchResponseEntry(
o[0] as api.AccountsCustomBatchResponseEntry);
@@ -1099,7 +1099,7 @@
var o = api.AccountsCustomBatchResponse();
buildCounterAccountsCustomBatchResponse++;
if (buildCounterAccountsCustomBatchResponse < 3) {
- o.entries = buildUnnamed4977();
+ o.entries = buildUnnamed5028();
o.kind = 'foo';
}
buildCounterAccountsCustomBatchResponse--;
@@ -1109,7 +1109,7 @@
void checkAccountsCustomBatchResponse(api.AccountsCustomBatchResponse o) {
buildCounterAccountsCustomBatchResponse++;
if (buildCounterAccountsCustomBatchResponse < 3) {
- checkUnnamed4977(o.entries!);
+ checkUnnamed5028(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1150,14 +1150,14 @@
buildCounterAccountsCustomBatchResponseEntry--;
}
-core.List<core.String> buildUnnamed4978() {
+core.List<core.String> buildUnnamed5029() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4978(core.List<core.String> o) {
+void checkUnnamed5029(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1178,7 +1178,7 @@
o.linkType = 'foo';
o.linkedAccountId = 'foo';
o.paymentServiceProviderLinkInfo = buildPaymentServiceProviderLinkInfo();
- o.services = buildUnnamed4978();
+ o.services = buildUnnamed5029();
}
buildCounterAccountsLinkRequest--;
return o;
@@ -1201,7 +1201,7 @@
);
checkPaymentServiceProviderLinkInfo(o.paymentServiceProviderLinkInfo!
as api.PaymentServiceProviderLinkInfo);
- checkUnnamed4978(o.services!);
+ checkUnnamed5029(o.services!);
}
buildCounterAccountsLinkRequest--;
}
@@ -1228,14 +1228,14 @@
buildCounterAccountsLinkResponse--;
}
-core.List<api.LinkedAccount> buildUnnamed4979() {
+core.List<api.LinkedAccount> buildUnnamed5030() {
var o = <api.LinkedAccount>[];
o.add(buildLinkedAccount());
o.add(buildLinkedAccount());
return o;
}
-void checkUnnamed4979(core.List<api.LinkedAccount> o) {
+void checkUnnamed5030(core.List<api.LinkedAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkLinkedAccount(o[0] as api.LinkedAccount);
checkLinkedAccount(o[1] as api.LinkedAccount);
@@ -1247,7 +1247,7 @@
buildCounterAccountsListLinksResponse++;
if (buildCounterAccountsListLinksResponse < 3) {
o.kind = 'foo';
- o.links = buildUnnamed4979();
+ o.links = buildUnnamed5030();
o.nextPageToken = 'foo';
}
buildCounterAccountsListLinksResponse--;
@@ -1261,7 +1261,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed4979(o.links!);
+ checkUnnamed5030(o.links!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1270,14 +1270,14 @@
buildCounterAccountsListLinksResponse--;
}
-core.List<api.Account> buildUnnamed4980() {
+core.List<api.Account> buildUnnamed5031() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed4980(core.List<api.Account> o) {
+void checkUnnamed5031(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -1290,7 +1290,7 @@
if (buildCounterAccountsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4980();
+ o.resources = buildUnnamed5031();
}
buildCounterAccountsListResponse--;
return o;
@@ -1307,19 +1307,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4980(o.resources!);
+ checkUnnamed5031(o.resources!);
}
buildCounterAccountsListResponse--;
}
-core.List<core.String> buildUnnamed4981() {
+core.List<core.String> buildUnnamed5032() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4981(core.List<core.String> o) {
+void checkUnnamed5032(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1336,7 +1336,7 @@
var o = api.AccountsUpdateLabelsRequest();
buildCounterAccountsUpdateLabelsRequest++;
if (buildCounterAccountsUpdateLabelsRequest < 3) {
- o.labelIds = buildUnnamed4981();
+ o.labelIds = buildUnnamed5032();
}
buildCounterAccountsUpdateLabelsRequest--;
return o;
@@ -1345,7 +1345,7 @@
void checkAccountsUpdateLabelsRequest(api.AccountsUpdateLabelsRequest o) {
buildCounterAccountsUpdateLabelsRequest++;
if (buildCounterAccountsUpdateLabelsRequest < 3) {
- checkUnnamed4981(o.labelIds!);
+ checkUnnamed5032(o.labelIds!);
}
buildCounterAccountsUpdateLabelsRequest--;
}
@@ -1372,14 +1372,14 @@
buildCounterAccountsUpdateLabelsResponse--;
}
-core.List<api.AccountstatusesCustomBatchRequestEntry> buildUnnamed4982() {
+core.List<api.AccountstatusesCustomBatchRequestEntry> buildUnnamed5033() {
var o = <api.AccountstatusesCustomBatchRequestEntry>[];
o.add(buildAccountstatusesCustomBatchRequestEntry());
o.add(buildAccountstatusesCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4982(core.List<api.AccountstatusesCustomBatchRequestEntry> o) {
+void checkUnnamed5033(core.List<api.AccountstatusesCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountstatusesCustomBatchRequestEntry(
o[0] as api.AccountstatusesCustomBatchRequestEntry);
@@ -1392,7 +1392,7 @@
var o = api.AccountstatusesCustomBatchRequest();
buildCounterAccountstatusesCustomBatchRequest++;
if (buildCounterAccountstatusesCustomBatchRequest < 3) {
- o.entries = buildUnnamed4982();
+ o.entries = buildUnnamed5033();
}
buildCounterAccountstatusesCustomBatchRequest--;
return o;
@@ -1402,19 +1402,19 @@
api.AccountstatusesCustomBatchRequest o) {
buildCounterAccountstatusesCustomBatchRequest++;
if (buildCounterAccountstatusesCustomBatchRequest < 3) {
- checkUnnamed4982(o.entries!);
+ checkUnnamed5033(o.entries!);
}
buildCounterAccountstatusesCustomBatchRequest--;
}
-core.List<core.String> buildUnnamed4983() {
+core.List<core.String> buildUnnamed5034() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4983(core.List<core.String> o) {
+void checkUnnamed5034(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1434,7 +1434,7 @@
if (buildCounterAccountstatusesCustomBatchRequestEntry < 3) {
o.accountId = 'foo';
o.batchId = 42;
- o.destinations = buildUnnamed4983();
+ o.destinations = buildUnnamed5034();
o.merchantId = 'foo';
o.method = 'foo';
}
@@ -1454,7 +1454,7 @@
o.batchId!,
unittest.equals(42),
);
- checkUnnamed4983(o.destinations!);
+ checkUnnamed5034(o.destinations!);
unittest.expect(
o.merchantId!,
unittest.equals('foo'),
@@ -1467,14 +1467,14 @@
buildCounterAccountstatusesCustomBatchRequestEntry--;
}
-core.List<api.AccountstatusesCustomBatchResponseEntry> buildUnnamed4984() {
+core.List<api.AccountstatusesCustomBatchResponseEntry> buildUnnamed5035() {
var o = <api.AccountstatusesCustomBatchResponseEntry>[];
o.add(buildAccountstatusesCustomBatchResponseEntry());
o.add(buildAccountstatusesCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4984(
+void checkUnnamed5035(
core.List<api.AccountstatusesCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountstatusesCustomBatchResponseEntry(
@@ -1489,7 +1489,7 @@
var o = api.AccountstatusesCustomBatchResponse();
buildCounterAccountstatusesCustomBatchResponse++;
if (buildCounterAccountstatusesCustomBatchResponse < 3) {
- o.entries = buildUnnamed4984();
+ o.entries = buildUnnamed5035();
o.kind = 'foo';
}
buildCounterAccountstatusesCustomBatchResponse--;
@@ -1500,7 +1500,7 @@
api.AccountstatusesCustomBatchResponse o) {
buildCounterAccountstatusesCustomBatchResponse++;
if (buildCounterAccountstatusesCustomBatchResponse < 3) {
- checkUnnamed4984(o.entries!);
+ checkUnnamed5035(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1537,14 +1537,14 @@
buildCounterAccountstatusesCustomBatchResponseEntry--;
}
-core.List<api.AccountStatus> buildUnnamed4985() {
+core.List<api.AccountStatus> buildUnnamed5036() {
var o = <api.AccountStatus>[];
o.add(buildAccountStatus());
o.add(buildAccountStatus());
return o;
}
-void checkUnnamed4985(core.List<api.AccountStatus> o) {
+void checkUnnamed5036(core.List<api.AccountStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountStatus(o[0] as api.AccountStatus);
checkAccountStatus(o[1] as api.AccountStatus);
@@ -1557,7 +1557,7 @@
if (buildCounterAccountstatusesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4985();
+ o.resources = buildUnnamed5036();
}
buildCounterAccountstatusesListResponse--;
return o;
@@ -1574,19 +1574,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4985(o.resources!);
+ checkUnnamed5036(o.resources!);
}
buildCounterAccountstatusesListResponse--;
}
-core.List<api.AccounttaxCustomBatchRequestEntry> buildUnnamed4986() {
+core.List<api.AccounttaxCustomBatchRequestEntry> buildUnnamed5037() {
var o = <api.AccounttaxCustomBatchRequestEntry>[];
o.add(buildAccounttaxCustomBatchRequestEntry());
o.add(buildAccounttaxCustomBatchRequestEntry());
return o;
}
-void checkUnnamed4986(core.List<api.AccounttaxCustomBatchRequestEntry> o) {
+void checkUnnamed5037(core.List<api.AccounttaxCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccounttaxCustomBatchRequestEntry(
o[0] as api.AccounttaxCustomBatchRequestEntry);
@@ -1599,7 +1599,7 @@
var o = api.AccounttaxCustomBatchRequest();
buildCounterAccounttaxCustomBatchRequest++;
if (buildCounterAccounttaxCustomBatchRequest < 3) {
- o.entries = buildUnnamed4986();
+ o.entries = buildUnnamed5037();
}
buildCounterAccounttaxCustomBatchRequest--;
return o;
@@ -1608,7 +1608,7 @@
void checkAccounttaxCustomBatchRequest(api.AccounttaxCustomBatchRequest o) {
buildCounterAccounttaxCustomBatchRequest++;
if (buildCounterAccounttaxCustomBatchRequest < 3) {
- checkUnnamed4986(o.entries!);
+ checkUnnamed5037(o.entries!);
}
buildCounterAccounttaxCustomBatchRequest--;
}
@@ -1653,14 +1653,14 @@
buildCounterAccounttaxCustomBatchRequestEntry--;
}
-core.List<api.AccounttaxCustomBatchResponseEntry> buildUnnamed4987() {
+core.List<api.AccounttaxCustomBatchResponseEntry> buildUnnamed5038() {
var o = <api.AccounttaxCustomBatchResponseEntry>[];
o.add(buildAccounttaxCustomBatchResponseEntry());
o.add(buildAccounttaxCustomBatchResponseEntry());
return o;
}
-void checkUnnamed4987(core.List<api.AccounttaxCustomBatchResponseEntry> o) {
+void checkUnnamed5038(core.List<api.AccounttaxCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccounttaxCustomBatchResponseEntry(
o[0] as api.AccounttaxCustomBatchResponseEntry);
@@ -1673,7 +1673,7 @@
var o = api.AccounttaxCustomBatchResponse();
buildCounterAccounttaxCustomBatchResponse++;
if (buildCounterAccounttaxCustomBatchResponse < 3) {
- o.entries = buildUnnamed4987();
+ o.entries = buildUnnamed5038();
o.kind = 'foo';
}
buildCounterAccounttaxCustomBatchResponse--;
@@ -1683,7 +1683,7 @@
void checkAccounttaxCustomBatchResponse(api.AccounttaxCustomBatchResponse o) {
buildCounterAccounttaxCustomBatchResponse++;
if (buildCounterAccounttaxCustomBatchResponse < 3) {
- checkUnnamed4987(o.entries!);
+ checkUnnamed5038(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1725,14 +1725,14 @@
buildCounterAccounttaxCustomBatchResponseEntry--;
}
-core.List<api.AccountTax> buildUnnamed4988() {
+core.List<api.AccountTax> buildUnnamed5039() {
var o = <api.AccountTax>[];
o.add(buildAccountTax());
o.add(buildAccountTax());
return o;
}
-void checkUnnamed4988(core.List<api.AccountTax> o) {
+void checkUnnamed5039(core.List<api.AccountTax> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountTax(o[0] as api.AccountTax);
checkAccountTax(o[1] as api.AccountTax);
@@ -1745,7 +1745,7 @@
if (buildCounterAccounttaxListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4988();
+ o.resources = buildUnnamed5039();
}
buildCounterAccounttaxListResponse--;
return o;
@@ -1762,7 +1762,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4988(o.resources!);
+ checkUnnamed5039(o.resources!);
}
buildCounterAccounttaxListResponse--;
}
@@ -1804,14 +1804,14 @@
buildCounterAmount--;
}
-core.List<core.String> buildUnnamed4989() {
+core.List<core.String> buildUnnamed5040() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4989(core.List<core.String> o) {
+void checkUnnamed5040(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1828,7 +1828,7 @@
var o = api.BusinessDayConfig();
buildCounterBusinessDayConfig++;
if (buildCounterBusinessDayConfig < 3) {
- o.businessDays = buildUnnamed4989();
+ o.businessDays = buildUnnamed5040();
}
buildCounterBusinessDayConfig--;
return o;
@@ -1837,7 +1837,7 @@
void checkBusinessDayConfig(api.BusinessDayConfig o) {
buildCounterBusinessDayConfig++;
if (buildCounterBusinessDayConfig < 3) {
- checkUnnamed4989(o.businessDays!);
+ checkUnnamed5040(o.businessDays!);
}
buildCounterBusinessDayConfig--;
}
@@ -1918,14 +1918,14 @@
buildCounterCarrierRate--;
}
-core.List<core.String> buildUnnamed4990() {
+core.List<core.String> buildUnnamed5041() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4990(core.List<core.String> o) {
+void checkUnnamed5041(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1937,14 +1937,14 @@
);
}
-core.List<core.String> buildUnnamed4991() {
+core.List<core.String> buildUnnamed5042() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4991(core.List<core.String> o) {
+void checkUnnamed5042(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1962,9 +1962,9 @@
buildCounterCarriersCarrier++;
if (buildCounterCarriersCarrier < 3) {
o.country = 'foo';
- o.eddServices = buildUnnamed4990();
+ o.eddServices = buildUnnamed5041();
o.name = 'foo';
- o.services = buildUnnamed4991();
+ o.services = buildUnnamed5042();
}
buildCounterCarriersCarrier--;
return o;
@@ -1977,37 +1977,37 @@
o.country!,
unittest.equals('foo'),
);
- checkUnnamed4990(o.eddServices!);
+ checkUnnamed5041(o.eddServices!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4991(o.services!);
+ checkUnnamed5042(o.services!);
}
buildCounterCarriersCarrier--;
}
-core.List<api.CollectionFeaturedProduct> buildUnnamed4992() {
+core.List<api.CollectionFeaturedProduct> buildUnnamed5043() {
var o = <api.CollectionFeaturedProduct>[];
o.add(buildCollectionFeaturedProduct());
o.add(buildCollectionFeaturedProduct());
return o;
}
-void checkUnnamed4992(core.List<api.CollectionFeaturedProduct> o) {
+void checkUnnamed5043(core.List<api.CollectionFeaturedProduct> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollectionFeaturedProduct(o[0] as api.CollectionFeaturedProduct);
checkCollectionFeaturedProduct(o[1] as api.CollectionFeaturedProduct);
}
-core.List<core.String> buildUnnamed4993() {
+core.List<core.String> buildUnnamed5044() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4993(core.List<core.String> o) {
+void checkUnnamed5044(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2019,14 +2019,14 @@
);
}
-core.List<core.String> buildUnnamed4994() {
+core.List<core.String> buildUnnamed5045() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4994(core.List<core.String> o) {
+void checkUnnamed5045(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2048,10 +2048,10 @@
o.customLabel2 = 'foo';
o.customLabel3 = 'foo';
o.customLabel4 = 'foo';
- o.featuredProduct = buildUnnamed4992();
- o.headline = buildUnnamed4993();
+ o.featuredProduct = buildUnnamed5043();
+ o.headline = buildUnnamed5044();
o.id = 'foo';
- o.imageLink = buildUnnamed4994();
+ o.imageLink = buildUnnamed5045();
o.language = 'foo';
o.link = 'foo';
o.mobileLink = 'foo';
@@ -2084,13 +2084,13 @@
o.customLabel4!,
unittest.equals('foo'),
);
- checkUnnamed4992(o.featuredProduct!);
- checkUnnamed4993(o.headline!);
+ checkUnnamed5043(o.featuredProduct!);
+ checkUnnamed5044(o.headline!);
unittest.expect(
o.id!,
unittest.equals('foo'),
);
- checkUnnamed4994(o.imageLink!);
+ checkUnnamed5045(o.imageLink!);
unittest.expect(
o.language!,
unittest.equals('foo'),
@@ -2143,14 +2143,14 @@
buildCounterCollectionFeaturedProduct--;
}
-core.List<api.CollectionStatusItemLevelIssue> buildUnnamed4995() {
+core.List<api.CollectionStatusItemLevelIssue> buildUnnamed5046() {
var o = <api.CollectionStatusItemLevelIssue>[];
o.add(buildCollectionStatusItemLevelIssue());
o.add(buildCollectionStatusItemLevelIssue());
return o;
}
-void checkUnnamed4995(core.List<api.CollectionStatusItemLevelIssue> o) {
+void checkUnnamed5046(core.List<api.CollectionStatusItemLevelIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollectionStatusItemLevelIssue(
o[0] as api.CollectionStatusItemLevelIssue);
@@ -2158,14 +2158,14 @@
o[1] as api.CollectionStatusItemLevelIssue);
}
-core.List<api.CollectionStatusDestinationStatus> buildUnnamed4996() {
+core.List<api.CollectionStatusDestinationStatus> buildUnnamed5047() {
var o = <api.CollectionStatusDestinationStatus>[];
o.add(buildCollectionStatusDestinationStatus());
o.add(buildCollectionStatusDestinationStatus());
return o;
}
-void checkUnnamed4996(core.List<api.CollectionStatusDestinationStatus> o) {
+void checkUnnamed5047(core.List<api.CollectionStatusDestinationStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollectionStatusDestinationStatus(
o[0] as api.CollectionStatusDestinationStatus);
@@ -2178,9 +2178,9 @@
var o = api.CollectionStatus();
buildCounterCollectionStatus++;
if (buildCounterCollectionStatus < 3) {
- o.collectionLevelIssuses = buildUnnamed4995();
+ o.collectionLevelIssuses = buildUnnamed5046();
o.creationDate = 'foo';
- o.destinationStatuses = buildUnnamed4996();
+ o.destinationStatuses = buildUnnamed5047();
o.id = 'foo';
o.lastUpdateDate = 'foo';
}
@@ -2191,12 +2191,12 @@
void checkCollectionStatus(api.CollectionStatus o) {
buildCounterCollectionStatus++;
if (buildCounterCollectionStatus < 3) {
- checkUnnamed4995(o.collectionLevelIssuses!);
+ checkUnnamed5046(o.collectionLevelIssuses!);
unittest.expect(
o.creationDate!,
unittest.equals('foo'),
);
- checkUnnamed4996(o.destinationStatuses!);
+ checkUnnamed5047(o.destinationStatuses!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -2294,14 +2294,14 @@
buildCounterCollectionStatusItemLevelIssue--;
}
-core.List<core.String> buildUnnamed4997() {
+core.List<core.String> buildUnnamed5048() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4997(core.List<core.String> o) {
+void checkUnnamed5048(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2323,7 +2323,7 @@
o.displayName = 'foo';
o.fullName = 'foo';
o.homepageUri = 'foo';
- o.labelIds = buildUnnamed4997();
+ o.labelIds = buildUnnamed5048();
}
buildCounterCss--;
return o;
@@ -2352,19 +2352,19 @@
o.homepageUri!,
unittest.equals('foo'),
);
- checkUnnamed4997(o.labelIds!);
+ checkUnnamed5048(o.labelIds!);
}
buildCounterCss--;
}
-core.List<api.CustomAttribute> buildUnnamed4998() {
+core.List<api.CustomAttribute> buildUnnamed5049() {
var o = <api.CustomAttribute>[];
o.add(buildCustomAttribute());
o.add(buildCustomAttribute());
return o;
}
-void checkUnnamed4998(core.List<api.CustomAttribute> o) {
+void checkUnnamed5049(core.List<api.CustomAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomAttribute(o[0] as api.CustomAttribute);
checkCustomAttribute(o[1] as api.CustomAttribute);
@@ -2375,7 +2375,7 @@
var o = api.CustomAttribute();
buildCounterCustomAttribute++;
if (buildCounterCustomAttribute < 3) {
- o.groupValues = buildUnnamed4998();
+ o.groupValues = buildUnnamed5049();
o.name = 'foo';
o.value = 'foo';
}
@@ -2386,7 +2386,7 @@
void checkCustomAttribute(api.CustomAttribute o) {
buildCounterCustomAttribute++;
if (buildCounterCustomAttribute < 3) {
- checkUnnamed4998(o.groupValues!);
+ checkUnnamed5049(o.groupValues!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2458,14 +2458,14 @@
buildCounterCutoffTime--;
}
-core.List<api.DatafeedTarget> buildUnnamed4999() {
+core.List<api.DatafeedTarget> buildUnnamed5050() {
var o = <api.DatafeedTarget>[];
o.add(buildDatafeedTarget());
o.add(buildDatafeedTarget());
return o;
}
-void checkUnnamed4999(core.List<api.DatafeedTarget> o) {
+void checkUnnamed5050(core.List<api.DatafeedTarget> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedTarget(o[0] as api.DatafeedTarget);
checkDatafeedTarget(o[1] as api.DatafeedTarget);
@@ -2484,7 +2484,7 @@
o.id = 'foo';
o.kind = 'foo';
o.name = 'foo';
- o.targets = buildUnnamed4999();
+ o.targets = buildUnnamed5050();
}
buildCounterDatafeed--;
return o;
@@ -2519,7 +2519,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4999(o.targets!);
+ checkUnnamed5050(o.targets!);
}
buildCounterDatafeed--;
}
@@ -2615,27 +2615,27 @@
buildCounterDatafeedFormat--;
}
-core.List<api.DatafeedStatusError> buildUnnamed5000() {
+core.List<api.DatafeedStatusError> buildUnnamed5051() {
var o = <api.DatafeedStatusError>[];
o.add(buildDatafeedStatusError());
o.add(buildDatafeedStatusError());
return o;
}
-void checkUnnamed5000(core.List<api.DatafeedStatusError> o) {
+void checkUnnamed5051(core.List<api.DatafeedStatusError> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedStatusError(o[0] as api.DatafeedStatusError);
checkDatafeedStatusError(o[1] as api.DatafeedStatusError);
}
-core.List<api.DatafeedStatusError> buildUnnamed5001() {
+core.List<api.DatafeedStatusError> buildUnnamed5052() {
var o = <api.DatafeedStatusError>[];
o.add(buildDatafeedStatusError());
o.add(buildDatafeedStatusError());
return o;
}
-void checkUnnamed5001(core.List<api.DatafeedStatusError> o) {
+void checkUnnamed5052(core.List<api.DatafeedStatusError> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedStatusError(o[0] as api.DatafeedStatusError);
checkDatafeedStatusError(o[1] as api.DatafeedStatusError);
@@ -2648,14 +2648,14 @@
if (buildCounterDatafeedStatus < 3) {
o.country = 'foo';
o.datafeedId = 'foo';
- o.errors = buildUnnamed5000();
+ o.errors = buildUnnamed5051();
o.itemsTotal = 'foo';
o.itemsValid = 'foo';
o.kind = 'foo';
o.language = 'foo';
o.lastUploadDate = 'foo';
o.processingStatus = 'foo';
- o.warnings = buildUnnamed5001();
+ o.warnings = buildUnnamed5052();
}
buildCounterDatafeedStatus--;
return o;
@@ -2672,7 +2672,7 @@
o.datafeedId!,
unittest.equals('foo'),
);
- checkUnnamed5000(o.errors!);
+ checkUnnamed5051(o.errors!);
unittest.expect(
o.itemsTotal!,
unittest.equals('foo'),
@@ -2697,19 +2697,19 @@
o.processingStatus!,
unittest.equals('foo'),
);
- checkUnnamed5001(o.warnings!);
+ checkUnnamed5052(o.warnings!);
}
buildCounterDatafeedStatus--;
}
-core.List<api.DatafeedStatusExample> buildUnnamed5002() {
+core.List<api.DatafeedStatusExample> buildUnnamed5053() {
var o = <api.DatafeedStatusExample>[];
o.add(buildDatafeedStatusExample());
o.add(buildDatafeedStatusExample());
return o;
}
-void checkUnnamed5002(core.List<api.DatafeedStatusExample> o) {
+void checkUnnamed5053(core.List<api.DatafeedStatusExample> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedStatusExample(o[0] as api.DatafeedStatusExample);
checkDatafeedStatusExample(o[1] as api.DatafeedStatusExample);
@@ -2722,7 +2722,7 @@
if (buildCounterDatafeedStatusError < 3) {
o.code = 'foo';
o.count = 'foo';
- o.examples = buildUnnamed5002();
+ o.examples = buildUnnamed5053();
o.message = 'foo';
}
buildCounterDatafeedStatusError--;
@@ -2740,7 +2740,7 @@
o.count!,
unittest.equals('foo'),
);
- checkUnnamed5002(o.examples!);
+ checkUnnamed5053(o.examples!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2781,14 +2781,14 @@
buildCounterDatafeedStatusExample--;
}
-core.List<core.String> buildUnnamed5003() {
+core.List<core.String> buildUnnamed5054() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5003(core.List<core.String> o) {
+void checkUnnamed5054(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2800,14 +2800,14 @@
);
}
-core.List<core.String> buildUnnamed5004() {
+core.List<core.String> buildUnnamed5055() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5004(core.List<core.String> o) {
+void checkUnnamed5055(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2825,8 +2825,8 @@
buildCounterDatafeedTarget++;
if (buildCounterDatafeedTarget < 3) {
o.country = 'foo';
- o.excludedDestinations = buildUnnamed5003();
- o.includedDestinations = buildUnnamed5004();
+ o.excludedDestinations = buildUnnamed5054();
+ o.includedDestinations = buildUnnamed5055();
o.language = 'foo';
}
buildCounterDatafeedTarget--;
@@ -2840,8 +2840,8 @@
o.country!,
unittest.equals('foo'),
);
- checkUnnamed5003(o.excludedDestinations!);
- checkUnnamed5004(o.includedDestinations!);
+ checkUnnamed5054(o.excludedDestinations!);
+ checkUnnamed5055(o.includedDestinations!);
unittest.expect(
o.language!,
unittest.equals('foo'),
@@ -2850,14 +2850,14 @@
buildCounterDatafeedTarget--;
}
-core.List<api.DatafeedsCustomBatchRequestEntry> buildUnnamed5005() {
+core.List<api.DatafeedsCustomBatchRequestEntry> buildUnnamed5056() {
var o = <api.DatafeedsCustomBatchRequestEntry>[];
o.add(buildDatafeedsCustomBatchRequestEntry());
o.add(buildDatafeedsCustomBatchRequestEntry());
return o;
}
-void checkUnnamed5005(core.List<api.DatafeedsCustomBatchRequestEntry> o) {
+void checkUnnamed5056(core.List<api.DatafeedsCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedsCustomBatchRequestEntry(
o[0] as api.DatafeedsCustomBatchRequestEntry);
@@ -2870,7 +2870,7 @@
var o = api.DatafeedsCustomBatchRequest();
buildCounterDatafeedsCustomBatchRequest++;
if (buildCounterDatafeedsCustomBatchRequest < 3) {
- o.entries = buildUnnamed5005();
+ o.entries = buildUnnamed5056();
}
buildCounterDatafeedsCustomBatchRequest--;
return o;
@@ -2879,7 +2879,7 @@
void checkDatafeedsCustomBatchRequest(api.DatafeedsCustomBatchRequest o) {
buildCounterDatafeedsCustomBatchRequest++;
if (buildCounterDatafeedsCustomBatchRequest < 3) {
- checkUnnamed5005(o.entries!);
+ checkUnnamed5056(o.entries!);
}
buildCounterDatafeedsCustomBatchRequest--;
}
@@ -2924,14 +2924,14 @@
buildCounterDatafeedsCustomBatchRequestEntry--;
}
-core.List<api.DatafeedsCustomBatchResponseEntry> buildUnnamed5006() {
+core.List<api.DatafeedsCustomBatchResponseEntry> buildUnnamed5057() {
var o = <api.DatafeedsCustomBatchResponseEntry>[];
o.add(buildDatafeedsCustomBatchResponseEntry());
o.add(buildDatafeedsCustomBatchResponseEntry());
return o;
}
-void checkUnnamed5006(core.List<api.DatafeedsCustomBatchResponseEntry> o) {
+void checkUnnamed5057(core.List<api.DatafeedsCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedsCustomBatchResponseEntry(
o[0] as api.DatafeedsCustomBatchResponseEntry);
@@ -2944,7 +2944,7 @@
var o = api.DatafeedsCustomBatchResponse();
buildCounterDatafeedsCustomBatchResponse++;
if (buildCounterDatafeedsCustomBatchResponse < 3) {
- o.entries = buildUnnamed5006();
+ o.entries = buildUnnamed5057();
o.kind = 'foo';
}
buildCounterDatafeedsCustomBatchResponse--;
@@ -2954,7 +2954,7 @@
void checkDatafeedsCustomBatchResponse(api.DatafeedsCustomBatchResponse o) {
buildCounterDatafeedsCustomBatchResponse++;
if (buildCounterDatafeedsCustomBatchResponse < 3) {
- checkUnnamed5006(o.entries!);
+ checkUnnamed5057(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3012,14 +3012,14 @@
buildCounterDatafeedsFetchNowResponse--;
}
-core.List<api.Datafeed> buildUnnamed5007() {
+core.List<api.Datafeed> buildUnnamed5058() {
var o = <api.Datafeed>[];
o.add(buildDatafeed());
o.add(buildDatafeed());
return o;
}
-void checkUnnamed5007(core.List<api.Datafeed> o) {
+void checkUnnamed5058(core.List<api.Datafeed> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeed(o[0] as api.Datafeed);
checkDatafeed(o[1] as api.Datafeed);
@@ -3032,7 +3032,7 @@
if (buildCounterDatafeedsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed5007();
+ o.resources = buildUnnamed5058();
}
buildCounterDatafeedsListResponse--;
return o;
@@ -3049,19 +3049,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5007(o.resources!);
+ checkUnnamed5058(o.resources!);
}
buildCounterDatafeedsListResponse--;
}
-core.List<api.DatafeedstatusesCustomBatchRequestEntry> buildUnnamed5008() {
+core.List<api.DatafeedstatusesCustomBatchRequestEntry> buildUnnamed5059() {
var o = <api.DatafeedstatusesCustomBatchRequestEntry>[];
o.add(buildDatafeedstatusesCustomBatchRequestEntry());
o.add(buildDatafeedstatusesCustomBatchRequestEntry());
return o;
}
-void checkUnnamed5008(
+void checkUnnamed5059(
core.List<api.DatafeedstatusesCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedstatusesCustomBatchRequestEntry(
@@ -3076,7 +3076,7 @@
var o = api.DatafeedstatusesCustomBatchRequest();
buildCounterDatafeedstatusesCustomBatchRequest++;
if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
- o.entries = buildUnnamed5008();
+ o.entries = buildUnnamed5059();
}
buildCounterDatafeedstatusesCustomBatchRequest--;
return o;
@@ -3086,7 +3086,7 @@
api.DatafeedstatusesCustomBatchRequest o) {
buildCounterDatafeedstatusesCustomBatchRequest++;
if (buildCounterDatafeedstatusesCustomBatchRequest < 3) {
- checkUnnamed5008(o.entries!);
+ checkUnnamed5059(o.entries!);
}
buildCounterDatafeedstatusesCustomBatchRequest--;
}
@@ -3140,14 +3140,14 @@
buildCounterDatafeedstatusesCustomBatchRequestEntry--;
}
-core.List<api.DatafeedstatusesCustomBatchResponseEntry> buildUnnamed5009() {
+core.List<api.DatafeedstatusesCustomBatchResponseEntry> buildUnnamed5060() {
var o = <api.DatafeedstatusesCustomBatchResponseEntry>[];
o.add(buildDatafeedstatusesCustomBatchResponseEntry());
o.add(buildDatafeedstatusesCustomBatchResponseEntry());
return o;
}
-void checkUnnamed5009(
+void checkUnnamed5060(
core.List<api.DatafeedstatusesCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedstatusesCustomBatchResponseEntry(
@@ -3162,7 +3162,7 @@
var o = api.DatafeedstatusesCustomBatchResponse();
buildCounterDatafeedstatusesCustomBatchResponse++;
if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
- o.entries = buildUnnamed5009();
+ o.entries = buildUnnamed5060();
o.kind = 'foo';
}
buildCounterDatafeedstatusesCustomBatchResponse--;
@@ -3173,7 +3173,7 @@
api.DatafeedstatusesCustomBatchResponse o) {
buildCounterDatafeedstatusesCustomBatchResponse++;
if (buildCounterDatafeedstatusesCustomBatchResponse < 3) {
- checkUnnamed5009(o.entries!);
+ checkUnnamed5060(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3210,14 +3210,14 @@
buildCounterDatafeedstatusesCustomBatchResponseEntry--;
}
-core.List<api.DatafeedStatus> buildUnnamed5010() {
+core.List<api.DatafeedStatus> buildUnnamed5061() {
var o = <api.DatafeedStatus>[];
o.add(buildDatafeedStatus());
o.add(buildDatafeedStatus());
return o;
}
-void checkUnnamed5010(core.List<api.DatafeedStatus> o) {
+void checkUnnamed5061(core.List<api.DatafeedStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatafeedStatus(o[0] as api.DatafeedStatus);
checkDatafeedStatus(o[1] as api.DatafeedStatus);
@@ -3230,7 +3230,7 @@
if (buildCounterDatafeedstatusesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed5010();
+ o.resources = buildUnnamed5061();
}
buildCounterDatafeedstatusesListResponse--;
return o;
@@ -3247,7 +3247,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5010(o.resources!);
+ checkUnnamed5061(o.resources!);
}
buildCounterDatafeedstatusesListResponse--;
}
@@ -3343,27 +3343,27 @@
buildCounterDateTime--;
}
-core.List<api.HolidayCutoff> buildUnnamed5011() {
+core.List<api.HolidayCutoff> buildUnnamed5062() {
var o = <api.HolidayCutoff>[];
o.add(buildHolidayCutoff());
o.add(buildHolidayCutoff());
return o;
}
-void checkUnnamed5011(core.List<api.HolidayCutoff> o) {
+void checkUnnamed5062(core.List<api.HolidayCutoff> o) {
unittest.expect(o, unittest.hasLength(2));
checkHolidayCutoff(o[0] as api.HolidayCutoff);
checkHolidayCutoff(o[1] as api.HolidayCutoff);
}
-core.List<api.WarehouseBasedDeliveryTime> buildUnnamed5012() {
+core.List<api.WarehouseBasedDeliveryTime> buildUnnamed5063() {
var o = <api.WarehouseBasedDeliveryTime>[];
o.add(buildWarehouseBasedDeliveryTime());
o.add(buildWarehouseBasedDeliveryTime());
return o;
}
-void checkUnnamed5012(core.List<api.WarehouseBasedDeliveryTime> o) {
+void checkUnnamed5063(core.List<api.WarehouseBasedDeliveryTime> o) {
unittest.expect(o, unittest.hasLength(2));
checkWarehouseBasedDeliveryTime(o[0] as api.WarehouseBasedDeliveryTime);
checkWarehouseBasedDeliveryTime(o[1] as api.WarehouseBasedDeliveryTime);
@@ -3376,14 +3376,14 @@
if (buildCounterDeliveryTime < 3) {
o.cutoffTime = buildCutoffTime();
o.handlingBusinessDayConfig = buildBusinessDayConfig();
- o.holidayCutoffs = buildUnnamed5011();
+ o.holidayCutoffs = buildUnnamed5062();
o.maxHandlingTimeInDays = 42;
o.maxTransitTimeInDays = 42;
o.minHandlingTimeInDays = 42;
o.minTransitTimeInDays = 42;
o.transitBusinessDayConfig = buildBusinessDayConfig();
o.transitTimeTable = buildTransitTable();
- o.warehouseBasedDeliveryTimes = buildUnnamed5012();
+ o.warehouseBasedDeliveryTimes = buildUnnamed5063();
}
buildCounterDeliveryTime--;
return o;
@@ -3395,7 +3395,7 @@
checkCutoffTime(o.cutoffTime! as api.CutoffTime);
checkBusinessDayConfig(
o.handlingBusinessDayConfig! as api.BusinessDayConfig);
- checkUnnamed5011(o.holidayCutoffs!);
+ checkUnnamed5062(o.holidayCutoffs!);
unittest.expect(
o.maxHandlingTimeInDays!,
unittest.equals(42),
@@ -3415,7 +3415,7 @@
checkBusinessDayConfig(
o.transitBusinessDayConfig! as api.BusinessDayConfig);
checkTransitTable(o.transitTimeTable! as api.TransitTable);
- checkUnnamed5012(o.warehouseBasedDeliveryTimes!);
+ checkUnnamed5063(o.warehouseBasedDeliveryTimes!);
}
buildCounterDeliveryTime--;
}
@@ -3452,14 +3452,14 @@
buildCounterError--;
}
-core.List<api.Error> buildUnnamed5013() {
+core.List<api.Error> buildUnnamed5064() {
var o = <api.Error>[];
o.add(buildError());
o.add(buildError());
return o;
}
-void checkUnnamed5013(core.List<api.Error> o) {
+void checkUnnamed5064(core.List<api.Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkError(o[0] as api.Error);
checkError(o[1] as api.Error);
@@ -3471,7 +3471,7 @@
buildCounterErrors++;
if (buildCounterErrors < 3) {
o.code = 42;
- o.errors = buildUnnamed5013();
+ o.errors = buildUnnamed5064();
o.message = 'foo';
}
buildCounterErrors--;
@@ -3485,7 +3485,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5013(o.errors!);
+ checkUnnamed5064(o.errors!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -3494,14 +3494,14 @@
buildCounterErrors--;
}
-core.List<api.GmbAccountsGmbAccount> buildUnnamed5014() {
+core.List<api.GmbAccountsGmbAccount> buildUnnamed5065() {
var o = <api.GmbAccountsGmbAccount>[];
o.add(buildGmbAccountsGmbAccount());
o.add(buildGmbAccountsGmbAccount());
return o;
}
-void checkUnnamed5014(core.List<api.GmbAccountsGmbAccount> o) {
+void checkUnnamed5065(core.List<api.GmbAccountsGmbAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkGmbAccountsGmbAccount(o[0] as api.GmbAccountsGmbAccount);
checkGmbAccountsGmbAccount(o[1] as api.GmbAccountsGmbAccount);
@@ -3513,7 +3513,7 @@
buildCounterGmbAccounts++;
if (buildCounterGmbAccounts < 3) {
o.accountId = 'foo';
- o.gmbAccounts = buildUnnamed5014();
+ o.gmbAccounts = buildUnnamed5065();
}
buildCounterGmbAccounts--;
return o;
@@ -3526,7 +3526,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed5014(o.gmbAccounts!);
+ checkUnnamed5065(o.gmbAccounts!);
}
buildCounterGmbAccounts--;
}
@@ -3568,27 +3568,27 @@
buildCounterGmbAccountsGmbAccount--;
}
-core.List<api.LocationIdSet> buildUnnamed5015() {
+core.List<api.LocationIdSet> buildUnnamed5066() {
var o = <api.LocationIdSet>[];
o.add(buildLocationIdSet());
o.add(buildLocationIdSet());
return o;
}
-void checkUnnamed5015(core.List<api.LocationIdSet> o) {
+void checkUnnamed5066(core.List<api.LocationIdSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocationIdSet(o[0] as api.LocationIdSet);
checkLocationIdSet(o[1] as api.LocationIdSet);
}
-core.List<core.String> buildUnnamed5016() {
+core.List<core.String> buildUnnamed5067() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5016(core.List<core.String> o) {
+void checkUnnamed5067(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3600,14 +3600,14 @@
);
}
-core.List<core.String> buildUnnamed5017() {
+core.List<core.String> buildUnnamed5068() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5017(core.List<core.String> o) {
+void checkUnnamed5068(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3619,27 +3619,27 @@
);
}
-core.List<api.Price> buildUnnamed5018() {
+core.List<api.Price> buildUnnamed5069() {
var o = <api.Price>[];
o.add(buildPrice());
o.add(buildPrice());
return o;
}
-void checkUnnamed5018(core.List<api.Price> o) {
+void checkUnnamed5069(core.List<api.Price> o) {
unittest.expect(o, unittest.hasLength(2));
checkPrice(o[0] as api.Price);
checkPrice(o[1] as api.Price);
}
-core.List<api.Weight> buildUnnamed5019() {
+core.List<api.Weight> buildUnnamed5070() {
var o = <api.Weight>[];
o.add(buildWeight());
o.add(buildWeight());
return o;
}
-void checkUnnamed5019(core.List<api.Weight> o) {
+void checkUnnamed5070(core.List<api.Weight> o) {
unittest.expect(o, unittest.hasLength(2));
checkWeight(o[0] as api.Weight);
checkWeight(o[1] as api.Weight);
@@ -3650,11 +3650,11 @@
var o = api.Headers();
buildCounterHeaders++;
if (buildCounterHeaders < 3) {
- o.locations = buildUnnamed5015();
- o.numberOfItems = buildUnnamed5016();
- o.postalCodeGroupNames = buildUnnamed5017();
- o.prices = buildUnnamed5018();
- o.weights = buildUnnamed5019();
+ o.locations = buildUnnamed5066();
+ o.numberOfItems = buildUnnamed5067();
+ o.postalCodeGroupNames = buildUnnamed5068();
+ o.prices = buildUnnamed5069();
+ o.weights = buildUnnamed5070();
}
buildCounterHeaders--;
return o;
@@ -3663,11 +3663,11 @@
void checkHeaders(api.Headers o) {
buildCounterHeaders++;
if (buildCounterHeaders < 3) {
- checkUnnamed5015(o.locations!);
- checkUnnamed5016(o.numberOfItems!);
- checkUnnamed5017(o.postalCodeGroupNames!);
- checkUnnamed5018(o.prices!);
- checkUnnamed5019(o.weights!);
+ checkUnnamed5066(o.locations!);
+ checkUnnamed5067(o.numberOfItems!);
+ checkUnnamed5068(o.postalCodeGroupNames!);
+ checkUnnamed5069(o.prices!);
+ checkUnnamed5070(o.weights!);
}
buildCounterHeaders--;
}
@@ -3812,14 +3812,14 @@
buildCounterInstallment--;
}
-core.List<api.InvoiceSummaryAdditionalChargeSummary> buildUnnamed5020() {
+core.List<api.InvoiceSummaryAdditionalChargeSummary> buildUnnamed5071() {
var o = <api.InvoiceSummaryAdditionalChargeSummary>[];
o.add(buildInvoiceSummaryAdditionalChargeSummary());
o.add(buildInvoiceSummaryAdditionalChargeSummary());
return o;
}
-void checkUnnamed5020(core.List<api.InvoiceSummaryAdditionalChargeSummary> o) {
+void checkUnnamed5071(core.List<api.InvoiceSummaryAdditionalChargeSummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkInvoiceSummaryAdditionalChargeSummary(
o[0] as api.InvoiceSummaryAdditionalChargeSummary);
@@ -3832,7 +3832,7 @@
var o = api.InvoiceSummary();
buildCounterInvoiceSummary++;
if (buildCounterInvoiceSummary < 3) {
- o.additionalChargeSummaries = buildUnnamed5020();
+ o.additionalChargeSummaries = buildUnnamed5071();
o.productTotal = buildAmount();
}
buildCounterInvoiceSummary--;
@@ -3842,7 +3842,7 @@
void checkInvoiceSummary(api.InvoiceSummary o) {
buildCounterInvoiceSummary++;
if (buildCounterInvoiceSummary < 3) {
- checkUnnamed5020(o.additionalChargeSummaries!);
+ checkUnnamed5071(o.additionalChargeSummaries!);
checkAmount(o.productTotal! as api.Amount);
}
buildCounterInvoiceSummary--;
@@ -3874,14 +3874,14 @@
buildCounterInvoiceSummaryAdditionalChargeSummary--;
}
-core.List<core.String> buildUnnamed5021() {
+core.List<core.String> buildUnnamed5072() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5021(core.List<core.String> o) {
+void checkUnnamed5072(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3898,7 +3898,7 @@
var o = api.LabelIds();
buildCounterLabelIds++;
if (buildCounterLabelIds < 3) {
- o.labelIds = buildUnnamed5021();
+ o.labelIds = buildUnnamed5072();
}
buildCounterLabelIds--;
return o;
@@ -3907,7 +3907,7 @@
void checkLabelIds(api.LabelIds o) {
buildCounterLabelIds++;
if (buildCounterLabelIds < 3) {
- checkUnnamed5021(o.labelIds!);
+ checkUnnamed5072(o.labelIds!);
}
buildCounterLabelIds--;
}
@@ -4065,14 +4065,14 @@
buildCounterLiaPosDataProvider--;
}
-core.List<api.LiaCountrySettings> buildUnnamed5022() {
+core.List<api.LiaCountrySettings> buildUnnamed5073() {
var o = <api.LiaCountrySettings>[];
o.add(buildLiaCountrySettings());
o.add(buildLiaCountrySettings());
return o;
}
-void checkUnnamed5022(core.List<api.LiaCountrySettings> o) {
+void checkUnnamed5073(core.List<api.LiaCountrySettings> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiaCountrySettings(o[0] as api.LiaCountrySettings);
checkLiaCountrySettings(o[1] as api.LiaCountrySettings);
@@ -4084,7 +4084,7 @@
buildCounterLiaSettings++;
if (buildCounterLiaSettings < 3) {
o.accountId = 'foo';
- o.countrySettings = buildUnnamed5022();
+ o.countrySettings = buildUnnamed5073();
o.kind = 'foo';
}
buildCounterLiaSettings--;
@@ -4098,7 +4098,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed5022(o.countrySettings!);
+ checkUnnamed5073(o.countrySettings!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4107,14 +4107,14 @@
buildCounterLiaSettings--;
}
-core.List<api.LiasettingsCustomBatchRequestEntry> buildUnnamed5023() {
+core.List<api.LiasettingsCustomBatchRequestEntry> buildUnnamed5074() {
var o = <api.LiasettingsCustomBatchRequestEntry>[];
o.add(buildLiasettingsCustomBatchRequestEntry());
o.add(buildLiasettingsCustomBatchRequestEntry());
return o;
}
-void checkUnnamed5023(core.List<api.LiasettingsCustomBatchRequestEntry> o) {
+void checkUnnamed5074(core.List<api.LiasettingsCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiasettingsCustomBatchRequestEntry(
o[0] as api.LiasettingsCustomBatchRequestEntry);
@@ -4127,7 +4127,7 @@
var o = api.LiasettingsCustomBatchRequest();
buildCounterLiasettingsCustomBatchRequest++;
if (buildCounterLiasettingsCustomBatchRequest < 3) {
- o.entries = buildUnnamed5023();
+ o.entries = buildUnnamed5074();
}
buildCounterLiasettingsCustomBatchRequest--;
return o;
@@ -4136,7 +4136,7 @@
void checkLiasettingsCustomBatchRequest(api.LiasettingsCustomBatchRequest o) {
buildCounterLiasettingsCustomBatchRequest++;
if (buildCounterLiasettingsCustomBatchRequest < 3) {
- checkUnnamed5023(o.entries!);
+ checkUnnamed5074(o.entries!);
}
buildCounterLiasettingsCustomBatchRequest--;
}
@@ -4212,14 +4212,14 @@
buildCounterLiasettingsCustomBatchRequestEntry--;
}
-core.List<api.LiasettingsCustomBatchResponseEntry> buildUnnamed5024() {
+core.List<api.LiasettingsCustomBatchResponseEntry> buildUnnamed5075() {
var o = <api.LiasettingsCustomBatchResponseEntry>[];
o.add(buildLiasettingsCustomBatchResponseEntry());
o.add(buildLiasettingsCustomBatchResponseEntry());
return o;
}
-void checkUnnamed5024(core.List<api.LiasettingsCustomBatchResponseEntry> o) {
+void checkUnnamed5075(core.List<api.LiasettingsCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiasettingsCustomBatchResponseEntry(
o[0] as api.LiasettingsCustomBatchResponseEntry);
@@ -4232,7 +4232,7 @@
var o = api.LiasettingsCustomBatchResponse();
buildCounterLiasettingsCustomBatchResponse++;
if (buildCounterLiasettingsCustomBatchResponse < 3) {
- o.entries = buildUnnamed5024();
+ o.entries = buildUnnamed5075();
o.kind = 'foo';
}
buildCounterLiasettingsCustomBatchResponse--;
@@ -4242,7 +4242,7 @@
void checkLiasettingsCustomBatchResponse(api.LiasettingsCustomBatchResponse o) {
buildCounterLiasettingsCustomBatchResponse++;
if (buildCounterLiasettingsCustomBatchResponse < 3) {
- checkUnnamed5024(o.entries!);
+ checkUnnamed5075(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4251,14 +4251,14 @@
buildCounterLiasettingsCustomBatchResponse--;
}
-core.List<api.PosDataProviders> buildUnnamed5025() {
+core.List<api.PosDataProviders> buildUnnamed5076() {
var o = <api.PosDataProviders>[];
o.add(buildPosDataProviders());
o.add(buildPosDataProviders());
return o;
}
-void checkUnnamed5025(core.List<api.PosDataProviders> o) {
+void checkUnnamed5076(core.List<api.PosDataProviders> o) {
unittest.expect(o, unittest.hasLength(2));
checkPosDataProviders(o[0] as api.PosDataProviders);
checkPosDataProviders(o[1] as api.PosDataProviders);
@@ -4275,7 +4275,7 @@
o.gmbAccounts = buildGmbAccounts();
o.kind = 'foo';
o.liaSettings = buildLiaSettings();
- o.posDataProviders = buildUnnamed5025();
+ o.posDataProviders = buildUnnamed5076();
}
buildCounterLiasettingsCustomBatchResponseEntry--;
return o;
@@ -4296,19 +4296,19 @@
unittest.equals('foo'),
);
checkLiaSettings(o.liaSettings! as api.LiaSettings);
- checkUnnamed5025(o.posDataProviders!);
+ checkUnnamed5076(o.posDataProviders!);
}
buildCounterLiasettingsCustomBatchResponseEntry--;
}
-core.List<api.GmbAccountsGmbAccount> buildUnnamed5026() {
+core.List<api.GmbAccountsGmbAccount> buildUnnamed5077() {
var o = <api.GmbAccountsGmbAccount>[];
o.add(buildGmbAccountsGmbAccount());
o.add(buildGmbAccountsGmbAccount());
return o;
}
-void checkUnnamed5026(core.List<api.GmbAccountsGmbAccount> o) {
+void checkUnnamed5077(core.List<api.GmbAccountsGmbAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkGmbAccountsGmbAccount(o[0] as api.GmbAccountsGmbAccount);
checkGmbAccountsGmbAccount(o[1] as api.GmbAccountsGmbAccount);
@@ -4321,7 +4321,7 @@
buildCounterLiasettingsGetAccessibleGmbAccountsResponse++;
if (buildCounterLiasettingsGetAccessibleGmbAccountsResponse < 3) {
o.accountId = 'foo';
- o.gmbAccounts = buildUnnamed5026();
+ o.gmbAccounts = buildUnnamed5077();
o.kind = 'foo';
}
buildCounterLiasettingsGetAccessibleGmbAccountsResponse--;
@@ -4336,7 +4336,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed5026(o.gmbAccounts!);
+ checkUnnamed5077(o.gmbAccounts!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4345,14 +4345,14 @@
buildCounterLiasettingsGetAccessibleGmbAccountsResponse--;
}
-core.List<api.PosDataProviders> buildUnnamed5027() {
+core.List<api.PosDataProviders> buildUnnamed5078() {
var o = <api.PosDataProviders>[];
o.add(buildPosDataProviders());
o.add(buildPosDataProviders());
return o;
}
-void checkUnnamed5027(core.List<api.PosDataProviders> o) {
+void checkUnnamed5078(core.List<api.PosDataProviders> o) {
unittest.expect(o, unittest.hasLength(2));
checkPosDataProviders(o[0] as api.PosDataProviders);
checkPosDataProviders(o[1] as api.PosDataProviders);
@@ -4365,7 +4365,7 @@
buildCounterLiasettingsListPosDataProvidersResponse++;
if (buildCounterLiasettingsListPosDataProvidersResponse < 3) {
o.kind = 'foo';
- o.posDataProviders = buildUnnamed5027();
+ o.posDataProviders = buildUnnamed5078();
}
buildCounterLiasettingsListPosDataProvidersResponse--;
return o;
@@ -4379,19 +4379,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5027(o.posDataProviders!);
+ checkUnnamed5078(o.posDataProviders!);
}
buildCounterLiasettingsListPosDataProvidersResponse--;
}
-core.List<api.LiaSettings> buildUnnamed5028() {
+core.List<api.LiaSettings> buildUnnamed5079() {
var o = <api.LiaSettings>[];
o.add(buildLiaSettings());
o.add(buildLiaSettings());
return o;
}
-void checkUnnamed5028(core.List<api.LiaSettings> o) {
+void checkUnnamed5079(core.List<api.LiaSettings> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiaSettings(o[0] as api.LiaSettings);
checkLiaSettings(o[1] as api.LiaSettings);
@@ -4404,7 +4404,7 @@
if (buildCounterLiasettingsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed5028();
+ o.resources = buildUnnamed5079();
}
buildCounterLiasettingsListResponse--;
return o;
@@ -4421,7 +4421,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5028(o.resources!);
+ checkUnnamed5079(o.resources!);
}
buildCounterLiasettingsListResponse--;
}
@@ -4549,14 +4549,14 @@
buildCounterLinkService--;
}
-core.List<api.LinkService> buildUnnamed5029() {
+core.List<api.LinkService> buildUnnamed5080() {
var o = <api.LinkService>[];
o.add(buildLinkService());
o.add(buildLinkService());
return o;
}
-void checkUnnamed5029(core.List<api.LinkService> o) {
+void checkUnnamed5080(core.List<api.LinkService> o) {
unittest.expect(o, unittest.hasLength(2));
checkLinkService(o[0] as api.LinkService);
checkLinkService(o[1] as api.LinkService);
@@ -4568,7 +4568,7 @@
buildCounterLinkedAccount++;
if (buildCounterLinkedAccount < 3) {
o.linkedAccountId = 'foo';
- o.services = buildUnnamed5029();
+ o.services = buildUnnamed5080();
}
buildCounterLinkedAccount--;
return o;
@@ -4581,19 +4581,19 @@
o.linkedAccountId!,
unittest.equals('foo'),
);
- checkUnnamed5029(o.services!);
+ checkUnnamed5080(o.services!);
}
buildCounterLinkedAccount--;
}
-core.List<api.AccountLabel> buildUnnamed5030() {
+core.List<api.AccountLabel> buildUnnamed5081() {
var o = <api.AccountLabel>[];
o.add(buildAccountLabel());
o.add(buildAccountLabel());
return o;
}
-void checkUnnamed5030(core.List<api.AccountLabel> o) {
+void checkUnnamed5081(core.List<api.AccountLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountLabel(o[0] as api.AccountLabel);
checkAccountLabel(o[1] as api.AccountLabel);
@@ -4604,7 +4604,7 @@
var o = api.ListAccountLabelsResponse();
buildCounterListAccountLabelsResponse++;
if (buildCounterListAccountLabelsResponse < 3) {
- o.accountLabels = buildUnnamed5030();
+ o.accountLabels = buildUnnamed5081();
o.nextPageToken = 'foo';
}
buildCounterListAccountLabelsResponse--;
@@ -4614,7 +4614,7 @@
void checkListAccountLabelsResponse(api.ListAccountLabelsResponse o) {
buildCounterListAccountLabelsResponse++;
if (buildCounterListAccountLabelsResponse < 3) {
- checkUnnamed5030(o.accountLabels!);
+ checkUnnamed5081(o.accountLabels!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4623,14 +4623,14 @@
buildCounterListAccountLabelsResponse--;
}
-core.List<api.AccountReturnCarrier> buildUnnamed5031() {
+core.List<api.AccountReturnCarrier> buildUnnamed5082() {
var o = <api.AccountReturnCarrier>[];
o.add(buildAccountReturnCarrier());
o.add(buildAccountReturnCarrier());
return o;
}
-void checkUnnamed5031(core.List<api.AccountReturnCarrier> o) {
+void checkUnnamed5082(core.List<api.AccountReturnCarrier> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountReturnCarrier(o[0] as api.AccountReturnCarrier);
checkAccountReturnCarrier(o[1] as api.AccountReturnCarrier);
@@ -4641,7 +4641,7 @@
var o = api.ListAccountReturnCarrierResponse();
buildCounterListAccountReturnCarrierResponse++;
if (buildCounterListAccountReturnCarrierResponse < 3) {
- o.accountReturnCarriers = buildUnnamed5031();
+ o.accountReturnCarriers = buildUnnamed5082();
}
buildCounterListAccountReturnCarrierResponse--;
return o;
@@ -4651,19 +4651,19 @@
api.ListAccountReturnCarrierResponse o) {
buildCounterListAccountReturnCarrierResponse++;
if (buildCounterListAccountReturnCarrierResponse < 3) {
- checkUnnamed5031(o.accountReturnCarriers!);
+ checkUnnamed5082(o.accountReturnCarriers!);
}
buildCounterListAccountReturnCarrierResponse--;
}
-core.List<api.CollectionStatus> buildUnnamed5032() {
+core.List<api.CollectionStatus> buildUnnamed5083() {
var o = <api.CollectionStatus>[];
o.add(buildCollectionStatus());
o.add(buildCollectionStatus());
return o;
}
-void checkUnnamed5032(core.List<api.CollectionStatus> o) {
+void checkUnnamed5083(core.List<api.CollectionStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollectionStatus(o[0] as api.CollectionStatus);
checkCollectionStatus(o[1] as api.CollectionStatus);
@@ -4675,7 +4675,7 @@
buildCounterListCollectionStatusesResponse++;
if (buildCounterListCollectionStatusesResponse < 3) {
o.nextPageToken = 'foo';
- o.resources = buildUnnamed5032();
+ o.resources = buildUnnamed5083();
}
buildCounterListCollectionStatusesResponse--;
return o;
@@ -4688,19 +4688,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5032(o.resources!);
+ checkUnnamed5083(o.resources!);
}
buildCounterListCollectionStatusesResponse--;
}
-core.List<api.Collection> buildUnnamed5033() {
+core.List<api.Collection> buildUnnamed5084() {
var o = <api.Collection>[];
o.add(buildCollection());
o.add(buildCollection());
return o;
}
-void checkUnnamed5033(core.List<api.Collection> o) {
+void checkUnnamed5084(core.List<api.Collection> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollection(o[0] as api.Collection);
checkCollection(o[1] as api.Collection);
@@ -4712,7 +4712,7 @@
buildCounterListCollectionsResponse++;
if (buildCounterListCollectionsResponse < 3) {
o.nextPageToken = 'foo';
- o.resources = buildUnnamed5033();
+ o.resources = buildUnnamed5084();
}
buildCounterListCollectionsResponse--;
return o;
@@ -4725,19 +4725,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5033(o.resources!);
+ checkUnnamed5084(o.resources!);
}
buildCounterListCollectionsResponse--;
}
-core.List<api.Css> buildUnnamed5034() {
+core.List<api.Css> buildUnnamed5085() {
var o = <api.Css>[];
o.add(buildCss());
o.add(buildCss());
return o;
}
-void checkUnnamed5034(core.List<api.Css> o) {
+void checkUnnamed5085(core.List<api.Css> o) {
unittest.expect(o, unittest.hasLength(2));
checkCss(o[0] as api.Css);
checkCss(o[1] as api.Css);
@@ -4748,7 +4748,7 @@
var o = api.ListCssesResponse();
buildCounterListCssesResponse++;
if (buildCounterListCssesResponse < 3) {
- o.csses = buildUnnamed5034();
+ o.csses = buildUnnamed5085();
o.nextPageToken = 'foo';
}
buildCounterListCssesResponse--;
@@ -4758,7 +4758,7 @@
void checkListCssesResponse(api.ListCssesResponse o) {
buildCounterListCssesResponse++;
if (buildCounterListCssesResponse < 3) {
- checkUnnamed5034(o.csses!);
+ checkUnnamed5085(o.csses!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4767,14 +4767,14 @@
buildCounterListCssesResponse--;
}
-core.List<api.Region> buildUnnamed5035() {
+core.List<api.Region> buildUnnamed5086() {
var o = <api.Region>[];
o.add(buildRegion());
o.add(buildRegion());
return o;
}
-void checkUnnamed5035(core.List<api.Region> o) {
+void checkUnnamed5086(core.List<api.Region> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegion(o[0] as api.Region);
checkRegion(o[1] as api.Region);
@@ -4786,7 +4786,7 @@
buildCounterListRegionsResponse++;
if (buildCounterListRegionsResponse < 3) {
o.nextPageToken = 'foo';
- o.regions = buildUnnamed5035();
+ o.regions = buildUnnamed5086();
}
buildCounterListRegionsResponse--;
return o;
@@ -4799,19 +4799,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5035(o.regions!);
+ checkUnnamed5086(o.regions!);
}
buildCounterListRegionsResponse--;
}
-core.List<api.RepricingProductReport> buildUnnamed5036() {
+core.List<api.RepricingProductReport> buildUnnamed5087() {
var o = <api.RepricingProductReport>[];
o.add(buildRepricingProductReport());
o.add(buildRepricingProductReport());
return o;
}
-void checkUnnamed5036(core.List<api.RepricingProductReport> o) {
+void checkUnnamed5087(core.List<api.RepricingProductReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkRepricingProductReport(o[0] as api.RepricingProductReport);
checkRepricingProductReport(o[1] as api.RepricingProductReport);
@@ -4824,7 +4824,7 @@
buildCounterListRepricingProductReportsResponse++;
if (buildCounterListRepricingProductReportsResponse < 3) {
o.nextPageToken = 'foo';
- o.repricingProductReports = buildUnnamed5036();
+ o.repricingProductReports = buildUnnamed5087();
}
buildCounterListRepricingProductReportsResponse--;
return o;
@@ -4838,19 +4838,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5036(o.repricingProductReports!);
+ checkUnnamed5087(o.repricingProductReports!);
}
buildCounterListRepricingProductReportsResponse--;
}
-core.List<api.RepricingRuleReport> buildUnnamed5037() {
+core.List<api.RepricingRuleReport> buildUnnamed5088() {
var o = <api.RepricingRuleReport>[];
o.add(buildRepricingRuleReport());
o.add(buildRepricingRuleReport());
return o;
}
-void checkUnnamed5037(core.List<api.RepricingRuleReport> o) {
+void checkUnnamed5088(core.List<api.RepricingRuleReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkRepricingRuleReport(o[0] as api.RepricingRuleReport);
checkRepricingRuleReport(o[1] as api.RepricingRuleReport);
@@ -4862,7 +4862,7 @@
buildCounterListRepricingRuleReportsResponse++;
if (buildCounterListRepricingRuleReportsResponse < 3) {
o.nextPageToken = 'foo';
- o.repricingRuleReports = buildUnnamed5037();
+ o.repricingRuleReports = buildUnnamed5088();
}
buildCounterListRepricingRuleReportsResponse--;
return o;
@@ -4876,19 +4876,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5037(o.repricingRuleReports!);
+ checkUnnamed5088(o.repricingRuleReports!);
}
buildCounterListRepricingRuleReportsResponse--;
}
-core.List<api.RepricingRule> buildUnnamed5038() {
+core.List<api.RepricingRule> buildUnnamed5089() {
var o = <api.RepricingRule>[];
o.add(buildRepricingRule());
o.add(buildRepricingRule());
return o;
}
-void checkUnnamed5038(core.List<api.RepricingRule> o) {
+void checkUnnamed5089(core.List<api.RepricingRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkRepricingRule(o[0] as api.RepricingRule);
checkRepricingRule(o[1] as api.RepricingRule);
@@ -4900,7 +4900,7 @@
buildCounterListRepricingRulesResponse++;
if (buildCounterListRepricingRulesResponse < 3) {
o.nextPageToken = 'foo';
- o.repricingRules = buildUnnamed5038();
+ o.repricingRules = buildUnnamed5089();
}
buildCounterListRepricingRulesResponse--;
return o;
@@ -4913,19 +4913,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5038(o.repricingRules!);
+ checkUnnamed5089(o.repricingRules!);
}
buildCounterListRepricingRulesResponse--;
}
-core.List<api.ReturnPolicyOnline> buildUnnamed5039() {
+core.List<api.ReturnPolicyOnline> buildUnnamed5090() {
var o = <api.ReturnPolicyOnline>[];
o.add(buildReturnPolicyOnline());
o.add(buildReturnPolicyOnline());
return o;
}
-void checkUnnamed5039(core.List<api.ReturnPolicyOnline> o) {
+void checkUnnamed5090(core.List<api.ReturnPolicyOnline> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnPolicyOnline(o[0] as api.ReturnPolicyOnline);
checkReturnPolicyOnline(o[1] as api.ReturnPolicyOnline);
@@ -4936,7 +4936,7 @@
var o = api.ListReturnPolicyOnlineResponse();
buildCounterListReturnPolicyOnlineResponse++;
if (buildCounterListReturnPolicyOnlineResponse < 3) {
- o.returnPolicies = buildUnnamed5039();
+ o.returnPolicies = buildUnnamed5090();
}
buildCounterListReturnPolicyOnlineResponse--;
return o;
@@ -4945,7 +4945,7 @@
void checkListReturnPolicyOnlineResponse(api.ListReturnPolicyOnlineResponse o) {
buildCounterListReturnPolicyOnlineResponse++;
if (buildCounterListReturnPolicyOnlineResponse < 3) {
- checkUnnamed5039(o.returnPolicies!);
+ checkUnnamed5090(o.returnPolicies!);
}
buildCounterListReturnPolicyOnlineResponse--;
}
@@ -5011,14 +5011,14 @@
buildCounterLocalInventory--;
}
-core.List<api.LocalinventoryCustomBatchRequestEntry> buildUnnamed5040() {
+core.List<api.LocalinventoryCustomBatchRequestEntry> buildUnnamed5091() {
var o = <api.LocalinventoryCustomBatchRequestEntry>[];
o.add(buildLocalinventoryCustomBatchRequestEntry());
o.add(buildLocalinventoryCustomBatchRequestEntry());
return o;
}
-void checkUnnamed5040(core.List<api.LocalinventoryCustomBatchRequestEntry> o) {
+void checkUnnamed5091(core.List<api.LocalinventoryCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalinventoryCustomBatchRequestEntry(
o[0] as api.LocalinventoryCustomBatchRequestEntry);
@@ -5031,7 +5031,7 @@
var o = api.LocalinventoryCustomBatchRequest();
buildCounterLocalinventoryCustomBatchRequest++;
if (buildCounterLocalinventoryCustomBatchRequest < 3) {
- o.entries = buildUnnamed5040();
+ o.entries = buildUnnamed5091();
}
buildCounterLocalinventoryCustomBatchRequest--;
return o;
@@ -5041,7 +5041,7 @@
api.LocalinventoryCustomBatchRequest o) {
buildCounterLocalinventoryCustomBatchRequest++;
if (buildCounterLocalinventoryCustomBatchRequest < 3) {
- checkUnnamed5040(o.entries!);
+ checkUnnamed5091(o.entries!);
}
buildCounterLocalinventoryCustomBatchRequest--;
}
@@ -5087,14 +5087,14 @@
buildCounterLocalinventoryCustomBatchRequestEntry--;
}
-core.List<api.LocalinventoryCustomBatchResponseEntry> buildUnnamed5041() {
+core.List<api.LocalinventoryCustomBatchResponseEntry> buildUnnamed5092() {
var o = <api.LocalinventoryCustomBatchResponseEntry>[];
o.add(buildLocalinventoryCustomBatchResponseEntry());
o.add(buildLocalinventoryCustomBatchResponseEntry());
return o;
}
-void checkUnnamed5041(core.List<api.LocalinventoryCustomBatchResponseEntry> o) {
+void checkUnnamed5092(core.List<api.LocalinventoryCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalinventoryCustomBatchResponseEntry(
o[0] as api.LocalinventoryCustomBatchResponseEntry);
@@ -5107,7 +5107,7 @@
var o = api.LocalinventoryCustomBatchResponse();
buildCounterLocalinventoryCustomBatchResponse++;
if (buildCounterLocalinventoryCustomBatchResponse < 3) {
- o.entries = buildUnnamed5041();
+ o.entries = buildUnnamed5092();
o.kind = 'foo';
}
buildCounterLocalinventoryCustomBatchResponse--;
@@ -5118,7 +5118,7 @@
api.LocalinventoryCustomBatchResponse o) {
buildCounterLocalinventoryCustomBatchResponse++;
if (buildCounterLocalinventoryCustomBatchResponse < 3) {
- checkUnnamed5041(o.entries!);
+ checkUnnamed5092(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5158,14 +5158,14 @@
buildCounterLocalinventoryCustomBatchResponseEntry--;
}
-core.List<core.String> buildUnnamed5042() {
+core.List<core.String> buildUnnamed5093() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5042(core.List<core.String> o) {
+void checkUnnamed5093(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5182,7 +5182,7 @@
var o = api.LocationIdSet();
buildCounterLocationIdSet++;
if (buildCounterLocationIdSet < 3) {
- o.locationIds = buildUnnamed5042();
+ o.locationIds = buildUnnamed5093();
}
buildCounterLocationIdSet--;
return o;
@@ -5191,7 +5191,7 @@
void checkLocationIdSet(api.LocationIdSet o) {
buildCounterLocationIdSet++;
if (buildCounterLocationIdSet < 3) {
- checkUnnamed5042(o.locationIds!);
+ checkUnnamed5093(o.locationIds!);
}
buildCounterLocationIdSet--;
}
@@ -5228,27 +5228,27 @@
buildCounterLoyaltyPoints--;
}
-core.List<api.MerchantOrderReturnItem> buildUnnamed5043() {
+core.List<api.MerchantOrderReturnItem> buildUnnamed5094() {
var o = <api.MerchantOrderReturnItem>[];
o.add(buildMerchantOrderReturnItem());
o.add(buildMerchantOrderReturnItem());
return o;
}
-void checkUnnamed5043(core.List<api.MerchantOrderReturnItem> o) {
+void checkUnnamed5094(core.List<api.MerchantOrderReturnItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkMerchantOrderReturnItem(o[0] as api.MerchantOrderReturnItem);
checkMerchantOrderReturnItem(o[1] as api.MerchantOrderReturnItem);
}
-core.List<api.ReturnShipment> buildUnnamed5044() {
+core.List<api.ReturnShipment> buildUnnamed5095() {
var o = <api.ReturnShipment>[];
o.add(buildReturnShipment());
o.add(buildReturnShipment());
return o;
}
-void checkUnnamed5044(core.List<api.ReturnShipment> o) {
+void checkUnnamed5095(core.List<api.ReturnShipment> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnShipment(o[0] as api.ReturnShipment);
checkReturnShipment(o[1] as api.ReturnShipment);
@@ -5263,9 +5263,9 @@
o.merchantOrderId = 'foo';
o.orderId = 'foo';
o.orderReturnId = 'foo';
- o.returnItems = buildUnnamed5043();
+ o.returnItems = buildUnnamed5094();
o.returnPricingInfo = buildReturnPricingInfo();
- o.returnShipments = buildUnnamed5044();
+ o.returnShipments = buildUnnamed5095();
}
buildCounterMerchantOrderReturn--;
return o;
@@ -5290,21 +5290,21 @@
o.orderReturnId!,
unittest.equals('foo'),
);
- checkUnnamed5043(o.returnItems!);
+ checkUnnamed5094(o.returnItems!);
checkReturnPricingInfo(o.returnPricingInfo! as api.ReturnPricingInfo);
- checkUnnamed5044(o.returnShipments!);
+ checkUnnamed5095(o.returnShipments!);
}
buildCounterMerchantOrderReturn--;
}
-core.List<core.String> buildUnnamed5045() {
+core.List<core.String> buildUnnamed5096() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5045(core.List<core.String> o) {
+void checkUnnamed5096(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5328,7 +5328,7 @@
o.product = buildOrderLineItemProduct();
o.refundableAmount = buildMonetaryAmount();
o.returnItemId = 'foo';
- o.returnShipmentIds = buildUnnamed5045();
+ o.returnShipmentIds = buildUnnamed5096();
o.shipmentGroupId = 'foo';
o.shipmentUnitId = 'foo';
o.state = 'foo';
@@ -5355,7 +5355,7 @@
o.returnItemId!,
unittest.equals('foo'),
);
- checkUnnamed5045(o.returnShipmentIds!);
+ checkUnnamed5096(o.returnShipmentIds!);
unittest.expect(
o.shipmentGroupId!,
unittest.equals('foo'),
@@ -5516,14 +5516,14 @@
buildCounterMetrics--;
}
-core.List<api.MinimumOrderValueTableStoreCodeSetWithMov> buildUnnamed5046() {
+core.List<api.MinimumOrderValueTableStoreCodeSetWithMov> buildUnnamed5097() {
var o = <api.MinimumOrderValueTableStoreCodeSetWithMov>[];
o.add(buildMinimumOrderValueTableStoreCodeSetWithMov());
o.add(buildMinimumOrderValueTableStoreCodeSetWithMov());
return o;
}
-void checkUnnamed5046(
+void checkUnnamed5097(
core.List<api.MinimumOrderValueTableStoreCodeSetWithMov> o) {
unittest.expect(o, unittest.hasLength(2));
checkMinimumOrderValueTableStoreCodeSetWithMov(
@@ -5537,7 +5537,7 @@
var o = api.MinimumOrderValueTable();
buildCounterMinimumOrderValueTable++;
if (buildCounterMinimumOrderValueTable < 3) {
- o.storeCodeSetWithMovs = buildUnnamed5046();
+ o.storeCodeSetWithMovs = buildUnnamed5097();
}
buildCounterMinimumOrderValueTable--;
return o;
@@ -5546,19 +5546,19 @@
void checkMinimumOrderValueTable(api.MinimumOrderValueTable o) {
buildCounterMinimumOrderValueTable++;
if (buildCounterMinimumOrderValueTable < 3) {
- checkUnnamed5046(o.storeCodeSetWithMovs!);
+ checkUnnamed5097(o.storeCodeSetWithMovs!);
}
buildCounterMinimumOrderValueTable--;
}
-core.List<core.String> buildUnnamed5047() {
+core.List<core.String> buildUnnamed5098() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5047(core.List<core.String> o) {
+void checkUnnamed5098(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5576,7 +5576,7 @@
var o = api.MinimumOrderValueTableStoreCodeSetWithMov();
buildCounterMinimumOrderValueTableStoreCodeSetWithMov++;
if (buildCounterMinimumOrderValueTableStoreCodeSetWithMov < 3) {
- o.storeCodes = buildUnnamed5047();
+ o.storeCodes = buildUnnamed5098();
o.value = buildPrice();
}
buildCounterMinimumOrderValueTableStoreCodeSetWithMov--;
@@ -5587,7 +5587,7 @@
api.MinimumOrderValueTableStoreCodeSetWithMov o) {
buildCounterMinimumOrderValueTableStoreCodeSetWithMov++;
if (buildCounterMinimumOrderValueTableStoreCodeSetWithMov < 3) {
- checkUnnamed5047(o.storeCodes!);
+ checkUnnamed5098(o.storeCodes!);
checkPrice(o.value! as api.Price);
}
buildCounterMinimumOrderValueTableStoreCodeSetWithMov--;
@@ -5637,66 +5637,66 @@
buildCounterOnboardBuyOnGoogleProgramRequest--;
}
-core.List<api.OrderOrderAnnotation> buildUnnamed5048() {
+core.List<api.OrderOrderAnnotation> buildUnnamed5099() {
var o = <api.OrderOrderAnnotation>[];
o.add(buildOrderOrderAnnotation());
o.add(buildOrderOrderAnnotation());
return o;
}
-void checkUnnamed5048(core.List<api.OrderOrderAnnotation> o) {
+void checkUnnamed5099(core.List<api.OrderOrderAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderOrderAnnotation(o[0] as api.OrderOrderAnnotation);
checkOrderOrderAnnotation(o[1] as api.OrderOrderAnnotation);
}
-core.List<api.OrderLineItem> buildUnnamed5049() {
+core.List<api.OrderLineItem> buildUnnamed5100() {
var o = <api.OrderLineItem>[];
o.add(buildOrderLineItem());
o.add(buildOrderLineItem());
return o;
}
-void checkUnnamed5049(core.List<api.OrderLineItem> o) {
+void checkUnnamed5100(core.List<api.OrderLineItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderLineItem(o[0] as api.OrderLineItem);
checkOrderLineItem(o[1] as api.OrderLineItem);
}
-core.List<api.OrderPromotion> buildUnnamed5050() {
+core.List<api.OrderPromotion> buildUnnamed5101() {
var o = <api.OrderPromotion>[];
o.add(buildOrderPromotion());
o.add(buildOrderPromotion());
return o;
}
-void checkUnnamed5050(core.List<api.OrderPromotion> o) {
+void checkUnnamed5101(core.List<api.OrderPromotion> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderPromotion(o[0] as api.OrderPromotion);
checkOrderPromotion(o[1] as api.OrderPromotion);
}
-core.List<api.OrderRefund> buildUnnamed5051() {
+core.List<api.OrderRefund> buildUnnamed5102() {
var o = <api.OrderRefund>[];
o.add(buildOrderRefund());
o.add(buildOrderRefund());
return o;
}
-void checkUnnamed5051(core.List<api.OrderRefund> o) {
+void checkUnnamed5102(core.List<api.OrderRefund> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderRefund(o[0] as api.OrderRefund);
checkOrderRefund(o[1] as api.OrderRefund);
}
-core.List<api.OrderShipment> buildUnnamed5052() {
+core.List<api.OrderShipment> buildUnnamed5103() {
var o = <api.OrderShipment>[];
o.add(buildOrderShipment());
o.add(buildOrderShipment());
return o;
}
-void checkUnnamed5052(core.List<api.OrderShipment> o) {
+void checkUnnamed5103(core.List<api.OrderShipment> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderShipment(o[0] as api.OrderShipment);
checkOrderShipment(o[1] as api.OrderShipment);
@@ -5708,13 +5708,13 @@
buildCounterOrder++;
if (buildCounterOrder < 3) {
o.acknowledged = true;
- o.annotations = buildUnnamed5048();
+ o.annotations = buildUnnamed5099();
o.billingAddress = buildOrderAddress();
o.customer = buildOrderCustomer();
o.deliveryDetails = buildOrderDeliveryDetails();
o.id = 'foo';
o.kind = 'foo';
- o.lineItems = buildUnnamed5049();
+ o.lineItems = buildUnnamed5100();
o.merchantId = 'foo';
o.merchantOrderId = 'foo';
o.netPriceAmount = buildPrice();
@@ -5722,9 +5722,9 @@
o.paymentStatus = 'foo';
o.pickupDetails = buildOrderPickupDetails();
o.placedDate = 'foo';
- o.promotions = buildUnnamed5050();
- o.refunds = buildUnnamed5051();
- o.shipments = buildUnnamed5052();
+ o.promotions = buildUnnamed5101();
+ o.refunds = buildUnnamed5102();
+ o.shipments = buildUnnamed5103();
o.shippingCost = buildPrice();
o.shippingCostTax = buildPrice();
o.status = 'foo';
@@ -5738,7 +5738,7 @@
buildCounterOrder++;
if (buildCounterOrder < 3) {
unittest.expect(o.acknowledged!, unittest.isTrue);
- checkUnnamed5048(o.annotations!);
+ checkUnnamed5099(o.annotations!);
checkOrderAddress(o.billingAddress! as api.OrderAddress);
checkOrderCustomer(o.customer! as api.OrderCustomer);
checkOrderDeliveryDetails(o.deliveryDetails! as api.OrderDeliveryDetails);
@@ -5750,7 +5750,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5049(o.lineItems!);
+ checkUnnamed5100(o.lineItems!);
unittest.expect(
o.merchantId!,
unittest.equals('foo'),
@@ -5770,9 +5770,9 @@
o.placedDate!,
unittest.equals('foo'),
);
- checkUnnamed5050(o.promotions!);
- checkUnnamed5051(o.refunds!);
- checkUnnamed5052(o.shipments!);
+ checkUnnamed5101(o.promotions!);
+ checkUnnamed5102(o.refunds!);
+ checkUnnamed5103(o.shipments!);
checkPrice(o.shippingCost! as api.Price);
checkPrice(o.shippingCostTax! as api.Price);
unittest.expect(
@@ -5787,14 +5787,14 @@
buildCounterOrder--;
}
-core.List<core.String> buildUnnamed5053() {
+core.List<core.String> buildUnnamed5104() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5053(core.List<core.String> o) {
+void checkUnnamed5104(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5806,14 +5806,14 @@
);
}
-core.List<core.String> buildUnnamed5054() {
+core.List<core.String> buildUnnamed5105() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5054(core.List<core.String> o) {
+void checkUnnamed5105(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5831,13 +5831,13 @@
buildCounterOrderAddress++;
if (buildCounterOrderAddress < 3) {
o.country = 'foo';
- o.fullAddress = buildUnnamed5053();
+ o.fullAddress = buildUnnamed5104();
o.isPostOfficeBox = true;
o.locality = 'foo';
o.postalCode = 'foo';
o.recipientName = 'foo';
o.region = 'foo';
- o.streetAddress = buildUnnamed5054();
+ o.streetAddress = buildUnnamed5105();
}
buildCounterOrderAddress--;
return o;
@@ -5850,7 +5850,7 @@
o.country!,
unittest.equals('foo'),
);
- checkUnnamed5053(o.fullAddress!);
+ checkUnnamed5104(o.fullAddress!);
unittest.expect(o.isPostOfficeBox!, unittest.isTrue);
unittest.expect(
o.locality!,
@@ -5868,7 +5868,7 @@
o.region!,
unittest.equals('foo'),
);
- checkUnnamed5054(o.streetAddress!);
+ checkUnnamed5105(o.streetAddress!);
}
buildCounterOrderAddress--;
}
@@ -6032,27 +6032,27 @@
buildCounterOrderDeliveryDetails--;
}
-core.List<api.OrderLineItemAdjustment> buildUnnamed5055() {
+core.List<api.OrderLineItemAdjustment> buildUnnamed5106() {
var o = <api.OrderLineItemAdjustment>[];
o.add(buildOrderLineItemAdjustment());
o.add(buildOrderLineItemAdjustment());
return o;
}
-void checkUnnamed5055(core.List<api.OrderLineItemAdjustment> o) {
+void checkUnnamed5106(core.List<api.OrderLineItemAdjustment> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderLineItemAdjustment(o[0] as api.OrderLineItemAdjustment);
checkOrderLineItemAdjustment(o[1] as api.OrderLineItemAdjustment);
}
-core.List<api.OrderMerchantProvidedAnnotation> buildUnnamed5056() {
+core.List<api.OrderMerchantProvidedAnnotation> buildUnnamed5107() {
var o = <api.OrderMerchantProvidedAnnotation>[];
o.add(buildOrderMerchantProvidedAnnotation());
o.add(buildOrderMerchantProvidedAnnotation());
return o;
}
-void checkUnnamed5056(core.List<api.OrderMerchantProvidedAnnotation> o) {
+void checkUnnamed5107(core.List<api.OrderMerchantProvidedAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderMerchantProvidedAnnotation(
o[0] as api.OrderMerchantProvidedAnnotation);
@@ -6060,27 +6060,27 @@
o[1] as api.OrderMerchantProvidedAnnotation);
}
-core.List<api.OrderCancellation> buildUnnamed5057() {
+core.List<api.OrderCancellation> buildUnnamed5108() {
var o = <api.OrderCancellation>[];
o.add(buildOrderCancellation());
o.add(buildOrderCancellation());
return o;
}
-void checkUnnamed5057(core.List<api.OrderCancellation> o) {
+void checkUnnamed5108(core.List<api.OrderCancellation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderCancellation(o[0] as api.OrderCancellation);
checkOrderCancellation(o[1] as api.OrderCancellation);
}
-core.List<api.OrderReturn> buildUnnamed5058() {
+core.List<api.OrderReturn> buildUnnamed5109() {
var o = <api.OrderReturn>[];
o.add(buildOrderReturn());
o.add(buildOrderReturn());
return o;
}
-void checkUnnamed5058(core.List<api.OrderReturn> o) {
+void checkUnnamed5109(core.List<api.OrderReturn> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderReturn(o[0] as api.OrderReturn);
checkOrderReturn(o[1] as api.OrderReturn);
@@ -6091,9 +6091,9 @@
var o = api.OrderLineItem();
buildCounterOrderLineItem++;
if (buildCounterOrderLineItem < 3) {
- o.adjustments = buildUnnamed5055();
- o.annotations = buildUnnamed5056();
- o.cancellations = buildUnnamed5057();
+ o.adjustments = buildUnnamed5106();
+ o.annotations = buildUnnamed5107();
+ o.cancellations = buildUnnamed5108();
o.id = 'foo';
o.price = buildPrice();
o.product = buildOrderLineItemProduct();
@@ -6106,7 +6106,7 @@
o.quantityShipped = 42;
o.quantityUndeliverable = 42;
o.returnInfo = buildOrderLineItemReturnInfo();
- o.returns = buildUnnamed5058();
+ o.returns = buildUnnamed5109();
o.shippingDetails = buildOrderLineItemShippingDetails();
o.tax = buildPrice();
}
@@ -6117,9 +6117,9 @@
void checkOrderLineItem(api.OrderLineItem o) {
buildCounterOrderLineItem++;
if (buildCounterOrderLineItem < 3) {
- checkUnnamed5055(o.adjustments!);
- checkUnnamed5056(o.annotations!);
- checkUnnamed5057(o.cancellations!);
+ checkUnnamed5106(o.adjustments!);
+ checkUnnamed5107(o.annotations!);
+ checkUnnamed5108(o.cancellations!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -6159,7 +6159,7 @@
unittest.equals(42),
);
checkOrderLineItemReturnInfo(o.returnInfo! as api.OrderLineItemReturnInfo);
- checkUnnamed5058(o.returns!);
+ checkUnnamed5109(o.returns!);
checkOrderLineItemShippingDetails(
o.shippingDetails! as api.OrderLineItemShippingDetails);
checkPrice(o.tax! as api.Price);
@@ -6193,27 +6193,27 @@
buildCounterOrderLineItemAdjustment--;
}
-core.List<api.OrderLineItemProductFee> buildUnnamed5059() {
+core.List<api.OrderLineItemProductFee> buildUnnamed5110() {
var o = <api.OrderLineItemProductFee>[];
o.add(buildOrderLineItemProductFee());
o.add(buildOrderLineItemProductFee());
return o;
}
-void checkUnnamed5059(core.List<api.OrderLineItemProductFee> o) {
+void checkUnnamed5110(core.List<api.OrderLineItemProductFee> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderLineItemProductFee(o[0] as api.OrderLineItemProductFee);
checkOrderLineItemProductFee(o[1] as api.OrderLineItemProductFee);
}
-core.List<api.OrderLineItemProductVariantAttribute> buildUnnamed5060() {
+core.List<api.OrderLineItemProductVariantAttribute> buildUnnamed5111() {
var o = <api.OrderLineItemProductVariantAttribute>[];
o.add(buildOrderLineItemProductVariantAttribute());
o.add(buildOrderLineItemProductVariantAttribute());
return o;
}
-void checkUnnamed5060(core.List<api.OrderLineItemProductVariantAttribute> o) {
+void checkUnnamed5111(core.List<api.OrderLineItemProductVariantAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderLineItemProductVariantAttribute(
o[0] as api.OrderLineItemProductVariantAttribute);
@@ -6229,7 +6229,7 @@
o.brand = 'foo';
o.condition = 'foo';
o.contentLanguage = 'foo';
- o.fees = buildUnnamed5059();
+ o.fees = buildUnnamed5110();
o.gtin = 'foo';
o.id = 'foo';
o.imageLink = 'foo';
@@ -6240,7 +6240,7 @@
o.shownImage = 'foo';
o.targetCountry = 'foo';
o.title = 'foo';
- o.variantAttributes = buildUnnamed5060();
+ o.variantAttributes = buildUnnamed5111();
}
buildCounterOrderLineItemProduct--;
return o;
@@ -6261,7 +6261,7 @@
o.contentLanguage!,
unittest.equals('foo'),
);
- checkUnnamed5059(o.fees!);
+ checkUnnamed5110(o.fees!);
unittest.expect(
o.gtin!,
unittest.equals('foo'),
@@ -6299,7 +6299,7 @@
o.title!,
unittest.equals('foo'),
);
- checkUnnamed5060(o.variantAttributes!);
+ checkUnnamed5111(o.variantAttributes!);
}
buildCounterOrderLineItemProduct--;
}
@@ -6520,14 +6520,14 @@
buildCounterOrderOrderAnnotation--;
}
-core.List<api.OrderPickupDetailsCollector> buildUnnamed5061() {
+core.List<api.OrderPickupDetailsCollector> buildUnnamed5112() {
var o = <api.OrderPickupDetailsCollector>[];
o.add(buildOrderPickupDetailsCollector());
o.add(buildOrderPickupDetailsCollector());
return o;
}
-void checkUnnamed5061(core.List<api.OrderPickupDetailsCollector> o) {
+void checkUnnamed5112(core.List<api.OrderPickupDetailsCollector> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderPickupDetailsCollector(o[0] as api.OrderPickupDetailsCollector);
checkOrderPickupDetailsCollector(o[1] as api.OrderPickupDetailsCollector);
@@ -6539,7 +6539,7 @@
buildCounterOrderPickupDetails++;
if (buildCounterOrderPickupDetails < 3) {
o.address = buildOrderAddress();
- o.collectors = buildUnnamed5061();
+ o.collectors = buildUnnamed5112();
o.locationId = 'foo';
o.pickupType = 'foo';
}
@@ -6551,7 +6551,7 @@
buildCounterOrderPickupDetails++;
if (buildCounterOrderPickupDetails < 3) {
checkOrderAddress(o.address! as api.OrderAddress);
- checkUnnamed5061(o.collectors!);
+ checkUnnamed5112(o.collectors!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
@@ -6591,27 +6591,27 @@
buildCounterOrderPickupDetailsCollector--;
}
-core.List<api.OrderPromotionItem> buildUnnamed5062() {
+core.List<api.OrderPromotionItem> buildUnnamed5113() {
var o = <api.OrderPromotionItem>[];
o.add(buildOrderPromotionItem());
o.add(buildOrderPromotionItem());
return o;
}
-void checkUnnamed5062(core.List<api.OrderPromotionItem> o) {
+void checkUnnamed5113(core.List<api.OrderPromotionItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderPromotionItem(o[0] as api.OrderPromotionItem);
checkOrderPromotionItem(o[1] as api.OrderPromotionItem);
}
-core.List<api.OrderPromotionItem> buildUnnamed5063() {
+core.List<api.OrderPromotionItem> buildUnnamed5114() {
var o = <api.OrderPromotionItem>[];
o.add(buildOrderPromotionItem());
o.add(buildOrderPromotionItem());
return o;
}
-void checkUnnamed5063(core.List<api.OrderPromotionItem> o) {
+void checkUnnamed5114(core.List<api.OrderPromotionItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderPromotionItem(o[0] as api.OrderPromotionItem);
checkOrderPromotionItem(o[1] as api.OrderPromotionItem);
@@ -6622,8 +6622,8 @@
var o = api.OrderPromotion();
buildCounterOrderPromotion++;
if (buildCounterOrderPromotion < 3) {
- o.applicableItems = buildUnnamed5062();
- o.appliedItems = buildUnnamed5063();
+ o.applicableItems = buildUnnamed5113();
+ o.appliedItems = buildUnnamed5114();
o.endTime = 'foo';
o.funder = 'foo';
o.merchantPromotionId = 'foo';
@@ -6642,8 +6642,8 @@
void checkOrderPromotion(api.OrderPromotion o) {
buildCounterOrderPromotion++;
if (buildCounterOrderPromotion < 3) {
- checkUnnamed5062(o.applicableItems!);
- checkUnnamed5063(o.appliedItems!);
+ checkUnnamed5113(o.applicableItems!);
+ checkUnnamed5114(o.appliedItems!);
unittest.expect(
o.endTime!,
unittest.equals('foo'),
@@ -6895,14 +6895,14 @@
buildCounterOrderReturn--;
}
-core.List<api.OrderShipmentLineItemShipment> buildUnnamed5064() {
+core.List<api.OrderShipmentLineItemShipment> buildUnnamed5115() {
var o = <api.OrderShipmentLineItemShipment>[];
o.add(buildOrderShipmentLineItemShipment());
o.add(buildOrderShipmentLineItemShipment());
return o;
}
-void checkUnnamed5064(core.List<api.OrderShipmentLineItemShipment> o) {
+void checkUnnamed5115(core.List<api.OrderShipmentLineItemShipment> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderShipmentLineItemShipment(o[0] as api.OrderShipmentLineItemShipment);
checkOrderShipmentLineItemShipment(o[1] as api.OrderShipmentLineItemShipment);
@@ -6917,7 +6917,7 @@
o.creationDate = 'foo';
o.deliveryDate = 'foo';
o.id = 'foo';
- o.lineItems = buildUnnamed5064();
+ o.lineItems = buildUnnamed5115();
o.scheduledDeliveryDetails = buildOrderShipmentScheduledDeliveryDetails();
o.shipmentGroupId = 'foo';
o.status = 'foo';
@@ -6946,7 +6946,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed5064(o.lineItems!);
+ checkUnnamed5115(o.lineItems!);
checkOrderShipmentScheduledDeliveryDetails(o.scheduledDeliveryDetails!
as api.OrderShipmentScheduledDeliveryDetails);
unittest.expect(
@@ -7026,14 +7026,14 @@
buildCounterOrderShipmentScheduledDeliveryDetails--;
}
-core.List<api.OrderTrackingSignalLineItemDetails> buildUnnamed5065() {
+core.List<api.OrderTrackingSignalLineItemDetails> buildUnnamed5116() {
var o = <api.OrderTrackingSignalLineItemDetails>[];
o.add(buildOrderTrackingSignalLineItemDetails());
o.add(buildOrderTrackingSignalLineItemDetails());
return o;
}
-void checkUnnamed5065(core.List<api.OrderTrackingSignalLineItemDetails> o) {
+void checkUnnamed5116(core.List<api.OrderTrackingSignalLineItemDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderTrackingSignalLineItemDetails(
o[0] as api.OrderTrackingSignalLineItemDetails);
@@ -7041,14 +7041,14 @@
o[1] as api.OrderTrackingSignalLineItemDetails);
}
-core.List<api.OrderTrackingSignalShipmentLineItemMapping> buildUnnamed5066() {
+core.List<api.OrderTrackingSignalShipmentLineItemMapping> buildUnnamed5117() {
var o = <api.OrderTrackingSignalShipmentLineItemMapping>[];
o.add(buildOrderTrackingSignalShipmentLineItemMapping());
o.add(buildOrderTrackingSignalShipmentLineItemMapping());
return o;
}
-void checkUnnamed5066(
+void checkUnnamed5117(
core.List<api.OrderTrackingSignalShipmentLineItemMapping> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderTrackingSignalShipmentLineItemMapping(
@@ -7057,14 +7057,14 @@
o[1] as api.OrderTrackingSignalShipmentLineItemMapping);
}
-core.List<api.OrderTrackingSignalShippingInfo> buildUnnamed5067() {
+core.List<api.OrderTrackingSignalShippingInfo> buildUnnamed5118() {
var o = <api.OrderTrackingSignalShippingInfo>[];
o.add(buildOrderTrackingSignalShippingInfo());
o.add(buildOrderTrackingSignalShippingInfo());
return o;
}
-void checkUnnamed5067(core.List<api.OrderTrackingSignalShippingInfo> o) {
+void checkUnnamed5118(core.List<api.OrderTrackingSignalShippingInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderTrackingSignalShippingInfo(
o[0] as api.OrderTrackingSignalShippingInfo);
@@ -7080,13 +7080,13 @@
o.customerShippingFee = buildPriceAmount();
o.deliveryPostalCode = 'foo';
o.deliveryRegionCode = 'foo';
- o.lineItems = buildUnnamed5065();
+ o.lineItems = buildUnnamed5116();
o.merchantId = 'foo';
o.orderCreatedTime = buildDateTime();
o.orderId = 'foo';
o.orderTrackingSignalId = 'foo';
- o.shipmentLineItemMapping = buildUnnamed5066();
- o.shippingInfo = buildUnnamed5067();
+ o.shipmentLineItemMapping = buildUnnamed5117();
+ o.shippingInfo = buildUnnamed5118();
}
buildCounterOrderTrackingSignal--;
return o;
@@ -7104,7 +7104,7 @@
o.deliveryRegionCode!,
unittest.equals('foo'),
);
- checkUnnamed5065(o.lineItems!);
+ checkUnnamed5116(o.lineItems!);
unittest.expect(
o.merchantId!,
unittest.equals('foo'),
@@ -7118,8 +7118,8 @@
o.orderTrackingSignalId!,
unittest.equals('foo'),
);
- checkUnnamed5066(o.shipmentLineItemMapping!);
- checkUnnamed5067(o.shippingInfo!);
+ checkUnnamed5117(o.shipmentLineItemMapping!);
+ checkUnnamed5118(o.shippingInfo!);
}
buildCounterOrderTrackingSignal--;
}
@@ -7263,14 +7263,14 @@
buildCounterOrderTrackingSignalShippingInfo--;
}
-core.List<api.ShipmentInvoiceLineItemInvoice> buildUnnamed5068() {
+core.List<api.ShipmentInvoiceLineItemInvoice> buildUnnamed5119() {
var o = <api.ShipmentInvoiceLineItemInvoice>[];
o.add(buildShipmentInvoiceLineItemInvoice());
o.add(buildShipmentInvoiceLineItemInvoice());
return o;
}
-void checkUnnamed5068(core.List<api.ShipmentInvoiceLineItemInvoice> o) {
+void checkUnnamed5119(core.List<api.ShipmentInvoiceLineItemInvoice> o) {
unittest.expect(o, unittest.hasLength(2));
checkShipmentInvoiceLineItemInvoice(
o[0] as api.ShipmentInvoiceLineItemInvoice);
@@ -7286,7 +7286,7 @@
if (buildCounterOrderinvoicesCreateChargeInvoiceRequest < 3) {
o.invoiceId = 'foo';
o.invoiceSummary = buildInvoiceSummary();
- o.lineItemInvoices = buildUnnamed5068();
+ o.lineItemInvoices = buildUnnamed5119();
o.operationId = 'foo';
o.shipmentGroupId = 'foo';
}
@@ -7303,7 +7303,7 @@
unittest.equals('foo'),
);
checkInvoiceSummary(o.invoiceSummary! as api.InvoiceSummary);
- checkUnnamed5068(o.lineItemInvoices!);
+ checkUnnamed5119(o.lineItemInvoices!);
unittest.expect(
o.operationId!,
unittest.equals('foo'),
@@ -7345,14 +7345,14 @@
buildCounterOrderinvoicesCreateChargeInvoiceResponse--;
}
-core.List<api.ShipmentInvoice> buildUnnamed5069() {
+core.List<api.ShipmentInvoice> buildUnnamed5120() {
var o = <api.ShipmentInvoice>[];
o.add(buildShipmentInvoice());
o.add(buildShipmentInvoice());
return o;
}
-void checkUnnamed5069(core.List<api.ShipmentInvoice> o) {
+void checkUnnamed5120(core.List<api.ShipmentInvoice> o) {
unittest.expect(o, unittest.hasLength(2));
checkShipmentInvoice(o[0] as api.ShipmentInvoice);
checkShipmentInvoice(o[1] as api.ShipmentInvoice);
@@ -7370,7 +7370,7 @@
buildOrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption();
o.returnOption =
buildOrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption();
- o.shipmentInvoices = buildUnnamed5069();
+ o.shipmentInvoices = buildUnnamed5120();
}
buildCounterOrderinvoicesCreateRefundInvoiceRequest--;
return o;
@@ -7394,7 +7394,7 @@
checkOrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption(
o.returnOption! as api
.OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption);
- checkUnnamed5069(o.shipmentInvoices!);
+ checkUnnamed5120(o.shipmentInvoices!);
}
buildCounterOrderinvoicesCreateRefundInvoiceRequest--;
}
@@ -7496,14 +7496,14 @@
buildCounterOrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceReturnOption--;
}
-core.List<api.OrderReportDisbursement> buildUnnamed5070() {
+core.List<api.OrderReportDisbursement> buildUnnamed5121() {
var o = <api.OrderReportDisbursement>[];
o.add(buildOrderReportDisbursement());
o.add(buildOrderReportDisbursement());
return o;
}
-void checkUnnamed5070(core.List<api.OrderReportDisbursement> o) {
+void checkUnnamed5121(core.List<api.OrderReportDisbursement> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderReportDisbursement(o[0] as api.OrderReportDisbursement);
checkOrderReportDisbursement(o[1] as api.OrderReportDisbursement);
@@ -7515,7 +7515,7 @@
var o = api.OrderreportsListDisbursementsResponse();
buildCounterOrderreportsListDisbursementsResponse++;
if (buildCounterOrderreportsListDisbursementsResponse < 3) {
- o.disbursements = buildUnnamed5070();
+ o.disbursements = buildUnnamed5121();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -7527,7 +7527,7 @@
api.OrderreportsListDisbursementsResponse o) {
buildCounterOrderreportsListDisbursementsResponse++;
if (buildCounterOrderreportsListDisbursementsResponse < 3) {
- checkUnnamed5070(o.disbursements!);
+ checkUnnamed5121(o.disbursements!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -7540,14 +7540,14 @@
buildCounterOrderreportsListDisbursementsResponse--;
}
-core.List<api.OrderReportTransaction> buildUnnamed5071() {
+core.List<api.OrderReportTransaction> buildUnnamed5122() {
var o = <api.OrderReportTransaction>[];
o.add(buildOrderReportTransaction());
o.add(buildOrderReportTransaction());
return o;
}
-void checkUnnamed5071(core.List<api.OrderReportTransaction> o) {
+void checkUnnamed5122(core.List<api.OrderReportTransaction> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderReportTransaction(o[0] as api.OrderReportTransaction);
checkOrderReportTransaction(o[1] as api.OrderReportTransaction);
@@ -7561,7 +7561,7 @@
if (buildCounterOrderreportsListTransactionsResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.transactions = buildUnnamed5071();
+ o.transactions = buildUnnamed5122();
}
buildCounterOrderreportsListTransactionsResponse--;
return o;
@@ -7579,7 +7579,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5071(o.transactions!);
+ checkUnnamed5122(o.transactions!);
}
buildCounterOrderreportsListTransactionsResponse--;
}
@@ -7634,14 +7634,14 @@
buildCounterOrderreturnsAcknowledgeResponse--;
}
-core.List<api.OrderreturnsLineItem> buildUnnamed5072() {
+core.List<api.OrderreturnsLineItem> buildUnnamed5123() {
var o = <api.OrderreturnsLineItem>[];
o.add(buildOrderreturnsLineItem());
o.add(buildOrderreturnsLineItem());
return o;
}
-void checkUnnamed5072(core.List<api.OrderreturnsLineItem> o) {
+void checkUnnamed5123(core.List<api.OrderreturnsLineItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderreturnsLineItem(o[0] as api.OrderreturnsLineItem);
checkOrderreturnsLineItem(o[1] as api.OrderreturnsLineItem);
@@ -7653,7 +7653,7 @@
var o = api.OrderreturnsCreateOrderReturnRequest();
buildCounterOrderreturnsCreateOrderReturnRequest++;
if (buildCounterOrderreturnsCreateOrderReturnRequest < 3) {
- o.lineItems = buildUnnamed5072();
+ o.lineItems = buildUnnamed5123();
o.operationId = 'foo';
o.orderId = 'foo';
o.returnMethodType = 'foo';
@@ -7666,7 +7666,7 @@
api.OrderreturnsCreateOrderReturnRequest o) {
buildCounterOrderreturnsCreateOrderReturnRequest++;
if (buildCounterOrderreturnsCreateOrderReturnRequest < 3) {
- checkUnnamed5072(o.lineItems!);
+ checkUnnamed5123(o.lineItems!);
unittest.expect(
o.operationId!,
unittest.equals('foo'),
@@ -7746,14 +7746,14 @@
buildCounterOrderreturnsLineItem--;
}
-core.List<api.MerchantOrderReturn> buildUnnamed5073() {
+core.List<api.MerchantOrderReturn> buildUnnamed5124() {
var o = <api.MerchantOrderReturn>[];
o.add(buildMerchantOrderReturn());
o.add(buildMerchantOrderReturn());
return o;
}
-void checkUnnamed5073(core.List<api.MerchantOrderReturn> o) {
+void checkUnnamed5124(core.List<api.MerchantOrderReturn> o) {
unittest.expect(o, unittest.hasLength(2));
checkMerchantOrderReturn(o[0] as api.MerchantOrderReturn);
checkMerchantOrderReturn(o[1] as api.MerchantOrderReturn);
@@ -7766,7 +7766,7 @@
if (buildCounterOrderreturnsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed5073();
+ o.resources = buildUnnamed5124();
}
buildCounterOrderreturnsListResponse--;
return o;
@@ -7783,7 +7783,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5073(o.resources!);
+ checkUnnamed5124(o.resources!);
}
buildCounterOrderreturnsListResponse--;
}
@@ -7809,14 +7809,14 @@
buildCounterOrderreturnsPartialRefund--;
}
-core.List<api.OrderreturnsReturnItem> buildUnnamed5074() {
+core.List<api.OrderreturnsReturnItem> buildUnnamed5125() {
var o = <api.OrderreturnsReturnItem>[];
o.add(buildOrderreturnsReturnItem());
o.add(buildOrderreturnsReturnItem());
return o;
}
-void checkUnnamed5074(core.List<api.OrderreturnsReturnItem> o) {
+void checkUnnamed5125(core.List<api.OrderreturnsReturnItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderreturnsReturnItem(o[0] as api.OrderreturnsReturnItem);
checkOrderreturnsReturnItem(o[1] as api.OrderreturnsReturnItem);
@@ -7830,7 +7830,7 @@
o.fullChargeReturnShippingCost = true;
o.operationId = 'foo';
o.refundShippingFee = buildOrderreturnsRefundOperation();
- o.returnItems = buildUnnamed5074();
+ o.returnItems = buildUnnamed5125();
}
buildCounterOrderreturnsProcessRequest--;
return o;
@@ -7846,7 +7846,7 @@
);
checkOrderreturnsRefundOperation(
o.refundShippingFee! as api.OrderreturnsRefundOperation);
- checkUnnamed5074(o.returnItems!);
+ checkUnnamed5125(o.returnItems!);
}
buildCounterOrderreturnsProcessRequest--;
}
@@ -8279,14 +8279,14 @@
}
core.List<api.OrdersCustomBatchRequestEntryCreateTestReturnReturnItem>
- buildUnnamed5075() {
+ buildUnnamed5126() {
var o = <api.OrdersCustomBatchRequestEntryCreateTestReturnReturnItem>[];
o.add(buildOrdersCustomBatchRequestEntryCreateTestReturnReturnItem());
o.add(buildOrdersCustomBatchRequestEntryCreateTestReturnReturnItem());
return o;
}
-void checkUnnamed5075(
+void checkUnnamed5126(
core.List<api.OrdersCustomBatchRequestEntryCreateTestReturnReturnItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrdersCustomBatchRequestEntryCreateTestReturnReturnItem(
@@ -8300,7 +8300,7 @@
var o = api.OrdersCreateTestReturnRequest();
buildCounterOrdersCreateTestReturnRequest++;
if (buildCounterOrdersCreateTestReturnRequest < 3) {
- o.items = buildUnnamed5075();
+ o.items = buildUnnamed5126();
}
buildCounterOrdersCreateTestReturnRequest--;
return o;
@@ -8309,7 +8309,7 @@
void checkOrdersCreateTestReturnRequest(api.OrdersCreateTestReturnRequest o) {
buildCounterOrdersCreateTestReturnRequest++;
if (buildCounterOrdersCreateTestReturnRequest < 3) {
- checkUnnamed5075(o.items!);
+ checkUnnamed5126(o.items!);
}
buildCounterOrdersCreateTestReturnRequest--;
}
@@ -8634,14 +8634,14 @@
buildCounterOrdersInStoreRefundLineItemResponse--;
}
-core.List<api.Order> buildUnnamed5076() {
+core.List<api.Order> buildUnnamed5127() {
var o = <api.Order>[];
o.add(buildOrder());
o.add(buildOrder());
return o;
}
-void checkUnnamed5076(core.List<api.Order> o) {
+void checkUnnamed5127(core.List<api.Order> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrder(o[0] as api.Order);
checkOrder(o[1] as api.Order);
@@ -8654,7 +8654,7 @@
if (buildCounterOrdersListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed5076();
+ o.resources = buildUnnamed5127();
}
buildCounterOrdersListResponse--;
return o;
@@ -8671,19 +8671,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5076(o.resources!);
+ checkUnnamed5127(o.resources!);
}
buildCounterOrdersListResponse--;
}
-core.List<api.OrdersCustomBatchRequestEntryRefundItemItem> buildUnnamed5077() {
+core.List<api.OrdersCustomBatchRequestEntryRefundItemItem> buildUnnamed5128() {
var o = <api.OrdersCustomBatchRequestEntryRefundItemItem>[];
o.add(buildOrdersCustomBatchRequestEntryRefundItemItem());
o.add(buildOrdersCustomBatchRequestEntryRefundItemItem());
return o;
}
-void checkUnnamed5077(
+void checkUnnamed5128(
core.List<api.OrdersCustomBatchRequestEntryRefundItemItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrdersCustomBatchRequestEntryRefundItemItem(
@@ -8697,7 +8697,7 @@
var o = api.OrdersRefundItemRequest();
buildCounterOrdersRefundItemRequest++;
if (buildCounterOrdersRefundItemRequest < 3) {
- o.items = buildUnnamed5077();
+ o.items = buildUnnamed5128();
o.operationId = 'foo';
o.reason = 'foo';
o.reasonText = 'foo';
@@ -8710,7 +8710,7 @@
void checkOrdersRefundItemRequest(api.OrdersRefundItemRequest o) {
buildCounterOrdersRefundItemRequest++;
if (buildCounterOrdersRefundItemRequest < 3) {
- checkUnnamed5077(o.items!);
+ checkUnnamed5128(o.items!);
unittest.expect(
o.operationId!,
unittest.equals('foo'),
@@ -8977,14 +8977,14 @@
buildCounterOrdersReturnRefundLineItemResponse--;
}
-core.List<api.OrderMerchantProvidedAnnotation> buildUnnamed5078() {
+core.List<api.OrderMerchantProvidedAnnotation> buildUnnamed5129() {
var o = <api.OrderMerchantProvidedAnnotation>[];
o.add(buildOrderMerchantProvidedAnnotation());
o.add(buildOrderMerchantProvidedAnnotation());
return o;
}
-void checkUnnamed5078(core.List<api.OrderMerchantProvidedAnnotation> o) {
+void checkUnnamed5129(core.List<api.OrderMerchantProvidedAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderMerchantProvidedAnnotation(
o[0] as api.OrderMerchantProvidedAnnotation);
@@ -8997,7 +8997,7 @@
var o = api.OrdersSetLineItemMetadataRequest();
buildCounterOrdersSetLineItemMetadataRequest++;
if (buildCounterOrdersSetLineItemMetadataRequest < 3) {
- o.annotations = buildUnnamed5078();
+ o.annotations = buildUnnamed5129();
o.lineItemId = 'foo';
o.operationId = 'foo';
o.productId = 'foo';
@@ -9010,7 +9010,7 @@
api.OrdersSetLineItemMetadataRequest o) {
buildCounterOrdersSetLineItemMetadataRequest++;
if (buildCounterOrdersSetLineItemMetadataRequest < 3) {
- checkUnnamed5078(o.annotations!);
+ checkUnnamed5129(o.annotations!);
unittest.expect(
o.lineItemId!,
unittest.equals('foo'),
@@ -9055,28 +9055,28 @@
buildCounterOrdersSetLineItemMetadataResponse--;
}
-core.List<api.OrderShipmentLineItemShipment> buildUnnamed5079() {
+core.List<api.OrderShipmentLineItemShipment> buildUnnamed5130() {
var o = <api.OrderShipmentLineItemShipment>[];
o.add(buildOrderShipmentLineItemShipment());
o.add(buildOrderShipmentLineItemShipment());
return o;
}
-void checkUnnamed5079(core.List<api.OrderShipmentLineItemShipment> o) {
+void checkUnnamed5130(core.List<api.OrderShipmentLineItemShipment> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderShipmentLineItemShipment(o[0] as api.OrderShipmentLineItemShipment);
checkOrderShipmentLineItemShipment(o[1] as api.OrderShipmentLineItemShipment);
}
core.List<api.OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo>
- buildUnnamed5080() {
+ buildUnnamed5131() {
var o = <api.OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo>[];
o.add(buildOrdersCustomBatchRequestEntryShipLineItemsShipmentInfo());
o.add(buildOrdersCustomBatchRequestEntryShipLineItemsShipmentInfo());
return o;
}
-void checkUnnamed5080(
+void checkUnnamed5131(
core.List<api.OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrdersCustomBatchRequestEntryShipLineItemsShipmentInfo(
@@ -9090,10 +9090,10 @@
var o = api.OrdersShipLineItemsRequest();
buildCounterOrdersShipLineItemsRequest++;
if (buildCounterOrdersShipLineItemsRequest < 3) {
- o.lineItems = buildUnnamed5079();
+ o.lineItems = buildUnnamed5130();
o.operationId = 'foo';
o.shipmentGroupId = 'foo';
- o.shipmentInfos = buildUnnamed5080();
+ o.shipmentInfos = buildUnnamed5131();
}
buildCounterOrdersShipLineItemsRequest--;
return o;
@@ -9102,7 +9102,7 @@
void checkOrdersShipLineItemsRequest(api.OrdersShipLineItemsRequest o) {
buildCounterOrdersShipLineItemsRequest++;
if (buildCounterOrdersShipLineItemsRequest < 3) {
- checkUnnamed5079(o.lineItems!);
+ checkUnnamed5130(o.lineItems!);
unittest.expect(
o.operationId!,
unittest.equals('foo'),
@@ -9111,7 +9111,7 @@
o.shipmentGroupId!,
unittest.equals('foo'),
);
- checkUnnamed5080(o.shipmentInfos!);
+ checkUnnamed5131(o.shipmentInfos!);
}
buildCounterOrdersShipLineItemsRequest--;
}
@@ -9469,14 +9469,14 @@
buildCounterPickupServicesPickupService--;
}
-core.List<api.PosCustomBatchRequestEntry> buildUnnamed5081() {
+core.List<api.PosCustomBatchRequestEntry> buildUnnamed5132() {
var o = <api.PosCustomBatchRequestEntry>[];
o.add(buildPosCustomBatchRequestEntry());
o.add(buildPosCustomBatchRequestEntry());
return o;
}
-void checkUnnamed5081(core.List<api.PosCustomBatchRequestEntry> o) {
+void checkUnnamed5132(core.List<api.PosCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkPosCustomBatchRequestEntry(o[0] as api.PosCustomBatchRequestEntry);
checkPosCustomBatchRequestEntry(o[1] as api.PosCustomBatchRequestEntry);
@@ -9487,7 +9487,7 @@
var o = api.PosCustomBatchRequest();
buildCounterPosCustomBatchRequest++;
if (buildCounterPosCustomBatchRequest < 3) {
- o.entries = buildUnnamed5081();
+ o.entries = buildUnnamed5132();
}
buildCounterPosCustomBatchRequest--;
return o;
@@ -9496,7 +9496,7 @@
void checkPosCustomBatchRequest(api.PosCustomBatchRequest o) {
buildCounterPosCustomBatchRequest++;
if (buildCounterPosCustomBatchRequest < 3) {
- checkUnnamed5081(o.entries!);
+ checkUnnamed5132(o.entries!);
}
buildCounterPosCustomBatchRequest--;
}
@@ -9549,14 +9549,14 @@
buildCounterPosCustomBatchRequestEntry--;
}
-core.List<api.PosCustomBatchResponseEntry> buildUnnamed5082() {
+core.List<api.PosCustomBatchResponseEntry> buildUnnamed5133() {
var o = <api.PosCustomBatchResponseEntry>[];
o.add(buildPosCustomBatchResponseEntry());
o.add(buildPosCustomBatchResponseEntry());
return o;
}
-void checkUnnamed5082(core.List<api.PosCustomBatchResponseEntry> o) {
+void checkUnnamed5133(core.List<api.PosCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkPosCustomBatchResponseEntry(o[0] as api.PosCustomBatchResponseEntry);
checkPosCustomBatchResponseEntry(o[1] as api.PosCustomBatchResponseEntry);
@@ -9567,7 +9567,7 @@
var o = api.PosCustomBatchResponse();
buildCounterPosCustomBatchResponse++;
if (buildCounterPosCustomBatchResponse < 3) {
- o.entries = buildUnnamed5082();
+ o.entries = buildUnnamed5133();
o.kind = 'foo';
}
buildCounterPosCustomBatchResponse--;
@@ -9577,7 +9577,7 @@
void checkPosCustomBatchResponse(api.PosCustomBatchResponse o) {
buildCounterPosCustomBatchResponse++;
if (buildCounterPosCustomBatchResponse < 3) {
- checkUnnamed5082(o.entries!);
+ checkUnnamed5133(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -9621,14 +9621,14 @@
buildCounterPosCustomBatchResponseEntry--;
}
-core.List<api.PosDataProvidersPosDataProvider> buildUnnamed5083() {
+core.List<api.PosDataProvidersPosDataProvider> buildUnnamed5134() {
var o = <api.PosDataProvidersPosDataProvider>[];
o.add(buildPosDataProvidersPosDataProvider());
o.add(buildPosDataProvidersPosDataProvider());
return o;
}
-void checkUnnamed5083(core.List<api.PosDataProvidersPosDataProvider> o) {
+void checkUnnamed5134(core.List<api.PosDataProvidersPosDataProvider> o) {
unittest.expect(o, unittest.hasLength(2));
checkPosDataProvidersPosDataProvider(
o[0] as api.PosDataProvidersPosDataProvider);
@@ -9642,7 +9642,7 @@
buildCounterPosDataProviders++;
if (buildCounterPosDataProviders < 3) {
o.country = 'foo';
- o.posDataProviders = buildUnnamed5083();
+ o.posDataProviders = buildUnnamed5134();
}
buildCounterPosDataProviders--;
return o;
@@ -9655,7 +9655,7 @@
o.country!,
unittest.equals('foo'),
);
- checkUnnamed5083(o.posDataProviders!);
+ checkUnnamed5134(o.posDataProviders!);
}
buildCounterPosDataProviders--;
}
@@ -9865,14 +9865,14 @@
buildCounterPosInventoryResponse--;
}
-core.List<api.PosStore> buildUnnamed5084() {
+core.List<api.PosStore> buildUnnamed5135() {
var o = <api.PosStore>[];
o.add(buildPosStore());
o.add(buildPosStore());
return o;
}
-void checkUnnamed5084(core.List<api.PosStore> o) {
+void checkUnnamed5135(core.List<api.PosStore> o) {
unittest.expect(o, unittest.hasLength(2));
checkPosStore(o[0] as api.PosStore);
checkPosStore(o[1] as api.PosStore);
@@ -9884,7 +9884,7 @@
buildCounterPosListResponse++;
if (buildCounterPosListResponse < 3) {
o.kind = 'foo';
- o.resources = buildUnnamed5084();
+ o.resources = buildUnnamed5135();
}
buildCounterPosListResponse--;
return o;
@@ -9897,7 +9897,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5084(o.resources!);
+ checkUnnamed5135(o.resources!);
}
buildCounterPosListResponse--;
}
@@ -10121,14 +10121,14 @@
buildCounterPosStore--;
}
-core.List<api.PostalCodeRange> buildUnnamed5085() {
+core.List<api.PostalCodeRange> buildUnnamed5136() {
var o = <api.PostalCodeRange>[];
o.add(buildPostalCodeRange());
o.add(buildPostalCodeRange());
return o;
}
-void checkUnnamed5085(core.List<api.PostalCodeRange> o) {
+void checkUnnamed5136(core.List<api.PostalCodeRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkPostalCodeRange(o[0] as api.PostalCodeRange);
checkPostalCodeRange(o[1] as api.PostalCodeRange);
@@ -10141,7 +10141,7 @@
if (buildCounterPostalCodeGroup < 3) {
o.country = 'foo';
o.name = 'foo';
- o.postalCodeRanges = buildUnnamed5085();
+ o.postalCodeRanges = buildUnnamed5136();
}
buildCounterPostalCodeGroup--;
return o;
@@ -10158,7 +10158,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5085(o.postalCodeRanges!);
+ checkUnnamed5136(o.postalCodeRanges!);
}
buildCounterPostalCodeGroup--;
}
@@ -10244,14 +10244,14 @@
buildCounterPriceAmount--;
}
-core.List<core.String> buildUnnamed5086() {
+core.List<core.String> buildUnnamed5137() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5086(core.List<core.String> o) {
+void checkUnnamed5137(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10263,14 +10263,14 @@
);
}
-core.List<core.String> buildUnnamed5087() {
+core.List<core.String> buildUnnamed5138() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5087(core.List<core.String> o) {
+void checkUnnamed5138(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10282,27 +10282,27 @@
);
}
-core.List<api.CustomAttribute> buildUnnamed5088() {
+core.List<api.CustomAttribute> buildUnnamed5139() {
var o = <api.CustomAttribute>[];
o.add(buildCustomAttribute());
o.add(buildCustomAttribute());
return o;
}
-void checkUnnamed5088(core.List<api.CustomAttribute> o) {
+void checkUnnamed5139(core.List<api.CustomAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomAttribute(o[0] as api.CustomAttribute);
checkCustomAttribute(o[1] as api.CustomAttribute);
}
-core.List<core.String> buildUnnamed5089() {
+core.List<core.String> buildUnnamed5140() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5089(core.List<core.String> o) {
+void checkUnnamed5140(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10314,14 +10314,14 @@
);
}
-core.List<core.String> buildUnnamed5090() {
+core.List<core.String> buildUnnamed5141() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5090(core.List<core.String> o) {
+void checkUnnamed5141(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10333,14 +10333,14 @@
);
}
-core.List<core.String> buildUnnamed5091() {
+core.List<core.String> buildUnnamed5142() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5091(core.List<core.String> o) {
+void checkUnnamed5142(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10352,27 +10352,27 @@
);
}
-core.List<api.ProductProductDetail> buildUnnamed5092() {
+core.List<api.ProductProductDetail> buildUnnamed5143() {
var o = <api.ProductProductDetail>[];
o.add(buildProductProductDetail());
o.add(buildProductProductDetail());
return o;
}
-void checkUnnamed5092(core.List<api.ProductProductDetail> o) {
+void checkUnnamed5143(core.List<api.ProductProductDetail> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductProductDetail(o[0] as api.ProductProductDetail);
checkProductProductDetail(o[1] as api.ProductProductDetail);
}
-core.List<core.String> buildUnnamed5093() {
+core.List<core.String> buildUnnamed5144() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5093(core.List<core.String> o) {
+void checkUnnamed5144(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10384,14 +10384,14 @@
);
}
-core.List<core.String> buildUnnamed5094() {
+core.List<core.String> buildUnnamed5145() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5094(core.List<core.String> o) {
+void checkUnnamed5145(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10403,14 +10403,14 @@
);
}
-core.List<core.String> buildUnnamed5095() {
+core.List<core.String> buildUnnamed5146() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5095(core.List<core.String> o) {
+void checkUnnamed5146(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10422,27 +10422,27 @@
);
}
-core.List<api.ProductShipping> buildUnnamed5096() {
+core.List<api.ProductShipping> buildUnnamed5147() {
var o = <api.ProductShipping>[];
o.add(buildProductShipping());
o.add(buildProductShipping());
return o;
}
-void checkUnnamed5096(core.List<api.ProductShipping> o) {
+void checkUnnamed5147(core.List<api.ProductShipping> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductShipping(o[0] as api.ProductShipping);
checkProductShipping(o[1] as api.ProductShipping);
}
-core.List<core.String> buildUnnamed5097() {
+core.List<core.String> buildUnnamed5148() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5097(core.List<core.String> o) {
+void checkUnnamed5148(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10454,14 +10454,14 @@
);
}
-core.List<core.String> buildUnnamed5098() {
+core.List<core.String> buildUnnamed5149() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5098(core.List<core.String> o) {
+void checkUnnamed5149(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10473,14 +10473,14 @@
);
}
-core.List<api.ProductTax> buildUnnamed5099() {
+core.List<api.ProductTax> buildUnnamed5150() {
var o = <api.ProductTax>[];
o.add(buildProductTax());
o.add(buildProductTax());
return o;
}
-void checkUnnamed5099(core.List<api.ProductTax> o) {
+void checkUnnamed5150(core.List<api.ProductTax> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductTax(o[0] as api.ProductTax);
checkProductTax(o[1] as api.ProductTax);
@@ -10491,10 +10491,10 @@
var o = api.Product();
buildCounterProduct++;
if (buildCounterProduct < 3) {
- o.additionalImageLinks = buildUnnamed5086();
+ o.additionalImageLinks = buildUnnamed5137();
o.additionalSizeType = 'foo';
o.adsGrouping = 'foo';
- o.adsLabels = buildUnnamed5087();
+ o.adsLabels = buildUnnamed5138();
o.adsRedirect = 'foo';
o.adult = true;
o.ageGroup = 'foo';
@@ -10507,7 +10507,7 @@
o.condition = 'foo';
o.contentLanguage = 'foo';
o.costOfGoodsSold = buildPrice();
- o.customAttributes = buildUnnamed5088();
+ o.customAttributes = buildUnnamed5139();
o.customLabel0 = 'foo';
o.customLabel1 = 'foo';
o.customLabel2 = 'foo';
@@ -10516,11 +10516,11 @@
o.description = 'foo';
o.displayAdsId = 'foo';
o.displayAdsLink = 'foo';
- o.displayAdsSimilarIds = buildUnnamed5089();
+ o.displayAdsSimilarIds = buildUnnamed5140();
o.displayAdsTitle = 'foo';
o.displayAdsValue = 42.0;
o.energyEfficiencyClass = 'foo';
- o.excludedDestinations = buildUnnamed5090();
+ o.excludedDestinations = buildUnnamed5141();
o.expirationDate = 'foo';
o.gender = 'foo';
o.googleProductCategory = 'foo';
@@ -10528,7 +10528,7 @@
o.id = 'foo';
o.identifierExists = true;
o.imageLink = 'foo';
- o.includedDestinations = buildUnnamed5091();
+ o.includedDestinations = buildUnnamed5142();
o.installment = buildInstallment();
o.isBundle = true;
o.itemGroupId = 'foo';
@@ -10550,28 +10550,28 @@
o.pickupMethod = 'foo';
o.pickupSla = 'foo';
o.price = buildPrice();
- o.productDetails = buildUnnamed5092();
- o.productHighlights = buildUnnamed5093();
- o.productTypes = buildUnnamed5094();
- o.promotionIds = buildUnnamed5095();
+ o.productDetails = buildUnnamed5143();
+ o.productHighlights = buildUnnamed5144();
+ o.productTypes = buildUnnamed5145();
+ o.promotionIds = buildUnnamed5146();
o.salePrice = buildPrice();
o.salePriceEffectiveDate = 'foo';
o.sellOnGoogleQuantity = 'foo';
- o.shipping = buildUnnamed5096();
+ o.shipping = buildUnnamed5147();
o.shippingHeight = buildProductShippingDimension();
o.shippingLabel = 'foo';
o.shippingLength = buildProductShippingDimension();
o.shippingWeight = buildProductShippingWeight();
o.shippingWidth = buildProductShippingDimension();
- o.shoppingAdsExcludedCountries = buildUnnamed5097();
+ o.shoppingAdsExcludedCountries = buildUnnamed5148();
o.sizeSystem = 'foo';
o.sizeType = 'foo';
- o.sizes = buildUnnamed5098();
+ o.sizes = buildUnnamed5149();
o.source = 'foo';
o.subscriptionCost = buildProductSubscriptionCost();
o.targetCountry = 'foo';
o.taxCategory = 'foo';
- o.taxes = buildUnnamed5099();
+ o.taxes = buildUnnamed5150();
o.title = 'foo';
o.transitTimeLabel = 'foo';
o.unitPricingBaseMeasure = buildProductUnitPricingBaseMeasure();
@@ -10584,7 +10584,7 @@
void checkProduct(api.Product o) {
buildCounterProduct++;
if (buildCounterProduct < 3) {
- checkUnnamed5086(o.additionalImageLinks!);
+ checkUnnamed5137(o.additionalImageLinks!);
unittest.expect(
o.additionalSizeType!,
unittest.equals('foo'),
@@ -10593,7 +10593,7 @@
o.adsGrouping!,
unittest.equals('foo'),
);
- checkUnnamed5087(o.adsLabels!);
+ checkUnnamed5138(o.adsLabels!);
unittest.expect(
o.adsRedirect!,
unittest.equals('foo'),
@@ -10636,7 +10636,7 @@
unittest.equals('foo'),
);
checkPrice(o.costOfGoodsSold! as api.Price);
- checkUnnamed5088(o.customAttributes!);
+ checkUnnamed5139(o.customAttributes!);
unittest.expect(
o.customLabel0!,
unittest.equals('foo'),
@@ -10669,7 +10669,7 @@
o.displayAdsLink!,
unittest.equals('foo'),
);
- checkUnnamed5089(o.displayAdsSimilarIds!);
+ checkUnnamed5140(o.displayAdsSimilarIds!);
unittest.expect(
o.displayAdsTitle!,
unittest.equals('foo'),
@@ -10682,7 +10682,7 @@
o.energyEfficiencyClass!,
unittest.equals('foo'),
);
- checkUnnamed5090(o.excludedDestinations!);
+ checkUnnamed5141(o.excludedDestinations!);
unittest.expect(
o.expirationDate!,
unittest.equals('foo'),
@@ -10708,7 +10708,7 @@
o.imageLink!,
unittest.equals('foo'),
);
- checkUnnamed5091(o.includedDestinations!);
+ checkUnnamed5142(o.includedDestinations!);
checkInstallment(o.installment! as api.Installment);
unittest.expect(o.isBundle!, unittest.isTrue);
unittest.expect(
@@ -10781,10 +10781,10 @@
unittest.equals('foo'),
);
checkPrice(o.price! as api.Price);
- checkUnnamed5092(o.productDetails!);
- checkUnnamed5093(o.productHighlights!);
- checkUnnamed5094(o.productTypes!);
- checkUnnamed5095(o.promotionIds!);
+ checkUnnamed5143(o.productDetails!);
+ checkUnnamed5144(o.productHighlights!);
+ checkUnnamed5145(o.productTypes!);
+ checkUnnamed5146(o.promotionIds!);
checkPrice(o.salePrice! as api.Price);
unittest.expect(
o.salePriceEffectiveDate!,
@@ -10794,7 +10794,7 @@
o.sellOnGoogleQuantity!,
unittest.equals('foo'),
);
- checkUnnamed5096(o.shipping!);
+ checkUnnamed5147(o.shipping!);
checkProductShippingDimension(
o.shippingHeight! as api.ProductShippingDimension);
unittest.expect(
@@ -10806,7 +10806,7 @@
checkProductShippingWeight(o.shippingWeight! as api.ProductShippingWeight);
checkProductShippingDimension(
o.shippingWidth! as api.ProductShippingDimension);
- checkUnnamed5097(o.shoppingAdsExcludedCountries!);
+ checkUnnamed5148(o.shoppingAdsExcludedCountries!);
unittest.expect(
o.sizeSystem!,
unittest.equals('foo'),
@@ -10815,7 +10815,7 @@
o.sizeType!,
unittest.equals('foo'),
);
- checkUnnamed5098(o.sizes!);
+ checkUnnamed5149(o.sizes!);
unittest.expect(
o.source!,
unittest.equals('foo'),
@@ -10830,7 +10830,7 @@
o.taxCategory!,
unittest.equals('foo'),
);
- checkUnnamed5099(o.taxes!);
+ checkUnnamed5150(o.taxes!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -11025,14 +11025,14 @@
buildCounterProductShippingWeight--;
}
-core.List<api.ProductStatusDestinationStatus> buildUnnamed5100() {
+core.List<api.ProductStatusDestinationStatus> buildUnnamed5151() {
var o = <api.ProductStatusDestinationStatus>[];
o.add(buildProductStatusDestinationStatus());
o.add(buildProductStatusDestinationStatus());
return o;
}
-void checkUnnamed5100(core.List<api.ProductStatusDestinationStatus> o) {
+void checkUnnamed5151(core.List<api.ProductStatusDestinationStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductStatusDestinationStatus(
o[0] as api.ProductStatusDestinationStatus);
@@ -11040,14 +11040,14 @@
o[1] as api.ProductStatusDestinationStatus);
}
-core.List<api.ProductStatusItemLevelIssue> buildUnnamed5101() {
+core.List<api.ProductStatusItemLevelIssue> buildUnnamed5152() {
var o = <api.ProductStatusItemLevelIssue>[];
o.add(buildProductStatusItemLevelIssue());
o.add(buildProductStatusItemLevelIssue());
return o;
}
-void checkUnnamed5101(core.List<api.ProductStatusItemLevelIssue> o) {
+void checkUnnamed5152(core.List<api.ProductStatusItemLevelIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductStatusItemLevelIssue(o[0] as api.ProductStatusItemLevelIssue);
checkProductStatusItemLevelIssue(o[1] as api.ProductStatusItemLevelIssue);
@@ -11059,9 +11059,9 @@
buildCounterProductStatus++;
if (buildCounterProductStatus < 3) {
o.creationDate = 'foo';
- o.destinationStatuses = buildUnnamed5100();
+ o.destinationStatuses = buildUnnamed5151();
o.googleExpirationDate = 'foo';
- o.itemLevelIssues = buildUnnamed5101();
+ o.itemLevelIssues = buildUnnamed5152();
o.kind = 'foo';
o.lastUpdateDate = 'foo';
o.link = 'foo';
@@ -11079,12 +11079,12 @@
o.creationDate!,
unittest.equals('foo'),
);
- checkUnnamed5100(o.destinationStatuses!);
+ checkUnnamed5151(o.destinationStatuses!);
unittest.expect(
o.googleExpirationDate!,
unittest.equals('foo'),
);
- checkUnnamed5101(o.itemLevelIssues!);
+ checkUnnamed5152(o.itemLevelIssues!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -11109,14 +11109,14 @@
buildCounterProductStatus--;
}
-core.List<core.String> buildUnnamed5102() {
+core.List<core.String> buildUnnamed5153() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5102(core.List<core.String> o) {
+void checkUnnamed5153(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11128,14 +11128,14 @@
);
}
-core.List<core.String> buildUnnamed5103() {
+core.List<core.String> buildUnnamed5154() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5103(core.List<core.String> o) {
+void checkUnnamed5154(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11147,14 +11147,14 @@
);
}
-core.List<core.String> buildUnnamed5104() {
+core.List<core.String> buildUnnamed5155() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5104(core.List<core.String> o) {
+void checkUnnamed5155(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11171,10 +11171,10 @@
var o = api.ProductStatusDestinationStatus();
buildCounterProductStatusDestinationStatus++;
if (buildCounterProductStatusDestinationStatus < 3) {
- o.approvedCountries = buildUnnamed5102();
+ o.approvedCountries = buildUnnamed5153();
o.destination = 'foo';
- o.disapprovedCountries = buildUnnamed5103();
- o.pendingCountries = buildUnnamed5104();
+ o.disapprovedCountries = buildUnnamed5154();
+ o.pendingCountries = buildUnnamed5155();
o.status = 'foo';
}
buildCounterProductStatusDestinationStatus--;
@@ -11184,13 +11184,13 @@
void checkProductStatusDestinationStatus(api.ProductStatusDestinationStatus o) {
buildCounterProductStatusDestinationStatus++;
if (buildCounterProductStatusDestinationStatus < 3) {
- checkUnnamed5102(o.approvedCountries!);
+ checkUnnamed5153(o.approvedCountries!);
unittest.expect(
o.destination!,
unittest.equals('foo'),
);
- checkUnnamed5103(o.disapprovedCountries!);
- checkUnnamed5104(o.pendingCountries!);
+ checkUnnamed5154(o.disapprovedCountries!);
+ checkUnnamed5155(o.pendingCountries!);
unittest.expect(
o.status!,
unittest.equals('foo'),
@@ -11199,14 +11199,14 @@
buildCounterProductStatusDestinationStatus--;
}
-core.List<core.String> buildUnnamed5105() {
+core.List<core.String> buildUnnamed5156() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5105(core.List<core.String> o) {
+void checkUnnamed5156(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11223,7 +11223,7 @@
var o = api.ProductStatusItemLevelIssue();
buildCounterProductStatusItemLevelIssue++;
if (buildCounterProductStatusItemLevelIssue < 3) {
- o.applicableCountries = buildUnnamed5105();
+ o.applicableCountries = buildUnnamed5156();
o.attributeName = 'foo';
o.code = 'foo';
o.description = 'foo';
@@ -11240,7 +11240,7 @@
void checkProductStatusItemLevelIssue(api.ProductStatusItemLevelIssue o) {
buildCounterProductStatusItemLevelIssue++;
if (buildCounterProductStatusItemLevelIssue < 3) {
- checkUnnamed5105(o.applicableCountries!);
+ checkUnnamed5156(o.applicableCountries!);
unittest.expect(
o.attributeName!,
unittest.equals('foo'),
@@ -11404,14 +11404,14 @@
buildCounterProductUnitPricingMeasure--;
}
-core.List<api.ProductsCustomBatchRequestEntry> buildUnnamed5106() {
+core.List<api.ProductsCustomBatchRequestEntry> buildUnnamed5157() {
var o = <api.ProductsCustomBatchRequestEntry>[];
o.add(buildProductsCustomBatchRequestEntry());
o.add(buildProductsCustomBatchRequestEntry());
return o;
}
-void checkUnnamed5106(core.List<api.ProductsCustomBatchRequestEntry> o) {
+void checkUnnamed5157(core.List<api.ProductsCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductsCustomBatchRequestEntry(
o[0] as api.ProductsCustomBatchRequestEntry);
@@ -11424,7 +11424,7 @@
var o = api.ProductsCustomBatchRequest();
buildCounterProductsCustomBatchRequest++;
if (buildCounterProductsCustomBatchRequest < 3) {
- o.entries = buildUnnamed5106();
+ o.entries = buildUnnamed5157();
}
buildCounterProductsCustomBatchRequest--;
return o;
@@ -11433,7 +11433,7 @@
void checkProductsCustomBatchRequest(api.ProductsCustomBatchRequest o) {
buildCounterProductsCustomBatchRequest++;
if (buildCounterProductsCustomBatchRequest < 3) {
- checkUnnamed5106(o.entries!);
+ checkUnnamed5157(o.entries!);
}
buildCounterProductsCustomBatchRequest--;
}
@@ -11488,14 +11488,14 @@
buildCounterProductsCustomBatchRequestEntry--;
}
-core.List<api.ProductsCustomBatchResponseEntry> buildUnnamed5107() {
+core.List<api.ProductsCustomBatchResponseEntry> buildUnnamed5158() {
var o = <api.ProductsCustomBatchResponseEntry>[];
o.add(buildProductsCustomBatchResponseEntry());
o.add(buildProductsCustomBatchResponseEntry());
return o;
}
-void checkUnnamed5107(core.List<api.ProductsCustomBatchResponseEntry> o) {
+void checkUnnamed5158(core.List<api.ProductsCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductsCustomBatchResponseEntry(
o[0] as api.ProductsCustomBatchResponseEntry);
@@ -11508,7 +11508,7 @@
var o = api.ProductsCustomBatchResponse();
buildCounterProductsCustomBatchResponse++;
if (buildCounterProductsCustomBatchResponse < 3) {
- o.entries = buildUnnamed5107();
+ o.entries = buildUnnamed5158();
o.kind = 'foo';
}
buildCounterProductsCustomBatchResponse--;
@@ -11518,7 +11518,7 @@
void checkProductsCustomBatchResponse(api.ProductsCustomBatchResponse o) {
buildCounterProductsCustomBatchResponse++;
if (buildCounterProductsCustomBatchResponse < 3) {
- checkUnnamed5107(o.entries!);
+ checkUnnamed5158(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -11559,14 +11559,14 @@
buildCounterProductsCustomBatchResponseEntry--;
}
-core.List<api.Product> buildUnnamed5108() {
+core.List<api.Product> buildUnnamed5159() {
var o = <api.Product>[];
o.add(buildProduct());
o.add(buildProduct());
return o;
}
-void checkUnnamed5108(core.List<api.Product> o) {
+void checkUnnamed5159(core.List<api.Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkProduct(o[0] as api.Product);
checkProduct(o[1] as api.Product);
@@ -11579,7 +11579,7 @@
if (buildCounterProductsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed5108();
+ o.resources = buildUnnamed5159();
}
buildCounterProductsListResponse--;
return o;
@@ -11596,19 +11596,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5108(o.resources!);
+ checkUnnamed5159(o.resources!);
}
buildCounterProductsListResponse--;
}
-core.List<api.ProductstatusesCustomBatchRequestEntry> buildUnnamed5109() {
+core.List<api.ProductstatusesCustomBatchRequestEntry> buildUnnamed5160() {
var o = <api.ProductstatusesCustomBatchRequestEntry>[];
o.add(buildProductstatusesCustomBatchRequestEntry());
o.add(buildProductstatusesCustomBatchRequestEntry());
return o;
}
-void checkUnnamed5109(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
+void checkUnnamed5160(core.List<api.ProductstatusesCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductstatusesCustomBatchRequestEntry(
o[0] as api.ProductstatusesCustomBatchRequestEntry);
@@ -11621,7 +11621,7 @@
var o = api.ProductstatusesCustomBatchRequest();
buildCounterProductstatusesCustomBatchRequest++;
if (buildCounterProductstatusesCustomBatchRequest < 3) {
- o.entries = buildUnnamed5109();
+ o.entries = buildUnnamed5160();
}
buildCounterProductstatusesCustomBatchRequest--;
return o;
@@ -11631,19 +11631,19 @@
api.ProductstatusesCustomBatchRequest o) {
buildCounterProductstatusesCustomBatchRequest++;
if (buildCounterProductstatusesCustomBatchRequest < 3) {
- checkUnnamed5109(o.entries!);
+ checkUnnamed5160(o.entries!);
}
buildCounterProductstatusesCustomBatchRequest--;
}
-core.List<core.String> buildUnnamed5110() {
+core.List<core.String> buildUnnamed5161() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5110(core.List<core.String> o) {
+void checkUnnamed5161(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11662,7 +11662,7 @@
buildCounterProductstatusesCustomBatchRequestEntry++;
if (buildCounterProductstatusesCustomBatchRequestEntry < 3) {
o.batchId = 42;
- o.destinations = buildUnnamed5110();
+ o.destinations = buildUnnamed5161();
o.includeAttributes = true;
o.merchantId = 'foo';
o.method = 'foo';
@@ -11680,7 +11680,7 @@
o.batchId!,
unittest.equals(42),
);
- checkUnnamed5110(o.destinations!);
+ checkUnnamed5161(o.destinations!);
unittest.expect(o.includeAttributes!, unittest.isTrue);
unittest.expect(
o.merchantId!,
@@ -11698,14 +11698,14 @@
buildCounterProductstatusesCustomBatchRequestEntry--;
}
-core.List<api.ProductstatusesCustomBatchResponseEntry> buildUnnamed5111() {
+core.List<api.ProductstatusesCustomBatchResponseEntry> buildUnnamed5162() {
var o = <api.ProductstatusesCustomBatchResponseEntry>[];
o.add(buildProductstatusesCustomBatchResponseEntry());
o.add(buildProductstatusesCustomBatchResponseEntry());
return o;
}
-void checkUnnamed5111(
+void checkUnnamed5162(
core.List<api.ProductstatusesCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductstatusesCustomBatchResponseEntry(
@@ -11720,7 +11720,7 @@
var o = api.ProductstatusesCustomBatchResponse();
buildCounterProductstatusesCustomBatchResponse++;
if (buildCounterProductstatusesCustomBatchResponse < 3) {
- o.entries = buildUnnamed5111();
+ o.entries = buildUnnamed5162();
o.kind = 'foo';
}
buildCounterProductstatusesCustomBatchResponse--;
@@ -11731,7 +11731,7 @@
api.ProductstatusesCustomBatchResponse o) {
buildCounterProductstatusesCustomBatchResponse++;
if (buildCounterProductstatusesCustomBatchResponse < 3) {
- checkUnnamed5111(o.entries!);
+ checkUnnamed5162(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -11773,14 +11773,14 @@
buildCounterProductstatusesCustomBatchResponseEntry--;
}
-core.List<api.ProductStatus> buildUnnamed5112() {
+core.List<api.ProductStatus> buildUnnamed5163() {
var o = <api.ProductStatus>[];
o.add(buildProductStatus());
o.add(buildProductStatus());
return o;
}
-void checkUnnamed5112(core.List<api.ProductStatus> o) {
+void checkUnnamed5163(core.List<api.ProductStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductStatus(o[0] as api.ProductStatus);
checkProductStatus(o[1] as api.ProductStatus);
@@ -11793,7 +11793,7 @@
if (buildCounterProductstatusesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed5112();
+ o.resources = buildUnnamed5163();
}
buildCounterProductstatusesListResponse--;
return o;
@@ -11810,19 +11810,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5112(o.resources!);
+ checkUnnamed5163(o.resources!);
}
buildCounterProductstatusesListResponse--;
}
-core.List<core.String> buildUnnamed5113() {
+core.List<core.String> buildUnnamed5164() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5113(core.List<core.String> o) {
+void checkUnnamed5164(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11841,7 +11841,7 @@
if (buildCounterPubsubNotificationSettings < 3) {
o.cloudTopicName = 'foo';
o.kind = 'foo';
- o.registeredEvents = buildUnnamed5113();
+ o.registeredEvents = buildUnnamed5164();
}
buildCounterPubsubNotificationSettings--;
return o;
@@ -11858,19 +11858,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5113(o.registeredEvents!);
+ checkUnnamed5164(o.registeredEvents!);
}
buildCounterPubsubNotificationSettings--;
}
-core.List<core.String> buildUnnamed5114() {
+core.List<core.String> buildUnnamed5165() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5114(core.List<core.String> o) {
+void checkUnnamed5165(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11882,27 +11882,27 @@
);
}
-core.List<api.CarrierRate> buildUnnamed5115() {
+core.List<api.CarrierRate> buildUnnamed5166() {
var o = <api.CarrierRate>[];
o.add(buildCarrierRate());
o.add(buildCarrierRate());
return o;
}
-void checkUnnamed5115(core.List<api.CarrierRate> o) {
+void checkUnnamed5166(core.List<api.CarrierRate> o) {
unittest.expect(o, unittest.hasLength(2));
checkCarrierRate(o[0] as api.CarrierRate);
checkCarrierRate(o[1] as api.CarrierRate);
}
-core.List<api.Table> buildUnnamed5116() {
+core.List<api.Table> buildUnnamed5167() {
var o = <api.Table>[];
o.add(buildTable());
o.add(buildTable());
return o;
}
-void checkUnnamed5116(core.List<api.Table> o) {
+void checkUnnamed5167(core.List<api.Table> o) {
unittest.expect(o, unittest.hasLength(2));
checkTable(o[0] as api.Table);
checkTable(o[1] as api.Table);
@@ -11913,12 +11913,12 @@
var o = api.RateGroup();
buildCounterRateGroup++;
if (buildCounterRateGroup < 3) {
- o.applicableShippingLabels = buildUnnamed5114();
- o.carrierRates = buildUnnamed5115();
+ o.applicableShippingLabels = buildUnnamed5165();
+ o.carrierRates = buildUnnamed5166();
o.mainTable = buildTable();
o.name = 'foo';
o.singleValue = buildValue();
- o.subtables = buildUnnamed5116();
+ o.subtables = buildUnnamed5167();
}
buildCounterRateGroup--;
return o;
@@ -11927,15 +11927,15 @@
void checkRateGroup(api.RateGroup o) {
buildCounterRateGroup++;
if (buildCounterRateGroup < 3) {
- checkUnnamed5114(o.applicableShippingLabels!);
- checkUnnamed5115(o.carrierRates!);
+ checkUnnamed5165(o.applicableShippingLabels!);
+ checkUnnamed5166(o.carrierRates!);
checkTable(o.mainTable! as api.Table);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
checkValue(o.singleValue! as api.Value);
- checkUnnamed5116(o.subtables!);
+ checkUnnamed5167(o.subtables!);
}
buildCounterRateGroup--;
}
@@ -12007,14 +12007,14 @@
buildCounterRegion--;
}
-core.List<core.String> buildUnnamed5117() {
+core.List<core.String> buildUnnamed5168() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5117(core.List<core.String> o) {
+void checkUnnamed5168(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12031,7 +12031,7 @@
var o = api.RegionGeoTargetArea();
buildCounterRegionGeoTargetArea++;
if (buildCounterRegionGeoTargetArea < 3) {
- o.geotargetCriteriaIds = buildUnnamed5117();
+ o.geotargetCriteriaIds = buildUnnamed5168();
}
buildCounterRegionGeoTargetArea--;
return o;
@@ -12040,19 +12040,19 @@
void checkRegionGeoTargetArea(api.RegionGeoTargetArea o) {
buildCounterRegionGeoTargetArea++;
if (buildCounterRegionGeoTargetArea < 3) {
- checkUnnamed5117(o.geotargetCriteriaIds!);
+ checkUnnamed5168(o.geotargetCriteriaIds!);
}
buildCounterRegionGeoTargetArea--;
}
-core.List<api.RegionPostalCodeAreaPostalCodeRange> buildUnnamed5118() {
+core.List<api.RegionPostalCodeAreaPostalCodeRange> buildUnnamed5169() {
var o = <api.RegionPostalCodeAreaPostalCodeRange>[];
o.add(buildRegionPostalCodeAreaPostalCodeRange());
o.add(buildRegionPostalCodeAreaPostalCodeRange());
return o;
}
-void checkUnnamed5118(core.List<api.RegionPostalCodeAreaPostalCodeRange> o) {
+void checkUnnamed5169(core.List<api.RegionPostalCodeAreaPostalCodeRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegionPostalCodeAreaPostalCodeRange(
o[0] as api.RegionPostalCodeAreaPostalCodeRange);
@@ -12065,7 +12065,7 @@
var o = api.RegionPostalCodeArea();
buildCounterRegionPostalCodeArea++;
if (buildCounterRegionPostalCodeArea < 3) {
- o.postalCodes = buildUnnamed5118();
+ o.postalCodes = buildUnnamed5169();
o.regionCode = 'foo';
}
buildCounterRegionPostalCodeArea--;
@@ -12075,7 +12075,7 @@
void checkRegionPostalCodeArea(api.RegionPostalCodeArea o) {
buildCounterRegionPostalCodeArea++;
if (buildCounterRegionPostalCodeArea < 3) {
- checkUnnamed5118(o.postalCodes!);
+ checkUnnamed5169(o.postalCodes!);
unittest.expect(
o.regionCode!,
unittest.equals('foo'),
@@ -12113,14 +12113,14 @@
buildCounterRegionPostalCodeAreaPostalCodeRange--;
}
-core.List<api.CustomAttribute> buildUnnamed5119() {
+core.List<api.CustomAttribute> buildUnnamed5170() {
var o = <api.CustomAttribute>[];
o.add(buildCustomAttribute());
o.add(buildCustomAttribute());
return o;
}
-void checkUnnamed5119(core.List<api.CustomAttribute> o) {
+void checkUnnamed5170(core.List<api.CustomAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomAttribute(o[0] as api.CustomAttribute);
checkCustomAttribute(o[1] as api.CustomAttribute);
@@ -12132,7 +12132,7 @@
buildCounterRegionalInventory++;
if (buildCounterRegionalInventory < 3) {
o.availability = 'foo';
- o.customAttributes = buildUnnamed5119();
+ o.customAttributes = buildUnnamed5170();
o.kind = 'foo';
o.price = buildPrice();
o.regionId = 'foo';
@@ -12150,7 +12150,7 @@
o.availability!,
unittest.equals('foo'),
);
- checkUnnamed5119(o.customAttributes!);
+ checkUnnamed5170(o.customAttributes!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -12169,14 +12169,14 @@
buildCounterRegionalInventory--;
}
-core.List<api.RegionalinventoryCustomBatchRequestEntry> buildUnnamed5120() {
+core.List<api.RegionalinventoryCustomBatchRequestEntry> buildUnnamed5171() {
var o = <api.RegionalinventoryCustomBatchRequestEntry>[];
o.add(buildRegionalinventoryCustomBatchRequestEntry());
o.add(buildRegionalinventoryCustomBatchRequestEntry());
return o;
}
-void checkUnnamed5120(
+void checkUnnamed5171(
core.List<api.RegionalinventoryCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegionalinventoryCustomBatchRequestEntry(
@@ -12191,7 +12191,7 @@
var o = api.RegionalinventoryCustomBatchRequest();
buildCounterRegionalinventoryCustomBatchRequest++;
if (buildCounterRegionalinventoryCustomBatchRequest < 3) {
- o.entries = buildUnnamed5120();
+ o.entries = buildUnnamed5171();
}
buildCounterRegionalinventoryCustomBatchRequest--;
return o;
@@ -12201,7 +12201,7 @@
api.RegionalinventoryCustomBatchRequest o) {
buildCounterRegionalinventoryCustomBatchRequest++;
if (buildCounterRegionalinventoryCustomBatchRequest < 3) {
- checkUnnamed5120(o.entries!);
+ checkUnnamed5171(o.entries!);
}
buildCounterRegionalinventoryCustomBatchRequest--;
}
@@ -12247,14 +12247,14 @@
buildCounterRegionalinventoryCustomBatchRequestEntry--;
}
-core.List<api.RegionalinventoryCustomBatchResponseEntry> buildUnnamed5121() {
+core.List<api.RegionalinventoryCustomBatchResponseEntry> buildUnnamed5172() {
var o = <api.RegionalinventoryCustomBatchResponseEntry>[];
o.add(buildRegionalinventoryCustomBatchResponseEntry());
o.add(buildRegionalinventoryCustomBatchResponseEntry());
return o;
}
-void checkUnnamed5121(
+void checkUnnamed5172(
core.List<api.RegionalinventoryCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegionalinventoryCustomBatchResponseEntry(
@@ -12269,7 +12269,7 @@
var o = api.RegionalinventoryCustomBatchResponse();
buildCounterRegionalinventoryCustomBatchResponse++;
if (buildCounterRegionalinventoryCustomBatchResponse < 3) {
- o.entries = buildUnnamed5121();
+ o.entries = buildUnnamed5172();
o.kind = 'foo';
}
buildCounterRegionalinventoryCustomBatchResponse--;
@@ -12280,7 +12280,7 @@
api.RegionalinventoryCustomBatchResponse o) {
buildCounterRegionalinventoryCustomBatchResponse++;
if (buildCounterRegionalinventoryCustomBatchResponse < 3) {
- checkUnnamed5121(o.entries!);
+ checkUnnamed5172(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -12343,27 +12343,27 @@
buildCounterReportRow--;
}
-core.List<api.InapplicabilityDetails> buildUnnamed5122() {
+core.List<api.InapplicabilityDetails> buildUnnamed5173() {
var o = <api.InapplicabilityDetails>[];
o.add(buildInapplicabilityDetails());
o.add(buildInapplicabilityDetails());
return o;
}
-void checkUnnamed5122(core.List<api.InapplicabilityDetails> o) {
+void checkUnnamed5173(core.List<api.InapplicabilityDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkInapplicabilityDetails(o[0] as api.InapplicabilityDetails);
checkInapplicabilityDetails(o[1] as api.InapplicabilityDetails);
}
-core.List<core.String> buildUnnamed5123() {
+core.List<core.String> buildUnnamed5174() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5123(core.List<core.String> o) {
+void checkUnnamed5174(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12385,10 +12385,10 @@
buildRepricingProductReportBuyboxWinningProductStats();
o.date = buildDate();
o.highWatermark = buildPriceAmount();
- o.inapplicabilityDetails = buildUnnamed5122();
+ o.inapplicabilityDetails = buildUnnamed5173();
o.lowWatermark = buildPriceAmount();
o.orderItemCount = 42;
- o.ruleIds = buildUnnamed5123();
+ o.ruleIds = buildUnnamed5174();
o.totalGmv = buildPriceAmount();
o.type = 'foo';
}
@@ -12408,13 +12408,13 @@
as api.RepricingProductReportBuyboxWinningProductStats);
checkDate(o.date! as api.Date);
checkPriceAmount(o.highWatermark! as api.PriceAmount);
- checkUnnamed5122(o.inapplicabilityDetails!);
+ checkUnnamed5173(o.inapplicabilityDetails!);
checkPriceAmount(o.lowWatermark! as api.PriceAmount);
unittest.expect(
o.orderItemCount!,
unittest.equals(42),
);
- checkUnnamed5123(o.ruleIds!);
+ checkUnnamed5174(o.ruleIds!);
checkPriceAmount(o.totalGmv! as api.PriceAmount);
unittest.expect(
o.type!,
@@ -12540,14 +12540,14 @@
buildCounterRepricingRuleCostOfGoodsSaleRule--;
}
-core.List<api.RepricingRuleEffectiveTimeFixedTimePeriod> buildUnnamed5124() {
+core.List<api.RepricingRuleEffectiveTimeFixedTimePeriod> buildUnnamed5175() {
var o = <api.RepricingRuleEffectiveTimeFixedTimePeriod>[];
o.add(buildRepricingRuleEffectiveTimeFixedTimePeriod());
o.add(buildRepricingRuleEffectiveTimeFixedTimePeriod());
return o;
}
-void checkUnnamed5124(
+void checkUnnamed5175(
core.List<api.RepricingRuleEffectiveTimeFixedTimePeriod> o) {
unittest.expect(o, unittest.hasLength(2));
checkRepricingRuleEffectiveTimeFixedTimePeriod(
@@ -12561,7 +12561,7 @@
var o = api.RepricingRuleEffectiveTime();
buildCounterRepricingRuleEffectiveTime++;
if (buildCounterRepricingRuleEffectiveTime < 3) {
- o.fixedTimePeriods = buildUnnamed5124();
+ o.fixedTimePeriods = buildUnnamed5175();
}
buildCounterRepricingRuleEffectiveTime--;
return o;
@@ -12570,7 +12570,7 @@
void checkRepricingRuleEffectiveTime(api.RepricingRuleEffectiveTime o) {
buildCounterRepricingRuleEffectiveTime++;
if (buildCounterRepricingRuleEffectiveTime < 3) {
- checkUnnamed5124(o.fixedTimePeriods!);
+ checkUnnamed5175(o.fixedTimePeriods!);
}
buildCounterRepricingRuleEffectiveTime--;
}
@@ -12639,14 +12639,14 @@
buildCounterRepricingRuleEligibleOfferMatcher--;
}
-core.List<core.String> buildUnnamed5125() {
+core.List<core.String> buildUnnamed5176() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5125(core.List<core.String> o) {
+void checkUnnamed5176(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12664,7 +12664,7 @@
var o = api.RepricingRuleEligibleOfferMatcherStringMatcher();
buildCounterRepricingRuleEligibleOfferMatcherStringMatcher++;
if (buildCounterRepricingRuleEligibleOfferMatcherStringMatcher < 3) {
- o.strAttributes = buildUnnamed5125();
+ o.strAttributes = buildUnnamed5176();
}
buildCounterRepricingRuleEligibleOfferMatcherStringMatcher--;
return o;
@@ -12674,19 +12674,19 @@
api.RepricingRuleEligibleOfferMatcherStringMatcher o) {
buildCounterRepricingRuleEligibleOfferMatcherStringMatcher++;
if (buildCounterRepricingRuleEligibleOfferMatcherStringMatcher < 3) {
- checkUnnamed5125(o.strAttributes!);
+ checkUnnamed5176(o.strAttributes!);
}
buildCounterRepricingRuleEligibleOfferMatcherStringMatcher--;
}
-core.List<core.String> buildUnnamed5126() {
+core.List<core.String> buildUnnamed5177() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5126(core.List<core.String> o) {
+void checkUnnamed5177(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12698,27 +12698,27 @@
);
}
-core.List<api.InapplicabilityDetails> buildUnnamed5127() {
+core.List<api.InapplicabilityDetails> buildUnnamed5178() {
var o = <api.InapplicabilityDetails>[];
o.add(buildInapplicabilityDetails());
o.add(buildInapplicabilityDetails());
return o;
}
-void checkUnnamed5127(core.List<api.InapplicabilityDetails> o) {
+void checkUnnamed5178(core.List<api.InapplicabilityDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkInapplicabilityDetails(o[0] as api.InapplicabilityDetails);
checkInapplicabilityDetails(o[1] as api.InapplicabilityDetails);
}
-core.List<core.String> buildUnnamed5128() {
+core.List<core.String> buildUnnamed5179() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5128(core.List<core.String> o) {
+void checkUnnamed5179(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12737,9 +12737,9 @@
if (buildCounterRepricingRuleReport < 3) {
o.buyboxWinningRuleStats = buildRepricingRuleReportBuyboxWinningRuleStats();
o.date = buildDate();
- o.impactedProducts = buildUnnamed5126();
- o.inapplicabilityDetails = buildUnnamed5127();
- o.inapplicableProducts = buildUnnamed5128();
+ o.impactedProducts = buildUnnamed5177();
+ o.inapplicabilityDetails = buildUnnamed5178();
+ o.inapplicableProducts = buildUnnamed5179();
o.orderItemCount = 42;
o.ruleId = 'foo';
o.totalGmv = buildPriceAmount();
@@ -12755,9 +12755,9 @@
checkRepricingRuleReportBuyboxWinningRuleStats(o.buyboxWinningRuleStats!
as api.RepricingRuleReportBuyboxWinningRuleStats);
checkDate(o.date! as api.Date);
- checkUnnamed5126(o.impactedProducts!);
- checkUnnamed5127(o.inapplicabilityDetails!);
- checkUnnamed5128(o.inapplicableProducts!);
+ checkUnnamed5177(o.impactedProducts!);
+ checkUnnamed5178(o.inapplicabilityDetails!);
+ checkUnnamed5179(o.inapplicableProducts!);
unittest.expect(
o.orderItemCount!,
unittest.equals(42),
@@ -12937,14 +12937,14 @@
buildCounterReturnAddress--;
}
-core.List<core.String> buildUnnamed5129() {
+core.List<core.String> buildUnnamed5180() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5129(core.List<core.String> o) {
+void checkUnnamed5180(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12966,7 +12966,7 @@
o.postalCode = 'foo';
o.recipientName = 'foo';
o.region = 'foo';
- o.streetAddress = buildUnnamed5129();
+ o.streetAddress = buildUnnamed5180();
}
buildCounterReturnAddressAddress--;
return o;
@@ -12995,19 +12995,19 @@
o.region!,
unittest.equals('foo'),
);
- checkUnnamed5129(o.streetAddress!);
+ checkUnnamed5180(o.streetAddress!);
}
buildCounterReturnAddressAddress--;
}
-core.List<core.String> buildUnnamed5130() {
+core.List<core.String> buildUnnamed5181() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5130(core.List<core.String> o) {
+void checkUnnamed5181(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -13019,14 +13019,14 @@
);
}
-core.List<api.ReturnPolicySeasonalOverride> buildUnnamed5131() {
+core.List<api.ReturnPolicySeasonalOverride> buildUnnamed5182() {
var o = <api.ReturnPolicySeasonalOverride>[];
o.add(buildReturnPolicySeasonalOverride());
o.add(buildReturnPolicySeasonalOverride());
return o;
}
-void checkUnnamed5131(core.List<api.ReturnPolicySeasonalOverride> o) {
+void checkUnnamed5182(core.List<api.ReturnPolicySeasonalOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnPolicySeasonalOverride(o[0] as api.ReturnPolicySeasonalOverride);
checkReturnPolicySeasonalOverride(o[1] as api.ReturnPolicySeasonalOverride);
@@ -13041,11 +13041,11 @@
o.kind = 'foo';
o.label = 'foo';
o.name = 'foo';
- o.nonFreeReturnReasons = buildUnnamed5130();
+ o.nonFreeReturnReasons = buildUnnamed5181();
o.policy = buildReturnPolicyPolicy();
o.returnPolicyId = 'foo';
o.returnShippingFee = buildPrice();
- o.seasonalOverrides = buildUnnamed5131();
+ o.seasonalOverrides = buildUnnamed5182();
}
buildCounterReturnPolicy--;
return o;
@@ -13070,26 +13070,26 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5130(o.nonFreeReturnReasons!);
+ checkUnnamed5181(o.nonFreeReturnReasons!);
checkReturnPolicyPolicy(o.policy! as api.ReturnPolicyPolicy);
unittest.expect(
o.returnPolicyId!,
unittest.equals('foo'),
);
checkPrice(o.returnShippingFee! as api.Price);
- checkUnnamed5131(o.seasonalOverrides!);
+ checkUnnamed5182(o.seasonalOverrides!);
}
buildCounterReturnPolicy--;
}
-core.List<core.String> buildUnnamed5132() {
+core.List<core.String> buildUnnamed5183() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5132(core.List<core.String> o) {
+void checkUnnamed5183(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -13101,14 +13101,14 @@
);
}
-core.List<core.String> buildUnnamed5133() {
+core.List<core.String> buildUnnamed5184() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5133(core.List<core.String> o) {
+void checkUnnamed5184(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -13120,14 +13120,14 @@
);
}
-core.List<core.String> buildUnnamed5134() {
+core.List<core.String> buildUnnamed5185() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5134(core.List<core.String> o) {
+void checkUnnamed5185(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -13139,14 +13139,14 @@
);
}
-core.List<api.ReturnPolicyOnlineReturnReasonCategoryInfo> buildUnnamed5135() {
+core.List<api.ReturnPolicyOnlineReturnReasonCategoryInfo> buildUnnamed5186() {
var o = <api.ReturnPolicyOnlineReturnReasonCategoryInfo>[];
o.add(buildReturnPolicyOnlineReturnReasonCategoryInfo());
o.add(buildReturnPolicyOnlineReturnReasonCategoryInfo());
return o;
}
-void checkUnnamed5135(
+void checkUnnamed5186(
core.List<api.ReturnPolicyOnlineReturnReasonCategoryInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnPolicyOnlineReturnReasonCategoryInfo(
@@ -13160,16 +13160,16 @@
var o = api.ReturnPolicyOnline();
buildCounterReturnPolicyOnline++;
if (buildCounterReturnPolicyOnline < 3) {
- o.countries = buildUnnamed5132();
- o.itemConditions = buildUnnamed5133();
+ o.countries = buildUnnamed5183();
+ o.itemConditions = buildUnnamed5184();
o.label = 'foo';
o.name = 'foo';
o.policy = buildReturnPolicyOnlinePolicy();
o.restockingFee = buildReturnPolicyOnlineRestockingFee();
- o.returnMethods = buildUnnamed5134();
+ o.returnMethods = buildUnnamed5185();
o.returnPolicyId = 'foo';
o.returnPolicyUri = 'foo';
- o.returnReasonCategoryInfo = buildUnnamed5135();
+ o.returnReasonCategoryInfo = buildUnnamed5186();
}
buildCounterReturnPolicyOnline--;
return o;
@@ -13178,8 +13178,8 @@
void checkReturnPolicyOnline(api.ReturnPolicyOnline o) {
buildCounterReturnPolicyOnline++;
if (buildCounterReturnPolicyOnline < 3) {
- checkUnnamed5132(o.countries!);
- checkUnnamed5133(o.itemConditions!);
+ checkUnnamed5183(o.countries!);
+ checkUnnamed5184(o.itemConditions!);
unittest.expect(
o.label!,
unittest.equals('foo'),
@@ -13191,7 +13191,7 @@
checkReturnPolicyOnlinePolicy(o.policy! as api.ReturnPolicyOnlinePolicy);
checkReturnPolicyOnlineRestockingFee(
o.restockingFee! as api.ReturnPolicyOnlineRestockingFee);
- checkUnnamed5134(o.returnMethods!);
+ checkUnnamed5185(o.returnMethods!);
unittest.expect(
o.returnPolicyId!,
unittest.equals('foo'),
@@ -13200,7 +13200,7 @@
o.returnPolicyUri!,
unittest.equals('foo'),
);
- checkUnnamed5135(o.returnReasonCategoryInfo!);
+ checkUnnamed5186(o.returnReasonCategoryInfo!);
}
buildCounterReturnPolicyOnline--;
}
@@ -13408,14 +13408,14 @@
buildCounterReturnPricingInfo--;
}
-core.List<api.ShipmentTrackingInfo> buildUnnamed5136() {
+core.List<api.ShipmentTrackingInfo> buildUnnamed5187() {
var o = <api.ShipmentTrackingInfo>[];
o.add(buildShipmentTrackingInfo());
o.add(buildShipmentTrackingInfo());
return o;
}
-void checkUnnamed5136(core.List<api.ShipmentTrackingInfo> o) {
+void checkUnnamed5187(core.List<api.ShipmentTrackingInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkShipmentTrackingInfo(o[0] as api.ShipmentTrackingInfo);
checkShipmentTrackingInfo(o[1] as api.ShipmentTrackingInfo);
@@ -13430,7 +13430,7 @@
o.deliveryDate = 'foo';
o.returnMethodType = 'foo';
o.shipmentId = 'foo';
- o.shipmentTrackingInfos = buildUnnamed5136();
+ o.shipmentTrackingInfos = buildUnnamed5187();
o.shippingDate = 'foo';
o.state = 'foo';
}
@@ -13457,7 +13457,7 @@
o.shipmentId!,
unittest.equals('foo'),
);
- checkUnnamed5136(o.shipmentTrackingInfos!);
+ checkUnnamed5187(o.shipmentTrackingInfos!);
unittest.expect(
o.shippingDate!,
unittest.equals('foo'),
@@ -13502,14 +13502,14 @@
buildCounterReturnShippingLabel--;
}
-core.List<api.ReturnaddressCustomBatchRequestEntry> buildUnnamed5137() {
+core.List<api.ReturnaddressCustomBatchRequestEntry> buildUnnamed5188() {
var o = <api.ReturnaddressCustomBatchRequestEntry>[];
o.add(buildReturnaddressCustomBatchRequestEntry());
o.add(buildReturnaddressCustomBatchRequestEntry());
return o;
}
-void checkUnnamed5137(core.List<api.ReturnaddressCustomBatchRequestEntry> o) {
+void checkUnnamed5188(core.List<api.ReturnaddressCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnaddressCustomBatchRequestEntry(
o[0] as api.ReturnaddressCustomBatchRequestEntry);
@@ -13522,7 +13522,7 @@
var o = api.ReturnaddressCustomBatchRequest();
buildCounterReturnaddressCustomBatchRequest++;
if (buildCounterReturnaddressCustomBatchRequest < 3) {
- o.entries = buildUnnamed5137();
+ o.entries = buildUnnamed5188();
}
buildCounterReturnaddressCustomBatchRequest--;
return o;
@@ -13532,7 +13532,7 @@
api.ReturnaddressCustomBatchRequest o) {
buildCounterReturnaddressCustomBatchRequest++;
if (buildCounterReturnaddressCustomBatchRequest < 3) {
- checkUnnamed5137(o.entries!);
+ checkUnnamed5188(o.entries!);
}
buildCounterReturnaddressCustomBatchRequest--;
}
@@ -13578,14 +13578,14 @@
buildCounterReturnaddressCustomBatchRequestEntry--;
}
-core.List<api.ReturnaddressCustomBatchResponseEntry> buildUnnamed5138() {
+core.List<api.ReturnaddressCustomBatchResponseEntry> buildUnnamed5189() {
var o = <api.ReturnaddressCustomBatchResponseEntry>[];
o.add(buildReturnaddressCustomBatchResponseEntry());
o.add(buildReturnaddressCustomBatchResponseEntry());
return o;
}
-void checkUnnamed5138(core.List<api.ReturnaddressCustomBatchResponseEntry> o) {
+void checkUnnamed5189(core.List<api.ReturnaddressCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnaddressCustomBatchResponseEntry(
o[0] as api.ReturnaddressCustomBatchResponseEntry);
@@ -13598,7 +13598,7 @@
var o = api.ReturnaddressCustomBatchResponse();
buildCounterReturnaddressCustomBatchResponse++;
if (buildCounterReturnaddressCustomBatchResponse < 3) {
- o.entries = buildUnnamed5138();
+ o.entries = buildUnnamed5189();
o.kind = 'foo';
}
buildCounterReturnaddressCustomBatchResponse--;
@@ -13609,7 +13609,7 @@
api.ReturnaddressCustomBatchResponse o) {
buildCounterReturnaddressCustomBatchResponse++;
if (buildCounterReturnaddressCustomBatchResponse < 3) {
- checkUnnamed5138(o.entries!);
+ checkUnnamed5189(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -13651,14 +13651,14 @@
buildCounterReturnaddressCustomBatchResponseEntry--;
}
-core.List<api.ReturnAddress> buildUnnamed5139() {
+core.List<api.ReturnAddress> buildUnnamed5190() {
var o = <api.ReturnAddress>[];
o.add(buildReturnAddress());
o.add(buildReturnAddress());
return o;
}
-void checkUnnamed5139(core.List<api.ReturnAddress> o) {
+void checkUnnamed5190(core.List<api.ReturnAddress> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnAddress(o[0] as api.ReturnAddress);
checkReturnAddress(o[1] as api.ReturnAddress);
@@ -13671,7 +13671,7 @@
if (buildCounterReturnaddressListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed5139();
+ o.resources = buildUnnamed5190();
}
buildCounterReturnaddressListResponse--;
return o;
@@ -13688,19 +13688,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5139(o.resources!);
+ checkUnnamed5190(o.resources!);
}
buildCounterReturnaddressListResponse--;
}
-core.List<api.ReturnpolicyCustomBatchRequestEntry> buildUnnamed5140() {
+core.List<api.ReturnpolicyCustomBatchRequestEntry> buildUnnamed5191() {
var o = <api.ReturnpolicyCustomBatchRequestEntry>[];
o.add(buildReturnpolicyCustomBatchRequestEntry());
o.add(buildReturnpolicyCustomBatchRequestEntry());
return o;
}
-void checkUnnamed5140(core.List<api.ReturnpolicyCustomBatchRequestEntry> o) {
+void checkUnnamed5191(core.List<api.ReturnpolicyCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnpolicyCustomBatchRequestEntry(
o[0] as api.ReturnpolicyCustomBatchRequestEntry);
@@ -13713,7 +13713,7 @@
var o = api.ReturnpolicyCustomBatchRequest();
buildCounterReturnpolicyCustomBatchRequest++;
if (buildCounterReturnpolicyCustomBatchRequest < 3) {
- o.entries = buildUnnamed5140();
+ o.entries = buildUnnamed5191();
}
buildCounterReturnpolicyCustomBatchRequest--;
return o;
@@ -13722,7 +13722,7 @@
void checkReturnpolicyCustomBatchRequest(api.ReturnpolicyCustomBatchRequest o) {
buildCounterReturnpolicyCustomBatchRequest++;
if (buildCounterReturnpolicyCustomBatchRequest < 3) {
- checkUnnamed5140(o.entries!);
+ checkUnnamed5191(o.entries!);
}
buildCounterReturnpolicyCustomBatchRequest--;
}
@@ -13768,14 +13768,14 @@
buildCounterReturnpolicyCustomBatchRequestEntry--;
}
-core.List<api.ReturnpolicyCustomBatchResponseEntry> buildUnnamed5141() {
+core.List<api.ReturnpolicyCustomBatchResponseEntry> buildUnnamed5192() {
var o = <api.ReturnpolicyCustomBatchResponseEntry>[];
o.add(buildReturnpolicyCustomBatchResponseEntry());
o.add(buildReturnpolicyCustomBatchResponseEntry());
return o;
}
-void checkUnnamed5141(core.List<api.ReturnpolicyCustomBatchResponseEntry> o) {
+void checkUnnamed5192(core.List<api.ReturnpolicyCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnpolicyCustomBatchResponseEntry(
o[0] as api.ReturnpolicyCustomBatchResponseEntry);
@@ -13788,7 +13788,7 @@
var o = api.ReturnpolicyCustomBatchResponse();
buildCounterReturnpolicyCustomBatchResponse++;
if (buildCounterReturnpolicyCustomBatchResponse < 3) {
- o.entries = buildUnnamed5141();
+ o.entries = buildUnnamed5192();
o.kind = 'foo';
}
buildCounterReturnpolicyCustomBatchResponse--;
@@ -13799,7 +13799,7 @@
api.ReturnpolicyCustomBatchResponse o) {
buildCounterReturnpolicyCustomBatchResponse++;
if (buildCounterReturnpolicyCustomBatchResponse < 3) {
- checkUnnamed5141(o.entries!);
+ checkUnnamed5192(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -13841,14 +13841,14 @@
buildCounterReturnpolicyCustomBatchResponseEntry--;
}
-core.List<api.ReturnPolicy> buildUnnamed5142() {
+core.List<api.ReturnPolicy> buildUnnamed5193() {
var o = <api.ReturnPolicy>[];
o.add(buildReturnPolicy());
o.add(buildReturnPolicy());
return o;
}
-void checkUnnamed5142(core.List<api.ReturnPolicy> o) {
+void checkUnnamed5193(core.List<api.ReturnPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkReturnPolicy(o[0] as api.ReturnPolicy);
checkReturnPolicy(o[1] as api.ReturnPolicy);
@@ -13860,7 +13860,7 @@
buildCounterReturnpolicyListResponse++;
if (buildCounterReturnpolicyListResponse < 3) {
o.kind = 'foo';
- o.resources = buildUnnamed5142();
+ o.resources = buildUnnamed5193();
}
buildCounterReturnpolicyListResponse--;
return o;
@@ -13873,19 +13873,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5142(o.resources!);
+ checkUnnamed5193(o.resources!);
}
buildCounterReturnpolicyListResponse--;
}
-core.List<api.Value> buildUnnamed5143() {
+core.List<api.Value> buildUnnamed5194() {
var o = <api.Value>[];
o.add(buildValue());
o.add(buildValue());
return o;
}
-void checkUnnamed5143(core.List<api.Value> o) {
+void checkUnnamed5194(core.List<api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o[0] as api.Value);
checkValue(o[1] as api.Value);
@@ -13896,7 +13896,7 @@
var o = api.Row();
buildCounterRow++;
if (buildCounterRow < 3) {
- o.cells = buildUnnamed5143();
+ o.cells = buildUnnamed5194();
}
buildCounterRow--;
return o;
@@ -13905,7 +13905,7 @@
void checkRow(api.Row o) {
buildCounterRow++;
if (buildCounterRow < 3) {
- checkUnnamed5143(o.cells!);
+ checkUnnamed5194(o.cells!);
}
buildCounterRow--;
}
@@ -13942,14 +13942,14 @@
buildCounterSearchRequest--;
}
-core.List<api.ReportRow> buildUnnamed5144() {
+core.List<api.ReportRow> buildUnnamed5195() {
var o = <api.ReportRow>[];
o.add(buildReportRow());
o.add(buildReportRow());
return o;
}
-void checkUnnamed5144(core.List<api.ReportRow> o) {
+void checkUnnamed5195(core.List<api.ReportRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportRow(o[0] as api.ReportRow);
checkReportRow(o[1] as api.ReportRow);
@@ -13961,7 +13961,7 @@
buildCounterSearchResponse++;
if (buildCounterSearchResponse < 3) {
o.nextPageToken = 'foo';
- o.results = buildUnnamed5144();
+ o.results = buildUnnamed5195();
}
buildCounterSearchResponse--;
return o;
@@ -13974,7 +13974,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5144(o.results!);
+ checkUnnamed5195(o.results!);
}
buildCounterSearchResponse--;
}
@@ -14100,14 +14100,14 @@
buildCounterSegments--;
}
-core.List<api.RateGroup> buildUnnamed5145() {
+core.List<api.RateGroup> buildUnnamed5196() {
var o = <api.RateGroup>[];
o.add(buildRateGroup());
o.add(buildRateGroup());
return o;
}
-void checkUnnamed5145(core.List<api.RateGroup> o) {
+void checkUnnamed5196(core.List<api.RateGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkRateGroup(o[0] as api.RateGroup);
checkRateGroup(o[1] as api.RateGroup);
@@ -14127,7 +14127,7 @@
o.minimumOrderValueTable = buildMinimumOrderValueTable();
o.name = 'foo';
o.pickupService = buildPickupCarrierService();
- o.rateGroups = buildUnnamed5145();
+ o.rateGroups = buildUnnamed5196();
o.shipmentType = 'foo';
}
buildCounterService--;
@@ -14159,7 +14159,7 @@
unittest.equals('foo'),
);
checkPickupCarrierService(o.pickupService! as api.PickupCarrierService);
- checkUnnamed5145(o.rateGroups!);
+ checkUnnamed5196(o.rateGroups!);
unittest.expect(
o.shipmentType!,
unittest.equals('foo'),
@@ -14168,14 +14168,14 @@
buildCounterService--;
}
-core.List<core.String> buildUnnamed5146() {
+core.List<core.String> buildUnnamed5197() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5146(core.List<core.String> o) {
+void checkUnnamed5197(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -14199,7 +14199,7 @@
o.startDate = 'foo';
o.transferAmount = buildPrice();
o.transferDate = 'foo';
- o.transferIds = buildUnnamed5146();
+ o.transferIds = buildUnnamed5197();
}
buildCounterSettlementReport--;
return o;
@@ -14230,7 +14230,7 @@
o.transferDate!,
unittest.equals('foo'),
);
- checkUnnamed5146(o.transferIds!);
+ checkUnnamed5197(o.transferIds!);
}
buildCounterSettlementReport--;
}
@@ -14327,14 +14327,14 @@
buildCounterSettlementTransactionAmountCommission--;
}
-core.List<core.String> buildUnnamed5147() {
+core.List<core.String> buildUnnamed5198() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5147(core.List<core.String> o) {
+void checkUnnamed5198(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -14355,7 +14355,7 @@
o.merchantOrderId = 'foo';
o.orderItemId = 'foo';
o.settlementEntryId = 'foo';
- o.shipmentIds = buildUnnamed5147();
+ o.shipmentIds = buildUnnamed5198();
o.transactionId = 'foo';
}
buildCounterSettlementTransactionIdentifiers--;
@@ -14382,7 +14382,7 @@
o.settlementEntryId!,
unittest.equals('foo'),
);
- checkUnnamed5147(o.shipmentIds!);
+ checkUnnamed5198(o.shipmentIds!);
unittest.expect(
o.transactionId!,
unittest.equals('foo'),
@@ -14419,14 +14419,14 @@
buildCounterSettlementTransactionTransaction--;
}
-core.List<api.SettlementReport> buildUnnamed5148() {
+core.List<api.SettlementReport> buildUnnamed5199() {
var o = <api.SettlementReport>[];
o.add(buildSettlementReport());
o.add(buildSettlementReport());
return o;
}
-void checkUnnamed5148(core.List<api.SettlementReport> o) {
+void checkUnnamed5199(core.List<api.SettlementReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkSettlementReport(o[0] as api.SettlementReport);
checkSettlementReport(o[1] as api.SettlementReport);
@@ -14439,7 +14439,7 @@
if (buildCounterSettlementreportsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed5148();
+ o.resources = buildUnnamed5199();
}
buildCounterSettlementreportsListResponse--;
return o;
@@ -14456,19 +14456,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5148(o.resources!);
+ checkUnnamed5199(o.resources!);
}
buildCounterSettlementreportsListResponse--;
}
-core.List<api.SettlementTransaction> buildUnnamed5149() {
+core.List<api.SettlementTransaction> buildUnnamed5200() {
var o = <api.SettlementTransaction>[];
o.add(buildSettlementTransaction());
o.add(buildSettlementTransaction());
return o;
}
-void checkUnnamed5149(core.List<api.SettlementTransaction> o) {
+void checkUnnamed5200(core.List<api.SettlementTransaction> o) {
unittest.expect(o, unittest.hasLength(2));
checkSettlementTransaction(o[0] as api.SettlementTransaction);
checkSettlementTransaction(o[1] as api.SettlementTransaction);
@@ -14482,7 +14482,7 @@
if (buildCounterSettlementtransactionsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed5149();
+ o.resources = buildUnnamed5200();
}
buildCounterSettlementtransactionsListResponse--;
return o;
@@ -14500,19 +14500,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5149(o.resources!);
+ checkUnnamed5200(o.resources!);
}
buildCounterSettlementtransactionsListResponse--;
}
-core.List<api.ShipmentInvoiceLineItemInvoice> buildUnnamed5150() {
+core.List<api.ShipmentInvoiceLineItemInvoice> buildUnnamed5201() {
var o = <api.ShipmentInvoiceLineItemInvoice>[];
o.add(buildShipmentInvoiceLineItemInvoice());
o.add(buildShipmentInvoiceLineItemInvoice());
return o;
}
-void checkUnnamed5150(core.List<api.ShipmentInvoiceLineItemInvoice> o) {
+void checkUnnamed5201(core.List<api.ShipmentInvoiceLineItemInvoice> o) {
unittest.expect(o, unittest.hasLength(2));
checkShipmentInvoiceLineItemInvoice(
o[0] as api.ShipmentInvoiceLineItemInvoice);
@@ -14526,7 +14526,7 @@
buildCounterShipmentInvoice++;
if (buildCounterShipmentInvoice < 3) {
o.invoiceSummary = buildInvoiceSummary();
- o.lineItemInvoices = buildUnnamed5150();
+ o.lineItemInvoices = buildUnnamed5201();
o.shipmentGroupId = 'foo';
}
buildCounterShipmentInvoice--;
@@ -14537,7 +14537,7 @@
buildCounterShipmentInvoice++;
if (buildCounterShipmentInvoice < 3) {
checkInvoiceSummary(o.invoiceSummary! as api.InvoiceSummary);
- checkUnnamed5150(o.lineItemInvoices!);
+ checkUnnamed5201(o.lineItemInvoices!);
unittest.expect(
o.shipmentGroupId!,
unittest.equals('foo'),
@@ -14546,14 +14546,14 @@
buildCounterShipmentInvoice--;
}
-core.List<core.String> buildUnnamed5151() {
+core.List<core.String> buildUnnamed5202() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5151(core.List<core.String> o) {
+void checkUnnamed5202(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -14572,7 +14572,7 @@
if (buildCounterShipmentInvoiceLineItemInvoice < 3) {
o.lineItemId = 'foo';
o.productId = 'foo';
- o.shipmentUnitIds = buildUnnamed5151();
+ o.shipmentUnitIds = buildUnnamed5202();
o.unitInvoice = buildUnitInvoice();
}
buildCounterShipmentInvoiceLineItemInvoice--;
@@ -14590,7 +14590,7 @@
o.productId!,
unittest.equals('foo'),
);
- checkUnnamed5151(o.shipmentUnitIds!);
+ checkUnnamed5202(o.shipmentUnitIds!);
checkUnitInvoice(o.unitInvoice! as api.UnitInvoice);
}
buildCounterShipmentInvoiceLineItemInvoice--;
@@ -14623,27 +14623,27 @@
buildCounterShipmentTrackingInfo--;
}
-core.List<api.PostalCodeGroup> buildUnnamed5152() {
+core.List<api.PostalCodeGroup> buildUnnamed5203() {
var o = <api.PostalCodeGroup>[];
o.add(buildPostalCodeGroup());
o.add(buildPostalCodeGroup());
return o;
}
-void checkUnnamed5152(core.List<api.PostalCodeGroup> o) {
+void checkUnnamed5203(core.List<api.PostalCodeGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkPostalCodeGroup(o[0] as api.PostalCodeGroup);
checkPostalCodeGroup(o[1] as api.PostalCodeGroup);
}
-core.List<api.Service> buildUnnamed5153() {
+core.List<api.Service> buildUnnamed5204() {
var o = <api.Service>[];
o.add(buildService());
o.add(buildService());
return o;
}
-void checkUnnamed5153(core.List<api.Service> o) {
+void checkUnnamed5204(core.List<api.Service> o) {
unittest.expect(o, unittest.hasLength(2));
checkService(o[0] as api.Service);
checkService(o[1] as api.Service);
@@ -14655,8 +14655,8 @@
buildCounterShippingSettings++;
if (buildCounterShippingSettings < 3) {
o.accountId = 'foo';
- o.postalCodeGroups = buildUnnamed5152();
- o.services = buildUnnamed5153();
+ o.postalCodeGroups = buildUnnamed5203();
+ o.services = buildUnnamed5204();
}
buildCounterShippingSettings--;
return o;
@@ -14669,20 +14669,20 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed5152(o.postalCodeGroups!);
- checkUnnamed5153(o.services!);
+ checkUnnamed5203(o.postalCodeGroups!);
+ checkUnnamed5204(o.services!);
}
buildCounterShippingSettings--;
}
-core.List<api.ShippingsettingsCustomBatchRequestEntry> buildUnnamed5154() {
+core.List<api.ShippingsettingsCustomBatchRequestEntry> buildUnnamed5205() {
var o = <api.ShippingsettingsCustomBatchRequestEntry>[];
o.add(buildShippingsettingsCustomBatchRequestEntry());
o.add(buildShippingsettingsCustomBatchRequestEntry());
return o;
}
-void checkUnnamed5154(
+void checkUnnamed5205(
core.List<api.ShippingsettingsCustomBatchRequestEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkShippingsettingsCustomBatchRequestEntry(
@@ -14697,7 +14697,7 @@
var o = api.ShippingsettingsCustomBatchRequest();
buildCounterShippingsettingsCustomBatchRequest++;
if (buildCounterShippingsettingsCustomBatchRequest < 3) {
- o.entries = buildUnnamed5154();
+ o.entries = buildUnnamed5205();
}
buildCounterShippingsettingsCustomBatchRequest--;
return o;
@@ -14707,7 +14707,7 @@
api.ShippingsettingsCustomBatchRequest o) {
buildCounterShippingsettingsCustomBatchRequest++;
if (buildCounterShippingsettingsCustomBatchRequest < 3) {
- checkUnnamed5154(o.entries!);
+ checkUnnamed5205(o.entries!);
}
buildCounterShippingsettingsCustomBatchRequest--;
}
@@ -14753,14 +14753,14 @@
buildCounterShippingsettingsCustomBatchRequestEntry--;
}
-core.List<api.ShippingsettingsCustomBatchResponseEntry> buildUnnamed5155() {
+core.List<api.ShippingsettingsCustomBatchResponseEntry> buildUnnamed5206() {
var o = <api.ShippingsettingsCustomBatchResponseEntry>[];
o.add(buildShippingsettingsCustomBatchResponseEntry());
o.add(buildShippingsettingsCustomBatchResponseEntry());
return o;
}
-void checkUnnamed5155(
+void checkUnnamed5206(
core.List<api.ShippingsettingsCustomBatchResponseEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkShippingsettingsCustomBatchResponseEntry(
@@ -14775,7 +14775,7 @@
var o = api.ShippingsettingsCustomBatchResponse();
buildCounterShippingsettingsCustomBatchResponse++;
if (buildCounterShippingsettingsCustomBatchResponse < 3) {
- o.entries = buildUnnamed5155();
+ o.entries = buildUnnamed5206();
o.kind = 'foo';
}
buildCounterShippingsettingsCustomBatchResponse--;
@@ -14786,7 +14786,7 @@
api.ShippingsettingsCustomBatchResponse o) {
buildCounterShippingsettingsCustomBatchResponse++;
if (buildCounterShippingsettingsCustomBatchResponse < 3) {
- checkUnnamed5155(o.entries!);
+ checkUnnamed5206(o.entries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -14828,14 +14828,14 @@
buildCounterShippingsettingsCustomBatchResponseEntry--;
}
-core.List<api.CarriersCarrier> buildUnnamed5156() {
+core.List<api.CarriersCarrier> buildUnnamed5207() {
var o = <api.CarriersCarrier>[];
o.add(buildCarriersCarrier());
o.add(buildCarriersCarrier());
return o;
}
-void checkUnnamed5156(core.List<api.CarriersCarrier> o) {
+void checkUnnamed5207(core.List<api.CarriersCarrier> o) {
unittest.expect(o, unittest.hasLength(2));
checkCarriersCarrier(o[0] as api.CarriersCarrier);
checkCarriersCarrier(o[1] as api.CarriersCarrier);
@@ -14847,7 +14847,7 @@
var o = api.ShippingsettingsGetSupportedCarriersResponse();
buildCounterShippingsettingsGetSupportedCarriersResponse++;
if (buildCounterShippingsettingsGetSupportedCarriersResponse < 3) {
- o.carriers = buildUnnamed5156();
+ o.carriers = buildUnnamed5207();
o.kind = 'foo';
}
buildCounterShippingsettingsGetSupportedCarriersResponse--;
@@ -14858,7 +14858,7 @@
api.ShippingsettingsGetSupportedCarriersResponse o) {
buildCounterShippingsettingsGetSupportedCarriersResponse++;
if (buildCounterShippingsettingsGetSupportedCarriersResponse < 3) {
- checkUnnamed5156(o.carriers!);
+ checkUnnamed5207(o.carriers!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -14867,14 +14867,14 @@
buildCounterShippingsettingsGetSupportedCarriersResponse--;
}
-core.List<api.HolidaysHoliday> buildUnnamed5157() {
+core.List<api.HolidaysHoliday> buildUnnamed5208() {
var o = <api.HolidaysHoliday>[];
o.add(buildHolidaysHoliday());
o.add(buildHolidaysHoliday());
return o;
}
-void checkUnnamed5157(core.List<api.HolidaysHoliday> o) {
+void checkUnnamed5208(core.List<api.HolidaysHoliday> o) {
unittest.expect(o, unittest.hasLength(2));
checkHolidaysHoliday(o[0] as api.HolidaysHoliday);
checkHolidaysHoliday(o[1] as api.HolidaysHoliday);
@@ -14886,7 +14886,7 @@
var o = api.ShippingsettingsGetSupportedHolidaysResponse();
buildCounterShippingsettingsGetSupportedHolidaysResponse++;
if (buildCounterShippingsettingsGetSupportedHolidaysResponse < 3) {
- o.holidays = buildUnnamed5157();
+ o.holidays = buildUnnamed5208();
o.kind = 'foo';
}
buildCounterShippingsettingsGetSupportedHolidaysResponse--;
@@ -14897,7 +14897,7 @@
api.ShippingsettingsGetSupportedHolidaysResponse o) {
buildCounterShippingsettingsGetSupportedHolidaysResponse++;
if (buildCounterShippingsettingsGetSupportedHolidaysResponse < 3) {
- checkUnnamed5157(o.holidays!);
+ checkUnnamed5208(o.holidays!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -14906,14 +14906,14 @@
buildCounterShippingsettingsGetSupportedHolidaysResponse--;
}
-core.List<api.PickupServicesPickupService> buildUnnamed5158() {
+core.List<api.PickupServicesPickupService> buildUnnamed5209() {
var o = <api.PickupServicesPickupService>[];
o.add(buildPickupServicesPickupService());
o.add(buildPickupServicesPickupService());
return o;
}
-void checkUnnamed5158(core.List<api.PickupServicesPickupService> o) {
+void checkUnnamed5209(core.List<api.PickupServicesPickupService> o) {
unittest.expect(o, unittest.hasLength(2));
checkPickupServicesPickupService(o[0] as api.PickupServicesPickupService);
checkPickupServicesPickupService(o[1] as api.PickupServicesPickupService);
@@ -14926,7 +14926,7 @@
buildCounterShippingsettingsGetSupportedPickupServicesResponse++;
if (buildCounterShippingsettingsGetSupportedPickupServicesResponse < 3) {
o.kind = 'foo';
- o.pickupServices = buildUnnamed5158();
+ o.pickupServices = buildUnnamed5209();
}
buildCounterShippingsettingsGetSupportedPickupServicesResponse--;
return o;
@@ -14940,19 +14940,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5158(o.pickupServices!);
+ checkUnnamed5209(o.pickupServices!);
}
buildCounterShippingsettingsGetSupportedPickupServicesResponse--;
}
-core.List<api.ShippingSettings> buildUnnamed5159() {
+core.List<api.ShippingSettings> buildUnnamed5210() {
var o = <api.ShippingSettings>[];
o.add(buildShippingSettings());
o.add(buildShippingSettings());
return o;
}
-void checkUnnamed5159(core.List<api.ShippingSettings> o) {
+void checkUnnamed5210(core.List<api.ShippingSettings> o) {
unittest.expect(o, unittest.hasLength(2));
checkShippingSettings(o[0] as api.ShippingSettings);
checkShippingSettings(o[1] as api.ShippingSettings);
@@ -14965,7 +14965,7 @@
if (buildCounterShippingsettingsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.resources = buildUnnamed5159();
+ o.resources = buildUnnamed5210();
}
buildCounterShippingsettingsListResponse--;
return o;
@@ -14982,19 +14982,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5159(o.resources!);
+ checkUnnamed5210(o.resources!);
}
buildCounterShippingsettingsListResponse--;
}
-core.List<api.Row> buildUnnamed5160() {
+core.List<api.Row> buildUnnamed5211() {
var o = <api.Row>[];
o.add(buildRow());
o.add(buildRow());
return o;
}
-void checkUnnamed5160(core.List<api.Row> o) {
+void checkUnnamed5211(core.List<api.Row> o) {
unittest.expect(o, unittest.hasLength(2));
checkRow(o[0] as api.Row);
checkRow(o[1] as api.Row);
@@ -15008,7 +15008,7 @@
o.columnHeaders = buildHeaders();
o.name = 'foo';
o.rowHeaders = buildHeaders();
- o.rows = buildUnnamed5160();
+ o.rows = buildUnnamed5211();
}
buildCounterTable--;
return o;
@@ -15023,32 +15023,32 @@
unittest.equals('foo'),
);
checkHeaders(o.rowHeaders! as api.Headers);
- checkUnnamed5160(o.rows!);
+ checkUnnamed5211(o.rows!);
}
buildCounterTable--;
}
-core.List<api.TestOrderLineItem> buildUnnamed5161() {
+core.List<api.TestOrderLineItem> buildUnnamed5212() {
var o = <api.TestOrderLineItem>[];
o.add(buildTestOrderLineItem());
o.add(buildTestOrderLineItem());
return o;
}
-void checkUnnamed5161(core.List<api.TestOrderLineItem> o) {
+void checkUnnamed5212(core.List<api.TestOrderLineItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkTestOrderLineItem(o[0] as api.TestOrderLineItem);
checkTestOrderLineItem(o[1] as api.TestOrderLineItem);
}
-core.List<api.OrderPromotion> buildUnnamed5162() {
+core.List<api.OrderPromotion> buildUnnamed5213() {
var o = <api.OrderPromotion>[];
o.add(buildOrderPromotion());
o.add(buildOrderPromotion());
return o;
}
-void checkUnnamed5162(core.List<api.OrderPromotion> o) {
+void checkUnnamed5213(core.List<api.OrderPromotion> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderPromotion(o[0] as api.OrderPromotion);
checkOrderPromotion(o[1] as api.OrderPromotion);
@@ -15062,14 +15062,14 @@
o.deliveryDetails = buildTestOrderDeliveryDetails();
o.enableOrderinvoices = true;
o.kind = 'foo';
- o.lineItems = buildUnnamed5161();
+ o.lineItems = buildUnnamed5212();
o.notificationMode = 'foo';
o.pickupDetails = buildTestOrderPickupDetails();
o.predefinedBillingAddress = 'foo';
o.predefinedDeliveryAddress = 'foo';
o.predefinedEmail = 'foo';
o.predefinedPickupDetails = 'foo';
- o.promotions = buildUnnamed5162();
+ o.promotions = buildUnnamed5213();
o.shippingCost = buildPrice();
o.shippingOption = 'foo';
}
@@ -15087,7 +15087,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5161(o.lineItems!);
+ checkUnnamed5212(o.lineItems!);
unittest.expect(
o.notificationMode!,
unittest.equals('foo'),
@@ -15109,7 +15109,7 @@
o.predefinedPickupDetails!,
unittest.equals('foo'),
);
- checkUnnamed5162(o.promotions!);
+ checkUnnamed5213(o.promotions!);
checkPrice(o.shippingCost! as api.Price);
unittest.expect(
o.shippingOption!,
@@ -15119,14 +15119,14 @@
buildCounterTestOrder--;
}
-core.List<core.String> buildUnnamed5163() {
+core.List<core.String> buildUnnamed5214() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5163(core.List<core.String> o) {
+void checkUnnamed5214(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15138,14 +15138,14 @@
);
}
-core.List<core.String> buildUnnamed5164() {
+core.List<core.String> buildUnnamed5215() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5164(core.List<core.String> o) {
+void checkUnnamed5215(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15163,13 +15163,13 @@
buildCounterTestOrderAddress++;
if (buildCounterTestOrderAddress < 3) {
o.country = 'foo';
- o.fullAddress = buildUnnamed5163();
+ o.fullAddress = buildUnnamed5214();
o.isPostOfficeBox = true;
o.locality = 'foo';
o.postalCode = 'foo';
o.recipientName = 'foo';
o.region = 'foo';
- o.streetAddress = buildUnnamed5164();
+ o.streetAddress = buildUnnamed5215();
}
buildCounterTestOrderAddress--;
return o;
@@ -15182,7 +15182,7 @@
o.country!,
unittest.equals('foo'),
);
- checkUnnamed5163(o.fullAddress!);
+ checkUnnamed5214(o.fullAddress!);
unittest.expect(o.isPostOfficeBox!, unittest.isTrue);
unittest.expect(
o.locality!,
@@ -15200,7 +15200,7 @@
o.region!,
unittest.equals('foo'),
);
- checkUnnamed5164(o.streetAddress!);
+ checkUnnamed5215(o.streetAddress!);
}
buildCounterTestOrderAddress--;
}
@@ -15260,27 +15260,27 @@
buildCounterTestOrderLineItem--;
}
-core.List<api.OrderLineItemProductFee> buildUnnamed5165() {
+core.List<api.OrderLineItemProductFee> buildUnnamed5216() {
var o = <api.OrderLineItemProductFee>[];
o.add(buildOrderLineItemProductFee());
o.add(buildOrderLineItemProductFee());
return o;
}
-void checkUnnamed5165(core.List<api.OrderLineItemProductFee> o) {
+void checkUnnamed5216(core.List<api.OrderLineItemProductFee> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderLineItemProductFee(o[0] as api.OrderLineItemProductFee);
checkOrderLineItemProductFee(o[1] as api.OrderLineItemProductFee);
}
-core.List<api.OrderLineItemProductVariantAttribute> buildUnnamed5166() {
+core.List<api.OrderLineItemProductVariantAttribute> buildUnnamed5217() {
var o = <api.OrderLineItemProductVariantAttribute>[];
o.add(buildOrderLineItemProductVariantAttribute());
o.add(buildOrderLineItemProductVariantAttribute());
return o;
}
-void checkUnnamed5166(core.List<api.OrderLineItemProductVariantAttribute> o) {
+void checkUnnamed5217(core.List<api.OrderLineItemProductVariantAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderLineItemProductVariantAttribute(
o[0] as api.OrderLineItemProductVariantAttribute);
@@ -15296,7 +15296,7 @@
o.brand = 'foo';
o.condition = 'foo';
o.contentLanguage = 'foo';
- o.fees = buildUnnamed5165();
+ o.fees = buildUnnamed5216();
o.gtin = 'foo';
o.imageLink = 'foo';
o.itemGroupId = 'foo';
@@ -15305,7 +15305,7 @@
o.price = buildPrice();
o.targetCountry = 'foo';
o.title = 'foo';
- o.variantAttributes = buildUnnamed5166();
+ o.variantAttributes = buildUnnamed5217();
}
buildCounterTestOrderLineItemProduct--;
return o;
@@ -15326,7 +15326,7 @@
o.contentLanguage!,
unittest.equals('foo'),
);
- checkUnnamed5165(o.fees!);
+ checkUnnamed5216(o.fees!);
unittest.expect(
o.gtin!,
unittest.equals('foo'),
@@ -15356,19 +15356,19 @@
o.title!,
unittest.equals('foo'),
);
- checkUnnamed5166(o.variantAttributes!);
+ checkUnnamed5217(o.variantAttributes!);
}
buildCounterTestOrderLineItemProduct--;
}
-core.List<api.TestOrderPickupDetailsPickupPerson> buildUnnamed5167() {
+core.List<api.TestOrderPickupDetailsPickupPerson> buildUnnamed5218() {
var o = <api.TestOrderPickupDetailsPickupPerson>[];
o.add(buildTestOrderPickupDetailsPickupPerson());
o.add(buildTestOrderPickupDetailsPickupPerson());
return o;
}
-void checkUnnamed5167(core.List<api.TestOrderPickupDetailsPickupPerson> o) {
+void checkUnnamed5218(core.List<api.TestOrderPickupDetailsPickupPerson> o) {
unittest.expect(o, unittest.hasLength(2));
checkTestOrderPickupDetailsPickupPerson(
o[0] as api.TestOrderPickupDetailsPickupPerson);
@@ -15384,7 +15384,7 @@
o.locationCode = 'foo';
o.pickupLocationAddress = buildTestOrderAddress();
o.pickupLocationType = 'foo';
- o.pickupPersons = buildUnnamed5167();
+ o.pickupPersons = buildUnnamed5218();
}
buildCounterTestOrderPickupDetails--;
return o;
@@ -15402,7 +15402,7 @@
o.pickupLocationType!,
unittest.equals('foo'),
);
- checkUnnamed5167(o.pickupPersons!);
+ checkUnnamed5218(o.pickupPersons!);
}
buildCounterTestOrderPickupDetails--;
}
@@ -15463,14 +15463,14 @@
buildCounterTimeZone--;
}
-core.List<core.String> buildUnnamed5168() {
+core.List<core.String> buildUnnamed5219() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5168(core.List<core.String> o) {
+void checkUnnamed5219(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15482,27 +15482,27 @@
);
}
-core.List<api.TransitTableTransitTimeRow> buildUnnamed5169() {
+core.List<api.TransitTableTransitTimeRow> buildUnnamed5220() {
var o = <api.TransitTableTransitTimeRow>[];
o.add(buildTransitTableTransitTimeRow());
o.add(buildTransitTableTransitTimeRow());
return o;
}
-void checkUnnamed5169(core.List<api.TransitTableTransitTimeRow> o) {
+void checkUnnamed5220(core.List<api.TransitTableTransitTimeRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransitTableTransitTimeRow(o[0] as api.TransitTableTransitTimeRow);
checkTransitTableTransitTimeRow(o[1] as api.TransitTableTransitTimeRow);
}
-core.List<core.String> buildUnnamed5170() {
+core.List<core.String> buildUnnamed5221() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5170(core.List<core.String> o) {
+void checkUnnamed5221(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15519,9 +15519,9 @@
var o = api.TransitTable();
buildCounterTransitTable++;
if (buildCounterTransitTable < 3) {
- o.postalCodeGroupNames = buildUnnamed5168();
- o.rows = buildUnnamed5169();
- o.transitTimeLabels = buildUnnamed5170();
+ o.postalCodeGroupNames = buildUnnamed5219();
+ o.rows = buildUnnamed5220();
+ o.transitTimeLabels = buildUnnamed5221();
}
buildCounterTransitTable--;
return o;
@@ -15530,21 +15530,21 @@
void checkTransitTable(api.TransitTable o) {
buildCounterTransitTable++;
if (buildCounterTransitTable < 3) {
- checkUnnamed5168(o.postalCodeGroupNames!);
- checkUnnamed5169(o.rows!);
- checkUnnamed5170(o.transitTimeLabels!);
+ checkUnnamed5219(o.postalCodeGroupNames!);
+ checkUnnamed5220(o.rows!);
+ checkUnnamed5221(o.transitTimeLabels!);
}
buildCounterTransitTable--;
}
-core.List<api.TransitTableTransitTimeRowTransitTimeValue> buildUnnamed5171() {
+core.List<api.TransitTableTransitTimeRowTransitTimeValue> buildUnnamed5222() {
var o = <api.TransitTableTransitTimeRowTransitTimeValue>[];
o.add(buildTransitTableTransitTimeRowTransitTimeValue());
o.add(buildTransitTableTransitTimeRowTransitTimeValue());
return o;
}
-void checkUnnamed5171(
+void checkUnnamed5222(
core.List<api.TransitTableTransitTimeRowTransitTimeValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransitTableTransitTimeRowTransitTimeValue(
@@ -15558,7 +15558,7 @@
var o = api.TransitTableTransitTimeRow();
buildCounterTransitTableTransitTimeRow++;
if (buildCounterTransitTableTransitTimeRow < 3) {
- o.values = buildUnnamed5171();
+ o.values = buildUnnamed5222();
}
buildCounterTransitTableTransitTimeRow--;
return o;
@@ -15567,7 +15567,7 @@
void checkTransitTableTransitTimeRow(api.TransitTableTransitTimeRow o) {
buildCounterTransitTableTransitTimeRow++;
if (buildCounterTransitTableTransitTimeRow < 3) {
- checkUnnamed5171(o.values!);
+ checkUnnamed5222(o.values!);
}
buildCounterTransitTableTransitTimeRow--;
}
@@ -15601,27 +15601,27 @@
buildCounterTransitTableTransitTimeRowTransitTimeValue--;
}
-core.List<api.UnitInvoiceAdditionalCharge> buildUnnamed5172() {
+core.List<api.UnitInvoiceAdditionalCharge> buildUnnamed5223() {
var o = <api.UnitInvoiceAdditionalCharge>[];
o.add(buildUnitInvoiceAdditionalCharge());
o.add(buildUnitInvoiceAdditionalCharge());
return o;
}
-void checkUnnamed5172(core.List<api.UnitInvoiceAdditionalCharge> o) {
+void checkUnnamed5223(core.List<api.UnitInvoiceAdditionalCharge> o) {
unittest.expect(o, unittest.hasLength(2));
checkUnitInvoiceAdditionalCharge(o[0] as api.UnitInvoiceAdditionalCharge);
checkUnitInvoiceAdditionalCharge(o[1] as api.UnitInvoiceAdditionalCharge);
}
-core.List<api.UnitInvoiceTaxLine> buildUnnamed5173() {
+core.List<api.UnitInvoiceTaxLine> buildUnnamed5224() {
var o = <api.UnitInvoiceTaxLine>[];
o.add(buildUnitInvoiceTaxLine());
o.add(buildUnitInvoiceTaxLine());
return o;
}
-void checkUnnamed5173(core.List<api.UnitInvoiceTaxLine> o) {
+void checkUnnamed5224(core.List<api.UnitInvoiceTaxLine> o) {
unittest.expect(o, unittest.hasLength(2));
checkUnitInvoiceTaxLine(o[0] as api.UnitInvoiceTaxLine);
checkUnitInvoiceTaxLine(o[1] as api.UnitInvoiceTaxLine);
@@ -15632,9 +15632,9 @@
var o = api.UnitInvoice();
buildCounterUnitInvoice++;
if (buildCounterUnitInvoice < 3) {
- o.additionalCharges = buildUnnamed5172();
+ o.additionalCharges = buildUnnamed5223();
o.unitPrice = buildPrice();
- o.unitPriceTaxes = buildUnnamed5173();
+ o.unitPriceTaxes = buildUnnamed5224();
}
buildCounterUnitInvoice--;
return o;
@@ -15643,9 +15643,9 @@
void checkUnitInvoice(api.UnitInvoice o) {
buildCounterUnitInvoice++;
if (buildCounterUnitInvoice < 3) {
- checkUnnamed5172(o.additionalCharges!);
+ checkUnnamed5223(o.additionalCharges!);
checkPrice(o.unitPrice! as api.Price);
- checkUnnamed5173(o.unitPriceTaxes!);
+ checkUnnamed5224(o.unitPriceTaxes!);
}
buildCounterUnitInvoice--;
}
@@ -15818,14 +15818,14 @@
buildCounterWeight--;
}
-core.List<core.String> buildUnnamed5174() {
+core.List<core.String> buildUnnamed5225() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5174(core.List<core.String> o) {
+void checkUnnamed5225(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15837,14 +15837,14 @@
);
}
-core.List<core.String> buildUnnamed5175() {
+core.List<core.String> buildUnnamed5226() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5175(core.List<core.String> o) {
+void checkUnnamed5226(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15856,14 +15856,14 @@
);
}
-core.List<core.String> buildUnnamed5176() {
+core.List<core.String> buildUnnamed5227() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5176(core.List<core.String> o) {
+void checkUnnamed5227(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15875,14 +15875,14 @@
);
}
-core.List<core.String> buildUnnamed5177() {
+core.List<core.String> buildUnnamed5228() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5177(core.List<core.String> o) {
+void checkUnnamed5228(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15894,14 +15894,14 @@
);
}
-core.List<core.String> buildUnnamed5178() {
+core.List<core.String> buildUnnamed5229() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5178(core.List<core.String> o) {
+void checkUnnamed5229(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15913,14 +15913,14 @@
);
}
-core.List<core.String> buildUnnamed5179() {
+core.List<core.String> buildUnnamed5230() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5179(core.List<core.String> o) {
+void checkUnnamed5230(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15932,14 +15932,14 @@
);
}
-core.List<core.String> buildUnnamed5180() {
+core.List<core.String> buildUnnamed5231() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5180(core.List<core.String> o) {
+void checkUnnamed5231(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15951,14 +15951,14 @@
);
}
-core.List<core.String> buildUnnamed5181() {
+core.List<core.String> buildUnnamed5232() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5181(core.List<core.String> o) {
+void checkUnnamed5232(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15970,14 +15970,14 @@
);
}
-core.List<core.String> buildUnnamed5182() {
+core.List<core.String> buildUnnamed5233() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5182(core.List<core.String> o) {
+void checkUnnamed5233(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15989,14 +15989,14 @@
);
}
-core.List<core.String> buildUnnamed5183() {
+core.List<core.String> buildUnnamed5234() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5183(core.List<core.String> o) {
+void checkUnnamed5234(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -16008,14 +16008,14 @@
);
}
-core.List<core.String> buildUnnamed5184() {
+core.List<core.String> buildUnnamed5235() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5184(core.List<core.String> o) {
+void checkUnnamed5235(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -21234,7 +21234,7 @@
var res = api.ShoppingContentApi(mock).accountstatuses;
var arg_merchantId = 'foo';
var arg_accountId = 'foo';
- var arg_destinations = buildUnnamed5174();
+ var arg_destinations = buildUnnamed5225();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -21286,7 +21286,7 @@
var mock = HttpServerMock();
var res = api.ShoppingContentApi(mock).accountstatuses;
var arg_merchantId = 'foo';
- var arg_destinations = buildUnnamed5175();
+ var arg_destinations = buildUnnamed5226();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_$fields = 'foo';
@@ -24007,14 +24007,14 @@
var arg_acknowledged = true;
var arg_createdEndDate = 'foo';
var arg_createdStartDate = 'foo';
- var arg_googleOrderIds = buildUnnamed5176();
+ var arg_googleOrderIds = buildUnnamed5227();
var arg_maxResults = 42;
var arg_orderBy = 'foo';
var arg_pageToken = 'foo';
- var arg_shipmentStates = buildUnnamed5177();
- var arg_shipmentStatus = buildUnnamed5178();
- var arg_shipmentTrackingNumbers = buildUnnamed5179();
- var arg_shipmentTypes = buildUnnamed5180();
+ var arg_shipmentStates = buildUnnamed5228();
+ var arg_shipmentStatus = buildUnnamed5229();
+ var arg_shipmentTrackingNumbers = buildUnnamed5230();
+ var arg_shipmentTypes = buildUnnamed5231();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -24828,7 +24828,7 @@
var arg_pageToken = 'foo';
var arg_placedDateEnd = 'foo';
var arg_placedDateStart = 'foo';
- var arg_statuses = buildUnnamed5181();
+ var arg_statuses = buildUnnamed5232();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -26243,7 +26243,7 @@
var res = api.ShoppingContentApi(mock).productstatuses;
var arg_merchantId = 'foo';
var arg_productId = 'foo';
- var arg_destinations = buildUnnamed5182();
+ var arg_destinations = buildUnnamed5233();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -26295,7 +26295,7 @@
var mock = HttpServerMock();
var res = api.ShoppingContentApi(mock).productstatuses;
var arg_merchantId = 'foo';
- var arg_destinations = buildUnnamed5183();
+ var arg_destinations = buildUnnamed5234();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_$fields = 'foo';
@@ -28252,7 +28252,7 @@
var arg_settlementId = 'foo';
var arg_maxResults = 42;
var arg_pageToken = 'foo';
- var arg_transactionIds = buildUnnamed5184();
+ var arg_transactionIds = buildUnnamed5235();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
diff --git a/generated/googleapis/test/customsearch/v1_test.dart b/generated/googleapis/test/customsearch/v1_test.dart
index 21f2d28..4143478 100644
--- a/generated/googleapis/test/customsearch/v1_test.dart
+++ b/generated/googleapis/test/customsearch/v1_test.dart
@@ -64,14 +64,14 @@
buildCounterPromotionBodyLines--;
}
-core.List<api.PromotionBodyLines> buildUnnamed5279() {
+core.List<api.PromotionBodyLines> buildUnnamed5330() {
var o = <api.PromotionBodyLines>[];
o.add(buildPromotionBodyLines());
o.add(buildPromotionBodyLines());
return o;
}
-void checkUnnamed5279(core.List<api.PromotionBodyLines> o) {
+void checkUnnamed5330(core.List<api.PromotionBodyLines> o) {
unittest.expect(o, unittest.hasLength(2));
checkPromotionBodyLines(o[0] as api.PromotionBodyLines);
checkPromotionBodyLines(o[1] as api.PromotionBodyLines);
@@ -114,7 +114,7 @@
var o = api.Promotion();
buildCounterPromotion++;
if (buildCounterPromotion < 3) {
- o.bodyLines = buildUnnamed5279();
+ o.bodyLines = buildUnnamed5330();
o.displayLink = 'foo';
o.htmlTitle = 'foo';
o.image = buildPromotionImage();
@@ -128,7 +128,7 @@
void checkPromotion(api.Promotion o) {
buildCounterPromotion++;
if (buildCounterPromotion < 3) {
- checkUnnamed5279(o.bodyLines!);
+ checkUnnamed5330(o.bodyLines!);
unittest.expect(
o.displayLink!,
unittest.equals('foo'),
@@ -234,20 +234,20 @@
buildCounterResultLabels--;
}
-core.List<api.ResultLabels> buildUnnamed5280() {
+core.List<api.ResultLabels> buildUnnamed5331() {
var o = <api.ResultLabels>[];
o.add(buildResultLabels());
o.add(buildResultLabels());
return o;
}
-void checkUnnamed5280(core.List<api.ResultLabels> o) {
+void checkUnnamed5331(core.List<api.ResultLabels> o) {
unittest.expect(o, unittest.hasLength(2));
checkResultLabels(o[0] as api.ResultLabels);
checkResultLabels(o[1] as api.ResultLabels);
}
-core.Map<core.String, core.Object> buildUnnamed5281() {
+core.Map<core.String, core.Object> buildUnnamed5332() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -262,7 +262,7 @@
return o;
}
-void checkUnnamed5281(core.Map<core.String, core.Object> o) {
+void checkUnnamed5332(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -308,10 +308,10 @@
o.htmlTitle = 'foo';
o.image = buildResultImage();
o.kind = 'foo';
- o.labels = buildUnnamed5280();
+ o.labels = buildUnnamed5331();
o.link = 'foo';
o.mime = 'foo';
- o.pagemap = buildUnnamed5281();
+ o.pagemap = buildUnnamed5332();
o.snippet = 'foo';
o.title = 'foo';
}
@@ -355,7 +355,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5280(o.labels!);
+ checkUnnamed5331(o.labels!);
unittest.expect(
o.link!,
unittest.equals('foo'),
@@ -364,7 +364,7 @@
o.mime!,
unittest.equals('foo'),
);
- checkUnnamed5281(o.pagemap!);
+ checkUnnamed5332(o.pagemap!);
unittest.expect(
o.snippet!,
unittest.equals('foo'),
@@ -377,7 +377,7 @@
buildCounterResult--;
}
-core.Map<core.String, core.Object> buildUnnamed5282() {
+core.Map<core.String, core.Object> buildUnnamed5333() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -392,7 +392,7 @@
return o;
}
-void checkUnnamed5282(core.Map<core.String, core.Object> o) {
+void checkUnnamed5333(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -424,27 +424,27 @@
);
}
-core.List<api.Result> buildUnnamed5283() {
+core.List<api.Result> buildUnnamed5334() {
var o = <api.Result>[];
o.add(buildResult());
o.add(buildResult());
return o;
}
-void checkUnnamed5283(core.List<api.Result> o) {
+void checkUnnamed5334(core.List<api.Result> o) {
unittest.expect(o, unittest.hasLength(2));
checkResult(o[0] as api.Result);
checkResult(o[1] as api.Result);
}
-core.List<api.Promotion> buildUnnamed5284() {
+core.List<api.Promotion> buildUnnamed5335() {
var o = <api.Promotion>[];
o.add(buildPromotion());
o.add(buildPromotion());
return o;
}
-void checkUnnamed5284(core.List<api.Promotion> o) {
+void checkUnnamed5335(core.List<api.Promotion> o) {
unittest.expect(o, unittest.hasLength(2));
checkPromotion(o[0] as api.Promotion);
checkPromotion(o[1] as api.Promotion);
@@ -647,14 +647,14 @@
buildCounterSearchQueriesNextPage--;
}
-core.List<api.SearchQueriesNextPage> buildUnnamed5285() {
+core.List<api.SearchQueriesNextPage> buildUnnamed5336() {
var o = <api.SearchQueriesNextPage>[];
o.add(buildSearchQueriesNextPage());
o.add(buildSearchQueriesNextPage());
return o;
}
-void checkUnnamed5285(core.List<api.SearchQueriesNextPage> o) {
+void checkUnnamed5336(core.List<api.SearchQueriesNextPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchQueriesNextPage(o[0] as api.SearchQueriesNextPage);
checkSearchQueriesNextPage(o[1] as api.SearchQueriesNextPage);
@@ -857,14 +857,14 @@
buildCounterSearchQueriesPreviousPage--;
}
-core.List<api.SearchQueriesPreviousPage> buildUnnamed5286() {
+core.List<api.SearchQueriesPreviousPage> buildUnnamed5337() {
var o = <api.SearchQueriesPreviousPage>[];
o.add(buildSearchQueriesPreviousPage());
o.add(buildSearchQueriesPreviousPage());
return o;
}
-void checkUnnamed5286(core.List<api.SearchQueriesPreviousPage> o) {
+void checkUnnamed5337(core.List<api.SearchQueriesPreviousPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchQueriesPreviousPage(o[0] as api.SearchQueriesPreviousPage);
checkSearchQueriesPreviousPage(o[1] as api.SearchQueriesPreviousPage);
@@ -1067,14 +1067,14 @@
buildCounterSearchQueriesRequest--;
}
-core.List<api.SearchQueriesRequest> buildUnnamed5287() {
+core.List<api.SearchQueriesRequest> buildUnnamed5338() {
var o = <api.SearchQueriesRequest>[];
o.add(buildSearchQueriesRequest());
o.add(buildSearchQueriesRequest());
return o;
}
-void checkUnnamed5287(core.List<api.SearchQueriesRequest> o) {
+void checkUnnamed5338(core.List<api.SearchQueriesRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchQueriesRequest(o[0] as api.SearchQueriesRequest);
checkSearchQueriesRequest(o[1] as api.SearchQueriesRequest);
@@ -1085,9 +1085,9 @@
var o = api.SearchQueries();
buildCounterSearchQueries++;
if (buildCounterSearchQueries < 3) {
- o.nextPage = buildUnnamed5285();
- o.previousPage = buildUnnamed5286();
- o.request = buildUnnamed5287();
+ o.nextPage = buildUnnamed5336();
+ o.previousPage = buildUnnamed5337();
+ o.request = buildUnnamed5338();
}
buildCounterSearchQueries--;
return o;
@@ -1096,9 +1096,9 @@
void checkSearchQueries(api.SearchQueries o) {
buildCounterSearchQueries++;
if (buildCounterSearchQueries < 3) {
- checkUnnamed5285(o.nextPage!);
- checkUnnamed5286(o.previousPage!);
- checkUnnamed5287(o.request!);
+ checkUnnamed5336(o.nextPage!);
+ checkUnnamed5337(o.previousPage!);
+ checkUnnamed5338(o.request!);
}
buildCounterSearchQueries--;
}
@@ -1199,10 +1199,10 @@
var o = api.Search();
buildCounterSearch++;
if (buildCounterSearch < 3) {
- o.context = buildUnnamed5282();
- o.items = buildUnnamed5283();
+ o.context = buildUnnamed5333();
+ o.items = buildUnnamed5334();
o.kind = 'foo';
- o.promotions = buildUnnamed5284();
+ o.promotions = buildUnnamed5335();
o.queries = buildSearchQueries();
o.searchInformation = buildSearchSearchInformation();
o.spelling = buildSearchSpelling();
@@ -1215,13 +1215,13 @@
void checkSearch(api.Search o) {
buildCounterSearch++;
if (buildCounterSearch < 3) {
- checkUnnamed5282(o.context!);
- checkUnnamed5283(o.items!);
+ checkUnnamed5333(o.context!);
+ checkUnnamed5334(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5284(o.promotions!);
+ checkUnnamed5335(o.promotions!);
checkSearchQueries(o.queries! as api.SearchQueries);
checkSearchSearchInformation(
o.searchInformation! as api.SearchSearchInformation);
diff --git a/generated/googleapis/test/datacatalog/v1_test.dart b/generated/googleapis/test/datacatalog/v1_test.dart
new file mode 100644
index 0000000..8b2ff6b
--- /dev/null
+++ b/generated/googleapis/test/datacatalog/v1_test.dart
@@ -0,0 +1,6341 @@
+// ignore_for_file: avoid_returning_null
+// ignore_for_file: camel_case_types
+// ignore_for_file: cascade_invocations
+// ignore_for_file: comment_references
+// ignore_for_file: file_names
+// ignore_for_file: library_names
+// ignore_for_file: lines_longer_than_80_chars
+// ignore_for_file: non_constant_identifier_names
+// ignore_for_file: prefer_expression_function_bodies
+// ignore_for_file: prefer_final_locals
+// ignore_for_file: prefer_interpolation_to_compose_strings
+// ignore_for_file: prefer_single_quotes
+// ignore_for_file: unnecessary_brace_in_string_interps
+// ignore_for_file: unnecessary_cast
+// ignore_for_file: unnecessary_lambdas
+// ignore_for_file: unnecessary_parenthesis
+// ignore_for_file: unnecessary_string_interpolations
+// ignore_for_file: unused_local_variable
+
+import 'dart:async' as async;
+import 'dart:convert' as convert;
+import 'dart:core' as core;
+
+import 'package:googleapis/datacatalog/v1.dart' as api;
+import 'package:http/http.dart' as http;
+import 'package:test/test.dart' as unittest;
+
+import '../test_shared.dart';
+
+core.List<core.String> buildUnnamed4158() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4158(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'),
+ );
+}
+
+core.int buildCounterBinding = 0;
+api.Binding buildBinding() {
+ var o = api.Binding();
+ buildCounterBinding++;
+ if (buildCounterBinding < 3) {
+ o.condition = buildExpr();
+ o.members = buildUnnamed4158();
+ o.role = 'foo';
+ }
+ buildCounterBinding--;
+ return o;
+}
+
+void checkBinding(api.Binding o) {
+ buildCounterBinding++;
+ if (buildCounterBinding < 3) {
+ checkExpr(o.condition! as api.Expr);
+ checkUnnamed4158(o.members!);
+ unittest.expect(
+ o.role!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterBinding--;
+}
+
+core.int buildCounterEmpty = 0;
+api.Empty buildEmpty() {
+ var o = api.Empty();
+ buildCounterEmpty++;
+ if (buildCounterEmpty < 3) {}
+ buildCounterEmpty--;
+ return o;
+}
+
+void checkEmpty(api.Empty o) {
+ buildCounterEmpty++;
+ if (buildCounterEmpty < 3) {}
+ buildCounterEmpty--;
+}
+
+core.int buildCounterExpr = 0;
+api.Expr buildExpr() {
+ var o = api.Expr();
+ buildCounterExpr++;
+ if (buildCounterExpr < 3) {
+ o.description = 'foo';
+ o.expression = 'foo';
+ o.location = 'foo';
+ o.title = 'foo';
+ }
+ buildCounterExpr--;
+ return o;
+}
+
+void checkExpr(api.Expr o) {
+ buildCounterExpr++;
+ if (buildCounterExpr < 3) {
+ unittest.expect(
+ o.description!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.expression!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.location!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.title!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterExpr--;
+}
+
+core.int buildCounterGetIamPolicyRequest = 0;
+api.GetIamPolicyRequest buildGetIamPolicyRequest() {
+ var o = api.GetIamPolicyRequest();
+ buildCounterGetIamPolicyRequest++;
+ if (buildCounterGetIamPolicyRequest < 3) {
+ o.options = buildGetPolicyOptions();
+ }
+ buildCounterGetIamPolicyRequest--;
+ return o;
+}
+
+void checkGetIamPolicyRequest(api.GetIamPolicyRequest o) {
+ buildCounterGetIamPolicyRequest++;
+ if (buildCounterGetIamPolicyRequest < 3) {
+ checkGetPolicyOptions(o.options! as api.GetPolicyOptions);
+ }
+ buildCounterGetIamPolicyRequest--;
+}
+
+core.int buildCounterGetPolicyOptions = 0;
+api.GetPolicyOptions buildGetPolicyOptions() {
+ var o = api.GetPolicyOptions();
+ buildCounterGetPolicyOptions++;
+ if (buildCounterGetPolicyOptions < 3) {
+ o.requestedPolicyVersion = 42;
+ }
+ buildCounterGetPolicyOptions--;
+ return o;
+}
+
+void checkGetPolicyOptions(api.GetPolicyOptions o) {
+ buildCounterGetPolicyOptions++;
+ if (buildCounterGetPolicyOptions < 3) {
+ unittest.expect(
+ o.requestedPolicyVersion!,
+ unittest.equals(42),
+ );
+ }
+ buildCounterGetPolicyOptions--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1BigQueryDateShardedSpec = 0;
+api.GoogleCloudDatacatalogV1BigQueryDateShardedSpec
+ buildGoogleCloudDatacatalogV1BigQueryDateShardedSpec() {
+ var o = api.GoogleCloudDatacatalogV1BigQueryDateShardedSpec();
+ buildCounterGoogleCloudDatacatalogV1BigQueryDateShardedSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1BigQueryDateShardedSpec < 3) {
+ o.dataset = 'foo';
+ o.shardCount = 'foo';
+ o.tablePrefix = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1BigQueryDateShardedSpec--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1BigQueryDateShardedSpec(
+ api.GoogleCloudDatacatalogV1BigQueryDateShardedSpec o) {
+ buildCounterGoogleCloudDatacatalogV1BigQueryDateShardedSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1BigQueryDateShardedSpec < 3) {
+ unittest.expect(
+ o.dataset!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.shardCount!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.tablePrefix!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1BigQueryDateShardedSpec--;
+}
+
+core.List<core.String> buildUnnamed4159() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4159(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'),
+ );
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1BigQueryRoutineSpec = 0;
+api.GoogleCloudDatacatalogV1BigQueryRoutineSpec
+ buildGoogleCloudDatacatalogV1BigQueryRoutineSpec() {
+ var o = api.GoogleCloudDatacatalogV1BigQueryRoutineSpec();
+ buildCounterGoogleCloudDatacatalogV1BigQueryRoutineSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1BigQueryRoutineSpec < 3) {
+ o.importedLibraries = buildUnnamed4159();
+ }
+ buildCounterGoogleCloudDatacatalogV1BigQueryRoutineSpec--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1BigQueryRoutineSpec(
+ api.GoogleCloudDatacatalogV1BigQueryRoutineSpec o) {
+ buildCounterGoogleCloudDatacatalogV1BigQueryRoutineSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1BigQueryRoutineSpec < 3) {
+ checkUnnamed4159(o.importedLibraries!);
+ }
+ buildCounterGoogleCloudDatacatalogV1BigQueryRoutineSpec--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1BigQueryTableSpec = 0;
+api.GoogleCloudDatacatalogV1BigQueryTableSpec
+ buildGoogleCloudDatacatalogV1BigQueryTableSpec() {
+ var o = api.GoogleCloudDatacatalogV1BigQueryTableSpec();
+ buildCounterGoogleCloudDatacatalogV1BigQueryTableSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1BigQueryTableSpec < 3) {
+ o.tableSourceType = 'foo';
+ o.tableSpec = buildGoogleCloudDatacatalogV1TableSpec();
+ o.viewSpec = buildGoogleCloudDatacatalogV1ViewSpec();
+ }
+ buildCounterGoogleCloudDatacatalogV1BigQueryTableSpec--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1BigQueryTableSpec(
+ api.GoogleCloudDatacatalogV1BigQueryTableSpec o) {
+ buildCounterGoogleCloudDatacatalogV1BigQueryTableSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1BigQueryTableSpec < 3) {
+ unittest.expect(
+ o.tableSourceType!,
+ unittest.equals('foo'),
+ );
+ checkGoogleCloudDatacatalogV1TableSpec(
+ o.tableSpec! as api.GoogleCloudDatacatalogV1TableSpec);
+ checkGoogleCloudDatacatalogV1ViewSpec(
+ o.viewSpec! as api.GoogleCloudDatacatalogV1ViewSpec);
+ }
+ buildCounterGoogleCloudDatacatalogV1BigQueryTableSpec--;
+}
+
+core.List<api.GoogleCloudDatacatalogV1ColumnSchema> buildUnnamed4160() {
+ var o = <api.GoogleCloudDatacatalogV1ColumnSchema>[];
+ o.add(buildGoogleCloudDatacatalogV1ColumnSchema());
+ o.add(buildGoogleCloudDatacatalogV1ColumnSchema());
+ return o;
+}
+
+void checkUnnamed4160(core.List<api.GoogleCloudDatacatalogV1ColumnSchema> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1ColumnSchema(
+ o[0] as api.GoogleCloudDatacatalogV1ColumnSchema);
+ checkGoogleCloudDatacatalogV1ColumnSchema(
+ o[1] as api.GoogleCloudDatacatalogV1ColumnSchema);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1ColumnSchema = 0;
+api.GoogleCloudDatacatalogV1ColumnSchema
+ buildGoogleCloudDatacatalogV1ColumnSchema() {
+ var o = api.GoogleCloudDatacatalogV1ColumnSchema();
+ buildCounterGoogleCloudDatacatalogV1ColumnSchema++;
+ if (buildCounterGoogleCloudDatacatalogV1ColumnSchema < 3) {
+ o.column = 'foo';
+ o.description = 'foo';
+ o.mode = 'foo';
+ o.subcolumns = buildUnnamed4160();
+ o.type = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1ColumnSchema--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1ColumnSchema(
+ api.GoogleCloudDatacatalogV1ColumnSchema o) {
+ buildCounterGoogleCloudDatacatalogV1ColumnSchema++;
+ if (buildCounterGoogleCloudDatacatalogV1ColumnSchema < 3) {
+ unittest.expect(
+ o.column!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.description!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.mode!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4160(o.subcolumns!);
+ unittest.expect(
+ o.type!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1ColumnSchema--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1CrossRegionalSource = 0;
+api.GoogleCloudDatacatalogV1CrossRegionalSource
+ buildGoogleCloudDatacatalogV1CrossRegionalSource() {
+ var o = api.GoogleCloudDatacatalogV1CrossRegionalSource();
+ buildCounterGoogleCloudDatacatalogV1CrossRegionalSource++;
+ if (buildCounterGoogleCloudDatacatalogV1CrossRegionalSource < 3) {
+ o.taxonomy = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1CrossRegionalSource--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1CrossRegionalSource(
+ api.GoogleCloudDatacatalogV1CrossRegionalSource o) {
+ buildCounterGoogleCloudDatacatalogV1CrossRegionalSource++;
+ if (buildCounterGoogleCloudDatacatalogV1CrossRegionalSource < 3) {
+ unittest.expect(
+ o.taxonomy!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1CrossRegionalSource--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1DataSource = 0;
+api.GoogleCloudDatacatalogV1DataSource
+ buildGoogleCloudDatacatalogV1DataSource() {
+ var o = api.GoogleCloudDatacatalogV1DataSource();
+ buildCounterGoogleCloudDatacatalogV1DataSource++;
+ if (buildCounterGoogleCloudDatacatalogV1DataSource < 3) {
+ o.resource = 'foo';
+ o.service = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1DataSource--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1DataSource(
+ api.GoogleCloudDatacatalogV1DataSource o) {
+ buildCounterGoogleCloudDatacatalogV1DataSource++;
+ if (buildCounterGoogleCloudDatacatalogV1DataSource < 3) {
+ unittest.expect(
+ o.resource!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.service!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1DataSource--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1DatabaseTableSpec = 0;
+api.GoogleCloudDatacatalogV1DatabaseTableSpec
+ buildGoogleCloudDatacatalogV1DatabaseTableSpec() {
+ var o = api.GoogleCloudDatacatalogV1DatabaseTableSpec();
+ buildCounterGoogleCloudDatacatalogV1DatabaseTableSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1DatabaseTableSpec < 3) {
+ o.type = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1DatabaseTableSpec--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1DatabaseTableSpec(
+ api.GoogleCloudDatacatalogV1DatabaseTableSpec o) {
+ buildCounterGoogleCloudDatacatalogV1DatabaseTableSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1DatabaseTableSpec < 3) {
+ unittest.expect(
+ o.type!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1DatabaseTableSpec--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1Entry = 0;
+api.GoogleCloudDatacatalogV1Entry buildGoogleCloudDatacatalogV1Entry() {
+ var o = api.GoogleCloudDatacatalogV1Entry();
+ buildCounterGoogleCloudDatacatalogV1Entry++;
+ if (buildCounterGoogleCloudDatacatalogV1Entry < 3) {
+ o.bigqueryDateShardedSpec =
+ buildGoogleCloudDatacatalogV1BigQueryDateShardedSpec();
+ o.bigqueryTableSpec = buildGoogleCloudDatacatalogV1BigQueryTableSpec();
+ o.dataSource = buildGoogleCloudDatacatalogV1DataSource();
+ o.databaseTableSpec = buildGoogleCloudDatacatalogV1DatabaseTableSpec();
+ o.description = 'foo';
+ o.displayName = 'foo';
+ o.fullyQualifiedName = 'foo';
+ o.gcsFilesetSpec = buildGoogleCloudDatacatalogV1GcsFilesetSpec();
+ o.integratedSystem = 'foo';
+ o.linkedResource = 'foo';
+ o.name = 'foo';
+ o.routineSpec = buildGoogleCloudDatacatalogV1RoutineSpec();
+ o.schema = buildGoogleCloudDatacatalogV1Schema();
+ o.sourceSystemTimestamps = buildGoogleCloudDatacatalogV1SystemTimestamps();
+ o.type = 'foo';
+ o.usageSignal = buildGoogleCloudDatacatalogV1UsageSignal();
+ o.userSpecifiedSystem = 'foo';
+ o.userSpecifiedType = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1Entry--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1Entry(api.GoogleCloudDatacatalogV1Entry o) {
+ buildCounterGoogleCloudDatacatalogV1Entry++;
+ if (buildCounterGoogleCloudDatacatalogV1Entry < 3) {
+ checkGoogleCloudDatacatalogV1BigQueryDateShardedSpec(
+ o.bigqueryDateShardedSpec!
+ as api.GoogleCloudDatacatalogV1BigQueryDateShardedSpec);
+ checkGoogleCloudDatacatalogV1BigQueryTableSpec(
+ o.bigqueryTableSpec! as api.GoogleCloudDatacatalogV1BigQueryTableSpec);
+ checkGoogleCloudDatacatalogV1DataSource(
+ o.dataSource! as api.GoogleCloudDatacatalogV1DataSource);
+ checkGoogleCloudDatacatalogV1DatabaseTableSpec(
+ o.databaseTableSpec! as api.GoogleCloudDatacatalogV1DatabaseTableSpec);
+ unittest.expect(
+ o.description!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.displayName!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.fullyQualifiedName!,
+ unittest.equals('foo'),
+ );
+ checkGoogleCloudDatacatalogV1GcsFilesetSpec(
+ o.gcsFilesetSpec! as api.GoogleCloudDatacatalogV1GcsFilesetSpec);
+ unittest.expect(
+ o.integratedSystem!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.linkedResource!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ checkGoogleCloudDatacatalogV1RoutineSpec(
+ o.routineSpec! as api.GoogleCloudDatacatalogV1RoutineSpec);
+ checkGoogleCloudDatacatalogV1Schema(
+ o.schema! as api.GoogleCloudDatacatalogV1Schema);
+ checkGoogleCloudDatacatalogV1SystemTimestamps(o.sourceSystemTimestamps!
+ as api.GoogleCloudDatacatalogV1SystemTimestamps);
+ unittest.expect(
+ o.type!,
+ unittest.equals('foo'),
+ );
+ checkGoogleCloudDatacatalogV1UsageSignal(
+ o.usageSignal! as api.GoogleCloudDatacatalogV1UsageSignal);
+ unittest.expect(
+ o.userSpecifiedSystem!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.userSpecifiedType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1Entry--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1EntryGroup = 0;
+api.GoogleCloudDatacatalogV1EntryGroup
+ buildGoogleCloudDatacatalogV1EntryGroup() {
+ var o = api.GoogleCloudDatacatalogV1EntryGroup();
+ buildCounterGoogleCloudDatacatalogV1EntryGroup++;
+ if (buildCounterGoogleCloudDatacatalogV1EntryGroup < 3) {
+ o.dataCatalogTimestamps = buildGoogleCloudDatacatalogV1SystemTimestamps();
+ o.description = 'foo';
+ o.displayName = 'foo';
+ o.name = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1EntryGroup--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1EntryGroup(
+ api.GoogleCloudDatacatalogV1EntryGroup o) {
+ buildCounterGoogleCloudDatacatalogV1EntryGroup++;
+ if (buildCounterGoogleCloudDatacatalogV1EntryGroup < 3) {
+ checkGoogleCloudDatacatalogV1SystemTimestamps(o.dataCatalogTimestamps!
+ as api.GoogleCloudDatacatalogV1SystemTimestamps);
+ unittest.expect(
+ o.description!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.displayName!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1EntryGroup--;
+}
+
+core.List<api.GoogleCloudDatacatalogV1SerializedTaxonomy> buildUnnamed4161() {
+ var o = <api.GoogleCloudDatacatalogV1SerializedTaxonomy>[];
+ o.add(buildGoogleCloudDatacatalogV1SerializedTaxonomy());
+ o.add(buildGoogleCloudDatacatalogV1SerializedTaxonomy());
+ return o;
+}
+
+void checkUnnamed4161(
+ core.List<api.GoogleCloudDatacatalogV1SerializedTaxonomy> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1SerializedTaxonomy(
+ o[0] as api.GoogleCloudDatacatalogV1SerializedTaxonomy);
+ checkGoogleCloudDatacatalogV1SerializedTaxonomy(
+ o[1] as api.GoogleCloudDatacatalogV1SerializedTaxonomy);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1ExportTaxonomiesResponse = 0;
+api.GoogleCloudDatacatalogV1ExportTaxonomiesResponse
+ buildGoogleCloudDatacatalogV1ExportTaxonomiesResponse() {
+ var o = api.GoogleCloudDatacatalogV1ExportTaxonomiesResponse();
+ buildCounterGoogleCloudDatacatalogV1ExportTaxonomiesResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1ExportTaxonomiesResponse < 3) {
+ o.taxonomies = buildUnnamed4161();
+ }
+ buildCounterGoogleCloudDatacatalogV1ExportTaxonomiesResponse--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1ExportTaxonomiesResponse(
+ api.GoogleCloudDatacatalogV1ExportTaxonomiesResponse o) {
+ buildCounterGoogleCloudDatacatalogV1ExportTaxonomiesResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1ExportTaxonomiesResponse < 3) {
+ checkUnnamed4161(o.taxonomies!);
+ }
+ buildCounterGoogleCloudDatacatalogV1ExportTaxonomiesResponse--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1FieldType = 0;
+api.GoogleCloudDatacatalogV1FieldType buildGoogleCloudDatacatalogV1FieldType() {
+ var o = api.GoogleCloudDatacatalogV1FieldType();
+ buildCounterGoogleCloudDatacatalogV1FieldType++;
+ if (buildCounterGoogleCloudDatacatalogV1FieldType < 3) {
+ o.enumType = buildGoogleCloudDatacatalogV1FieldTypeEnumType();
+ o.primitiveType = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1FieldType--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1FieldType(
+ api.GoogleCloudDatacatalogV1FieldType o) {
+ buildCounterGoogleCloudDatacatalogV1FieldType++;
+ if (buildCounterGoogleCloudDatacatalogV1FieldType < 3) {
+ checkGoogleCloudDatacatalogV1FieldTypeEnumType(
+ o.enumType! as api.GoogleCloudDatacatalogV1FieldTypeEnumType);
+ unittest.expect(
+ o.primitiveType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1FieldType--;
+}
+
+core.List<api.GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue>
+ buildUnnamed4162() {
+ var o = <api.GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue>[];
+ o.add(buildGoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue());
+ o.add(buildGoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue());
+ return o;
+}
+
+void checkUnnamed4162(
+ core.List<api.GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue(
+ o[0] as api.GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue);
+ checkGoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue(
+ o[1] as api.GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1FieldTypeEnumType = 0;
+api.GoogleCloudDatacatalogV1FieldTypeEnumType
+ buildGoogleCloudDatacatalogV1FieldTypeEnumType() {
+ var o = api.GoogleCloudDatacatalogV1FieldTypeEnumType();
+ buildCounterGoogleCloudDatacatalogV1FieldTypeEnumType++;
+ if (buildCounterGoogleCloudDatacatalogV1FieldTypeEnumType < 3) {
+ o.allowedValues = buildUnnamed4162();
+ }
+ buildCounterGoogleCloudDatacatalogV1FieldTypeEnumType--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1FieldTypeEnumType(
+ api.GoogleCloudDatacatalogV1FieldTypeEnumType o) {
+ buildCounterGoogleCloudDatacatalogV1FieldTypeEnumType++;
+ if (buildCounterGoogleCloudDatacatalogV1FieldTypeEnumType < 3) {
+ checkUnnamed4162(o.allowedValues!);
+ }
+ buildCounterGoogleCloudDatacatalogV1FieldTypeEnumType--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue = 0;
+api.GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue
+ buildGoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue() {
+ var o = api.GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue();
+ buildCounterGoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue++;
+ if (buildCounterGoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue < 3) {
+ o.displayName = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue(
+ api.GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue o) {
+ buildCounterGoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue++;
+ if (buildCounterGoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue < 3) {
+ unittest.expect(
+ o.displayName!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1GcsFileSpec = 0;
+api.GoogleCloudDatacatalogV1GcsFileSpec
+ buildGoogleCloudDatacatalogV1GcsFileSpec() {
+ var o = api.GoogleCloudDatacatalogV1GcsFileSpec();
+ buildCounterGoogleCloudDatacatalogV1GcsFileSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1GcsFileSpec < 3) {
+ o.filePath = 'foo';
+ o.gcsTimestamps = buildGoogleCloudDatacatalogV1SystemTimestamps();
+ o.sizeBytes = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1GcsFileSpec--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1GcsFileSpec(
+ api.GoogleCloudDatacatalogV1GcsFileSpec o) {
+ buildCounterGoogleCloudDatacatalogV1GcsFileSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1GcsFileSpec < 3) {
+ unittest.expect(
+ o.filePath!,
+ unittest.equals('foo'),
+ );
+ checkGoogleCloudDatacatalogV1SystemTimestamps(
+ o.gcsTimestamps! as api.GoogleCloudDatacatalogV1SystemTimestamps);
+ unittest.expect(
+ o.sizeBytes!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1GcsFileSpec--;
+}
+
+core.List<core.String> buildUnnamed4163() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4163(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'),
+ );
+}
+
+core.List<api.GoogleCloudDatacatalogV1GcsFileSpec> buildUnnamed4164() {
+ var o = <api.GoogleCloudDatacatalogV1GcsFileSpec>[];
+ o.add(buildGoogleCloudDatacatalogV1GcsFileSpec());
+ o.add(buildGoogleCloudDatacatalogV1GcsFileSpec());
+ return o;
+}
+
+void checkUnnamed4164(core.List<api.GoogleCloudDatacatalogV1GcsFileSpec> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1GcsFileSpec(
+ o[0] as api.GoogleCloudDatacatalogV1GcsFileSpec);
+ checkGoogleCloudDatacatalogV1GcsFileSpec(
+ o[1] as api.GoogleCloudDatacatalogV1GcsFileSpec);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1GcsFilesetSpec = 0;
+api.GoogleCloudDatacatalogV1GcsFilesetSpec
+ buildGoogleCloudDatacatalogV1GcsFilesetSpec() {
+ var o = api.GoogleCloudDatacatalogV1GcsFilesetSpec();
+ buildCounterGoogleCloudDatacatalogV1GcsFilesetSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1GcsFilesetSpec < 3) {
+ o.filePatterns = buildUnnamed4163();
+ o.sampleGcsFileSpecs = buildUnnamed4164();
+ }
+ buildCounterGoogleCloudDatacatalogV1GcsFilesetSpec--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1GcsFilesetSpec(
+ api.GoogleCloudDatacatalogV1GcsFilesetSpec o) {
+ buildCounterGoogleCloudDatacatalogV1GcsFilesetSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1GcsFilesetSpec < 3) {
+ checkUnnamed4163(o.filePatterns!);
+ checkUnnamed4164(o.sampleGcsFileSpecs!);
+ }
+ buildCounterGoogleCloudDatacatalogV1GcsFilesetSpec--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1ImportTaxonomiesRequest = 0;
+api.GoogleCloudDatacatalogV1ImportTaxonomiesRequest
+ buildGoogleCloudDatacatalogV1ImportTaxonomiesRequest() {
+ var o = api.GoogleCloudDatacatalogV1ImportTaxonomiesRequest();
+ buildCounterGoogleCloudDatacatalogV1ImportTaxonomiesRequest++;
+ if (buildCounterGoogleCloudDatacatalogV1ImportTaxonomiesRequest < 3) {
+ o.crossRegionalSource = buildGoogleCloudDatacatalogV1CrossRegionalSource();
+ o.inlineSource = buildGoogleCloudDatacatalogV1InlineSource();
+ }
+ buildCounterGoogleCloudDatacatalogV1ImportTaxonomiesRequest--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1ImportTaxonomiesRequest(
+ api.GoogleCloudDatacatalogV1ImportTaxonomiesRequest o) {
+ buildCounterGoogleCloudDatacatalogV1ImportTaxonomiesRequest++;
+ if (buildCounterGoogleCloudDatacatalogV1ImportTaxonomiesRequest < 3) {
+ checkGoogleCloudDatacatalogV1CrossRegionalSource(o.crossRegionalSource!
+ as api.GoogleCloudDatacatalogV1CrossRegionalSource);
+ checkGoogleCloudDatacatalogV1InlineSource(
+ o.inlineSource! as api.GoogleCloudDatacatalogV1InlineSource);
+ }
+ buildCounterGoogleCloudDatacatalogV1ImportTaxonomiesRequest--;
+}
+
+core.List<api.GoogleCloudDatacatalogV1Taxonomy> buildUnnamed4165() {
+ var o = <api.GoogleCloudDatacatalogV1Taxonomy>[];
+ o.add(buildGoogleCloudDatacatalogV1Taxonomy());
+ o.add(buildGoogleCloudDatacatalogV1Taxonomy());
+ return o;
+}
+
+void checkUnnamed4165(core.List<api.GoogleCloudDatacatalogV1Taxonomy> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1Taxonomy(
+ o[0] as api.GoogleCloudDatacatalogV1Taxonomy);
+ checkGoogleCloudDatacatalogV1Taxonomy(
+ o[1] as api.GoogleCloudDatacatalogV1Taxonomy);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1ImportTaxonomiesResponse = 0;
+api.GoogleCloudDatacatalogV1ImportTaxonomiesResponse
+ buildGoogleCloudDatacatalogV1ImportTaxonomiesResponse() {
+ var o = api.GoogleCloudDatacatalogV1ImportTaxonomiesResponse();
+ buildCounterGoogleCloudDatacatalogV1ImportTaxonomiesResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1ImportTaxonomiesResponse < 3) {
+ o.taxonomies = buildUnnamed4165();
+ }
+ buildCounterGoogleCloudDatacatalogV1ImportTaxonomiesResponse--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1ImportTaxonomiesResponse(
+ api.GoogleCloudDatacatalogV1ImportTaxonomiesResponse o) {
+ buildCounterGoogleCloudDatacatalogV1ImportTaxonomiesResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1ImportTaxonomiesResponse < 3) {
+ checkUnnamed4165(o.taxonomies!);
+ }
+ buildCounterGoogleCloudDatacatalogV1ImportTaxonomiesResponse--;
+}
+
+core.List<api.GoogleCloudDatacatalogV1SerializedTaxonomy> buildUnnamed4166() {
+ var o = <api.GoogleCloudDatacatalogV1SerializedTaxonomy>[];
+ o.add(buildGoogleCloudDatacatalogV1SerializedTaxonomy());
+ o.add(buildGoogleCloudDatacatalogV1SerializedTaxonomy());
+ return o;
+}
+
+void checkUnnamed4166(
+ core.List<api.GoogleCloudDatacatalogV1SerializedTaxonomy> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1SerializedTaxonomy(
+ o[0] as api.GoogleCloudDatacatalogV1SerializedTaxonomy);
+ checkGoogleCloudDatacatalogV1SerializedTaxonomy(
+ o[1] as api.GoogleCloudDatacatalogV1SerializedTaxonomy);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1InlineSource = 0;
+api.GoogleCloudDatacatalogV1InlineSource
+ buildGoogleCloudDatacatalogV1InlineSource() {
+ var o = api.GoogleCloudDatacatalogV1InlineSource();
+ buildCounterGoogleCloudDatacatalogV1InlineSource++;
+ if (buildCounterGoogleCloudDatacatalogV1InlineSource < 3) {
+ o.taxonomies = buildUnnamed4166();
+ }
+ buildCounterGoogleCloudDatacatalogV1InlineSource--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1InlineSource(
+ api.GoogleCloudDatacatalogV1InlineSource o) {
+ buildCounterGoogleCloudDatacatalogV1InlineSource++;
+ if (buildCounterGoogleCloudDatacatalogV1InlineSource < 3) {
+ checkUnnamed4166(o.taxonomies!);
+ }
+ buildCounterGoogleCloudDatacatalogV1InlineSource--;
+}
+
+core.List<api.GoogleCloudDatacatalogV1Entry> buildUnnamed4167() {
+ var o = <api.GoogleCloudDatacatalogV1Entry>[];
+ o.add(buildGoogleCloudDatacatalogV1Entry());
+ o.add(buildGoogleCloudDatacatalogV1Entry());
+ return o;
+}
+
+void checkUnnamed4167(core.List<api.GoogleCloudDatacatalogV1Entry> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1Entry(o[0] as api.GoogleCloudDatacatalogV1Entry);
+ checkGoogleCloudDatacatalogV1Entry(o[1] as api.GoogleCloudDatacatalogV1Entry);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1ListEntriesResponse = 0;
+api.GoogleCloudDatacatalogV1ListEntriesResponse
+ buildGoogleCloudDatacatalogV1ListEntriesResponse() {
+ var o = api.GoogleCloudDatacatalogV1ListEntriesResponse();
+ buildCounterGoogleCloudDatacatalogV1ListEntriesResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1ListEntriesResponse < 3) {
+ o.entries = buildUnnamed4167();
+ o.nextPageToken = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1ListEntriesResponse--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1ListEntriesResponse(
+ api.GoogleCloudDatacatalogV1ListEntriesResponse o) {
+ buildCounterGoogleCloudDatacatalogV1ListEntriesResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1ListEntriesResponse < 3) {
+ checkUnnamed4167(o.entries!);
+ unittest.expect(
+ o.nextPageToken!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1ListEntriesResponse--;
+}
+
+core.List<api.GoogleCloudDatacatalogV1EntryGroup> buildUnnamed4168() {
+ var o = <api.GoogleCloudDatacatalogV1EntryGroup>[];
+ o.add(buildGoogleCloudDatacatalogV1EntryGroup());
+ o.add(buildGoogleCloudDatacatalogV1EntryGroup());
+ return o;
+}
+
+void checkUnnamed4168(core.List<api.GoogleCloudDatacatalogV1EntryGroup> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1EntryGroup(
+ o[0] as api.GoogleCloudDatacatalogV1EntryGroup);
+ checkGoogleCloudDatacatalogV1EntryGroup(
+ o[1] as api.GoogleCloudDatacatalogV1EntryGroup);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1ListEntryGroupsResponse = 0;
+api.GoogleCloudDatacatalogV1ListEntryGroupsResponse
+ buildGoogleCloudDatacatalogV1ListEntryGroupsResponse() {
+ var o = api.GoogleCloudDatacatalogV1ListEntryGroupsResponse();
+ buildCounterGoogleCloudDatacatalogV1ListEntryGroupsResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1ListEntryGroupsResponse < 3) {
+ o.entryGroups = buildUnnamed4168();
+ o.nextPageToken = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1ListEntryGroupsResponse--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1ListEntryGroupsResponse(
+ api.GoogleCloudDatacatalogV1ListEntryGroupsResponse o) {
+ buildCounterGoogleCloudDatacatalogV1ListEntryGroupsResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1ListEntryGroupsResponse < 3) {
+ checkUnnamed4168(o.entryGroups!);
+ unittest.expect(
+ o.nextPageToken!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1ListEntryGroupsResponse--;
+}
+
+core.List<api.GoogleCloudDatacatalogV1PolicyTag> buildUnnamed4169() {
+ var o = <api.GoogleCloudDatacatalogV1PolicyTag>[];
+ o.add(buildGoogleCloudDatacatalogV1PolicyTag());
+ o.add(buildGoogleCloudDatacatalogV1PolicyTag());
+ return o;
+}
+
+void checkUnnamed4169(core.List<api.GoogleCloudDatacatalogV1PolicyTag> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1PolicyTag(
+ o[0] as api.GoogleCloudDatacatalogV1PolicyTag);
+ checkGoogleCloudDatacatalogV1PolicyTag(
+ o[1] as api.GoogleCloudDatacatalogV1PolicyTag);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1ListPolicyTagsResponse = 0;
+api.GoogleCloudDatacatalogV1ListPolicyTagsResponse
+ buildGoogleCloudDatacatalogV1ListPolicyTagsResponse() {
+ var o = api.GoogleCloudDatacatalogV1ListPolicyTagsResponse();
+ buildCounterGoogleCloudDatacatalogV1ListPolicyTagsResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1ListPolicyTagsResponse < 3) {
+ o.nextPageToken = 'foo';
+ o.policyTags = buildUnnamed4169();
+ }
+ buildCounterGoogleCloudDatacatalogV1ListPolicyTagsResponse--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1ListPolicyTagsResponse(
+ api.GoogleCloudDatacatalogV1ListPolicyTagsResponse o) {
+ buildCounterGoogleCloudDatacatalogV1ListPolicyTagsResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1ListPolicyTagsResponse < 3) {
+ unittest.expect(
+ o.nextPageToken!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4169(o.policyTags!);
+ }
+ buildCounterGoogleCloudDatacatalogV1ListPolicyTagsResponse--;
+}
+
+core.List<api.GoogleCloudDatacatalogV1Tag> buildUnnamed4170() {
+ var o = <api.GoogleCloudDatacatalogV1Tag>[];
+ o.add(buildGoogleCloudDatacatalogV1Tag());
+ o.add(buildGoogleCloudDatacatalogV1Tag());
+ return o;
+}
+
+void checkUnnamed4170(core.List<api.GoogleCloudDatacatalogV1Tag> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1Tag(o[0] as api.GoogleCloudDatacatalogV1Tag);
+ checkGoogleCloudDatacatalogV1Tag(o[1] as api.GoogleCloudDatacatalogV1Tag);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1ListTagsResponse = 0;
+api.GoogleCloudDatacatalogV1ListTagsResponse
+ buildGoogleCloudDatacatalogV1ListTagsResponse() {
+ var o = api.GoogleCloudDatacatalogV1ListTagsResponse();
+ buildCounterGoogleCloudDatacatalogV1ListTagsResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1ListTagsResponse < 3) {
+ o.nextPageToken = 'foo';
+ o.tags = buildUnnamed4170();
+ }
+ buildCounterGoogleCloudDatacatalogV1ListTagsResponse--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1ListTagsResponse(
+ api.GoogleCloudDatacatalogV1ListTagsResponse o) {
+ buildCounterGoogleCloudDatacatalogV1ListTagsResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1ListTagsResponse < 3) {
+ unittest.expect(
+ o.nextPageToken!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4170(o.tags!);
+ }
+ buildCounterGoogleCloudDatacatalogV1ListTagsResponse--;
+}
+
+core.List<api.GoogleCloudDatacatalogV1Taxonomy> buildUnnamed4171() {
+ var o = <api.GoogleCloudDatacatalogV1Taxonomy>[];
+ o.add(buildGoogleCloudDatacatalogV1Taxonomy());
+ o.add(buildGoogleCloudDatacatalogV1Taxonomy());
+ return o;
+}
+
+void checkUnnamed4171(core.List<api.GoogleCloudDatacatalogV1Taxonomy> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1Taxonomy(
+ o[0] as api.GoogleCloudDatacatalogV1Taxonomy);
+ checkGoogleCloudDatacatalogV1Taxonomy(
+ o[1] as api.GoogleCloudDatacatalogV1Taxonomy);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1ListTaxonomiesResponse = 0;
+api.GoogleCloudDatacatalogV1ListTaxonomiesResponse
+ buildGoogleCloudDatacatalogV1ListTaxonomiesResponse() {
+ var o = api.GoogleCloudDatacatalogV1ListTaxonomiesResponse();
+ buildCounterGoogleCloudDatacatalogV1ListTaxonomiesResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1ListTaxonomiesResponse < 3) {
+ o.nextPageToken = 'foo';
+ o.taxonomies = buildUnnamed4171();
+ }
+ buildCounterGoogleCloudDatacatalogV1ListTaxonomiesResponse--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1ListTaxonomiesResponse(
+ api.GoogleCloudDatacatalogV1ListTaxonomiesResponse o) {
+ buildCounterGoogleCloudDatacatalogV1ListTaxonomiesResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1ListTaxonomiesResponse < 3) {
+ unittest.expect(
+ o.nextPageToken!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4171(o.taxonomies!);
+ }
+ buildCounterGoogleCloudDatacatalogV1ListTaxonomiesResponse--;
+}
+
+core.List<core.String> buildUnnamed4172() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4172(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'),
+ );
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1PolicyTag = 0;
+api.GoogleCloudDatacatalogV1PolicyTag buildGoogleCloudDatacatalogV1PolicyTag() {
+ var o = api.GoogleCloudDatacatalogV1PolicyTag();
+ buildCounterGoogleCloudDatacatalogV1PolicyTag++;
+ if (buildCounterGoogleCloudDatacatalogV1PolicyTag < 3) {
+ o.childPolicyTags = buildUnnamed4172();
+ o.description = 'foo';
+ o.displayName = 'foo';
+ o.name = 'foo';
+ o.parentPolicyTag = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1PolicyTag--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1PolicyTag(
+ api.GoogleCloudDatacatalogV1PolicyTag o) {
+ buildCounterGoogleCloudDatacatalogV1PolicyTag++;
+ if (buildCounterGoogleCloudDatacatalogV1PolicyTag < 3) {
+ checkUnnamed4172(o.childPolicyTags!);
+ unittest.expect(
+ o.description!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.displayName!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.parentPolicyTag!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1PolicyTag--;
+}
+
+core.int
+ buildCounterGoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest =
+ 0;
+api.GoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest
+ buildGoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest() {
+ var o = api.GoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest();
+ buildCounterGoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest++;
+ if (buildCounterGoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest <
+ 3) {
+ o.newEnumValueDisplayName = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest(
+ api.GoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest o) {
+ buildCounterGoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest++;
+ if (buildCounterGoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest <
+ 3) {
+ unittest.expect(
+ o.newEnumValueDisplayName!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1RenameTagTemplateFieldRequest = 0;
+api.GoogleCloudDatacatalogV1RenameTagTemplateFieldRequest
+ buildGoogleCloudDatacatalogV1RenameTagTemplateFieldRequest() {
+ var o = api.GoogleCloudDatacatalogV1RenameTagTemplateFieldRequest();
+ buildCounterGoogleCloudDatacatalogV1RenameTagTemplateFieldRequest++;
+ if (buildCounterGoogleCloudDatacatalogV1RenameTagTemplateFieldRequest < 3) {
+ o.newTagTemplateFieldId = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1RenameTagTemplateFieldRequest--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1RenameTagTemplateFieldRequest(
+ api.GoogleCloudDatacatalogV1RenameTagTemplateFieldRequest o) {
+ buildCounterGoogleCloudDatacatalogV1RenameTagTemplateFieldRequest++;
+ if (buildCounterGoogleCloudDatacatalogV1RenameTagTemplateFieldRequest < 3) {
+ unittest.expect(
+ o.newTagTemplateFieldId!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1RenameTagTemplateFieldRequest--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1ReplaceTaxonomyRequest = 0;
+api.GoogleCloudDatacatalogV1ReplaceTaxonomyRequest
+ buildGoogleCloudDatacatalogV1ReplaceTaxonomyRequest() {
+ var o = api.GoogleCloudDatacatalogV1ReplaceTaxonomyRequest();
+ buildCounterGoogleCloudDatacatalogV1ReplaceTaxonomyRequest++;
+ if (buildCounterGoogleCloudDatacatalogV1ReplaceTaxonomyRequest < 3) {
+ o.serializedTaxonomy = buildGoogleCloudDatacatalogV1SerializedTaxonomy();
+ }
+ buildCounterGoogleCloudDatacatalogV1ReplaceTaxonomyRequest--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1ReplaceTaxonomyRequest(
+ api.GoogleCloudDatacatalogV1ReplaceTaxonomyRequest o) {
+ buildCounterGoogleCloudDatacatalogV1ReplaceTaxonomyRequest++;
+ if (buildCounterGoogleCloudDatacatalogV1ReplaceTaxonomyRequest < 3) {
+ checkGoogleCloudDatacatalogV1SerializedTaxonomy(o.serializedTaxonomy!
+ as api.GoogleCloudDatacatalogV1SerializedTaxonomy);
+ }
+ buildCounterGoogleCloudDatacatalogV1ReplaceTaxonomyRequest--;
+}
+
+core.List<api.GoogleCloudDatacatalogV1RoutineSpecArgument> buildUnnamed4173() {
+ var o = <api.GoogleCloudDatacatalogV1RoutineSpecArgument>[];
+ o.add(buildGoogleCloudDatacatalogV1RoutineSpecArgument());
+ o.add(buildGoogleCloudDatacatalogV1RoutineSpecArgument());
+ return o;
+}
+
+void checkUnnamed4173(
+ core.List<api.GoogleCloudDatacatalogV1RoutineSpecArgument> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1RoutineSpecArgument(
+ o[0] as api.GoogleCloudDatacatalogV1RoutineSpecArgument);
+ checkGoogleCloudDatacatalogV1RoutineSpecArgument(
+ o[1] as api.GoogleCloudDatacatalogV1RoutineSpecArgument);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1RoutineSpec = 0;
+api.GoogleCloudDatacatalogV1RoutineSpec
+ buildGoogleCloudDatacatalogV1RoutineSpec() {
+ var o = api.GoogleCloudDatacatalogV1RoutineSpec();
+ buildCounterGoogleCloudDatacatalogV1RoutineSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1RoutineSpec < 3) {
+ o.bigqueryRoutineSpec = buildGoogleCloudDatacatalogV1BigQueryRoutineSpec();
+ o.definitionBody = 'foo';
+ o.language = 'foo';
+ o.returnType = 'foo';
+ o.routineArguments = buildUnnamed4173();
+ o.routineType = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1RoutineSpec--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1RoutineSpec(
+ api.GoogleCloudDatacatalogV1RoutineSpec o) {
+ buildCounterGoogleCloudDatacatalogV1RoutineSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1RoutineSpec < 3) {
+ checkGoogleCloudDatacatalogV1BigQueryRoutineSpec(o.bigqueryRoutineSpec!
+ as api.GoogleCloudDatacatalogV1BigQueryRoutineSpec);
+ unittest.expect(
+ o.definitionBody!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.language!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.returnType!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4173(o.routineArguments!);
+ unittest.expect(
+ o.routineType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1RoutineSpec--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1RoutineSpecArgument = 0;
+api.GoogleCloudDatacatalogV1RoutineSpecArgument
+ buildGoogleCloudDatacatalogV1RoutineSpecArgument() {
+ var o = api.GoogleCloudDatacatalogV1RoutineSpecArgument();
+ buildCounterGoogleCloudDatacatalogV1RoutineSpecArgument++;
+ if (buildCounterGoogleCloudDatacatalogV1RoutineSpecArgument < 3) {
+ o.mode = 'foo';
+ o.name = 'foo';
+ o.type = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1RoutineSpecArgument--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1RoutineSpecArgument(
+ api.GoogleCloudDatacatalogV1RoutineSpecArgument o) {
+ buildCounterGoogleCloudDatacatalogV1RoutineSpecArgument++;
+ if (buildCounterGoogleCloudDatacatalogV1RoutineSpecArgument < 3) {
+ unittest.expect(
+ o.mode!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.type!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1RoutineSpecArgument--;
+}
+
+core.List<api.GoogleCloudDatacatalogV1ColumnSchema> buildUnnamed4174() {
+ var o = <api.GoogleCloudDatacatalogV1ColumnSchema>[];
+ o.add(buildGoogleCloudDatacatalogV1ColumnSchema());
+ o.add(buildGoogleCloudDatacatalogV1ColumnSchema());
+ return o;
+}
+
+void checkUnnamed4174(core.List<api.GoogleCloudDatacatalogV1ColumnSchema> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1ColumnSchema(
+ o[0] as api.GoogleCloudDatacatalogV1ColumnSchema);
+ checkGoogleCloudDatacatalogV1ColumnSchema(
+ o[1] as api.GoogleCloudDatacatalogV1ColumnSchema);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1Schema = 0;
+api.GoogleCloudDatacatalogV1Schema buildGoogleCloudDatacatalogV1Schema() {
+ var o = api.GoogleCloudDatacatalogV1Schema();
+ buildCounterGoogleCloudDatacatalogV1Schema++;
+ if (buildCounterGoogleCloudDatacatalogV1Schema < 3) {
+ o.columns = buildUnnamed4174();
+ }
+ buildCounterGoogleCloudDatacatalogV1Schema--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1Schema(api.GoogleCloudDatacatalogV1Schema o) {
+ buildCounterGoogleCloudDatacatalogV1Schema++;
+ if (buildCounterGoogleCloudDatacatalogV1Schema < 3) {
+ checkUnnamed4174(o.columns!);
+ }
+ buildCounterGoogleCloudDatacatalogV1Schema--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1SearchCatalogRequest = 0;
+api.GoogleCloudDatacatalogV1SearchCatalogRequest
+ buildGoogleCloudDatacatalogV1SearchCatalogRequest() {
+ var o = api.GoogleCloudDatacatalogV1SearchCatalogRequest();
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogRequest++;
+ if (buildCounterGoogleCloudDatacatalogV1SearchCatalogRequest < 3) {
+ o.orderBy = 'foo';
+ o.pageSize = 42;
+ o.pageToken = 'foo';
+ o.query = 'foo';
+ o.scope = buildGoogleCloudDatacatalogV1SearchCatalogRequestScope();
+ }
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogRequest--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1SearchCatalogRequest(
+ api.GoogleCloudDatacatalogV1SearchCatalogRequest o) {
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogRequest++;
+ if (buildCounterGoogleCloudDatacatalogV1SearchCatalogRequest < 3) {
+ unittest.expect(
+ o.orderBy!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.pageSize!,
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o.pageToken!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.query!,
+ unittest.equals('foo'),
+ );
+ checkGoogleCloudDatacatalogV1SearchCatalogRequestScope(
+ o.scope! as api.GoogleCloudDatacatalogV1SearchCatalogRequestScope);
+ }
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogRequest--;
+}
+
+core.List<core.String> buildUnnamed4175() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4175(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed4176() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4176(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed4177() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4177(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'),
+ );
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1SearchCatalogRequestScope = 0;
+api.GoogleCloudDatacatalogV1SearchCatalogRequestScope
+ buildGoogleCloudDatacatalogV1SearchCatalogRequestScope() {
+ var o = api.GoogleCloudDatacatalogV1SearchCatalogRequestScope();
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogRequestScope++;
+ if (buildCounterGoogleCloudDatacatalogV1SearchCatalogRequestScope < 3) {
+ o.includeGcpPublicDatasets = true;
+ o.includeOrgIds = buildUnnamed4175();
+ o.includeProjectIds = buildUnnamed4176();
+ o.restrictedLocations = buildUnnamed4177();
+ }
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogRequestScope--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1SearchCatalogRequestScope(
+ api.GoogleCloudDatacatalogV1SearchCatalogRequestScope o) {
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogRequestScope++;
+ if (buildCounterGoogleCloudDatacatalogV1SearchCatalogRequestScope < 3) {
+ unittest.expect(o.includeGcpPublicDatasets!, unittest.isTrue);
+ checkUnnamed4175(o.includeOrgIds!);
+ checkUnnamed4176(o.includeProjectIds!);
+ checkUnnamed4177(o.restrictedLocations!);
+ }
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogRequestScope--;
+}
+
+core.List<api.GoogleCloudDatacatalogV1SearchCatalogResult> buildUnnamed4178() {
+ var o = <api.GoogleCloudDatacatalogV1SearchCatalogResult>[];
+ o.add(buildGoogleCloudDatacatalogV1SearchCatalogResult());
+ o.add(buildGoogleCloudDatacatalogV1SearchCatalogResult());
+ return o;
+}
+
+void checkUnnamed4178(
+ core.List<api.GoogleCloudDatacatalogV1SearchCatalogResult> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1SearchCatalogResult(
+ o[0] as api.GoogleCloudDatacatalogV1SearchCatalogResult);
+ checkGoogleCloudDatacatalogV1SearchCatalogResult(
+ o[1] as api.GoogleCloudDatacatalogV1SearchCatalogResult);
+}
+
+core.List<core.String> buildUnnamed4179() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4179(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'),
+ );
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1SearchCatalogResponse = 0;
+api.GoogleCloudDatacatalogV1SearchCatalogResponse
+ buildGoogleCloudDatacatalogV1SearchCatalogResponse() {
+ var o = api.GoogleCloudDatacatalogV1SearchCatalogResponse();
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1SearchCatalogResponse < 3) {
+ o.nextPageToken = 'foo';
+ o.results = buildUnnamed4178();
+ o.unreachable = buildUnnamed4179();
+ }
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogResponse--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1SearchCatalogResponse(
+ api.GoogleCloudDatacatalogV1SearchCatalogResponse o) {
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogResponse++;
+ if (buildCounterGoogleCloudDatacatalogV1SearchCatalogResponse < 3) {
+ unittest.expect(
+ o.nextPageToken!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4178(o.results!);
+ checkUnnamed4179(o.unreachable!);
+ }
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogResponse--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1SearchCatalogResult = 0;
+api.GoogleCloudDatacatalogV1SearchCatalogResult
+ buildGoogleCloudDatacatalogV1SearchCatalogResult() {
+ var o = api.GoogleCloudDatacatalogV1SearchCatalogResult();
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogResult++;
+ if (buildCounterGoogleCloudDatacatalogV1SearchCatalogResult < 3) {
+ o.fullyQualifiedName = 'foo';
+ o.integratedSystem = 'foo';
+ o.linkedResource = 'foo';
+ o.modifyTime = 'foo';
+ o.relativeResourceName = 'foo';
+ o.searchResultSubtype = 'foo';
+ o.searchResultType = 'foo';
+ o.userSpecifiedSystem = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogResult--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1SearchCatalogResult(
+ api.GoogleCloudDatacatalogV1SearchCatalogResult o) {
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogResult++;
+ if (buildCounterGoogleCloudDatacatalogV1SearchCatalogResult < 3) {
+ unittest.expect(
+ o.fullyQualifiedName!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.integratedSystem!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.linkedResource!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.modifyTime!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.relativeResourceName!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.searchResultSubtype!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.searchResultType!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.userSpecifiedSystem!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1SearchCatalogResult--;
+}
+
+core.List<api.GoogleCloudDatacatalogV1SerializedPolicyTag> buildUnnamed4180() {
+ var o = <api.GoogleCloudDatacatalogV1SerializedPolicyTag>[];
+ o.add(buildGoogleCloudDatacatalogV1SerializedPolicyTag());
+ o.add(buildGoogleCloudDatacatalogV1SerializedPolicyTag());
+ return o;
+}
+
+void checkUnnamed4180(
+ core.List<api.GoogleCloudDatacatalogV1SerializedPolicyTag> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1SerializedPolicyTag(
+ o[0] as api.GoogleCloudDatacatalogV1SerializedPolicyTag);
+ checkGoogleCloudDatacatalogV1SerializedPolicyTag(
+ o[1] as api.GoogleCloudDatacatalogV1SerializedPolicyTag);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1SerializedPolicyTag = 0;
+api.GoogleCloudDatacatalogV1SerializedPolicyTag
+ buildGoogleCloudDatacatalogV1SerializedPolicyTag() {
+ var o = api.GoogleCloudDatacatalogV1SerializedPolicyTag();
+ buildCounterGoogleCloudDatacatalogV1SerializedPolicyTag++;
+ if (buildCounterGoogleCloudDatacatalogV1SerializedPolicyTag < 3) {
+ o.childPolicyTags = buildUnnamed4180();
+ o.description = 'foo';
+ o.displayName = 'foo';
+ o.policyTag = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1SerializedPolicyTag--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1SerializedPolicyTag(
+ api.GoogleCloudDatacatalogV1SerializedPolicyTag o) {
+ buildCounterGoogleCloudDatacatalogV1SerializedPolicyTag++;
+ if (buildCounterGoogleCloudDatacatalogV1SerializedPolicyTag < 3) {
+ checkUnnamed4180(o.childPolicyTags!);
+ unittest.expect(
+ o.description!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.displayName!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.policyTag!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1SerializedPolicyTag--;
+}
+
+core.List<core.String> buildUnnamed4181() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4181(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'),
+ );
+}
+
+core.List<api.GoogleCloudDatacatalogV1SerializedPolicyTag> buildUnnamed4182() {
+ var o = <api.GoogleCloudDatacatalogV1SerializedPolicyTag>[];
+ o.add(buildGoogleCloudDatacatalogV1SerializedPolicyTag());
+ o.add(buildGoogleCloudDatacatalogV1SerializedPolicyTag());
+ return o;
+}
+
+void checkUnnamed4182(
+ core.List<api.GoogleCloudDatacatalogV1SerializedPolicyTag> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1SerializedPolicyTag(
+ o[0] as api.GoogleCloudDatacatalogV1SerializedPolicyTag);
+ checkGoogleCloudDatacatalogV1SerializedPolicyTag(
+ o[1] as api.GoogleCloudDatacatalogV1SerializedPolicyTag);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1SerializedTaxonomy = 0;
+api.GoogleCloudDatacatalogV1SerializedTaxonomy
+ buildGoogleCloudDatacatalogV1SerializedTaxonomy() {
+ var o = api.GoogleCloudDatacatalogV1SerializedTaxonomy();
+ buildCounterGoogleCloudDatacatalogV1SerializedTaxonomy++;
+ if (buildCounterGoogleCloudDatacatalogV1SerializedTaxonomy < 3) {
+ o.activatedPolicyTypes = buildUnnamed4181();
+ o.description = 'foo';
+ o.displayName = 'foo';
+ o.policyTags = buildUnnamed4182();
+ }
+ buildCounterGoogleCloudDatacatalogV1SerializedTaxonomy--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1SerializedTaxonomy(
+ api.GoogleCloudDatacatalogV1SerializedTaxonomy o) {
+ buildCounterGoogleCloudDatacatalogV1SerializedTaxonomy++;
+ if (buildCounterGoogleCloudDatacatalogV1SerializedTaxonomy < 3) {
+ checkUnnamed4181(o.activatedPolicyTypes!);
+ unittest.expect(
+ o.description!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.displayName!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4182(o.policyTags!);
+ }
+ buildCounterGoogleCloudDatacatalogV1SerializedTaxonomy--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1SystemTimestamps = 0;
+api.GoogleCloudDatacatalogV1SystemTimestamps
+ buildGoogleCloudDatacatalogV1SystemTimestamps() {
+ var o = api.GoogleCloudDatacatalogV1SystemTimestamps();
+ buildCounterGoogleCloudDatacatalogV1SystemTimestamps++;
+ if (buildCounterGoogleCloudDatacatalogV1SystemTimestamps < 3) {
+ o.createTime = 'foo';
+ o.expireTime = 'foo';
+ o.updateTime = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1SystemTimestamps--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1SystemTimestamps(
+ api.GoogleCloudDatacatalogV1SystemTimestamps o) {
+ buildCounterGoogleCloudDatacatalogV1SystemTimestamps++;
+ if (buildCounterGoogleCloudDatacatalogV1SystemTimestamps < 3) {
+ unittest.expect(
+ o.createTime!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.expireTime!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.updateTime!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1SystemTimestamps--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1TableSpec = 0;
+api.GoogleCloudDatacatalogV1TableSpec buildGoogleCloudDatacatalogV1TableSpec() {
+ var o = api.GoogleCloudDatacatalogV1TableSpec();
+ buildCounterGoogleCloudDatacatalogV1TableSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1TableSpec < 3) {
+ o.groupedEntry = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1TableSpec--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1TableSpec(
+ api.GoogleCloudDatacatalogV1TableSpec o) {
+ buildCounterGoogleCloudDatacatalogV1TableSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1TableSpec < 3) {
+ unittest.expect(
+ o.groupedEntry!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1TableSpec--;
+}
+
+core.Map<core.String, api.GoogleCloudDatacatalogV1TagField> buildUnnamed4183() {
+ var o = <core.String, api.GoogleCloudDatacatalogV1TagField>{};
+ o['x'] = buildGoogleCloudDatacatalogV1TagField();
+ o['y'] = buildGoogleCloudDatacatalogV1TagField();
+ return o;
+}
+
+void checkUnnamed4183(
+ core.Map<core.String, api.GoogleCloudDatacatalogV1TagField> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1TagField(
+ o['x']! as api.GoogleCloudDatacatalogV1TagField);
+ checkGoogleCloudDatacatalogV1TagField(
+ o['y']! as api.GoogleCloudDatacatalogV1TagField);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1Tag = 0;
+api.GoogleCloudDatacatalogV1Tag buildGoogleCloudDatacatalogV1Tag() {
+ var o = api.GoogleCloudDatacatalogV1Tag();
+ buildCounterGoogleCloudDatacatalogV1Tag++;
+ if (buildCounterGoogleCloudDatacatalogV1Tag < 3) {
+ o.column = 'foo';
+ o.fields = buildUnnamed4183();
+ o.name = 'foo';
+ o.template = 'foo';
+ o.templateDisplayName = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1Tag--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1Tag(api.GoogleCloudDatacatalogV1Tag o) {
+ buildCounterGoogleCloudDatacatalogV1Tag++;
+ if (buildCounterGoogleCloudDatacatalogV1Tag < 3) {
+ unittest.expect(
+ o.column!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4183(o.fields!);
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.template!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.templateDisplayName!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1Tag--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1TagField = 0;
+api.GoogleCloudDatacatalogV1TagField buildGoogleCloudDatacatalogV1TagField() {
+ var o = api.GoogleCloudDatacatalogV1TagField();
+ buildCounterGoogleCloudDatacatalogV1TagField++;
+ if (buildCounterGoogleCloudDatacatalogV1TagField < 3) {
+ o.boolValue = true;
+ o.displayName = 'foo';
+ o.doubleValue = 42.0;
+ o.enumValue = buildGoogleCloudDatacatalogV1TagFieldEnumValue();
+ o.order = 42;
+ o.stringValue = 'foo';
+ o.timestampValue = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1TagField--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1TagField(
+ api.GoogleCloudDatacatalogV1TagField o) {
+ buildCounterGoogleCloudDatacatalogV1TagField++;
+ if (buildCounterGoogleCloudDatacatalogV1TagField < 3) {
+ unittest.expect(o.boolValue!, unittest.isTrue);
+ unittest.expect(
+ o.displayName!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.doubleValue!,
+ unittest.equals(42.0),
+ );
+ checkGoogleCloudDatacatalogV1TagFieldEnumValue(
+ o.enumValue! as api.GoogleCloudDatacatalogV1TagFieldEnumValue);
+ unittest.expect(
+ o.order!,
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o.stringValue!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.timestampValue!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1TagField--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1TagFieldEnumValue = 0;
+api.GoogleCloudDatacatalogV1TagFieldEnumValue
+ buildGoogleCloudDatacatalogV1TagFieldEnumValue() {
+ var o = api.GoogleCloudDatacatalogV1TagFieldEnumValue();
+ buildCounterGoogleCloudDatacatalogV1TagFieldEnumValue++;
+ if (buildCounterGoogleCloudDatacatalogV1TagFieldEnumValue < 3) {
+ o.displayName = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1TagFieldEnumValue--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1TagFieldEnumValue(
+ api.GoogleCloudDatacatalogV1TagFieldEnumValue o) {
+ buildCounterGoogleCloudDatacatalogV1TagFieldEnumValue++;
+ if (buildCounterGoogleCloudDatacatalogV1TagFieldEnumValue < 3) {
+ unittest.expect(
+ o.displayName!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1TagFieldEnumValue--;
+}
+
+core.Map<core.String, api.GoogleCloudDatacatalogV1TagTemplateField>
+ buildUnnamed4184() {
+ var o = <core.String, api.GoogleCloudDatacatalogV1TagTemplateField>{};
+ o['x'] = buildGoogleCloudDatacatalogV1TagTemplateField();
+ o['y'] = buildGoogleCloudDatacatalogV1TagTemplateField();
+ return o;
+}
+
+void checkUnnamed4184(
+ core.Map<core.String, api.GoogleCloudDatacatalogV1TagTemplateField> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1TagTemplateField(
+ o['x']! as api.GoogleCloudDatacatalogV1TagTemplateField);
+ checkGoogleCloudDatacatalogV1TagTemplateField(
+ o['y']! as api.GoogleCloudDatacatalogV1TagTemplateField);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1TagTemplate = 0;
+api.GoogleCloudDatacatalogV1TagTemplate
+ buildGoogleCloudDatacatalogV1TagTemplate() {
+ var o = api.GoogleCloudDatacatalogV1TagTemplate();
+ buildCounterGoogleCloudDatacatalogV1TagTemplate++;
+ if (buildCounterGoogleCloudDatacatalogV1TagTemplate < 3) {
+ o.displayName = 'foo';
+ o.fields = buildUnnamed4184();
+ o.name = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1TagTemplate--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1TagTemplate(
+ api.GoogleCloudDatacatalogV1TagTemplate o) {
+ buildCounterGoogleCloudDatacatalogV1TagTemplate++;
+ if (buildCounterGoogleCloudDatacatalogV1TagTemplate < 3) {
+ unittest.expect(
+ o.displayName!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4184(o.fields!);
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1TagTemplate--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1TagTemplateField = 0;
+api.GoogleCloudDatacatalogV1TagTemplateField
+ buildGoogleCloudDatacatalogV1TagTemplateField() {
+ var o = api.GoogleCloudDatacatalogV1TagTemplateField();
+ buildCounterGoogleCloudDatacatalogV1TagTemplateField++;
+ if (buildCounterGoogleCloudDatacatalogV1TagTemplateField < 3) {
+ o.description = 'foo';
+ o.displayName = 'foo';
+ o.isRequired = true;
+ o.name = 'foo';
+ o.order = 42;
+ o.type = buildGoogleCloudDatacatalogV1FieldType();
+ }
+ buildCounterGoogleCloudDatacatalogV1TagTemplateField--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1TagTemplateField(
+ api.GoogleCloudDatacatalogV1TagTemplateField o) {
+ buildCounterGoogleCloudDatacatalogV1TagTemplateField++;
+ if (buildCounterGoogleCloudDatacatalogV1TagTemplateField < 3) {
+ unittest.expect(
+ o.description!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.displayName!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(o.isRequired!, unittest.isTrue);
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.order!,
+ unittest.equals(42),
+ );
+ checkGoogleCloudDatacatalogV1FieldType(
+ o.type! as api.GoogleCloudDatacatalogV1FieldType);
+ }
+ buildCounterGoogleCloudDatacatalogV1TagTemplateField--;
+}
+
+core.List<core.String> buildUnnamed4185() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4185(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'),
+ );
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1Taxonomy = 0;
+api.GoogleCloudDatacatalogV1Taxonomy buildGoogleCloudDatacatalogV1Taxonomy() {
+ var o = api.GoogleCloudDatacatalogV1Taxonomy();
+ buildCounterGoogleCloudDatacatalogV1Taxonomy++;
+ if (buildCounterGoogleCloudDatacatalogV1Taxonomy < 3) {
+ o.activatedPolicyTypes = buildUnnamed4185();
+ o.description = 'foo';
+ o.displayName = 'foo';
+ o.name = 'foo';
+ o.policyTagCount = 42;
+ o.taxonomyTimestamps = buildGoogleCloudDatacatalogV1SystemTimestamps();
+ }
+ buildCounterGoogleCloudDatacatalogV1Taxonomy--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1Taxonomy(
+ api.GoogleCloudDatacatalogV1Taxonomy o) {
+ buildCounterGoogleCloudDatacatalogV1Taxonomy++;
+ if (buildCounterGoogleCloudDatacatalogV1Taxonomy < 3) {
+ checkUnnamed4185(o.activatedPolicyTypes!);
+ unittest.expect(
+ o.description!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.displayName!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.policyTagCount!,
+ unittest.equals(42),
+ );
+ checkGoogleCloudDatacatalogV1SystemTimestamps(
+ o.taxonomyTimestamps! as api.GoogleCloudDatacatalogV1SystemTimestamps);
+ }
+ buildCounterGoogleCloudDatacatalogV1Taxonomy--;
+}
+
+core.Map<core.String, api.GoogleCloudDatacatalogV1UsageStats>
+ buildUnnamed4186() {
+ var o = <core.String, api.GoogleCloudDatacatalogV1UsageStats>{};
+ o['x'] = buildGoogleCloudDatacatalogV1UsageStats();
+ o['y'] = buildGoogleCloudDatacatalogV1UsageStats();
+ return o;
+}
+
+void checkUnnamed4186(
+ core.Map<core.String, api.GoogleCloudDatacatalogV1UsageStats> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDatacatalogV1UsageStats(
+ o['x']! as api.GoogleCloudDatacatalogV1UsageStats);
+ checkGoogleCloudDatacatalogV1UsageStats(
+ o['y']! as api.GoogleCloudDatacatalogV1UsageStats);
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1UsageSignal = 0;
+api.GoogleCloudDatacatalogV1UsageSignal
+ buildGoogleCloudDatacatalogV1UsageSignal() {
+ var o = api.GoogleCloudDatacatalogV1UsageSignal();
+ buildCounterGoogleCloudDatacatalogV1UsageSignal++;
+ if (buildCounterGoogleCloudDatacatalogV1UsageSignal < 3) {
+ o.updateTime = 'foo';
+ o.usageWithinTimeRange = buildUnnamed4186();
+ }
+ buildCounterGoogleCloudDatacatalogV1UsageSignal--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1UsageSignal(
+ api.GoogleCloudDatacatalogV1UsageSignal o) {
+ buildCounterGoogleCloudDatacatalogV1UsageSignal++;
+ if (buildCounterGoogleCloudDatacatalogV1UsageSignal < 3) {
+ unittest.expect(
+ o.updateTime!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed4186(o.usageWithinTimeRange!);
+ }
+ buildCounterGoogleCloudDatacatalogV1UsageSignal--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1UsageStats = 0;
+api.GoogleCloudDatacatalogV1UsageStats
+ buildGoogleCloudDatacatalogV1UsageStats() {
+ var o = api.GoogleCloudDatacatalogV1UsageStats();
+ buildCounterGoogleCloudDatacatalogV1UsageStats++;
+ if (buildCounterGoogleCloudDatacatalogV1UsageStats < 3) {
+ o.totalCancellations = 42.0;
+ o.totalCompletions = 42.0;
+ o.totalExecutionTimeForCompletionsMillis = 42.0;
+ o.totalFailures = 42.0;
+ }
+ buildCounterGoogleCloudDatacatalogV1UsageStats--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1UsageStats(
+ api.GoogleCloudDatacatalogV1UsageStats o) {
+ buildCounterGoogleCloudDatacatalogV1UsageStats++;
+ if (buildCounterGoogleCloudDatacatalogV1UsageStats < 3) {
+ unittest.expect(
+ o.totalCancellations!,
+ unittest.equals(42.0),
+ );
+ unittest.expect(
+ o.totalCompletions!,
+ unittest.equals(42.0),
+ );
+ unittest.expect(
+ o.totalExecutionTimeForCompletionsMillis!,
+ unittest.equals(42.0),
+ );
+ unittest.expect(
+ o.totalFailures!,
+ unittest.equals(42.0),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1UsageStats--;
+}
+
+core.int buildCounterGoogleCloudDatacatalogV1ViewSpec = 0;
+api.GoogleCloudDatacatalogV1ViewSpec buildGoogleCloudDatacatalogV1ViewSpec() {
+ var o = api.GoogleCloudDatacatalogV1ViewSpec();
+ buildCounterGoogleCloudDatacatalogV1ViewSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1ViewSpec < 3) {
+ o.viewQuery = 'foo';
+ }
+ buildCounterGoogleCloudDatacatalogV1ViewSpec--;
+ return o;
+}
+
+void checkGoogleCloudDatacatalogV1ViewSpec(
+ api.GoogleCloudDatacatalogV1ViewSpec o) {
+ buildCounterGoogleCloudDatacatalogV1ViewSpec++;
+ if (buildCounterGoogleCloudDatacatalogV1ViewSpec < 3) {
+ unittest.expect(
+ o.viewQuery!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterGoogleCloudDatacatalogV1ViewSpec--;
+}
+
+core.List<api.Binding> buildUnnamed4187() {
+ var o = <api.Binding>[];
+ o.add(buildBinding());
+ o.add(buildBinding());
+ return o;
+}
+
+void checkUnnamed4187(core.List<api.Binding> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkBinding(o[0] as api.Binding);
+ checkBinding(o[1] as api.Binding);
+}
+
+core.int buildCounterPolicy = 0;
+api.Policy buildPolicy() {
+ var o = api.Policy();
+ buildCounterPolicy++;
+ if (buildCounterPolicy < 3) {
+ o.bindings = buildUnnamed4187();
+ o.etag = 'foo';
+ o.version = 42;
+ }
+ buildCounterPolicy--;
+ return o;
+}
+
+void checkPolicy(api.Policy o) {
+ buildCounterPolicy++;
+ if (buildCounterPolicy < 3) {
+ checkUnnamed4187(o.bindings!);
+ unittest.expect(
+ o.etag!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.version!,
+ unittest.equals(42),
+ );
+ }
+ buildCounterPolicy--;
+}
+
+core.int buildCounterSetIamPolicyRequest = 0;
+api.SetIamPolicyRequest buildSetIamPolicyRequest() {
+ var o = api.SetIamPolicyRequest();
+ buildCounterSetIamPolicyRequest++;
+ if (buildCounterSetIamPolicyRequest < 3) {
+ o.policy = buildPolicy();
+ }
+ buildCounterSetIamPolicyRequest--;
+ return o;
+}
+
+void checkSetIamPolicyRequest(api.SetIamPolicyRequest o) {
+ buildCounterSetIamPolicyRequest++;
+ if (buildCounterSetIamPolicyRequest < 3) {
+ checkPolicy(o.policy! as api.Policy);
+ }
+ buildCounterSetIamPolicyRequest--;
+}
+
+core.List<core.String> buildUnnamed4188() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4188(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'),
+ );
+}
+
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed4188();
+ }
+ buildCounterTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed4188(o.permissions!);
+ }
+ buildCounterTestIamPermissionsRequest--;
+}
+
+core.List<core.String> buildUnnamed4189() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4189(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'),
+ );
+}
+
+core.int buildCounterTestIamPermissionsResponse = 0;
+api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
+ var o = api.TestIamPermissionsResponse();
+ buildCounterTestIamPermissionsResponse++;
+ if (buildCounterTestIamPermissionsResponse < 3) {
+ o.permissions = buildUnnamed4189();
+ }
+ buildCounterTestIamPermissionsResponse--;
+ return o;
+}
+
+void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
+ buildCounterTestIamPermissionsResponse++;
+ if (buildCounterTestIamPermissionsResponse < 3) {
+ checkUnnamed4189(o.permissions!);
+ }
+ buildCounterTestIamPermissionsResponse--;
+}
+
+core.List<core.String> buildUnnamed4190() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4190(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'),
+ );
+}
+
+void main() {
+ unittest.group('obj-schema-Binding', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildBinding();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od =
+ api.Binding.fromJson(oJson as core.Map<core.String, core.dynamic>);
+ checkBinding(od as api.Binding);
+ });
+ });
+
+ unittest.group('obj-schema-Empty', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildEmpty();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.Empty.fromJson(oJson as core.Map<core.String, core.dynamic>);
+ checkEmpty(od as api.Empty);
+ });
+ });
+
+ unittest.group('obj-schema-Expr', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildExpr();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.Expr.fromJson(oJson as core.Map<core.String, core.dynamic>);
+ checkExpr(od as api.Expr);
+ });
+ });
+
+ unittest.group('obj-schema-GetIamPolicyRequest', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGetIamPolicyRequest();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GetIamPolicyRequest.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGetIamPolicyRequest(od as api.GetIamPolicyRequest);
+ });
+ });
+
+ unittest.group('obj-schema-GetPolicyOptions', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGetPolicyOptions();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GetPolicyOptions.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGetPolicyOptions(od as api.GetPolicyOptions);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1BigQueryDateShardedSpec',
+ () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1BigQueryDateShardedSpec();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1BigQueryDateShardedSpec.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1BigQueryDateShardedSpec(
+ od as api.GoogleCloudDatacatalogV1BigQueryDateShardedSpec);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1BigQueryRoutineSpec', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1BigQueryRoutineSpec();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1BigQueryRoutineSpec.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1BigQueryRoutineSpec(
+ od as api.GoogleCloudDatacatalogV1BigQueryRoutineSpec);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1BigQueryTableSpec', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1BigQueryTableSpec();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1BigQueryTableSpec.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1BigQueryTableSpec(
+ od as api.GoogleCloudDatacatalogV1BigQueryTableSpec);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1ColumnSchema', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1ColumnSchema();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1ColumnSchema.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1ColumnSchema(
+ od as api.GoogleCloudDatacatalogV1ColumnSchema);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1CrossRegionalSource', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1CrossRegionalSource();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1CrossRegionalSource.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1CrossRegionalSource(
+ od as api.GoogleCloudDatacatalogV1CrossRegionalSource);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1DataSource', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1DataSource();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1DataSource.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1DataSource(
+ od as api.GoogleCloudDatacatalogV1DataSource);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1DatabaseTableSpec', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1DatabaseTableSpec();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1DatabaseTableSpec.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1DatabaseTableSpec(
+ od as api.GoogleCloudDatacatalogV1DatabaseTableSpec);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1Entry', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1Entry();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1Entry.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1Entry(
+ od as api.GoogleCloudDatacatalogV1Entry);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1EntryGroup', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1EntryGroup();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1EntryGroup.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1EntryGroup(
+ od as api.GoogleCloudDatacatalogV1EntryGroup);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1ExportTaxonomiesResponse',
+ () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1ExportTaxonomiesResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1ExportTaxonomiesResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1ExportTaxonomiesResponse(
+ od as api.GoogleCloudDatacatalogV1ExportTaxonomiesResponse);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1FieldType', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1FieldType();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1FieldType.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1FieldType(
+ od as api.GoogleCloudDatacatalogV1FieldType);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1FieldTypeEnumType', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1FieldTypeEnumType();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1FieldTypeEnumType.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1FieldTypeEnumType(
+ od as api.GoogleCloudDatacatalogV1FieldTypeEnumType);
+ });
+ });
+
+ unittest.group(
+ 'obj-schema-GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue(
+ od as api.GoogleCloudDatacatalogV1FieldTypeEnumTypeEnumValue);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1GcsFileSpec', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1GcsFileSpec();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1GcsFileSpec.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1GcsFileSpec(
+ od as api.GoogleCloudDatacatalogV1GcsFileSpec);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1GcsFilesetSpec', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1GcsFilesetSpec();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1GcsFilesetSpec.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1GcsFilesetSpec(
+ od as api.GoogleCloudDatacatalogV1GcsFilesetSpec);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1ImportTaxonomiesRequest',
+ () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1ImportTaxonomiesRequest();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1ImportTaxonomiesRequest.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1ImportTaxonomiesRequest(
+ od as api.GoogleCloudDatacatalogV1ImportTaxonomiesRequest);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1ImportTaxonomiesResponse',
+ () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1ImportTaxonomiesResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1ImportTaxonomiesResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1ImportTaxonomiesResponse(
+ od as api.GoogleCloudDatacatalogV1ImportTaxonomiesResponse);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1InlineSource', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1InlineSource();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1InlineSource.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1InlineSource(
+ od as api.GoogleCloudDatacatalogV1InlineSource);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1ListEntriesResponse', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1ListEntriesResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1ListEntriesResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1ListEntriesResponse(
+ od as api.GoogleCloudDatacatalogV1ListEntriesResponse);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1ListEntryGroupsResponse',
+ () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1ListEntryGroupsResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1ListEntryGroupsResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1ListEntryGroupsResponse(
+ od as api.GoogleCloudDatacatalogV1ListEntryGroupsResponse);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1ListPolicyTagsResponse',
+ () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1ListPolicyTagsResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1ListPolicyTagsResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1ListPolicyTagsResponse(
+ od as api.GoogleCloudDatacatalogV1ListPolicyTagsResponse);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1ListTagsResponse', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1ListTagsResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1ListTagsResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1ListTagsResponse(
+ od as api.GoogleCloudDatacatalogV1ListTagsResponse);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1ListTaxonomiesResponse',
+ () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1ListTaxonomiesResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1ListTaxonomiesResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1ListTaxonomiesResponse(
+ od as api.GoogleCloudDatacatalogV1ListTaxonomiesResponse);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1PolicyTag', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1PolicyTag();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1PolicyTag.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1PolicyTag(
+ od as api.GoogleCloudDatacatalogV1PolicyTag);
+ });
+ });
+
+ unittest.group(
+ 'obj-schema-GoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest',
+ () {
+ unittest.test('to-json--from-json', () async {
+ var o =
+ buildGoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od =
+ api.GoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest
+ .fromJson(oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest(od
+ as api
+ .GoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest);
+ });
+ });
+
+ unittest.group(
+ 'obj-schema-GoogleCloudDatacatalogV1RenameTagTemplateFieldRequest', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1RenameTagTemplateFieldRequest();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od =
+ api.GoogleCloudDatacatalogV1RenameTagTemplateFieldRequest.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1RenameTagTemplateFieldRequest(
+ od as api.GoogleCloudDatacatalogV1RenameTagTemplateFieldRequest);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1ReplaceTaxonomyRequest',
+ () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1ReplaceTaxonomyRequest();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1ReplaceTaxonomyRequest.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1ReplaceTaxonomyRequest(
+ od as api.GoogleCloudDatacatalogV1ReplaceTaxonomyRequest);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1RoutineSpec', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1RoutineSpec();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1RoutineSpec.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1RoutineSpec(
+ od as api.GoogleCloudDatacatalogV1RoutineSpec);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1RoutineSpecArgument', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1RoutineSpecArgument();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1RoutineSpecArgument.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1RoutineSpecArgument(
+ od as api.GoogleCloudDatacatalogV1RoutineSpecArgument);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1Schema', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1Schema();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1Schema.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1Schema(
+ od as api.GoogleCloudDatacatalogV1Schema);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1SearchCatalogRequest', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1SearchCatalogRequest();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1SearchCatalogRequest.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1SearchCatalogRequest(
+ od as api.GoogleCloudDatacatalogV1SearchCatalogRequest);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1SearchCatalogRequestScope',
+ () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1SearchCatalogRequestScope();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1SearchCatalogRequestScope.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1SearchCatalogRequestScope(
+ od as api.GoogleCloudDatacatalogV1SearchCatalogRequestScope);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1SearchCatalogResponse',
+ () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1SearchCatalogResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1SearchCatalogResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1SearchCatalogResponse(
+ od as api.GoogleCloudDatacatalogV1SearchCatalogResponse);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1SearchCatalogResult', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1SearchCatalogResult();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1SearchCatalogResult.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1SearchCatalogResult(
+ od as api.GoogleCloudDatacatalogV1SearchCatalogResult);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1SerializedPolicyTag', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1SerializedPolicyTag();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1SerializedPolicyTag.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1SerializedPolicyTag(
+ od as api.GoogleCloudDatacatalogV1SerializedPolicyTag);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1SerializedTaxonomy', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1SerializedTaxonomy();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1SerializedTaxonomy.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1SerializedTaxonomy(
+ od as api.GoogleCloudDatacatalogV1SerializedTaxonomy);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1SystemTimestamps', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1SystemTimestamps();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1SystemTimestamps.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1SystemTimestamps(
+ od as api.GoogleCloudDatacatalogV1SystemTimestamps);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1TableSpec', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1TableSpec();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1TableSpec.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1TableSpec(
+ od as api.GoogleCloudDatacatalogV1TableSpec);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1Tag', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1Tag();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1Tag.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1Tag(od as api.GoogleCloudDatacatalogV1Tag);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1TagField', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1TagField();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1TagField.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1TagField(
+ od as api.GoogleCloudDatacatalogV1TagField);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1TagFieldEnumValue', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1TagFieldEnumValue();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1TagFieldEnumValue.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1TagFieldEnumValue(
+ od as api.GoogleCloudDatacatalogV1TagFieldEnumValue);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1TagTemplate', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1TagTemplate();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1TagTemplate.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1TagTemplate(
+ od as api.GoogleCloudDatacatalogV1TagTemplate);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1TagTemplateField', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1TagTemplateField();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1TagTemplateField.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1TagTemplateField(
+ od as api.GoogleCloudDatacatalogV1TagTemplateField);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1Taxonomy', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1Taxonomy();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1Taxonomy.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1Taxonomy(
+ od as api.GoogleCloudDatacatalogV1Taxonomy);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1UsageSignal', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1UsageSignal();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1UsageSignal.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1UsageSignal(
+ od as api.GoogleCloudDatacatalogV1UsageSignal);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1UsageStats', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1UsageStats();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1UsageStats.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1UsageStats(
+ od as api.GoogleCloudDatacatalogV1UsageStats);
+ });
+ });
+
+ unittest.group('obj-schema-GoogleCloudDatacatalogV1ViewSpec', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildGoogleCloudDatacatalogV1ViewSpec();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDatacatalogV1ViewSpec.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1ViewSpec(
+ od as api.GoogleCloudDatacatalogV1ViewSpec);
+ });
+ });
+
+ unittest.group('obj-schema-Policy', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildPolicy();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od =
+ api.Policy.fromJson(oJson as core.Map<core.String, core.dynamic>);
+ checkPolicy(od as api.Policy);
+ });
+ });
+
+ unittest.group('obj-schema-SetIamPolicyRequest', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildSetIamPolicyRequest();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.SetIamPolicyRequest.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkSetIamPolicyRequest(od as api.SetIamPolicyRequest);
+ });
+ });
+
+ unittest.group('obj-schema-TestIamPermissionsRequest', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildTestIamPermissionsRequest();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.TestIamPermissionsRequest.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkTestIamPermissionsRequest(od as api.TestIamPermissionsRequest);
+ });
+ });
+
+ unittest.group('obj-schema-TestIamPermissionsResponse', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildTestIamPermissionsResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.TestIamPermissionsResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkTestIamPermissionsResponse(od as api.TestIamPermissionsResponse);
+ });
+ });
+
+ unittest.group('resource-CatalogResource', () {
+ unittest.test('method--search', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).catalog;
+ var arg_request = buildGoogleCloudDatacatalogV1SearchCatalogRequest();
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1SearchCatalogRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1SearchCatalogRequest(
+ obj as api.GoogleCloudDatacatalogV1SearchCatalogRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 17),
+ unittest.equals("v1/catalog:search"),
+ );
+ pathOffset += 17;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json
+ .encode(buildGoogleCloudDatacatalogV1SearchCatalogResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.search(arg_request, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1SearchCatalogResponse(
+ response as api.GoogleCloudDatacatalogV1SearchCatalogResponse);
+ });
+ });
+
+ unittest.group('resource-EntriesResource', () {
+ unittest.test('method--lookup', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).entries;
+ var arg_fullyQualifiedName = 'foo';
+ var arg_linkedResource = 'foo';
+ var arg_sqlResource = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 17),
+ unittest.equals("v1/entries:lookup"),
+ );
+ pathOffset += 17;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fullyQualifiedName"]!.first,
+ unittest.equals(arg_fullyQualifiedName),
+ );
+ unittest.expect(
+ queryMap["linkedResource"]!.first,
+ unittest.equals(arg_linkedResource),
+ );
+ unittest.expect(
+ queryMap["sqlResource"]!.first,
+ unittest.equals(arg_sqlResource),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildGoogleCloudDatacatalogV1Entry());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.lookup(
+ fullyQualifiedName: arg_fullyQualifiedName,
+ linkedResource: arg_linkedResource,
+ sqlResource: arg_sqlResource,
+ $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1Entry(
+ response as api.GoogleCloudDatacatalogV1Entry);
+ });
+ });
+
+ unittest.group('resource-ProjectsLocationsEntryGroupsResource', () {
+ unittest.test('method--create', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
+ var arg_request = buildGoogleCloudDatacatalogV1EntryGroup();
+ var arg_parent = 'foo';
+ var arg_entryGroupId = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1EntryGroup.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1EntryGroup(
+ obj as api.GoogleCloudDatacatalogV1EntryGroup);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["entryGroupId"]!.first,
+ unittest.equals(arg_entryGroupId),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp =
+ convert.json.encode(buildGoogleCloudDatacatalogV1EntryGroup());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.create(arg_request, arg_parent,
+ entryGroupId: arg_entryGroupId, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1EntryGroup(
+ response as api.GoogleCloudDatacatalogV1EntryGroup);
+ });
+
+ unittest.test('method--delete', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
+ var arg_name = 'foo';
+ var arg_force = true;
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["force"]!.first,
+ unittest.equals("$arg_force"),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildEmpty());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.delete(arg_name, force: arg_force, $fields: arg_$fields);
+ checkEmpty(response as api.Empty);
+ });
+
+ unittest.test('method--get', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
+ var arg_name = 'foo';
+ var arg_readMask = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["readMask"]!.first,
+ unittest.equals(arg_readMask),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp =
+ convert.json.encode(buildGoogleCloudDatacatalogV1EntryGroup());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.get(arg_name, readMask: arg_readMask, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1EntryGroup(
+ response as api.GoogleCloudDatacatalogV1EntryGroup);
+ });
+
+ unittest.test('method--getIamPolicy', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
+ var arg_request = buildGetIamPolicyRequest();
+ var arg_resource = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GetIamPolicyRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGetIamPolicyRequest(obj as api.GetIamPolicyRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildPolicy());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.getIamPolicy(arg_request, arg_resource,
+ $fields: arg_$fields);
+ checkPolicy(response as api.Policy);
+ });
+
+ unittest.test('method--list', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
+ var arg_parent = 'foo';
+ var arg_pageSize = 42;
+ var arg_pageToken = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ core.int.parse(queryMap["pageSize"]!.first),
+ unittest.equals(arg_pageSize),
+ );
+ unittest.expect(
+ queryMap["pageToken"]!.first,
+ unittest.equals(arg_pageToken),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json
+ .encode(buildGoogleCloudDatacatalogV1ListEntryGroupsResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.list(arg_parent,
+ pageSize: arg_pageSize,
+ pageToken: arg_pageToken,
+ $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1ListEntryGroupsResponse(
+ response as api.GoogleCloudDatacatalogV1ListEntryGroupsResponse);
+ });
+
+ unittest.test('method--patch', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
+ var arg_request = buildGoogleCloudDatacatalogV1EntryGroup();
+ var arg_name = 'foo';
+ var arg_updateMask = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1EntryGroup.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1EntryGroup(
+ obj as api.GoogleCloudDatacatalogV1EntryGroup);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["updateMask"]!.first,
+ unittest.equals(arg_updateMask),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp =
+ convert.json.encode(buildGoogleCloudDatacatalogV1EntryGroup());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.patch(arg_request, arg_name,
+ updateMask: arg_updateMask, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1EntryGroup(
+ response as api.GoogleCloudDatacatalogV1EntryGroup);
+ });
+
+ unittest.test('method--setIamPolicy', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
+ var arg_request = buildSetIamPolicyRequest();
+ var arg_resource = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.SetIamPolicyRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkSetIamPolicyRequest(obj as api.SetIamPolicyRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildPolicy());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.setIamPolicy(arg_request, arg_resource,
+ $fields: arg_$fields);
+ checkPolicy(response as api.Policy);
+ });
+
+ unittest.test('method--testIamPermissions', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups;
+ var arg_request = buildTestIamPermissionsRequest();
+ var arg_resource = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.TestIamPermissionsRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkTestIamPermissionsRequest(obj as api.TestIamPermissionsRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildTestIamPermissionsResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.testIamPermissions(arg_request, arg_resource,
+ $fields: arg_$fields);
+ checkTestIamPermissionsResponse(
+ response as api.TestIamPermissionsResponse);
+ });
+ });
+
+ unittest.group('resource-ProjectsLocationsEntryGroupsEntriesResource', () {
+ unittest.test('method--create', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups.entries;
+ var arg_request = buildGoogleCloudDatacatalogV1Entry();
+ var arg_parent = 'foo';
+ var arg_entryId = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1Entry.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1Entry(
+ obj as api.GoogleCloudDatacatalogV1Entry);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["entryId"]!.first,
+ unittest.equals(arg_entryId),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildGoogleCloudDatacatalogV1Entry());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.create(arg_request, arg_parent,
+ entryId: arg_entryId, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1Entry(
+ response as api.GoogleCloudDatacatalogV1Entry);
+ });
+
+ unittest.test('method--delete', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups.entries;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildEmpty());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.delete(arg_name, $fields: arg_$fields);
+ checkEmpty(response as api.Empty);
+ });
+
+ unittest.test('method--get', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups.entries;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildGoogleCloudDatacatalogV1Entry());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.get(arg_name, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1Entry(
+ response as api.GoogleCloudDatacatalogV1Entry);
+ });
+
+ unittest.test('method--getIamPolicy', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups.entries;
+ var arg_request = buildGetIamPolicyRequest();
+ var arg_resource = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GetIamPolicyRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGetIamPolicyRequest(obj as api.GetIamPolicyRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildPolicy());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.getIamPolicy(arg_request, arg_resource,
+ $fields: arg_$fields);
+ checkPolicy(response as api.Policy);
+ });
+
+ unittest.test('method--list', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups.entries;
+ var arg_parent = 'foo';
+ var arg_pageSize = 42;
+ var arg_pageToken = 'foo';
+ var arg_readMask = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ core.int.parse(queryMap["pageSize"]!.first),
+ unittest.equals(arg_pageSize),
+ );
+ unittest.expect(
+ queryMap["pageToken"]!.first,
+ unittest.equals(arg_pageToken),
+ );
+ unittest.expect(
+ queryMap["readMask"]!.first,
+ unittest.equals(arg_readMask),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json
+ .encode(buildGoogleCloudDatacatalogV1ListEntriesResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.list(arg_parent,
+ pageSize: arg_pageSize,
+ pageToken: arg_pageToken,
+ readMask: arg_readMask,
+ $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1ListEntriesResponse(
+ response as api.GoogleCloudDatacatalogV1ListEntriesResponse);
+ });
+
+ unittest.test('method--patch', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups.entries;
+ var arg_request = buildGoogleCloudDatacatalogV1Entry();
+ var arg_name = 'foo';
+ var arg_updateMask = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1Entry.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1Entry(
+ obj as api.GoogleCloudDatacatalogV1Entry);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["updateMask"]!.first,
+ unittest.equals(arg_updateMask),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildGoogleCloudDatacatalogV1Entry());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.patch(arg_request, arg_name,
+ updateMask: arg_updateMask, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1Entry(
+ response as api.GoogleCloudDatacatalogV1Entry);
+ });
+
+ unittest.test('method--testIamPermissions', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups.entries;
+ var arg_request = buildTestIamPermissionsRequest();
+ var arg_resource = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.TestIamPermissionsRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkTestIamPermissionsRequest(obj as api.TestIamPermissionsRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildTestIamPermissionsResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.testIamPermissions(arg_request, arg_resource,
+ $fields: arg_$fields);
+ checkTestIamPermissionsResponse(
+ response as api.TestIamPermissionsResponse);
+ });
+ });
+
+ unittest.group('resource-ProjectsLocationsEntryGroupsEntriesTagsResource',
+ () {
+ unittest.test('method--create', () async {
+ var mock = HttpServerMock();
+ var res =
+ api.DataCatalogApi(mock).projects.locations.entryGroups.entries.tags;
+ var arg_request = buildGoogleCloudDatacatalogV1Tag();
+ var arg_parent = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1Tag.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1Tag(
+ obj as api.GoogleCloudDatacatalogV1Tag);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildGoogleCloudDatacatalogV1Tag());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.create(arg_request, arg_parent, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1Tag(
+ response as api.GoogleCloudDatacatalogV1Tag);
+ });
+
+ unittest.test('method--delete', () async {
+ var mock = HttpServerMock();
+ var res =
+ api.DataCatalogApi(mock).projects.locations.entryGroups.entries.tags;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildEmpty());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.delete(arg_name, $fields: arg_$fields);
+ checkEmpty(response as api.Empty);
+ });
+
+ unittest.test('method--list', () async {
+ var mock = HttpServerMock();
+ var res =
+ api.DataCatalogApi(mock).projects.locations.entryGroups.entries.tags;
+ var arg_parent = 'foo';
+ var arg_pageSize = 42;
+ var arg_pageToken = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ core.int.parse(queryMap["pageSize"]!.first),
+ unittest.equals(arg_pageSize),
+ );
+ unittest.expect(
+ queryMap["pageToken"]!.first,
+ unittest.equals(arg_pageToken),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json
+ .encode(buildGoogleCloudDatacatalogV1ListTagsResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.list(arg_parent,
+ pageSize: arg_pageSize,
+ pageToken: arg_pageToken,
+ $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1ListTagsResponse(
+ response as api.GoogleCloudDatacatalogV1ListTagsResponse);
+ });
+
+ unittest.test('method--patch', () async {
+ var mock = HttpServerMock();
+ var res =
+ api.DataCatalogApi(mock).projects.locations.entryGroups.entries.tags;
+ var arg_request = buildGoogleCloudDatacatalogV1Tag();
+ var arg_name = 'foo';
+ var arg_updateMask = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1Tag.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1Tag(
+ obj as api.GoogleCloudDatacatalogV1Tag);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["updateMask"]!.first,
+ unittest.equals(arg_updateMask),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildGoogleCloudDatacatalogV1Tag());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.patch(arg_request, arg_name,
+ updateMask: arg_updateMask, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1Tag(
+ response as api.GoogleCloudDatacatalogV1Tag);
+ });
+ });
+
+ unittest.group('resource-ProjectsLocationsEntryGroupsTagsResource', () {
+ unittest.test('method--create', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups.tags;
+ var arg_request = buildGoogleCloudDatacatalogV1Tag();
+ var arg_parent = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1Tag.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1Tag(
+ obj as api.GoogleCloudDatacatalogV1Tag);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildGoogleCloudDatacatalogV1Tag());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.create(arg_request, arg_parent, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1Tag(
+ response as api.GoogleCloudDatacatalogV1Tag);
+ });
+
+ unittest.test('method--delete', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups.tags;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildEmpty());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.delete(arg_name, $fields: arg_$fields);
+ checkEmpty(response as api.Empty);
+ });
+
+ unittest.test('method--list', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups.tags;
+ var arg_parent = 'foo';
+ var arg_pageSize = 42;
+ var arg_pageToken = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ core.int.parse(queryMap["pageSize"]!.first),
+ unittest.equals(arg_pageSize),
+ );
+ unittest.expect(
+ queryMap["pageToken"]!.first,
+ unittest.equals(arg_pageToken),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json
+ .encode(buildGoogleCloudDatacatalogV1ListTagsResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.list(arg_parent,
+ pageSize: arg_pageSize,
+ pageToken: arg_pageToken,
+ $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1ListTagsResponse(
+ response as api.GoogleCloudDatacatalogV1ListTagsResponse);
+ });
+
+ unittest.test('method--patch', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.entryGroups.tags;
+ var arg_request = buildGoogleCloudDatacatalogV1Tag();
+ var arg_name = 'foo';
+ var arg_updateMask = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1Tag.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1Tag(
+ obj as api.GoogleCloudDatacatalogV1Tag);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["updateMask"]!.first,
+ unittest.equals(arg_updateMask),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildGoogleCloudDatacatalogV1Tag());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.patch(arg_request, arg_name,
+ updateMask: arg_updateMask, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1Tag(
+ response as api.GoogleCloudDatacatalogV1Tag);
+ });
+ });
+
+ unittest.group('resource-ProjectsLocationsTagTemplatesResource', () {
+ unittest.test('method--create', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.tagTemplates;
+ var arg_request = buildGoogleCloudDatacatalogV1TagTemplate();
+ var arg_parent = 'foo';
+ var arg_tagTemplateId = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1TagTemplate.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1TagTemplate(
+ obj as api.GoogleCloudDatacatalogV1TagTemplate);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["tagTemplateId"]!.first,
+ unittest.equals(arg_tagTemplateId),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp =
+ convert.json.encode(buildGoogleCloudDatacatalogV1TagTemplate());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.create(arg_request, arg_parent,
+ tagTemplateId: arg_tagTemplateId, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1TagTemplate(
+ response as api.GoogleCloudDatacatalogV1TagTemplate);
+ });
+
+ unittest.test('method--delete', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.tagTemplates;
+ var arg_name = 'foo';
+ var arg_force = true;
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["force"]!.first,
+ unittest.equals("$arg_force"),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildEmpty());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.delete(arg_name, force: arg_force, $fields: arg_$fields);
+ checkEmpty(response as api.Empty);
+ });
+
+ unittest.test('method--get', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.tagTemplates;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp =
+ convert.json.encode(buildGoogleCloudDatacatalogV1TagTemplate());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.get(arg_name, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1TagTemplate(
+ response as api.GoogleCloudDatacatalogV1TagTemplate);
+ });
+
+ unittest.test('method--getIamPolicy', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.tagTemplates;
+ var arg_request = buildGetIamPolicyRequest();
+ var arg_resource = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GetIamPolicyRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGetIamPolicyRequest(obj as api.GetIamPolicyRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildPolicy());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.getIamPolicy(arg_request, arg_resource,
+ $fields: arg_$fields);
+ checkPolicy(response as api.Policy);
+ });
+
+ unittest.test('method--patch', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.tagTemplates;
+ var arg_request = buildGoogleCloudDatacatalogV1TagTemplate();
+ var arg_name = 'foo';
+ var arg_updateMask = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1TagTemplate.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1TagTemplate(
+ obj as api.GoogleCloudDatacatalogV1TagTemplate);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["updateMask"]!.first,
+ unittest.equals(arg_updateMask),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp =
+ convert.json.encode(buildGoogleCloudDatacatalogV1TagTemplate());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.patch(arg_request, arg_name,
+ updateMask: arg_updateMask, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1TagTemplate(
+ response as api.GoogleCloudDatacatalogV1TagTemplate);
+ });
+
+ unittest.test('method--setIamPolicy', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.tagTemplates;
+ var arg_request = buildSetIamPolicyRequest();
+ var arg_resource = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.SetIamPolicyRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkSetIamPolicyRequest(obj as api.SetIamPolicyRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildPolicy());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.setIamPolicy(arg_request, arg_resource,
+ $fields: arg_$fields);
+ checkPolicy(response as api.Policy);
+ });
+
+ unittest.test('method--testIamPermissions', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.tagTemplates;
+ var arg_request = buildTestIamPermissionsRequest();
+ var arg_resource = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.TestIamPermissionsRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkTestIamPermissionsRequest(obj as api.TestIamPermissionsRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildTestIamPermissionsResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.testIamPermissions(arg_request, arg_resource,
+ $fields: arg_$fields);
+ checkTestIamPermissionsResponse(
+ response as api.TestIamPermissionsResponse);
+ });
+ });
+
+ unittest.group('resource-ProjectsLocationsTagTemplatesFieldsResource', () {
+ unittest.test('method--create', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.tagTemplates.fields;
+ var arg_request = buildGoogleCloudDatacatalogV1TagTemplateField();
+ var arg_parent = 'foo';
+ var arg_tagTemplateFieldId = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1TagTemplateField.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1TagTemplateField(
+ obj as api.GoogleCloudDatacatalogV1TagTemplateField);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["tagTemplateFieldId"]!.first,
+ unittest.equals(arg_tagTemplateFieldId),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json
+ .encode(buildGoogleCloudDatacatalogV1TagTemplateField());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.create(arg_request, arg_parent,
+ tagTemplateFieldId: arg_tagTemplateFieldId, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1TagTemplateField(
+ response as api.GoogleCloudDatacatalogV1TagTemplateField);
+ });
+
+ unittest.test('method--delete', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.tagTemplates.fields;
+ var arg_name = 'foo';
+ var arg_force = true;
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["force"]!.first,
+ unittest.equals("$arg_force"),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildEmpty());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.delete(arg_name, force: arg_force, $fields: arg_$fields);
+ checkEmpty(response as api.Empty);
+ });
+
+ unittest.test('method--patch', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.tagTemplates.fields;
+ var arg_request = buildGoogleCloudDatacatalogV1TagTemplateField();
+ var arg_name = 'foo';
+ var arg_updateMask = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1TagTemplateField.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1TagTemplateField(
+ obj as api.GoogleCloudDatacatalogV1TagTemplateField);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["updateMask"]!.first,
+ unittest.equals(arg_updateMask),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json
+ .encode(buildGoogleCloudDatacatalogV1TagTemplateField());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.patch(arg_request, arg_name,
+ updateMask: arg_updateMask, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1TagTemplateField(
+ response as api.GoogleCloudDatacatalogV1TagTemplateField);
+ });
+
+ unittest.test('method--rename', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.tagTemplates.fields;
+ var arg_request =
+ buildGoogleCloudDatacatalogV1RenameTagTemplateFieldRequest();
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj =
+ api.GoogleCloudDatacatalogV1RenameTagTemplateFieldRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1RenameTagTemplateFieldRequest(
+ obj as api.GoogleCloudDatacatalogV1RenameTagTemplateFieldRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json
+ .encode(buildGoogleCloudDatacatalogV1TagTemplateField());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.rename(arg_request, arg_name, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1TagTemplateField(
+ response as api.GoogleCloudDatacatalogV1TagTemplateField);
+ });
+ });
+
+ unittest.group(
+ 'resource-ProjectsLocationsTagTemplatesFieldsEnumValuesResource', () {
+ unittest.test('method--rename', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock)
+ .projects
+ .locations
+ .tagTemplates
+ .fields
+ .enumValues;
+ var arg_request =
+ buildGoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest();
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj =
+ api.GoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest
+ .fromJson(json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest(obj
+ as api
+ .GoogleCloudDatacatalogV1RenameTagTemplateFieldEnumValueRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json
+ .encode(buildGoogleCloudDatacatalogV1TagTemplateField());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.rename(arg_request, arg_name, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1TagTemplateField(
+ response as api.GoogleCloudDatacatalogV1TagTemplateField);
+ });
+ });
+
+ unittest.group('resource-ProjectsLocationsTaxonomiesResource', () {
+ unittest.test('method--create', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
+ var arg_request = buildGoogleCloudDatacatalogV1Taxonomy();
+ var arg_parent = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1Taxonomy.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1Taxonomy(
+ obj as api.GoogleCloudDatacatalogV1Taxonomy);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildGoogleCloudDatacatalogV1Taxonomy());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.create(arg_request, arg_parent, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1Taxonomy(
+ response as api.GoogleCloudDatacatalogV1Taxonomy);
+ });
+
+ unittest.test('method--delete', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildEmpty());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.delete(arg_name, $fields: arg_$fields);
+ checkEmpty(response as api.Empty);
+ });
+
+ unittest.test('method--export', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
+ var arg_parent = 'foo';
+ var arg_serializedTaxonomies = true;
+ var arg_taxonomies = buildUnnamed4190();
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["serializedTaxonomies"]!.first,
+ unittest.equals("$arg_serializedTaxonomies"),
+ );
+ unittest.expect(
+ queryMap["taxonomies"]!,
+ unittest.equals(arg_taxonomies),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json
+ .encode(buildGoogleCloudDatacatalogV1ExportTaxonomiesResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.export(arg_parent,
+ serializedTaxonomies: arg_serializedTaxonomies,
+ taxonomies: arg_taxonomies,
+ $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1ExportTaxonomiesResponse(
+ response as api.GoogleCloudDatacatalogV1ExportTaxonomiesResponse);
+ });
+
+ unittest.test('method--get', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildGoogleCloudDatacatalogV1Taxonomy());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.get(arg_name, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1Taxonomy(
+ response as api.GoogleCloudDatacatalogV1Taxonomy);
+ });
+
+ unittest.test('method--getIamPolicy', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
+ var arg_request = buildGetIamPolicyRequest();
+ var arg_resource = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GetIamPolicyRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGetIamPolicyRequest(obj as api.GetIamPolicyRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildPolicy());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.getIamPolicy(arg_request, arg_resource,
+ $fields: arg_$fields);
+ checkPolicy(response as api.Policy);
+ });
+
+ unittest.test('method--import', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
+ var arg_request = buildGoogleCloudDatacatalogV1ImportTaxonomiesRequest();
+ var arg_parent = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1ImportTaxonomiesRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1ImportTaxonomiesRequest(
+ obj as api.GoogleCloudDatacatalogV1ImportTaxonomiesRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json
+ .encode(buildGoogleCloudDatacatalogV1ImportTaxonomiesResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.import(arg_request, arg_parent, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1ImportTaxonomiesResponse(
+ response as api.GoogleCloudDatacatalogV1ImportTaxonomiesResponse);
+ });
+
+ unittest.test('method--list', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
+ var arg_parent = 'foo';
+ var arg_pageSize = 42;
+ var arg_pageToken = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ core.int.parse(queryMap["pageSize"]!.first),
+ unittest.equals(arg_pageSize),
+ );
+ unittest.expect(
+ queryMap["pageToken"]!.first,
+ unittest.equals(arg_pageToken),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json
+ .encode(buildGoogleCloudDatacatalogV1ListTaxonomiesResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.list(arg_parent,
+ pageSize: arg_pageSize,
+ pageToken: arg_pageToken,
+ $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1ListTaxonomiesResponse(
+ response as api.GoogleCloudDatacatalogV1ListTaxonomiesResponse);
+ });
+
+ unittest.test('method--patch', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
+ var arg_request = buildGoogleCloudDatacatalogV1Taxonomy();
+ var arg_name = 'foo';
+ var arg_updateMask = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1Taxonomy.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1Taxonomy(
+ obj as api.GoogleCloudDatacatalogV1Taxonomy);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["updateMask"]!.first,
+ unittest.equals(arg_updateMask),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildGoogleCloudDatacatalogV1Taxonomy());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.patch(arg_request, arg_name,
+ updateMask: arg_updateMask, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1Taxonomy(
+ response as api.GoogleCloudDatacatalogV1Taxonomy);
+ });
+
+ unittest.test('method--replace', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
+ var arg_request = buildGoogleCloudDatacatalogV1ReplaceTaxonomyRequest();
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1ReplaceTaxonomyRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1ReplaceTaxonomyRequest(
+ obj as api.GoogleCloudDatacatalogV1ReplaceTaxonomyRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildGoogleCloudDatacatalogV1Taxonomy());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.replace(arg_request, arg_name, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1Taxonomy(
+ response as api.GoogleCloudDatacatalogV1Taxonomy);
+ });
+
+ unittest.test('method--setIamPolicy', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
+ var arg_request = buildSetIamPolicyRequest();
+ var arg_resource = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.SetIamPolicyRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkSetIamPolicyRequest(obj as api.SetIamPolicyRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildPolicy());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.setIamPolicy(arg_request, arg_resource,
+ $fields: arg_$fields);
+ checkPolicy(response as api.Policy);
+ });
+
+ unittest.test('method--testIamPermissions', () async {
+ var mock = HttpServerMock();
+ var res = api.DataCatalogApi(mock).projects.locations.taxonomies;
+ var arg_request = buildTestIamPermissionsRequest();
+ var arg_resource = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.TestIamPermissionsRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkTestIamPermissionsRequest(obj as api.TestIamPermissionsRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildTestIamPermissionsResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.testIamPermissions(arg_request, arg_resource,
+ $fields: arg_$fields);
+ checkTestIamPermissionsResponse(
+ response as api.TestIamPermissionsResponse);
+ });
+ });
+
+ unittest.group('resource-ProjectsLocationsTaxonomiesPolicyTagsResource', () {
+ unittest.test('method--create', () async {
+ var mock = HttpServerMock();
+ var res =
+ api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
+ var arg_request = buildGoogleCloudDatacatalogV1PolicyTag();
+ var arg_parent = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1PolicyTag.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1PolicyTag(
+ obj as api.GoogleCloudDatacatalogV1PolicyTag);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp =
+ convert.json.encode(buildGoogleCloudDatacatalogV1PolicyTag());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.create(arg_request, arg_parent, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1PolicyTag(
+ response as api.GoogleCloudDatacatalogV1PolicyTag);
+ });
+
+ unittest.test('method--delete', () async {
+ var mock = HttpServerMock();
+ var res =
+ api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildEmpty());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.delete(arg_name, $fields: arg_$fields);
+ checkEmpty(response as api.Empty);
+ });
+
+ unittest.test('method--get', () async {
+ var mock = HttpServerMock();
+ var res =
+ api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp =
+ convert.json.encode(buildGoogleCloudDatacatalogV1PolicyTag());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.get(arg_name, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1PolicyTag(
+ response as api.GoogleCloudDatacatalogV1PolicyTag);
+ });
+
+ unittest.test('method--getIamPolicy', () async {
+ var mock = HttpServerMock();
+ var res =
+ api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
+ var arg_request = buildGetIamPolicyRequest();
+ var arg_resource = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GetIamPolicyRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGetIamPolicyRequest(obj as api.GetIamPolicyRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildPolicy());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.getIamPolicy(arg_request, arg_resource,
+ $fields: arg_$fields);
+ checkPolicy(response as api.Policy);
+ });
+
+ unittest.test('method--list', () async {
+ var mock = HttpServerMock();
+ var res =
+ api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
+ var arg_parent = 'foo';
+ var arg_pageSize = 42;
+ var arg_pageToken = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ core.int.parse(queryMap["pageSize"]!.first),
+ unittest.equals(arg_pageSize),
+ );
+ unittest.expect(
+ queryMap["pageToken"]!.first,
+ unittest.equals(arg_pageToken),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json
+ .encode(buildGoogleCloudDatacatalogV1ListPolicyTagsResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.list(arg_parent,
+ pageSize: arg_pageSize,
+ pageToken: arg_pageToken,
+ $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1ListPolicyTagsResponse(
+ response as api.GoogleCloudDatacatalogV1ListPolicyTagsResponse);
+ });
+
+ unittest.test('method--patch', () async {
+ var mock = HttpServerMock();
+ var res =
+ api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
+ var arg_request = buildGoogleCloudDatacatalogV1PolicyTag();
+ var arg_name = 'foo';
+ var arg_updateMask = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.GoogleCloudDatacatalogV1PolicyTag.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDatacatalogV1PolicyTag(
+ obj as api.GoogleCloudDatacatalogV1PolicyTag);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["updateMask"]!.first,
+ unittest.equals(arg_updateMask),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp =
+ convert.json.encode(buildGoogleCloudDatacatalogV1PolicyTag());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.patch(arg_request, arg_name,
+ updateMask: arg_updateMask, $fields: arg_$fields);
+ checkGoogleCloudDatacatalogV1PolicyTag(
+ response as api.GoogleCloudDatacatalogV1PolicyTag);
+ });
+
+ unittest.test('method--setIamPolicy', () async {
+ var mock = HttpServerMock();
+ var res =
+ api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
+ var arg_request = buildSetIamPolicyRequest();
+ var arg_resource = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.SetIamPolicyRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkSetIamPolicyRequest(obj as api.SetIamPolicyRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildPolicy());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.setIamPolicy(arg_request, arg_resource,
+ $fields: arg_$fields);
+ checkPolicy(response as api.Policy);
+ });
+
+ unittest.test('method--testIamPermissions', () async {
+ var mock = HttpServerMock();
+ var res =
+ api.DataCatalogApi(mock).projects.locations.taxonomies.policyTags;
+ var arg_request = buildTestIamPermissionsRequest();
+ var arg_resource = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.TestIamPermissionsRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkTestIamPermissionsRequest(obj as api.TestIamPermissionsRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v1/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildTestIamPermissionsResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.testIamPermissions(arg_request, arg_resource,
+ $fields: arg_$fields);
+ checkTestIamPermissionsResponse(
+ response as api.TestIamPermissionsResponse);
+ });
+ });
+}
diff --git a/generated/googleapis/test/datafusion/v1_test.dart b/generated/googleapis/test/datafusion/v1_test.dart
index 85f2126..5c4e13b 100644
--- a/generated/googleapis/test/datafusion/v1_test.dart
+++ b/generated/googleapis/test/datafusion/v1_test.dart
@@ -54,14 +54,14 @@
buildCounterAccelerator--;
}
-core.List<api.AuditLogConfig> buildUnnamed4517() {
+core.List<api.AuditLogConfig> buildUnnamed4560() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed4517(core.List<api.AuditLogConfig> o) {
+void checkUnnamed4560(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -72,7 +72,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed4517();
+ o.auditLogConfigs = buildUnnamed4560();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -82,7 +82,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed4517(o.auditLogConfigs!);
+ checkUnnamed4560(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -91,14 +91,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed4518() {
+core.List<core.String> buildUnnamed4561() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4518(core.List<core.String> o) {
+void checkUnnamed4561(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -115,7 +115,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed4518();
+ o.exemptedMembers = buildUnnamed4561();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -125,7 +125,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed4518(o.exemptedMembers!);
+ checkUnnamed4561(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -134,14 +134,14 @@
buildCounterAuditLogConfig--;
}
-core.List<core.String> buildUnnamed4519() {
+core.List<core.String> buildUnnamed4562() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4519(core.List<core.String> o) {
+void checkUnnamed4562(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -159,7 +159,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed4519();
+ o.members = buildUnnamed4562();
o.role = 'foo';
}
buildCounterBinding--;
@@ -170,7 +170,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed4519(o.members!);
+ checkUnnamed4562(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -194,6 +194,28 @@
buildCounterCancelOperationRequest--;
}
+core.int buildCounterCryptoKeyConfig = 0;
+api.CryptoKeyConfig buildCryptoKeyConfig() {
+ var o = api.CryptoKeyConfig();
+ buildCounterCryptoKeyConfig++;
+ if (buildCounterCryptoKeyConfig < 3) {
+ o.keyReference = 'foo';
+ }
+ buildCounterCryptoKeyConfig--;
+ return o;
+}
+
+void checkCryptoKeyConfig(api.CryptoKeyConfig o) {
+ buildCounterCryptoKeyConfig++;
+ if (buildCounterCryptoKeyConfig < 3) {
+ unittest.expect(
+ o.keyReference!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterCryptoKeyConfig--;
+}
+
core.int buildCounterEmpty = 0;
api.Empty buildEmpty() {
var o = api.Empty();
@@ -246,40 +268,40 @@
buildCounterExpr--;
}
-core.List<api.Accelerator> buildUnnamed4520() {
+core.List<api.Accelerator> buildUnnamed4563() {
var o = <api.Accelerator>[];
o.add(buildAccelerator());
o.add(buildAccelerator());
return o;
}
-void checkUnnamed4520(core.List<api.Accelerator> o) {
+void checkUnnamed4563(core.List<api.Accelerator> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccelerator(o[0] as api.Accelerator);
checkAccelerator(o[1] as api.Accelerator);
}
-core.List<api.Version> buildUnnamed4521() {
+core.List<api.Version> buildUnnamed4564() {
var o = <api.Version>[];
o.add(buildVersion());
o.add(buildVersion());
return o;
}
-void checkUnnamed4521(core.List<api.Version> o) {
+void checkUnnamed4564(core.List<api.Version> o) {
unittest.expect(o, unittest.hasLength(2));
checkVersion(o[0] as api.Version);
checkVersion(o[1] as api.Version);
}
-core.Map<core.String, core.String> buildUnnamed4522() {
+core.Map<core.String, core.String> buildUnnamed4565() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4522(core.Map<core.String, core.String> o) {
+void checkUnnamed4565(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -291,14 +313,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed4523() {
+core.Map<core.String, core.String> buildUnnamed4566() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4523(core.Map<core.String, core.String> o) {
+void checkUnnamed4566(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -315,10 +337,11 @@
var o = api.Instance();
buildCounterInstance++;
if (buildCounterInstance < 3) {
- o.accelerators = buildUnnamed4520();
+ o.accelerators = buildUnnamed4563();
o.apiEndpoint = 'foo';
- o.availableVersion = buildUnnamed4521();
+ o.availableVersion = buildUnnamed4564();
o.createTime = 'foo';
+ o.cryptoKeyConfig = buildCryptoKeyConfig();
o.dataprocServiceAccount = 'foo';
o.description = 'foo';
o.displayName = 'foo';
@@ -326,10 +349,10 @@
o.enableStackdriverLogging = true;
o.enableStackdriverMonitoring = true;
o.gcsBucket = 'foo';
- o.labels = buildUnnamed4522();
+ o.labels = buildUnnamed4565();
o.name = 'foo';
o.networkConfig = buildNetworkConfig();
- o.options = buildUnnamed4523();
+ o.options = buildUnnamed4566();
o.p4ServiceAccount = 'foo';
o.privateInstance = true;
o.serviceAccount = 'foo';
@@ -349,16 +372,17 @@
void checkInstance(api.Instance o) {
buildCounterInstance++;
if (buildCounterInstance < 3) {
- checkUnnamed4520(o.accelerators!);
+ checkUnnamed4563(o.accelerators!);
unittest.expect(
o.apiEndpoint!,
unittest.equals('foo'),
);
- checkUnnamed4521(o.availableVersion!);
+ checkUnnamed4564(o.availableVersion!);
unittest.expect(
o.createTime!,
unittest.equals('foo'),
);
+ checkCryptoKeyConfig(o.cryptoKeyConfig! as api.CryptoKeyConfig);
unittest.expect(
o.dataprocServiceAccount!,
unittest.equals('foo'),
@@ -378,13 +402,13 @@
o.gcsBucket!,
unittest.equals('foo'),
);
- checkUnnamed4522(o.labels!);
+ checkUnnamed4565(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
checkNetworkConfig(o.networkConfig! as api.NetworkConfig);
- checkUnnamed4523(o.options!);
+ checkUnnamed4566(o.options!);
unittest.expect(
o.p4ServiceAccount!,
unittest.equals('foo'),
@@ -430,14 +454,14 @@
buildCounterInstance--;
}
-core.List<api.Version> buildUnnamed4524() {
+core.List<api.Version> buildUnnamed4567() {
var o = <api.Version>[];
o.add(buildVersion());
o.add(buildVersion());
return o;
}
-void checkUnnamed4524(core.List<api.Version> o) {
+void checkUnnamed4567(core.List<api.Version> o) {
unittest.expect(o, unittest.hasLength(2));
checkVersion(o[0] as api.Version);
checkVersion(o[1] as api.Version);
@@ -448,7 +472,7 @@
var o = api.ListAvailableVersionsResponse();
buildCounterListAvailableVersionsResponse++;
if (buildCounterListAvailableVersionsResponse < 3) {
- o.availableVersions = buildUnnamed4524();
+ o.availableVersions = buildUnnamed4567();
o.nextPageToken = 'foo';
}
buildCounterListAvailableVersionsResponse--;
@@ -458,7 +482,7 @@
void checkListAvailableVersionsResponse(api.ListAvailableVersionsResponse o) {
buildCounterListAvailableVersionsResponse++;
if (buildCounterListAvailableVersionsResponse < 3) {
- checkUnnamed4524(o.availableVersions!);
+ checkUnnamed4567(o.availableVersions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -467,27 +491,27 @@
buildCounterListAvailableVersionsResponse--;
}
-core.List<api.Instance> buildUnnamed4525() {
+core.List<api.Instance> buildUnnamed4568() {
var o = <api.Instance>[];
o.add(buildInstance());
o.add(buildInstance());
return o;
}
-void checkUnnamed4525(core.List<api.Instance> o) {
+void checkUnnamed4568(core.List<api.Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstance(o[0] as api.Instance);
checkInstance(o[1] as api.Instance);
}
-core.List<core.String> buildUnnamed4526() {
+core.List<core.String> buildUnnamed4569() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4526(core.List<core.String> o) {
+void checkUnnamed4569(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -504,9 +528,9 @@
var o = api.ListInstancesResponse();
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- o.instances = buildUnnamed4525();
+ o.instances = buildUnnamed4568();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed4526();
+ o.unreachable = buildUnnamed4569();
}
buildCounterListInstancesResponse--;
return o;
@@ -515,24 +539,24 @@
void checkListInstancesResponse(api.ListInstancesResponse o) {
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- checkUnnamed4525(o.instances!);
+ checkUnnamed4568(o.instances!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4526(o.unreachable!);
+ checkUnnamed4569(o.unreachable!);
}
buildCounterListInstancesResponse--;
}
-core.List<api.Location> buildUnnamed4527() {
+core.List<api.Location> buildUnnamed4570() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed4527(core.List<api.Location> o) {
+void checkUnnamed4570(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -543,7 +567,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed4527();
+ o.locations = buildUnnamed4570();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -553,7 +577,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed4527(o.locations!);
+ checkUnnamed4570(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -562,14 +586,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed4528() {
+core.List<api.Operation> buildUnnamed4571() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed4528(core.List<api.Operation> o) {
+void checkUnnamed4571(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -581,7 +605,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed4528();
+ o.operations = buildUnnamed4571();
}
buildCounterListOperationsResponse--;
return o;
@@ -594,19 +618,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4528(o.operations!);
+ checkUnnamed4571(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed4529() {
+core.Map<core.String, core.String> buildUnnamed4572() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4529(core.Map<core.String, core.String> o) {
+void checkUnnamed4572(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -618,7 +642,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4530() {
+core.Map<core.String, core.Object> buildUnnamed4573() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -633,7 +657,7 @@
return o;
}
-void checkUnnamed4530(core.Map<core.String, core.Object> o) {
+void checkUnnamed4573(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -671,9 +695,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed4529();
+ o.labels = buildUnnamed4572();
o.locationId = 'foo';
- o.metadata = buildUnnamed4530();
+ o.metadata = buildUnnamed4573();
o.name = 'foo';
}
buildCounterLocation--;
@@ -687,12 +711,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4529(o.labels!);
+ checkUnnamed4572(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed4530(o.metadata!);
+ checkUnnamed4573(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -728,7 +752,7 @@
buildCounterNetworkConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed4531() {
+core.Map<core.String, core.Object> buildUnnamed4574() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -743,7 +767,7 @@
return o;
}
-void checkUnnamed4531(core.Map<core.String, core.Object> o) {
+void checkUnnamed4574(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -775,7 +799,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4532() {
+core.Map<core.String, core.Object> buildUnnamed4575() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -790,7 +814,7 @@
return o;
}
-void checkUnnamed4532(core.Map<core.String, core.Object> o) {
+void checkUnnamed4575(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -829,9 +853,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed4531();
+ o.metadata = buildUnnamed4574();
o.name = 'foo';
- o.response = buildUnnamed4532();
+ o.response = buildUnnamed4575();
}
buildCounterOperation--;
return o;
@@ -842,24 +866,24 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed4531(o.metadata!);
+ checkUnnamed4574(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4532(o.response!);
+ checkUnnamed4575(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.String> buildUnnamed4533() {
+core.Map<core.String, core.String> buildUnnamed4576() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4533(core.Map<core.String, core.String> o) {
+void checkUnnamed4576(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -876,7 +900,7 @@
var o = api.OperationMetadata();
buildCounterOperationMetadata++;
if (buildCounterOperationMetadata < 3) {
- o.additionalStatus = buildUnnamed4533();
+ o.additionalStatus = buildUnnamed4576();
o.apiVersion = 'foo';
o.createTime = 'foo';
o.endTime = 'foo';
@@ -892,7 +916,7 @@
void checkOperationMetadata(api.OperationMetadata o) {
buildCounterOperationMetadata++;
if (buildCounterOperationMetadata < 3) {
- checkUnnamed4533(o.additionalStatus!);
+ checkUnnamed4576(o.additionalStatus!);
unittest.expect(
o.apiVersion!,
unittest.equals('foo'),
@@ -922,27 +946,27 @@
buildCounterOperationMetadata--;
}
-core.List<api.AuditConfig> buildUnnamed4534() {
+core.List<api.AuditConfig> buildUnnamed4577() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed4534(core.List<api.AuditConfig> o) {
+void checkUnnamed4577(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed4535() {
+core.List<api.Binding> buildUnnamed4578() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed4535(core.List<api.Binding> o) {
+void checkUnnamed4578(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -953,8 +977,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed4534();
- o.bindings = buildUnnamed4535();
+ o.auditConfigs = buildUnnamed4577();
+ o.bindings = buildUnnamed4578();
o.etag = 'foo';
o.version = 42;
}
@@ -965,8 +989,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed4534(o.auditConfigs!);
- checkUnnamed4535(o.bindings!);
+ checkUnnamed4577(o.auditConfigs!);
+ checkUnnamed4578(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1018,7 +1042,7 @@
buildCounterSetIamPolicyRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed4536() {
+core.Map<core.String, core.Object> buildUnnamed4579() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1033,7 +1057,7 @@
return o;
}
-void checkUnnamed4536(core.Map<core.String, core.Object> o) {
+void checkUnnamed4579(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1065,17 +1089,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4537() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4580() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4536());
- o.add(buildUnnamed4536());
+ o.add(buildUnnamed4579());
+ o.add(buildUnnamed4579());
return o;
}
-void checkUnnamed4537(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4580(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4536(o[0]);
- checkUnnamed4536(o[1]);
+ checkUnnamed4579(o[0]);
+ checkUnnamed4579(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1084,7 +1108,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4537();
+ o.details = buildUnnamed4580();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1098,7 +1122,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4537(o.details!);
+ checkUnnamed4580(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1107,14 +1131,14 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed4538() {
+core.List<core.String> buildUnnamed4581() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4538(core.List<core.String> o) {
+void checkUnnamed4581(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1131,7 +1155,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed4538();
+ o.permissions = buildUnnamed4581();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -1140,19 +1164,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed4538(o.permissions!);
+ checkUnnamed4581(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed4539() {
+core.List<core.String> buildUnnamed4582() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4539(core.List<core.String> o) {
+void checkUnnamed4582(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1169,7 +1193,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed4539();
+ o.permissions = buildUnnamed4582();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1178,19 +1202,19 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed4539(o.permissions!);
+ checkUnnamed4582(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
-core.List<core.String> buildUnnamed4540() {
+core.List<core.String> buildUnnamed4583() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4540(core.List<core.String> o) {
+void checkUnnamed4583(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1207,7 +1231,7 @@
var o = api.Version();
buildCounterVersion++;
if (buildCounterVersion < 3) {
- o.availableFeatures = buildUnnamed4540();
+ o.availableFeatures = buildUnnamed4583();
o.defaultVersion = true;
o.versionNumber = 'foo';
}
@@ -1218,7 +1242,7 @@
void checkVersion(api.Version o) {
buildCounterVersion++;
if (buildCounterVersion < 3) {
- checkUnnamed4540(o.availableFeatures!);
+ checkUnnamed4583(o.availableFeatures!);
unittest.expect(o.defaultVersion!, unittest.isTrue);
unittest.expect(
o.versionNumber!,
@@ -1279,6 +1303,16 @@
});
});
+ unittest.group('obj-schema-CryptoKeyConfig', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildCryptoKeyConfig();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.CryptoKeyConfig.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkCryptoKeyConfig(od as api.CryptoKeyConfig);
+ });
+ });
+
unittest.group('obj-schema-Empty', () {
unittest.test('to-json--from-json', () async {
var o = buildEmpty();
diff --git a/generated/googleapis/test/datamigration/v1_test.dart b/generated/googleapis/test/datamigration/v1_test.dart
index e98c7a9..825d9ad 100644
--- a/generated/googleapis/test/datamigration/v1_test.dart
+++ b/generated/googleapis/test/datamigration/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.AuditLogConfig> buildUnnamed2380() {
+core.List<api.AuditLogConfig> buildUnnamed2381() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed2380(core.List<api.AuditLogConfig> o) {
+void checkUnnamed2381(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -45,7 +45,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed2380();
+ o.auditLogConfigs = buildUnnamed2381();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -55,7 +55,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed2380(o.auditLogConfigs!);
+ checkUnnamed2381(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -64,49 +64,6 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed2381() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2381(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'),
- );
-}
-
-core.int buildCounterAuditLogConfig = 0;
-api.AuditLogConfig buildAuditLogConfig() {
- var o = api.AuditLogConfig();
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed2381();
- o.logType = 'foo';
- }
- buildCounterAuditLogConfig--;
- return o;
-}
-
-void checkAuditLogConfig(api.AuditLogConfig o) {
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- checkUnnamed2381(o.exemptedMembers!);
- unittest.expect(
- o.logType!,
- unittest.equals('foo'),
- );
- }
- buildCounterAuditLogConfig--;
-}
-
core.List<core.String> buildUnnamed2382() {
var o = <core.String>[];
o.add('foo');
@@ -126,13 +83,56 @@
);
}
+core.int buildCounterAuditLogConfig = 0;
+api.AuditLogConfig buildAuditLogConfig() {
+ var o = api.AuditLogConfig();
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ o.exemptedMembers = buildUnnamed2382();
+ o.logType = 'foo';
+ }
+ buildCounterAuditLogConfig--;
+ return o;
+}
+
+void checkAuditLogConfig(api.AuditLogConfig o) {
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ checkUnnamed2382(o.exemptedMembers!);
+ unittest.expect(
+ o.logType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAuditLogConfig--;
+}
+
+core.List<core.String> buildUnnamed2383() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2383(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'),
+ );
+}
+
core.int buildCounterBinding = 0;
api.Binding buildBinding() {
var o = api.Binding();
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed2382();
+ o.members = buildUnnamed2383();
o.role = 'foo';
}
buildCounterBinding--;
@@ -143,7 +143,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed2382(o.members!);
+ checkUnnamed2383(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -201,14 +201,14 @@
buildCounterCloudSqlConnectionProfile--;
}
-core.Map<core.String, core.String> buildUnnamed2383() {
+core.Map<core.String, core.String> buildUnnamed2384() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2383(core.Map<core.String, core.String> o) {
+void checkUnnamed2384(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -220,14 +220,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2384() {
+core.Map<core.String, core.String> buildUnnamed2385() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2384(core.Map<core.String, core.String> o) {
+void checkUnnamed2385(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -249,7 +249,7 @@
o.collation = 'foo';
o.dataDiskSizeGb = 'foo';
o.dataDiskType = 'foo';
- o.databaseFlags = buildUnnamed2383();
+ o.databaseFlags = buildUnnamed2384();
o.databaseVersion = 'foo';
o.ipConfig = buildSqlIpConfig();
o.rootPassword = 'foo';
@@ -257,7 +257,7 @@
o.sourceId = 'foo';
o.storageAutoResizeLimit = 'foo';
o.tier = 'foo';
- o.userLabels = buildUnnamed2384();
+ o.userLabels = buildUnnamed2385();
o.zone = 'foo';
}
buildCounterCloudSqlSettings--;
@@ -284,7 +284,7 @@
o.dataDiskType!,
unittest.equals('foo'),
);
- checkUnnamed2383(o.databaseFlags!);
+ checkUnnamed2384(o.databaseFlags!);
unittest.expect(
o.databaseVersion!,
unittest.equals('foo'),
@@ -307,7 +307,7 @@
o.tier!,
unittest.equals('foo'),
);
- checkUnnamed2384(o.userLabels!);
+ checkUnnamed2385(o.userLabels!);
unittest.expect(
o.zone!,
unittest.equals('foo'),
@@ -316,14 +316,14 @@
buildCounterCloudSqlSettings--;
}
-core.Map<core.String, core.String> buildUnnamed2385() {
+core.Map<core.String, core.String> buildUnnamed2386() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2385(core.Map<core.String, core.String> o) {
+void checkUnnamed2386(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -344,7 +344,7 @@
o.createTime = 'foo';
o.displayName = 'foo';
o.error = buildStatus();
- o.labels = buildUnnamed2385();
+ o.labels = buildUnnamed2386();
o.mysql = buildMySqlConnectionProfile();
o.name = 'foo';
o.postgresql = buildPostgreSqlConnectionProfile();
@@ -370,7 +370,7 @@
unittest.equals('foo'),
);
checkStatus(o.error! as api.Status);
- checkUnnamed2385(o.labels!);
+ checkUnnamed2386(o.labels!);
checkMySqlConnectionProfile(o.mysql! as api.MySqlConnectionProfile);
unittest.expect(
o.name!,
@@ -555,27 +555,27 @@
buildCounterGoogleCloudClouddmsV1OperationMetadata--;
}
-core.List<api.ConnectionProfile> buildUnnamed2386() {
+core.List<api.ConnectionProfile> buildUnnamed2387() {
var o = <api.ConnectionProfile>[];
o.add(buildConnectionProfile());
o.add(buildConnectionProfile());
return o;
}
-void checkUnnamed2386(core.List<api.ConnectionProfile> o) {
+void checkUnnamed2387(core.List<api.ConnectionProfile> o) {
unittest.expect(o, unittest.hasLength(2));
checkConnectionProfile(o[0] as api.ConnectionProfile);
checkConnectionProfile(o[1] as api.ConnectionProfile);
}
-core.List<core.String> buildUnnamed2387() {
+core.List<core.String> buildUnnamed2388() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2387(core.List<core.String> o) {
+void checkUnnamed2388(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -592,9 +592,9 @@
var o = api.ListConnectionProfilesResponse();
buildCounterListConnectionProfilesResponse++;
if (buildCounterListConnectionProfilesResponse < 3) {
- o.connectionProfiles = buildUnnamed2386();
+ o.connectionProfiles = buildUnnamed2387();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed2387();
+ o.unreachable = buildUnnamed2388();
}
buildCounterListConnectionProfilesResponse--;
return o;
@@ -603,24 +603,24 @@
void checkListConnectionProfilesResponse(api.ListConnectionProfilesResponse o) {
buildCounterListConnectionProfilesResponse++;
if (buildCounterListConnectionProfilesResponse < 3) {
- checkUnnamed2386(o.connectionProfiles!);
+ checkUnnamed2387(o.connectionProfiles!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2387(o.unreachable!);
+ checkUnnamed2388(o.unreachable!);
}
buildCounterListConnectionProfilesResponse--;
}
-core.List<api.Location> buildUnnamed2388() {
+core.List<api.Location> buildUnnamed2389() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed2388(core.List<api.Location> o) {
+void checkUnnamed2389(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -631,7 +631,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed2388();
+ o.locations = buildUnnamed2389();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -641,7 +641,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed2388(o.locations!);
+ checkUnnamed2389(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -650,27 +650,27 @@
buildCounterListLocationsResponse--;
}
-core.List<api.MigrationJob> buildUnnamed2389() {
+core.List<api.MigrationJob> buildUnnamed2390() {
var o = <api.MigrationJob>[];
o.add(buildMigrationJob());
o.add(buildMigrationJob());
return o;
}
-void checkUnnamed2389(core.List<api.MigrationJob> o) {
+void checkUnnamed2390(core.List<api.MigrationJob> o) {
unittest.expect(o, unittest.hasLength(2));
checkMigrationJob(o[0] as api.MigrationJob);
checkMigrationJob(o[1] as api.MigrationJob);
}
-core.List<core.String> buildUnnamed2390() {
+core.List<core.String> buildUnnamed2391() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2390(core.List<core.String> o) {
+void checkUnnamed2391(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -687,9 +687,9 @@
var o = api.ListMigrationJobsResponse();
buildCounterListMigrationJobsResponse++;
if (buildCounterListMigrationJobsResponse < 3) {
- o.migrationJobs = buildUnnamed2389();
+ o.migrationJobs = buildUnnamed2390();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed2390();
+ o.unreachable = buildUnnamed2391();
}
buildCounterListMigrationJobsResponse--;
return o;
@@ -698,24 +698,24 @@
void checkListMigrationJobsResponse(api.ListMigrationJobsResponse o) {
buildCounterListMigrationJobsResponse++;
if (buildCounterListMigrationJobsResponse < 3) {
- checkUnnamed2389(o.migrationJobs!);
+ checkUnnamed2390(o.migrationJobs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2390(o.unreachable!);
+ checkUnnamed2391(o.unreachable!);
}
buildCounterListMigrationJobsResponse--;
}
-core.List<api.Operation> buildUnnamed2391() {
+core.List<api.Operation> buildUnnamed2392() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed2391(core.List<api.Operation> o) {
+void checkUnnamed2392(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -727,7 +727,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed2391();
+ o.operations = buildUnnamed2392();
}
buildCounterListOperationsResponse--;
return o;
@@ -740,19 +740,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2391(o.operations!);
+ checkUnnamed2392(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed2392() {
+core.Map<core.String, core.String> buildUnnamed2393() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2392(core.Map<core.String, core.String> o) {
+void checkUnnamed2393(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -764,7 +764,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2393() {
+core.Map<core.String, core.Object> buildUnnamed2394() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -779,7 +779,7 @@
return o;
}
-void checkUnnamed2393(core.Map<core.String, core.Object> o) {
+void checkUnnamed2394(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -817,9 +817,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed2392();
+ o.labels = buildUnnamed2393();
o.locationId = 'foo';
- o.metadata = buildUnnamed2393();
+ o.metadata = buildUnnamed2394();
o.name = 'foo';
}
buildCounterLocation--;
@@ -833,12 +833,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2392(o.labels!);
+ checkUnnamed2393(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed2393(o.metadata!);
+ checkUnnamed2394(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -847,14 +847,14 @@
buildCounterLocation--;
}
-core.Map<core.String, core.String> buildUnnamed2394() {
+core.Map<core.String, core.String> buildUnnamed2395() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2394(core.Map<core.String, core.String> o) {
+void checkUnnamed2395(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -879,7 +879,7 @@
o.duration = 'foo';
o.endTime = 'foo';
o.error = buildStatus();
- o.labels = buildUnnamed2394();
+ o.labels = buildUnnamed2395();
o.name = 'foo';
o.phase = 'foo';
o.reverseSshConnectivity = buildReverseSshConnectivity();
@@ -924,7 +924,7 @@
unittest.equals('foo'),
);
checkStatus(o.error! as api.Status);
- checkUnnamed2394(o.labels!);
+ checkUnnamed2395(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1038,7 +1038,7 @@
buildCounterMySqlConnectionProfile--;
}
-core.Map<core.String, core.Object> buildUnnamed2395() {
+core.Map<core.String, core.Object> buildUnnamed2396() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1053,7 +1053,7 @@
return o;
}
-void checkUnnamed2395(core.Map<core.String, core.Object> o) {
+void checkUnnamed2396(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1085,7 +1085,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2396() {
+core.Map<core.String, core.Object> buildUnnamed2397() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1100,7 +1100,7 @@
return o;
}
-void checkUnnamed2396(core.Map<core.String, core.Object> o) {
+void checkUnnamed2397(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1139,9 +1139,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed2395();
+ o.metadata = buildUnnamed2396();
o.name = 'foo';
- o.response = buildUnnamed2396();
+ o.response = buildUnnamed2397();
}
buildCounterOperation--;
return o;
@@ -1152,37 +1152,37 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed2395(o.metadata!);
+ checkUnnamed2396(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2396(o.response!);
+ checkUnnamed2397(o.response!);
}
buildCounterOperation--;
}
-core.List<api.AuditConfig> buildUnnamed2397() {
+core.List<api.AuditConfig> buildUnnamed2398() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed2397(core.List<api.AuditConfig> o) {
+void checkUnnamed2398(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed2398() {
+core.List<api.Binding> buildUnnamed2399() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed2398(core.List<api.Binding> o) {
+void checkUnnamed2399(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -1193,8 +1193,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed2397();
- o.bindings = buildUnnamed2398();
+ o.auditConfigs = buildUnnamed2398();
+ o.bindings = buildUnnamed2399();
o.etag = 'foo';
o.version = 42;
}
@@ -1205,8 +1205,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed2397(o.auditConfigs!);
- checkUnnamed2398(o.bindings!);
+ checkUnnamed2398(o.auditConfigs!);
+ checkUnnamed2399(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1408,14 +1408,14 @@
buildCounterSqlAclEntry--;
}
-core.List<api.SqlAclEntry> buildUnnamed2399() {
+core.List<api.SqlAclEntry> buildUnnamed2400() {
var o = <api.SqlAclEntry>[];
o.add(buildSqlAclEntry());
o.add(buildSqlAclEntry());
return o;
}
-void checkUnnamed2399(core.List<api.SqlAclEntry> o) {
+void checkUnnamed2400(core.List<api.SqlAclEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkSqlAclEntry(o[0] as api.SqlAclEntry);
checkSqlAclEntry(o[1] as api.SqlAclEntry);
@@ -1426,7 +1426,7 @@
var o = api.SqlIpConfig();
buildCounterSqlIpConfig++;
if (buildCounterSqlIpConfig < 3) {
- o.authorizedNetworks = buildUnnamed2399();
+ o.authorizedNetworks = buildUnnamed2400();
o.enableIpv4 = true;
o.privateNetwork = 'foo';
o.requireSsl = true;
@@ -1438,7 +1438,7 @@
void checkSqlIpConfig(api.SqlIpConfig o) {
buildCounterSqlIpConfig++;
if (buildCounterSqlIpConfig < 3) {
- checkUnnamed2399(o.authorizedNetworks!);
+ checkUnnamed2400(o.authorizedNetworks!);
unittest.expect(o.enableIpv4!, unittest.isTrue);
unittest.expect(
o.privateNetwork!,
@@ -1538,7 +1538,7 @@
buildCounterStaticIpConnectivity--;
}
-core.Map<core.String, core.Object> buildUnnamed2400() {
+core.Map<core.String, core.Object> buildUnnamed2401() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1553,7 +1553,7 @@
return o;
}
-void checkUnnamed2400(core.Map<core.String, core.Object> o) {
+void checkUnnamed2401(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1585,17 +1585,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2401() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2402() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2400());
- o.add(buildUnnamed2400());
+ o.add(buildUnnamed2401());
+ o.add(buildUnnamed2401());
return o;
}
-void checkUnnamed2401(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2402(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2400(o[0]);
- checkUnnamed2400(o[1]);
+ checkUnnamed2401(o[0]);
+ checkUnnamed2401(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1604,7 +1604,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2401();
+ o.details = buildUnnamed2402();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1618,7 +1618,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2401(o.details!);
+ checkUnnamed2402(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1642,44 +1642,6 @@
buildCounterStopMigrationJobRequest--;
}
-core.List<core.String> buildUnnamed2402() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2402(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'),
- );
-}
-
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed2402();
- }
- buildCounterTestIamPermissionsRequest--;
- return o;
-}
-
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed2402(o.permissions!);
- }
- buildCounterTestIamPermissionsRequest--;
-}
-
core.List<core.String> buildUnnamed2403() {
var o = <core.String>[];
o.add('foo');
@@ -1699,12 +1661,50 @@
);
}
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed2403();
+ }
+ buildCounterTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed2403(o.permissions!);
+ }
+ buildCounterTestIamPermissionsRequest--;
+}
+
+core.List<core.String> buildUnnamed2404() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2404(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'),
+ );
+}
+
core.int buildCounterTestIamPermissionsResponse = 0;
api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed2403();
+ o.permissions = buildUnnamed2404();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1713,7 +1713,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed2403(o.permissions!);
+ checkUnnamed2404(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/dataproc/v1_test.dart b/generated/googleapis/test/dataproc/v1_test.dart
index a420002..fd3477a 100644
--- a/generated/googleapis/test/dataproc/v1_test.dart
+++ b/generated/googleapis/test/dataproc/v1_test.dart
@@ -179,14 +179,14 @@
buildCounterBasicYarnAutoscalingConfig--;
}
-core.Map<core.String, core.String> buildUnnamed3266() {
+core.Map<core.String, core.String> buildUnnamed3274() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3266(core.Map<core.String, core.String> o) {
+void checkUnnamed3274(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -198,14 +198,14 @@
);
}
-core.List<core.String> buildUnnamed3267() {
+core.List<core.String> buildUnnamed3275() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3267(core.List<core.String> o) {
+void checkUnnamed3275(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -227,9 +227,9 @@
o.createTime = 'foo';
o.description = 'foo';
o.doneTime = 'foo';
- o.labels = buildUnnamed3266();
+ o.labels = buildUnnamed3274();
o.operationType = 'foo';
- o.warnings = buildUnnamed3267();
+ o.warnings = buildUnnamed3275();
}
buildCounterBatchOperationMetadata--;
return o;
@@ -258,24 +258,24 @@
o.doneTime!,
unittest.equals('foo'),
);
- checkUnnamed3266(o.labels!);
+ checkUnnamed3274(o.labels!);
unittest.expect(
o.operationType!,
unittest.equals('foo'),
);
- checkUnnamed3267(o.warnings!);
+ checkUnnamed3275(o.warnings!);
}
buildCounterBatchOperationMetadata--;
}
-core.List<core.String> buildUnnamed3268() {
+core.List<core.String> buildUnnamed3276() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3268(core.List<core.String> o) {
+void checkUnnamed3276(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -293,7 +293,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed3268();
+ o.members = buildUnnamed3276();
o.role = 'foo';
}
buildCounterBinding--;
@@ -304,7 +304,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed3268(o.members!);
+ checkUnnamed3276(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -328,14 +328,14 @@
buildCounterCancelJobRequest--;
}
-core.Map<core.String, core.String> buildUnnamed3269() {
+core.Map<core.String, core.String> buildUnnamed3277() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3269(core.Map<core.String, core.String> o) {
+void checkUnnamed3277(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -347,14 +347,14 @@
);
}
-core.List<api.ClusterStatus> buildUnnamed3270() {
+core.List<api.ClusterStatus> buildUnnamed3278() {
var o = <api.ClusterStatus>[];
o.add(buildClusterStatus());
o.add(buildClusterStatus());
return o;
}
-void checkUnnamed3270(core.List<api.ClusterStatus> o) {
+void checkUnnamed3278(core.List<api.ClusterStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkClusterStatus(o[0] as api.ClusterStatus);
checkClusterStatus(o[1] as api.ClusterStatus);
@@ -368,11 +368,11 @@
o.clusterName = 'foo';
o.clusterUuid = 'foo';
o.config = buildClusterConfig();
- o.labels = buildUnnamed3269();
+ o.labels = buildUnnamed3277();
o.metrics = buildClusterMetrics();
o.projectId = 'foo';
o.status = buildClusterStatus();
- o.statusHistory = buildUnnamed3270();
+ o.statusHistory = buildUnnamed3278();
}
buildCounterCluster--;
return o;
@@ -390,26 +390,26 @@
unittest.equals('foo'),
);
checkClusterConfig(o.config! as api.ClusterConfig);
- checkUnnamed3269(o.labels!);
+ checkUnnamed3277(o.labels!);
checkClusterMetrics(o.metrics! as api.ClusterMetrics);
unittest.expect(
o.projectId!,
unittest.equals('foo'),
);
checkClusterStatus(o.status! as api.ClusterStatus);
- checkUnnamed3270(o.statusHistory!);
+ checkUnnamed3278(o.statusHistory!);
}
buildCounterCluster--;
}
-core.List<api.NodeInitializationAction> buildUnnamed3271() {
+core.List<api.NodeInitializationAction> buildUnnamed3279() {
var o = <api.NodeInitializationAction>[];
o.add(buildNodeInitializationAction());
o.add(buildNodeInitializationAction());
return o;
}
-void checkUnnamed3271(core.List<api.NodeInitializationAction> o) {
+void checkUnnamed3279(core.List<api.NodeInitializationAction> o) {
unittest.expect(o, unittest.hasLength(2));
checkNodeInitializationAction(o[0] as api.NodeInitializationAction);
checkNodeInitializationAction(o[1] as api.NodeInitializationAction);
@@ -426,7 +426,7 @@
o.endpointConfig = buildEndpointConfig();
o.gceClusterConfig = buildGceClusterConfig();
o.gkeClusterConfig = buildGkeClusterConfig();
- o.initializationActions = buildUnnamed3271();
+ o.initializationActions = buildUnnamed3279();
o.lifecycleConfig = buildLifecycleConfig();
o.masterConfig = buildInstanceGroupConfig();
o.metastoreConfig = buildMetastoreConfig();
@@ -452,7 +452,7 @@
checkEndpointConfig(o.endpointConfig! as api.EndpointConfig);
checkGceClusterConfig(o.gceClusterConfig! as api.GceClusterConfig);
checkGkeClusterConfig(o.gkeClusterConfig! as api.GkeClusterConfig);
- checkUnnamed3271(o.initializationActions!);
+ checkUnnamed3279(o.initializationActions!);
checkLifecycleConfig(o.lifecycleConfig! as api.LifecycleConfig);
checkInstanceGroupConfig(o.masterConfig! as api.InstanceGroupConfig);
checkMetastoreConfig(o.metastoreConfig! as api.MetastoreConfig);
@@ -469,14 +469,14 @@
buildCounterClusterConfig--;
}
-core.Map<core.String, core.String> buildUnnamed3272() {
+core.Map<core.String, core.String> buildUnnamed3280() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3272(core.Map<core.String, core.String> o) {
+void checkUnnamed3280(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -488,14 +488,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed3273() {
+core.Map<core.String, core.String> buildUnnamed3281() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3273(core.Map<core.String, core.String> o) {
+void checkUnnamed3281(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -512,8 +512,8 @@
var o = api.ClusterMetrics();
buildCounterClusterMetrics++;
if (buildCounterClusterMetrics < 3) {
- o.hdfsMetrics = buildUnnamed3272();
- o.yarnMetrics = buildUnnamed3273();
+ o.hdfsMetrics = buildUnnamed3280();
+ o.yarnMetrics = buildUnnamed3281();
}
buildCounterClusterMetrics--;
return o;
@@ -522,8 +522,8 @@
void checkClusterMetrics(api.ClusterMetrics o) {
buildCounterClusterMetrics++;
if (buildCounterClusterMetrics < 3) {
- checkUnnamed3272(o.hdfsMetrics!);
- checkUnnamed3273(o.yarnMetrics!);
+ checkUnnamed3280(o.hdfsMetrics!);
+ checkUnnamed3281(o.yarnMetrics!);
}
buildCounterClusterMetrics--;
}
@@ -557,14 +557,14 @@
buildCounterClusterOperation--;
}
-core.Map<core.String, core.String> buildUnnamed3274() {
+core.Map<core.String, core.String> buildUnnamed3282() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3274(core.Map<core.String, core.String> o) {
+void checkUnnamed3282(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -576,27 +576,27 @@
);
}
-core.List<api.ClusterOperationStatus> buildUnnamed3275() {
+core.List<api.ClusterOperationStatus> buildUnnamed3283() {
var o = <api.ClusterOperationStatus>[];
o.add(buildClusterOperationStatus());
o.add(buildClusterOperationStatus());
return o;
}
-void checkUnnamed3275(core.List<api.ClusterOperationStatus> o) {
+void checkUnnamed3283(core.List<api.ClusterOperationStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkClusterOperationStatus(o[0] as api.ClusterOperationStatus);
checkClusterOperationStatus(o[1] as api.ClusterOperationStatus);
}
-core.List<core.String> buildUnnamed3276() {
+core.List<core.String> buildUnnamed3284() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3276(core.List<core.String> o) {
+void checkUnnamed3284(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -616,11 +616,11 @@
o.clusterName = 'foo';
o.clusterUuid = 'foo';
o.description = 'foo';
- o.labels = buildUnnamed3274();
+ o.labels = buildUnnamed3282();
o.operationType = 'foo';
o.status = buildClusterOperationStatus();
- o.statusHistory = buildUnnamed3275();
- o.warnings = buildUnnamed3276();
+ o.statusHistory = buildUnnamed3283();
+ o.warnings = buildUnnamed3284();
}
buildCounterClusterOperationMetadata--;
return o;
@@ -641,14 +641,14 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed3274(o.labels!);
+ checkUnnamed3282(o.labels!);
unittest.expect(
o.operationType!,
unittest.equals('foo'),
);
checkClusterOperationStatus(o.status! as api.ClusterOperationStatus);
- checkUnnamed3275(o.statusHistory!);
- checkUnnamed3276(o.warnings!);
+ checkUnnamed3283(o.statusHistory!);
+ checkUnnamed3284(o.warnings!);
}
buildCounterClusterOperationMetadata--;
}
@@ -690,14 +690,14 @@
buildCounterClusterOperationStatus--;
}
-core.Map<core.String, core.String> buildUnnamed3277() {
+core.Map<core.String, core.String> buildUnnamed3285() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3277(core.Map<core.String, core.String> o) {
+void checkUnnamed3285(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -714,7 +714,7 @@
var o = api.ClusterSelector();
buildCounterClusterSelector++;
if (buildCounterClusterSelector < 3) {
- o.clusterLabels = buildUnnamed3277();
+ o.clusterLabels = buildUnnamed3285();
o.zone = 'foo';
}
buildCounterClusterSelector--;
@@ -724,7 +724,7 @@
void checkClusterSelector(api.ClusterSelector o) {
buildCounterClusterSelector++;
if (buildCounterClusterSelector < 3) {
- checkUnnamed3277(o.clusterLabels!);
+ checkUnnamed3285(o.clusterLabels!);
unittest.expect(
o.zone!,
unittest.equals('foo'),
@@ -895,14 +895,14 @@
buildCounterEncryptionConfig--;
}
-core.Map<core.String, core.String> buildUnnamed3278() {
+core.Map<core.String, core.String> buildUnnamed3286() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3278(core.Map<core.String, core.String> o) {
+void checkUnnamed3286(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -920,7 +920,7 @@
buildCounterEndpointConfig++;
if (buildCounterEndpointConfig < 3) {
o.enableHttpPortAccess = true;
- o.httpPorts = buildUnnamed3278();
+ o.httpPorts = buildUnnamed3286();
}
buildCounterEndpointConfig--;
return o;
@@ -930,7 +930,7 @@
buildCounterEndpointConfig++;
if (buildCounterEndpointConfig < 3) {
unittest.expect(o.enableHttpPortAccess!, unittest.isTrue);
- checkUnnamed3278(o.httpPorts!);
+ checkUnnamed3286(o.httpPorts!);
}
buildCounterEndpointConfig--;
}
@@ -972,14 +972,14 @@
buildCounterExpr--;
}
-core.Map<core.String, core.String> buildUnnamed3279() {
+core.Map<core.String, core.String> buildUnnamed3287() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3279(core.Map<core.String, core.String> o) {
+void checkUnnamed3287(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -991,14 +991,14 @@
);
}
-core.List<core.String> buildUnnamed3280() {
+core.List<core.String> buildUnnamed3288() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3280(core.List<core.String> o) {
+void checkUnnamed3288(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1010,14 +1010,14 @@
);
}
-core.List<core.String> buildUnnamed3281() {
+core.List<core.String> buildUnnamed3289() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3281(core.List<core.String> o) {
+void checkUnnamed3289(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1036,16 +1036,16 @@
if (buildCounterGceClusterConfig < 3) {
o.confidentialInstanceConfig = buildConfidentialInstanceConfig();
o.internalIpOnly = true;
- o.metadata = buildUnnamed3279();
+ o.metadata = buildUnnamed3287();
o.networkUri = 'foo';
o.nodeGroupAffinity = buildNodeGroupAffinity();
o.privateIpv6GoogleAccess = 'foo';
o.reservationAffinity = buildReservationAffinity();
o.serviceAccount = 'foo';
- o.serviceAccountScopes = buildUnnamed3280();
+ o.serviceAccountScopes = buildUnnamed3288();
o.shieldedInstanceConfig = buildShieldedInstanceConfig();
o.subnetworkUri = 'foo';
- o.tags = buildUnnamed3281();
+ o.tags = buildUnnamed3289();
o.zoneUri = 'foo';
}
buildCounterGceClusterConfig--;
@@ -1058,7 +1058,7 @@
checkConfidentialInstanceConfig(
o.confidentialInstanceConfig! as api.ConfidentialInstanceConfig);
unittest.expect(o.internalIpOnly!, unittest.isTrue);
- checkUnnamed3279(o.metadata!);
+ checkUnnamed3287(o.metadata!);
unittest.expect(
o.networkUri!,
unittest.equals('foo'),
@@ -1073,14 +1073,14 @@
o.serviceAccount!,
unittest.equals('foo'),
);
- checkUnnamed3280(o.serviceAccountScopes!);
+ checkUnnamed3288(o.serviceAccountScopes!);
checkShieldedInstanceConfig(
o.shieldedInstanceConfig! as api.ShieldedInstanceConfig);
unittest.expect(
o.subnetworkUri!,
unittest.equals('foo'),
);
- checkUnnamed3281(o.tags!);
+ checkUnnamed3289(o.tags!);
unittest.expect(
o.zoneUri!,
unittest.equals('foo'),
@@ -1150,14 +1150,14 @@
buildCounterGkeClusterConfig--;
}
-core.List<core.String> buildUnnamed3282() {
+core.List<core.String> buildUnnamed3290() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3282(core.List<core.String> o) {
+void checkUnnamed3290(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1169,14 +1169,14 @@
);
}
-core.List<core.String> buildUnnamed3283() {
+core.List<core.String> buildUnnamed3291() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3283(core.List<core.String> o) {
+void checkUnnamed3291(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1188,14 +1188,14 @@
);
}
-core.List<core.String> buildUnnamed3284() {
+core.List<core.String> buildUnnamed3292() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3284(core.List<core.String> o) {
+void checkUnnamed3292(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1207,14 +1207,14 @@
);
}
-core.List<core.String> buildUnnamed3285() {
+core.List<core.String> buildUnnamed3293() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3285(core.List<core.String> o) {
+void checkUnnamed3293(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1226,14 +1226,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed3286() {
+core.Map<core.String, core.String> buildUnnamed3294() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3286(core.Map<core.String, core.String> o) {
+void checkUnnamed3294(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1250,14 +1250,14 @@
var o = api.HadoopJob();
buildCounterHadoopJob++;
if (buildCounterHadoopJob < 3) {
- o.archiveUris = buildUnnamed3282();
- o.args = buildUnnamed3283();
- o.fileUris = buildUnnamed3284();
- o.jarFileUris = buildUnnamed3285();
+ o.archiveUris = buildUnnamed3290();
+ o.args = buildUnnamed3291();
+ o.fileUris = buildUnnamed3292();
+ o.jarFileUris = buildUnnamed3293();
o.loggingConfig = buildLoggingConfig();
o.mainClass = 'foo';
o.mainJarFileUri = 'foo';
- o.properties = buildUnnamed3286();
+ o.properties = buildUnnamed3294();
}
buildCounterHadoopJob--;
return o;
@@ -1266,10 +1266,10 @@
void checkHadoopJob(api.HadoopJob o) {
buildCounterHadoopJob++;
if (buildCounterHadoopJob < 3) {
- checkUnnamed3282(o.archiveUris!);
- checkUnnamed3283(o.args!);
- checkUnnamed3284(o.fileUris!);
- checkUnnamed3285(o.jarFileUris!);
+ checkUnnamed3290(o.archiveUris!);
+ checkUnnamed3291(o.args!);
+ checkUnnamed3292(o.fileUris!);
+ checkUnnamed3293(o.jarFileUris!);
checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
unittest.expect(
o.mainClass!,
@@ -1279,19 +1279,19 @@
o.mainJarFileUri!,
unittest.equals('foo'),
);
- checkUnnamed3286(o.properties!);
+ checkUnnamed3294(o.properties!);
}
buildCounterHadoopJob--;
}
-core.List<core.String> buildUnnamed3287() {
+core.List<core.String> buildUnnamed3295() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3287(core.List<core.String> o) {
+void checkUnnamed3295(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1303,14 +1303,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed3288() {
+core.Map<core.String, core.String> buildUnnamed3296() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3288(core.Map<core.String, core.String> o) {
+void checkUnnamed3296(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1322,14 +1322,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed3289() {
+core.Map<core.String, core.String> buildUnnamed3297() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3289(core.Map<core.String, core.String> o) {
+void checkUnnamed3297(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1347,11 +1347,11 @@
buildCounterHiveJob++;
if (buildCounterHiveJob < 3) {
o.continueOnFailure = true;
- o.jarFileUris = buildUnnamed3287();
- o.properties = buildUnnamed3288();
+ o.jarFileUris = buildUnnamed3295();
+ o.properties = buildUnnamed3296();
o.queryFileUri = 'foo';
o.queryList = buildQueryList();
- o.scriptVariables = buildUnnamed3289();
+ o.scriptVariables = buildUnnamed3297();
}
buildCounterHiveJob--;
return o;
@@ -1361,26 +1361,26 @@
buildCounterHiveJob++;
if (buildCounterHiveJob < 3) {
unittest.expect(o.continueOnFailure!, unittest.isTrue);
- checkUnnamed3287(o.jarFileUris!);
- checkUnnamed3288(o.properties!);
+ checkUnnamed3295(o.jarFileUris!);
+ checkUnnamed3296(o.properties!);
unittest.expect(
o.queryFileUri!,
unittest.equals('foo'),
);
checkQueryList(o.queryList! as api.QueryList);
- checkUnnamed3289(o.scriptVariables!);
+ checkUnnamed3297(o.scriptVariables!);
}
buildCounterHiveJob--;
}
-core.Map<core.String, core.String> buildUnnamed3290() {
+core.Map<core.String, core.String> buildUnnamed3298() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3290(core.Map<core.String, core.String> o) {
+void checkUnnamed3298(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1397,7 +1397,7 @@
var o = api.IdentityConfig();
buildCounterIdentityConfig++;
if (buildCounterIdentityConfig < 3) {
- o.userServiceAccountMapping = buildUnnamed3290();
+ o.userServiceAccountMapping = buildUnnamed3298();
}
buildCounterIdentityConfig--;
return o;
@@ -1406,7 +1406,7 @@
void checkIdentityConfig(api.IdentityConfig o) {
buildCounterIdentityConfig++;
if (buildCounterIdentityConfig < 3) {
- checkUnnamed3290(o.userServiceAccountMapping!);
+ checkUnnamed3298(o.userServiceAccountMapping!);
}
buildCounterIdentityConfig--;
}
@@ -1472,27 +1472,27 @@
buildCounterInstanceGroupAutoscalingPolicyConfig--;
}
-core.List<api.AcceleratorConfig> buildUnnamed3291() {
+core.List<api.AcceleratorConfig> buildUnnamed3299() {
var o = <api.AcceleratorConfig>[];
o.add(buildAcceleratorConfig());
o.add(buildAcceleratorConfig());
return o;
}
-void checkUnnamed3291(core.List<api.AcceleratorConfig> o) {
+void checkUnnamed3299(core.List<api.AcceleratorConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAcceleratorConfig(o[0] as api.AcceleratorConfig);
checkAcceleratorConfig(o[1] as api.AcceleratorConfig);
}
-core.List<core.String> buildUnnamed3292() {
+core.List<core.String> buildUnnamed3300() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3292(core.List<core.String> o) {
+void checkUnnamed3300(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1504,14 +1504,14 @@
);
}
-core.List<api.InstanceReference> buildUnnamed3293() {
+core.List<api.InstanceReference> buildUnnamed3301() {
var o = <api.InstanceReference>[];
o.add(buildInstanceReference());
o.add(buildInstanceReference());
return o;
}
-void checkUnnamed3293(core.List<api.InstanceReference> o) {
+void checkUnnamed3301(core.List<api.InstanceReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstanceReference(o[0] as api.InstanceReference);
checkInstanceReference(o[1] as api.InstanceReference);
@@ -1522,11 +1522,11 @@
var o = api.InstanceGroupConfig();
buildCounterInstanceGroupConfig++;
if (buildCounterInstanceGroupConfig < 3) {
- o.accelerators = buildUnnamed3291();
+ o.accelerators = buildUnnamed3299();
o.diskConfig = buildDiskConfig();
o.imageUri = 'foo';
- o.instanceNames = buildUnnamed3292();
- o.instanceReferences = buildUnnamed3293();
+ o.instanceNames = buildUnnamed3300();
+ o.instanceReferences = buildUnnamed3301();
o.isPreemptible = true;
o.machineTypeUri = 'foo';
o.managedGroupConfig = buildManagedGroupConfig();
@@ -1541,14 +1541,14 @@
void checkInstanceGroupConfig(api.InstanceGroupConfig o) {
buildCounterInstanceGroupConfig++;
if (buildCounterInstanceGroupConfig < 3) {
- checkUnnamed3291(o.accelerators!);
+ checkUnnamed3299(o.accelerators!);
checkDiskConfig(o.diskConfig! as api.DiskConfig);
unittest.expect(
o.imageUri!,
unittest.equals('foo'),
);
- checkUnnamed3292(o.instanceNames!);
- checkUnnamed3293(o.instanceReferences!);
+ checkUnnamed3300(o.instanceNames!);
+ checkUnnamed3301(o.instanceReferences!);
unittest.expect(o.isPreemptible!, unittest.isTrue);
unittest.expect(
o.machineTypeUri!,
@@ -1608,14 +1608,14 @@
buildCounterInstanceReference--;
}
-core.Map<core.String, core.String> buildUnnamed3294() {
+core.Map<core.String, core.String> buildUnnamed3302() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3294(core.Map<core.String, core.String> o) {
+void checkUnnamed3302(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1633,7 +1633,7 @@
var o = api.InstantiateWorkflowTemplateRequest();
buildCounterInstantiateWorkflowTemplateRequest++;
if (buildCounterInstantiateWorkflowTemplateRequest < 3) {
- o.parameters = buildUnnamed3294();
+ o.parameters = buildUnnamed3302();
o.requestId = 'foo';
o.version = 42;
}
@@ -1645,7 +1645,7 @@
api.InstantiateWorkflowTemplateRequest o) {
buildCounterInstantiateWorkflowTemplateRequest++;
if (buildCounterInstantiateWorkflowTemplateRequest < 3) {
- checkUnnamed3294(o.parameters!);
+ checkUnnamed3302(o.parameters!);
unittest.expect(
o.requestId!,
unittest.equals('foo'),
@@ -1658,14 +1658,14 @@
buildCounterInstantiateWorkflowTemplateRequest--;
}
-core.Map<core.String, core.String> buildUnnamed3295() {
+core.Map<core.String, core.String> buildUnnamed3303() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3295(core.Map<core.String, core.String> o) {
+void checkUnnamed3303(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1677,27 +1677,27 @@
);
}
-core.List<api.JobStatus> buildUnnamed3296() {
+core.List<api.JobStatus> buildUnnamed3304() {
var o = <api.JobStatus>[];
o.add(buildJobStatus());
o.add(buildJobStatus());
return o;
}
-void checkUnnamed3296(core.List<api.JobStatus> o) {
+void checkUnnamed3304(core.List<api.JobStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkJobStatus(o[0] as api.JobStatus);
checkJobStatus(o[1] as api.JobStatus);
}
-core.List<api.YarnApplication> buildUnnamed3297() {
+core.List<api.YarnApplication> buildUnnamed3305() {
var o = <api.YarnApplication>[];
o.add(buildYarnApplication());
o.add(buildYarnApplication());
return o;
}
-void checkUnnamed3297(core.List<api.YarnApplication> o) {
+void checkUnnamed3305(core.List<api.YarnApplication> o) {
unittest.expect(o, unittest.hasLength(2));
checkYarnApplication(o[0] as api.YarnApplication);
checkYarnApplication(o[1] as api.YarnApplication);
@@ -1714,7 +1714,7 @@
o.hadoopJob = buildHadoopJob();
o.hiveJob = buildHiveJob();
o.jobUuid = 'foo';
- o.labels = buildUnnamed3295();
+ o.labels = buildUnnamed3303();
o.pigJob = buildPigJob();
o.placement = buildJobPlacement();
o.prestoJob = buildPrestoJob();
@@ -1725,8 +1725,8 @@
o.sparkRJob = buildSparkRJob();
o.sparkSqlJob = buildSparkSqlJob();
o.status = buildJobStatus();
- o.statusHistory = buildUnnamed3296();
- o.yarnApplications = buildUnnamed3297();
+ o.statusHistory = buildUnnamed3304();
+ o.yarnApplications = buildUnnamed3305();
}
buildCounterJob--;
return o;
@@ -1750,7 +1750,7 @@
o.jobUuid!,
unittest.equals('foo'),
);
- checkUnnamed3295(o.labels!);
+ checkUnnamed3303(o.labels!);
checkPigJob(o.pigJob! as api.PigJob);
checkJobPlacement(o.placement! as api.JobPlacement);
checkPrestoJob(o.prestoJob! as api.PrestoJob);
@@ -1761,8 +1761,8 @@
checkSparkRJob(o.sparkRJob! as api.SparkRJob);
checkSparkSqlJob(o.sparkSqlJob! as api.SparkSqlJob);
checkJobStatus(o.status! as api.JobStatus);
- checkUnnamed3296(o.statusHistory!);
- checkUnnamed3297(o.yarnApplications!);
+ checkUnnamed3304(o.statusHistory!);
+ checkUnnamed3305(o.yarnApplications!);
}
buildCounterJob--;
}
@@ -1801,14 +1801,14 @@
buildCounterJobMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed3298() {
+core.Map<core.String, core.String> buildUnnamed3306() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3298(core.Map<core.String, core.String> o) {
+void checkUnnamed3306(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1825,7 +1825,7 @@
var o = api.JobPlacement();
buildCounterJobPlacement++;
if (buildCounterJobPlacement < 3) {
- o.clusterLabels = buildUnnamed3298();
+ o.clusterLabels = buildUnnamed3306();
o.clusterName = 'foo';
o.clusterUuid = 'foo';
}
@@ -1836,7 +1836,7 @@
void checkJobPlacement(api.JobPlacement o) {
buildCounterJobPlacement++;
if (buildCounterJobPlacement < 3) {
- checkUnnamed3298(o.clusterLabels!);
+ checkUnnamed3306(o.clusterLabels!);
unittest.expect(
o.clusterName!,
unittest.equals('foo'),
@@ -2066,14 +2066,14 @@
buildCounterLifecycleConfig--;
}
-core.List<api.AutoscalingPolicy> buildUnnamed3299() {
+core.List<api.AutoscalingPolicy> buildUnnamed3307() {
var o = <api.AutoscalingPolicy>[];
o.add(buildAutoscalingPolicy());
o.add(buildAutoscalingPolicy());
return o;
}
-void checkUnnamed3299(core.List<api.AutoscalingPolicy> o) {
+void checkUnnamed3307(core.List<api.AutoscalingPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkAutoscalingPolicy(o[0] as api.AutoscalingPolicy);
checkAutoscalingPolicy(o[1] as api.AutoscalingPolicy);
@@ -2085,7 +2085,7 @@
buildCounterListAutoscalingPoliciesResponse++;
if (buildCounterListAutoscalingPoliciesResponse < 3) {
o.nextPageToken = 'foo';
- o.policies = buildUnnamed3299();
+ o.policies = buildUnnamed3307();
}
buildCounterListAutoscalingPoliciesResponse--;
return o;
@@ -2099,19 +2099,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3299(o.policies!);
+ checkUnnamed3307(o.policies!);
}
buildCounterListAutoscalingPoliciesResponse--;
}
-core.List<api.Cluster> buildUnnamed3300() {
+core.List<api.Cluster> buildUnnamed3308() {
var o = <api.Cluster>[];
o.add(buildCluster());
o.add(buildCluster());
return o;
}
-void checkUnnamed3300(core.List<api.Cluster> o) {
+void checkUnnamed3308(core.List<api.Cluster> o) {
unittest.expect(o, unittest.hasLength(2));
checkCluster(o[0] as api.Cluster);
checkCluster(o[1] as api.Cluster);
@@ -2122,7 +2122,7 @@
var o = api.ListClustersResponse();
buildCounterListClustersResponse++;
if (buildCounterListClustersResponse < 3) {
- o.clusters = buildUnnamed3300();
+ o.clusters = buildUnnamed3308();
o.nextPageToken = 'foo';
}
buildCounterListClustersResponse--;
@@ -2132,7 +2132,7 @@
void checkListClustersResponse(api.ListClustersResponse o) {
buildCounterListClustersResponse++;
if (buildCounterListClustersResponse < 3) {
- checkUnnamed3300(o.clusters!);
+ checkUnnamed3308(o.clusters!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2141,14 +2141,14 @@
buildCounterListClustersResponse--;
}
-core.List<api.Job> buildUnnamed3301() {
+core.List<api.Job> buildUnnamed3309() {
var o = <api.Job>[];
o.add(buildJob());
o.add(buildJob());
return o;
}
-void checkUnnamed3301(core.List<api.Job> o) {
+void checkUnnamed3309(core.List<api.Job> o) {
unittest.expect(o, unittest.hasLength(2));
checkJob(o[0] as api.Job);
checkJob(o[1] as api.Job);
@@ -2159,7 +2159,7 @@
var o = api.ListJobsResponse();
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- o.jobs = buildUnnamed3301();
+ o.jobs = buildUnnamed3309();
o.nextPageToken = 'foo';
}
buildCounterListJobsResponse--;
@@ -2169,7 +2169,7 @@
void checkListJobsResponse(api.ListJobsResponse o) {
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- checkUnnamed3301(o.jobs!);
+ checkUnnamed3309(o.jobs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2178,14 +2178,14 @@
buildCounterListJobsResponse--;
}
-core.List<api.Operation> buildUnnamed3302() {
+core.List<api.Operation> buildUnnamed3310() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed3302(core.List<api.Operation> o) {
+void checkUnnamed3310(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -2197,7 +2197,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed3302();
+ o.operations = buildUnnamed3310();
}
buildCounterListOperationsResponse--;
return o;
@@ -2210,19 +2210,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3302(o.operations!);
+ checkUnnamed3310(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.WorkflowTemplate> buildUnnamed3303() {
+core.List<api.WorkflowTemplate> buildUnnamed3311() {
var o = <api.WorkflowTemplate>[];
o.add(buildWorkflowTemplate());
o.add(buildWorkflowTemplate());
return o;
}
-void checkUnnamed3303(core.List<api.WorkflowTemplate> o) {
+void checkUnnamed3311(core.List<api.WorkflowTemplate> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkflowTemplate(o[0] as api.WorkflowTemplate);
checkWorkflowTemplate(o[1] as api.WorkflowTemplate);
@@ -2234,7 +2234,7 @@
buildCounterListWorkflowTemplatesResponse++;
if (buildCounterListWorkflowTemplatesResponse < 3) {
o.nextPageToken = 'foo';
- o.templates = buildUnnamed3303();
+ o.templates = buildUnnamed3311();
}
buildCounterListWorkflowTemplatesResponse--;
return o;
@@ -2247,19 +2247,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3303(o.templates!);
+ checkUnnamed3311(o.templates!);
}
buildCounterListWorkflowTemplatesResponse--;
}
-core.Map<core.String, core.String> buildUnnamed3304() {
+core.Map<core.String, core.String> buildUnnamed3312() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3304(core.Map<core.String, core.String> o) {
+void checkUnnamed3312(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2276,7 +2276,7 @@
var o = api.LoggingConfig();
buildCounterLoggingConfig++;
if (buildCounterLoggingConfig < 3) {
- o.driverLogLevels = buildUnnamed3304();
+ o.driverLogLevels = buildUnnamed3312();
}
buildCounterLoggingConfig--;
return o;
@@ -2285,19 +2285,19 @@
void checkLoggingConfig(api.LoggingConfig o) {
buildCounterLoggingConfig++;
if (buildCounterLoggingConfig < 3) {
- checkUnnamed3304(o.driverLogLevels!);
+ checkUnnamed3312(o.driverLogLevels!);
}
buildCounterLoggingConfig--;
}
-core.Map<core.String, core.String> buildUnnamed3305() {
+core.Map<core.String, core.String> buildUnnamed3313() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3305(core.Map<core.String, core.String> o) {
+void checkUnnamed3313(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2316,7 +2316,7 @@
if (buildCounterManagedCluster < 3) {
o.clusterName = 'foo';
o.config = buildClusterConfig();
- o.labels = buildUnnamed3305();
+ o.labels = buildUnnamed3313();
}
buildCounterManagedCluster--;
return o;
@@ -2330,7 +2330,7 @@
unittest.equals('foo'),
);
checkClusterConfig(o.config! as api.ClusterConfig);
- checkUnnamed3305(o.labels!);
+ checkUnnamed3313(o.labels!);
}
buildCounterManagedCluster--;
}
@@ -2460,7 +2460,7 @@
buildCounterNodeInitializationAction--;
}
-core.Map<core.String, core.Object> buildUnnamed3306() {
+core.Map<core.String, core.Object> buildUnnamed3314() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2475,7 +2475,7 @@
return o;
}
-void checkUnnamed3306(core.Map<core.String, core.Object> o) {
+void checkUnnamed3314(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2507,7 +2507,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3307() {
+core.Map<core.String, core.Object> buildUnnamed3315() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2522,7 +2522,7 @@
return o;
}
-void checkUnnamed3307(core.Map<core.String, core.Object> o) {
+void checkUnnamed3315(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -2561,9 +2561,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3306();
+ o.metadata = buildUnnamed3314();
o.name = 'foo';
- o.response = buildUnnamed3307();
+ o.response = buildUnnamed3315();
}
buildCounterOperation--;
return o;
@@ -2574,24 +2574,24 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3306(o.metadata!);
+ checkUnnamed3314(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3307(o.response!);
+ checkUnnamed3315(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.String> buildUnnamed3308() {
+core.Map<core.String, core.String> buildUnnamed3316() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3308(core.Map<core.String, core.String> o) {
+void checkUnnamed3316(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2603,14 +2603,14 @@
);
}
-core.List<core.String> buildUnnamed3309() {
+core.List<core.String> buildUnnamed3317() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3309(core.List<core.String> o) {
+void checkUnnamed3317(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2629,9 +2629,9 @@
if (buildCounterOrderedJob < 3) {
o.hadoopJob = buildHadoopJob();
o.hiveJob = buildHiveJob();
- o.labels = buildUnnamed3308();
+ o.labels = buildUnnamed3316();
o.pigJob = buildPigJob();
- o.prerequisiteStepIds = buildUnnamed3309();
+ o.prerequisiteStepIds = buildUnnamed3317();
o.prestoJob = buildPrestoJob();
o.pysparkJob = buildPySparkJob();
o.scheduling = buildJobScheduling();
@@ -2649,9 +2649,9 @@
if (buildCounterOrderedJob < 3) {
checkHadoopJob(o.hadoopJob! as api.HadoopJob);
checkHiveJob(o.hiveJob! as api.HiveJob);
- checkUnnamed3308(o.labels!);
+ checkUnnamed3316(o.labels!);
checkPigJob(o.pigJob! as api.PigJob);
- checkUnnamed3309(o.prerequisiteStepIds!);
+ checkUnnamed3317(o.prerequisiteStepIds!);
checkPrestoJob(o.prestoJob! as api.PrestoJob);
checkPySparkJob(o.pysparkJob! as api.PySparkJob);
checkJobScheduling(o.scheduling! as api.JobScheduling);
@@ -2687,252 +2687,6 @@
buildCounterParameterValidation--;
}
-core.List<core.String> buildUnnamed3310() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3310(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'),
- );
-}
-
-core.Map<core.String, core.String> buildUnnamed3311() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed3311(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
-core.Map<core.String, core.String> buildUnnamed3312() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed3312(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterPigJob = 0;
-api.PigJob buildPigJob() {
- var o = api.PigJob();
- buildCounterPigJob++;
- if (buildCounterPigJob < 3) {
- o.continueOnFailure = true;
- o.jarFileUris = buildUnnamed3310();
- o.loggingConfig = buildLoggingConfig();
- o.properties = buildUnnamed3311();
- o.queryFileUri = 'foo';
- o.queryList = buildQueryList();
- o.scriptVariables = buildUnnamed3312();
- }
- buildCounterPigJob--;
- return o;
-}
-
-void checkPigJob(api.PigJob o) {
- buildCounterPigJob++;
- if (buildCounterPigJob < 3) {
- unittest.expect(o.continueOnFailure!, unittest.isTrue);
- checkUnnamed3310(o.jarFileUris!);
- checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
- checkUnnamed3311(o.properties!);
- unittest.expect(
- o.queryFileUri!,
- unittest.equals('foo'),
- );
- checkQueryList(o.queryList! as api.QueryList);
- checkUnnamed3312(o.scriptVariables!);
- }
- buildCounterPigJob--;
-}
-
-core.List<api.Binding> buildUnnamed3313() {
- var o = <api.Binding>[];
- o.add(buildBinding());
- o.add(buildBinding());
- return o;
-}
-
-void checkUnnamed3313(core.List<api.Binding> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkBinding(o[0] as api.Binding);
- checkBinding(o[1] as api.Binding);
-}
-
-core.int buildCounterPolicy = 0;
-api.Policy buildPolicy() {
- var o = api.Policy();
- buildCounterPolicy++;
- if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed3313();
- o.etag = 'foo';
- o.version = 42;
- }
- buildCounterPolicy--;
- return o;
-}
-
-void checkPolicy(api.Policy o) {
- buildCounterPolicy++;
- if (buildCounterPolicy < 3) {
- checkUnnamed3313(o.bindings!);
- unittest.expect(
- o.etag!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.version!,
- unittest.equals(42),
- );
- }
- buildCounterPolicy--;
-}
-
-core.List<core.String> buildUnnamed3314() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3314(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'),
- );
-}
-
-core.Map<core.String, core.String> buildUnnamed3315() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed3315(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterPrestoJob = 0;
-api.PrestoJob buildPrestoJob() {
- var o = api.PrestoJob();
- buildCounterPrestoJob++;
- if (buildCounterPrestoJob < 3) {
- o.clientTags = buildUnnamed3314();
- o.continueOnFailure = true;
- o.loggingConfig = buildLoggingConfig();
- o.outputFormat = 'foo';
- o.properties = buildUnnamed3315();
- o.queryFileUri = 'foo';
- o.queryList = buildQueryList();
- }
- buildCounterPrestoJob--;
- return o;
-}
-
-void checkPrestoJob(api.PrestoJob o) {
- buildCounterPrestoJob++;
- if (buildCounterPrestoJob < 3) {
- checkUnnamed3314(o.clientTags!);
- unittest.expect(o.continueOnFailure!, unittest.isTrue);
- checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
- unittest.expect(
- o.outputFormat!,
- unittest.equals('foo'),
- );
- checkUnnamed3315(o.properties!);
- unittest.expect(
- o.queryFileUri!,
- unittest.equals('foo'),
- );
- checkQueryList(o.queryList! as api.QueryList);
- }
- buildCounterPrestoJob--;
-}
-
-core.List<core.String> buildUnnamed3316() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3316(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3317() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3317(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'),
- );
-}
-
core.List<core.String> buildUnnamed3318() {
var o = <core.String>[];
o.add('foo');
@@ -2952,21 +2706,21 @@
);
}
-core.List<core.String> buildUnnamed3319() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
+core.Map<core.String, core.String> buildUnnamed3319() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
return o;
}
-void checkUnnamed3319(core.List<core.String> o) {
+void checkUnnamed3319(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
- o[0],
+ o['x']!,
unittest.equals('foo'),
);
unittest.expect(
- o[1],
+ o['y']!,
unittest.equals('foo'),
);
}
@@ -2990,59 +2744,80 @@
);
}
-core.List<core.String> buildUnnamed3321() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3321(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'),
- );
-}
-
-core.int buildCounterPySparkJob = 0;
-api.PySparkJob buildPySparkJob() {
- var o = api.PySparkJob();
- buildCounterPySparkJob++;
- if (buildCounterPySparkJob < 3) {
- o.archiveUris = buildUnnamed3316();
- o.args = buildUnnamed3317();
- o.fileUris = buildUnnamed3318();
- o.jarFileUris = buildUnnamed3319();
+core.int buildCounterPigJob = 0;
+api.PigJob buildPigJob() {
+ var o = api.PigJob();
+ buildCounterPigJob++;
+ if (buildCounterPigJob < 3) {
+ o.continueOnFailure = true;
+ o.jarFileUris = buildUnnamed3318();
o.loggingConfig = buildLoggingConfig();
- o.mainPythonFileUri = 'foo';
- o.properties = buildUnnamed3320();
- o.pythonFileUris = buildUnnamed3321();
+ o.properties = buildUnnamed3319();
+ o.queryFileUri = 'foo';
+ o.queryList = buildQueryList();
+ o.scriptVariables = buildUnnamed3320();
}
- buildCounterPySparkJob--;
+ buildCounterPigJob--;
return o;
}
-void checkPySparkJob(api.PySparkJob o) {
- buildCounterPySparkJob++;
- if (buildCounterPySparkJob < 3) {
- checkUnnamed3316(o.archiveUris!);
- checkUnnamed3317(o.args!);
- checkUnnamed3318(o.fileUris!);
- checkUnnamed3319(o.jarFileUris!);
+void checkPigJob(api.PigJob o) {
+ buildCounterPigJob++;
+ if (buildCounterPigJob < 3) {
+ unittest.expect(o.continueOnFailure!, unittest.isTrue);
+ checkUnnamed3318(o.jarFileUris!);
checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
+ checkUnnamed3319(o.properties!);
unittest.expect(
- o.mainPythonFileUri!,
+ o.queryFileUri!,
unittest.equals('foo'),
);
- checkUnnamed3320(o.properties!);
- checkUnnamed3321(o.pythonFileUris!);
+ checkQueryList(o.queryList! as api.QueryList);
+ checkUnnamed3320(o.scriptVariables!);
}
- buildCounterPySparkJob--;
+ buildCounterPigJob--;
+}
+
+core.List<api.Binding> buildUnnamed3321() {
+ var o = <api.Binding>[];
+ o.add(buildBinding());
+ o.add(buildBinding());
+ return o;
+}
+
+void checkUnnamed3321(core.List<api.Binding> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkBinding(o[0] as api.Binding);
+ checkBinding(o[1] as api.Binding);
+}
+
+core.int buildCounterPolicy = 0;
+api.Policy buildPolicy() {
+ var o = api.Policy();
+ buildCounterPolicy++;
+ if (buildCounterPolicy < 3) {
+ o.bindings = buildUnnamed3321();
+ o.etag = 'foo';
+ o.version = 42;
+ }
+ buildCounterPolicy--;
+ return o;
+}
+
+void checkPolicy(api.Policy o) {
+ buildCounterPolicy++;
+ if (buildCounterPolicy < 3) {
+ checkUnnamed3321(o.bindings!);
+ unittest.expect(
+ o.etag!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.version!,
+ unittest.equals(42),
+ );
+ }
+ buildCounterPolicy--;
}
core.List<core.String> buildUnnamed3322() {
@@ -3064,61 +2839,60 @@
);
}
-core.int buildCounterQueryList = 0;
-api.QueryList buildQueryList() {
- var o = api.QueryList();
- buildCounterQueryList++;
- if (buildCounterQueryList < 3) {
- o.queries = buildUnnamed3322();
- }
- buildCounterQueryList--;
+core.Map<core.String, core.String> buildUnnamed3323() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
return o;
}
-void checkQueryList(api.QueryList o) {
- buildCounterQueryList++;
- if (buildCounterQueryList < 3) {
- checkUnnamed3322(o.queries!);
- }
- buildCounterQueryList--;
-}
-
-core.List<core.String> buildUnnamed3323() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3323(core.List<core.String> o) {
+void checkUnnamed3323(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
- o[0],
+ o['x']!,
unittest.equals('foo'),
);
unittest.expect(
- o[1],
+ o['y']!,
unittest.equals('foo'),
);
}
-core.int buildCounterRegexValidation = 0;
-api.RegexValidation buildRegexValidation() {
- var o = api.RegexValidation();
- buildCounterRegexValidation++;
- if (buildCounterRegexValidation < 3) {
- o.regexes = buildUnnamed3323();
+core.int buildCounterPrestoJob = 0;
+api.PrestoJob buildPrestoJob() {
+ var o = api.PrestoJob();
+ buildCounterPrestoJob++;
+ if (buildCounterPrestoJob < 3) {
+ o.clientTags = buildUnnamed3322();
+ o.continueOnFailure = true;
+ o.loggingConfig = buildLoggingConfig();
+ o.outputFormat = 'foo';
+ o.properties = buildUnnamed3323();
+ o.queryFileUri = 'foo';
+ o.queryList = buildQueryList();
}
- buildCounterRegexValidation--;
+ buildCounterPrestoJob--;
return o;
}
-void checkRegexValidation(api.RegexValidation o) {
- buildCounterRegexValidation++;
- if (buildCounterRegexValidation < 3) {
- checkUnnamed3323(o.regexes!);
+void checkPrestoJob(api.PrestoJob o) {
+ buildCounterPrestoJob++;
+ if (buildCounterPrestoJob < 3) {
+ checkUnnamed3322(o.clientTags!);
+ unittest.expect(o.continueOnFailure!, unittest.isTrue);
+ checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
+ unittest.expect(
+ o.outputFormat!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed3323(o.properties!);
+ unittest.expect(
+ o.queryFileUri!,
+ unittest.equals('foo'),
+ );
+ checkQueryList(o.queryList! as api.QueryList);
}
- buildCounterRegexValidation--;
+ buildCounterPrestoJob--;
}
core.List<core.String> buildUnnamed3324() {
@@ -3140,6 +2914,259 @@
);
}
+core.List<core.String> buildUnnamed3325() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3325(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3326() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3326(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3327() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3327(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'),
+ );
+}
+
+core.Map<core.String, core.String> buildUnnamed3328() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed3328(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.String> buildUnnamed3329() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3329(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'),
+ );
+}
+
+core.int buildCounterPySparkJob = 0;
+api.PySparkJob buildPySparkJob() {
+ var o = api.PySparkJob();
+ buildCounterPySparkJob++;
+ if (buildCounterPySparkJob < 3) {
+ o.archiveUris = buildUnnamed3324();
+ o.args = buildUnnamed3325();
+ o.fileUris = buildUnnamed3326();
+ o.jarFileUris = buildUnnamed3327();
+ o.loggingConfig = buildLoggingConfig();
+ o.mainPythonFileUri = 'foo';
+ o.properties = buildUnnamed3328();
+ o.pythonFileUris = buildUnnamed3329();
+ }
+ buildCounterPySparkJob--;
+ return o;
+}
+
+void checkPySparkJob(api.PySparkJob o) {
+ buildCounterPySparkJob++;
+ if (buildCounterPySparkJob < 3) {
+ checkUnnamed3324(o.archiveUris!);
+ checkUnnamed3325(o.args!);
+ checkUnnamed3326(o.fileUris!);
+ checkUnnamed3327(o.jarFileUris!);
+ checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
+ unittest.expect(
+ o.mainPythonFileUri!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed3328(o.properties!);
+ checkUnnamed3329(o.pythonFileUris!);
+ }
+ buildCounterPySparkJob--;
+}
+
+core.List<core.String> buildUnnamed3330() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3330(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'),
+ );
+}
+
+core.int buildCounterQueryList = 0;
+api.QueryList buildQueryList() {
+ var o = api.QueryList();
+ buildCounterQueryList++;
+ if (buildCounterQueryList < 3) {
+ o.queries = buildUnnamed3330();
+ }
+ buildCounterQueryList--;
+ return o;
+}
+
+void checkQueryList(api.QueryList o) {
+ buildCounterQueryList++;
+ if (buildCounterQueryList < 3) {
+ checkUnnamed3330(o.queries!);
+ }
+ buildCounterQueryList--;
+}
+
+core.List<core.String> buildUnnamed3331() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3331(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'),
+ );
+}
+
+core.int buildCounterRegexValidation = 0;
+api.RegexValidation buildRegexValidation() {
+ var o = api.RegexValidation();
+ buildCounterRegexValidation++;
+ if (buildCounterRegexValidation < 3) {
+ o.regexes = buildUnnamed3331();
+ }
+ buildCounterRegexValidation--;
+ return o;
+}
+
+void checkRegexValidation(api.RegexValidation o) {
+ buildCounterRegexValidation++;
+ if (buildCounterRegexValidation < 3) {
+ checkUnnamed3331(o.regexes!);
+ }
+ buildCounterRegexValidation--;
+}
+
+core.int buildCounterRepairClusterRequest = 0;
+api.RepairClusterRequest buildRepairClusterRequest() {
+ var o = api.RepairClusterRequest();
+ buildCounterRepairClusterRequest++;
+ if (buildCounterRepairClusterRequest < 3) {
+ o.clusterUuid = 'foo';
+ o.requestId = 'foo';
+ }
+ buildCounterRepairClusterRequest--;
+ return o;
+}
+
+void checkRepairClusterRequest(api.RepairClusterRequest o) {
+ buildCounterRepairClusterRequest++;
+ if (buildCounterRepairClusterRequest < 3) {
+ unittest.expect(
+ o.clusterUuid!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.requestId!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterRepairClusterRequest--;
+}
+
+core.List<core.String> buildUnnamed3332() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3332(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'),
+ );
+}
+
core.int buildCounterReservationAffinity = 0;
api.ReservationAffinity buildReservationAffinity() {
var o = api.ReservationAffinity();
@@ -3147,7 +3174,7 @@
if (buildCounterReservationAffinity < 3) {
o.consumeReservationType = 'foo';
o.key = 'foo';
- o.values = buildUnnamed3324();
+ o.values = buildUnnamed3332();
}
buildCounterReservationAffinity--;
return o;
@@ -3164,7 +3191,7 @@
o.key!,
unittest.equals('foo'),
);
- checkUnnamed3324(o.values!);
+ checkUnnamed3332(o.values!);
}
buildCounterReservationAffinity--;
}
@@ -3232,223 +3259,6 @@
buildCounterShieldedInstanceConfig--;
}
-core.List<core.String> buildUnnamed3325() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3325(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'),
- );
-}
-
-core.Map<core.String, core.String> buildUnnamed3326() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed3326(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterSoftwareConfig = 0;
-api.SoftwareConfig buildSoftwareConfig() {
- var o = api.SoftwareConfig();
- buildCounterSoftwareConfig++;
- if (buildCounterSoftwareConfig < 3) {
- o.imageVersion = 'foo';
- o.optionalComponents = buildUnnamed3325();
- o.properties = buildUnnamed3326();
- }
- buildCounterSoftwareConfig--;
- return o;
-}
-
-void checkSoftwareConfig(api.SoftwareConfig o) {
- buildCounterSoftwareConfig++;
- if (buildCounterSoftwareConfig < 3) {
- unittest.expect(
- o.imageVersion!,
- unittest.equals('foo'),
- );
- checkUnnamed3325(o.optionalComponents!);
- checkUnnamed3326(o.properties!);
- }
- buildCounterSoftwareConfig--;
-}
-
-core.List<core.String> buildUnnamed3327() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3327(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3328() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3328(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3329() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3329(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3330() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3330(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'),
- );
-}
-
-core.Map<core.String, core.String> buildUnnamed3331() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed3331(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
-core.int buildCounterSparkJob = 0;
-api.SparkJob buildSparkJob() {
- var o = api.SparkJob();
- buildCounterSparkJob++;
- if (buildCounterSparkJob < 3) {
- o.archiveUris = buildUnnamed3327();
- o.args = buildUnnamed3328();
- o.fileUris = buildUnnamed3329();
- o.jarFileUris = buildUnnamed3330();
- o.loggingConfig = buildLoggingConfig();
- o.mainClass = 'foo';
- o.mainJarFileUri = 'foo';
- o.properties = buildUnnamed3331();
- }
- buildCounterSparkJob--;
- return o;
-}
-
-void checkSparkJob(api.SparkJob o) {
- buildCounterSparkJob++;
- if (buildCounterSparkJob < 3) {
- checkUnnamed3327(o.archiveUris!);
- checkUnnamed3328(o.args!);
- checkUnnamed3329(o.fileUris!);
- checkUnnamed3330(o.jarFileUris!);
- checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
- unittest.expect(
- o.mainClass!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.mainJarFileUri!,
- unittest.equals('foo'),
- );
- checkUnnamed3331(o.properties!);
- }
- buildCounterSparkJob--;
-}
-
-core.List<core.String> buildUnnamed3332() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3332(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'),
- );
-}
-
core.List<core.String> buildUnnamed3333() {
var o = <core.String>[];
o.add('foo');
@@ -3468,33 +3278,14 @@
);
}
-core.List<core.String> buildUnnamed3334() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3334(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'),
- );
-}
-
-core.Map<core.String, core.String> buildUnnamed3335() {
+core.Map<core.String, core.String> buildUnnamed3334() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3335(core.Map<core.String, core.String> o) {
+void checkUnnamed3334(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3506,36 +3297,49 @@
);
}
-core.int buildCounterSparkRJob = 0;
-api.SparkRJob buildSparkRJob() {
- var o = api.SparkRJob();
- buildCounterSparkRJob++;
- if (buildCounterSparkRJob < 3) {
- o.archiveUris = buildUnnamed3332();
- o.args = buildUnnamed3333();
- o.fileUris = buildUnnamed3334();
- o.loggingConfig = buildLoggingConfig();
- o.mainRFileUri = 'foo';
- o.properties = buildUnnamed3335();
+core.int buildCounterSoftwareConfig = 0;
+api.SoftwareConfig buildSoftwareConfig() {
+ var o = api.SoftwareConfig();
+ buildCounterSoftwareConfig++;
+ if (buildCounterSoftwareConfig < 3) {
+ o.imageVersion = 'foo';
+ o.optionalComponents = buildUnnamed3333();
+ o.properties = buildUnnamed3334();
}
- buildCounterSparkRJob--;
+ buildCounterSoftwareConfig--;
return o;
}
-void checkSparkRJob(api.SparkRJob o) {
- buildCounterSparkRJob++;
- if (buildCounterSparkRJob < 3) {
- checkUnnamed3332(o.archiveUris!);
- checkUnnamed3333(o.args!);
- checkUnnamed3334(o.fileUris!);
- checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
+void checkSoftwareConfig(api.SoftwareConfig o) {
+ buildCounterSoftwareConfig++;
+ if (buildCounterSoftwareConfig < 3) {
unittest.expect(
- o.mainRFileUri!,
+ o.imageVersion!,
unittest.equals('foo'),
);
- checkUnnamed3335(o.properties!);
+ checkUnnamed3333(o.optionalComponents!);
+ checkUnnamed3334(o.properties!);
}
- buildCounterSparkRJob--;
+ buildCounterSoftwareConfig--;
+}
+
+core.List<core.String> buildUnnamed3335() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3335(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'),
+ );
}
core.List<core.String> buildUnnamed3336() {
@@ -3557,14 +3361,52 @@
);
}
-core.Map<core.String, core.String> buildUnnamed3337() {
+core.List<core.String> buildUnnamed3337() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3337(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3338() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3338(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'),
+ );
+}
+
+core.Map<core.String, core.String> buildUnnamed3339() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3337(core.Map<core.String, core.String> o) {
+void checkUnnamed3339(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3576,14 +3418,199 @@
);
}
-core.Map<core.String, core.String> buildUnnamed3338() {
+core.int buildCounterSparkJob = 0;
+api.SparkJob buildSparkJob() {
+ var o = api.SparkJob();
+ buildCounterSparkJob++;
+ if (buildCounterSparkJob < 3) {
+ o.archiveUris = buildUnnamed3335();
+ o.args = buildUnnamed3336();
+ o.fileUris = buildUnnamed3337();
+ o.jarFileUris = buildUnnamed3338();
+ o.loggingConfig = buildLoggingConfig();
+ o.mainClass = 'foo';
+ o.mainJarFileUri = 'foo';
+ o.properties = buildUnnamed3339();
+ }
+ buildCounterSparkJob--;
+ return o;
+}
+
+void checkSparkJob(api.SparkJob o) {
+ buildCounterSparkJob++;
+ if (buildCounterSparkJob < 3) {
+ checkUnnamed3335(o.archiveUris!);
+ checkUnnamed3336(o.args!);
+ checkUnnamed3337(o.fileUris!);
+ checkUnnamed3338(o.jarFileUris!);
+ checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
+ unittest.expect(
+ o.mainClass!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.mainJarFileUri!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed3339(o.properties!);
+ }
+ buildCounterSparkJob--;
+}
+
+core.List<core.String> buildUnnamed3340() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3340(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3341() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3341(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3342() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3342(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'),
+ );
+}
+
+core.Map<core.String, core.String> buildUnnamed3343() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3338(core.Map<core.String, core.String> o) {
+void checkUnnamed3343(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
+core.int buildCounterSparkRJob = 0;
+api.SparkRJob buildSparkRJob() {
+ var o = api.SparkRJob();
+ buildCounterSparkRJob++;
+ if (buildCounterSparkRJob < 3) {
+ o.archiveUris = buildUnnamed3340();
+ o.args = buildUnnamed3341();
+ o.fileUris = buildUnnamed3342();
+ o.loggingConfig = buildLoggingConfig();
+ o.mainRFileUri = 'foo';
+ o.properties = buildUnnamed3343();
+ }
+ buildCounterSparkRJob--;
+ return o;
+}
+
+void checkSparkRJob(api.SparkRJob o) {
+ buildCounterSparkRJob++;
+ if (buildCounterSparkRJob < 3) {
+ checkUnnamed3340(o.archiveUris!);
+ checkUnnamed3341(o.args!);
+ checkUnnamed3342(o.fileUris!);
+ checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
+ unittest.expect(
+ o.mainRFileUri!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed3343(o.properties!);
+ }
+ buildCounterSparkRJob--;
+}
+
+core.List<core.String> buildUnnamed3344() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3344(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'),
+ );
+}
+
+core.Map<core.String, core.String> buildUnnamed3345() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed3345(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
+core.Map<core.String, core.String> buildUnnamed3346() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed3346(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3600,12 +3627,12 @@
var o = api.SparkSqlJob();
buildCounterSparkSqlJob++;
if (buildCounterSparkSqlJob < 3) {
- o.jarFileUris = buildUnnamed3336();
+ o.jarFileUris = buildUnnamed3344();
o.loggingConfig = buildLoggingConfig();
- o.properties = buildUnnamed3337();
+ o.properties = buildUnnamed3345();
o.queryFileUri = 'foo';
o.queryList = buildQueryList();
- o.scriptVariables = buildUnnamed3338();
+ o.scriptVariables = buildUnnamed3346();
}
buildCounterSparkSqlJob--;
return o;
@@ -3614,15 +3641,15 @@
void checkSparkSqlJob(api.SparkSqlJob o) {
buildCounterSparkSqlJob++;
if (buildCounterSparkSqlJob < 3) {
- checkUnnamed3336(o.jarFileUris!);
+ checkUnnamed3344(o.jarFileUris!);
checkLoggingConfig(o.loggingConfig! as api.LoggingConfig);
- checkUnnamed3337(o.properties!);
+ checkUnnamed3345(o.properties!);
unittest.expect(
o.queryFileUri!,
unittest.equals('foo'),
);
checkQueryList(o.queryList! as api.QueryList);
- checkUnnamed3338(o.scriptVariables!);
+ checkUnnamed3346(o.scriptVariables!);
}
buildCounterSparkSqlJob--;
}
@@ -3654,7 +3681,7 @@
buildCounterStartClusterRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed3339() {
+core.Map<core.String, core.Object> buildUnnamed3347() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3669,7 +3696,7 @@
return o;
}
-void checkUnnamed3339(core.Map<core.String, core.Object> o) {
+void checkUnnamed3347(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -3701,17 +3728,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3340() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3348() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3339());
- o.add(buildUnnamed3339());
+ o.add(buildUnnamed3347());
+ o.add(buildUnnamed3347());
return o;
}
-void checkUnnamed3340(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3348(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3339(o[0]);
- checkUnnamed3339(o[1]);
+ checkUnnamed3347(o[0]);
+ checkUnnamed3347(o[1]);
}
core.int buildCounterStatus = 0;
@@ -3720,7 +3747,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3340();
+ o.details = buildUnnamed3348();
o.message = 'foo';
}
buildCounterStatus--;
@@ -3734,7 +3761,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3340(o.details!);
+ checkUnnamed3348(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -3794,14 +3821,14 @@
buildCounterSubmitJobRequest--;
}
-core.List<core.String> buildUnnamed3341() {
+core.List<core.String> buildUnnamed3349() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3341(core.List<core.String> o) {
+void checkUnnamed3349(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3819,7 +3846,7 @@
buildCounterTemplateParameter++;
if (buildCounterTemplateParameter < 3) {
o.description = 'foo';
- o.fields = buildUnnamed3341();
+ o.fields = buildUnnamed3349();
o.name = 'foo';
o.validation = buildParameterValidation();
}
@@ -3834,7 +3861,7 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed3341(o.fields!);
+ checkUnnamed3349(o.fields!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -3844,14 +3871,14 @@
buildCounterTemplateParameter--;
}
-core.List<core.String> buildUnnamed3342() {
+core.List<core.String> buildUnnamed3350() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3342(core.List<core.String> o) {
+void checkUnnamed3350(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3868,7 +3895,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed3342();
+ o.permissions = buildUnnamed3350();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -3877,19 +3904,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed3342(o.permissions!);
+ checkUnnamed3350(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed3343() {
+core.List<core.String> buildUnnamed3351() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3343(core.List<core.String> o) {
+void checkUnnamed3351(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3906,7 +3933,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed3343();
+ o.permissions = buildUnnamed3351();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -3915,19 +3942,19 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed3343(o.permissions!);
+ checkUnnamed3351(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
-core.List<core.String> buildUnnamed3344() {
+core.List<core.String> buildUnnamed3352() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3344(core.List<core.String> o) {
+void checkUnnamed3352(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3944,7 +3971,7 @@
var o = api.ValueValidation();
buildCounterValueValidation++;
if (buildCounterValueValidation < 3) {
- o.values = buildUnnamed3344();
+ o.values = buildUnnamed3352();
}
buildCounterValueValidation--;
return o;
@@ -3953,19 +3980,19 @@
void checkValueValidation(api.ValueValidation o) {
buildCounterValueValidation++;
if (buildCounterValueValidation < 3) {
- checkUnnamed3344(o.values!);
+ checkUnnamed3352(o.values!);
}
buildCounterValueValidation--;
}
-core.List<api.WorkflowNode> buildUnnamed3345() {
+core.List<api.WorkflowNode> buildUnnamed3353() {
var o = <api.WorkflowNode>[];
o.add(buildWorkflowNode());
o.add(buildWorkflowNode());
return o;
}
-void checkUnnamed3345(core.List<api.WorkflowNode> o) {
+void checkUnnamed3353(core.List<api.WorkflowNode> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkflowNode(o[0] as api.WorkflowNode);
checkWorkflowNode(o[1] as api.WorkflowNode);
@@ -3976,7 +4003,7 @@
var o = api.WorkflowGraph();
buildCounterWorkflowGraph++;
if (buildCounterWorkflowGraph < 3) {
- o.nodes = buildUnnamed3345();
+ o.nodes = buildUnnamed3353();
}
buildCounterWorkflowGraph--;
return o;
@@ -3985,19 +4012,19 @@
void checkWorkflowGraph(api.WorkflowGraph o) {
buildCounterWorkflowGraph++;
if (buildCounterWorkflowGraph < 3) {
- checkUnnamed3345(o.nodes!);
+ checkUnnamed3353(o.nodes!);
}
buildCounterWorkflowGraph--;
}
-core.Map<core.String, core.String> buildUnnamed3346() {
+core.Map<core.String, core.String> buildUnnamed3354() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3346(core.Map<core.String, core.String> o) {
+void checkUnnamed3354(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -4023,7 +4050,7 @@
o.deleteCluster = buildClusterOperation();
o.endTime = 'foo';
o.graph = buildWorkflowGraph();
- o.parameters = buildUnnamed3346();
+ o.parameters = buildUnnamed3354();
o.startTime = 'foo';
o.state = 'foo';
o.template = 'foo';
@@ -4063,7 +4090,7 @@
unittest.equals('foo'),
);
checkWorkflowGraph(o.graph! as api.WorkflowGraph);
- checkUnnamed3346(o.parameters!);
+ checkUnnamed3354(o.parameters!);
unittest.expect(
o.startTime!,
unittest.equals('foo'),
@@ -4084,14 +4111,14 @@
buildCounterWorkflowMetadata--;
}
-core.List<core.String> buildUnnamed3347() {
+core.List<core.String> buildUnnamed3355() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3347(core.List<core.String> o) {
+void checkUnnamed3355(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4110,7 +4137,7 @@
if (buildCounterWorkflowNode < 3) {
o.error = 'foo';
o.jobId = 'foo';
- o.prerequisiteStepIds = buildUnnamed3347();
+ o.prerequisiteStepIds = buildUnnamed3355();
o.state = 'foo';
o.stepId = 'foo';
}
@@ -4129,7 +4156,7 @@
o.jobId!,
unittest.equals('foo'),
);
- checkUnnamed3347(o.prerequisiteStepIds!);
+ checkUnnamed3355(o.prerequisiteStepIds!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -4142,27 +4169,27 @@
buildCounterWorkflowNode--;
}
-core.List<api.OrderedJob> buildUnnamed3348() {
+core.List<api.OrderedJob> buildUnnamed3356() {
var o = <api.OrderedJob>[];
o.add(buildOrderedJob());
o.add(buildOrderedJob());
return o;
}
-void checkUnnamed3348(core.List<api.OrderedJob> o) {
+void checkUnnamed3356(core.List<api.OrderedJob> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderedJob(o[0] as api.OrderedJob);
checkOrderedJob(o[1] as api.OrderedJob);
}
-core.Map<core.String, core.String> buildUnnamed3349() {
+core.Map<core.String, core.String> buildUnnamed3357() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3349(core.Map<core.String, core.String> o) {
+void checkUnnamed3357(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -4174,14 +4201,14 @@
);
}
-core.List<api.TemplateParameter> buildUnnamed3350() {
+core.List<api.TemplateParameter> buildUnnamed3358() {
var o = <api.TemplateParameter>[];
o.add(buildTemplateParameter());
o.add(buildTemplateParameter());
return o;
}
-void checkUnnamed3350(core.List<api.TemplateParameter> o) {
+void checkUnnamed3358(core.List<api.TemplateParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkTemplateParameter(o[0] as api.TemplateParameter);
checkTemplateParameter(o[1] as api.TemplateParameter);
@@ -4195,10 +4222,10 @@
o.createTime = 'foo';
o.dagTimeout = 'foo';
o.id = 'foo';
- o.jobs = buildUnnamed3348();
- o.labels = buildUnnamed3349();
+ o.jobs = buildUnnamed3356();
+ o.labels = buildUnnamed3357();
o.name = 'foo';
- o.parameters = buildUnnamed3350();
+ o.parameters = buildUnnamed3358();
o.placement = buildWorkflowTemplatePlacement();
o.updateTime = 'foo';
o.version = 42;
@@ -4222,13 +4249,13 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed3348(o.jobs!);
- checkUnnamed3349(o.labels!);
+ checkUnnamed3356(o.jobs!);
+ checkUnnamed3357(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3350(o.parameters!);
+ checkUnnamed3358(o.parameters!);
checkWorkflowTemplatePlacement(
o.placement! as api.WorkflowTemplatePlacement);
unittest.expect(
@@ -4954,6 +4981,16 @@
});
});
+ unittest.group('obj-schema-RepairClusterRequest', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildRepairClusterRequest();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.RepairClusterRequest.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkRepairClusterRequest(od as api.RepairClusterRequest);
+ });
+ });
+
unittest.group('obj-schema-ReservationAffinity', () {
unittest.test('to-json--from-json', () async {
var o = buildReservationAffinity();
@@ -7410,6 +7447,108 @@
checkOperation(response as api.Operation);
});
+ unittest.test('method--repair', () async {
+ var mock = HttpServerMock();
+ var res = api.DataprocApi(mock).projects.regions.clusters;
+ var arg_request = buildRepairClusterRequest();
+ var arg_projectId = 'foo';
+ var arg_region = 'foo';
+ var arg_clusterName = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.RepairClusterRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkRepairClusterRequest(obj as api.RepairClusterRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 12),
+ unittest.equals("v1/projects/"),
+ );
+ pathOffset += 12;
+ index = path.indexOf('/regions/', pathOffset);
+ unittest.expect(index >= 0, unittest.isTrue);
+ subPart =
+ core.Uri.decodeQueryComponent(path.substring(pathOffset, index));
+ pathOffset = index;
+ unittest.expect(
+ subPart,
+ unittest.equals('$arg_projectId'),
+ );
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 9),
+ unittest.equals("/regions/"),
+ );
+ pathOffset += 9;
+ index = path.indexOf('/clusters/', pathOffset);
+ unittest.expect(index >= 0, unittest.isTrue);
+ subPart =
+ core.Uri.decodeQueryComponent(path.substring(pathOffset, index));
+ pathOffset = index;
+ unittest.expect(
+ subPart,
+ unittest.equals('$arg_region'),
+ );
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 10),
+ unittest.equals("/clusters/"),
+ );
+ pathOffset += 10;
+ index = path.indexOf(':repair', pathOffset);
+ unittest.expect(index >= 0, unittest.isTrue);
+ subPart =
+ core.Uri.decodeQueryComponent(path.substring(pathOffset, index));
+ pathOffset = index;
+ unittest.expect(
+ subPart,
+ unittest.equals('$arg_clusterName'),
+ );
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 7),
+ unittest.equals(":repair"),
+ );
+ pathOffset += 7;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildOperation());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.repair(
+ arg_request, arg_projectId, arg_region, arg_clusterName,
+ $fields: arg_$fields);
+ checkOperation(response as api.Operation);
+ });
+
unittest.test('method--setIamPolicy', () async {
var mock = HttpServerMock();
var res = api.DataprocApi(mock).projects.regions.clusters;
diff --git a/generated/googleapis/test/deploymentmanager/v2_test.dart b/generated/googleapis/test/deploymentmanager/v2_test.dart
index 971996d..295f3f0 100644
--- a/generated/googleapis/test/deploymentmanager/v2_test.dart
+++ b/generated/googleapis/test/deploymentmanager/v2_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.AuditLogConfig> buildUnnamed5254() {
+core.List<api.AuditLogConfig> buildUnnamed5305() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed5254(core.List<api.AuditLogConfig> o) {
+void checkUnnamed5305(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -45,7 +45,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed5254();
+ o.auditLogConfigs = buildUnnamed5305();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -55,7 +55,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed5254(o.auditLogConfigs!);
+ checkUnnamed5305(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -64,14 +64,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed5255() {
+core.List<core.String> buildUnnamed5306() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5255(core.List<core.String> o) {
+void checkUnnamed5306(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -88,7 +88,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed5255();
+ o.exemptedMembers = buildUnnamed5306();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -98,7 +98,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed5255(o.exemptedMembers!);
+ checkUnnamed5306(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -107,14 +107,14 @@
buildCounterAuditLogConfig--;
}
-core.List<core.String> buildUnnamed5256() {
+core.List<core.String> buildUnnamed5307() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5256(core.List<core.String> o) {
+void checkUnnamed5307(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -132,7 +132,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed5256();
+ o.members = buildUnnamed5307();
o.role = 'foo';
}
buildCounterBinding--;
@@ -143,7 +143,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed5256(o.members!);
+ checkUnnamed5307(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -174,14 +174,14 @@
buildCounterConfigFile--;
}
-core.List<api.DeploymentLabelEntry> buildUnnamed5257() {
+core.List<api.DeploymentLabelEntry> buildUnnamed5308() {
var o = <api.DeploymentLabelEntry>[];
o.add(buildDeploymentLabelEntry());
o.add(buildDeploymentLabelEntry());
return o;
}
-void checkUnnamed5257(core.List<api.DeploymentLabelEntry> o) {
+void checkUnnamed5308(core.List<api.DeploymentLabelEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeploymentLabelEntry(o[0] as api.DeploymentLabelEntry);
checkDeploymentLabelEntry(o[1] as api.DeploymentLabelEntry);
@@ -196,7 +196,7 @@
o.fingerprint = 'foo';
o.id = 'foo';
o.insertTime = 'foo';
- o.labels = buildUnnamed5257();
+ o.labels = buildUnnamed5308();
o.manifest = 'foo';
o.name = 'foo';
o.operation = buildOperation();
@@ -228,7 +228,7 @@
o.insertTime!,
unittest.equals('foo'),
);
- checkUnnamed5257(o.labels!);
+ checkUnnamed5308(o.labels!);
unittest.expect(
o.manifest!,
unittest.equals('foo'),
@@ -279,14 +279,14 @@
buildCounterDeploymentLabelEntry--;
}
-core.List<api.DeploymentUpdateLabelEntry> buildUnnamed5258() {
+core.List<api.DeploymentUpdateLabelEntry> buildUnnamed5309() {
var o = <api.DeploymentUpdateLabelEntry>[];
o.add(buildDeploymentUpdateLabelEntry());
o.add(buildDeploymentUpdateLabelEntry());
return o;
}
-void checkUnnamed5258(core.List<api.DeploymentUpdateLabelEntry> o) {
+void checkUnnamed5309(core.List<api.DeploymentUpdateLabelEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeploymentUpdateLabelEntry(o[0] as api.DeploymentUpdateLabelEntry);
checkDeploymentUpdateLabelEntry(o[1] as api.DeploymentUpdateLabelEntry);
@@ -298,7 +298,7 @@
buildCounterDeploymentUpdate++;
if (buildCounterDeploymentUpdate < 3) {
o.description = 'foo';
- o.labels = buildUnnamed5258();
+ o.labels = buildUnnamed5309();
o.manifest = 'foo';
}
buildCounterDeploymentUpdate--;
@@ -312,7 +312,7 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed5258(o.labels!);
+ checkUnnamed5309(o.labels!);
unittest.expect(
o.manifest!,
unittest.equals('foo'),
@@ -371,14 +371,14 @@
buildCounterDeploymentsCancelPreviewRequest--;
}
-core.List<api.Deployment> buildUnnamed5259() {
+core.List<api.Deployment> buildUnnamed5310() {
var o = <api.Deployment>[];
o.add(buildDeployment());
o.add(buildDeployment());
return o;
}
-void checkUnnamed5259(core.List<api.Deployment> o) {
+void checkUnnamed5310(core.List<api.Deployment> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeployment(o[0] as api.Deployment);
checkDeployment(o[1] as api.Deployment);
@@ -389,7 +389,7 @@
var o = api.DeploymentsListResponse();
buildCounterDeploymentsListResponse++;
if (buildCounterDeploymentsListResponse < 3) {
- o.deployments = buildUnnamed5259();
+ o.deployments = buildUnnamed5310();
o.nextPageToken = 'foo';
}
buildCounterDeploymentsListResponse--;
@@ -399,7 +399,7 @@
void checkDeploymentsListResponse(api.DeploymentsListResponse o) {
buildCounterDeploymentsListResponse++;
if (buildCounterDeploymentsListResponse < 3) {
- checkUnnamed5259(o.deployments!);
+ checkUnnamed5310(o.deployments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -467,14 +467,14 @@
buildCounterExpr--;
}
-core.List<api.Binding> buildUnnamed5260() {
+core.List<api.Binding> buildUnnamed5311() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed5260(core.List<api.Binding> o) {
+void checkUnnamed5311(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -485,7 +485,7 @@
var o = api.GlobalSetPolicyRequest();
buildCounterGlobalSetPolicyRequest++;
if (buildCounterGlobalSetPolicyRequest < 3) {
- o.bindings = buildUnnamed5260();
+ o.bindings = buildUnnamed5311();
o.etag = 'foo';
o.policy = buildPolicy();
}
@@ -496,7 +496,7 @@
void checkGlobalSetPolicyRequest(api.GlobalSetPolicyRequest o) {
buildCounterGlobalSetPolicyRequest++;
if (buildCounterGlobalSetPolicyRequest < 3) {
- checkUnnamed5260(o.bindings!);
+ checkUnnamed5311(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -533,14 +533,14 @@
buildCounterImportFile--;
}
-core.List<api.ImportFile> buildUnnamed5261() {
+core.List<api.ImportFile> buildUnnamed5312() {
var o = <api.ImportFile>[];
o.add(buildImportFile());
o.add(buildImportFile());
return o;
}
-void checkUnnamed5261(core.List<api.ImportFile> o) {
+void checkUnnamed5312(core.List<api.ImportFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkImportFile(o[0] as api.ImportFile);
checkImportFile(o[1] as api.ImportFile);
@@ -554,7 +554,7 @@
o.config = buildConfigFile();
o.expandedConfig = 'foo';
o.id = 'foo';
- o.imports = buildUnnamed5261();
+ o.imports = buildUnnamed5312();
o.insertTime = 'foo';
o.layout = 'foo';
o.manifestSizeBytes = 'foo';
@@ -578,7 +578,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed5261(o.imports!);
+ checkUnnamed5312(o.imports!);
unittest.expect(
o.insertTime!,
unittest.equals('foo'),
@@ -607,14 +607,14 @@
buildCounterManifest--;
}
-core.List<api.Manifest> buildUnnamed5262() {
+core.List<api.Manifest> buildUnnamed5313() {
var o = <api.Manifest>[];
o.add(buildManifest());
o.add(buildManifest());
return o;
}
-void checkUnnamed5262(core.List<api.Manifest> o) {
+void checkUnnamed5313(core.List<api.Manifest> o) {
unittest.expect(o, unittest.hasLength(2));
checkManifest(o[0] as api.Manifest);
checkManifest(o[1] as api.Manifest);
@@ -625,7 +625,7 @@
var o = api.ManifestsListResponse();
buildCounterManifestsListResponse++;
if (buildCounterManifestsListResponse < 3) {
- o.manifests = buildUnnamed5262();
+ o.manifests = buildUnnamed5313();
o.nextPageToken = 'foo';
}
buildCounterManifestsListResponse--;
@@ -635,7 +635,7 @@
void checkManifestsListResponse(api.ManifestsListResponse o) {
buildCounterManifestsListResponse++;
if (buildCounterManifestsListResponse < 3) {
- checkUnnamed5262(o.manifests!);
+ checkUnnamed5313(o.manifests!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -676,14 +676,14 @@
buildCounterOperationErrorErrors--;
}
-core.List<api.OperationErrorErrors> buildUnnamed5263() {
+core.List<api.OperationErrorErrors> buildUnnamed5314() {
var o = <api.OperationErrorErrors>[];
o.add(buildOperationErrorErrors());
o.add(buildOperationErrorErrors());
return o;
}
-void checkUnnamed5263(core.List<api.OperationErrorErrors> o) {
+void checkUnnamed5314(core.List<api.OperationErrorErrors> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationErrorErrors(o[0] as api.OperationErrorErrors);
checkOperationErrorErrors(o[1] as api.OperationErrorErrors);
@@ -694,7 +694,7 @@
var o = api.OperationError();
buildCounterOperationError++;
if (buildCounterOperationError < 3) {
- o.errors = buildUnnamed5263();
+ o.errors = buildUnnamed5314();
}
buildCounterOperationError--;
return o;
@@ -703,7 +703,7 @@
void checkOperationError(api.OperationError o) {
buildCounterOperationError++;
if (buildCounterOperationError < 3) {
- checkUnnamed5263(o.errors!);
+ checkUnnamed5314(o.errors!);
}
buildCounterOperationError--;
}
@@ -735,14 +735,14 @@
buildCounterOperationWarningsData--;
}
-core.List<api.OperationWarningsData> buildUnnamed5264() {
+core.List<api.OperationWarningsData> buildUnnamed5315() {
var o = <api.OperationWarningsData>[];
o.add(buildOperationWarningsData());
o.add(buildOperationWarningsData());
return o;
}
-void checkUnnamed5264(core.List<api.OperationWarningsData> o) {
+void checkUnnamed5315(core.List<api.OperationWarningsData> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationWarningsData(o[0] as api.OperationWarningsData);
checkOperationWarningsData(o[1] as api.OperationWarningsData);
@@ -754,7 +754,7 @@
buildCounterOperationWarnings++;
if (buildCounterOperationWarnings < 3) {
o.code = 'foo';
- o.data = buildUnnamed5264();
+ o.data = buildUnnamed5315();
o.message = 'foo';
}
buildCounterOperationWarnings--;
@@ -768,7 +768,7 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed5264(o.data!);
+ checkUnnamed5315(o.data!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -777,14 +777,14 @@
buildCounterOperationWarnings--;
}
-core.List<api.OperationWarnings> buildUnnamed5265() {
+core.List<api.OperationWarnings> buildUnnamed5316() {
var o = <api.OperationWarnings>[];
o.add(buildOperationWarnings());
o.add(buildOperationWarnings());
return o;
}
-void checkUnnamed5265(core.List<api.OperationWarnings> o) {
+void checkUnnamed5316(core.List<api.OperationWarnings> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationWarnings(o[0] as api.OperationWarnings);
checkOperationWarnings(o[1] as api.OperationWarnings);
@@ -817,7 +817,7 @@
o.targetId = 'foo';
o.targetLink = 'foo';
o.user = 'foo';
- o.warnings = buildUnnamed5265();
+ o.warnings = buildUnnamed5316();
o.zone = 'foo';
}
buildCounterOperation--;
@@ -912,7 +912,7 @@
o.user!,
unittest.equals('foo'),
);
- checkUnnamed5265(o.warnings!);
+ checkUnnamed5316(o.warnings!);
unittest.expect(
o.zone!,
unittest.equals('foo'),
@@ -921,14 +921,14 @@
buildCounterOperation--;
}
-core.List<api.Operation> buildUnnamed5266() {
+core.List<api.Operation> buildUnnamed5317() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed5266(core.List<api.Operation> o) {
+void checkUnnamed5317(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -940,7 +940,7 @@
buildCounterOperationsListResponse++;
if (buildCounterOperationsListResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed5266();
+ o.operations = buildUnnamed5317();
}
buildCounterOperationsListResponse--;
return o;
@@ -953,32 +953,32 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5266(o.operations!);
+ checkUnnamed5317(o.operations!);
}
buildCounterOperationsListResponse--;
}
-core.List<api.AuditConfig> buildUnnamed5267() {
+core.List<api.AuditConfig> buildUnnamed5318() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed5267(core.List<api.AuditConfig> o) {
+void checkUnnamed5318(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed5268() {
+core.List<api.Binding> buildUnnamed5319() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed5268(core.List<api.Binding> o) {
+void checkUnnamed5319(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -989,8 +989,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed5267();
- o.bindings = buildUnnamed5268();
+ o.auditConfigs = buildUnnamed5318();
+ o.bindings = buildUnnamed5319();
o.etag = 'foo';
o.version = 42;
}
@@ -1001,8 +1001,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed5267(o.auditConfigs!);
- checkUnnamed5268(o.bindings!);
+ checkUnnamed5318(o.auditConfigs!);
+ checkUnnamed5319(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1042,14 +1042,14 @@
buildCounterResourceWarningsData--;
}
-core.List<api.ResourceWarningsData> buildUnnamed5269() {
+core.List<api.ResourceWarningsData> buildUnnamed5320() {
var o = <api.ResourceWarningsData>[];
o.add(buildResourceWarningsData());
o.add(buildResourceWarningsData());
return o;
}
-void checkUnnamed5269(core.List<api.ResourceWarningsData> o) {
+void checkUnnamed5320(core.List<api.ResourceWarningsData> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceWarningsData(o[0] as api.ResourceWarningsData);
checkResourceWarningsData(o[1] as api.ResourceWarningsData);
@@ -1061,7 +1061,7 @@
buildCounterResourceWarnings++;
if (buildCounterResourceWarnings < 3) {
o.code = 'foo';
- o.data = buildUnnamed5269();
+ o.data = buildUnnamed5320();
o.message = 'foo';
}
buildCounterResourceWarnings--;
@@ -1075,7 +1075,7 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed5269(o.data!);
+ checkUnnamed5320(o.data!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1084,14 +1084,14 @@
buildCounterResourceWarnings--;
}
-core.List<api.ResourceWarnings> buildUnnamed5270() {
+core.List<api.ResourceWarnings> buildUnnamed5321() {
var o = <api.ResourceWarnings>[];
o.add(buildResourceWarnings());
o.add(buildResourceWarnings());
return o;
}
-void checkUnnamed5270(core.List<api.ResourceWarnings> o) {
+void checkUnnamed5321(core.List<api.ResourceWarnings> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceWarnings(o[0] as api.ResourceWarnings);
checkResourceWarnings(o[1] as api.ResourceWarnings);
@@ -1113,7 +1113,7 @@
o.update = buildResourceUpdate();
o.updateTime = 'foo';
o.url = 'foo';
- o.warnings = buildUnnamed5270();
+ o.warnings = buildUnnamed5321();
}
buildCounterResource--;
return o;
@@ -1160,7 +1160,7 @@
o.url!,
unittest.equals('foo'),
);
- checkUnnamed5270(o.warnings!);
+ checkUnnamed5321(o.warnings!);
}
buildCounterResource--;
}
@@ -1219,14 +1219,14 @@
buildCounterResourceUpdateErrorErrors--;
}
-core.List<api.ResourceUpdateErrorErrors> buildUnnamed5271() {
+core.List<api.ResourceUpdateErrorErrors> buildUnnamed5322() {
var o = <api.ResourceUpdateErrorErrors>[];
o.add(buildResourceUpdateErrorErrors());
o.add(buildResourceUpdateErrorErrors());
return o;
}
-void checkUnnamed5271(core.List<api.ResourceUpdateErrorErrors> o) {
+void checkUnnamed5322(core.List<api.ResourceUpdateErrorErrors> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceUpdateErrorErrors(o[0] as api.ResourceUpdateErrorErrors);
checkResourceUpdateErrorErrors(o[1] as api.ResourceUpdateErrorErrors);
@@ -1237,7 +1237,7 @@
var o = api.ResourceUpdateError();
buildCounterResourceUpdateError++;
if (buildCounterResourceUpdateError < 3) {
- o.errors = buildUnnamed5271();
+ o.errors = buildUnnamed5322();
}
buildCounterResourceUpdateError--;
return o;
@@ -1246,7 +1246,7 @@
void checkResourceUpdateError(api.ResourceUpdateError o) {
buildCounterResourceUpdateError++;
if (buildCounterResourceUpdateError < 3) {
- checkUnnamed5271(o.errors!);
+ checkUnnamed5322(o.errors!);
}
buildCounterResourceUpdateError--;
}
@@ -1278,14 +1278,14 @@
buildCounterResourceUpdateWarningsData--;
}
-core.List<api.ResourceUpdateWarningsData> buildUnnamed5272() {
+core.List<api.ResourceUpdateWarningsData> buildUnnamed5323() {
var o = <api.ResourceUpdateWarningsData>[];
o.add(buildResourceUpdateWarningsData());
o.add(buildResourceUpdateWarningsData());
return o;
}
-void checkUnnamed5272(core.List<api.ResourceUpdateWarningsData> o) {
+void checkUnnamed5323(core.List<api.ResourceUpdateWarningsData> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceUpdateWarningsData(o[0] as api.ResourceUpdateWarningsData);
checkResourceUpdateWarningsData(o[1] as api.ResourceUpdateWarningsData);
@@ -1297,7 +1297,7 @@
buildCounterResourceUpdateWarnings++;
if (buildCounterResourceUpdateWarnings < 3) {
o.code = 'foo';
- o.data = buildUnnamed5272();
+ o.data = buildUnnamed5323();
o.message = 'foo';
}
buildCounterResourceUpdateWarnings--;
@@ -1311,7 +1311,7 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed5272(o.data!);
+ checkUnnamed5323(o.data!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1320,14 +1320,14 @@
buildCounterResourceUpdateWarnings--;
}
-core.List<api.ResourceUpdateWarnings> buildUnnamed5273() {
+core.List<api.ResourceUpdateWarnings> buildUnnamed5324() {
var o = <api.ResourceUpdateWarnings>[];
o.add(buildResourceUpdateWarnings());
o.add(buildResourceUpdateWarnings());
return o;
}
-void checkUnnamed5273(core.List<api.ResourceUpdateWarnings> o) {
+void checkUnnamed5324(core.List<api.ResourceUpdateWarnings> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceUpdateWarnings(o[0] as api.ResourceUpdateWarnings);
checkResourceUpdateWarnings(o[1] as api.ResourceUpdateWarnings);
@@ -1345,7 +1345,7 @@
o.manifest = 'foo';
o.properties = 'foo';
o.state = 'foo';
- o.warnings = buildUnnamed5273();
+ o.warnings = buildUnnamed5324();
}
buildCounterResourceUpdate--;
return o;
@@ -1376,19 +1376,19 @@
o.state!,
unittest.equals('foo'),
);
- checkUnnamed5273(o.warnings!);
+ checkUnnamed5324(o.warnings!);
}
buildCounterResourceUpdate--;
}
-core.List<api.Resource> buildUnnamed5274() {
+core.List<api.Resource> buildUnnamed5325() {
var o = <api.Resource>[];
o.add(buildResource());
o.add(buildResource());
return o;
}
-void checkUnnamed5274(core.List<api.Resource> o) {
+void checkUnnamed5325(core.List<api.Resource> o) {
unittest.expect(o, unittest.hasLength(2));
checkResource(o[0] as api.Resource);
checkResource(o[1] as api.Resource);
@@ -1400,7 +1400,7 @@
buildCounterResourcesListResponse++;
if (buildCounterResourcesListResponse < 3) {
o.nextPageToken = 'foo';
- o.resources = buildUnnamed5274();
+ o.resources = buildUnnamed5325();
}
buildCounterResourcesListResponse--;
return o;
@@ -1413,19 +1413,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5274(o.resources!);
+ checkUnnamed5325(o.resources!);
}
buildCounterResourcesListResponse--;
}
-core.List<api.ImportFile> buildUnnamed5275() {
+core.List<api.ImportFile> buildUnnamed5326() {
var o = <api.ImportFile>[];
o.add(buildImportFile());
o.add(buildImportFile());
return o;
}
-void checkUnnamed5275(core.List<api.ImportFile> o) {
+void checkUnnamed5326(core.List<api.ImportFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkImportFile(o[0] as api.ImportFile);
checkImportFile(o[1] as api.ImportFile);
@@ -1437,7 +1437,7 @@
buildCounterTargetConfiguration++;
if (buildCounterTargetConfiguration < 3) {
o.config = buildConfigFile();
- o.imports = buildUnnamed5275();
+ o.imports = buildUnnamed5326();
}
buildCounterTargetConfiguration--;
return o;
@@ -1447,19 +1447,19 @@
buildCounterTargetConfiguration++;
if (buildCounterTargetConfiguration < 3) {
checkConfigFile(o.config! as api.ConfigFile);
- checkUnnamed5275(o.imports!);
+ checkUnnamed5326(o.imports!);
}
buildCounterTargetConfiguration--;
}
-core.List<core.String> buildUnnamed5276() {
+core.List<core.String> buildUnnamed5327() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5276(core.List<core.String> o) {
+void checkUnnamed5327(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1476,7 +1476,7 @@
var o = api.TestPermissionsRequest();
buildCounterTestPermissionsRequest++;
if (buildCounterTestPermissionsRequest < 3) {
- o.permissions = buildUnnamed5276();
+ o.permissions = buildUnnamed5327();
}
buildCounterTestPermissionsRequest--;
return o;
@@ -1485,19 +1485,19 @@
void checkTestPermissionsRequest(api.TestPermissionsRequest o) {
buildCounterTestPermissionsRequest++;
if (buildCounterTestPermissionsRequest < 3) {
- checkUnnamed5276(o.permissions!);
+ checkUnnamed5327(o.permissions!);
}
buildCounterTestPermissionsRequest--;
}
-core.List<core.String> buildUnnamed5277() {
+core.List<core.String> buildUnnamed5328() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5277(core.List<core.String> o) {
+void checkUnnamed5328(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1514,7 +1514,7 @@
var o = api.TestPermissionsResponse();
buildCounterTestPermissionsResponse++;
if (buildCounterTestPermissionsResponse < 3) {
- o.permissions = buildUnnamed5277();
+ o.permissions = buildUnnamed5328();
}
buildCounterTestPermissionsResponse--;
return o;
@@ -1523,7 +1523,7 @@
void checkTestPermissionsResponse(api.TestPermissionsResponse o) {
buildCounterTestPermissionsResponse++;
if (buildCounterTestPermissionsResponse < 3) {
- checkUnnamed5277(o.permissions!);
+ checkUnnamed5328(o.permissions!);
}
buildCounterTestPermissionsResponse--;
}
@@ -1567,14 +1567,14 @@
buildCounterType--;
}
-core.List<api.Type> buildUnnamed5278() {
+core.List<api.Type> buildUnnamed5329() {
var o = <api.Type>[];
o.add(buildType());
o.add(buildType());
return o;
}
-void checkUnnamed5278(core.List<api.Type> o) {
+void checkUnnamed5329(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0] as api.Type);
checkType(o[1] as api.Type);
@@ -1586,7 +1586,7 @@
buildCounterTypesListResponse++;
if (buildCounterTypesListResponse < 3) {
o.nextPageToken = 'foo';
- o.types = buildUnnamed5278();
+ o.types = buildUnnamed5329();
}
buildCounterTypesListResponse--;
return o;
@@ -1599,7 +1599,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5278(o.types!);
+ checkUnnamed5329(o.types!);
}
buildCounterTypesListResponse--;
}
diff --git a/generated/googleapis/test/dfareporting/v3_4_test.dart b/generated/googleapis/test/dfareporting/v3_4_test.dart
index 43d7179..e08a0b9 100644
--- a/generated/googleapis/test/dfareporting/v3_4_test.dart
+++ b/generated/googleapis/test/dfareporting/v3_4_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed5316() {
+core.List<core.String> buildUnnamed5367() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5316(core.List<core.String> o) {
+void checkUnnamed5367(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -46,14 +46,14 @@
);
}
-core.List<core.String> buildUnnamed5317() {
+core.List<core.String> buildUnnamed5368() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5317(core.List<core.String> o) {
+void checkUnnamed5368(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -70,12 +70,12 @@
var o = api.Account();
buildCounterAccount++;
if (buildCounterAccount < 3) {
- o.accountPermissionIds = buildUnnamed5316();
+ o.accountPermissionIds = buildUnnamed5367();
o.accountProfile = 'foo';
o.active = true;
o.activeAdsLimitTier = 'foo';
o.activeViewOptOut = true;
- o.availablePermissionIds = buildUnnamed5317();
+ o.availablePermissionIds = buildUnnamed5368();
o.countryId = 'foo';
o.currencyId = 'foo';
o.defaultCreativeSizeId = 'foo';
@@ -97,7 +97,7 @@
void checkAccount(api.Account o) {
buildCounterAccount++;
if (buildCounterAccount < 3) {
- checkUnnamed5316(o.accountPermissionIds!);
+ checkUnnamed5367(o.accountPermissionIds!);
unittest.expect(
o.accountProfile!,
unittest.equals('foo'),
@@ -108,7 +108,7 @@
unittest.equals('foo'),
);
unittest.expect(o.activeViewOptOut!, unittest.isTrue);
- checkUnnamed5317(o.availablePermissionIds!);
+ checkUnnamed5368(o.availablePermissionIds!);
unittest.expect(
o.countryId!,
unittest.equals('foo'),
@@ -199,14 +199,14 @@
buildCounterAccountActiveAdSummary--;
}
-core.List<core.String> buildUnnamed5318() {
+core.List<core.String> buildUnnamed5369() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5318(core.List<core.String> o) {
+void checkUnnamed5369(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -223,7 +223,7 @@
var o = api.AccountPermission();
buildCounterAccountPermission++;
if (buildCounterAccountPermission < 3) {
- o.accountProfiles = buildUnnamed5318();
+ o.accountProfiles = buildUnnamed5369();
o.id = 'foo';
o.kind = 'foo';
o.level = 'foo';
@@ -237,7 +237,7 @@
void checkAccountPermission(api.AccountPermission o) {
buildCounterAccountPermission++;
if (buildCounterAccountPermission < 3) {
- checkUnnamed5318(o.accountProfiles!);
+ checkUnnamed5369(o.accountProfiles!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -294,14 +294,14 @@
buildCounterAccountPermissionGroup--;
}
-core.List<api.AccountPermissionGroup> buildUnnamed5319() {
+core.List<api.AccountPermissionGroup> buildUnnamed5370() {
var o = <api.AccountPermissionGroup>[];
o.add(buildAccountPermissionGroup());
o.add(buildAccountPermissionGroup());
return o;
}
-void checkUnnamed5319(core.List<api.AccountPermissionGroup> o) {
+void checkUnnamed5370(core.List<api.AccountPermissionGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountPermissionGroup(o[0] as api.AccountPermissionGroup);
checkAccountPermissionGroup(o[1] as api.AccountPermissionGroup);
@@ -313,7 +313,7 @@
var o = api.AccountPermissionGroupsListResponse();
buildCounterAccountPermissionGroupsListResponse++;
if (buildCounterAccountPermissionGroupsListResponse < 3) {
- o.accountPermissionGroups = buildUnnamed5319();
+ o.accountPermissionGroups = buildUnnamed5370();
o.kind = 'foo';
}
buildCounterAccountPermissionGroupsListResponse--;
@@ -324,7 +324,7 @@
api.AccountPermissionGroupsListResponse o) {
buildCounterAccountPermissionGroupsListResponse++;
if (buildCounterAccountPermissionGroupsListResponse < 3) {
- checkUnnamed5319(o.accountPermissionGroups!);
+ checkUnnamed5370(o.accountPermissionGroups!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -333,14 +333,14 @@
buildCounterAccountPermissionGroupsListResponse--;
}
-core.List<api.AccountPermission> buildUnnamed5320() {
+core.List<api.AccountPermission> buildUnnamed5371() {
var o = <api.AccountPermission>[];
o.add(buildAccountPermission());
o.add(buildAccountPermission());
return o;
}
-void checkUnnamed5320(core.List<api.AccountPermission> o) {
+void checkUnnamed5371(core.List<api.AccountPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountPermission(o[0] as api.AccountPermission);
checkAccountPermission(o[1] as api.AccountPermission);
@@ -351,7 +351,7 @@
var o = api.AccountPermissionsListResponse();
buildCounterAccountPermissionsListResponse++;
if (buildCounterAccountPermissionsListResponse < 3) {
- o.accountPermissions = buildUnnamed5320();
+ o.accountPermissions = buildUnnamed5371();
o.kind = 'foo';
}
buildCounterAccountPermissionsListResponse--;
@@ -361,7 +361,7 @@
void checkAccountPermissionsListResponse(api.AccountPermissionsListResponse o) {
buildCounterAccountPermissionsListResponse++;
if (buildCounterAccountPermissionsListResponse < 3) {
- checkUnnamed5320(o.accountPermissions!);
+ checkUnnamed5371(o.accountPermissions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -452,14 +452,14 @@
buildCounterAccountUserProfile--;
}
-core.List<api.AccountUserProfile> buildUnnamed5321() {
+core.List<api.AccountUserProfile> buildUnnamed5372() {
var o = <api.AccountUserProfile>[];
o.add(buildAccountUserProfile());
o.add(buildAccountUserProfile());
return o;
}
-void checkUnnamed5321(core.List<api.AccountUserProfile> o) {
+void checkUnnamed5372(core.List<api.AccountUserProfile> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountUserProfile(o[0] as api.AccountUserProfile);
checkAccountUserProfile(o[1] as api.AccountUserProfile);
@@ -470,7 +470,7 @@
var o = api.AccountUserProfilesListResponse();
buildCounterAccountUserProfilesListResponse++;
if (buildCounterAccountUserProfilesListResponse < 3) {
- o.accountUserProfiles = buildUnnamed5321();
+ o.accountUserProfiles = buildUnnamed5372();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -482,7 +482,7 @@
api.AccountUserProfilesListResponse o) {
buildCounterAccountUserProfilesListResponse++;
if (buildCounterAccountUserProfilesListResponse < 3) {
- checkUnnamed5321(o.accountUserProfiles!);
+ checkUnnamed5372(o.accountUserProfiles!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -495,14 +495,14 @@
buildCounterAccountUserProfilesListResponse--;
}
-core.List<api.Account> buildUnnamed5322() {
+core.List<api.Account> buildUnnamed5373() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed5322(core.List<api.Account> o) {
+void checkUnnamed5373(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -513,7 +513,7 @@
var o = api.AccountsListResponse();
buildCounterAccountsListResponse++;
if (buildCounterAccountsListResponse < 3) {
- o.accounts = buildUnnamed5322();
+ o.accounts = buildUnnamed5373();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -524,7 +524,7 @@
void checkAccountsListResponse(api.AccountsListResponse o) {
buildCounterAccountsListResponse++;
if (buildCounterAccountsListResponse < 3) {
- checkUnnamed5322(o.accounts!);
+ checkUnnamed5373(o.accounts!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -537,27 +537,27 @@
buildCounterAccountsListResponse--;
}
-core.List<api.DimensionValue> buildUnnamed5323() {
+core.List<api.DimensionValue> buildUnnamed5374() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed5323(core.List<api.DimensionValue> o) {
+void checkUnnamed5374(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<core.String> buildUnnamed5324() {
+core.List<core.String> buildUnnamed5375() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5324(core.List<core.String> o) {
+void checkUnnamed5375(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -574,9 +574,9 @@
var o = api.Activities();
buildCounterActivities++;
if (buildCounterActivities < 3) {
- o.filters = buildUnnamed5323();
+ o.filters = buildUnnamed5374();
o.kind = 'foo';
- o.metricNames = buildUnnamed5324();
+ o.metricNames = buildUnnamed5375();
}
buildCounterActivities--;
return o;
@@ -585,50 +585,50 @@
void checkActivities(api.Activities o) {
buildCounterActivities++;
if (buildCounterActivities < 3) {
- checkUnnamed5323(o.filters!);
+ checkUnnamed5374(o.filters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5324(o.metricNames!);
+ checkUnnamed5375(o.metricNames!);
}
buildCounterActivities--;
}
-core.List<api.CreativeGroupAssignment> buildUnnamed5325() {
+core.List<api.CreativeGroupAssignment> buildUnnamed5376() {
var o = <api.CreativeGroupAssignment>[];
o.add(buildCreativeGroupAssignment());
o.add(buildCreativeGroupAssignment());
return o;
}
-void checkUnnamed5325(core.List<api.CreativeGroupAssignment> o) {
+void checkUnnamed5376(core.List<api.CreativeGroupAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeGroupAssignment(o[0] as api.CreativeGroupAssignment);
checkCreativeGroupAssignment(o[1] as api.CreativeGroupAssignment);
}
-core.List<api.EventTagOverride> buildUnnamed5326() {
+core.List<api.EventTagOverride> buildUnnamed5377() {
var o = <api.EventTagOverride>[];
o.add(buildEventTagOverride());
o.add(buildEventTagOverride());
return o;
}
-void checkUnnamed5326(core.List<api.EventTagOverride> o) {
+void checkUnnamed5377(core.List<api.EventTagOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventTagOverride(o[0] as api.EventTagOverride);
checkEventTagOverride(o[1] as api.EventTagOverride);
}
-core.List<api.PlacementAssignment> buildUnnamed5327() {
+core.List<api.PlacementAssignment> buildUnnamed5378() {
var o = <api.PlacementAssignment>[];
o.add(buildPlacementAssignment());
o.add(buildPlacementAssignment());
return o;
}
-void checkUnnamed5327(core.List<api.PlacementAssignment> o) {
+void checkUnnamed5378(core.List<api.PlacementAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlacementAssignment(o[0] as api.PlacementAssignment);
checkPlacementAssignment(o[1] as api.PlacementAssignment);
@@ -652,7 +652,7 @@
o.comments = 'foo';
o.compatibility = 'foo';
o.createInfo = buildLastModifiedInfo();
- o.creativeGroupAssignments = buildUnnamed5325();
+ o.creativeGroupAssignments = buildUnnamed5376();
o.creativeRotation = buildCreativeRotation();
o.dayPartTargeting = buildDayPartTargeting();
o.defaultClickThroughEventTagProperties =
@@ -660,7 +660,7 @@
o.deliverySchedule = buildDeliverySchedule();
o.dynamicClickTracker = true;
o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
- o.eventTagOverrides = buildUnnamed5326();
+ o.eventTagOverrides = buildUnnamed5377();
o.geoTargeting = buildGeoTargeting();
o.id = 'foo';
o.idDimensionValue = buildDimensionValue();
@@ -669,7 +669,7 @@
o.languageTargeting = buildLanguageTargeting();
o.lastModifiedInfo = buildLastModifiedInfo();
o.name = 'foo';
- o.placementAssignments = buildUnnamed5327();
+ o.placementAssignments = buildUnnamed5378();
o.remarketingListExpression = buildListTargetingExpression();
o.size = buildSize();
o.sslCompliant = true;
@@ -719,7 +719,7 @@
unittest.equals('foo'),
);
checkLastModifiedInfo(o.createInfo! as api.LastModifiedInfo);
- checkUnnamed5325(o.creativeGroupAssignments!);
+ checkUnnamed5376(o.creativeGroupAssignments!);
checkCreativeRotation(o.creativeRotation! as api.CreativeRotation);
checkDayPartTargeting(o.dayPartTargeting! as api.DayPartTargeting);
checkDefaultClickThroughEventTagProperties(
@@ -731,7 +731,7 @@
o.endTime!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed5326(o.eventTagOverrides!);
+ checkUnnamed5377(o.eventTagOverrides!);
checkGeoTargeting(o.geoTargeting! as api.GeoTargeting);
unittest.expect(
o.id!,
@@ -750,7 +750,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5327(o.placementAssignments!);
+ checkUnnamed5378(o.placementAssignments!);
checkListTargetingExpression(
o.remarketingListExpression! as api.ListTargetingExpression);
checkSize(o.size! as api.Size);
@@ -862,14 +862,14 @@
buildCounterAdSlot--;
}
-core.List<api.Ad> buildUnnamed5328() {
+core.List<api.Ad> buildUnnamed5379() {
var o = <api.Ad>[];
o.add(buildAd());
o.add(buildAd());
return o;
}
-void checkUnnamed5328(core.List<api.Ad> o) {
+void checkUnnamed5379(core.List<api.Ad> o) {
unittest.expect(o, unittest.hasLength(2));
checkAd(o[0] as api.Ad);
checkAd(o[1] as api.Ad);
@@ -880,7 +880,7 @@
var o = api.AdsListResponse();
buildCounterAdsListResponse++;
if (buildCounterAdsListResponse < 3) {
- o.ads = buildUnnamed5328();
+ o.ads = buildUnnamed5379();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -891,7 +891,7 @@
void checkAdsListResponse(api.AdsListResponse o) {
buildCounterAdsListResponse++;
if (buildCounterAdsListResponse < 3) {
- checkUnnamed5328(o.ads!);
+ checkUnnamed5379(o.ads!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1025,14 +1025,14 @@
buildCounterAdvertiserGroup--;
}
-core.List<api.AdvertiserGroup> buildUnnamed5329() {
+core.List<api.AdvertiserGroup> buildUnnamed5380() {
var o = <api.AdvertiserGroup>[];
o.add(buildAdvertiserGroup());
o.add(buildAdvertiserGroup());
return o;
}
-void checkUnnamed5329(core.List<api.AdvertiserGroup> o) {
+void checkUnnamed5380(core.List<api.AdvertiserGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdvertiserGroup(o[0] as api.AdvertiserGroup);
checkAdvertiserGroup(o[1] as api.AdvertiserGroup);
@@ -1043,7 +1043,7 @@
var o = api.AdvertiserGroupsListResponse();
buildCounterAdvertiserGroupsListResponse++;
if (buildCounterAdvertiserGroupsListResponse < 3) {
- o.advertiserGroups = buildUnnamed5329();
+ o.advertiserGroups = buildUnnamed5380();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1054,7 +1054,7 @@
void checkAdvertiserGroupsListResponse(api.AdvertiserGroupsListResponse o) {
buildCounterAdvertiserGroupsListResponse++;
if (buildCounterAdvertiserGroupsListResponse < 3) {
- checkUnnamed5329(o.advertiserGroups!);
+ checkUnnamed5380(o.advertiserGroups!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1067,14 +1067,14 @@
buildCounterAdvertiserGroupsListResponse--;
}
-core.List<api.LandingPage> buildUnnamed5330() {
+core.List<api.LandingPage> buildUnnamed5381() {
var o = <api.LandingPage>[];
o.add(buildLandingPage());
o.add(buildLandingPage());
return o;
}
-void checkUnnamed5330(core.List<api.LandingPage> o) {
+void checkUnnamed5381(core.List<api.LandingPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkLandingPage(o[0] as api.LandingPage);
checkLandingPage(o[1] as api.LandingPage);
@@ -1087,7 +1087,7 @@
buildCounterAdvertiserLandingPagesListResponse++;
if (buildCounterAdvertiserLandingPagesListResponse < 3) {
o.kind = 'foo';
- o.landingPages = buildUnnamed5330();
+ o.landingPages = buildUnnamed5381();
o.nextPageToken = 'foo';
}
buildCounterAdvertiserLandingPagesListResponse--;
@@ -1102,7 +1102,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5330(o.landingPages!);
+ checkUnnamed5381(o.landingPages!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1111,14 +1111,14 @@
buildCounterAdvertiserLandingPagesListResponse--;
}
-core.List<api.Advertiser> buildUnnamed5331() {
+core.List<api.Advertiser> buildUnnamed5382() {
var o = <api.Advertiser>[];
o.add(buildAdvertiser());
o.add(buildAdvertiser());
return o;
}
-void checkUnnamed5331(core.List<api.Advertiser> o) {
+void checkUnnamed5382(core.List<api.Advertiser> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdvertiser(o[0] as api.Advertiser);
checkAdvertiser(o[1] as api.Advertiser);
@@ -1129,7 +1129,7 @@
var o = api.AdvertisersListResponse();
buildCounterAdvertisersListResponse++;
if (buildCounterAdvertisersListResponse < 3) {
- o.advertisers = buildUnnamed5331();
+ o.advertisers = buildUnnamed5382();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1140,7 +1140,7 @@
void checkAdvertisersListResponse(api.AdvertisersListResponse o) {
buildCounterAdvertisersListResponse++;
if (buildCounterAdvertisersListResponse < 3) {
- checkUnnamed5331(o.advertisers!);
+ checkUnnamed5382(o.advertisers!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1185,14 +1185,14 @@
buildCounterAudienceSegment--;
}
-core.List<api.AudienceSegment> buildUnnamed5332() {
+core.List<api.AudienceSegment> buildUnnamed5383() {
var o = <api.AudienceSegment>[];
o.add(buildAudienceSegment());
o.add(buildAudienceSegment());
return o;
}
-void checkUnnamed5332(core.List<api.AudienceSegment> o) {
+void checkUnnamed5383(core.List<api.AudienceSegment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAudienceSegment(o[0] as api.AudienceSegment);
checkAudienceSegment(o[1] as api.AudienceSegment);
@@ -1203,7 +1203,7 @@
var o = api.AudienceSegmentGroup();
buildCounterAudienceSegmentGroup++;
if (buildCounterAudienceSegmentGroup < 3) {
- o.audienceSegments = buildUnnamed5332();
+ o.audienceSegments = buildUnnamed5383();
o.id = 'foo';
o.name = 'foo';
}
@@ -1214,7 +1214,7 @@
void checkAudienceSegmentGroup(api.AudienceSegmentGroup o) {
buildCounterAudienceSegmentGroup++;
if (buildCounterAudienceSegmentGroup < 3) {
- checkUnnamed5332(o.audienceSegments!);
+ checkUnnamed5383(o.audienceSegments!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -1274,14 +1274,14 @@
buildCounterBrowser--;
}
-core.List<api.Browser> buildUnnamed5333() {
+core.List<api.Browser> buildUnnamed5384() {
var o = <api.Browser>[];
o.add(buildBrowser());
o.add(buildBrowser());
return o;
}
-void checkUnnamed5333(core.List<api.Browser> o) {
+void checkUnnamed5384(core.List<api.Browser> o) {
unittest.expect(o, unittest.hasLength(2));
checkBrowser(o[0] as api.Browser);
checkBrowser(o[1] as api.Browser);
@@ -1292,7 +1292,7 @@
var o = api.BrowsersListResponse();
buildCounterBrowsersListResponse++;
if (buildCounterBrowsersListResponse < 3) {
- o.browsers = buildUnnamed5333();
+ o.browsers = buildUnnamed5384();
o.kind = 'foo';
}
buildCounterBrowsersListResponse--;
@@ -1302,7 +1302,7 @@
void checkBrowsersListResponse(api.BrowsersListResponse o) {
buildCounterBrowsersListResponse++;
if (buildCounterBrowsersListResponse < 3) {
- checkUnnamed5333(o.browsers!);
+ checkUnnamed5384(o.browsers!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1311,14 +1311,14 @@
buildCounterBrowsersListResponse--;
}
-core.List<api.CreativeOptimizationConfiguration> buildUnnamed5334() {
+core.List<api.CreativeOptimizationConfiguration> buildUnnamed5385() {
var o = <api.CreativeOptimizationConfiguration>[];
o.add(buildCreativeOptimizationConfiguration());
o.add(buildCreativeOptimizationConfiguration());
return o;
}
-void checkUnnamed5334(core.List<api.CreativeOptimizationConfiguration> o) {
+void checkUnnamed5385(core.List<api.CreativeOptimizationConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeOptimizationConfiguration(
o[0] as api.CreativeOptimizationConfiguration);
@@ -1326,27 +1326,27 @@
o[1] as api.CreativeOptimizationConfiguration);
}
-core.List<api.AudienceSegmentGroup> buildUnnamed5335() {
+core.List<api.AudienceSegmentGroup> buildUnnamed5386() {
var o = <api.AudienceSegmentGroup>[];
o.add(buildAudienceSegmentGroup());
o.add(buildAudienceSegmentGroup());
return o;
}
-void checkUnnamed5335(core.List<api.AudienceSegmentGroup> o) {
+void checkUnnamed5386(core.List<api.AudienceSegmentGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkAudienceSegmentGroup(o[0] as api.AudienceSegmentGroup);
checkAudienceSegmentGroup(o[1] as api.AudienceSegmentGroup);
}
-core.List<core.String> buildUnnamed5336() {
+core.List<core.String> buildUnnamed5387() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5336(core.List<core.String> o) {
+void checkUnnamed5387(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1358,27 +1358,27 @@
);
}
-core.List<api.EventTagOverride> buildUnnamed5337() {
+core.List<api.EventTagOverride> buildUnnamed5388() {
var o = <api.EventTagOverride>[];
o.add(buildEventTagOverride());
o.add(buildEventTagOverride());
return o;
}
-void checkUnnamed5337(core.List<api.EventTagOverride> o) {
+void checkUnnamed5388(core.List<api.EventTagOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventTagOverride(o[0] as api.EventTagOverride);
checkEventTagOverride(o[1] as api.EventTagOverride);
}
-core.List<core.String> buildUnnamed5338() {
+core.List<core.String> buildUnnamed5389() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5338(core.List<core.String> o) {
+void checkUnnamed5389(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1397,24 +1397,24 @@
if (buildCounterCampaign < 3) {
o.accountId = 'foo';
o.adBlockingConfiguration = buildAdBlockingConfiguration();
- o.additionalCreativeOptimizationConfigurations = buildUnnamed5334();
+ o.additionalCreativeOptimizationConfigurations = buildUnnamed5385();
o.advertiserGroupId = 'foo';
o.advertiserId = 'foo';
o.advertiserIdDimensionValue = buildDimensionValue();
o.archived = true;
- o.audienceSegmentGroups = buildUnnamed5335();
+ o.audienceSegmentGroups = buildUnnamed5386();
o.billingInvoiceCode = 'foo';
o.clickThroughUrlSuffixProperties = buildClickThroughUrlSuffixProperties();
o.comment = 'foo';
o.createInfo = buildLastModifiedInfo();
- o.creativeGroupIds = buildUnnamed5336();
+ o.creativeGroupIds = buildUnnamed5387();
o.creativeOptimizationConfiguration =
buildCreativeOptimizationConfiguration();
o.defaultClickThroughEventTagProperties =
buildDefaultClickThroughEventTagProperties();
o.defaultLandingPageId = 'foo';
o.endDate = core.DateTime.parse('2002-02-27T14:01:02Z');
- o.eventTagOverrides = buildUnnamed5337();
+ o.eventTagOverrides = buildUnnamed5388();
o.externalId = 'foo';
o.id = 'foo';
o.idDimensionValue = buildDimensionValue();
@@ -1424,7 +1424,7 @@
o.nielsenOcrEnabled = true;
o.startDate = core.DateTime.parse('2002-02-27T14:01:02Z');
o.subaccountId = 'foo';
- o.traffickerEmails = buildUnnamed5338();
+ o.traffickerEmails = buildUnnamed5389();
}
buildCounterCampaign--;
return o;
@@ -1439,7 +1439,7 @@
);
checkAdBlockingConfiguration(
o.adBlockingConfiguration! as api.AdBlockingConfiguration);
- checkUnnamed5334(o.additionalCreativeOptimizationConfigurations!);
+ checkUnnamed5385(o.additionalCreativeOptimizationConfigurations!);
unittest.expect(
o.advertiserGroupId!,
unittest.equals('foo'),
@@ -1450,7 +1450,7 @@
);
checkDimensionValue(o.advertiserIdDimensionValue! as api.DimensionValue);
unittest.expect(o.archived!, unittest.isTrue);
- checkUnnamed5335(o.audienceSegmentGroups!);
+ checkUnnamed5386(o.audienceSegmentGroups!);
unittest.expect(
o.billingInvoiceCode!,
unittest.equals('foo'),
@@ -1462,7 +1462,7 @@
unittest.equals('foo'),
);
checkLastModifiedInfo(o.createInfo! as api.LastModifiedInfo);
- checkUnnamed5336(o.creativeGroupIds!);
+ checkUnnamed5387(o.creativeGroupIds!);
checkCreativeOptimizationConfiguration(o.creativeOptimizationConfiguration!
as api.CreativeOptimizationConfiguration);
checkDefaultClickThroughEventTagProperties(
@@ -1476,7 +1476,7 @@
o.endDate!,
unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")),
);
- checkUnnamed5337(o.eventTagOverrides!);
+ checkUnnamed5388(o.eventTagOverrides!);
unittest.expect(
o.externalId!,
unittest.equals('foo'),
@@ -1504,7 +1504,7 @@
o.subaccountId!,
unittest.equals('foo'),
);
- checkUnnamed5338(o.traffickerEmails!);
+ checkUnnamed5389(o.traffickerEmails!);
}
buildCounterCampaign--;
}
@@ -1536,14 +1536,14 @@
buildCounterCampaignCreativeAssociation--;
}
-core.List<api.CampaignCreativeAssociation> buildUnnamed5339() {
+core.List<api.CampaignCreativeAssociation> buildUnnamed5390() {
var o = <api.CampaignCreativeAssociation>[];
o.add(buildCampaignCreativeAssociation());
o.add(buildCampaignCreativeAssociation());
return o;
}
-void checkUnnamed5339(core.List<api.CampaignCreativeAssociation> o) {
+void checkUnnamed5390(core.List<api.CampaignCreativeAssociation> o) {
unittest.expect(o, unittest.hasLength(2));
checkCampaignCreativeAssociation(o[0] as api.CampaignCreativeAssociation);
checkCampaignCreativeAssociation(o[1] as api.CampaignCreativeAssociation);
@@ -1555,7 +1555,7 @@
var o = api.CampaignCreativeAssociationsListResponse();
buildCounterCampaignCreativeAssociationsListResponse++;
if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
- o.campaignCreativeAssociations = buildUnnamed5339();
+ o.campaignCreativeAssociations = buildUnnamed5390();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1567,7 +1567,7 @@
api.CampaignCreativeAssociationsListResponse o) {
buildCounterCampaignCreativeAssociationsListResponse++;
if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
- checkUnnamed5339(o.campaignCreativeAssociations!);
+ checkUnnamed5390(o.campaignCreativeAssociations!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1627,14 +1627,14 @@
buildCounterCampaignManagerIds--;
}
-core.List<api.Campaign> buildUnnamed5340() {
+core.List<api.Campaign> buildUnnamed5391() {
var o = <api.Campaign>[];
o.add(buildCampaign());
o.add(buildCampaign());
return o;
}
-void checkUnnamed5340(core.List<api.Campaign> o) {
+void checkUnnamed5391(core.List<api.Campaign> o) {
unittest.expect(o, unittest.hasLength(2));
checkCampaign(o[0] as api.Campaign);
checkCampaign(o[1] as api.Campaign);
@@ -1645,7 +1645,7 @@
var o = api.CampaignsListResponse();
buildCounterCampaignsListResponse++;
if (buildCounterCampaignsListResponse < 3) {
- o.campaigns = buildUnnamed5340();
+ o.campaigns = buildUnnamed5391();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1656,7 +1656,7 @@
void checkCampaignsListResponse(api.CampaignsListResponse o) {
buildCounterCampaignsListResponse++;
if (buildCounterCampaignsListResponse < 3) {
- checkUnnamed5340(o.campaigns!);
+ checkUnnamed5391(o.campaigns!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1756,14 +1756,14 @@
buildCounterChangeLog--;
}
-core.List<api.ChangeLog> buildUnnamed5341() {
+core.List<api.ChangeLog> buildUnnamed5392() {
var o = <api.ChangeLog>[];
o.add(buildChangeLog());
o.add(buildChangeLog());
return o;
}
-void checkUnnamed5341(core.List<api.ChangeLog> o) {
+void checkUnnamed5392(core.List<api.ChangeLog> o) {
unittest.expect(o, unittest.hasLength(2));
checkChangeLog(o[0] as api.ChangeLog);
checkChangeLog(o[1] as api.ChangeLog);
@@ -1774,7 +1774,7 @@
var o = api.ChangeLogsListResponse();
buildCounterChangeLogsListResponse++;
if (buildCounterChangeLogsListResponse < 3) {
- o.changeLogs = buildUnnamed5341();
+ o.changeLogs = buildUnnamed5392();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1785,7 +1785,7 @@
void checkChangeLogsListResponse(api.ChangeLogsListResponse o) {
buildCounterChangeLogsListResponse++;
if (buildCounterChangeLogsListResponse < 3) {
- checkUnnamed5341(o.changeLogs!);
+ checkUnnamed5392(o.changeLogs!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1798,14 +1798,14 @@
buildCounterChangeLogsListResponse--;
}
-core.List<api.ChannelGroupingRule> buildUnnamed5342() {
+core.List<api.ChannelGroupingRule> buildUnnamed5393() {
var o = <api.ChannelGroupingRule>[];
o.add(buildChannelGroupingRule());
o.add(buildChannelGroupingRule());
return o;
}
-void checkUnnamed5342(core.List<api.ChannelGroupingRule> o) {
+void checkUnnamed5393(core.List<api.ChannelGroupingRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannelGroupingRule(o[0] as api.ChannelGroupingRule);
checkChannelGroupingRule(o[1] as api.ChannelGroupingRule);
@@ -1819,7 +1819,7 @@
o.fallbackName = 'foo';
o.kind = 'foo';
o.name = 'foo';
- o.rules = buildUnnamed5342();
+ o.rules = buildUnnamed5393();
}
buildCounterChannelGrouping--;
return o;
@@ -1840,19 +1840,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5342(o.rules!);
+ checkUnnamed5393(o.rules!);
}
buildCounterChannelGrouping--;
}
-core.List<api.DisjunctiveMatchStatement> buildUnnamed5343() {
+core.List<api.DisjunctiveMatchStatement> buildUnnamed5394() {
var o = <api.DisjunctiveMatchStatement>[];
o.add(buildDisjunctiveMatchStatement());
o.add(buildDisjunctiveMatchStatement());
return o;
}
-void checkUnnamed5343(core.List<api.DisjunctiveMatchStatement> o) {
+void checkUnnamed5394(core.List<api.DisjunctiveMatchStatement> o) {
unittest.expect(o, unittest.hasLength(2));
checkDisjunctiveMatchStatement(o[0] as api.DisjunctiveMatchStatement);
checkDisjunctiveMatchStatement(o[1] as api.DisjunctiveMatchStatement);
@@ -1863,7 +1863,7 @@
var o = api.ChannelGroupingRule();
buildCounterChannelGroupingRule++;
if (buildCounterChannelGroupingRule < 3) {
- o.disjunctiveMatchStatements = buildUnnamed5343();
+ o.disjunctiveMatchStatements = buildUnnamed5394();
o.kind = 'foo';
o.name = 'foo';
}
@@ -1874,7 +1874,7 @@
void checkChannelGroupingRule(api.ChannelGroupingRule o) {
buildCounterChannelGroupingRule++;
if (buildCounterChannelGroupingRule < 3) {
- checkUnnamed5343(o.disjunctiveMatchStatements!);
+ checkUnnamed5394(o.disjunctiveMatchStatements!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1887,14 +1887,14 @@
buildCounterChannelGroupingRule--;
}
-core.List<api.City> buildUnnamed5344() {
+core.List<api.City> buildUnnamed5395() {
var o = <api.City>[];
o.add(buildCity());
o.add(buildCity());
return o;
}
-void checkUnnamed5344(core.List<api.City> o) {
+void checkUnnamed5395(core.List<api.City> o) {
unittest.expect(o, unittest.hasLength(2));
checkCity(o[0] as api.City);
checkCity(o[1] as api.City);
@@ -1905,7 +1905,7 @@
var o = api.CitiesListResponse();
buildCounterCitiesListResponse++;
if (buildCounterCitiesListResponse < 3) {
- o.cities = buildUnnamed5344();
+ o.cities = buildUnnamed5395();
o.kind = 'foo';
}
buildCounterCitiesListResponse--;
@@ -1915,7 +1915,7 @@
void checkCitiesListResponse(api.CitiesListResponse o) {
buildCounterCitiesListResponse++;
if (buildCounterCitiesListResponse < 3) {
- checkUnnamed5344(o.cities!);
+ checkUnnamed5395(o.cities!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2099,14 +2099,14 @@
buildCounterCompanionClickThroughOverride--;
}
-core.List<api.Size> buildUnnamed5345() {
+core.List<api.Size> buildUnnamed5396() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed5345(core.List<api.Size> o) {
+void checkUnnamed5396(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
@@ -2118,7 +2118,7 @@
buildCounterCompanionSetting++;
if (buildCounterCompanionSetting < 3) {
o.companionsDisabled = true;
- o.enabledSizes = buildUnnamed5345();
+ o.enabledSizes = buildUnnamed5396();
o.imageOnly = true;
o.kind = 'foo';
}
@@ -2130,7 +2130,7 @@
buildCounterCompanionSetting++;
if (buildCounterCompanionSetting < 3) {
unittest.expect(o.companionsDisabled!, unittest.isTrue);
- checkUnnamed5345(o.enabledSizes!);
+ checkUnnamed5396(o.enabledSizes!);
unittest.expect(o.imageOnly!, unittest.isTrue);
unittest.expect(
o.kind!,
@@ -2220,14 +2220,14 @@
buildCounterConnectionType--;
}
-core.List<api.ConnectionType> buildUnnamed5346() {
+core.List<api.ConnectionType> buildUnnamed5397() {
var o = <api.ConnectionType>[];
o.add(buildConnectionType());
o.add(buildConnectionType());
return o;
}
-void checkUnnamed5346(core.List<api.ConnectionType> o) {
+void checkUnnamed5397(core.List<api.ConnectionType> o) {
unittest.expect(o, unittest.hasLength(2));
checkConnectionType(o[0] as api.ConnectionType);
checkConnectionType(o[1] as api.ConnectionType);
@@ -2238,7 +2238,7 @@
var o = api.ConnectionTypesListResponse();
buildCounterConnectionTypesListResponse++;
if (buildCounterConnectionTypesListResponse < 3) {
- o.connectionTypes = buildUnnamed5346();
+ o.connectionTypes = buildUnnamed5397();
o.kind = 'foo';
}
buildCounterConnectionTypesListResponse--;
@@ -2248,7 +2248,7 @@
void checkConnectionTypesListResponse(api.ConnectionTypesListResponse o) {
buildCounterConnectionTypesListResponse++;
if (buildCounterConnectionTypesListResponse < 3) {
- checkUnnamed5346(o.connectionTypes!);
+ checkUnnamed5397(o.connectionTypes!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2257,14 +2257,14 @@
buildCounterConnectionTypesListResponse--;
}
-core.List<api.ContentCategory> buildUnnamed5347() {
+core.List<api.ContentCategory> buildUnnamed5398() {
var o = <api.ContentCategory>[];
o.add(buildContentCategory());
o.add(buildContentCategory());
return o;
}
-void checkUnnamed5347(core.List<api.ContentCategory> o) {
+void checkUnnamed5398(core.List<api.ContentCategory> o) {
unittest.expect(o, unittest.hasLength(2));
checkContentCategory(o[0] as api.ContentCategory);
checkContentCategory(o[1] as api.ContentCategory);
@@ -2275,7 +2275,7 @@
var o = api.ContentCategoriesListResponse();
buildCounterContentCategoriesListResponse++;
if (buildCounterContentCategoriesListResponse < 3) {
- o.contentCategories = buildUnnamed5347();
+ o.contentCategories = buildUnnamed5398();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -2286,7 +2286,7 @@
void checkContentCategoriesListResponse(api.ContentCategoriesListResponse o) {
buildCounterContentCategoriesListResponse++;
if (buildCounterContentCategoriesListResponse < 3) {
- checkUnnamed5347(o.contentCategories!);
+ checkUnnamed5398(o.contentCategories!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2336,27 +2336,27 @@
buildCounterContentCategory--;
}
-core.List<api.CustomFloodlightVariable> buildUnnamed5348() {
+core.List<api.CustomFloodlightVariable> buildUnnamed5399() {
var o = <api.CustomFloodlightVariable>[];
o.add(buildCustomFloodlightVariable());
o.add(buildCustomFloodlightVariable());
return o;
}
-void checkUnnamed5348(core.List<api.CustomFloodlightVariable> o) {
+void checkUnnamed5399(core.List<api.CustomFloodlightVariable> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomFloodlightVariable(o[0] as api.CustomFloodlightVariable);
checkCustomFloodlightVariable(o[1] as api.CustomFloodlightVariable);
}
-core.List<core.String> buildUnnamed5349() {
+core.List<core.String> buildUnnamed5400() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5349(core.List<core.String> o) {
+void checkUnnamed5400(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2374,10 +2374,10 @@
buildCounterConversion++;
if (buildCounterConversion < 3) {
o.childDirectedTreatment = true;
- o.customVariables = buildUnnamed5348();
+ o.customVariables = buildUnnamed5399();
o.dclid = 'foo';
o.encryptedUserId = 'foo';
- o.encryptedUserIdCandidates = buildUnnamed5349();
+ o.encryptedUserIdCandidates = buildUnnamed5400();
o.floodlightActivityId = 'foo';
o.floodlightConfigurationId = 'foo';
o.gclid = 'foo';
@@ -2400,7 +2400,7 @@
buildCounterConversion++;
if (buildCounterConversion < 3) {
unittest.expect(o.childDirectedTreatment!, unittest.isTrue);
- checkUnnamed5348(o.customVariables!);
+ checkUnnamed5399(o.customVariables!);
unittest.expect(
o.dclid!,
unittest.equals('foo'),
@@ -2409,7 +2409,7 @@
o.encryptedUserId!,
unittest.equals('foo'),
);
- checkUnnamed5349(o.encryptedUserIdCandidates!);
+ checkUnnamed5400(o.encryptedUserIdCandidates!);
unittest.expect(
o.floodlightActivityId!,
unittest.equals('foo'),
@@ -2489,14 +2489,14 @@
buildCounterConversionError--;
}
-core.List<api.ConversionError> buildUnnamed5350() {
+core.List<api.ConversionError> buildUnnamed5401() {
var o = <api.ConversionError>[];
o.add(buildConversionError());
o.add(buildConversionError());
return o;
}
-void checkUnnamed5350(core.List<api.ConversionError> o) {
+void checkUnnamed5401(core.List<api.ConversionError> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversionError(o[0] as api.ConversionError);
checkConversionError(o[1] as api.ConversionError);
@@ -2508,7 +2508,7 @@
buildCounterConversionStatus++;
if (buildCounterConversionStatus < 3) {
o.conversion = buildConversion();
- o.errors = buildUnnamed5350();
+ o.errors = buildUnnamed5401();
o.kind = 'foo';
}
buildCounterConversionStatus--;
@@ -2519,7 +2519,7 @@
buildCounterConversionStatus++;
if (buildCounterConversionStatus < 3) {
checkConversion(o.conversion! as api.Conversion);
- checkUnnamed5350(o.errors!);
+ checkUnnamed5401(o.errors!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2528,14 +2528,14 @@
buildCounterConversionStatus--;
}
-core.List<api.Conversion> buildUnnamed5351() {
+core.List<api.Conversion> buildUnnamed5402() {
var o = <api.Conversion>[];
o.add(buildConversion());
o.add(buildConversion());
return o;
}
-void checkUnnamed5351(core.List<api.Conversion> o) {
+void checkUnnamed5402(core.List<api.Conversion> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversion(o[0] as api.Conversion);
checkConversion(o[1] as api.Conversion);
@@ -2546,7 +2546,7 @@
var o = api.ConversionsBatchInsertRequest();
buildCounterConversionsBatchInsertRequest++;
if (buildCounterConversionsBatchInsertRequest < 3) {
- o.conversions = buildUnnamed5351();
+ o.conversions = buildUnnamed5402();
o.encryptionInfo = buildEncryptionInfo();
o.kind = 'foo';
}
@@ -2557,7 +2557,7 @@
void checkConversionsBatchInsertRequest(api.ConversionsBatchInsertRequest o) {
buildCounterConversionsBatchInsertRequest++;
if (buildCounterConversionsBatchInsertRequest < 3) {
- checkUnnamed5351(o.conversions!);
+ checkUnnamed5402(o.conversions!);
checkEncryptionInfo(o.encryptionInfo! as api.EncryptionInfo);
unittest.expect(
o.kind!,
@@ -2567,14 +2567,14 @@
buildCounterConversionsBatchInsertRequest--;
}
-core.List<api.ConversionStatus> buildUnnamed5352() {
+core.List<api.ConversionStatus> buildUnnamed5403() {
var o = <api.ConversionStatus>[];
o.add(buildConversionStatus());
o.add(buildConversionStatus());
return o;
}
-void checkUnnamed5352(core.List<api.ConversionStatus> o) {
+void checkUnnamed5403(core.List<api.ConversionStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversionStatus(o[0] as api.ConversionStatus);
checkConversionStatus(o[1] as api.ConversionStatus);
@@ -2587,7 +2587,7 @@
if (buildCounterConversionsBatchInsertResponse < 3) {
o.hasFailures = true;
o.kind = 'foo';
- o.status = buildUnnamed5352();
+ o.status = buildUnnamed5403();
}
buildCounterConversionsBatchInsertResponse--;
return o;
@@ -2601,19 +2601,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5352(o.status!);
+ checkUnnamed5403(o.status!);
}
buildCounterConversionsBatchInsertResponse--;
}
-core.List<api.Conversion> buildUnnamed5353() {
+core.List<api.Conversion> buildUnnamed5404() {
var o = <api.Conversion>[];
o.add(buildConversion());
o.add(buildConversion());
return o;
}
-void checkUnnamed5353(core.List<api.Conversion> o) {
+void checkUnnamed5404(core.List<api.Conversion> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversion(o[0] as api.Conversion);
checkConversion(o[1] as api.Conversion);
@@ -2624,7 +2624,7 @@
var o = api.ConversionsBatchUpdateRequest();
buildCounterConversionsBatchUpdateRequest++;
if (buildCounterConversionsBatchUpdateRequest < 3) {
- o.conversions = buildUnnamed5353();
+ o.conversions = buildUnnamed5404();
o.encryptionInfo = buildEncryptionInfo();
o.kind = 'foo';
}
@@ -2635,7 +2635,7 @@
void checkConversionsBatchUpdateRequest(api.ConversionsBatchUpdateRequest o) {
buildCounterConversionsBatchUpdateRequest++;
if (buildCounterConversionsBatchUpdateRequest < 3) {
- checkUnnamed5353(o.conversions!);
+ checkUnnamed5404(o.conversions!);
checkEncryptionInfo(o.encryptionInfo! as api.EncryptionInfo);
unittest.expect(
o.kind!,
@@ -2645,14 +2645,14 @@
buildCounterConversionsBatchUpdateRequest--;
}
-core.List<api.ConversionStatus> buildUnnamed5354() {
+core.List<api.ConversionStatus> buildUnnamed5405() {
var o = <api.ConversionStatus>[];
o.add(buildConversionStatus());
o.add(buildConversionStatus());
return o;
}
-void checkUnnamed5354(core.List<api.ConversionStatus> o) {
+void checkUnnamed5405(core.List<api.ConversionStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversionStatus(o[0] as api.ConversionStatus);
checkConversionStatus(o[1] as api.ConversionStatus);
@@ -2665,7 +2665,7 @@
if (buildCounterConversionsBatchUpdateResponse < 3) {
o.hasFailures = true;
o.kind = 'foo';
- o.status = buildUnnamed5354();
+ o.status = buildUnnamed5405();
}
buildCounterConversionsBatchUpdateResponse--;
return o;
@@ -2679,19 +2679,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5354(o.status!);
+ checkUnnamed5405(o.status!);
}
buildCounterConversionsBatchUpdateResponse--;
}
-core.List<api.Country> buildUnnamed5355() {
+core.List<api.Country> buildUnnamed5406() {
var o = <api.Country>[];
o.add(buildCountry());
o.add(buildCountry());
return o;
}
-void checkUnnamed5355(core.List<api.Country> o) {
+void checkUnnamed5406(core.List<api.Country> o) {
unittest.expect(o, unittest.hasLength(2));
checkCountry(o[0] as api.Country);
checkCountry(o[1] as api.Country);
@@ -2702,7 +2702,7 @@
var o = api.CountriesListResponse();
buildCounterCountriesListResponse++;
if (buildCounterCountriesListResponse < 3) {
- o.countries = buildUnnamed5355();
+ o.countries = buildUnnamed5406();
o.kind = 'foo';
}
buildCounterCountriesListResponse--;
@@ -2712,7 +2712,7 @@
void checkCountriesListResponse(api.CountriesListResponse o) {
buildCounterCountriesListResponse++;
if (buildCounterCountriesListResponse < 3) {
- checkUnnamed5355(o.countries!);
+ checkUnnamed5406(o.countries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2760,14 +2760,14 @@
buildCounterCountry--;
}
-core.List<core.String> buildUnnamed5356() {
+core.List<core.String> buildUnnamed5407() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5356(core.List<core.String> o) {
+void checkUnnamed5407(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2779,27 +2779,27 @@
);
}
-core.List<api.Size> buildUnnamed5357() {
+core.List<api.Size> buildUnnamed5408() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed5357(core.List<api.Size> o) {
+void checkUnnamed5408(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
}
-core.List<core.String> buildUnnamed5358() {
+core.List<core.String> buildUnnamed5409() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5358(core.List<core.String> o) {
+void checkUnnamed5409(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2811,27 +2811,27 @@
);
}
-core.List<api.ClickTag> buildUnnamed5359() {
+core.List<api.ClickTag> buildUnnamed5410() {
var o = <api.ClickTag>[];
o.add(buildClickTag());
o.add(buildClickTag());
return o;
}
-void checkUnnamed5359(core.List<api.ClickTag> o) {
+void checkUnnamed5410(core.List<api.ClickTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkClickTag(o[0] as api.ClickTag);
checkClickTag(o[1] as api.ClickTag);
}
-core.List<core.String> buildUnnamed5360() {
+core.List<core.String> buildUnnamed5411() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5360(core.List<core.String> o) {
+void checkUnnamed5411(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2843,14 +2843,14 @@
);
}
-core.List<core.String> buildUnnamed5361() {
+core.List<core.String> buildUnnamed5412() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5361(core.List<core.String> o) {
+void checkUnnamed5412(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2862,53 +2862,53 @@
);
}
-core.List<api.CreativeCustomEvent> buildUnnamed5362() {
+core.List<api.CreativeCustomEvent> buildUnnamed5413() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
o.add(buildCreativeCustomEvent());
return o;
}
-void checkUnnamed5362(core.List<api.CreativeCustomEvent> o) {
+void checkUnnamed5413(core.List<api.CreativeCustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
}
-core.List<api.CreativeAsset> buildUnnamed5363() {
+core.List<api.CreativeAsset> buildUnnamed5414() {
var o = <api.CreativeAsset>[];
o.add(buildCreativeAsset());
o.add(buildCreativeAsset());
return o;
}
-void checkUnnamed5363(core.List<api.CreativeAsset> o) {
+void checkUnnamed5414(core.List<api.CreativeAsset> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeAsset(o[0] as api.CreativeAsset);
checkCreativeAsset(o[1] as api.CreativeAsset);
}
-core.List<api.CreativeFieldAssignment> buildUnnamed5364() {
+core.List<api.CreativeFieldAssignment> buildUnnamed5415() {
var o = <api.CreativeFieldAssignment>[];
o.add(buildCreativeFieldAssignment());
o.add(buildCreativeFieldAssignment());
return o;
}
-void checkUnnamed5364(core.List<api.CreativeFieldAssignment> o) {
+void checkUnnamed5415(core.List<api.CreativeFieldAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeFieldAssignment(o[0] as api.CreativeFieldAssignment);
checkCreativeFieldAssignment(o[1] as api.CreativeFieldAssignment);
}
-core.List<core.String> buildUnnamed5365() {
+core.List<core.String> buildUnnamed5416() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5365(core.List<core.String> o) {
+void checkUnnamed5416(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2920,40 +2920,40 @@
);
}
-core.List<api.CreativeCustomEvent> buildUnnamed5366() {
+core.List<api.CreativeCustomEvent> buildUnnamed5417() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
o.add(buildCreativeCustomEvent());
return o;
}
-void checkUnnamed5366(core.List<api.CreativeCustomEvent> o) {
+void checkUnnamed5417(core.List<api.CreativeCustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
}
-core.List<api.ThirdPartyTrackingUrl> buildUnnamed5367() {
+core.List<api.ThirdPartyTrackingUrl> buildUnnamed5418() {
var o = <api.ThirdPartyTrackingUrl>[];
o.add(buildThirdPartyTrackingUrl());
o.add(buildThirdPartyTrackingUrl());
return o;
}
-void checkUnnamed5367(core.List<api.ThirdPartyTrackingUrl> o) {
+void checkUnnamed5418(core.List<api.ThirdPartyTrackingUrl> o) {
unittest.expect(o, unittest.hasLength(2));
checkThirdPartyTrackingUrl(o[0] as api.ThirdPartyTrackingUrl);
checkThirdPartyTrackingUrl(o[1] as api.ThirdPartyTrackingUrl);
}
-core.List<api.CreativeCustomEvent> buildUnnamed5368() {
+core.List<api.CreativeCustomEvent> buildUnnamed5419() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
o.add(buildCreativeCustomEvent());
return o;
}
-void checkUnnamed5368(core.List<api.CreativeCustomEvent> o) {
+void checkUnnamed5419(core.List<api.CreativeCustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
@@ -2967,8 +2967,8 @@
o.accountId = 'foo';
o.active = true;
o.adParameters = 'foo';
- o.adTagKeys = buildUnnamed5356();
- o.additionalSizes = buildUnnamed5357();
+ o.adTagKeys = buildUnnamed5407();
+ o.additionalSizes = buildUnnamed5408();
o.advertiserId = 'foo';
o.allowScriptAccess = true;
o.archived = true;
@@ -2978,21 +2978,21 @@
o.autoAdvanceImages = true;
o.backgroundColor = 'foo';
o.backupImageClickThroughUrl = buildCreativeClickThroughUrl();
- o.backupImageFeatures = buildUnnamed5358();
+ o.backupImageFeatures = buildUnnamed5409();
o.backupImageReportingLabel = 'foo';
o.backupImageTargetWindow = buildTargetWindow();
- o.clickTags = buildUnnamed5359();
+ o.clickTags = buildUnnamed5410();
o.commercialId = 'foo';
- o.companionCreatives = buildUnnamed5360();
- o.compatibility = buildUnnamed5361();
+ o.companionCreatives = buildUnnamed5411();
+ o.compatibility = buildUnnamed5412();
o.convertFlashToHtml5 = true;
- o.counterCustomEvents = buildUnnamed5362();
+ o.counterCustomEvents = buildUnnamed5413();
o.creativeAssetSelection = buildCreativeAssetSelection();
- o.creativeAssets = buildUnnamed5363();
- o.creativeFieldAssignments = buildUnnamed5364();
- o.customKeyValues = buildUnnamed5365();
+ o.creativeAssets = buildUnnamed5414();
+ o.creativeFieldAssignments = buildUnnamed5415();
+ o.customKeyValues = buildUnnamed5416();
o.dynamicAssetSelection = true;
- o.exitCustomEvents = buildUnnamed5366();
+ o.exitCustomEvents = buildUnnamed5417();
o.fsCommand = buildFsCommand();
o.htmlCode = 'foo';
o.htmlCodeLocked = true;
@@ -3023,8 +3023,8 @@
o.subaccountId = 'foo';
o.thirdPartyBackupImageImpressionsUrl = 'foo';
o.thirdPartyRichMediaImpressionsUrl = 'foo';
- o.thirdPartyUrls = buildUnnamed5367();
- o.timerCustomEvents = buildUnnamed5368();
+ o.thirdPartyUrls = buildUnnamed5418();
+ o.timerCustomEvents = buildUnnamed5419();
o.totalFileSize = 'foo';
o.type = 'foo';
o.universalAdId = buildUniversalAdId();
@@ -3046,8 +3046,8 @@
o.adParameters!,
unittest.equals('foo'),
);
- checkUnnamed5356(o.adTagKeys!);
- checkUnnamed5357(o.additionalSizes!);
+ checkUnnamed5407(o.adTagKeys!);
+ checkUnnamed5408(o.additionalSizes!);
unittest.expect(
o.advertiserId!,
unittest.equals('foo'),
@@ -3073,28 +3073,28 @@
);
checkCreativeClickThroughUrl(
o.backupImageClickThroughUrl! as api.CreativeClickThroughUrl);
- checkUnnamed5358(o.backupImageFeatures!);
+ checkUnnamed5409(o.backupImageFeatures!);
unittest.expect(
o.backupImageReportingLabel!,
unittest.equals('foo'),
);
checkTargetWindow(o.backupImageTargetWindow! as api.TargetWindow);
- checkUnnamed5359(o.clickTags!);
+ checkUnnamed5410(o.clickTags!);
unittest.expect(
o.commercialId!,
unittest.equals('foo'),
);
- checkUnnamed5360(o.companionCreatives!);
- checkUnnamed5361(o.compatibility!);
+ checkUnnamed5411(o.companionCreatives!);
+ checkUnnamed5412(o.compatibility!);
unittest.expect(o.convertFlashToHtml5!, unittest.isTrue);
- checkUnnamed5362(o.counterCustomEvents!);
+ checkUnnamed5413(o.counterCustomEvents!);
checkCreativeAssetSelection(
o.creativeAssetSelection! as api.CreativeAssetSelection);
- checkUnnamed5363(o.creativeAssets!);
- checkUnnamed5364(o.creativeFieldAssignments!);
- checkUnnamed5365(o.customKeyValues!);
+ checkUnnamed5414(o.creativeAssets!);
+ checkUnnamed5415(o.creativeFieldAssignments!);
+ checkUnnamed5416(o.customKeyValues!);
unittest.expect(o.dynamicAssetSelection!, unittest.isTrue);
- checkUnnamed5366(o.exitCustomEvents!);
+ checkUnnamed5417(o.exitCustomEvents!);
checkFsCommand(o.fsCommand! as api.FsCommand);
unittest.expect(
o.htmlCode!,
@@ -3179,8 +3179,8 @@
o.thirdPartyRichMediaImpressionsUrl!,
unittest.equals('foo'),
);
- checkUnnamed5367(o.thirdPartyUrls!);
- checkUnnamed5368(o.timerCustomEvents!);
+ checkUnnamed5418(o.thirdPartyUrls!);
+ checkUnnamed5419(o.timerCustomEvents!);
unittest.expect(
o.totalFileSize!,
unittest.equals('foo'),
@@ -3198,27 +3198,27 @@
buildCounterCreative--;
}
-core.List<api.Size> buildUnnamed5369() {
+core.List<api.Size> buildUnnamed5420() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed5369(core.List<api.Size> o) {
+void checkUnnamed5420(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
}
-core.List<core.String> buildUnnamed5370() {
+core.List<core.String> buildUnnamed5421() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5370(core.List<core.String> o) {
+void checkUnnamed5421(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3230,14 +3230,14 @@
);
}
-core.List<core.String> buildUnnamed5371() {
+core.List<core.String> buildUnnamed5422() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5371(core.List<core.String> o) {
+void checkUnnamed5422(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3256,7 +3256,7 @@
if (buildCounterCreativeAsset < 3) {
o.actionScript3 = true;
o.active = true;
- o.additionalSizes = buildUnnamed5369();
+ o.additionalSizes = buildUnnamed5420();
o.alignment = 'foo';
o.artworkType = 'foo';
o.assetIdentifier = buildCreativeAssetId();
@@ -3266,9 +3266,9 @@
o.bitRate = 42;
o.childAssetType = 'foo';
o.collapsedSize = buildSize();
- o.companionCreativeIds = buildUnnamed5370();
+ o.companionCreativeIds = buildUnnamed5421();
o.customStartTimeValue = 42;
- o.detectedFeatures = buildUnnamed5371();
+ o.detectedFeatures = buildUnnamed5422();
o.displayType = 'foo';
o.duration = 42;
o.durationType = 'foo';
@@ -3314,7 +3314,7 @@
if (buildCounterCreativeAsset < 3) {
unittest.expect(o.actionScript3!, unittest.isTrue);
unittest.expect(o.active!, unittest.isTrue);
- checkUnnamed5369(o.additionalSizes!);
+ checkUnnamed5420(o.additionalSizes!);
unittest.expect(
o.alignment!,
unittest.equals('foo'),
@@ -3342,12 +3342,12 @@
unittest.equals('foo'),
);
checkSize(o.collapsedSize! as api.Size);
- checkUnnamed5370(o.companionCreativeIds!);
+ checkUnnamed5421(o.companionCreativeIds!);
unittest.expect(
o.customStartTimeValue!,
unittest.equals(42),
);
- checkUnnamed5371(o.detectedFeatures!);
+ checkUnnamed5422(o.detectedFeatures!);
unittest.expect(
o.displayType!,
unittest.equals('foo'),
@@ -3477,40 +3477,40 @@
buildCounterCreativeAssetId--;
}
-core.List<api.ClickTag> buildUnnamed5372() {
+core.List<api.ClickTag> buildUnnamed5423() {
var o = <api.ClickTag>[];
o.add(buildClickTag());
o.add(buildClickTag());
return o;
}
-void checkUnnamed5372(core.List<api.ClickTag> o) {
+void checkUnnamed5423(core.List<api.ClickTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkClickTag(o[0] as api.ClickTag);
checkClickTag(o[1] as api.ClickTag);
}
-core.List<api.CreativeCustomEvent> buildUnnamed5373() {
+core.List<api.CreativeCustomEvent> buildUnnamed5424() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
o.add(buildCreativeCustomEvent());
return o;
}
-void checkUnnamed5373(core.List<api.CreativeCustomEvent> o) {
+void checkUnnamed5424(core.List<api.CreativeCustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
}
-core.List<core.String> buildUnnamed5374() {
+core.List<core.String> buildUnnamed5425() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5374(core.List<core.String> o) {
+void checkUnnamed5425(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3522,40 +3522,40 @@
);
}
-core.List<api.CreativeCustomEvent> buildUnnamed5375() {
+core.List<api.CreativeCustomEvent> buildUnnamed5426() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
o.add(buildCreativeCustomEvent());
return o;
}
-void checkUnnamed5375(core.List<api.CreativeCustomEvent> o) {
+void checkUnnamed5426(core.List<api.CreativeCustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
}
-core.List<api.CreativeCustomEvent> buildUnnamed5376() {
+core.List<api.CreativeCustomEvent> buildUnnamed5427() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
o.add(buildCreativeCustomEvent());
return o;
}
-void checkUnnamed5376(core.List<api.CreativeCustomEvent> o) {
+void checkUnnamed5427(core.List<api.CreativeCustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
}
-core.List<core.String> buildUnnamed5377() {
+core.List<core.String> buildUnnamed5428() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5377(core.List<core.String> o) {
+void checkUnnamed5428(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3573,16 +3573,16 @@
buildCounterCreativeAssetMetadata++;
if (buildCounterCreativeAssetMetadata < 3) {
o.assetIdentifier = buildCreativeAssetId();
- o.clickTags = buildUnnamed5372();
- o.counterCustomEvents = buildUnnamed5373();
- o.detectedFeatures = buildUnnamed5374();
- o.exitCustomEvents = buildUnnamed5375();
+ o.clickTags = buildUnnamed5423();
+ o.counterCustomEvents = buildUnnamed5424();
+ o.detectedFeatures = buildUnnamed5425();
+ o.exitCustomEvents = buildUnnamed5426();
o.id = 'foo';
o.idDimensionValue = buildDimensionValue();
o.kind = 'foo';
o.richMedia = true;
- o.timerCustomEvents = buildUnnamed5376();
- o.warnedValidationRules = buildUnnamed5377();
+ o.timerCustomEvents = buildUnnamed5427();
+ o.warnedValidationRules = buildUnnamed5428();
}
buildCounterCreativeAssetMetadata--;
return o;
@@ -3592,10 +3592,10 @@
buildCounterCreativeAssetMetadata++;
if (buildCounterCreativeAssetMetadata < 3) {
checkCreativeAssetId(o.assetIdentifier! as api.CreativeAssetId);
- checkUnnamed5372(o.clickTags!);
- checkUnnamed5373(o.counterCustomEvents!);
- checkUnnamed5374(o.detectedFeatures!);
- checkUnnamed5375(o.exitCustomEvents!);
+ checkUnnamed5423(o.clickTags!);
+ checkUnnamed5424(o.counterCustomEvents!);
+ checkUnnamed5425(o.detectedFeatures!);
+ checkUnnamed5426(o.exitCustomEvents!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -3606,20 +3606,20 @@
unittest.equals('foo'),
);
unittest.expect(o.richMedia!, unittest.isTrue);
- checkUnnamed5376(o.timerCustomEvents!);
- checkUnnamed5377(o.warnedValidationRules!);
+ checkUnnamed5427(o.timerCustomEvents!);
+ checkUnnamed5428(o.warnedValidationRules!);
}
buildCounterCreativeAssetMetadata--;
}
-core.List<api.Rule> buildUnnamed5378() {
+core.List<api.Rule> buildUnnamed5429() {
var o = <api.Rule>[];
o.add(buildRule());
o.add(buildRule());
return o;
}
-void checkUnnamed5378(core.List<api.Rule> o) {
+void checkUnnamed5429(core.List<api.Rule> o) {
unittest.expect(o, unittest.hasLength(2));
checkRule(o[0] as api.Rule);
checkRule(o[1] as api.Rule);
@@ -3631,7 +3631,7 @@
buildCounterCreativeAssetSelection++;
if (buildCounterCreativeAssetSelection < 3) {
o.defaultAssetId = 'foo';
- o.rules = buildUnnamed5378();
+ o.rules = buildUnnamed5429();
}
buildCounterCreativeAssetSelection--;
return o;
@@ -3644,45 +3644,45 @@
o.defaultAssetId!,
unittest.equals('foo'),
);
- checkUnnamed5378(o.rules!);
+ checkUnnamed5429(o.rules!);
}
buildCounterCreativeAssetSelection--;
}
-core.List<api.CompanionClickThroughOverride> buildUnnamed5379() {
+core.List<api.CompanionClickThroughOverride> buildUnnamed5430() {
var o = <api.CompanionClickThroughOverride>[];
o.add(buildCompanionClickThroughOverride());
o.add(buildCompanionClickThroughOverride());
return o;
}
-void checkUnnamed5379(core.List<api.CompanionClickThroughOverride> o) {
+void checkUnnamed5430(core.List<api.CompanionClickThroughOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompanionClickThroughOverride(o[0] as api.CompanionClickThroughOverride);
checkCompanionClickThroughOverride(o[1] as api.CompanionClickThroughOverride);
}
-core.List<api.CreativeGroupAssignment> buildUnnamed5380() {
+core.List<api.CreativeGroupAssignment> buildUnnamed5431() {
var o = <api.CreativeGroupAssignment>[];
o.add(buildCreativeGroupAssignment());
o.add(buildCreativeGroupAssignment());
return o;
}
-void checkUnnamed5380(core.List<api.CreativeGroupAssignment> o) {
+void checkUnnamed5431(core.List<api.CreativeGroupAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeGroupAssignment(o[0] as api.CreativeGroupAssignment);
checkCreativeGroupAssignment(o[1] as api.CreativeGroupAssignment);
}
-core.List<api.RichMediaExitOverride> buildUnnamed5381() {
+core.List<api.RichMediaExitOverride> buildUnnamed5432() {
var o = <api.RichMediaExitOverride>[];
o.add(buildRichMediaExitOverride());
o.add(buildRichMediaExitOverride());
return o;
}
-void checkUnnamed5381(core.List<api.RichMediaExitOverride> o) {
+void checkUnnamed5432(core.List<api.RichMediaExitOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkRichMediaExitOverride(o[0] as api.RichMediaExitOverride);
checkRichMediaExitOverride(o[1] as api.RichMediaExitOverride);
@@ -3696,12 +3696,12 @@
o.active = true;
o.applyEventTags = true;
o.clickThroughUrl = buildClickThroughUrl();
- o.companionCreativeOverrides = buildUnnamed5379();
- o.creativeGroupAssignments = buildUnnamed5380();
+ o.companionCreativeOverrides = buildUnnamed5430();
+ o.creativeGroupAssignments = buildUnnamed5431();
o.creativeId = 'foo';
o.creativeIdDimensionValue = buildDimensionValue();
o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
- o.richMediaExitOverrides = buildUnnamed5381();
+ o.richMediaExitOverrides = buildUnnamed5432();
o.sequence = 42;
o.sslCompliant = true;
o.startTime = core.DateTime.parse("2002-02-27T14:01:02");
@@ -3717,8 +3717,8 @@
unittest.expect(o.active!, unittest.isTrue);
unittest.expect(o.applyEventTags!, unittest.isTrue);
checkClickThroughUrl(o.clickThroughUrl! as api.ClickThroughUrl);
- checkUnnamed5379(o.companionCreativeOverrides!);
- checkUnnamed5380(o.creativeGroupAssignments!);
+ checkUnnamed5430(o.companionCreativeOverrides!);
+ checkUnnamed5431(o.creativeGroupAssignments!);
unittest.expect(
o.creativeId!,
unittest.equals('foo'),
@@ -3728,7 +3728,7 @@
o.endTime!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed5381(o.richMediaExitOverrides!);
+ checkUnnamed5432(o.richMediaExitOverrides!);
unittest.expect(
o.sequence!,
unittest.equals(42),
@@ -3949,14 +3949,14 @@
buildCounterCreativeFieldValue--;
}
-core.List<api.CreativeFieldValue> buildUnnamed5382() {
+core.List<api.CreativeFieldValue> buildUnnamed5433() {
var o = <api.CreativeFieldValue>[];
o.add(buildCreativeFieldValue());
o.add(buildCreativeFieldValue());
return o;
}
-void checkUnnamed5382(core.List<api.CreativeFieldValue> o) {
+void checkUnnamed5433(core.List<api.CreativeFieldValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeFieldValue(o[0] as api.CreativeFieldValue);
checkCreativeFieldValue(o[1] as api.CreativeFieldValue);
@@ -3967,7 +3967,7 @@
var o = api.CreativeFieldValuesListResponse();
buildCounterCreativeFieldValuesListResponse++;
if (buildCounterCreativeFieldValuesListResponse < 3) {
- o.creativeFieldValues = buildUnnamed5382();
+ o.creativeFieldValues = buildUnnamed5433();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -3979,7 +3979,7 @@
api.CreativeFieldValuesListResponse o) {
buildCounterCreativeFieldValuesListResponse++;
if (buildCounterCreativeFieldValuesListResponse < 3) {
- checkUnnamed5382(o.creativeFieldValues!);
+ checkUnnamed5433(o.creativeFieldValues!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3992,14 +3992,14 @@
buildCounterCreativeFieldValuesListResponse--;
}
-core.List<api.CreativeField> buildUnnamed5383() {
+core.List<api.CreativeField> buildUnnamed5434() {
var o = <api.CreativeField>[];
o.add(buildCreativeField());
o.add(buildCreativeField());
return o;
}
-void checkUnnamed5383(core.List<api.CreativeField> o) {
+void checkUnnamed5434(core.List<api.CreativeField> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeField(o[0] as api.CreativeField);
checkCreativeField(o[1] as api.CreativeField);
@@ -4010,7 +4010,7 @@
var o = api.CreativeFieldsListResponse();
buildCounterCreativeFieldsListResponse++;
if (buildCounterCreativeFieldsListResponse < 3) {
- o.creativeFields = buildUnnamed5383();
+ o.creativeFields = buildUnnamed5434();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -4021,7 +4021,7 @@
void checkCreativeFieldsListResponse(api.CreativeFieldsListResponse o) {
buildCounterCreativeFieldsListResponse++;
if (buildCounterCreativeFieldsListResponse < 3) {
- checkUnnamed5383(o.creativeFields!);
+ checkUnnamed5434(o.creativeFields!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4115,14 +4115,14 @@
buildCounterCreativeGroupAssignment--;
}
-core.List<api.CreativeGroup> buildUnnamed5384() {
+core.List<api.CreativeGroup> buildUnnamed5435() {
var o = <api.CreativeGroup>[];
o.add(buildCreativeGroup());
o.add(buildCreativeGroup());
return o;
}
-void checkUnnamed5384(core.List<api.CreativeGroup> o) {
+void checkUnnamed5435(core.List<api.CreativeGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeGroup(o[0] as api.CreativeGroup);
checkCreativeGroup(o[1] as api.CreativeGroup);
@@ -4133,7 +4133,7 @@
var o = api.CreativeGroupsListResponse();
buildCounterCreativeGroupsListResponse++;
if (buildCounterCreativeGroupsListResponse < 3) {
- o.creativeGroups = buildUnnamed5384();
+ o.creativeGroups = buildUnnamed5435();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -4144,7 +4144,7 @@
void checkCreativeGroupsListResponse(api.CreativeGroupsListResponse o) {
buildCounterCreativeGroupsListResponse++;
if (buildCounterCreativeGroupsListResponse < 3) {
- checkUnnamed5384(o.creativeGroups!);
+ checkUnnamed5435(o.creativeGroups!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4157,14 +4157,14 @@
buildCounterCreativeGroupsListResponse--;
}
-core.List<api.OptimizationActivity> buildUnnamed5385() {
+core.List<api.OptimizationActivity> buildUnnamed5436() {
var o = <api.OptimizationActivity>[];
o.add(buildOptimizationActivity());
o.add(buildOptimizationActivity());
return o;
}
-void checkUnnamed5385(core.List<api.OptimizationActivity> o) {
+void checkUnnamed5436(core.List<api.OptimizationActivity> o) {
unittest.expect(o, unittest.hasLength(2));
checkOptimizationActivity(o[0] as api.OptimizationActivity);
checkOptimizationActivity(o[1] as api.OptimizationActivity);
@@ -4177,7 +4177,7 @@
if (buildCounterCreativeOptimizationConfiguration < 3) {
o.id = 'foo';
o.name = 'foo';
- o.optimizationActivitys = buildUnnamed5385();
+ o.optimizationActivitys = buildUnnamed5436();
o.optimizationModel = 'foo';
}
buildCounterCreativeOptimizationConfiguration--;
@@ -4196,7 +4196,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5385(o.optimizationActivitys!);
+ checkUnnamed5436(o.optimizationActivitys!);
unittest.expect(
o.optimizationModel!,
unittest.equals('foo'),
@@ -4205,14 +4205,14 @@
buildCounterCreativeOptimizationConfiguration--;
}
-core.List<api.CreativeAssignment> buildUnnamed5386() {
+core.List<api.CreativeAssignment> buildUnnamed5437() {
var o = <api.CreativeAssignment>[];
o.add(buildCreativeAssignment());
o.add(buildCreativeAssignment());
return o;
}
-void checkUnnamed5386(core.List<api.CreativeAssignment> o) {
+void checkUnnamed5437(core.List<api.CreativeAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeAssignment(o[0] as api.CreativeAssignment);
checkCreativeAssignment(o[1] as api.CreativeAssignment);
@@ -4223,7 +4223,7 @@
var o = api.CreativeRotation();
buildCounterCreativeRotation++;
if (buildCounterCreativeRotation < 3) {
- o.creativeAssignments = buildUnnamed5386();
+ o.creativeAssignments = buildUnnamed5437();
o.creativeOptimizationConfigurationId = 'foo';
o.type = 'foo';
o.weightCalculationStrategy = 'foo';
@@ -4235,7 +4235,7 @@
void checkCreativeRotation(api.CreativeRotation o) {
buildCounterCreativeRotation++;
if (buildCounterCreativeRotation < 3) {
- checkUnnamed5386(o.creativeAssignments!);
+ checkUnnamed5437(o.creativeAssignments!);
unittest.expect(
o.creativeOptimizationConfigurationId!,
unittest.equals('foo'),
@@ -4252,14 +4252,14 @@
buildCounterCreativeRotation--;
}
-core.List<api.Creative> buildUnnamed5387() {
+core.List<api.Creative> buildUnnamed5438() {
var o = <api.Creative>[];
o.add(buildCreative());
o.add(buildCreative());
return o;
}
-void checkUnnamed5387(core.List<api.Creative> o) {
+void checkUnnamed5438(core.List<api.Creative> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreative(o[0] as api.Creative);
checkCreative(o[1] as api.Creative);
@@ -4270,7 +4270,7 @@
var o = api.CreativesListResponse();
buildCounterCreativesListResponse++;
if (buildCounterCreativesListResponse < 3) {
- o.creatives = buildUnnamed5387();
+ o.creatives = buildUnnamed5438();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -4281,7 +4281,7 @@
void checkCreativesListResponse(api.CreativesListResponse o) {
buildCounterCreativesListResponse++;
if (buildCounterCreativesListResponse < 3) {
- checkUnnamed5387(o.creatives!);
+ checkUnnamed5438(o.creatives!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4294,53 +4294,53 @@
buildCounterCreativesListResponse--;
}
-core.List<api.Dimension> buildUnnamed5388() {
+core.List<api.Dimension> buildUnnamed5439() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed5388(core.List<api.Dimension> o) {
+void checkUnnamed5439(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Dimension> buildUnnamed5389() {
+core.List<api.Dimension> buildUnnamed5440() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed5389(core.List<api.Dimension> o) {
+void checkUnnamed5440(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed5390() {
+core.List<api.Metric> buildUnnamed5441() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed5390(core.List<api.Metric> o) {
+void checkUnnamed5441(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
}
-core.List<api.Metric> buildUnnamed5391() {
+core.List<api.Metric> buildUnnamed5442() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed5391(core.List<api.Metric> o) {
+void checkUnnamed5442(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
@@ -4352,11 +4352,11 @@
var o = api.CrossDimensionReachReportCompatibleFields();
buildCounterCrossDimensionReachReportCompatibleFields++;
if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
- o.breakdown = buildUnnamed5388();
- o.dimensionFilters = buildUnnamed5389();
+ o.breakdown = buildUnnamed5439();
+ o.dimensionFilters = buildUnnamed5440();
o.kind = 'foo';
- o.metrics = buildUnnamed5390();
- o.overlapMetrics = buildUnnamed5391();
+ o.metrics = buildUnnamed5441();
+ o.overlapMetrics = buildUnnamed5442();
}
buildCounterCrossDimensionReachReportCompatibleFields--;
return o;
@@ -4366,26 +4366,26 @@
api.CrossDimensionReachReportCompatibleFields o) {
buildCounterCrossDimensionReachReportCompatibleFields++;
if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
- checkUnnamed5388(o.breakdown!);
- checkUnnamed5389(o.dimensionFilters!);
+ checkUnnamed5439(o.breakdown!);
+ checkUnnamed5440(o.dimensionFilters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5390(o.metrics!);
- checkUnnamed5391(o.overlapMetrics!);
+ checkUnnamed5441(o.metrics!);
+ checkUnnamed5442(o.overlapMetrics!);
}
buildCounterCrossDimensionReachReportCompatibleFields--;
}
-core.List<api.CustomVariable> buildUnnamed5392() {
+core.List<api.CustomVariable> buildUnnamed5443() {
var o = <api.CustomVariable>[];
o.add(buildCustomVariable());
o.add(buildCustomVariable());
return o;
}
-void checkUnnamed5392(core.List<api.CustomVariable> o) {
+void checkUnnamed5443(core.List<api.CustomVariable> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomVariable(o[0] as api.CustomVariable);
checkCustomVariable(o[1] as api.CustomVariable);
@@ -4398,7 +4398,7 @@
if (buildCounterCustomEvent < 3) {
o.annotateClickEvent = buildCustomEventClickAnnotation();
o.annotateImpressionEvent = buildCustomEventImpressionAnnotation();
- o.customVariables = buildUnnamed5392();
+ o.customVariables = buildUnnamed5443();
o.eventType = 'foo';
o.floodlightConfigurationId = 'foo';
o.insertEvent = buildCustomEventInsert();
@@ -4417,7 +4417,7 @@
o.annotateClickEvent! as api.CustomEventClickAnnotation);
checkCustomEventImpressionAnnotation(
o.annotateImpressionEvent! as api.CustomEventImpressionAnnotation);
- checkUnnamed5392(o.customVariables!);
+ checkUnnamed5443(o.customVariables!);
unittest.expect(
o.eventType!,
unittest.equals('foo'),
@@ -4571,14 +4571,14 @@
buildCounterCustomEventInsert--;
}
-core.List<api.CustomEventError> buildUnnamed5393() {
+core.List<api.CustomEventError> buildUnnamed5444() {
var o = <api.CustomEventError>[];
o.add(buildCustomEventError());
o.add(buildCustomEventError());
return o;
}
-void checkUnnamed5393(core.List<api.CustomEventError> o) {
+void checkUnnamed5444(core.List<api.CustomEventError> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomEventError(o[0] as api.CustomEventError);
checkCustomEventError(o[1] as api.CustomEventError);
@@ -4590,7 +4590,7 @@
buildCounterCustomEventStatus++;
if (buildCounterCustomEventStatus < 3) {
o.customEvent = buildCustomEvent();
- o.errors = buildUnnamed5393();
+ o.errors = buildUnnamed5444();
o.kind = 'foo';
}
buildCounterCustomEventStatus--;
@@ -4601,7 +4601,7 @@
buildCounterCustomEventStatus++;
if (buildCounterCustomEventStatus < 3) {
checkCustomEvent(o.customEvent! as api.CustomEvent);
- checkUnnamed5393(o.errors!);
+ checkUnnamed5444(o.errors!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4610,14 +4610,14 @@
buildCounterCustomEventStatus--;
}
-core.List<api.CustomEvent> buildUnnamed5394() {
+core.List<api.CustomEvent> buildUnnamed5445() {
var o = <api.CustomEvent>[];
o.add(buildCustomEvent());
o.add(buildCustomEvent());
return o;
}
-void checkUnnamed5394(core.List<api.CustomEvent> o) {
+void checkUnnamed5445(core.List<api.CustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomEvent(o[0] as api.CustomEvent);
checkCustomEvent(o[1] as api.CustomEvent);
@@ -4628,7 +4628,7 @@
var o = api.CustomEventsBatchInsertRequest();
buildCounterCustomEventsBatchInsertRequest++;
if (buildCounterCustomEventsBatchInsertRequest < 3) {
- o.customEvents = buildUnnamed5394();
+ o.customEvents = buildUnnamed5445();
o.kind = 'foo';
}
buildCounterCustomEventsBatchInsertRequest--;
@@ -4638,7 +4638,7 @@
void checkCustomEventsBatchInsertRequest(api.CustomEventsBatchInsertRequest o) {
buildCounterCustomEventsBatchInsertRequest++;
if (buildCounterCustomEventsBatchInsertRequest < 3) {
- checkUnnamed5394(o.customEvents!);
+ checkUnnamed5445(o.customEvents!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4647,14 +4647,14 @@
buildCounterCustomEventsBatchInsertRequest--;
}
-core.List<api.CustomEventStatus> buildUnnamed5395() {
+core.List<api.CustomEventStatus> buildUnnamed5446() {
var o = <api.CustomEventStatus>[];
o.add(buildCustomEventStatus());
o.add(buildCustomEventStatus());
return o;
}
-void checkUnnamed5395(core.List<api.CustomEventStatus> o) {
+void checkUnnamed5446(core.List<api.CustomEventStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomEventStatus(o[0] as api.CustomEventStatus);
checkCustomEventStatus(o[1] as api.CustomEventStatus);
@@ -4667,7 +4667,7 @@
if (buildCounterCustomEventsBatchInsertResponse < 3) {
o.hasFailures = true;
o.kind = 'foo';
- o.status = buildUnnamed5395();
+ o.status = buildUnnamed5446();
}
buildCounterCustomEventsBatchInsertResponse--;
return o;
@@ -4682,7 +4682,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5395(o.status!);
+ checkUnnamed5446(o.status!);
}
buildCounterCustomEventsBatchInsertResponse--;
}
@@ -4719,14 +4719,14 @@
buildCounterCustomFloodlightVariable--;
}
-core.List<api.DimensionValue> buildUnnamed5396() {
+core.List<api.DimensionValue> buildUnnamed5447() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed5396(core.List<api.DimensionValue> o) {
+void checkUnnamed5447(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
@@ -4737,7 +4737,7 @@
var o = api.CustomRichMediaEvents();
buildCounterCustomRichMediaEvents++;
if (buildCounterCustomRichMediaEvents < 3) {
- o.filteredEventIds = buildUnnamed5396();
+ o.filteredEventIds = buildUnnamed5447();
o.kind = 'foo';
}
buildCounterCustomRichMediaEvents--;
@@ -4747,7 +4747,7 @@
void checkCustomRichMediaEvents(api.CustomRichMediaEvents o) {
buildCounterCustomRichMediaEvents++;
if (buildCounterCustomRichMediaEvents < 3) {
- checkUnnamed5396(o.filteredEventIds!);
+ checkUnnamed5447(o.filteredEventIds!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4938,14 +4938,14 @@
buildCounterDateRange--;
}
-core.List<core.String> buildUnnamed5397() {
+core.List<core.String> buildUnnamed5448() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5397(core.List<core.String> o) {
+void checkUnnamed5448(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4957,14 +4957,14 @@
);
}
-core.List<core.int> buildUnnamed5398() {
+core.List<core.int> buildUnnamed5449() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed5398(core.List<core.int> o) {
+void checkUnnamed5449(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4981,8 +4981,8 @@
var o = api.DayPartTargeting();
buildCounterDayPartTargeting++;
if (buildCounterDayPartTargeting < 3) {
- o.daysOfWeek = buildUnnamed5397();
- o.hoursOfDay = buildUnnamed5398();
+ o.daysOfWeek = buildUnnamed5448();
+ o.hoursOfDay = buildUnnamed5449();
o.userLocalTime = true;
}
buildCounterDayPartTargeting--;
@@ -4992,21 +4992,21 @@
void checkDayPartTargeting(api.DayPartTargeting o) {
buildCounterDayPartTargeting++;
if (buildCounterDayPartTargeting < 3) {
- checkUnnamed5397(o.daysOfWeek!);
- checkUnnamed5398(o.hoursOfDay!);
+ checkUnnamed5448(o.daysOfWeek!);
+ checkUnnamed5449(o.hoursOfDay!);
unittest.expect(o.userLocalTime!, unittest.isTrue);
}
buildCounterDayPartTargeting--;
}
-core.List<core.String> buildUnnamed5399() {
+core.List<core.String> buildUnnamed5450() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5399(core.List<core.String> o) {
+void checkUnnamed5450(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5027,7 +5027,7 @@
o.fallbackUrl = 'foo';
o.kind = 'foo';
o.mobileApp = buildMobileApp();
- o.remarketingListIds = buildUnnamed5399();
+ o.remarketingListIds = buildUnnamed5450();
}
buildCounterDeepLink--;
return o;
@@ -5049,7 +5049,7 @@
unittest.equals('foo'),
);
checkMobileApp(o.mobileApp! as api.MobileApp);
- checkUnnamed5399(o.remarketingListIds!);
+ checkUnnamed5450(o.remarketingListIds!);
}
buildCounterDeepLink--;
}
@@ -5250,14 +5250,14 @@
buildCounterDimensionValue--;
}
-core.List<api.DimensionValue> buildUnnamed5400() {
+core.List<api.DimensionValue> buildUnnamed5451() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed5400(core.List<api.DimensionValue> o) {
+void checkUnnamed5451(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
@@ -5269,7 +5269,7 @@
buildCounterDimensionValueList++;
if (buildCounterDimensionValueList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed5400();
+ o.items = buildUnnamed5451();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -5284,7 +5284,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5400(o.items!);
+ checkUnnamed5451(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5297,14 +5297,14 @@
buildCounterDimensionValueList--;
}
-core.List<api.DimensionFilter> buildUnnamed5401() {
+core.List<api.DimensionFilter> buildUnnamed5452() {
var o = <api.DimensionFilter>[];
o.add(buildDimensionFilter());
o.add(buildDimensionFilter());
return o;
}
-void checkUnnamed5401(core.List<api.DimensionFilter> o) {
+void checkUnnamed5452(core.List<api.DimensionFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionFilter(o[0] as api.DimensionFilter);
checkDimensionFilter(o[1] as api.DimensionFilter);
@@ -5317,7 +5317,7 @@
if (buildCounterDimensionValueRequest < 3) {
o.dimensionName = 'foo';
o.endDate = core.DateTime.parse('2002-02-27T14:01:02Z');
- o.filters = buildUnnamed5401();
+ o.filters = buildUnnamed5452();
o.kind = 'foo';
o.startDate = core.DateTime.parse('2002-02-27T14:01:02Z');
}
@@ -5336,7 +5336,7 @@
o.endDate!,
unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")),
);
- checkUnnamed5401(o.filters!);
+ checkUnnamed5452(o.filters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5349,14 +5349,14 @@
buildCounterDimensionValueRequest--;
}
-core.List<core.String> buildUnnamed5402() {
+core.List<core.String> buildUnnamed5453() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5402(core.List<core.String> o) {
+void checkUnnamed5453(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5368,14 +5368,14 @@
);
}
-core.List<core.String> buildUnnamed5403() {
+core.List<core.String> buildUnnamed5454() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5403(core.List<core.String> o) {
+void checkUnnamed5454(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5394,8 +5394,8 @@
if (buildCounterDirectorySite < 3) {
o.id = 'foo';
o.idDimensionValue = buildDimensionValue();
- o.inpageTagFormats = buildUnnamed5402();
- o.interstitialTagFormats = buildUnnamed5403();
+ o.inpageTagFormats = buildUnnamed5453();
+ o.interstitialTagFormats = buildUnnamed5454();
o.kind = 'foo';
o.name = 'foo';
o.settings = buildDirectorySiteSettings();
@@ -5413,8 +5413,8 @@
unittest.equals('foo'),
);
checkDimensionValue(o.idDimensionValue! as api.DimensionValue);
- checkUnnamed5402(o.inpageTagFormats!);
- checkUnnamed5403(o.interstitialTagFormats!);
+ checkUnnamed5453(o.inpageTagFormats!);
+ checkUnnamed5454(o.interstitialTagFormats!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5457,14 +5457,14 @@
buildCounterDirectorySiteSettings--;
}
-core.List<api.DirectorySite> buildUnnamed5404() {
+core.List<api.DirectorySite> buildUnnamed5455() {
var o = <api.DirectorySite>[];
o.add(buildDirectorySite());
o.add(buildDirectorySite());
return o;
}
-void checkUnnamed5404(core.List<api.DirectorySite> o) {
+void checkUnnamed5455(core.List<api.DirectorySite> o) {
unittest.expect(o, unittest.hasLength(2));
checkDirectorySite(o[0] as api.DirectorySite);
checkDirectorySite(o[1] as api.DirectorySite);
@@ -5475,7 +5475,7 @@
var o = api.DirectorySitesListResponse();
buildCounterDirectorySitesListResponse++;
if (buildCounterDirectorySitesListResponse < 3) {
- o.directorySites = buildUnnamed5404();
+ o.directorySites = buildUnnamed5455();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -5486,7 +5486,7 @@
void checkDirectorySitesListResponse(api.DirectorySitesListResponse o) {
buildCounterDirectorySitesListResponse++;
if (buildCounterDirectorySitesListResponse < 3) {
- checkUnnamed5404(o.directorySites!);
+ checkUnnamed5455(o.directorySites!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5499,14 +5499,14 @@
buildCounterDirectorySitesListResponse--;
}
-core.List<api.EventFilter> buildUnnamed5405() {
+core.List<api.EventFilter> buildUnnamed5456() {
var o = <api.EventFilter>[];
o.add(buildEventFilter());
o.add(buildEventFilter());
return o;
}
-void checkUnnamed5405(core.List<api.EventFilter> o) {
+void checkUnnamed5456(core.List<api.EventFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventFilter(o[0] as api.EventFilter);
checkEventFilter(o[1] as api.EventFilter);
@@ -5517,7 +5517,7 @@
var o = api.DisjunctiveMatchStatement();
buildCounterDisjunctiveMatchStatement++;
if (buildCounterDisjunctiveMatchStatement < 3) {
- o.eventFilters = buildUnnamed5405();
+ o.eventFilters = buildUnnamed5456();
o.kind = 'foo';
}
buildCounterDisjunctiveMatchStatement--;
@@ -5527,7 +5527,7 @@
void checkDisjunctiveMatchStatement(api.DisjunctiveMatchStatement o) {
buildCounterDisjunctiveMatchStatement++;
if (buildCounterDisjunctiveMatchStatement < 3) {
- checkUnnamed5405(o.eventFilters!);
+ checkUnnamed5456(o.eventFilters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5573,14 +5573,14 @@
buildCounterDynamicTargetingKey--;
}
-core.List<api.DynamicTargetingKey> buildUnnamed5406() {
+core.List<api.DynamicTargetingKey> buildUnnamed5457() {
var o = <api.DynamicTargetingKey>[];
o.add(buildDynamicTargetingKey());
o.add(buildDynamicTargetingKey());
return o;
}
-void checkUnnamed5406(core.List<api.DynamicTargetingKey> o) {
+void checkUnnamed5457(core.List<api.DynamicTargetingKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicTargetingKey(o[0] as api.DynamicTargetingKey);
checkDynamicTargetingKey(o[1] as api.DynamicTargetingKey);
@@ -5591,7 +5591,7 @@
var o = api.DynamicTargetingKeysListResponse();
buildCounterDynamicTargetingKeysListResponse++;
if (buildCounterDynamicTargetingKeysListResponse < 3) {
- o.dynamicTargetingKeys = buildUnnamed5406();
+ o.dynamicTargetingKeys = buildUnnamed5457();
o.kind = 'foo';
}
buildCounterDynamicTargetingKeysListResponse--;
@@ -5602,7 +5602,7 @@
api.DynamicTargetingKeysListResponse o) {
buildCounterDynamicTargetingKeysListResponse++;
if (buildCounterDynamicTargetingKeysListResponse < 3) {
- checkUnnamed5406(o.dynamicTargetingKeys!);
+ checkUnnamed5457(o.dynamicTargetingKeys!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5673,14 +5673,14 @@
buildCounterEventFilter--;
}
-core.List<core.String> buildUnnamed5407() {
+core.List<core.String> buildUnnamed5458() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5407(core.List<core.String> o) {
+void checkUnnamed5458(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5708,7 +5708,7 @@
o.kind = 'foo';
o.name = 'foo';
o.siteFilterType = 'foo';
- o.siteIds = buildUnnamed5407();
+ o.siteIds = buildUnnamed5458();
o.sslCompliant = true;
o.status = 'foo';
o.subaccountId = 'foo';
@@ -5755,7 +5755,7 @@
o.siteFilterType!,
unittest.equals('foo'),
);
- checkUnnamed5407(o.siteIds!);
+ checkUnnamed5458(o.siteIds!);
unittest.expect(o.sslCompliant!, unittest.isTrue);
unittest.expect(
o.status!,
@@ -5805,14 +5805,14 @@
buildCounterEventTagOverride--;
}
-core.List<api.EventTag> buildUnnamed5408() {
+core.List<api.EventTag> buildUnnamed5459() {
var o = <api.EventTag>[];
o.add(buildEventTag());
o.add(buildEventTag());
return o;
}
-void checkUnnamed5408(core.List<api.EventTag> o) {
+void checkUnnamed5459(core.List<api.EventTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventTag(o[0] as api.EventTag);
checkEventTag(o[1] as api.EventTag);
@@ -5823,7 +5823,7 @@
var o = api.EventTagsListResponse();
buildCounterEventTagsListResponse++;
if (buildCounterEventTagsListResponse < 3) {
- o.eventTags = buildUnnamed5408();
+ o.eventTags = buildUnnamed5459();
o.kind = 'foo';
}
buildCounterEventTagsListResponse--;
@@ -5833,7 +5833,7 @@
void checkEventTagsListResponse(api.EventTagsListResponse o) {
buildCounterEventTagsListResponse++;
if (buildCounterEventTagsListResponse < 3) {
- checkUnnamed5408(o.eventTags!);
+ checkUnnamed5459(o.eventTags!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5930,14 +5930,14 @@
buildCounterFile--;
}
-core.List<api.File> buildUnnamed5409() {
+core.List<api.File> buildUnnamed5460() {
var o = <api.File>[];
o.add(buildFile());
o.add(buildFile());
return o;
}
-void checkUnnamed5409(core.List<api.File> o) {
+void checkUnnamed5460(core.List<api.File> o) {
unittest.expect(o, unittest.hasLength(2));
checkFile(o[0] as api.File);
checkFile(o[1] as api.File);
@@ -5949,7 +5949,7 @@
buildCounterFileList++;
if (buildCounterFileList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed5409();
+ o.items = buildUnnamed5460();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -5964,7 +5964,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5409(o.items!);
+ checkUnnamed5460(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6048,14 +6048,14 @@
buildCounterFloodlightActivitiesGenerateTagResponse--;
}
-core.List<api.FloodlightActivity> buildUnnamed5410() {
+core.List<api.FloodlightActivity> buildUnnamed5461() {
var o = <api.FloodlightActivity>[];
o.add(buildFloodlightActivity());
o.add(buildFloodlightActivity());
return o;
}
-void checkUnnamed5410(core.List<api.FloodlightActivity> o) {
+void checkUnnamed5461(core.List<api.FloodlightActivity> o) {
unittest.expect(o, unittest.hasLength(2));
checkFloodlightActivity(o[0] as api.FloodlightActivity);
checkFloodlightActivity(o[1] as api.FloodlightActivity);
@@ -6066,7 +6066,7 @@
var o = api.FloodlightActivitiesListResponse();
buildCounterFloodlightActivitiesListResponse++;
if (buildCounterFloodlightActivitiesListResponse < 3) {
- o.floodlightActivities = buildUnnamed5410();
+ o.floodlightActivities = buildUnnamed5461();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -6078,7 +6078,7 @@
api.FloodlightActivitiesListResponse o) {
buildCounterFloodlightActivitiesListResponse++;
if (buildCounterFloodlightActivitiesListResponse < 3) {
- checkUnnamed5410(o.floodlightActivities!);
+ checkUnnamed5461(o.floodlightActivities!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6091,27 +6091,27 @@
buildCounterFloodlightActivitiesListResponse--;
}
-core.List<api.FloodlightActivityDynamicTag> buildUnnamed5411() {
+core.List<api.FloodlightActivityDynamicTag> buildUnnamed5462() {
var o = <api.FloodlightActivityDynamicTag>[];
o.add(buildFloodlightActivityDynamicTag());
o.add(buildFloodlightActivityDynamicTag());
return o;
}
-void checkUnnamed5411(core.List<api.FloodlightActivityDynamicTag> o) {
+void checkUnnamed5462(core.List<api.FloodlightActivityDynamicTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkFloodlightActivityDynamicTag(o[0] as api.FloodlightActivityDynamicTag);
checkFloodlightActivityDynamicTag(o[1] as api.FloodlightActivityDynamicTag);
}
-core.List<api.FloodlightActivityPublisherDynamicTag> buildUnnamed5412() {
+core.List<api.FloodlightActivityPublisherDynamicTag> buildUnnamed5463() {
var o = <api.FloodlightActivityPublisherDynamicTag>[];
o.add(buildFloodlightActivityPublisherDynamicTag());
o.add(buildFloodlightActivityPublisherDynamicTag());
return o;
}
-void checkUnnamed5412(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
+void checkUnnamed5463(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkFloodlightActivityPublisherDynamicTag(
o[0] as api.FloodlightActivityPublisherDynamicTag);
@@ -6119,14 +6119,14 @@
o[1] as api.FloodlightActivityPublisherDynamicTag);
}
-core.List<core.String> buildUnnamed5413() {
+core.List<core.String> buildUnnamed5464() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5413(core.List<core.String> o) {
+void checkUnnamed5464(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6149,7 +6149,7 @@
o.attributionEnabled = true;
o.cacheBustingType = 'foo';
o.countingMethod = 'foo';
- o.defaultTags = buildUnnamed5411();
+ o.defaultTags = buildUnnamed5462();
o.expectedUrl = 'foo';
o.floodlightActivityGroupId = 'foo';
o.floodlightActivityGroupName = 'foo';
@@ -6163,7 +6163,7 @@
o.kind = 'foo';
o.name = 'foo';
o.notes = 'foo';
- o.publisherTags = buildUnnamed5412();
+ o.publisherTags = buildUnnamed5463();
o.secure = true;
o.sslCompliant = true;
o.sslRequired = true;
@@ -6171,7 +6171,7 @@
o.subaccountId = 'foo';
o.tagFormat = 'foo';
o.tagString = 'foo';
- o.userDefinedVariableTypes = buildUnnamed5413();
+ o.userDefinedVariableTypes = buildUnnamed5464();
}
buildCounterFloodlightActivity--;
return o;
@@ -6198,7 +6198,7 @@
o.countingMethod!,
unittest.equals('foo'),
);
- checkUnnamed5411(o.defaultTags!);
+ checkUnnamed5462(o.defaultTags!);
unittest.expect(
o.expectedUrl!,
unittest.equals('foo'),
@@ -6246,7 +6246,7 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed5412(o.publisherTags!);
+ checkUnnamed5463(o.publisherTags!);
unittest.expect(o.secure!, unittest.isTrue);
unittest.expect(o.sslCompliant!, unittest.isTrue);
unittest.expect(o.sslRequired!, unittest.isTrue);
@@ -6266,7 +6266,7 @@
o.tagString!,
unittest.equals('foo'),
);
- checkUnnamed5413(o.userDefinedVariableTypes!);
+ checkUnnamed5464(o.userDefinedVariableTypes!);
}
buildCounterFloodlightActivity--;
}
@@ -6372,14 +6372,14 @@
buildCounterFloodlightActivityGroup--;
}
-core.List<api.FloodlightActivityGroup> buildUnnamed5414() {
+core.List<api.FloodlightActivityGroup> buildUnnamed5465() {
var o = <api.FloodlightActivityGroup>[];
o.add(buildFloodlightActivityGroup());
o.add(buildFloodlightActivityGroup());
return o;
}
-void checkUnnamed5414(core.List<api.FloodlightActivityGroup> o) {
+void checkUnnamed5465(core.List<api.FloodlightActivityGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkFloodlightActivityGroup(o[0] as api.FloodlightActivityGroup);
checkFloodlightActivityGroup(o[1] as api.FloodlightActivityGroup);
@@ -6391,7 +6391,7 @@
var o = api.FloodlightActivityGroupsListResponse();
buildCounterFloodlightActivityGroupsListResponse++;
if (buildCounterFloodlightActivityGroupsListResponse < 3) {
- o.floodlightActivityGroups = buildUnnamed5414();
+ o.floodlightActivityGroups = buildUnnamed5465();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -6403,7 +6403,7 @@
api.FloodlightActivityGroupsListResponse o) {
buildCounterFloodlightActivityGroupsListResponse++;
if (buildCounterFloodlightActivityGroupsListResponse < 3) {
- checkUnnamed5414(o.floodlightActivityGroups!);
+ checkUnnamed5465(o.floodlightActivityGroups!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6454,27 +6454,27 @@
buildCounterFloodlightActivityPublisherDynamicTag--;
}
-core.List<api.ThirdPartyAuthenticationToken> buildUnnamed5415() {
+core.List<api.ThirdPartyAuthenticationToken> buildUnnamed5466() {
var o = <api.ThirdPartyAuthenticationToken>[];
o.add(buildThirdPartyAuthenticationToken());
o.add(buildThirdPartyAuthenticationToken());
return o;
}
-void checkUnnamed5415(core.List<api.ThirdPartyAuthenticationToken> o) {
+void checkUnnamed5466(core.List<api.ThirdPartyAuthenticationToken> o) {
unittest.expect(o, unittest.hasLength(2));
checkThirdPartyAuthenticationToken(o[0] as api.ThirdPartyAuthenticationToken);
checkThirdPartyAuthenticationToken(o[1] as api.ThirdPartyAuthenticationToken);
}
-core.List<api.UserDefinedVariableConfiguration> buildUnnamed5416() {
+core.List<api.UserDefinedVariableConfiguration> buildUnnamed5467() {
var o = <api.UserDefinedVariableConfiguration>[];
o.add(buildUserDefinedVariableConfiguration());
o.add(buildUserDefinedVariableConfiguration());
return o;
}
-void checkUnnamed5416(core.List<api.UserDefinedVariableConfiguration> o) {
+void checkUnnamed5467(core.List<api.UserDefinedVariableConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserDefinedVariableConfiguration(
o[0] as api.UserDefinedVariableConfiguration);
@@ -6503,8 +6503,8 @@
o.omnitureSettings = buildOmnitureSettings();
o.subaccountId = 'foo';
o.tagSettings = buildTagSettings();
- o.thirdPartyAuthenticationTokens = buildUnnamed5415();
- o.userDefinedVariableConfigurations = buildUnnamed5416();
+ o.thirdPartyAuthenticationTokens = buildUnnamed5466();
+ o.userDefinedVariableConfigurations = buildUnnamed5467();
}
buildCounterFloodlightConfiguration--;
return o;
@@ -6552,20 +6552,20 @@
unittest.equals('foo'),
);
checkTagSettings(o.tagSettings! as api.TagSettings);
- checkUnnamed5415(o.thirdPartyAuthenticationTokens!);
- checkUnnamed5416(o.userDefinedVariableConfigurations!);
+ checkUnnamed5466(o.thirdPartyAuthenticationTokens!);
+ checkUnnamed5467(o.userDefinedVariableConfigurations!);
}
buildCounterFloodlightConfiguration--;
}
-core.List<api.FloodlightConfiguration> buildUnnamed5417() {
+core.List<api.FloodlightConfiguration> buildUnnamed5468() {
var o = <api.FloodlightConfiguration>[];
o.add(buildFloodlightConfiguration());
o.add(buildFloodlightConfiguration());
return o;
}
-void checkUnnamed5417(core.List<api.FloodlightConfiguration> o) {
+void checkUnnamed5468(core.List<api.FloodlightConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkFloodlightConfiguration(o[0] as api.FloodlightConfiguration);
checkFloodlightConfiguration(o[1] as api.FloodlightConfiguration);
@@ -6577,7 +6577,7 @@
var o = api.FloodlightConfigurationsListResponse();
buildCounterFloodlightConfigurationsListResponse++;
if (buildCounterFloodlightConfigurationsListResponse < 3) {
- o.floodlightConfigurations = buildUnnamed5417();
+ o.floodlightConfigurations = buildUnnamed5468();
o.kind = 'foo';
}
buildCounterFloodlightConfigurationsListResponse--;
@@ -6588,7 +6588,7 @@
api.FloodlightConfigurationsListResponse o) {
buildCounterFloodlightConfigurationsListResponse++;
if (buildCounterFloodlightConfigurationsListResponse < 3) {
- checkUnnamed5417(o.floodlightConfigurations!);
+ checkUnnamed5468(o.floodlightConfigurations!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6597,40 +6597,40 @@
buildCounterFloodlightConfigurationsListResponse--;
}
-core.List<api.Dimension> buildUnnamed5418() {
+core.List<api.Dimension> buildUnnamed5469() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed5418(core.List<api.Dimension> o) {
+void checkUnnamed5469(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Dimension> buildUnnamed5419() {
+core.List<api.Dimension> buildUnnamed5470() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed5419(core.List<api.Dimension> o) {
+void checkUnnamed5470(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed5420() {
+core.List<api.Metric> buildUnnamed5471() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed5420(core.List<api.Metric> o) {
+void checkUnnamed5471(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
@@ -6641,10 +6641,10 @@
var o = api.FloodlightReportCompatibleFields();
buildCounterFloodlightReportCompatibleFields++;
if (buildCounterFloodlightReportCompatibleFields < 3) {
- o.dimensionFilters = buildUnnamed5418();
- o.dimensions = buildUnnamed5419();
+ o.dimensionFilters = buildUnnamed5469();
+ o.dimensions = buildUnnamed5470();
o.kind = 'foo';
- o.metrics = buildUnnamed5420();
+ o.metrics = buildUnnamed5471();
}
buildCounterFloodlightReportCompatibleFields--;
return o;
@@ -6654,13 +6654,13 @@
api.FloodlightReportCompatibleFields o) {
buildCounterFloodlightReportCompatibleFields++;
if (buildCounterFloodlightReportCompatibleFields < 3) {
- checkUnnamed5418(o.dimensionFilters!);
- checkUnnamed5419(o.dimensions!);
+ checkUnnamed5469(o.dimensionFilters!);
+ checkUnnamed5470(o.dimensions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5420(o.metrics!);
+ checkUnnamed5471(o.metrics!);
}
buildCounterFloodlightReportCompatibleFields--;
}
@@ -6734,66 +6734,66 @@
buildCounterFsCommand--;
}
-core.List<api.City> buildUnnamed5421() {
+core.List<api.City> buildUnnamed5472() {
var o = <api.City>[];
o.add(buildCity());
o.add(buildCity());
return o;
}
-void checkUnnamed5421(core.List<api.City> o) {
+void checkUnnamed5472(core.List<api.City> o) {
unittest.expect(o, unittest.hasLength(2));
checkCity(o[0] as api.City);
checkCity(o[1] as api.City);
}
-core.List<api.Country> buildUnnamed5422() {
+core.List<api.Country> buildUnnamed5473() {
var o = <api.Country>[];
o.add(buildCountry());
o.add(buildCountry());
return o;
}
-void checkUnnamed5422(core.List<api.Country> o) {
+void checkUnnamed5473(core.List<api.Country> o) {
unittest.expect(o, unittest.hasLength(2));
checkCountry(o[0] as api.Country);
checkCountry(o[1] as api.Country);
}
-core.List<api.Metro> buildUnnamed5423() {
+core.List<api.Metro> buildUnnamed5474() {
var o = <api.Metro>[];
o.add(buildMetro());
o.add(buildMetro());
return o;
}
-void checkUnnamed5423(core.List<api.Metro> o) {
+void checkUnnamed5474(core.List<api.Metro> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetro(o[0] as api.Metro);
checkMetro(o[1] as api.Metro);
}
-core.List<api.PostalCode> buildUnnamed5424() {
+core.List<api.PostalCode> buildUnnamed5475() {
var o = <api.PostalCode>[];
o.add(buildPostalCode());
o.add(buildPostalCode());
return o;
}
-void checkUnnamed5424(core.List<api.PostalCode> o) {
+void checkUnnamed5475(core.List<api.PostalCode> o) {
unittest.expect(o, unittest.hasLength(2));
checkPostalCode(o[0] as api.PostalCode);
checkPostalCode(o[1] as api.PostalCode);
}
-core.List<api.Region> buildUnnamed5425() {
+core.List<api.Region> buildUnnamed5476() {
var o = <api.Region>[];
o.add(buildRegion());
o.add(buildRegion());
return o;
}
-void checkUnnamed5425(core.List<api.Region> o) {
+void checkUnnamed5476(core.List<api.Region> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegion(o[0] as api.Region);
checkRegion(o[1] as api.Region);
@@ -6804,12 +6804,12 @@
var o = api.GeoTargeting();
buildCounterGeoTargeting++;
if (buildCounterGeoTargeting < 3) {
- o.cities = buildUnnamed5421();
- o.countries = buildUnnamed5422();
+ o.cities = buildUnnamed5472();
+ o.countries = buildUnnamed5473();
o.excludeCountries = true;
- o.metros = buildUnnamed5423();
- o.postalCodes = buildUnnamed5424();
- o.regions = buildUnnamed5425();
+ o.metros = buildUnnamed5474();
+ o.postalCodes = buildUnnamed5475();
+ o.regions = buildUnnamed5476();
}
buildCounterGeoTargeting--;
return o;
@@ -6818,24 +6818,24 @@
void checkGeoTargeting(api.GeoTargeting o) {
buildCounterGeoTargeting++;
if (buildCounterGeoTargeting < 3) {
- checkUnnamed5421(o.cities!);
- checkUnnamed5422(o.countries!);
+ checkUnnamed5472(o.cities!);
+ checkUnnamed5473(o.countries!);
unittest.expect(o.excludeCountries!, unittest.isTrue);
- checkUnnamed5423(o.metros!);
- checkUnnamed5424(o.postalCodes!);
- checkUnnamed5425(o.regions!);
+ checkUnnamed5474(o.metros!);
+ checkUnnamed5475(o.postalCodes!);
+ checkUnnamed5476(o.regions!);
}
buildCounterGeoTargeting--;
}
-core.List<api.AdSlot> buildUnnamed5426() {
+core.List<api.AdSlot> buildUnnamed5477() {
var o = <api.AdSlot>[];
o.add(buildAdSlot());
o.add(buildAdSlot());
return o;
}
-void checkUnnamed5426(core.List<api.AdSlot> o) {
+void checkUnnamed5477(core.List<api.AdSlot> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdSlot(o[0] as api.AdSlot);
checkAdSlot(o[1] as api.AdSlot);
@@ -6847,7 +6847,7 @@
buildCounterInventoryItem++;
if (buildCounterInventoryItem < 3) {
o.accountId = 'foo';
- o.adSlots = buildUnnamed5426();
+ o.adSlots = buildUnnamed5477();
o.advertiserId = 'foo';
o.contentCategoryId = 'foo';
o.estimatedClickThroughRate = 'foo';
@@ -6878,7 +6878,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed5426(o.adSlots!);
+ checkUnnamed5477(o.adSlots!);
unittest.expect(
o.advertiserId!,
unittest.equals('foo'),
@@ -6946,14 +6946,14 @@
buildCounterInventoryItem--;
}
-core.List<api.InventoryItem> buildUnnamed5427() {
+core.List<api.InventoryItem> buildUnnamed5478() {
var o = <api.InventoryItem>[];
o.add(buildInventoryItem());
o.add(buildInventoryItem());
return o;
}
-void checkUnnamed5427(core.List<api.InventoryItem> o) {
+void checkUnnamed5478(core.List<api.InventoryItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkInventoryItem(o[0] as api.InventoryItem);
checkInventoryItem(o[1] as api.InventoryItem);
@@ -6964,7 +6964,7 @@
var o = api.InventoryItemsListResponse();
buildCounterInventoryItemsListResponse++;
if (buildCounterInventoryItemsListResponse < 3) {
- o.inventoryItems = buildUnnamed5427();
+ o.inventoryItems = buildUnnamed5478();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -6975,7 +6975,7 @@
void checkInventoryItemsListResponse(api.InventoryItemsListResponse o) {
buildCounterInventoryItemsListResponse++;
if (buildCounterInventoryItemsListResponse < 3) {
- checkUnnamed5427(o.inventoryItems!);
+ checkUnnamed5478(o.inventoryItems!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -7010,14 +7010,14 @@
buildCounterKeyValueTargetingExpression--;
}
-core.List<api.DeepLink> buildUnnamed5428() {
+core.List<api.DeepLink> buildUnnamed5479() {
var o = <api.DeepLink>[];
o.add(buildDeepLink());
o.add(buildDeepLink());
return o;
}
-void checkUnnamed5428(core.List<api.DeepLink> o) {
+void checkUnnamed5479(core.List<api.DeepLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeepLink(o[0] as api.DeepLink);
checkDeepLink(o[1] as api.DeepLink);
@@ -7030,7 +7030,7 @@
if (buildCounterLandingPage < 3) {
o.advertiserId = 'foo';
o.archived = true;
- o.deepLinks = buildUnnamed5428();
+ o.deepLinks = buildUnnamed5479();
o.id = 'foo';
o.kind = 'foo';
o.name = 'foo';
@@ -7048,7 +7048,7 @@
unittest.equals('foo'),
);
unittest.expect(o.archived!, unittest.isTrue);
- checkUnnamed5428(o.deepLinks!);
+ checkUnnamed5479(o.deepLinks!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -7106,14 +7106,14 @@
buildCounterLanguage--;
}
-core.List<api.Language> buildUnnamed5429() {
+core.List<api.Language> buildUnnamed5480() {
var o = <api.Language>[];
o.add(buildLanguage());
o.add(buildLanguage());
return o;
}
-void checkUnnamed5429(core.List<api.Language> o) {
+void checkUnnamed5480(core.List<api.Language> o) {
unittest.expect(o, unittest.hasLength(2));
checkLanguage(o[0] as api.Language);
checkLanguage(o[1] as api.Language);
@@ -7124,7 +7124,7 @@
var o = api.LanguageTargeting();
buildCounterLanguageTargeting++;
if (buildCounterLanguageTargeting < 3) {
- o.languages = buildUnnamed5429();
+ o.languages = buildUnnamed5480();
}
buildCounterLanguageTargeting--;
return o;
@@ -7133,19 +7133,19 @@
void checkLanguageTargeting(api.LanguageTargeting o) {
buildCounterLanguageTargeting++;
if (buildCounterLanguageTargeting < 3) {
- checkUnnamed5429(o.languages!);
+ checkUnnamed5480(o.languages!);
}
buildCounterLanguageTargeting--;
}
-core.List<api.Language> buildUnnamed5430() {
+core.List<api.Language> buildUnnamed5481() {
var o = <api.Language>[];
o.add(buildLanguage());
o.add(buildLanguage());
return o;
}
-void checkUnnamed5430(core.List<api.Language> o) {
+void checkUnnamed5481(core.List<api.Language> o) {
unittest.expect(o, unittest.hasLength(2));
checkLanguage(o[0] as api.Language);
checkLanguage(o[1] as api.Language);
@@ -7157,7 +7157,7 @@
buildCounterLanguagesListResponse++;
if (buildCounterLanguagesListResponse < 3) {
o.kind = 'foo';
- o.languages = buildUnnamed5430();
+ o.languages = buildUnnamed5481();
}
buildCounterLanguagesListResponse--;
return o;
@@ -7170,7 +7170,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5430(o.languages!);
+ checkUnnamed5481(o.languages!);
}
buildCounterLanguagesListResponse--;
}
@@ -7197,14 +7197,14 @@
buildCounterLastModifiedInfo--;
}
-core.List<api.ListPopulationTerm> buildUnnamed5431() {
+core.List<api.ListPopulationTerm> buildUnnamed5482() {
var o = <api.ListPopulationTerm>[];
o.add(buildListPopulationTerm());
o.add(buildListPopulationTerm());
return o;
}
-void checkUnnamed5431(core.List<api.ListPopulationTerm> o) {
+void checkUnnamed5482(core.List<api.ListPopulationTerm> o) {
unittest.expect(o, unittest.hasLength(2));
checkListPopulationTerm(o[0] as api.ListPopulationTerm);
checkListPopulationTerm(o[1] as api.ListPopulationTerm);
@@ -7215,7 +7215,7 @@
var o = api.ListPopulationClause();
buildCounterListPopulationClause++;
if (buildCounterListPopulationClause < 3) {
- o.terms = buildUnnamed5431();
+ o.terms = buildUnnamed5482();
}
buildCounterListPopulationClause--;
return o;
@@ -7224,19 +7224,19 @@
void checkListPopulationClause(api.ListPopulationClause o) {
buildCounterListPopulationClause++;
if (buildCounterListPopulationClause < 3) {
- checkUnnamed5431(o.terms!);
+ checkUnnamed5482(o.terms!);
}
buildCounterListPopulationClause--;
}
-core.List<api.ListPopulationClause> buildUnnamed5432() {
+core.List<api.ListPopulationClause> buildUnnamed5483() {
var o = <api.ListPopulationClause>[];
o.add(buildListPopulationClause());
o.add(buildListPopulationClause());
return o;
}
-void checkUnnamed5432(core.List<api.ListPopulationClause> o) {
+void checkUnnamed5483(core.List<api.ListPopulationClause> o) {
unittest.expect(o, unittest.hasLength(2));
checkListPopulationClause(o[0] as api.ListPopulationClause);
checkListPopulationClause(o[1] as api.ListPopulationClause);
@@ -7249,7 +7249,7 @@
if (buildCounterListPopulationRule < 3) {
o.floodlightActivityId = 'foo';
o.floodlightActivityName = 'foo';
- o.listPopulationClauses = buildUnnamed5432();
+ o.listPopulationClauses = buildUnnamed5483();
}
buildCounterListPopulationRule--;
return o;
@@ -7266,7 +7266,7 @@
o.floodlightActivityName!,
unittest.equals('foo'),
);
- checkUnnamed5432(o.listPopulationClauses!);
+ checkUnnamed5483(o.listPopulationClauses!);
}
buildCounterListPopulationRule--;
}
@@ -7450,14 +7450,14 @@
buildCounterMetro--;
}
-core.List<api.Metro> buildUnnamed5433() {
+core.List<api.Metro> buildUnnamed5484() {
var o = <api.Metro>[];
o.add(buildMetro());
o.add(buildMetro());
return o;
}
-void checkUnnamed5433(core.List<api.Metro> o) {
+void checkUnnamed5484(core.List<api.Metro> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetro(o[0] as api.Metro);
checkMetro(o[1] as api.Metro);
@@ -7469,7 +7469,7 @@
buildCounterMetrosListResponse++;
if (buildCounterMetrosListResponse < 3) {
o.kind = 'foo';
- o.metros = buildUnnamed5433();
+ o.metros = buildUnnamed5484();
}
buildCounterMetrosListResponse--;
return o;
@@ -7482,7 +7482,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5433(o.metros!);
+ checkUnnamed5484(o.metros!);
}
buildCounterMetrosListResponse--;
}
@@ -7529,14 +7529,14 @@
buildCounterMobileApp--;
}
-core.List<api.MobileApp> buildUnnamed5434() {
+core.List<api.MobileApp> buildUnnamed5485() {
var o = <api.MobileApp>[];
o.add(buildMobileApp());
o.add(buildMobileApp());
return o;
}
-void checkUnnamed5434(core.List<api.MobileApp> o) {
+void checkUnnamed5485(core.List<api.MobileApp> o) {
unittest.expect(o, unittest.hasLength(2));
checkMobileApp(o[0] as api.MobileApp);
checkMobileApp(o[1] as api.MobileApp);
@@ -7548,7 +7548,7 @@
buildCounterMobileAppsListResponse++;
if (buildCounterMobileAppsListResponse < 3) {
o.kind = 'foo';
- o.mobileApps = buildUnnamed5434();
+ o.mobileApps = buildUnnamed5485();
o.nextPageToken = 'foo';
}
buildCounterMobileAppsListResponse--;
@@ -7562,7 +7562,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5434(o.mobileApps!);
+ checkUnnamed5485(o.mobileApps!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -7613,14 +7613,14 @@
buildCounterMobileCarrier--;
}
-core.List<api.MobileCarrier> buildUnnamed5435() {
+core.List<api.MobileCarrier> buildUnnamed5486() {
var o = <api.MobileCarrier>[];
o.add(buildMobileCarrier());
o.add(buildMobileCarrier());
return o;
}
-void checkUnnamed5435(core.List<api.MobileCarrier> o) {
+void checkUnnamed5486(core.List<api.MobileCarrier> o) {
unittest.expect(o, unittest.hasLength(2));
checkMobileCarrier(o[0] as api.MobileCarrier);
checkMobileCarrier(o[1] as api.MobileCarrier);
@@ -7632,7 +7632,7 @@
buildCounterMobileCarriersListResponse++;
if (buildCounterMobileCarriersListResponse < 3) {
o.kind = 'foo';
- o.mobileCarriers = buildUnnamed5435();
+ o.mobileCarriers = buildUnnamed5486();
}
buildCounterMobileCarriersListResponse--;
return o;
@@ -7645,7 +7645,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5435(o.mobileCarriers!);
+ checkUnnamed5486(o.mobileCarriers!);
}
buildCounterMobileCarriersListResponse--;
}
@@ -7704,14 +7704,14 @@
buildCounterObaIcon--;
}
-core.List<core.String> buildUnnamed5436() {
+core.List<core.String> buildUnnamed5487() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5436(core.List<core.String> o) {
+void checkUnnamed5487(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7729,7 +7729,7 @@
buildCounterObjectFilter++;
if (buildCounterObjectFilter < 3) {
o.kind = 'foo';
- o.objectIds = buildUnnamed5436();
+ o.objectIds = buildUnnamed5487();
o.status = 'foo';
}
buildCounterObjectFilter--;
@@ -7743,7 +7743,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5436(o.objectIds!);
+ checkUnnamed5487(o.objectIds!);
unittest.expect(
o.status!,
unittest.equals('foo'),
@@ -7880,14 +7880,14 @@
buildCounterOperatingSystemVersion--;
}
-core.List<api.OperatingSystemVersion> buildUnnamed5437() {
+core.List<api.OperatingSystemVersion> buildUnnamed5488() {
var o = <api.OperatingSystemVersion>[];
o.add(buildOperatingSystemVersion());
o.add(buildOperatingSystemVersion());
return o;
}
-void checkUnnamed5437(core.List<api.OperatingSystemVersion> o) {
+void checkUnnamed5488(core.List<api.OperatingSystemVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperatingSystemVersion(o[0] as api.OperatingSystemVersion);
checkOperatingSystemVersion(o[1] as api.OperatingSystemVersion);
@@ -7900,7 +7900,7 @@
buildCounterOperatingSystemVersionsListResponse++;
if (buildCounterOperatingSystemVersionsListResponse < 3) {
o.kind = 'foo';
- o.operatingSystemVersions = buildUnnamed5437();
+ o.operatingSystemVersions = buildUnnamed5488();
}
buildCounterOperatingSystemVersionsListResponse--;
return o;
@@ -7914,19 +7914,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5437(o.operatingSystemVersions!);
+ checkUnnamed5488(o.operatingSystemVersions!);
}
buildCounterOperatingSystemVersionsListResponse--;
}
-core.List<api.OperatingSystem> buildUnnamed5438() {
+core.List<api.OperatingSystem> buildUnnamed5489() {
var o = <api.OperatingSystem>[];
o.add(buildOperatingSystem());
o.add(buildOperatingSystem());
return o;
}
-void checkUnnamed5438(core.List<api.OperatingSystem> o) {
+void checkUnnamed5489(core.List<api.OperatingSystem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperatingSystem(o[0] as api.OperatingSystem);
checkOperatingSystem(o[1] as api.OperatingSystem);
@@ -7938,7 +7938,7 @@
buildCounterOperatingSystemsListResponse++;
if (buildCounterOperatingSystemsListResponse < 3) {
o.kind = 'foo';
- o.operatingSystems = buildUnnamed5438();
+ o.operatingSystems = buildUnnamed5489();
}
buildCounterOperatingSystemsListResponse--;
return o;
@@ -7951,7 +7951,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5438(o.operatingSystems!);
+ checkUnnamed5489(o.operatingSystems!);
}
buildCounterOperatingSystemsListResponse--;
}
@@ -7986,14 +7986,14 @@
buildCounterOptimizationActivity--;
}
-core.List<core.String> buildUnnamed5439() {
+core.List<core.String> buildUnnamed5490() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5439(core.List<core.String> o) {
+void checkUnnamed5490(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8005,27 +8005,27 @@
);
}
-core.List<api.OrderContact> buildUnnamed5440() {
+core.List<api.OrderContact> buildUnnamed5491() {
var o = <api.OrderContact>[];
o.add(buildOrderContact());
o.add(buildOrderContact());
return o;
}
-void checkUnnamed5440(core.List<api.OrderContact> o) {
+void checkUnnamed5491(core.List<api.OrderContact> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderContact(o[0] as api.OrderContact);
checkOrderContact(o[1] as api.OrderContact);
}
-core.List<core.String> buildUnnamed5441() {
+core.List<core.String> buildUnnamed5492() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5441(core.List<core.String> o) {
+void checkUnnamed5492(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8037,14 +8037,14 @@
);
}
-core.List<core.String> buildUnnamed5442() {
+core.List<core.String> buildUnnamed5493() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5442(core.List<core.String> o) {
+void checkUnnamed5493(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8063,11 +8063,11 @@
if (buildCounterOrder < 3) {
o.accountId = 'foo';
o.advertiserId = 'foo';
- o.approverUserProfileIds = buildUnnamed5439();
+ o.approverUserProfileIds = buildUnnamed5490();
o.buyerInvoiceId = 'foo';
o.buyerOrganizationName = 'foo';
o.comments = 'foo';
- o.contacts = buildUnnamed5440();
+ o.contacts = buildUnnamed5491();
o.id = 'foo';
o.kind = 'foo';
o.lastModifiedInfo = buildLastModifiedInfo();
@@ -8077,8 +8077,8 @@
o.projectId = 'foo';
o.sellerOrderId = 'foo';
o.sellerOrganizationName = 'foo';
- o.siteId = buildUnnamed5441();
- o.siteNames = buildUnnamed5442();
+ o.siteId = buildUnnamed5492();
+ o.siteNames = buildUnnamed5493();
o.subaccountId = 'foo';
o.termsAndConditions = 'foo';
}
@@ -8097,7 +8097,7 @@
o.advertiserId!,
unittest.equals('foo'),
);
- checkUnnamed5439(o.approverUserProfileIds!);
+ checkUnnamed5490(o.approverUserProfileIds!);
unittest.expect(
o.buyerInvoiceId!,
unittest.equals('foo'),
@@ -8110,7 +8110,7 @@
o.comments!,
unittest.equals('foo'),
);
- checkUnnamed5440(o.contacts!);
+ checkUnnamed5491(o.contacts!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -8144,8 +8144,8 @@
o.sellerOrganizationName!,
unittest.equals('foo'),
);
- checkUnnamed5441(o.siteId!);
- checkUnnamed5442(o.siteNames!);
+ checkUnnamed5492(o.siteId!);
+ checkUnnamed5493(o.siteNames!);
unittest.expect(
o.subaccountId!,
unittest.equals('foo'),
@@ -8200,14 +8200,14 @@
buildCounterOrderContact--;
}
-core.List<core.String> buildUnnamed5443() {
+core.List<core.String> buildUnnamed5494() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5443(core.List<core.String> o) {
+void checkUnnamed5494(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8219,14 +8219,14 @@
);
}
-core.List<core.String> buildUnnamed5444() {
+core.List<core.String> buildUnnamed5495() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5444(core.List<core.String> o) {
+void checkUnnamed5495(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8246,13 +8246,13 @@
o.accountId = 'foo';
o.advertiserId = 'foo';
o.amendedOrderDocumentId = 'foo';
- o.approvedByUserProfileIds = buildUnnamed5443();
+ o.approvedByUserProfileIds = buildUnnamed5494();
o.cancelled = true;
o.createdInfo = buildLastModifiedInfo();
o.effectiveDate = core.DateTime.parse('2002-02-27T14:01:02Z');
o.id = 'foo';
o.kind = 'foo';
- o.lastSentRecipients = buildUnnamed5444();
+ o.lastSentRecipients = buildUnnamed5495();
o.lastSentTime = core.DateTime.parse("2002-02-27T14:01:02");
o.orderId = 'foo';
o.projectId = 'foo';
@@ -8280,7 +8280,7 @@
o.amendedOrderDocumentId!,
unittest.equals('foo'),
);
- checkUnnamed5443(o.approvedByUserProfileIds!);
+ checkUnnamed5494(o.approvedByUserProfileIds!);
unittest.expect(o.cancelled!, unittest.isTrue);
checkLastModifiedInfo(o.createdInfo! as api.LastModifiedInfo);
unittest.expect(
@@ -8295,7 +8295,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5444(o.lastSentRecipients!);
+ checkUnnamed5495(o.lastSentRecipients!);
unittest.expect(
o.lastSentTime!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
@@ -8325,14 +8325,14 @@
buildCounterOrderDocument--;
}
-core.List<api.OrderDocument> buildUnnamed5445() {
+core.List<api.OrderDocument> buildUnnamed5496() {
var o = <api.OrderDocument>[];
o.add(buildOrderDocument());
o.add(buildOrderDocument());
return o;
}
-void checkUnnamed5445(core.List<api.OrderDocument> o) {
+void checkUnnamed5496(core.List<api.OrderDocument> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderDocument(o[0] as api.OrderDocument);
checkOrderDocument(o[1] as api.OrderDocument);
@@ -8345,7 +8345,7 @@
if (buildCounterOrderDocumentsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.orderDocuments = buildUnnamed5445();
+ o.orderDocuments = buildUnnamed5496();
}
buildCounterOrderDocumentsListResponse--;
return o;
@@ -8362,19 +8362,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5445(o.orderDocuments!);
+ checkUnnamed5496(o.orderDocuments!);
}
buildCounterOrderDocumentsListResponse--;
}
-core.List<api.Order> buildUnnamed5446() {
+core.List<api.Order> buildUnnamed5497() {
var o = <api.Order>[];
o.add(buildOrder());
o.add(buildOrder());
return o;
}
-void checkUnnamed5446(core.List<api.Order> o) {
+void checkUnnamed5497(core.List<api.Order> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrder(o[0] as api.Order);
checkOrder(o[1] as api.Order);
@@ -8387,7 +8387,7 @@
if (buildCounterOrdersListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.orders = buildUnnamed5446();
+ o.orders = buildUnnamed5497();
}
buildCounterOrdersListResponse--;
return o;
@@ -8404,19 +8404,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5446(o.orders!);
+ checkUnnamed5497(o.orders!);
}
buildCounterOrdersListResponse--;
}
-core.List<api.EventFilter> buildUnnamed5447() {
+core.List<api.EventFilter> buildUnnamed5498() {
var o = <api.EventFilter>[];
o.add(buildEventFilter());
o.add(buildEventFilter());
return o;
}
-void checkUnnamed5447(core.List<api.EventFilter> o) {
+void checkUnnamed5498(core.List<api.EventFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventFilter(o[0] as api.EventFilter);
checkEventFilter(o[1] as api.EventFilter);
@@ -8427,7 +8427,7 @@
var o = api.PathFilter();
buildCounterPathFilter++;
if (buildCounterPathFilter < 3) {
- o.eventFilters = buildUnnamed5447();
+ o.eventFilters = buildUnnamed5498();
o.kind = 'foo';
o.pathMatchPosition = 'foo';
}
@@ -8438,7 +8438,7 @@
void checkPathFilter(api.PathFilter o) {
buildCounterPathFilter++;
if (buildCounterPathFilter < 3) {
- checkUnnamed5447(o.eventFilters!);
+ checkUnnamed5498(o.eventFilters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -8451,53 +8451,53 @@
buildCounterPathFilter--;
}
-core.List<api.Dimension> buildUnnamed5448() {
+core.List<api.Dimension> buildUnnamed5499() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed5448(core.List<api.Dimension> o) {
+void checkUnnamed5499(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Dimension> buildUnnamed5449() {
+core.List<api.Dimension> buildUnnamed5500() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed5449(core.List<api.Dimension> o) {
+void checkUnnamed5500(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed5450() {
+core.List<api.Metric> buildUnnamed5501() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed5450(core.List<api.Metric> o) {
+void checkUnnamed5501(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
}
-core.List<api.Dimension> buildUnnamed5451() {
+core.List<api.Dimension> buildUnnamed5502() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed5451(core.List<api.Dimension> o) {
+void checkUnnamed5502(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
@@ -8508,11 +8508,11 @@
var o = api.PathReportCompatibleFields();
buildCounterPathReportCompatibleFields++;
if (buildCounterPathReportCompatibleFields < 3) {
- o.channelGroupings = buildUnnamed5448();
- o.dimensions = buildUnnamed5449();
+ o.channelGroupings = buildUnnamed5499();
+ o.dimensions = buildUnnamed5500();
o.kind = 'foo';
- o.metrics = buildUnnamed5450();
- o.pathFilters = buildUnnamed5451();
+ o.metrics = buildUnnamed5501();
+ o.pathFilters = buildUnnamed5502();
}
buildCounterPathReportCompatibleFields--;
return o;
@@ -8521,26 +8521,26 @@
void checkPathReportCompatibleFields(api.PathReportCompatibleFields o) {
buildCounterPathReportCompatibleFields++;
if (buildCounterPathReportCompatibleFields < 3) {
- checkUnnamed5448(o.channelGroupings!);
- checkUnnamed5449(o.dimensions!);
+ checkUnnamed5499(o.channelGroupings!);
+ checkUnnamed5500(o.dimensions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5450(o.metrics!);
- checkUnnamed5451(o.pathFilters!);
+ checkUnnamed5501(o.metrics!);
+ checkUnnamed5502(o.pathFilters!);
}
buildCounterPathReportCompatibleFields--;
}
-core.List<core.String> buildUnnamed5452() {
+core.List<core.String> buildUnnamed5503() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5452(core.List<core.String> o) {
+void checkUnnamed5503(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8552,14 +8552,14 @@
);
}
-core.List<core.String> buildUnnamed5453() {
+core.List<core.String> buildUnnamed5504() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5453(core.List<core.String> o) {
+void checkUnnamed5504(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8577,10 +8577,10 @@
buildCounterPathReportDimensionValue++;
if (buildCounterPathReportDimensionValue < 3) {
o.dimensionName = 'foo';
- o.ids = buildUnnamed5452();
+ o.ids = buildUnnamed5503();
o.kind = 'foo';
o.matchType = 'foo';
- o.values = buildUnnamed5453();
+ o.values = buildUnnamed5504();
}
buildCounterPathReportDimensionValue--;
return o;
@@ -8593,7 +8593,7 @@
o.dimensionName!,
unittest.equals('foo'),
);
- checkUnnamed5452(o.ids!);
+ checkUnnamed5503(o.ids!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -8602,58 +8602,58 @@
o.matchType!,
unittest.equals('foo'),
);
- checkUnnamed5453(o.values!);
+ checkUnnamed5504(o.values!);
}
buildCounterPathReportDimensionValue--;
}
-core.List<api.Dimension> buildUnnamed5454() {
+core.List<api.Dimension> buildUnnamed5505() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed5454(core.List<api.Dimension> o) {
+void checkUnnamed5505(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Dimension> buildUnnamed5455() {
+core.List<api.Dimension> buildUnnamed5506() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed5455(core.List<api.Dimension> o) {
+void checkUnnamed5506(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed5456() {
+core.List<api.Metric> buildUnnamed5507() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed5456(core.List<api.Metric> o) {
+void checkUnnamed5507(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
}
-core.List<api.Dimension> buildUnnamed5457() {
+core.List<api.Dimension> buildUnnamed5508() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed5457(core.List<api.Dimension> o) {
+void checkUnnamed5508(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
@@ -8665,11 +8665,11 @@
var o = api.PathToConversionReportCompatibleFields();
buildCounterPathToConversionReportCompatibleFields++;
if (buildCounterPathToConversionReportCompatibleFields < 3) {
- o.conversionDimensions = buildUnnamed5454();
- o.customFloodlightVariables = buildUnnamed5455();
+ o.conversionDimensions = buildUnnamed5505();
+ o.customFloodlightVariables = buildUnnamed5506();
o.kind = 'foo';
- o.metrics = buildUnnamed5456();
- o.perInteractionDimensions = buildUnnamed5457();
+ o.metrics = buildUnnamed5507();
+ o.perInteractionDimensions = buildUnnamed5508();
}
buildCounterPathToConversionReportCompatibleFields--;
return o;
@@ -8679,39 +8679,39 @@
api.PathToConversionReportCompatibleFields o) {
buildCounterPathToConversionReportCompatibleFields++;
if (buildCounterPathToConversionReportCompatibleFields < 3) {
- checkUnnamed5454(o.conversionDimensions!);
- checkUnnamed5455(o.customFloodlightVariables!);
+ checkUnnamed5505(o.conversionDimensions!);
+ checkUnnamed5506(o.customFloodlightVariables!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5456(o.metrics!);
- checkUnnamed5457(o.perInteractionDimensions!);
+ checkUnnamed5507(o.metrics!);
+ checkUnnamed5508(o.perInteractionDimensions!);
}
buildCounterPathToConversionReportCompatibleFields--;
}
-core.List<api.Size> buildUnnamed5458() {
+core.List<api.Size> buildUnnamed5509() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed5458(core.List<api.Size> o) {
+void checkUnnamed5509(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
}
-core.List<core.String> buildUnnamed5459() {
+core.List<core.String> buildUnnamed5510() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5459(core.List<core.String> o) {
+void checkUnnamed5510(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8730,7 +8730,7 @@
if (buildCounterPlacement < 3) {
o.accountId = 'foo';
o.adBlockingOptOut = true;
- o.additionalSizes = buildUnnamed5458();
+ o.additionalSizes = buildUnnamed5509();
o.advertiserId = 'foo';
o.advertiserIdDimensionValue = buildDimensionValue();
o.archived = true;
@@ -8764,7 +8764,7 @@
o.sslRequired = true;
o.status = 'foo';
o.subaccountId = 'foo';
- o.tagFormats = buildUnnamed5459();
+ o.tagFormats = buildUnnamed5510();
o.tagSetting = buildTagSetting();
o.videoActiveViewOptOut = true;
o.videoSettings = buildVideoSettings();
@@ -8782,7 +8782,7 @@
unittest.equals('foo'),
);
unittest.expect(o.adBlockingOptOut!, unittest.isTrue);
- checkUnnamed5458(o.additionalSizes!);
+ checkUnnamed5509(o.additionalSizes!);
unittest.expect(
o.advertiserId!,
unittest.equals('foo'),
@@ -8869,7 +8869,7 @@
o.subaccountId!,
unittest.equals('foo'),
);
- checkUnnamed5459(o.tagFormats!);
+ checkUnnamed5510(o.tagFormats!);
checkTagSetting(o.tagSetting! as api.TagSetting);
unittest.expect(o.videoActiveViewOptOut!, unittest.isTrue);
checkVideoSettings(o.videoSettings! as api.VideoSettings);
@@ -8909,14 +8909,14 @@
buildCounterPlacementAssignment--;
}
-core.List<core.String> buildUnnamed5460() {
+core.List<core.String> buildUnnamed5511() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5460(core.List<core.String> o) {
+void checkUnnamed5511(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8939,7 +8939,7 @@
o.archived = true;
o.campaignId = 'foo';
o.campaignIdDimensionValue = buildDimensionValue();
- o.childPlacementIds = buildUnnamed5460();
+ o.childPlacementIds = buildUnnamed5511();
o.comment = 'foo';
o.contentCategoryId = 'foo';
o.createInfo = buildLastModifiedInfo();
@@ -8982,7 +8982,7 @@
unittest.equals('foo'),
);
checkDimensionValue(o.campaignIdDimensionValue! as api.DimensionValue);
- checkUnnamed5460(o.childPlacementIds!);
+ checkUnnamed5511(o.childPlacementIds!);
unittest.expect(
o.comment!,
unittest.equals('foo'),
@@ -9043,14 +9043,14 @@
buildCounterPlacementGroup--;
}
-core.List<api.PlacementGroup> buildUnnamed5461() {
+core.List<api.PlacementGroup> buildUnnamed5512() {
var o = <api.PlacementGroup>[];
o.add(buildPlacementGroup());
o.add(buildPlacementGroup());
return o;
}
-void checkUnnamed5461(core.List<api.PlacementGroup> o) {
+void checkUnnamed5512(core.List<api.PlacementGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlacementGroup(o[0] as api.PlacementGroup);
checkPlacementGroup(o[1] as api.PlacementGroup);
@@ -9063,7 +9063,7 @@
if (buildCounterPlacementGroupsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.placementGroups = buildUnnamed5461();
+ o.placementGroups = buildUnnamed5512();
}
buildCounterPlacementGroupsListResponse--;
return o;
@@ -9080,19 +9080,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5461(o.placementGroups!);
+ checkUnnamed5512(o.placementGroups!);
}
buildCounterPlacementGroupsListResponse--;
}
-core.List<api.PlacementStrategy> buildUnnamed5462() {
+core.List<api.PlacementStrategy> buildUnnamed5513() {
var o = <api.PlacementStrategy>[];
o.add(buildPlacementStrategy());
o.add(buildPlacementStrategy());
return o;
}
-void checkUnnamed5462(core.List<api.PlacementStrategy> o) {
+void checkUnnamed5513(core.List<api.PlacementStrategy> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlacementStrategy(o[0] as api.PlacementStrategy);
checkPlacementStrategy(o[1] as api.PlacementStrategy);
@@ -9105,7 +9105,7 @@
if (buildCounterPlacementStrategiesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.placementStrategies = buildUnnamed5462();
+ o.placementStrategies = buildUnnamed5513();
}
buildCounterPlacementStrategiesListResponse--;
return o;
@@ -9123,7 +9123,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5462(o.placementStrategies!);
+ checkUnnamed5513(o.placementStrategies!);
}
buildCounterPlacementStrategiesListResponse--;
}
@@ -9165,14 +9165,14 @@
buildCounterPlacementStrategy--;
}
-core.List<api.TagData> buildUnnamed5463() {
+core.List<api.TagData> buildUnnamed5514() {
var o = <api.TagData>[];
o.add(buildTagData());
o.add(buildTagData());
return o;
}
-void checkUnnamed5463(core.List<api.TagData> o) {
+void checkUnnamed5514(core.List<api.TagData> o) {
unittest.expect(o, unittest.hasLength(2));
checkTagData(o[0] as api.TagData);
checkTagData(o[1] as api.TagData);
@@ -9184,7 +9184,7 @@
buildCounterPlacementTag++;
if (buildCounterPlacementTag < 3) {
o.placementId = 'foo';
- o.tagDatas = buildUnnamed5463();
+ o.tagDatas = buildUnnamed5514();
}
buildCounterPlacementTag--;
return o;
@@ -9197,19 +9197,19 @@
o.placementId!,
unittest.equals('foo'),
);
- checkUnnamed5463(o.tagDatas!);
+ checkUnnamed5514(o.tagDatas!);
}
buildCounterPlacementTag--;
}
-core.List<api.PlacementTag> buildUnnamed5464() {
+core.List<api.PlacementTag> buildUnnamed5515() {
var o = <api.PlacementTag>[];
o.add(buildPlacementTag());
o.add(buildPlacementTag());
return o;
}
-void checkUnnamed5464(core.List<api.PlacementTag> o) {
+void checkUnnamed5515(core.List<api.PlacementTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlacementTag(o[0] as api.PlacementTag);
checkPlacementTag(o[1] as api.PlacementTag);
@@ -9221,7 +9221,7 @@
buildCounterPlacementsGenerateTagsResponse++;
if (buildCounterPlacementsGenerateTagsResponse < 3) {
o.kind = 'foo';
- o.placementTags = buildUnnamed5464();
+ o.placementTags = buildUnnamed5515();
}
buildCounterPlacementsGenerateTagsResponse--;
return o;
@@ -9234,19 +9234,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5464(o.placementTags!);
+ checkUnnamed5515(o.placementTags!);
}
buildCounterPlacementsGenerateTagsResponse--;
}
-core.List<api.Placement> buildUnnamed5465() {
+core.List<api.Placement> buildUnnamed5516() {
var o = <api.Placement>[];
o.add(buildPlacement());
o.add(buildPlacement());
return o;
}
-void checkUnnamed5465(core.List<api.Placement> o) {
+void checkUnnamed5516(core.List<api.Placement> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlacement(o[0] as api.Placement);
checkPlacement(o[1] as api.Placement);
@@ -9259,7 +9259,7 @@
if (buildCounterPlacementsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.placements = buildUnnamed5465();
+ o.placements = buildUnnamed5516();
}
buildCounterPlacementsListResponse--;
return o;
@@ -9276,7 +9276,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5465(o.placements!);
+ checkUnnamed5516(o.placements!);
}
buildCounterPlacementsListResponse--;
}
@@ -9313,14 +9313,14 @@
buildCounterPlatformType--;
}
-core.List<api.PlatformType> buildUnnamed5466() {
+core.List<api.PlatformType> buildUnnamed5517() {
var o = <api.PlatformType>[];
o.add(buildPlatformType());
o.add(buildPlatformType());
return o;
}
-void checkUnnamed5466(core.List<api.PlatformType> o) {
+void checkUnnamed5517(core.List<api.PlatformType> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlatformType(o[0] as api.PlatformType);
checkPlatformType(o[1] as api.PlatformType);
@@ -9332,7 +9332,7 @@
buildCounterPlatformTypesListResponse++;
if (buildCounterPlatformTypesListResponse < 3) {
o.kind = 'foo';
- o.platformTypes = buildUnnamed5466();
+ o.platformTypes = buildUnnamed5517();
}
buildCounterPlatformTypesListResponse--;
return o;
@@ -9345,7 +9345,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5466(o.platformTypes!);
+ checkUnnamed5517(o.platformTypes!);
}
buildCounterPlatformTypesListResponse--;
}
@@ -9433,14 +9433,14 @@
buildCounterPostalCode--;
}
-core.List<api.PostalCode> buildUnnamed5467() {
+core.List<api.PostalCode> buildUnnamed5518() {
var o = <api.PostalCode>[];
o.add(buildPostalCode());
o.add(buildPostalCode());
return o;
}
-void checkUnnamed5467(core.List<api.PostalCode> o) {
+void checkUnnamed5518(core.List<api.PostalCode> o) {
unittest.expect(o, unittest.hasLength(2));
checkPostalCode(o[0] as api.PostalCode);
checkPostalCode(o[1] as api.PostalCode);
@@ -9452,7 +9452,7 @@
buildCounterPostalCodesListResponse++;
if (buildCounterPostalCodesListResponse < 3) {
o.kind = 'foo';
- o.postalCodes = buildUnnamed5467();
+ o.postalCodes = buildUnnamed5518();
}
buildCounterPostalCodesListResponse--;
return o;
@@ -9465,19 +9465,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5467(o.postalCodes!);
+ checkUnnamed5518(o.postalCodes!);
}
buildCounterPostalCodesListResponse--;
}
-core.List<api.Flight> buildUnnamed5468() {
+core.List<api.Flight> buildUnnamed5519() {
var o = <api.Flight>[];
o.add(buildFlight());
o.add(buildFlight());
return o;
}
-void checkUnnamed5468(core.List<api.Flight> o) {
+void checkUnnamed5519(core.List<api.Flight> o) {
unittest.expect(o, unittest.hasLength(2));
checkFlight(o[0] as api.Flight);
checkFlight(o[1] as api.Flight);
@@ -9490,7 +9490,7 @@
if (buildCounterPricing < 3) {
o.capCostType = 'foo';
o.endDate = core.DateTime.parse('2002-02-27T14:01:02Z');
- o.flights = buildUnnamed5468();
+ o.flights = buildUnnamed5519();
o.groupType = 'foo';
o.pricingType = 'foo';
o.startDate = core.DateTime.parse('2002-02-27T14:01:02Z');
@@ -9510,7 +9510,7 @@
o.endDate!,
unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")),
);
- checkUnnamed5468(o.flights!);
+ checkUnnamed5519(o.flights!);
unittest.expect(
o.groupType!,
unittest.equals('foo'),
@@ -9527,14 +9527,14 @@
buildCounterPricing--;
}
-core.List<api.PricingSchedulePricingPeriod> buildUnnamed5469() {
+core.List<api.PricingSchedulePricingPeriod> buildUnnamed5520() {
var o = <api.PricingSchedulePricingPeriod>[];
o.add(buildPricingSchedulePricingPeriod());
o.add(buildPricingSchedulePricingPeriod());
return o;
}
-void checkUnnamed5469(core.List<api.PricingSchedulePricingPeriod> o) {
+void checkUnnamed5520(core.List<api.PricingSchedulePricingPeriod> o) {
unittest.expect(o, unittest.hasLength(2));
checkPricingSchedulePricingPeriod(o[0] as api.PricingSchedulePricingPeriod);
checkPricingSchedulePricingPeriod(o[1] as api.PricingSchedulePricingPeriod);
@@ -9549,7 +9549,7 @@
o.endDate = core.DateTime.parse('2002-02-27T14:01:02Z');
o.flighted = true;
o.floodlightActivityId = 'foo';
- o.pricingPeriods = buildUnnamed5469();
+ o.pricingPeriods = buildUnnamed5520();
o.pricingType = 'foo';
o.startDate = core.DateTime.parse('2002-02-27T14:01:02Z');
o.testingStartDate = core.DateTime.parse('2002-02-27T14:01:02Z');
@@ -9574,7 +9574,7 @@
o.floodlightActivityId!,
unittest.equals('foo'),
);
- checkUnnamed5469(o.pricingPeriods!);
+ checkUnnamed5520(o.pricingPeriods!);
unittest.expect(
o.pricingType!,
unittest.equals('foo'),
@@ -9757,14 +9757,14 @@
buildCounterProject--;
}
-core.List<api.Project> buildUnnamed5470() {
+core.List<api.Project> buildUnnamed5521() {
var o = <api.Project>[];
o.add(buildProject());
o.add(buildProject());
return o;
}
-void checkUnnamed5470(core.List<api.Project> o) {
+void checkUnnamed5521(core.List<api.Project> o) {
unittest.expect(o, unittest.hasLength(2));
checkProject(o[0] as api.Project);
checkProject(o[1] as api.Project);
@@ -9777,7 +9777,7 @@
if (buildCounterProjectsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.projects = buildUnnamed5470();
+ o.projects = buildUnnamed5521();
}
buildCounterProjectsListResponse--;
return o;
@@ -9794,71 +9794,71 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5470(o.projects!);
+ checkUnnamed5521(o.projects!);
}
buildCounterProjectsListResponse--;
}
-core.List<api.Dimension> buildUnnamed5471() {
+core.List<api.Dimension> buildUnnamed5522() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed5471(core.List<api.Dimension> o) {
+void checkUnnamed5522(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Dimension> buildUnnamed5472() {
+core.List<api.Dimension> buildUnnamed5523() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed5472(core.List<api.Dimension> o) {
+void checkUnnamed5523(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed5473() {
+core.List<api.Metric> buildUnnamed5524() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed5473(core.List<api.Metric> o) {
+void checkUnnamed5524(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
}
-core.List<api.Metric> buildUnnamed5474() {
+core.List<api.Metric> buildUnnamed5525() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed5474(core.List<api.Metric> o) {
+void checkUnnamed5525(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
}
-core.List<api.Metric> buildUnnamed5475() {
+core.List<api.Metric> buildUnnamed5526() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed5475(core.List<api.Metric> o) {
+void checkUnnamed5526(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
@@ -9869,12 +9869,12 @@
var o = api.ReachReportCompatibleFields();
buildCounterReachReportCompatibleFields++;
if (buildCounterReachReportCompatibleFields < 3) {
- o.dimensionFilters = buildUnnamed5471();
- o.dimensions = buildUnnamed5472();
+ o.dimensionFilters = buildUnnamed5522();
+ o.dimensions = buildUnnamed5523();
o.kind = 'foo';
- o.metrics = buildUnnamed5473();
- o.pivotedActivityMetrics = buildUnnamed5474();
- o.reachByFrequencyMetrics = buildUnnamed5475();
+ o.metrics = buildUnnamed5524();
+ o.pivotedActivityMetrics = buildUnnamed5525();
+ o.reachByFrequencyMetrics = buildUnnamed5526();
}
buildCounterReachReportCompatibleFields--;
return o;
@@ -9883,15 +9883,15 @@
void checkReachReportCompatibleFields(api.ReachReportCompatibleFields o) {
buildCounterReachReportCompatibleFields++;
if (buildCounterReachReportCompatibleFields < 3) {
- checkUnnamed5471(o.dimensionFilters!);
- checkUnnamed5472(o.dimensions!);
+ checkUnnamed5522(o.dimensionFilters!);
+ checkUnnamed5523(o.dimensions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5473(o.metrics!);
- checkUnnamed5474(o.pivotedActivityMetrics!);
- checkUnnamed5475(o.reachByFrequencyMetrics!);
+ checkUnnamed5524(o.metrics!);
+ checkUnnamed5525(o.pivotedActivityMetrics!);
+ checkUnnamed5526(o.reachByFrequencyMetrics!);
}
buildCounterReachReportCompatibleFields--;
}
@@ -9975,14 +9975,14 @@
buildCounterRegion--;
}
-core.List<api.Region> buildUnnamed5476() {
+core.List<api.Region> buildUnnamed5527() {
var o = <api.Region>[];
o.add(buildRegion());
o.add(buildRegion());
return o;
}
-void checkUnnamed5476(core.List<api.Region> o) {
+void checkUnnamed5527(core.List<api.Region> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegion(o[0] as api.Region);
checkRegion(o[1] as api.Region);
@@ -9994,7 +9994,7 @@
buildCounterRegionsListResponse++;
if (buildCounterRegionsListResponse < 3) {
o.kind = 'foo';
- o.regions = buildUnnamed5476();
+ o.regions = buildUnnamed5527();
}
buildCounterRegionsListResponse--;
return o;
@@ -10007,7 +10007,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5476(o.regions!);
+ checkUnnamed5527(o.regions!);
}
buildCounterRegionsListResponse--;
}
@@ -10085,14 +10085,14 @@
buildCounterRemarketingList--;
}
-core.List<core.String> buildUnnamed5477() {
+core.List<core.String> buildUnnamed5528() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5477(core.List<core.String> o) {
+void checkUnnamed5528(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10104,14 +10104,14 @@
);
}
-core.List<core.String> buildUnnamed5478() {
+core.List<core.String> buildUnnamed5529() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5478(core.List<core.String> o) {
+void checkUnnamed5529(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10130,8 +10130,8 @@
if (buildCounterRemarketingListShare < 3) {
o.kind = 'foo';
o.remarketingListId = 'foo';
- o.sharedAccountIds = buildUnnamed5477();
- o.sharedAdvertiserIds = buildUnnamed5478();
+ o.sharedAccountIds = buildUnnamed5528();
+ o.sharedAdvertiserIds = buildUnnamed5529();
}
buildCounterRemarketingListShare--;
return o;
@@ -10148,20 +10148,20 @@
o.remarketingListId!,
unittest.equals('foo'),
);
- checkUnnamed5477(o.sharedAccountIds!);
- checkUnnamed5478(o.sharedAdvertiserIds!);
+ checkUnnamed5528(o.sharedAccountIds!);
+ checkUnnamed5529(o.sharedAdvertiserIds!);
}
buildCounterRemarketingListShare--;
}
-core.List<api.RemarketingList> buildUnnamed5479() {
+core.List<api.RemarketingList> buildUnnamed5530() {
var o = <api.RemarketingList>[];
o.add(buildRemarketingList());
o.add(buildRemarketingList());
return o;
}
-void checkUnnamed5479(core.List<api.RemarketingList> o) {
+void checkUnnamed5530(core.List<api.RemarketingList> o) {
unittest.expect(o, unittest.hasLength(2));
checkRemarketingList(o[0] as api.RemarketingList);
checkRemarketingList(o[1] as api.RemarketingList);
@@ -10174,7 +10174,7 @@
if (buildCounterRemarketingListsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.remarketingLists = buildUnnamed5479();
+ o.remarketingLists = buildUnnamed5530();
}
buildCounterRemarketingListsListResponse--;
return o;
@@ -10191,45 +10191,45 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5479(o.remarketingLists!);
+ checkUnnamed5530(o.remarketingLists!);
}
buildCounterRemarketingListsListResponse--;
}
-core.List<api.DimensionValue> buildUnnamed5480() {
+core.List<api.DimensionValue> buildUnnamed5531() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed5480(core.List<api.DimensionValue> o) {
+void checkUnnamed5531(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed5481() {
+core.List<api.SortedDimension> buildUnnamed5532() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed5481(core.List<api.SortedDimension> o) {
+void checkUnnamed5532(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<core.String> buildUnnamed5482() {
+core.List<core.String> buildUnnamed5533() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5482(core.List<core.String> o) {
+void checkUnnamed5533(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10249,9 +10249,9 @@
o.activities = buildActivities();
o.customRichMediaEvents = buildCustomRichMediaEvents();
o.dateRange = buildDateRange();
- o.dimensionFilters = buildUnnamed5480();
- o.dimensions = buildUnnamed5481();
- o.metricNames = buildUnnamed5482();
+ o.dimensionFilters = buildUnnamed5531();
+ o.dimensions = buildUnnamed5532();
+ o.metricNames = buildUnnamed5533();
}
buildCounterReportCriteria--;
return o;
@@ -10264,47 +10264,47 @@
checkCustomRichMediaEvents(
o.customRichMediaEvents! as api.CustomRichMediaEvents);
checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed5480(o.dimensionFilters!);
- checkUnnamed5481(o.dimensions!);
- checkUnnamed5482(o.metricNames!);
+ checkUnnamed5531(o.dimensionFilters!);
+ checkUnnamed5532(o.dimensions!);
+ checkUnnamed5533(o.metricNames!);
}
buildCounterReportCriteria--;
}
-core.List<api.SortedDimension> buildUnnamed5483() {
+core.List<api.SortedDimension> buildUnnamed5534() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed5483(core.List<api.SortedDimension> o) {
+void checkUnnamed5534(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<api.DimensionValue> buildUnnamed5484() {
+core.List<api.DimensionValue> buildUnnamed5535() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed5484(core.List<api.DimensionValue> o) {
+void checkUnnamed5535(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<core.String> buildUnnamed5485() {
+core.List<core.String> buildUnnamed5536() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5485(core.List<core.String> o) {
+void checkUnnamed5536(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10316,14 +10316,14 @@
);
}
-core.List<core.String> buildUnnamed5486() {
+core.List<core.String> buildUnnamed5537() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5486(core.List<core.String> o) {
+void checkUnnamed5537(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10340,12 +10340,12 @@
var o = api.ReportCrossDimensionReachCriteria();
buildCounterReportCrossDimensionReachCriteria++;
if (buildCounterReportCrossDimensionReachCriteria < 3) {
- o.breakdown = buildUnnamed5483();
+ o.breakdown = buildUnnamed5534();
o.dateRange = buildDateRange();
o.dimension = 'foo';
- o.dimensionFilters = buildUnnamed5484();
- o.metricNames = buildUnnamed5485();
- o.overlapMetricNames = buildUnnamed5486();
+ o.dimensionFilters = buildUnnamed5535();
+ o.metricNames = buildUnnamed5536();
+ o.overlapMetricNames = buildUnnamed5537();
o.pivoted = true;
}
buildCounterReportCrossDimensionReachCriteria--;
@@ -10356,28 +10356,28 @@
api.ReportCrossDimensionReachCriteria o) {
buildCounterReportCrossDimensionReachCriteria++;
if (buildCounterReportCrossDimensionReachCriteria < 3) {
- checkUnnamed5483(o.breakdown!);
+ checkUnnamed5534(o.breakdown!);
checkDateRange(o.dateRange! as api.DateRange);
unittest.expect(
o.dimension!,
unittest.equals('foo'),
);
- checkUnnamed5484(o.dimensionFilters!);
- checkUnnamed5485(o.metricNames!);
- checkUnnamed5486(o.overlapMetricNames!);
+ checkUnnamed5535(o.dimensionFilters!);
+ checkUnnamed5536(o.metricNames!);
+ checkUnnamed5537(o.overlapMetricNames!);
unittest.expect(o.pivoted!, unittest.isTrue);
}
buildCounterReportCrossDimensionReachCriteria--;
}
-core.List<api.Recipient> buildUnnamed5487() {
+core.List<api.Recipient> buildUnnamed5538() {
var o = <api.Recipient>[];
o.add(buildRecipient());
o.add(buildRecipient());
return o;
}
-void checkUnnamed5487(core.List<api.Recipient> o) {
+void checkUnnamed5538(core.List<api.Recipient> o) {
unittest.expect(o, unittest.hasLength(2));
checkRecipient(o[0] as api.Recipient);
checkRecipient(o[1] as api.Recipient);
@@ -10391,7 +10391,7 @@
o.emailOwner = true;
o.emailOwnerDeliveryType = 'foo';
o.message = 'foo';
- o.recipients = buildUnnamed5487();
+ o.recipients = buildUnnamed5538();
}
buildCounterReportDelivery--;
return o;
@@ -10409,58 +10409,58 @@
o.message!,
unittest.equals('foo'),
);
- checkUnnamed5487(o.recipients!);
+ checkUnnamed5538(o.recipients!);
}
buildCounterReportDelivery--;
}
-core.List<api.DimensionValue> buildUnnamed5488() {
+core.List<api.DimensionValue> buildUnnamed5539() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed5488(core.List<api.DimensionValue> o) {
+void checkUnnamed5539(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.DimensionValue> buildUnnamed5489() {
+core.List<api.DimensionValue> buildUnnamed5540() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed5489(core.List<api.DimensionValue> o) {
+void checkUnnamed5540(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed5490() {
+core.List<api.SortedDimension> buildUnnamed5541() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed5490(core.List<api.SortedDimension> o) {
+void checkUnnamed5541(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<core.String> buildUnnamed5491() {
+core.List<core.String> buildUnnamed5542() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5491(core.List<core.String> o) {
+void checkUnnamed5542(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10502,12 +10502,12 @@
var o = api.ReportFloodlightCriteria();
buildCounterReportFloodlightCriteria++;
if (buildCounterReportFloodlightCriteria < 3) {
- o.customRichMediaEvents = buildUnnamed5488();
+ o.customRichMediaEvents = buildUnnamed5539();
o.dateRange = buildDateRange();
- o.dimensionFilters = buildUnnamed5489();
- o.dimensions = buildUnnamed5490();
+ o.dimensionFilters = buildUnnamed5540();
+ o.dimensions = buildUnnamed5541();
o.floodlightConfigId = buildDimensionValue();
- o.metricNames = buildUnnamed5491();
+ o.metricNames = buildUnnamed5542();
o.reportProperties = buildReportFloodlightCriteriaReportProperties();
}
buildCounterReportFloodlightCriteria--;
@@ -10517,52 +10517,52 @@
void checkReportFloodlightCriteria(api.ReportFloodlightCriteria o) {
buildCounterReportFloodlightCriteria++;
if (buildCounterReportFloodlightCriteria < 3) {
- checkUnnamed5488(o.customRichMediaEvents!);
+ checkUnnamed5539(o.customRichMediaEvents!);
checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed5489(o.dimensionFilters!);
- checkUnnamed5490(o.dimensions!);
+ checkUnnamed5540(o.dimensionFilters!);
+ checkUnnamed5541(o.dimensions!);
checkDimensionValue(o.floodlightConfigId! as api.DimensionValue);
- checkUnnamed5491(o.metricNames!);
+ checkUnnamed5542(o.metricNames!);
checkReportFloodlightCriteriaReportProperties(
o.reportProperties! as api.ReportFloodlightCriteriaReportProperties);
}
buildCounterReportFloodlightCriteria--;
}
-core.List<api.DimensionValue> buildUnnamed5492() {
+core.List<api.DimensionValue> buildUnnamed5543() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed5492(core.List<api.DimensionValue> o) {
+void checkUnnamed5543(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed5493() {
+core.List<api.SortedDimension> buildUnnamed5544() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed5493(core.List<api.SortedDimension> o) {
+void checkUnnamed5544(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<core.String> buildUnnamed5494() {
+core.List<core.String> buildUnnamed5545() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5494(core.List<core.String> o) {
+void checkUnnamed5545(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10574,14 +10574,14 @@
);
}
-core.List<api.PathFilter> buildUnnamed5495() {
+core.List<api.PathFilter> buildUnnamed5546() {
var o = <api.PathFilter>[];
o.add(buildPathFilter());
o.add(buildPathFilter());
return o;
}
-void checkUnnamed5495(core.List<api.PathFilter> o) {
+void checkUnnamed5546(core.List<api.PathFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkPathFilter(o[0] as api.PathFilter);
checkPathFilter(o[1] as api.PathFilter);
@@ -10592,13 +10592,13 @@
var o = api.ReportPathAttributionCriteria();
buildCounterReportPathAttributionCriteria++;
if (buildCounterReportPathAttributionCriteria < 3) {
- o.activityFilters = buildUnnamed5492();
+ o.activityFilters = buildUnnamed5543();
o.customChannelGrouping = buildChannelGrouping();
o.dateRange = buildDateRange();
- o.dimensions = buildUnnamed5493();
+ o.dimensions = buildUnnamed5544();
o.floodlightConfigId = buildDimensionValue();
- o.metricNames = buildUnnamed5494();
- o.pathFilters = buildUnnamed5495();
+ o.metricNames = buildUnnamed5545();
+ o.pathFilters = buildUnnamed5546();
}
buildCounterReportPathAttributionCriteria--;
return o;
@@ -10607,51 +10607,51 @@
void checkReportPathAttributionCriteria(api.ReportPathAttributionCriteria o) {
buildCounterReportPathAttributionCriteria++;
if (buildCounterReportPathAttributionCriteria < 3) {
- checkUnnamed5492(o.activityFilters!);
+ checkUnnamed5543(o.activityFilters!);
checkChannelGrouping(o.customChannelGrouping! as api.ChannelGrouping);
checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed5493(o.dimensions!);
+ checkUnnamed5544(o.dimensions!);
checkDimensionValue(o.floodlightConfigId! as api.DimensionValue);
- checkUnnamed5494(o.metricNames!);
- checkUnnamed5495(o.pathFilters!);
+ checkUnnamed5545(o.metricNames!);
+ checkUnnamed5546(o.pathFilters!);
}
buildCounterReportPathAttributionCriteria--;
}
-core.List<api.DimensionValue> buildUnnamed5496() {
+core.List<api.DimensionValue> buildUnnamed5547() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed5496(core.List<api.DimensionValue> o) {
+void checkUnnamed5547(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed5497() {
+core.List<api.SortedDimension> buildUnnamed5548() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed5497(core.List<api.SortedDimension> o) {
+void checkUnnamed5548(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<core.String> buildUnnamed5498() {
+core.List<core.String> buildUnnamed5549() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5498(core.List<core.String> o) {
+void checkUnnamed5549(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10663,14 +10663,14 @@
);
}
-core.List<api.PathFilter> buildUnnamed5499() {
+core.List<api.PathFilter> buildUnnamed5550() {
var o = <api.PathFilter>[];
o.add(buildPathFilter());
o.add(buildPathFilter());
return o;
}
-void checkUnnamed5499(core.List<api.PathFilter> o) {
+void checkUnnamed5550(core.List<api.PathFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkPathFilter(o[0] as api.PathFilter);
checkPathFilter(o[1] as api.PathFilter);
@@ -10681,13 +10681,13 @@
var o = api.ReportPathCriteria();
buildCounterReportPathCriteria++;
if (buildCounterReportPathCriteria < 3) {
- o.activityFilters = buildUnnamed5496();
+ o.activityFilters = buildUnnamed5547();
o.customChannelGrouping = buildChannelGrouping();
o.dateRange = buildDateRange();
- o.dimensions = buildUnnamed5497();
+ o.dimensions = buildUnnamed5548();
o.floodlightConfigId = buildDimensionValue();
- o.metricNames = buildUnnamed5498();
- o.pathFilters = buildUnnamed5499();
+ o.metricNames = buildUnnamed5549();
+ o.pathFilters = buildUnnamed5550();
}
buildCounterReportPathCriteria--;
return o;
@@ -10696,77 +10696,77 @@
void checkReportPathCriteria(api.ReportPathCriteria o) {
buildCounterReportPathCriteria++;
if (buildCounterReportPathCriteria < 3) {
- checkUnnamed5496(o.activityFilters!);
+ checkUnnamed5547(o.activityFilters!);
checkChannelGrouping(o.customChannelGrouping! as api.ChannelGrouping);
checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed5497(o.dimensions!);
+ checkUnnamed5548(o.dimensions!);
checkDimensionValue(o.floodlightConfigId! as api.DimensionValue);
- checkUnnamed5498(o.metricNames!);
- checkUnnamed5499(o.pathFilters!);
+ checkUnnamed5549(o.metricNames!);
+ checkUnnamed5550(o.pathFilters!);
}
buildCounterReportPathCriteria--;
}
-core.List<api.DimensionValue> buildUnnamed5500() {
+core.List<api.DimensionValue> buildUnnamed5551() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed5500(core.List<api.DimensionValue> o) {
+void checkUnnamed5551(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed5501() {
+core.List<api.SortedDimension> buildUnnamed5552() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed5501(core.List<api.SortedDimension> o) {
+void checkUnnamed5552(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<api.SortedDimension> buildUnnamed5502() {
+core.List<api.SortedDimension> buildUnnamed5553() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed5502(core.List<api.SortedDimension> o) {
+void checkUnnamed5553(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<api.DimensionValue> buildUnnamed5503() {
+core.List<api.DimensionValue> buildUnnamed5554() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed5503(core.List<api.DimensionValue> o) {
+void checkUnnamed5554(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<core.String> buildUnnamed5504() {
+core.List<core.String> buildUnnamed5555() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5504(core.List<core.String> o) {
+void checkUnnamed5555(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10778,14 +10778,14 @@
);
}
-core.List<api.SortedDimension> buildUnnamed5505() {
+core.List<api.SortedDimension> buildUnnamed5556() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed5505(core.List<api.SortedDimension> o) {
+void checkUnnamed5556(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
@@ -10848,14 +10848,14 @@
var o = api.ReportPathToConversionCriteria();
buildCounterReportPathToConversionCriteria++;
if (buildCounterReportPathToConversionCriteria < 3) {
- o.activityFilters = buildUnnamed5500();
- o.conversionDimensions = buildUnnamed5501();
- o.customFloodlightVariables = buildUnnamed5502();
- o.customRichMediaEvents = buildUnnamed5503();
+ o.activityFilters = buildUnnamed5551();
+ o.conversionDimensions = buildUnnamed5552();
+ o.customFloodlightVariables = buildUnnamed5553();
+ o.customRichMediaEvents = buildUnnamed5554();
o.dateRange = buildDateRange();
o.floodlightConfigId = buildDimensionValue();
- o.metricNames = buildUnnamed5504();
- o.perInteractionDimensions = buildUnnamed5505();
+ o.metricNames = buildUnnamed5555();
+ o.perInteractionDimensions = buildUnnamed5556();
o.reportProperties = buildReportPathToConversionCriteriaReportProperties();
}
buildCounterReportPathToConversionCriteria--;
@@ -10865,54 +10865,54 @@
void checkReportPathToConversionCriteria(api.ReportPathToConversionCriteria o) {
buildCounterReportPathToConversionCriteria++;
if (buildCounterReportPathToConversionCriteria < 3) {
- checkUnnamed5500(o.activityFilters!);
- checkUnnamed5501(o.conversionDimensions!);
- checkUnnamed5502(o.customFloodlightVariables!);
- checkUnnamed5503(o.customRichMediaEvents!);
+ checkUnnamed5551(o.activityFilters!);
+ checkUnnamed5552(o.conversionDimensions!);
+ checkUnnamed5553(o.customFloodlightVariables!);
+ checkUnnamed5554(o.customRichMediaEvents!);
checkDateRange(o.dateRange! as api.DateRange);
checkDimensionValue(o.floodlightConfigId! as api.DimensionValue);
- checkUnnamed5504(o.metricNames!);
- checkUnnamed5505(o.perInteractionDimensions!);
+ checkUnnamed5555(o.metricNames!);
+ checkUnnamed5556(o.perInteractionDimensions!);
checkReportPathToConversionCriteriaReportProperties(o.reportProperties!
as api.ReportPathToConversionCriteriaReportProperties);
}
buildCounterReportPathToConversionCriteria--;
}
-core.List<api.DimensionValue> buildUnnamed5506() {
+core.List<api.DimensionValue> buildUnnamed5557() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed5506(core.List<api.DimensionValue> o) {
+void checkUnnamed5557(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed5507() {
+core.List<api.SortedDimension> buildUnnamed5558() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed5507(core.List<api.SortedDimension> o) {
+void checkUnnamed5558(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<core.String> buildUnnamed5508() {
+core.List<core.String> buildUnnamed5559() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5508(core.List<core.String> o) {
+void checkUnnamed5559(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10924,14 +10924,14 @@
);
}
-core.List<core.String> buildUnnamed5509() {
+core.List<core.String> buildUnnamed5560() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5509(core.List<core.String> o) {
+void checkUnnamed5560(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10951,11 +10951,11 @@
o.activities = buildActivities();
o.customRichMediaEvents = buildCustomRichMediaEvents();
o.dateRange = buildDateRange();
- o.dimensionFilters = buildUnnamed5506();
- o.dimensions = buildUnnamed5507();
+ o.dimensionFilters = buildUnnamed5557();
+ o.dimensions = buildUnnamed5558();
o.enableAllDimensionCombinations = true;
- o.metricNames = buildUnnamed5508();
- o.reachByFrequencyMetricNames = buildUnnamed5509();
+ o.metricNames = buildUnnamed5559();
+ o.reachByFrequencyMetricNames = buildUnnamed5560();
}
buildCounterReportReachCriteria--;
return o;
@@ -10968,23 +10968,23 @@
checkCustomRichMediaEvents(
o.customRichMediaEvents! as api.CustomRichMediaEvents);
checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed5506(o.dimensionFilters!);
- checkUnnamed5507(o.dimensions!);
+ checkUnnamed5557(o.dimensionFilters!);
+ checkUnnamed5558(o.dimensions!);
unittest.expect(o.enableAllDimensionCombinations!, unittest.isTrue);
- checkUnnamed5508(o.metricNames!);
- checkUnnamed5509(o.reachByFrequencyMetricNames!);
+ checkUnnamed5559(o.metricNames!);
+ checkUnnamed5560(o.reachByFrequencyMetricNames!);
}
buildCounterReportReachCriteria--;
}
-core.List<core.String> buildUnnamed5510() {
+core.List<core.String> buildUnnamed5561() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5510(core.List<core.String> o) {
+void checkUnnamed5561(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11005,7 +11005,7 @@
o.every = 42;
o.expirationDate = core.DateTime.parse('2002-02-27T14:01:02Z');
o.repeats = 'foo';
- o.repeatsOnWeekDays = buildUnnamed5510();
+ o.repeatsOnWeekDays = buildUnnamed5561();
o.runsOnDayOfMonth = 'foo';
o.startDate = core.DateTime.parse('2002-02-27T14:01:02Z');
}
@@ -11029,7 +11029,7 @@
o.repeats!,
unittest.equals('foo'),
);
- checkUnnamed5510(o.repeatsOnWeekDays!);
+ checkUnnamed5561(o.repeatsOnWeekDays!);
unittest.expect(
o.runsOnDayOfMonth!,
unittest.equals('foo'),
@@ -11136,53 +11136,53 @@
buildCounterReport--;
}
-core.List<api.Dimension> buildUnnamed5511() {
+core.List<api.Dimension> buildUnnamed5562() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed5511(core.List<api.Dimension> o) {
+void checkUnnamed5562(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Dimension> buildUnnamed5512() {
+core.List<api.Dimension> buildUnnamed5563() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed5512(core.List<api.Dimension> o) {
+void checkUnnamed5563(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed5513() {
+core.List<api.Metric> buildUnnamed5564() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed5513(core.List<api.Metric> o) {
+void checkUnnamed5564(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
}
-core.List<api.Metric> buildUnnamed5514() {
+core.List<api.Metric> buildUnnamed5565() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed5514(core.List<api.Metric> o) {
+void checkUnnamed5565(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
@@ -11193,11 +11193,11 @@
var o = api.ReportCompatibleFields();
buildCounterReportCompatibleFields++;
if (buildCounterReportCompatibleFields < 3) {
- o.dimensionFilters = buildUnnamed5511();
- o.dimensions = buildUnnamed5512();
+ o.dimensionFilters = buildUnnamed5562();
+ o.dimensions = buildUnnamed5563();
o.kind = 'foo';
- o.metrics = buildUnnamed5513();
- o.pivotedActivityMetrics = buildUnnamed5514();
+ o.metrics = buildUnnamed5564();
+ o.pivotedActivityMetrics = buildUnnamed5565();
}
buildCounterReportCompatibleFields--;
return o;
@@ -11206,26 +11206,26 @@
void checkReportCompatibleFields(api.ReportCompatibleFields o) {
buildCounterReportCompatibleFields++;
if (buildCounterReportCompatibleFields < 3) {
- checkUnnamed5511(o.dimensionFilters!);
- checkUnnamed5512(o.dimensions!);
+ checkUnnamed5562(o.dimensionFilters!);
+ checkUnnamed5563(o.dimensions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5513(o.metrics!);
- checkUnnamed5514(o.pivotedActivityMetrics!);
+ checkUnnamed5564(o.metrics!);
+ checkUnnamed5565(o.pivotedActivityMetrics!);
}
buildCounterReportCompatibleFields--;
}
-core.List<api.Report> buildUnnamed5515() {
+core.List<api.Report> buildUnnamed5566() {
var o = <api.Report>[];
o.add(buildReport());
o.add(buildReport());
return o;
}
-void checkUnnamed5515(core.List<api.Report> o) {
+void checkUnnamed5566(core.List<api.Report> o) {
unittest.expect(o, unittest.hasLength(2));
checkReport(o[0] as api.Report);
checkReport(o[1] as api.Report);
@@ -11237,7 +11237,7 @@
buildCounterReportList++;
if (buildCounterReportList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed5515();
+ o.items = buildUnnamed5566();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -11252,7 +11252,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5515(o.items!);
+ checkUnnamed5566(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -11350,14 +11350,14 @@
buildCounterRule--;
}
-core.List<api.SiteContact> buildUnnamed5516() {
+core.List<api.SiteContact> buildUnnamed5567() {
var o = <api.SiteContact>[];
o.add(buildSiteContact());
o.add(buildSiteContact());
return o;
}
-void checkUnnamed5516(core.List<api.SiteContact> o) {
+void checkUnnamed5567(core.List<api.SiteContact> o) {
unittest.expect(o, unittest.hasLength(2));
checkSiteContact(o[0] as api.SiteContact);
checkSiteContact(o[1] as api.SiteContact);
@@ -11377,7 +11377,7 @@
o.keyName = 'foo';
o.kind = 'foo';
o.name = 'foo';
- o.siteContacts = buildUnnamed5516();
+ o.siteContacts = buildUnnamed5567();
o.siteSettings = buildSiteSettings();
o.subaccountId = 'foo';
o.videoSettings = buildSiteVideoSettings();
@@ -11416,7 +11416,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5516(o.siteContacts!);
+ checkUnnamed5567(o.siteContacts!);
checkSiteSettings(o.siteSettings! as api.SiteSettings);
unittest.expect(
o.subaccountId!,
@@ -11427,14 +11427,14 @@
buildCounterSite--;
}
-core.List<api.Size> buildUnnamed5517() {
+core.List<api.Size> buildUnnamed5568() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed5517(core.List<api.Size> o) {
+void checkUnnamed5568(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
@@ -11446,7 +11446,7 @@
buildCounterSiteCompanionSetting++;
if (buildCounterSiteCompanionSetting < 3) {
o.companionsDisabled = true;
- o.enabledSizes = buildUnnamed5517();
+ o.enabledSizes = buildUnnamed5568();
o.imageOnly = true;
o.kind = 'foo';
}
@@ -11458,7 +11458,7 @@
buildCounterSiteCompanionSetting++;
if (buildCounterSiteCompanionSetting < 3) {
unittest.expect(o.companionsDisabled!, unittest.isTrue);
- checkUnnamed5517(o.enabledSizes!);
+ checkUnnamed5568(o.enabledSizes!);
unittest.expect(o.imageOnly!, unittest.isTrue);
unittest.expect(
o.kind!,
@@ -11585,14 +11585,14 @@
buildCounterSiteSkippableSetting--;
}
-core.List<core.int> buildUnnamed5518() {
+core.List<core.int> buildUnnamed5569() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed5518(core.List<core.int> o) {
+void checkUnnamed5569(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11609,7 +11609,7 @@
var o = api.SiteTranscodeSetting();
buildCounterSiteTranscodeSetting++;
if (buildCounterSiteTranscodeSetting < 3) {
- o.enabledVideoFormats = buildUnnamed5518();
+ o.enabledVideoFormats = buildUnnamed5569();
o.kind = 'foo';
}
buildCounterSiteTranscodeSetting--;
@@ -11619,7 +11619,7 @@
void checkSiteTranscodeSetting(api.SiteTranscodeSetting o) {
buildCounterSiteTranscodeSetting++;
if (buildCounterSiteTranscodeSetting < 3) {
- checkUnnamed5518(o.enabledVideoFormats!);
+ checkUnnamed5569(o.enabledVideoFormats!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -11665,14 +11665,14 @@
buildCounterSiteVideoSettings--;
}
-core.List<api.Site> buildUnnamed5519() {
+core.List<api.Site> buildUnnamed5570() {
var o = <api.Site>[];
o.add(buildSite());
o.add(buildSite());
return o;
}
-void checkUnnamed5519(core.List<api.Site> o) {
+void checkUnnamed5570(core.List<api.Site> o) {
unittest.expect(o, unittest.hasLength(2));
checkSite(o[0] as api.Site);
checkSite(o[1] as api.Site);
@@ -11685,7 +11685,7 @@
if (buildCounterSitesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.sites = buildUnnamed5519();
+ o.sites = buildUnnamed5570();
}
buildCounterSitesListResponse--;
return o;
@@ -11702,7 +11702,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5519(o.sites!);
+ checkUnnamed5570(o.sites!);
}
buildCounterSitesListResponse--;
}
@@ -11746,14 +11746,14 @@
buildCounterSize--;
}
-core.List<api.Size> buildUnnamed5520() {
+core.List<api.Size> buildUnnamed5571() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed5520(core.List<api.Size> o) {
+void checkUnnamed5571(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
@@ -11765,7 +11765,7 @@
buildCounterSizesListResponse++;
if (buildCounterSizesListResponse < 3) {
o.kind = 'foo';
- o.sizes = buildUnnamed5520();
+ o.sizes = buildUnnamed5571();
}
buildCounterSizesListResponse--;
return o;
@@ -11778,7 +11778,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5520(o.sizes!);
+ checkUnnamed5571(o.sizes!);
}
buildCounterSizesListResponse--;
}
@@ -11843,14 +11843,14 @@
buildCounterSortedDimension--;
}
-core.List<core.String> buildUnnamed5521() {
+core.List<core.String> buildUnnamed5572() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5521(core.List<core.String> o) {
+void checkUnnamed5572(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11868,7 +11868,7 @@
buildCounterSubaccount++;
if (buildCounterSubaccount < 3) {
o.accountId = 'foo';
- o.availablePermissionIds = buildUnnamed5521();
+ o.availablePermissionIds = buildUnnamed5572();
o.id = 'foo';
o.kind = 'foo';
o.name = 'foo';
@@ -11884,7 +11884,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed5521(o.availablePermissionIds!);
+ checkUnnamed5572(o.availablePermissionIds!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -11901,14 +11901,14 @@
buildCounterSubaccount--;
}
-core.List<api.Subaccount> buildUnnamed5522() {
+core.List<api.Subaccount> buildUnnamed5573() {
var o = <api.Subaccount>[];
o.add(buildSubaccount());
o.add(buildSubaccount());
return o;
}
-void checkUnnamed5522(core.List<api.Subaccount> o) {
+void checkUnnamed5573(core.List<api.Subaccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubaccount(o[0] as api.Subaccount);
checkSubaccount(o[1] as api.Subaccount);
@@ -11921,7 +11921,7 @@
if (buildCounterSubaccountsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.subaccounts = buildUnnamed5522();
+ o.subaccounts = buildUnnamed5573();
}
buildCounterSubaccountsListResponse--;
return o;
@@ -11938,7 +11938,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5522(o.subaccounts!);
+ checkUnnamed5573(o.subaccounts!);
}
buildCounterSubaccountsListResponse--;
}
@@ -12135,14 +12135,14 @@
buildCounterTargetableRemarketingList--;
}
-core.List<api.TargetableRemarketingList> buildUnnamed5523() {
+core.List<api.TargetableRemarketingList> buildUnnamed5574() {
var o = <api.TargetableRemarketingList>[];
o.add(buildTargetableRemarketingList());
o.add(buildTargetableRemarketingList());
return o;
}
-void checkUnnamed5523(core.List<api.TargetableRemarketingList> o) {
+void checkUnnamed5574(core.List<api.TargetableRemarketingList> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetableRemarketingList(o[0] as api.TargetableRemarketingList);
checkTargetableRemarketingList(o[1] as api.TargetableRemarketingList);
@@ -12156,7 +12156,7 @@
if (buildCounterTargetableRemarketingListsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.targetableRemarketingLists = buildUnnamed5523();
+ o.targetableRemarketingLists = buildUnnamed5574();
}
buildCounterTargetableRemarketingListsListResponse--;
return o;
@@ -12174,7 +12174,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5523(o.targetableRemarketingLists!);
+ checkUnnamed5574(o.targetableRemarketingLists!);
}
buildCounterTargetableRemarketingListsListResponse--;
}
@@ -12242,14 +12242,14 @@
buildCounterTargetingTemplate--;
}
-core.List<api.TargetingTemplate> buildUnnamed5524() {
+core.List<api.TargetingTemplate> buildUnnamed5575() {
var o = <api.TargetingTemplate>[];
o.add(buildTargetingTemplate());
o.add(buildTargetingTemplate());
return o;
}
-void checkUnnamed5524(core.List<api.TargetingTemplate> o) {
+void checkUnnamed5575(core.List<api.TargetingTemplate> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetingTemplate(o[0] as api.TargetingTemplate);
checkTargetingTemplate(o[1] as api.TargetingTemplate);
@@ -12262,7 +12262,7 @@
if (buildCounterTargetingTemplatesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.targetingTemplates = buildUnnamed5524();
+ o.targetingTemplates = buildUnnamed5575();
}
buildCounterTargetingTemplatesListResponse--;
return o;
@@ -12279,84 +12279,84 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5524(o.targetingTemplates!);
+ checkUnnamed5575(o.targetingTemplates!);
}
buildCounterTargetingTemplatesListResponse--;
}
-core.List<api.Browser> buildUnnamed5525() {
+core.List<api.Browser> buildUnnamed5576() {
var o = <api.Browser>[];
o.add(buildBrowser());
o.add(buildBrowser());
return o;
}
-void checkUnnamed5525(core.List<api.Browser> o) {
+void checkUnnamed5576(core.List<api.Browser> o) {
unittest.expect(o, unittest.hasLength(2));
checkBrowser(o[0] as api.Browser);
checkBrowser(o[1] as api.Browser);
}
-core.List<api.ConnectionType> buildUnnamed5526() {
+core.List<api.ConnectionType> buildUnnamed5577() {
var o = <api.ConnectionType>[];
o.add(buildConnectionType());
o.add(buildConnectionType());
return o;
}
-void checkUnnamed5526(core.List<api.ConnectionType> o) {
+void checkUnnamed5577(core.List<api.ConnectionType> o) {
unittest.expect(o, unittest.hasLength(2));
checkConnectionType(o[0] as api.ConnectionType);
checkConnectionType(o[1] as api.ConnectionType);
}
-core.List<api.MobileCarrier> buildUnnamed5527() {
+core.List<api.MobileCarrier> buildUnnamed5578() {
var o = <api.MobileCarrier>[];
o.add(buildMobileCarrier());
o.add(buildMobileCarrier());
return o;
}
-void checkUnnamed5527(core.List<api.MobileCarrier> o) {
+void checkUnnamed5578(core.List<api.MobileCarrier> o) {
unittest.expect(o, unittest.hasLength(2));
checkMobileCarrier(o[0] as api.MobileCarrier);
checkMobileCarrier(o[1] as api.MobileCarrier);
}
-core.List<api.OperatingSystemVersion> buildUnnamed5528() {
+core.List<api.OperatingSystemVersion> buildUnnamed5579() {
var o = <api.OperatingSystemVersion>[];
o.add(buildOperatingSystemVersion());
o.add(buildOperatingSystemVersion());
return o;
}
-void checkUnnamed5528(core.List<api.OperatingSystemVersion> o) {
+void checkUnnamed5579(core.List<api.OperatingSystemVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperatingSystemVersion(o[0] as api.OperatingSystemVersion);
checkOperatingSystemVersion(o[1] as api.OperatingSystemVersion);
}
-core.List<api.OperatingSystem> buildUnnamed5529() {
+core.List<api.OperatingSystem> buildUnnamed5580() {
var o = <api.OperatingSystem>[];
o.add(buildOperatingSystem());
o.add(buildOperatingSystem());
return o;
}
-void checkUnnamed5529(core.List<api.OperatingSystem> o) {
+void checkUnnamed5580(core.List<api.OperatingSystem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperatingSystem(o[0] as api.OperatingSystem);
checkOperatingSystem(o[1] as api.OperatingSystem);
}
-core.List<api.PlatformType> buildUnnamed5530() {
+core.List<api.PlatformType> buildUnnamed5581() {
var o = <api.PlatformType>[];
o.add(buildPlatformType());
o.add(buildPlatformType());
return o;
}
-void checkUnnamed5530(core.List<api.PlatformType> o) {
+void checkUnnamed5581(core.List<api.PlatformType> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlatformType(o[0] as api.PlatformType);
checkPlatformType(o[1] as api.PlatformType);
@@ -12367,12 +12367,12 @@
var o = api.TechnologyTargeting();
buildCounterTechnologyTargeting++;
if (buildCounterTechnologyTargeting < 3) {
- o.browsers = buildUnnamed5525();
- o.connectionTypes = buildUnnamed5526();
- o.mobileCarriers = buildUnnamed5527();
- o.operatingSystemVersions = buildUnnamed5528();
- o.operatingSystems = buildUnnamed5529();
- o.platformTypes = buildUnnamed5530();
+ o.browsers = buildUnnamed5576();
+ o.connectionTypes = buildUnnamed5577();
+ o.mobileCarriers = buildUnnamed5578();
+ o.operatingSystemVersions = buildUnnamed5579();
+ o.operatingSystems = buildUnnamed5580();
+ o.platformTypes = buildUnnamed5581();
}
buildCounterTechnologyTargeting--;
return o;
@@ -12381,12 +12381,12 @@
void checkTechnologyTargeting(api.TechnologyTargeting o) {
buildCounterTechnologyTargeting++;
if (buildCounterTechnologyTargeting < 3) {
- checkUnnamed5525(o.browsers!);
- checkUnnamed5526(o.connectionTypes!);
- checkUnnamed5527(o.mobileCarriers!);
- checkUnnamed5528(o.operatingSystemVersions!);
- checkUnnamed5529(o.operatingSystems!);
- checkUnnamed5530(o.platformTypes!);
+ checkUnnamed5576(o.browsers!);
+ checkUnnamed5577(o.connectionTypes!);
+ checkUnnamed5578(o.mobileCarriers!);
+ checkUnnamed5579(o.operatingSystemVersions!);
+ checkUnnamed5580(o.operatingSystems!);
+ checkUnnamed5581(o.platformTypes!);
}
buildCounterTechnologyTargeting--;
}
@@ -12445,14 +12445,14 @@
buildCounterThirdPartyTrackingUrl--;
}
-core.List<core.int> buildUnnamed5531() {
+core.List<core.int> buildUnnamed5582() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed5531(core.List<core.int> o) {
+void checkUnnamed5582(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12469,7 +12469,7 @@
var o = api.TranscodeSetting();
buildCounterTranscodeSetting++;
if (buildCounterTranscodeSetting < 3) {
- o.enabledVideoFormats = buildUnnamed5531();
+ o.enabledVideoFormats = buildUnnamed5582();
o.kind = 'foo';
}
buildCounterTranscodeSetting--;
@@ -12479,7 +12479,7 @@
void checkTranscodeSetting(api.TranscodeSetting o) {
buildCounterTranscodeSetting++;
if (buildCounterTranscodeSetting < 3) {
- checkUnnamed5531(o.enabledVideoFormats!);
+ checkUnnamed5582(o.enabledVideoFormats!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -12605,14 +12605,14 @@
buildCounterUserProfile--;
}
-core.List<api.UserProfile> buildUnnamed5532() {
+core.List<api.UserProfile> buildUnnamed5583() {
var o = <api.UserProfile>[];
o.add(buildUserProfile());
o.add(buildUserProfile());
return o;
}
-void checkUnnamed5532(core.List<api.UserProfile> o) {
+void checkUnnamed5583(core.List<api.UserProfile> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserProfile(o[0] as api.UserProfile);
checkUserProfile(o[1] as api.UserProfile);
@@ -12624,7 +12624,7 @@
buildCounterUserProfileList++;
if (buildCounterUserProfileList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed5532();
+ o.items = buildUnnamed5583();
o.kind = 'foo';
}
buildCounterUserProfileList--;
@@ -12638,7 +12638,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5532(o.items!);
+ checkUnnamed5583(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -12647,14 +12647,14 @@
buildCounterUserProfileList--;
}
-core.List<api.UserRolePermission> buildUnnamed5533() {
+core.List<api.UserRolePermission> buildUnnamed5584() {
var o = <api.UserRolePermission>[];
o.add(buildUserRolePermission());
o.add(buildUserRolePermission());
return o;
}
-void checkUnnamed5533(core.List<api.UserRolePermission> o) {
+void checkUnnamed5584(core.List<api.UserRolePermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserRolePermission(o[0] as api.UserRolePermission);
checkUserRolePermission(o[1] as api.UserRolePermission);
@@ -12671,7 +12671,7 @@
o.kind = 'foo';
o.name = 'foo';
o.parentUserRoleId = 'foo';
- o.permissions = buildUnnamed5533();
+ o.permissions = buildUnnamed5584();
o.subaccountId = 'foo';
}
buildCounterUserRole--;
@@ -12702,7 +12702,7 @@
o.parentUserRoleId!,
unittest.equals('foo'),
);
- checkUnnamed5533(o.permissions!);
+ checkUnnamed5584(o.permissions!);
unittest.expect(
o.subaccountId!,
unittest.equals('foo'),
@@ -12785,14 +12785,14 @@
buildCounterUserRolePermissionGroup--;
}
-core.List<api.UserRolePermissionGroup> buildUnnamed5534() {
+core.List<api.UserRolePermissionGroup> buildUnnamed5585() {
var o = <api.UserRolePermissionGroup>[];
o.add(buildUserRolePermissionGroup());
o.add(buildUserRolePermissionGroup());
return o;
}
-void checkUnnamed5534(core.List<api.UserRolePermissionGroup> o) {
+void checkUnnamed5585(core.List<api.UserRolePermissionGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserRolePermissionGroup(o[0] as api.UserRolePermissionGroup);
checkUserRolePermissionGroup(o[1] as api.UserRolePermissionGroup);
@@ -12805,7 +12805,7 @@
buildCounterUserRolePermissionGroupsListResponse++;
if (buildCounterUserRolePermissionGroupsListResponse < 3) {
o.kind = 'foo';
- o.userRolePermissionGroups = buildUnnamed5534();
+ o.userRolePermissionGroups = buildUnnamed5585();
}
buildCounterUserRolePermissionGroupsListResponse--;
return o;
@@ -12819,19 +12819,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5534(o.userRolePermissionGroups!);
+ checkUnnamed5585(o.userRolePermissionGroups!);
}
buildCounterUserRolePermissionGroupsListResponse--;
}
-core.List<api.UserRolePermission> buildUnnamed5535() {
+core.List<api.UserRolePermission> buildUnnamed5586() {
var o = <api.UserRolePermission>[];
o.add(buildUserRolePermission());
o.add(buildUserRolePermission());
return o;
}
-void checkUnnamed5535(core.List<api.UserRolePermission> o) {
+void checkUnnamed5586(core.List<api.UserRolePermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserRolePermission(o[0] as api.UserRolePermission);
checkUserRolePermission(o[1] as api.UserRolePermission);
@@ -12843,7 +12843,7 @@
buildCounterUserRolePermissionsListResponse++;
if (buildCounterUserRolePermissionsListResponse < 3) {
o.kind = 'foo';
- o.userRolePermissions = buildUnnamed5535();
+ o.userRolePermissions = buildUnnamed5586();
}
buildCounterUserRolePermissionsListResponse--;
return o;
@@ -12857,19 +12857,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5535(o.userRolePermissions!);
+ checkUnnamed5586(o.userRolePermissions!);
}
buildCounterUserRolePermissionsListResponse--;
}
-core.List<api.UserRole> buildUnnamed5536() {
+core.List<api.UserRole> buildUnnamed5587() {
var o = <api.UserRole>[];
o.add(buildUserRole());
o.add(buildUserRole());
return o;
}
-void checkUnnamed5536(core.List<api.UserRole> o) {
+void checkUnnamed5587(core.List<api.UserRole> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserRole(o[0] as api.UserRole);
checkUserRole(o[1] as api.UserRole);
@@ -12882,7 +12882,7 @@
if (buildCounterUserRolesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.userRoles = buildUnnamed5536();
+ o.userRoles = buildUnnamed5587();
}
buildCounterUserRolesListResponse--;
return o;
@@ -12899,7 +12899,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5536(o.userRoles!);
+ checkUnnamed5587(o.userRoles!);
}
buildCounterUserRolesListResponse--;
}
@@ -12943,14 +12943,14 @@
buildCounterVideoFormat--;
}
-core.List<api.VideoFormat> buildUnnamed5537() {
+core.List<api.VideoFormat> buildUnnamed5588() {
var o = <api.VideoFormat>[];
o.add(buildVideoFormat());
o.add(buildVideoFormat());
return o;
}
-void checkUnnamed5537(core.List<api.VideoFormat> o) {
+void checkUnnamed5588(core.List<api.VideoFormat> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoFormat(o[0] as api.VideoFormat);
checkVideoFormat(o[1] as api.VideoFormat);
@@ -12962,7 +12962,7 @@
buildCounterVideoFormatsListResponse++;
if (buildCounterVideoFormatsListResponse < 3) {
o.kind = 'foo';
- o.videoFormats = buildUnnamed5537();
+ o.videoFormats = buildUnnamed5588();
}
buildCounterVideoFormatsListResponse--;
return o;
@@ -12975,7 +12975,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5537(o.videoFormats!);
+ checkUnnamed5588(o.videoFormats!);
}
buildCounterVideoFormatsListResponse--;
}
@@ -13044,975 +13044,6 @@
buildCounterVideoSettings--;
}
-core.List<core.String> buildUnnamed5538() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5538(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5539() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5539(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5540() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5540(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5541() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5541(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5542() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5542(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5543() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5543(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5544() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5544(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5545() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5545(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5546() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5546(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5547() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5547(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5548() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5548(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5549() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5549(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5550() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5550(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5551() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5551(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5552() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5552(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5553() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5553(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5554() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5554(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5555() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5555(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5556() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5556(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5557() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5557(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5558() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5558(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5559() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5559(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5560() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5560(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5561() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5561(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5562() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5562(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5563() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5563(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5564() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5564(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5565() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5565(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5566() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5566(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5567() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5567(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5568() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5568(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5569() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5569(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5570() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5570(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5571() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5571(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5572() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5572(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5573() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5573(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5574() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5574(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5575() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5575(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5576() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5576(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5577() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5577(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5578() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5578(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5579() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5579(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5580() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5580(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5581() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5581(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5582() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5582(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5583() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5583(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5584() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5584(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5585() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5585(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5586() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5586(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5587() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5587(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'),
- );
-}
-
-core.List<core.String> buildUnnamed5588() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed5588(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'),
- );
-}
-
core.List<core.String> buildUnnamed5589() {
var o = <core.String>[];
o.add('foo');
@@ -14773,6 +13804,975 @@
);
}
+core.List<core.String> buildUnnamed5629() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5629(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5630() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5630(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5631() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5631(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5632() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5632(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5633() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5633(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5634() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5634(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5635() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5635(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5636() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5636(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5637() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5637(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5638() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5638(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5639() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5639(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5640() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5640(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5641() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5641(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5642() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5642(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5643() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5643(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5644() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5644(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5645() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5645(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5646() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5646(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5647() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5647(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5648() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5648(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5649() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5649(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5650() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5650(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5651() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5651(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5652() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5652(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5653() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5653(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5654() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5654(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5655() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5655(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5656() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5656(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5657() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5657(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5658() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5658(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5659() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5659(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5660() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5660(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5661() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5661(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5662() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5662(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5663() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5663(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5664() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5664(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5665() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5665(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5666() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5666(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5667() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5667(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5668() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5668(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5669() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5669(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5670() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5670(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5671() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5671(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5672() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5672(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5673() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5673(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5674() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5674(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5675() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5675(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5676() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5676(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5677() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5677(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5678() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5678(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed5679() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed5679(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'),
+ );
+}
+
void main() {
unittest.group('obj-schema-Account', () {
unittest.test('to-json--from-json', () async {
@@ -17822,7 +17822,7 @@
var res = api.DfareportingApi(mock).accountUserProfiles;
var arg_profileId = 'foo';
var arg_active = true;
- var arg_ids = buildUnnamed5538();
+ var arg_ids = buildUnnamed5589();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -18185,7 +18185,7 @@
var res = api.DfareportingApi(mock).accounts;
var arg_profileId = 'foo';
var arg_active = true;
- var arg_ids = buildUnnamed5539();
+ var arg_ids = buildUnnamed5590();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -18612,26 +18612,26 @@
var arg_active = true;
var arg_advertiserId = 'foo';
var arg_archived = true;
- var arg_audienceSegmentIds = buildUnnamed5540();
- var arg_campaignIds = buildUnnamed5541();
+ var arg_audienceSegmentIds = buildUnnamed5591();
+ var arg_campaignIds = buildUnnamed5592();
var arg_compatibility = 'foo';
- var arg_creativeIds = buildUnnamed5542();
- var arg_creativeOptimizationConfigurationIds = buildUnnamed5543();
+ var arg_creativeIds = buildUnnamed5593();
+ var arg_creativeOptimizationConfigurationIds = buildUnnamed5594();
var arg_dynamicClickTracker = true;
- var arg_ids = buildUnnamed5544();
- var arg_landingPageIds = buildUnnamed5545();
+ var arg_ids = buildUnnamed5595();
+ var arg_landingPageIds = buildUnnamed5596();
var arg_maxResults = 42;
var arg_overriddenEventTagId = 'foo';
var arg_pageToken = 'foo';
- var arg_placementIds = buildUnnamed5546();
- var arg_remarketingListIds = buildUnnamed5547();
+ var arg_placementIds = buildUnnamed5597();
+ var arg_remarketingListIds = buildUnnamed5598();
var arg_searchString = 'foo';
- var arg_sizeIds = buildUnnamed5548();
+ var arg_sizeIds = buildUnnamed5599();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_sslCompliant = true;
var arg_sslRequired = true;
- var arg_type = buildUnnamed5549();
+ var arg_type = buildUnnamed5600();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -19206,7 +19206,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).advertiserGroups;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed5550();
+ var arg_ids = buildUnnamed5601();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -19627,10 +19627,10 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).advertiserLandingPages;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed5551();
+ var arg_advertiserIds = buildUnnamed5602();
var arg_archived = true;
- var arg_campaignIds = buildUnnamed5552();
- var arg_ids = buildUnnamed5553();
+ var arg_campaignIds = buildUnnamed5603();
+ var arg_ids = buildUnnamed5604();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -20073,9 +20073,9 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).advertisers;
var arg_profileId = 'foo';
- var arg_advertiserGroupIds = buildUnnamed5554();
- var arg_floodlightConfigurationIds = buildUnnamed5555();
- var arg_ids = buildUnnamed5556();
+ var arg_advertiserGroupIds = buildUnnamed5605();
+ var arg_floodlightConfigurationIds = buildUnnamed5606();
+ var arg_ids = buildUnnamed5607();
var arg_includeAdvertisersWithoutGroupsOnly = true;
var arg_maxResults = 42;
var arg_onlyParent = true;
@@ -20804,12 +20804,12 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).campaigns;
var arg_profileId = 'foo';
- var arg_advertiserGroupIds = buildUnnamed5557();
- var arg_advertiserIds = buildUnnamed5558();
+ var arg_advertiserGroupIds = buildUnnamed5608();
+ var arg_advertiserIds = buildUnnamed5609();
var arg_archived = true;
var arg_atLeastOneOptimizationActivity = true;
- var arg_excludedIds = buildUnnamed5559();
- var arg_ids = buildUnnamed5560();
+ var arg_excludedIds = buildUnnamed5610();
+ var arg_ids = buildUnnamed5611();
var arg_maxResults = 42;
var arg_overriddenEventTagId = 'foo';
var arg_pageToken = 'foo';
@@ -21191,15 +21191,15 @@
var res = api.DfareportingApi(mock).changeLogs;
var arg_profileId = 'foo';
var arg_action = 'foo';
- var arg_ids = buildUnnamed5561();
+ var arg_ids = buildUnnamed5612();
var arg_maxChangeTime = 'foo';
var arg_maxResults = 42;
var arg_minChangeTime = 'foo';
- var arg_objectIds = buildUnnamed5562();
+ var arg_objectIds = buildUnnamed5613();
var arg_objectType = 'foo';
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
- var arg_userProfileIds = buildUnnamed5563();
+ var arg_userProfileIds = buildUnnamed5614();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -21323,10 +21323,10 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).cities;
var arg_profileId = 'foo';
- var arg_countryDartIds = buildUnnamed5564();
- var arg_dartIds = buildUnnamed5565();
+ var arg_countryDartIds = buildUnnamed5615();
+ var arg_dartIds = buildUnnamed5616();
var arg_namePrefix = 'foo';
- var arg_regionDartIds = buildUnnamed5566();
+ var arg_regionDartIds = buildUnnamed5617();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -21801,7 +21801,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).contentCategories;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed5567();
+ var arg_ids = buildUnnamed5618();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -22751,7 +22751,7 @@
var res = api.DfareportingApi(mock).creativeFieldValues;
var arg_profileId = 'foo';
var arg_creativeFieldId = 'foo';
- var arg_ids = buildUnnamed5568();
+ var arg_ids = buildUnnamed5619();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -23294,8 +23294,8 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).creativeFields;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed5569();
- var arg_ids = buildUnnamed5570();
+ var arg_advertiserIds = buildUnnamed5620();
+ var arg_ids = buildUnnamed5621();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -23721,9 +23721,9 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).creativeGroups;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed5571();
+ var arg_advertiserIds = buildUnnamed5622();
var arg_groupNumber = 42;
- var arg_ids = buildUnnamed5572();
+ var arg_ids = buildUnnamed5623();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -24158,18 +24158,18 @@
var arg_advertiserId = 'foo';
var arg_archived = true;
var arg_campaignId = 'foo';
- var arg_companionCreativeIds = buildUnnamed5573();
- var arg_creativeFieldIds = buildUnnamed5574();
- var arg_ids = buildUnnamed5575();
+ var arg_companionCreativeIds = buildUnnamed5624();
+ var arg_creativeFieldIds = buildUnnamed5625();
+ var arg_ids = buildUnnamed5626();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
- var arg_renderingIds = buildUnnamed5576();
+ var arg_renderingIds = buildUnnamed5627();
var arg_searchString = 'foo';
- var arg_sizeIds = buildUnnamed5577();
+ var arg_sizeIds = buildUnnamed5628();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_studioCreativeId = 'foo';
- var arg_types = buildUnnamed5578();
+ var arg_types = buildUnnamed5629();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -24809,7 +24809,7 @@
var arg_acceptsPublisherPaidPlacements = true;
var arg_active = true;
var arg_dfpNetworkCode = 'foo';
- var arg_ids = buildUnnamed5579();
+ var arg_ids = buildUnnamed5630();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -25108,7 +25108,7 @@
var res = api.DfareportingApi(mock).dynamicTargetingKeys;
var arg_profileId = 'foo';
var arg_advertiserId = 'foo';
- var arg_names = buildUnnamed5580();
+ var arg_names = buildUnnamed5631();
var arg_objectId = 'foo';
var arg_objectType = 'foo';
var arg_$fields = 'foo';
@@ -25440,8 +25440,8 @@
var arg_campaignId = 'foo';
var arg_definitionsOnly = true;
var arg_enabled = true;
- var arg_eventTagTypes = buildUnnamed5581();
- var arg_ids = buildUnnamed5582();
+ var arg_eventTagTypes = buildUnnamed5632();
+ var arg_ids = buildUnnamed5633();
var arg_searchString = 'foo';
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
@@ -26218,12 +26218,12 @@
var res = api.DfareportingApi(mock).floodlightActivities;
var arg_profileId = 'foo';
var arg_advertiserId = 'foo';
- var arg_floodlightActivityGroupIds = buildUnnamed5583();
+ var arg_floodlightActivityGroupIds = buildUnnamed5634();
var arg_floodlightActivityGroupName = 'foo';
var arg_floodlightActivityGroupTagString = 'foo';
var arg_floodlightActivityGroupType = 'foo';
var arg_floodlightConfigurationId = 'foo';
- var arg_ids = buildUnnamed5584();
+ var arg_ids = buildUnnamed5635();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -26683,7 +26683,7 @@
var arg_profileId = 'foo';
var arg_advertiserId = 'foo';
var arg_floodlightConfigurationId = 'foo';
- var arg_ids = buildUnnamed5585();
+ var arg_ids = buildUnnamed5636();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -27045,7 +27045,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).floodlightConfigurations;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed5586();
+ var arg_ids = buildUnnamed5637();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -27376,12 +27376,12 @@
var res = api.DfareportingApi(mock).inventoryItems;
var arg_profileId = 'foo';
var arg_projectId = 'foo';
- var arg_ids = buildUnnamed5587();
+ var arg_ids = buildUnnamed5638();
var arg_inPlan = true;
var arg_maxResults = 42;
- var arg_orderId = buildUnnamed5588();
+ var arg_orderId = buildUnnamed5639();
var arg_pageToken = 'foo';
- var arg_siteId = buildUnnamed5589();
+ var arg_siteId = buildUnnamed5640();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_type = 'foo';
@@ -27740,8 +27740,8 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).mobileApps;
var arg_profileId = 'foo';
- var arg_directories = buildUnnamed5590();
- var arg_ids = buildUnnamed5591();
+ var arg_directories = buildUnnamed5641();
+ var arg_ids = buildUnnamed5642();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -28392,12 +28392,12 @@
var arg_profileId = 'foo';
var arg_projectId = 'foo';
var arg_approved = true;
- var arg_ids = buildUnnamed5592();
+ var arg_ids = buildUnnamed5643();
var arg_maxResults = 42;
- var arg_orderId = buildUnnamed5593();
+ var arg_orderId = buildUnnamed5644();
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
- var arg_siteId = buildUnnamed5594();
+ var arg_siteId = buildUnnamed5645();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_$fields = 'foo';
@@ -28627,11 +28627,11 @@
var res = api.DfareportingApi(mock).orders;
var arg_profileId = 'foo';
var arg_projectId = 'foo';
- var arg_ids = buildUnnamed5595();
+ var arg_ids = buildUnnamed5646();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
- var arg_siteId = buildUnnamed5596();
+ var arg_siteId = buildUnnamed5647();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_$fields = 'foo';
@@ -28910,12 +28910,12 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).placementGroups;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed5597();
+ var arg_advertiserIds = buildUnnamed5648();
var arg_archived = true;
- var arg_campaignIds = buildUnnamed5598();
- var arg_contentCategoryIds = buildUnnamed5599();
- var arg_directorySiteIds = buildUnnamed5600();
- var arg_ids = buildUnnamed5601();
+ var arg_campaignIds = buildUnnamed5649();
+ var arg_contentCategoryIds = buildUnnamed5650();
+ var arg_directorySiteIds = buildUnnamed5651();
+ var arg_ids = buildUnnamed5652();
var arg_maxEndDate = 'foo';
var arg_maxResults = 42;
var arg_maxStartDate = 'foo';
@@ -28923,10 +28923,10 @@
var arg_minStartDate = 'foo';
var arg_pageToken = 'foo';
var arg_placementGroupType = 'foo';
- var arg_placementStrategyIds = buildUnnamed5602();
- var arg_pricingTypes = buildUnnamed5603();
+ var arg_placementStrategyIds = buildUnnamed5653();
+ var arg_pricingTypes = buildUnnamed5654();
var arg_searchString = 'foo';
- var arg_siteIds = buildUnnamed5604();
+ var arg_siteIds = buildUnnamed5655();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_$fields = 'foo';
@@ -29485,7 +29485,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).placementStrategies;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed5605();
+ var arg_ids = buildUnnamed5656();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -29753,8 +29753,8 @@
var res = api.DfareportingApi(mock).placements;
var arg_profileId = 'foo';
var arg_campaignId = 'foo';
- var arg_placementIds = buildUnnamed5606();
- var arg_tagFormats = buildUnnamed5607();
+ var arg_placementIds = buildUnnamed5657();
+ var arg_tagFormats = buildUnnamed5658();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -29996,14 +29996,14 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).placements;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed5608();
+ var arg_advertiserIds = buildUnnamed5659();
var arg_archived = true;
- var arg_campaignIds = buildUnnamed5609();
- var arg_compatibilities = buildUnnamed5610();
- var arg_contentCategoryIds = buildUnnamed5611();
- var arg_directorySiteIds = buildUnnamed5612();
- var arg_groupIds = buildUnnamed5613();
- var arg_ids = buildUnnamed5614();
+ var arg_campaignIds = buildUnnamed5660();
+ var arg_compatibilities = buildUnnamed5661();
+ var arg_contentCategoryIds = buildUnnamed5662();
+ var arg_directorySiteIds = buildUnnamed5663();
+ var arg_groupIds = buildUnnamed5664();
+ var arg_ids = buildUnnamed5665();
var arg_maxEndDate = 'foo';
var arg_maxResults = 42;
var arg_maxStartDate = 'foo';
@@ -30011,11 +30011,11 @@
var arg_minStartDate = 'foo';
var arg_pageToken = 'foo';
var arg_paymentSource = 'foo';
- var arg_placementStrategyIds = buildUnnamed5615();
- var arg_pricingTypes = buildUnnamed5616();
+ var arg_placementStrategyIds = buildUnnamed5666();
+ var arg_pricingTypes = buildUnnamed5667();
var arg_searchString = 'foo';
- var arg_siteIds = buildUnnamed5617();
- var arg_sizeIds = buildUnnamed5618();
+ var arg_siteIds = buildUnnamed5668();
+ var arg_sizeIds = buildUnnamed5669();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_$fields = 'foo';
@@ -30736,8 +30736,8 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).projects;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed5619();
- var arg_ids = buildUnnamed5620();
+ var arg_advertiserIds = buildUnnamed5670();
+ var arg_ids = buildUnnamed5671();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -32628,9 +32628,9 @@
var arg_acceptsPublisherPaidPlacements = true;
var arg_adWordsSite = true;
var arg_approved = true;
- var arg_campaignIds = buildUnnamed5621();
- var arg_directorySiteIds = buildUnnamed5622();
- var arg_ids = buildUnnamed5623();
+ var arg_campaignIds = buildUnnamed5672();
+ var arg_directorySiteIds = buildUnnamed5673();
+ var arg_ids = buildUnnamed5674();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -33099,7 +33099,7 @@
var arg_profileId = 'foo';
var arg_height = 42;
var arg_iabStandard = true;
- var arg_ids = buildUnnamed5624();
+ var arg_ids = buildUnnamed5675();
var arg_width = 42;
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -33348,7 +33348,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).subaccounts;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed5625();
+ var arg_ids = buildUnnamed5676();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -33963,7 +33963,7 @@
var res = api.DfareportingApi(mock).targetingTemplates;
var arg_profileId = 'foo';
var arg_advertiserId = 'foo';
- var arg_ids = buildUnnamed5626();
+ var arg_ids = buildUnnamed5677();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -34584,7 +34584,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).userRolePermissions;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed5627();
+ var arg_ids = buildUnnamed5678();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -34894,7 +34894,7 @@
var res = api.DfareportingApi(mock).userRoles;
var arg_profileId = 'foo';
var arg_accountUserRoleOnly = true;
- var arg_ids = buildUnnamed5628();
+ var arg_ids = buildUnnamed5679();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
diff --git a/generated/googleapis/test/dfareporting/v3_5_test.dart b/generated/googleapis/test/dfareporting/v3_5_test.dart
index 0632660..6f1e59a 100644
--- a/generated/googleapis/test/dfareporting/v3_5_test.dart
+++ b/generated/googleapis/test/dfareporting/v3_5_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed3736() {
+core.List<core.String> buildUnnamed3746() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3736(core.List<core.String> o) {
+void checkUnnamed3746(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -46,14 +46,14 @@
);
}
-core.List<core.String> buildUnnamed3737() {
+core.List<core.String> buildUnnamed3747() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3737(core.List<core.String> o) {
+void checkUnnamed3747(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -70,12 +70,12 @@
var o = api.Account();
buildCounterAccount++;
if (buildCounterAccount < 3) {
- o.accountPermissionIds = buildUnnamed3736();
+ o.accountPermissionIds = buildUnnamed3746();
o.accountProfile = 'foo';
o.active = true;
o.activeAdsLimitTier = 'foo';
o.activeViewOptOut = true;
- o.availablePermissionIds = buildUnnamed3737();
+ o.availablePermissionIds = buildUnnamed3747();
o.countryId = 'foo';
o.currencyId = 'foo';
o.defaultCreativeSizeId = 'foo';
@@ -97,7 +97,7 @@
void checkAccount(api.Account o) {
buildCounterAccount++;
if (buildCounterAccount < 3) {
- checkUnnamed3736(o.accountPermissionIds!);
+ checkUnnamed3746(o.accountPermissionIds!);
unittest.expect(
o.accountProfile!,
unittest.equals('foo'),
@@ -108,7 +108,7 @@
unittest.equals('foo'),
);
unittest.expect(o.activeViewOptOut!, unittest.isTrue);
- checkUnnamed3737(o.availablePermissionIds!);
+ checkUnnamed3747(o.availablePermissionIds!);
unittest.expect(
o.countryId!,
unittest.equals('foo'),
@@ -199,14 +199,14 @@
buildCounterAccountActiveAdSummary--;
}
-core.List<core.String> buildUnnamed3738() {
+core.List<core.String> buildUnnamed3748() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3738(core.List<core.String> o) {
+void checkUnnamed3748(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -223,7 +223,7 @@
var o = api.AccountPermission();
buildCounterAccountPermission++;
if (buildCounterAccountPermission < 3) {
- o.accountProfiles = buildUnnamed3738();
+ o.accountProfiles = buildUnnamed3748();
o.id = 'foo';
o.kind = 'foo';
o.level = 'foo';
@@ -237,7 +237,7 @@
void checkAccountPermission(api.AccountPermission o) {
buildCounterAccountPermission++;
if (buildCounterAccountPermission < 3) {
- checkUnnamed3738(o.accountProfiles!);
+ checkUnnamed3748(o.accountProfiles!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -294,14 +294,14 @@
buildCounterAccountPermissionGroup--;
}
-core.List<api.AccountPermissionGroup> buildUnnamed3739() {
+core.List<api.AccountPermissionGroup> buildUnnamed3749() {
var o = <api.AccountPermissionGroup>[];
o.add(buildAccountPermissionGroup());
o.add(buildAccountPermissionGroup());
return o;
}
-void checkUnnamed3739(core.List<api.AccountPermissionGroup> o) {
+void checkUnnamed3749(core.List<api.AccountPermissionGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountPermissionGroup(o[0] as api.AccountPermissionGroup);
checkAccountPermissionGroup(o[1] as api.AccountPermissionGroup);
@@ -313,7 +313,7 @@
var o = api.AccountPermissionGroupsListResponse();
buildCounterAccountPermissionGroupsListResponse++;
if (buildCounterAccountPermissionGroupsListResponse < 3) {
- o.accountPermissionGroups = buildUnnamed3739();
+ o.accountPermissionGroups = buildUnnamed3749();
o.kind = 'foo';
}
buildCounterAccountPermissionGroupsListResponse--;
@@ -324,7 +324,7 @@
api.AccountPermissionGroupsListResponse o) {
buildCounterAccountPermissionGroupsListResponse++;
if (buildCounterAccountPermissionGroupsListResponse < 3) {
- checkUnnamed3739(o.accountPermissionGroups!);
+ checkUnnamed3749(o.accountPermissionGroups!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -333,14 +333,14 @@
buildCounterAccountPermissionGroupsListResponse--;
}
-core.List<api.AccountPermission> buildUnnamed3740() {
+core.List<api.AccountPermission> buildUnnamed3750() {
var o = <api.AccountPermission>[];
o.add(buildAccountPermission());
o.add(buildAccountPermission());
return o;
}
-void checkUnnamed3740(core.List<api.AccountPermission> o) {
+void checkUnnamed3750(core.List<api.AccountPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountPermission(o[0] as api.AccountPermission);
checkAccountPermission(o[1] as api.AccountPermission);
@@ -351,7 +351,7 @@
var o = api.AccountPermissionsListResponse();
buildCounterAccountPermissionsListResponse++;
if (buildCounterAccountPermissionsListResponse < 3) {
- o.accountPermissions = buildUnnamed3740();
+ o.accountPermissions = buildUnnamed3750();
o.kind = 'foo';
}
buildCounterAccountPermissionsListResponse--;
@@ -361,7 +361,7 @@
void checkAccountPermissionsListResponse(api.AccountPermissionsListResponse o) {
buildCounterAccountPermissionsListResponse++;
if (buildCounterAccountPermissionsListResponse < 3) {
- checkUnnamed3740(o.accountPermissions!);
+ checkUnnamed3750(o.accountPermissions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -452,14 +452,14 @@
buildCounterAccountUserProfile--;
}
-core.List<api.AccountUserProfile> buildUnnamed3741() {
+core.List<api.AccountUserProfile> buildUnnamed3751() {
var o = <api.AccountUserProfile>[];
o.add(buildAccountUserProfile());
o.add(buildAccountUserProfile());
return o;
}
-void checkUnnamed3741(core.List<api.AccountUserProfile> o) {
+void checkUnnamed3751(core.List<api.AccountUserProfile> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountUserProfile(o[0] as api.AccountUserProfile);
checkAccountUserProfile(o[1] as api.AccountUserProfile);
@@ -470,7 +470,7 @@
var o = api.AccountUserProfilesListResponse();
buildCounterAccountUserProfilesListResponse++;
if (buildCounterAccountUserProfilesListResponse < 3) {
- o.accountUserProfiles = buildUnnamed3741();
+ o.accountUserProfiles = buildUnnamed3751();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -482,7 +482,7 @@
api.AccountUserProfilesListResponse o) {
buildCounterAccountUserProfilesListResponse++;
if (buildCounterAccountUserProfilesListResponse < 3) {
- checkUnnamed3741(o.accountUserProfiles!);
+ checkUnnamed3751(o.accountUserProfiles!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -495,14 +495,14 @@
buildCounterAccountUserProfilesListResponse--;
}
-core.List<api.Account> buildUnnamed3742() {
+core.List<api.Account> buildUnnamed3752() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed3742(core.List<api.Account> o) {
+void checkUnnamed3752(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -513,7 +513,7 @@
var o = api.AccountsListResponse();
buildCounterAccountsListResponse++;
if (buildCounterAccountsListResponse < 3) {
- o.accounts = buildUnnamed3742();
+ o.accounts = buildUnnamed3752();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -524,7 +524,7 @@
void checkAccountsListResponse(api.AccountsListResponse o) {
buildCounterAccountsListResponse++;
if (buildCounterAccountsListResponse < 3) {
- checkUnnamed3742(o.accounts!);
+ checkUnnamed3752(o.accounts!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -537,27 +537,27 @@
buildCounterAccountsListResponse--;
}
-core.List<api.DimensionValue> buildUnnamed3743() {
+core.List<api.DimensionValue> buildUnnamed3753() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed3743(core.List<api.DimensionValue> o) {
+void checkUnnamed3753(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<core.String> buildUnnamed3744() {
+core.List<core.String> buildUnnamed3754() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3744(core.List<core.String> o) {
+void checkUnnamed3754(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -574,9 +574,9 @@
var o = api.Activities();
buildCounterActivities++;
if (buildCounterActivities < 3) {
- o.filters = buildUnnamed3743();
+ o.filters = buildUnnamed3753();
o.kind = 'foo';
- o.metricNames = buildUnnamed3744();
+ o.metricNames = buildUnnamed3754();
}
buildCounterActivities--;
return o;
@@ -585,50 +585,50 @@
void checkActivities(api.Activities o) {
buildCounterActivities++;
if (buildCounterActivities < 3) {
- checkUnnamed3743(o.filters!);
+ checkUnnamed3753(o.filters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3744(o.metricNames!);
+ checkUnnamed3754(o.metricNames!);
}
buildCounterActivities--;
}
-core.List<api.CreativeGroupAssignment> buildUnnamed3745() {
+core.List<api.CreativeGroupAssignment> buildUnnamed3755() {
var o = <api.CreativeGroupAssignment>[];
o.add(buildCreativeGroupAssignment());
o.add(buildCreativeGroupAssignment());
return o;
}
-void checkUnnamed3745(core.List<api.CreativeGroupAssignment> o) {
+void checkUnnamed3755(core.List<api.CreativeGroupAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeGroupAssignment(o[0] as api.CreativeGroupAssignment);
checkCreativeGroupAssignment(o[1] as api.CreativeGroupAssignment);
}
-core.List<api.EventTagOverride> buildUnnamed3746() {
+core.List<api.EventTagOverride> buildUnnamed3756() {
var o = <api.EventTagOverride>[];
o.add(buildEventTagOverride());
o.add(buildEventTagOverride());
return o;
}
-void checkUnnamed3746(core.List<api.EventTagOverride> o) {
+void checkUnnamed3756(core.List<api.EventTagOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventTagOverride(o[0] as api.EventTagOverride);
checkEventTagOverride(o[1] as api.EventTagOverride);
}
-core.List<api.PlacementAssignment> buildUnnamed3747() {
+core.List<api.PlacementAssignment> buildUnnamed3757() {
var o = <api.PlacementAssignment>[];
o.add(buildPlacementAssignment());
o.add(buildPlacementAssignment());
return o;
}
-void checkUnnamed3747(core.List<api.PlacementAssignment> o) {
+void checkUnnamed3757(core.List<api.PlacementAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlacementAssignment(o[0] as api.PlacementAssignment);
checkPlacementAssignment(o[1] as api.PlacementAssignment);
@@ -652,7 +652,7 @@
o.comments = 'foo';
o.compatibility = 'foo';
o.createInfo = buildLastModifiedInfo();
- o.creativeGroupAssignments = buildUnnamed3745();
+ o.creativeGroupAssignments = buildUnnamed3755();
o.creativeRotation = buildCreativeRotation();
o.dayPartTargeting = buildDayPartTargeting();
o.defaultClickThroughEventTagProperties =
@@ -660,7 +660,7 @@
o.deliverySchedule = buildDeliverySchedule();
o.dynamicClickTracker = true;
o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
- o.eventTagOverrides = buildUnnamed3746();
+ o.eventTagOverrides = buildUnnamed3756();
o.geoTargeting = buildGeoTargeting();
o.id = 'foo';
o.idDimensionValue = buildDimensionValue();
@@ -669,7 +669,7 @@
o.languageTargeting = buildLanguageTargeting();
o.lastModifiedInfo = buildLastModifiedInfo();
o.name = 'foo';
- o.placementAssignments = buildUnnamed3747();
+ o.placementAssignments = buildUnnamed3757();
o.remarketingListExpression = buildListTargetingExpression();
o.size = buildSize();
o.sslCompliant = true;
@@ -719,7 +719,7 @@
unittest.equals('foo'),
);
checkLastModifiedInfo(o.createInfo! as api.LastModifiedInfo);
- checkUnnamed3745(o.creativeGroupAssignments!);
+ checkUnnamed3755(o.creativeGroupAssignments!);
checkCreativeRotation(o.creativeRotation! as api.CreativeRotation);
checkDayPartTargeting(o.dayPartTargeting! as api.DayPartTargeting);
checkDefaultClickThroughEventTagProperties(
@@ -731,7 +731,7 @@
o.endTime!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed3746(o.eventTagOverrides!);
+ checkUnnamed3756(o.eventTagOverrides!);
checkGeoTargeting(o.geoTargeting! as api.GeoTargeting);
unittest.expect(
o.id!,
@@ -750,7 +750,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3747(o.placementAssignments!);
+ checkUnnamed3757(o.placementAssignments!);
checkListTargetingExpression(
o.remarketingListExpression! as api.ListTargetingExpression);
checkSize(o.size! as api.Size);
@@ -850,14 +850,14 @@
buildCounterAdSlot--;
}
-core.List<api.Ad> buildUnnamed3748() {
+core.List<api.Ad> buildUnnamed3758() {
var o = <api.Ad>[];
o.add(buildAd());
o.add(buildAd());
return o;
}
-void checkUnnamed3748(core.List<api.Ad> o) {
+void checkUnnamed3758(core.List<api.Ad> o) {
unittest.expect(o, unittest.hasLength(2));
checkAd(o[0] as api.Ad);
checkAd(o[1] as api.Ad);
@@ -868,7 +868,7 @@
var o = api.AdsListResponse();
buildCounterAdsListResponse++;
if (buildCounterAdsListResponse < 3) {
- o.ads = buildUnnamed3748();
+ o.ads = buildUnnamed3758();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -879,7 +879,7 @@
void checkAdsListResponse(api.AdsListResponse o) {
buildCounterAdsListResponse++;
if (buildCounterAdsListResponse < 3) {
- checkUnnamed3748(o.ads!);
+ checkUnnamed3758(o.ads!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1016,14 +1016,14 @@
buildCounterAdvertiserGroup--;
}
-core.List<api.AdvertiserGroup> buildUnnamed3749() {
+core.List<api.AdvertiserGroup> buildUnnamed3759() {
var o = <api.AdvertiserGroup>[];
o.add(buildAdvertiserGroup());
o.add(buildAdvertiserGroup());
return o;
}
-void checkUnnamed3749(core.List<api.AdvertiserGroup> o) {
+void checkUnnamed3759(core.List<api.AdvertiserGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdvertiserGroup(o[0] as api.AdvertiserGroup);
checkAdvertiserGroup(o[1] as api.AdvertiserGroup);
@@ -1034,7 +1034,7 @@
var o = api.AdvertiserGroupsListResponse();
buildCounterAdvertiserGroupsListResponse++;
if (buildCounterAdvertiserGroupsListResponse < 3) {
- o.advertiserGroups = buildUnnamed3749();
+ o.advertiserGroups = buildUnnamed3759();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1045,7 +1045,7 @@
void checkAdvertiserGroupsListResponse(api.AdvertiserGroupsListResponse o) {
buildCounterAdvertiserGroupsListResponse++;
if (buildCounterAdvertiserGroupsListResponse < 3) {
- checkUnnamed3749(o.advertiserGroups!);
+ checkUnnamed3759(o.advertiserGroups!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1058,14 +1058,14 @@
buildCounterAdvertiserGroupsListResponse--;
}
-core.List<api.LandingPage> buildUnnamed3750() {
+core.List<api.LandingPage> buildUnnamed3760() {
var o = <api.LandingPage>[];
o.add(buildLandingPage());
o.add(buildLandingPage());
return o;
}
-void checkUnnamed3750(core.List<api.LandingPage> o) {
+void checkUnnamed3760(core.List<api.LandingPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkLandingPage(o[0] as api.LandingPage);
checkLandingPage(o[1] as api.LandingPage);
@@ -1078,7 +1078,7 @@
buildCounterAdvertiserLandingPagesListResponse++;
if (buildCounterAdvertiserLandingPagesListResponse < 3) {
o.kind = 'foo';
- o.landingPages = buildUnnamed3750();
+ o.landingPages = buildUnnamed3760();
o.nextPageToken = 'foo';
}
buildCounterAdvertiserLandingPagesListResponse--;
@@ -1093,7 +1093,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3750(o.landingPages!);
+ checkUnnamed3760(o.landingPages!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1102,14 +1102,14 @@
buildCounterAdvertiserLandingPagesListResponse--;
}
-core.List<api.Advertiser> buildUnnamed3751() {
+core.List<api.Advertiser> buildUnnamed3761() {
var o = <api.Advertiser>[];
o.add(buildAdvertiser());
o.add(buildAdvertiser());
return o;
}
-void checkUnnamed3751(core.List<api.Advertiser> o) {
+void checkUnnamed3761(core.List<api.Advertiser> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdvertiser(o[0] as api.Advertiser);
checkAdvertiser(o[1] as api.Advertiser);
@@ -1120,7 +1120,7 @@
var o = api.AdvertisersListResponse();
buildCounterAdvertisersListResponse++;
if (buildCounterAdvertisersListResponse < 3) {
- o.advertisers = buildUnnamed3751();
+ o.advertisers = buildUnnamed3761();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1131,7 +1131,7 @@
void checkAdvertisersListResponse(api.AdvertisersListResponse o) {
buildCounterAdvertisersListResponse++;
if (buildCounterAdvertisersListResponse < 3) {
- checkUnnamed3751(o.advertisers!);
+ checkUnnamed3761(o.advertisers!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1176,14 +1176,14 @@
buildCounterAudienceSegment--;
}
-core.List<api.AudienceSegment> buildUnnamed3752() {
+core.List<api.AudienceSegment> buildUnnamed3762() {
var o = <api.AudienceSegment>[];
o.add(buildAudienceSegment());
o.add(buildAudienceSegment());
return o;
}
-void checkUnnamed3752(core.List<api.AudienceSegment> o) {
+void checkUnnamed3762(core.List<api.AudienceSegment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAudienceSegment(o[0] as api.AudienceSegment);
checkAudienceSegment(o[1] as api.AudienceSegment);
@@ -1194,7 +1194,7 @@
var o = api.AudienceSegmentGroup();
buildCounterAudienceSegmentGroup++;
if (buildCounterAudienceSegmentGroup < 3) {
- o.audienceSegments = buildUnnamed3752();
+ o.audienceSegments = buildUnnamed3762();
o.id = 'foo';
o.name = 'foo';
}
@@ -1205,7 +1205,7 @@
void checkAudienceSegmentGroup(api.AudienceSegmentGroup o) {
buildCounterAudienceSegmentGroup++;
if (buildCounterAudienceSegmentGroup < 3) {
- checkUnnamed3752(o.audienceSegments!);
+ checkUnnamed3762(o.audienceSegments!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -1265,14 +1265,14 @@
buildCounterBrowser--;
}
-core.List<api.Browser> buildUnnamed3753() {
+core.List<api.Browser> buildUnnamed3763() {
var o = <api.Browser>[];
o.add(buildBrowser());
o.add(buildBrowser());
return o;
}
-void checkUnnamed3753(core.List<api.Browser> o) {
+void checkUnnamed3763(core.List<api.Browser> o) {
unittest.expect(o, unittest.hasLength(2));
checkBrowser(o[0] as api.Browser);
checkBrowser(o[1] as api.Browser);
@@ -1283,7 +1283,7 @@
var o = api.BrowsersListResponse();
buildCounterBrowsersListResponse++;
if (buildCounterBrowsersListResponse < 3) {
- o.browsers = buildUnnamed3753();
+ o.browsers = buildUnnamed3763();
o.kind = 'foo';
}
buildCounterBrowsersListResponse--;
@@ -1293,7 +1293,7 @@
void checkBrowsersListResponse(api.BrowsersListResponse o) {
buildCounterBrowsersListResponse++;
if (buildCounterBrowsersListResponse < 3) {
- checkUnnamed3753(o.browsers!);
+ checkUnnamed3763(o.browsers!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1302,14 +1302,14 @@
buildCounterBrowsersListResponse--;
}
-core.List<api.CreativeOptimizationConfiguration> buildUnnamed3754() {
+core.List<api.CreativeOptimizationConfiguration> buildUnnamed3764() {
var o = <api.CreativeOptimizationConfiguration>[];
o.add(buildCreativeOptimizationConfiguration());
o.add(buildCreativeOptimizationConfiguration());
return o;
}
-void checkUnnamed3754(core.List<api.CreativeOptimizationConfiguration> o) {
+void checkUnnamed3764(core.List<api.CreativeOptimizationConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeOptimizationConfiguration(
o[0] as api.CreativeOptimizationConfiguration);
@@ -1317,27 +1317,27 @@
o[1] as api.CreativeOptimizationConfiguration);
}
-core.List<api.AudienceSegmentGroup> buildUnnamed3755() {
+core.List<api.AudienceSegmentGroup> buildUnnamed3765() {
var o = <api.AudienceSegmentGroup>[];
o.add(buildAudienceSegmentGroup());
o.add(buildAudienceSegmentGroup());
return o;
}
-void checkUnnamed3755(core.List<api.AudienceSegmentGroup> o) {
+void checkUnnamed3765(core.List<api.AudienceSegmentGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkAudienceSegmentGroup(o[0] as api.AudienceSegmentGroup);
checkAudienceSegmentGroup(o[1] as api.AudienceSegmentGroup);
}
-core.List<core.String> buildUnnamed3756() {
+core.List<core.String> buildUnnamed3766() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3756(core.List<core.String> o) {
+void checkUnnamed3766(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1349,27 +1349,27 @@
);
}
-core.List<api.EventTagOverride> buildUnnamed3757() {
+core.List<api.EventTagOverride> buildUnnamed3767() {
var o = <api.EventTagOverride>[];
o.add(buildEventTagOverride());
o.add(buildEventTagOverride());
return o;
}
-void checkUnnamed3757(core.List<api.EventTagOverride> o) {
+void checkUnnamed3767(core.List<api.EventTagOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventTagOverride(o[0] as api.EventTagOverride);
checkEventTagOverride(o[1] as api.EventTagOverride);
}
-core.List<core.String> buildUnnamed3758() {
+core.List<core.String> buildUnnamed3768() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3758(core.List<core.String> o) {
+void checkUnnamed3768(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1388,24 +1388,24 @@
if (buildCounterCampaign < 3) {
o.accountId = 'foo';
o.adBlockingConfiguration = buildAdBlockingConfiguration();
- o.additionalCreativeOptimizationConfigurations = buildUnnamed3754();
+ o.additionalCreativeOptimizationConfigurations = buildUnnamed3764();
o.advertiserGroupId = 'foo';
o.advertiserId = 'foo';
o.advertiserIdDimensionValue = buildDimensionValue();
o.archived = true;
- o.audienceSegmentGroups = buildUnnamed3755();
+ o.audienceSegmentGroups = buildUnnamed3765();
o.billingInvoiceCode = 'foo';
o.clickThroughUrlSuffixProperties = buildClickThroughUrlSuffixProperties();
o.comment = 'foo';
o.createInfo = buildLastModifiedInfo();
- o.creativeGroupIds = buildUnnamed3756();
+ o.creativeGroupIds = buildUnnamed3766();
o.creativeOptimizationConfiguration =
buildCreativeOptimizationConfiguration();
o.defaultClickThroughEventTagProperties =
buildDefaultClickThroughEventTagProperties();
o.defaultLandingPageId = 'foo';
o.endDate = core.DateTime.parse('2002-02-27T14:01:02Z');
- o.eventTagOverrides = buildUnnamed3757();
+ o.eventTagOverrides = buildUnnamed3767();
o.externalId = 'foo';
o.id = 'foo';
o.idDimensionValue = buildDimensionValue();
@@ -1416,7 +1416,7 @@
o.nielsenOcrEnabled = true;
o.startDate = core.DateTime.parse('2002-02-27T14:01:02Z');
o.subaccountId = 'foo';
- o.traffickerEmails = buildUnnamed3758();
+ o.traffickerEmails = buildUnnamed3768();
}
buildCounterCampaign--;
return o;
@@ -1431,7 +1431,7 @@
);
checkAdBlockingConfiguration(
o.adBlockingConfiguration! as api.AdBlockingConfiguration);
- checkUnnamed3754(o.additionalCreativeOptimizationConfigurations!);
+ checkUnnamed3764(o.additionalCreativeOptimizationConfigurations!);
unittest.expect(
o.advertiserGroupId!,
unittest.equals('foo'),
@@ -1442,7 +1442,7 @@
);
checkDimensionValue(o.advertiserIdDimensionValue! as api.DimensionValue);
unittest.expect(o.archived!, unittest.isTrue);
- checkUnnamed3755(o.audienceSegmentGroups!);
+ checkUnnamed3765(o.audienceSegmentGroups!);
unittest.expect(
o.billingInvoiceCode!,
unittest.equals('foo'),
@@ -1454,7 +1454,7 @@
unittest.equals('foo'),
);
checkLastModifiedInfo(o.createInfo! as api.LastModifiedInfo);
- checkUnnamed3756(o.creativeGroupIds!);
+ checkUnnamed3766(o.creativeGroupIds!);
checkCreativeOptimizationConfiguration(o.creativeOptimizationConfiguration!
as api.CreativeOptimizationConfiguration);
checkDefaultClickThroughEventTagProperties(
@@ -1468,7 +1468,7 @@
o.endDate!,
unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")),
);
- checkUnnamed3757(o.eventTagOverrides!);
+ checkUnnamed3767(o.eventTagOverrides!);
unittest.expect(
o.externalId!,
unittest.equals('foo'),
@@ -1498,7 +1498,7 @@
o.subaccountId!,
unittest.equals('foo'),
);
- checkUnnamed3758(o.traffickerEmails!);
+ checkUnnamed3768(o.traffickerEmails!);
}
buildCounterCampaign--;
}
@@ -1530,14 +1530,14 @@
buildCounterCampaignCreativeAssociation--;
}
-core.List<api.CampaignCreativeAssociation> buildUnnamed3759() {
+core.List<api.CampaignCreativeAssociation> buildUnnamed3769() {
var o = <api.CampaignCreativeAssociation>[];
o.add(buildCampaignCreativeAssociation());
o.add(buildCampaignCreativeAssociation());
return o;
}
-void checkUnnamed3759(core.List<api.CampaignCreativeAssociation> o) {
+void checkUnnamed3769(core.List<api.CampaignCreativeAssociation> o) {
unittest.expect(o, unittest.hasLength(2));
checkCampaignCreativeAssociation(o[0] as api.CampaignCreativeAssociation);
checkCampaignCreativeAssociation(o[1] as api.CampaignCreativeAssociation);
@@ -1549,7 +1549,7 @@
var o = api.CampaignCreativeAssociationsListResponse();
buildCounterCampaignCreativeAssociationsListResponse++;
if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
- o.campaignCreativeAssociations = buildUnnamed3759();
+ o.campaignCreativeAssociations = buildUnnamed3769();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1561,7 +1561,7 @@
api.CampaignCreativeAssociationsListResponse o) {
buildCounterCampaignCreativeAssociationsListResponse++;
if (buildCounterCampaignCreativeAssociationsListResponse < 3) {
- checkUnnamed3759(o.campaignCreativeAssociations!);
+ checkUnnamed3769(o.campaignCreativeAssociations!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1574,14 +1574,14 @@
buildCounterCampaignCreativeAssociationsListResponse--;
}
-core.List<api.Campaign> buildUnnamed3760() {
+core.List<api.Campaign> buildUnnamed3770() {
var o = <api.Campaign>[];
o.add(buildCampaign());
o.add(buildCampaign());
return o;
}
-void checkUnnamed3760(core.List<api.Campaign> o) {
+void checkUnnamed3770(core.List<api.Campaign> o) {
unittest.expect(o, unittest.hasLength(2));
checkCampaign(o[0] as api.Campaign);
checkCampaign(o[1] as api.Campaign);
@@ -1592,7 +1592,7 @@
var o = api.CampaignsListResponse();
buildCounterCampaignsListResponse++;
if (buildCounterCampaignsListResponse < 3) {
- o.campaigns = buildUnnamed3760();
+ o.campaigns = buildUnnamed3770();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1603,7 +1603,7 @@
void checkCampaignsListResponse(api.CampaignsListResponse o) {
buildCounterCampaignsListResponse++;
if (buildCounterCampaignsListResponse < 3) {
- checkUnnamed3760(o.campaigns!);
+ checkUnnamed3770(o.campaigns!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1703,14 +1703,14 @@
buildCounterChangeLog--;
}
-core.List<api.ChangeLog> buildUnnamed3761() {
+core.List<api.ChangeLog> buildUnnamed3771() {
var o = <api.ChangeLog>[];
o.add(buildChangeLog());
o.add(buildChangeLog());
return o;
}
-void checkUnnamed3761(core.List<api.ChangeLog> o) {
+void checkUnnamed3771(core.List<api.ChangeLog> o) {
unittest.expect(o, unittest.hasLength(2));
checkChangeLog(o[0] as api.ChangeLog);
checkChangeLog(o[1] as api.ChangeLog);
@@ -1721,7 +1721,7 @@
var o = api.ChangeLogsListResponse();
buildCounterChangeLogsListResponse++;
if (buildCounterChangeLogsListResponse < 3) {
- o.changeLogs = buildUnnamed3761();
+ o.changeLogs = buildUnnamed3771();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1732,7 +1732,7 @@
void checkChangeLogsListResponse(api.ChangeLogsListResponse o) {
buildCounterChangeLogsListResponse++;
if (buildCounterChangeLogsListResponse < 3) {
- checkUnnamed3761(o.changeLogs!);
+ checkUnnamed3771(o.changeLogs!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1745,14 +1745,14 @@
buildCounterChangeLogsListResponse--;
}
-core.List<api.ChannelGroupingRule> buildUnnamed3762() {
+core.List<api.ChannelGroupingRule> buildUnnamed3772() {
var o = <api.ChannelGroupingRule>[];
o.add(buildChannelGroupingRule());
o.add(buildChannelGroupingRule());
return o;
}
-void checkUnnamed3762(core.List<api.ChannelGroupingRule> o) {
+void checkUnnamed3772(core.List<api.ChannelGroupingRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannelGroupingRule(o[0] as api.ChannelGroupingRule);
checkChannelGroupingRule(o[1] as api.ChannelGroupingRule);
@@ -1766,7 +1766,7 @@
o.fallbackName = 'foo';
o.kind = 'foo';
o.name = 'foo';
- o.rules = buildUnnamed3762();
+ o.rules = buildUnnamed3772();
}
buildCounterChannelGrouping--;
return o;
@@ -1787,19 +1787,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3762(o.rules!);
+ checkUnnamed3772(o.rules!);
}
buildCounterChannelGrouping--;
}
-core.List<api.DisjunctiveMatchStatement> buildUnnamed3763() {
+core.List<api.DisjunctiveMatchStatement> buildUnnamed3773() {
var o = <api.DisjunctiveMatchStatement>[];
o.add(buildDisjunctiveMatchStatement());
o.add(buildDisjunctiveMatchStatement());
return o;
}
-void checkUnnamed3763(core.List<api.DisjunctiveMatchStatement> o) {
+void checkUnnamed3773(core.List<api.DisjunctiveMatchStatement> o) {
unittest.expect(o, unittest.hasLength(2));
checkDisjunctiveMatchStatement(o[0] as api.DisjunctiveMatchStatement);
checkDisjunctiveMatchStatement(o[1] as api.DisjunctiveMatchStatement);
@@ -1810,7 +1810,7 @@
var o = api.ChannelGroupingRule();
buildCounterChannelGroupingRule++;
if (buildCounterChannelGroupingRule < 3) {
- o.disjunctiveMatchStatements = buildUnnamed3763();
+ o.disjunctiveMatchStatements = buildUnnamed3773();
o.kind = 'foo';
o.name = 'foo';
}
@@ -1821,7 +1821,7 @@
void checkChannelGroupingRule(api.ChannelGroupingRule o) {
buildCounterChannelGroupingRule++;
if (buildCounterChannelGroupingRule < 3) {
- checkUnnamed3763(o.disjunctiveMatchStatements!);
+ checkUnnamed3773(o.disjunctiveMatchStatements!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1834,14 +1834,14 @@
buildCounterChannelGroupingRule--;
}
-core.List<api.City> buildUnnamed3764() {
+core.List<api.City> buildUnnamed3774() {
var o = <api.City>[];
o.add(buildCity());
o.add(buildCity());
return o;
}
-void checkUnnamed3764(core.List<api.City> o) {
+void checkUnnamed3774(core.List<api.City> o) {
unittest.expect(o, unittest.hasLength(2));
checkCity(o[0] as api.City);
checkCity(o[1] as api.City);
@@ -1852,7 +1852,7 @@
var o = api.CitiesListResponse();
buildCounterCitiesListResponse++;
if (buildCounterCitiesListResponse < 3) {
- o.cities = buildUnnamed3764();
+ o.cities = buildUnnamed3774();
o.kind = 'foo';
}
buildCounterCitiesListResponse--;
@@ -1862,7 +1862,7 @@
void checkCitiesListResponse(api.CitiesListResponse o) {
buildCounterCitiesListResponse++;
if (buildCounterCitiesListResponse < 3) {
- checkUnnamed3764(o.cities!);
+ checkUnnamed3774(o.cities!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2046,14 +2046,14 @@
buildCounterCompanionClickThroughOverride--;
}
-core.List<api.Size> buildUnnamed3765() {
+core.List<api.Size> buildUnnamed3775() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed3765(core.List<api.Size> o) {
+void checkUnnamed3775(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
@@ -2065,7 +2065,7 @@
buildCounterCompanionSetting++;
if (buildCounterCompanionSetting < 3) {
o.companionsDisabled = true;
- o.enabledSizes = buildUnnamed3765();
+ o.enabledSizes = buildUnnamed3775();
o.imageOnly = true;
o.kind = 'foo';
}
@@ -2077,7 +2077,7 @@
buildCounterCompanionSetting++;
if (buildCounterCompanionSetting < 3) {
unittest.expect(o.companionsDisabled!, unittest.isTrue);
- checkUnnamed3765(o.enabledSizes!);
+ checkUnnamed3775(o.enabledSizes!);
unittest.expect(o.imageOnly!, unittest.isTrue);
unittest.expect(
o.kind!,
@@ -2167,14 +2167,14 @@
buildCounterConnectionType--;
}
-core.List<api.ConnectionType> buildUnnamed3766() {
+core.List<api.ConnectionType> buildUnnamed3776() {
var o = <api.ConnectionType>[];
o.add(buildConnectionType());
o.add(buildConnectionType());
return o;
}
-void checkUnnamed3766(core.List<api.ConnectionType> o) {
+void checkUnnamed3776(core.List<api.ConnectionType> o) {
unittest.expect(o, unittest.hasLength(2));
checkConnectionType(o[0] as api.ConnectionType);
checkConnectionType(o[1] as api.ConnectionType);
@@ -2185,7 +2185,7 @@
var o = api.ConnectionTypesListResponse();
buildCounterConnectionTypesListResponse++;
if (buildCounterConnectionTypesListResponse < 3) {
- o.connectionTypes = buildUnnamed3766();
+ o.connectionTypes = buildUnnamed3776();
o.kind = 'foo';
}
buildCounterConnectionTypesListResponse--;
@@ -2195,7 +2195,7 @@
void checkConnectionTypesListResponse(api.ConnectionTypesListResponse o) {
buildCounterConnectionTypesListResponse++;
if (buildCounterConnectionTypesListResponse < 3) {
- checkUnnamed3766(o.connectionTypes!);
+ checkUnnamed3776(o.connectionTypes!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2204,14 +2204,14 @@
buildCounterConnectionTypesListResponse--;
}
-core.List<api.ContentCategory> buildUnnamed3767() {
+core.List<api.ContentCategory> buildUnnamed3777() {
var o = <api.ContentCategory>[];
o.add(buildContentCategory());
o.add(buildContentCategory());
return o;
}
-void checkUnnamed3767(core.List<api.ContentCategory> o) {
+void checkUnnamed3777(core.List<api.ContentCategory> o) {
unittest.expect(o, unittest.hasLength(2));
checkContentCategory(o[0] as api.ContentCategory);
checkContentCategory(o[1] as api.ContentCategory);
@@ -2222,7 +2222,7 @@
var o = api.ContentCategoriesListResponse();
buildCounterContentCategoriesListResponse++;
if (buildCounterContentCategoriesListResponse < 3) {
- o.contentCategories = buildUnnamed3767();
+ o.contentCategories = buildUnnamed3777();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -2233,7 +2233,7 @@
void checkContentCategoriesListResponse(api.ContentCategoriesListResponse o) {
buildCounterContentCategoriesListResponse++;
if (buildCounterContentCategoriesListResponse < 3) {
- checkUnnamed3767(o.contentCategories!);
+ checkUnnamed3777(o.contentCategories!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2283,27 +2283,27 @@
buildCounterContentCategory--;
}
-core.List<api.CustomFloodlightVariable> buildUnnamed3768() {
+core.List<api.CustomFloodlightVariable> buildUnnamed3778() {
var o = <api.CustomFloodlightVariable>[];
o.add(buildCustomFloodlightVariable());
o.add(buildCustomFloodlightVariable());
return o;
}
-void checkUnnamed3768(core.List<api.CustomFloodlightVariable> o) {
+void checkUnnamed3778(core.List<api.CustomFloodlightVariable> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomFloodlightVariable(o[0] as api.CustomFloodlightVariable);
checkCustomFloodlightVariable(o[1] as api.CustomFloodlightVariable);
}
-core.List<core.String> buildUnnamed3769() {
+core.List<core.String> buildUnnamed3779() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3769(core.List<core.String> o) {
+void checkUnnamed3779(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2321,10 +2321,10 @@
buildCounterConversion++;
if (buildCounterConversion < 3) {
o.childDirectedTreatment = true;
- o.customVariables = buildUnnamed3768();
+ o.customVariables = buildUnnamed3778();
o.dclid = 'foo';
o.encryptedUserId = 'foo';
- o.encryptedUserIdCandidates = buildUnnamed3769();
+ o.encryptedUserIdCandidates = buildUnnamed3779();
o.floodlightActivityId = 'foo';
o.floodlightConfigurationId = 'foo';
o.gclid = 'foo';
@@ -2347,7 +2347,7 @@
buildCounterConversion++;
if (buildCounterConversion < 3) {
unittest.expect(o.childDirectedTreatment!, unittest.isTrue);
- checkUnnamed3768(o.customVariables!);
+ checkUnnamed3778(o.customVariables!);
unittest.expect(
o.dclid!,
unittest.equals('foo'),
@@ -2356,7 +2356,7 @@
o.encryptedUserId!,
unittest.equals('foo'),
);
- checkUnnamed3769(o.encryptedUserIdCandidates!);
+ checkUnnamed3779(o.encryptedUserIdCandidates!);
unittest.expect(
o.floodlightActivityId!,
unittest.equals('foo'),
@@ -2436,14 +2436,14 @@
buildCounterConversionError--;
}
-core.List<api.ConversionError> buildUnnamed3770() {
+core.List<api.ConversionError> buildUnnamed3780() {
var o = <api.ConversionError>[];
o.add(buildConversionError());
o.add(buildConversionError());
return o;
}
-void checkUnnamed3770(core.List<api.ConversionError> o) {
+void checkUnnamed3780(core.List<api.ConversionError> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversionError(o[0] as api.ConversionError);
checkConversionError(o[1] as api.ConversionError);
@@ -2455,7 +2455,7 @@
buildCounterConversionStatus++;
if (buildCounterConversionStatus < 3) {
o.conversion = buildConversion();
- o.errors = buildUnnamed3770();
+ o.errors = buildUnnamed3780();
o.kind = 'foo';
}
buildCounterConversionStatus--;
@@ -2466,7 +2466,7 @@
buildCounterConversionStatus++;
if (buildCounterConversionStatus < 3) {
checkConversion(o.conversion! as api.Conversion);
- checkUnnamed3770(o.errors!);
+ checkUnnamed3780(o.errors!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2475,14 +2475,14 @@
buildCounterConversionStatus--;
}
-core.List<api.Conversion> buildUnnamed3771() {
+core.List<api.Conversion> buildUnnamed3781() {
var o = <api.Conversion>[];
o.add(buildConversion());
o.add(buildConversion());
return o;
}
-void checkUnnamed3771(core.List<api.Conversion> o) {
+void checkUnnamed3781(core.List<api.Conversion> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversion(o[0] as api.Conversion);
checkConversion(o[1] as api.Conversion);
@@ -2493,7 +2493,7 @@
var o = api.ConversionsBatchInsertRequest();
buildCounterConversionsBatchInsertRequest++;
if (buildCounterConversionsBatchInsertRequest < 3) {
- o.conversions = buildUnnamed3771();
+ o.conversions = buildUnnamed3781();
o.encryptionInfo = buildEncryptionInfo();
o.kind = 'foo';
}
@@ -2504,7 +2504,7 @@
void checkConversionsBatchInsertRequest(api.ConversionsBatchInsertRequest o) {
buildCounterConversionsBatchInsertRequest++;
if (buildCounterConversionsBatchInsertRequest < 3) {
- checkUnnamed3771(o.conversions!);
+ checkUnnamed3781(o.conversions!);
checkEncryptionInfo(o.encryptionInfo! as api.EncryptionInfo);
unittest.expect(
o.kind!,
@@ -2514,14 +2514,14 @@
buildCounterConversionsBatchInsertRequest--;
}
-core.List<api.ConversionStatus> buildUnnamed3772() {
+core.List<api.ConversionStatus> buildUnnamed3782() {
var o = <api.ConversionStatus>[];
o.add(buildConversionStatus());
o.add(buildConversionStatus());
return o;
}
-void checkUnnamed3772(core.List<api.ConversionStatus> o) {
+void checkUnnamed3782(core.List<api.ConversionStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversionStatus(o[0] as api.ConversionStatus);
checkConversionStatus(o[1] as api.ConversionStatus);
@@ -2534,7 +2534,7 @@
if (buildCounterConversionsBatchInsertResponse < 3) {
o.hasFailures = true;
o.kind = 'foo';
- o.status = buildUnnamed3772();
+ o.status = buildUnnamed3782();
}
buildCounterConversionsBatchInsertResponse--;
return o;
@@ -2548,19 +2548,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3772(o.status!);
+ checkUnnamed3782(o.status!);
}
buildCounterConversionsBatchInsertResponse--;
}
-core.List<api.Conversion> buildUnnamed3773() {
+core.List<api.Conversion> buildUnnamed3783() {
var o = <api.Conversion>[];
o.add(buildConversion());
o.add(buildConversion());
return o;
}
-void checkUnnamed3773(core.List<api.Conversion> o) {
+void checkUnnamed3783(core.List<api.Conversion> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversion(o[0] as api.Conversion);
checkConversion(o[1] as api.Conversion);
@@ -2571,7 +2571,7 @@
var o = api.ConversionsBatchUpdateRequest();
buildCounterConversionsBatchUpdateRequest++;
if (buildCounterConversionsBatchUpdateRequest < 3) {
- o.conversions = buildUnnamed3773();
+ o.conversions = buildUnnamed3783();
o.encryptionInfo = buildEncryptionInfo();
o.kind = 'foo';
}
@@ -2582,7 +2582,7 @@
void checkConversionsBatchUpdateRequest(api.ConversionsBatchUpdateRequest o) {
buildCounterConversionsBatchUpdateRequest++;
if (buildCounterConversionsBatchUpdateRequest < 3) {
- checkUnnamed3773(o.conversions!);
+ checkUnnamed3783(o.conversions!);
checkEncryptionInfo(o.encryptionInfo! as api.EncryptionInfo);
unittest.expect(
o.kind!,
@@ -2592,14 +2592,14 @@
buildCounterConversionsBatchUpdateRequest--;
}
-core.List<api.ConversionStatus> buildUnnamed3774() {
+core.List<api.ConversionStatus> buildUnnamed3784() {
var o = <api.ConversionStatus>[];
o.add(buildConversionStatus());
o.add(buildConversionStatus());
return o;
}
-void checkUnnamed3774(core.List<api.ConversionStatus> o) {
+void checkUnnamed3784(core.List<api.ConversionStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversionStatus(o[0] as api.ConversionStatus);
checkConversionStatus(o[1] as api.ConversionStatus);
@@ -2612,7 +2612,7 @@
if (buildCounterConversionsBatchUpdateResponse < 3) {
o.hasFailures = true;
o.kind = 'foo';
- o.status = buildUnnamed3774();
+ o.status = buildUnnamed3784();
}
buildCounterConversionsBatchUpdateResponse--;
return o;
@@ -2626,19 +2626,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3774(o.status!);
+ checkUnnamed3784(o.status!);
}
buildCounterConversionsBatchUpdateResponse--;
}
-core.List<api.Country> buildUnnamed3775() {
+core.List<api.Country> buildUnnamed3785() {
var o = <api.Country>[];
o.add(buildCountry());
o.add(buildCountry());
return o;
}
-void checkUnnamed3775(core.List<api.Country> o) {
+void checkUnnamed3785(core.List<api.Country> o) {
unittest.expect(o, unittest.hasLength(2));
checkCountry(o[0] as api.Country);
checkCountry(o[1] as api.Country);
@@ -2649,7 +2649,7 @@
var o = api.CountriesListResponse();
buildCounterCountriesListResponse++;
if (buildCounterCountriesListResponse < 3) {
- o.countries = buildUnnamed3775();
+ o.countries = buildUnnamed3785();
o.kind = 'foo';
}
buildCounterCountriesListResponse--;
@@ -2659,7 +2659,7 @@
void checkCountriesListResponse(api.CountriesListResponse o) {
buildCounterCountriesListResponse++;
if (buildCounterCountriesListResponse < 3) {
- checkUnnamed3775(o.countries!);
+ checkUnnamed3785(o.countries!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2707,14 +2707,14 @@
buildCounterCountry--;
}
-core.List<core.String> buildUnnamed3776() {
+core.List<core.String> buildUnnamed3786() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3776(core.List<core.String> o) {
+void checkUnnamed3786(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2726,27 +2726,27 @@
);
}
-core.List<api.Size> buildUnnamed3777() {
+core.List<api.Size> buildUnnamed3787() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed3777(core.List<api.Size> o) {
+void checkUnnamed3787(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
}
-core.List<core.String> buildUnnamed3778() {
+core.List<core.String> buildUnnamed3788() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3778(core.List<core.String> o) {
+void checkUnnamed3788(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2758,27 +2758,27 @@
);
}
-core.List<api.ClickTag> buildUnnamed3779() {
+core.List<api.ClickTag> buildUnnamed3789() {
var o = <api.ClickTag>[];
o.add(buildClickTag());
o.add(buildClickTag());
return o;
}
-void checkUnnamed3779(core.List<api.ClickTag> o) {
+void checkUnnamed3789(core.List<api.ClickTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkClickTag(o[0] as api.ClickTag);
checkClickTag(o[1] as api.ClickTag);
}
-core.List<core.String> buildUnnamed3780() {
+core.List<core.String> buildUnnamed3790() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3780(core.List<core.String> o) {
+void checkUnnamed3790(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2790,14 +2790,14 @@
);
}
-core.List<core.String> buildUnnamed3781() {
+core.List<core.String> buildUnnamed3791() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3781(core.List<core.String> o) {
+void checkUnnamed3791(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2809,53 +2809,53 @@
);
}
-core.List<api.CreativeCustomEvent> buildUnnamed3782() {
+core.List<api.CreativeCustomEvent> buildUnnamed3792() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
o.add(buildCreativeCustomEvent());
return o;
}
-void checkUnnamed3782(core.List<api.CreativeCustomEvent> o) {
+void checkUnnamed3792(core.List<api.CreativeCustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
}
-core.List<api.CreativeAsset> buildUnnamed3783() {
+core.List<api.CreativeAsset> buildUnnamed3793() {
var o = <api.CreativeAsset>[];
o.add(buildCreativeAsset());
o.add(buildCreativeAsset());
return o;
}
-void checkUnnamed3783(core.List<api.CreativeAsset> o) {
+void checkUnnamed3793(core.List<api.CreativeAsset> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeAsset(o[0] as api.CreativeAsset);
checkCreativeAsset(o[1] as api.CreativeAsset);
}
-core.List<api.CreativeFieldAssignment> buildUnnamed3784() {
+core.List<api.CreativeFieldAssignment> buildUnnamed3794() {
var o = <api.CreativeFieldAssignment>[];
o.add(buildCreativeFieldAssignment());
o.add(buildCreativeFieldAssignment());
return o;
}
-void checkUnnamed3784(core.List<api.CreativeFieldAssignment> o) {
+void checkUnnamed3794(core.List<api.CreativeFieldAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeFieldAssignment(o[0] as api.CreativeFieldAssignment);
checkCreativeFieldAssignment(o[1] as api.CreativeFieldAssignment);
}
-core.List<core.String> buildUnnamed3785() {
+core.List<core.String> buildUnnamed3795() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3785(core.List<core.String> o) {
+void checkUnnamed3795(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2867,40 +2867,40 @@
);
}
-core.List<api.CreativeCustomEvent> buildUnnamed3786() {
+core.List<api.CreativeCustomEvent> buildUnnamed3796() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
o.add(buildCreativeCustomEvent());
return o;
}
-void checkUnnamed3786(core.List<api.CreativeCustomEvent> o) {
+void checkUnnamed3796(core.List<api.CreativeCustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
}
-core.List<api.ThirdPartyTrackingUrl> buildUnnamed3787() {
+core.List<api.ThirdPartyTrackingUrl> buildUnnamed3797() {
var o = <api.ThirdPartyTrackingUrl>[];
o.add(buildThirdPartyTrackingUrl());
o.add(buildThirdPartyTrackingUrl());
return o;
}
-void checkUnnamed3787(core.List<api.ThirdPartyTrackingUrl> o) {
+void checkUnnamed3797(core.List<api.ThirdPartyTrackingUrl> o) {
unittest.expect(o, unittest.hasLength(2));
checkThirdPartyTrackingUrl(o[0] as api.ThirdPartyTrackingUrl);
checkThirdPartyTrackingUrl(o[1] as api.ThirdPartyTrackingUrl);
}
-core.List<api.CreativeCustomEvent> buildUnnamed3788() {
+core.List<api.CreativeCustomEvent> buildUnnamed3798() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
o.add(buildCreativeCustomEvent());
return o;
}
-void checkUnnamed3788(core.List<api.CreativeCustomEvent> o) {
+void checkUnnamed3798(core.List<api.CreativeCustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
@@ -2914,8 +2914,8 @@
o.accountId = 'foo';
o.active = true;
o.adParameters = 'foo';
- o.adTagKeys = buildUnnamed3776();
- o.additionalSizes = buildUnnamed3777();
+ o.adTagKeys = buildUnnamed3786();
+ o.additionalSizes = buildUnnamed3787();
o.advertiserId = 'foo';
o.allowScriptAccess = true;
o.archived = true;
@@ -2925,21 +2925,21 @@
o.autoAdvanceImages = true;
o.backgroundColor = 'foo';
o.backupImageClickThroughUrl = buildCreativeClickThroughUrl();
- o.backupImageFeatures = buildUnnamed3778();
+ o.backupImageFeatures = buildUnnamed3788();
o.backupImageReportingLabel = 'foo';
o.backupImageTargetWindow = buildTargetWindow();
- o.clickTags = buildUnnamed3779();
+ o.clickTags = buildUnnamed3789();
o.commercialId = 'foo';
- o.companionCreatives = buildUnnamed3780();
- o.compatibility = buildUnnamed3781();
+ o.companionCreatives = buildUnnamed3790();
+ o.compatibility = buildUnnamed3791();
o.convertFlashToHtml5 = true;
- o.counterCustomEvents = buildUnnamed3782();
+ o.counterCustomEvents = buildUnnamed3792();
o.creativeAssetSelection = buildCreativeAssetSelection();
- o.creativeAssets = buildUnnamed3783();
- o.creativeFieldAssignments = buildUnnamed3784();
- o.customKeyValues = buildUnnamed3785();
+ o.creativeAssets = buildUnnamed3793();
+ o.creativeFieldAssignments = buildUnnamed3794();
+ o.customKeyValues = buildUnnamed3795();
o.dynamicAssetSelection = true;
- o.exitCustomEvents = buildUnnamed3786();
+ o.exitCustomEvents = buildUnnamed3796();
o.fsCommand = buildFsCommand();
o.htmlCode = 'foo';
o.htmlCodeLocked = true;
@@ -2970,8 +2970,8 @@
o.subaccountId = 'foo';
o.thirdPartyBackupImageImpressionsUrl = 'foo';
o.thirdPartyRichMediaImpressionsUrl = 'foo';
- o.thirdPartyUrls = buildUnnamed3787();
- o.timerCustomEvents = buildUnnamed3788();
+ o.thirdPartyUrls = buildUnnamed3797();
+ o.timerCustomEvents = buildUnnamed3798();
o.totalFileSize = 'foo';
o.type = 'foo';
o.universalAdId = buildUniversalAdId();
@@ -2993,8 +2993,8 @@
o.adParameters!,
unittest.equals('foo'),
);
- checkUnnamed3776(o.adTagKeys!);
- checkUnnamed3777(o.additionalSizes!);
+ checkUnnamed3786(o.adTagKeys!);
+ checkUnnamed3787(o.additionalSizes!);
unittest.expect(
o.advertiserId!,
unittest.equals('foo'),
@@ -3020,28 +3020,28 @@
);
checkCreativeClickThroughUrl(
o.backupImageClickThroughUrl! as api.CreativeClickThroughUrl);
- checkUnnamed3778(o.backupImageFeatures!);
+ checkUnnamed3788(o.backupImageFeatures!);
unittest.expect(
o.backupImageReportingLabel!,
unittest.equals('foo'),
);
checkTargetWindow(o.backupImageTargetWindow! as api.TargetWindow);
- checkUnnamed3779(o.clickTags!);
+ checkUnnamed3789(o.clickTags!);
unittest.expect(
o.commercialId!,
unittest.equals('foo'),
);
- checkUnnamed3780(o.companionCreatives!);
- checkUnnamed3781(o.compatibility!);
+ checkUnnamed3790(o.companionCreatives!);
+ checkUnnamed3791(o.compatibility!);
unittest.expect(o.convertFlashToHtml5!, unittest.isTrue);
- checkUnnamed3782(o.counterCustomEvents!);
+ checkUnnamed3792(o.counterCustomEvents!);
checkCreativeAssetSelection(
o.creativeAssetSelection! as api.CreativeAssetSelection);
- checkUnnamed3783(o.creativeAssets!);
- checkUnnamed3784(o.creativeFieldAssignments!);
- checkUnnamed3785(o.customKeyValues!);
+ checkUnnamed3793(o.creativeAssets!);
+ checkUnnamed3794(o.creativeFieldAssignments!);
+ checkUnnamed3795(o.customKeyValues!);
unittest.expect(o.dynamicAssetSelection!, unittest.isTrue);
- checkUnnamed3786(o.exitCustomEvents!);
+ checkUnnamed3796(o.exitCustomEvents!);
checkFsCommand(o.fsCommand! as api.FsCommand);
unittest.expect(
o.htmlCode!,
@@ -3126,8 +3126,8 @@
o.thirdPartyRichMediaImpressionsUrl!,
unittest.equals('foo'),
);
- checkUnnamed3787(o.thirdPartyUrls!);
- checkUnnamed3788(o.timerCustomEvents!);
+ checkUnnamed3797(o.thirdPartyUrls!);
+ checkUnnamed3798(o.timerCustomEvents!);
unittest.expect(
o.totalFileSize!,
unittest.equals('foo'),
@@ -3145,27 +3145,27 @@
buildCounterCreative--;
}
-core.List<api.Size> buildUnnamed3789() {
+core.List<api.Size> buildUnnamed3799() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed3789(core.List<api.Size> o) {
+void checkUnnamed3799(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
}
-core.List<core.String> buildUnnamed3790() {
+core.List<core.String> buildUnnamed3800() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3790(core.List<core.String> o) {
+void checkUnnamed3800(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3177,14 +3177,14 @@
);
}
-core.List<core.String> buildUnnamed3791() {
+core.List<core.String> buildUnnamed3801() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3791(core.List<core.String> o) {
+void checkUnnamed3801(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3203,7 +3203,7 @@
if (buildCounterCreativeAsset < 3) {
o.actionScript3 = true;
o.active = true;
- o.additionalSizes = buildUnnamed3789();
+ o.additionalSizes = buildUnnamed3799();
o.alignment = 'foo';
o.artworkType = 'foo';
o.assetIdentifier = buildCreativeAssetId();
@@ -3213,9 +3213,9 @@
o.bitRate = 42;
o.childAssetType = 'foo';
o.collapsedSize = buildSize();
- o.companionCreativeIds = buildUnnamed3790();
+ o.companionCreativeIds = buildUnnamed3800();
o.customStartTimeValue = 42;
- o.detectedFeatures = buildUnnamed3791();
+ o.detectedFeatures = buildUnnamed3801();
o.displayType = 'foo';
o.duration = 42;
o.durationType = 'foo';
@@ -3261,7 +3261,7 @@
if (buildCounterCreativeAsset < 3) {
unittest.expect(o.actionScript3!, unittest.isTrue);
unittest.expect(o.active!, unittest.isTrue);
- checkUnnamed3789(o.additionalSizes!);
+ checkUnnamed3799(o.additionalSizes!);
unittest.expect(
o.alignment!,
unittest.equals('foo'),
@@ -3289,12 +3289,12 @@
unittest.equals('foo'),
);
checkSize(o.collapsedSize! as api.Size);
- checkUnnamed3790(o.companionCreativeIds!);
+ checkUnnamed3800(o.companionCreativeIds!);
unittest.expect(
o.customStartTimeValue!,
unittest.equals(42),
);
- checkUnnamed3791(o.detectedFeatures!);
+ checkUnnamed3801(o.detectedFeatures!);
unittest.expect(
o.displayType!,
unittest.equals('foo'),
@@ -3424,40 +3424,40 @@
buildCounterCreativeAssetId--;
}
-core.List<api.ClickTag> buildUnnamed3792() {
+core.List<api.ClickTag> buildUnnamed3802() {
var o = <api.ClickTag>[];
o.add(buildClickTag());
o.add(buildClickTag());
return o;
}
-void checkUnnamed3792(core.List<api.ClickTag> o) {
+void checkUnnamed3802(core.List<api.ClickTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkClickTag(o[0] as api.ClickTag);
checkClickTag(o[1] as api.ClickTag);
}
-core.List<api.CreativeCustomEvent> buildUnnamed3793() {
+core.List<api.CreativeCustomEvent> buildUnnamed3803() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
o.add(buildCreativeCustomEvent());
return o;
}
-void checkUnnamed3793(core.List<api.CreativeCustomEvent> o) {
+void checkUnnamed3803(core.List<api.CreativeCustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
}
-core.List<core.String> buildUnnamed3794() {
+core.List<core.String> buildUnnamed3804() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3794(core.List<core.String> o) {
+void checkUnnamed3804(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3469,40 +3469,40 @@
);
}
-core.List<api.CreativeCustomEvent> buildUnnamed3795() {
+core.List<api.CreativeCustomEvent> buildUnnamed3805() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
o.add(buildCreativeCustomEvent());
return o;
}
-void checkUnnamed3795(core.List<api.CreativeCustomEvent> o) {
+void checkUnnamed3805(core.List<api.CreativeCustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
}
-core.List<api.CreativeCustomEvent> buildUnnamed3796() {
+core.List<api.CreativeCustomEvent> buildUnnamed3806() {
var o = <api.CreativeCustomEvent>[];
o.add(buildCreativeCustomEvent());
o.add(buildCreativeCustomEvent());
return o;
}
-void checkUnnamed3796(core.List<api.CreativeCustomEvent> o) {
+void checkUnnamed3806(core.List<api.CreativeCustomEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeCustomEvent(o[0] as api.CreativeCustomEvent);
checkCreativeCustomEvent(o[1] as api.CreativeCustomEvent);
}
-core.List<core.String> buildUnnamed3797() {
+core.List<core.String> buildUnnamed3807() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3797(core.List<core.String> o) {
+void checkUnnamed3807(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3520,16 +3520,16 @@
buildCounterCreativeAssetMetadata++;
if (buildCounterCreativeAssetMetadata < 3) {
o.assetIdentifier = buildCreativeAssetId();
- o.clickTags = buildUnnamed3792();
- o.counterCustomEvents = buildUnnamed3793();
- o.detectedFeatures = buildUnnamed3794();
- o.exitCustomEvents = buildUnnamed3795();
+ o.clickTags = buildUnnamed3802();
+ o.counterCustomEvents = buildUnnamed3803();
+ o.detectedFeatures = buildUnnamed3804();
+ o.exitCustomEvents = buildUnnamed3805();
o.id = 'foo';
o.idDimensionValue = buildDimensionValue();
o.kind = 'foo';
o.richMedia = true;
- o.timerCustomEvents = buildUnnamed3796();
- o.warnedValidationRules = buildUnnamed3797();
+ o.timerCustomEvents = buildUnnamed3806();
+ o.warnedValidationRules = buildUnnamed3807();
}
buildCounterCreativeAssetMetadata--;
return o;
@@ -3539,10 +3539,10 @@
buildCounterCreativeAssetMetadata++;
if (buildCounterCreativeAssetMetadata < 3) {
checkCreativeAssetId(o.assetIdentifier! as api.CreativeAssetId);
- checkUnnamed3792(o.clickTags!);
- checkUnnamed3793(o.counterCustomEvents!);
- checkUnnamed3794(o.detectedFeatures!);
- checkUnnamed3795(o.exitCustomEvents!);
+ checkUnnamed3802(o.clickTags!);
+ checkUnnamed3803(o.counterCustomEvents!);
+ checkUnnamed3804(o.detectedFeatures!);
+ checkUnnamed3805(o.exitCustomEvents!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -3553,20 +3553,20 @@
unittest.equals('foo'),
);
unittest.expect(o.richMedia!, unittest.isTrue);
- checkUnnamed3796(o.timerCustomEvents!);
- checkUnnamed3797(o.warnedValidationRules!);
+ checkUnnamed3806(o.timerCustomEvents!);
+ checkUnnamed3807(o.warnedValidationRules!);
}
buildCounterCreativeAssetMetadata--;
}
-core.List<api.Rule> buildUnnamed3798() {
+core.List<api.Rule> buildUnnamed3808() {
var o = <api.Rule>[];
o.add(buildRule());
o.add(buildRule());
return o;
}
-void checkUnnamed3798(core.List<api.Rule> o) {
+void checkUnnamed3808(core.List<api.Rule> o) {
unittest.expect(o, unittest.hasLength(2));
checkRule(o[0] as api.Rule);
checkRule(o[1] as api.Rule);
@@ -3578,7 +3578,7 @@
buildCounterCreativeAssetSelection++;
if (buildCounterCreativeAssetSelection < 3) {
o.defaultAssetId = 'foo';
- o.rules = buildUnnamed3798();
+ o.rules = buildUnnamed3808();
}
buildCounterCreativeAssetSelection--;
return o;
@@ -3591,45 +3591,45 @@
o.defaultAssetId!,
unittest.equals('foo'),
);
- checkUnnamed3798(o.rules!);
+ checkUnnamed3808(o.rules!);
}
buildCounterCreativeAssetSelection--;
}
-core.List<api.CompanionClickThroughOverride> buildUnnamed3799() {
+core.List<api.CompanionClickThroughOverride> buildUnnamed3809() {
var o = <api.CompanionClickThroughOverride>[];
o.add(buildCompanionClickThroughOverride());
o.add(buildCompanionClickThroughOverride());
return o;
}
-void checkUnnamed3799(core.List<api.CompanionClickThroughOverride> o) {
+void checkUnnamed3809(core.List<api.CompanionClickThroughOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompanionClickThroughOverride(o[0] as api.CompanionClickThroughOverride);
checkCompanionClickThroughOverride(o[1] as api.CompanionClickThroughOverride);
}
-core.List<api.CreativeGroupAssignment> buildUnnamed3800() {
+core.List<api.CreativeGroupAssignment> buildUnnamed3810() {
var o = <api.CreativeGroupAssignment>[];
o.add(buildCreativeGroupAssignment());
o.add(buildCreativeGroupAssignment());
return o;
}
-void checkUnnamed3800(core.List<api.CreativeGroupAssignment> o) {
+void checkUnnamed3810(core.List<api.CreativeGroupAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeGroupAssignment(o[0] as api.CreativeGroupAssignment);
checkCreativeGroupAssignment(o[1] as api.CreativeGroupAssignment);
}
-core.List<api.RichMediaExitOverride> buildUnnamed3801() {
+core.List<api.RichMediaExitOverride> buildUnnamed3811() {
var o = <api.RichMediaExitOverride>[];
o.add(buildRichMediaExitOverride());
o.add(buildRichMediaExitOverride());
return o;
}
-void checkUnnamed3801(core.List<api.RichMediaExitOverride> o) {
+void checkUnnamed3811(core.List<api.RichMediaExitOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkRichMediaExitOverride(o[0] as api.RichMediaExitOverride);
checkRichMediaExitOverride(o[1] as api.RichMediaExitOverride);
@@ -3643,12 +3643,12 @@
o.active = true;
o.applyEventTags = true;
o.clickThroughUrl = buildClickThroughUrl();
- o.companionCreativeOverrides = buildUnnamed3799();
- o.creativeGroupAssignments = buildUnnamed3800();
+ o.companionCreativeOverrides = buildUnnamed3809();
+ o.creativeGroupAssignments = buildUnnamed3810();
o.creativeId = 'foo';
o.creativeIdDimensionValue = buildDimensionValue();
o.endTime = core.DateTime.parse("2002-02-27T14:01:02");
- o.richMediaExitOverrides = buildUnnamed3801();
+ o.richMediaExitOverrides = buildUnnamed3811();
o.sequence = 42;
o.sslCompliant = true;
o.startTime = core.DateTime.parse("2002-02-27T14:01:02");
@@ -3664,8 +3664,8 @@
unittest.expect(o.active!, unittest.isTrue);
unittest.expect(o.applyEventTags!, unittest.isTrue);
checkClickThroughUrl(o.clickThroughUrl! as api.ClickThroughUrl);
- checkUnnamed3799(o.companionCreativeOverrides!);
- checkUnnamed3800(o.creativeGroupAssignments!);
+ checkUnnamed3809(o.companionCreativeOverrides!);
+ checkUnnamed3810(o.creativeGroupAssignments!);
unittest.expect(
o.creativeId!,
unittest.equals('foo'),
@@ -3675,7 +3675,7 @@
o.endTime!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed3801(o.richMediaExitOverrides!);
+ checkUnnamed3811(o.richMediaExitOverrides!);
unittest.expect(
o.sequence!,
unittest.equals(42),
@@ -3896,14 +3896,14 @@
buildCounterCreativeFieldValue--;
}
-core.List<api.CreativeFieldValue> buildUnnamed3802() {
+core.List<api.CreativeFieldValue> buildUnnamed3812() {
var o = <api.CreativeFieldValue>[];
o.add(buildCreativeFieldValue());
o.add(buildCreativeFieldValue());
return o;
}
-void checkUnnamed3802(core.List<api.CreativeFieldValue> o) {
+void checkUnnamed3812(core.List<api.CreativeFieldValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeFieldValue(o[0] as api.CreativeFieldValue);
checkCreativeFieldValue(o[1] as api.CreativeFieldValue);
@@ -3914,7 +3914,7 @@
var o = api.CreativeFieldValuesListResponse();
buildCounterCreativeFieldValuesListResponse++;
if (buildCounterCreativeFieldValuesListResponse < 3) {
- o.creativeFieldValues = buildUnnamed3802();
+ o.creativeFieldValues = buildUnnamed3812();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -3926,7 +3926,7 @@
api.CreativeFieldValuesListResponse o) {
buildCounterCreativeFieldValuesListResponse++;
if (buildCounterCreativeFieldValuesListResponse < 3) {
- checkUnnamed3802(o.creativeFieldValues!);
+ checkUnnamed3812(o.creativeFieldValues!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3939,14 +3939,14 @@
buildCounterCreativeFieldValuesListResponse--;
}
-core.List<api.CreativeField> buildUnnamed3803() {
+core.List<api.CreativeField> buildUnnamed3813() {
var o = <api.CreativeField>[];
o.add(buildCreativeField());
o.add(buildCreativeField());
return o;
}
-void checkUnnamed3803(core.List<api.CreativeField> o) {
+void checkUnnamed3813(core.List<api.CreativeField> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeField(o[0] as api.CreativeField);
checkCreativeField(o[1] as api.CreativeField);
@@ -3957,7 +3957,7 @@
var o = api.CreativeFieldsListResponse();
buildCounterCreativeFieldsListResponse++;
if (buildCounterCreativeFieldsListResponse < 3) {
- o.creativeFields = buildUnnamed3803();
+ o.creativeFields = buildUnnamed3813();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -3968,7 +3968,7 @@
void checkCreativeFieldsListResponse(api.CreativeFieldsListResponse o) {
buildCounterCreativeFieldsListResponse++;
if (buildCounterCreativeFieldsListResponse < 3) {
- checkUnnamed3803(o.creativeFields!);
+ checkUnnamed3813(o.creativeFields!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4062,14 +4062,14 @@
buildCounterCreativeGroupAssignment--;
}
-core.List<api.CreativeGroup> buildUnnamed3804() {
+core.List<api.CreativeGroup> buildUnnamed3814() {
var o = <api.CreativeGroup>[];
o.add(buildCreativeGroup());
o.add(buildCreativeGroup());
return o;
}
-void checkUnnamed3804(core.List<api.CreativeGroup> o) {
+void checkUnnamed3814(core.List<api.CreativeGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeGroup(o[0] as api.CreativeGroup);
checkCreativeGroup(o[1] as api.CreativeGroup);
@@ -4080,7 +4080,7 @@
var o = api.CreativeGroupsListResponse();
buildCounterCreativeGroupsListResponse++;
if (buildCounterCreativeGroupsListResponse < 3) {
- o.creativeGroups = buildUnnamed3804();
+ o.creativeGroups = buildUnnamed3814();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -4091,7 +4091,7 @@
void checkCreativeGroupsListResponse(api.CreativeGroupsListResponse o) {
buildCounterCreativeGroupsListResponse++;
if (buildCounterCreativeGroupsListResponse < 3) {
- checkUnnamed3804(o.creativeGroups!);
+ checkUnnamed3814(o.creativeGroups!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4104,14 +4104,14 @@
buildCounterCreativeGroupsListResponse--;
}
-core.List<api.OptimizationActivity> buildUnnamed3805() {
+core.List<api.OptimizationActivity> buildUnnamed3815() {
var o = <api.OptimizationActivity>[];
o.add(buildOptimizationActivity());
o.add(buildOptimizationActivity());
return o;
}
-void checkUnnamed3805(core.List<api.OptimizationActivity> o) {
+void checkUnnamed3815(core.List<api.OptimizationActivity> o) {
unittest.expect(o, unittest.hasLength(2));
checkOptimizationActivity(o[0] as api.OptimizationActivity);
checkOptimizationActivity(o[1] as api.OptimizationActivity);
@@ -4124,7 +4124,7 @@
if (buildCounterCreativeOptimizationConfiguration < 3) {
o.id = 'foo';
o.name = 'foo';
- o.optimizationActivitys = buildUnnamed3805();
+ o.optimizationActivitys = buildUnnamed3815();
o.optimizationModel = 'foo';
}
buildCounterCreativeOptimizationConfiguration--;
@@ -4143,7 +4143,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3805(o.optimizationActivitys!);
+ checkUnnamed3815(o.optimizationActivitys!);
unittest.expect(
o.optimizationModel!,
unittest.equals('foo'),
@@ -4152,14 +4152,14 @@
buildCounterCreativeOptimizationConfiguration--;
}
-core.List<api.CreativeAssignment> buildUnnamed3806() {
+core.List<api.CreativeAssignment> buildUnnamed3816() {
var o = <api.CreativeAssignment>[];
o.add(buildCreativeAssignment());
o.add(buildCreativeAssignment());
return o;
}
-void checkUnnamed3806(core.List<api.CreativeAssignment> o) {
+void checkUnnamed3816(core.List<api.CreativeAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeAssignment(o[0] as api.CreativeAssignment);
checkCreativeAssignment(o[1] as api.CreativeAssignment);
@@ -4170,7 +4170,7 @@
var o = api.CreativeRotation();
buildCounterCreativeRotation++;
if (buildCounterCreativeRotation < 3) {
- o.creativeAssignments = buildUnnamed3806();
+ o.creativeAssignments = buildUnnamed3816();
o.creativeOptimizationConfigurationId = 'foo';
o.type = 'foo';
o.weightCalculationStrategy = 'foo';
@@ -4182,7 +4182,7 @@
void checkCreativeRotation(api.CreativeRotation o) {
buildCounterCreativeRotation++;
if (buildCounterCreativeRotation < 3) {
- checkUnnamed3806(o.creativeAssignments!);
+ checkUnnamed3816(o.creativeAssignments!);
unittest.expect(
o.creativeOptimizationConfigurationId!,
unittest.equals('foo'),
@@ -4199,14 +4199,14 @@
buildCounterCreativeRotation--;
}
-core.List<api.Creative> buildUnnamed3807() {
+core.List<api.Creative> buildUnnamed3817() {
var o = <api.Creative>[];
o.add(buildCreative());
o.add(buildCreative());
return o;
}
-void checkUnnamed3807(core.List<api.Creative> o) {
+void checkUnnamed3817(core.List<api.Creative> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreative(o[0] as api.Creative);
checkCreative(o[1] as api.Creative);
@@ -4217,7 +4217,7 @@
var o = api.CreativesListResponse();
buildCounterCreativesListResponse++;
if (buildCounterCreativesListResponse < 3) {
- o.creatives = buildUnnamed3807();
+ o.creatives = buildUnnamed3817();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -4228,7 +4228,7 @@
void checkCreativesListResponse(api.CreativesListResponse o) {
buildCounterCreativesListResponse++;
if (buildCounterCreativesListResponse < 3) {
- checkUnnamed3807(o.creatives!);
+ checkUnnamed3817(o.creatives!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4241,53 +4241,53 @@
buildCounterCreativesListResponse--;
}
-core.List<api.Dimension> buildUnnamed3808() {
+core.List<api.Dimension> buildUnnamed3818() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed3808(core.List<api.Dimension> o) {
+void checkUnnamed3818(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Dimension> buildUnnamed3809() {
+core.List<api.Dimension> buildUnnamed3819() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed3809(core.List<api.Dimension> o) {
+void checkUnnamed3819(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed3810() {
+core.List<api.Metric> buildUnnamed3820() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed3810(core.List<api.Metric> o) {
+void checkUnnamed3820(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
}
-core.List<api.Metric> buildUnnamed3811() {
+core.List<api.Metric> buildUnnamed3821() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed3811(core.List<api.Metric> o) {
+void checkUnnamed3821(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
@@ -4299,11 +4299,11 @@
var o = api.CrossDimensionReachReportCompatibleFields();
buildCounterCrossDimensionReachReportCompatibleFields++;
if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
- o.breakdown = buildUnnamed3808();
- o.dimensionFilters = buildUnnamed3809();
+ o.breakdown = buildUnnamed3818();
+ o.dimensionFilters = buildUnnamed3819();
o.kind = 'foo';
- o.metrics = buildUnnamed3810();
- o.overlapMetrics = buildUnnamed3811();
+ o.metrics = buildUnnamed3820();
+ o.overlapMetrics = buildUnnamed3821();
}
buildCounterCrossDimensionReachReportCompatibleFields--;
return o;
@@ -4313,14 +4313,14 @@
api.CrossDimensionReachReportCompatibleFields o) {
buildCounterCrossDimensionReachReportCompatibleFields++;
if (buildCounterCrossDimensionReachReportCompatibleFields < 3) {
- checkUnnamed3808(o.breakdown!);
- checkUnnamed3809(o.dimensionFilters!);
+ checkUnnamed3818(o.breakdown!);
+ checkUnnamed3819(o.dimensionFilters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3810(o.metrics!);
- checkUnnamed3811(o.overlapMetrics!);
+ checkUnnamed3820(o.metrics!);
+ checkUnnamed3821(o.overlapMetrics!);
}
buildCounterCrossDimensionReachReportCompatibleFields--;
}
@@ -4357,14 +4357,14 @@
buildCounterCustomFloodlightVariable--;
}
-core.List<api.DimensionValue> buildUnnamed3812() {
+core.List<api.DimensionValue> buildUnnamed3822() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed3812(core.List<api.DimensionValue> o) {
+void checkUnnamed3822(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
@@ -4375,7 +4375,7 @@
var o = api.CustomRichMediaEvents();
buildCounterCustomRichMediaEvents++;
if (buildCounterCustomRichMediaEvents < 3) {
- o.filteredEventIds = buildUnnamed3812();
+ o.filteredEventIds = buildUnnamed3822();
o.kind = 'foo';
}
buildCounterCustomRichMediaEvents--;
@@ -4385,7 +4385,7 @@
void checkCustomRichMediaEvents(api.CustomRichMediaEvents o) {
buildCounterCustomRichMediaEvents++;
if (buildCounterCustomRichMediaEvents < 3) {
- checkUnnamed3812(o.filteredEventIds!);
+ checkUnnamed3822(o.filteredEventIds!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4497,14 +4497,14 @@
buildCounterDateRange--;
}
-core.List<core.String> buildUnnamed3813() {
+core.List<core.String> buildUnnamed3823() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3813(core.List<core.String> o) {
+void checkUnnamed3823(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4516,14 +4516,14 @@
);
}
-core.List<core.int> buildUnnamed3814() {
+core.List<core.int> buildUnnamed3824() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed3814(core.List<core.int> o) {
+void checkUnnamed3824(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4540,8 +4540,8 @@
var o = api.DayPartTargeting();
buildCounterDayPartTargeting++;
if (buildCounterDayPartTargeting < 3) {
- o.daysOfWeek = buildUnnamed3813();
- o.hoursOfDay = buildUnnamed3814();
+ o.daysOfWeek = buildUnnamed3823();
+ o.hoursOfDay = buildUnnamed3824();
o.userLocalTime = true;
}
buildCounterDayPartTargeting--;
@@ -4551,21 +4551,21 @@
void checkDayPartTargeting(api.DayPartTargeting o) {
buildCounterDayPartTargeting++;
if (buildCounterDayPartTargeting < 3) {
- checkUnnamed3813(o.daysOfWeek!);
- checkUnnamed3814(o.hoursOfDay!);
+ checkUnnamed3823(o.daysOfWeek!);
+ checkUnnamed3824(o.hoursOfDay!);
unittest.expect(o.userLocalTime!, unittest.isTrue);
}
buildCounterDayPartTargeting--;
}
-core.List<core.String> buildUnnamed3815() {
+core.List<core.String> buildUnnamed3825() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3815(core.List<core.String> o) {
+void checkUnnamed3825(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4586,7 +4586,7 @@
o.fallbackUrl = 'foo';
o.kind = 'foo';
o.mobileApp = buildMobileApp();
- o.remarketingListIds = buildUnnamed3815();
+ o.remarketingListIds = buildUnnamed3825();
}
buildCounterDeepLink--;
return o;
@@ -4608,7 +4608,7 @@
unittest.equals('foo'),
);
checkMobileApp(o.mobileApp! as api.MobileApp);
- checkUnnamed3815(o.remarketingListIds!);
+ checkUnnamed3825(o.remarketingListIds!);
}
buildCounterDeepLink--;
}
@@ -4809,14 +4809,14 @@
buildCounterDimensionValue--;
}
-core.List<api.DimensionValue> buildUnnamed3816() {
+core.List<api.DimensionValue> buildUnnamed3826() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed3816(core.List<api.DimensionValue> o) {
+void checkUnnamed3826(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
@@ -4828,7 +4828,7 @@
buildCounterDimensionValueList++;
if (buildCounterDimensionValueList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed3816();
+ o.items = buildUnnamed3826();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -4843,7 +4843,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed3816(o.items!);
+ checkUnnamed3826(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4856,14 +4856,14 @@
buildCounterDimensionValueList--;
}
-core.List<api.DimensionFilter> buildUnnamed3817() {
+core.List<api.DimensionFilter> buildUnnamed3827() {
var o = <api.DimensionFilter>[];
o.add(buildDimensionFilter());
o.add(buildDimensionFilter());
return o;
}
-void checkUnnamed3817(core.List<api.DimensionFilter> o) {
+void checkUnnamed3827(core.List<api.DimensionFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionFilter(o[0] as api.DimensionFilter);
checkDimensionFilter(o[1] as api.DimensionFilter);
@@ -4876,7 +4876,7 @@
if (buildCounterDimensionValueRequest < 3) {
o.dimensionName = 'foo';
o.endDate = core.DateTime.parse('2002-02-27T14:01:02Z');
- o.filters = buildUnnamed3817();
+ o.filters = buildUnnamed3827();
o.kind = 'foo';
o.startDate = core.DateTime.parse('2002-02-27T14:01:02Z');
}
@@ -4895,7 +4895,7 @@
o.endDate!,
unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")),
);
- checkUnnamed3817(o.filters!);
+ checkUnnamed3827(o.filters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4908,14 +4908,14 @@
buildCounterDimensionValueRequest--;
}
-core.List<core.String> buildUnnamed3818() {
+core.List<core.String> buildUnnamed3828() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3818(core.List<core.String> o) {
+void checkUnnamed3828(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4927,14 +4927,14 @@
);
}
-core.List<core.String> buildUnnamed3819() {
+core.List<core.String> buildUnnamed3829() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3819(core.List<core.String> o) {
+void checkUnnamed3829(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4953,8 +4953,8 @@
if (buildCounterDirectorySite < 3) {
o.id = 'foo';
o.idDimensionValue = buildDimensionValue();
- o.inpageTagFormats = buildUnnamed3818();
- o.interstitialTagFormats = buildUnnamed3819();
+ o.inpageTagFormats = buildUnnamed3828();
+ o.interstitialTagFormats = buildUnnamed3829();
o.kind = 'foo';
o.name = 'foo';
o.settings = buildDirectorySiteSettings();
@@ -4972,8 +4972,8 @@
unittest.equals('foo'),
);
checkDimensionValue(o.idDimensionValue! as api.DimensionValue);
- checkUnnamed3818(o.inpageTagFormats!);
- checkUnnamed3819(o.interstitialTagFormats!);
+ checkUnnamed3828(o.inpageTagFormats!);
+ checkUnnamed3829(o.interstitialTagFormats!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5016,14 +5016,14 @@
buildCounterDirectorySiteSettings--;
}
-core.List<api.DirectorySite> buildUnnamed3820() {
+core.List<api.DirectorySite> buildUnnamed3830() {
var o = <api.DirectorySite>[];
o.add(buildDirectorySite());
o.add(buildDirectorySite());
return o;
}
-void checkUnnamed3820(core.List<api.DirectorySite> o) {
+void checkUnnamed3830(core.List<api.DirectorySite> o) {
unittest.expect(o, unittest.hasLength(2));
checkDirectorySite(o[0] as api.DirectorySite);
checkDirectorySite(o[1] as api.DirectorySite);
@@ -5034,7 +5034,7 @@
var o = api.DirectorySitesListResponse();
buildCounterDirectorySitesListResponse++;
if (buildCounterDirectorySitesListResponse < 3) {
- o.directorySites = buildUnnamed3820();
+ o.directorySites = buildUnnamed3830();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -5045,7 +5045,7 @@
void checkDirectorySitesListResponse(api.DirectorySitesListResponse o) {
buildCounterDirectorySitesListResponse++;
if (buildCounterDirectorySitesListResponse < 3) {
- checkUnnamed3820(o.directorySites!);
+ checkUnnamed3830(o.directorySites!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5058,14 +5058,14 @@
buildCounterDirectorySitesListResponse--;
}
-core.List<api.EventFilter> buildUnnamed3821() {
+core.List<api.EventFilter> buildUnnamed3831() {
var o = <api.EventFilter>[];
o.add(buildEventFilter());
o.add(buildEventFilter());
return o;
}
-void checkUnnamed3821(core.List<api.EventFilter> o) {
+void checkUnnamed3831(core.List<api.EventFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventFilter(o[0] as api.EventFilter);
checkEventFilter(o[1] as api.EventFilter);
@@ -5076,7 +5076,7 @@
var o = api.DisjunctiveMatchStatement();
buildCounterDisjunctiveMatchStatement++;
if (buildCounterDisjunctiveMatchStatement < 3) {
- o.eventFilters = buildUnnamed3821();
+ o.eventFilters = buildUnnamed3831();
o.kind = 'foo';
}
buildCounterDisjunctiveMatchStatement--;
@@ -5086,7 +5086,7 @@
void checkDisjunctiveMatchStatement(api.DisjunctiveMatchStatement o) {
buildCounterDisjunctiveMatchStatement++;
if (buildCounterDisjunctiveMatchStatement < 3) {
- checkUnnamed3821(o.eventFilters!);
+ checkUnnamed3831(o.eventFilters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5132,14 +5132,14 @@
buildCounterDynamicTargetingKey--;
}
-core.List<api.DynamicTargetingKey> buildUnnamed3822() {
+core.List<api.DynamicTargetingKey> buildUnnamed3832() {
var o = <api.DynamicTargetingKey>[];
o.add(buildDynamicTargetingKey());
o.add(buildDynamicTargetingKey());
return o;
}
-void checkUnnamed3822(core.List<api.DynamicTargetingKey> o) {
+void checkUnnamed3832(core.List<api.DynamicTargetingKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicTargetingKey(o[0] as api.DynamicTargetingKey);
checkDynamicTargetingKey(o[1] as api.DynamicTargetingKey);
@@ -5150,7 +5150,7 @@
var o = api.DynamicTargetingKeysListResponse();
buildCounterDynamicTargetingKeysListResponse++;
if (buildCounterDynamicTargetingKeysListResponse < 3) {
- o.dynamicTargetingKeys = buildUnnamed3822();
+ o.dynamicTargetingKeys = buildUnnamed3832();
o.kind = 'foo';
}
buildCounterDynamicTargetingKeysListResponse--;
@@ -5161,7 +5161,7 @@
api.DynamicTargetingKeysListResponse o) {
buildCounterDynamicTargetingKeysListResponse++;
if (buildCounterDynamicTargetingKeysListResponse < 3) {
- checkUnnamed3822(o.dynamicTargetingKeys!);
+ checkUnnamed3832(o.dynamicTargetingKeys!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5232,14 +5232,14 @@
buildCounterEventFilter--;
}
-core.List<core.String> buildUnnamed3823() {
+core.List<core.String> buildUnnamed3833() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3823(core.List<core.String> o) {
+void checkUnnamed3833(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5267,7 +5267,7 @@
o.kind = 'foo';
o.name = 'foo';
o.siteFilterType = 'foo';
- o.siteIds = buildUnnamed3823();
+ o.siteIds = buildUnnamed3833();
o.sslCompliant = true;
o.status = 'foo';
o.subaccountId = 'foo';
@@ -5314,7 +5314,7 @@
o.siteFilterType!,
unittest.equals('foo'),
);
- checkUnnamed3823(o.siteIds!);
+ checkUnnamed3833(o.siteIds!);
unittest.expect(o.sslCompliant!, unittest.isTrue);
unittest.expect(
o.status!,
@@ -5364,14 +5364,14 @@
buildCounterEventTagOverride--;
}
-core.List<api.EventTag> buildUnnamed3824() {
+core.List<api.EventTag> buildUnnamed3834() {
var o = <api.EventTag>[];
o.add(buildEventTag());
o.add(buildEventTag());
return o;
}
-void checkUnnamed3824(core.List<api.EventTag> o) {
+void checkUnnamed3834(core.List<api.EventTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventTag(o[0] as api.EventTag);
checkEventTag(o[1] as api.EventTag);
@@ -5382,7 +5382,7 @@
var o = api.EventTagsListResponse();
buildCounterEventTagsListResponse++;
if (buildCounterEventTagsListResponse < 3) {
- o.eventTags = buildUnnamed3824();
+ o.eventTags = buildUnnamed3834();
o.kind = 'foo';
}
buildCounterEventTagsListResponse--;
@@ -5392,7 +5392,7 @@
void checkEventTagsListResponse(api.EventTagsListResponse o) {
buildCounterEventTagsListResponse++;
if (buildCounterEventTagsListResponse < 3) {
- checkUnnamed3824(o.eventTags!);
+ checkUnnamed3834(o.eventTags!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5489,14 +5489,14 @@
buildCounterFile--;
}
-core.List<api.File> buildUnnamed3825() {
+core.List<api.File> buildUnnamed3835() {
var o = <api.File>[];
o.add(buildFile());
o.add(buildFile());
return o;
}
-void checkUnnamed3825(core.List<api.File> o) {
+void checkUnnamed3835(core.List<api.File> o) {
unittest.expect(o, unittest.hasLength(2));
checkFile(o[0] as api.File);
checkFile(o[1] as api.File);
@@ -5508,7 +5508,7 @@
buildCounterFileList++;
if (buildCounterFileList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed3825();
+ o.items = buildUnnamed3835();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -5523,7 +5523,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed3825(o.items!);
+ checkUnnamed3835(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5607,14 +5607,14 @@
buildCounterFloodlightActivitiesGenerateTagResponse--;
}
-core.List<api.FloodlightActivity> buildUnnamed3826() {
+core.List<api.FloodlightActivity> buildUnnamed3836() {
var o = <api.FloodlightActivity>[];
o.add(buildFloodlightActivity());
o.add(buildFloodlightActivity());
return o;
}
-void checkUnnamed3826(core.List<api.FloodlightActivity> o) {
+void checkUnnamed3836(core.List<api.FloodlightActivity> o) {
unittest.expect(o, unittest.hasLength(2));
checkFloodlightActivity(o[0] as api.FloodlightActivity);
checkFloodlightActivity(o[1] as api.FloodlightActivity);
@@ -5625,7 +5625,7 @@
var o = api.FloodlightActivitiesListResponse();
buildCounterFloodlightActivitiesListResponse++;
if (buildCounterFloodlightActivitiesListResponse < 3) {
- o.floodlightActivities = buildUnnamed3826();
+ o.floodlightActivities = buildUnnamed3836();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -5637,7 +5637,7 @@
api.FloodlightActivitiesListResponse o) {
buildCounterFloodlightActivitiesListResponse++;
if (buildCounterFloodlightActivitiesListResponse < 3) {
- checkUnnamed3826(o.floodlightActivities!);
+ checkUnnamed3836(o.floodlightActivities!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5650,27 +5650,27 @@
buildCounterFloodlightActivitiesListResponse--;
}
-core.List<api.FloodlightActivityDynamicTag> buildUnnamed3827() {
+core.List<api.FloodlightActivityDynamicTag> buildUnnamed3837() {
var o = <api.FloodlightActivityDynamicTag>[];
o.add(buildFloodlightActivityDynamicTag());
o.add(buildFloodlightActivityDynamicTag());
return o;
}
-void checkUnnamed3827(core.List<api.FloodlightActivityDynamicTag> o) {
+void checkUnnamed3837(core.List<api.FloodlightActivityDynamicTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkFloodlightActivityDynamicTag(o[0] as api.FloodlightActivityDynamicTag);
checkFloodlightActivityDynamicTag(o[1] as api.FloodlightActivityDynamicTag);
}
-core.List<api.FloodlightActivityPublisherDynamicTag> buildUnnamed3828() {
+core.List<api.FloodlightActivityPublisherDynamicTag> buildUnnamed3838() {
var o = <api.FloodlightActivityPublisherDynamicTag>[];
o.add(buildFloodlightActivityPublisherDynamicTag());
o.add(buildFloodlightActivityPublisherDynamicTag());
return o;
}
-void checkUnnamed3828(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
+void checkUnnamed3838(core.List<api.FloodlightActivityPublisherDynamicTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkFloodlightActivityPublisherDynamicTag(
o[0] as api.FloodlightActivityPublisherDynamicTag);
@@ -5678,14 +5678,14 @@
o[1] as api.FloodlightActivityPublisherDynamicTag);
}
-core.List<core.String> buildUnnamed3829() {
+core.List<core.String> buildUnnamed3839() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3829(core.List<core.String> o) {
+void checkUnnamed3839(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5708,7 +5708,7 @@
o.attributionEnabled = true;
o.cacheBustingType = 'foo';
o.countingMethod = 'foo';
- o.defaultTags = buildUnnamed3827();
+ o.defaultTags = buildUnnamed3837();
o.expectedUrl = 'foo';
o.floodlightActivityGroupId = 'foo';
o.floodlightActivityGroupName = 'foo';
@@ -5722,7 +5722,7 @@
o.kind = 'foo';
o.name = 'foo';
o.notes = 'foo';
- o.publisherTags = buildUnnamed3828();
+ o.publisherTags = buildUnnamed3838();
o.secure = true;
o.sslCompliant = true;
o.sslRequired = true;
@@ -5730,7 +5730,7 @@
o.subaccountId = 'foo';
o.tagFormat = 'foo';
o.tagString = 'foo';
- o.userDefinedVariableTypes = buildUnnamed3829();
+ o.userDefinedVariableTypes = buildUnnamed3839();
}
buildCounterFloodlightActivity--;
return o;
@@ -5757,7 +5757,7 @@
o.countingMethod!,
unittest.equals('foo'),
);
- checkUnnamed3827(o.defaultTags!);
+ checkUnnamed3837(o.defaultTags!);
unittest.expect(
o.expectedUrl!,
unittest.equals('foo'),
@@ -5805,7 +5805,7 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed3828(o.publisherTags!);
+ checkUnnamed3838(o.publisherTags!);
unittest.expect(o.secure!, unittest.isTrue);
unittest.expect(o.sslCompliant!, unittest.isTrue);
unittest.expect(o.sslRequired!, unittest.isTrue);
@@ -5825,7 +5825,7 @@
o.tagString!,
unittest.equals('foo'),
);
- checkUnnamed3829(o.userDefinedVariableTypes!);
+ checkUnnamed3839(o.userDefinedVariableTypes!);
}
buildCounterFloodlightActivity--;
}
@@ -5931,14 +5931,14 @@
buildCounterFloodlightActivityGroup--;
}
-core.List<api.FloodlightActivityGroup> buildUnnamed3830() {
+core.List<api.FloodlightActivityGroup> buildUnnamed3840() {
var o = <api.FloodlightActivityGroup>[];
o.add(buildFloodlightActivityGroup());
o.add(buildFloodlightActivityGroup());
return o;
}
-void checkUnnamed3830(core.List<api.FloodlightActivityGroup> o) {
+void checkUnnamed3840(core.List<api.FloodlightActivityGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkFloodlightActivityGroup(o[0] as api.FloodlightActivityGroup);
checkFloodlightActivityGroup(o[1] as api.FloodlightActivityGroup);
@@ -5950,7 +5950,7 @@
var o = api.FloodlightActivityGroupsListResponse();
buildCounterFloodlightActivityGroupsListResponse++;
if (buildCounterFloodlightActivityGroupsListResponse < 3) {
- o.floodlightActivityGroups = buildUnnamed3830();
+ o.floodlightActivityGroups = buildUnnamed3840();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -5962,7 +5962,7 @@
api.FloodlightActivityGroupsListResponse o) {
buildCounterFloodlightActivityGroupsListResponse++;
if (buildCounterFloodlightActivityGroupsListResponse < 3) {
- checkUnnamed3830(o.floodlightActivityGroups!);
+ checkUnnamed3840(o.floodlightActivityGroups!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6013,27 +6013,27 @@
buildCounterFloodlightActivityPublisherDynamicTag--;
}
-core.List<api.ThirdPartyAuthenticationToken> buildUnnamed3831() {
+core.List<api.ThirdPartyAuthenticationToken> buildUnnamed3841() {
var o = <api.ThirdPartyAuthenticationToken>[];
o.add(buildThirdPartyAuthenticationToken());
o.add(buildThirdPartyAuthenticationToken());
return o;
}
-void checkUnnamed3831(core.List<api.ThirdPartyAuthenticationToken> o) {
+void checkUnnamed3841(core.List<api.ThirdPartyAuthenticationToken> o) {
unittest.expect(o, unittest.hasLength(2));
checkThirdPartyAuthenticationToken(o[0] as api.ThirdPartyAuthenticationToken);
checkThirdPartyAuthenticationToken(o[1] as api.ThirdPartyAuthenticationToken);
}
-core.List<api.UserDefinedVariableConfiguration> buildUnnamed3832() {
+core.List<api.UserDefinedVariableConfiguration> buildUnnamed3842() {
var o = <api.UserDefinedVariableConfiguration>[];
o.add(buildUserDefinedVariableConfiguration());
o.add(buildUserDefinedVariableConfiguration());
return o;
}
-void checkUnnamed3832(core.List<api.UserDefinedVariableConfiguration> o) {
+void checkUnnamed3842(core.List<api.UserDefinedVariableConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserDefinedVariableConfiguration(
o[0] as api.UserDefinedVariableConfiguration);
@@ -6062,8 +6062,8 @@
o.omnitureSettings = buildOmnitureSettings();
o.subaccountId = 'foo';
o.tagSettings = buildTagSettings();
- o.thirdPartyAuthenticationTokens = buildUnnamed3831();
- o.userDefinedVariableConfigurations = buildUnnamed3832();
+ o.thirdPartyAuthenticationTokens = buildUnnamed3841();
+ o.userDefinedVariableConfigurations = buildUnnamed3842();
}
buildCounterFloodlightConfiguration--;
return o;
@@ -6111,20 +6111,20 @@
unittest.equals('foo'),
);
checkTagSettings(o.tagSettings! as api.TagSettings);
- checkUnnamed3831(o.thirdPartyAuthenticationTokens!);
- checkUnnamed3832(o.userDefinedVariableConfigurations!);
+ checkUnnamed3841(o.thirdPartyAuthenticationTokens!);
+ checkUnnamed3842(o.userDefinedVariableConfigurations!);
}
buildCounterFloodlightConfiguration--;
}
-core.List<api.FloodlightConfiguration> buildUnnamed3833() {
+core.List<api.FloodlightConfiguration> buildUnnamed3843() {
var o = <api.FloodlightConfiguration>[];
o.add(buildFloodlightConfiguration());
o.add(buildFloodlightConfiguration());
return o;
}
-void checkUnnamed3833(core.List<api.FloodlightConfiguration> o) {
+void checkUnnamed3843(core.List<api.FloodlightConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkFloodlightConfiguration(o[0] as api.FloodlightConfiguration);
checkFloodlightConfiguration(o[1] as api.FloodlightConfiguration);
@@ -6136,7 +6136,7 @@
var o = api.FloodlightConfigurationsListResponse();
buildCounterFloodlightConfigurationsListResponse++;
if (buildCounterFloodlightConfigurationsListResponse < 3) {
- o.floodlightConfigurations = buildUnnamed3833();
+ o.floodlightConfigurations = buildUnnamed3843();
o.kind = 'foo';
}
buildCounterFloodlightConfigurationsListResponse--;
@@ -6147,7 +6147,7 @@
api.FloodlightConfigurationsListResponse o) {
buildCounterFloodlightConfigurationsListResponse++;
if (buildCounterFloodlightConfigurationsListResponse < 3) {
- checkUnnamed3833(o.floodlightConfigurations!);
+ checkUnnamed3843(o.floodlightConfigurations!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6156,40 +6156,40 @@
buildCounterFloodlightConfigurationsListResponse--;
}
-core.List<api.Dimension> buildUnnamed3834() {
+core.List<api.Dimension> buildUnnamed3844() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed3834(core.List<api.Dimension> o) {
+void checkUnnamed3844(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Dimension> buildUnnamed3835() {
+core.List<api.Dimension> buildUnnamed3845() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed3835(core.List<api.Dimension> o) {
+void checkUnnamed3845(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed3836() {
+core.List<api.Metric> buildUnnamed3846() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed3836(core.List<api.Metric> o) {
+void checkUnnamed3846(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
@@ -6200,10 +6200,10 @@
var o = api.FloodlightReportCompatibleFields();
buildCounterFloodlightReportCompatibleFields++;
if (buildCounterFloodlightReportCompatibleFields < 3) {
- o.dimensionFilters = buildUnnamed3834();
- o.dimensions = buildUnnamed3835();
+ o.dimensionFilters = buildUnnamed3844();
+ o.dimensions = buildUnnamed3845();
o.kind = 'foo';
- o.metrics = buildUnnamed3836();
+ o.metrics = buildUnnamed3846();
}
buildCounterFloodlightReportCompatibleFields--;
return o;
@@ -6213,13 +6213,13 @@
api.FloodlightReportCompatibleFields o) {
buildCounterFloodlightReportCompatibleFields++;
if (buildCounterFloodlightReportCompatibleFields < 3) {
- checkUnnamed3834(o.dimensionFilters!);
- checkUnnamed3835(o.dimensions!);
+ checkUnnamed3844(o.dimensionFilters!);
+ checkUnnamed3845(o.dimensions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3836(o.metrics!);
+ checkUnnamed3846(o.metrics!);
}
buildCounterFloodlightReportCompatibleFields--;
}
@@ -6293,66 +6293,66 @@
buildCounterFsCommand--;
}
-core.List<api.City> buildUnnamed3837() {
+core.List<api.City> buildUnnamed3847() {
var o = <api.City>[];
o.add(buildCity());
o.add(buildCity());
return o;
}
-void checkUnnamed3837(core.List<api.City> o) {
+void checkUnnamed3847(core.List<api.City> o) {
unittest.expect(o, unittest.hasLength(2));
checkCity(o[0] as api.City);
checkCity(o[1] as api.City);
}
-core.List<api.Country> buildUnnamed3838() {
+core.List<api.Country> buildUnnamed3848() {
var o = <api.Country>[];
o.add(buildCountry());
o.add(buildCountry());
return o;
}
-void checkUnnamed3838(core.List<api.Country> o) {
+void checkUnnamed3848(core.List<api.Country> o) {
unittest.expect(o, unittest.hasLength(2));
checkCountry(o[0] as api.Country);
checkCountry(o[1] as api.Country);
}
-core.List<api.Metro> buildUnnamed3839() {
+core.List<api.Metro> buildUnnamed3849() {
var o = <api.Metro>[];
o.add(buildMetro());
o.add(buildMetro());
return o;
}
-void checkUnnamed3839(core.List<api.Metro> o) {
+void checkUnnamed3849(core.List<api.Metro> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetro(o[0] as api.Metro);
checkMetro(o[1] as api.Metro);
}
-core.List<api.PostalCode> buildUnnamed3840() {
+core.List<api.PostalCode> buildUnnamed3850() {
var o = <api.PostalCode>[];
o.add(buildPostalCode());
o.add(buildPostalCode());
return o;
}
-void checkUnnamed3840(core.List<api.PostalCode> o) {
+void checkUnnamed3850(core.List<api.PostalCode> o) {
unittest.expect(o, unittest.hasLength(2));
checkPostalCode(o[0] as api.PostalCode);
checkPostalCode(o[1] as api.PostalCode);
}
-core.List<api.Region> buildUnnamed3841() {
+core.List<api.Region> buildUnnamed3851() {
var o = <api.Region>[];
o.add(buildRegion());
o.add(buildRegion());
return o;
}
-void checkUnnamed3841(core.List<api.Region> o) {
+void checkUnnamed3851(core.List<api.Region> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegion(o[0] as api.Region);
checkRegion(o[1] as api.Region);
@@ -6363,12 +6363,12 @@
var o = api.GeoTargeting();
buildCounterGeoTargeting++;
if (buildCounterGeoTargeting < 3) {
- o.cities = buildUnnamed3837();
- o.countries = buildUnnamed3838();
+ o.cities = buildUnnamed3847();
+ o.countries = buildUnnamed3848();
o.excludeCountries = true;
- o.metros = buildUnnamed3839();
- o.postalCodes = buildUnnamed3840();
- o.regions = buildUnnamed3841();
+ o.metros = buildUnnamed3849();
+ o.postalCodes = buildUnnamed3850();
+ o.regions = buildUnnamed3851();
}
buildCounterGeoTargeting--;
return o;
@@ -6377,24 +6377,24 @@
void checkGeoTargeting(api.GeoTargeting o) {
buildCounterGeoTargeting++;
if (buildCounterGeoTargeting < 3) {
- checkUnnamed3837(o.cities!);
- checkUnnamed3838(o.countries!);
+ checkUnnamed3847(o.cities!);
+ checkUnnamed3848(o.countries!);
unittest.expect(o.excludeCountries!, unittest.isTrue);
- checkUnnamed3839(o.metros!);
- checkUnnamed3840(o.postalCodes!);
- checkUnnamed3841(o.regions!);
+ checkUnnamed3849(o.metros!);
+ checkUnnamed3850(o.postalCodes!);
+ checkUnnamed3851(o.regions!);
}
buildCounterGeoTargeting--;
}
-core.List<api.AdSlot> buildUnnamed3842() {
+core.List<api.AdSlot> buildUnnamed3852() {
var o = <api.AdSlot>[];
o.add(buildAdSlot());
o.add(buildAdSlot());
return o;
}
-void checkUnnamed3842(core.List<api.AdSlot> o) {
+void checkUnnamed3852(core.List<api.AdSlot> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdSlot(o[0] as api.AdSlot);
checkAdSlot(o[1] as api.AdSlot);
@@ -6406,7 +6406,7 @@
buildCounterInventoryItem++;
if (buildCounterInventoryItem < 3) {
o.accountId = 'foo';
- o.adSlots = buildUnnamed3842();
+ o.adSlots = buildUnnamed3852();
o.advertiserId = 'foo';
o.contentCategoryId = 'foo';
o.estimatedClickThroughRate = 'foo';
@@ -6437,7 +6437,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed3842(o.adSlots!);
+ checkUnnamed3852(o.adSlots!);
unittest.expect(
o.advertiserId!,
unittest.equals('foo'),
@@ -6505,14 +6505,14 @@
buildCounterInventoryItem--;
}
-core.List<api.InventoryItem> buildUnnamed3843() {
+core.List<api.InventoryItem> buildUnnamed3853() {
var o = <api.InventoryItem>[];
o.add(buildInventoryItem());
o.add(buildInventoryItem());
return o;
}
-void checkUnnamed3843(core.List<api.InventoryItem> o) {
+void checkUnnamed3853(core.List<api.InventoryItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkInventoryItem(o[0] as api.InventoryItem);
checkInventoryItem(o[1] as api.InventoryItem);
@@ -6523,7 +6523,7 @@
var o = api.InventoryItemsListResponse();
buildCounterInventoryItemsListResponse++;
if (buildCounterInventoryItemsListResponse < 3) {
- o.inventoryItems = buildUnnamed3843();
+ o.inventoryItems = buildUnnamed3853();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -6534,7 +6534,7 @@
void checkInventoryItemsListResponse(api.InventoryItemsListResponse o) {
buildCounterInventoryItemsListResponse++;
if (buildCounterInventoryItemsListResponse < 3) {
- checkUnnamed3843(o.inventoryItems!);
+ checkUnnamed3853(o.inventoryItems!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6569,14 +6569,14 @@
buildCounterKeyValueTargetingExpression--;
}
-core.List<api.DeepLink> buildUnnamed3844() {
+core.List<api.DeepLink> buildUnnamed3854() {
var o = <api.DeepLink>[];
o.add(buildDeepLink());
o.add(buildDeepLink());
return o;
}
-void checkUnnamed3844(core.List<api.DeepLink> o) {
+void checkUnnamed3854(core.List<api.DeepLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeepLink(o[0] as api.DeepLink);
checkDeepLink(o[1] as api.DeepLink);
@@ -6589,7 +6589,7 @@
if (buildCounterLandingPage < 3) {
o.advertiserId = 'foo';
o.archived = true;
- o.deepLinks = buildUnnamed3844();
+ o.deepLinks = buildUnnamed3854();
o.id = 'foo';
o.kind = 'foo';
o.name = 'foo';
@@ -6607,7 +6607,7 @@
unittest.equals('foo'),
);
unittest.expect(o.archived!, unittest.isTrue);
- checkUnnamed3844(o.deepLinks!);
+ checkUnnamed3854(o.deepLinks!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -6665,14 +6665,14 @@
buildCounterLanguage--;
}
-core.List<api.Language> buildUnnamed3845() {
+core.List<api.Language> buildUnnamed3855() {
var o = <api.Language>[];
o.add(buildLanguage());
o.add(buildLanguage());
return o;
}
-void checkUnnamed3845(core.List<api.Language> o) {
+void checkUnnamed3855(core.List<api.Language> o) {
unittest.expect(o, unittest.hasLength(2));
checkLanguage(o[0] as api.Language);
checkLanguage(o[1] as api.Language);
@@ -6683,7 +6683,7 @@
var o = api.LanguageTargeting();
buildCounterLanguageTargeting++;
if (buildCounterLanguageTargeting < 3) {
- o.languages = buildUnnamed3845();
+ o.languages = buildUnnamed3855();
}
buildCounterLanguageTargeting--;
return o;
@@ -6692,19 +6692,19 @@
void checkLanguageTargeting(api.LanguageTargeting o) {
buildCounterLanguageTargeting++;
if (buildCounterLanguageTargeting < 3) {
- checkUnnamed3845(o.languages!);
+ checkUnnamed3855(o.languages!);
}
buildCounterLanguageTargeting--;
}
-core.List<api.Language> buildUnnamed3846() {
+core.List<api.Language> buildUnnamed3856() {
var o = <api.Language>[];
o.add(buildLanguage());
o.add(buildLanguage());
return o;
}
-void checkUnnamed3846(core.List<api.Language> o) {
+void checkUnnamed3856(core.List<api.Language> o) {
unittest.expect(o, unittest.hasLength(2));
checkLanguage(o[0] as api.Language);
checkLanguage(o[1] as api.Language);
@@ -6716,7 +6716,7 @@
buildCounterLanguagesListResponse++;
if (buildCounterLanguagesListResponse < 3) {
o.kind = 'foo';
- o.languages = buildUnnamed3846();
+ o.languages = buildUnnamed3856();
}
buildCounterLanguagesListResponse--;
return o;
@@ -6729,7 +6729,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3846(o.languages!);
+ checkUnnamed3856(o.languages!);
}
buildCounterLanguagesListResponse--;
}
@@ -6756,14 +6756,14 @@
buildCounterLastModifiedInfo--;
}
-core.List<api.ListPopulationTerm> buildUnnamed3847() {
+core.List<api.ListPopulationTerm> buildUnnamed3857() {
var o = <api.ListPopulationTerm>[];
o.add(buildListPopulationTerm());
o.add(buildListPopulationTerm());
return o;
}
-void checkUnnamed3847(core.List<api.ListPopulationTerm> o) {
+void checkUnnamed3857(core.List<api.ListPopulationTerm> o) {
unittest.expect(o, unittest.hasLength(2));
checkListPopulationTerm(o[0] as api.ListPopulationTerm);
checkListPopulationTerm(o[1] as api.ListPopulationTerm);
@@ -6774,7 +6774,7 @@
var o = api.ListPopulationClause();
buildCounterListPopulationClause++;
if (buildCounterListPopulationClause < 3) {
- o.terms = buildUnnamed3847();
+ o.terms = buildUnnamed3857();
}
buildCounterListPopulationClause--;
return o;
@@ -6783,19 +6783,19 @@
void checkListPopulationClause(api.ListPopulationClause o) {
buildCounterListPopulationClause++;
if (buildCounterListPopulationClause < 3) {
- checkUnnamed3847(o.terms!);
+ checkUnnamed3857(o.terms!);
}
buildCounterListPopulationClause--;
}
-core.List<api.ListPopulationClause> buildUnnamed3848() {
+core.List<api.ListPopulationClause> buildUnnamed3858() {
var o = <api.ListPopulationClause>[];
o.add(buildListPopulationClause());
o.add(buildListPopulationClause());
return o;
}
-void checkUnnamed3848(core.List<api.ListPopulationClause> o) {
+void checkUnnamed3858(core.List<api.ListPopulationClause> o) {
unittest.expect(o, unittest.hasLength(2));
checkListPopulationClause(o[0] as api.ListPopulationClause);
checkListPopulationClause(o[1] as api.ListPopulationClause);
@@ -6808,7 +6808,7 @@
if (buildCounterListPopulationRule < 3) {
o.floodlightActivityId = 'foo';
o.floodlightActivityName = 'foo';
- o.listPopulationClauses = buildUnnamed3848();
+ o.listPopulationClauses = buildUnnamed3858();
}
buildCounterListPopulationRule--;
return o;
@@ -6825,7 +6825,7 @@
o.floodlightActivityName!,
unittest.equals('foo'),
);
- checkUnnamed3848(o.listPopulationClauses!);
+ checkUnnamed3858(o.listPopulationClauses!);
}
buildCounterListPopulationRule--;
}
@@ -7111,14 +7111,14 @@
buildCounterMetro--;
}
-core.List<api.Metro> buildUnnamed3849() {
+core.List<api.Metro> buildUnnamed3859() {
var o = <api.Metro>[];
o.add(buildMetro());
o.add(buildMetro());
return o;
}
-void checkUnnamed3849(core.List<api.Metro> o) {
+void checkUnnamed3859(core.List<api.Metro> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetro(o[0] as api.Metro);
checkMetro(o[1] as api.Metro);
@@ -7130,7 +7130,7 @@
buildCounterMetrosListResponse++;
if (buildCounterMetrosListResponse < 3) {
o.kind = 'foo';
- o.metros = buildUnnamed3849();
+ o.metros = buildUnnamed3859();
}
buildCounterMetrosListResponse--;
return o;
@@ -7143,7 +7143,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3849(o.metros!);
+ checkUnnamed3859(o.metros!);
}
buildCounterMetrosListResponse--;
}
@@ -7190,14 +7190,14 @@
buildCounterMobileApp--;
}
-core.List<api.MobileApp> buildUnnamed3850() {
+core.List<api.MobileApp> buildUnnamed3860() {
var o = <api.MobileApp>[];
o.add(buildMobileApp());
o.add(buildMobileApp());
return o;
}
-void checkUnnamed3850(core.List<api.MobileApp> o) {
+void checkUnnamed3860(core.List<api.MobileApp> o) {
unittest.expect(o, unittest.hasLength(2));
checkMobileApp(o[0] as api.MobileApp);
checkMobileApp(o[1] as api.MobileApp);
@@ -7209,7 +7209,7 @@
buildCounterMobileAppsListResponse++;
if (buildCounterMobileAppsListResponse < 3) {
o.kind = 'foo';
- o.mobileApps = buildUnnamed3850();
+ o.mobileApps = buildUnnamed3860();
o.nextPageToken = 'foo';
}
buildCounterMobileAppsListResponse--;
@@ -7223,7 +7223,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3850(o.mobileApps!);
+ checkUnnamed3860(o.mobileApps!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -7274,14 +7274,14 @@
buildCounterMobileCarrier--;
}
-core.List<api.MobileCarrier> buildUnnamed3851() {
+core.List<api.MobileCarrier> buildUnnamed3861() {
var o = <api.MobileCarrier>[];
o.add(buildMobileCarrier());
o.add(buildMobileCarrier());
return o;
}
-void checkUnnamed3851(core.List<api.MobileCarrier> o) {
+void checkUnnamed3861(core.List<api.MobileCarrier> o) {
unittest.expect(o, unittest.hasLength(2));
checkMobileCarrier(o[0] as api.MobileCarrier);
checkMobileCarrier(o[1] as api.MobileCarrier);
@@ -7293,7 +7293,7 @@
buildCounterMobileCarriersListResponse++;
if (buildCounterMobileCarriersListResponse < 3) {
o.kind = 'foo';
- o.mobileCarriers = buildUnnamed3851();
+ o.mobileCarriers = buildUnnamed3861();
}
buildCounterMobileCarriersListResponse--;
return o;
@@ -7306,7 +7306,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3851(o.mobileCarriers!);
+ checkUnnamed3861(o.mobileCarriers!);
}
buildCounterMobileCarriersListResponse--;
}
@@ -7365,14 +7365,14 @@
buildCounterObaIcon--;
}
-core.List<core.String> buildUnnamed3852() {
+core.List<core.String> buildUnnamed3862() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3852(core.List<core.String> o) {
+void checkUnnamed3862(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7390,7 +7390,7 @@
buildCounterObjectFilter++;
if (buildCounterObjectFilter < 3) {
o.kind = 'foo';
- o.objectIds = buildUnnamed3852();
+ o.objectIds = buildUnnamed3862();
o.status = 'foo';
}
buildCounterObjectFilter--;
@@ -7404,7 +7404,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3852(o.objectIds!);
+ checkUnnamed3862(o.objectIds!);
unittest.expect(
o.status!,
unittest.equals('foo'),
@@ -7541,14 +7541,14 @@
buildCounterOperatingSystemVersion--;
}
-core.List<api.OperatingSystemVersion> buildUnnamed3853() {
+core.List<api.OperatingSystemVersion> buildUnnamed3863() {
var o = <api.OperatingSystemVersion>[];
o.add(buildOperatingSystemVersion());
o.add(buildOperatingSystemVersion());
return o;
}
-void checkUnnamed3853(core.List<api.OperatingSystemVersion> o) {
+void checkUnnamed3863(core.List<api.OperatingSystemVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperatingSystemVersion(o[0] as api.OperatingSystemVersion);
checkOperatingSystemVersion(o[1] as api.OperatingSystemVersion);
@@ -7561,7 +7561,7 @@
buildCounterOperatingSystemVersionsListResponse++;
if (buildCounterOperatingSystemVersionsListResponse < 3) {
o.kind = 'foo';
- o.operatingSystemVersions = buildUnnamed3853();
+ o.operatingSystemVersions = buildUnnamed3863();
}
buildCounterOperatingSystemVersionsListResponse--;
return o;
@@ -7575,19 +7575,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3853(o.operatingSystemVersions!);
+ checkUnnamed3863(o.operatingSystemVersions!);
}
buildCounterOperatingSystemVersionsListResponse--;
}
-core.List<api.OperatingSystem> buildUnnamed3854() {
+core.List<api.OperatingSystem> buildUnnamed3864() {
var o = <api.OperatingSystem>[];
o.add(buildOperatingSystem());
o.add(buildOperatingSystem());
return o;
}
-void checkUnnamed3854(core.List<api.OperatingSystem> o) {
+void checkUnnamed3864(core.List<api.OperatingSystem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperatingSystem(o[0] as api.OperatingSystem);
checkOperatingSystem(o[1] as api.OperatingSystem);
@@ -7599,7 +7599,7 @@
buildCounterOperatingSystemsListResponse++;
if (buildCounterOperatingSystemsListResponse < 3) {
o.kind = 'foo';
- o.operatingSystems = buildUnnamed3854();
+ o.operatingSystems = buildUnnamed3864();
}
buildCounterOperatingSystemsListResponse--;
return o;
@@ -7612,7 +7612,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3854(o.operatingSystems!);
+ checkUnnamed3864(o.operatingSystems!);
}
buildCounterOperatingSystemsListResponse--;
}
@@ -7647,14 +7647,14 @@
buildCounterOptimizationActivity--;
}
-core.List<core.String> buildUnnamed3855() {
+core.List<core.String> buildUnnamed3865() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3855(core.List<core.String> o) {
+void checkUnnamed3865(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7666,27 +7666,27 @@
);
}
-core.List<api.OrderContact> buildUnnamed3856() {
+core.List<api.OrderContact> buildUnnamed3866() {
var o = <api.OrderContact>[];
o.add(buildOrderContact());
o.add(buildOrderContact());
return o;
}
-void checkUnnamed3856(core.List<api.OrderContact> o) {
+void checkUnnamed3866(core.List<api.OrderContact> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderContact(o[0] as api.OrderContact);
checkOrderContact(o[1] as api.OrderContact);
}
-core.List<core.String> buildUnnamed3857() {
+core.List<core.String> buildUnnamed3867() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3857(core.List<core.String> o) {
+void checkUnnamed3867(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7698,14 +7698,14 @@
);
}
-core.List<core.String> buildUnnamed3858() {
+core.List<core.String> buildUnnamed3868() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3858(core.List<core.String> o) {
+void checkUnnamed3868(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7724,11 +7724,11 @@
if (buildCounterOrder < 3) {
o.accountId = 'foo';
o.advertiserId = 'foo';
- o.approverUserProfileIds = buildUnnamed3855();
+ o.approverUserProfileIds = buildUnnamed3865();
o.buyerInvoiceId = 'foo';
o.buyerOrganizationName = 'foo';
o.comments = 'foo';
- o.contacts = buildUnnamed3856();
+ o.contacts = buildUnnamed3866();
o.id = 'foo';
o.kind = 'foo';
o.lastModifiedInfo = buildLastModifiedInfo();
@@ -7738,8 +7738,8 @@
o.projectId = 'foo';
o.sellerOrderId = 'foo';
o.sellerOrganizationName = 'foo';
- o.siteId = buildUnnamed3857();
- o.siteNames = buildUnnamed3858();
+ o.siteId = buildUnnamed3867();
+ o.siteNames = buildUnnamed3868();
o.subaccountId = 'foo';
o.termsAndConditions = 'foo';
}
@@ -7758,7 +7758,7 @@
o.advertiserId!,
unittest.equals('foo'),
);
- checkUnnamed3855(o.approverUserProfileIds!);
+ checkUnnamed3865(o.approverUserProfileIds!);
unittest.expect(
o.buyerInvoiceId!,
unittest.equals('foo'),
@@ -7771,7 +7771,7 @@
o.comments!,
unittest.equals('foo'),
);
- checkUnnamed3856(o.contacts!);
+ checkUnnamed3866(o.contacts!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -7805,8 +7805,8 @@
o.sellerOrganizationName!,
unittest.equals('foo'),
);
- checkUnnamed3857(o.siteId!);
- checkUnnamed3858(o.siteNames!);
+ checkUnnamed3867(o.siteId!);
+ checkUnnamed3868(o.siteNames!);
unittest.expect(
o.subaccountId!,
unittest.equals('foo'),
@@ -7861,14 +7861,14 @@
buildCounterOrderContact--;
}
-core.List<core.String> buildUnnamed3859() {
+core.List<core.String> buildUnnamed3869() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3859(core.List<core.String> o) {
+void checkUnnamed3869(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7880,14 +7880,14 @@
);
}
-core.List<core.String> buildUnnamed3860() {
+core.List<core.String> buildUnnamed3870() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3860(core.List<core.String> o) {
+void checkUnnamed3870(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7907,13 +7907,13 @@
o.accountId = 'foo';
o.advertiserId = 'foo';
o.amendedOrderDocumentId = 'foo';
- o.approvedByUserProfileIds = buildUnnamed3859();
+ o.approvedByUserProfileIds = buildUnnamed3869();
o.cancelled = true;
o.createdInfo = buildLastModifiedInfo();
o.effectiveDate = core.DateTime.parse('2002-02-27T14:01:02Z');
o.id = 'foo';
o.kind = 'foo';
- o.lastSentRecipients = buildUnnamed3860();
+ o.lastSentRecipients = buildUnnamed3870();
o.lastSentTime = core.DateTime.parse("2002-02-27T14:01:02");
o.orderId = 'foo';
o.projectId = 'foo';
@@ -7941,7 +7941,7 @@
o.amendedOrderDocumentId!,
unittest.equals('foo'),
);
- checkUnnamed3859(o.approvedByUserProfileIds!);
+ checkUnnamed3869(o.approvedByUserProfileIds!);
unittest.expect(o.cancelled!, unittest.isTrue);
checkLastModifiedInfo(o.createdInfo! as api.LastModifiedInfo);
unittest.expect(
@@ -7956,7 +7956,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3860(o.lastSentRecipients!);
+ checkUnnamed3870(o.lastSentRecipients!);
unittest.expect(
o.lastSentTime!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
@@ -7986,14 +7986,14 @@
buildCounterOrderDocument--;
}
-core.List<api.OrderDocument> buildUnnamed3861() {
+core.List<api.OrderDocument> buildUnnamed3871() {
var o = <api.OrderDocument>[];
o.add(buildOrderDocument());
o.add(buildOrderDocument());
return o;
}
-void checkUnnamed3861(core.List<api.OrderDocument> o) {
+void checkUnnamed3871(core.List<api.OrderDocument> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrderDocument(o[0] as api.OrderDocument);
checkOrderDocument(o[1] as api.OrderDocument);
@@ -8006,7 +8006,7 @@
if (buildCounterOrderDocumentsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.orderDocuments = buildUnnamed3861();
+ o.orderDocuments = buildUnnamed3871();
}
buildCounterOrderDocumentsListResponse--;
return o;
@@ -8023,19 +8023,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3861(o.orderDocuments!);
+ checkUnnamed3871(o.orderDocuments!);
}
buildCounterOrderDocumentsListResponse--;
}
-core.List<api.Order> buildUnnamed3862() {
+core.List<api.Order> buildUnnamed3872() {
var o = <api.Order>[];
o.add(buildOrder());
o.add(buildOrder());
return o;
}
-void checkUnnamed3862(core.List<api.Order> o) {
+void checkUnnamed3872(core.List<api.Order> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrder(o[0] as api.Order);
checkOrder(o[1] as api.Order);
@@ -8048,7 +8048,7 @@
if (buildCounterOrdersListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.orders = buildUnnamed3862();
+ o.orders = buildUnnamed3872();
}
buildCounterOrdersListResponse--;
return o;
@@ -8065,19 +8065,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3862(o.orders!);
+ checkUnnamed3872(o.orders!);
}
buildCounterOrdersListResponse--;
}
-core.List<api.EventFilter> buildUnnamed3863() {
+core.List<api.EventFilter> buildUnnamed3873() {
var o = <api.EventFilter>[];
o.add(buildEventFilter());
o.add(buildEventFilter());
return o;
}
-void checkUnnamed3863(core.List<api.EventFilter> o) {
+void checkUnnamed3873(core.List<api.EventFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventFilter(o[0] as api.EventFilter);
checkEventFilter(o[1] as api.EventFilter);
@@ -8088,7 +8088,7 @@
var o = api.PathFilter();
buildCounterPathFilter++;
if (buildCounterPathFilter < 3) {
- o.eventFilters = buildUnnamed3863();
+ o.eventFilters = buildUnnamed3873();
o.kind = 'foo';
o.pathMatchPosition = 'foo';
}
@@ -8099,7 +8099,7 @@
void checkPathFilter(api.PathFilter o) {
buildCounterPathFilter++;
if (buildCounterPathFilter < 3) {
- checkUnnamed3863(o.eventFilters!);
+ checkUnnamed3873(o.eventFilters!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -8112,53 +8112,53 @@
buildCounterPathFilter--;
}
-core.List<api.Dimension> buildUnnamed3864() {
+core.List<api.Dimension> buildUnnamed3874() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed3864(core.List<api.Dimension> o) {
+void checkUnnamed3874(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Dimension> buildUnnamed3865() {
+core.List<api.Dimension> buildUnnamed3875() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed3865(core.List<api.Dimension> o) {
+void checkUnnamed3875(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed3866() {
+core.List<api.Metric> buildUnnamed3876() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed3866(core.List<api.Metric> o) {
+void checkUnnamed3876(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
}
-core.List<api.Dimension> buildUnnamed3867() {
+core.List<api.Dimension> buildUnnamed3877() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed3867(core.List<api.Dimension> o) {
+void checkUnnamed3877(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
@@ -8169,11 +8169,11 @@
var o = api.PathReportCompatibleFields();
buildCounterPathReportCompatibleFields++;
if (buildCounterPathReportCompatibleFields < 3) {
- o.channelGroupings = buildUnnamed3864();
- o.dimensions = buildUnnamed3865();
+ o.channelGroupings = buildUnnamed3874();
+ o.dimensions = buildUnnamed3875();
o.kind = 'foo';
- o.metrics = buildUnnamed3866();
- o.pathFilters = buildUnnamed3867();
+ o.metrics = buildUnnamed3876();
+ o.pathFilters = buildUnnamed3877();
}
buildCounterPathReportCompatibleFields--;
return o;
@@ -8182,26 +8182,26 @@
void checkPathReportCompatibleFields(api.PathReportCompatibleFields o) {
buildCounterPathReportCompatibleFields++;
if (buildCounterPathReportCompatibleFields < 3) {
- checkUnnamed3864(o.channelGroupings!);
- checkUnnamed3865(o.dimensions!);
+ checkUnnamed3874(o.channelGroupings!);
+ checkUnnamed3875(o.dimensions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3866(o.metrics!);
- checkUnnamed3867(o.pathFilters!);
+ checkUnnamed3876(o.metrics!);
+ checkUnnamed3877(o.pathFilters!);
}
buildCounterPathReportCompatibleFields--;
}
-core.List<core.String> buildUnnamed3868() {
+core.List<core.String> buildUnnamed3878() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3868(core.List<core.String> o) {
+void checkUnnamed3878(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8213,14 +8213,14 @@
);
}
-core.List<core.String> buildUnnamed3869() {
+core.List<core.String> buildUnnamed3879() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3869(core.List<core.String> o) {
+void checkUnnamed3879(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8238,10 +8238,10 @@
buildCounterPathReportDimensionValue++;
if (buildCounterPathReportDimensionValue < 3) {
o.dimensionName = 'foo';
- o.ids = buildUnnamed3868();
+ o.ids = buildUnnamed3878();
o.kind = 'foo';
o.matchType = 'foo';
- o.values = buildUnnamed3869();
+ o.values = buildUnnamed3879();
}
buildCounterPathReportDimensionValue--;
return o;
@@ -8254,7 +8254,7 @@
o.dimensionName!,
unittest.equals('foo'),
);
- checkUnnamed3868(o.ids!);
+ checkUnnamed3878(o.ids!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -8263,58 +8263,58 @@
o.matchType!,
unittest.equals('foo'),
);
- checkUnnamed3869(o.values!);
+ checkUnnamed3879(o.values!);
}
buildCounterPathReportDimensionValue--;
}
-core.List<api.Dimension> buildUnnamed3870() {
+core.List<api.Dimension> buildUnnamed3880() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed3870(core.List<api.Dimension> o) {
+void checkUnnamed3880(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Dimension> buildUnnamed3871() {
+core.List<api.Dimension> buildUnnamed3881() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed3871(core.List<api.Dimension> o) {
+void checkUnnamed3881(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed3872() {
+core.List<api.Metric> buildUnnamed3882() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed3872(core.List<api.Metric> o) {
+void checkUnnamed3882(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
}
-core.List<api.Dimension> buildUnnamed3873() {
+core.List<api.Dimension> buildUnnamed3883() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed3873(core.List<api.Dimension> o) {
+void checkUnnamed3883(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
@@ -8326,11 +8326,11 @@
var o = api.PathToConversionReportCompatibleFields();
buildCounterPathToConversionReportCompatibleFields++;
if (buildCounterPathToConversionReportCompatibleFields < 3) {
- o.conversionDimensions = buildUnnamed3870();
- o.customFloodlightVariables = buildUnnamed3871();
+ o.conversionDimensions = buildUnnamed3880();
+ o.customFloodlightVariables = buildUnnamed3881();
o.kind = 'foo';
- o.metrics = buildUnnamed3872();
- o.perInteractionDimensions = buildUnnamed3873();
+ o.metrics = buildUnnamed3882();
+ o.perInteractionDimensions = buildUnnamed3883();
}
buildCounterPathToConversionReportCompatibleFields--;
return o;
@@ -8340,39 +8340,39 @@
api.PathToConversionReportCompatibleFields o) {
buildCounterPathToConversionReportCompatibleFields++;
if (buildCounterPathToConversionReportCompatibleFields < 3) {
- checkUnnamed3870(o.conversionDimensions!);
- checkUnnamed3871(o.customFloodlightVariables!);
+ checkUnnamed3880(o.conversionDimensions!);
+ checkUnnamed3881(o.customFloodlightVariables!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3872(o.metrics!);
- checkUnnamed3873(o.perInteractionDimensions!);
+ checkUnnamed3882(o.metrics!);
+ checkUnnamed3883(o.perInteractionDimensions!);
}
buildCounterPathToConversionReportCompatibleFields--;
}
-core.List<api.Size> buildUnnamed3874() {
+core.List<api.Size> buildUnnamed3884() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed3874(core.List<api.Size> o) {
+void checkUnnamed3884(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
}
-core.List<core.String> buildUnnamed3875() {
+core.List<core.String> buildUnnamed3885() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3875(core.List<core.String> o) {
+void checkUnnamed3885(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8391,7 +8391,7 @@
if (buildCounterPlacement < 3) {
o.accountId = 'foo';
o.adBlockingOptOut = true;
- o.additionalSizes = buildUnnamed3874();
+ o.additionalSizes = buildUnnamed3884();
o.advertiserId = 'foo';
o.advertiserIdDimensionValue = buildDimensionValue();
o.archived = true;
@@ -8426,7 +8426,7 @@
o.sslRequired = true;
o.status = 'foo';
o.subaccountId = 'foo';
- o.tagFormats = buildUnnamed3875();
+ o.tagFormats = buildUnnamed3885();
o.tagSetting = buildTagSetting();
o.videoActiveViewOptOut = true;
o.videoSettings = buildVideoSettings();
@@ -8445,7 +8445,7 @@
unittest.equals('foo'),
);
unittest.expect(o.adBlockingOptOut!, unittest.isTrue);
- checkUnnamed3874(o.additionalSizes!);
+ checkUnnamed3884(o.additionalSizes!);
unittest.expect(
o.advertiserId!,
unittest.equals('foo'),
@@ -8534,7 +8534,7 @@
o.subaccountId!,
unittest.equals('foo'),
);
- checkUnnamed3875(o.tagFormats!);
+ checkUnnamed3885(o.tagFormats!);
checkTagSetting(o.tagSetting! as api.TagSetting);
unittest.expect(o.videoActiveViewOptOut!, unittest.isTrue);
checkVideoSettings(o.videoSettings! as api.VideoSettings);
@@ -8575,14 +8575,14 @@
buildCounterPlacementAssignment--;
}
-core.List<core.String> buildUnnamed3876() {
+core.List<core.String> buildUnnamed3886() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3876(core.List<core.String> o) {
+void checkUnnamed3886(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8605,7 +8605,7 @@
o.archived = true;
o.campaignId = 'foo';
o.campaignIdDimensionValue = buildDimensionValue();
- o.childPlacementIds = buildUnnamed3876();
+ o.childPlacementIds = buildUnnamed3886();
o.comment = 'foo';
o.contentCategoryId = 'foo';
o.createInfo = buildLastModifiedInfo();
@@ -8648,7 +8648,7 @@
unittest.equals('foo'),
);
checkDimensionValue(o.campaignIdDimensionValue! as api.DimensionValue);
- checkUnnamed3876(o.childPlacementIds!);
+ checkUnnamed3886(o.childPlacementIds!);
unittest.expect(
o.comment!,
unittest.equals('foo'),
@@ -8709,14 +8709,14 @@
buildCounterPlacementGroup--;
}
-core.List<api.PlacementGroup> buildUnnamed3877() {
+core.List<api.PlacementGroup> buildUnnamed3887() {
var o = <api.PlacementGroup>[];
o.add(buildPlacementGroup());
o.add(buildPlacementGroup());
return o;
}
-void checkUnnamed3877(core.List<api.PlacementGroup> o) {
+void checkUnnamed3887(core.List<api.PlacementGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlacementGroup(o[0] as api.PlacementGroup);
checkPlacementGroup(o[1] as api.PlacementGroup);
@@ -8729,7 +8729,7 @@
if (buildCounterPlacementGroupsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.placementGroups = buildUnnamed3877();
+ o.placementGroups = buildUnnamed3887();
}
buildCounterPlacementGroupsListResponse--;
return o;
@@ -8746,19 +8746,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3877(o.placementGroups!);
+ checkUnnamed3887(o.placementGroups!);
}
buildCounterPlacementGroupsListResponse--;
}
-core.List<api.PlacementStrategy> buildUnnamed3878() {
+core.List<api.PlacementStrategy> buildUnnamed3888() {
var o = <api.PlacementStrategy>[];
o.add(buildPlacementStrategy());
o.add(buildPlacementStrategy());
return o;
}
-void checkUnnamed3878(core.List<api.PlacementStrategy> o) {
+void checkUnnamed3888(core.List<api.PlacementStrategy> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlacementStrategy(o[0] as api.PlacementStrategy);
checkPlacementStrategy(o[1] as api.PlacementStrategy);
@@ -8771,7 +8771,7 @@
if (buildCounterPlacementStrategiesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.placementStrategies = buildUnnamed3878();
+ o.placementStrategies = buildUnnamed3888();
}
buildCounterPlacementStrategiesListResponse--;
return o;
@@ -8789,7 +8789,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3878(o.placementStrategies!);
+ checkUnnamed3888(o.placementStrategies!);
}
buildCounterPlacementStrategiesListResponse--;
}
@@ -8831,14 +8831,14 @@
buildCounterPlacementStrategy--;
}
-core.List<api.TagData> buildUnnamed3879() {
+core.List<api.TagData> buildUnnamed3889() {
var o = <api.TagData>[];
o.add(buildTagData());
o.add(buildTagData());
return o;
}
-void checkUnnamed3879(core.List<api.TagData> o) {
+void checkUnnamed3889(core.List<api.TagData> o) {
unittest.expect(o, unittest.hasLength(2));
checkTagData(o[0] as api.TagData);
checkTagData(o[1] as api.TagData);
@@ -8850,7 +8850,7 @@
buildCounterPlacementTag++;
if (buildCounterPlacementTag < 3) {
o.placementId = 'foo';
- o.tagDatas = buildUnnamed3879();
+ o.tagDatas = buildUnnamed3889();
}
buildCounterPlacementTag--;
return o;
@@ -8863,19 +8863,19 @@
o.placementId!,
unittest.equals('foo'),
);
- checkUnnamed3879(o.tagDatas!);
+ checkUnnamed3889(o.tagDatas!);
}
buildCounterPlacementTag--;
}
-core.List<api.PlacementTag> buildUnnamed3880() {
+core.List<api.PlacementTag> buildUnnamed3890() {
var o = <api.PlacementTag>[];
o.add(buildPlacementTag());
o.add(buildPlacementTag());
return o;
}
-void checkUnnamed3880(core.List<api.PlacementTag> o) {
+void checkUnnamed3890(core.List<api.PlacementTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlacementTag(o[0] as api.PlacementTag);
checkPlacementTag(o[1] as api.PlacementTag);
@@ -8887,7 +8887,7 @@
buildCounterPlacementsGenerateTagsResponse++;
if (buildCounterPlacementsGenerateTagsResponse < 3) {
o.kind = 'foo';
- o.placementTags = buildUnnamed3880();
+ o.placementTags = buildUnnamed3890();
}
buildCounterPlacementsGenerateTagsResponse--;
return o;
@@ -8900,19 +8900,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3880(o.placementTags!);
+ checkUnnamed3890(o.placementTags!);
}
buildCounterPlacementsGenerateTagsResponse--;
}
-core.List<api.Placement> buildUnnamed3881() {
+core.List<api.Placement> buildUnnamed3891() {
var o = <api.Placement>[];
o.add(buildPlacement());
o.add(buildPlacement());
return o;
}
-void checkUnnamed3881(core.List<api.Placement> o) {
+void checkUnnamed3891(core.List<api.Placement> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlacement(o[0] as api.Placement);
checkPlacement(o[1] as api.Placement);
@@ -8925,7 +8925,7 @@
if (buildCounterPlacementsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.placements = buildUnnamed3881();
+ o.placements = buildUnnamed3891();
}
buildCounterPlacementsListResponse--;
return o;
@@ -8942,7 +8942,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3881(o.placements!);
+ checkUnnamed3891(o.placements!);
}
buildCounterPlacementsListResponse--;
}
@@ -8979,14 +8979,14 @@
buildCounterPlatformType--;
}
-core.List<api.PlatformType> buildUnnamed3882() {
+core.List<api.PlatformType> buildUnnamed3892() {
var o = <api.PlatformType>[];
o.add(buildPlatformType());
o.add(buildPlatformType());
return o;
}
-void checkUnnamed3882(core.List<api.PlatformType> o) {
+void checkUnnamed3892(core.List<api.PlatformType> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlatformType(o[0] as api.PlatformType);
checkPlatformType(o[1] as api.PlatformType);
@@ -8998,7 +8998,7 @@
buildCounterPlatformTypesListResponse++;
if (buildCounterPlatformTypesListResponse < 3) {
o.kind = 'foo';
- o.platformTypes = buildUnnamed3882();
+ o.platformTypes = buildUnnamed3892();
}
buildCounterPlatformTypesListResponse--;
return o;
@@ -9011,7 +9011,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3882(o.platformTypes!);
+ checkUnnamed3892(o.platformTypes!);
}
buildCounterPlatformTypesListResponse--;
}
@@ -9099,14 +9099,14 @@
buildCounterPostalCode--;
}
-core.List<api.PostalCode> buildUnnamed3883() {
+core.List<api.PostalCode> buildUnnamed3893() {
var o = <api.PostalCode>[];
o.add(buildPostalCode());
o.add(buildPostalCode());
return o;
}
-void checkUnnamed3883(core.List<api.PostalCode> o) {
+void checkUnnamed3893(core.List<api.PostalCode> o) {
unittest.expect(o, unittest.hasLength(2));
checkPostalCode(o[0] as api.PostalCode);
checkPostalCode(o[1] as api.PostalCode);
@@ -9118,7 +9118,7 @@
buildCounterPostalCodesListResponse++;
if (buildCounterPostalCodesListResponse < 3) {
o.kind = 'foo';
- o.postalCodes = buildUnnamed3883();
+ o.postalCodes = buildUnnamed3893();
}
buildCounterPostalCodesListResponse--;
return o;
@@ -9131,19 +9131,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3883(o.postalCodes!);
+ checkUnnamed3893(o.postalCodes!);
}
buildCounterPostalCodesListResponse--;
}
-core.List<api.Flight> buildUnnamed3884() {
+core.List<api.Flight> buildUnnamed3894() {
var o = <api.Flight>[];
o.add(buildFlight());
o.add(buildFlight());
return o;
}
-void checkUnnamed3884(core.List<api.Flight> o) {
+void checkUnnamed3894(core.List<api.Flight> o) {
unittest.expect(o, unittest.hasLength(2));
checkFlight(o[0] as api.Flight);
checkFlight(o[1] as api.Flight);
@@ -9156,7 +9156,7 @@
if (buildCounterPricing < 3) {
o.capCostType = 'foo';
o.endDate = core.DateTime.parse('2002-02-27T14:01:02Z');
- o.flights = buildUnnamed3884();
+ o.flights = buildUnnamed3894();
o.groupType = 'foo';
o.pricingType = 'foo';
o.startDate = core.DateTime.parse('2002-02-27T14:01:02Z');
@@ -9176,7 +9176,7 @@
o.endDate!,
unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")),
);
- checkUnnamed3884(o.flights!);
+ checkUnnamed3894(o.flights!);
unittest.expect(
o.groupType!,
unittest.equals('foo'),
@@ -9193,14 +9193,14 @@
buildCounterPricing--;
}
-core.List<api.PricingSchedulePricingPeriod> buildUnnamed3885() {
+core.List<api.PricingSchedulePricingPeriod> buildUnnamed3895() {
var o = <api.PricingSchedulePricingPeriod>[];
o.add(buildPricingSchedulePricingPeriod());
o.add(buildPricingSchedulePricingPeriod());
return o;
}
-void checkUnnamed3885(core.List<api.PricingSchedulePricingPeriod> o) {
+void checkUnnamed3895(core.List<api.PricingSchedulePricingPeriod> o) {
unittest.expect(o, unittest.hasLength(2));
checkPricingSchedulePricingPeriod(o[0] as api.PricingSchedulePricingPeriod);
checkPricingSchedulePricingPeriod(o[1] as api.PricingSchedulePricingPeriod);
@@ -9215,7 +9215,7 @@
o.endDate = core.DateTime.parse('2002-02-27T14:01:02Z');
o.flighted = true;
o.floodlightActivityId = 'foo';
- o.pricingPeriods = buildUnnamed3885();
+ o.pricingPeriods = buildUnnamed3895();
o.pricingType = 'foo';
o.startDate = core.DateTime.parse('2002-02-27T14:01:02Z');
o.testingStartDate = core.DateTime.parse('2002-02-27T14:01:02Z');
@@ -9240,7 +9240,7 @@
o.floodlightActivityId!,
unittest.equals('foo'),
);
- checkUnnamed3885(o.pricingPeriods!);
+ checkUnnamed3895(o.pricingPeriods!);
unittest.expect(
o.pricingType!,
unittest.equals('foo'),
@@ -9423,14 +9423,14 @@
buildCounterProject--;
}
-core.List<api.Project> buildUnnamed3886() {
+core.List<api.Project> buildUnnamed3896() {
var o = <api.Project>[];
o.add(buildProject());
o.add(buildProject());
return o;
}
-void checkUnnamed3886(core.List<api.Project> o) {
+void checkUnnamed3896(core.List<api.Project> o) {
unittest.expect(o, unittest.hasLength(2));
checkProject(o[0] as api.Project);
checkProject(o[1] as api.Project);
@@ -9443,7 +9443,7 @@
if (buildCounterProjectsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.projects = buildUnnamed3886();
+ o.projects = buildUnnamed3896();
}
buildCounterProjectsListResponse--;
return o;
@@ -9460,71 +9460,71 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3886(o.projects!);
+ checkUnnamed3896(o.projects!);
}
buildCounterProjectsListResponse--;
}
-core.List<api.Dimension> buildUnnamed3887() {
+core.List<api.Dimension> buildUnnamed3897() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed3887(core.List<api.Dimension> o) {
+void checkUnnamed3897(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Dimension> buildUnnamed3888() {
+core.List<api.Dimension> buildUnnamed3898() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed3888(core.List<api.Dimension> o) {
+void checkUnnamed3898(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed3889() {
+core.List<api.Metric> buildUnnamed3899() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed3889(core.List<api.Metric> o) {
+void checkUnnamed3899(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
}
-core.List<api.Metric> buildUnnamed3890() {
+core.List<api.Metric> buildUnnamed3900() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed3890(core.List<api.Metric> o) {
+void checkUnnamed3900(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
}
-core.List<api.Metric> buildUnnamed3891() {
+core.List<api.Metric> buildUnnamed3901() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed3891(core.List<api.Metric> o) {
+void checkUnnamed3901(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
@@ -9535,12 +9535,12 @@
var o = api.ReachReportCompatibleFields();
buildCounterReachReportCompatibleFields++;
if (buildCounterReachReportCompatibleFields < 3) {
- o.dimensionFilters = buildUnnamed3887();
- o.dimensions = buildUnnamed3888();
+ o.dimensionFilters = buildUnnamed3897();
+ o.dimensions = buildUnnamed3898();
o.kind = 'foo';
- o.metrics = buildUnnamed3889();
- o.pivotedActivityMetrics = buildUnnamed3890();
- o.reachByFrequencyMetrics = buildUnnamed3891();
+ o.metrics = buildUnnamed3899();
+ o.pivotedActivityMetrics = buildUnnamed3900();
+ o.reachByFrequencyMetrics = buildUnnamed3901();
}
buildCounterReachReportCompatibleFields--;
return o;
@@ -9549,15 +9549,15 @@
void checkReachReportCompatibleFields(api.ReachReportCompatibleFields o) {
buildCounterReachReportCompatibleFields++;
if (buildCounterReachReportCompatibleFields < 3) {
- checkUnnamed3887(o.dimensionFilters!);
- checkUnnamed3888(o.dimensions!);
+ checkUnnamed3897(o.dimensionFilters!);
+ checkUnnamed3898(o.dimensions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3889(o.metrics!);
- checkUnnamed3890(o.pivotedActivityMetrics!);
- checkUnnamed3891(o.reachByFrequencyMetrics!);
+ checkUnnamed3899(o.metrics!);
+ checkUnnamed3900(o.pivotedActivityMetrics!);
+ checkUnnamed3901(o.reachByFrequencyMetrics!);
}
buildCounterReachReportCompatibleFields--;
}
@@ -9641,14 +9641,14 @@
buildCounterRegion--;
}
-core.List<api.Region> buildUnnamed3892() {
+core.List<api.Region> buildUnnamed3902() {
var o = <api.Region>[];
o.add(buildRegion());
o.add(buildRegion());
return o;
}
-void checkUnnamed3892(core.List<api.Region> o) {
+void checkUnnamed3902(core.List<api.Region> o) {
unittest.expect(o, unittest.hasLength(2));
checkRegion(o[0] as api.Region);
checkRegion(o[1] as api.Region);
@@ -9660,7 +9660,7 @@
buildCounterRegionsListResponse++;
if (buildCounterRegionsListResponse < 3) {
o.kind = 'foo';
- o.regions = buildUnnamed3892();
+ o.regions = buildUnnamed3902();
}
buildCounterRegionsListResponse--;
return o;
@@ -9673,7 +9673,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3892(o.regions!);
+ checkUnnamed3902(o.regions!);
}
buildCounterRegionsListResponse--;
}
@@ -9751,14 +9751,14 @@
buildCounterRemarketingList--;
}
-core.List<core.String> buildUnnamed3893() {
+core.List<core.String> buildUnnamed3903() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3893(core.List<core.String> o) {
+void checkUnnamed3903(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -9770,14 +9770,14 @@
);
}
-core.List<core.String> buildUnnamed3894() {
+core.List<core.String> buildUnnamed3904() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3894(core.List<core.String> o) {
+void checkUnnamed3904(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -9796,8 +9796,8 @@
if (buildCounterRemarketingListShare < 3) {
o.kind = 'foo';
o.remarketingListId = 'foo';
- o.sharedAccountIds = buildUnnamed3893();
- o.sharedAdvertiserIds = buildUnnamed3894();
+ o.sharedAccountIds = buildUnnamed3903();
+ o.sharedAdvertiserIds = buildUnnamed3904();
}
buildCounterRemarketingListShare--;
return o;
@@ -9814,20 +9814,20 @@
o.remarketingListId!,
unittest.equals('foo'),
);
- checkUnnamed3893(o.sharedAccountIds!);
- checkUnnamed3894(o.sharedAdvertiserIds!);
+ checkUnnamed3903(o.sharedAccountIds!);
+ checkUnnamed3904(o.sharedAdvertiserIds!);
}
buildCounterRemarketingListShare--;
}
-core.List<api.RemarketingList> buildUnnamed3895() {
+core.List<api.RemarketingList> buildUnnamed3905() {
var o = <api.RemarketingList>[];
o.add(buildRemarketingList());
o.add(buildRemarketingList());
return o;
}
-void checkUnnamed3895(core.List<api.RemarketingList> o) {
+void checkUnnamed3905(core.List<api.RemarketingList> o) {
unittest.expect(o, unittest.hasLength(2));
checkRemarketingList(o[0] as api.RemarketingList);
checkRemarketingList(o[1] as api.RemarketingList);
@@ -9840,7 +9840,7 @@
if (buildCounterRemarketingListsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.remarketingLists = buildUnnamed3895();
+ o.remarketingLists = buildUnnamed3905();
}
buildCounterRemarketingListsListResponse--;
return o;
@@ -9857,45 +9857,45 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3895(o.remarketingLists!);
+ checkUnnamed3905(o.remarketingLists!);
}
buildCounterRemarketingListsListResponse--;
}
-core.List<api.DimensionValue> buildUnnamed3896() {
+core.List<api.DimensionValue> buildUnnamed3906() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed3896(core.List<api.DimensionValue> o) {
+void checkUnnamed3906(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed3897() {
+core.List<api.SortedDimension> buildUnnamed3907() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed3897(core.List<api.SortedDimension> o) {
+void checkUnnamed3907(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<core.String> buildUnnamed3898() {
+core.List<core.String> buildUnnamed3908() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3898(core.List<core.String> o) {
+void checkUnnamed3908(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -9915,9 +9915,9 @@
o.activities = buildActivities();
o.customRichMediaEvents = buildCustomRichMediaEvents();
o.dateRange = buildDateRange();
- o.dimensionFilters = buildUnnamed3896();
- o.dimensions = buildUnnamed3897();
- o.metricNames = buildUnnamed3898();
+ o.dimensionFilters = buildUnnamed3906();
+ o.dimensions = buildUnnamed3907();
+ o.metricNames = buildUnnamed3908();
}
buildCounterReportCriteria--;
return o;
@@ -9930,47 +9930,47 @@
checkCustomRichMediaEvents(
o.customRichMediaEvents! as api.CustomRichMediaEvents);
checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed3896(o.dimensionFilters!);
- checkUnnamed3897(o.dimensions!);
- checkUnnamed3898(o.metricNames!);
+ checkUnnamed3906(o.dimensionFilters!);
+ checkUnnamed3907(o.dimensions!);
+ checkUnnamed3908(o.metricNames!);
}
buildCounterReportCriteria--;
}
-core.List<api.SortedDimension> buildUnnamed3899() {
+core.List<api.SortedDimension> buildUnnamed3909() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed3899(core.List<api.SortedDimension> o) {
+void checkUnnamed3909(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<api.DimensionValue> buildUnnamed3900() {
+core.List<api.DimensionValue> buildUnnamed3910() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed3900(core.List<api.DimensionValue> o) {
+void checkUnnamed3910(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<core.String> buildUnnamed3901() {
+core.List<core.String> buildUnnamed3911() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3901(core.List<core.String> o) {
+void checkUnnamed3911(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -9982,14 +9982,14 @@
);
}
-core.List<core.String> buildUnnamed3902() {
+core.List<core.String> buildUnnamed3912() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3902(core.List<core.String> o) {
+void checkUnnamed3912(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10006,12 +10006,12 @@
var o = api.ReportCrossDimensionReachCriteria();
buildCounterReportCrossDimensionReachCriteria++;
if (buildCounterReportCrossDimensionReachCriteria < 3) {
- o.breakdown = buildUnnamed3899();
+ o.breakdown = buildUnnamed3909();
o.dateRange = buildDateRange();
o.dimension = 'foo';
- o.dimensionFilters = buildUnnamed3900();
- o.metricNames = buildUnnamed3901();
- o.overlapMetricNames = buildUnnamed3902();
+ o.dimensionFilters = buildUnnamed3910();
+ o.metricNames = buildUnnamed3911();
+ o.overlapMetricNames = buildUnnamed3912();
o.pivoted = true;
}
buildCounterReportCrossDimensionReachCriteria--;
@@ -10022,28 +10022,28 @@
api.ReportCrossDimensionReachCriteria o) {
buildCounterReportCrossDimensionReachCriteria++;
if (buildCounterReportCrossDimensionReachCriteria < 3) {
- checkUnnamed3899(o.breakdown!);
+ checkUnnamed3909(o.breakdown!);
checkDateRange(o.dateRange! as api.DateRange);
unittest.expect(
o.dimension!,
unittest.equals('foo'),
);
- checkUnnamed3900(o.dimensionFilters!);
- checkUnnamed3901(o.metricNames!);
- checkUnnamed3902(o.overlapMetricNames!);
+ checkUnnamed3910(o.dimensionFilters!);
+ checkUnnamed3911(o.metricNames!);
+ checkUnnamed3912(o.overlapMetricNames!);
unittest.expect(o.pivoted!, unittest.isTrue);
}
buildCounterReportCrossDimensionReachCriteria--;
}
-core.List<api.Recipient> buildUnnamed3903() {
+core.List<api.Recipient> buildUnnamed3913() {
var o = <api.Recipient>[];
o.add(buildRecipient());
o.add(buildRecipient());
return o;
}
-void checkUnnamed3903(core.List<api.Recipient> o) {
+void checkUnnamed3913(core.List<api.Recipient> o) {
unittest.expect(o, unittest.hasLength(2));
checkRecipient(o[0] as api.Recipient);
checkRecipient(o[1] as api.Recipient);
@@ -10057,7 +10057,7 @@
o.emailOwner = true;
o.emailOwnerDeliveryType = 'foo';
o.message = 'foo';
- o.recipients = buildUnnamed3903();
+ o.recipients = buildUnnamed3913();
}
buildCounterReportDelivery--;
return o;
@@ -10075,58 +10075,58 @@
o.message!,
unittest.equals('foo'),
);
- checkUnnamed3903(o.recipients!);
+ checkUnnamed3913(o.recipients!);
}
buildCounterReportDelivery--;
}
-core.List<api.DimensionValue> buildUnnamed3904() {
+core.List<api.DimensionValue> buildUnnamed3914() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed3904(core.List<api.DimensionValue> o) {
+void checkUnnamed3914(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.DimensionValue> buildUnnamed3905() {
+core.List<api.DimensionValue> buildUnnamed3915() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed3905(core.List<api.DimensionValue> o) {
+void checkUnnamed3915(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed3906() {
+core.List<api.SortedDimension> buildUnnamed3916() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed3906(core.List<api.SortedDimension> o) {
+void checkUnnamed3916(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<core.String> buildUnnamed3907() {
+core.List<core.String> buildUnnamed3917() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3907(core.List<core.String> o) {
+void checkUnnamed3917(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10168,12 +10168,12 @@
var o = api.ReportFloodlightCriteria();
buildCounterReportFloodlightCriteria++;
if (buildCounterReportFloodlightCriteria < 3) {
- o.customRichMediaEvents = buildUnnamed3904();
+ o.customRichMediaEvents = buildUnnamed3914();
o.dateRange = buildDateRange();
- o.dimensionFilters = buildUnnamed3905();
- o.dimensions = buildUnnamed3906();
+ o.dimensionFilters = buildUnnamed3915();
+ o.dimensions = buildUnnamed3916();
o.floodlightConfigId = buildDimensionValue();
- o.metricNames = buildUnnamed3907();
+ o.metricNames = buildUnnamed3917();
o.reportProperties = buildReportFloodlightCriteriaReportProperties();
}
buildCounterReportFloodlightCriteria--;
@@ -10183,248 +10183,44 @@
void checkReportFloodlightCriteria(api.ReportFloodlightCriteria o) {
buildCounterReportFloodlightCriteria++;
if (buildCounterReportFloodlightCriteria < 3) {
- checkUnnamed3904(o.customRichMediaEvents!);
+ checkUnnamed3914(o.customRichMediaEvents!);
checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed3905(o.dimensionFilters!);
- checkUnnamed3906(o.dimensions!);
+ checkUnnamed3915(o.dimensionFilters!);
+ checkUnnamed3916(o.dimensions!);
checkDimensionValue(o.floodlightConfigId! as api.DimensionValue);
- checkUnnamed3907(o.metricNames!);
+ checkUnnamed3917(o.metricNames!);
checkReportFloodlightCriteriaReportProperties(
o.reportProperties! as api.ReportFloodlightCriteriaReportProperties);
}
buildCounterReportFloodlightCriteria--;
}
-core.List<api.DimensionValue> buildUnnamed3908() {
+core.List<api.DimensionValue> buildUnnamed3918() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed3908(core.List<api.DimensionValue> o) {
+void checkUnnamed3918(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed3909() {
+core.List<api.SortedDimension> buildUnnamed3919() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed3909(core.List<api.SortedDimension> o) {
+void checkUnnamed3919(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<core.String> buildUnnamed3910() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3910(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'),
- );
-}
-
-core.List<api.PathFilter> buildUnnamed3911() {
- var o = <api.PathFilter>[];
- o.add(buildPathFilter());
- o.add(buildPathFilter());
- return o;
-}
-
-void checkUnnamed3911(core.List<api.PathFilter> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkPathFilter(o[0] as api.PathFilter);
- checkPathFilter(o[1] as api.PathFilter);
-}
-
-core.int buildCounterReportPathAttributionCriteria = 0;
-api.ReportPathAttributionCriteria buildReportPathAttributionCriteria() {
- var o = api.ReportPathAttributionCriteria();
- buildCounterReportPathAttributionCriteria++;
- if (buildCounterReportPathAttributionCriteria < 3) {
- o.activityFilters = buildUnnamed3908();
- o.customChannelGrouping = buildChannelGrouping();
- o.dateRange = buildDateRange();
- o.dimensions = buildUnnamed3909();
- o.floodlightConfigId = buildDimensionValue();
- o.metricNames = buildUnnamed3910();
- o.pathFilters = buildUnnamed3911();
- }
- buildCounterReportPathAttributionCriteria--;
- return o;
-}
-
-void checkReportPathAttributionCriteria(api.ReportPathAttributionCriteria o) {
- buildCounterReportPathAttributionCriteria++;
- if (buildCounterReportPathAttributionCriteria < 3) {
- checkUnnamed3908(o.activityFilters!);
- checkChannelGrouping(o.customChannelGrouping! as api.ChannelGrouping);
- checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed3909(o.dimensions!);
- checkDimensionValue(o.floodlightConfigId! as api.DimensionValue);
- checkUnnamed3910(o.metricNames!);
- checkUnnamed3911(o.pathFilters!);
- }
- buildCounterReportPathAttributionCriteria--;
-}
-
-core.List<api.DimensionValue> buildUnnamed3912() {
- var o = <api.DimensionValue>[];
- o.add(buildDimensionValue());
- o.add(buildDimensionValue());
- return o;
-}
-
-void checkUnnamed3912(core.List<api.DimensionValue> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkDimensionValue(o[0] as api.DimensionValue);
- checkDimensionValue(o[1] as api.DimensionValue);
-}
-
-core.List<api.SortedDimension> buildUnnamed3913() {
- var o = <api.SortedDimension>[];
- o.add(buildSortedDimension());
- o.add(buildSortedDimension());
- return o;
-}
-
-void checkUnnamed3913(core.List<api.SortedDimension> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkSortedDimension(o[0] as api.SortedDimension);
- checkSortedDimension(o[1] as api.SortedDimension);
-}
-
-core.List<core.String> buildUnnamed3914() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3914(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'),
- );
-}
-
-core.List<api.PathFilter> buildUnnamed3915() {
- var o = <api.PathFilter>[];
- o.add(buildPathFilter());
- o.add(buildPathFilter());
- return o;
-}
-
-void checkUnnamed3915(core.List<api.PathFilter> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkPathFilter(o[0] as api.PathFilter);
- checkPathFilter(o[1] as api.PathFilter);
-}
-
-core.int buildCounterReportPathCriteria = 0;
-api.ReportPathCriteria buildReportPathCriteria() {
- var o = api.ReportPathCriteria();
- buildCounterReportPathCriteria++;
- if (buildCounterReportPathCriteria < 3) {
- o.activityFilters = buildUnnamed3912();
- o.customChannelGrouping = buildChannelGrouping();
- o.dateRange = buildDateRange();
- o.dimensions = buildUnnamed3913();
- o.floodlightConfigId = buildDimensionValue();
- o.metricNames = buildUnnamed3914();
- o.pathFilters = buildUnnamed3915();
- }
- buildCounterReportPathCriteria--;
- return o;
-}
-
-void checkReportPathCriteria(api.ReportPathCriteria o) {
- buildCounterReportPathCriteria++;
- if (buildCounterReportPathCriteria < 3) {
- checkUnnamed3912(o.activityFilters!);
- checkChannelGrouping(o.customChannelGrouping! as api.ChannelGrouping);
- checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed3913(o.dimensions!);
- checkDimensionValue(o.floodlightConfigId! as api.DimensionValue);
- checkUnnamed3914(o.metricNames!);
- checkUnnamed3915(o.pathFilters!);
- }
- buildCounterReportPathCriteria--;
-}
-
-core.List<api.DimensionValue> buildUnnamed3916() {
- var o = <api.DimensionValue>[];
- o.add(buildDimensionValue());
- o.add(buildDimensionValue());
- return o;
-}
-
-void checkUnnamed3916(core.List<api.DimensionValue> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkDimensionValue(o[0] as api.DimensionValue);
- checkDimensionValue(o[1] as api.DimensionValue);
-}
-
-core.List<api.SortedDimension> buildUnnamed3917() {
- var o = <api.SortedDimension>[];
- o.add(buildSortedDimension());
- o.add(buildSortedDimension());
- return o;
-}
-
-void checkUnnamed3917(core.List<api.SortedDimension> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkSortedDimension(o[0] as api.SortedDimension);
- checkSortedDimension(o[1] as api.SortedDimension);
-}
-
-core.List<api.SortedDimension> buildUnnamed3918() {
- var o = <api.SortedDimension>[];
- o.add(buildSortedDimension());
- o.add(buildSortedDimension());
- return o;
-}
-
-void checkUnnamed3918(core.List<api.SortedDimension> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkSortedDimension(o[0] as api.SortedDimension);
- checkSortedDimension(o[1] as api.SortedDimension);
-}
-
-core.List<api.DimensionValue> buildUnnamed3919() {
- var o = <api.DimensionValue>[];
- o.add(buildDimensionValue());
- o.add(buildDimensionValue());
- return o;
-}
-
-void checkUnnamed3919(core.List<api.DimensionValue> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkDimensionValue(o[0] as api.DimensionValue);
- checkDimensionValue(o[1] as api.DimensionValue);
-}
-
core.List<core.String> buildUnnamed3920() {
var o = <core.String>[];
o.add('foo');
@@ -10444,14 +10240,218 @@
);
}
-core.List<api.SortedDimension> buildUnnamed3921() {
+core.List<api.PathFilter> buildUnnamed3921() {
+ var o = <api.PathFilter>[];
+ o.add(buildPathFilter());
+ o.add(buildPathFilter());
+ return o;
+}
+
+void checkUnnamed3921(core.List<api.PathFilter> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkPathFilter(o[0] as api.PathFilter);
+ checkPathFilter(o[1] as api.PathFilter);
+}
+
+core.int buildCounterReportPathAttributionCriteria = 0;
+api.ReportPathAttributionCriteria buildReportPathAttributionCriteria() {
+ var o = api.ReportPathAttributionCriteria();
+ buildCounterReportPathAttributionCriteria++;
+ if (buildCounterReportPathAttributionCriteria < 3) {
+ o.activityFilters = buildUnnamed3918();
+ o.customChannelGrouping = buildChannelGrouping();
+ o.dateRange = buildDateRange();
+ o.dimensions = buildUnnamed3919();
+ o.floodlightConfigId = buildDimensionValue();
+ o.metricNames = buildUnnamed3920();
+ o.pathFilters = buildUnnamed3921();
+ }
+ buildCounterReportPathAttributionCriteria--;
+ return o;
+}
+
+void checkReportPathAttributionCriteria(api.ReportPathAttributionCriteria o) {
+ buildCounterReportPathAttributionCriteria++;
+ if (buildCounterReportPathAttributionCriteria < 3) {
+ checkUnnamed3918(o.activityFilters!);
+ checkChannelGrouping(o.customChannelGrouping! as api.ChannelGrouping);
+ checkDateRange(o.dateRange! as api.DateRange);
+ checkUnnamed3919(o.dimensions!);
+ checkDimensionValue(o.floodlightConfigId! as api.DimensionValue);
+ checkUnnamed3920(o.metricNames!);
+ checkUnnamed3921(o.pathFilters!);
+ }
+ buildCounterReportPathAttributionCriteria--;
+}
+
+core.List<api.DimensionValue> buildUnnamed3922() {
+ var o = <api.DimensionValue>[];
+ o.add(buildDimensionValue());
+ o.add(buildDimensionValue());
+ return o;
+}
+
+void checkUnnamed3922(core.List<api.DimensionValue> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkDimensionValue(o[0] as api.DimensionValue);
+ checkDimensionValue(o[1] as api.DimensionValue);
+}
+
+core.List<api.SortedDimension> buildUnnamed3923() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed3921(core.List<api.SortedDimension> o) {
+void checkUnnamed3923(core.List<api.SortedDimension> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkSortedDimension(o[0] as api.SortedDimension);
+ checkSortedDimension(o[1] as api.SortedDimension);
+}
+
+core.List<core.String> buildUnnamed3924() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3924(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'),
+ );
+}
+
+core.List<api.PathFilter> buildUnnamed3925() {
+ var o = <api.PathFilter>[];
+ o.add(buildPathFilter());
+ o.add(buildPathFilter());
+ return o;
+}
+
+void checkUnnamed3925(core.List<api.PathFilter> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkPathFilter(o[0] as api.PathFilter);
+ checkPathFilter(o[1] as api.PathFilter);
+}
+
+core.int buildCounterReportPathCriteria = 0;
+api.ReportPathCriteria buildReportPathCriteria() {
+ var o = api.ReportPathCriteria();
+ buildCounterReportPathCriteria++;
+ if (buildCounterReportPathCriteria < 3) {
+ o.activityFilters = buildUnnamed3922();
+ o.customChannelGrouping = buildChannelGrouping();
+ o.dateRange = buildDateRange();
+ o.dimensions = buildUnnamed3923();
+ o.floodlightConfigId = buildDimensionValue();
+ o.metricNames = buildUnnamed3924();
+ o.pathFilters = buildUnnamed3925();
+ }
+ buildCounterReportPathCriteria--;
+ return o;
+}
+
+void checkReportPathCriteria(api.ReportPathCriteria o) {
+ buildCounterReportPathCriteria++;
+ if (buildCounterReportPathCriteria < 3) {
+ checkUnnamed3922(o.activityFilters!);
+ checkChannelGrouping(o.customChannelGrouping! as api.ChannelGrouping);
+ checkDateRange(o.dateRange! as api.DateRange);
+ checkUnnamed3923(o.dimensions!);
+ checkDimensionValue(o.floodlightConfigId! as api.DimensionValue);
+ checkUnnamed3924(o.metricNames!);
+ checkUnnamed3925(o.pathFilters!);
+ }
+ buildCounterReportPathCriteria--;
+}
+
+core.List<api.DimensionValue> buildUnnamed3926() {
+ var o = <api.DimensionValue>[];
+ o.add(buildDimensionValue());
+ o.add(buildDimensionValue());
+ return o;
+}
+
+void checkUnnamed3926(core.List<api.DimensionValue> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkDimensionValue(o[0] as api.DimensionValue);
+ checkDimensionValue(o[1] as api.DimensionValue);
+}
+
+core.List<api.SortedDimension> buildUnnamed3927() {
+ var o = <api.SortedDimension>[];
+ o.add(buildSortedDimension());
+ o.add(buildSortedDimension());
+ return o;
+}
+
+void checkUnnamed3927(core.List<api.SortedDimension> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkSortedDimension(o[0] as api.SortedDimension);
+ checkSortedDimension(o[1] as api.SortedDimension);
+}
+
+core.List<api.SortedDimension> buildUnnamed3928() {
+ var o = <api.SortedDimension>[];
+ o.add(buildSortedDimension());
+ o.add(buildSortedDimension());
+ return o;
+}
+
+void checkUnnamed3928(core.List<api.SortedDimension> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkSortedDimension(o[0] as api.SortedDimension);
+ checkSortedDimension(o[1] as api.SortedDimension);
+}
+
+core.List<api.DimensionValue> buildUnnamed3929() {
+ var o = <api.DimensionValue>[];
+ o.add(buildDimensionValue());
+ o.add(buildDimensionValue());
+ return o;
+}
+
+void checkUnnamed3929(core.List<api.DimensionValue> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkDimensionValue(o[0] as api.DimensionValue);
+ checkDimensionValue(o[1] as api.DimensionValue);
+}
+
+core.List<core.String> buildUnnamed3930() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3930(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'),
+ );
+}
+
+core.List<api.SortedDimension> buildUnnamed3931() {
+ var o = <api.SortedDimension>[];
+ o.add(buildSortedDimension());
+ o.add(buildSortedDimension());
+ return o;
+}
+
+void checkUnnamed3931(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
@@ -10514,14 +10514,14 @@
var o = api.ReportPathToConversionCriteria();
buildCounterReportPathToConversionCriteria++;
if (buildCounterReportPathToConversionCriteria < 3) {
- o.activityFilters = buildUnnamed3916();
- o.conversionDimensions = buildUnnamed3917();
- o.customFloodlightVariables = buildUnnamed3918();
- o.customRichMediaEvents = buildUnnamed3919();
+ o.activityFilters = buildUnnamed3926();
+ o.conversionDimensions = buildUnnamed3927();
+ o.customFloodlightVariables = buildUnnamed3928();
+ o.customRichMediaEvents = buildUnnamed3929();
o.dateRange = buildDateRange();
o.floodlightConfigId = buildDimensionValue();
- o.metricNames = buildUnnamed3920();
- o.perInteractionDimensions = buildUnnamed3921();
+ o.metricNames = buildUnnamed3930();
+ o.perInteractionDimensions = buildUnnamed3931();
o.reportProperties = buildReportPathToConversionCriteriaReportProperties();
}
buildCounterReportPathToConversionCriteria--;
@@ -10531,54 +10531,54 @@
void checkReportPathToConversionCriteria(api.ReportPathToConversionCriteria o) {
buildCounterReportPathToConversionCriteria++;
if (buildCounterReportPathToConversionCriteria < 3) {
- checkUnnamed3916(o.activityFilters!);
- checkUnnamed3917(o.conversionDimensions!);
- checkUnnamed3918(o.customFloodlightVariables!);
- checkUnnamed3919(o.customRichMediaEvents!);
+ checkUnnamed3926(o.activityFilters!);
+ checkUnnamed3927(o.conversionDimensions!);
+ checkUnnamed3928(o.customFloodlightVariables!);
+ checkUnnamed3929(o.customRichMediaEvents!);
checkDateRange(o.dateRange! as api.DateRange);
checkDimensionValue(o.floodlightConfigId! as api.DimensionValue);
- checkUnnamed3920(o.metricNames!);
- checkUnnamed3921(o.perInteractionDimensions!);
+ checkUnnamed3930(o.metricNames!);
+ checkUnnamed3931(o.perInteractionDimensions!);
checkReportPathToConversionCriteriaReportProperties(o.reportProperties!
as api.ReportPathToConversionCriteriaReportProperties);
}
buildCounterReportPathToConversionCriteria--;
}
-core.List<api.DimensionValue> buildUnnamed3922() {
+core.List<api.DimensionValue> buildUnnamed3932() {
var o = <api.DimensionValue>[];
o.add(buildDimensionValue());
o.add(buildDimensionValue());
return o;
}
-void checkUnnamed3922(core.List<api.DimensionValue> o) {
+void checkUnnamed3932(core.List<api.DimensionValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensionValue(o[0] as api.DimensionValue);
checkDimensionValue(o[1] as api.DimensionValue);
}
-core.List<api.SortedDimension> buildUnnamed3923() {
+core.List<api.SortedDimension> buildUnnamed3933() {
var o = <api.SortedDimension>[];
o.add(buildSortedDimension());
o.add(buildSortedDimension());
return o;
}
-void checkUnnamed3923(core.List<api.SortedDimension> o) {
+void checkUnnamed3933(core.List<api.SortedDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkSortedDimension(o[0] as api.SortedDimension);
checkSortedDimension(o[1] as api.SortedDimension);
}
-core.List<core.String> buildUnnamed3924() {
+core.List<core.String> buildUnnamed3934() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3924(core.List<core.String> o) {
+void checkUnnamed3934(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10590,14 +10590,14 @@
);
}
-core.List<core.String> buildUnnamed3925() {
+core.List<core.String> buildUnnamed3935() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3925(core.List<core.String> o) {
+void checkUnnamed3935(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10617,11 +10617,11 @@
o.activities = buildActivities();
o.customRichMediaEvents = buildCustomRichMediaEvents();
o.dateRange = buildDateRange();
- o.dimensionFilters = buildUnnamed3922();
- o.dimensions = buildUnnamed3923();
+ o.dimensionFilters = buildUnnamed3932();
+ o.dimensions = buildUnnamed3933();
o.enableAllDimensionCombinations = true;
- o.metricNames = buildUnnamed3924();
- o.reachByFrequencyMetricNames = buildUnnamed3925();
+ o.metricNames = buildUnnamed3934();
+ o.reachByFrequencyMetricNames = buildUnnamed3935();
}
buildCounterReportReachCriteria--;
return o;
@@ -10634,23 +10634,23 @@
checkCustomRichMediaEvents(
o.customRichMediaEvents! as api.CustomRichMediaEvents);
checkDateRange(o.dateRange! as api.DateRange);
- checkUnnamed3922(o.dimensionFilters!);
- checkUnnamed3923(o.dimensions!);
+ checkUnnamed3932(o.dimensionFilters!);
+ checkUnnamed3933(o.dimensions!);
unittest.expect(o.enableAllDimensionCombinations!, unittest.isTrue);
- checkUnnamed3924(o.metricNames!);
- checkUnnamed3925(o.reachByFrequencyMetricNames!);
+ checkUnnamed3934(o.metricNames!);
+ checkUnnamed3935(o.reachByFrequencyMetricNames!);
}
buildCounterReportReachCriteria--;
}
-core.List<core.String> buildUnnamed3926() {
+core.List<core.String> buildUnnamed3936() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3926(core.List<core.String> o) {
+void checkUnnamed3936(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10671,7 +10671,7 @@
o.every = 42;
o.expirationDate = core.DateTime.parse('2002-02-27T14:01:02Z');
o.repeats = 'foo';
- o.repeatsOnWeekDays = buildUnnamed3926();
+ o.repeatsOnWeekDays = buildUnnamed3936();
o.runsOnDayOfMonth = 'foo';
o.startDate = core.DateTime.parse('2002-02-27T14:01:02Z');
}
@@ -10695,7 +10695,7 @@
o.repeats!,
unittest.equals('foo'),
);
- checkUnnamed3926(o.repeatsOnWeekDays!);
+ checkUnnamed3936(o.repeatsOnWeekDays!);
unittest.expect(
o.runsOnDayOfMonth!,
unittest.equals('foo'),
@@ -10802,53 +10802,53 @@
buildCounterReport--;
}
-core.List<api.Dimension> buildUnnamed3927() {
+core.List<api.Dimension> buildUnnamed3937() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed3927(core.List<api.Dimension> o) {
+void checkUnnamed3937(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Dimension> buildUnnamed3928() {
+core.List<api.Dimension> buildUnnamed3938() {
var o = <api.Dimension>[];
o.add(buildDimension());
o.add(buildDimension());
return o;
}
-void checkUnnamed3928(core.List<api.Dimension> o) {
+void checkUnnamed3938(core.List<api.Dimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimension(o[0] as api.Dimension);
checkDimension(o[1] as api.Dimension);
}
-core.List<api.Metric> buildUnnamed3929() {
+core.List<api.Metric> buildUnnamed3939() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed3929(core.List<api.Metric> o) {
+void checkUnnamed3939(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
}
-core.List<api.Metric> buildUnnamed3930() {
+core.List<api.Metric> buildUnnamed3940() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed3930(core.List<api.Metric> o) {
+void checkUnnamed3940(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
@@ -10859,11 +10859,11 @@
var o = api.ReportCompatibleFields();
buildCounterReportCompatibleFields++;
if (buildCounterReportCompatibleFields < 3) {
- o.dimensionFilters = buildUnnamed3927();
- o.dimensions = buildUnnamed3928();
+ o.dimensionFilters = buildUnnamed3937();
+ o.dimensions = buildUnnamed3938();
o.kind = 'foo';
- o.metrics = buildUnnamed3929();
- o.pivotedActivityMetrics = buildUnnamed3930();
+ o.metrics = buildUnnamed3939();
+ o.pivotedActivityMetrics = buildUnnamed3940();
}
buildCounterReportCompatibleFields--;
return o;
@@ -10872,26 +10872,26 @@
void checkReportCompatibleFields(api.ReportCompatibleFields o) {
buildCounterReportCompatibleFields++;
if (buildCounterReportCompatibleFields < 3) {
- checkUnnamed3927(o.dimensionFilters!);
- checkUnnamed3928(o.dimensions!);
+ checkUnnamed3937(o.dimensionFilters!);
+ checkUnnamed3938(o.dimensions!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3929(o.metrics!);
- checkUnnamed3930(o.pivotedActivityMetrics!);
+ checkUnnamed3939(o.metrics!);
+ checkUnnamed3940(o.pivotedActivityMetrics!);
}
buildCounterReportCompatibleFields--;
}
-core.List<api.Report> buildUnnamed3931() {
+core.List<api.Report> buildUnnamed3941() {
var o = <api.Report>[];
o.add(buildReport());
o.add(buildReport());
return o;
}
-void checkUnnamed3931(core.List<api.Report> o) {
+void checkUnnamed3941(core.List<api.Report> o) {
unittest.expect(o, unittest.hasLength(2));
checkReport(o[0] as api.Report);
checkReport(o[1] as api.Report);
@@ -10903,7 +10903,7 @@
buildCounterReportList++;
if (buildCounterReportList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed3931();
+ o.items = buildUnnamed3941();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -10918,7 +10918,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed3931(o.items!);
+ checkUnnamed3941(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -11016,14 +11016,14 @@
buildCounterRule--;
}
-core.List<api.SiteContact> buildUnnamed3932() {
+core.List<api.SiteContact> buildUnnamed3942() {
var o = <api.SiteContact>[];
o.add(buildSiteContact());
o.add(buildSiteContact());
return o;
}
-void checkUnnamed3932(core.List<api.SiteContact> o) {
+void checkUnnamed3942(core.List<api.SiteContact> o) {
unittest.expect(o, unittest.hasLength(2));
checkSiteContact(o[0] as api.SiteContact);
checkSiteContact(o[1] as api.SiteContact);
@@ -11043,7 +11043,7 @@
o.keyName = 'foo';
o.kind = 'foo';
o.name = 'foo';
- o.siteContacts = buildUnnamed3932();
+ o.siteContacts = buildUnnamed3942();
o.siteSettings = buildSiteSettings();
o.subaccountId = 'foo';
o.videoSettings = buildSiteVideoSettings();
@@ -11082,7 +11082,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3932(o.siteContacts!);
+ checkUnnamed3942(o.siteContacts!);
checkSiteSettings(o.siteSettings! as api.SiteSettings);
unittest.expect(
o.subaccountId!,
@@ -11093,14 +11093,14 @@
buildCounterSite--;
}
-core.List<api.Size> buildUnnamed3933() {
+core.List<api.Size> buildUnnamed3943() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed3933(core.List<api.Size> o) {
+void checkUnnamed3943(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
@@ -11112,7 +11112,7 @@
buildCounterSiteCompanionSetting++;
if (buildCounterSiteCompanionSetting < 3) {
o.companionsDisabled = true;
- o.enabledSizes = buildUnnamed3933();
+ o.enabledSizes = buildUnnamed3943();
o.imageOnly = true;
o.kind = 'foo';
}
@@ -11124,7 +11124,7 @@
buildCounterSiteCompanionSetting++;
if (buildCounterSiteCompanionSetting < 3) {
unittest.expect(o.companionsDisabled!, unittest.isTrue);
- checkUnnamed3933(o.enabledSizes!);
+ checkUnnamed3943(o.enabledSizes!);
unittest.expect(o.imageOnly!, unittest.isTrue);
unittest.expect(
o.kind!,
@@ -11251,14 +11251,14 @@
buildCounterSiteSkippableSetting--;
}
-core.List<core.int> buildUnnamed3934() {
+core.List<core.int> buildUnnamed3944() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed3934(core.List<core.int> o) {
+void checkUnnamed3944(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11275,7 +11275,7 @@
var o = api.SiteTranscodeSetting();
buildCounterSiteTranscodeSetting++;
if (buildCounterSiteTranscodeSetting < 3) {
- o.enabledVideoFormats = buildUnnamed3934();
+ o.enabledVideoFormats = buildUnnamed3944();
o.kind = 'foo';
}
buildCounterSiteTranscodeSetting--;
@@ -11285,7 +11285,7 @@
void checkSiteTranscodeSetting(api.SiteTranscodeSetting o) {
buildCounterSiteTranscodeSetting++;
if (buildCounterSiteTranscodeSetting < 3) {
- checkUnnamed3934(o.enabledVideoFormats!);
+ checkUnnamed3944(o.enabledVideoFormats!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -11331,14 +11331,14 @@
buildCounterSiteVideoSettings--;
}
-core.List<api.Site> buildUnnamed3935() {
+core.List<api.Site> buildUnnamed3945() {
var o = <api.Site>[];
o.add(buildSite());
o.add(buildSite());
return o;
}
-void checkUnnamed3935(core.List<api.Site> o) {
+void checkUnnamed3945(core.List<api.Site> o) {
unittest.expect(o, unittest.hasLength(2));
checkSite(o[0] as api.Site);
checkSite(o[1] as api.Site);
@@ -11351,7 +11351,7 @@
if (buildCounterSitesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.sites = buildUnnamed3935();
+ o.sites = buildUnnamed3945();
}
buildCounterSitesListResponse--;
return o;
@@ -11368,7 +11368,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3935(o.sites!);
+ checkUnnamed3945(o.sites!);
}
buildCounterSitesListResponse--;
}
@@ -11412,14 +11412,14 @@
buildCounterSize--;
}
-core.List<api.Size> buildUnnamed3936() {
+core.List<api.Size> buildUnnamed3946() {
var o = <api.Size>[];
o.add(buildSize());
o.add(buildSize());
return o;
}
-void checkUnnamed3936(core.List<api.Size> o) {
+void checkUnnamed3946(core.List<api.Size> o) {
unittest.expect(o, unittest.hasLength(2));
checkSize(o[0] as api.Size);
checkSize(o[1] as api.Size);
@@ -11431,7 +11431,7 @@
buildCounterSizesListResponse++;
if (buildCounterSizesListResponse < 3) {
o.kind = 'foo';
- o.sizes = buildUnnamed3936();
+ o.sizes = buildUnnamed3946();
}
buildCounterSizesListResponse--;
return o;
@@ -11444,7 +11444,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3936(o.sizes!);
+ checkUnnamed3946(o.sizes!);
}
buildCounterSizesListResponse--;
}
@@ -11509,14 +11509,14 @@
buildCounterSortedDimension--;
}
-core.List<core.String> buildUnnamed3937() {
+core.List<core.String> buildUnnamed3947() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3937(core.List<core.String> o) {
+void checkUnnamed3947(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11534,7 +11534,7 @@
buildCounterSubaccount++;
if (buildCounterSubaccount < 3) {
o.accountId = 'foo';
- o.availablePermissionIds = buildUnnamed3937();
+ o.availablePermissionIds = buildUnnamed3947();
o.id = 'foo';
o.kind = 'foo';
o.name = 'foo';
@@ -11550,7 +11550,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed3937(o.availablePermissionIds!);
+ checkUnnamed3947(o.availablePermissionIds!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -11567,14 +11567,14 @@
buildCounterSubaccount--;
}
-core.List<api.Subaccount> buildUnnamed3938() {
+core.List<api.Subaccount> buildUnnamed3948() {
var o = <api.Subaccount>[];
o.add(buildSubaccount());
o.add(buildSubaccount());
return o;
}
-void checkUnnamed3938(core.List<api.Subaccount> o) {
+void checkUnnamed3948(core.List<api.Subaccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubaccount(o[0] as api.Subaccount);
checkSubaccount(o[1] as api.Subaccount);
@@ -11587,7 +11587,7 @@
if (buildCounterSubaccountsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.subaccounts = buildUnnamed3938();
+ o.subaccounts = buildUnnamed3948();
}
buildCounterSubaccountsListResponse--;
return o;
@@ -11604,7 +11604,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3938(o.subaccounts!);
+ checkUnnamed3948(o.subaccounts!);
}
buildCounterSubaccountsListResponse--;
}
@@ -11801,14 +11801,14 @@
buildCounterTargetableRemarketingList--;
}
-core.List<api.TargetableRemarketingList> buildUnnamed3939() {
+core.List<api.TargetableRemarketingList> buildUnnamed3949() {
var o = <api.TargetableRemarketingList>[];
o.add(buildTargetableRemarketingList());
o.add(buildTargetableRemarketingList());
return o;
}
-void checkUnnamed3939(core.List<api.TargetableRemarketingList> o) {
+void checkUnnamed3949(core.List<api.TargetableRemarketingList> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetableRemarketingList(o[0] as api.TargetableRemarketingList);
checkTargetableRemarketingList(o[1] as api.TargetableRemarketingList);
@@ -11822,7 +11822,7 @@
if (buildCounterTargetableRemarketingListsListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.targetableRemarketingLists = buildUnnamed3939();
+ o.targetableRemarketingLists = buildUnnamed3949();
}
buildCounterTargetableRemarketingListsListResponse--;
return o;
@@ -11840,7 +11840,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3939(o.targetableRemarketingLists!);
+ checkUnnamed3949(o.targetableRemarketingLists!);
}
buildCounterTargetableRemarketingListsListResponse--;
}
@@ -11908,14 +11908,14 @@
buildCounterTargetingTemplate--;
}
-core.List<api.TargetingTemplate> buildUnnamed3940() {
+core.List<api.TargetingTemplate> buildUnnamed3950() {
var o = <api.TargetingTemplate>[];
o.add(buildTargetingTemplate());
o.add(buildTargetingTemplate());
return o;
}
-void checkUnnamed3940(core.List<api.TargetingTemplate> o) {
+void checkUnnamed3950(core.List<api.TargetingTemplate> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetingTemplate(o[0] as api.TargetingTemplate);
checkTargetingTemplate(o[1] as api.TargetingTemplate);
@@ -11928,7 +11928,7 @@
if (buildCounterTargetingTemplatesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.targetingTemplates = buildUnnamed3940();
+ o.targetingTemplates = buildUnnamed3950();
}
buildCounterTargetingTemplatesListResponse--;
return o;
@@ -11945,84 +11945,84 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3940(o.targetingTemplates!);
+ checkUnnamed3950(o.targetingTemplates!);
}
buildCounterTargetingTemplatesListResponse--;
}
-core.List<api.Browser> buildUnnamed3941() {
+core.List<api.Browser> buildUnnamed3951() {
var o = <api.Browser>[];
o.add(buildBrowser());
o.add(buildBrowser());
return o;
}
-void checkUnnamed3941(core.List<api.Browser> o) {
+void checkUnnamed3951(core.List<api.Browser> o) {
unittest.expect(o, unittest.hasLength(2));
checkBrowser(o[0] as api.Browser);
checkBrowser(o[1] as api.Browser);
}
-core.List<api.ConnectionType> buildUnnamed3942() {
+core.List<api.ConnectionType> buildUnnamed3952() {
var o = <api.ConnectionType>[];
o.add(buildConnectionType());
o.add(buildConnectionType());
return o;
}
-void checkUnnamed3942(core.List<api.ConnectionType> o) {
+void checkUnnamed3952(core.List<api.ConnectionType> o) {
unittest.expect(o, unittest.hasLength(2));
checkConnectionType(o[0] as api.ConnectionType);
checkConnectionType(o[1] as api.ConnectionType);
}
-core.List<api.MobileCarrier> buildUnnamed3943() {
+core.List<api.MobileCarrier> buildUnnamed3953() {
var o = <api.MobileCarrier>[];
o.add(buildMobileCarrier());
o.add(buildMobileCarrier());
return o;
}
-void checkUnnamed3943(core.List<api.MobileCarrier> o) {
+void checkUnnamed3953(core.List<api.MobileCarrier> o) {
unittest.expect(o, unittest.hasLength(2));
checkMobileCarrier(o[0] as api.MobileCarrier);
checkMobileCarrier(o[1] as api.MobileCarrier);
}
-core.List<api.OperatingSystemVersion> buildUnnamed3944() {
+core.List<api.OperatingSystemVersion> buildUnnamed3954() {
var o = <api.OperatingSystemVersion>[];
o.add(buildOperatingSystemVersion());
o.add(buildOperatingSystemVersion());
return o;
}
-void checkUnnamed3944(core.List<api.OperatingSystemVersion> o) {
+void checkUnnamed3954(core.List<api.OperatingSystemVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperatingSystemVersion(o[0] as api.OperatingSystemVersion);
checkOperatingSystemVersion(o[1] as api.OperatingSystemVersion);
}
-core.List<api.OperatingSystem> buildUnnamed3945() {
+core.List<api.OperatingSystem> buildUnnamed3955() {
var o = <api.OperatingSystem>[];
o.add(buildOperatingSystem());
o.add(buildOperatingSystem());
return o;
}
-void checkUnnamed3945(core.List<api.OperatingSystem> o) {
+void checkUnnamed3955(core.List<api.OperatingSystem> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperatingSystem(o[0] as api.OperatingSystem);
checkOperatingSystem(o[1] as api.OperatingSystem);
}
-core.List<api.PlatformType> buildUnnamed3946() {
+core.List<api.PlatformType> buildUnnamed3956() {
var o = <api.PlatformType>[];
o.add(buildPlatformType());
o.add(buildPlatformType());
return o;
}
-void checkUnnamed3946(core.List<api.PlatformType> o) {
+void checkUnnamed3956(core.List<api.PlatformType> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlatformType(o[0] as api.PlatformType);
checkPlatformType(o[1] as api.PlatformType);
@@ -12033,12 +12033,12 @@
var o = api.TechnologyTargeting();
buildCounterTechnologyTargeting++;
if (buildCounterTechnologyTargeting < 3) {
- o.browsers = buildUnnamed3941();
- o.connectionTypes = buildUnnamed3942();
- o.mobileCarriers = buildUnnamed3943();
- o.operatingSystemVersions = buildUnnamed3944();
- o.operatingSystems = buildUnnamed3945();
- o.platformTypes = buildUnnamed3946();
+ o.browsers = buildUnnamed3951();
+ o.connectionTypes = buildUnnamed3952();
+ o.mobileCarriers = buildUnnamed3953();
+ o.operatingSystemVersions = buildUnnamed3954();
+ o.operatingSystems = buildUnnamed3955();
+ o.platformTypes = buildUnnamed3956();
}
buildCounterTechnologyTargeting--;
return o;
@@ -12047,12 +12047,12 @@
void checkTechnologyTargeting(api.TechnologyTargeting o) {
buildCounterTechnologyTargeting++;
if (buildCounterTechnologyTargeting < 3) {
- checkUnnamed3941(o.browsers!);
- checkUnnamed3942(o.connectionTypes!);
- checkUnnamed3943(o.mobileCarriers!);
- checkUnnamed3944(o.operatingSystemVersions!);
- checkUnnamed3945(o.operatingSystems!);
- checkUnnamed3946(o.platformTypes!);
+ checkUnnamed3951(o.browsers!);
+ checkUnnamed3952(o.connectionTypes!);
+ checkUnnamed3953(o.mobileCarriers!);
+ checkUnnamed3954(o.operatingSystemVersions!);
+ checkUnnamed3955(o.operatingSystems!);
+ checkUnnamed3956(o.platformTypes!);
}
buildCounterTechnologyTargeting--;
}
@@ -12111,14 +12111,14 @@
buildCounterThirdPartyTrackingUrl--;
}
-core.List<core.int> buildUnnamed3947() {
+core.List<core.int> buildUnnamed3957() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed3947(core.List<core.int> o) {
+void checkUnnamed3957(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12135,7 +12135,7 @@
var o = api.TranscodeSetting();
buildCounterTranscodeSetting++;
if (buildCounterTranscodeSetting < 3) {
- o.enabledVideoFormats = buildUnnamed3947();
+ o.enabledVideoFormats = buildUnnamed3957();
o.kind = 'foo';
}
buildCounterTranscodeSetting--;
@@ -12145,7 +12145,7 @@
void checkTranscodeSetting(api.TranscodeSetting o) {
buildCounterTranscodeSetting++;
if (buildCounterTranscodeSetting < 3) {
- checkUnnamed3947(o.enabledVideoFormats!);
+ checkUnnamed3957(o.enabledVideoFormats!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -12271,14 +12271,14 @@
buildCounterUserProfile--;
}
-core.List<api.UserProfile> buildUnnamed3948() {
+core.List<api.UserProfile> buildUnnamed3958() {
var o = <api.UserProfile>[];
o.add(buildUserProfile());
o.add(buildUserProfile());
return o;
}
-void checkUnnamed3948(core.List<api.UserProfile> o) {
+void checkUnnamed3958(core.List<api.UserProfile> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserProfile(o[0] as api.UserProfile);
checkUserProfile(o[1] as api.UserProfile);
@@ -12290,7 +12290,7 @@
buildCounterUserProfileList++;
if (buildCounterUserProfileList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed3948();
+ o.items = buildUnnamed3958();
o.kind = 'foo';
}
buildCounterUserProfileList--;
@@ -12304,7 +12304,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed3948(o.items!);
+ checkUnnamed3958(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -12313,14 +12313,14 @@
buildCounterUserProfileList--;
}
-core.List<api.UserRolePermission> buildUnnamed3949() {
+core.List<api.UserRolePermission> buildUnnamed3959() {
var o = <api.UserRolePermission>[];
o.add(buildUserRolePermission());
o.add(buildUserRolePermission());
return o;
}
-void checkUnnamed3949(core.List<api.UserRolePermission> o) {
+void checkUnnamed3959(core.List<api.UserRolePermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserRolePermission(o[0] as api.UserRolePermission);
checkUserRolePermission(o[1] as api.UserRolePermission);
@@ -12337,7 +12337,7 @@
o.kind = 'foo';
o.name = 'foo';
o.parentUserRoleId = 'foo';
- o.permissions = buildUnnamed3949();
+ o.permissions = buildUnnamed3959();
o.subaccountId = 'foo';
}
buildCounterUserRole--;
@@ -12368,7 +12368,7 @@
o.parentUserRoleId!,
unittest.equals('foo'),
);
- checkUnnamed3949(o.permissions!);
+ checkUnnamed3959(o.permissions!);
unittest.expect(
o.subaccountId!,
unittest.equals('foo'),
@@ -12451,14 +12451,14 @@
buildCounterUserRolePermissionGroup--;
}
-core.List<api.UserRolePermissionGroup> buildUnnamed3950() {
+core.List<api.UserRolePermissionGroup> buildUnnamed3960() {
var o = <api.UserRolePermissionGroup>[];
o.add(buildUserRolePermissionGroup());
o.add(buildUserRolePermissionGroup());
return o;
}
-void checkUnnamed3950(core.List<api.UserRolePermissionGroup> o) {
+void checkUnnamed3960(core.List<api.UserRolePermissionGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserRolePermissionGroup(o[0] as api.UserRolePermissionGroup);
checkUserRolePermissionGroup(o[1] as api.UserRolePermissionGroup);
@@ -12471,7 +12471,7 @@
buildCounterUserRolePermissionGroupsListResponse++;
if (buildCounterUserRolePermissionGroupsListResponse < 3) {
o.kind = 'foo';
- o.userRolePermissionGroups = buildUnnamed3950();
+ o.userRolePermissionGroups = buildUnnamed3960();
}
buildCounterUserRolePermissionGroupsListResponse--;
return o;
@@ -12485,19 +12485,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3950(o.userRolePermissionGroups!);
+ checkUnnamed3960(o.userRolePermissionGroups!);
}
buildCounterUserRolePermissionGroupsListResponse--;
}
-core.List<api.UserRolePermission> buildUnnamed3951() {
+core.List<api.UserRolePermission> buildUnnamed3961() {
var o = <api.UserRolePermission>[];
o.add(buildUserRolePermission());
o.add(buildUserRolePermission());
return o;
}
-void checkUnnamed3951(core.List<api.UserRolePermission> o) {
+void checkUnnamed3961(core.List<api.UserRolePermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserRolePermission(o[0] as api.UserRolePermission);
checkUserRolePermission(o[1] as api.UserRolePermission);
@@ -12509,7 +12509,7 @@
buildCounterUserRolePermissionsListResponse++;
if (buildCounterUserRolePermissionsListResponse < 3) {
o.kind = 'foo';
- o.userRolePermissions = buildUnnamed3951();
+ o.userRolePermissions = buildUnnamed3961();
}
buildCounterUserRolePermissionsListResponse--;
return o;
@@ -12523,19 +12523,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3951(o.userRolePermissions!);
+ checkUnnamed3961(o.userRolePermissions!);
}
buildCounterUserRolePermissionsListResponse--;
}
-core.List<api.UserRole> buildUnnamed3952() {
+core.List<api.UserRole> buildUnnamed3962() {
var o = <api.UserRole>[];
o.add(buildUserRole());
o.add(buildUserRole());
return o;
}
-void checkUnnamed3952(core.List<api.UserRole> o) {
+void checkUnnamed3962(core.List<api.UserRole> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserRole(o[0] as api.UserRole);
checkUserRole(o[1] as api.UserRole);
@@ -12548,7 +12548,7 @@
if (buildCounterUserRolesListResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.userRoles = buildUnnamed3952();
+ o.userRoles = buildUnnamed3962();
}
buildCounterUserRolesListResponse--;
return o;
@@ -12565,7 +12565,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3952(o.userRoles!);
+ checkUnnamed3962(o.userRoles!);
}
buildCounterUserRolesListResponse--;
}
@@ -12609,14 +12609,14 @@
buildCounterVideoFormat--;
}
-core.List<api.VideoFormat> buildUnnamed3953() {
+core.List<api.VideoFormat> buildUnnamed3963() {
var o = <api.VideoFormat>[];
o.add(buildVideoFormat());
o.add(buildVideoFormat());
return o;
}
-void checkUnnamed3953(core.List<api.VideoFormat> o) {
+void checkUnnamed3963(core.List<api.VideoFormat> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoFormat(o[0] as api.VideoFormat);
checkVideoFormat(o[1] as api.VideoFormat);
@@ -12628,7 +12628,7 @@
buildCounterVideoFormatsListResponse++;
if (buildCounterVideoFormatsListResponse < 3) {
o.kind = 'foo';
- o.videoFormats = buildUnnamed3953();
+ o.videoFormats = buildUnnamed3963();
}
buildCounterVideoFormatsListResponse--;
return o;
@@ -12641,7 +12641,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3953(o.videoFormats!);
+ checkUnnamed3963(o.videoFormats!);
}
buildCounterVideoFormatsListResponse--;
}
@@ -12715,196 +12715,6 @@
buildCounterVideoSettings--;
}
-core.List<core.String> buildUnnamed3954() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3954(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3955() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3955(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3956() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3956(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3957() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3957(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3958() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3958(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3959() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3959(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3960() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3960(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3961() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3961(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3962() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3962(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3963() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3963(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'),
- );
-}
-
core.List<core.String> buildUnnamed3964() {
var o = <core.String>[];
o.add('foo');
@@ -14444,6 +14254,196 @@
);
}
+core.List<core.String> buildUnnamed4045() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4045(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed4046() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4046(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed4047() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4047(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed4048() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4048(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed4049() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4049(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed4050() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4050(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed4051() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4051(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed4052() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4052(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed4053() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4053(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed4054() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed4054(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'),
+ );
+}
+
void main() {
unittest.group('obj-schema-Account', () {
unittest.test('to-json--from-json', () async {
@@ -17378,7 +17378,7 @@
var res = api.DfareportingApi(mock).accountUserProfiles;
var arg_profileId = 'foo';
var arg_active = true;
- var arg_ids = buildUnnamed3954();
+ var arg_ids = buildUnnamed3964();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -17721,7 +17721,7 @@
var res = api.DfareportingApi(mock).accounts;
var arg_profileId = 'foo';
var arg_active = true;
- var arg_ids = buildUnnamed3955();
+ var arg_ids = buildUnnamed3965();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -18123,26 +18123,26 @@
var arg_active = true;
var arg_advertiserId = 'foo';
var arg_archived = true;
- var arg_audienceSegmentIds = buildUnnamed3956();
- var arg_campaignIds = buildUnnamed3957();
+ var arg_audienceSegmentIds = buildUnnamed3966();
+ var arg_campaignIds = buildUnnamed3967();
var arg_compatibility = 'foo';
- var arg_creativeIds = buildUnnamed3958();
- var arg_creativeOptimizationConfigurationIds = buildUnnamed3959();
+ var arg_creativeIds = buildUnnamed3968();
+ var arg_creativeOptimizationConfigurationIds = buildUnnamed3969();
var arg_dynamicClickTracker = true;
- var arg_ids = buildUnnamed3960();
- var arg_landingPageIds = buildUnnamed3961();
+ var arg_ids = buildUnnamed3970();
+ var arg_landingPageIds = buildUnnamed3971();
var arg_maxResults = 42;
var arg_overriddenEventTagId = 'foo';
var arg_pageToken = 'foo';
- var arg_placementIds = buildUnnamed3962();
- var arg_remarketingListIds = buildUnnamed3963();
+ var arg_placementIds = buildUnnamed3972();
+ var arg_remarketingListIds = buildUnnamed3973();
var arg_searchString = 'foo';
- var arg_sizeIds = buildUnnamed3964();
+ var arg_sizeIds = buildUnnamed3974();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_sslCompliant = true;
var arg_sslRequired = true;
- var arg_type = buildUnnamed3965();
+ var arg_type = buildUnnamed3975();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -18687,7 +18687,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).advertiserGroups;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed3966();
+ var arg_ids = buildUnnamed3976();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -19083,10 +19083,10 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).advertiserLandingPages;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed3967();
+ var arg_advertiserIds = buildUnnamed3977();
var arg_archived = true;
- var arg_campaignIds = buildUnnamed3968();
- var arg_ids = buildUnnamed3969();
+ var arg_campaignIds = buildUnnamed3978();
+ var arg_ids = buildUnnamed3979();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -19504,9 +19504,9 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).advertisers;
var arg_profileId = 'foo';
- var arg_advertiserGroupIds = buildUnnamed3970();
- var arg_floodlightConfigurationIds = buildUnnamed3971();
- var arg_ids = buildUnnamed3972();
+ var arg_advertiserGroupIds = buildUnnamed3980();
+ var arg_floodlightConfigurationIds = buildUnnamed3981();
+ var arg_ids = buildUnnamed3982();
var arg_includeAdvertisersWithoutGroupsOnly = true;
var arg_maxResults = 42;
var arg_onlyParent = true;
@@ -20195,12 +20195,12 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).campaigns;
var arg_profileId = 'foo';
- var arg_advertiserGroupIds = buildUnnamed3973();
- var arg_advertiserIds = buildUnnamed3974();
+ var arg_advertiserGroupIds = buildUnnamed3983();
+ var arg_advertiserIds = buildUnnamed3984();
var arg_archived = true;
var arg_atLeastOneOptimizationActivity = true;
- var arg_excludedIds = buildUnnamed3975();
- var arg_ids = buildUnnamed3976();
+ var arg_excludedIds = buildUnnamed3985();
+ var arg_ids = buildUnnamed3986();
var arg_maxResults = 42;
var arg_overriddenEventTagId = 'foo';
var arg_pageToken = 'foo';
@@ -20562,15 +20562,15 @@
var res = api.DfareportingApi(mock).changeLogs;
var arg_profileId = 'foo';
var arg_action = 'foo';
- var arg_ids = buildUnnamed3977();
+ var arg_ids = buildUnnamed3987();
var arg_maxChangeTime = 'foo';
var arg_maxResults = 42;
var arg_minChangeTime = 'foo';
- var arg_objectIds = buildUnnamed3978();
+ var arg_objectIds = buildUnnamed3988();
var arg_objectType = 'foo';
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
- var arg_userProfileIds = buildUnnamed3979();
+ var arg_userProfileIds = buildUnnamed3989();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -20689,10 +20689,10 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).cities;
var arg_profileId = 'foo';
- var arg_countryDartIds = buildUnnamed3980();
- var arg_dartIds = buildUnnamed3981();
+ var arg_countryDartIds = buildUnnamed3990();
+ var arg_dartIds = buildUnnamed3991();
var arg_namePrefix = 'foo';
- var arg_regionDartIds = buildUnnamed3982();
+ var arg_regionDartIds = buildUnnamed3992();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -21137,7 +21137,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).contentCategories;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed3983();
+ var arg_ids = buildUnnamed3993();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -22032,7 +22032,7 @@
var res = api.DfareportingApi(mock).creativeFieldValues;
var arg_profileId = 'foo';
var arg_creativeFieldId = 'foo';
- var arg_ids = buildUnnamed3984();
+ var arg_ids = buildUnnamed3994();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -22545,8 +22545,8 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).creativeFields;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed3985();
- var arg_ids = buildUnnamed3986();
+ var arg_advertiserIds = buildUnnamed3995();
+ var arg_ids = buildUnnamed3996();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -22947,9 +22947,9 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).creativeGroups;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed3987();
+ var arg_advertiserIds = buildUnnamed3997();
var arg_groupNumber = 42;
- var arg_ids = buildUnnamed3988();
+ var arg_ids = buildUnnamed3998();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -23359,18 +23359,18 @@
var arg_advertiserId = 'foo';
var arg_archived = true;
var arg_campaignId = 'foo';
- var arg_companionCreativeIds = buildUnnamed3989();
- var arg_creativeFieldIds = buildUnnamed3990();
- var arg_ids = buildUnnamed3991();
+ var arg_companionCreativeIds = buildUnnamed3999();
+ var arg_creativeFieldIds = buildUnnamed4000();
+ var arg_ids = buildUnnamed4001();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
- var arg_renderingIds = buildUnnamed3992();
+ var arg_renderingIds = buildUnnamed4002();
var arg_searchString = 'foo';
- var arg_sizeIds = buildUnnamed3993();
+ var arg_sizeIds = buildUnnamed4003();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_studioCreativeId = 'foo';
- var arg_types = buildUnnamed3994();
+ var arg_types = buildUnnamed4004();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -23900,7 +23900,7 @@
var arg_acceptsPublisherPaidPlacements = true;
var arg_active = true;
var arg_dfpNetworkCode = 'foo';
- var arg_ids = buildUnnamed3995();
+ var arg_ids = buildUnnamed4005();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -24184,7 +24184,7 @@
var res = api.DfareportingApi(mock).dynamicTargetingKeys;
var arg_profileId = 'foo';
var arg_advertiserId = 'foo';
- var arg_names = buildUnnamed3996();
+ var arg_names = buildUnnamed4006();
var arg_objectId = 'foo';
var arg_objectType = 'foo';
var arg_$fields = 'foo';
@@ -24496,8 +24496,8 @@
var arg_campaignId = 'foo';
var arg_definitionsOnly = true;
var arg_enabled = true;
- var arg_eventTagTypes = buildUnnamed3997();
- var arg_ids = buildUnnamed3998();
+ var arg_eventTagTypes = buildUnnamed4007();
+ var arg_ids = buildUnnamed4008();
var arg_searchString = 'foo';
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
@@ -25229,12 +25229,12 @@
var res = api.DfareportingApi(mock).floodlightActivities;
var arg_profileId = 'foo';
var arg_advertiserId = 'foo';
- var arg_floodlightActivityGroupIds = buildUnnamed3999();
+ var arg_floodlightActivityGroupIds = buildUnnamed4009();
var arg_floodlightActivityGroupName = 'foo';
var arg_floodlightActivityGroupTagString = 'foo';
var arg_floodlightActivityGroupType = 'foo';
var arg_floodlightConfigurationId = 'foo';
- var arg_ids = buildUnnamed4000();
+ var arg_ids = buildUnnamed4010();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -25669,7 +25669,7 @@
var arg_profileId = 'foo';
var arg_advertiserId = 'foo';
var arg_floodlightConfigurationId = 'foo';
- var arg_ids = buildUnnamed4001();
+ var arg_ids = buildUnnamed4011();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -26011,7 +26011,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).floodlightConfigurations;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed4002();
+ var arg_ids = buildUnnamed4012();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -26322,12 +26322,12 @@
var res = api.DfareportingApi(mock).inventoryItems;
var arg_profileId = 'foo';
var arg_projectId = 'foo';
- var arg_ids = buildUnnamed4003();
+ var arg_ids = buildUnnamed4013();
var arg_inPlan = true;
var arg_maxResults = 42;
- var arg_orderId = buildUnnamed4004();
+ var arg_orderId = buildUnnamed4014();
var arg_pageToken = 'foo';
- var arg_siteId = buildUnnamed4005();
+ var arg_siteId = buildUnnamed4015();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_type = 'foo';
@@ -26666,8 +26666,8 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).mobileApps;
var arg_profileId = 'foo';
- var arg_directories = buildUnnamed4006();
- var arg_ids = buildUnnamed4007();
+ var arg_directories = buildUnnamed4016();
+ var arg_ids = buildUnnamed4017();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -27278,12 +27278,12 @@
var arg_profileId = 'foo';
var arg_projectId = 'foo';
var arg_approved = true;
- var arg_ids = buildUnnamed4008();
+ var arg_ids = buildUnnamed4018();
var arg_maxResults = 42;
- var arg_orderId = buildUnnamed4009();
+ var arg_orderId = buildUnnamed4019();
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
- var arg_siteId = buildUnnamed4010();
+ var arg_siteId = buildUnnamed4020();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_$fields = 'foo';
@@ -27503,11 +27503,11 @@
var res = api.DfareportingApi(mock).orders;
var arg_profileId = 'foo';
var arg_projectId = 'foo';
- var arg_ids = buildUnnamed4011();
+ var arg_ids = buildUnnamed4021();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
- var arg_siteId = buildUnnamed4012();
+ var arg_siteId = buildUnnamed4022();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_$fields = 'foo';
@@ -27771,12 +27771,12 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).placementGroups;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed4013();
+ var arg_advertiserIds = buildUnnamed4023();
var arg_archived = true;
- var arg_campaignIds = buildUnnamed4014();
- var arg_contentCategoryIds = buildUnnamed4015();
- var arg_directorySiteIds = buildUnnamed4016();
- var arg_ids = buildUnnamed4017();
+ var arg_campaignIds = buildUnnamed4024();
+ var arg_contentCategoryIds = buildUnnamed4025();
+ var arg_directorySiteIds = buildUnnamed4026();
+ var arg_ids = buildUnnamed4027();
var arg_maxEndDate = 'foo';
var arg_maxResults = 42;
var arg_maxStartDate = 'foo';
@@ -27784,10 +27784,10 @@
var arg_minStartDate = 'foo';
var arg_pageToken = 'foo';
var arg_placementGroupType = 'foo';
- var arg_placementStrategyIds = buildUnnamed4018();
- var arg_pricingTypes = buildUnnamed4019();
+ var arg_placementStrategyIds = buildUnnamed4028();
+ var arg_pricingTypes = buildUnnamed4029();
var arg_searchString = 'foo';
- var arg_siteIds = buildUnnamed4020();
+ var arg_siteIds = buildUnnamed4030();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_$fields = 'foo';
@@ -28316,7 +28316,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).placementStrategies;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed4021();
+ var arg_ids = buildUnnamed4031();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -28569,8 +28569,8 @@
var res = api.DfareportingApi(mock).placements;
var arg_profileId = 'foo';
var arg_campaignId = 'foo';
- var arg_placementIds = buildUnnamed4022();
- var arg_tagFormats = buildUnnamed4023();
+ var arg_placementIds = buildUnnamed4032();
+ var arg_tagFormats = buildUnnamed4033();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -28797,14 +28797,14 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).placements;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed4024();
+ var arg_advertiserIds = buildUnnamed4034();
var arg_archived = true;
- var arg_campaignIds = buildUnnamed4025();
- var arg_compatibilities = buildUnnamed4026();
- var arg_contentCategoryIds = buildUnnamed4027();
- var arg_directorySiteIds = buildUnnamed4028();
- var arg_groupIds = buildUnnamed4029();
- var arg_ids = buildUnnamed4030();
+ var arg_campaignIds = buildUnnamed4035();
+ var arg_compatibilities = buildUnnamed4036();
+ var arg_contentCategoryIds = buildUnnamed4037();
+ var arg_directorySiteIds = buildUnnamed4038();
+ var arg_groupIds = buildUnnamed4039();
+ var arg_ids = buildUnnamed4040();
var arg_maxEndDate = 'foo';
var arg_maxResults = 42;
var arg_maxStartDate = 'foo';
@@ -28812,11 +28812,11 @@
var arg_minStartDate = 'foo';
var arg_pageToken = 'foo';
var arg_paymentSource = 'foo';
- var arg_placementStrategyIds = buildUnnamed4031();
- var arg_pricingTypes = buildUnnamed4032();
+ var arg_placementStrategyIds = buildUnnamed4041();
+ var arg_pricingTypes = buildUnnamed4042();
var arg_searchString = 'foo';
- var arg_siteIds = buildUnnamed4033();
- var arg_sizeIds = buildUnnamed4034();
+ var arg_siteIds = buildUnnamed4043();
+ var arg_sizeIds = buildUnnamed4044();
var arg_sortField = 'foo';
var arg_sortOrder = 'foo';
var arg_$fields = 'foo';
@@ -29497,8 +29497,8 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).projects;
var arg_profileId = 'foo';
- var arg_advertiserIds = buildUnnamed4035();
- var arg_ids = buildUnnamed4036();
+ var arg_advertiserIds = buildUnnamed4045();
+ var arg_ids = buildUnnamed4046();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -31279,9 +31279,9 @@
var arg_acceptsPublisherPaidPlacements = true;
var arg_adWordsSite = true;
var arg_approved = true;
- var arg_campaignIds = buildUnnamed4037();
- var arg_directorySiteIds = buildUnnamed4038();
- var arg_ids = buildUnnamed4039();
+ var arg_campaignIds = buildUnnamed4047();
+ var arg_directorySiteIds = buildUnnamed4048();
+ var arg_ids = buildUnnamed4049();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -31725,7 +31725,7 @@
var arg_profileId = 'foo';
var arg_height = 42;
var arg_iabStandard = true;
- var arg_ids = buildUnnamed4040();
+ var arg_ids = buildUnnamed4050();
var arg_width = 42;
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -31959,7 +31959,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).subaccounts;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed4041();
+ var arg_ids = buildUnnamed4051();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -32539,7 +32539,7 @@
var res = api.DfareportingApi(mock).targetingTemplates;
var arg_profileId = 'foo';
var arg_advertiserId = 'foo';
- var arg_ids = buildUnnamed4042();
+ var arg_ids = buildUnnamed4052();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
@@ -33120,7 +33120,7 @@
var mock = HttpServerMock();
var res = api.DfareportingApi(mock).userRolePermissions;
var arg_profileId = 'foo';
- var arg_ids = buildUnnamed4043();
+ var arg_ids = buildUnnamed4053();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -33410,7 +33410,7 @@
var res = api.DfareportingApi(mock).userRoles;
var arg_profileId = 'foo';
var arg_accountUserRoleOnly = true;
- var arg_ids = buildUnnamed4044();
+ var arg_ids = buildUnnamed4054();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_searchString = 'foo';
diff --git a/generated/googleapis/test/dialogflow/v2_test.dart b/generated/googleapis/test/dialogflow/v2_test.dart
index cf875ce..41f757e 100644
--- a/generated/googleapis/test/dialogflow/v2_test.dart
+++ b/generated/googleapis/test/dialogflow/v2_test.dart
@@ -54,14 +54,14 @@
buildCounterGoogleCloudDialogflowCxV3AudioInput--;
}
-core.List<api.GoogleCloudDialogflowCxV3TestError> buildUnnamed6947() {
+core.List<api.GoogleCloudDialogflowCxV3TestError> buildUnnamed6998() {
var o = <api.GoogleCloudDialogflowCxV3TestError>[];
o.add(buildGoogleCloudDialogflowCxV3TestError());
o.add(buildGoogleCloudDialogflowCxV3TestError());
return o;
}
-void checkUnnamed6947(core.List<api.GoogleCloudDialogflowCxV3TestError> o) {
+void checkUnnamed6998(core.List<api.GoogleCloudDialogflowCxV3TestError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestError(
o[0] as api.GoogleCloudDialogflowCxV3TestError);
@@ -75,7 +75,7 @@
var o = api.GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata();
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata < 3) {
- o.errors = buildUnnamed6947();
+ o.errors = buildUnnamed6998();
}
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata--;
return o;
@@ -85,19 +85,19 @@
api.GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata o) {
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata < 3) {
- checkUnnamed6947(o.errors!);
+ checkUnnamed6998(o.errors!);
}
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata--;
}
-core.List<api.GoogleCloudDialogflowCxV3TestCaseResult> buildUnnamed6948() {
+core.List<api.GoogleCloudDialogflowCxV3TestCaseResult> buildUnnamed6999() {
var o = <api.GoogleCloudDialogflowCxV3TestCaseResult>[];
o.add(buildGoogleCloudDialogflowCxV3TestCaseResult());
o.add(buildGoogleCloudDialogflowCxV3TestCaseResult());
return o;
}
-void checkUnnamed6948(
+void checkUnnamed6999(
core.List<api.GoogleCloudDialogflowCxV3TestCaseResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestCaseResult(
@@ -112,7 +112,7 @@
var o = api.GoogleCloudDialogflowCxV3BatchRunTestCasesResponse();
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse < 3) {
- o.results = buildUnnamed6948();
+ o.results = buildUnnamed6999();
}
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse--;
return o;
@@ -122,19 +122,19 @@
api.GoogleCloudDialogflowCxV3BatchRunTestCasesResponse o) {
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse < 3) {
- checkUnnamed6948(o.results!);
+ checkUnnamed6999(o.results!);
}
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse--;
}
-core.List<core.String> buildUnnamed6949() {
+core.List<core.String> buildUnnamed7000() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6949(core.List<core.String> o) {
+void checkUnnamed7000(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -155,7 +155,7 @@
o.name = 'foo';
o.result = 'foo';
o.runTime = 'foo';
- o.testCaseResults = buildUnnamed6949();
+ o.testCaseResults = buildUnnamed7000();
}
buildCounterGoogleCloudDialogflowCxV3ContinuousTestResult--;
return o;
@@ -177,7 +177,7 @@
o.runTime!,
unittest.equals('foo'),
);
- checkUnnamed6949(o.testCaseResults!);
+ checkUnnamed7000(o.testCaseResults!);
}
buildCounterGoogleCloudDialogflowCxV3ContinuousTestResult--;
}
@@ -209,7 +209,7 @@
buildCounterGoogleCloudDialogflowCxV3ConversationTurn--;
}
-core.Map<core.String, core.Object> buildUnnamed6950() {
+core.Map<core.String, core.Object> buildUnnamed7001() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -224,7 +224,7 @@
return o;
}
-void checkUnnamed6950(core.Map<core.String, core.Object> o) {
+void checkUnnamed7001(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -263,7 +263,7 @@
buildCounterGoogleCloudDialogflowCxV3ConversationTurnUserInput++;
if (buildCounterGoogleCloudDialogflowCxV3ConversationTurnUserInput < 3) {
o.enableSentimentAnalysis = true;
- o.injectedParameters = buildUnnamed6950();
+ o.injectedParameters = buildUnnamed7001();
o.input = buildGoogleCloudDialogflowCxV3QueryInput();
o.isWebhookEnabled = true;
}
@@ -276,7 +276,7 @@
buildCounterGoogleCloudDialogflowCxV3ConversationTurnUserInput++;
if (buildCounterGoogleCloudDialogflowCxV3ConversationTurnUserInput < 3) {
unittest.expect(o.enableSentimentAnalysis!, unittest.isTrue);
- checkUnnamed6950(o.injectedParameters!);
+ checkUnnamed7001(o.injectedParameters!);
checkGoogleCloudDialogflowCxV3QueryInput(
o.input! as api.GoogleCloudDialogflowCxV3QueryInput);
unittest.expect(o.isWebhookEnabled!, unittest.isTrue);
@@ -284,7 +284,7 @@
buildCounterGoogleCloudDialogflowCxV3ConversationTurnUserInput--;
}
-core.Map<core.String, core.Object> buildUnnamed6951() {
+core.Map<core.String, core.Object> buildUnnamed7002() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -299,7 +299,7 @@
return o;
}
-void checkUnnamed6951(core.Map<core.String, core.Object> o) {
+void checkUnnamed7002(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -331,14 +331,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3TestRunDifference> buildUnnamed6952() {
+core.List<api.GoogleCloudDialogflowCxV3TestRunDifference> buildUnnamed7003() {
var o = <api.GoogleCloudDialogflowCxV3TestRunDifference>[];
o.add(buildGoogleCloudDialogflowCxV3TestRunDifference());
o.add(buildGoogleCloudDialogflowCxV3TestRunDifference());
return o;
}
-void checkUnnamed6952(
+void checkUnnamed7003(
core.List<api.GoogleCloudDialogflowCxV3TestRunDifference> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestRunDifference(
@@ -347,7 +347,7 @@
o[1] as api.GoogleCloudDialogflowCxV3TestRunDifference);
}
-core.Map<core.String, core.Object> buildUnnamed6953() {
+core.Map<core.String, core.Object> buildUnnamed7004() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -362,7 +362,7 @@
return o;
}
-void checkUnnamed6953(core.Map<core.String, core.Object> o) {
+void checkUnnamed7004(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -394,14 +394,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3ResponseMessageText> buildUnnamed6954() {
+core.List<api.GoogleCloudDialogflowCxV3ResponseMessageText> buildUnnamed7005() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessageText>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessageText());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessageText());
return o;
}
-void checkUnnamed6954(
+void checkUnnamed7005(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessageText> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResponseMessageText(
@@ -419,11 +419,11 @@
if (buildCounterGoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput <
3) {
o.currentPage = buildGoogleCloudDialogflowCxV3Page();
- o.diagnosticInfo = buildUnnamed6951();
- o.differences = buildUnnamed6952();
- o.sessionParameters = buildUnnamed6953();
+ o.diagnosticInfo = buildUnnamed7002();
+ o.differences = buildUnnamed7003();
+ o.sessionParameters = buildUnnamed7004();
o.status = buildGoogleRpcStatus();
- o.textResponses = buildUnnamed6954();
+ o.textResponses = buildUnnamed7005();
o.triggeredIntent = buildGoogleCloudDialogflowCxV3Intent();
}
buildCounterGoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput--;
@@ -437,11 +437,11 @@
3) {
checkGoogleCloudDialogflowCxV3Page(
o.currentPage! as api.GoogleCloudDialogflowCxV3Page);
- checkUnnamed6951(o.diagnosticInfo!);
- checkUnnamed6952(o.differences!);
- checkUnnamed6953(o.sessionParameters!);
+ checkUnnamed7002(o.diagnosticInfo!);
+ checkUnnamed7003(o.differences!);
+ checkUnnamed7004(o.sessionParameters!);
checkGoogleRpcStatus(o.status! as api.GoogleRpcStatus);
- checkUnnamed6954(o.textResponses!);
+ checkUnnamed7005(o.textResponses!);
checkGoogleCloudDialogflowCxV3Intent(
o.triggeredIntent! as api.GoogleCloudDialogflowCxV3Intent);
}
@@ -726,14 +726,14 @@
buildCounterGoogleCloudDialogflowCxV3ExportTestCasesResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3FormParameter> buildUnnamed6955() {
+core.List<api.GoogleCloudDialogflowCxV3FormParameter> buildUnnamed7006() {
var o = <api.GoogleCloudDialogflowCxV3FormParameter>[];
o.add(buildGoogleCloudDialogflowCxV3FormParameter());
o.add(buildGoogleCloudDialogflowCxV3FormParameter());
return o;
}
-void checkUnnamed6955(core.List<api.GoogleCloudDialogflowCxV3FormParameter> o) {
+void checkUnnamed7006(core.List<api.GoogleCloudDialogflowCxV3FormParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3FormParameter(
o[0] as api.GoogleCloudDialogflowCxV3FormParameter);
@@ -746,7 +746,7 @@
var o = api.GoogleCloudDialogflowCxV3Form();
buildCounterGoogleCloudDialogflowCxV3Form++;
if (buildCounterGoogleCloudDialogflowCxV3Form < 3) {
- o.parameters = buildUnnamed6955();
+ o.parameters = buildUnnamed7006();
}
buildCounterGoogleCloudDialogflowCxV3Form--;
return o;
@@ -755,7 +755,7 @@
void checkGoogleCloudDialogflowCxV3Form(api.GoogleCloudDialogflowCxV3Form o) {
buildCounterGoogleCloudDialogflowCxV3Form++;
if (buildCounterGoogleCloudDialogflowCxV3Form < 3) {
- checkUnnamed6955(o.parameters!);
+ checkUnnamed7006(o.parameters!);
}
buildCounterGoogleCloudDialogflowCxV3Form--;
}
@@ -817,14 +817,14 @@
buildCounterGoogleCloudDialogflowCxV3FormParameter--;
}
-core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed6956() {
+core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed7007() {
var o = <api.GoogleCloudDialogflowCxV3EventHandler>[];
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
return o;
}
-void checkUnnamed6956(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
+void checkUnnamed7007(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EventHandler(
o[0] as api.GoogleCloudDialogflowCxV3EventHandler);
@@ -839,7 +839,7 @@
buildCounterGoogleCloudDialogflowCxV3FormParameterFillBehavior++;
if (buildCounterGoogleCloudDialogflowCxV3FormParameterFillBehavior < 3) {
o.initialPromptFulfillment = buildGoogleCloudDialogflowCxV3Fulfillment();
- o.repromptEventHandlers = buildUnnamed6956();
+ o.repromptEventHandlers = buildUnnamed7007();
}
buildCounterGoogleCloudDialogflowCxV3FormParameterFillBehavior--;
return o;
@@ -851,20 +851,20 @@
if (buildCounterGoogleCloudDialogflowCxV3FormParameterFillBehavior < 3) {
checkGoogleCloudDialogflowCxV3Fulfillment(o.initialPromptFulfillment!
as api.GoogleCloudDialogflowCxV3Fulfillment);
- checkUnnamed6956(o.repromptEventHandlers!);
+ checkUnnamed7007(o.repromptEventHandlers!);
}
buildCounterGoogleCloudDialogflowCxV3FormParameterFillBehavior--;
}
core.List<api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases>
- buildUnnamed6957() {
+ buildUnnamed7008() {
var o = <api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases>[];
o.add(buildGoogleCloudDialogflowCxV3FulfillmentConditionalCases());
o.add(buildGoogleCloudDialogflowCxV3FulfillmentConditionalCases());
return o;
}
-void checkUnnamed6957(
+void checkUnnamed7008(
core.List<api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3FulfillmentConditionalCases(
@@ -873,14 +873,14 @@
o[1] as api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases);
}
-core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed6958() {
+core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed7009() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
return o;
}
-void checkUnnamed6958(
+void checkUnnamed7009(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResponseMessage(
@@ -890,14 +890,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3FulfillmentSetParameterAction>
- buildUnnamed6959() {
+ buildUnnamed7010() {
var o = <api.GoogleCloudDialogflowCxV3FulfillmentSetParameterAction>[];
o.add(buildGoogleCloudDialogflowCxV3FulfillmentSetParameterAction());
o.add(buildGoogleCloudDialogflowCxV3FulfillmentSetParameterAction());
return o;
}
-void checkUnnamed6959(
+void checkUnnamed7010(
core.List<api.GoogleCloudDialogflowCxV3FulfillmentSetParameterAction> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3FulfillmentSetParameterAction(
@@ -912,10 +912,10 @@
var o = api.GoogleCloudDialogflowCxV3Fulfillment();
buildCounterGoogleCloudDialogflowCxV3Fulfillment++;
if (buildCounterGoogleCloudDialogflowCxV3Fulfillment < 3) {
- o.conditionalCases = buildUnnamed6957();
- o.messages = buildUnnamed6958();
+ o.conditionalCases = buildUnnamed7008();
+ o.messages = buildUnnamed7009();
o.returnPartialResponses = true;
- o.setParameterActions = buildUnnamed6959();
+ o.setParameterActions = buildUnnamed7010();
o.tag = 'foo';
o.webhook = 'foo';
}
@@ -927,10 +927,10 @@
api.GoogleCloudDialogflowCxV3Fulfillment o) {
buildCounterGoogleCloudDialogflowCxV3Fulfillment++;
if (buildCounterGoogleCloudDialogflowCxV3Fulfillment < 3) {
- checkUnnamed6957(o.conditionalCases!);
- checkUnnamed6958(o.messages!);
+ checkUnnamed7008(o.conditionalCases!);
+ checkUnnamed7009(o.messages!);
unittest.expect(o.returnPartialResponses!, unittest.isTrue);
- checkUnnamed6959(o.setParameterActions!);
+ checkUnnamed7010(o.setParameterActions!);
unittest.expect(
o.tag!,
unittest.equals('foo'),
@@ -944,14 +944,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase>
- buildUnnamed6960() {
+ buildUnnamed7011() {
var o = <api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase>[];
o.add(buildGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase());
o.add(buildGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase());
return o;
}
-void checkUnnamed6960(
+void checkUnnamed7011(
core.List<api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase(
@@ -966,7 +966,7 @@
var o = api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases();
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases++;
if (buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases < 3) {
- o.cases = buildUnnamed6960();
+ o.cases = buildUnnamed7011();
}
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases--;
return o;
@@ -976,14 +976,14 @@
api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases o) {
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases++;
if (buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases < 3) {
- checkUnnamed6960(o.cases!);
+ checkUnnamed7011(o.cases!);
}
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases--;
}
core.List<
api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent>
- buildUnnamed6961() {
+ buildUnnamed7012() {
var o = <
api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent>[];
o.add(
@@ -993,7 +993,7 @@
return o;
}
-void checkUnnamed6961(
+void checkUnnamed7012(
core.List<
api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent>
o) {
@@ -1014,7 +1014,7 @@
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase++;
if (buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase <
3) {
- o.caseContent = buildUnnamed6961();
+ o.caseContent = buildUnnamed7012();
o.condition = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase--;
@@ -1026,7 +1026,7 @@
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase++;
if (buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase <
3) {
- checkUnnamed6961(o.caseContent!);
+ checkUnnamed7012(o.caseContent!);
unittest.expect(
o.condition!,
unittest.equals('foo'),
@@ -1163,14 +1163,14 @@
buildCounterGoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed6962() {
+core.List<api.GoogleRpcStatus> buildUnnamed7013() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed6962(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed7013(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -1182,7 +1182,7 @@
var o = api.GoogleCloudDialogflowCxV3ImportDocumentsResponse();
buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse < 3) {
- o.warnings = buildUnnamed6962();
+ o.warnings = buildUnnamed7013();
}
buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse--;
return o;
@@ -1192,7 +1192,7 @@
api.GoogleCloudDialogflowCxV3ImportDocumentsResponse o) {
buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse < 3) {
- checkUnnamed6962(o.warnings!);
+ checkUnnamed7013(o.warnings!);
}
buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse--;
}
@@ -1221,14 +1221,14 @@
buildCounterGoogleCloudDialogflowCxV3ImportFlowResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3TestCaseError> buildUnnamed6963() {
+core.List<api.GoogleCloudDialogflowCxV3TestCaseError> buildUnnamed7014() {
var o = <api.GoogleCloudDialogflowCxV3TestCaseError>[];
o.add(buildGoogleCloudDialogflowCxV3TestCaseError());
o.add(buildGoogleCloudDialogflowCxV3TestCaseError());
return o;
}
-void checkUnnamed6963(core.List<api.GoogleCloudDialogflowCxV3TestCaseError> o) {
+void checkUnnamed7014(core.List<api.GoogleCloudDialogflowCxV3TestCaseError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestCaseError(
o[0] as api.GoogleCloudDialogflowCxV3TestCaseError);
@@ -1242,7 +1242,7 @@
var o = api.GoogleCloudDialogflowCxV3ImportTestCasesMetadata();
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata < 3) {
- o.errors = buildUnnamed6963();
+ o.errors = buildUnnamed7014();
}
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata--;
return o;
@@ -1252,19 +1252,19 @@
api.GoogleCloudDialogflowCxV3ImportTestCasesMetadata o) {
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata < 3) {
- checkUnnamed6963(o.errors!);
+ checkUnnamed7014(o.errors!);
}
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata--;
}
-core.List<core.String> buildUnnamed6964() {
+core.List<core.String> buildUnnamed7015() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6964(core.List<core.String> o) {
+void checkUnnamed7015(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1282,7 +1282,7 @@
var o = api.GoogleCloudDialogflowCxV3ImportTestCasesResponse();
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse < 3) {
- o.names = buildUnnamed6964();
+ o.names = buildUnnamed7015();
}
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse--;
return o;
@@ -1292,19 +1292,19 @@
api.GoogleCloudDialogflowCxV3ImportTestCasesResponse o) {
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse < 3) {
- checkUnnamed6964(o.names!);
+ checkUnnamed7015(o.names!);
}
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse--;
}
-core.List<core.String> buildUnnamed6965() {
+core.List<core.String> buildUnnamed7016() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6965(core.List<core.String> o) {
+void checkUnnamed7016(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1326,7 +1326,7 @@
o.enableWordInfo = true;
o.model = 'foo';
o.modelVariant = 'foo';
- o.phraseHints = buildUnnamed6965();
+ o.phraseHints = buildUnnamed7016();
o.sampleRateHertz = 42;
o.singleUtterance = true;
}
@@ -1351,7 +1351,7 @@
o.modelVariant!,
unittest.equals('foo'),
);
- checkUnnamed6965(o.phraseHints!);
+ checkUnnamed7016(o.phraseHints!);
unittest.expect(
o.sampleRateHertz!,
unittest.equals(42),
@@ -1361,14 +1361,14 @@
buildCounterGoogleCloudDialogflowCxV3InputAudioConfig--;
}
-core.Map<core.String, core.String> buildUnnamed6966() {
+core.Map<core.String, core.String> buildUnnamed7017() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6966(core.Map<core.String, core.String> o) {
+void checkUnnamed7017(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1380,14 +1380,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3IntentParameter> buildUnnamed6967() {
+core.List<api.GoogleCloudDialogflowCxV3IntentParameter> buildUnnamed7018() {
var o = <api.GoogleCloudDialogflowCxV3IntentParameter>[];
o.add(buildGoogleCloudDialogflowCxV3IntentParameter());
o.add(buildGoogleCloudDialogflowCxV3IntentParameter());
return o;
}
-void checkUnnamed6967(
+void checkUnnamed7018(
core.List<api.GoogleCloudDialogflowCxV3IntentParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3IntentParameter(
@@ -1397,14 +1397,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3IntentTrainingPhrase>
- buildUnnamed6968() {
+ buildUnnamed7019() {
var o = <api.GoogleCloudDialogflowCxV3IntentTrainingPhrase>[];
o.add(buildGoogleCloudDialogflowCxV3IntentTrainingPhrase());
o.add(buildGoogleCloudDialogflowCxV3IntentTrainingPhrase());
return o;
}
-void checkUnnamed6968(
+void checkUnnamed7019(
core.List<api.GoogleCloudDialogflowCxV3IntentTrainingPhrase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3IntentTrainingPhrase(
@@ -1421,11 +1421,11 @@
o.description = 'foo';
o.displayName = 'foo';
o.isFallback = true;
- o.labels = buildUnnamed6966();
+ o.labels = buildUnnamed7017();
o.name = 'foo';
- o.parameters = buildUnnamed6967();
+ o.parameters = buildUnnamed7018();
o.priority = 42;
- o.trainingPhrases = buildUnnamed6968();
+ o.trainingPhrases = buildUnnamed7019();
}
buildCounterGoogleCloudDialogflowCxV3Intent--;
return o;
@@ -1444,17 +1444,17 @@
unittest.equals('foo'),
);
unittest.expect(o.isFallback!, unittest.isTrue);
- checkUnnamed6966(o.labels!);
+ checkUnnamed7017(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6967(o.parameters!);
+ checkUnnamed7018(o.parameters!);
unittest.expect(
o.priority!,
unittest.equals(42),
);
- checkUnnamed6968(o.trainingPhrases!);
+ checkUnnamed7019(o.trainingPhrases!);
}
buildCounterGoogleCloudDialogflowCxV3Intent--;
}
@@ -1517,14 +1517,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3IntentTrainingPhrasePart>
- buildUnnamed6969() {
+ buildUnnamed7020() {
var o = <api.GoogleCloudDialogflowCxV3IntentTrainingPhrasePart>[];
o.add(buildGoogleCloudDialogflowCxV3IntentTrainingPhrasePart());
o.add(buildGoogleCloudDialogflowCxV3IntentTrainingPhrasePart());
return o;
}
-void checkUnnamed6969(
+void checkUnnamed7020(
core.List<api.GoogleCloudDialogflowCxV3IntentTrainingPhrasePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3IntentTrainingPhrasePart(
@@ -1540,7 +1540,7 @@
buildCounterGoogleCloudDialogflowCxV3IntentTrainingPhrase++;
if (buildCounterGoogleCloudDialogflowCxV3IntentTrainingPhrase < 3) {
o.id = 'foo';
- o.parts = buildUnnamed6969();
+ o.parts = buildUnnamed7020();
o.repeatCount = 42;
}
buildCounterGoogleCloudDialogflowCxV3IntentTrainingPhrase--;
@@ -1555,7 +1555,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed6969(o.parts!);
+ checkUnnamed7020(o.parts!);
unittest.expect(
o.repeatCount!,
unittest.equals(42),
@@ -1593,14 +1593,14 @@
buildCounterGoogleCloudDialogflowCxV3IntentTrainingPhrasePart--;
}
-core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed6970() {
+core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed7021() {
var o = <api.GoogleCloudDialogflowCxV3EventHandler>[];
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
return o;
}
-void checkUnnamed6970(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
+void checkUnnamed7021(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EventHandler(
o[0] as api.GoogleCloudDialogflowCxV3EventHandler);
@@ -1608,14 +1608,14 @@
o[1] as api.GoogleCloudDialogflowCxV3EventHandler);
}
-core.List<core.String> buildUnnamed6971() {
+core.List<core.String> buildUnnamed7022() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6971(core.List<core.String> o) {
+void checkUnnamed7022(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1627,14 +1627,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> buildUnnamed6972() {
+core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> buildUnnamed7023() {
var o = <api.GoogleCloudDialogflowCxV3TransitionRoute>[];
o.add(buildGoogleCloudDialogflowCxV3TransitionRoute());
o.add(buildGoogleCloudDialogflowCxV3TransitionRoute());
return o;
}
-void checkUnnamed6972(
+void checkUnnamed7023(
core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TransitionRoute(
@@ -1650,11 +1650,11 @@
if (buildCounterGoogleCloudDialogflowCxV3Page < 3) {
o.displayName = 'foo';
o.entryFulfillment = buildGoogleCloudDialogflowCxV3Fulfillment();
- o.eventHandlers = buildUnnamed6970();
+ o.eventHandlers = buildUnnamed7021();
o.form = buildGoogleCloudDialogflowCxV3Form();
o.name = 'foo';
- o.transitionRouteGroups = buildUnnamed6971();
- o.transitionRoutes = buildUnnamed6972();
+ o.transitionRouteGroups = buildUnnamed7022();
+ o.transitionRoutes = buildUnnamed7023();
}
buildCounterGoogleCloudDialogflowCxV3Page--;
return o;
@@ -1669,15 +1669,15 @@
);
checkGoogleCloudDialogflowCxV3Fulfillment(
o.entryFulfillment! as api.GoogleCloudDialogflowCxV3Fulfillment);
- checkUnnamed6970(o.eventHandlers!);
+ checkUnnamed7021(o.eventHandlers!);
checkGoogleCloudDialogflowCxV3Form(
o.form! as api.GoogleCloudDialogflowCxV3Form);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6971(o.transitionRouteGroups!);
- checkUnnamed6972(o.transitionRoutes!);
+ checkUnnamed7022(o.transitionRouteGroups!);
+ checkUnnamed7023(o.transitionRoutes!);
}
buildCounterGoogleCloudDialogflowCxV3Page--;
}
@@ -1709,14 +1709,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo>
- buildUnnamed6973() {
+ buildUnnamed7024() {
var o = <api.GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo>[];
o.add(buildGoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo());
o.add(buildGoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo());
return o;
}
-void checkUnnamed6973(
+void checkUnnamed7024(
core.List<api.GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo(
@@ -1731,7 +1731,7 @@
var o = api.GoogleCloudDialogflowCxV3PageInfoFormInfo();
buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo++;
if (buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo < 3) {
- o.parameterInfo = buildUnnamed6973();
+ o.parameterInfo = buildUnnamed7024();
}
buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo--;
return o;
@@ -1741,7 +1741,7 @@
api.GoogleCloudDialogflowCxV3PageInfoFormInfo o) {
buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo++;
if (buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo < 3) {
- checkUnnamed6973(o.parameterInfo!);
+ checkUnnamed7024(o.parameterInfo!);
}
buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo--;
}
@@ -1864,7 +1864,7 @@
buildCounterGoogleCloudDialogflowCxV3ReloadDocumentOperationMetadata--;
}
-core.Map<core.String, core.Object> buildUnnamed6974() {
+core.Map<core.String, core.Object> buildUnnamed7025() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1879,7 +1879,7 @@
return o;
}
-void checkUnnamed6974(core.Map<core.String, core.Object> o) {
+void checkUnnamed7025(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted10 = (o['x']!) as core.Map;
unittest.expect(casted10, unittest.hasLength(3));
@@ -1926,7 +1926,7 @@
o.mixedAudio = buildGoogleCloudDialogflowCxV3ResponseMessageMixedAudio();
o.outputAudioText =
buildGoogleCloudDialogflowCxV3ResponseMessageOutputAudioText();
- o.payload = buildUnnamed6974();
+ o.payload = buildUnnamed7025();
o.playAudio = buildGoogleCloudDialogflowCxV3ResponseMessagePlayAudio();
o.text = buildGoogleCloudDialogflowCxV3ResponseMessageText();
}
@@ -1952,7 +1952,7 @@
checkGoogleCloudDialogflowCxV3ResponseMessageOutputAudioText(
o.outputAudioText!
as api.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText);
- checkUnnamed6974(o.payload!);
+ checkUnnamed7025(o.payload!);
checkGoogleCloudDialogflowCxV3ResponseMessagePlayAudio(
o.playAudio! as api.GoogleCloudDialogflowCxV3ResponseMessagePlayAudio);
checkGoogleCloudDialogflowCxV3ResponseMessageText(
@@ -1961,7 +1961,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessage--;
}
-core.Map<core.String, core.Object> buildUnnamed6975() {
+core.Map<core.String, core.Object> buildUnnamed7026() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1976,7 +1976,7 @@
return o;
}
-void checkUnnamed6975(core.Map<core.String, core.Object> o) {
+void checkUnnamed7026(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted12 = (o['x']!) as core.Map;
unittest.expect(casted12, unittest.hasLength(3));
@@ -2016,7 +2016,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess <
3) {
- o.metadata = buildUnnamed6975();
+ o.metadata = buildUnnamed7026();
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess--;
return o;
@@ -2027,7 +2027,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess <
3) {
- checkUnnamed6975(o.metadata!);
+ checkUnnamed7026(o.metadata!);
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess--;
}
@@ -2049,7 +2049,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageEndInteraction--;
}
-core.Map<core.String, core.Object> buildUnnamed6976() {
+core.Map<core.String, core.Object> buildUnnamed7027() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2064,7 +2064,7 @@
return o;
}
-void checkUnnamed6976(core.Map<core.String, core.Object> o) {
+void checkUnnamed7027(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted14 = (o['x']!) as core.Map;
unittest.expect(casted14, unittest.hasLength(3));
@@ -2104,7 +2104,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff <
3) {
- o.metadata = buildUnnamed6976();
+ o.metadata = buildUnnamed7027();
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff--;
return o;
@@ -2115,20 +2115,20 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff <
3) {
- checkUnnamed6976(o.metadata!);
+ checkUnnamed7027(o.metadata!);
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff--;
}
core.List<api.GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment>
- buildUnnamed6977() {
+ buildUnnamed7028() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment());
return o;
}
-void checkUnnamed6977(
+void checkUnnamed7028(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -2144,7 +2144,7 @@
var o = api.GoogleCloudDialogflowCxV3ResponseMessageMixedAudio();
buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio < 3) {
- o.segments = buildUnnamed6977();
+ o.segments = buildUnnamed7028();
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio--;
return o;
@@ -2154,7 +2154,7 @@
api.GoogleCloudDialogflowCxV3ResponseMessageMixedAudio o) {
buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio < 3) {
- checkUnnamed6977(o.segments!);
+ checkUnnamed7028(o.segments!);
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio--;
}
@@ -2251,14 +2251,14 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessagePlayAudio--;
}
-core.List<core.String> buildUnnamed6978() {
+core.List<core.String> buildUnnamed7029() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6978(core.List<core.String> o) {
+void checkUnnamed7029(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2277,7 +2277,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageText++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageText < 3) {
o.allowPlaybackInterruption = true;
- o.text = buildUnnamed6978();
+ o.text = buildUnnamed7029();
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageText--;
return o;
@@ -2288,19 +2288,19 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageText++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageText < 3) {
unittest.expect(o.allowPlaybackInterruption!, unittest.isTrue);
- checkUnnamed6978(o.text!);
+ checkUnnamed7029(o.text!);
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageText--;
}
-core.List<api.GoogleCloudDialogflowCxV3TestError> buildUnnamed6979() {
+core.List<api.GoogleCloudDialogflowCxV3TestError> buildUnnamed7030() {
var o = <api.GoogleCloudDialogflowCxV3TestError>[];
o.add(buildGoogleCloudDialogflowCxV3TestError());
o.add(buildGoogleCloudDialogflowCxV3TestError());
return o;
}
-void checkUnnamed6979(core.List<api.GoogleCloudDialogflowCxV3TestError> o) {
+void checkUnnamed7030(core.List<api.GoogleCloudDialogflowCxV3TestError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestError(
o[0] as api.GoogleCloudDialogflowCxV3TestError);
@@ -2314,7 +2314,7 @@
var o = api.GoogleCloudDialogflowCxV3RunContinuousTestMetadata();
buildCounterGoogleCloudDialogflowCxV3RunContinuousTestMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3RunContinuousTestMetadata < 3) {
- o.errors = buildUnnamed6979();
+ o.errors = buildUnnamed7030();
}
buildCounterGoogleCloudDialogflowCxV3RunContinuousTestMetadata--;
return o;
@@ -2324,7 +2324,7 @@
api.GoogleCloudDialogflowCxV3RunContinuousTestMetadata o) {
buildCounterGoogleCloudDialogflowCxV3RunContinuousTestMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3RunContinuousTestMetadata < 3) {
- checkUnnamed6979(o.errors!);
+ checkUnnamed7030(o.errors!);
}
buildCounterGoogleCloudDialogflowCxV3RunContinuousTestMetadata--;
}
@@ -2391,7 +2391,7 @@
buildCounterGoogleCloudDialogflowCxV3RunTestCaseResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed6980() {
+core.Map<core.String, core.Object> buildUnnamed7031() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2406,7 +2406,7 @@
return o;
}
-void checkUnnamed6980(core.Map<core.String, core.Object> o) {
+void checkUnnamed7031(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted16 = (o['x']!) as core.Map;
unittest.expect(casted16, unittest.hasLength(3));
@@ -2444,7 +2444,7 @@
var o = api.GoogleCloudDialogflowCxV3SessionInfo();
buildCounterGoogleCloudDialogflowCxV3SessionInfo++;
if (buildCounterGoogleCloudDialogflowCxV3SessionInfo < 3) {
- o.parameters = buildUnnamed6980();
+ o.parameters = buildUnnamed7031();
o.session = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3SessionInfo--;
@@ -2455,7 +2455,7 @@
api.GoogleCloudDialogflowCxV3SessionInfo o) {
buildCounterGoogleCloudDialogflowCxV3SessionInfo++;
if (buildCounterGoogleCloudDialogflowCxV3SessionInfo < 3) {
- checkUnnamed6980(o.parameters!);
+ checkUnnamed7031(o.parameters!);
unittest.expect(
o.session!,
unittest.equals('foo'),
@@ -2464,14 +2464,14 @@
buildCounterGoogleCloudDialogflowCxV3SessionInfo--;
}
-core.List<core.String> buildUnnamed6981() {
+core.List<core.String> buildUnnamed7032() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6981(core.List<core.String> o) {
+void checkUnnamed7032(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2483,14 +2483,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> buildUnnamed6982() {
+core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> buildUnnamed7033() {
var o = <api.GoogleCloudDialogflowCxV3ConversationTurn>[];
o.add(buildGoogleCloudDialogflowCxV3ConversationTurn());
o.add(buildGoogleCloudDialogflowCxV3ConversationTurn());
return o;
}
-void checkUnnamed6982(
+void checkUnnamed7033(
core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ConversationTurn(
@@ -2509,8 +2509,8 @@
o.lastTestResult = buildGoogleCloudDialogflowCxV3TestCaseResult();
o.name = 'foo';
o.notes = 'foo';
- o.tags = buildUnnamed6981();
- o.testCaseConversationTurns = buildUnnamed6982();
+ o.tags = buildUnnamed7032();
+ o.testCaseConversationTurns = buildUnnamed7033();
o.testConfig = buildGoogleCloudDialogflowCxV3TestConfig();
}
buildCounterGoogleCloudDialogflowCxV3TestCase--;
@@ -2539,8 +2539,8 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed6981(o.tags!);
- checkUnnamed6982(o.testCaseConversationTurns!);
+ checkUnnamed7032(o.tags!);
+ checkUnnamed7033(o.testCaseConversationTurns!);
checkGoogleCloudDialogflowCxV3TestConfig(
o.testConfig! as api.GoogleCloudDialogflowCxV3TestConfig);
}
@@ -2571,14 +2571,14 @@
buildCounterGoogleCloudDialogflowCxV3TestCaseError--;
}
-core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> buildUnnamed6983() {
+core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> buildUnnamed7034() {
var o = <api.GoogleCloudDialogflowCxV3ConversationTurn>[];
o.add(buildGoogleCloudDialogflowCxV3ConversationTurn());
o.add(buildGoogleCloudDialogflowCxV3ConversationTurn());
return o;
}
-void checkUnnamed6983(
+void checkUnnamed7034(
core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ConversationTurn(
@@ -2593,7 +2593,7 @@
var o = api.GoogleCloudDialogflowCxV3TestCaseResult();
buildCounterGoogleCloudDialogflowCxV3TestCaseResult++;
if (buildCounterGoogleCloudDialogflowCxV3TestCaseResult < 3) {
- o.conversationTurns = buildUnnamed6983();
+ o.conversationTurns = buildUnnamed7034();
o.environment = 'foo';
o.name = 'foo';
o.testResult = 'foo';
@@ -2607,7 +2607,7 @@
api.GoogleCloudDialogflowCxV3TestCaseResult o) {
buildCounterGoogleCloudDialogflowCxV3TestCaseResult++;
if (buildCounterGoogleCloudDialogflowCxV3TestCaseResult < 3) {
- checkUnnamed6983(o.conversationTurns!);
+ checkUnnamed7034(o.conversationTurns!);
unittest.expect(
o.environment!,
unittest.equals('foo'),
@@ -2628,14 +2628,14 @@
buildCounterGoogleCloudDialogflowCxV3TestCaseResult--;
}
-core.List<core.String> buildUnnamed6984() {
+core.List<core.String> buildUnnamed7035() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6984(core.List<core.String> o) {
+void checkUnnamed7035(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2654,7 +2654,7 @@
buildCounterGoogleCloudDialogflowCxV3TestConfig++;
if (buildCounterGoogleCloudDialogflowCxV3TestConfig < 3) {
o.flow = 'foo';
- o.trackingParameters = buildUnnamed6984();
+ o.trackingParameters = buildUnnamed7035();
}
buildCounterGoogleCloudDialogflowCxV3TestConfig--;
return o;
@@ -2668,7 +2668,7 @@
o.flow!,
unittest.equals('foo'),
);
- checkUnnamed6984(o.trackingParameters!);
+ checkUnnamed7035(o.trackingParameters!);
}
buildCounterGoogleCloudDialogflowCxV3TestConfig--;
}
@@ -2831,14 +2831,14 @@
buildCounterGoogleCloudDialogflowCxV3UpdateDocumentOperationMetadata--;
}
-core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed6985() {
+core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed7036() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
return o;
}
-void checkUnnamed6985(
+void checkUnnamed7036(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResponseMessage(
@@ -2847,7 +2847,7 @@
o[1] as api.GoogleCloudDialogflowCxV3ResponseMessage);
}
-core.Map<core.String, core.Object> buildUnnamed6986() {
+core.Map<core.String, core.Object> buildUnnamed7037() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2862,7 +2862,7 @@
return o;
}
-void checkUnnamed6986(core.Map<core.String, core.Object> o) {
+void checkUnnamed7037(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted18 = (o['x']!) as core.Map;
unittest.expect(casted18, unittest.hasLength(3));
@@ -2905,9 +2905,9 @@
buildGoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo();
o.intentInfo = buildGoogleCloudDialogflowCxV3WebhookRequestIntentInfo();
o.languageCode = 'foo';
- o.messages = buildUnnamed6985();
+ o.messages = buildUnnamed7036();
o.pageInfo = buildGoogleCloudDialogflowCxV3PageInfo();
- o.payload = buildUnnamed6986();
+ o.payload = buildUnnamed7037();
o.sentimentAnalysisResult =
buildGoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult();
o.sessionInfo = buildGoogleCloudDialogflowCxV3SessionInfo();
@@ -2937,10 +2937,10 @@
o.languageCode!,
unittest.equals('foo'),
);
- checkUnnamed6985(o.messages!);
+ checkUnnamed7036(o.messages!);
checkGoogleCloudDialogflowCxV3PageInfo(
o.pageInfo! as api.GoogleCloudDialogflowCxV3PageInfo);
- checkUnnamed6986(o.payload!);
+ checkUnnamed7037(o.payload!);
checkGoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult(o
.sentimentAnalysisResult!
as api.GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult);
@@ -2992,7 +2992,7 @@
core.Map<core.String,
api.GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue>
- buildUnnamed6987() {
+ buildUnnamed7038() {
var o = <core.String,
api.GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue>{};
o['x'] =
@@ -3002,7 +3002,7 @@
return o;
}
-void checkUnnamed6987(
+void checkUnnamed7038(
core.Map<core.String,
api.GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue>
o) {
@@ -3024,7 +3024,7 @@
o.confidence = 42.0;
o.displayName = 'foo';
o.lastMatchedIntent = 'foo';
- o.parameters = buildUnnamed6987();
+ o.parameters = buildUnnamed7038();
}
buildCounterGoogleCloudDialogflowCxV3WebhookRequestIntentInfo--;
return o;
@@ -3046,7 +3046,7 @@
o.lastMatchedIntent!,
unittest.equals('foo'),
);
- checkUnnamed6987(o.parameters!);
+ checkUnnamed7038(o.parameters!);
}
buildCounterGoogleCloudDialogflowCxV3WebhookRequestIntentInfo--;
}
@@ -3133,7 +3133,7 @@
buildCounterGoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult--;
}
-core.Map<core.String, core.Object> buildUnnamed6988() {
+core.Map<core.String, core.Object> buildUnnamed7039() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3148,7 +3148,7 @@
return o;
}
-void checkUnnamed6988(core.Map<core.String, core.Object> o) {
+void checkUnnamed7039(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted21 = (o['x']!) as core.Map;
unittest.expect(casted21, unittest.hasLength(3));
@@ -3189,7 +3189,7 @@
o.fulfillmentResponse =
buildGoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse();
o.pageInfo = buildGoogleCloudDialogflowCxV3PageInfo();
- o.payload = buildUnnamed6988();
+ o.payload = buildUnnamed7039();
o.sessionInfo = buildGoogleCloudDialogflowCxV3SessionInfo();
o.targetFlow = 'foo';
o.targetPage = 'foo';
@@ -3207,7 +3207,7 @@
as api.GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse);
checkGoogleCloudDialogflowCxV3PageInfo(
o.pageInfo! as api.GoogleCloudDialogflowCxV3PageInfo);
- checkUnnamed6988(o.payload!);
+ checkUnnamed7039(o.payload!);
checkGoogleCloudDialogflowCxV3SessionInfo(
o.sessionInfo! as api.GoogleCloudDialogflowCxV3SessionInfo);
unittest.expect(
@@ -3222,14 +3222,14 @@
buildCounterGoogleCloudDialogflowCxV3WebhookResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed6989() {
+core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed7040() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
return o;
}
-void checkUnnamed6989(
+void checkUnnamed7040(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResponseMessage(
@@ -3247,7 +3247,7 @@
if (buildCounterGoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse <
3) {
o.mergeBehavior = 'foo';
- o.messages = buildUnnamed6989();
+ o.messages = buildUnnamed7040();
}
buildCounterGoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse--;
return o;
@@ -3262,7 +3262,7 @@
o.mergeBehavior!,
unittest.equals('foo'),
);
- checkUnnamed6989(o.messages!);
+ checkUnnamed7040(o.messages!);
}
buildCounterGoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse--;
}
@@ -3294,14 +3294,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1AudioInput--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1TestError> buildUnnamed6990() {
+core.List<api.GoogleCloudDialogflowCxV3beta1TestError> buildUnnamed7041() {
var o = <api.GoogleCloudDialogflowCxV3beta1TestError>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TestError());
o.add(buildGoogleCloudDialogflowCxV3beta1TestError());
return o;
}
-void checkUnnamed6990(
+void checkUnnamed7041(
core.List<api.GoogleCloudDialogflowCxV3beta1TestError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TestError(
@@ -3317,7 +3317,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata();
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata < 3) {
- o.errors = buildUnnamed6990();
+ o.errors = buildUnnamed7041();
}
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata--;
return o;
@@ -3327,19 +3327,19 @@
api.GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata o) {
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata < 3) {
- checkUnnamed6990(o.errors!);
+ checkUnnamed7041(o.errors!);
}
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseResult> buildUnnamed6991() {
+core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseResult> buildUnnamed7042() {
var o = <api.GoogleCloudDialogflowCxV3beta1TestCaseResult>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TestCaseResult());
o.add(buildGoogleCloudDialogflowCxV3beta1TestCaseResult());
return o;
}
-void checkUnnamed6991(
+void checkUnnamed7042(
core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TestCaseResult(
@@ -3355,7 +3355,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse();
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse < 3) {
- o.results = buildUnnamed6991();
+ o.results = buildUnnamed7042();
}
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse--;
return o;
@@ -3365,19 +3365,19 @@
api.GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse o) {
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse < 3) {
- checkUnnamed6991(o.results!);
+ checkUnnamed7042(o.results!);
}
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse--;
}
-core.List<core.String> buildUnnamed6992() {
+core.List<core.String> buildUnnamed7043() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6992(core.List<core.String> o) {
+void checkUnnamed7043(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3398,7 +3398,7 @@
o.name = 'foo';
o.result = 'foo';
o.runTime = 'foo';
- o.testCaseResults = buildUnnamed6992();
+ o.testCaseResults = buildUnnamed7043();
}
buildCounterGoogleCloudDialogflowCxV3beta1ContinuousTestResult--;
return o;
@@ -3420,7 +3420,7 @@
o.runTime!,
unittest.equals('foo'),
);
- checkUnnamed6992(o.testCaseResults!);
+ checkUnnamed7043(o.testCaseResults!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ContinuousTestResult--;
}
@@ -3453,7 +3453,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurn--;
}
-core.Map<core.String, core.Object> buildUnnamed6993() {
+core.Map<core.String, core.Object> buildUnnamed7044() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3468,7 +3468,7 @@
return o;
}
-void checkUnnamed6993(core.Map<core.String, core.Object> o) {
+void checkUnnamed7044(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted23 = (o['x']!) as core.Map;
unittest.expect(casted23, unittest.hasLength(3));
@@ -3508,7 +3508,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput < 3) {
o.enableSentimentAnalysis = true;
- o.injectedParameters = buildUnnamed6993();
+ o.injectedParameters = buildUnnamed7044();
o.input = buildGoogleCloudDialogflowCxV3beta1QueryInput();
o.isWebhookEnabled = true;
}
@@ -3521,7 +3521,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput < 3) {
unittest.expect(o.enableSentimentAnalysis!, unittest.isTrue);
- checkUnnamed6993(o.injectedParameters!);
+ checkUnnamed7044(o.injectedParameters!);
checkGoogleCloudDialogflowCxV3beta1QueryInput(
o.input! as api.GoogleCloudDialogflowCxV3beta1QueryInput);
unittest.expect(o.isWebhookEnabled!, unittest.isTrue);
@@ -3529,7 +3529,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput--;
}
-core.Map<core.String, core.Object> buildUnnamed6994() {
+core.Map<core.String, core.Object> buildUnnamed7045() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3544,7 +3544,7 @@
return o;
}
-void checkUnnamed6994(core.Map<core.String, core.Object> o) {
+void checkUnnamed7045(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted25 = (o['x']!) as core.Map;
unittest.expect(casted25, unittest.hasLength(3));
@@ -3577,14 +3577,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1TestRunDifference>
- buildUnnamed6995() {
+ buildUnnamed7046() {
var o = <api.GoogleCloudDialogflowCxV3beta1TestRunDifference>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TestRunDifference());
o.add(buildGoogleCloudDialogflowCxV3beta1TestRunDifference());
return o;
}
-void checkUnnamed6995(
+void checkUnnamed7046(
core.List<api.GoogleCloudDialogflowCxV3beta1TestRunDifference> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TestRunDifference(
@@ -3593,7 +3593,7 @@
o[1] as api.GoogleCloudDialogflowCxV3beta1TestRunDifference);
}
-core.Map<core.String, core.Object> buildUnnamed6996() {
+core.Map<core.String, core.Object> buildUnnamed7047() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3608,7 +3608,7 @@
return o;
}
-void checkUnnamed6996(core.Map<core.String, core.Object> o) {
+void checkUnnamed7047(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted27 = (o['x']!) as core.Map;
unittest.expect(casted27, unittest.hasLength(3));
@@ -3641,14 +3641,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessageText>
- buildUnnamed6997() {
+ buildUnnamed7048() {
var o = <api.GoogleCloudDialogflowCxV3beta1ResponseMessageText>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessageText());
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessageText());
return o;
}
-void checkUnnamed6997(
+void checkUnnamed7048(
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessageText> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ResponseMessageText(
@@ -3668,11 +3668,11 @@
if (buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput <
3) {
o.currentPage = buildGoogleCloudDialogflowCxV3beta1Page();
- o.diagnosticInfo = buildUnnamed6994();
- o.differences = buildUnnamed6995();
- o.sessionParameters = buildUnnamed6996();
+ o.diagnosticInfo = buildUnnamed7045();
+ o.differences = buildUnnamed7046();
+ o.sessionParameters = buildUnnamed7047();
o.status = buildGoogleRpcStatus();
- o.textResponses = buildUnnamed6997();
+ o.textResponses = buildUnnamed7048();
o.triggeredIntent = buildGoogleCloudDialogflowCxV3beta1Intent();
}
buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput--;
@@ -3686,11 +3686,11 @@
3) {
checkGoogleCloudDialogflowCxV3beta1Page(
o.currentPage! as api.GoogleCloudDialogflowCxV3beta1Page);
- checkUnnamed6994(o.diagnosticInfo!);
- checkUnnamed6995(o.differences!);
- checkUnnamed6996(o.sessionParameters!);
+ checkUnnamed7045(o.diagnosticInfo!);
+ checkUnnamed7046(o.differences!);
+ checkUnnamed7047(o.sessionParameters!);
checkGoogleRpcStatus(o.status! as api.GoogleRpcStatus);
- checkUnnamed6997(o.textResponses!);
+ checkUnnamed7048(o.textResponses!);
checkGoogleCloudDialogflowCxV3beta1Intent(
o.triggeredIntent! as api.GoogleCloudDialogflowCxV3beta1Intent);
}
@@ -3980,14 +3980,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1ExportTestCasesResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1FormParameter> buildUnnamed6998() {
+core.List<api.GoogleCloudDialogflowCxV3beta1FormParameter> buildUnnamed7049() {
var o = <api.GoogleCloudDialogflowCxV3beta1FormParameter>[];
o.add(buildGoogleCloudDialogflowCxV3beta1FormParameter());
o.add(buildGoogleCloudDialogflowCxV3beta1FormParameter());
return o;
}
-void checkUnnamed6998(
+void checkUnnamed7049(
core.List<api.GoogleCloudDialogflowCxV3beta1FormParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1FormParameter(
@@ -4002,7 +4002,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1Form();
buildCounterGoogleCloudDialogflowCxV3beta1Form++;
if (buildCounterGoogleCloudDialogflowCxV3beta1Form < 3) {
- o.parameters = buildUnnamed6998();
+ o.parameters = buildUnnamed7049();
}
buildCounterGoogleCloudDialogflowCxV3beta1Form--;
return o;
@@ -4012,7 +4012,7 @@
api.GoogleCloudDialogflowCxV3beta1Form o) {
buildCounterGoogleCloudDialogflowCxV3beta1Form++;
if (buildCounterGoogleCloudDialogflowCxV3beta1Form < 3) {
- checkUnnamed6998(o.parameters!);
+ checkUnnamed7049(o.parameters!);
}
buildCounterGoogleCloudDialogflowCxV3beta1Form--;
}
@@ -4075,14 +4075,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1FormParameter--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> buildUnnamed6999() {
+core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> buildUnnamed7050() {
var o = <api.GoogleCloudDialogflowCxV3beta1EventHandler>[];
o.add(buildGoogleCloudDialogflowCxV3beta1EventHandler());
o.add(buildGoogleCloudDialogflowCxV3beta1EventHandler());
return o;
}
-void checkUnnamed6999(
+void checkUnnamed7050(
core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1EventHandler(
@@ -4100,7 +4100,7 @@
if (buildCounterGoogleCloudDialogflowCxV3beta1FormParameterFillBehavior < 3) {
o.initialPromptFulfillment =
buildGoogleCloudDialogflowCxV3beta1Fulfillment();
- o.repromptEventHandlers = buildUnnamed6999();
+ o.repromptEventHandlers = buildUnnamed7050();
}
buildCounterGoogleCloudDialogflowCxV3beta1FormParameterFillBehavior--;
return o;
@@ -4112,20 +4112,20 @@
if (buildCounterGoogleCloudDialogflowCxV3beta1FormParameterFillBehavior < 3) {
checkGoogleCloudDialogflowCxV3beta1Fulfillment(o.initialPromptFulfillment!
as api.GoogleCloudDialogflowCxV3beta1Fulfillment);
- checkUnnamed6999(o.repromptEventHandlers!);
+ checkUnnamed7050(o.repromptEventHandlers!);
}
buildCounterGoogleCloudDialogflowCxV3beta1FormParameterFillBehavior--;
}
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases>
- buildUnnamed7000() {
+ buildUnnamed7051() {
var o = <api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases>[];
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases());
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases());
return o;
}
-void checkUnnamed7000(
+void checkUnnamed7051(
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -4136,14 +4136,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage>
- buildUnnamed7001() {
+ buildUnnamed7052() {
var o = <api.GoogleCloudDialogflowCxV3beta1ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
return o;
}
-void checkUnnamed7001(
+void checkUnnamed7052(
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ResponseMessage(
@@ -4153,14 +4153,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction>
- buildUnnamed7002() {
+ buildUnnamed7053() {
var o = <api.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction>[];
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction());
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction());
return o;
}
-void checkUnnamed7002(
+void checkUnnamed7053(
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -4176,10 +4176,10 @@
var o = api.GoogleCloudDialogflowCxV3beta1Fulfillment();
buildCounterGoogleCloudDialogflowCxV3beta1Fulfillment++;
if (buildCounterGoogleCloudDialogflowCxV3beta1Fulfillment < 3) {
- o.conditionalCases = buildUnnamed7000();
- o.messages = buildUnnamed7001();
+ o.conditionalCases = buildUnnamed7051();
+ o.messages = buildUnnamed7052();
o.returnPartialResponses = true;
- o.setParameterActions = buildUnnamed7002();
+ o.setParameterActions = buildUnnamed7053();
o.tag = 'foo';
o.webhook = 'foo';
}
@@ -4191,10 +4191,10 @@
api.GoogleCloudDialogflowCxV3beta1Fulfillment o) {
buildCounterGoogleCloudDialogflowCxV3beta1Fulfillment++;
if (buildCounterGoogleCloudDialogflowCxV3beta1Fulfillment < 3) {
- checkUnnamed7000(o.conditionalCases!);
- checkUnnamed7001(o.messages!);
+ checkUnnamed7051(o.conditionalCases!);
+ checkUnnamed7052(o.messages!);
unittest.expect(o.returnPartialResponses!, unittest.isTrue);
- checkUnnamed7002(o.setParameterActions!);
+ checkUnnamed7053(o.setParameterActions!);
unittest.expect(
o.tag!,
unittest.equals('foo'),
@@ -4208,14 +4208,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase>
- buildUnnamed7003() {
+ buildUnnamed7054() {
var o = <api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase>[];
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase());
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase());
return o;
}
-void checkUnnamed7003(
+void checkUnnamed7054(
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -4233,7 +4233,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases++;
if (buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases <
3) {
- o.cases = buildUnnamed7003();
+ o.cases = buildUnnamed7054();
}
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases--;
return o;
@@ -4244,14 +4244,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases++;
if (buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases <
3) {
- checkUnnamed7003(o.cases!);
+ checkUnnamed7054(o.cases!);
}
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases--;
}
core.List<
api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent>
- buildUnnamed7004() {
+ buildUnnamed7055() {
var o = <
api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent>[];
o.add(
@@ -4261,7 +4261,7 @@
return o;
}
-void checkUnnamed7004(
+void checkUnnamed7055(
core.List<
api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent>
o) {
@@ -4283,7 +4283,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase++;
if (buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase <
3) {
- o.caseContent = buildUnnamed7004();
+ o.caseContent = buildUnnamed7055();
o.condition = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase--;
@@ -4295,7 +4295,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase++;
if (buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase <
3) {
- checkUnnamed7004(o.caseContent!);
+ checkUnnamed7055(o.caseContent!);
unittest.expect(
o.condition!,
unittest.equals('foo'),
@@ -4439,14 +4439,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsOperationMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed7005() {
+core.List<api.GoogleRpcStatus> buildUnnamed7056() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed7005(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed7056(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -4458,7 +4458,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse();
buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse < 3) {
- o.warnings = buildUnnamed7005();
+ o.warnings = buildUnnamed7056();
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse--;
return o;
@@ -4468,7 +4468,7 @@
api.GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse o) {
buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse < 3) {
- checkUnnamed7005(o.warnings!);
+ checkUnnamed7056(o.warnings!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse--;
}
@@ -4497,14 +4497,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1ImportFlowResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseError> buildUnnamed7006() {
+core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseError> buildUnnamed7057() {
var o = <api.GoogleCloudDialogflowCxV3beta1TestCaseError>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TestCaseError());
o.add(buildGoogleCloudDialogflowCxV3beta1TestCaseError());
return o;
}
-void checkUnnamed7006(
+void checkUnnamed7057(
core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TestCaseError(
@@ -4519,7 +4519,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata();
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata < 3) {
- o.errors = buildUnnamed7006();
+ o.errors = buildUnnamed7057();
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata--;
return o;
@@ -4529,19 +4529,19 @@
api.GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata o) {
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata < 3) {
- checkUnnamed7006(o.errors!);
+ checkUnnamed7057(o.errors!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata--;
}
-core.List<core.String> buildUnnamed7007() {
+core.List<core.String> buildUnnamed7058() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7007(core.List<core.String> o) {
+void checkUnnamed7058(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4559,7 +4559,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse();
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse < 3) {
- o.names = buildUnnamed7007();
+ o.names = buildUnnamed7058();
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse--;
return o;
@@ -4569,19 +4569,19 @@
api.GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse o) {
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse < 3) {
- checkUnnamed7007(o.names!);
+ checkUnnamed7058(o.names!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse--;
}
-core.List<core.String> buildUnnamed7008() {
+core.List<core.String> buildUnnamed7059() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7008(core.List<core.String> o) {
+void checkUnnamed7059(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4603,7 +4603,7 @@
o.enableWordInfo = true;
o.model = 'foo';
o.modelVariant = 'foo';
- o.phraseHints = buildUnnamed7008();
+ o.phraseHints = buildUnnamed7059();
o.sampleRateHertz = 42;
o.singleUtterance = true;
}
@@ -4628,7 +4628,7 @@
o.modelVariant!,
unittest.equals('foo'),
);
- checkUnnamed7008(o.phraseHints!);
+ checkUnnamed7059(o.phraseHints!);
unittest.expect(
o.sampleRateHertz!,
unittest.equals(42),
@@ -4638,14 +4638,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1InputAudioConfig--;
}
-core.Map<core.String, core.String> buildUnnamed7009() {
+core.Map<core.String, core.String> buildUnnamed7060() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7009(core.Map<core.String, core.String> o) {
+void checkUnnamed7060(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -4658,14 +4658,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1IntentParameter>
- buildUnnamed7010() {
+ buildUnnamed7061() {
var o = <api.GoogleCloudDialogflowCxV3beta1IntentParameter>[];
o.add(buildGoogleCloudDialogflowCxV3beta1IntentParameter());
o.add(buildGoogleCloudDialogflowCxV3beta1IntentParameter());
return o;
}
-void checkUnnamed7010(
+void checkUnnamed7061(
core.List<api.GoogleCloudDialogflowCxV3beta1IntentParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1IntentParameter(
@@ -4675,14 +4675,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase>
- buildUnnamed7011() {
+ buildUnnamed7062() {
var o = <api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase>[];
o.add(buildGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase());
o.add(buildGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase());
return o;
}
-void checkUnnamed7011(
+void checkUnnamed7062(
core.List<api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase(
@@ -4700,11 +4700,11 @@
o.description = 'foo';
o.displayName = 'foo';
o.isFallback = true;
- o.labels = buildUnnamed7009();
+ o.labels = buildUnnamed7060();
o.name = 'foo';
- o.parameters = buildUnnamed7010();
+ o.parameters = buildUnnamed7061();
o.priority = 42;
- o.trainingPhrases = buildUnnamed7011();
+ o.trainingPhrases = buildUnnamed7062();
}
buildCounterGoogleCloudDialogflowCxV3beta1Intent--;
return o;
@@ -4723,17 +4723,17 @@
unittest.equals('foo'),
);
unittest.expect(o.isFallback!, unittest.isTrue);
- checkUnnamed7009(o.labels!);
+ checkUnnamed7060(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7010(o.parameters!);
+ checkUnnamed7061(o.parameters!);
unittest.expect(
o.priority!,
unittest.equals(42),
);
- checkUnnamed7011(o.trainingPhrases!);
+ checkUnnamed7062(o.trainingPhrases!);
}
buildCounterGoogleCloudDialogflowCxV3beta1Intent--;
}
@@ -4796,14 +4796,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart>
- buildUnnamed7012() {
+ buildUnnamed7063() {
var o = <api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart>[];
o.add(buildGoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart());
o.add(buildGoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart());
return o;
}
-void checkUnnamed7012(
+void checkUnnamed7063(
core.List<api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart(
@@ -4819,7 +4819,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase++;
if (buildCounterGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase < 3) {
o.id = 'foo';
- o.parts = buildUnnamed7012();
+ o.parts = buildUnnamed7063();
o.repeatCount = 42;
}
buildCounterGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase--;
@@ -4834,7 +4834,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed7012(o.parts!);
+ checkUnnamed7063(o.parts!);
unittest.expect(
o.repeatCount!,
unittest.equals(42),
@@ -4872,14 +4872,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> buildUnnamed7013() {
+core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> buildUnnamed7064() {
var o = <api.GoogleCloudDialogflowCxV3beta1EventHandler>[];
o.add(buildGoogleCloudDialogflowCxV3beta1EventHandler());
o.add(buildGoogleCloudDialogflowCxV3beta1EventHandler());
return o;
}
-void checkUnnamed7013(
+void checkUnnamed7064(
core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1EventHandler(
@@ -4888,14 +4888,14 @@
o[1] as api.GoogleCloudDialogflowCxV3beta1EventHandler);
}
-core.List<core.String> buildUnnamed7014() {
+core.List<core.String> buildUnnamed7065() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7014(core.List<core.String> o) {
+void checkUnnamed7065(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4908,14 +4908,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1TransitionRoute>
- buildUnnamed7015() {
+ buildUnnamed7066() {
var o = <api.GoogleCloudDialogflowCxV3beta1TransitionRoute>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TransitionRoute());
o.add(buildGoogleCloudDialogflowCxV3beta1TransitionRoute());
return o;
}
-void checkUnnamed7015(
+void checkUnnamed7066(
core.List<api.GoogleCloudDialogflowCxV3beta1TransitionRoute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TransitionRoute(
@@ -4932,11 +4932,11 @@
if (buildCounterGoogleCloudDialogflowCxV3beta1Page < 3) {
o.displayName = 'foo';
o.entryFulfillment = buildGoogleCloudDialogflowCxV3beta1Fulfillment();
- o.eventHandlers = buildUnnamed7013();
+ o.eventHandlers = buildUnnamed7064();
o.form = buildGoogleCloudDialogflowCxV3beta1Form();
o.name = 'foo';
- o.transitionRouteGroups = buildUnnamed7014();
- o.transitionRoutes = buildUnnamed7015();
+ o.transitionRouteGroups = buildUnnamed7065();
+ o.transitionRoutes = buildUnnamed7066();
}
buildCounterGoogleCloudDialogflowCxV3beta1Page--;
return o;
@@ -4952,15 +4952,15 @@
);
checkGoogleCloudDialogflowCxV3beta1Fulfillment(
o.entryFulfillment! as api.GoogleCloudDialogflowCxV3beta1Fulfillment);
- checkUnnamed7013(o.eventHandlers!);
+ checkUnnamed7064(o.eventHandlers!);
checkGoogleCloudDialogflowCxV3beta1Form(
o.form! as api.GoogleCloudDialogflowCxV3beta1Form);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7014(o.transitionRouteGroups!);
- checkUnnamed7015(o.transitionRoutes!);
+ checkUnnamed7065(o.transitionRouteGroups!);
+ checkUnnamed7066(o.transitionRoutes!);
}
buildCounterGoogleCloudDialogflowCxV3beta1Page--;
}
@@ -4993,14 +4993,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo>
- buildUnnamed7016() {
+ buildUnnamed7067() {
var o = <api.GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo>[];
o.add(buildGoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo());
o.add(buildGoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo());
return o;
}
-void checkUnnamed7016(
+void checkUnnamed7067(
core.List<api.GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -5016,7 +5016,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1PageInfoFormInfo();
buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo++;
if (buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo < 3) {
- o.parameterInfo = buildUnnamed7016();
+ o.parameterInfo = buildUnnamed7067();
}
buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo--;
return o;
@@ -5026,7 +5026,7 @@
api.GoogleCloudDialogflowCxV3beta1PageInfoFormInfo o) {
buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo++;
if (buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo < 3) {
- checkUnnamed7016(o.parameterInfo!);
+ checkUnnamed7067(o.parameterInfo!);
}
buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo--;
}
@@ -5153,7 +5153,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ReloadDocumentOperationMetadata--;
}
-core.Map<core.String, core.Object> buildUnnamed7017() {
+core.Map<core.String, core.Object> buildUnnamed7068() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -5168,7 +5168,7 @@
return o;
}
-void checkUnnamed7017(core.Map<core.String, core.Object> o) {
+void checkUnnamed7068(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted32 = (o['x']!) as core.Map;
unittest.expect(casted32, unittest.hasLength(3));
@@ -5216,7 +5216,7 @@
buildGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio();
o.outputAudioText =
buildGoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText();
- o.payload = buildUnnamed7017();
+ o.payload = buildUnnamed7068();
o.playAudio = buildGoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio();
o.text = buildGoogleCloudDialogflowCxV3beta1ResponseMessageText();
}
@@ -5242,7 +5242,7 @@
checkGoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText(o
.outputAudioText!
as api.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText);
- checkUnnamed7017(o.payload!);
+ checkUnnamed7068(o.payload!);
checkGoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio(o.playAudio!
as api.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio);
checkGoogleCloudDialogflowCxV3beta1ResponseMessageText(
@@ -5251,7 +5251,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessage--;
}
-core.Map<core.String, core.Object> buildUnnamed7018() {
+core.Map<core.String, core.Object> buildUnnamed7069() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -5266,7 +5266,7 @@
return o;
}
-void checkUnnamed7018(core.Map<core.String, core.Object> o) {
+void checkUnnamed7069(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted34 = (o['x']!) as core.Map;
unittest.expect(casted34, unittest.hasLength(3));
@@ -5308,7 +5308,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess <
3) {
- o.metadata = buildUnnamed7018();
+ o.metadata = buildUnnamed7069();
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess--;
return o;
@@ -5319,7 +5319,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess <
3) {
- checkUnnamed7018(o.metadata!);
+ checkUnnamed7069(o.metadata!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess--;
}
@@ -5344,7 +5344,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction--;
}
-core.Map<core.String, core.Object> buildUnnamed7019() {
+core.Map<core.String, core.Object> buildUnnamed7070() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -5359,7 +5359,7 @@
return o;
}
-void checkUnnamed7019(core.Map<core.String, core.Object> o) {
+void checkUnnamed7070(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted36 = (o['x']!) as core.Map;
unittest.expect(casted36, unittest.hasLength(3));
@@ -5400,7 +5400,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff <
3) {
- o.metadata = buildUnnamed7019();
+ o.metadata = buildUnnamed7070();
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff--;
return o;
@@ -5411,13 +5411,13 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff <
3) {
- checkUnnamed7019(o.metadata!);
+ checkUnnamed7070(o.metadata!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff--;
}
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment>
- buildUnnamed7020() {
+ buildUnnamed7071() {
var o =
<api.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment());
@@ -5425,7 +5425,7 @@
return o;
}
-void checkUnnamed7020(
+void checkUnnamed7071(
core.List<
api.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment>
o) {
@@ -5443,7 +5443,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio();
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio < 3) {
- o.segments = buildUnnamed7020();
+ o.segments = buildUnnamed7071();
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio--;
return o;
@@ -5453,7 +5453,7 @@
api.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio o) {
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio < 3) {
- checkUnnamed7020(o.segments!);
+ checkUnnamed7071(o.segments!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio--;
}
@@ -5554,14 +5554,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio--;
}
-core.List<core.String> buildUnnamed7021() {
+core.List<core.String> buildUnnamed7072() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7021(core.List<core.String> o) {
+void checkUnnamed7072(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5580,7 +5580,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText < 3) {
o.allowPlaybackInterruption = true;
- o.text = buildUnnamed7021();
+ o.text = buildUnnamed7072();
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText--;
return o;
@@ -5591,19 +5591,19 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText < 3) {
unittest.expect(o.allowPlaybackInterruption!, unittest.isTrue);
- checkUnnamed7021(o.text!);
+ checkUnnamed7072(o.text!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1TestError> buildUnnamed7022() {
+core.List<api.GoogleCloudDialogflowCxV3beta1TestError> buildUnnamed7073() {
var o = <api.GoogleCloudDialogflowCxV3beta1TestError>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TestError());
o.add(buildGoogleCloudDialogflowCxV3beta1TestError());
return o;
}
-void checkUnnamed7022(
+void checkUnnamed7073(
core.List<api.GoogleCloudDialogflowCxV3beta1TestError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TestError(
@@ -5619,7 +5619,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata();
buildCounterGoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata < 3) {
- o.errors = buildUnnamed7022();
+ o.errors = buildUnnamed7073();
}
buildCounterGoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata--;
return o;
@@ -5629,7 +5629,7 @@
api.GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata o) {
buildCounterGoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata < 3) {
- checkUnnamed7022(o.errors!);
+ checkUnnamed7073(o.errors!);
}
buildCounterGoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata--;
}
@@ -5698,7 +5698,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1RunTestCaseResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed7023() {
+core.Map<core.String, core.Object> buildUnnamed7074() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -5713,7 +5713,7 @@
return o;
}
-void checkUnnamed7023(core.Map<core.String, core.Object> o) {
+void checkUnnamed7074(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted38 = (o['x']!) as core.Map;
unittest.expect(casted38, unittest.hasLength(3));
@@ -5751,7 +5751,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1SessionInfo();
buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo++;
if (buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo < 3) {
- o.parameters = buildUnnamed7023();
+ o.parameters = buildUnnamed7074();
o.session = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo--;
@@ -5762,7 +5762,7 @@
api.GoogleCloudDialogflowCxV3beta1SessionInfo o) {
buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo++;
if (buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo < 3) {
- checkUnnamed7023(o.parameters!);
+ checkUnnamed7074(o.parameters!);
unittest.expect(
o.session!,
unittest.equals('foo'),
@@ -5771,14 +5771,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo--;
}
-core.List<core.String> buildUnnamed7024() {
+core.List<core.String> buildUnnamed7075() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7024(core.List<core.String> o) {
+void checkUnnamed7075(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5791,14 +5791,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ConversationTurn>
- buildUnnamed7025() {
+ buildUnnamed7076() {
var o = <api.GoogleCloudDialogflowCxV3beta1ConversationTurn>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ConversationTurn());
o.add(buildGoogleCloudDialogflowCxV3beta1ConversationTurn());
return o;
}
-void checkUnnamed7025(
+void checkUnnamed7076(
core.List<api.GoogleCloudDialogflowCxV3beta1ConversationTurn> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ConversationTurn(
@@ -5818,8 +5818,8 @@
o.lastTestResult = buildGoogleCloudDialogflowCxV3beta1TestCaseResult();
o.name = 'foo';
o.notes = 'foo';
- o.tags = buildUnnamed7024();
- o.testCaseConversationTurns = buildUnnamed7025();
+ o.tags = buildUnnamed7075();
+ o.testCaseConversationTurns = buildUnnamed7076();
o.testConfig = buildGoogleCloudDialogflowCxV3beta1TestConfig();
}
buildCounterGoogleCloudDialogflowCxV3beta1TestCase--;
@@ -5848,8 +5848,8 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed7024(o.tags!);
- checkUnnamed7025(o.testCaseConversationTurns!);
+ checkUnnamed7075(o.tags!);
+ checkUnnamed7076(o.testCaseConversationTurns!);
checkGoogleCloudDialogflowCxV3beta1TestConfig(
o.testConfig! as api.GoogleCloudDialogflowCxV3beta1TestConfig);
}
@@ -5881,14 +5881,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ConversationTurn>
- buildUnnamed7026() {
+ buildUnnamed7077() {
var o = <api.GoogleCloudDialogflowCxV3beta1ConversationTurn>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ConversationTurn());
o.add(buildGoogleCloudDialogflowCxV3beta1ConversationTurn());
return o;
}
-void checkUnnamed7026(
+void checkUnnamed7077(
core.List<api.GoogleCloudDialogflowCxV3beta1ConversationTurn> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ConversationTurn(
@@ -5903,7 +5903,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1TestCaseResult();
buildCounterGoogleCloudDialogflowCxV3beta1TestCaseResult++;
if (buildCounterGoogleCloudDialogflowCxV3beta1TestCaseResult < 3) {
- o.conversationTurns = buildUnnamed7026();
+ o.conversationTurns = buildUnnamed7077();
o.environment = 'foo';
o.name = 'foo';
o.testResult = 'foo';
@@ -5917,7 +5917,7 @@
api.GoogleCloudDialogflowCxV3beta1TestCaseResult o) {
buildCounterGoogleCloudDialogflowCxV3beta1TestCaseResult++;
if (buildCounterGoogleCloudDialogflowCxV3beta1TestCaseResult < 3) {
- checkUnnamed7026(o.conversationTurns!);
+ checkUnnamed7077(o.conversationTurns!);
unittest.expect(
o.environment!,
unittest.equals('foo'),
@@ -5938,14 +5938,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1TestCaseResult--;
}
-core.List<core.String> buildUnnamed7027() {
+core.List<core.String> buildUnnamed7078() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7027(core.List<core.String> o) {
+void checkUnnamed7078(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5964,7 +5964,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1TestConfig++;
if (buildCounterGoogleCloudDialogflowCxV3beta1TestConfig < 3) {
o.flow = 'foo';
- o.trackingParameters = buildUnnamed7027();
+ o.trackingParameters = buildUnnamed7078();
}
buildCounterGoogleCloudDialogflowCxV3beta1TestConfig--;
return o;
@@ -5978,7 +5978,7 @@
o.flow!,
unittest.equals('foo'),
);
- checkUnnamed7027(o.trackingParameters!);
+ checkUnnamed7078(o.trackingParameters!);
}
buildCounterGoogleCloudDialogflowCxV3beta1TestConfig--;
}
@@ -6143,14 +6143,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage>
- buildUnnamed7028() {
+ buildUnnamed7079() {
var o = <api.GoogleCloudDialogflowCxV3beta1ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
return o;
}
-void checkUnnamed7028(
+void checkUnnamed7079(
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ResponseMessage(
@@ -6159,7 +6159,7 @@
o[1] as api.GoogleCloudDialogflowCxV3beta1ResponseMessage);
}
-core.Map<core.String, core.Object> buildUnnamed7029() {
+core.Map<core.String, core.Object> buildUnnamed7080() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -6174,7 +6174,7 @@
return o;
}
-void checkUnnamed7029(core.Map<core.String, core.Object> o) {
+void checkUnnamed7080(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted40 = (o['x']!) as core.Map;
unittest.expect(casted40, unittest.hasLength(3));
@@ -6218,9 +6218,9 @@
o.intentInfo =
buildGoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo();
o.languageCode = 'foo';
- o.messages = buildUnnamed7028();
+ o.messages = buildUnnamed7079();
o.pageInfo = buildGoogleCloudDialogflowCxV3beta1PageInfo();
- o.payload = buildUnnamed7029();
+ o.payload = buildUnnamed7080();
o.sentimentAnalysisResult =
buildGoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult();
o.sessionInfo = buildGoogleCloudDialogflowCxV3beta1SessionInfo();
@@ -6250,10 +6250,10 @@
o.languageCode!,
unittest.equals('foo'),
);
- checkUnnamed7028(o.messages!);
+ checkUnnamed7079(o.messages!);
checkGoogleCloudDialogflowCxV3beta1PageInfo(
o.pageInfo! as api.GoogleCloudDialogflowCxV3beta1PageInfo);
- checkUnnamed7029(o.payload!);
+ checkUnnamed7080(o.payload!);
checkGoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult(
o.sentimentAnalysisResult! as api
.GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult);
@@ -6308,7 +6308,7 @@
core.Map<core.String,
api.GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue>
- buildUnnamed7030() {
+ buildUnnamed7081() {
var o = <core.String,
api.GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue>{};
o['x'] =
@@ -6318,7 +6318,7 @@
return o;
}
-void checkUnnamed7030(
+void checkUnnamed7081(
core.Map<core.String,
api.GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue>
o) {
@@ -6340,7 +6340,7 @@
o.confidence = 42.0;
o.displayName = 'foo';
o.lastMatchedIntent = 'foo';
- o.parameters = buildUnnamed7030();
+ o.parameters = buildUnnamed7081();
}
buildCounterGoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo--;
return o;
@@ -6362,7 +6362,7 @@
o.lastMatchedIntent!,
unittest.equals('foo'),
);
- checkUnnamed7030(o.parameters!);
+ checkUnnamed7081(o.parameters!);
}
buildCounterGoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo--;
}
@@ -6450,7 +6450,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult--;
}
-core.Map<core.String, core.Object> buildUnnamed7031() {
+core.Map<core.String, core.Object> buildUnnamed7082() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -6465,7 +6465,7 @@
return o;
}
-void checkUnnamed7031(core.Map<core.String, core.Object> o) {
+void checkUnnamed7082(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted43 = (o['x']!) as core.Map;
unittest.expect(casted43, unittest.hasLength(3));
@@ -6506,7 +6506,7 @@
o.fulfillmentResponse =
buildGoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse();
o.pageInfo = buildGoogleCloudDialogflowCxV3beta1PageInfo();
- o.payload = buildUnnamed7031();
+ o.payload = buildUnnamed7082();
o.sessionInfo = buildGoogleCloudDialogflowCxV3beta1SessionInfo();
o.targetFlow = 'foo';
o.targetPage = 'foo';
@@ -6524,7 +6524,7 @@
.GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse);
checkGoogleCloudDialogflowCxV3beta1PageInfo(
o.pageInfo! as api.GoogleCloudDialogflowCxV3beta1PageInfo);
- checkUnnamed7031(o.payload!);
+ checkUnnamed7082(o.payload!);
checkGoogleCloudDialogflowCxV3beta1SessionInfo(
o.sessionInfo! as api.GoogleCloudDialogflowCxV3beta1SessionInfo);
unittest.expect(
@@ -6540,14 +6540,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage>
- buildUnnamed7032() {
+ buildUnnamed7083() {
var o = <api.GoogleCloudDialogflowCxV3beta1ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
return o;
}
-void checkUnnamed7032(
+void checkUnnamed7083(
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ResponseMessage(
@@ -6567,7 +6567,7 @@
if (buildCounterGoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse <
3) {
o.mergeBehavior = 'foo';
- o.messages = buildUnnamed7032();
+ o.messages = buildUnnamed7083();
}
buildCounterGoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse--;
return o;
@@ -6582,19 +6582,19 @@
o.mergeBehavior!,
unittest.equals('foo'),
);
- checkUnnamed7032(o.messages!);
+ checkUnnamed7083(o.messages!);
}
buildCounterGoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse--;
}
-core.List<core.String> buildUnnamed7033() {
+core.List<core.String> buildUnnamed7084() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7033(core.List<core.String> o) {
+void checkUnnamed7084(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6620,7 +6620,7 @@
o.enableLogging = true;
o.matchMode = 'foo';
o.parent = 'foo';
- o.supportedLanguageCodes = buildUnnamed7033();
+ o.supportedLanguageCodes = buildUnnamed7084();
o.tier = 'foo';
o.timeZone = 'foo';
}
@@ -6664,7 +6664,7 @@
o.parent!,
unittest.equals('foo'),
);
- checkUnnamed7033(o.supportedLanguageCodes!);
+ checkUnnamed7084(o.supportedLanguageCodes!);
unittest.expect(
o.tier!,
unittest.equals('foo'),
@@ -6772,14 +6772,14 @@
buildCounterGoogleCloudDialogflowV2AnalyzeContentRequest--;
}
-core.List<api.GoogleCloudDialogflowV2SuggestionResult> buildUnnamed7034() {
+core.List<api.GoogleCloudDialogflowV2SuggestionResult> buildUnnamed7085() {
var o = <api.GoogleCloudDialogflowV2SuggestionResult>[];
o.add(buildGoogleCloudDialogflowV2SuggestionResult());
o.add(buildGoogleCloudDialogflowV2SuggestionResult());
return o;
}
-void checkUnnamed7034(
+void checkUnnamed7085(
core.List<api.GoogleCloudDialogflowV2SuggestionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2SuggestionResult(
@@ -6788,14 +6788,14 @@
o[1] as api.GoogleCloudDialogflowV2SuggestionResult);
}
-core.List<api.GoogleCloudDialogflowV2SuggestionResult> buildUnnamed7035() {
+core.List<api.GoogleCloudDialogflowV2SuggestionResult> buildUnnamed7086() {
var o = <api.GoogleCloudDialogflowV2SuggestionResult>[];
o.add(buildGoogleCloudDialogflowV2SuggestionResult());
o.add(buildGoogleCloudDialogflowV2SuggestionResult());
return o;
}
-void checkUnnamed7035(
+void checkUnnamed7086(
core.List<api.GoogleCloudDialogflowV2SuggestionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2SuggestionResult(
@@ -6812,8 +6812,8 @@
if (buildCounterGoogleCloudDialogflowV2AnalyzeContentResponse < 3) {
o.automatedAgentReply = buildGoogleCloudDialogflowV2AutomatedAgentReply();
o.dtmfParameters = buildGoogleCloudDialogflowV2DtmfParameters();
- o.endUserSuggestionResults = buildUnnamed7034();
- o.humanAgentSuggestionResults = buildUnnamed7035();
+ o.endUserSuggestionResults = buildUnnamed7085();
+ o.humanAgentSuggestionResults = buildUnnamed7086();
o.message = buildGoogleCloudDialogflowV2Message();
o.replyAudio = buildGoogleCloudDialogflowV2OutputAudio();
o.replyText = 'foo';
@@ -6830,8 +6830,8 @@
as api.GoogleCloudDialogflowV2AutomatedAgentReply);
checkGoogleCloudDialogflowV2DtmfParameters(
o.dtmfParameters! as api.GoogleCloudDialogflowV2DtmfParameters);
- checkUnnamed7034(o.endUserSuggestionResults!);
- checkUnnamed7035(o.humanAgentSuggestionResults!);
+ checkUnnamed7085(o.endUserSuggestionResults!);
+ checkUnnamed7086(o.humanAgentSuggestionResults!);
checkGoogleCloudDialogflowV2Message(
o.message! as api.GoogleCloudDialogflowV2Message);
checkGoogleCloudDialogflowV2OutputAudio(
@@ -6965,14 +6965,14 @@
buildCounterGoogleCloudDialogflowV2AnswerRecord--;
}
-core.Map<core.String, core.String> buildUnnamed7036() {
+core.Map<core.String, core.String> buildUnnamed7087() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7036(core.Map<core.String, core.String> o) {
+void checkUnnamed7087(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -6984,14 +6984,14 @@
);
}
-core.List<core.String> buildUnnamed7037() {
+core.List<core.String> buildUnnamed7088() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7037(core.List<core.String> o) {
+void checkUnnamed7088(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7011,8 +7011,8 @@
if (buildCounterGoogleCloudDialogflowV2ArticleAnswer < 3) {
o.answerRecord = 'foo';
o.confidence = 42.0;
- o.metadata = buildUnnamed7036();
- o.snippets = buildUnnamed7037();
+ o.metadata = buildUnnamed7087();
+ o.snippets = buildUnnamed7088();
o.title = 'foo';
o.uri = 'foo';
}
@@ -7032,8 +7032,8 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed7036(o.metadata!);
- checkUnnamed7037(o.snippets!);
+ checkUnnamed7087(o.metadata!);
+ checkUnnamed7088(o.snippets!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -7099,14 +7099,14 @@
buildCounterGoogleCloudDialogflowV2AutomatedAgentReply--;
}
-core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed7038() {
+core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed7089() {
var o = <api.GoogleCloudDialogflowV2EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
return o;
}
-void checkUnnamed7038(
+void checkUnnamed7089(
core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2EntityTypeEntity(
@@ -7121,7 +7121,7 @@
var o = api.GoogleCloudDialogflowV2BatchCreateEntitiesRequest();
buildCounterGoogleCloudDialogflowV2BatchCreateEntitiesRequest++;
if (buildCounterGoogleCloudDialogflowV2BatchCreateEntitiesRequest < 3) {
- o.entities = buildUnnamed7038();
+ o.entities = buildUnnamed7089();
o.languageCode = 'foo';
}
buildCounterGoogleCloudDialogflowV2BatchCreateEntitiesRequest--;
@@ -7132,7 +7132,7 @@
api.GoogleCloudDialogflowV2BatchCreateEntitiesRequest o) {
buildCounterGoogleCloudDialogflowV2BatchCreateEntitiesRequest++;
if (buildCounterGoogleCloudDialogflowV2BatchCreateEntitiesRequest < 3) {
- checkUnnamed7038(o.entities!);
+ checkUnnamed7089(o.entities!);
unittest.expect(
o.languageCode!,
unittest.equals('foo'),
@@ -7141,14 +7141,14 @@
buildCounterGoogleCloudDialogflowV2BatchCreateEntitiesRequest--;
}
-core.List<core.String> buildUnnamed7039() {
+core.List<core.String> buildUnnamed7090() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7039(core.List<core.String> o) {
+void checkUnnamed7090(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7166,7 +7166,7 @@
var o = api.GoogleCloudDialogflowV2BatchDeleteEntitiesRequest();
buildCounterGoogleCloudDialogflowV2BatchDeleteEntitiesRequest++;
if (buildCounterGoogleCloudDialogflowV2BatchDeleteEntitiesRequest < 3) {
- o.entityValues = buildUnnamed7039();
+ o.entityValues = buildUnnamed7090();
o.languageCode = 'foo';
}
buildCounterGoogleCloudDialogflowV2BatchDeleteEntitiesRequest--;
@@ -7177,7 +7177,7 @@
api.GoogleCloudDialogflowV2BatchDeleteEntitiesRequest o) {
buildCounterGoogleCloudDialogflowV2BatchDeleteEntitiesRequest++;
if (buildCounterGoogleCloudDialogflowV2BatchDeleteEntitiesRequest < 3) {
- checkUnnamed7039(o.entityValues!);
+ checkUnnamed7090(o.entityValues!);
unittest.expect(
o.languageCode!,
unittest.equals('foo'),
@@ -7186,14 +7186,14 @@
buildCounterGoogleCloudDialogflowV2BatchDeleteEntitiesRequest--;
}
-core.List<core.String> buildUnnamed7040() {
+core.List<core.String> buildUnnamed7091() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7040(core.List<core.String> o) {
+void checkUnnamed7091(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7211,7 +7211,7 @@
var o = api.GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest();
buildCounterGoogleCloudDialogflowV2BatchDeleteEntityTypesRequest++;
if (buildCounterGoogleCloudDialogflowV2BatchDeleteEntityTypesRequest < 3) {
- o.entityTypeNames = buildUnnamed7040();
+ o.entityTypeNames = buildUnnamed7091();
}
buildCounterGoogleCloudDialogflowV2BatchDeleteEntityTypesRequest--;
return o;
@@ -7221,19 +7221,19 @@
api.GoogleCloudDialogflowV2BatchDeleteEntityTypesRequest o) {
buildCounterGoogleCloudDialogflowV2BatchDeleteEntityTypesRequest++;
if (buildCounterGoogleCloudDialogflowV2BatchDeleteEntityTypesRequest < 3) {
- checkUnnamed7040(o.entityTypeNames!);
+ checkUnnamed7091(o.entityTypeNames!);
}
buildCounterGoogleCloudDialogflowV2BatchDeleteEntityTypesRequest--;
}
-core.List<api.GoogleCloudDialogflowV2Intent> buildUnnamed7041() {
+core.List<api.GoogleCloudDialogflowV2Intent> buildUnnamed7092() {
var o = <api.GoogleCloudDialogflowV2Intent>[];
o.add(buildGoogleCloudDialogflowV2Intent());
o.add(buildGoogleCloudDialogflowV2Intent());
return o;
}
-void checkUnnamed7041(core.List<api.GoogleCloudDialogflowV2Intent> o) {
+void checkUnnamed7092(core.List<api.GoogleCloudDialogflowV2Intent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Intent(o[0] as api.GoogleCloudDialogflowV2Intent);
checkGoogleCloudDialogflowV2Intent(o[1] as api.GoogleCloudDialogflowV2Intent);
@@ -7245,7 +7245,7 @@
var o = api.GoogleCloudDialogflowV2BatchDeleteIntentsRequest();
buildCounterGoogleCloudDialogflowV2BatchDeleteIntentsRequest++;
if (buildCounterGoogleCloudDialogflowV2BatchDeleteIntentsRequest < 3) {
- o.intents = buildUnnamed7041();
+ o.intents = buildUnnamed7092();
}
buildCounterGoogleCloudDialogflowV2BatchDeleteIntentsRequest--;
return o;
@@ -7255,19 +7255,19 @@
api.GoogleCloudDialogflowV2BatchDeleteIntentsRequest o) {
buildCounterGoogleCloudDialogflowV2BatchDeleteIntentsRequest++;
if (buildCounterGoogleCloudDialogflowV2BatchDeleteIntentsRequest < 3) {
- checkUnnamed7041(o.intents!);
+ checkUnnamed7092(o.intents!);
}
buildCounterGoogleCloudDialogflowV2BatchDeleteIntentsRequest--;
}
-core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed7042() {
+core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed7093() {
var o = <api.GoogleCloudDialogflowV2EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
return o;
}
-void checkUnnamed7042(
+void checkUnnamed7093(
core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2EntityTypeEntity(
@@ -7282,7 +7282,7 @@
var o = api.GoogleCloudDialogflowV2BatchUpdateEntitiesRequest();
buildCounterGoogleCloudDialogflowV2BatchUpdateEntitiesRequest++;
if (buildCounterGoogleCloudDialogflowV2BatchUpdateEntitiesRequest < 3) {
- o.entities = buildUnnamed7042();
+ o.entities = buildUnnamed7093();
o.languageCode = 'foo';
o.updateMask = 'foo';
}
@@ -7294,7 +7294,7 @@
api.GoogleCloudDialogflowV2BatchUpdateEntitiesRequest o) {
buildCounterGoogleCloudDialogflowV2BatchUpdateEntitiesRequest++;
if (buildCounterGoogleCloudDialogflowV2BatchUpdateEntitiesRequest < 3) {
- checkUnnamed7042(o.entities!);
+ checkUnnamed7093(o.entities!);
unittest.expect(
o.languageCode!,
unittest.equals('foo'),
@@ -7344,14 +7344,14 @@
buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesRequest--;
}
-core.List<api.GoogleCloudDialogflowV2EntityType> buildUnnamed7043() {
+core.List<api.GoogleCloudDialogflowV2EntityType> buildUnnamed7094() {
var o = <api.GoogleCloudDialogflowV2EntityType>[];
o.add(buildGoogleCloudDialogflowV2EntityType());
o.add(buildGoogleCloudDialogflowV2EntityType());
return o;
}
-void checkUnnamed7043(core.List<api.GoogleCloudDialogflowV2EntityType> o) {
+void checkUnnamed7094(core.List<api.GoogleCloudDialogflowV2EntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2EntityType(
o[0] as api.GoogleCloudDialogflowV2EntityType);
@@ -7365,7 +7365,7 @@
var o = api.GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse();
buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse < 3) {
- o.entityTypes = buildUnnamed7043();
+ o.entityTypes = buildUnnamed7094();
}
buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse--;
return o;
@@ -7375,7 +7375,7 @@
api.GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse o) {
buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse < 3) {
- checkUnnamed7043(o.entityTypes!);
+ checkUnnamed7094(o.entityTypes!);
}
buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse--;
}
@@ -7422,14 +7422,14 @@
buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsRequest--;
}
-core.List<api.GoogleCloudDialogflowV2Intent> buildUnnamed7044() {
+core.List<api.GoogleCloudDialogflowV2Intent> buildUnnamed7095() {
var o = <api.GoogleCloudDialogflowV2Intent>[];
o.add(buildGoogleCloudDialogflowV2Intent());
o.add(buildGoogleCloudDialogflowV2Intent());
return o;
}
-void checkUnnamed7044(core.List<api.GoogleCloudDialogflowV2Intent> o) {
+void checkUnnamed7095(core.List<api.GoogleCloudDialogflowV2Intent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Intent(o[0] as api.GoogleCloudDialogflowV2Intent);
checkGoogleCloudDialogflowV2Intent(o[1] as api.GoogleCloudDialogflowV2Intent);
@@ -7441,7 +7441,7 @@
var o = api.GoogleCloudDialogflowV2BatchUpdateIntentsResponse();
buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse++;
if (buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse < 3) {
- o.intents = buildUnnamed7044();
+ o.intents = buildUnnamed7095();
}
buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse--;
return o;
@@ -7451,7 +7451,7 @@
api.GoogleCloudDialogflowV2BatchUpdateIntentsResponse o) {
buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse++;
if (buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse < 3) {
- checkUnnamed7044(o.intents!);
+ checkUnnamed7095(o.intents!);
}
buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse--;
}
@@ -7473,7 +7473,7 @@
buildCounterGoogleCloudDialogflowV2CompleteConversationRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed7045() {
+core.Map<core.String, core.Object> buildUnnamed7096() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -7488,7 +7488,7 @@
return o;
}
-void checkUnnamed7045(core.Map<core.String, core.Object> o) {
+void checkUnnamed7096(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted46 = (o['x']!) as core.Map;
unittest.expect(casted46, unittest.hasLength(3));
@@ -7527,7 +7527,7 @@
if (buildCounterGoogleCloudDialogflowV2Context < 3) {
o.lifespanCount = 42;
o.name = 'foo';
- o.parameters = buildUnnamed7045();
+ o.parameters = buildUnnamed7096();
}
buildCounterGoogleCloudDialogflowV2Context--;
return o;
@@ -7544,7 +7544,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7045(o.parameters!);
+ checkUnnamed7096(o.parameters!);
}
buildCounterGoogleCloudDialogflowV2Context--;
}
@@ -7805,14 +7805,14 @@
buildCounterGoogleCloudDialogflowV2DetectIntentResponse--;
}
-core.List<core.String> buildUnnamed7046() {
+core.List<core.String> buildUnnamed7097() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7046(core.List<core.String> o) {
+void checkUnnamed7097(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7824,14 +7824,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed7047() {
+core.Map<core.String, core.String> buildUnnamed7098() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7047(core.Map<core.String, core.String> o) {
+void checkUnnamed7098(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -7851,9 +7851,9 @@
o.contentUri = 'foo';
o.displayName = 'foo';
o.enableAutoReload = true;
- o.knowledgeTypes = buildUnnamed7046();
+ o.knowledgeTypes = buildUnnamed7097();
o.latestReloadStatus = buildGoogleCloudDialogflowV2DocumentReloadStatus();
- o.metadata = buildUnnamed7047();
+ o.metadata = buildUnnamed7098();
o.mimeType = 'foo';
o.name = 'foo';
o.rawContent = 'foo';
@@ -7875,10 +7875,10 @@
unittest.equals('foo'),
);
unittest.expect(o.enableAutoReload!, unittest.isTrue);
- checkUnnamed7046(o.knowledgeTypes!);
+ checkUnnamed7097(o.knowledgeTypes!);
checkGoogleCloudDialogflowV2DocumentReloadStatus(o.latestReloadStatus!
as api.GoogleCloudDialogflowV2DocumentReloadStatus);
- checkUnnamed7047(o.metadata!);
+ checkUnnamed7098(o.metadata!);
unittest.expect(
o.mimeType!,
unittest.equals('foo'),
@@ -7942,14 +7942,14 @@
buildCounterGoogleCloudDialogflowV2DtmfParameters--;
}
-core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed7048() {
+core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed7099() {
var o = <api.GoogleCloudDialogflowV2EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
return o;
}
-void checkUnnamed7048(
+void checkUnnamed7099(
core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2EntityTypeEntity(
@@ -7966,7 +7966,7 @@
o.autoExpansionMode = 'foo';
o.displayName = 'foo';
o.enableFuzzyExtraction = true;
- o.entities = buildUnnamed7048();
+ o.entities = buildUnnamed7099();
o.kind = 'foo';
o.name = 'foo';
}
@@ -7987,7 +7987,7 @@
unittest.equals('foo'),
);
unittest.expect(o.enableFuzzyExtraction!, unittest.isTrue);
- checkUnnamed7048(o.entities!);
+ checkUnnamed7099(o.entities!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -8000,14 +8000,14 @@
buildCounterGoogleCloudDialogflowV2EntityType--;
}
-core.List<api.GoogleCloudDialogflowV2EntityType> buildUnnamed7049() {
+core.List<api.GoogleCloudDialogflowV2EntityType> buildUnnamed7100() {
var o = <api.GoogleCloudDialogflowV2EntityType>[];
o.add(buildGoogleCloudDialogflowV2EntityType());
o.add(buildGoogleCloudDialogflowV2EntityType());
return o;
}
-void checkUnnamed7049(core.List<api.GoogleCloudDialogflowV2EntityType> o) {
+void checkUnnamed7100(core.List<api.GoogleCloudDialogflowV2EntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2EntityType(
o[0] as api.GoogleCloudDialogflowV2EntityType);
@@ -8021,7 +8021,7 @@
var o = api.GoogleCloudDialogflowV2EntityTypeBatch();
buildCounterGoogleCloudDialogflowV2EntityTypeBatch++;
if (buildCounterGoogleCloudDialogflowV2EntityTypeBatch < 3) {
- o.entityTypes = buildUnnamed7049();
+ o.entityTypes = buildUnnamed7100();
}
buildCounterGoogleCloudDialogflowV2EntityTypeBatch--;
return o;
@@ -8031,19 +8031,19 @@
api.GoogleCloudDialogflowV2EntityTypeBatch o) {
buildCounterGoogleCloudDialogflowV2EntityTypeBatch++;
if (buildCounterGoogleCloudDialogflowV2EntityTypeBatch < 3) {
- checkUnnamed7049(o.entityTypes!);
+ checkUnnamed7100(o.entityTypes!);
}
buildCounterGoogleCloudDialogflowV2EntityTypeBatch--;
}
-core.List<core.String> buildUnnamed7050() {
+core.List<core.String> buildUnnamed7101() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7050(core.List<core.String> o) {
+void checkUnnamed7101(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8061,7 +8061,7 @@
var o = api.GoogleCloudDialogflowV2EntityTypeEntity();
buildCounterGoogleCloudDialogflowV2EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowV2EntityTypeEntity < 3) {
- o.synonyms = buildUnnamed7050();
+ o.synonyms = buildUnnamed7101();
o.value = 'foo';
}
buildCounterGoogleCloudDialogflowV2EntityTypeEntity--;
@@ -8072,7 +8072,7 @@
api.GoogleCloudDialogflowV2EntityTypeEntity o) {
buildCounterGoogleCloudDialogflowV2EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowV2EntityTypeEntity < 3) {
- checkUnnamed7050(o.synonyms!);
+ checkUnnamed7101(o.synonyms!);
unittest.expect(
o.value!,
unittest.equals('foo'),
@@ -8132,14 +8132,14 @@
}
core.List<api.GoogleCloudDialogflowV2EnvironmentHistoryEntry>
- buildUnnamed7051() {
+ buildUnnamed7102() {
var o = <api.GoogleCloudDialogflowV2EnvironmentHistoryEntry>[];
o.add(buildGoogleCloudDialogflowV2EnvironmentHistoryEntry());
o.add(buildGoogleCloudDialogflowV2EnvironmentHistoryEntry());
return o;
}
-void checkUnnamed7051(
+void checkUnnamed7102(
core.List<api.GoogleCloudDialogflowV2EnvironmentHistoryEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2EnvironmentHistoryEntry(
@@ -8154,7 +8154,7 @@
var o = api.GoogleCloudDialogflowV2EnvironmentHistory();
buildCounterGoogleCloudDialogflowV2EnvironmentHistory++;
if (buildCounterGoogleCloudDialogflowV2EnvironmentHistory < 3) {
- o.entries = buildUnnamed7051();
+ o.entries = buildUnnamed7102();
o.nextPageToken = 'foo';
o.parent = 'foo';
}
@@ -8166,7 +8166,7 @@
api.GoogleCloudDialogflowV2EnvironmentHistory o) {
buildCounterGoogleCloudDialogflowV2EnvironmentHistory++;
if (buildCounterGoogleCloudDialogflowV2EnvironmentHistory < 3) {
- checkUnnamed7051(o.entries!);
+ checkUnnamed7102(o.entries!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -8213,7 +8213,7 @@
buildCounterGoogleCloudDialogflowV2EnvironmentHistoryEntry--;
}
-core.Map<core.String, core.Object> buildUnnamed7052() {
+core.Map<core.String, core.Object> buildUnnamed7103() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -8228,7 +8228,7 @@
return o;
}
-void checkUnnamed7052(core.Map<core.String, core.Object> o) {
+void checkUnnamed7103(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted48 = (o['x']!) as core.Map;
unittest.expect(casted48, unittest.hasLength(3));
@@ -8267,7 +8267,7 @@
if (buildCounterGoogleCloudDialogflowV2EventInput < 3) {
o.languageCode = 'foo';
o.name = 'foo';
- o.parameters = buildUnnamed7052();
+ o.parameters = buildUnnamed7103();
}
buildCounterGoogleCloudDialogflowV2EventInput--;
return o;
@@ -8285,7 +8285,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7052(o.parameters!);
+ checkUnnamed7103(o.parameters!);
}
buildCounterGoogleCloudDialogflowV2EventInput--;
}
@@ -8343,14 +8343,14 @@
buildCounterGoogleCloudDialogflowV2ExportAgentResponse--;
}
-core.Map<core.String, core.String> buildUnnamed7053() {
+core.Map<core.String, core.String> buildUnnamed7104() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7053(core.Map<core.String, core.String> o) {
+void checkUnnamed7104(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -8370,7 +8370,7 @@
o.answer = 'foo';
o.answerRecord = 'foo';
o.confidence = 42.0;
- o.metadata = buildUnnamed7053();
+ o.metadata = buildUnnamed7104();
o.question = 'foo';
o.source = 'foo';
}
@@ -8394,7 +8394,7 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed7053(o.metadata!);
+ checkUnnamed7104(o.metadata!);
unittest.expect(
o.question!,
unittest.equals('foo'),
@@ -8407,14 +8407,14 @@
buildCounterGoogleCloudDialogflowV2FaqAnswer--;
}
-core.List<api.GoogleCloudDialogflowV2FulfillmentFeature> buildUnnamed7054() {
+core.List<api.GoogleCloudDialogflowV2FulfillmentFeature> buildUnnamed7105() {
var o = <api.GoogleCloudDialogflowV2FulfillmentFeature>[];
o.add(buildGoogleCloudDialogflowV2FulfillmentFeature());
o.add(buildGoogleCloudDialogflowV2FulfillmentFeature());
return o;
}
-void checkUnnamed7054(
+void checkUnnamed7105(
core.List<api.GoogleCloudDialogflowV2FulfillmentFeature> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2FulfillmentFeature(
@@ -8431,7 +8431,7 @@
if (buildCounterGoogleCloudDialogflowV2Fulfillment < 3) {
o.displayName = 'foo';
o.enabled = true;
- o.features = buildUnnamed7054();
+ o.features = buildUnnamed7105();
o.genericWebService =
buildGoogleCloudDialogflowV2FulfillmentGenericWebService();
o.name = 'foo';
@@ -8449,7 +8449,7 @@
unittest.equals('foo'),
);
unittest.expect(o.enabled!, unittest.isTrue);
- checkUnnamed7054(o.features!);
+ checkUnnamed7105(o.features!);
checkGoogleCloudDialogflowV2FulfillmentGenericWebService(
o.genericWebService!
as api.GoogleCloudDialogflowV2FulfillmentGenericWebService);
@@ -8485,14 +8485,14 @@
buildCounterGoogleCloudDialogflowV2FulfillmentFeature--;
}
-core.Map<core.String, core.String> buildUnnamed7055() {
+core.Map<core.String, core.String> buildUnnamed7106() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7055(core.Map<core.String, core.String> o) {
+void checkUnnamed7106(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -8512,7 +8512,7 @@
if (buildCounterGoogleCloudDialogflowV2FulfillmentGenericWebService < 3) {
o.isCloudFunction = true;
o.password = 'foo';
- o.requestHeaders = buildUnnamed7055();
+ o.requestHeaders = buildUnnamed7106();
o.uri = 'foo';
o.username = 'foo';
}
@@ -8529,7 +8529,7 @@
o.password!,
unittest.equals('foo'),
);
- checkUnnamed7055(o.requestHeaders!);
+ checkUnnamed7106(o.requestHeaders!);
unittest.expect(
o.uri!,
unittest.equals('foo'),
@@ -8640,7 +8640,7 @@
core.List<
api.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig>
- buildUnnamed7056() {
+ buildUnnamed7107() {
var o = <
api.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig>[];
o.add(
@@ -8650,7 +8650,7 @@
return o;
}
-void checkUnnamed7056(
+void checkUnnamed7107(
core.List<
api.GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionFeatureConfig>
o) {
@@ -8673,7 +8673,7 @@
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig++;
if (buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig <
3) {
- o.featureConfigs = buildUnnamed7056();
+ o.featureConfigs = buildUnnamed7107();
o.groupSuggestionResponses = true;
}
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig--;
@@ -8685,7 +8685,7 @@
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig++;
if (buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig <
3) {
- checkUnnamed7056(o.featureConfigs!);
+ checkUnnamed7107(o.featureConfigs!);
unittest.expect(o.groupSuggestionResponses!, unittest.isTrue);
}
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionConfig--;
@@ -8852,14 +8852,14 @@
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource--;
}
-core.List<core.String> buildUnnamed7057() {
+core.List<core.String> buildUnnamed7108() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7057(core.List<core.String> o) {
+void checkUnnamed7108(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8881,7 +8881,7 @@
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource++;
if (buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource <
3) {
- o.documents = buildUnnamed7057();
+ o.documents = buildUnnamed7108();
}
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource--;
return o;
@@ -8893,19 +8893,19 @@
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource++;
if (buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource <
3) {
- checkUnnamed7057(o.documents!);
+ checkUnnamed7108(o.documents!);
}
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigDocumentQuerySource--;
}
-core.List<core.String> buildUnnamed7058() {
+core.List<core.String> buildUnnamed7109() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7058(core.List<core.String> o) {
+void checkUnnamed7109(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8927,7 +8927,7 @@
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource++;
if (buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource <
3) {
- o.knowledgeBases = buildUnnamed7058();
+ o.knowledgeBases = buildUnnamed7109();
}
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource--;
return o;
@@ -8939,7 +8939,7 @@
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource++;
if (buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource <
3) {
- checkUnnamed7058(o.knowledgeBases!);
+ checkUnnamed7109(o.knowledgeBases!);
}
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigKnowledgeBaseQuerySource--;
}
@@ -8973,14 +8973,14 @@
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionTriggerSettings--;
}
-core.List<api.GoogleCloudDialogflowV2SuggestionResult> buildUnnamed7059() {
+core.List<api.GoogleCloudDialogflowV2SuggestionResult> buildUnnamed7110() {
var o = <api.GoogleCloudDialogflowV2SuggestionResult>[];
o.add(buildGoogleCloudDialogflowV2SuggestionResult());
o.add(buildGoogleCloudDialogflowV2SuggestionResult());
return o;
}
-void checkUnnamed7059(
+void checkUnnamed7110(
core.List<api.GoogleCloudDialogflowV2SuggestionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2SuggestionResult(
@@ -8997,7 +8997,7 @@
if (buildCounterGoogleCloudDialogflowV2HumanAgentAssistantEvent < 3) {
o.conversation = 'foo';
o.participant = 'foo';
- o.suggestionResults = buildUnnamed7059();
+ o.suggestionResults = buildUnnamed7110();
}
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantEvent--;
return o;
@@ -9015,7 +9015,7 @@
o.participant!,
unittest.equals('foo'),
);
- checkUnnamed7059(o.suggestionResults!);
+ checkUnnamed7110(o.suggestionResults!);
}
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantEvent--;
}
@@ -9151,14 +9151,14 @@
buildCounterGoogleCloudDialogflowV2ImportAgentRequest--;
}
-core.List<core.String> buildUnnamed7060() {
+core.List<core.String> buildUnnamed7111() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7060(core.List<core.String> o) {
+void checkUnnamed7111(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -9170,14 +9170,14 @@
);
}
-core.List<api.GoogleCloudDialogflowV2SpeechContext> buildUnnamed7061() {
+core.List<api.GoogleCloudDialogflowV2SpeechContext> buildUnnamed7112() {
var o = <api.GoogleCloudDialogflowV2SpeechContext>[];
o.add(buildGoogleCloudDialogflowV2SpeechContext());
o.add(buildGoogleCloudDialogflowV2SpeechContext());
return o;
}
-void checkUnnamed7061(core.List<api.GoogleCloudDialogflowV2SpeechContext> o) {
+void checkUnnamed7112(core.List<api.GoogleCloudDialogflowV2SpeechContext> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2SpeechContext(
o[0] as api.GoogleCloudDialogflowV2SpeechContext);
@@ -9197,10 +9197,10 @@
o.languageCode = 'foo';
o.model = 'foo';
o.modelVariant = 'foo';
- o.phraseHints = buildUnnamed7060();
+ o.phraseHints = buildUnnamed7111();
o.sampleRateHertz = 42;
o.singleUtterance = true;
- o.speechContexts = buildUnnamed7061();
+ o.speechContexts = buildUnnamed7112();
}
buildCounterGoogleCloudDialogflowV2InputAudioConfig--;
return o;
@@ -9228,25 +9228,25 @@
o.modelVariant!,
unittest.equals('foo'),
);
- checkUnnamed7060(o.phraseHints!);
+ checkUnnamed7111(o.phraseHints!);
unittest.expect(
o.sampleRateHertz!,
unittest.equals(42),
);
unittest.expect(o.singleUtterance!, unittest.isTrue);
- checkUnnamed7061(o.speechContexts!);
+ checkUnnamed7112(o.speechContexts!);
}
buildCounterGoogleCloudDialogflowV2InputAudioConfig--;
}
-core.List<core.String> buildUnnamed7062() {
+core.List<core.String> buildUnnamed7113() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7062(core.List<core.String> o) {
+void checkUnnamed7113(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -9258,14 +9258,14 @@
);
}
-core.List<core.String> buildUnnamed7063() {
+core.List<core.String> buildUnnamed7114() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7063(core.List<core.String> o) {
+void checkUnnamed7114(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -9278,14 +9278,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentFollowupIntentInfo>
- buildUnnamed7064() {
+ buildUnnamed7115() {
var o = <api.GoogleCloudDialogflowV2IntentFollowupIntentInfo>[];
o.add(buildGoogleCloudDialogflowV2IntentFollowupIntentInfo());
o.add(buildGoogleCloudDialogflowV2IntentFollowupIntentInfo());
return o;
}
-void checkUnnamed7064(
+void checkUnnamed7115(
core.List<api.GoogleCloudDialogflowV2IntentFollowupIntentInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentFollowupIntentInfo(
@@ -9294,14 +9294,14 @@
o[1] as api.GoogleCloudDialogflowV2IntentFollowupIntentInfo);
}
-core.List<core.String> buildUnnamed7065() {
+core.List<core.String> buildUnnamed7116() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7065(core.List<core.String> o) {
+void checkUnnamed7116(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -9313,14 +9313,14 @@
);
}
-core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed7066() {
+core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed7117() {
var o = <api.GoogleCloudDialogflowV2IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2IntentMessage());
o.add(buildGoogleCloudDialogflowV2IntentMessage());
return o;
}
-void checkUnnamed7066(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
+void checkUnnamed7117(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessage(
o[0] as api.GoogleCloudDialogflowV2IntentMessage);
@@ -9328,14 +9328,14 @@
o[1] as api.GoogleCloudDialogflowV2IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed7067() {
+core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed7118() {
var o = <api.GoogleCloudDialogflowV2Context>[];
o.add(buildGoogleCloudDialogflowV2Context());
o.add(buildGoogleCloudDialogflowV2Context());
return o;
}
-void checkUnnamed7067(core.List<api.GoogleCloudDialogflowV2Context> o) {
+void checkUnnamed7118(core.List<api.GoogleCloudDialogflowV2Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Context(
o[0] as api.GoogleCloudDialogflowV2Context);
@@ -9343,14 +9343,14 @@
o[1] as api.GoogleCloudDialogflowV2Context);
}
-core.List<api.GoogleCloudDialogflowV2IntentParameter> buildUnnamed7068() {
+core.List<api.GoogleCloudDialogflowV2IntentParameter> buildUnnamed7119() {
var o = <api.GoogleCloudDialogflowV2IntentParameter>[];
o.add(buildGoogleCloudDialogflowV2IntentParameter());
o.add(buildGoogleCloudDialogflowV2IntentParameter());
return o;
}
-void checkUnnamed7068(core.List<api.GoogleCloudDialogflowV2IntentParameter> o) {
+void checkUnnamed7119(core.List<api.GoogleCloudDialogflowV2IntentParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentParameter(
o[0] as api.GoogleCloudDialogflowV2IntentParameter);
@@ -9358,14 +9358,14 @@
o[1] as api.GoogleCloudDialogflowV2IntentParameter);
}
-core.List<api.GoogleCloudDialogflowV2IntentTrainingPhrase> buildUnnamed7069() {
+core.List<api.GoogleCloudDialogflowV2IntentTrainingPhrase> buildUnnamed7120() {
var o = <api.GoogleCloudDialogflowV2IntentTrainingPhrase>[];
o.add(buildGoogleCloudDialogflowV2IntentTrainingPhrase());
o.add(buildGoogleCloudDialogflowV2IntentTrainingPhrase());
return o;
}
-void checkUnnamed7069(
+void checkUnnamed7120(
core.List<api.GoogleCloudDialogflowV2IntentTrainingPhrase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentTrainingPhrase(
@@ -9380,24 +9380,24 @@
buildCounterGoogleCloudDialogflowV2Intent++;
if (buildCounterGoogleCloudDialogflowV2Intent < 3) {
o.action = 'foo';
- o.defaultResponsePlatforms = buildUnnamed7062();
+ o.defaultResponsePlatforms = buildUnnamed7113();
o.displayName = 'foo';
o.endInteraction = true;
- o.events = buildUnnamed7063();
- o.followupIntentInfo = buildUnnamed7064();
- o.inputContextNames = buildUnnamed7065();
+ o.events = buildUnnamed7114();
+ o.followupIntentInfo = buildUnnamed7115();
+ o.inputContextNames = buildUnnamed7116();
o.isFallback = true;
o.liveAgentHandoff = true;
- o.messages = buildUnnamed7066();
+ o.messages = buildUnnamed7117();
o.mlDisabled = true;
o.name = 'foo';
- o.outputContexts = buildUnnamed7067();
- o.parameters = buildUnnamed7068();
+ o.outputContexts = buildUnnamed7118();
+ o.parameters = buildUnnamed7119();
o.parentFollowupIntentName = 'foo';
o.priority = 42;
o.resetContexts = true;
o.rootFollowupIntentName = 'foo';
- o.trainingPhrases = buildUnnamed7069();
+ o.trainingPhrases = buildUnnamed7120();
o.webhookState = 'foo';
}
buildCounterGoogleCloudDialogflowV2Intent--;
@@ -9411,25 +9411,25 @@
o.action!,
unittest.equals('foo'),
);
- checkUnnamed7062(o.defaultResponsePlatforms!);
+ checkUnnamed7113(o.defaultResponsePlatforms!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
);
unittest.expect(o.endInteraction!, unittest.isTrue);
- checkUnnamed7063(o.events!);
- checkUnnamed7064(o.followupIntentInfo!);
- checkUnnamed7065(o.inputContextNames!);
+ checkUnnamed7114(o.events!);
+ checkUnnamed7115(o.followupIntentInfo!);
+ checkUnnamed7116(o.inputContextNames!);
unittest.expect(o.isFallback!, unittest.isTrue);
unittest.expect(o.liveAgentHandoff!, unittest.isTrue);
- checkUnnamed7066(o.messages!);
+ checkUnnamed7117(o.messages!);
unittest.expect(o.mlDisabled!, unittest.isTrue);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7067(o.outputContexts!);
- checkUnnamed7068(o.parameters!);
+ checkUnnamed7118(o.outputContexts!);
+ checkUnnamed7119(o.parameters!);
unittest.expect(
o.parentFollowupIntentName!,
unittest.equals('foo'),
@@ -9443,7 +9443,7 @@
o.rootFollowupIntentName!,
unittest.equals('foo'),
);
- checkUnnamed7069(o.trainingPhrases!);
+ checkUnnamed7120(o.trainingPhrases!);
unittest.expect(
o.webhookState!,
unittest.equals('foo'),
@@ -9452,14 +9452,14 @@
buildCounterGoogleCloudDialogflowV2Intent--;
}
-core.List<api.GoogleCloudDialogflowV2Intent> buildUnnamed7070() {
+core.List<api.GoogleCloudDialogflowV2Intent> buildUnnamed7121() {
var o = <api.GoogleCloudDialogflowV2Intent>[];
o.add(buildGoogleCloudDialogflowV2Intent());
o.add(buildGoogleCloudDialogflowV2Intent());
return o;
}
-void checkUnnamed7070(core.List<api.GoogleCloudDialogflowV2Intent> o) {
+void checkUnnamed7121(core.List<api.GoogleCloudDialogflowV2Intent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Intent(o[0] as api.GoogleCloudDialogflowV2Intent);
checkGoogleCloudDialogflowV2Intent(o[1] as api.GoogleCloudDialogflowV2Intent);
@@ -9471,7 +9471,7 @@
var o = api.GoogleCloudDialogflowV2IntentBatch();
buildCounterGoogleCloudDialogflowV2IntentBatch++;
if (buildCounterGoogleCloudDialogflowV2IntentBatch < 3) {
- o.intents = buildUnnamed7070();
+ o.intents = buildUnnamed7121();
}
buildCounterGoogleCloudDialogflowV2IntentBatch--;
return o;
@@ -9481,7 +9481,7 @@
api.GoogleCloudDialogflowV2IntentBatch o) {
buildCounterGoogleCloudDialogflowV2IntentBatch++;
if (buildCounterGoogleCloudDialogflowV2IntentBatch < 3) {
- checkUnnamed7070(o.intents!);
+ checkUnnamed7121(o.intents!);
}
buildCounterGoogleCloudDialogflowV2IntentBatch--;
}
@@ -9515,7 +9515,7 @@
buildCounterGoogleCloudDialogflowV2IntentFollowupIntentInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed7071() {
+core.Map<core.String, core.Object> buildUnnamed7122() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -9530,7 +9530,7 @@
return o;
}
-void checkUnnamed7071(core.Map<core.String, core.Object> o) {
+void checkUnnamed7122(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted50 = (o['x']!) as core.Map;
unittest.expect(casted50, unittest.hasLength(3));
@@ -9579,7 +9579,7 @@
buildGoogleCloudDialogflowV2IntentMessageLinkOutSuggestion();
o.listSelect = buildGoogleCloudDialogflowV2IntentMessageListSelect();
o.mediaContent = buildGoogleCloudDialogflowV2IntentMessageMediaContent();
- o.payload = buildUnnamed7071();
+ o.payload = buildUnnamed7122();
o.platform = 'foo';
o.quickReplies = buildGoogleCloudDialogflowV2IntentMessageQuickReplies();
o.simpleResponses =
@@ -9614,7 +9614,7 @@
o.listSelect! as api.GoogleCloudDialogflowV2IntentMessageListSelect);
checkGoogleCloudDialogflowV2IntentMessageMediaContent(o.mediaContent!
as api.GoogleCloudDialogflowV2IntentMessageMediaContent);
- checkUnnamed7071(o.payload!);
+ checkUnnamed7122(o.payload!);
unittest.expect(
o.platform!,
unittest.equals('foo'),
@@ -9634,14 +9634,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageBasicCardButton>
- buildUnnamed7072() {
+ buildUnnamed7123() {
var o = <api.GoogleCloudDialogflowV2IntentMessageBasicCardButton>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageBasicCardButton());
o.add(buildGoogleCloudDialogflowV2IntentMessageBasicCardButton());
return o;
}
-void checkUnnamed7072(
+void checkUnnamed7123(
core.List<api.GoogleCloudDialogflowV2IntentMessageBasicCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageBasicCardButton(
@@ -9656,7 +9656,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageBasicCard();
buildCounterGoogleCloudDialogflowV2IntentMessageBasicCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageBasicCard < 3) {
- o.buttons = buildUnnamed7072();
+ o.buttons = buildUnnamed7123();
o.formattedText = 'foo';
o.image = buildGoogleCloudDialogflowV2IntentMessageImage();
o.subtitle = 'foo';
@@ -9670,7 +9670,7 @@
api.GoogleCloudDialogflowV2IntentMessageBasicCard o) {
buildCounterGoogleCloudDialogflowV2IntentMessageBasicCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageBasicCard < 3) {
- checkUnnamed7072(o.buttons!);
+ checkUnnamed7123(o.buttons!);
unittest.expect(
o.formattedText!,
unittest.equals('foo'),
@@ -9749,7 +9749,7 @@
core.List<
api.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem>
- buildUnnamed7073() {
+ buildUnnamed7124() {
var o = <
api.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem>[];
o.add(
@@ -9759,7 +9759,7 @@
return o;
}
-void checkUnnamed7073(
+void checkUnnamed7124(
core.List<
api.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem>
o) {
@@ -9779,7 +9779,7 @@
buildCounterGoogleCloudDialogflowV2IntentMessageBrowseCarouselCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageBrowseCarouselCard < 3) {
o.imageDisplayOptions = 'foo';
- o.items = buildUnnamed7073();
+ o.items = buildUnnamed7124();
}
buildCounterGoogleCloudDialogflowV2IntentMessageBrowseCarouselCard--;
return o;
@@ -9793,7 +9793,7 @@
o.imageDisplayOptions!,
unittest.equals('foo'),
);
- checkUnnamed7073(o.items!);
+ checkUnnamed7124(o.items!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageBrowseCarouselCard--;
}
@@ -9882,14 +9882,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageCardButton>
- buildUnnamed7074() {
+ buildUnnamed7125() {
var o = <api.GoogleCloudDialogflowV2IntentMessageCardButton>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageCardButton());
o.add(buildGoogleCloudDialogflowV2IntentMessageCardButton());
return o;
}
-void checkUnnamed7074(
+void checkUnnamed7125(
core.List<api.GoogleCloudDialogflowV2IntentMessageCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageCardButton(
@@ -9904,7 +9904,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageCard();
buildCounterGoogleCloudDialogflowV2IntentMessageCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageCard < 3) {
- o.buttons = buildUnnamed7074();
+ o.buttons = buildUnnamed7125();
o.imageUri = 'foo';
o.subtitle = 'foo';
o.title = 'foo';
@@ -9917,7 +9917,7 @@
api.GoogleCloudDialogflowV2IntentMessageCard o) {
buildCounterGoogleCloudDialogflowV2IntentMessageCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageCard < 3) {
- checkUnnamed7074(o.buttons!);
+ checkUnnamed7125(o.buttons!);
unittest.expect(
o.imageUri!,
unittest.equals('foo'),
@@ -9964,14 +9964,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageCarouselSelectItem>
- buildUnnamed7075() {
+ buildUnnamed7126() {
var o = <api.GoogleCloudDialogflowV2IntentMessageCarouselSelectItem>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageCarouselSelectItem());
o.add(buildGoogleCloudDialogflowV2IntentMessageCarouselSelectItem());
return o;
}
-void checkUnnamed7075(
+void checkUnnamed7126(
core.List<api.GoogleCloudDialogflowV2IntentMessageCarouselSelectItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageCarouselSelectItem(
@@ -9986,7 +9986,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageCarouselSelect();
buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect < 3) {
- o.items = buildUnnamed7075();
+ o.items = buildUnnamed7126();
}
buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect--;
return o;
@@ -9996,7 +9996,7 @@
api.GoogleCloudDialogflowV2IntentMessageCarouselSelect o) {
buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect < 3) {
- checkUnnamed7075(o.items!);
+ checkUnnamed7126(o.items!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect--;
}
@@ -10124,14 +10124,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageListSelectItem>
- buildUnnamed7076() {
+ buildUnnamed7127() {
var o = <api.GoogleCloudDialogflowV2IntentMessageListSelectItem>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageListSelectItem());
o.add(buildGoogleCloudDialogflowV2IntentMessageListSelectItem());
return o;
}
-void checkUnnamed7076(
+void checkUnnamed7127(
core.List<api.GoogleCloudDialogflowV2IntentMessageListSelectItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageListSelectItem(
@@ -10146,7 +10146,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageListSelect();
buildCounterGoogleCloudDialogflowV2IntentMessageListSelect++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageListSelect < 3) {
- o.items = buildUnnamed7076();
+ o.items = buildUnnamed7127();
o.subtitle = 'foo';
o.title = 'foo';
}
@@ -10158,7 +10158,7 @@
api.GoogleCloudDialogflowV2IntentMessageListSelect o) {
buildCounterGoogleCloudDialogflowV2IntentMessageListSelect++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageListSelect < 3) {
- checkUnnamed7076(o.items!);
+ checkUnnamed7127(o.items!);
unittest.expect(
o.subtitle!,
unittest.equals('foo'),
@@ -10208,7 +10208,7 @@
core.List<
api.GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject>
- buildUnnamed7077() {
+ buildUnnamed7128() {
var o = <
api.GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject>[];
o.add(
@@ -10218,7 +10218,7 @@
return o;
}
-void checkUnnamed7077(
+void checkUnnamed7128(
core.List<
api.GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject>
o) {
@@ -10237,7 +10237,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageMediaContent();
buildCounterGoogleCloudDialogflowV2IntentMessageMediaContent++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageMediaContent < 3) {
- o.mediaObjects = buildUnnamed7077();
+ o.mediaObjects = buildUnnamed7128();
o.mediaType = 'foo';
}
buildCounterGoogleCloudDialogflowV2IntentMessageMediaContent--;
@@ -10248,7 +10248,7 @@
api.GoogleCloudDialogflowV2IntentMessageMediaContent o) {
buildCounterGoogleCloudDialogflowV2IntentMessageMediaContent++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageMediaContent < 3) {
- checkUnnamed7077(o.mediaObjects!);
+ checkUnnamed7128(o.mediaObjects!);
unittest.expect(
o.mediaType!,
unittest.equals('foo'),
@@ -10302,14 +10302,14 @@
buildCounterGoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject--;
}
-core.List<core.String> buildUnnamed7078() {
+core.List<core.String> buildUnnamed7129() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7078(core.List<core.String> o) {
+void checkUnnamed7129(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10327,7 +10327,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageQuickReplies();
buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies < 3) {
- o.quickReplies = buildUnnamed7078();
+ o.quickReplies = buildUnnamed7129();
o.title = 'foo';
}
buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies--;
@@ -10338,7 +10338,7 @@
api.GoogleCloudDialogflowV2IntentMessageQuickReplies o) {
buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies < 3) {
- checkUnnamed7078(o.quickReplies!);
+ checkUnnamed7129(o.quickReplies!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -10347,14 +10347,14 @@
buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies--;
}
-core.List<core.String> buildUnnamed7079() {
+core.List<core.String> buildUnnamed7130() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7079(core.List<core.String> o) {
+void checkUnnamed7130(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10373,7 +10373,7 @@
buildCounterGoogleCloudDialogflowV2IntentMessageSelectItemInfo++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageSelectItemInfo < 3) {
o.key = 'foo';
- o.synonyms = buildUnnamed7079();
+ o.synonyms = buildUnnamed7130();
}
buildCounterGoogleCloudDialogflowV2IntentMessageSelectItemInfo--;
return o;
@@ -10387,7 +10387,7 @@
o.key!,
unittest.equals('foo'),
);
- checkUnnamed7079(o.synonyms!);
+ checkUnnamed7130(o.synonyms!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageSelectItemInfo--;
}
@@ -10427,14 +10427,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageSimpleResponse>
- buildUnnamed7080() {
+ buildUnnamed7131() {
var o = <api.GoogleCloudDialogflowV2IntentMessageSimpleResponse>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageSimpleResponse());
o.add(buildGoogleCloudDialogflowV2IntentMessageSimpleResponse());
return o;
}
-void checkUnnamed7080(
+void checkUnnamed7131(
core.List<api.GoogleCloudDialogflowV2IntentMessageSimpleResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageSimpleResponse(
@@ -10449,7 +10449,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageSimpleResponses();
buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses < 3) {
- o.simpleResponses = buildUnnamed7080();
+ o.simpleResponses = buildUnnamed7131();
}
buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses--;
return o;
@@ -10459,7 +10459,7 @@
api.GoogleCloudDialogflowV2IntentMessageSimpleResponses o) {
buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses < 3) {
- checkUnnamed7080(o.simpleResponses!);
+ checkUnnamed7131(o.simpleResponses!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses--;
}
@@ -10489,14 +10489,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageSuggestion>
- buildUnnamed7081() {
+ buildUnnamed7132() {
var o = <api.GoogleCloudDialogflowV2IntentMessageSuggestion>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageSuggestion());
o.add(buildGoogleCloudDialogflowV2IntentMessageSuggestion());
return o;
}
-void checkUnnamed7081(
+void checkUnnamed7132(
core.List<api.GoogleCloudDialogflowV2IntentMessageSuggestion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageSuggestion(
@@ -10511,7 +10511,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageSuggestions();
buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions < 3) {
- o.suggestions = buildUnnamed7081();
+ o.suggestions = buildUnnamed7132();
}
buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions--;
return o;
@@ -10521,20 +10521,20 @@
api.GoogleCloudDialogflowV2IntentMessageSuggestions o) {
buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions < 3) {
- checkUnnamed7081(o.suggestions!);
+ checkUnnamed7132(o.suggestions!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions--;
}
core.List<api.GoogleCloudDialogflowV2IntentMessageBasicCardButton>
- buildUnnamed7082() {
+ buildUnnamed7133() {
var o = <api.GoogleCloudDialogflowV2IntentMessageBasicCardButton>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageBasicCardButton());
o.add(buildGoogleCloudDialogflowV2IntentMessageBasicCardButton());
return o;
}
-void checkUnnamed7082(
+void checkUnnamed7133(
core.List<api.GoogleCloudDialogflowV2IntentMessageBasicCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageBasicCardButton(
@@ -10544,14 +10544,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageColumnProperties>
- buildUnnamed7083() {
+ buildUnnamed7134() {
var o = <api.GoogleCloudDialogflowV2IntentMessageColumnProperties>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageColumnProperties());
o.add(buildGoogleCloudDialogflowV2IntentMessageColumnProperties());
return o;
}
-void checkUnnamed7083(
+void checkUnnamed7134(
core.List<api.GoogleCloudDialogflowV2IntentMessageColumnProperties> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageColumnProperties(
@@ -10561,14 +10561,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageTableCardRow>
- buildUnnamed7084() {
+ buildUnnamed7135() {
var o = <api.GoogleCloudDialogflowV2IntentMessageTableCardRow>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageTableCardRow());
o.add(buildGoogleCloudDialogflowV2IntentMessageTableCardRow());
return o;
}
-void checkUnnamed7084(
+void checkUnnamed7135(
core.List<api.GoogleCloudDialogflowV2IntentMessageTableCardRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageTableCardRow(
@@ -10583,10 +10583,10 @@
var o = api.GoogleCloudDialogflowV2IntentMessageTableCard();
buildCounterGoogleCloudDialogflowV2IntentMessageTableCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageTableCard < 3) {
- o.buttons = buildUnnamed7082();
- o.columnProperties = buildUnnamed7083();
+ o.buttons = buildUnnamed7133();
+ o.columnProperties = buildUnnamed7134();
o.image = buildGoogleCloudDialogflowV2IntentMessageImage();
- o.rows = buildUnnamed7084();
+ o.rows = buildUnnamed7135();
o.subtitle = 'foo';
o.title = 'foo';
}
@@ -10598,11 +10598,11 @@
api.GoogleCloudDialogflowV2IntentMessageTableCard o) {
buildCounterGoogleCloudDialogflowV2IntentMessageTableCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageTableCard < 3) {
- checkUnnamed7082(o.buttons!);
- checkUnnamed7083(o.columnProperties!);
+ checkUnnamed7133(o.buttons!);
+ checkUnnamed7134(o.columnProperties!);
checkGoogleCloudDialogflowV2IntentMessageImage(
o.image! as api.GoogleCloudDialogflowV2IntentMessageImage);
- checkUnnamed7084(o.rows!);
+ checkUnnamed7135(o.rows!);
unittest.expect(
o.subtitle!,
unittest.equals('foo'),
@@ -10640,14 +10640,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageTableCardCell>
- buildUnnamed7085() {
+ buildUnnamed7136() {
var o = <api.GoogleCloudDialogflowV2IntentMessageTableCardCell>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageTableCardCell());
o.add(buildGoogleCloudDialogflowV2IntentMessageTableCardCell());
return o;
}
-void checkUnnamed7085(
+void checkUnnamed7136(
core.List<api.GoogleCloudDialogflowV2IntentMessageTableCardCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageTableCardCell(
@@ -10662,7 +10662,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageTableCardRow();
buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow < 3) {
- o.cells = buildUnnamed7085();
+ o.cells = buildUnnamed7136();
o.dividerAfter = true;
}
buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow--;
@@ -10673,20 +10673,20 @@
api.GoogleCloudDialogflowV2IntentMessageTableCardRow o) {
buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow < 3) {
- checkUnnamed7085(o.cells!);
+ checkUnnamed7136(o.cells!);
unittest.expect(o.dividerAfter!, unittest.isTrue);
}
buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow--;
}
-core.List<core.String> buildUnnamed7086() {
+core.List<core.String> buildUnnamed7137() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7086(core.List<core.String> o) {
+void checkUnnamed7137(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10704,7 +10704,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageText();
buildCounterGoogleCloudDialogflowV2IntentMessageText++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageText < 3) {
- o.text = buildUnnamed7086();
+ o.text = buildUnnamed7137();
}
buildCounterGoogleCloudDialogflowV2IntentMessageText--;
return o;
@@ -10714,19 +10714,19 @@
api.GoogleCloudDialogflowV2IntentMessageText o) {
buildCounterGoogleCloudDialogflowV2IntentMessageText++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageText < 3) {
- checkUnnamed7086(o.text!);
+ checkUnnamed7137(o.text!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageText--;
}
-core.List<core.String> buildUnnamed7087() {
+core.List<core.String> buildUnnamed7138() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7087(core.List<core.String> o) {
+void checkUnnamed7138(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10750,7 +10750,7 @@
o.isList = true;
o.mandatory = true;
o.name = 'foo';
- o.prompts = buildUnnamed7087();
+ o.prompts = buildUnnamed7138();
o.value = 'foo';
}
buildCounterGoogleCloudDialogflowV2IntentParameter--;
@@ -10779,7 +10779,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7087(o.prompts!);
+ checkUnnamed7138(o.prompts!);
unittest.expect(
o.value!,
unittest.equals('foo'),
@@ -10789,14 +10789,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentTrainingPhrasePart>
- buildUnnamed7088() {
+ buildUnnamed7139() {
var o = <api.GoogleCloudDialogflowV2IntentTrainingPhrasePart>[];
o.add(buildGoogleCloudDialogflowV2IntentTrainingPhrasePart());
o.add(buildGoogleCloudDialogflowV2IntentTrainingPhrasePart());
return o;
}
-void checkUnnamed7088(
+void checkUnnamed7139(
core.List<api.GoogleCloudDialogflowV2IntentTrainingPhrasePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentTrainingPhrasePart(
@@ -10812,7 +10812,7 @@
buildCounterGoogleCloudDialogflowV2IntentTrainingPhrase++;
if (buildCounterGoogleCloudDialogflowV2IntentTrainingPhrase < 3) {
o.name = 'foo';
- o.parts = buildUnnamed7088();
+ o.parts = buildUnnamed7139();
o.timesAddedCount = 42;
o.type = 'foo';
}
@@ -10828,7 +10828,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7088(o.parts!);
+ checkUnnamed7139(o.parts!);
unittest.expect(
o.timesAddedCount!,
unittest.equals(42),
@@ -10935,14 +10935,14 @@
buildCounterGoogleCloudDialogflowV2KnowledgeOperationMetadata--;
}
-core.List<api.GoogleCloudDialogflowV2AnswerRecord> buildUnnamed7089() {
+core.List<api.GoogleCloudDialogflowV2AnswerRecord> buildUnnamed7140() {
var o = <api.GoogleCloudDialogflowV2AnswerRecord>[];
o.add(buildGoogleCloudDialogflowV2AnswerRecord());
o.add(buildGoogleCloudDialogflowV2AnswerRecord());
return o;
}
-void checkUnnamed7089(core.List<api.GoogleCloudDialogflowV2AnswerRecord> o) {
+void checkUnnamed7140(core.List<api.GoogleCloudDialogflowV2AnswerRecord> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2AnswerRecord(
o[0] as api.GoogleCloudDialogflowV2AnswerRecord);
@@ -10956,7 +10956,7 @@
var o = api.GoogleCloudDialogflowV2ListAnswerRecordsResponse();
buildCounterGoogleCloudDialogflowV2ListAnswerRecordsResponse++;
if (buildCounterGoogleCloudDialogflowV2ListAnswerRecordsResponse < 3) {
- o.answerRecords = buildUnnamed7089();
+ o.answerRecords = buildUnnamed7140();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowV2ListAnswerRecordsResponse--;
@@ -10967,7 +10967,7 @@
api.GoogleCloudDialogflowV2ListAnswerRecordsResponse o) {
buildCounterGoogleCloudDialogflowV2ListAnswerRecordsResponse++;
if (buildCounterGoogleCloudDialogflowV2ListAnswerRecordsResponse < 3) {
- checkUnnamed7089(o.answerRecords!);
+ checkUnnamed7140(o.answerRecords!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -10976,14 +10976,14 @@
buildCounterGoogleCloudDialogflowV2ListAnswerRecordsResponse--;
}
-core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed7090() {
+core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed7141() {
var o = <api.GoogleCloudDialogflowV2Context>[];
o.add(buildGoogleCloudDialogflowV2Context());
o.add(buildGoogleCloudDialogflowV2Context());
return o;
}
-void checkUnnamed7090(core.List<api.GoogleCloudDialogflowV2Context> o) {
+void checkUnnamed7141(core.List<api.GoogleCloudDialogflowV2Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Context(
o[0] as api.GoogleCloudDialogflowV2Context);
@@ -10997,7 +10997,7 @@
var o = api.GoogleCloudDialogflowV2ListContextsResponse();
buildCounterGoogleCloudDialogflowV2ListContextsResponse++;
if (buildCounterGoogleCloudDialogflowV2ListContextsResponse < 3) {
- o.contexts = buildUnnamed7090();
+ o.contexts = buildUnnamed7141();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowV2ListContextsResponse--;
@@ -11008,7 +11008,7 @@
api.GoogleCloudDialogflowV2ListContextsResponse o) {
buildCounterGoogleCloudDialogflowV2ListContextsResponse++;
if (buildCounterGoogleCloudDialogflowV2ListContextsResponse < 3) {
- checkUnnamed7090(o.contexts!);
+ checkUnnamed7141(o.contexts!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -11017,14 +11017,14 @@
buildCounterGoogleCloudDialogflowV2ListContextsResponse--;
}
-core.List<api.GoogleCloudDialogflowV2ConversationProfile> buildUnnamed7091() {
+core.List<api.GoogleCloudDialogflowV2ConversationProfile> buildUnnamed7142() {
var o = <api.GoogleCloudDialogflowV2ConversationProfile>[];
o.add(buildGoogleCloudDialogflowV2ConversationProfile());
o.add(buildGoogleCloudDialogflowV2ConversationProfile());
return o;
}
-void checkUnnamed7091(
+void checkUnnamed7142(
core.List<api.GoogleCloudDialogflowV2ConversationProfile> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2ConversationProfile(
@@ -11040,7 +11040,7 @@
var o = api.GoogleCloudDialogflowV2ListConversationProfilesResponse();
buildCounterGoogleCloudDialogflowV2ListConversationProfilesResponse++;
if (buildCounterGoogleCloudDialogflowV2ListConversationProfilesResponse < 3) {
- o.conversationProfiles = buildUnnamed7091();
+ o.conversationProfiles = buildUnnamed7142();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowV2ListConversationProfilesResponse--;
@@ -11051,7 +11051,7 @@
api.GoogleCloudDialogflowV2ListConversationProfilesResponse o) {
buildCounterGoogleCloudDialogflowV2ListConversationProfilesResponse++;
if (buildCounterGoogleCloudDialogflowV2ListConversationProfilesResponse < 3) {
- checkUnnamed7091(o.conversationProfiles!);
+ checkUnnamed7142(o.conversationProfiles!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -11060,14 +11060,14 @@
buildCounterGoogleCloudDialogflowV2ListConversationProfilesResponse--;
}
-core.List<api.GoogleCloudDialogflowV2Conversation> buildUnnamed7092() {
+core.List<api.GoogleCloudDialogflowV2Conversation> buildUnnamed7143() {
var o = <api.GoogleCloudDialogflowV2Conversation>[];
o.add(buildGoogleCloudDialogflowV2Conversation());
o.add(buildGoogleCloudDialogflowV2Conversation());
return o;
}
-void checkUnnamed7092(core.List<api.GoogleCloudDialogflowV2Conversation> o) {
+void checkUnnamed7143(core.List<api.GoogleCloudDialogflowV2Conversation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Conversation(
o[0] as api.GoogleCloudDialogflowV2Conversation);
@@ -11081,7 +11081,7 @@
var o = api.GoogleCloudDialogflowV2ListConversationsResponse();
buildCounterGoogleCloudDialogflowV2ListConversationsResponse++;
if (buildCounterGoogleCloudDialogflowV2ListConversationsResponse < 3) {
- o.conversations = buildUnnamed7092();
+ o.conversations = buildUnnamed7143();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowV2ListConversationsResponse--;
@@ -11092,7 +11092,7 @@
api.GoogleCloudDialogflowV2ListConversationsResponse o) {
buildCounterGoogleCloudDialogflowV2ListConversationsResponse++;
if (buildCounterGoogleCloudDialogflowV2ListConversationsResponse < 3) {
- checkUnnamed7092(o.conversations!);
+ checkUnnamed7143(o.conversations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -11101,14 +11101,14 @@
buildCounterGoogleCloudDialogflowV2ListConversationsResponse--;
}
-core.List<api.GoogleCloudDialogflowV2Document> buildUnnamed7093() {
+core.List<api.GoogleCloudDialogflowV2Document> buildUnnamed7144() {
var o = <api.GoogleCloudDialogflowV2Document>[];
o.add(buildGoogleCloudDialogflowV2Document());
o.add(buildGoogleCloudDialogflowV2Document());
return o;
}
-void checkUnnamed7093(core.List<api.GoogleCloudDialogflowV2Document> o) {
+void checkUnnamed7144(core.List<api.GoogleCloudDialogflowV2Document> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Document(
o[0] as api.GoogleCloudDialogflowV2Document);
@@ -11122,7 +11122,7 @@
var o = api.GoogleCloudDialogflowV2ListDocumentsResponse();
buildCounterGoogleCloudDialogflowV2ListDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowV2ListDocumentsResponse < 3) {
- o.documents = buildUnnamed7093();
+ o.documents = buildUnnamed7144();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowV2ListDocumentsResponse--;
@@ -11133,7 +11133,7 @@
api.GoogleCloudDialogflowV2ListDocumentsResponse o) {
buildCounterGoogleCloudDialogflowV2ListDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowV2ListDocumentsResponse < 3) {
- checkUnnamed7093(o.documents!);
+ checkUnnamed7144(o.documents!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -11142,14 +11142,14 @@
buildCounterGoogleCloudDialogflowV2ListDocumentsResponse--;
}
-core.List<api.GoogleCloudDialogflowV2EntityType> buildUnnamed7094() {
+core.List<api.GoogleCloudDialogflowV2EntityType> buildUnnamed7145() {
var o = <api.GoogleCloudDialogflowV2EntityType>[];
o.add(buildGoogleCloudDialogflowV2EntityType());
o.add(buildGoogleCloudDialogflowV2EntityType());
return o;
}
-void checkUnnamed7094(core.List<api.GoogleCloudDialogflowV2EntityType> o) {
+void checkUnnamed7145(core.List<api.GoogleCloudDialogflowV2EntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2EntityType(
o[0] as api.GoogleCloudDialogflowV2EntityType);
@@ -11163,7 +11163,7 @@
var o = api.GoogleCloudDialogflowV2ListEntityTypesResponse();
buildCounterGoogleCloudDialogflowV2ListEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowV2ListEntityTypesResponse < 3) {
- o.entityTypes = buildUnnamed7094();
+ o.entityTypes = buildUnnamed7145();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowV2ListEntityTypesResponse--;
@@ -11174,7 +11174,7 @@
api.GoogleCloudDialogflowV2ListEntityTypesResponse o) {
buildCounterGoogleCloudDialogflowV2ListEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowV2ListEntityTypesResponse < 3) {
- checkUnnamed7094(o.entityTypes!);
+ checkUnnamed7145(o.entityTypes!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -11183,14 +11183,14 @@
buildCounterGoogleCloudDialogflowV2ListEntityTypesResponse--;
}
-core.List<api.GoogleCloudDialogflowV2Environment> buildUnnamed7095() {
+core.List<api.GoogleCloudDialogflowV2Environment> buildUnnamed7146() {
var o = <api.GoogleCloudDialogflowV2Environment>[];
o.add(buildGoogleCloudDialogflowV2Environment());
o.add(buildGoogleCloudDialogflowV2Environment());
return o;
}
-void checkUnnamed7095(core.List<api.GoogleCloudDialogflowV2Environment> o) {
+void checkUnnamed7146(core.List<api.GoogleCloudDialogflowV2Environment> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Environment(
o[0] as api.GoogleCloudDialogflowV2Environment);
@@ -11204,7 +11204,7 @@
var o = api.GoogleCloudDialogflowV2ListEnvironmentsResponse();
buildCounterGoogleCloudDialogflowV2ListEnvironmentsResponse++;
if (buildCounterGoogleCloudDialogflowV2ListEnvironmentsResponse < 3) {
- o.environments = buildUnnamed7095();
+ o.environments = buildUnnamed7146();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowV2ListEnvironmentsResponse--;
@@ -11215,7 +11215,7 @@
api.GoogleCloudDialogflowV2ListEnvironmentsResponse o) {
buildCounterGoogleCloudDialogflowV2ListEnvironmentsResponse++;
if (buildCounterGoogleCloudDialogflowV2ListEnvironmentsResponse < 3) {
- checkUnnamed7095(o.environments!);
+ checkUnnamed7146(o.environments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -11224,14 +11224,14 @@
buildCounterGoogleCloudDialogflowV2ListEnvironmentsResponse--;
}
-core.List<api.GoogleCloudDialogflowV2Intent> buildUnnamed7096() {
+core.List<api.GoogleCloudDialogflowV2Intent> buildUnnamed7147() {
var o = <api.GoogleCloudDialogflowV2Intent>[];
o.add(buildGoogleCloudDialogflowV2Intent());
o.add(buildGoogleCloudDialogflowV2Intent());
return o;
}
-void checkUnnamed7096(core.List<api.GoogleCloudDialogflowV2Intent> o) {
+void checkUnnamed7147(core.List<api.GoogleCloudDialogflowV2Intent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Intent(o[0] as api.GoogleCloudDialogflowV2Intent);
checkGoogleCloudDialogflowV2Intent(o[1] as api.GoogleCloudDialogflowV2Intent);
@@ -11243,7 +11243,7 @@
var o = api.GoogleCloudDialogflowV2ListIntentsResponse();
buildCounterGoogleCloudDialogflowV2ListIntentsResponse++;
if (buildCounterGoogleCloudDialogflowV2ListIntentsResponse < 3) {
- o.intents = buildUnnamed7096();
+ o.intents = buildUnnamed7147();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowV2ListIntentsResponse--;
@@ -11254,7 +11254,7 @@
api.GoogleCloudDialogflowV2ListIntentsResponse o) {
buildCounterGoogleCloudDialogflowV2ListIntentsResponse++;
if (buildCounterGoogleCloudDialogflowV2ListIntentsResponse < 3) {
- checkUnnamed7096(o.intents!);
+ checkUnnamed7147(o.intents!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -11263,14 +11263,14 @@
buildCounterGoogleCloudDialogflowV2ListIntentsResponse--;
}
-core.List<api.GoogleCloudDialogflowV2KnowledgeBase> buildUnnamed7097() {
+core.List<api.GoogleCloudDialogflowV2KnowledgeBase> buildUnnamed7148() {
var o = <api.GoogleCloudDialogflowV2KnowledgeBase>[];
o.add(buildGoogleCloudDialogflowV2KnowledgeBase());
o.add(buildGoogleCloudDialogflowV2KnowledgeBase());
return o;
}
-void checkUnnamed7097(core.List<api.GoogleCloudDialogflowV2KnowledgeBase> o) {
+void checkUnnamed7148(core.List<api.GoogleCloudDialogflowV2KnowledgeBase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2KnowledgeBase(
o[0] as api.GoogleCloudDialogflowV2KnowledgeBase);
@@ -11284,7 +11284,7 @@
var o = api.GoogleCloudDialogflowV2ListKnowledgeBasesResponse();
buildCounterGoogleCloudDialogflowV2ListKnowledgeBasesResponse++;
if (buildCounterGoogleCloudDialogflowV2ListKnowledgeBasesResponse < 3) {
- o.knowledgeBases = buildUnnamed7097();
+ o.knowledgeBases = buildUnnamed7148();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowV2ListKnowledgeBasesResponse--;
@@ -11295,7 +11295,7 @@
api.GoogleCloudDialogflowV2ListKnowledgeBasesResponse o) {
buildCounterGoogleCloudDialogflowV2ListKnowledgeBasesResponse++;
if (buildCounterGoogleCloudDialogflowV2ListKnowledgeBasesResponse < 3) {
- checkUnnamed7097(o.knowledgeBases!);
+ checkUnnamed7148(o.knowledgeBases!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -11304,14 +11304,14 @@
buildCounterGoogleCloudDialogflowV2ListKnowledgeBasesResponse--;
}
-core.List<api.GoogleCloudDialogflowV2Message> buildUnnamed7098() {
+core.List<api.GoogleCloudDialogflowV2Message> buildUnnamed7149() {
var o = <api.GoogleCloudDialogflowV2Message>[];
o.add(buildGoogleCloudDialogflowV2Message());
o.add(buildGoogleCloudDialogflowV2Message());
return o;
}
-void checkUnnamed7098(core.List<api.GoogleCloudDialogflowV2Message> o) {
+void checkUnnamed7149(core.List<api.GoogleCloudDialogflowV2Message> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Message(
o[0] as api.GoogleCloudDialogflowV2Message);
@@ -11325,7 +11325,7 @@
var o = api.GoogleCloudDialogflowV2ListMessagesResponse();
buildCounterGoogleCloudDialogflowV2ListMessagesResponse++;
if (buildCounterGoogleCloudDialogflowV2ListMessagesResponse < 3) {
- o.messages = buildUnnamed7098();
+ o.messages = buildUnnamed7149();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowV2ListMessagesResponse--;
@@ -11336,7 +11336,7 @@
api.GoogleCloudDialogflowV2ListMessagesResponse o) {
buildCounterGoogleCloudDialogflowV2ListMessagesResponse++;
if (buildCounterGoogleCloudDialogflowV2ListMessagesResponse < 3) {
- checkUnnamed7098(o.messages!);
+ checkUnnamed7149(o.messages!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -11345,14 +11345,14 @@
buildCounterGoogleCloudDialogflowV2ListMessagesResponse--;
}
-core.List<api.GoogleCloudDialogflowV2Participant> buildUnnamed7099() {
+core.List<api.GoogleCloudDialogflowV2Participant> buildUnnamed7150() {
var o = <api.GoogleCloudDialogflowV2Participant>[];
o.add(buildGoogleCloudDialogflowV2Participant());
o.add(buildGoogleCloudDialogflowV2Participant());
return o;
}
-void checkUnnamed7099(core.List<api.GoogleCloudDialogflowV2Participant> o) {
+void checkUnnamed7150(core.List<api.GoogleCloudDialogflowV2Participant> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Participant(
o[0] as api.GoogleCloudDialogflowV2Participant);
@@ -11367,7 +11367,7 @@
buildCounterGoogleCloudDialogflowV2ListParticipantsResponse++;
if (buildCounterGoogleCloudDialogflowV2ListParticipantsResponse < 3) {
o.nextPageToken = 'foo';
- o.participants = buildUnnamed7099();
+ o.participants = buildUnnamed7150();
}
buildCounterGoogleCloudDialogflowV2ListParticipantsResponse--;
return o;
@@ -11381,19 +11381,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7099(o.participants!);
+ checkUnnamed7150(o.participants!);
}
buildCounterGoogleCloudDialogflowV2ListParticipantsResponse--;
}
-core.List<api.GoogleCloudDialogflowV2SessionEntityType> buildUnnamed7100() {
+core.List<api.GoogleCloudDialogflowV2SessionEntityType> buildUnnamed7151() {
var o = <api.GoogleCloudDialogflowV2SessionEntityType>[];
o.add(buildGoogleCloudDialogflowV2SessionEntityType());
o.add(buildGoogleCloudDialogflowV2SessionEntityType());
return o;
}
-void checkUnnamed7100(
+void checkUnnamed7151(
core.List<api.GoogleCloudDialogflowV2SessionEntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2SessionEntityType(
@@ -11409,7 +11409,7 @@
buildCounterGoogleCloudDialogflowV2ListSessionEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowV2ListSessionEntityTypesResponse < 3) {
o.nextPageToken = 'foo';
- o.sessionEntityTypes = buildUnnamed7100();
+ o.sessionEntityTypes = buildUnnamed7151();
}
buildCounterGoogleCloudDialogflowV2ListSessionEntityTypesResponse--;
return o;
@@ -11423,19 +11423,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7100(o.sessionEntityTypes!);
+ checkUnnamed7151(o.sessionEntityTypes!);
}
buildCounterGoogleCloudDialogflowV2ListSessionEntityTypesResponse--;
}
-core.List<api.GoogleCloudDialogflowV2Version> buildUnnamed7101() {
+core.List<api.GoogleCloudDialogflowV2Version> buildUnnamed7152() {
var o = <api.GoogleCloudDialogflowV2Version>[];
o.add(buildGoogleCloudDialogflowV2Version());
o.add(buildGoogleCloudDialogflowV2Version());
return o;
}
-void checkUnnamed7101(core.List<api.GoogleCloudDialogflowV2Version> o) {
+void checkUnnamed7152(core.List<api.GoogleCloudDialogflowV2Version> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Version(
o[0] as api.GoogleCloudDialogflowV2Version);
@@ -11450,7 +11450,7 @@
buildCounterGoogleCloudDialogflowV2ListVersionsResponse++;
if (buildCounterGoogleCloudDialogflowV2ListVersionsResponse < 3) {
o.nextPageToken = 'foo';
- o.versions = buildUnnamed7101();
+ o.versions = buildUnnamed7152();
}
buildCounterGoogleCloudDialogflowV2ListVersionsResponse--;
return o;
@@ -11464,7 +11464,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7101(o.versions!);
+ checkUnnamed7152(o.versions!);
}
buildCounterGoogleCloudDialogflowV2ListVersionsResponse--;
}
@@ -11540,14 +11540,14 @@
buildCounterGoogleCloudDialogflowV2Message--;
}
-core.List<api.GoogleCloudDialogflowV2AnnotatedMessagePart> buildUnnamed7102() {
+core.List<api.GoogleCloudDialogflowV2AnnotatedMessagePart> buildUnnamed7153() {
var o = <api.GoogleCloudDialogflowV2AnnotatedMessagePart>[];
o.add(buildGoogleCloudDialogflowV2AnnotatedMessagePart());
o.add(buildGoogleCloudDialogflowV2AnnotatedMessagePart());
return o;
}
-void checkUnnamed7102(
+void checkUnnamed7153(
core.List<api.GoogleCloudDialogflowV2AnnotatedMessagePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2AnnotatedMessagePart(
@@ -11563,7 +11563,7 @@
buildCounterGoogleCloudDialogflowV2MessageAnnotation++;
if (buildCounterGoogleCloudDialogflowV2MessageAnnotation < 3) {
o.containEntities = true;
- o.parts = buildUnnamed7102();
+ o.parts = buildUnnamed7153();
}
buildCounterGoogleCloudDialogflowV2MessageAnnotation--;
return o;
@@ -11574,7 +11574,7 @@
buildCounterGoogleCloudDialogflowV2MessageAnnotation++;
if (buildCounterGoogleCloudDialogflowV2MessageAnnotation < 3) {
unittest.expect(o.containEntities!, unittest.isTrue);
- checkUnnamed7102(o.parts!);
+ checkUnnamed7153(o.parts!);
}
buildCounterGoogleCloudDialogflowV2MessageAnnotation--;
}
@@ -11608,7 +11608,7 @@
buildCounterGoogleCloudDialogflowV2NotificationConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed7103() {
+core.Map<core.String, core.Object> buildUnnamed7154() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -11623,7 +11623,7 @@
return o;
}
-void checkUnnamed7103(core.Map<core.String, core.Object> o) {
+void checkUnnamed7154(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted52 = (o['x']!) as core.Map;
unittest.expect(casted52, unittest.hasLength(3));
@@ -11661,7 +11661,7 @@
var o = api.GoogleCloudDialogflowV2OriginalDetectIntentRequest();
buildCounterGoogleCloudDialogflowV2OriginalDetectIntentRequest++;
if (buildCounterGoogleCloudDialogflowV2OriginalDetectIntentRequest < 3) {
- o.payload = buildUnnamed7103();
+ o.payload = buildUnnamed7154();
o.source = 'foo';
o.version = 'foo';
}
@@ -11673,7 +11673,7 @@
api.GoogleCloudDialogflowV2OriginalDetectIntentRequest o) {
buildCounterGoogleCloudDialogflowV2OriginalDetectIntentRequest++;
if (buildCounterGoogleCloudDialogflowV2OriginalDetectIntentRequest < 3) {
- checkUnnamed7103(o.payload!);
+ checkUnnamed7154(o.payload!);
unittest.expect(
o.source!,
unittest.equals('foo'),
@@ -11807,14 +11807,14 @@
buildCounterGoogleCloudDialogflowV2QueryInput--;
}
-core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed7104() {
+core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed7155() {
var o = <api.GoogleCloudDialogflowV2Context>[];
o.add(buildGoogleCloudDialogflowV2Context());
o.add(buildGoogleCloudDialogflowV2Context());
return o;
}
-void checkUnnamed7104(core.List<api.GoogleCloudDialogflowV2Context> o) {
+void checkUnnamed7155(core.List<api.GoogleCloudDialogflowV2Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Context(
o[0] as api.GoogleCloudDialogflowV2Context);
@@ -11822,7 +11822,7 @@
o[1] as api.GoogleCloudDialogflowV2Context);
}
-core.Map<core.String, core.Object> buildUnnamed7105() {
+core.Map<core.String, core.Object> buildUnnamed7156() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -11837,7 +11837,7 @@
return o;
}
-void checkUnnamed7105(core.Map<core.String, core.Object> o) {
+void checkUnnamed7156(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted54 = (o['x']!) as core.Map;
unittest.expect(casted54, unittest.hasLength(3));
@@ -11869,14 +11869,14 @@
);
}
-core.List<api.GoogleCloudDialogflowV2SessionEntityType> buildUnnamed7106() {
+core.List<api.GoogleCloudDialogflowV2SessionEntityType> buildUnnamed7157() {
var o = <api.GoogleCloudDialogflowV2SessionEntityType>[];
o.add(buildGoogleCloudDialogflowV2SessionEntityType());
o.add(buildGoogleCloudDialogflowV2SessionEntityType());
return o;
}
-void checkUnnamed7106(
+void checkUnnamed7157(
core.List<api.GoogleCloudDialogflowV2SessionEntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2SessionEntityType(
@@ -11885,14 +11885,14 @@
o[1] as api.GoogleCloudDialogflowV2SessionEntityType);
}
-core.Map<core.String, core.String> buildUnnamed7107() {
+core.Map<core.String, core.String> buildUnnamed7158() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7107(core.Map<core.String, core.String> o) {
+void checkUnnamed7158(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -11910,15 +11910,15 @@
var o = api.GoogleCloudDialogflowV2QueryParameters();
buildCounterGoogleCloudDialogflowV2QueryParameters++;
if (buildCounterGoogleCloudDialogflowV2QueryParameters < 3) {
- o.contexts = buildUnnamed7104();
+ o.contexts = buildUnnamed7155();
o.geoLocation = buildGoogleTypeLatLng();
- o.payload = buildUnnamed7105();
+ o.payload = buildUnnamed7156();
o.resetContexts = true;
o.sentimentAnalysisRequestConfig =
buildGoogleCloudDialogflowV2SentimentAnalysisRequestConfig();
- o.sessionEntityTypes = buildUnnamed7106();
+ o.sessionEntityTypes = buildUnnamed7157();
o.timeZone = 'foo';
- o.webhookHeaders = buildUnnamed7107();
+ o.webhookHeaders = buildUnnamed7158();
}
buildCounterGoogleCloudDialogflowV2QueryParameters--;
return o;
@@ -11928,24 +11928,24 @@
api.GoogleCloudDialogflowV2QueryParameters o) {
buildCounterGoogleCloudDialogflowV2QueryParameters++;
if (buildCounterGoogleCloudDialogflowV2QueryParameters < 3) {
- checkUnnamed7104(o.contexts!);
+ checkUnnamed7155(o.contexts!);
checkGoogleTypeLatLng(o.geoLocation! as api.GoogleTypeLatLng);
- checkUnnamed7105(o.payload!);
+ checkUnnamed7156(o.payload!);
unittest.expect(o.resetContexts!, unittest.isTrue);
checkGoogleCloudDialogflowV2SentimentAnalysisRequestConfig(
o.sentimentAnalysisRequestConfig!
as api.GoogleCloudDialogflowV2SentimentAnalysisRequestConfig);
- checkUnnamed7106(o.sessionEntityTypes!);
+ checkUnnamed7157(o.sessionEntityTypes!);
unittest.expect(
o.timeZone!,
unittest.equals('foo'),
);
- checkUnnamed7107(o.webhookHeaders!);
+ checkUnnamed7158(o.webhookHeaders!);
}
buildCounterGoogleCloudDialogflowV2QueryParameters--;
}
-core.Map<core.String, core.Object> buildUnnamed7108() {
+core.Map<core.String, core.Object> buildUnnamed7159() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -11960,7 +11960,7 @@
return o;
}
-void checkUnnamed7108(core.Map<core.String, core.Object> o) {
+void checkUnnamed7159(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted56 = (o['x']!) as core.Map;
unittest.expect(casted56, unittest.hasLength(3));
@@ -11992,14 +11992,14 @@
);
}
-core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed7109() {
+core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed7160() {
var o = <api.GoogleCloudDialogflowV2IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2IntentMessage());
o.add(buildGoogleCloudDialogflowV2IntentMessage());
return o;
}
-void checkUnnamed7109(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
+void checkUnnamed7160(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessage(
o[0] as api.GoogleCloudDialogflowV2IntentMessage);
@@ -12007,14 +12007,14 @@
o[1] as api.GoogleCloudDialogflowV2IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed7110() {
+core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed7161() {
var o = <api.GoogleCloudDialogflowV2Context>[];
o.add(buildGoogleCloudDialogflowV2Context());
o.add(buildGoogleCloudDialogflowV2Context());
return o;
}
-void checkUnnamed7110(core.List<api.GoogleCloudDialogflowV2Context> o) {
+void checkUnnamed7161(core.List<api.GoogleCloudDialogflowV2Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Context(
o[0] as api.GoogleCloudDialogflowV2Context);
@@ -12022,7 +12022,7 @@
o[1] as api.GoogleCloudDialogflowV2Context);
}
-core.Map<core.String, core.Object> buildUnnamed7111() {
+core.Map<core.String, core.Object> buildUnnamed7162() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -12037,7 +12037,7 @@
return o;
}
-void checkUnnamed7111(core.Map<core.String, core.Object> o) {
+void checkUnnamed7162(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted58 = (o['x']!) as core.Map;
unittest.expect(casted58, unittest.hasLength(3));
@@ -12069,7 +12069,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7112() {
+core.Map<core.String, core.Object> buildUnnamed7163() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -12084,7 +12084,7 @@
return o;
}
-void checkUnnamed7112(core.Map<core.String, core.Object> o) {
+void checkUnnamed7163(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted60 = (o['x']!) as core.Map;
unittest.expect(casted60, unittest.hasLength(3));
@@ -12125,19 +12125,19 @@
o.action = 'foo';
o.allRequiredParamsPresent = true;
o.cancelsSlotFilling = true;
- o.diagnosticInfo = buildUnnamed7108();
- o.fulfillmentMessages = buildUnnamed7109();
+ o.diagnosticInfo = buildUnnamed7159();
+ o.fulfillmentMessages = buildUnnamed7160();
o.fulfillmentText = 'foo';
o.intent = buildGoogleCloudDialogflowV2Intent();
o.intentDetectionConfidence = 42.0;
o.languageCode = 'foo';
- o.outputContexts = buildUnnamed7110();
- o.parameters = buildUnnamed7111();
+ o.outputContexts = buildUnnamed7161();
+ o.parameters = buildUnnamed7162();
o.queryText = 'foo';
o.sentimentAnalysisResult =
buildGoogleCloudDialogflowV2SentimentAnalysisResult();
o.speechRecognitionConfidence = 42.0;
- o.webhookPayload = buildUnnamed7112();
+ o.webhookPayload = buildUnnamed7163();
o.webhookSource = 'foo';
}
buildCounterGoogleCloudDialogflowV2QueryResult--;
@@ -12154,8 +12154,8 @@
);
unittest.expect(o.allRequiredParamsPresent!, unittest.isTrue);
unittest.expect(o.cancelsSlotFilling!, unittest.isTrue);
- checkUnnamed7108(o.diagnosticInfo!);
- checkUnnamed7109(o.fulfillmentMessages!);
+ checkUnnamed7159(o.diagnosticInfo!);
+ checkUnnamed7160(o.fulfillmentMessages!);
unittest.expect(
o.fulfillmentText!,
unittest.equals('foo'),
@@ -12170,8 +12170,8 @@
o.languageCode!,
unittest.equals('foo'),
);
- checkUnnamed7110(o.outputContexts!);
- checkUnnamed7111(o.parameters!);
+ checkUnnamed7161(o.outputContexts!);
+ checkUnnamed7162(o.parameters!);
unittest.expect(
o.queryText!,
unittest.equals('foo'),
@@ -12183,7 +12183,7 @@
o.speechRecognitionConfidence!,
unittest.equals(42.0),
);
- checkUnnamed7112(o.webhookPayload!);
+ checkUnnamed7163(o.webhookPayload!);
unittest.expect(
o.webhookSource!,
unittest.equals('foo'),
@@ -12245,14 +12245,14 @@
buildCounterGoogleCloudDialogflowV2RestoreAgentRequest--;
}
-core.List<api.GoogleCloudDialogflowV2Agent> buildUnnamed7113() {
+core.List<api.GoogleCloudDialogflowV2Agent> buildUnnamed7164() {
var o = <api.GoogleCloudDialogflowV2Agent>[];
o.add(buildGoogleCloudDialogflowV2Agent());
o.add(buildGoogleCloudDialogflowV2Agent());
return o;
}
-void checkUnnamed7113(core.List<api.GoogleCloudDialogflowV2Agent> o) {
+void checkUnnamed7164(core.List<api.GoogleCloudDialogflowV2Agent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Agent(o[0] as api.GoogleCloudDialogflowV2Agent);
checkGoogleCloudDialogflowV2Agent(o[1] as api.GoogleCloudDialogflowV2Agent);
@@ -12264,7 +12264,7 @@
var o = api.GoogleCloudDialogflowV2SearchAgentsResponse();
buildCounterGoogleCloudDialogflowV2SearchAgentsResponse++;
if (buildCounterGoogleCloudDialogflowV2SearchAgentsResponse < 3) {
- o.agents = buildUnnamed7113();
+ o.agents = buildUnnamed7164();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowV2SearchAgentsResponse--;
@@ -12275,7 +12275,7 @@
api.GoogleCloudDialogflowV2SearchAgentsResponse o) {
buildCounterGoogleCloudDialogflowV2SearchAgentsResponse++;
if (buildCounterGoogleCloudDialogflowV2SearchAgentsResponse < 3) {
- checkUnnamed7113(o.agents!);
+ checkUnnamed7164(o.agents!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -12355,14 +12355,14 @@
buildCounterGoogleCloudDialogflowV2SentimentAnalysisResult--;
}
-core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed7114() {
+core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed7165() {
var o = <api.GoogleCloudDialogflowV2EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
return o;
}
-void checkUnnamed7114(
+void checkUnnamed7165(
core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2EntityTypeEntity(
@@ -12377,7 +12377,7 @@
var o = api.GoogleCloudDialogflowV2SessionEntityType();
buildCounterGoogleCloudDialogflowV2SessionEntityType++;
if (buildCounterGoogleCloudDialogflowV2SessionEntityType < 3) {
- o.entities = buildUnnamed7114();
+ o.entities = buildUnnamed7165();
o.entityOverrideMode = 'foo';
o.name = 'foo';
}
@@ -12389,7 +12389,7 @@
api.GoogleCloudDialogflowV2SessionEntityType o) {
buildCounterGoogleCloudDialogflowV2SessionEntityType++;
if (buildCounterGoogleCloudDialogflowV2SessionEntityType < 3) {
- checkUnnamed7114(o.entities!);
+ checkUnnamed7165(o.entities!);
unittest.expect(
o.entityOverrideMode!,
unittest.equals('foo'),
@@ -12402,14 +12402,14 @@
buildCounterGoogleCloudDialogflowV2SessionEntityType--;
}
-core.List<core.String> buildUnnamed7115() {
+core.List<core.String> buildUnnamed7166() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7115(core.List<core.String> o) {
+void checkUnnamed7166(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12428,7 +12428,7 @@
buildCounterGoogleCloudDialogflowV2SpeechContext++;
if (buildCounterGoogleCloudDialogflowV2SpeechContext < 3) {
o.boost = 42.0;
- o.phrases = buildUnnamed7115();
+ o.phrases = buildUnnamed7166();
}
buildCounterGoogleCloudDialogflowV2SpeechContext--;
return o;
@@ -12442,7 +12442,7 @@
o.boost!,
unittest.equals(42.0),
);
- checkUnnamed7115(o.phrases!);
+ checkUnnamed7166(o.phrases!);
}
buildCounterGoogleCloudDialogflowV2SpeechContext--;
}
@@ -12500,14 +12500,14 @@
buildCounterGoogleCloudDialogflowV2SuggestArticlesRequest--;
}
-core.List<api.GoogleCloudDialogflowV2ArticleAnswer> buildUnnamed7116() {
+core.List<api.GoogleCloudDialogflowV2ArticleAnswer> buildUnnamed7167() {
var o = <api.GoogleCloudDialogflowV2ArticleAnswer>[];
o.add(buildGoogleCloudDialogflowV2ArticleAnswer());
o.add(buildGoogleCloudDialogflowV2ArticleAnswer());
return o;
}
-void checkUnnamed7116(core.List<api.GoogleCloudDialogflowV2ArticleAnswer> o) {
+void checkUnnamed7167(core.List<api.GoogleCloudDialogflowV2ArticleAnswer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2ArticleAnswer(
o[0] as api.GoogleCloudDialogflowV2ArticleAnswer);
@@ -12521,7 +12521,7 @@
var o = api.GoogleCloudDialogflowV2SuggestArticlesResponse();
buildCounterGoogleCloudDialogflowV2SuggestArticlesResponse++;
if (buildCounterGoogleCloudDialogflowV2SuggestArticlesResponse < 3) {
- o.articleAnswers = buildUnnamed7116();
+ o.articleAnswers = buildUnnamed7167();
o.contextSize = 42;
o.latestMessage = 'foo';
}
@@ -12533,7 +12533,7 @@
api.GoogleCloudDialogflowV2SuggestArticlesResponse o) {
buildCounterGoogleCloudDialogflowV2SuggestArticlesResponse++;
if (buildCounterGoogleCloudDialogflowV2SuggestArticlesResponse < 3) {
- checkUnnamed7116(o.articleAnswers!);
+ checkUnnamed7167(o.articleAnswers!);
unittest.expect(
o.contextSize!,
unittest.equals(42),
@@ -12575,14 +12575,14 @@
buildCounterGoogleCloudDialogflowV2SuggestFaqAnswersRequest--;
}
-core.List<api.GoogleCloudDialogflowV2FaqAnswer> buildUnnamed7117() {
+core.List<api.GoogleCloudDialogflowV2FaqAnswer> buildUnnamed7168() {
var o = <api.GoogleCloudDialogflowV2FaqAnswer>[];
o.add(buildGoogleCloudDialogflowV2FaqAnswer());
o.add(buildGoogleCloudDialogflowV2FaqAnswer());
return o;
}
-void checkUnnamed7117(core.List<api.GoogleCloudDialogflowV2FaqAnswer> o) {
+void checkUnnamed7168(core.List<api.GoogleCloudDialogflowV2FaqAnswer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2FaqAnswer(
o[0] as api.GoogleCloudDialogflowV2FaqAnswer);
@@ -12597,7 +12597,7 @@
buildCounterGoogleCloudDialogflowV2SuggestFaqAnswersResponse++;
if (buildCounterGoogleCloudDialogflowV2SuggestFaqAnswersResponse < 3) {
o.contextSize = 42;
- o.faqAnswers = buildUnnamed7117();
+ o.faqAnswers = buildUnnamed7168();
o.latestMessage = 'foo';
}
buildCounterGoogleCloudDialogflowV2SuggestFaqAnswersResponse--;
@@ -12612,7 +12612,7 @@
o.contextSize!,
unittest.equals(42),
);
- checkUnnamed7117(o.faqAnswers!);
+ checkUnnamed7168(o.faqAnswers!);
unittest.expect(
o.latestMessage!,
unittest.equals('foo'),
@@ -12676,14 +12676,14 @@
buildCounterGoogleCloudDialogflowV2SuggestionResult--;
}
-core.List<core.String> buildUnnamed7118() {
+core.List<core.String> buildUnnamed7169() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7118(core.List<core.String> o) {
+void checkUnnamed7169(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12701,7 +12701,7 @@
var o = api.GoogleCloudDialogflowV2SynthesizeSpeechConfig();
buildCounterGoogleCloudDialogflowV2SynthesizeSpeechConfig++;
if (buildCounterGoogleCloudDialogflowV2SynthesizeSpeechConfig < 3) {
- o.effectsProfileId = buildUnnamed7118();
+ o.effectsProfileId = buildUnnamed7169();
o.pitch = 42.0;
o.speakingRate = 42.0;
o.voice = buildGoogleCloudDialogflowV2VoiceSelectionParams();
@@ -12715,7 +12715,7 @@
api.GoogleCloudDialogflowV2SynthesizeSpeechConfig o) {
buildCounterGoogleCloudDialogflowV2SynthesizeSpeechConfig++;
if (buildCounterGoogleCloudDialogflowV2SynthesizeSpeechConfig < 3) {
- checkUnnamed7118(o.effectsProfileId!);
+ checkUnnamed7169(o.effectsProfileId!);
unittest.expect(
o.pitch!,
unittest.equals(42.0),
@@ -12763,14 +12763,14 @@
}
core.Map<core.String, api.GoogleCloudDialogflowV2SynthesizeSpeechConfig>
- buildUnnamed7119() {
+ buildUnnamed7170() {
var o = <core.String, api.GoogleCloudDialogflowV2SynthesizeSpeechConfig>{};
o['x'] = buildGoogleCloudDialogflowV2SynthesizeSpeechConfig();
o['y'] = buildGoogleCloudDialogflowV2SynthesizeSpeechConfig();
return o;
}
-void checkUnnamed7119(
+void checkUnnamed7170(
core.Map<core.String, api.GoogleCloudDialogflowV2SynthesizeSpeechConfig>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -12789,7 +12789,7 @@
o.enableTextToSpeech = true;
o.outputAudioEncoding = 'foo';
o.sampleRateHertz = 42;
- o.synthesizeSpeechConfigs = buildUnnamed7119();
+ o.synthesizeSpeechConfigs = buildUnnamed7170();
}
buildCounterGoogleCloudDialogflowV2TextToSpeechSettings--;
return o;
@@ -12808,7 +12808,7 @@
o.sampleRateHertz!,
unittest.equals(42),
);
- checkUnnamed7119(o.synthesizeSpeechConfigs!);
+ checkUnnamed7170(o.synthesizeSpeechConfigs!);
}
buildCounterGoogleCloudDialogflowV2TextToSpeechSettings--;
}
@@ -12830,14 +12830,14 @@
buildCounterGoogleCloudDialogflowV2TrainAgentRequest--;
}
-core.List<core.String> buildUnnamed7120() {
+core.List<core.String> buildUnnamed7171() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7120(core.List<core.String> o) {
+void checkUnnamed7171(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12855,7 +12855,7 @@
var o = api.GoogleCloudDialogflowV2ValidationError();
buildCounterGoogleCloudDialogflowV2ValidationError++;
if (buildCounterGoogleCloudDialogflowV2ValidationError < 3) {
- o.entries = buildUnnamed7120();
+ o.entries = buildUnnamed7171();
o.errorMessage = 'foo';
o.severity = 'foo';
}
@@ -12867,7 +12867,7 @@
api.GoogleCloudDialogflowV2ValidationError o) {
buildCounterGoogleCloudDialogflowV2ValidationError++;
if (buildCounterGoogleCloudDialogflowV2ValidationError < 3) {
- checkUnnamed7120(o.entries!);
+ checkUnnamed7171(o.entries!);
unittest.expect(
o.errorMessage!,
unittest.equals('foo'),
@@ -12880,14 +12880,14 @@
buildCounterGoogleCloudDialogflowV2ValidationError--;
}
-core.List<api.GoogleCloudDialogflowV2ValidationError> buildUnnamed7121() {
+core.List<api.GoogleCloudDialogflowV2ValidationError> buildUnnamed7172() {
var o = <api.GoogleCloudDialogflowV2ValidationError>[];
o.add(buildGoogleCloudDialogflowV2ValidationError());
o.add(buildGoogleCloudDialogflowV2ValidationError());
return o;
}
-void checkUnnamed7121(core.List<api.GoogleCloudDialogflowV2ValidationError> o) {
+void checkUnnamed7172(core.List<api.GoogleCloudDialogflowV2ValidationError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2ValidationError(
o[0] as api.GoogleCloudDialogflowV2ValidationError);
@@ -12901,7 +12901,7 @@
var o = api.GoogleCloudDialogflowV2ValidationResult();
buildCounterGoogleCloudDialogflowV2ValidationResult++;
if (buildCounterGoogleCloudDialogflowV2ValidationResult < 3) {
- o.validationErrors = buildUnnamed7121();
+ o.validationErrors = buildUnnamed7172();
}
buildCounterGoogleCloudDialogflowV2ValidationResult--;
return o;
@@ -12911,7 +12911,7 @@
api.GoogleCloudDialogflowV2ValidationResult o) {
buildCounterGoogleCloudDialogflowV2ValidationResult++;
if (buildCounterGoogleCloudDialogflowV2ValidationResult < 3) {
- checkUnnamed7121(o.validationErrors!);
+ checkUnnamed7172(o.validationErrors!);
}
buildCounterGoogleCloudDialogflowV2ValidationResult--;
}
@@ -13024,14 +13024,14 @@
buildCounterGoogleCloudDialogflowV2WebhookRequest--;
}
-core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed7122() {
+core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed7173() {
var o = <api.GoogleCloudDialogflowV2IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2IntentMessage());
o.add(buildGoogleCloudDialogflowV2IntentMessage());
return o;
}
-void checkUnnamed7122(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
+void checkUnnamed7173(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessage(
o[0] as api.GoogleCloudDialogflowV2IntentMessage);
@@ -13039,14 +13039,14 @@
o[1] as api.GoogleCloudDialogflowV2IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed7123() {
+core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed7174() {
var o = <api.GoogleCloudDialogflowV2Context>[];
o.add(buildGoogleCloudDialogflowV2Context());
o.add(buildGoogleCloudDialogflowV2Context());
return o;
}
-void checkUnnamed7123(core.List<api.GoogleCloudDialogflowV2Context> o) {
+void checkUnnamed7174(core.List<api.GoogleCloudDialogflowV2Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Context(
o[0] as api.GoogleCloudDialogflowV2Context);
@@ -13054,7 +13054,7 @@
o[1] as api.GoogleCloudDialogflowV2Context);
}
-core.Map<core.String, core.Object> buildUnnamed7124() {
+core.Map<core.String, core.Object> buildUnnamed7175() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -13069,7 +13069,7 @@
return o;
}
-void checkUnnamed7124(core.Map<core.String, core.Object> o) {
+void checkUnnamed7175(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted62 = (o['x']!) as core.Map;
unittest.expect(casted62, unittest.hasLength(3));
@@ -13101,14 +13101,14 @@
);
}
-core.List<api.GoogleCloudDialogflowV2SessionEntityType> buildUnnamed7125() {
+core.List<api.GoogleCloudDialogflowV2SessionEntityType> buildUnnamed7176() {
var o = <api.GoogleCloudDialogflowV2SessionEntityType>[];
o.add(buildGoogleCloudDialogflowV2SessionEntityType());
o.add(buildGoogleCloudDialogflowV2SessionEntityType());
return o;
}
-void checkUnnamed7125(
+void checkUnnamed7176(
core.List<api.GoogleCloudDialogflowV2SessionEntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2SessionEntityType(
@@ -13124,11 +13124,11 @@
buildCounterGoogleCloudDialogflowV2WebhookResponse++;
if (buildCounterGoogleCloudDialogflowV2WebhookResponse < 3) {
o.followupEventInput = buildGoogleCloudDialogflowV2EventInput();
- o.fulfillmentMessages = buildUnnamed7122();
+ o.fulfillmentMessages = buildUnnamed7173();
o.fulfillmentText = 'foo';
- o.outputContexts = buildUnnamed7123();
- o.payload = buildUnnamed7124();
- o.sessionEntityTypes = buildUnnamed7125();
+ o.outputContexts = buildUnnamed7174();
+ o.payload = buildUnnamed7175();
+ o.sessionEntityTypes = buildUnnamed7176();
o.source = 'foo';
}
buildCounterGoogleCloudDialogflowV2WebhookResponse--;
@@ -13141,14 +13141,14 @@
if (buildCounterGoogleCloudDialogflowV2WebhookResponse < 3) {
checkGoogleCloudDialogflowV2EventInput(
o.followupEventInput! as api.GoogleCloudDialogflowV2EventInput);
- checkUnnamed7122(o.fulfillmentMessages!);
+ checkUnnamed7173(o.fulfillmentMessages!);
unittest.expect(
o.fulfillmentText!,
unittest.equals('foo'),
);
- checkUnnamed7123(o.outputContexts!);
- checkUnnamed7124(o.payload!);
- checkUnnamed7125(o.sessionEntityTypes!);
+ checkUnnamed7174(o.outputContexts!);
+ checkUnnamed7175(o.payload!);
+ checkUnnamed7176(o.sessionEntityTypes!);
unittest.expect(
o.source!,
unittest.equals('foo'),
@@ -13205,14 +13205,14 @@
buildCounterGoogleCloudDialogflowV2beta1AnnotatedMessagePart--;
}
-core.Map<core.String, core.String> buildUnnamed7126() {
+core.Map<core.String, core.String> buildUnnamed7177() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7126(core.Map<core.String, core.String> o) {
+void checkUnnamed7177(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -13224,14 +13224,14 @@
);
}
-core.List<core.String> buildUnnamed7127() {
+core.List<core.String> buildUnnamed7178() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7127(core.List<core.String> o) {
+void checkUnnamed7178(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -13250,8 +13250,8 @@
buildCounterGoogleCloudDialogflowV2beta1ArticleAnswer++;
if (buildCounterGoogleCloudDialogflowV2beta1ArticleAnswer < 3) {
o.answerRecord = 'foo';
- o.metadata = buildUnnamed7126();
- o.snippets = buildUnnamed7127();
+ o.metadata = buildUnnamed7177();
+ o.snippets = buildUnnamed7178();
o.title = 'foo';
o.uri = 'foo';
}
@@ -13267,8 +13267,8 @@
o.answerRecord!,
unittest.equals('foo'),
);
- checkUnnamed7126(o.metadata!);
- checkUnnamed7127(o.snippets!);
+ checkUnnamed7177(o.metadata!);
+ checkUnnamed7178(o.snippets!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -13281,14 +13281,14 @@
buildCounterGoogleCloudDialogflowV2beta1ArticleAnswer--;
}
-core.List<api.GoogleCloudDialogflowV2beta1EntityType> buildUnnamed7128() {
+core.List<api.GoogleCloudDialogflowV2beta1EntityType> buildUnnamed7179() {
var o = <api.GoogleCloudDialogflowV2beta1EntityType>[];
o.add(buildGoogleCloudDialogflowV2beta1EntityType());
o.add(buildGoogleCloudDialogflowV2beta1EntityType());
return o;
}
-void checkUnnamed7128(core.List<api.GoogleCloudDialogflowV2beta1EntityType> o) {
+void checkUnnamed7179(core.List<api.GoogleCloudDialogflowV2beta1EntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1EntityType(
o[0] as api.GoogleCloudDialogflowV2beta1EntityType);
@@ -13304,7 +13304,7 @@
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse <
3) {
- o.entityTypes = buildUnnamed7128();
+ o.entityTypes = buildUnnamed7179();
}
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse--;
return o;
@@ -13315,19 +13315,19 @@
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse <
3) {
- checkUnnamed7128(o.entityTypes!);
+ checkUnnamed7179(o.entityTypes!);
}
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse--;
}
-core.List<api.GoogleCloudDialogflowV2beta1Intent> buildUnnamed7129() {
+core.List<api.GoogleCloudDialogflowV2beta1Intent> buildUnnamed7180() {
var o = <api.GoogleCloudDialogflowV2beta1Intent>[];
o.add(buildGoogleCloudDialogflowV2beta1Intent());
o.add(buildGoogleCloudDialogflowV2beta1Intent());
return o;
}
-void checkUnnamed7129(core.List<api.GoogleCloudDialogflowV2beta1Intent> o) {
+void checkUnnamed7180(core.List<api.GoogleCloudDialogflowV2beta1Intent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1Intent(
o[0] as api.GoogleCloudDialogflowV2beta1Intent);
@@ -13341,7 +13341,7 @@
var o = api.GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse();
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse < 3) {
- o.intents = buildUnnamed7129();
+ o.intents = buildUnnamed7180();
}
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse--;
return o;
@@ -13351,12 +13351,12 @@
api.GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse o) {
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse < 3) {
- checkUnnamed7129(o.intents!);
+ checkUnnamed7180(o.intents!);
}
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed7130() {
+core.Map<core.String, core.Object> buildUnnamed7181() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -13371,7 +13371,7 @@
return o;
}
-void checkUnnamed7130(core.Map<core.String, core.Object> o) {
+void checkUnnamed7181(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted65 = (o['x']!) as core.Map;
unittest.expect(casted65, unittest.hasLength(3));
@@ -13411,7 +13411,7 @@
if (buildCounterGoogleCloudDialogflowV2beta1Context < 3) {
o.lifespanCount = 42;
o.name = 'foo';
- o.parameters = buildUnnamed7130();
+ o.parameters = buildUnnamed7181();
}
buildCounterGoogleCloudDialogflowV2beta1Context--;
return o;
@@ -13429,7 +13429,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7130(o.parameters!);
+ checkUnnamed7181(o.parameters!);
}
buildCounterGoogleCloudDialogflowV2beta1Context--;
}
@@ -13468,14 +13468,14 @@
buildCounterGoogleCloudDialogflowV2beta1ConversationEvent--;
}
-core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> buildUnnamed7131() {
+core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> buildUnnamed7182() {
var o = <api.GoogleCloudDialogflowV2beta1EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowV2beta1EntityTypeEntity());
o.add(buildGoogleCloudDialogflowV2beta1EntityTypeEntity());
return o;
}
-void checkUnnamed7131(
+void checkUnnamed7182(
core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1EntityTypeEntity(
@@ -13493,7 +13493,7 @@
o.autoExpansionMode = 'foo';
o.displayName = 'foo';
o.enableFuzzyExtraction = true;
- o.entities = buildUnnamed7131();
+ o.entities = buildUnnamed7182();
o.kind = 'foo';
o.name = 'foo';
}
@@ -13514,7 +13514,7 @@
unittest.equals('foo'),
);
unittest.expect(o.enableFuzzyExtraction!, unittest.isTrue);
- checkUnnamed7131(o.entities!);
+ checkUnnamed7182(o.entities!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -13527,14 +13527,14 @@
buildCounterGoogleCloudDialogflowV2beta1EntityType--;
}
-core.List<core.String> buildUnnamed7132() {
+core.List<core.String> buildUnnamed7183() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7132(core.List<core.String> o) {
+void checkUnnamed7183(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -13552,7 +13552,7 @@
var o = api.GoogleCloudDialogflowV2beta1EntityTypeEntity();
buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity < 3) {
- o.synonyms = buildUnnamed7132();
+ o.synonyms = buildUnnamed7183();
o.value = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity--;
@@ -13563,7 +13563,7 @@
api.GoogleCloudDialogflowV2beta1EntityTypeEntity o) {
buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity < 3) {
- checkUnnamed7132(o.synonyms!);
+ checkUnnamed7183(o.synonyms!);
unittest.expect(
o.value!,
unittest.equals('foo'),
@@ -13572,7 +13572,7 @@
buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity--;
}
-core.Map<core.String, core.Object> buildUnnamed7133() {
+core.Map<core.String, core.Object> buildUnnamed7184() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -13587,7 +13587,7 @@
return o;
}
-void checkUnnamed7133(core.Map<core.String, core.Object> o) {
+void checkUnnamed7184(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted67 = (o['x']!) as core.Map;
unittest.expect(casted67, unittest.hasLength(3));
@@ -13627,7 +13627,7 @@
if (buildCounterGoogleCloudDialogflowV2beta1EventInput < 3) {
o.languageCode = 'foo';
o.name = 'foo';
- o.parameters = buildUnnamed7133();
+ o.parameters = buildUnnamed7184();
}
buildCounterGoogleCloudDialogflowV2beta1EventInput--;
return o;
@@ -13645,7 +13645,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7133(o.parameters!);
+ checkUnnamed7184(o.parameters!);
}
buildCounterGoogleCloudDialogflowV2beta1EventInput--;
}
@@ -13679,14 +13679,14 @@
buildCounterGoogleCloudDialogflowV2beta1ExportAgentResponse--;
}
-core.Map<core.String, core.String> buildUnnamed7134() {
+core.Map<core.String, core.String> buildUnnamed7185() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7134(core.Map<core.String, core.String> o) {
+void checkUnnamed7185(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -13707,7 +13707,7 @@
o.answer = 'foo';
o.answerRecord = 'foo';
o.confidence = 42.0;
- o.metadata = buildUnnamed7134();
+ o.metadata = buildUnnamed7185();
o.question = 'foo';
o.source = 'foo';
}
@@ -13731,7 +13731,7 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed7134(o.metadata!);
+ checkUnnamed7185(o.metadata!);
unittest.expect(
o.question!,
unittest.equals('foo'),
@@ -13744,14 +13744,14 @@
buildCounterGoogleCloudDialogflowV2beta1FaqAnswer--;
}
-core.List<api.GoogleCloudDialogflowV2beta1SuggestionResult> buildUnnamed7135() {
+core.List<api.GoogleCloudDialogflowV2beta1SuggestionResult> buildUnnamed7186() {
var o = <api.GoogleCloudDialogflowV2beta1SuggestionResult>[];
o.add(buildGoogleCloudDialogflowV2beta1SuggestionResult());
o.add(buildGoogleCloudDialogflowV2beta1SuggestionResult());
return o;
}
-void checkUnnamed7135(
+void checkUnnamed7186(
core.List<api.GoogleCloudDialogflowV2beta1SuggestionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1SuggestionResult(
@@ -13768,7 +13768,7 @@
if (buildCounterGoogleCloudDialogflowV2beta1HumanAgentAssistantEvent < 3) {
o.conversation = 'foo';
o.participant = 'foo';
- o.suggestionResults = buildUnnamed7135();
+ o.suggestionResults = buildUnnamed7186();
}
buildCounterGoogleCloudDialogflowV2beta1HumanAgentAssistantEvent--;
return o;
@@ -13786,19 +13786,19 @@
o.participant!,
unittest.equals('foo'),
);
- checkUnnamed7135(o.suggestionResults!);
+ checkUnnamed7186(o.suggestionResults!);
}
buildCounterGoogleCloudDialogflowV2beta1HumanAgentAssistantEvent--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed7136() {
+core.List<api.GoogleRpcStatus> buildUnnamed7187() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed7136(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed7187(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -13810,7 +13810,7 @@
var o = api.GoogleCloudDialogflowV2beta1ImportDocumentsResponse();
buildCounterGoogleCloudDialogflowV2beta1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1ImportDocumentsResponse < 3) {
- o.warnings = buildUnnamed7136();
+ o.warnings = buildUnnamed7187();
}
buildCounterGoogleCloudDialogflowV2beta1ImportDocumentsResponse--;
return o;
@@ -13820,19 +13820,19 @@
api.GoogleCloudDialogflowV2beta1ImportDocumentsResponse o) {
buildCounterGoogleCloudDialogflowV2beta1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1ImportDocumentsResponse < 3) {
- checkUnnamed7136(o.warnings!);
+ checkUnnamed7187(o.warnings!);
}
buildCounterGoogleCloudDialogflowV2beta1ImportDocumentsResponse--;
}
-core.List<core.String> buildUnnamed7137() {
+core.List<core.String> buildUnnamed7188() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7137(core.List<core.String> o) {
+void checkUnnamed7188(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -13844,14 +13844,14 @@
);
}
-core.List<core.String> buildUnnamed7138() {
+core.List<core.String> buildUnnamed7189() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7138(core.List<core.String> o) {
+void checkUnnamed7189(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -13864,14 +13864,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo>
- buildUnnamed7139() {
+ buildUnnamed7190() {
var o = <api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo());
o.add(buildGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo());
return o;
}
-void checkUnnamed7139(
+void checkUnnamed7190(
core.List<api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo(
@@ -13880,14 +13880,14 @@
o[1] as api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo);
}
-core.List<core.String> buildUnnamed7140() {
+core.List<core.String> buildUnnamed7191() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7140(core.List<core.String> o) {
+void checkUnnamed7191(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -13899,14 +13899,14 @@
);
}
-core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed7141() {
+core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed7192() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
return o;
}
-void checkUnnamed7141(
+void checkUnnamed7192(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessage(
@@ -13915,14 +13915,14 @@
o[1] as api.GoogleCloudDialogflowV2beta1IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed7142() {
+core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed7193() {
var o = <api.GoogleCloudDialogflowV2beta1Context>[];
o.add(buildGoogleCloudDialogflowV2beta1Context());
o.add(buildGoogleCloudDialogflowV2beta1Context());
return o;
}
-void checkUnnamed7142(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
+void checkUnnamed7193(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1Context(
o[0] as api.GoogleCloudDialogflowV2beta1Context);
@@ -13930,14 +13930,14 @@
o[1] as api.GoogleCloudDialogflowV2beta1Context);
}
-core.List<api.GoogleCloudDialogflowV2beta1IntentParameter> buildUnnamed7143() {
+core.List<api.GoogleCloudDialogflowV2beta1IntentParameter> buildUnnamed7194() {
var o = <api.GoogleCloudDialogflowV2beta1IntentParameter>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentParameter());
o.add(buildGoogleCloudDialogflowV2beta1IntentParameter());
return o;
}
-void checkUnnamed7143(
+void checkUnnamed7194(
core.List<api.GoogleCloudDialogflowV2beta1IntentParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentParameter(
@@ -13947,14 +13947,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentTrainingPhrase>
- buildUnnamed7144() {
+ buildUnnamed7195() {
var o = <api.GoogleCloudDialogflowV2beta1IntentTrainingPhrase>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentTrainingPhrase());
o.add(buildGoogleCloudDialogflowV2beta1IntentTrainingPhrase());
return o;
}
-void checkUnnamed7144(
+void checkUnnamed7195(
core.List<api.GoogleCloudDialogflowV2beta1IntentTrainingPhrase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentTrainingPhrase(
@@ -13970,25 +13970,25 @@
buildCounterGoogleCloudDialogflowV2beta1Intent++;
if (buildCounterGoogleCloudDialogflowV2beta1Intent < 3) {
o.action = 'foo';
- o.defaultResponsePlatforms = buildUnnamed7137();
+ o.defaultResponsePlatforms = buildUnnamed7188();
o.displayName = 'foo';
o.endInteraction = true;
- o.events = buildUnnamed7138();
- o.followupIntentInfo = buildUnnamed7139();
- o.inputContextNames = buildUnnamed7140();
+ o.events = buildUnnamed7189();
+ o.followupIntentInfo = buildUnnamed7190();
+ o.inputContextNames = buildUnnamed7191();
o.isFallback = true;
o.liveAgentHandoff = true;
- o.messages = buildUnnamed7141();
+ o.messages = buildUnnamed7192();
o.mlDisabled = true;
o.mlEnabled = true;
o.name = 'foo';
- o.outputContexts = buildUnnamed7142();
- o.parameters = buildUnnamed7143();
+ o.outputContexts = buildUnnamed7193();
+ o.parameters = buildUnnamed7194();
o.parentFollowupIntentName = 'foo';
o.priority = 42;
o.resetContexts = true;
o.rootFollowupIntentName = 'foo';
- o.trainingPhrases = buildUnnamed7144();
+ o.trainingPhrases = buildUnnamed7195();
o.webhookState = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1Intent--;
@@ -14003,26 +14003,26 @@
o.action!,
unittest.equals('foo'),
);
- checkUnnamed7137(o.defaultResponsePlatforms!);
+ checkUnnamed7188(o.defaultResponsePlatforms!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
);
unittest.expect(o.endInteraction!, unittest.isTrue);
- checkUnnamed7138(o.events!);
- checkUnnamed7139(o.followupIntentInfo!);
- checkUnnamed7140(o.inputContextNames!);
+ checkUnnamed7189(o.events!);
+ checkUnnamed7190(o.followupIntentInfo!);
+ checkUnnamed7191(o.inputContextNames!);
unittest.expect(o.isFallback!, unittest.isTrue);
unittest.expect(o.liveAgentHandoff!, unittest.isTrue);
- checkUnnamed7141(o.messages!);
+ checkUnnamed7192(o.messages!);
unittest.expect(o.mlDisabled!, unittest.isTrue);
unittest.expect(o.mlEnabled!, unittest.isTrue);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7142(o.outputContexts!);
- checkUnnamed7143(o.parameters!);
+ checkUnnamed7193(o.outputContexts!);
+ checkUnnamed7194(o.parameters!);
unittest.expect(
o.parentFollowupIntentName!,
unittest.equals('foo'),
@@ -14036,7 +14036,7 @@
o.rootFollowupIntentName!,
unittest.equals('foo'),
);
- checkUnnamed7144(o.trainingPhrases!);
+ checkUnnamed7195(o.trainingPhrases!);
unittest.expect(
o.webhookState!,
unittest.equals('foo'),
@@ -14074,7 +14074,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed7145() {
+core.Map<core.String, core.Object> buildUnnamed7196() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -14089,7 +14089,7 @@
return o;
}
-void checkUnnamed7145(core.Map<core.String, core.Object> o) {
+void checkUnnamed7196(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted69 = (o['x']!) as core.Map;
unittest.expect(casted69, unittest.hasLength(3));
@@ -14139,7 +14139,7 @@
o.listSelect = buildGoogleCloudDialogflowV2beta1IntentMessageListSelect();
o.mediaContent =
buildGoogleCloudDialogflowV2beta1IntentMessageMediaContent();
- o.payload = buildUnnamed7145();
+ o.payload = buildUnnamed7196();
o.platform = 'foo';
o.quickReplies =
buildGoogleCloudDialogflowV2beta1IntentMessageQuickReplies();
@@ -14187,7 +14187,7 @@
as api.GoogleCloudDialogflowV2beta1IntentMessageListSelect);
checkGoogleCloudDialogflowV2beta1IntentMessageMediaContent(o.mediaContent!
as api.GoogleCloudDialogflowV2beta1IntentMessageMediaContent);
- checkUnnamed7145(o.payload!);
+ checkUnnamed7196(o.payload!);
unittest.expect(
o.platform!,
unittest.equals('foo'),
@@ -14225,14 +14225,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton>
- buildUnnamed7146() {
+ buildUnnamed7197() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton());
return o;
}
-void checkUnnamed7146(
+void checkUnnamed7197(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton(
@@ -14247,7 +14247,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageBasicCard();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageBasicCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageBasicCard < 3) {
- o.buttons = buildUnnamed7146();
+ o.buttons = buildUnnamed7197();
o.formattedText = 'foo';
o.image = buildGoogleCloudDialogflowV2beta1IntentMessageImage();
o.subtitle = 'foo';
@@ -14261,7 +14261,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageBasicCard o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageBasicCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageBasicCard < 3) {
- checkUnnamed7146(o.buttons!);
+ checkUnnamed7197(o.buttons!);
unittest.expect(
o.formattedText!,
unittest.equals('foo'),
@@ -14344,7 +14344,7 @@
core.List<
api.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem>
- buildUnnamed7147() {
+ buildUnnamed7198() {
var o = <
api.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem>[];
o.add(
@@ -14354,7 +14354,7 @@
return o;
}
-void checkUnnamed7147(
+void checkUnnamed7198(
core.List<
api.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem>
o) {
@@ -14376,7 +14376,7 @@
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard <
3) {
o.imageDisplayOptions = 'foo';
- o.items = buildUnnamed7147();
+ o.items = buildUnnamed7198();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard--;
return o;
@@ -14391,7 +14391,7 @@
o.imageDisplayOptions!,
unittest.equals('foo'),
);
- checkUnnamed7147(o.items!);
+ checkUnnamed7198(o.items!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard--;
}
@@ -14480,14 +14480,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageCardButton>
- buildUnnamed7148() {
+ buildUnnamed7199() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageCardButton>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageCardButton());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageCardButton());
return o;
}
-void checkUnnamed7148(
+void checkUnnamed7199(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageCardButton(
@@ -14502,7 +14502,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageCard();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageCard < 3) {
- o.buttons = buildUnnamed7148();
+ o.buttons = buildUnnamed7199();
o.imageUri = 'foo';
o.subtitle = 'foo';
o.title = 'foo';
@@ -14515,7 +14515,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageCard o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageCard < 3) {
- checkUnnamed7148(o.buttons!);
+ checkUnnamed7199(o.buttons!);
unittest.expect(
o.imageUri!,
unittest.equals('foo'),
@@ -14562,14 +14562,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem>
- buildUnnamed7149() {
+ buildUnnamed7200() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem());
return o;
}
-void checkUnnamed7149(
+void checkUnnamed7200(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -14586,7 +14586,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect < 3) {
- o.items = buildUnnamed7149();
+ o.items = buildUnnamed7200();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect--;
return o;
@@ -14596,7 +14596,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect < 3) {
- checkUnnamed7149(o.items!);
+ checkUnnamed7200(o.items!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect--;
}
@@ -14733,14 +14733,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageListSelectItem>
- buildUnnamed7150() {
+ buildUnnamed7201() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageListSelectItem>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageListSelectItem());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageListSelectItem());
return o;
}
-void checkUnnamed7150(
+void checkUnnamed7201(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageListSelectItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageListSelectItem(
@@ -14755,7 +14755,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageListSelect();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageListSelect++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageListSelect < 3) {
- o.items = buildUnnamed7150();
+ o.items = buildUnnamed7201();
o.subtitle = 'foo';
o.title = 'foo';
}
@@ -14767,7 +14767,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageListSelect o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageListSelect++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageListSelect < 3) {
- checkUnnamed7150(o.items!);
+ checkUnnamed7201(o.items!);
unittest.expect(
o.subtitle!,
unittest.equals('foo'),
@@ -14818,7 +14818,7 @@
core.List<
api.GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject>
- buildUnnamed7151() {
+ buildUnnamed7202() {
var o = <
api.GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject>[];
o.add(
@@ -14828,7 +14828,7 @@
return o;
}
-void checkUnnamed7151(
+void checkUnnamed7202(
core.List<
api.GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject>
o) {
@@ -14847,7 +14847,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageMediaContent();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContent++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContent < 3) {
- o.mediaObjects = buildUnnamed7151();
+ o.mediaObjects = buildUnnamed7202();
o.mediaType = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContent--;
@@ -14858,7 +14858,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageMediaContent o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContent++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContent < 3) {
- checkUnnamed7151(o.mediaObjects!);
+ checkUnnamed7202(o.mediaObjects!);
unittest.expect(
o.mediaType!,
unittest.equals('foo'),
@@ -14913,14 +14913,14 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject--;
}
-core.List<core.String> buildUnnamed7152() {
+core.List<core.String> buildUnnamed7203() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7152(core.List<core.String> o) {
+void checkUnnamed7203(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -14938,7 +14938,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageQuickReplies();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageQuickReplies++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageQuickReplies < 3) {
- o.quickReplies = buildUnnamed7152();
+ o.quickReplies = buildUnnamed7203();
o.title = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageQuickReplies--;
@@ -14949,7 +14949,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageQuickReplies o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageQuickReplies++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageQuickReplies < 3) {
- checkUnnamed7152(o.quickReplies!);
+ checkUnnamed7203(o.quickReplies!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -14959,14 +14959,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion>
- buildUnnamed7153() {
+ buildUnnamed7204() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion());
return o;
}
-void checkUnnamed7153(
+void checkUnnamed7204(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion(
@@ -14985,7 +14985,7 @@
o.description = 'foo';
o.media =
buildGoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia();
- o.suggestions = buildUnnamed7153();
+ o.suggestions = buildUnnamed7204();
o.title = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCardContent--;
@@ -15003,7 +15003,7 @@
checkGoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia(o
.media!
as api.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia);
- checkUnnamed7153(o.suggestions!);
+ checkUnnamed7204(o.suggestions!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -15051,14 +15051,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent>
- buildUnnamed7154() {
+ buildUnnamed7205() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmCardContent());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmCardContent());
return o;
}
-void checkUnnamed7154(
+void checkUnnamed7205(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageRbmCardContent(
@@ -15075,7 +15075,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard <
3) {
- o.cardContents = buildUnnamed7154();
+ o.cardContents = buildUnnamed7205();
o.cardWidth = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard--;
@@ -15087,7 +15087,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard <
3) {
- checkUnnamed7154(o.cardContents!);
+ checkUnnamed7205(o.cardContents!);
unittest.expect(
o.cardWidth!,
unittest.equals('foo'),
@@ -15321,14 +15321,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion>
- buildUnnamed7155() {
+ buildUnnamed7206() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion());
return o;
}
-void checkUnnamed7155(
+void checkUnnamed7206(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion(
@@ -15343,7 +15343,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageRbmText();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText < 3) {
- o.rbmSuggestion = buildUnnamed7155();
+ o.rbmSuggestion = buildUnnamed7206();
o.text = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText--;
@@ -15354,7 +15354,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageRbmText o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText < 3) {
- checkUnnamed7155(o.rbmSuggestion!);
+ checkUnnamed7206(o.rbmSuggestion!);
unittest.expect(
o.text!,
unittest.equals('foo'),
@@ -15363,14 +15363,14 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText--;
}
-core.List<core.String> buildUnnamed7156() {
+core.List<core.String> buildUnnamed7207() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7156(core.List<core.String> o) {
+void checkUnnamed7207(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15390,7 +15390,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo < 3) {
o.key = 'foo';
- o.synonyms = buildUnnamed7156();
+ o.synonyms = buildUnnamed7207();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo--;
return o;
@@ -15404,7 +15404,7 @@
o.key!,
unittest.equals('foo'),
);
- checkUnnamed7156(o.synonyms!);
+ checkUnnamed7207(o.synonyms!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo--;
}
@@ -15445,14 +15445,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse>
- buildUnnamed7157() {
+ buildUnnamed7208() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageSimpleResponse());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageSimpleResponse());
return o;
}
-void checkUnnamed7157(
+void checkUnnamed7208(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageSimpleResponse(
@@ -15469,7 +15469,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses <
3) {
- o.simpleResponses = buildUnnamed7157();
+ o.simpleResponses = buildUnnamed7208();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses--;
return o;
@@ -15480,7 +15480,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses <
3) {
- checkUnnamed7157(o.simpleResponses!);
+ checkUnnamed7208(o.simpleResponses!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses--;
}
@@ -15510,14 +15510,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageSuggestion>
- buildUnnamed7158() {
+ buildUnnamed7209() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageSuggestion>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageSuggestion());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageSuggestion());
return o;
}
-void checkUnnamed7158(
+void checkUnnamed7209(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageSuggestion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageSuggestion(
@@ -15532,7 +15532,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageSuggestions();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions < 3) {
- o.suggestions = buildUnnamed7158();
+ o.suggestions = buildUnnamed7209();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions--;
return o;
@@ -15542,20 +15542,20 @@
api.GoogleCloudDialogflowV2beta1IntentMessageSuggestions o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions < 3) {
- checkUnnamed7158(o.suggestions!);
+ checkUnnamed7209(o.suggestions!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions--;
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton>
- buildUnnamed7159() {
+ buildUnnamed7210() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton());
return o;
}
-void checkUnnamed7159(
+void checkUnnamed7210(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton(
@@ -15565,14 +15565,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageColumnProperties>
- buildUnnamed7160() {
+ buildUnnamed7211() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageColumnProperties>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageColumnProperties());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageColumnProperties());
return o;
}
-void checkUnnamed7160(
+void checkUnnamed7211(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageColumnProperties>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -15583,14 +15583,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow>
- buildUnnamed7161() {
+ buildUnnamed7212() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageTableCardRow());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageTableCardRow());
return o;
}
-void checkUnnamed7161(
+void checkUnnamed7212(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageTableCardRow(
@@ -15605,10 +15605,10 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageTableCard();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCard < 3) {
- o.buttons = buildUnnamed7159();
- o.columnProperties = buildUnnamed7160();
+ o.buttons = buildUnnamed7210();
+ o.columnProperties = buildUnnamed7211();
o.image = buildGoogleCloudDialogflowV2beta1IntentMessageImage();
- o.rows = buildUnnamed7161();
+ o.rows = buildUnnamed7212();
o.subtitle = 'foo';
o.title = 'foo';
}
@@ -15620,11 +15620,11 @@
api.GoogleCloudDialogflowV2beta1IntentMessageTableCard o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCard < 3) {
- checkUnnamed7159(o.buttons!);
- checkUnnamed7160(o.columnProperties!);
+ checkUnnamed7210(o.buttons!);
+ checkUnnamed7211(o.columnProperties!);
checkGoogleCloudDialogflowV2beta1IntentMessageImage(
o.image! as api.GoogleCloudDialogflowV2beta1IntentMessageImage);
- checkUnnamed7161(o.rows!);
+ checkUnnamed7212(o.rows!);
unittest.expect(
o.subtitle!,
unittest.equals('foo'),
@@ -15662,14 +15662,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageTableCardCell>
- buildUnnamed7162() {
+ buildUnnamed7213() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageTableCardCell>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageTableCardCell());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageTableCardCell());
return o;
}
-void checkUnnamed7162(
+void checkUnnamed7213(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageTableCardCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageTableCardCell(
@@ -15684,7 +15684,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow < 3) {
- o.cells = buildUnnamed7162();
+ o.cells = buildUnnamed7213();
o.dividerAfter = true;
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow--;
@@ -15695,7 +15695,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow < 3) {
- checkUnnamed7162(o.cells!);
+ checkUnnamed7213(o.cells!);
unittest.expect(o.dividerAfter!, unittest.isTrue);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow--;
@@ -15790,14 +15790,14 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall--;
}
-core.List<core.String> buildUnnamed7163() {
+core.List<core.String> buildUnnamed7214() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7163(core.List<core.String> o) {
+void checkUnnamed7214(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15815,7 +15815,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageText();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageText++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageText < 3) {
- o.text = buildUnnamed7163();
+ o.text = buildUnnamed7214();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageText--;
return o;
@@ -15825,19 +15825,19 @@
api.GoogleCloudDialogflowV2beta1IntentMessageText o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageText++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageText < 3) {
- checkUnnamed7163(o.text!);
+ checkUnnamed7214(o.text!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageText--;
}
-core.List<core.String> buildUnnamed7164() {
+core.List<core.String> buildUnnamed7215() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7164(core.List<core.String> o) {
+void checkUnnamed7215(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15861,7 +15861,7 @@
o.isList = true;
o.mandatory = true;
o.name = 'foo';
- o.prompts = buildUnnamed7164();
+ o.prompts = buildUnnamed7215();
o.value = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentParameter--;
@@ -15890,7 +15890,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7164(o.prompts!);
+ checkUnnamed7215(o.prompts!);
unittest.expect(
o.value!,
unittest.equals('foo'),
@@ -15900,14 +15900,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart>
- buildUnnamed7165() {
+ buildUnnamed7216() {
var o = <api.GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentTrainingPhrasePart());
o.add(buildGoogleCloudDialogflowV2beta1IntentTrainingPhrasePart());
return o;
}
-void checkUnnamed7165(
+void checkUnnamed7216(
core.List<api.GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentTrainingPhrasePart(
@@ -15923,7 +15923,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentTrainingPhrase++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentTrainingPhrase < 3) {
o.name = 'foo';
- o.parts = buildUnnamed7165();
+ o.parts = buildUnnamed7216();
o.timesAddedCount = 42;
o.type = 'foo';
}
@@ -15939,7 +15939,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7165(o.parts!);
+ checkUnnamed7216(o.parts!);
unittest.expect(
o.timesAddedCount!,
unittest.equals(42),
@@ -15989,14 +15989,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer>
- buildUnnamed7166() {
+ buildUnnamed7217() {
var o = <api.GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer>[];
o.add(buildGoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer());
o.add(buildGoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer());
return o;
}
-void checkUnnamed7166(
+void checkUnnamed7217(
core.List<api.GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer(
@@ -16011,7 +16011,7 @@
var o = api.GoogleCloudDialogflowV2beta1KnowledgeAnswers();
buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers++;
if (buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers < 3) {
- o.answers = buildUnnamed7166();
+ o.answers = buildUnnamed7217();
}
buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers--;
return o;
@@ -16021,7 +16021,7 @@
api.GoogleCloudDialogflowV2beta1KnowledgeAnswers o) {
buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers++;
if (buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers < 3) {
- checkUnnamed7166(o.answers!);
+ checkUnnamed7217(o.answers!);
}
buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers--;
}
@@ -16157,14 +16157,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1AnnotatedMessagePart>
- buildUnnamed7167() {
+ buildUnnamed7218() {
var o = <api.GoogleCloudDialogflowV2beta1AnnotatedMessagePart>[];
o.add(buildGoogleCloudDialogflowV2beta1AnnotatedMessagePart());
o.add(buildGoogleCloudDialogflowV2beta1AnnotatedMessagePart());
return o;
}
-void checkUnnamed7167(
+void checkUnnamed7218(
core.List<api.GoogleCloudDialogflowV2beta1AnnotatedMessagePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1AnnotatedMessagePart(
@@ -16180,7 +16180,7 @@
buildCounterGoogleCloudDialogflowV2beta1MessageAnnotation++;
if (buildCounterGoogleCloudDialogflowV2beta1MessageAnnotation < 3) {
o.containEntities = true;
- o.parts = buildUnnamed7167();
+ o.parts = buildUnnamed7218();
}
buildCounterGoogleCloudDialogflowV2beta1MessageAnnotation--;
return o;
@@ -16191,12 +16191,12 @@
buildCounterGoogleCloudDialogflowV2beta1MessageAnnotation++;
if (buildCounterGoogleCloudDialogflowV2beta1MessageAnnotation < 3) {
unittest.expect(o.containEntities!, unittest.isTrue);
- checkUnnamed7167(o.parts!);
+ checkUnnamed7218(o.parts!);
}
buildCounterGoogleCloudDialogflowV2beta1MessageAnnotation--;
}
-core.Map<core.String, core.Object> buildUnnamed7168() {
+core.Map<core.String, core.Object> buildUnnamed7219() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -16211,7 +16211,7 @@
return o;
}
-void checkUnnamed7168(core.Map<core.String, core.Object> o) {
+void checkUnnamed7219(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted71 = (o['x']!) as core.Map;
unittest.expect(casted71, unittest.hasLength(3));
@@ -16250,7 +16250,7 @@
var o = api.GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest();
buildCounterGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest++;
if (buildCounterGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest < 3) {
- o.payload = buildUnnamed7168();
+ o.payload = buildUnnamed7219();
o.source = 'foo';
o.version = 'foo';
}
@@ -16262,7 +16262,7 @@
api.GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest o) {
buildCounterGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest++;
if (buildCounterGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest < 3) {
- checkUnnamed7168(o.payload!);
+ checkUnnamed7219(o.payload!);
unittest.expect(
o.source!,
unittest.equals('foo'),
@@ -16275,7 +16275,7 @@
buildCounterGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed7169() {
+core.Map<core.String, core.Object> buildUnnamed7220() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -16290,7 +16290,7 @@
return o;
}
-void checkUnnamed7169(core.Map<core.String, core.Object> o) {
+void checkUnnamed7220(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted73 = (o['x']!) as core.Map;
unittest.expect(casted73, unittest.hasLength(3));
@@ -16322,14 +16322,14 @@
);
}
-core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed7170() {
+core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed7221() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
return o;
}
-void checkUnnamed7170(
+void checkUnnamed7221(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessage(
@@ -16338,14 +16338,14 @@
o[1] as api.GoogleCloudDialogflowV2beta1IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed7171() {
+core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed7222() {
var o = <api.GoogleCloudDialogflowV2beta1Context>[];
o.add(buildGoogleCloudDialogflowV2beta1Context());
o.add(buildGoogleCloudDialogflowV2beta1Context());
return o;
}
-void checkUnnamed7171(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
+void checkUnnamed7222(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1Context(
o[0] as api.GoogleCloudDialogflowV2beta1Context);
@@ -16353,7 +16353,7 @@
o[1] as api.GoogleCloudDialogflowV2beta1Context);
}
-core.Map<core.String, core.Object> buildUnnamed7172() {
+core.Map<core.String, core.Object> buildUnnamed7223() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -16368,7 +16368,7 @@
return o;
}
-void checkUnnamed7172(core.Map<core.String, core.Object> o) {
+void checkUnnamed7223(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted75 = (o['x']!) as core.Map;
unittest.expect(casted75, unittest.hasLength(3));
@@ -16400,7 +16400,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7173() {
+core.Map<core.String, core.Object> buildUnnamed7224() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -16415,7 +16415,7 @@
return o;
}
-void checkUnnamed7173(core.Map<core.String, core.Object> o) {
+void checkUnnamed7224(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted77 = (o['x']!) as core.Map;
unittest.expect(casted77, unittest.hasLength(3));
@@ -16456,20 +16456,20 @@
o.action = 'foo';
o.allRequiredParamsPresent = true;
o.cancelsSlotFilling = true;
- o.diagnosticInfo = buildUnnamed7169();
- o.fulfillmentMessages = buildUnnamed7170();
+ o.diagnosticInfo = buildUnnamed7220();
+ o.fulfillmentMessages = buildUnnamed7221();
o.fulfillmentText = 'foo';
o.intent = buildGoogleCloudDialogflowV2beta1Intent();
o.intentDetectionConfidence = 42.0;
o.knowledgeAnswers = buildGoogleCloudDialogflowV2beta1KnowledgeAnswers();
o.languageCode = 'foo';
- o.outputContexts = buildUnnamed7171();
- o.parameters = buildUnnamed7172();
+ o.outputContexts = buildUnnamed7222();
+ o.parameters = buildUnnamed7223();
o.queryText = 'foo';
o.sentimentAnalysisResult =
buildGoogleCloudDialogflowV2beta1SentimentAnalysisResult();
o.speechRecognitionConfidence = 42.0;
- o.webhookPayload = buildUnnamed7173();
+ o.webhookPayload = buildUnnamed7224();
o.webhookSource = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1QueryResult--;
@@ -16486,8 +16486,8 @@
);
unittest.expect(o.allRequiredParamsPresent!, unittest.isTrue);
unittest.expect(o.cancelsSlotFilling!, unittest.isTrue);
- checkUnnamed7169(o.diagnosticInfo!);
- checkUnnamed7170(o.fulfillmentMessages!);
+ checkUnnamed7220(o.diagnosticInfo!);
+ checkUnnamed7221(o.fulfillmentMessages!);
unittest.expect(
o.fulfillmentText!,
unittest.equals('foo'),
@@ -16504,8 +16504,8 @@
o.languageCode!,
unittest.equals('foo'),
);
- checkUnnamed7171(o.outputContexts!);
- checkUnnamed7172(o.parameters!);
+ checkUnnamed7222(o.outputContexts!);
+ checkUnnamed7223(o.parameters!);
unittest.expect(
o.queryText!,
unittest.equals('foo'),
@@ -16517,7 +16517,7 @@
o.speechRecognitionConfidence!,
unittest.equals(42.0),
);
- checkUnnamed7173(o.webhookPayload!);
+ checkUnnamed7224(o.webhookPayload!);
unittest.expect(
o.webhookSource!,
unittest.equals('foo'),
@@ -16577,14 +16577,14 @@
buildCounterGoogleCloudDialogflowV2beta1SentimentAnalysisResult--;
}
-core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> buildUnnamed7174() {
+core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> buildUnnamed7225() {
var o = <api.GoogleCloudDialogflowV2beta1EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowV2beta1EntityTypeEntity());
o.add(buildGoogleCloudDialogflowV2beta1EntityTypeEntity());
return o;
}
-void checkUnnamed7174(
+void checkUnnamed7225(
core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1EntityTypeEntity(
@@ -16599,7 +16599,7 @@
var o = api.GoogleCloudDialogflowV2beta1SessionEntityType();
buildCounterGoogleCloudDialogflowV2beta1SessionEntityType++;
if (buildCounterGoogleCloudDialogflowV2beta1SessionEntityType < 3) {
- o.entities = buildUnnamed7174();
+ o.entities = buildUnnamed7225();
o.entityOverrideMode = 'foo';
o.name = 'foo';
}
@@ -16611,7 +16611,7 @@
api.GoogleCloudDialogflowV2beta1SessionEntityType o) {
buildCounterGoogleCloudDialogflowV2beta1SessionEntityType++;
if (buildCounterGoogleCloudDialogflowV2beta1SessionEntityType < 3) {
- checkUnnamed7174(o.entities!);
+ checkUnnamed7225(o.entities!);
unittest.expect(
o.entityOverrideMode!,
unittest.equals('foo'),
@@ -16658,14 +16658,14 @@
buildCounterGoogleCloudDialogflowV2beta1SmartReplyAnswer--;
}
-core.List<api.GoogleCloudDialogflowV2beta1ArticleAnswer> buildUnnamed7175() {
+core.List<api.GoogleCloudDialogflowV2beta1ArticleAnswer> buildUnnamed7226() {
var o = <api.GoogleCloudDialogflowV2beta1ArticleAnswer>[];
o.add(buildGoogleCloudDialogflowV2beta1ArticleAnswer());
o.add(buildGoogleCloudDialogflowV2beta1ArticleAnswer());
return o;
}
-void checkUnnamed7175(
+void checkUnnamed7226(
core.List<api.GoogleCloudDialogflowV2beta1ArticleAnswer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1ArticleAnswer(
@@ -16680,7 +16680,7 @@
var o = api.GoogleCloudDialogflowV2beta1SuggestArticlesResponse();
buildCounterGoogleCloudDialogflowV2beta1SuggestArticlesResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1SuggestArticlesResponse < 3) {
- o.articleAnswers = buildUnnamed7175();
+ o.articleAnswers = buildUnnamed7226();
o.contextSize = 42;
o.latestMessage = 'foo';
}
@@ -16692,7 +16692,7 @@
api.GoogleCloudDialogflowV2beta1SuggestArticlesResponse o) {
buildCounterGoogleCloudDialogflowV2beta1SuggestArticlesResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1SuggestArticlesResponse < 3) {
- checkUnnamed7175(o.articleAnswers!);
+ checkUnnamed7226(o.articleAnswers!);
unittest.expect(
o.contextSize!,
unittest.equals(42),
@@ -16705,14 +16705,14 @@
buildCounterGoogleCloudDialogflowV2beta1SuggestArticlesResponse--;
}
-core.List<api.GoogleCloudDialogflowV2beta1FaqAnswer> buildUnnamed7176() {
+core.List<api.GoogleCloudDialogflowV2beta1FaqAnswer> buildUnnamed7227() {
var o = <api.GoogleCloudDialogflowV2beta1FaqAnswer>[];
o.add(buildGoogleCloudDialogflowV2beta1FaqAnswer());
o.add(buildGoogleCloudDialogflowV2beta1FaqAnswer());
return o;
}
-void checkUnnamed7176(core.List<api.GoogleCloudDialogflowV2beta1FaqAnswer> o) {
+void checkUnnamed7227(core.List<api.GoogleCloudDialogflowV2beta1FaqAnswer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1FaqAnswer(
o[0] as api.GoogleCloudDialogflowV2beta1FaqAnswer);
@@ -16727,7 +16727,7 @@
buildCounterGoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse < 3) {
o.contextSize = 42;
- o.faqAnswers = buildUnnamed7176();
+ o.faqAnswers = buildUnnamed7227();
o.latestMessage = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse--;
@@ -16742,7 +16742,7 @@
o.contextSize!,
unittest.equals(42),
);
- checkUnnamed7176(o.faqAnswers!);
+ checkUnnamed7227(o.faqAnswers!);
unittest.expect(
o.latestMessage!,
unittest.equals('foo'),
@@ -16751,14 +16751,14 @@
buildCounterGoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse--;
}
-core.List<api.GoogleCloudDialogflowV2beta1SmartReplyAnswer> buildUnnamed7177() {
+core.List<api.GoogleCloudDialogflowV2beta1SmartReplyAnswer> buildUnnamed7228() {
var o = <api.GoogleCloudDialogflowV2beta1SmartReplyAnswer>[];
o.add(buildGoogleCloudDialogflowV2beta1SmartReplyAnswer());
o.add(buildGoogleCloudDialogflowV2beta1SmartReplyAnswer());
return o;
}
-void checkUnnamed7177(
+void checkUnnamed7228(
core.List<api.GoogleCloudDialogflowV2beta1SmartReplyAnswer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1SmartReplyAnswer(
@@ -16776,7 +16776,7 @@
if (buildCounterGoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse < 3) {
o.contextSize = 42;
o.latestMessage = 'foo';
- o.smartReplyAnswers = buildUnnamed7177();
+ o.smartReplyAnswers = buildUnnamed7228();
}
buildCounterGoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse--;
return o;
@@ -16794,7 +16794,7 @@
o.latestMessage!,
unittest.equals('foo'),
);
- checkUnnamed7177(o.smartReplyAnswers!);
+ checkUnnamed7228(o.smartReplyAnswers!);
}
buildCounterGoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse--;
}
@@ -16835,14 +16835,14 @@
buildCounterGoogleCloudDialogflowV2beta1SuggestionResult--;
}
-core.List<api.GoogleCloudDialogflowV2beta1QueryResult> buildUnnamed7178() {
+core.List<api.GoogleCloudDialogflowV2beta1QueryResult> buildUnnamed7229() {
var o = <api.GoogleCloudDialogflowV2beta1QueryResult>[];
o.add(buildGoogleCloudDialogflowV2beta1QueryResult());
o.add(buildGoogleCloudDialogflowV2beta1QueryResult());
return o;
}
-void checkUnnamed7178(
+void checkUnnamed7229(
core.List<api.GoogleCloudDialogflowV2beta1QueryResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1QueryResult(
@@ -16857,7 +16857,7 @@
var o = api.GoogleCloudDialogflowV2beta1WebhookRequest();
buildCounterGoogleCloudDialogflowV2beta1WebhookRequest++;
if (buildCounterGoogleCloudDialogflowV2beta1WebhookRequest < 3) {
- o.alternativeQueryResults = buildUnnamed7178();
+ o.alternativeQueryResults = buildUnnamed7229();
o.originalDetectIntentRequest =
buildGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest();
o.queryResult = buildGoogleCloudDialogflowV2beta1QueryResult();
@@ -16872,7 +16872,7 @@
api.GoogleCloudDialogflowV2beta1WebhookRequest o) {
buildCounterGoogleCloudDialogflowV2beta1WebhookRequest++;
if (buildCounterGoogleCloudDialogflowV2beta1WebhookRequest < 3) {
- checkUnnamed7178(o.alternativeQueryResults!);
+ checkUnnamed7229(o.alternativeQueryResults!);
checkGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest(
o.originalDetectIntentRequest!
as api.GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest);
@@ -16890,14 +16890,14 @@
buildCounterGoogleCloudDialogflowV2beta1WebhookRequest--;
}
-core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed7179() {
+core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed7230() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
return o;
}
-void checkUnnamed7179(
+void checkUnnamed7230(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessage(
@@ -16906,14 +16906,14 @@
o[1] as api.GoogleCloudDialogflowV2beta1IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed7180() {
+core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed7231() {
var o = <api.GoogleCloudDialogflowV2beta1Context>[];
o.add(buildGoogleCloudDialogflowV2beta1Context());
o.add(buildGoogleCloudDialogflowV2beta1Context());
return o;
}
-void checkUnnamed7180(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
+void checkUnnamed7231(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1Context(
o[0] as api.GoogleCloudDialogflowV2beta1Context);
@@ -16921,7 +16921,7 @@
o[1] as api.GoogleCloudDialogflowV2beta1Context);
}
-core.Map<core.String, core.Object> buildUnnamed7181() {
+core.Map<core.String, core.Object> buildUnnamed7232() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -16936,7 +16936,7 @@
return o;
}
-void checkUnnamed7181(core.Map<core.String, core.Object> o) {
+void checkUnnamed7232(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted79 = (o['x']!) as core.Map;
unittest.expect(casted79, unittest.hasLength(3));
@@ -16969,14 +16969,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1SessionEntityType>
- buildUnnamed7182() {
+ buildUnnamed7233() {
var o = <api.GoogleCloudDialogflowV2beta1SessionEntityType>[];
o.add(buildGoogleCloudDialogflowV2beta1SessionEntityType());
o.add(buildGoogleCloudDialogflowV2beta1SessionEntityType());
return o;
}
-void checkUnnamed7182(
+void checkUnnamed7233(
core.List<api.GoogleCloudDialogflowV2beta1SessionEntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1SessionEntityType(
@@ -16993,12 +16993,12 @@
if (buildCounterGoogleCloudDialogflowV2beta1WebhookResponse < 3) {
o.endInteraction = true;
o.followupEventInput = buildGoogleCloudDialogflowV2beta1EventInput();
- o.fulfillmentMessages = buildUnnamed7179();
+ o.fulfillmentMessages = buildUnnamed7230();
o.fulfillmentText = 'foo';
o.liveAgentHandoff = true;
- o.outputContexts = buildUnnamed7180();
- o.payload = buildUnnamed7181();
- o.sessionEntityTypes = buildUnnamed7182();
+ o.outputContexts = buildUnnamed7231();
+ o.payload = buildUnnamed7232();
+ o.sessionEntityTypes = buildUnnamed7233();
o.source = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1WebhookResponse--;
@@ -17012,15 +17012,15 @@
unittest.expect(o.endInteraction!, unittest.isTrue);
checkGoogleCloudDialogflowV2beta1EventInput(
o.followupEventInput! as api.GoogleCloudDialogflowV2beta1EventInput);
- checkUnnamed7179(o.fulfillmentMessages!);
+ checkUnnamed7230(o.fulfillmentMessages!);
unittest.expect(
o.fulfillmentText!,
unittest.equals('foo'),
);
unittest.expect(o.liveAgentHandoff!, unittest.isTrue);
- checkUnnamed7180(o.outputContexts!);
- checkUnnamed7181(o.payload!);
- checkUnnamed7182(o.sessionEntityTypes!);
+ checkUnnamed7231(o.outputContexts!);
+ checkUnnamed7232(o.payload!);
+ checkUnnamed7233(o.sessionEntityTypes!);
unittest.expect(
o.source!,
unittest.equals('foo'),
@@ -17141,14 +17141,14 @@
buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed7183() {
+core.List<api.GoogleRpcStatus> buildUnnamed7234() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed7183(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed7234(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -17160,7 +17160,7 @@
var o = api.GoogleCloudDialogflowV3alpha1ImportDocumentsResponse();
buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse < 3) {
- o.warnings = buildUnnamed7183();
+ o.warnings = buildUnnamed7234();
}
buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse--;
return o;
@@ -17170,7 +17170,7 @@
api.GoogleCloudDialogflowV3alpha1ImportDocumentsResponse o) {
buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse < 3) {
- checkUnnamed7183(o.warnings!);
+ checkUnnamed7234(o.warnings!);
}
buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse--;
}
@@ -17231,14 +17231,14 @@
buildCounterGoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed7184() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed7235() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed7184(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed7235(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -17251,7 +17251,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed7184();
+ o.operations = buildUnnamed7235();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -17265,12 +17265,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7184(o.operations!);
+ checkUnnamed7235(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed7185() {
+core.Map<core.String, core.Object> buildUnnamed7236() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -17285,7 +17285,7 @@
return o;
}
-void checkUnnamed7185(core.Map<core.String, core.Object> o) {
+void checkUnnamed7236(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted81 = (o['x']!) as core.Map;
unittest.expect(casted81, unittest.hasLength(3));
@@ -17317,7 +17317,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7186() {
+core.Map<core.String, core.Object> buildUnnamed7237() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -17332,7 +17332,7 @@
return o;
}
-void checkUnnamed7186(core.Map<core.String, core.Object> o) {
+void checkUnnamed7237(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted83 = (o['x']!) as core.Map;
unittest.expect(casted83, unittest.hasLength(3));
@@ -17371,9 +17371,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildGoogleRpcStatus();
- o.metadata = buildUnnamed7185();
+ o.metadata = buildUnnamed7236();
o.name = 'foo';
- o.response = buildUnnamed7186();
+ o.response = buildUnnamed7237();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -17384,12 +17384,12 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed7185(o.metadata!);
+ checkUnnamed7236(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7186(o.response!);
+ checkUnnamed7237(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
@@ -17409,7 +17409,7 @@
buildCounterGoogleProtobufEmpty--;
}
-core.Map<core.String, core.Object> buildUnnamed7187() {
+core.Map<core.String, core.Object> buildUnnamed7238() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -17424,7 +17424,7 @@
return o;
}
-void checkUnnamed7187(core.Map<core.String, core.Object> o) {
+void checkUnnamed7238(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted85 = (o['x']!) as core.Map;
unittest.expect(casted85, unittest.hasLength(3));
@@ -17456,17 +17456,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7188() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7239() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7187());
- o.add(buildUnnamed7187());
+ o.add(buildUnnamed7238());
+ o.add(buildUnnamed7238());
return o;
}
-void checkUnnamed7188(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7239(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7187(o[0]);
- checkUnnamed7187(o[1]);
+ checkUnnamed7238(o[0]);
+ checkUnnamed7238(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -17475,7 +17475,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed7188();
+ o.details = buildUnnamed7239();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -17489,7 +17489,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed7188(o.details!);
+ checkUnnamed7239(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/dialogflow/v3_test.dart b/generated/googleapis/test/dialogflow/v3_test.dart
index bf3d6f1..c796fa8 100644
--- a/generated/googleapis/test/dialogflow/v3_test.dart
+++ b/generated/googleapis/test/dialogflow/v3_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed6587() {
+core.List<core.String> buildUnnamed6638() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6587(core.List<core.String> o) {
+void checkUnnamed6638(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -62,7 +62,7 @@
o.speechToTextSettings =
buildGoogleCloudDialogflowCxV3SpeechToTextSettings();
o.startFlow = 'foo';
- o.supportedLanguageCodes = buildUnnamed6587();
+ o.supportedLanguageCodes = buildUnnamed6638();
o.timeZone = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3Agent--;
@@ -104,7 +104,7 @@
o.startFlow!,
unittest.equals('foo'),
);
- checkUnnamed6587(o.supportedLanguageCodes!);
+ checkUnnamed6638(o.supportedLanguageCodes!);
unittest.expect(
o.timeZone!,
unittest.equals('foo'),
@@ -114,14 +114,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3FlowValidationResult>
- buildUnnamed6588() {
+ buildUnnamed6639() {
var o = <api.GoogleCloudDialogflowCxV3FlowValidationResult>[];
o.add(buildGoogleCloudDialogflowCxV3FlowValidationResult());
o.add(buildGoogleCloudDialogflowCxV3FlowValidationResult());
return o;
}
-void checkUnnamed6588(
+void checkUnnamed6639(
core.List<api.GoogleCloudDialogflowCxV3FlowValidationResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3FlowValidationResult(
@@ -136,7 +136,7 @@
var o = api.GoogleCloudDialogflowCxV3AgentValidationResult();
buildCounterGoogleCloudDialogflowCxV3AgentValidationResult++;
if (buildCounterGoogleCloudDialogflowCxV3AgentValidationResult < 3) {
- o.flowValidationResults = buildUnnamed6588();
+ o.flowValidationResults = buildUnnamed6639();
o.name = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3AgentValidationResult--;
@@ -147,7 +147,7 @@
api.GoogleCloudDialogflowCxV3AgentValidationResult o) {
buildCounterGoogleCloudDialogflowCxV3AgentValidationResult++;
if (buildCounterGoogleCloudDialogflowCxV3AgentValidationResult < 3) {
- checkUnnamed6588(o.flowValidationResults!);
+ checkUnnamed6639(o.flowValidationResults!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -183,14 +183,14 @@
buildCounterGoogleCloudDialogflowCxV3AudioInput--;
}
-core.List<core.String> buildUnnamed6589() {
+core.List<core.String> buildUnnamed6640() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6589(core.List<core.String> o) {
+void checkUnnamed6640(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -208,7 +208,7 @@
var o = api.GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest();
buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest++;
if (buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest < 3) {
- o.names = buildUnnamed6589();
+ o.names = buildUnnamed6640();
}
buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest--;
return o;
@@ -218,19 +218,19 @@
api.GoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest o) {
buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest++;
if (buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest < 3) {
- checkUnnamed6589(o.names!);
+ checkUnnamed6640(o.names!);
}
buildCounterGoogleCloudDialogflowCxV3BatchDeleteTestCasesRequest--;
}
-core.List<api.GoogleCloudDialogflowCxV3TestError> buildUnnamed6590() {
+core.List<api.GoogleCloudDialogflowCxV3TestError> buildUnnamed6641() {
var o = <api.GoogleCloudDialogflowCxV3TestError>[];
o.add(buildGoogleCloudDialogflowCxV3TestError());
o.add(buildGoogleCloudDialogflowCxV3TestError());
return o;
}
-void checkUnnamed6590(core.List<api.GoogleCloudDialogflowCxV3TestError> o) {
+void checkUnnamed6641(core.List<api.GoogleCloudDialogflowCxV3TestError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestError(
o[0] as api.GoogleCloudDialogflowCxV3TestError);
@@ -244,7 +244,7 @@
var o = api.GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata();
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata < 3) {
- o.errors = buildUnnamed6590();
+ o.errors = buildUnnamed6641();
}
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata--;
return o;
@@ -254,19 +254,19 @@
api.GoogleCloudDialogflowCxV3BatchRunTestCasesMetadata o) {
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata < 3) {
- checkUnnamed6590(o.errors!);
+ checkUnnamed6641(o.errors!);
}
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesMetadata--;
}
-core.List<core.String> buildUnnamed6591() {
+core.List<core.String> buildUnnamed6642() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6591(core.List<core.String> o) {
+void checkUnnamed6642(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -285,7 +285,7 @@
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesRequest++;
if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesRequest < 3) {
o.environment = 'foo';
- o.testCases = buildUnnamed6591();
+ o.testCases = buildUnnamed6642();
}
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesRequest--;
return o;
@@ -299,19 +299,19 @@
o.environment!,
unittest.equals('foo'),
);
- checkUnnamed6591(o.testCases!);
+ checkUnnamed6642(o.testCases!);
}
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesRequest--;
}
-core.List<api.GoogleCloudDialogflowCxV3TestCaseResult> buildUnnamed6592() {
+core.List<api.GoogleCloudDialogflowCxV3TestCaseResult> buildUnnamed6643() {
var o = <api.GoogleCloudDialogflowCxV3TestCaseResult>[];
o.add(buildGoogleCloudDialogflowCxV3TestCaseResult());
o.add(buildGoogleCloudDialogflowCxV3TestCaseResult());
return o;
}
-void checkUnnamed6592(
+void checkUnnamed6643(
core.List<api.GoogleCloudDialogflowCxV3TestCaseResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestCaseResult(
@@ -326,7 +326,7 @@
var o = api.GoogleCloudDialogflowCxV3BatchRunTestCasesResponse();
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse < 3) {
- o.results = buildUnnamed6592();
+ o.results = buildUnnamed6643();
}
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse--;
return o;
@@ -336,7 +336,7 @@
api.GoogleCloudDialogflowCxV3BatchRunTestCasesResponse o) {
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse < 3) {
- checkUnnamed6592(o.results!);
+ checkUnnamed6643(o.results!);
}
buildCounterGoogleCloudDialogflowCxV3BatchRunTestCasesResponse--;
}
@@ -376,14 +376,14 @@
buildCounterGoogleCloudDialogflowCxV3CalculateCoverageResponse--;
}
-core.List<core.String> buildUnnamed6593() {
+core.List<core.String> buildUnnamed6644() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6593(core.List<core.String> o) {
+void checkUnnamed6644(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -404,7 +404,7 @@
o.name = 'foo';
o.result = 'foo';
o.runTime = 'foo';
- o.testCaseResults = buildUnnamed6593();
+ o.testCaseResults = buildUnnamed6644();
}
buildCounterGoogleCloudDialogflowCxV3ContinuousTestResult--;
return o;
@@ -426,7 +426,7 @@
o.runTime!,
unittest.equals('foo'),
);
- checkUnnamed6593(o.testCaseResults!);
+ checkUnnamed6644(o.testCaseResults!);
}
buildCounterGoogleCloudDialogflowCxV3ContinuousTestResult--;
}
@@ -458,7 +458,7 @@
buildCounterGoogleCloudDialogflowCxV3ConversationTurn--;
}
-core.Map<core.String, core.Object> buildUnnamed6594() {
+core.Map<core.String, core.Object> buildUnnamed6645() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -473,7 +473,7 @@
return o;
}
-void checkUnnamed6594(core.Map<core.String, core.Object> o) {
+void checkUnnamed6645(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -512,7 +512,7 @@
buildCounterGoogleCloudDialogflowCxV3ConversationTurnUserInput++;
if (buildCounterGoogleCloudDialogflowCxV3ConversationTurnUserInput < 3) {
o.enableSentimentAnalysis = true;
- o.injectedParameters = buildUnnamed6594();
+ o.injectedParameters = buildUnnamed6645();
o.input = buildGoogleCloudDialogflowCxV3QueryInput();
o.isWebhookEnabled = true;
}
@@ -525,7 +525,7 @@
buildCounterGoogleCloudDialogflowCxV3ConversationTurnUserInput++;
if (buildCounterGoogleCloudDialogflowCxV3ConversationTurnUserInput < 3) {
unittest.expect(o.enableSentimentAnalysis!, unittest.isTrue);
- checkUnnamed6594(o.injectedParameters!);
+ checkUnnamed6645(o.injectedParameters!);
checkGoogleCloudDialogflowCxV3QueryInput(
o.input! as api.GoogleCloudDialogflowCxV3QueryInput);
unittest.expect(o.isWebhookEnabled!, unittest.isTrue);
@@ -533,7 +533,7 @@
buildCounterGoogleCloudDialogflowCxV3ConversationTurnUserInput--;
}
-core.Map<core.String, core.Object> buildUnnamed6595() {
+core.Map<core.String, core.Object> buildUnnamed6646() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -548,7 +548,7 @@
return o;
}
-void checkUnnamed6595(core.Map<core.String, core.Object> o) {
+void checkUnnamed6646(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -580,14 +580,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3TestRunDifference> buildUnnamed6596() {
+core.List<api.GoogleCloudDialogflowCxV3TestRunDifference> buildUnnamed6647() {
var o = <api.GoogleCloudDialogflowCxV3TestRunDifference>[];
o.add(buildGoogleCloudDialogflowCxV3TestRunDifference());
o.add(buildGoogleCloudDialogflowCxV3TestRunDifference());
return o;
}
-void checkUnnamed6596(
+void checkUnnamed6647(
core.List<api.GoogleCloudDialogflowCxV3TestRunDifference> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestRunDifference(
@@ -596,7 +596,7 @@
o[1] as api.GoogleCloudDialogflowCxV3TestRunDifference);
}
-core.Map<core.String, core.Object> buildUnnamed6597() {
+core.Map<core.String, core.Object> buildUnnamed6648() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -611,7 +611,7 @@
return o;
}
-void checkUnnamed6597(core.Map<core.String, core.Object> o) {
+void checkUnnamed6648(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -643,14 +643,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3ResponseMessageText> buildUnnamed6598() {
+core.List<api.GoogleCloudDialogflowCxV3ResponseMessageText> buildUnnamed6649() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessageText>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessageText());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessageText());
return o;
}
-void checkUnnamed6598(
+void checkUnnamed6649(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessageText> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResponseMessageText(
@@ -668,11 +668,11 @@
if (buildCounterGoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput <
3) {
o.currentPage = buildGoogleCloudDialogflowCxV3Page();
- o.diagnosticInfo = buildUnnamed6595();
- o.differences = buildUnnamed6596();
- o.sessionParameters = buildUnnamed6597();
+ o.diagnosticInfo = buildUnnamed6646();
+ o.differences = buildUnnamed6647();
+ o.sessionParameters = buildUnnamed6648();
o.status = buildGoogleRpcStatus();
- o.textResponses = buildUnnamed6598();
+ o.textResponses = buildUnnamed6649();
o.triggeredIntent = buildGoogleCloudDialogflowCxV3Intent();
}
buildCounterGoogleCloudDialogflowCxV3ConversationTurnVirtualAgentOutput--;
@@ -686,11 +686,11 @@
3) {
checkGoogleCloudDialogflowCxV3Page(
o.currentPage! as api.GoogleCloudDialogflowCxV3Page);
- checkUnnamed6595(o.diagnosticInfo!);
- checkUnnamed6596(o.differences!);
- checkUnnamed6597(o.sessionParameters!);
+ checkUnnamed6646(o.diagnosticInfo!);
+ checkUnnamed6647(o.differences!);
+ checkUnnamed6648(o.sessionParameters!);
checkGoogleRpcStatus(o.status! as api.GoogleRpcStatus);
- checkUnnamed6598(o.textResponses!);
+ checkUnnamed6649(o.textResponses!);
checkGoogleCloudDialogflowCxV3Intent(
o.triggeredIntent! as api.GoogleCloudDialogflowCxV3Intent);
}
@@ -875,14 +875,14 @@
buildCounterGoogleCloudDialogflowCxV3DtmfInput--;
}
-core.List<api.GoogleCloudDialogflowCxV3EntityTypeEntity> buildUnnamed6599() {
+core.List<api.GoogleCloudDialogflowCxV3EntityTypeEntity> buildUnnamed6650() {
var o = <api.GoogleCloudDialogflowCxV3EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowCxV3EntityTypeEntity());
o.add(buildGoogleCloudDialogflowCxV3EntityTypeEntity());
return o;
}
-void checkUnnamed6599(
+void checkUnnamed6650(
core.List<api.GoogleCloudDialogflowCxV3EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EntityTypeEntity(
@@ -892,14 +892,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase>
- buildUnnamed6600() {
+ buildUnnamed6651() {
var o = <api.GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase>[];
o.add(buildGoogleCloudDialogflowCxV3EntityTypeExcludedPhrase());
o.add(buildGoogleCloudDialogflowCxV3EntityTypeExcludedPhrase());
return o;
}
-void checkUnnamed6600(
+void checkUnnamed6651(
core.List<api.GoogleCloudDialogflowCxV3EntityTypeExcludedPhrase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EntityTypeExcludedPhrase(
@@ -917,8 +917,8 @@
o.autoExpansionMode = 'foo';
o.displayName = 'foo';
o.enableFuzzyExtraction = true;
- o.entities = buildUnnamed6599();
- o.excludedPhrases = buildUnnamed6600();
+ o.entities = buildUnnamed6650();
+ o.excludedPhrases = buildUnnamed6651();
o.kind = 'foo';
o.name = 'foo';
o.redact = true;
@@ -940,8 +940,8 @@
unittest.equals('foo'),
);
unittest.expect(o.enableFuzzyExtraction!, unittest.isTrue);
- checkUnnamed6599(o.entities!);
- checkUnnamed6600(o.excludedPhrases!);
+ checkUnnamed6650(o.entities!);
+ checkUnnamed6651(o.excludedPhrases!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -955,14 +955,14 @@
buildCounterGoogleCloudDialogflowCxV3EntityType--;
}
-core.List<core.String> buildUnnamed6601() {
+core.List<core.String> buildUnnamed6652() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6601(core.List<core.String> o) {
+void checkUnnamed6652(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -980,7 +980,7 @@
var o = api.GoogleCloudDialogflowCxV3EntityTypeEntity();
buildCounterGoogleCloudDialogflowCxV3EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowCxV3EntityTypeEntity < 3) {
- o.synonyms = buildUnnamed6601();
+ o.synonyms = buildUnnamed6652();
o.value = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3EntityTypeEntity--;
@@ -991,7 +991,7 @@
api.GoogleCloudDialogflowCxV3EntityTypeEntity o) {
buildCounterGoogleCloudDialogflowCxV3EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowCxV3EntityTypeEntity < 3) {
- checkUnnamed6601(o.synonyms!);
+ checkUnnamed6652(o.synonyms!);
unittest.expect(
o.value!,
unittest.equals('foo'),
@@ -1025,14 +1025,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3EnvironmentVersionConfig>
- buildUnnamed6602() {
+ buildUnnamed6653() {
var o = <api.GoogleCloudDialogflowCxV3EnvironmentVersionConfig>[];
o.add(buildGoogleCloudDialogflowCxV3EnvironmentVersionConfig());
o.add(buildGoogleCloudDialogflowCxV3EnvironmentVersionConfig());
return o;
}
-void checkUnnamed6602(
+void checkUnnamed6653(
core.List<api.GoogleCloudDialogflowCxV3EnvironmentVersionConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EnvironmentVersionConfig(
@@ -1051,7 +1051,7 @@
o.displayName = 'foo';
o.name = 'foo';
o.updateTime = 'foo';
- o.versionConfigs = buildUnnamed6602();
+ o.versionConfigs = buildUnnamed6653();
}
buildCounterGoogleCloudDialogflowCxV3Environment--;
return o;
@@ -1077,7 +1077,7 @@
o.updateTime!,
unittest.equals('foo'),
);
- checkUnnamed6602(o.versionConfigs!);
+ checkUnnamed6653(o.versionConfigs!);
}
buildCounterGoogleCloudDialogflowCxV3Environment--;
}
@@ -1172,14 +1172,14 @@
buildCounterGoogleCloudDialogflowCxV3EventInput--;
}
-core.List<api.GoogleCloudDialogflowCxV3VariantsHistory> buildUnnamed6603() {
+core.List<api.GoogleCloudDialogflowCxV3VariantsHistory> buildUnnamed6654() {
var o = <api.GoogleCloudDialogflowCxV3VariantsHistory>[];
o.add(buildGoogleCloudDialogflowCxV3VariantsHistory());
o.add(buildGoogleCloudDialogflowCxV3VariantsHistory());
return o;
}
-void checkUnnamed6603(
+void checkUnnamed6654(
core.List<api.GoogleCloudDialogflowCxV3VariantsHistory> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3VariantsHistory(
@@ -1205,7 +1205,7 @@
o.result = buildGoogleCloudDialogflowCxV3ExperimentResult();
o.startTime = 'foo';
o.state = 'foo';
- o.variantsHistory = buildUnnamed6603();
+ o.variantsHistory = buildUnnamed6654();
}
buildCounterGoogleCloudDialogflowCxV3Experiment--;
return o;
@@ -1255,7 +1255,7 @@
o.state!,
unittest.equals('foo'),
);
- checkUnnamed6603(o.variantsHistory!);
+ checkUnnamed6654(o.variantsHistory!);
}
buildCounterGoogleCloudDialogflowCxV3Experiment--;
}
@@ -1288,14 +1288,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics>
- buildUnnamed6604() {
+ buildUnnamed6655() {
var o = <api.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics>[];
o.add(buildGoogleCloudDialogflowCxV3ExperimentResultVersionMetrics());
o.add(buildGoogleCloudDialogflowCxV3ExperimentResultVersionMetrics());
return o;
}
-void checkUnnamed6604(
+void checkUnnamed6655(
core.List<api.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ExperimentResultVersionMetrics(
@@ -1311,7 +1311,7 @@
buildCounterGoogleCloudDialogflowCxV3ExperimentResult++;
if (buildCounterGoogleCloudDialogflowCxV3ExperimentResult < 3) {
o.lastUpdateTime = 'foo';
- o.versionMetrics = buildUnnamed6604();
+ o.versionMetrics = buildUnnamed6655();
}
buildCounterGoogleCloudDialogflowCxV3ExperimentResult--;
return o;
@@ -1325,7 +1325,7 @@
o.lastUpdateTime!,
unittest.equals('foo'),
);
- checkUnnamed6604(o.versionMetrics!);
+ checkUnnamed6655(o.versionMetrics!);
}
buildCounterGoogleCloudDialogflowCxV3ExperimentResult--;
}
@@ -1417,14 +1417,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3ExperimentResultMetric>
- buildUnnamed6605() {
+ buildUnnamed6656() {
var o = <api.GoogleCloudDialogflowCxV3ExperimentResultMetric>[];
o.add(buildGoogleCloudDialogflowCxV3ExperimentResultMetric());
o.add(buildGoogleCloudDialogflowCxV3ExperimentResultMetric());
return o;
}
-void checkUnnamed6605(
+void checkUnnamed6656(
core.List<api.GoogleCloudDialogflowCxV3ExperimentResultMetric> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ExperimentResultMetric(
@@ -1440,7 +1440,7 @@
var o = api.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics();
buildCounterGoogleCloudDialogflowCxV3ExperimentResultVersionMetrics++;
if (buildCounterGoogleCloudDialogflowCxV3ExperimentResultVersionMetrics < 3) {
- o.metrics = buildUnnamed6605();
+ o.metrics = buildUnnamed6656();
o.sessionCount = 42;
o.version = 'foo';
}
@@ -1452,7 +1452,7 @@
api.GoogleCloudDialogflowCxV3ExperimentResultVersionMetrics o) {
buildCounterGoogleCloudDialogflowCxV3ExperimentResultVersionMetrics++;
if (buildCounterGoogleCloudDialogflowCxV3ExperimentResultVersionMetrics < 3) {
- checkUnnamed6605(o.metrics!);
+ checkUnnamed6656(o.metrics!);
unittest.expect(
o.sessionCount!,
unittest.equals(42),
@@ -1658,14 +1658,14 @@
buildCounterGoogleCloudDialogflowCxV3ExportTestCasesResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed6606() {
+core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed6657() {
var o = <api.GoogleCloudDialogflowCxV3EventHandler>[];
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
return o;
}
-void checkUnnamed6606(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
+void checkUnnamed6657(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EventHandler(
o[0] as api.GoogleCloudDialogflowCxV3EventHandler);
@@ -1673,14 +1673,14 @@
o[1] as api.GoogleCloudDialogflowCxV3EventHandler);
}
-core.List<core.String> buildUnnamed6607() {
+core.List<core.String> buildUnnamed6658() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6607(core.List<core.String> o) {
+void checkUnnamed6658(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1692,14 +1692,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> buildUnnamed6608() {
+core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> buildUnnamed6659() {
var o = <api.GoogleCloudDialogflowCxV3TransitionRoute>[];
o.add(buildGoogleCloudDialogflowCxV3TransitionRoute());
o.add(buildGoogleCloudDialogflowCxV3TransitionRoute());
return o;
}
-void checkUnnamed6608(
+void checkUnnamed6659(
core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TransitionRoute(
@@ -1715,11 +1715,11 @@
if (buildCounterGoogleCloudDialogflowCxV3Flow < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.eventHandlers = buildUnnamed6606();
+ o.eventHandlers = buildUnnamed6657();
o.name = 'foo';
o.nluSettings = buildGoogleCloudDialogflowCxV3NluSettings();
- o.transitionRouteGroups = buildUnnamed6607();
- o.transitionRoutes = buildUnnamed6608();
+ o.transitionRouteGroups = buildUnnamed6658();
+ o.transitionRoutes = buildUnnamed6659();
}
buildCounterGoogleCloudDialogflowCxV3Flow--;
return o;
@@ -1736,27 +1736,27 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed6606(o.eventHandlers!);
+ checkUnnamed6657(o.eventHandlers!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
checkGoogleCloudDialogflowCxV3NluSettings(
o.nluSettings! as api.GoogleCloudDialogflowCxV3NluSettings);
- checkUnnamed6607(o.transitionRouteGroups!);
- checkUnnamed6608(o.transitionRoutes!);
+ checkUnnamed6658(o.transitionRouteGroups!);
+ checkUnnamed6659(o.transitionRoutes!);
}
buildCounterGoogleCloudDialogflowCxV3Flow--;
}
-core.List<api.GoogleCloudDialogflowCxV3ValidationMessage> buildUnnamed6609() {
+core.List<api.GoogleCloudDialogflowCxV3ValidationMessage> buildUnnamed6660() {
var o = <api.GoogleCloudDialogflowCxV3ValidationMessage>[];
o.add(buildGoogleCloudDialogflowCxV3ValidationMessage());
o.add(buildGoogleCloudDialogflowCxV3ValidationMessage());
return o;
}
-void checkUnnamed6609(
+void checkUnnamed6660(
core.List<api.GoogleCloudDialogflowCxV3ValidationMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ValidationMessage(
@@ -1773,7 +1773,7 @@
if (buildCounterGoogleCloudDialogflowCxV3FlowValidationResult < 3) {
o.name = 'foo';
o.updateTime = 'foo';
- o.validationMessages = buildUnnamed6609();
+ o.validationMessages = buildUnnamed6660();
}
buildCounterGoogleCloudDialogflowCxV3FlowValidationResult--;
return o;
@@ -1791,19 +1791,19 @@
o.updateTime!,
unittest.equals('foo'),
);
- checkUnnamed6609(o.validationMessages!);
+ checkUnnamed6660(o.validationMessages!);
}
buildCounterGoogleCloudDialogflowCxV3FlowValidationResult--;
}
-core.List<api.GoogleCloudDialogflowCxV3FormParameter> buildUnnamed6610() {
+core.List<api.GoogleCloudDialogflowCxV3FormParameter> buildUnnamed6661() {
var o = <api.GoogleCloudDialogflowCxV3FormParameter>[];
o.add(buildGoogleCloudDialogflowCxV3FormParameter());
o.add(buildGoogleCloudDialogflowCxV3FormParameter());
return o;
}
-void checkUnnamed6610(core.List<api.GoogleCloudDialogflowCxV3FormParameter> o) {
+void checkUnnamed6661(core.List<api.GoogleCloudDialogflowCxV3FormParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3FormParameter(
o[0] as api.GoogleCloudDialogflowCxV3FormParameter);
@@ -1816,7 +1816,7 @@
var o = api.GoogleCloudDialogflowCxV3Form();
buildCounterGoogleCloudDialogflowCxV3Form++;
if (buildCounterGoogleCloudDialogflowCxV3Form < 3) {
- o.parameters = buildUnnamed6610();
+ o.parameters = buildUnnamed6661();
}
buildCounterGoogleCloudDialogflowCxV3Form--;
return o;
@@ -1825,7 +1825,7 @@
void checkGoogleCloudDialogflowCxV3Form(api.GoogleCloudDialogflowCxV3Form o) {
buildCounterGoogleCloudDialogflowCxV3Form++;
if (buildCounterGoogleCloudDialogflowCxV3Form < 3) {
- checkUnnamed6610(o.parameters!);
+ checkUnnamed6661(o.parameters!);
}
buildCounterGoogleCloudDialogflowCxV3Form--;
}
@@ -1887,14 +1887,14 @@
buildCounterGoogleCloudDialogflowCxV3FormParameter--;
}
-core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed6611() {
+core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed6662() {
var o = <api.GoogleCloudDialogflowCxV3EventHandler>[];
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
return o;
}
-void checkUnnamed6611(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
+void checkUnnamed6662(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EventHandler(
o[0] as api.GoogleCloudDialogflowCxV3EventHandler);
@@ -1909,7 +1909,7 @@
buildCounterGoogleCloudDialogflowCxV3FormParameterFillBehavior++;
if (buildCounterGoogleCloudDialogflowCxV3FormParameterFillBehavior < 3) {
o.initialPromptFulfillment = buildGoogleCloudDialogflowCxV3Fulfillment();
- o.repromptEventHandlers = buildUnnamed6611();
+ o.repromptEventHandlers = buildUnnamed6662();
}
buildCounterGoogleCloudDialogflowCxV3FormParameterFillBehavior--;
return o;
@@ -1921,7 +1921,7 @@
if (buildCounterGoogleCloudDialogflowCxV3FormParameterFillBehavior < 3) {
checkGoogleCloudDialogflowCxV3Fulfillment(o.initialPromptFulfillment!
as api.GoogleCloudDialogflowCxV3Fulfillment);
- checkUnnamed6611(o.repromptEventHandlers!);
+ checkUnnamed6662(o.repromptEventHandlers!);
}
buildCounterGoogleCloudDialogflowCxV3FormParameterFillBehavior--;
}
@@ -1990,14 +1990,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases>
- buildUnnamed6612() {
+ buildUnnamed6663() {
var o = <api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases>[];
o.add(buildGoogleCloudDialogflowCxV3FulfillmentConditionalCases());
o.add(buildGoogleCloudDialogflowCxV3FulfillmentConditionalCases());
return o;
}
-void checkUnnamed6612(
+void checkUnnamed6663(
core.List<api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3FulfillmentConditionalCases(
@@ -2006,14 +2006,14 @@
o[1] as api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases);
}
-core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed6613() {
+core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed6664() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
return o;
}
-void checkUnnamed6613(
+void checkUnnamed6664(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResponseMessage(
@@ -2023,14 +2023,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3FulfillmentSetParameterAction>
- buildUnnamed6614() {
+ buildUnnamed6665() {
var o = <api.GoogleCloudDialogflowCxV3FulfillmentSetParameterAction>[];
o.add(buildGoogleCloudDialogflowCxV3FulfillmentSetParameterAction());
o.add(buildGoogleCloudDialogflowCxV3FulfillmentSetParameterAction());
return o;
}
-void checkUnnamed6614(
+void checkUnnamed6665(
core.List<api.GoogleCloudDialogflowCxV3FulfillmentSetParameterAction> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3FulfillmentSetParameterAction(
@@ -2045,10 +2045,10 @@
var o = api.GoogleCloudDialogflowCxV3Fulfillment();
buildCounterGoogleCloudDialogflowCxV3Fulfillment++;
if (buildCounterGoogleCloudDialogflowCxV3Fulfillment < 3) {
- o.conditionalCases = buildUnnamed6612();
- o.messages = buildUnnamed6613();
+ o.conditionalCases = buildUnnamed6663();
+ o.messages = buildUnnamed6664();
o.returnPartialResponses = true;
- o.setParameterActions = buildUnnamed6614();
+ o.setParameterActions = buildUnnamed6665();
o.tag = 'foo';
o.webhook = 'foo';
}
@@ -2060,10 +2060,10 @@
api.GoogleCloudDialogflowCxV3Fulfillment o) {
buildCounterGoogleCloudDialogflowCxV3Fulfillment++;
if (buildCounterGoogleCloudDialogflowCxV3Fulfillment < 3) {
- checkUnnamed6612(o.conditionalCases!);
- checkUnnamed6613(o.messages!);
+ checkUnnamed6663(o.conditionalCases!);
+ checkUnnamed6664(o.messages!);
unittest.expect(o.returnPartialResponses!, unittest.isTrue);
- checkUnnamed6614(o.setParameterActions!);
+ checkUnnamed6665(o.setParameterActions!);
unittest.expect(
o.tag!,
unittest.equals('foo'),
@@ -2077,14 +2077,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase>
- buildUnnamed6615() {
+ buildUnnamed6666() {
var o = <api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase>[];
o.add(buildGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase());
o.add(buildGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase());
return o;
}
-void checkUnnamed6615(
+void checkUnnamed6666(
core.List<api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase(
@@ -2099,7 +2099,7 @@
var o = api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases();
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases++;
if (buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases < 3) {
- o.cases = buildUnnamed6615();
+ o.cases = buildUnnamed6666();
}
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases--;
return o;
@@ -2109,14 +2109,14 @@
api.GoogleCloudDialogflowCxV3FulfillmentConditionalCases o) {
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases++;
if (buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases < 3) {
- checkUnnamed6615(o.cases!);
+ checkUnnamed6666(o.cases!);
}
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCases--;
}
core.List<
api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent>
- buildUnnamed6616() {
+ buildUnnamed6667() {
var o = <
api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent>[];
o.add(
@@ -2126,7 +2126,7 @@
return o;
}
-void checkUnnamed6616(
+void checkUnnamed6667(
core.List<
api.GoogleCloudDialogflowCxV3FulfillmentConditionalCasesCaseCaseContent>
o) {
@@ -2147,7 +2147,7 @@
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase++;
if (buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase <
3) {
- o.caseContent = buildUnnamed6616();
+ o.caseContent = buildUnnamed6667();
o.condition = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase--;
@@ -2159,7 +2159,7 @@
buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase++;
if (buildCounterGoogleCloudDialogflowCxV3FulfillmentConditionalCasesCase <
3) {
- checkUnnamed6616(o.caseContent!);
+ checkUnnamed6667(o.caseContent!);
unittest.expect(
o.condition!,
unittest.equals('foo'),
@@ -2296,14 +2296,14 @@
buildCounterGoogleCloudDialogflowCxV3ImportDocumentsOperationMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed6617() {
+core.List<api.GoogleRpcStatus> buildUnnamed6668() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed6617(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed6668(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -2315,7 +2315,7 @@
var o = api.GoogleCloudDialogflowCxV3ImportDocumentsResponse();
buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse < 3) {
- o.warnings = buildUnnamed6617();
+ o.warnings = buildUnnamed6668();
}
buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse--;
return o;
@@ -2325,7 +2325,7 @@
api.GoogleCloudDialogflowCxV3ImportDocumentsResponse o) {
buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse < 3) {
- checkUnnamed6617(o.warnings!);
+ checkUnnamed6668(o.warnings!);
}
buildCounterGoogleCloudDialogflowCxV3ImportDocumentsResponse--;
}
@@ -2388,14 +2388,14 @@
buildCounterGoogleCloudDialogflowCxV3ImportFlowResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3TestCaseError> buildUnnamed6618() {
+core.List<api.GoogleCloudDialogflowCxV3TestCaseError> buildUnnamed6669() {
var o = <api.GoogleCloudDialogflowCxV3TestCaseError>[];
o.add(buildGoogleCloudDialogflowCxV3TestCaseError());
o.add(buildGoogleCloudDialogflowCxV3TestCaseError());
return o;
}
-void checkUnnamed6618(core.List<api.GoogleCloudDialogflowCxV3TestCaseError> o) {
+void checkUnnamed6669(core.List<api.GoogleCloudDialogflowCxV3TestCaseError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestCaseError(
o[0] as api.GoogleCloudDialogflowCxV3TestCaseError);
@@ -2409,7 +2409,7 @@
var o = api.GoogleCloudDialogflowCxV3ImportTestCasesMetadata();
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata < 3) {
- o.errors = buildUnnamed6618();
+ o.errors = buildUnnamed6669();
}
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata--;
return o;
@@ -2419,7 +2419,7 @@
api.GoogleCloudDialogflowCxV3ImportTestCasesMetadata o) {
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata < 3) {
- checkUnnamed6618(o.errors!);
+ checkUnnamed6669(o.errors!);
}
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesMetadata--;
}
@@ -2453,14 +2453,14 @@
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesRequest--;
}
-core.List<core.String> buildUnnamed6619() {
+core.List<core.String> buildUnnamed6670() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6619(core.List<core.String> o) {
+void checkUnnamed6670(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2478,7 +2478,7 @@
var o = api.GoogleCloudDialogflowCxV3ImportTestCasesResponse();
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse < 3) {
- o.names = buildUnnamed6619();
+ o.names = buildUnnamed6670();
}
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse--;
return o;
@@ -2488,19 +2488,19 @@
api.GoogleCloudDialogflowCxV3ImportTestCasesResponse o) {
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse < 3) {
- checkUnnamed6619(o.names!);
+ checkUnnamed6670(o.names!);
}
buildCounterGoogleCloudDialogflowCxV3ImportTestCasesResponse--;
}
-core.List<core.String> buildUnnamed6620() {
+core.List<core.String> buildUnnamed6671() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6620(core.List<core.String> o) {
+void checkUnnamed6671(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2522,7 +2522,7 @@
o.enableWordInfo = true;
o.model = 'foo';
o.modelVariant = 'foo';
- o.phraseHints = buildUnnamed6620();
+ o.phraseHints = buildUnnamed6671();
o.sampleRateHertz = 42;
o.singleUtterance = true;
}
@@ -2547,7 +2547,7 @@
o.modelVariant!,
unittest.equals('foo'),
);
- checkUnnamed6620(o.phraseHints!);
+ checkUnnamed6671(o.phraseHints!);
unittest.expect(
o.sampleRateHertz!,
unittest.equals(42),
@@ -2557,14 +2557,14 @@
buildCounterGoogleCloudDialogflowCxV3InputAudioConfig--;
}
-core.Map<core.String, core.String> buildUnnamed6621() {
+core.Map<core.String, core.String> buildUnnamed6672() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6621(core.Map<core.String, core.String> o) {
+void checkUnnamed6672(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2576,14 +2576,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3IntentParameter> buildUnnamed6622() {
+core.List<api.GoogleCloudDialogflowCxV3IntentParameter> buildUnnamed6673() {
var o = <api.GoogleCloudDialogflowCxV3IntentParameter>[];
o.add(buildGoogleCloudDialogflowCxV3IntentParameter());
o.add(buildGoogleCloudDialogflowCxV3IntentParameter());
return o;
}
-void checkUnnamed6622(
+void checkUnnamed6673(
core.List<api.GoogleCloudDialogflowCxV3IntentParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3IntentParameter(
@@ -2593,14 +2593,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3IntentTrainingPhrase>
- buildUnnamed6623() {
+ buildUnnamed6674() {
var o = <api.GoogleCloudDialogflowCxV3IntentTrainingPhrase>[];
o.add(buildGoogleCloudDialogflowCxV3IntentTrainingPhrase());
o.add(buildGoogleCloudDialogflowCxV3IntentTrainingPhrase());
return o;
}
-void checkUnnamed6623(
+void checkUnnamed6674(
core.List<api.GoogleCloudDialogflowCxV3IntentTrainingPhrase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3IntentTrainingPhrase(
@@ -2617,11 +2617,11 @@
o.description = 'foo';
o.displayName = 'foo';
o.isFallback = true;
- o.labels = buildUnnamed6621();
+ o.labels = buildUnnamed6672();
o.name = 'foo';
- o.parameters = buildUnnamed6622();
+ o.parameters = buildUnnamed6673();
o.priority = 42;
- o.trainingPhrases = buildUnnamed6623();
+ o.trainingPhrases = buildUnnamed6674();
}
buildCounterGoogleCloudDialogflowCxV3Intent--;
return o;
@@ -2640,30 +2640,30 @@
unittest.equals('foo'),
);
unittest.expect(o.isFallback!, unittest.isTrue);
- checkUnnamed6621(o.labels!);
+ checkUnnamed6672(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6622(o.parameters!);
+ checkUnnamed6673(o.parameters!);
unittest.expect(
o.priority!,
unittest.equals(42),
);
- checkUnnamed6623(o.trainingPhrases!);
+ checkUnnamed6674(o.trainingPhrases!);
}
buildCounterGoogleCloudDialogflowCxV3Intent--;
}
core.List<api.GoogleCloudDialogflowCxV3IntentCoverageIntent>
- buildUnnamed6624() {
+ buildUnnamed6675() {
var o = <api.GoogleCloudDialogflowCxV3IntentCoverageIntent>[];
o.add(buildGoogleCloudDialogflowCxV3IntentCoverageIntent());
o.add(buildGoogleCloudDialogflowCxV3IntentCoverageIntent());
return o;
}
-void checkUnnamed6624(
+void checkUnnamed6675(
core.List<api.GoogleCloudDialogflowCxV3IntentCoverageIntent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3IntentCoverageIntent(
@@ -2679,7 +2679,7 @@
buildCounterGoogleCloudDialogflowCxV3IntentCoverage++;
if (buildCounterGoogleCloudDialogflowCxV3IntentCoverage < 3) {
o.coverageScore = 42.0;
- o.intents = buildUnnamed6624();
+ o.intents = buildUnnamed6675();
}
buildCounterGoogleCloudDialogflowCxV3IntentCoverage--;
return o;
@@ -2693,7 +2693,7 @@
o.coverageScore!,
unittest.equals(42.0),
);
- checkUnnamed6624(o.intents!);
+ checkUnnamed6675(o.intents!);
}
buildCounterGoogleCloudDialogflowCxV3IntentCoverage--;
}
@@ -2782,14 +2782,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3IntentTrainingPhrasePart>
- buildUnnamed6625() {
+ buildUnnamed6676() {
var o = <api.GoogleCloudDialogflowCxV3IntentTrainingPhrasePart>[];
o.add(buildGoogleCloudDialogflowCxV3IntentTrainingPhrasePart());
o.add(buildGoogleCloudDialogflowCxV3IntentTrainingPhrasePart());
return o;
}
-void checkUnnamed6625(
+void checkUnnamed6676(
core.List<api.GoogleCloudDialogflowCxV3IntentTrainingPhrasePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3IntentTrainingPhrasePart(
@@ -2805,7 +2805,7 @@
buildCounterGoogleCloudDialogflowCxV3IntentTrainingPhrase++;
if (buildCounterGoogleCloudDialogflowCxV3IntentTrainingPhrase < 3) {
o.id = 'foo';
- o.parts = buildUnnamed6625();
+ o.parts = buildUnnamed6676();
o.repeatCount = 42;
}
buildCounterGoogleCloudDialogflowCxV3IntentTrainingPhrase--;
@@ -2820,7 +2820,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed6625(o.parts!);
+ checkUnnamed6676(o.parts!);
unittest.expect(
o.repeatCount!,
unittest.equals(42),
@@ -2858,14 +2858,14 @@
buildCounterGoogleCloudDialogflowCxV3IntentTrainingPhrasePart--;
}
-core.List<api.GoogleCloudDialogflowCxV3Agent> buildUnnamed6626() {
+core.List<api.GoogleCloudDialogflowCxV3Agent> buildUnnamed6677() {
var o = <api.GoogleCloudDialogflowCxV3Agent>[];
o.add(buildGoogleCloudDialogflowCxV3Agent());
o.add(buildGoogleCloudDialogflowCxV3Agent());
return o;
}
-void checkUnnamed6626(core.List<api.GoogleCloudDialogflowCxV3Agent> o) {
+void checkUnnamed6677(core.List<api.GoogleCloudDialogflowCxV3Agent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Agent(
o[0] as api.GoogleCloudDialogflowCxV3Agent);
@@ -2879,7 +2879,7 @@
var o = api.GoogleCloudDialogflowCxV3ListAgentsResponse();
buildCounterGoogleCloudDialogflowCxV3ListAgentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListAgentsResponse < 3) {
- o.agents = buildUnnamed6626();
+ o.agents = buildUnnamed6677();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3ListAgentsResponse--;
@@ -2890,7 +2890,7 @@
api.GoogleCloudDialogflowCxV3ListAgentsResponse o) {
buildCounterGoogleCloudDialogflowCxV3ListAgentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListAgentsResponse < 3) {
- checkUnnamed6626(o.agents!);
+ checkUnnamed6677(o.agents!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2900,14 +2900,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3ContinuousTestResult>
- buildUnnamed6627() {
+ buildUnnamed6678() {
var o = <api.GoogleCloudDialogflowCxV3ContinuousTestResult>[];
o.add(buildGoogleCloudDialogflowCxV3ContinuousTestResult());
o.add(buildGoogleCloudDialogflowCxV3ContinuousTestResult());
return o;
}
-void checkUnnamed6627(
+void checkUnnamed6678(
core.List<api.GoogleCloudDialogflowCxV3ContinuousTestResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ContinuousTestResult(
@@ -2924,7 +2924,7 @@
buildCounterGoogleCloudDialogflowCxV3ListContinuousTestResultsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListContinuousTestResultsResponse <
3) {
- o.continuousTestResults = buildUnnamed6627();
+ o.continuousTestResults = buildUnnamed6678();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3ListContinuousTestResultsResponse--;
@@ -2936,7 +2936,7 @@
buildCounterGoogleCloudDialogflowCxV3ListContinuousTestResultsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListContinuousTestResultsResponse <
3) {
- checkUnnamed6627(o.continuousTestResults!);
+ checkUnnamed6678(o.continuousTestResults!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2945,14 +2945,14 @@
buildCounterGoogleCloudDialogflowCxV3ListContinuousTestResultsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3EntityType> buildUnnamed6628() {
+core.List<api.GoogleCloudDialogflowCxV3EntityType> buildUnnamed6679() {
var o = <api.GoogleCloudDialogflowCxV3EntityType>[];
o.add(buildGoogleCloudDialogflowCxV3EntityType());
o.add(buildGoogleCloudDialogflowCxV3EntityType());
return o;
}
-void checkUnnamed6628(core.List<api.GoogleCloudDialogflowCxV3EntityType> o) {
+void checkUnnamed6679(core.List<api.GoogleCloudDialogflowCxV3EntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EntityType(
o[0] as api.GoogleCloudDialogflowCxV3EntityType);
@@ -2966,7 +2966,7 @@
var o = api.GoogleCloudDialogflowCxV3ListEntityTypesResponse();
buildCounterGoogleCloudDialogflowCxV3ListEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListEntityTypesResponse < 3) {
- o.entityTypes = buildUnnamed6628();
+ o.entityTypes = buildUnnamed6679();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3ListEntityTypesResponse--;
@@ -2977,7 +2977,7 @@
api.GoogleCloudDialogflowCxV3ListEntityTypesResponse o) {
buildCounterGoogleCloudDialogflowCxV3ListEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListEntityTypesResponse < 3) {
- checkUnnamed6628(o.entityTypes!);
+ checkUnnamed6679(o.entityTypes!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2986,14 +2986,14 @@
buildCounterGoogleCloudDialogflowCxV3ListEntityTypesResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3Environment> buildUnnamed6629() {
+core.List<api.GoogleCloudDialogflowCxV3Environment> buildUnnamed6680() {
var o = <api.GoogleCloudDialogflowCxV3Environment>[];
o.add(buildGoogleCloudDialogflowCxV3Environment());
o.add(buildGoogleCloudDialogflowCxV3Environment());
return o;
}
-void checkUnnamed6629(core.List<api.GoogleCloudDialogflowCxV3Environment> o) {
+void checkUnnamed6680(core.List<api.GoogleCloudDialogflowCxV3Environment> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Environment(
o[0] as api.GoogleCloudDialogflowCxV3Environment);
@@ -3007,7 +3007,7 @@
var o = api.GoogleCloudDialogflowCxV3ListEnvironmentsResponse();
buildCounterGoogleCloudDialogflowCxV3ListEnvironmentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListEnvironmentsResponse < 3) {
- o.environments = buildUnnamed6629();
+ o.environments = buildUnnamed6680();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3ListEnvironmentsResponse--;
@@ -3018,7 +3018,7 @@
api.GoogleCloudDialogflowCxV3ListEnvironmentsResponse o) {
buildCounterGoogleCloudDialogflowCxV3ListEnvironmentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListEnvironmentsResponse < 3) {
- checkUnnamed6629(o.environments!);
+ checkUnnamed6680(o.environments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -3027,14 +3027,14 @@
buildCounterGoogleCloudDialogflowCxV3ListEnvironmentsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3Experiment> buildUnnamed6630() {
+core.List<api.GoogleCloudDialogflowCxV3Experiment> buildUnnamed6681() {
var o = <api.GoogleCloudDialogflowCxV3Experiment>[];
o.add(buildGoogleCloudDialogflowCxV3Experiment());
o.add(buildGoogleCloudDialogflowCxV3Experiment());
return o;
}
-void checkUnnamed6630(core.List<api.GoogleCloudDialogflowCxV3Experiment> o) {
+void checkUnnamed6681(core.List<api.GoogleCloudDialogflowCxV3Experiment> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Experiment(
o[0] as api.GoogleCloudDialogflowCxV3Experiment);
@@ -3048,7 +3048,7 @@
var o = api.GoogleCloudDialogflowCxV3ListExperimentsResponse();
buildCounterGoogleCloudDialogflowCxV3ListExperimentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListExperimentsResponse < 3) {
- o.experiments = buildUnnamed6630();
+ o.experiments = buildUnnamed6681();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3ListExperimentsResponse--;
@@ -3059,7 +3059,7 @@
api.GoogleCloudDialogflowCxV3ListExperimentsResponse o) {
buildCounterGoogleCloudDialogflowCxV3ListExperimentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListExperimentsResponse < 3) {
- checkUnnamed6630(o.experiments!);
+ checkUnnamed6681(o.experiments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -3068,14 +3068,14 @@
buildCounterGoogleCloudDialogflowCxV3ListExperimentsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3Flow> buildUnnamed6631() {
+core.List<api.GoogleCloudDialogflowCxV3Flow> buildUnnamed6682() {
var o = <api.GoogleCloudDialogflowCxV3Flow>[];
o.add(buildGoogleCloudDialogflowCxV3Flow());
o.add(buildGoogleCloudDialogflowCxV3Flow());
return o;
}
-void checkUnnamed6631(core.List<api.GoogleCloudDialogflowCxV3Flow> o) {
+void checkUnnamed6682(core.List<api.GoogleCloudDialogflowCxV3Flow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Flow(o[0] as api.GoogleCloudDialogflowCxV3Flow);
checkGoogleCloudDialogflowCxV3Flow(o[1] as api.GoogleCloudDialogflowCxV3Flow);
@@ -3087,7 +3087,7 @@
var o = api.GoogleCloudDialogflowCxV3ListFlowsResponse();
buildCounterGoogleCloudDialogflowCxV3ListFlowsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListFlowsResponse < 3) {
- o.flows = buildUnnamed6631();
+ o.flows = buildUnnamed6682();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3ListFlowsResponse--;
@@ -3098,7 +3098,7 @@
api.GoogleCloudDialogflowCxV3ListFlowsResponse o) {
buildCounterGoogleCloudDialogflowCxV3ListFlowsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListFlowsResponse < 3) {
- checkUnnamed6631(o.flows!);
+ checkUnnamed6682(o.flows!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -3107,14 +3107,14 @@
buildCounterGoogleCloudDialogflowCxV3ListFlowsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3Intent> buildUnnamed6632() {
+core.List<api.GoogleCloudDialogflowCxV3Intent> buildUnnamed6683() {
var o = <api.GoogleCloudDialogflowCxV3Intent>[];
o.add(buildGoogleCloudDialogflowCxV3Intent());
o.add(buildGoogleCloudDialogflowCxV3Intent());
return o;
}
-void checkUnnamed6632(core.List<api.GoogleCloudDialogflowCxV3Intent> o) {
+void checkUnnamed6683(core.List<api.GoogleCloudDialogflowCxV3Intent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Intent(
o[0] as api.GoogleCloudDialogflowCxV3Intent);
@@ -3128,7 +3128,7 @@
var o = api.GoogleCloudDialogflowCxV3ListIntentsResponse();
buildCounterGoogleCloudDialogflowCxV3ListIntentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListIntentsResponse < 3) {
- o.intents = buildUnnamed6632();
+ o.intents = buildUnnamed6683();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3ListIntentsResponse--;
@@ -3139,7 +3139,7 @@
api.GoogleCloudDialogflowCxV3ListIntentsResponse o) {
buildCounterGoogleCloudDialogflowCxV3ListIntentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListIntentsResponse < 3) {
- checkUnnamed6632(o.intents!);
+ checkUnnamed6683(o.intents!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -3148,14 +3148,14 @@
buildCounterGoogleCloudDialogflowCxV3ListIntentsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3Page> buildUnnamed6633() {
+core.List<api.GoogleCloudDialogflowCxV3Page> buildUnnamed6684() {
var o = <api.GoogleCloudDialogflowCxV3Page>[];
o.add(buildGoogleCloudDialogflowCxV3Page());
o.add(buildGoogleCloudDialogflowCxV3Page());
return o;
}
-void checkUnnamed6633(core.List<api.GoogleCloudDialogflowCxV3Page> o) {
+void checkUnnamed6684(core.List<api.GoogleCloudDialogflowCxV3Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Page(o[0] as api.GoogleCloudDialogflowCxV3Page);
checkGoogleCloudDialogflowCxV3Page(o[1] as api.GoogleCloudDialogflowCxV3Page);
@@ -3168,7 +3168,7 @@
buildCounterGoogleCloudDialogflowCxV3ListPagesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListPagesResponse < 3) {
o.nextPageToken = 'foo';
- o.pages = buildUnnamed6633();
+ o.pages = buildUnnamed6684();
}
buildCounterGoogleCloudDialogflowCxV3ListPagesResponse--;
return o;
@@ -3182,19 +3182,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6633(o.pages!);
+ checkUnnamed6684(o.pages!);
}
buildCounterGoogleCloudDialogflowCxV3ListPagesResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3SecuritySettings> buildUnnamed6634() {
+core.List<api.GoogleCloudDialogflowCxV3SecuritySettings> buildUnnamed6685() {
var o = <api.GoogleCloudDialogflowCxV3SecuritySettings>[];
o.add(buildGoogleCloudDialogflowCxV3SecuritySettings());
o.add(buildGoogleCloudDialogflowCxV3SecuritySettings());
return o;
}
-void checkUnnamed6634(
+void checkUnnamed6685(
core.List<api.GoogleCloudDialogflowCxV3SecuritySettings> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3SecuritySettings(
@@ -3210,7 +3210,7 @@
buildCounterGoogleCloudDialogflowCxV3ListSecuritySettingsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListSecuritySettingsResponse < 3) {
o.nextPageToken = 'foo';
- o.securitySettings = buildUnnamed6634();
+ o.securitySettings = buildUnnamed6685();
}
buildCounterGoogleCloudDialogflowCxV3ListSecuritySettingsResponse--;
return o;
@@ -3224,19 +3224,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6634(o.securitySettings!);
+ checkUnnamed6685(o.securitySettings!);
}
buildCounterGoogleCloudDialogflowCxV3ListSecuritySettingsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3SessionEntityType> buildUnnamed6635() {
+core.List<api.GoogleCloudDialogflowCxV3SessionEntityType> buildUnnamed6686() {
var o = <api.GoogleCloudDialogflowCxV3SessionEntityType>[];
o.add(buildGoogleCloudDialogflowCxV3SessionEntityType());
o.add(buildGoogleCloudDialogflowCxV3SessionEntityType());
return o;
}
-void checkUnnamed6635(
+void checkUnnamed6686(
core.List<api.GoogleCloudDialogflowCxV3SessionEntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3SessionEntityType(
@@ -3253,7 +3253,7 @@
buildCounterGoogleCloudDialogflowCxV3ListSessionEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListSessionEntityTypesResponse < 3) {
o.nextPageToken = 'foo';
- o.sessionEntityTypes = buildUnnamed6635();
+ o.sessionEntityTypes = buildUnnamed6686();
}
buildCounterGoogleCloudDialogflowCxV3ListSessionEntityTypesResponse--;
return o;
@@ -3267,19 +3267,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6635(o.sessionEntityTypes!);
+ checkUnnamed6686(o.sessionEntityTypes!);
}
buildCounterGoogleCloudDialogflowCxV3ListSessionEntityTypesResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3TestCaseResult> buildUnnamed6636() {
+core.List<api.GoogleCloudDialogflowCxV3TestCaseResult> buildUnnamed6687() {
var o = <api.GoogleCloudDialogflowCxV3TestCaseResult>[];
o.add(buildGoogleCloudDialogflowCxV3TestCaseResult());
o.add(buildGoogleCloudDialogflowCxV3TestCaseResult());
return o;
}
-void checkUnnamed6636(
+void checkUnnamed6687(
core.List<api.GoogleCloudDialogflowCxV3TestCaseResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestCaseResult(
@@ -3295,7 +3295,7 @@
buildCounterGoogleCloudDialogflowCxV3ListTestCaseResultsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListTestCaseResultsResponse < 3) {
o.nextPageToken = 'foo';
- o.testCaseResults = buildUnnamed6636();
+ o.testCaseResults = buildUnnamed6687();
}
buildCounterGoogleCloudDialogflowCxV3ListTestCaseResultsResponse--;
return o;
@@ -3309,19 +3309,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6636(o.testCaseResults!);
+ checkUnnamed6687(o.testCaseResults!);
}
buildCounterGoogleCloudDialogflowCxV3ListTestCaseResultsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3TestCase> buildUnnamed6637() {
+core.List<api.GoogleCloudDialogflowCxV3TestCase> buildUnnamed6688() {
var o = <api.GoogleCloudDialogflowCxV3TestCase>[];
o.add(buildGoogleCloudDialogflowCxV3TestCase());
o.add(buildGoogleCloudDialogflowCxV3TestCase());
return o;
}
-void checkUnnamed6637(core.List<api.GoogleCloudDialogflowCxV3TestCase> o) {
+void checkUnnamed6688(core.List<api.GoogleCloudDialogflowCxV3TestCase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestCase(
o[0] as api.GoogleCloudDialogflowCxV3TestCase);
@@ -3336,7 +3336,7 @@
buildCounterGoogleCloudDialogflowCxV3ListTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListTestCasesResponse < 3) {
o.nextPageToken = 'foo';
- o.testCases = buildUnnamed6637();
+ o.testCases = buildUnnamed6688();
}
buildCounterGoogleCloudDialogflowCxV3ListTestCasesResponse--;
return o;
@@ -3350,20 +3350,20 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6637(o.testCases!);
+ checkUnnamed6688(o.testCases!);
}
buildCounterGoogleCloudDialogflowCxV3ListTestCasesResponse--;
}
core.List<api.GoogleCloudDialogflowCxV3TransitionRouteGroup>
- buildUnnamed6638() {
+ buildUnnamed6689() {
var o = <api.GoogleCloudDialogflowCxV3TransitionRouteGroup>[];
o.add(buildGoogleCloudDialogflowCxV3TransitionRouteGroup());
o.add(buildGoogleCloudDialogflowCxV3TransitionRouteGroup());
return o;
}
-void checkUnnamed6638(
+void checkUnnamed6689(
core.List<api.GoogleCloudDialogflowCxV3TransitionRouteGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TransitionRouteGroup(
@@ -3381,7 +3381,7 @@
if (buildCounterGoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse <
3) {
o.nextPageToken = 'foo';
- o.transitionRouteGroups = buildUnnamed6638();
+ o.transitionRouteGroups = buildUnnamed6689();
}
buildCounterGoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse--;
return o;
@@ -3396,19 +3396,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6638(o.transitionRouteGroups!);
+ checkUnnamed6689(o.transitionRouteGroups!);
}
buildCounterGoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3Version> buildUnnamed6639() {
+core.List<api.GoogleCloudDialogflowCxV3Version> buildUnnamed6690() {
var o = <api.GoogleCloudDialogflowCxV3Version>[];
o.add(buildGoogleCloudDialogflowCxV3Version());
o.add(buildGoogleCloudDialogflowCxV3Version());
return o;
}
-void checkUnnamed6639(core.List<api.GoogleCloudDialogflowCxV3Version> o) {
+void checkUnnamed6690(core.List<api.GoogleCloudDialogflowCxV3Version> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Version(
o[0] as api.GoogleCloudDialogflowCxV3Version);
@@ -3423,7 +3423,7 @@
buildCounterGoogleCloudDialogflowCxV3ListVersionsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListVersionsResponse < 3) {
o.nextPageToken = 'foo';
- o.versions = buildUnnamed6639();
+ o.versions = buildUnnamed6690();
}
buildCounterGoogleCloudDialogflowCxV3ListVersionsResponse--;
return o;
@@ -3437,19 +3437,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6639(o.versions!);
+ checkUnnamed6690(o.versions!);
}
buildCounterGoogleCloudDialogflowCxV3ListVersionsResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3Webhook> buildUnnamed6640() {
+core.List<api.GoogleCloudDialogflowCxV3Webhook> buildUnnamed6691() {
var o = <api.GoogleCloudDialogflowCxV3Webhook>[];
o.add(buildGoogleCloudDialogflowCxV3Webhook());
o.add(buildGoogleCloudDialogflowCxV3Webhook());
return o;
}
-void checkUnnamed6640(core.List<api.GoogleCloudDialogflowCxV3Webhook> o) {
+void checkUnnamed6691(core.List<api.GoogleCloudDialogflowCxV3Webhook> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Webhook(
o[0] as api.GoogleCloudDialogflowCxV3Webhook);
@@ -3464,7 +3464,7 @@
buildCounterGoogleCloudDialogflowCxV3ListWebhooksResponse++;
if (buildCounterGoogleCloudDialogflowCxV3ListWebhooksResponse < 3) {
o.nextPageToken = 'foo';
- o.webhooks = buildUnnamed6640();
+ o.webhooks = buildUnnamed6691();
}
buildCounterGoogleCloudDialogflowCxV3ListWebhooksResponse--;
return o;
@@ -3478,7 +3478,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6640(o.webhooks!);
+ checkUnnamed6691(o.webhooks!);
}
buildCounterGoogleCloudDialogflowCxV3ListWebhooksResponse--;
}
@@ -3504,14 +3504,14 @@
buildCounterGoogleCloudDialogflowCxV3LoadVersionRequest--;
}
-core.List<api.GoogleCloudDialogflowCxV3Environment> buildUnnamed6641() {
+core.List<api.GoogleCloudDialogflowCxV3Environment> buildUnnamed6692() {
var o = <api.GoogleCloudDialogflowCxV3Environment>[];
o.add(buildGoogleCloudDialogflowCxV3Environment());
o.add(buildGoogleCloudDialogflowCxV3Environment());
return o;
}
-void checkUnnamed6641(core.List<api.GoogleCloudDialogflowCxV3Environment> o) {
+void checkUnnamed6692(core.List<api.GoogleCloudDialogflowCxV3Environment> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Environment(
o[0] as api.GoogleCloudDialogflowCxV3Environment);
@@ -3527,7 +3527,7 @@
buildCounterGoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse++;
if (buildCounterGoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse <
3) {
- o.environments = buildUnnamed6641();
+ o.environments = buildUnnamed6692();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse--;
@@ -3539,7 +3539,7 @@
buildCounterGoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse++;
if (buildCounterGoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse <
3) {
- checkUnnamed6641(o.environments!);
+ checkUnnamed6692(o.environments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -3548,7 +3548,7 @@
buildCounterGoogleCloudDialogflowCxV3LookupEnvironmentHistoryResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed6642() {
+core.Map<core.String, core.Object> buildUnnamed6693() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3563,7 +3563,7 @@
return o;
}
-void checkUnnamed6642(core.Map<core.String, core.Object> o) {
+void checkUnnamed6693(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -3604,7 +3604,7 @@
o.event = 'foo';
o.intent = buildGoogleCloudDialogflowCxV3Intent();
o.matchType = 'foo';
- o.parameters = buildUnnamed6642();
+ o.parameters = buildUnnamed6693();
o.resolvedInput = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3Match--;
@@ -3628,7 +3628,7 @@
o.matchType!,
unittest.equals('foo'),
);
- checkUnnamed6642(o.parameters!);
+ checkUnnamed6693(o.parameters!);
unittest.expect(
o.resolvedInput!,
unittest.equals('foo'),
@@ -3662,14 +3662,14 @@
buildCounterGoogleCloudDialogflowCxV3MatchIntentRequest--;
}
-core.List<api.GoogleCloudDialogflowCxV3Match> buildUnnamed6643() {
+core.List<api.GoogleCloudDialogflowCxV3Match> buildUnnamed6694() {
var o = <api.GoogleCloudDialogflowCxV3Match>[];
o.add(buildGoogleCloudDialogflowCxV3Match());
o.add(buildGoogleCloudDialogflowCxV3Match());
return o;
}
-void checkUnnamed6643(core.List<api.GoogleCloudDialogflowCxV3Match> o) {
+void checkUnnamed6694(core.List<api.GoogleCloudDialogflowCxV3Match> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3Match(
o[0] as api.GoogleCloudDialogflowCxV3Match);
@@ -3684,7 +3684,7 @@
buildCounterGoogleCloudDialogflowCxV3MatchIntentResponse++;
if (buildCounterGoogleCloudDialogflowCxV3MatchIntentResponse < 3) {
o.currentPage = buildGoogleCloudDialogflowCxV3Page();
- o.matches = buildUnnamed6643();
+ o.matches = buildUnnamed6694();
o.text = 'foo';
o.transcript = 'foo';
o.triggerEvent = 'foo';
@@ -3700,7 +3700,7 @@
if (buildCounterGoogleCloudDialogflowCxV3MatchIntentResponse < 3) {
checkGoogleCloudDialogflowCxV3Page(
o.currentPage! as api.GoogleCloudDialogflowCxV3Page);
- checkUnnamed6643(o.matches!);
+ checkUnnamed6694(o.matches!);
unittest.expect(
o.text!,
unittest.equals('foo'),
@@ -3789,14 +3789,14 @@
buildCounterGoogleCloudDialogflowCxV3OutputAudioConfig--;
}
-core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed6644() {
+core.List<api.GoogleCloudDialogflowCxV3EventHandler> buildUnnamed6695() {
var o = <api.GoogleCloudDialogflowCxV3EventHandler>[];
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
o.add(buildGoogleCloudDialogflowCxV3EventHandler());
return o;
}
-void checkUnnamed6644(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
+void checkUnnamed6695(core.List<api.GoogleCloudDialogflowCxV3EventHandler> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EventHandler(
o[0] as api.GoogleCloudDialogflowCxV3EventHandler);
@@ -3804,14 +3804,14 @@
o[1] as api.GoogleCloudDialogflowCxV3EventHandler);
}
-core.List<core.String> buildUnnamed6645() {
+core.List<core.String> buildUnnamed6696() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6645(core.List<core.String> o) {
+void checkUnnamed6696(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3823,14 +3823,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> buildUnnamed6646() {
+core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> buildUnnamed6697() {
var o = <api.GoogleCloudDialogflowCxV3TransitionRoute>[];
o.add(buildGoogleCloudDialogflowCxV3TransitionRoute());
o.add(buildGoogleCloudDialogflowCxV3TransitionRoute());
return o;
}
-void checkUnnamed6646(
+void checkUnnamed6697(
core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TransitionRoute(
@@ -3846,11 +3846,11 @@
if (buildCounterGoogleCloudDialogflowCxV3Page < 3) {
o.displayName = 'foo';
o.entryFulfillment = buildGoogleCloudDialogflowCxV3Fulfillment();
- o.eventHandlers = buildUnnamed6644();
+ o.eventHandlers = buildUnnamed6695();
o.form = buildGoogleCloudDialogflowCxV3Form();
o.name = 'foo';
- o.transitionRouteGroups = buildUnnamed6645();
- o.transitionRoutes = buildUnnamed6646();
+ o.transitionRouteGroups = buildUnnamed6696();
+ o.transitionRoutes = buildUnnamed6697();
}
buildCounterGoogleCloudDialogflowCxV3Page--;
return o;
@@ -3865,15 +3865,15 @@
);
checkGoogleCloudDialogflowCxV3Fulfillment(
o.entryFulfillment! as api.GoogleCloudDialogflowCxV3Fulfillment);
- checkUnnamed6644(o.eventHandlers!);
+ checkUnnamed6695(o.eventHandlers!);
checkGoogleCloudDialogflowCxV3Form(
o.form! as api.GoogleCloudDialogflowCxV3Form);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6645(o.transitionRouteGroups!);
- checkUnnamed6646(o.transitionRoutes!);
+ checkUnnamed6696(o.transitionRouteGroups!);
+ checkUnnamed6697(o.transitionRoutes!);
}
buildCounterGoogleCloudDialogflowCxV3Page--;
}
@@ -3905,14 +3905,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo>
- buildUnnamed6647() {
+ buildUnnamed6698() {
var o = <api.GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo>[];
o.add(buildGoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo());
o.add(buildGoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo());
return o;
}
-void checkUnnamed6647(
+void checkUnnamed6698(
core.List<api.GoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3PageInfoFormInfoParameterInfo(
@@ -3927,7 +3927,7 @@
var o = api.GoogleCloudDialogflowCxV3PageInfoFormInfo();
buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo++;
if (buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo < 3) {
- o.parameterInfo = buildUnnamed6647();
+ o.parameterInfo = buildUnnamed6698();
}
buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo--;
return o;
@@ -3937,7 +3937,7 @@
api.GoogleCloudDialogflowCxV3PageInfoFormInfo o) {
buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo++;
if (buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo < 3) {
- checkUnnamed6647(o.parameterInfo!);
+ checkUnnamed6698(o.parameterInfo!);
}
buildCounterGoogleCloudDialogflowCxV3PageInfoFormInfo--;
}
@@ -4033,7 +4033,7 @@
buildCounterGoogleCloudDialogflowCxV3QueryInput--;
}
-core.Map<core.String, core.Object> buildUnnamed6648() {
+core.Map<core.String, core.Object> buildUnnamed6699() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4048,7 +4048,7 @@
return o;
}
-void checkUnnamed6648(core.Map<core.String, core.Object> o) {
+void checkUnnamed6699(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted12 = (o['x']!) as core.Map;
unittest.expect(casted12, unittest.hasLength(3));
@@ -4080,7 +4080,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6649() {
+core.Map<core.String, core.Object> buildUnnamed6700() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4095,7 +4095,7 @@
return o;
}
-void checkUnnamed6649(core.Map<core.String, core.Object> o) {
+void checkUnnamed6700(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted14 = (o['x']!) as core.Map;
unittest.expect(casted14, unittest.hasLength(3));
@@ -4127,14 +4127,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3SessionEntityType> buildUnnamed6650() {
+core.List<api.GoogleCloudDialogflowCxV3SessionEntityType> buildUnnamed6701() {
var o = <api.GoogleCloudDialogflowCxV3SessionEntityType>[];
o.add(buildGoogleCloudDialogflowCxV3SessionEntityType());
o.add(buildGoogleCloudDialogflowCxV3SessionEntityType());
return o;
}
-void checkUnnamed6650(
+void checkUnnamed6701(
core.List<api.GoogleCloudDialogflowCxV3SessionEntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3SessionEntityType(
@@ -4143,14 +4143,14 @@
o[1] as api.GoogleCloudDialogflowCxV3SessionEntityType);
}
-core.Map<core.String, core.String> buildUnnamed6651() {
+core.Map<core.String, core.String> buildUnnamed6702() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6651(core.Map<core.String, core.String> o) {
+void checkUnnamed6702(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -4172,11 +4172,11 @@
o.currentPage = 'foo';
o.disableWebhook = true;
o.geoLocation = buildGoogleTypeLatLng();
- o.parameters = buildUnnamed6648();
- o.payload = buildUnnamed6649();
- o.sessionEntityTypes = buildUnnamed6650();
+ o.parameters = buildUnnamed6699();
+ o.payload = buildUnnamed6700();
+ o.sessionEntityTypes = buildUnnamed6701();
o.timeZone = 'foo';
- o.webhookHeaders = buildUnnamed6651();
+ o.webhookHeaders = buildUnnamed6702();
}
buildCounterGoogleCloudDialogflowCxV3QueryParameters--;
return o;
@@ -4193,19 +4193,19 @@
);
unittest.expect(o.disableWebhook!, unittest.isTrue);
checkGoogleTypeLatLng(o.geoLocation! as api.GoogleTypeLatLng);
- checkUnnamed6648(o.parameters!);
- checkUnnamed6649(o.payload!);
- checkUnnamed6650(o.sessionEntityTypes!);
+ checkUnnamed6699(o.parameters!);
+ checkUnnamed6700(o.payload!);
+ checkUnnamed6701(o.sessionEntityTypes!);
unittest.expect(
o.timeZone!,
unittest.equals('foo'),
);
- checkUnnamed6651(o.webhookHeaders!);
+ checkUnnamed6702(o.webhookHeaders!);
}
buildCounterGoogleCloudDialogflowCxV3QueryParameters--;
}
-core.Map<core.String, core.Object> buildUnnamed6652() {
+core.Map<core.String, core.Object> buildUnnamed6703() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4220,7 +4220,7 @@
return o;
}
-void checkUnnamed6652(core.Map<core.String, core.Object> o) {
+void checkUnnamed6703(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted16 = (o['x']!) as core.Map;
unittest.expect(casted16, unittest.hasLength(3));
@@ -4252,7 +4252,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6653() {
+core.Map<core.String, core.Object> buildUnnamed6704() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4267,7 +4267,7 @@
return o;
}
-void checkUnnamed6653(core.Map<core.String, core.Object> o) {
+void checkUnnamed6704(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted18 = (o['x']!) as core.Map;
unittest.expect(casted18, unittest.hasLength(3));
@@ -4299,14 +4299,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed6654() {
+core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed6705() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
return o;
}
-void checkUnnamed6654(
+void checkUnnamed6705(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResponseMessage(
@@ -4315,7 +4315,7 @@
o[1] as api.GoogleCloudDialogflowCxV3ResponseMessage);
}
-core.Map<core.String, core.Object> buildUnnamed6655() {
+core.Map<core.String, core.Object> buildUnnamed6706() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4330,7 +4330,7 @@
return o;
}
-void checkUnnamed6655(core.Map<core.String, core.Object> o) {
+void checkUnnamed6706(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted20 = (o['x']!) as core.Map;
unittest.expect(casted20, unittest.hasLength(3));
@@ -4362,27 +4362,27 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6656() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6707() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6655());
- o.add(buildUnnamed6655());
+ o.add(buildUnnamed6706());
+ o.add(buildUnnamed6706());
return o;
}
-void checkUnnamed6656(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6707(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6655(o[0]);
- checkUnnamed6655(o[1]);
+ checkUnnamed6706(o[0]);
+ checkUnnamed6706(o[1]);
}
-core.List<api.GoogleRpcStatus> buildUnnamed6657() {
+core.List<api.GoogleRpcStatus> buildUnnamed6708() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed6657(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed6708(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -4395,21 +4395,21 @@
buildCounterGoogleCloudDialogflowCxV3QueryResult++;
if (buildCounterGoogleCloudDialogflowCxV3QueryResult < 3) {
o.currentPage = buildGoogleCloudDialogflowCxV3Page();
- o.diagnosticInfo = buildUnnamed6652();
+ o.diagnosticInfo = buildUnnamed6703();
o.intent = buildGoogleCloudDialogflowCxV3Intent();
o.intentDetectionConfidence = 42.0;
o.languageCode = 'foo';
o.match = buildGoogleCloudDialogflowCxV3Match();
- o.parameters = buildUnnamed6653();
- o.responseMessages = buildUnnamed6654();
+ o.parameters = buildUnnamed6704();
+ o.responseMessages = buildUnnamed6705();
o.sentimentAnalysisResult =
buildGoogleCloudDialogflowCxV3SentimentAnalysisResult();
o.text = 'foo';
o.transcript = 'foo';
o.triggerEvent = 'foo';
o.triggerIntent = 'foo';
- o.webhookPayloads = buildUnnamed6656();
- o.webhookStatuses = buildUnnamed6657();
+ o.webhookPayloads = buildUnnamed6707();
+ o.webhookStatuses = buildUnnamed6708();
}
buildCounterGoogleCloudDialogflowCxV3QueryResult--;
return o;
@@ -4421,7 +4421,7 @@
if (buildCounterGoogleCloudDialogflowCxV3QueryResult < 3) {
checkGoogleCloudDialogflowCxV3Page(
o.currentPage! as api.GoogleCloudDialogflowCxV3Page);
- checkUnnamed6652(o.diagnosticInfo!);
+ checkUnnamed6703(o.diagnosticInfo!);
checkGoogleCloudDialogflowCxV3Intent(
o.intent! as api.GoogleCloudDialogflowCxV3Intent);
unittest.expect(
@@ -4434,8 +4434,8 @@
);
checkGoogleCloudDialogflowCxV3Match(
o.match! as api.GoogleCloudDialogflowCxV3Match);
- checkUnnamed6653(o.parameters!);
- checkUnnamed6654(o.responseMessages!);
+ checkUnnamed6704(o.parameters!);
+ checkUnnamed6705(o.responseMessages!);
checkGoogleCloudDialogflowCxV3SentimentAnalysisResult(
o.sentimentAnalysisResult!
as api.GoogleCloudDialogflowCxV3SentimentAnalysisResult);
@@ -4455,8 +4455,8 @@
o.triggerIntent!,
unittest.equals('foo'),
);
- checkUnnamed6656(o.webhookPayloads!);
- checkUnnamed6657(o.webhookStatuses!);
+ checkUnnamed6707(o.webhookPayloads!);
+ checkUnnamed6708(o.webhookStatuses!);
}
buildCounterGoogleCloudDialogflowCxV3QueryResult--;
}
@@ -4517,7 +4517,7 @@
buildCounterGoogleCloudDialogflowCxV3ResourceName--;
}
-core.Map<core.String, core.Object> buildUnnamed6658() {
+core.Map<core.String, core.Object> buildUnnamed6709() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4532,7 +4532,7 @@
return o;
}
-void checkUnnamed6658(core.Map<core.String, core.Object> o) {
+void checkUnnamed6709(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted22 = (o['x']!) as core.Map;
unittest.expect(casted22, unittest.hasLength(3));
@@ -4579,7 +4579,7 @@
o.mixedAudio = buildGoogleCloudDialogflowCxV3ResponseMessageMixedAudio();
o.outputAudioText =
buildGoogleCloudDialogflowCxV3ResponseMessageOutputAudioText();
- o.payload = buildUnnamed6658();
+ o.payload = buildUnnamed6709();
o.playAudio = buildGoogleCloudDialogflowCxV3ResponseMessagePlayAudio();
o.text = buildGoogleCloudDialogflowCxV3ResponseMessageText();
}
@@ -4605,7 +4605,7 @@
checkGoogleCloudDialogflowCxV3ResponseMessageOutputAudioText(
o.outputAudioText!
as api.GoogleCloudDialogflowCxV3ResponseMessageOutputAudioText);
- checkUnnamed6658(o.payload!);
+ checkUnnamed6709(o.payload!);
checkGoogleCloudDialogflowCxV3ResponseMessagePlayAudio(
o.playAudio! as api.GoogleCloudDialogflowCxV3ResponseMessagePlayAudio);
checkGoogleCloudDialogflowCxV3ResponseMessageText(
@@ -4614,7 +4614,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessage--;
}
-core.Map<core.String, core.Object> buildUnnamed6659() {
+core.Map<core.String, core.Object> buildUnnamed6710() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4629,7 +4629,7 @@
return o;
}
-void checkUnnamed6659(core.Map<core.String, core.Object> o) {
+void checkUnnamed6710(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted24 = (o['x']!) as core.Map;
unittest.expect(casted24, unittest.hasLength(3));
@@ -4669,7 +4669,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess <
3) {
- o.metadata = buildUnnamed6659();
+ o.metadata = buildUnnamed6710();
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess--;
return o;
@@ -4680,7 +4680,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess <
3) {
- checkUnnamed6659(o.metadata!);
+ checkUnnamed6710(o.metadata!);
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageConversationSuccess--;
}
@@ -4702,7 +4702,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageEndInteraction--;
}
-core.Map<core.String, core.Object> buildUnnamed6660() {
+core.Map<core.String, core.Object> buildUnnamed6711() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4717,7 +4717,7 @@
return o;
}
-void checkUnnamed6660(core.Map<core.String, core.Object> o) {
+void checkUnnamed6711(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted26 = (o['x']!) as core.Map;
unittest.expect(casted26, unittest.hasLength(3));
@@ -4757,7 +4757,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff <
3) {
- o.metadata = buildUnnamed6660();
+ o.metadata = buildUnnamed6711();
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff--;
return o;
@@ -4768,20 +4768,20 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff <
3) {
- checkUnnamed6660(o.metadata!);
+ checkUnnamed6711(o.metadata!);
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageLiveAgentHandoff--;
}
core.List<api.GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment>
- buildUnnamed6661() {
+ buildUnnamed6712() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment());
return o;
}
-void checkUnnamed6661(
+void checkUnnamed6712(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessageMixedAudioSegment>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -4797,7 +4797,7 @@
var o = api.GoogleCloudDialogflowCxV3ResponseMessageMixedAudio();
buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio < 3) {
- o.segments = buildUnnamed6661();
+ o.segments = buildUnnamed6712();
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio--;
return o;
@@ -4807,7 +4807,7 @@
api.GoogleCloudDialogflowCxV3ResponseMessageMixedAudio o) {
buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio < 3) {
- checkUnnamed6661(o.segments!);
+ checkUnnamed6712(o.segments!);
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageMixedAudio--;
}
@@ -4904,14 +4904,14 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessagePlayAudio--;
}
-core.List<core.String> buildUnnamed6662() {
+core.List<core.String> buildUnnamed6713() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6662(core.List<core.String> o) {
+void checkUnnamed6713(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4930,7 +4930,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageText++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageText < 3) {
o.allowPlaybackInterruption = true;
- o.text = buildUnnamed6662();
+ o.text = buildUnnamed6713();
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageText--;
return o;
@@ -4941,7 +4941,7 @@
buildCounterGoogleCloudDialogflowCxV3ResponseMessageText++;
if (buildCounterGoogleCloudDialogflowCxV3ResponseMessageText < 3) {
unittest.expect(o.allowPlaybackInterruption!, unittest.isTrue);
- checkUnnamed6662(o.text!);
+ checkUnnamed6713(o.text!);
}
buildCounterGoogleCloudDialogflowCxV3ResponseMessageText--;
}
@@ -4980,14 +4980,14 @@
buildCounterGoogleCloudDialogflowCxV3RestoreAgentRequest--;
}
-core.List<api.GoogleCloudDialogflowCxV3TestError> buildUnnamed6663() {
+core.List<api.GoogleCloudDialogflowCxV3TestError> buildUnnamed6714() {
var o = <api.GoogleCloudDialogflowCxV3TestError>[];
o.add(buildGoogleCloudDialogflowCxV3TestError());
o.add(buildGoogleCloudDialogflowCxV3TestError());
return o;
}
-void checkUnnamed6663(core.List<api.GoogleCloudDialogflowCxV3TestError> o) {
+void checkUnnamed6714(core.List<api.GoogleCloudDialogflowCxV3TestError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TestError(
o[0] as api.GoogleCloudDialogflowCxV3TestError);
@@ -5001,7 +5001,7 @@
var o = api.GoogleCloudDialogflowCxV3RunContinuousTestMetadata();
buildCounterGoogleCloudDialogflowCxV3RunContinuousTestMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3RunContinuousTestMetadata < 3) {
- o.errors = buildUnnamed6663();
+ o.errors = buildUnnamed6714();
}
buildCounterGoogleCloudDialogflowCxV3RunContinuousTestMetadata--;
return o;
@@ -5011,7 +5011,7 @@
api.GoogleCloudDialogflowCxV3RunContinuousTestMetadata o) {
buildCounterGoogleCloudDialogflowCxV3RunContinuousTestMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3RunContinuousTestMetadata < 3) {
- checkUnnamed6663(o.errors!);
+ checkUnnamed6714(o.errors!);
}
buildCounterGoogleCloudDialogflowCxV3RunContinuousTestMetadata--;
}
@@ -5119,14 +5119,14 @@
buildCounterGoogleCloudDialogflowCxV3RunTestCaseResponse--;
}
-core.List<core.String> buildUnnamed6664() {
+core.List<core.String> buildUnnamed6715() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6664(core.List<core.String> o) {
+void checkUnnamed6715(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5147,7 +5147,7 @@
o.displayName = 'foo';
o.inspectTemplate = 'foo';
o.name = 'foo';
- o.purgeDataTypes = buildUnnamed6664();
+ o.purgeDataTypes = buildUnnamed6715();
o.redactionScope = 'foo';
o.redactionStrategy = 'foo';
o.retentionWindowDays = 42;
@@ -5172,7 +5172,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6664(o.purgeDataTypes!);
+ checkUnnamed6715(o.purgeDataTypes!);
unittest.expect(
o.redactionScope!,
unittest.equals('foo'),
@@ -5218,14 +5218,14 @@
buildCounterGoogleCloudDialogflowCxV3SentimentAnalysisResult--;
}
-core.List<api.GoogleCloudDialogflowCxV3EntityTypeEntity> buildUnnamed6665() {
+core.List<api.GoogleCloudDialogflowCxV3EntityTypeEntity> buildUnnamed6716() {
var o = <api.GoogleCloudDialogflowCxV3EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowCxV3EntityTypeEntity());
o.add(buildGoogleCloudDialogflowCxV3EntityTypeEntity());
return o;
}
-void checkUnnamed6665(
+void checkUnnamed6716(
core.List<api.GoogleCloudDialogflowCxV3EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3EntityTypeEntity(
@@ -5240,7 +5240,7 @@
var o = api.GoogleCloudDialogflowCxV3SessionEntityType();
buildCounterGoogleCloudDialogflowCxV3SessionEntityType++;
if (buildCounterGoogleCloudDialogflowCxV3SessionEntityType < 3) {
- o.entities = buildUnnamed6665();
+ o.entities = buildUnnamed6716();
o.entityOverrideMode = 'foo';
o.name = 'foo';
}
@@ -5252,7 +5252,7 @@
api.GoogleCloudDialogflowCxV3SessionEntityType o) {
buildCounterGoogleCloudDialogflowCxV3SessionEntityType++;
if (buildCounterGoogleCloudDialogflowCxV3SessionEntityType < 3) {
- checkUnnamed6665(o.entities!);
+ checkUnnamed6716(o.entities!);
unittest.expect(
o.entityOverrideMode!,
unittest.equals('foo'),
@@ -5265,7 +5265,7 @@
buildCounterGoogleCloudDialogflowCxV3SessionEntityType--;
}
-core.Map<core.String, core.Object> buildUnnamed6666() {
+core.Map<core.String, core.Object> buildUnnamed6717() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -5280,7 +5280,7 @@
return o;
}
-void checkUnnamed6666(core.Map<core.String, core.Object> o) {
+void checkUnnamed6717(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted28 = (o['x']!) as core.Map;
unittest.expect(casted28, unittest.hasLength(3));
@@ -5318,7 +5318,7 @@
var o = api.GoogleCloudDialogflowCxV3SessionInfo();
buildCounterGoogleCloudDialogflowCxV3SessionInfo++;
if (buildCounterGoogleCloudDialogflowCxV3SessionInfo < 3) {
- o.parameters = buildUnnamed6666();
+ o.parameters = buildUnnamed6717();
o.session = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3SessionInfo--;
@@ -5329,7 +5329,7 @@
api.GoogleCloudDialogflowCxV3SessionInfo o) {
buildCounterGoogleCloudDialogflowCxV3SessionInfo++;
if (buildCounterGoogleCloudDialogflowCxV3SessionInfo < 3) {
- checkUnnamed6666(o.parameters!);
+ checkUnnamed6717(o.parameters!);
unittest.expect(
o.session!,
unittest.equals('foo'),
@@ -5393,14 +5393,14 @@
buildCounterGoogleCloudDialogflowCxV3StopExperimentRequest--;
}
-core.List<core.String> buildUnnamed6667() {
+core.List<core.String> buildUnnamed6718() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6667(core.List<core.String> o) {
+void checkUnnamed6718(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5418,7 +5418,7 @@
var o = api.GoogleCloudDialogflowCxV3SynthesizeSpeechConfig();
buildCounterGoogleCloudDialogflowCxV3SynthesizeSpeechConfig++;
if (buildCounterGoogleCloudDialogflowCxV3SynthesizeSpeechConfig < 3) {
- o.effectsProfileId = buildUnnamed6667();
+ o.effectsProfileId = buildUnnamed6718();
o.pitch = 42.0;
o.speakingRate = 42.0;
o.voice = buildGoogleCloudDialogflowCxV3VoiceSelectionParams();
@@ -5432,7 +5432,7 @@
api.GoogleCloudDialogflowCxV3SynthesizeSpeechConfig o) {
buildCounterGoogleCloudDialogflowCxV3SynthesizeSpeechConfig++;
if (buildCounterGoogleCloudDialogflowCxV3SynthesizeSpeechConfig < 3) {
- checkUnnamed6667(o.effectsProfileId!);
+ checkUnnamed6718(o.effectsProfileId!);
unittest.expect(
o.pitch!,
unittest.equals(42.0),
@@ -5451,14 +5451,14 @@
buildCounterGoogleCloudDialogflowCxV3SynthesizeSpeechConfig--;
}
-core.List<core.String> buildUnnamed6668() {
+core.List<core.String> buildUnnamed6719() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6668(core.List<core.String> o) {
+void checkUnnamed6719(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5470,14 +5470,14 @@
);
}
-core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> buildUnnamed6669() {
+core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> buildUnnamed6720() {
var o = <api.GoogleCloudDialogflowCxV3ConversationTurn>[];
o.add(buildGoogleCloudDialogflowCxV3ConversationTurn());
o.add(buildGoogleCloudDialogflowCxV3ConversationTurn());
return o;
}
-void checkUnnamed6669(
+void checkUnnamed6720(
core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ConversationTurn(
@@ -5496,8 +5496,8 @@
o.lastTestResult = buildGoogleCloudDialogflowCxV3TestCaseResult();
o.name = 'foo';
o.notes = 'foo';
- o.tags = buildUnnamed6668();
- o.testCaseConversationTurns = buildUnnamed6669();
+ o.tags = buildUnnamed6719();
+ o.testCaseConversationTurns = buildUnnamed6720();
o.testConfig = buildGoogleCloudDialogflowCxV3TestConfig();
}
buildCounterGoogleCloudDialogflowCxV3TestCase--;
@@ -5526,8 +5526,8 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed6668(o.tags!);
- checkUnnamed6669(o.testCaseConversationTurns!);
+ checkUnnamed6719(o.tags!);
+ checkUnnamed6720(o.testCaseConversationTurns!);
checkGoogleCloudDialogflowCxV3TestConfig(
o.testConfig! as api.GoogleCloudDialogflowCxV3TestConfig);
}
@@ -5558,14 +5558,14 @@
buildCounterGoogleCloudDialogflowCxV3TestCaseError--;
}
-core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> buildUnnamed6670() {
+core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> buildUnnamed6721() {
var o = <api.GoogleCloudDialogflowCxV3ConversationTurn>[];
o.add(buildGoogleCloudDialogflowCxV3ConversationTurn());
o.add(buildGoogleCloudDialogflowCxV3ConversationTurn());
return o;
}
-void checkUnnamed6670(
+void checkUnnamed6721(
core.List<api.GoogleCloudDialogflowCxV3ConversationTurn> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ConversationTurn(
@@ -5580,7 +5580,7 @@
var o = api.GoogleCloudDialogflowCxV3TestCaseResult();
buildCounterGoogleCloudDialogflowCxV3TestCaseResult++;
if (buildCounterGoogleCloudDialogflowCxV3TestCaseResult < 3) {
- o.conversationTurns = buildUnnamed6670();
+ o.conversationTurns = buildUnnamed6721();
o.environment = 'foo';
o.name = 'foo';
o.testResult = 'foo';
@@ -5594,7 +5594,7 @@
api.GoogleCloudDialogflowCxV3TestCaseResult o) {
buildCounterGoogleCloudDialogflowCxV3TestCaseResult++;
if (buildCounterGoogleCloudDialogflowCxV3TestCaseResult < 3) {
- checkUnnamed6670(o.conversationTurns!);
+ checkUnnamed6721(o.conversationTurns!);
unittest.expect(
o.environment!,
unittest.equals('foo'),
@@ -5615,14 +5615,14 @@
buildCounterGoogleCloudDialogflowCxV3TestCaseResult--;
}
-core.List<core.String> buildUnnamed6671() {
+core.List<core.String> buildUnnamed6722() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6671(core.List<core.String> o) {
+void checkUnnamed6722(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5641,7 +5641,7 @@
buildCounterGoogleCloudDialogflowCxV3TestConfig++;
if (buildCounterGoogleCloudDialogflowCxV3TestConfig < 3) {
o.flow = 'foo';
- o.trackingParameters = buildUnnamed6671();
+ o.trackingParameters = buildUnnamed6722();
}
buildCounterGoogleCloudDialogflowCxV3TestConfig--;
return o;
@@ -5655,7 +5655,7 @@
o.flow!,
unittest.equals('foo'),
);
- checkUnnamed6671(o.trackingParameters!);
+ checkUnnamed6722(o.trackingParameters!);
}
buildCounterGoogleCloudDialogflowCxV3TestConfig--;
}
@@ -5762,14 +5762,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3TransitionCoverageTransition>
- buildUnnamed6672() {
+ buildUnnamed6723() {
var o = <api.GoogleCloudDialogflowCxV3TransitionCoverageTransition>[];
o.add(buildGoogleCloudDialogflowCxV3TransitionCoverageTransition());
o.add(buildGoogleCloudDialogflowCxV3TransitionCoverageTransition());
return o;
}
-void checkUnnamed6672(
+void checkUnnamed6723(
core.List<api.GoogleCloudDialogflowCxV3TransitionCoverageTransition> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TransitionCoverageTransition(
@@ -5785,7 +5785,7 @@
buildCounterGoogleCloudDialogflowCxV3TransitionCoverage++;
if (buildCounterGoogleCloudDialogflowCxV3TransitionCoverage < 3) {
o.coverageScore = 42.0;
- o.transitions = buildUnnamed6672();
+ o.transitions = buildUnnamed6723();
}
buildCounterGoogleCloudDialogflowCxV3TransitionCoverage--;
return o;
@@ -5799,7 +5799,7 @@
o.coverageScore!,
unittest.equals(42.0),
);
- checkUnnamed6672(o.transitions!);
+ checkUnnamed6723(o.transitions!);
}
buildCounterGoogleCloudDialogflowCxV3TransitionCoverage--;
}
@@ -5917,14 +5917,14 @@
buildCounterGoogleCloudDialogflowCxV3TransitionRoute--;
}
-core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> buildUnnamed6673() {
+core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> buildUnnamed6724() {
var o = <api.GoogleCloudDialogflowCxV3TransitionRoute>[];
o.add(buildGoogleCloudDialogflowCxV3TransitionRoute());
o.add(buildGoogleCloudDialogflowCxV3TransitionRoute());
return o;
}
-void checkUnnamed6673(
+void checkUnnamed6724(
core.List<api.GoogleCloudDialogflowCxV3TransitionRoute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3TransitionRoute(
@@ -5941,7 +5941,7 @@
if (buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroup < 3) {
o.displayName = 'foo';
o.name = 'foo';
- o.transitionRoutes = buildUnnamed6673();
+ o.transitionRoutes = buildUnnamed6724();
}
buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroup--;
return o;
@@ -5959,20 +5959,20 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6673(o.transitionRoutes!);
+ checkUnnamed6724(o.transitionRoutes!);
}
buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroup--;
}
core.List<api.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage>
- buildUnnamed6674() {
+ buildUnnamed6725() {
var o = <api.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage>[];
o.add(buildGoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage());
o.add(buildGoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage());
return o;
}
-void checkUnnamed6674(
+void checkUnnamed6725(
core.List<api.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -5989,7 +5989,7 @@
buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroupCoverage++;
if (buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroupCoverage < 3) {
o.coverageScore = 42.0;
- o.coverages = buildUnnamed6674();
+ o.coverages = buildUnnamed6725();
}
buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroupCoverage--;
return o;
@@ -6003,14 +6003,14 @@
o.coverageScore!,
unittest.equals(42.0),
);
- checkUnnamed6674(o.coverages!);
+ checkUnnamed6725(o.coverages!);
}
buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroupCoverage--;
}
core.List<
api.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition>
- buildUnnamed6675() {
+ buildUnnamed6726() {
var o = <
api.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition>[];
o.add(
@@ -6020,7 +6020,7 @@
return o;
}
-void checkUnnamed6675(
+void checkUnnamed6726(
core.List<
api.GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition>
o) {
@@ -6044,7 +6044,7 @@
3) {
o.coverageScore = 42.0;
o.routeGroup = buildGoogleCloudDialogflowCxV3TransitionRouteGroup();
- o.transitions = buildUnnamed6675();
+ o.transitions = buildUnnamed6726();
}
buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage--;
return o;
@@ -6061,7 +6061,7 @@
);
checkGoogleCloudDialogflowCxV3TransitionRouteGroup(
o.routeGroup! as api.GoogleCloudDialogflowCxV3TransitionRouteGroup);
- checkUnnamed6675(o.transitions!);
+ checkUnnamed6726(o.transitions!);
}
buildCounterGoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverage--;
}
@@ -6171,14 +6171,14 @@
buildCounterGoogleCloudDialogflowCxV3ValidateFlowRequest--;
}
-core.List<api.GoogleCloudDialogflowCxV3ResourceName> buildUnnamed6676() {
+core.List<api.GoogleCloudDialogflowCxV3ResourceName> buildUnnamed6727() {
var o = <api.GoogleCloudDialogflowCxV3ResourceName>[];
o.add(buildGoogleCloudDialogflowCxV3ResourceName());
o.add(buildGoogleCloudDialogflowCxV3ResourceName());
return o;
}
-void checkUnnamed6676(core.List<api.GoogleCloudDialogflowCxV3ResourceName> o) {
+void checkUnnamed6727(core.List<api.GoogleCloudDialogflowCxV3ResourceName> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResourceName(
o[0] as api.GoogleCloudDialogflowCxV3ResourceName);
@@ -6186,14 +6186,14 @@
o[1] as api.GoogleCloudDialogflowCxV3ResourceName);
}
-core.List<core.String> buildUnnamed6677() {
+core.List<core.String> buildUnnamed6728() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6677(core.List<core.String> o) {
+void checkUnnamed6728(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6212,9 +6212,9 @@
buildCounterGoogleCloudDialogflowCxV3ValidationMessage++;
if (buildCounterGoogleCloudDialogflowCxV3ValidationMessage < 3) {
o.detail = 'foo';
- o.resourceNames = buildUnnamed6676();
+ o.resourceNames = buildUnnamed6727();
o.resourceType = 'foo';
- o.resources = buildUnnamed6677();
+ o.resources = buildUnnamed6728();
o.severity = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3ValidationMessage--;
@@ -6229,12 +6229,12 @@
o.detail!,
unittest.equals('foo'),
);
- checkUnnamed6676(o.resourceNames!);
+ checkUnnamed6727(o.resourceNames!);
unittest.expect(
o.resourceType!,
unittest.equals('foo'),
);
- checkUnnamed6677(o.resources!);
+ checkUnnamed6728(o.resources!);
unittest.expect(
o.severity!,
unittest.equals('foo'),
@@ -6317,14 +6317,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3VersionVariantsVariant>
- buildUnnamed6678() {
+ buildUnnamed6729() {
var o = <api.GoogleCloudDialogflowCxV3VersionVariantsVariant>[];
o.add(buildGoogleCloudDialogflowCxV3VersionVariantsVariant());
o.add(buildGoogleCloudDialogflowCxV3VersionVariantsVariant());
return o;
}
-void checkUnnamed6678(
+void checkUnnamed6729(
core.List<api.GoogleCloudDialogflowCxV3VersionVariantsVariant> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3VersionVariantsVariant(
@@ -6339,7 +6339,7 @@
var o = api.GoogleCloudDialogflowCxV3VersionVariants();
buildCounterGoogleCloudDialogflowCxV3VersionVariants++;
if (buildCounterGoogleCloudDialogflowCxV3VersionVariants < 3) {
- o.variants = buildUnnamed6678();
+ o.variants = buildUnnamed6729();
}
buildCounterGoogleCloudDialogflowCxV3VersionVariants--;
return o;
@@ -6349,7 +6349,7 @@
api.GoogleCloudDialogflowCxV3VersionVariants o) {
buildCounterGoogleCloudDialogflowCxV3VersionVariants++;
if (buildCounterGoogleCloudDialogflowCxV3VersionVariants < 3) {
- checkUnnamed6678(o.variants!);
+ checkUnnamed6729(o.variants!);
}
buildCounterGoogleCloudDialogflowCxV3VersionVariants--;
}
@@ -6458,14 +6458,14 @@
buildCounterGoogleCloudDialogflowCxV3Webhook--;
}
-core.Map<core.String, core.String> buildUnnamed6679() {
+core.Map<core.String, core.String> buildUnnamed6730() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6679(core.Map<core.String, core.String> o) {
+void checkUnnamed6730(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -6484,7 +6484,7 @@
buildCounterGoogleCloudDialogflowCxV3WebhookGenericWebService++;
if (buildCounterGoogleCloudDialogflowCxV3WebhookGenericWebService < 3) {
o.password = 'foo';
- o.requestHeaders = buildUnnamed6679();
+ o.requestHeaders = buildUnnamed6730();
o.uri = 'foo';
o.username = 'foo';
}
@@ -6500,7 +6500,7 @@
o.password!,
unittest.equals('foo'),
);
- checkUnnamed6679(o.requestHeaders!);
+ checkUnnamed6730(o.requestHeaders!);
unittest.expect(
o.uri!,
unittest.equals('foo'),
@@ -6513,14 +6513,14 @@
buildCounterGoogleCloudDialogflowCxV3WebhookGenericWebService--;
}
-core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed6680() {
+core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed6731() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
return o;
}
-void checkUnnamed6680(
+void checkUnnamed6731(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResponseMessage(
@@ -6529,7 +6529,7 @@
o[1] as api.GoogleCloudDialogflowCxV3ResponseMessage);
}
-core.Map<core.String, core.Object> buildUnnamed6681() {
+core.Map<core.String, core.Object> buildUnnamed6732() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -6544,7 +6544,7 @@
return o;
}
-void checkUnnamed6681(core.Map<core.String, core.Object> o) {
+void checkUnnamed6732(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted30 = (o['x']!) as core.Map;
unittest.expect(casted30, unittest.hasLength(3));
@@ -6587,9 +6587,9 @@
buildGoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo();
o.intentInfo = buildGoogleCloudDialogflowCxV3WebhookRequestIntentInfo();
o.languageCode = 'foo';
- o.messages = buildUnnamed6680();
+ o.messages = buildUnnamed6731();
o.pageInfo = buildGoogleCloudDialogflowCxV3PageInfo();
- o.payload = buildUnnamed6681();
+ o.payload = buildUnnamed6732();
o.sentimentAnalysisResult =
buildGoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult();
o.sessionInfo = buildGoogleCloudDialogflowCxV3SessionInfo();
@@ -6619,10 +6619,10 @@
o.languageCode!,
unittest.equals('foo'),
);
- checkUnnamed6680(o.messages!);
+ checkUnnamed6731(o.messages!);
checkGoogleCloudDialogflowCxV3PageInfo(
o.pageInfo! as api.GoogleCloudDialogflowCxV3PageInfo);
- checkUnnamed6681(o.payload!);
+ checkUnnamed6732(o.payload!);
checkGoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult(o
.sentimentAnalysisResult!
as api.GoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult);
@@ -6674,7 +6674,7 @@
core.Map<core.String,
api.GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue>
- buildUnnamed6682() {
+ buildUnnamed6733() {
var o = <core.String,
api.GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue>{};
o['x'] =
@@ -6684,7 +6684,7 @@
return o;
}
-void checkUnnamed6682(
+void checkUnnamed6733(
core.Map<core.String,
api.GoogleCloudDialogflowCxV3WebhookRequestIntentInfoIntentParameterValue>
o) {
@@ -6706,7 +6706,7 @@
o.confidence = 42.0;
o.displayName = 'foo';
o.lastMatchedIntent = 'foo';
- o.parameters = buildUnnamed6682();
+ o.parameters = buildUnnamed6733();
}
buildCounterGoogleCloudDialogflowCxV3WebhookRequestIntentInfo--;
return o;
@@ -6728,7 +6728,7 @@
o.lastMatchedIntent!,
unittest.equals('foo'),
);
- checkUnnamed6682(o.parameters!);
+ checkUnnamed6733(o.parameters!);
}
buildCounterGoogleCloudDialogflowCxV3WebhookRequestIntentInfo--;
}
@@ -6815,7 +6815,7 @@
buildCounterGoogleCloudDialogflowCxV3WebhookRequestSentimentAnalysisResult--;
}
-core.Map<core.String, core.Object> buildUnnamed6683() {
+core.Map<core.String, core.Object> buildUnnamed6734() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -6830,7 +6830,7 @@
return o;
}
-void checkUnnamed6683(core.Map<core.String, core.Object> o) {
+void checkUnnamed6734(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted33 = (o['x']!) as core.Map;
unittest.expect(casted33, unittest.hasLength(3));
@@ -6871,7 +6871,7 @@
o.fulfillmentResponse =
buildGoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse();
o.pageInfo = buildGoogleCloudDialogflowCxV3PageInfo();
- o.payload = buildUnnamed6683();
+ o.payload = buildUnnamed6734();
o.sessionInfo = buildGoogleCloudDialogflowCxV3SessionInfo();
o.targetFlow = 'foo';
o.targetPage = 'foo';
@@ -6889,7 +6889,7 @@
as api.GoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse);
checkGoogleCloudDialogflowCxV3PageInfo(
o.pageInfo! as api.GoogleCloudDialogflowCxV3PageInfo);
- checkUnnamed6683(o.payload!);
+ checkUnnamed6734(o.payload!);
checkGoogleCloudDialogflowCxV3SessionInfo(
o.sessionInfo! as api.GoogleCloudDialogflowCxV3SessionInfo);
unittest.expect(
@@ -6904,14 +6904,14 @@
buildCounterGoogleCloudDialogflowCxV3WebhookResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed6684() {
+core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> buildUnnamed6735() {
var o = <api.GoogleCloudDialogflowCxV3ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3ResponseMessage());
return o;
}
-void checkUnnamed6684(
+void checkUnnamed6735(
core.List<api.GoogleCloudDialogflowCxV3ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3ResponseMessage(
@@ -6929,7 +6929,7 @@
if (buildCounterGoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse <
3) {
o.mergeBehavior = 'foo';
- o.messages = buildUnnamed6684();
+ o.messages = buildUnnamed6735();
}
buildCounterGoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse--;
return o;
@@ -6944,7 +6944,7 @@
o.mergeBehavior!,
unittest.equals('foo'),
);
- checkUnnamed6684(o.messages!);
+ checkUnnamed6735(o.messages!);
}
buildCounterGoogleCloudDialogflowCxV3WebhookResponseFulfillmentResponse--;
}
@@ -7004,14 +7004,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1AudioInput--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1TestError> buildUnnamed6685() {
+core.List<api.GoogleCloudDialogflowCxV3beta1TestError> buildUnnamed6736() {
var o = <api.GoogleCloudDialogflowCxV3beta1TestError>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TestError());
o.add(buildGoogleCloudDialogflowCxV3beta1TestError());
return o;
}
-void checkUnnamed6685(
+void checkUnnamed6736(
core.List<api.GoogleCloudDialogflowCxV3beta1TestError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TestError(
@@ -7027,7 +7027,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata();
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata < 3) {
- o.errors = buildUnnamed6685();
+ o.errors = buildUnnamed6736();
}
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata--;
return o;
@@ -7037,19 +7037,19 @@
api.GoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata o) {
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata < 3) {
- checkUnnamed6685(o.errors!);
+ checkUnnamed6736(o.errors!);
}
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesMetadata--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseResult> buildUnnamed6686() {
+core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseResult> buildUnnamed6737() {
var o = <api.GoogleCloudDialogflowCxV3beta1TestCaseResult>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TestCaseResult());
o.add(buildGoogleCloudDialogflowCxV3beta1TestCaseResult());
return o;
}
-void checkUnnamed6686(
+void checkUnnamed6737(
core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TestCaseResult(
@@ -7065,7 +7065,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse();
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse < 3) {
- o.results = buildUnnamed6686();
+ o.results = buildUnnamed6737();
}
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse--;
return o;
@@ -7075,19 +7075,19 @@
api.GoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse o) {
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse < 3) {
- checkUnnamed6686(o.results!);
+ checkUnnamed6737(o.results!);
}
buildCounterGoogleCloudDialogflowCxV3beta1BatchRunTestCasesResponse--;
}
-core.List<core.String> buildUnnamed6687() {
+core.List<core.String> buildUnnamed6738() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6687(core.List<core.String> o) {
+void checkUnnamed6738(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7108,7 +7108,7 @@
o.name = 'foo';
o.result = 'foo';
o.runTime = 'foo';
- o.testCaseResults = buildUnnamed6687();
+ o.testCaseResults = buildUnnamed6738();
}
buildCounterGoogleCloudDialogflowCxV3beta1ContinuousTestResult--;
return o;
@@ -7130,7 +7130,7 @@
o.runTime!,
unittest.equals('foo'),
);
- checkUnnamed6687(o.testCaseResults!);
+ checkUnnamed6738(o.testCaseResults!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ContinuousTestResult--;
}
@@ -7163,7 +7163,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurn--;
}
-core.Map<core.String, core.Object> buildUnnamed6688() {
+core.Map<core.String, core.Object> buildUnnamed6739() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -7178,7 +7178,7 @@
return o;
}
-void checkUnnamed6688(core.Map<core.String, core.Object> o) {
+void checkUnnamed6739(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted35 = (o['x']!) as core.Map;
unittest.expect(casted35, unittest.hasLength(3));
@@ -7218,7 +7218,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput < 3) {
o.enableSentimentAnalysis = true;
- o.injectedParameters = buildUnnamed6688();
+ o.injectedParameters = buildUnnamed6739();
o.input = buildGoogleCloudDialogflowCxV3beta1QueryInput();
o.isWebhookEnabled = true;
}
@@ -7231,7 +7231,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput < 3) {
unittest.expect(o.enableSentimentAnalysis!, unittest.isTrue);
- checkUnnamed6688(o.injectedParameters!);
+ checkUnnamed6739(o.injectedParameters!);
checkGoogleCloudDialogflowCxV3beta1QueryInput(
o.input! as api.GoogleCloudDialogflowCxV3beta1QueryInput);
unittest.expect(o.isWebhookEnabled!, unittest.isTrue);
@@ -7239,7 +7239,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnUserInput--;
}
-core.Map<core.String, core.Object> buildUnnamed6689() {
+core.Map<core.String, core.Object> buildUnnamed6740() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -7254,7 +7254,7 @@
return o;
}
-void checkUnnamed6689(core.Map<core.String, core.Object> o) {
+void checkUnnamed6740(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted37 = (o['x']!) as core.Map;
unittest.expect(casted37, unittest.hasLength(3));
@@ -7287,14 +7287,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1TestRunDifference>
- buildUnnamed6690() {
+ buildUnnamed6741() {
var o = <api.GoogleCloudDialogflowCxV3beta1TestRunDifference>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TestRunDifference());
o.add(buildGoogleCloudDialogflowCxV3beta1TestRunDifference());
return o;
}
-void checkUnnamed6690(
+void checkUnnamed6741(
core.List<api.GoogleCloudDialogflowCxV3beta1TestRunDifference> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TestRunDifference(
@@ -7303,7 +7303,7 @@
o[1] as api.GoogleCloudDialogflowCxV3beta1TestRunDifference);
}
-core.Map<core.String, core.Object> buildUnnamed6691() {
+core.Map<core.String, core.Object> buildUnnamed6742() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -7318,7 +7318,7 @@
return o;
}
-void checkUnnamed6691(core.Map<core.String, core.Object> o) {
+void checkUnnamed6742(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted39 = (o['x']!) as core.Map;
unittest.expect(casted39, unittest.hasLength(3));
@@ -7351,14 +7351,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessageText>
- buildUnnamed6692() {
+ buildUnnamed6743() {
var o = <api.GoogleCloudDialogflowCxV3beta1ResponseMessageText>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessageText());
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessageText());
return o;
}
-void checkUnnamed6692(
+void checkUnnamed6743(
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessageText> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ResponseMessageText(
@@ -7378,11 +7378,11 @@
if (buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput <
3) {
o.currentPage = buildGoogleCloudDialogflowCxV3beta1Page();
- o.diagnosticInfo = buildUnnamed6689();
- o.differences = buildUnnamed6690();
- o.sessionParameters = buildUnnamed6691();
+ o.diagnosticInfo = buildUnnamed6740();
+ o.differences = buildUnnamed6741();
+ o.sessionParameters = buildUnnamed6742();
o.status = buildGoogleRpcStatus();
- o.textResponses = buildUnnamed6692();
+ o.textResponses = buildUnnamed6743();
o.triggeredIntent = buildGoogleCloudDialogflowCxV3beta1Intent();
}
buildCounterGoogleCloudDialogflowCxV3beta1ConversationTurnVirtualAgentOutput--;
@@ -7396,11 +7396,11 @@
3) {
checkGoogleCloudDialogflowCxV3beta1Page(
o.currentPage! as api.GoogleCloudDialogflowCxV3beta1Page);
- checkUnnamed6689(o.diagnosticInfo!);
- checkUnnamed6690(o.differences!);
- checkUnnamed6691(o.sessionParameters!);
+ checkUnnamed6740(o.diagnosticInfo!);
+ checkUnnamed6741(o.differences!);
+ checkUnnamed6742(o.sessionParameters!);
checkGoogleRpcStatus(o.status! as api.GoogleRpcStatus);
- checkUnnamed6692(o.textResponses!);
+ checkUnnamed6743(o.textResponses!);
checkGoogleCloudDialogflowCxV3beta1Intent(
o.triggeredIntent! as api.GoogleCloudDialogflowCxV3beta1Intent);
}
@@ -7690,14 +7690,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1ExportTestCasesResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1FormParameter> buildUnnamed6693() {
+core.List<api.GoogleCloudDialogflowCxV3beta1FormParameter> buildUnnamed6744() {
var o = <api.GoogleCloudDialogflowCxV3beta1FormParameter>[];
o.add(buildGoogleCloudDialogflowCxV3beta1FormParameter());
o.add(buildGoogleCloudDialogflowCxV3beta1FormParameter());
return o;
}
-void checkUnnamed6693(
+void checkUnnamed6744(
core.List<api.GoogleCloudDialogflowCxV3beta1FormParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1FormParameter(
@@ -7712,7 +7712,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1Form();
buildCounterGoogleCloudDialogflowCxV3beta1Form++;
if (buildCounterGoogleCloudDialogflowCxV3beta1Form < 3) {
- o.parameters = buildUnnamed6693();
+ o.parameters = buildUnnamed6744();
}
buildCounterGoogleCloudDialogflowCxV3beta1Form--;
return o;
@@ -7722,7 +7722,7 @@
api.GoogleCloudDialogflowCxV3beta1Form o) {
buildCounterGoogleCloudDialogflowCxV3beta1Form++;
if (buildCounterGoogleCloudDialogflowCxV3beta1Form < 3) {
- checkUnnamed6693(o.parameters!);
+ checkUnnamed6744(o.parameters!);
}
buildCounterGoogleCloudDialogflowCxV3beta1Form--;
}
@@ -7785,14 +7785,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1FormParameter--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> buildUnnamed6694() {
+core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> buildUnnamed6745() {
var o = <api.GoogleCloudDialogflowCxV3beta1EventHandler>[];
o.add(buildGoogleCloudDialogflowCxV3beta1EventHandler());
o.add(buildGoogleCloudDialogflowCxV3beta1EventHandler());
return o;
}
-void checkUnnamed6694(
+void checkUnnamed6745(
core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1EventHandler(
@@ -7810,7 +7810,7 @@
if (buildCounterGoogleCloudDialogflowCxV3beta1FormParameterFillBehavior < 3) {
o.initialPromptFulfillment =
buildGoogleCloudDialogflowCxV3beta1Fulfillment();
- o.repromptEventHandlers = buildUnnamed6694();
+ o.repromptEventHandlers = buildUnnamed6745();
}
buildCounterGoogleCloudDialogflowCxV3beta1FormParameterFillBehavior--;
return o;
@@ -7822,20 +7822,20 @@
if (buildCounterGoogleCloudDialogflowCxV3beta1FormParameterFillBehavior < 3) {
checkGoogleCloudDialogflowCxV3beta1Fulfillment(o.initialPromptFulfillment!
as api.GoogleCloudDialogflowCxV3beta1Fulfillment);
- checkUnnamed6694(o.repromptEventHandlers!);
+ checkUnnamed6745(o.repromptEventHandlers!);
}
buildCounterGoogleCloudDialogflowCxV3beta1FormParameterFillBehavior--;
}
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases>
- buildUnnamed6695() {
+ buildUnnamed6746() {
var o = <api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases>[];
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases());
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases());
return o;
}
-void checkUnnamed6695(
+void checkUnnamed6746(
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -7846,14 +7846,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage>
- buildUnnamed6696() {
+ buildUnnamed6747() {
var o = <api.GoogleCloudDialogflowCxV3beta1ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
return o;
}
-void checkUnnamed6696(
+void checkUnnamed6747(
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ResponseMessage(
@@ -7863,14 +7863,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction>
- buildUnnamed6697() {
+ buildUnnamed6748() {
var o = <api.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction>[];
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction());
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction());
return o;
}
-void checkUnnamed6697(
+void checkUnnamed6748(
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterAction>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -7886,10 +7886,10 @@
var o = api.GoogleCloudDialogflowCxV3beta1Fulfillment();
buildCounterGoogleCloudDialogflowCxV3beta1Fulfillment++;
if (buildCounterGoogleCloudDialogflowCxV3beta1Fulfillment < 3) {
- o.conditionalCases = buildUnnamed6695();
- o.messages = buildUnnamed6696();
+ o.conditionalCases = buildUnnamed6746();
+ o.messages = buildUnnamed6747();
o.returnPartialResponses = true;
- o.setParameterActions = buildUnnamed6697();
+ o.setParameterActions = buildUnnamed6748();
o.tag = 'foo';
o.webhook = 'foo';
}
@@ -7901,10 +7901,10 @@
api.GoogleCloudDialogflowCxV3beta1Fulfillment o) {
buildCounterGoogleCloudDialogflowCxV3beta1Fulfillment++;
if (buildCounterGoogleCloudDialogflowCxV3beta1Fulfillment < 3) {
- checkUnnamed6695(o.conditionalCases!);
- checkUnnamed6696(o.messages!);
+ checkUnnamed6746(o.conditionalCases!);
+ checkUnnamed6747(o.messages!);
unittest.expect(o.returnPartialResponses!, unittest.isTrue);
- checkUnnamed6697(o.setParameterActions!);
+ checkUnnamed6748(o.setParameterActions!);
unittest.expect(
o.tag!,
unittest.equals('foo'),
@@ -7918,14 +7918,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase>
- buildUnnamed6698() {
+ buildUnnamed6749() {
var o = <api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase>[];
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase());
o.add(buildGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase());
return o;
}
-void checkUnnamed6698(
+void checkUnnamed6749(
core.List<api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -7943,7 +7943,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases++;
if (buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases <
3) {
- o.cases = buildUnnamed6698();
+ o.cases = buildUnnamed6749();
}
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases--;
return o;
@@ -7954,14 +7954,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases++;
if (buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases <
3) {
- checkUnnamed6698(o.cases!);
+ checkUnnamed6749(o.cases!);
}
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCases--;
}
core.List<
api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent>
- buildUnnamed6699() {
+ buildUnnamed6750() {
var o = <
api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent>[];
o.add(
@@ -7971,7 +7971,7 @@
return o;
}
-void checkUnnamed6699(
+void checkUnnamed6750(
core.List<
api.GoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCaseCaseContent>
o) {
@@ -7993,7 +7993,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase++;
if (buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase <
3) {
- o.caseContent = buildUnnamed6699();
+ o.caseContent = buildUnnamed6750();
o.condition = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase--;
@@ -8005,7 +8005,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase++;
if (buildCounterGoogleCloudDialogflowCxV3beta1FulfillmentConditionalCasesCase <
3) {
- checkUnnamed6699(o.caseContent!);
+ checkUnnamed6750(o.caseContent!);
unittest.expect(
o.condition!,
unittest.equals('foo'),
@@ -8149,14 +8149,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsOperationMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed6700() {
+core.List<api.GoogleRpcStatus> buildUnnamed6751() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed6700(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed6751(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -8168,7 +8168,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse();
buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse < 3) {
- o.warnings = buildUnnamed6700();
+ o.warnings = buildUnnamed6751();
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse--;
return o;
@@ -8178,7 +8178,7 @@
api.GoogleCloudDialogflowCxV3beta1ImportDocumentsResponse o) {
buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse < 3) {
- checkUnnamed6700(o.warnings!);
+ checkUnnamed6751(o.warnings!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportDocumentsResponse--;
}
@@ -8207,14 +8207,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1ImportFlowResponse--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseError> buildUnnamed6701() {
+core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseError> buildUnnamed6752() {
var o = <api.GoogleCloudDialogflowCxV3beta1TestCaseError>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TestCaseError());
o.add(buildGoogleCloudDialogflowCxV3beta1TestCaseError());
return o;
}
-void checkUnnamed6701(
+void checkUnnamed6752(
core.List<api.GoogleCloudDialogflowCxV3beta1TestCaseError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TestCaseError(
@@ -8229,7 +8229,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata();
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata < 3) {
- o.errors = buildUnnamed6701();
+ o.errors = buildUnnamed6752();
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata--;
return o;
@@ -8239,19 +8239,19 @@
api.GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata o) {
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata < 3) {
- checkUnnamed6701(o.errors!);
+ checkUnnamed6752(o.errors!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata--;
}
-core.List<core.String> buildUnnamed6702() {
+core.List<core.String> buildUnnamed6753() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6702(core.List<core.String> o) {
+void checkUnnamed6753(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8269,7 +8269,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse();
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse < 3) {
- o.names = buildUnnamed6702();
+ o.names = buildUnnamed6753();
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse--;
return o;
@@ -8279,19 +8279,19 @@
api.GoogleCloudDialogflowCxV3beta1ImportTestCasesResponse o) {
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse < 3) {
- checkUnnamed6702(o.names!);
+ checkUnnamed6753(o.names!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ImportTestCasesResponse--;
}
-core.List<core.String> buildUnnamed6703() {
+core.List<core.String> buildUnnamed6754() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6703(core.List<core.String> o) {
+void checkUnnamed6754(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8313,7 +8313,7 @@
o.enableWordInfo = true;
o.model = 'foo';
o.modelVariant = 'foo';
- o.phraseHints = buildUnnamed6703();
+ o.phraseHints = buildUnnamed6754();
o.sampleRateHertz = 42;
o.singleUtterance = true;
}
@@ -8338,7 +8338,7 @@
o.modelVariant!,
unittest.equals('foo'),
);
- checkUnnamed6703(o.phraseHints!);
+ checkUnnamed6754(o.phraseHints!);
unittest.expect(
o.sampleRateHertz!,
unittest.equals(42),
@@ -8348,14 +8348,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1InputAudioConfig--;
}
-core.Map<core.String, core.String> buildUnnamed6704() {
+core.Map<core.String, core.String> buildUnnamed6755() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6704(core.Map<core.String, core.String> o) {
+void checkUnnamed6755(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -8368,14 +8368,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1IntentParameter>
- buildUnnamed6705() {
+ buildUnnamed6756() {
var o = <api.GoogleCloudDialogflowCxV3beta1IntentParameter>[];
o.add(buildGoogleCloudDialogflowCxV3beta1IntentParameter());
o.add(buildGoogleCloudDialogflowCxV3beta1IntentParameter());
return o;
}
-void checkUnnamed6705(
+void checkUnnamed6756(
core.List<api.GoogleCloudDialogflowCxV3beta1IntentParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1IntentParameter(
@@ -8385,14 +8385,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase>
- buildUnnamed6706() {
+ buildUnnamed6757() {
var o = <api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase>[];
o.add(buildGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase());
o.add(buildGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase());
return o;
}
-void checkUnnamed6706(
+void checkUnnamed6757(
core.List<api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase(
@@ -8410,11 +8410,11 @@
o.description = 'foo';
o.displayName = 'foo';
o.isFallback = true;
- o.labels = buildUnnamed6704();
+ o.labels = buildUnnamed6755();
o.name = 'foo';
- o.parameters = buildUnnamed6705();
+ o.parameters = buildUnnamed6756();
o.priority = 42;
- o.trainingPhrases = buildUnnamed6706();
+ o.trainingPhrases = buildUnnamed6757();
}
buildCounterGoogleCloudDialogflowCxV3beta1Intent--;
return o;
@@ -8433,17 +8433,17 @@
unittest.equals('foo'),
);
unittest.expect(o.isFallback!, unittest.isTrue);
- checkUnnamed6704(o.labels!);
+ checkUnnamed6755(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6705(o.parameters!);
+ checkUnnamed6756(o.parameters!);
unittest.expect(
o.priority!,
unittest.equals(42),
);
- checkUnnamed6706(o.trainingPhrases!);
+ checkUnnamed6757(o.trainingPhrases!);
}
buildCounterGoogleCloudDialogflowCxV3beta1Intent--;
}
@@ -8506,14 +8506,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart>
- buildUnnamed6707() {
+ buildUnnamed6758() {
var o = <api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart>[];
o.add(buildGoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart());
o.add(buildGoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart());
return o;
}
-void checkUnnamed6707(
+void checkUnnamed6758(
core.List<api.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart(
@@ -8529,7 +8529,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase++;
if (buildCounterGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase < 3) {
o.id = 'foo';
- o.parts = buildUnnamed6707();
+ o.parts = buildUnnamed6758();
o.repeatCount = 42;
}
buildCounterGoogleCloudDialogflowCxV3beta1IntentTrainingPhrase--;
@@ -8544,7 +8544,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed6707(o.parts!);
+ checkUnnamed6758(o.parts!);
unittest.expect(
o.repeatCount!,
unittest.equals(42),
@@ -8582,14 +8582,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1IntentTrainingPhrasePart--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> buildUnnamed6708() {
+core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> buildUnnamed6759() {
var o = <api.GoogleCloudDialogflowCxV3beta1EventHandler>[];
o.add(buildGoogleCloudDialogflowCxV3beta1EventHandler());
o.add(buildGoogleCloudDialogflowCxV3beta1EventHandler());
return o;
}
-void checkUnnamed6708(
+void checkUnnamed6759(
core.List<api.GoogleCloudDialogflowCxV3beta1EventHandler> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1EventHandler(
@@ -8598,14 +8598,14 @@
o[1] as api.GoogleCloudDialogflowCxV3beta1EventHandler);
}
-core.List<core.String> buildUnnamed6709() {
+core.List<core.String> buildUnnamed6760() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6709(core.List<core.String> o) {
+void checkUnnamed6760(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -8618,14 +8618,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1TransitionRoute>
- buildUnnamed6710() {
+ buildUnnamed6761() {
var o = <api.GoogleCloudDialogflowCxV3beta1TransitionRoute>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TransitionRoute());
o.add(buildGoogleCloudDialogflowCxV3beta1TransitionRoute());
return o;
}
-void checkUnnamed6710(
+void checkUnnamed6761(
core.List<api.GoogleCloudDialogflowCxV3beta1TransitionRoute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TransitionRoute(
@@ -8642,11 +8642,11 @@
if (buildCounterGoogleCloudDialogflowCxV3beta1Page < 3) {
o.displayName = 'foo';
o.entryFulfillment = buildGoogleCloudDialogflowCxV3beta1Fulfillment();
- o.eventHandlers = buildUnnamed6708();
+ o.eventHandlers = buildUnnamed6759();
o.form = buildGoogleCloudDialogflowCxV3beta1Form();
o.name = 'foo';
- o.transitionRouteGroups = buildUnnamed6709();
- o.transitionRoutes = buildUnnamed6710();
+ o.transitionRouteGroups = buildUnnamed6760();
+ o.transitionRoutes = buildUnnamed6761();
}
buildCounterGoogleCloudDialogflowCxV3beta1Page--;
return o;
@@ -8662,15 +8662,15 @@
);
checkGoogleCloudDialogflowCxV3beta1Fulfillment(
o.entryFulfillment! as api.GoogleCloudDialogflowCxV3beta1Fulfillment);
- checkUnnamed6708(o.eventHandlers!);
+ checkUnnamed6759(o.eventHandlers!);
checkGoogleCloudDialogflowCxV3beta1Form(
o.form! as api.GoogleCloudDialogflowCxV3beta1Form);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6709(o.transitionRouteGroups!);
- checkUnnamed6710(o.transitionRoutes!);
+ checkUnnamed6760(o.transitionRouteGroups!);
+ checkUnnamed6761(o.transitionRoutes!);
}
buildCounterGoogleCloudDialogflowCxV3beta1Page--;
}
@@ -8703,14 +8703,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo>
- buildUnnamed6711() {
+ buildUnnamed6762() {
var o = <api.GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo>[];
o.add(buildGoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo());
o.add(buildGoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo());
return o;
}
-void checkUnnamed6711(
+void checkUnnamed6762(
core.List<api.GoogleCloudDialogflowCxV3beta1PageInfoFormInfoParameterInfo>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -8726,7 +8726,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1PageInfoFormInfo();
buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo++;
if (buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo < 3) {
- o.parameterInfo = buildUnnamed6711();
+ o.parameterInfo = buildUnnamed6762();
}
buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo--;
return o;
@@ -8736,7 +8736,7 @@
api.GoogleCloudDialogflowCxV3beta1PageInfoFormInfo o) {
buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo++;
if (buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo < 3) {
- checkUnnamed6711(o.parameterInfo!);
+ checkUnnamed6762(o.parameterInfo!);
}
buildCounterGoogleCloudDialogflowCxV3beta1PageInfoFormInfo--;
}
@@ -8863,7 +8863,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ReloadDocumentOperationMetadata--;
}
-core.Map<core.String, core.Object> buildUnnamed6712() {
+core.Map<core.String, core.Object> buildUnnamed6763() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -8878,7 +8878,7 @@
return o;
}
-void checkUnnamed6712(core.Map<core.String, core.Object> o) {
+void checkUnnamed6763(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted44 = (o['x']!) as core.Map;
unittest.expect(casted44, unittest.hasLength(3));
@@ -8926,7 +8926,7 @@
buildGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio();
o.outputAudioText =
buildGoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText();
- o.payload = buildUnnamed6712();
+ o.payload = buildUnnamed6763();
o.playAudio = buildGoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio();
o.text = buildGoogleCloudDialogflowCxV3beta1ResponseMessageText();
}
@@ -8952,7 +8952,7 @@
checkGoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText(o
.outputAudioText!
as api.GoogleCloudDialogflowCxV3beta1ResponseMessageOutputAudioText);
- checkUnnamed6712(o.payload!);
+ checkUnnamed6763(o.payload!);
checkGoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio(o.playAudio!
as api.GoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio);
checkGoogleCloudDialogflowCxV3beta1ResponseMessageText(
@@ -8961,7 +8961,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessage--;
}
-core.Map<core.String, core.Object> buildUnnamed6713() {
+core.Map<core.String, core.Object> buildUnnamed6764() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -8976,7 +8976,7 @@
return o;
}
-void checkUnnamed6713(core.Map<core.String, core.Object> o) {
+void checkUnnamed6764(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted46 = (o['x']!) as core.Map;
unittest.expect(casted46, unittest.hasLength(3));
@@ -9018,7 +9018,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess <
3) {
- o.metadata = buildUnnamed6713();
+ o.metadata = buildUnnamed6764();
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess--;
return o;
@@ -9029,7 +9029,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess <
3) {
- checkUnnamed6713(o.metadata!);
+ checkUnnamed6764(o.metadata!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess--;
}
@@ -9054,7 +9054,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction--;
}
-core.Map<core.String, core.Object> buildUnnamed6714() {
+core.Map<core.String, core.Object> buildUnnamed6765() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -9069,7 +9069,7 @@
return o;
}
-void checkUnnamed6714(core.Map<core.String, core.Object> o) {
+void checkUnnamed6765(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted48 = (o['x']!) as core.Map;
unittest.expect(casted48, unittest.hasLength(3));
@@ -9110,7 +9110,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff <
3) {
- o.metadata = buildUnnamed6714();
+ o.metadata = buildUnnamed6765();
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff--;
return o;
@@ -9121,13 +9121,13 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff <
3) {
- checkUnnamed6714(o.metadata!);
+ checkUnnamed6765(o.metadata!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageLiveAgentHandoff--;
}
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment>
- buildUnnamed6715() {
+ buildUnnamed6766() {
var o =
<api.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment());
@@ -9135,7 +9135,7 @@
return o;
}
-void checkUnnamed6715(
+void checkUnnamed6766(
core.List<
api.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudioSegment>
o) {
@@ -9153,7 +9153,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio();
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio < 3) {
- o.segments = buildUnnamed6715();
+ o.segments = buildUnnamed6766();
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio--;
return o;
@@ -9163,7 +9163,7 @@
api.GoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio o) {
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio < 3) {
- checkUnnamed6715(o.segments!);
+ checkUnnamed6766(o.segments!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageMixedAudio--;
}
@@ -9264,14 +9264,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessagePlayAudio--;
}
-core.List<core.String> buildUnnamed6716() {
+core.List<core.String> buildUnnamed6767() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6716(core.List<core.String> o) {
+void checkUnnamed6767(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -9290,7 +9290,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText < 3) {
o.allowPlaybackInterruption = true;
- o.text = buildUnnamed6716();
+ o.text = buildUnnamed6767();
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText--;
return o;
@@ -9301,19 +9301,19 @@
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText++;
if (buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText < 3) {
unittest.expect(o.allowPlaybackInterruption!, unittest.isTrue);
- checkUnnamed6716(o.text!);
+ checkUnnamed6767(o.text!);
}
buildCounterGoogleCloudDialogflowCxV3beta1ResponseMessageText--;
}
-core.List<api.GoogleCloudDialogflowCxV3beta1TestError> buildUnnamed6717() {
+core.List<api.GoogleCloudDialogflowCxV3beta1TestError> buildUnnamed6768() {
var o = <api.GoogleCloudDialogflowCxV3beta1TestError>[];
o.add(buildGoogleCloudDialogflowCxV3beta1TestError());
o.add(buildGoogleCloudDialogflowCxV3beta1TestError());
return o;
}
-void checkUnnamed6717(
+void checkUnnamed6768(
core.List<api.GoogleCloudDialogflowCxV3beta1TestError> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1TestError(
@@ -9329,7 +9329,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata();
buildCounterGoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata < 3) {
- o.errors = buildUnnamed6717();
+ o.errors = buildUnnamed6768();
}
buildCounterGoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata--;
return o;
@@ -9339,7 +9339,7 @@
api.GoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata o) {
buildCounterGoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata++;
if (buildCounterGoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata < 3) {
- checkUnnamed6717(o.errors!);
+ checkUnnamed6768(o.errors!);
}
buildCounterGoogleCloudDialogflowCxV3beta1RunContinuousTestMetadata--;
}
@@ -9408,7 +9408,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1RunTestCaseResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed6718() {
+core.Map<core.String, core.Object> buildUnnamed6769() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -9423,7 +9423,7 @@
return o;
}
-void checkUnnamed6718(core.Map<core.String, core.Object> o) {
+void checkUnnamed6769(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted50 = (o['x']!) as core.Map;
unittest.expect(casted50, unittest.hasLength(3));
@@ -9461,7 +9461,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1SessionInfo();
buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo++;
if (buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo < 3) {
- o.parameters = buildUnnamed6718();
+ o.parameters = buildUnnamed6769();
o.session = 'foo';
}
buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo--;
@@ -9472,7 +9472,7 @@
api.GoogleCloudDialogflowCxV3beta1SessionInfo o) {
buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo++;
if (buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo < 3) {
- checkUnnamed6718(o.parameters!);
+ checkUnnamed6769(o.parameters!);
unittest.expect(
o.session!,
unittest.equals('foo'),
@@ -9481,14 +9481,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1SessionInfo--;
}
-core.List<core.String> buildUnnamed6719() {
+core.List<core.String> buildUnnamed6770() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6719(core.List<core.String> o) {
+void checkUnnamed6770(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -9501,14 +9501,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ConversationTurn>
- buildUnnamed6720() {
+ buildUnnamed6771() {
var o = <api.GoogleCloudDialogflowCxV3beta1ConversationTurn>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ConversationTurn());
o.add(buildGoogleCloudDialogflowCxV3beta1ConversationTurn());
return o;
}
-void checkUnnamed6720(
+void checkUnnamed6771(
core.List<api.GoogleCloudDialogflowCxV3beta1ConversationTurn> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ConversationTurn(
@@ -9528,8 +9528,8 @@
o.lastTestResult = buildGoogleCloudDialogflowCxV3beta1TestCaseResult();
o.name = 'foo';
o.notes = 'foo';
- o.tags = buildUnnamed6719();
- o.testCaseConversationTurns = buildUnnamed6720();
+ o.tags = buildUnnamed6770();
+ o.testCaseConversationTurns = buildUnnamed6771();
o.testConfig = buildGoogleCloudDialogflowCxV3beta1TestConfig();
}
buildCounterGoogleCloudDialogflowCxV3beta1TestCase--;
@@ -9558,8 +9558,8 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed6719(o.tags!);
- checkUnnamed6720(o.testCaseConversationTurns!);
+ checkUnnamed6770(o.tags!);
+ checkUnnamed6771(o.testCaseConversationTurns!);
checkGoogleCloudDialogflowCxV3beta1TestConfig(
o.testConfig! as api.GoogleCloudDialogflowCxV3beta1TestConfig);
}
@@ -9591,14 +9591,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ConversationTurn>
- buildUnnamed6721() {
+ buildUnnamed6772() {
var o = <api.GoogleCloudDialogflowCxV3beta1ConversationTurn>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ConversationTurn());
o.add(buildGoogleCloudDialogflowCxV3beta1ConversationTurn());
return o;
}
-void checkUnnamed6721(
+void checkUnnamed6772(
core.List<api.GoogleCloudDialogflowCxV3beta1ConversationTurn> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ConversationTurn(
@@ -9613,7 +9613,7 @@
var o = api.GoogleCloudDialogflowCxV3beta1TestCaseResult();
buildCounterGoogleCloudDialogflowCxV3beta1TestCaseResult++;
if (buildCounterGoogleCloudDialogflowCxV3beta1TestCaseResult < 3) {
- o.conversationTurns = buildUnnamed6721();
+ o.conversationTurns = buildUnnamed6772();
o.environment = 'foo';
o.name = 'foo';
o.testResult = 'foo';
@@ -9627,7 +9627,7 @@
api.GoogleCloudDialogflowCxV3beta1TestCaseResult o) {
buildCounterGoogleCloudDialogflowCxV3beta1TestCaseResult++;
if (buildCounterGoogleCloudDialogflowCxV3beta1TestCaseResult < 3) {
- checkUnnamed6721(o.conversationTurns!);
+ checkUnnamed6772(o.conversationTurns!);
unittest.expect(
o.environment!,
unittest.equals('foo'),
@@ -9648,14 +9648,14 @@
buildCounterGoogleCloudDialogflowCxV3beta1TestCaseResult--;
}
-core.List<core.String> buildUnnamed6722() {
+core.List<core.String> buildUnnamed6773() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6722(core.List<core.String> o) {
+void checkUnnamed6773(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -9674,7 +9674,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1TestConfig++;
if (buildCounterGoogleCloudDialogflowCxV3beta1TestConfig < 3) {
o.flow = 'foo';
- o.trackingParameters = buildUnnamed6722();
+ o.trackingParameters = buildUnnamed6773();
}
buildCounterGoogleCloudDialogflowCxV3beta1TestConfig--;
return o;
@@ -9688,7 +9688,7 @@
o.flow!,
unittest.equals('foo'),
);
- checkUnnamed6722(o.trackingParameters!);
+ checkUnnamed6773(o.trackingParameters!);
}
buildCounterGoogleCloudDialogflowCxV3beta1TestConfig--;
}
@@ -9853,14 +9853,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage>
- buildUnnamed6723() {
+ buildUnnamed6774() {
var o = <api.GoogleCloudDialogflowCxV3beta1ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
return o;
}
-void checkUnnamed6723(
+void checkUnnamed6774(
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ResponseMessage(
@@ -9869,7 +9869,7 @@
o[1] as api.GoogleCloudDialogflowCxV3beta1ResponseMessage);
}
-core.Map<core.String, core.Object> buildUnnamed6724() {
+core.Map<core.String, core.Object> buildUnnamed6775() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -9884,7 +9884,7 @@
return o;
}
-void checkUnnamed6724(core.Map<core.String, core.Object> o) {
+void checkUnnamed6775(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted52 = (o['x']!) as core.Map;
unittest.expect(casted52, unittest.hasLength(3));
@@ -9928,9 +9928,9 @@
o.intentInfo =
buildGoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo();
o.languageCode = 'foo';
- o.messages = buildUnnamed6723();
+ o.messages = buildUnnamed6774();
o.pageInfo = buildGoogleCloudDialogflowCxV3beta1PageInfo();
- o.payload = buildUnnamed6724();
+ o.payload = buildUnnamed6775();
o.sentimentAnalysisResult =
buildGoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult();
o.sessionInfo = buildGoogleCloudDialogflowCxV3beta1SessionInfo();
@@ -9960,10 +9960,10 @@
o.languageCode!,
unittest.equals('foo'),
);
- checkUnnamed6723(o.messages!);
+ checkUnnamed6774(o.messages!);
checkGoogleCloudDialogflowCxV3beta1PageInfo(
o.pageInfo! as api.GoogleCloudDialogflowCxV3beta1PageInfo);
- checkUnnamed6724(o.payload!);
+ checkUnnamed6775(o.payload!);
checkGoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult(
o.sentimentAnalysisResult! as api
.GoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult);
@@ -10018,7 +10018,7 @@
core.Map<core.String,
api.GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue>
- buildUnnamed6725() {
+ buildUnnamed6776() {
var o = <core.String,
api.GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue>{};
o['x'] =
@@ -10028,7 +10028,7 @@
return o;
}
-void checkUnnamed6725(
+void checkUnnamed6776(
core.Map<core.String,
api.GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfoIntentParameterValue>
o) {
@@ -10050,7 +10050,7 @@
o.confidence = 42.0;
o.displayName = 'foo';
o.lastMatchedIntent = 'foo';
- o.parameters = buildUnnamed6725();
+ o.parameters = buildUnnamed6776();
}
buildCounterGoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo--;
return o;
@@ -10072,7 +10072,7 @@
o.lastMatchedIntent!,
unittest.equals('foo'),
);
- checkUnnamed6725(o.parameters!);
+ checkUnnamed6776(o.parameters!);
}
buildCounterGoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo--;
}
@@ -10160,7 +10160,7 @@
buildCounterGoogleCloudDialogflowCxV3beta1WebhookRequestSentimentAnalysisResult--;
}
-core.Map<core.String, core.Object> buildUnnamed6726() {
+core.Map<core.String, core.Object> buildUnnamed6777() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -10175,7 +10175,7 @@
return o;
}
-void checkUnnamed6726(core.Map<core.String, core.Object> o) {
+void checkUnnamed6777(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted55 = (o['x']!) as core.Map;
unittest.expect(casted55, unittest.hasLength(3));
@@ -10216,7 +10216,7 @@
o.fulfillmentResponse =
buildGoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse();
o.pageInfo = buildGoogleCloudDialogflowCxV3beta1PageInfo();
- o.payload = buildUnnamed6726();
+ o.payload = buildUnnamed6777();
o.sessionInfo = buildGoogleCloudDialogflowCxV3beta1SessionInfo();
o.targetFlow = 'foo';
o.targetPage = 'foo';
@@ -10234,7 +10234,7 @@
.GoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse);
checkGoogleCloudDialogflowCxV3beta1PageInfo(
o.pageInfo! as api.GoogleCloudDialogflowCxV3beta1PageInfo);
- checkUnnamed6726(o.payload!);
+ checkUnnamed6777(o.payload!);
checkGoogleCloudDialogflowCxV3beta1SessionInfo(
o.sessionInfo! as api.GoogleCloudDialogflowCxV3beta1SessionInfo);
unittest.expect(
@@ -10250,14 +10250,14 @@
}
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage>
- buildUnnamed6727() {
+ buildUnnamed6778() {
var o = <api.GoogleCloudDialogflowCxV3beta1ResponseMessage>[];
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
o.add(buildGoogleCloudDialogflowCxV3beta1ResponseMessage());
return o;
}
-void checkUnnamed6727(
+void checkUnnamed6778(
core.List<api.GoogleCloudDialogflowCxV3beta1ResponseMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowCxV3beta1ResponseMessage(
@@ -10277,7 +10277,7 @@
if (buildCounterGoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse <
3) {
o.mergeBehavior = 'foo';
- o.messages = buildUnnamed6727();
+ o.messages = buildUnnamed6778();
}
buildCounterGoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse--;
return o;
@@ -10292,7 +10292,7 @@
o.mergeBehavior!,
unittest.equals('foo'),
);
- checkUnnamed6727(o.messages!);
+ checkUnnamed6778(o.messages!);
}
buildCounterGoogleCloudDialogflowCxV3beta1WebhookResponseFulfillmentResponse--;
}
@@ -10345,14 +10345,14 @@
buildCounterGoogleCloudDialogflowV2AnnotatedMessagePart--;
}
-core.Map<core.String, core.String> buildUnnamed6728() {
+core.Map<core.String, core.String> buildUnnamed6779() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6728(core.Map<core.String, core.String> o) {
+void checkUnnamed6779(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -10364,14 +10364,14 @@
);
}
-core.List<core.String> buildUnnamed6729() {
+core.List<core.String> buildUnnamed6780() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6729(core.List<core.String> o) {
+void checkUnnamed6780(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10391,8 +10391,8 @@
if (buildCounterGoogleCloudDialogflowV2ArticleAnswer < 3) {
o.answerRecord = 'foo';
o.confidence = 42.0;
- o.metadata = buildUnnamed6728();
- o.snippets = buildUnnamed6729();
+ o.metadata = buildUnnamed6779();
+ o.snippets = buildUnnamed6780();
o.title = 'foo';
o.uri = 'foo';
}
@@ -10412,8 +10412,8 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed6728(o.metadata!);
- checkUnnamed6729(o.snippets!);
+ checkUnnamed6779(o.metadata!);
+ checkUnnamed6780(o.snippets!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -10426,14 +10426,14 @@
buildCounterGoogleCloudDialogflowV2ArticleAnswer--;
}
-core.List<api.GoogleCloudDialogflowV2EntityType> buildUnnamed6730() {
+core.List<api.GoogleCloudDialogflowV2EntityType> buildUnnamed6781() {
var o = <api.GoogleCloudDialogflowV2EntityType>[];
o.add(buildGoogleCloudDialogflowV2EntityType());
o.add(buildGoogleCloudDialogflowV2EntityType());
return o;
}
-void checkUnnamed6730(core.List<api.GoogleCloudDialogflowV2EntityType> o) {
+void checkUnnamed6781(core.List<api.GoogleCloudDialogflowV2EntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2EntityType(
o[0] as api.GoogleCloudDialogflowV2EntityType);
@@ -10447,7 +10447,7 @@
var o = api.GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse();
buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse < 3) {
- o.entityTypes = buildUnnamed6730();
+ o.entityTypes = buildUnnamed6781();
}
buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse--;
return o;
@@ -10457,19 +10457,19 @@
api.GoogleCloudDialogflowV2BatchUpdateEntityTypesResponse o) {
buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse < 3) {
- checkUnnamed6730(o.entityTypes!);
+ checkUnnamed6781(o.entityTypes!);
}
buildCounterGoogleCloudDialogflowV2BatchUpdateEntityTypesResponse--;
}
-core.List<api.GoogleCloudDialogflowV2Intent> buildUnnamed6731() {
+core.List<api.GoogleCloudDialogflowV2Intent> buildUnnamed6782() {
var o = <api.GoogleCloudDialogflowV2Intent>[];
o.add(buildGoogleCloudDialogflowV2Intent());
o.add(buildGoogleCloudDialogflowV2Intent());
return o;
}
-void checkUnnamed6731(core.List<api.GoogleCloudDialogflowV2Intent> o) {
+void checkUnnamed6782(core.List<api.GoogleCloudDialogflowV2Intent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Intent(o[0] as api.GoogleCloudDialogflowV2Intent);
checkGoogleCloudDialogflowV2Intent(o[1] as api.GoogleCloudDialogflowV2Intent);
@@ -10481,7 +10481,7 @@
var o = api.GoogleCloudDialogflowV2BatchUpdateIntentsResponse();
buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse++;
if (buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse < 3) {
- o.intents = buildUnnamed6731();
+ o.intents = buildUnnamed6782();
}
buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse--;
return o;
@@ -10491,12 +10491,12 @@
api.GoogleCloudDialogflowV2BatchUpdateIntentsResponse o) {
buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse++;
if (buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse < 3) {
- checkUnnamed6731(o.intents!);
+ checkUnnamed6782(o.intents!);
}
buildCounterGoogleCloudDialogflowV2BatchUpdateIntentsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed6732() {
+core.Map<core.String, core.Object> buildUnnamed6783() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -10511,7 +10511,7 @@
return o;
}
-void checkUnnamed6732(core.Map<core.String, core.Object> o) {
+void checkUnnamed6783(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted58 = (o['x']!) as core.Map;
unittest.expect(casted58, unittest.hasLength(3));
@@ -10550,7 +10550,7 @@
if (buildCounterGoogleCloudDialogflowV2Context < 3) {
o.lifespanCount = 42;
o.name = 'foo';
- o.parameters = buildUnnamed6732();
+ o.parameters = buildUnnamed6783();
}
buildCounterGoogleCloudDialogflowV2Context--;
return o;
@@ -10567,7 +10567,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6732(o.parameters!);
+ checkUnnamed6783(o.parameters!);
}
buildCounterGoogleCloudDialogflowV2Context--;
}
@@ -10606,14 +10606,14 @@
buildCounterGoogleCloudDialogflowV2ConversationEvent--;
}
-core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed6733() {
+core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed6784() {
var o = <api.GoogleCloudDialogflowV2EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
return o;
}
-void checkUnnamed6733(
+void checkUnnamed6784(
core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2EntityTypeEntity(
@@ -10630,7 +10630,7 @@
o.autoExpansionMode = 'foo';
o.displayName = 'foo';
o.enableFuzzyExtraction = true;
- o.entities = buildUnnamed6733();
+ o.entities = buildUnnamed6784();
o.kind = 'foo';
o.name = 'foo';
}
@@ -10651,7 +10651,7 @@
unittest.equals('foo'),
);
unittest.expect(o.enableFuzzyExtraction!, unittest.isTrue);
- checkUnnamed6733(o.entities!);
+ checkUnnamed6784(o.entities!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -10664,14 +10664,14 @@
buildCounterGoogleCloudDialogflowV2EntityType--;
}
-core.List<core.String> buildUnnamed6734() {
+core.List<core.String> buildUnnamed6785() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6734(core.List<core.String> o) {
+void checkUnnamed6785(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10689,7 +10689,7 @@
var o = api.GoogleCloudDialogflowV2EntityTypeEntity();
buildCounterGoogleCloudDialogflowV2EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowV2EntityTypeEntity < 3) {
- o.synonyms = buildUnnamed6734();
+ o.synonyms = buildUnnamed6785();
o.value = 'foo';
}
buildCounterGoogleCloudDialogflowV2EntityTypeEntity--;
@@ -10700,7 +10700,7 @@
api.GoogleCloudDialogflowV2EntityTypeEntity o) {
buildCounterGoogleCloudDialogflowV2EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowV2EntityTypeEntity < 3) {
- checkUnnamed6734(o.synonyms!);
+ checkUnnamed6785(o.synonyms!);
unittest.expect(
o.value!,
unittest.equals('foo'),
@@ -10709,7 +10709,7 @@
buildCounterGoogleCloudDialogflowV2EntityTypeEntity--;
}
-core.Map<core.String, core.Object> buildUnnamed6735() {
+core.Map<core.String, core.Object> buildUnnamed6786() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -10724,7 +10724,7 @@
return o;
}
-void checkUnnamed6735(core.Map<core.String, core.Object> o) {
+void checkUnnamed6786(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted60 = (o['x']!) as core.Map;
unittest.expect(casted60, unittest.hasLength(3));
@@ -10763,7 +10763,7 @@
if (buildCounterGoogleCloudDialogflowV2EventInput < 3) {
o.languageCode = 'foo';
o.name = 'foo';
- o.parameters = buildUnnamed6735();
+ o.parameters = buildUnnamed6786();
}
buildCounterGoogleCloudDialogflowV2EventInput--;
return o;
@@ -10781,7 +10781,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6735(o.parameters!);
+ checkUnnamed6786(o.parameters!);
}
buildCounterGoogleCloudDialogflowV2EventInput--;
}
@@ -10815,14 +10815,14 @@
buildCounterGoogleCloudDialogflowV2ExportAgentResponse--;
}
-core.Map<core.String, core.String> buildUnnamed6736() {
+core.Map<core.String, core.String> buildUnnamed6787() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6736(core.Map<core.String, core.String> o) {
+void checkUnnamed6787(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -10842,7 +10842,7 @@
o.answer = 'foo';
o.answerRecord = 'foo';
o.confidence = 42.0;
- o.metadata = buildUnnamed6736();
+ o.metadata = buildUnnamed6787();
o.question = 'foo';
o.source = 'foo';
}
@@ -10866,7 +10866,7 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed6736(o.metadata!);
+ checkUnnamed6787(o.metadata!);
unittest.expect(
o.question!,
unittest.equals('foo'),
@@ -10879,14 +10879,14 @@
buildCounterGoogleCloudDialogflowV2FaqAnswer--;
}
-core.List<api.GoogleCloudDialogflowV2SuggestionResult> buildUnnamed6737() {
+core.List<api.GoogleCloudDialogflowV2SuggestionResult> buildUnnamed6788() {
var o = <api.GoogleCloudDialogflowV2SuggestionResult>[];
o.add(buildGoogleCloudDialogflowV2SuggestionResult());
o.add(buildGoogleCloudDialogflowV2SuggestionResult());
return o;
}
-void checkUnnamed6737(
+void checkUnnamed6788(
core.List<api.GoogleCloudDialogflowV2SuggestionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2SuggestionResult(
@@ -10903,7 +10903,7 @@
if (buildCounterGoogleCloudDialogflowV2HumanAgentAssistantEvent < 3) {
o.conversation = 'foo';
o.participant = 'foo';
- o.suggestionResults = buildUnnamed6737();
+ o.suggestionResults = buildUnnamed6788();
}
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantEvent--;
return o;
@@ -10921,19 +10921,19 @@
o.participant!,
unittest.equals('foo'),
);
- checkUnnamed6737(o.suggestionResults!);
+ checkUnnamed6788(o.suggestionResults!);
}
buildCounterGoogleCloudDialogflowV2HumanAgentAssistantEvent--;
}
-core.List<core.String> buildUnnamed6738() {
+core.List<core.String> buildUnnamed6789() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6738(core.List<core.String> o) {
+void checkUnnamed6789(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10945,14 +10945,14 @@
);
}
-core.List<core.String> buildUnnamed6739() {
+core.List<core.String> buildUnnamed6790() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6739(core.List<core.String> o) {
+void checkUnnamed6790(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10965,14 +10965,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentFollowupIntentInfo>
- buildUnnamed6740() {
+ buildUnnamed6791() {
var o = <api.GoogleCloudDialogflowV2IntentFollowupIntentInfo>[];
o.add(buildGoogleCloudDialogflowV2IntentFollowupIntentInfo());
o.add(buildGoogleCloudDialogflowV2IntentFollowupIntentInfo());
return o;
}
-void checkUnnamed6740(
+void checkUnnamed6791(
core.List<api.GoogleCloudDialogflowV2IntentFollowupIntentInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentFollowupIntentInfo(
@@ -10981,14 +10981,14 @@
o[1] as api.GoogleCloudDialogflowV2IntentFollowupIntentInfo);
}
-core.List<core.String> buildUnnamed6741() {
+core.List<core.String> buildUnnamed6792() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6741(core.List<core.String> o) {
+void checkUnnamed6792(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11000,14 +11000,14 @@
);
}
-core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed6742() {
+core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed6793() {
var o = <api.GoogleCloudDialogflowV2IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2IntentMessage());
o.add(buildGoogleCloudDialogflowV2IntentMessage());
return o;
}
-void checkUnnamed6742(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
+void checkUnnamed6793(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessage(
o[0] as api.GoogleCloudDialogflowV2IntentMessage);
@@ -11015,14 +11015,14 @@
o[1] as api.GoogleCloudDialogflowV2IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed6743() {
+core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed6794() {
var o = <api.GoogleCloudDialogflowV2Context>[];
o.add(buildGoogleCloudDialogflowV2Context());
o.add(buildGoogleCloudDialogflowV2Context());
return o;
}
-void checkUnnamed6743(core.List<api.GoogleCloudDialogflowV2Context> o) {
+void checkUnnamed6794(core.List<api.GoogleCloudDialogflowV2Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Context(
o[0] as api.GoogleCloudDialogflowV2Context);
@@ -11030,14 +11030,14 @@
o[1] as api.GoogleCloudDialogflowV2Context);
}
-core.List<api.GoogleCloudDialogflowV2IntentParameter> buildUnnamed6744() {
+core.List<api.GoogleCloudDialogflowV2IntentParameter> buildUnnamed6795() {
var o = <api.GoogleCloudDialogflowV2IntentParameter>[];
o.add(buildGoogleCloudDialogflowV2IntentParameter());
o.add(buildGoogleCloudDialogflowV2IntentParameter());
return o;
}
-void checkUnnamed6744(core.List<api.GoogleCloudDialogflowV2IntentParameter> o) {
+void checkUnnamed6795(core.List<api.GoogleCloudDialogflowV2IntentParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentParameter(
o[0] as api.GoogleCloudDialogflowV2IntentParameter);
@@ -11045,14 +11045,14 @@
o[1] as api.GoogleCloudDialogflowV2IntentParameter);
}
-core.List<api.GoogleCloudDialogflowV2IntentTrainingPhrase> buildUnnamed6745() {
+core.List<api.GoogleCloudDialogflowV2IntentTrainingPhrase> buildUnnamed6796() {
var o = <api.GoogleCloudDialogflowV2IntentTrainingPhrase>[];
o.add(buildGoogleCloudDialogflowV2IntentTrainingPhrase());
o.add(buildGoogleCloudDialogflowV2IntentTrainingPhrase());
return o;
}
-void checkUnnamed6745(
+void checkUnnamed6796(
core.List<api.GoogleCloudDialogflowV2IntentTrainingPhrase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentTrainingPhrase(
@@ -11067,24 +11067,24 @@
buildCounterGoogleCloudDialogflowV2Intent++;
if (buildCounterGoogleCloudDialogflowV2Intent < 3) {
o.action = 'foo';
- o.defaultResponsePlatforms = buildUnnamed6738();
+ o.defaultResponsePlatforms = buildUnnamed6789();
o.displayName = 'foo';
o.endInteraction = true;
- o.events = buildUnnamed6739();
- o.followupIntentInfo = buildUnnamed6740();
- o.inputContextNames = buildUnnamed6741();
+ o.events = buildUnnamed6790();
+ o.followupIntentInfo = buildUnnamed6791();
+ o.inputContextNames = buildUnnamed6792();
o.isFallback = true;
o.liveAgentHandoff = true;
- o.messages = buildUnnamed6742();
+ o.messages = buildUnnamed6793();
o.mlDisabled = true;
o.name = 'foo';
- o.outputContexts = buildUnnamed6743();
- o.parameters = buildUnnamed6744();
+ o.outputContexts = buildUnnamed6794();
+ o.parameters = buildUnnamed6795();
o.parentFollowupIntentName = 'foo';
o.priority = 42;
o.resetContexts = true;
o.rootFollowupIntentName = 'foo';
- o.trainingPhrases = buildUnnamed6745();
+ o.trainingPhrases = buildUnnamed6796();
o.webhookState = 'foo';
}
buildCounterGoogleCloudDialogflowV2Intent--;
@@ -11098,25 +11098,25 @@
o.action!,
unittest.equals('foo'),
);
- checkUnnamed6738(o.defaultResponsePlatforms!);
+ checkUnnamed6789(o.defaultResponsePlatforms!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
);
unittest.expect(o.endInteraction!, unittest.isTrue);
- checkUnnamed6739(o.events!);
- checkUnnamed6740(o.followupIntentInfo!);
- checkUnnamed6741(o.inputContextNames!);
+ checkUnnamed6790(o.events!);
+ checkUnnamed6791(o.followupIntentInfo!);
+ checkUnnamed6792(o.inputContextNames!);
unittest.expect(o.isFallback!, unittest.isTrue);
unittest.expect(o.liveAgentHandoff!, unittest.isTrue);
- checkUnnamed6742(o.messages!);
+ checkUnnamed6793(o.messages!);
unittest.expect(o.mlDisabled!, unittest.isTrue);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6743(o.outputContexts!);
- checkUnnamed6744(o.parameters!);
+ checkUnnamed6794(o.outputContexts!);
+ checkUnnamed6795(o.parameters!);
unittest.expect(
o.parentFollowupIntentName!,
unittest.equals('foo'),
@@ -11130,7 +11130,7 @@
o.rootFollowupIntentName!,
unittest.equals('foo'),
);
- checkUnnamed6745(o.trainingPhrases!);
+ checkUnnamed6796(o.trainingPhrases!);
unittest.expect(
o.webhookState!,
unittest.equals('foo'),
@@ -11168,7 +11168,7 @@
buildCounterGoogleCloudDialogflowV2IntentFollowupIntentInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed6746() {
+core.Map<core.String, core.Object> buildUnnamed6797() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -11183,7 +11183,7 @@
return o;
}
-void checkUnnamed6746(core.Map<core.String, core.Object> o) {
+void checkUnnamed6797(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted62 = (o['x']!) as core.Map;
unittest.expect(casted62, unittest.hasLength(3));
@@ -11232,7 +11232,7 @@
buildGoogleCloudDialogflowV2IntentMessageLinkOutSuggestion();
o.listSelect = buildGoogleCloudDialogflowV2IntentMessageListSelect();
o.mediaContent = buildGoogleCloudDialogflowV2IntentMessageMediaContent();
- o.payload = buildUnnamed6746();
+ o.payload = buildUnnamed6797();
o.platform = 'foo';
o.quickReplies = buildGoogleCloudDialogflowV2IntentMessageQuickReplies();
o.simpleResponses =
@@ -11267,7 +11267,7 @@
o.listSelect! as api.GoogleCloudDialogflowV2IntentMessageListSelect);
checkGoogleCloudDialogflowV2IntentMessageMediaContent(o.mediaContent!
as api.GoogleCloudDialogflowV2IntentMessageMediaContent);
- checkUnnamed6746(o.payload!);
+ checkUnnamed6797(o.payload!);
unittest.expect(
o.platform!,
unittest.equals('foo'),
@@ -11287,14 +11287,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageBasicCardButton>
- buildUnnamed6747() {
+ buildUnnamed6798() {
var o = <api.GoogleCloudDialogflowV2IntentMessageBasicCardButton>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageBasicCardButton());
o.add(buildGoogleCloudDialogflowV2IntentMessageBasicCardButton());
return o;
}
-void checkUnnamed6747(
+void checkUnnamed6798(
core.List<api.GoogleCloudDialogflowV2IntentMessageBasicCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageBasicCardButton(
@@ -11309,7 +11309,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageBasicCard();
buildCounterGoogleCloudDialogflowV2IntentMessageBasicCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageBasicCard < 3) {
- o.buttons = buildUnnamed6747();
+ o.buttons = buildUnnamed6798();
o.formattedText = 'foo';
o.image = buildGoogleCloudDialogflowV2IntentMessageImage();
o.subtitle = 'foo';
@@ -11323,7 +11323,7 @@
api.GoogleCloudDialogflowV2IntentMessageBasicCard o) {
buildCounterGoogleCloudDialogflowV2IntentMessageBasicCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageBasicCard < 3) {
- checkUnnamed6747(o.buttons!);
+ checkUnnamed6798(o.buttons!);
unittest.expect(
o.formattedText!,
unittest.equals('foo'),
@@ -11402,7 +11402,7 @@
core.List<
api.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem>
- buildUnnamed6748() {
+ buildUnnamed6799() {
var o = <
api.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem>[];
o.add(
@@ -11412,7 +11412,7 @@
return o;
}
-void checkUnnamed6748(
+void checkUnnamed6799(
core.List<
api.GoogleCloudDialogflowV2IntentMessageBrowseCarouselCardBrowseCarouselCardItem>
o) {
@@ -11432,7 +11432,7 @@
buildCounterGoogleCloudDialogflowV2IntentMessageBrowseCarouselCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageBrowseCarouselCard < 3) {
o.imageDisplayOptions = 'foo';
- o.items = buildUnnamed6748();
+ o.items = buildUnnamed6799();
}
buildCounterGoogleCloudDialogflowV2IntentMessageBrowseCarouselCard--;
return o;
@@ -11446,7 +11446,7 @@
o.imageDisplayOptions!,
unittest.equals('foo'),
);
- checkUnnamed6748(o.items!);
+ checkUnnamed6799(o.items!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageBrowseCarouselCard--;
}
@@ -11535,14 +11535,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageCardButton>
- buildUnnamed6749() {
+ buildUnnamed6800() {
var o = <api.GoogleCloudDialogflowV2IntentMessageCardButton>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageCardButton());
o.add(buildGoogleCloudDialogflowV2IntentMessageCardButton());
return o;
}
-void checkUnnamed6749(
+void checkUnnamed6800(
core.List<api.GoogleCloudDialogflowV2IntentMessageCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageCardButton(
@@ -11557,7 +11557,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageCard();
buildCounterGoogleCloudDialogflowV2IntentMessageCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageCard < 3) {
- o.buttons = buildUnnamed6749();
+ o.buttons = buildUnnamed6800();
o.imageUri = 'foo';
o.subtitle = 'foo';
o.title = 'foo';
@@ -11570,7 +11570,7 @@
api.GoogleCloudDialogflowV2IntentMessageCard o) {
buildCounterGoogleCloudDialogflowV2IntentMessageCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageCard < 3) {
- checkUnnamed6749(o.buttons!);
+ checkUnnamed6800(o.buttons!);
unittest.expect(
o.imageUri!,
unittest.equals('foo'),
@@ -11617,14 +11617,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageCarouselSelectItem>
- buildUnnamed6750() {
+ buildUnnamed6801() {
var o = <api.GoogleCloudDialogflowV2IntentMessageCarouselSelectItem>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageCarouselSelectItem());
o.add(buildGoogleCloudDialogflowV2IntentMessageCarouselSelectItem());
return o;
}
-void checkUnnamed6750(
+void checkUnnamed6801(
core.List<api.GoogleCloudDialogflowV2IntentMessageCarouselSelectItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageCarouselSelectItem(
@@ -11639,7 +11639,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageCarouselSelect();
buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect < 3) {
- o.items = buildUnnamed6750();
+ o.items = buildUnnamed6801();
}
buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect--;
return o;
@@ -11649,7 +11649,7 @@
api.GoogleCloudDialogflowV2IntentMessageCarouselSelect o) {
buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect < 3) {
- checkUnnamed6750(o.items!);
+ checkUnnamed6801(o.items!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageCarouselSelect--;
}
@@ -11777,14 +11777,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageListSelectItem>
- buildUnnamed6751() {
+ buildUnnamed6802() {
var o = <api.GoogleCloudDialogflowV2IntentMessageListSelectItem>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageListSelectItem());
o.add(buildGoogleCloudDialogflowV2IntentMessageListSelectItem());
return o;
}
-void checkUnnamed6751(
+void checkUnnamed6802(
core.List<api.GoogleCloudDialogflowV2IntentMessageListSelectItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageListSelectItem(
@@ -11799,7 +11799,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageListSelect();
buildCounterGoogleCloudDialogflowV2IntentMessageListSelect++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageListSelect < 3) {
- o.items = buildUnnamed6751();
+ o.items = buildUnnamed6802();
o.subtitle = 'foo';
o.title = 'foo';
}
@@ -11811,7 +11811,7 @@
api.GoogleCloudDialogflowV2IntentMessageListSelect o) {
buildCounterGoogleCloudDialogflowV2IntentMessageListSelect++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageListSelect < 3) {
- checkUnnamed6751(o.items!);
+ checkUnnamed6802(o.items!);
unittest.expect(
o.subtitle!,
unittest.equals('foo'),
@@ -11861,7 +11861,7 @@
core.List<
api.GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject>
- buildUnnamed6752() {
+ buildUnnamed6803() {
var o = <
api.GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject>[];
o.add(
@@ -11871,7 +11871,7 @@
return o;
}
-void checkUnnamed6752(
+void checkUnnamed6803(
core.List<
api.GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject>
o) {
@@ -11890,7 +11890,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageMediaContent();
buildCounterGoogleCloudDialogflowV2IntentMessageMediaContent++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageMediaContent < 3) {
- o.mediaObjects = buildUnnamed6752();
+ o.mediaObjects = buildUnnamed6803();
o.mediaType = 'foo';
}
buildCounterGoogleCloudDialogflowV2IntentMessageMediaContent--;
@@ -11901,7 +11901,7 @@
api.GoogleCloudDialogflowV2IntentMessageMediaContent o) {
buildCounterGoogleCloudDialogflowV2IntentMessageMediaContent++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageMediaContent < 3) {
- checkUnnamed6752(o.mediaObjects!);
+ checkUnnamed6803(o.mediaObjects!);
unittest.expect(
o.mediaType!,
unittest.equals('foo'),
@@ -11955,14 +11955,14 @@
buildCounterGoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject--;
}
-core.List<core.String> buildUnnamed6753() {
+core.List<core.String> buildUnnamed6804() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6753(core.List<core.String> o) {
+void checkUnnamed6804(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11980,7 +11980,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageQuickReplies();
buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies < 3) {
- o.quickReplies = buildUnnamed6753();
+ o.quickReplies = buildUnnamed6804();
o.title = 'foo';
}
buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies--;
@@ -11991,7 +11991,7 @@
api.GoogleCloudDialogflowV2IntentMessageQuickReplies o) {
buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies < 3) {
- checkUnnamed6753(o.quickReplies!);
+ checkUnnamed6804(o.quickReplies!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -12000,14 +12000,14 @@
buildCounterGoogleCloudDialogflowV2IntentMessageQuickReplies--;
}
-core.List<core.String> buildUnnamed6754() {
+core.List<core.String> buildUnnamed6805() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6754(core.List<core.String> o) {
+void checkUnnamed6805(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12026,7 +12026,7 @@
buildCounterGoogleCloudDialogflowV2IntentMessageSelectItemInfo++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageSelectItemInfo < 3) {
o.key = 'foo';
- o.synonyms = buildUnnamed6754();
+ o.synonyms = buildUnnamed6805();
}
buildCounterGoogleCloudDialogflowV2IntentMessageSelectItemInfo--;
return o;
@@ -12040,7 +12040,7 @@
o.key!,
unittest.equals('foo'),
);
- checkUnnamed6754(o.synonyms!);
+ checkUnnamed6805(o.synonyms!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageSelectItemInfo--;
}
@@ -12080,14 +12080,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageSimpleResponse>
- buildUnnamed6755() {
+ buildUnnamed6806() {
var o = <api.GoogleCloudDialogflowV2IntentMessageSimpleResponse>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageSimpleResponse());
o.add(buildGoogleCloudDialogflowV2IntentMessageSimpleResponse());
return o;
}
-void checkUnnamed6755(
+void checkUnnamed6806(
core.List<api.GoogleCloudDialogflowV2IntentMessageSimpleResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageSimpleResponse(
@@ -12102,7 +12102,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageSimpleResponses();
buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses < 3) {
- o.simpleResponses = buildUnnamed6755();
+ o.simpleResponses = buildUnnamed6806();
}
buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses--;
return o;
@@ -12112,7 +12112,7 @@
api.GoogleCloudDialogflowV2IntentMessageSimpleResponses o) {
buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses < 3) {
- checkUnnamed6755(o.simpleResponses!);
+ checkUnnamed6806(o.simpleResponses!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageSimpleResponses--;
}
@@ -12142,14 +12142,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageSuggestion>
- buildUnnamed6756() {
+ buildUnnamed6807() {
var o = <api.GoogleCloudDialogflowV2IntentMessageSuggestion>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageSuggestion());
o.add(buildGoogleCloudDialogflowV2IntentMessageSuggestion());
return o;
}
-void checkUnnamed6756(
+void checkUnnamed6807(
core.List<api.GoogleCloudDialogflowV2IntentMessageSuggestion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageSuggestion(
@@ -12164,7 +12164,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageSuggestions();
buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions < 3) {
- o.suggestions = buildUnnamed6756();
+ o.suggestions = buildUnnamed6807();
}
buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions--;
return o;
@@ -12174,20 +12174,20 @@
api.GoogleCloudDialogflowV2IntentMessageSuggestions o) {
buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions < 3) {
- checkUnnamed6756(o.suggestions!);
+ checkUnnamed6807(o.suggestions!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageSuggestions--;
}
core.List<api.GoogleCloudDialogflowV2IntentMessageBasicCardButton>
- buildUnnamed6757() {
+ buildUnnamed6808() {
var o = <api.GoogleCloudDialogflowV2IntentMessageBasicCardButton>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageBasicCardButton());
o.add(buildGoogleCloudDialogflowV2IntentMessageBasicCardButton());
return o;
}
-void checkUnnamed6757(
+void checkUnnamed6808(
core.List<api.GoogleCloudDialogflowV2IntentMessageBasicCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageBasicCardButton(
@@ -12197,14 +12197,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageColumnProperties>
- buildUnnamed6758() {
+ buildUnnamed6809() {
var o = <api.GoogleCloudDialogflowV2IntentMessageColumnProperties>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageColumnProperties());
o.add(buildGoogleCloudDialogflowV2IntentMessageColumnProperties());
return o;
}
-void checkUnnamed6758(
+void checkUnnamed6809(
core.List<api.GoogleCloudDialogflowV2IntentMessageColumnProperties> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageColumnProperties(
@@ -12214,14 +12214,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageTableCardRow>
- buildUnnamed6759() {
+ buildUnnamed6810() {
var o = <api.GoogleCloudDialogflowV2IntentMessageTableCardRow>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageTableCardRow());
o.add(buildGoogleCloudDialogflowV2IntentMessageTableCardRow());
return o;
}
-void checkUnnamed6759(
+void checkUnnamed6810(
core.List<api.GoogleCloudDialogflowV2IntentMessageTableCardRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageTableCardRow(
@@ -12236,10 +12236,10 @@
var o = api.GoogleCloudDialogflowV2IntentMessageTableCard();
buildCounterGoogleCloudDialogflowV2IntentMessageTableCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageTableCard < 3) {
- o.buttons = buildUnnamed6757();
- o.columnProperties = buildUnnamed6758();
+ o.buttons = buildUnnamed6808();
+ o.columnProperties = buildUnnamed6809();
o.image = buildGoogleCloudDialogflowV2IntentMessageImage();
- o.rows = buildUnnamed6759();
+ o.rows = buildUnnamed6810();
o.subtitle = 'foo';
o.title = 'foo';
}
@@ -12251,11 +12251,11 @@
api.GoogleCloudDialogflowV2IntentMessageTableCard o) {
buildCounterGoogleCloudDialogflowV2IntentMessageTableCard++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageTableCard < 3) {
- checkUnnamed6757(o.buttons!);
- checkUnnamed6758(o.columnProperties!);
+ checkUnnamed6808(o.buttons!);
+ checkUnnamed6809(o.columnProperties!);
checkGoogleCloudDialogflowV2IntentMessageImage(
o.image! as api.GoogleCloudDialogflowV2IntentMessageImage);
- checkUnnamed6759(o.rows!);
+ checkUnnamed6810(o.rows!);
unittest.expect(
o.subtitle!,
unittest.equals('foo'),
@@ -12293,14 +12293,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentMessageTableCardCell>
- buildUnnamed6760() {
+ buildUnnamed6811() {
var o = <api.GoogleCloudDialogflowV2IntentMessageTableCardCell>[];
o.add(buildGoogleCloudDialogflowV2IntentMessageTableCardCell());
o.add(buildGoogleCloudDialogflowV2IntentMessageTableCardCell());
return o;
}
-void checkUnnamed6760(
+void checkUnnamed6811(
core.List<api.GoogleCloudDialogflowV2IntentMessageTableCardCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessageTableCardCell(
@@ -12315,7 +12315,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageTableCardRow();
buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow < 3) {
- o.cells = buildUnnamed6760();
+ o.cells = buildUnnamed6811();
o.dividerAfter = true;
}
buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow--;
@@ -12326,20 +12326,20 @@
api.GoogleCloudDialogflowV2IntentMessageTableCardRow o) {
buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow < 3) {
- checkUnnamed6760(o.cells!);
+ checkUnnamed6811(o.cells!);
unittest.expect(o.dividerAfter!, unittest.isTrue);
}
buildCounterGoogleCloudDialogflowV2IntentMessageTableCardRow--;
}
-core.List<core.String> buildUnnamed6761() {
+core.List<core.String> buildUnnamed6812() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6761(core.List<core.String> o) {
+void checkUnnamed6812(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12357,7 +12357,7 @@
var o = api.GoogleCloudDialogflowV2IntentMessageText();
buildCounterGoogleCloudDialogflowV2IntentMessageText++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageText < 3) {
- o.text = buildUnnamed6761();
+ o.text = buildUnnamed6812();
}
buildCounterGoogleCloudDialogflowV2IntentMessageText--;
return o;
@@ -12367,19 +12367,19 @@
api.GoogleCloudDialogflowV2IntentMessageText o) {
buildCounterGoogleCloudDialogflowV2IntentMessageText++;
if (buildCounterGoogleCloudDialogflowV2IntentMessageText < 3) {
- checkUnnamed6761(o.text!);
+ checkUnnamed6812(o.text!);
}
buildCounterGoogleCloudDialogflowV2IntentMessageText--;
}
-core.List<core.String> buildUnnamed6762() {
+core.List<core.String> buildUnnamed6813() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6762(core.List<core.String> o) {
+void checkUnnamed6813(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -12403,7 +12403,7 @@
o.isList = true;
o.mandatory = true;
o.name = 'foo';
- o.prompts = buildUnnamed6762();
+ o.prompts = buildUnnamed6813();
o.value = 'foo';
}
buildCounterGoogleCloudDialogflowV2IntentParameter--;
@@ -12432,7 +12432,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6762(o.prompts!);
+ checkUnnamed6813(o.prompts!);
unittest.expect(
o.value!,
unittest.equals('foo'),
@@ -12442,14 +12442,14 @@
}
core.List<api.GoogleCloudDialogflowV2IntentTrainingPhrasePart>
- buildUnnamed6763() {
+ buildUnnamed6814() {
var o = <api.GoogleCloudDialogflowV2IntentTrainingPhrasePart>[];
o.add(buildGoogleCloudDialogflowV2IntentTrainingPhrasePart());
o.add(buildGoogleCloudDialogflowV2IntentTrainingPhrasePart());
return o;
}
-void checkUnnamed6763(
+void checkUnnamed6814(
core.List<api.GoogleCloudDialogflowV2IntentTrainingPhrasePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentTrainingPhrasePart(
@@ -12465,7 +12465,7 @@
buildCounterGoogleCloudDialogflowV2IntentTrainingPhrase++;
if (buildCounterGoogleCloudDialogflowV2IntentTrainingPhrase < 3) {
o.name = 'foo';
- o.parts = buildUnnamed6763();
+ o.parts = buildUnnamed6814();
o.timesAddedCount = 42;
o.type = 'foo';
}
@@ -12481,7 +12481,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6763(o.parts!);
+ checkUnnamed6814(o.parts!);
unittest.expect(
o.timesAddedCount!,
unittest.equals(42),
@@ -12604,14 +12604,14 @@
buildCounterGoogleCloudDialogflowV2Message--;
}
-core.List<api.GoogleCloudDialogflowV2AnnotatedMessagePart> buildUnnamed6764() {
+core.List<api.GoogleCloudDialogflowV2AnnotatedMessagePart> buildUnnamed6815() {
var o = <api.GoogleCloudDialogflowV2AnnotatedMessagePart>[];
o.add(buildGoogleCloudDialogflowV2AnnotatedMessagePart());
o.add(buildGoogleCloudDialogflowV2AnnotatedMessagePart());
return o;
}
-void checkUnnamed6764(
+void checkUnnamed6815(
core.List<api.GoogleCloudDialogflowV2AnnotatedMessagePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2AnnotatedMessagePart(
@@ -12627,7 +12627,7 @@
buildCounterGoogleCloudDialogflowV2MessageAnnotation++;
if (buildCounterGoogleCloudDialogflowV2MessageAnnotation < 3) {
o.containEntities = true;
- o.parts = buildUnnamed6764();
+ o.parts = buildUnnamed6815();
}
buildCounterGoogleCloudDialogflowV2MessageAnnotation--;
return o;
@@ -12638,12 +12638,12 @@
buildCounterGoogleCloudDialogflowV2MessageAnnotation++;
if (buildCounterGoogleCloudDialogflowV2MessageAnnotation < 3) {
unittest.expect(o.containEntities!, unittest.isTrue);
- checkUnnamed6764(o.parts!);
+ checkUnnamed6815(o.parts!);
}
buildCounterGoogleCloudDialogflowV2MessageAnnotation--;
}
-core.Map<core.String, core.Object> buildUnnamed6765() {
+core.Map<core.String, core.Object> buildUnnamed6816() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -12658,7 +12658,7 @@
return o;
}
-void checkUnnamed6765(core.Map<core.String, core.Object> o) {
+void checkUnnamed6816(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted64 = (o['x']!) as core.Map;
unittest.expect(casted64, unittest.hasLength(3));
@@ -12696,7 +12696,7 @@
var o = api.GoogleCloudDialogflowV2OriginalDetectIntentRequest();
buildCounterGoogleCloudDialogflowV2OriginalDetectIntentRequest++;
if (buildCounterGoogleCloudDialogflowV2OriginalDetectIntentRequest < 3) {
- o.payload = buildUnnamed6765();
+ o.payload = buildUnnamed6816();
o.source = 'foo';
o.version = 'foo';
}
@@ -12708,7 +12708,7 @@
api.GoogleCloudDialogflowV2OriginalDetectIntentRequest o) {
buildCounterGoogleCloudDialogflowV2OriginalDetectIntentRequest++;
if (buildCounterGoogleCloudDialogflowV2OriginalDetectIntentRequest < 3) {
- checkUnnamed6765(o.payload!);
+ checkUnnamed6816(o.payload!);
unittest.expect(
o.source!,
unittest.equals('foo'),
@@ -12721,7 +12721,7 @@
buildCounterGoogleCloudDialogflowV2OriginalDetectIntentRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed6766() {
+core.Map<core.String, core.Object> buildUnnamed6817() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -12736,7 +12736,7 @@
return o;
}
-void checkUnnamed6766(core.Map<core.String, core.Object> o) {
+void checkUnnamed6817(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted66 = (o['x']!) as core.Map;
unittest.expect(casted66, unittest.hasLength(3));
@@ -12768,14 +12768,14 @@
);
}
-core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed6767() {
+core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed6818() {
var o = <api.GoogleCloudDialogflowV2IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2IntentMessage());
o.add(buildGoogleCloudDialogflowV2IntentMessage());
return o;
}
-void checkUnnamed6767(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
+void checkUnnamed6818(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessage(
o[0] as api.GoogleCloudDialogflowV2IntentMessage);
@@ -12783,14 +12783,14 @@
o[1] as api.GoogleCloudDialogflowV2IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed6768() {
+core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed6819() {
var o = <api.GoogleCloudDialogflowV2Context>[];
o.add(buildGoogleCloudDialogflowV2Context());
o.add(buildGoogleCloudDialogflowV2Context());
return o;
}
-void checkUnnamed6768(core.List<api.GoogleCloudDialogflowV2Context> o) {
+void checkUnnamed6819(core.List<api.GoogleCloudDialogflowV2Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Context(
o[0] as api.GoogleCloudDialogflowV2Context);
@@ -12798,7 +12798,7 @@
o[1] as api.GoogleCloudDialogflowV2Context);
}
-core.Map<core.String, core.Object> buildUnnamed6769() {
+core.Map<core.String, core.Object> buildUnnamed6820() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -12813,7 +12813,7 @@
return o;
}
-void checkUnnamed6769(core.Map<core.String, core.Object> o) {
+void checkUnnamed6820(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted68 = (o['x']!) as core.Map;
unittest.expect(casted68, unittest.hasLength(3));
@@ -12845,7 +12845,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6770() {
+core.Map<core.String, core.Object> buildUnnamed6821() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -12860,7 +12860,7 @@
return o;
}
-void checkUnnamed6770(core.Map<core.String, core.Object> o) {
+void checkUnnamed6821(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted70 = (o['x']!) as core.Map;
unittest.expect(casted70, unittest.hasLength(3));
@@ -12901,19 +12901,19 @@
o.action = 'foo';
o.allRequiredParamsPresent = true;
o.cancelsSlotFilling = true;
- o.diagnosticInfo = buildUnnamed6766();
- o.fulfillmentMessages = buildUnnamed6767();
+ o.diagnosticInfo = buildUnnamed6817();
+ o.fulfillmentMessages = buildUnnamed6818();
o.fulfillmentText = 'foo';
o.intent = buildGoogleCloudDialogflowV2Intent();
o.intentDetectionConfidence = 42.0;
o.languageCode = 'foo';
- o.outputContexts = buildUnnamed6768();
- o.parameters = buildUnnamed6769();
+ o.outputContexts = buildUnnamed6819();
+ o.parameters = buildUnnamed6820();
o.queryText = 'foo';
o.sentimentAnalysisResult =
buildGoogleCloudDialogflowV2SentimentAnalysisResult();
o.speechRecognitionConfidence = 42.0;
- o.webhookPayload = buildUnnamed6770();
+ o.webhookPayload = buildUnnamed6821();
o.webhookSource = 'foo';
}
buildCounterGoogleCloudDialogflowV2QueryResult--;
@@ -12930,8 +12930,8 @@
);
unittest.expect(o.allRequiredParamsPresent!, unittest.isTrue);
unittest.expect(o.cancelsSlotFilling!, unittest.isTrue);
- checkUnnamed6766(o.diagnosticInfo!);
- checkUnnamed6767(o.fulfillmentMessages!);
+ checkUnnamed6817(o.diagnosticInfo!);
+ checkUnnamed6818(o.fulfillmentMessages!);
unittest.expect(
o.fulfillmentText!,
unittest.equals('foo'),
@@ -12946,8 +12946,8 @@
o.languageCode!,
unittest.equals('foo'),
);
- checkUnnamed6768(o.outputContexts!);
- checkUnnamed6769(o.parameters!);
+ checkUnnamed6819(o.outputContexts!);
+ checkUnnamed6820(o.parameters!);
unittest.expect(
o.queryText!,
unittest.equals('foo'),
@@ -12959,7 +12959,7 @@
o.speechRecognitionConfidence!,
unittest.equals(42.0),
);
- checkUnnamed6770(o.webhookPayload!);
+ checkUnnamed6821(o.webhookPayload!);
unittest.expect(
o.webhookSource!,
unittest.equals('foo'),
@@ -13018,14 +13018,14 @@
buildCounterGoogleCloudDialogflowV2SentimentAnalysisResult--;
}
-core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed6771() {
+core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> buildUnnamed6822() {
var o = <api.GoogleCloudDialogflowV2EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
o.add(buildGoogleCloudDialogflowV2EntityTypeEntity());
return o;
}
-void checkUnnamed6771(
+void checkUnnamed6822(
core.List<api.GoogleCloudDialogflowV2EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2EntityTypeEntity(
@@ -13040,7 +13040,7 @@
var o = api.GoogleCloudDialogflowV2SessionEntityType();
buildCounterGoogleCloudDialogflowV2SessionEntityType++;
if (buildCounterGoogleCloudDialogflowV2SessionEntityType < 3) {
- o.entities = buildUnnamed6771();
+ o.entities = buildUnnamed6822();
o.entityOverrideMode = 'foo';
o.name = 'foo';
}
@@ -13052,7 +13052,7 @@
api.GoogleCloudDialogflowV2SessionEntityType o) {
buildCounterGoogleCloudDialogflowV2SessionEntityType++;
if (buildCounterGoogleCloudDialogflowV2SessionEntityType < 3) {
- checkUnnamed6771(o.entities!);
+ checkUnnamed6822(o.entities!);
unittest.expect(
o.entityOverrideMode!,
unittest.equals('foo'),
@@ -13065,14 +13065,14 @@
buildCounterGoogleCloudDialogflowV2SessionEntityType--;
}
-core.List<api.GoogleCloudDialogflowV2ArticleAnswer> buildUnnamed6772() {
+core.List<api.GoogleCloudDialogflowV2ArticleAnswer> buildUnnamed6823() {
var o = <api.GoogleCloudDialogflowV2ArticleAnswer>[];
o.add(buildGoogleCloudDialogflowV2ArticleAnswer());
o.add(buildGoogleCloudDialogflowV2ArticleAnswer());
return o;
}
-void checkUnnamed6772(core.List<api.GoogleCloudDialogflowV2ArticleAnswer> o) {
+void checkUnnamed6823(core.List<api.GoogleCloudDialogflowV2ArticleAnswer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2ArticleAnswer(
o[0] as api.GoogleCloudDialogflowV2ArticleAnswer);
@@ -13086,7 +13086,7 @@
var o = api.GoogleCloudDialogflowV2SuggestArticlesResponse();
buildCounterGoogleCloudDialogflowV2SuggestArticlesResponse++;
if (buildCounterGoogleCloudDialogflowV2SuggestArticlesResponse < 3) {
- o.articleAnswers = buildUnnamed6772();
+ o.articleAnswers = buildUnnamed6823();
o.contextSize = 42;
o.latestMessage = 'foo';
}
@@ -13098,7 +13098,7 @@
api.GoogleCloudDialogflowV2SuggestArticlesResponse o) {
buildCounterGoogleCloudDialogflowV2SuggestArticlesResponse++;
if (buildCounterGoogleCloudDialogflowV2SuggestArticlesResponse < 3) {
- checkUnnamed6772(o.articleAnswers!);
+ checkUnnamed6823(o.articleAnswers!);
unittest.expect(
o.contextSize!,
unittest.equals(42),
@@ -13111,14 +13111,14 @@
buildCounterGoogleCloudDialogflowV2SuggestArticlesResponse--;
}
-core.List<api.GoogleCloudDialogflowV2FaqAnswer> buildUnnamed6773() {
+core.List<api.GoogleCloudDialogflowV2FaqAnswer> buildUnnamed6824() {
var o = <api.GoogleCloudDialogflowV2FaqAnswer>[];
o.add(buildGoogleCloudDialogflowV2FaqAnswer());
o.add(buildGoogleCloudDialogflowV2FaqAnswer());
return o;
}
-void checkUnnamed6773(core.List<api.GoogleCloudDialogflowV2FaqAnswer> o) {
+void checkUnnamed6824(core.List<api.GoogleCloudDialogflowV2FaqAnswer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2FaqAnswer(
o[0] as api.GoogleCloudDialogflowV2FaqAnswer);
@@ -13133,7 +13133,7 @@
buildCounterGoogleCloudDialogflowV2SuggestFaqAnswersResponse++;
if (buildCounterGoogleCloudDialogflowV2SuggestFaqAnswersResponse < 3) {
o.contextSize = 42;
- o.faqAnswers = buildUnnamed6773();
+ o.faqAnswers = buildUnnamed6824();
o.latestMessage = 'foo';
}
buildCounterGoogleCloudDialogflowV2SuggestFaqAnswersResponse--;
@@ -13148,7 +13148,7 @@
o.contextSize!,
unittest.equals(42),
);
- checkUnnamed6773(o.faqAnswers!);
+ checkUnnamed6824(o.faqAnswers!);
unittest.expect(
o.latestMessage!,
unittest.equals('foo'),
@@ -13225,14 +13225,14 @@
buildCounterGoogleCloudDialogflowV2WebhookRequest--;
}
-core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed6774() {
+core.List<api.GoogleCloudDialogflowV2IntentMessage> buildUnnamed6825() {
var o = <api.GoogleCloudDialogflowV2IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2IntentMessage());
o.add(buildGoogleCloudDialogflowV2IntentMessage());
return o;
}
-void checkUnnamed6774(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
+void checkUnnamed6825(core.List<api.GoogleCloudDialogflowV2IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2IntentMessage(
o[0] as api.GoogleCloudDialogflowV2IntentMessage);
@@ -13240,14 +13240,14 @@
o[1] as api.GoogleCloudDialogflowV2IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed6775() {
+core.List<api.GoogleCloudDialogflowV2Context> buildUnnamed6826() {
var o = <api.GoogleCloudDialogflowV2Context>[];
o.add(buildGoogleCloudDialogflowV2Context());
o.add(buildGoogleCloudDialogflowV2Context());
return o;
}
-void checkUnnamed6775(core.List<api.GoogleCloudDialogflowV2Context> o) {
+void checkUnnamed6826(core.List<api.GoogleCloudDialogflowV2Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2Context(
o[0] as api.GoogleCloudDialogflowV2Context);
@@ -13255,7 +13255,7 @@
o[1] as api.GoogleCloudDialogflowV2Context);
}
-core.Map<core.String, core.Object> buildUnnamed6776() {
+core.Map<core.String, core.Object> buildUnnamed6827() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -13270,7 +13270,7 @@
return o;
}
-void checkUnnamed6776(core.Map<core.String, core.Object> o) {
+void checkUnnamed6827(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted72 = (o['x']!) as core.Map;
unittest.expect(casted72, unittest.hasLength(3));
@@ -13302,14 +13302,14 @@
);
}
-core.List<api.GoogleCloudDialogflowV2SessionEntityType> buildUnnamed6777() {
+core.List<api.GoogleCloudDialogflowV2SessionEntityType> buildUnnamed6828() {
var o = <api.GoogleCloudDialogflowV2SessionEntityType>[];
o.add(buildGoogleCloudDialogflowV2SessionEntityType());
o.add(buildGoogleCloudDialogflowV2SessionEntityType());
return o;
}
-void checkUnnamed6777(
+void checkUnnamed6828(
core.List<api.GoogleCloudDialogflowV2SessionEntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2SessionEntityType(
@@ -13325,11 +13325,11 @@
buildCounterGoogleCloudDialogflowV2WebhookResponse++;
if (buildCounterGoogleCloudDialogflowV2WebhookResponse < 3) {
o.followupEventInput = buildGoogleCloudDialogflowV2EventInput();
- o.fulfillmentMessages = buildUnnamed6774();
+ o.fulfillmentMessages = buildUnnamed6825();
o.fulfillmentText = 'foo';
- o.outputContexts = buildUnnamed6775();
- o.payload = buildUnnamed6776();
- o.sessionEntityTypes = buildUnnamed6777();
+ o.outputContexts = buildUnnamed6826();
+ o.payload = buildUnnamed6827();
+ o.sessionEntityTypes = buildUnnamed6828();
o.source = 'foo';
}
buildCounterGoogleCloudDialogflowV2WebhookResponse--;
@@ -13342,14 +13342,14 @@
if (buildCounterGoogleCloudDialogflowV2WebhookResponse < 3) {
checkGoogleCloudDialogflowV2EventInput(
o.followupEventInput! as api.GoogleCloudDialogflowV2EventInput);
- checkUnnamed6774(o.fulfillmentMessages!);
+ checkUnnamed6825(o.fulfillmentMessages!);
unittest.expect(
o.fulfillmentText!,
unittest.equals('foo'),
);
- checkUnnamed6775(o.outputContexts!);
- checkUnnamed6776(o.payload!);
- checkUnnamed6777(o.sessionEntityTypes!);
+ checkUnnamed6826(o.outputContexts!);
+ checkUnnamed6827(o.payload!);
+ checkUnnamed6828(o.sessionEntityTypes!);
unittest.expect(
o.source!,
unittest.equals('foo'),
@@ -13406,14 +13406,14 @@
buildCounterGoogleCloudDialogflowV2beta1AnnotatedMessagePart--;
}
-core.Map<core.String, core.String> buildUnnamed6778() {
+core.Map<core.String, core.String> buildUnnamed6829() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6778(core.Map<core.String, core.String> o) {
+void checkUnnamed6829(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -13425,14 +13425,14 @@
);
}
-core.List<core.String> buildUnnamed6779() {
+core.List<core.String> buildUnnamed6830() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6779(core.List<core.String> o) {
+void checkUnnamed6830(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -13451,8 +13451,8 @@
buildCounterGoogleCloudDialogflowV2beta1ArticleAnswer++;
if (buildCounterGoogleCloudDialogflowV2beta1ArticleAnswer < 3) {
o.answerRecord = 'foo';
- o.metadata = buildUnnamed6778();
- o.snippets = buildUnnamed6779();
+ o.metadata = buildUnnamed6829();
+ o.snippets = buildUnnamed6830();
o.title = 'foo';
o.uri = 'foo';
}
@@ -13468,8 +13468,8 @@
o.answerRecord!,
unittest.equals('foo'),
);
- checkUnnamed6778(o.metadata!);
- checkUnnamed6779(o.snippets!);
+ checkUnnamed6829(o.metadata!);
+ checkUnnamed6830(o.snippets!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -13482,14 +13482,14 @@
buildCounterGoogleCloudDialogflowV2beta1ArticleAnswer--;
}
-core.List<api.GoogleCloudDialogflowV2beta1EntityType> buildUnnamed6780() {
+core.List<api.GoogleCloudDialogflowV2beta1EntityType> buildUnnamed6831() {
var o = <api.GoogleCloudDialogflowV2beta1EntityType>[];
o.add(buildGoogleCloudDialogflowV2beta1EntityType());
o.add(buildGoogleCloudDialogflowV2beta1EntityType());
return o;
}
-void checkUnnamed6780(core.List<api.GoogleCloudDialogflowV2beta1EntityType> o) {
+void checkUnnamed6831(core.List<api.GoogleCloudDialogflowV2beta1EntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1EntityType(
o[0] as api.GoogleCloudDialogflowV2beta1EntityType);
@@ -13505,7 +13505,7 @@
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse <
3) {
- o.entityTypes = buildUnnamed6780();
+ o.entityTypes = buildUnnamed6831();
}
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse--;
return o;
@@ -13516,19 +13516,19 @@
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse <
3) {
- checkUnnamed6780(o.entityTypes!);
+ checkUnnamed6831(o.entityTypes!);
}
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateEntityTypesResponse--;
}
-core.List<api.GoogleCloudDialogflowV2beta1Intent> buildUnnamed6781() {
+core.List<api.GoogleCloudDialogflowV2beta1Intent> buildUnnamed6832() {
var o = <api.GoogleCloudDialogflowV2beta1Intent>[];
o.add(buildGoogleCloudDialogflowV2beta1Intent());
o.add(buildGoogleCloudDialogflowV2beta1Intent());
return o;
}
-void checkUnnamed6781(core.List<api.GoogleCloudDialogflowV2beta1Intent> o) {
+void checkUnnamed6832(core.List<api.GoogleCloudDialogflowV2beta1Intent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1Intent(
o[0] as api.GoogleCloudDialogflowV2beta1Intent);
@@ -13542,7 +13542,7 @@
var o = api.GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse();
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse < 3) {
- o.intents = buildUnnamed6781();
+ o.intents = buildUnnamed6832();
}
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse--;
return o;
@@ -13552,12 +13552,12 @@
api.GoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse o) {
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse < 3) {
- checkUnnamed6781(o.intents!);
+ checkUnnamed6832(o.intents!);
}
buildCounterGoogleCloudDialogflowV2beta1BatchUpdateIntentsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed6782() {
+core.Map<core.String, core.Object> buildUnnamed6833() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -13572,7 +13572,7 @@
return o;
}
-void checkUnnamed6782(core.Map<core.String, core.Object> o) {
+void checkUnnamed6833(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted75 = (o['x']!) as core.Map;
unittest.expect(casted75, unittest.hasLength(3));
@@ -13612,7 +13612,7 @@
if (buildCounterGoogleCloudDialogflowV2beta1Context < 3) {
o.lifespanCount = 42;
o.name = 'foo';
- o.parameters = buildUnnamed6782();
+ o.parameters = buildUnnamed6833();
}
buildCounterGoogleCloudDialogflowV2beta1Context--;
return o;
@@ -13630,7 +13630,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6782(o.parameters!);
+ checkUnnamed6833(o.parameters!);
}
buildCounterGoogleCloudDialogflowV2beta1Context--;
}
@@ -13669,14 +13669,14 @@
buildCounterGoogleCloudDialogflowV2beta1ConversationEvent--;
}
-core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> buildUnnamed6783() {
+core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> buildUnnamed6834() {
var o = <api.GoogleCloudDialogflowV2beta1EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowV2beta1EntityTypeEntity());
o.add(buildGoogleCloudDialogflowV2beta1EntityTypeEntity());
return o;
}
-void checkUnnamed6783(
+void checkUnnamed6834(
core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1EntityTypeEntity(
@@ -13694,7 +13694,7 @@
o.autoExpansionMode = 'foo';
o.displayName = 'foo';
o.enableFuzzyExtraction = true;
- o.entities = buildUnnamed6783();
+ o.entities = buildUnnamed6834();
o.kind = 'foo';
o.name = 'foo';
}
@@ -13715,7 +13715,7 @@
unittest.equals('foo'),
);
unittest.expect(o.enableFuzzyExtraction!, unittest.isTrue);
- checkUnnamed6783(o.entities!);
+ checkUnnamed6834(o.entities!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -13728,14 +13728,14 @@
buildCounterGoogleCloudDialogflowV2beta1EntityType--;
}
-core.List<core.String> buildUnnamed6784() {
+core.List<core.String> buildUnnamed6835() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6784(core.List<core.String> o) {
+void checkUnnamed6835(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -13753,7 +13753,7 @@
var o = api.GoogleCloudDialogflowV2beta1EntityTypeEntity();
buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity < 3) {
- o.synonyms = buildUnnamed6784();
+ o.synonyms = buildUnnamed6835();
o.value = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity--;
@@ -13764,7 +13764,7 @@
api.GoogleCloudDialogflowV2beta1EntityTypeEntity o) {
buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity++;
if (buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity < 3) {
- checkUnnamed6784(o.synonyms!);
+ checkUnnamed6835(o.synonyms!);
unittest.expect(
o.value!,
unittest.equals('foo'),
@@ -13773,7 +13773,7 @@
buildCounterGoogleCloudDialogflowV2beta1EntityTypeEntity--;
}
-core.Map<core.String, core.Object> buildUnnamed6785() {
+core.Map<core.String, core.Object> buildUnnamed6836() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -13788,7 +13788,7 @@
return o;
}
-void checkUnnamed6785(core.Map<core.String, core.Object> o) {
+void checkUnnamed6836(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted77 = (o['x']!) as core.Map;
unittest.expect(casted77, unittest.hasLength(3));
@@ -13828,7 +13828,7 @@
if (buildCounterGoogleCloudDialogflowV2beta1EventInput < 3) {
o.languageCode = 'foo';
o.name = 'foo';
- o.parameters = buildUnnamed6785();
+ o.parameters = buildUnnamed6836();
}
buildCounterGoogleCloudDialogflowV2beta1EventInput--;
return o;
@@ -13846,7 +13846,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6785(o.parameters!);
+ checkUnnamed6836(o.parameters!);
}
buildCounterGoogleCloudDialogflowV2beta1EventInput--;
}
@@ -13880,14 +13880,14 @@
buildCounterGoogleCloudDialogflowV2beta1ExportAgentResponse--;
}
-core.Map<core.String, core.String> buildUnnamed6786() {
+core.Map<core.String, core.String> buildUnnamed6837() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6786(core.Map<core.String, core.String> o) {
+void checkUnnamed6837(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -13908,7 +13908,7 @@
o.answer = 'foo';
o.answerRecord = 'foo';
o.confidence = 42.0;
- o.metadata = buildUnnamed6786();
+ o.metadata = buildUnnamed6837();
o.question = 'foo';
o.source = 'foo';
}
@@ -13932,7 +13932,7 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed6786(o.metadata!);
+ checkUnnamed6837(o.metadata!);
unittest.expect(
o.question!,
unittest.equals('foo'),
@@ -13945,14 +13945,14 @@
buildCounterGoogleCloudDialogflowV2beta1FaqAnswer--;
}
-core.List<api.GoogleCloudDialogflowV2beta1SuggestionResult> buildUnnamed6787() {
+core.List<api.GoogleCloudDialogflowV2beta1SuggestionResult> buildUnnamed6838() {
var o = <api.GoogleCloudDialogflowV2beta1SuggestionResult>[];
o.add(buildGoogleCloudDialogflowV2beta1SuggestionResult());
o.add(buildGoogleCloudDialogflowV2beta1SuggestionResult());
return o;
}
-void checkUnnamed6787(
+void checkUnnamed6838(
core.List<api.GoogleCloudDialogflowV2beta1SuggestionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1SuggestionResult(
@@ -13969,7 +13969,7 @@
if (buildCounterGoogleCloudDialogflowV2beta1HumanAgentAssistantEvent < 3) {
o.conversation = 'foo';
o.participant = 'foo';
- o.suggestionResults = buildUnnamed6787();
+ o.suggestionResults = buildUnnamed6838();
}
buildCounterGoogleCloudDialogflowV2beta1HumanAgentAssistantEvent--;
return o;
@@ -13987,19 +13987,19 @@
o.participant!,
unittest.equals('foo'),
);
- checkUnnamed6787(o.suggestionResults!);
+ checkUnnamed6838(o.suggestionResults!);
}
buildCounterGoogleCloudDialogflowV2beta1HumanAgentAssistantEvent--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed6788() {
+core.List<api.GoogleRpcStatus> buildUnnamed6839() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed6788(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed6839(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -14011,7 +14011,7 @@
var o = api.GoogleCloudDialogflowV2beta1ImportDocumentsResponse();
buildCounterGoogleCloudDialogflowV2beta1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1ImportDocumentsResponse < 3) {
- o.warnings = buildUnnamed6788();
+ o.warnings = buildUnnamed6839();
}
buildCounterGoogleCloudDialogflowV2beta1ImportDocumentsResponse--;
return o;
@@ -14021,19 +14021,19 @@
api.GoogleCloudDialogflowV2beta1ImportDocumentsResponse o) {
buildCounterGoogleCloudDialogflowV2beta1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1ImportDocumentsResponse < 3) {
- checkUnnamed6788(o.warnings!);
+ checkUnnamed6839(o.warnings!);
}
buildCounterGoogleCloudDialogflowV2beta1ImportDocumentsResponse--;
}
-core.List<core.String> buildUnnamed6789() {
+core.List<core.String> buildUnnamed6840() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6789(core.List<core.String> o) {
+void checkUnnamed6840(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -14045,14 +14045,14 @@
);
}
-core.List<core.String> buildUnnamed6790() {
+core.List<core.String> buildUnnamed6841() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6790(core.List<core.String> o) {
+void checkUnnamed6841(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -14065,14 +14065,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo>
- buildUnnamed6791() {
+ buildUnnamed6842() {
var o = <api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo());
o.add(buildGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo());
return o;
}
-void checkUnnamed6791(
+void checkUnnamed6842(
core.List<api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo(
@@ -14081,14 +14081,14 @@
o[1] as api.GoogleCloudDialogflowV2beta1IntentFollowupIntentInfo);
}
-core.List<core.String> buildUnnamed6792() {
+core.List<core.String> buildUnnamed6843() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6792(core.List<core.String> o) {
+void checkUnnamed6843(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -14100,14 +14100,14 @@
);
}
-core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed6793() {
+core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed6844() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
return o;
}
-void checkUnnamed6793(
+void checkUnnamed6844(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessage(
@@ -14116,14 +14116,14 @@
o[1] as api.GoogleCloudDialogflowV2beta1IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed6794() {
+core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed6845() {
var o = <api.GoogleCloudDialogflowV2beta1Context>[];
o.add(buildGoogleCloudDialogflowV2beta1Context());
o.add(buildGoogleCloudDialogflowV2beta1Context());
return o;
}
-void checkUnnamed6794(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
+void checkUnnamed6845(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1Context(
o[0] as api.GoogleCloudDialogflowV2beta1Context);
@@ -14131,14 +14131,14 @@
o[1] as api.GoogleCloudDialogflowV2beta1Context);
}
-core.List<api.GoogleCloudDialogflowV2beta1IntentParameter> buildUnnamed6795() {
+core.List<api.GoogleCloudDialogflowV2beta1IntentParameter> buildUnnamed6846() {
var o = <api.GoogleCloudDialogflowV2beta1IntentParameter>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentParameter());
o.add(buildGoogleCloudDialogflowV2beta1IntentParameter());
return o;
}
-void checkUnnamed6795(
+void checkUnnamed6846(
core.List<api.GoogleCloudDialogflowV2beta1IntentParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentParameter(
@@ -14148,14 +14148,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentTrainingPhrase>
- buildUnnamed6796() {
+ buildUnnamed6847() {
var o = <api.GoogleCloudDialogflowV2beta1IntentTrainingPhrase>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentTrainingPhrase());
o.add(buildGoogleCloudDialogflowV2beta1IntentTrainingPhrase());
return o;
}
-void checkUnnamed6796(
+void checkUnnamed6847(
core.List<api.GoogleCloudDialogflowV2beta1IntentTrainingPhrase> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentTrainingPhrase(
@@ -14171,25 +14171,25 @@
buildCounterGoogleCloudDialogflowV2beta1Intent++;
if (buildCounterGoogleCloudDialogflowV2beta1Intent < 3) {
o.action = 'foo';
- o.defaultResponsePlatforms = buildUnnamed6789();
+ o.defaultResponsePlatforms = buildUnnamed6840();
o.displayName = 'foo';
o.endInteraction = true;
- o.events = buildUnnamed6790();
- o.followupIntentInfo = buildUnnamed6791();
- o.inputContextNames = buildUnnamed6792();
+ o.events = buildUnnamed6841();
+ o.followupIntentInfo = buildUnnamed6842();
+ o.inputContextNames = buildUnnamed6843();
o.isFallback = true;
o.liveAgentHandoff = true;
- o.messages = buildUnnamed6793();
+ o.messages = buildUnnamed6844();
o.mlDisabled = true;
o.mlEnabled = true;
o.name = 'foo';
- o.outputContexts = buildUnnamed6794();
- o.parameters = buildUnnamed6795();
+ o.outputContexts = buildUnnamed6845();
+ o.parameters = buildUnnamed6846();
o.parentFollowupIntentName = 'foo';
o.priority = 42;
o.resetContexts = true;
o.rootFollowupIntentName = 'foo';
- o.trainingPhrases = buildUnnamed6796();
+ o.trainingPhrases = buildUnnamed6847();
o.webhookState = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1Intent--;
@@ -14204,26 +14204,26 @@
o.action!,
unittest.equals('foo'),
);
- checkUnnamed6789(o.defaultResponsePlatforms!);
+ checkUnnamed6840(o.defaultResponsePlatforms!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
);
unittest.expect(o.endInteraction!, unittest.isTrue);
- checkUnnamed6790(o.events!);
- checkUnnamed6791(o.followupIntentInfo!);
- checkUnnamed6792(o.inputContextNames!);
+ checkUnnamed6841(o.events!);
+ checkUnnamed6842(o.followupIntentInfo!);
+ checkUnnamed6843(o.inputContextNames!);
unittest.expect(o.isFallback!, unittest.isTrue);
unittest.expect(o.liveAgentHandoff!, unittest.isTrue);
- checkUnnamed6793(o.messages!);
+ checkUnnamed6844(o.messages!);
unittest.expect(o.mlDisabled!, unittest.isTrue);
unittest.expect(o.mlEnabled!, unittest.isTrue);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6794(o.outputContexts!);
- checkUnnamed6795(o.parameters!);
+ checkUnnamed6845(o.outputContexts!);
+ checkUnnamed6846(o.parameters!);
unittest.expect(
o.parentFollowupIntentName!,
unittest.equals('foo'),
@@ -14237,7 +14237,7 @@
o.rootFollowupIntentName!,
unittest.equals('foo'),
);
- checkUnnamed6796(o.trainingPhrases!);
+ checkUnnamed6847(o.trainingPhrases!);
unittest.expect(
o.webhookState!,
unittest.equals('foo'),
@@ -14275,7 +14275,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentFollowupIntentInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed6797() {
+core.Map<core.String, core.Object> buildUnnamed6848() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -14290,7 +14290,7 @@
return o;
}
-void checkUnnamed6797(core.Map<core.String, core.Object> o) {
+void checkUnnamed6848(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted79 = (o['x']!) as core.Map;
unittest.expect(casted79, unittest.hasLength(3));
@@ -14340,7 +14340,7 @@
o.listSelect = buildGoogleCloudDialogflowV2beta1IntentMessageListSelect();
o.mediaContent =
buildGoogleCloudDialogflowV2beta1IntentMessageMediaContent();
- o.payload = buildUnnamed6797();
+ o.payload = buildUnnamed6848();
o.platform = 'foo';
o.quickReplies =
buildGoogleCloudDialogflowV2beta1IntentMessageQuickReplies();
@@ -14388,7 +14388,7 @@
as api.GoogleCloudDialogflowV2beta1IntentMessageListSelect);
checkGoogleCloudDialogflowV2beta1IntentMessageMediaContent(o.mediaContent!
as api.GoogleCloudDialogflowV2beta1IntentMessageMediaContent);
- checkUnnamed6797(o.payload!);
+ checkUnnamed6848(o.payload!);
unittest.expect(
o.platform!,
unittest.equals('foo'),
@@ -14426,14 +14426,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton>
- buildUnnamed6798() {
+ buildUnnamed6849() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton());
return o;
}
-void checkUnnamed6798(
+void checkUnnamed6849(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton(
@@ -14448,7 +14448,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageBasicCard();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageBasicCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageBasicCard < 3) {
- o.buttons = buildUnnamed6798();
+ o.buttons = buildUnnamed6849();
o.formattedText = 'foo';
o.image = buildGoogleCloudDialogflowV2beta1IntentMessageImage();
o.subtitle = 'foo';
@@ -14462,7 +14462,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageBasicCard o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageBasicCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageBasicCard < 3) {
- checkUnnamed6798(o.buttons!);
+ checkUnnamed6849(o.buttons!);
unittest.expect(
o.formattedText!,
unittest.equals('foo'),
@@ -14545,7 +14545,7 @@
core.List<
api.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem>
- buildUnnamed6799() {
+ buildUnnamed6850() {
var o = <
api.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem>[];
o.add(
@@ -14555,7 +14555,7 @@
return o;
}
-void checkUnnamed6799(
+void checkUnnamed6850(
core.List<
api.GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem>
o) {
@@ -14577,7 +14577,7 @@
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard <
3) {
o.imageDisplayOptions = 'foo';
- o.items = buildUnnamed6799();
+ o.items = buildUnnamed6850();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard--;
return o;
@@ -14592,7 +14592,7 @@
o.imageDisplayOptions!,
unittest.equals('foo'),
);
- checkUnnamed6799(o.items!);
+ checkUnnamed6850(o.items!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard--;
}
@@ -14681,14 +14681,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageCardButton>
- buildUnnamed6800() {
+ buildUnnamed6851() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageCardButton>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageCardButton());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageCardButton());
return o;
}
-void checkUnnamed6800(
+void checkUnnamed6851(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageCardButton(
@@ -14703,7 +14703,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageCard();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageCard < 3) {
- o.buttons = buildUnnamed6800();
+ o.buttons = buildUnnamed6851();
o.imageUri = 'foo';
o.subtitle = 'foo';
o.title = 'foo';
@@ -14716,7 +14716,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageCard o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageCard < 3) {
- checkUnnamed6800(o.buttons!);
+ checkUnnamed6851(o.buttons!);
unittest.expect(
o.imageUri!,
unittest.equals('foo'),
@@ -14763,14 +14763,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem>
- buildUnnamed6801() {
+ buildUnnamed6852() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem());
return o;
}
-void checkUnnamed6801(
+void checkUnnamed6852(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelectItem>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -14787,7 +14787,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect < 3) {
- o.items = buildUnnamed6801();
+ o.items = buildUnnamed6852();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect--;
return o;
@@ -14797,7 +14797,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect < 3) {
- checkUnnamed6801(o.items!);
+ checkUnnamed6852(o.items!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageCarouselSelect--;
}
@@ -14934,14 +14934,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageListSelectItem>
- buildUnnamed6802() {
+ buildUnnamed6853() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageListSelectItem>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageListSelectItem());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageListSelectItem());
return o;
}
-void checkUnnamed6802(
+void checkUnnamed6853(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageListSelectItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageListSelectItem(
@@ -14956,7 +14956,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageListSelect();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageListSelect++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageListSelect < 3) {
- o.items = buildUnnamed6802();
+ o.items = buildUnnamed6853();
o.subtitle = 'foo';
o.title = 'foo';
}
@@ -14968,7 +14968,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageListSelect o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageListSelect++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageListSelect < 3) {
- checkUnnamed6802(o.items!);
+ checkUnnamed6853(o.items!);
unittest.expect(
o.subtitle!,
unittest.equals('foo'),
@@ -15019,7 +15019,7 @@
core.List<
api.GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject>
- buildUnnamed6803() {
+ buildUnnamed6854() {
var o = <
api.GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject>[];
o.add(
@@ -15029,7 +15029,7 @@
return o;
}
-void checkUnnamed6803(
+void checkUnnamed6854(
core.List<
api.GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject>
o) {
@@ -15048,7 +15048,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageMediaContent();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContent++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContent < 3) {
- o.mediaObjects = buildUnnamed6803();
+ o.mediaObjects = buildUnnamed6854();
o.mediaType = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContent--;
@@ -15059,7 +15059,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageMediaContent o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContent++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContent < 3) {
- checkUnnamed6803(o.mediaObjects!);
+ checkUnnamed6854(o.mediaObjects!);
unittest.expect(
o.mediaType!,
unittest.equals('foo'),
@@ -15114,14 +15114,14 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject--;
}
-core.List<core.String> buildUnnamed6804() {
+core.List<core.String> buildUnnamed6855() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6804(core.List<core.String> o) {
+void checkUnnamed6855(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15139,7 +15139,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageQuickReplies();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageQuickReplies++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageQuickReplies < 3) {
- o.quickReplies = buildUnnamed6804();
+ o.quickReplies = buildUnnamed6855();
o.title = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageQuickReplies--;
@@ -15150,7 +15150,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageQuickReplies o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageQuickReplies++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageQuickReplies < 3) {
- checkUnnamed6804(o.quickReplies!);
+ checkUnnamed6855(o.quickReplies!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -15160,14 +15160,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion>
- buildUnnamed6805() {
+ buildUnnamed6856() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion());
return o;
}
-void checkUnnamed6805(
+void checkUnnamed6856(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion(
@@ -15186,7 +15186,7 @@
o.description = 'foo';
o.media =
buildGoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia();
- o.suggestions = buildUnnamed6805();
+ o.suggestions = buildUnnamed6856();
o.title = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCardContent--;
@@ -15204,7 +15204,7 @@
checkGoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia(o
.media!
as api.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContentRbmMedia);
- checkUnnamed6805(o.suggestions!);
+ checkUnnamed6856(o.suggestions!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -15252,14 +15252,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent>
- buildUnnamed6806() {
+ buildUnnamed6857() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmCardContent());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmCardContent());
return o;
}
-void checkUnnamed6806(
+void checkUnnamed6857(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageRbmCardContent(
@@ -15276,7 +15276,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard <
3) {
- o.cardContents = buildUnnamed6806();
+ o.cardContents = buildUnnamed6857();
o.cardWidth = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard--;
@@ -15288,7 +15288,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard <
3) {
- checkUnnamed6806(o.cardContents!);
+ checkUnnamed6857(o.cardContents!);
unittest.expect(
o.cardWidth!,
unittest.equals('foo'),
@@ -15522,14 +15522,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion>
- buildUnnamed6807() {
+ buildUnnamed6858() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion());
return o;
}
-void checkUnnamed6807(
+void checkUnnamed6858(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageRbmSuggestion(
@@ -15544,7 +15544,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageRbmText();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText < 3) {
- o.rbmSuggestion = buildUnnamed6807();
+ o.rbmSuggestion = buildUnnamed6858();
o.text = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText--;
@@ -15555,7 +15555,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageRbmText o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText < 3) {
- checkUnnamed6807(o.rbmSuggestion!);
+ checkUnnamed6858(o.rbmSuggestion!);
unittest.expect(
o.text!,
unittest.equals('foo'),
@@ -15564,14 +15564,14 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageRbmText--;
}
-core.List<core.String> buildUnnamed6808() {
+core.List<core.String> buildUnnamed6859() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6808(core.List<core.String> o) {
+void checkUnnamed6859(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -15591,7 +15591,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo < 3) {
o.key = 'foo';
- o.synonyms = buildUnnamed6808();
+ o.synonyms = buildUnnamed6859();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo--;
return o;
@@ -15605,7 +15605,7 @@
o.key!,
unittest.equals('foo'),
);
- checkUnnamed6808(o.synonyms!);
+ checkUnnamed6859(o.synonyms!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSelectItemInfo--;
}
@@ -15646,14 +15646,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse>
- buildUnnamed6809() {
+ buildUnnamed6860() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageSimpleResponse());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageSimpleResponse());
return o;
}
-void checkUnnamed6809(
+void checkUnnamed6860(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageSimpleResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageSimpleResponse(
@@ -15670,7 +15670,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses <
3) {
- o.simpleResponses = buildUnnamed6809();
+ o.simpleResponses = buildUnnamed6860();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses--;
return o;
@@ -15681,7 +15681,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses <
3) {
- checkUnnamed6809(o.simpleResponses!);
+ checkUnnamed6860(o.simpleResponses!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSimpleResponses--;
}
@@ -15711,14 +15711,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageSuggestion>
- buildUnnamed6810() {
+ buildUnnamed6861() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageSuggestion>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageSuggestion());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageSuggestion());
return o;
}
-void checkUnnamed6810(
+void checkUnnamed6861(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageSuggestion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageSuggestion(
@@ -15733,7 +15733,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageSuggestions();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions < 3) {
- o.suggestions = buildUnnamed6810();
+ o.suggestions = buildUnnamed6861();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions--;
return o;
@@ -15743,20 +15743,20 @@
api.GoogleCloudDialogflowV2beta1IntentMessageSuggestions o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions < 3) {
- checkUnnamed6810(o.suggestions!);
+ checkUnnamed6861(o.suggestions!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageSuggestions--;
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton>
- buildUnnamed6811() {
+ buildUnnamed6862() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton());
return o;
}
-void checkUnnamed6811(
+void checkUnnamed6862(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageBasicCardButton(
@@ -15766,14 +15766,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageColumnProperties>
- buildUnnamed6812() {
+ buildUnnamed6863() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageColumnProperties>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageColumnProperties());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageColumnProperties());
return o;
}
-void checkUnnamed6812(
+void checkUnnamed6863(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageColumnProperties>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -15784,14 +15784,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow>
- buildUnnamed6813() {
+ buildUnnamed6864() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageTableCardRow());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageTableCardRow());
return o;
}
-void checkUnnamed6813(
+void checkUnnamed6864(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageTableCardRow(
@@ -15806,10 +15806,10 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageTableCard();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCard < 3) {
- o.buttons = buildUnnamed6811();
- o.columnProperties = buildUnnamed6812();
+ o.buttons = buildUnnamed6862();
+ o.columnProperties = buildUnnamed6863();
o.image = buildGoogleCloudDialogflowV2beta1IntentMessageImage();
- o.rows = buildUnnamed6813();
+ o.rows = buildUnnamed6864();
o.subtitle = 'foo';
o.title = 'foo';
}
@@ -15821,11 +15821,11 @@
api.GoogleCloudDialogflowV2beta1IntentMessageTableCard o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCard++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCard < 3) {
- checkUnnamed6811(o.buttons!);
- checkUnnamed6812(o.columnProperties!);
+ checkUnnamed6862(o.buttons!);
+ checkUnnamed6863(o.columnProperties!);
checkGoogleCloudDialogflowV2beta1IntentMessageImage(
o.image! as api.GoogleCloudDialogflowV2beta1IntentMessageImage);
- checkUnnamed6813(o.rows!);
+ checkUnnamed6864(o.rows!);
unittest.expect(
o.subtitle!,
unittest.equals('foo'),
@@ -15863,14 +15863,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageTableCardCell>
- buildUnnamed6814() {
+ buildUnnamed6865() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessageTableCardCell>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageTableCardCell());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessageTableCardCell());
return o;
}
-void checkUnnamed6814(
+void checkUnnamed6865(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessageTableCardCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessageTableCardCell(
@@ -15885,7 +15885,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow < 3) {
- o.cells = buildUnnamed6814();
+ o.cells = buildUnnamed6865();
o.dividerAfter = true;
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow--;
@@ -15896,7 +15896,7 @@
api.GoogleCloudDialogflowV2beta1IntentMessageTableCardRow o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow < 3) {
- checkUnnamed6814(o.cells!);
+ checkUnnamed6865(o.cells!);
unittest.expect(o.dividerAfter!, unittest.isTrue);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTableCardRow--;
@@ -15991,14 +15991,14 @@
buildCounterGoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall--;
}
-core.List<core.String> buildUnnamed6815() {
+core.List<core.String> buildUnnamed6866() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6815(core.List<core.String> o) {
+void checkUnnamed6866(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -16016,7 +16016,7 @@
var o = api.GoogleCloudDialogflowV2beta1IntentMessageText();
buildCounterGoogleCloudDialogflowV2beta1IntentMessageText++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageText < 3) {
- o.text = buildUnnamed6815();
+ o.text = buildUnnamed6866();
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageText--;
return o;
@@ -16026,19 +16026,19 @@
api.GoogleCloudDialogflowV2beta1IntentMessageText o) {
buildCounterGoogleCloudDialogflowV2beta1IntentMessageText++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentMessageText < 3) {
- checkUnnamed6815(o.text!);
+ checkUnnamed6866(o.text!);
}
buildCounterGoogleCloudDialogflowV2beta1IntentMessageText--;
}
-core.List<core.String> buildUnnamed6816() {
+core.List<core.String> buildUnnamed6867() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6816(core.List<core.String> o) {
+void checkUnnamed6867(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -16062,7 +16062,7 @@
o.isList = true;
o.mandatory = true;
o.name = 'foo';
- o.prompts = buildUnnamed6816();
+ o.prompts = buildUnnamed6867();
o.value = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1IntentParameter--;
@@ -16091,7 +16091,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6816(o.prompts!);
+ checkUnnamed6867(o.prompts!);
unittest.expect(
o.value!,
unittest.equals('foo'),
@@ -16101,14 +16101,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart>
- buildUnnamed6817() {
+ buildUnnamed6868() {
var o = <api.GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentTrainingPhrasePart());
o.add(buildGoogleCloudDialogflowV2beta1IntentTrainingPhrasePart());
return o;
}
-void checkUnnamed6817(
+void checkUnnamed6868(
core.List<api.GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentTrainingPhrasePart(
@@ -16124,7 +16124,7 @@
buildCounterGoogleCloudDialogflowV2beta1IntentTrainingPhrase++;
if (buildCounterGoogleCloudDialogflowV2beta1IntentTrainingPhrase < 3) {
o.name = 'foo';
- o.parts = buildUnnamed6817();
+ o.parts = buildUnnamed6868();
o.timesAddedCount = 42;
o.type = 'foo';
}
@@ -16140,7 +16140,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6817(o.parts!);
+ checkUnnamed6868(o.parts!);
unittest.expect(
o.timesAddedCount!,
unittest.equals(42),
@@ -16190,14 +16190,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer>
- buildUnnamed6818() {
+ buildUnnamed6869() {
var o = <api.GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer>[];
o.add(buildGoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer());
o.add(buildGoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer());
return o;
}
-void checkUnnamed6818(
+void checkUnnamed6869(
core.List<api.GoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1KnowledgeAnswersAnswer(
@@ -16212,7 +16212,7 @@
var o = api.GoogleCloudDialogflowV2beta1KnowledgeAnswers();
buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers++;
if (buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers < 3) {
- o.answers = buildUnnamed6818();
+ o.answers = buildUnnamed6869();
}
buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers--;
return o;
@@ -16222,7 +16222,7 @@
api.GoogleCloudDialogflowV2beta1KnowledgeAnswers o) {
buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers++;
if (buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers < 3) {
- checkUnnamed6818(o.answers!);
+ checkUnnamed6869(o.answers!);
}
buildCounterGoogleCloudDialogflowV2beta1KnowledgeAnswers--;
}
@@ -16358,14 +16358,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1AnnotatedMessagePart>
- buildUnnamed6819() {
+ buildUnnamed6870() {
var o = <api.GoogleCloudDialogflowV2beta1AnnotatedMessagePart>[];
o.add(buildGoogleCloudDialogflowV2beta1AnnotatedMessagePart());
o.add(buildGoogleCloudDialogflowV2beta1AnnotatedMessagePart());
return o;
}
-void checkUnnamed6819(
+void checkUnnamed6870(
core.List<api.GoogleCloudDialogflowV2beta1AnnotatedMessagePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1AnnotatedMessagePart(
@@ -16381,7 +16381,7 @@
buildCounterGoogleCloudDialogflowV2beta1MessageAnnotation++;
if (buildCounterGoogleCloudDialogflowV2beta1MessageAnnotation < 3) {
o.containEntities = true;
- o.parts = buildUnnamed6819();
+ o.parts = buildUnnamed6870();
}
buildCounterGoogleCloudDialogflowV2beta1MessageAnnotation--;
return o;
@@ -16392,12 +16392,12 @@
buildCounterGoogleCloudDialogflowV2beta1MessageAnnotation++;
if (buildCounterGoogleCloudDialogflowV2beta1MessageAnnotation < 3) {
unittest.expect(o.containEntities!, unittest.isTrue);
- checkUnnamed6819(o.parts!);
+ checkUnnamed6870(o.parts!);
}
buildCounterGoogleCloudDialogflowV2beta1MessageAnnotation--;
}
-core.Map<core.String, core.Object> buildUnnamed6820() {
+core.Map<core.String, core.Object> buildUnnamed6871() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -16412,7 +16412,7 @@
return o;
}
-void checkUnnamed6820(core.Map<core.String, core.Object> o) {
+void checkUnnamed6871(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted81 = (o['x']!) as core.Map;
unittest.expect(casted81, unittest.hasLength(3));
@@ -16451,7 +16451,7 @@
var o = api.GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest();
buildCounterGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest++;
if (buildCounterGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest < 3) {
- o.payload = buildUnnamed6820();
+ o.payload = buildUnnamed6871();
o.source = 'foo';
o.version = 'foo';
}
@@ -16463,7 +16463,7 @@
api.GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest o) {
buildCounterGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest++;
if (buildCounterGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest < 3) {
- checkUnnamed6820(o.payload!);
+ checkUnnamed6871(o.payload!);
unittest.expect(
o.source!,
unittest.equals('foo'),
@@ -16476,7 +16476,7 @@
buildCounterGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed6821() {
+core.Map<core.String, core.Object> buildUnnamed6872() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -16491,7 +16491,7 @@
return o;
}
-void checkUnnamed6821(core.Map<core.String, core.Object> o) {
+void checkUnnamed6872(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted83 = (o['x']!) as core.Map;
unittest.expect(casted83, unittest.hasLength(3));
@@ -16523,14 +16523,14 @@
);
}
-core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed6822() {
+core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed6873() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
return o;
}
-void checkUnnamed6822(
+void checkUnnamed6873(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessage(
@@ -16539,14 +16539,14 @@
o[1] as api.GoogleCloudDialogflowV2beta1IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed6823() {
+core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed6874() {
var o = <api.GoogleCloudDialogflowV2beta1Context>[];
o.add(buildGoogleCloudDialogflowV2beta1Context());
o.add(buildGoogleCloudDialogflowV2beta1Context());
return o;
}
-void checkUnnamed6823(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
+void checkUnnamed6874(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1Context(
o[0] as api.GoogleCloudDialogflowV2beta1Context);
@@ -16554,7 +16554,7 @@
o[1] as api.GoogleCloudDialogflowV2beta1Context);
}
-core.Map<core.String, core.Object> buildUnnamed6824() {
+core.Map<core.String, core.Object> buildUnnamed6875() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -16569,7 +16569,7 @@
return o;
}
-void checkUnnamed6824(core.Map<core.String, core.Object> o) {
+void checkUnnamed6875(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted85 = (o['x']!) as core.Map;
unittest.expect(casted85, unittest.hasLength(3));
@@ -16601,7 +16601,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6825() {
+core.Map<core.String, core.Object> buildUnnamed6876() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -16616,7 +16616,7 @@
return o;
}
-void checkUnnamed6825(core.Map<core.String, core.Object> o) {
+void checkUnnamed6876(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted87 = (o['x']!) as core.Map;
unittest.expect(casted87, unittest.hasLength(3));
@@ -16657,20 +16657,20 @@
o.action = 'foo';
o.allRequiredParamsPresent = true;
o.cancelsSlotFilling = true;
- o.diagnosticInfo = buildUnnamed6821();
- o.fulfillmentMessages = buildUnnamed6822();
+ o.diagnosticInfo = buildUnnamed6872();
+ o.fulfillmentMessages = buildUnnamed6873();
o.fulfillmentText = 'foo';
o.intent = buildGoogleCloudDialogflowV2beta1Intent();
o.intentDetectionConfidence = 42.0;
o.knowledgeAnswers = buildGoogleCloudDialogflowV2beta1KnowledgeAnswers();
o.languageCode = 'foo';
- o.outputContexts = buildUnnamed6823();
- o.parameters = buildUnnamed6824();
+ o.outputContexts = buildUnnamed6874();
+ o.parameters = buildUnnamed6875();
o.queryText = 'foo';
o.sentimentAnalysisResult =
buildGoogleCloudDialogflowV2beta1SentimentAnalysisResult();
o.speechRecognitionConfidence = 42.0;
- o.webhookPayload = buildUnnamed6825();
+ o.webhookPayload = buildUnnamed6876();
o.webhookSource = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1QueryResult--;
@@ -16687,8 +16687,8 @@
);
unittest.expect(o.allRequiredParamsPresent!, unittest.isTrue);
unittest.expect(o.cancelsSlotFilling!, unittest.isTrue);
- checkUnnamed6821(o.diagnosticInfo!);
- checkUnnamed6822(o.fulfillmentMessages!);
+ checkUnnamed6872(o.diagnosticInfo!);
+ checkUnnamed6873(o.fulfillmentMessages!);
unittest.expect(
o.fulfillmentText!,
unittest.equals('foo'),
@@ -16705,8 +16705,8 @@
o.languageCode!,
unittest.equals('foo'),
);
- checkUnnamed6823(o.outputContexts!);
- checkUnnamed6824(o.parameters!);
+ checkUnnamed6874(o.outputContexts!);
+ checkUnnamed6875(o.parameters!);
unittest.expect(
o.queryText!,
unittest.equals('foo'),
@@ -16718,7 +16718,7 @@
o.speechRecognitionConfidence!,
unittest.equals(42.0),
);
- checkUnnamed6825(o.webhookPayload!);
+ checkUnnamed6876(o.webhookPayload!);
unittest.expect(
o.webhookSource!,
unittest.equals('foo'),
@@ -16778,14 +16778,14 @@
buildCounterGoogleCloudDialogflowV2beta1SentimentAnalysisResult--;
}
-core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> buildUnnamed6826() {
+core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> buildUnnamed6877() {
var o = <api.GoogleCloudDialogflowV2beta1EntityTypeEntity>[];
o.add(buildGoogleCloudDialogflowV2beta1EntityTypeEntity());
o.add(buildGoogleCloudDialogflowV2beta1EntityTypeEntity());
return o;
}
-void checkUnnamed6826(
+void checkUnnamed6877(
core.List<api.GoogleCloudDialogflowV2beta1EntityTypeEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1EntityTypeEntity(
@@ -16800,7 +16800,7 @@
var o = api.GoogleCloudDialogflowV2beta1SessionEntityType();
buildCounterGoogleCloudDialogflowV2beta1SessionEntityType++;
if (buildCounterGoogleCloudDialogflowV2beta1SessionEntityType < 3) {
- o.entities = buildUnnamed6826();
+ o.entities = buildUnnamed6877();
o.entityOverrideMode = 'foo';
o.name = 'foo';
}
@@ -16812,7 +16812,7 @@
api.GoogleCloudDialogflowV2beta1SessionEntityType o) {
buildCounterGoogleCloudDialogflowV2beta1SessionEntityType++;
if (buildCounterGoogleCloudDialogflowV2beta1SessionEntityType < 3) {
- checkUnnamed6826(o.entities!);
+ checkUnnamed6877(o.entities!);
unittest.expect(
o.entityOverrideMode!,
unittest.equals('foo'),
@@ -16859,14 +16859,14 @@
buildCounterGoogleCloudDialogflowV2beta1SmartReplyAnswer--;
}
-core.List<api.GoogleCloudDialogflowV2beta1ArticleAnswer> buildUnnamed6827() {
+core.List<api.GoogleCloudDialogflowV2beta1ArticleAnswer> buildUnnamed6878() {
var o = <api.GoogleCloudDialogflowV2beta1ArticleAnswer>[];
o.add(buildGoogleCloudDialogflowV2beta1ArticleAnswer());
o.add(buildGoogleCloudDialogflowV2beta1ArticleAnswer());
return o;
}
-void checkUnnamed6827(
+void checkUnnamed6878(
core.List<api.GoogleCloudDialogflowV2beta1ArticleAnswer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1ArticleAnswer(
@@ -16881,7 +16881,7 @@
var o = api.GoogleCloudDialogflowV2beta1SuggestArticlesResponse();
buildCounterGoogleCloudDialogflowV2beta1SuggestArticlesResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1SuggestArticlesResponse < 3) {
- o.articleAnswers = buildUnnamed6827();
+ o.articleAnswers = buildUnnamed6878();
o.contextSize = 42;
o.latestMessage = 'foo';
}
@@ -16893,7 +16893,7 @@
api.GoogleCloudDialogflowV2beta1SuggestArticlesResponse o) {
buildCounterGoogleCloudDialogflowV2beta1SuggestArticlesResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1SuggestArticlesResponse < 3) {
- checkUnnamed6827(o.articleAnswers!);
+ checkUnnamed6878(o.articleAnswers!);
unittest.expect(
o.contextSize!,
unittest.equals(42),
@@ -16906,14 +16906,14 @@
buildCounterGoogleCloudDialogflowV2beta1SuggestArticlesResponse--;
}
-core.List<api.GoogleCloudDialogflowV2beta1FaqAnswer> buildUnnamed6828() {
+core.List<api.GoogleCloudDialogflowV2beta1FaqAnswer> buildUnnamed6879() {
var o = <api.GoogleCloudDialogflowV2beta1FaqAnswer>[];
o.add(buildGoogleCloudDialogflowV2beta1FaqAnswer());
o.add(buildGoogleCloudDialogflowV2beta1FaqAnswer());
return o;
}
-void checkUnnamed6828(core.List<api.GoogleCloudDialogflowV2beta1FaqAnswer> o) {
+void checkUnnamed6879(core.List<api.GoogleCloudDialogflowV2beta1FaqAnswer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1FaqAnswer(
o[0] as api.GoogleCloudDialogflowV2beta1FaqAnswer);
@@ -16928,7 +16928,7 @@
buildCounterGoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse++;
if (buildCounterGoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse < 3) {
o.contextSize = 42;
- o.faqAnswers = buildUnnamed6828();
+ o.faqAnswers = buildUnnamed6879();
o.latestMessage = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse--;
@@ -16943,7 +16943,7 @@
o.contextSize!,
unittest.equals(42),
);
- checkUnnamed6828(o.faqAnswers!);
+ checkUnnamed6879(o.faqAnswers!);
unittest.expect(
o.latestMessage!,
unittest.equals('foo'),
@@ -16952,14 +16952,14 @@
buildCounterGoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse--;
}
-core.List<api.GoogleCloudDialogflowV2beta1SmartReplyAnswer> buildUnnamed6829() {
+core.List<api.GoogleCloudDialogflowV2beta1SmartReplyAnswer> buildUnnamed6880() {
var o = <api.GoogleCloudDialogflowV2beta1SmartReplyAnswer>[];
o.add(buildGoogleCloudDialogflowV2beta1SmartReplyAnswer());
o.add(buildGoogleCloudDialogflowV2beta1SmartReplyAnswer());
return o;
}
-void checkUnnamed6829(
+void checkUnnamed6880(
core.List<api.GoogleCloudDialogflowV2beta1SmartReplyAnswer> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1SmartReplyAnswer(
@@ -16977,7 +16977,7 @@
if (buildCounterGoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse < 3) {
o.contextSize = 42;
o.latestMessage = 'foo';
- o.smartReplyAnswers = buildUnnamed6829();
+ o.smartReplyAnswers = buildUnnamed6880();
}
buildCounterGoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse--;
return o;
@@ -16995,7 +16995,7 @@
o.latestMessage!,
unittest.equals('foo'),
);
- checkUnnamed6829(o.smartReplyAnswers!);
+ checkUnnamed6880(o.smartReplyAnswers!);
}
buildCounterGoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse--;
}
@@ -17036,14 +17036,14 @@
buildCounterGoogleCloudDialogflowV2beta1SuggestionResult--;
}
-core.List<api.GoogleCloudDialogflowV2beta1QueryResult> buildUnnamed6830() {
+core.List<api.GoogleCloudDialogflowV2beta1QueryResult> buildUnnamed6881() {
var o = <api.GoogleCloudDialogflowV2beta1QueryResult>[];
o.add(buildGoogleCloudDialogflowV2beta1QueryResult());
o.add(buildGoogleCloudDialogflowV2beta1QueryResult());
return o;
}
-void checkUnnamed6830(
+void checkUnnamed6881(
core.List<api.GoogleCloudDialogflowV2beta1QueryResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1QueryResult(
@@ -17058,7 +17058,7 @@
var o = api.GoogleCloudDialogflowV2beta1WebhookRequest();
buildCounterGoogleCloudDialogflowV2beta1WebhookRequest++;
if (buildCounterGoogleCloudDialogflowV2beta1WebhookRequest < 3) {
- o.alternativeQueryResults = buildUnnamed6830();
+ o.alternativeQueryResults = buildUnnamed6881();
o.originalDetectIntentRequest =
buildGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest();
o.queryResult = buildGoogleCloudDialogflowV2beta1QueryResult();
@@ -17073,7 +17073,7 @@
api.GoogleCloudDialogflowV2beta1WebhookRequest o) {
buildCounterGoogleCloudDialogflowV2beta1WebhookRequest++;
if (buildCounterGoogleCloudDialogflowV2beta1WebhookRequest < 3) {
- checkUnnamed6830(o.alternativeQueryResults!);
+ checkUnnamed6881(o.alternativeQueryResults!);
checkGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest(
o.originalDetectIntentRequest!
as api.GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest);
@@ -17091,14 +17091,14 @@
buildCounterGoogleCloudDialogflowV2beta1WebhookRequest--;
}
-core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed6831() {
+core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> buildUnnamed6882() {
var o = <api.GoogleCloudDialogflowV2beta1IntentMessage>[];
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
o.add(buildGoogleCloudDialogflowV2beta1IntentMessage());
return o;
}
-void checkUnnamed6831(
+void checkUnnamed6882(
core.List<api.GoogleCloudDialogflowV2beta1IntentMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1IntentMessage(
@@ -17107,14 +17107,14 @@
o[1] as api.GoogleCloudDialogflowV2beta1IntentMessage);
}
-core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed6832() {
+core.List<api.GoogleCloudDialogflowV2beta1Context> buildUnnamed6883() {
var o = <api.GoogleCloudDialogflowV2beta1Context>[];
o.add(buildGoogleCloudDialogflowV2beta1Context());
o.add(buildGoogleCloudDialogflowV2beta1Context());
return o;
}
-void checkUnnamed6832(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
+void checkUnnamed6883(core.List<api.GoogleCloudDialogflowV2beta1Context> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1Context(
o[0] as api.GoogleCloudDialogflowV2beta1Context);
@@ -17122,7 +17122,7 @@
o[1] as api.GoogleCloudDialogflowV2beta1Context);
}
-core.Map<core.String, core.Object> buildUnnamed6833() {
+core.Map<core.String, core.Object> buildUnnamed6884() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -17137,7 +17137,7 @@
return o;
}
-void checkUnnamed6833(core.Map<core.String, core.Object> o) {
+void checkUnnamed6884(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted89 = (o['x']!) as core.Map;
unittest.expect(casted89, unittest.hasLength(3));
@@ -17170,14 +17170,14 @@
}
core.List<api.GoogleCloudDialogflowV2beta1SessionEntityType>
- buildUnnamed6834() {
+ buildUnnamed6885() {
var o = <api.GoogleCloudDialogflowV2beta1SessionEntityType>[];
o.add(buildGoogleCloudDialogflowV2beta1SessionEntityType());
o.add(buildGoogleCloudDialogflowV2beta1SessionEntityType());
return o;
}
-void checkUnnamed6834(
+void checkUnnamed6885(
core.List<api.GoogleCloudDialogflowV2beta1SessionEntityType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDialogflowV2beta1SessionEntityType(
@@ -17194,12 +17194,12 @@
if (buildCounterGoogleCloudDialogflowV2beta1WebhookResponse < 3) {
o.endInteraction = true;
o.followupEventInput = buildGoogleCloudDialogflowV2beta1EventInput();
- o.fulfillmentMessages = buildUnnamed6831();
+ o.fulfillmentMessages = buildUnnamed6882();
o.fulfillmentText = 'foo';
o.liveAgentHandoff = true;
- o.outputContexts = buildUnnamed6832();
- o.payload = buildUnnamed6833();
- o.sessionEntityTypes = buildUnnamed6834();
+ o.outputContexts = buildUnnamed6883();
+ o.payload = buildUnnamed6884();
+ o.sessionEntityTypes = buildUnnamed6885();
o.source = 'foo';
}
buildCounterGoogleCloudDialogflowV2beta1WebhookResponse--;
@@ -17213,15 +17213,15 @@
unittest.expect(o.endInteraction!, unittest.isTrue);
checkGoogleCloudDialogflowV2beta1EventInput(
o.followupEventInput! as api.GoogleCloudDialogflowV2beta1EventInput);
- checkUnnamed6831(o.fulfillmentMessages!);
+ checkUnnamed6882(o.fulfillmentMessages!);
unittest.expect(
o.fulfillmentText!,
unittest.equals('foo'),
);
unittest.expect(o.liveAgentHandoff!, unittest.isTrue);
- checkUnnamed6832(o.outputContexts!);
- checkUnnamed6833(o.payload!);
- checkUnnamed6834(o.sessionEntityTypes!);
+ checkUnnamed6883(o.outputContexts!);
+ checkUnnamed6884(o.payload!);
+ checkUnnamed6885(o.sessionEntityTypes!);
unittest.expect(
o.source!,
unittest.equals('foo'),
@@ -17342,14 +17342,14 @@
buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsOperationMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed6835() {
+core.List<api.GoogleRpcStatus> buildUnnamed6886() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed6835(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed6886(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -17361,7 +17361,7 @@
var o = api.GoogleCloudDialogflowV3alpha1ImportDocumentsResponse();
buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse < 3) {
- o.warnings = buildUnnamed6835();
+ o.warnings = buildUnnamed6886();
}
buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse--;
return o;
@@ -17371,7 +17371,7 @@
api.GoogleCloudDialogflowV3alpha1ImportDocumentsResponse o) {
buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse++;
if (buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse < 3) {
- checkUnnamed6835(o.warnings!);
+ checkUnnamed6886(o.warnings!);
}
buildCounterGoogleCloudDialogflowV3alpha1ImportDocumentsResponse--;
}
@@ -17432,14 +17432,14 @@
buildCounterGoogleCloudDialogflowV3alpha1UpdateDocumentOperationMetadata--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed6836() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed6887() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed6836(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed6887(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -17452,7 +17452,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed6836();
+ o.operations = buildUnnamed6887();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -17466,12 +17466,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6836(o.operations!);
+ checkUnnamed6887(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed6837() {
+core.Map<core.String, core.Object> buildUnnamed6888() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -17486,7 +17486,7 @@
return o;
}
-void checkUnnamed6837(core.Map<core.String, core.Object> o) {
+void checkUnnamed6888(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted91 = (o['x']!) as core.Map;
unittest.expect(casted91, unittest.hasLength(3));
@@ -17518,7 +17518,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6838() {
+core.Map<core.String, core.Object> buildUnnamed6889() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -17533,7 +17533,7 @@
return o;
}
-void checkUnnamed6838(core.Map<core.String, core.Object> o) {
+void checkUnnamed6889(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted93 = (o['x']!) as core.Map;
unittest.expect(casted93, unittest.hasLength(3));
@@ -17572,9 +17572,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildGoogleRpcStatus();
- o.metadata = buildUnnamed6837();
+ o.metadata = buildUnnamed6888();
o.name = 'foo';
- o.response = buildUnnamed6838();
+ o.response = buildUnnamed6889();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -17585,12 +17585,12 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed6837(o.metadata!);
+ checkUnnamed6888(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6838(o.response!);
+ checkUnnamed6889(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
@@ -17610,7 +17610,7 @@
buildCounterGoogleProtobufEmpty--;
}
-core.Map<core.String, core.Object> buildUnnamed6839() {
+core.Map<core.String, core.Object> buildUnnamed6890() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -17625,7 +17625,7 @@
return o;
}
-void checkUnnamed6839(core.Map<core.String, core.Object> o) {
+void checkUnnamed6890(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted95 = (o['x']!) as core.Map;
unittest.expect(casted95, unittest.hasLength(3));
@@ -17657,17 +17657,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6840() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6891() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6839());
- o.add(buildUnnamed6839());
+ o.add(buildUnnamed6890());
+ o.add(buildUnnamed6890());
return o;
}
-void checkUnnamed6840(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6891(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6839(o[0]);
- checkUnnamed6839(o[1]);
+ checkUnnamed6890(o[0]);
+ checkUnnamed6890(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -17676,7 +17676,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed6840();
+ o.details = buildUnnamed6891();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -17690,7 +17690,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed6840(o.details!);
+ checkUnnamed6891(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/digitalassetlinks/v1_test.dart b/generated/googleapis/test/digitalassetlinks/v1_test.dart
index 3ff2a41..8411434 100644
--- a/generated/googleapis/test/digitalassetlinks/v1_test.dart
+++ b/generated/googleapis/test/digitalassetlinks/v1_test.dart
@@ -94,14 +94,14 @@
buildCounterCertificateInfo--;
}
-core.List<core.String> buildUnnamed3638() {
+core.List<core.String> buildUnnamed3648() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3638(core.List<core.String> o) {
+void checkUnnamed3648(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -119,7 +119,7 @@
buildCounterCheckResponse++;
if (buildCounterCheckResponse < 3) {
o.debugString = 'foo';
- o.errorCode = buildUnnamed3638();
+ o.errorCode = buildUnnamed3648();
o.linked = true;
o.maxAge = 'foo';
}
@@ -134,7 +134,7 @@
o.debugString!,
unittest.equals('foo'),
);
- checkUnnamed3638(o.errorCode!);
+ checkUnnamed3648(o.errorCode!);
unittest.expect(o.linked!, unittest.isTrue);
unittest.expect(
o.maxAge!,
@@ -144,14 +144,14 @@
buildCounterCheckResponse--;
}
-core.List<core.String> buildUnnamed3639() {
+core.List<core.String> buildUnnamed3649() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3639(core.List<core.String> o) {
+void checkUnnamed3649(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -163,14 +163,14 @@
);
}
-core.List<api.Statement> buildUnnamed3640() {
+core.List<api.Statement> buildUnnamed3650() {
var o = <api.Statement>[];
o.add(buildStatement());
o.add(buildStatement());
return o;
}
-void checkUnnamed3640(core.List<api.Statement> o) {
+void checkUnnamed3650(core.List<api.Statement> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatement(o[0] as api.Statement);
checkStatement(o[1] as api.Statement);
@@ -182,9 +182,9 @@
buildCounterListResponse++;
if (buildCounterListResponse < 3) {
o.debugString = 'foo';
- o.errorCode = buildUnnamed3639();
+ o.errorCode = buildUnnamed3649();
o.maxAge = 'foo';
- o.statements = buildUnnamed3640();
+ o.statements = buildUnnamed3650();
}
buildCounterListResponse--;
return o;
@@ -197,12 +197,12 @@
o.debugString!,
unittest.equals('foo'),
);
- checkUnnamed3639(o.errorCode!);
+ checkUnnamed3649(o.errorCode!);
unittest.expect(
o.maxAge!,
unittest.equals('foo'),
);
- checkUnnamed3640(o.statements!);
+ checkUnnamed3650(o.statements!);
}
buildCounterListResponse--;
}
diff --git a/generated/googleapis/test/displayvideo/v1_test.dart b/generated/googleapis/test/displayvideo/v1_test.dart
index cd2c47d..dcfbcf2 100644
--- a/generated/googleapis/test/displayvideo/v1_test.dart
+++ b/generated/googleapis/test/displayvideo/v1_test.dart
@@ -86,14 +86,14 @@
buildCounterActiveViewVideoViewabilityMetricConfig--;
}
-core.List<core.String> buildUnnamed5850() {
+core.List<core.String> buildUnnamed5901() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5850(core.List<core.String> o) {
+void checkUnnamed5901(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -110,7 +110,7 @@
var o = api.Adloox();
buildCounterAdloox++;
if (buildCounterAdloox < 3) {
- o.excludedAdlooxCategories = buildUnnamed5850();
+ o.excludedAdlooxCategories = buildUnnamed5901();
}
buildCounterAdloox--;
return o;
@@ -119,7 +119,7 @@
void checkAdloox(api.Adloox o) {
buildCounterAdloox++;
if (buildCounterAdloox < 3) {
- checkUnnamed5850(o.excludedAdlooxCategories!);
+ checkUnnamed5901(o.excludedAdlooxCategories!);
}
buildCounterAdloox--;
}
@@ -806,14 +806,14 @@
buildCounterAssignedUserRole--;
}
-core.List<api.FirstAndThirdPartyAudienceGroup> buildUnnamed5851() {
+core.List<api.FirstAndThirdPartyAudienceGroup> buildUnnamed5902() {
var o = <api.FirstAndThirdPartyAudienceGroup>[];
o.add(buildFirstAndThirdPartyAudienceGroup());
o.add(buildFirstAndThirdPartyAudienceGroup());
return o;
}
-void checkUnnamed5851(core.List<api.FirstAndThirdPartyAudienceGroup> o) {
+void checkUnnamed5902(core.List<api.FirstAndThirdPartyAudienceGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkFirstAndThirdPartyAudienceGroup(
o[0] as api.FirstAndThirdPartyAudienceGroup);
@@ -832,7 +832,7 @@
o.excludedGoogleAudienceGroup = buildGoogleAudienceGroup();
o.includedCombinedAudienceGroup = buildCombinedAudienceGroup();
o.includedCustomListGroup = buildCustomListGroup();
- o.includedFirstAndThirdPartyAudienceGroups = buildUnnamed5851();
+ o.includedFirstAndThirdPartyAudienceGroups = buildUnnamed5902();
o.includedGoogleAudienceGroup = buildGoogleAudienceGroup();
}
buildCounterAudienceGroupAssignedTargetingOptionDetails--;
@@ -851,7 +851,7 @@
checkCombinedAudienceGroup(
o.includedCombinedAudienceGroup! as api.CombinedAudienceGroup);
checkCustomListGroup(o.includedCustomListGroup! as api.CustomListGroup);
- checkUnnamed5851(o.includedFirstAndThirdPartyAudienceGroups!);
+ checkUnnamed5902(o.includedFirstAndThirdPartyAudienceGroups!);
checkGoogleAudienceGroup(
o.includedGoogleAudienceGroup! as api.GoogleAudienceGroup);
}
@@ -1112,14 +1112,14 @@
buildCounterBudgetSummary--;
}
-core.List<api.CreateAssignedTargetingOptionsRequest> buildUnnamed5852() {
+core.List<api.CreateAssignedTargetingOptionsRequest> buildUnnamed5903() {
var o = <api.CreateAssignedTargetingOptionsRequest>[];
o.add(buildCreateAssignedTargetingOptionsRequest());
o.add(buildCreateAssignedTargetingOptionsRequest());
return o;
}
-void checkUnnamed5852(core.List<api.CreateAssignedTargetingOptionsRequest> o) {
+void checkUnnamed5903(core.List<api.CreateAssignedTargetingOptionsRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreateAssignedTargetingOptionsRequest(
o[0] as api.CreateAssignedTargetingOptionsRequest);
@@ -1127,14 +1127,14 @@
o[1] as api.CreateAssignedTargetingOptionsRequest);
}
-core.List<api.DeleteAssignedTargetingOptionsRequest> buildUnnamed5853() {
+core.List<api.DeleteAssignedTargetingOptionsRequest> buildUnnamed5904() {
var o = <api.DeleteAssignedTargetingOptionsRequest>[];
o.add(buildDeleteAssignedTargetingOptionsRequest());
o.add(buildDeleteAssignedTargetingOptionsRequest());
return o;
}
-void checkUnnamed5853(core.List<api.DeleteAssignedTargetingOptionsRequest> o) {
+void checkUnnamed5904(core.List<api.DeleteAssignedTargetingOptionsRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeleteAssignedTargetingOptionsRequest(
o[0] as api.DeleteAssignedTargetingOptionsRequest);
@@ -1148,8 +1148,8 @@
var o = api.BulkEditAdvertiserAssignedTargetingOptionsRequest();
buildCounterBulkEditAdvertiserAssignedTargetingOptionsRequest++;
if (buildCounterBulkEditAdvertiserAssignedTargetingOptionsRequest < 3) {
- o.createRequests = buildUnnamed5852();
- o.deleteRequests = buildUnnamed5853();
+ o.createRequests = buildUnnamed5903();
+ o.deleteRequests = buildUnnamed5904();
}
buildCounterBulkEditAdvertiserAssignedTargetingOptionsRequest--;
return o;
@@ -1159,20 +1159,20 @@
api.BulkEditAdvertiserAssignedTargetingOptionsRequest o) {
buildCounterBulkEditAdvertiserAssignedTargetingOptionsRequest++;
if (buildCounterBulkEditAdvertiserAssignedTargetingOptionsRequest < 3) {
- checkUnnamed5852(o.createRequests!);
- checkUnnamed5853(o.deleteRequests!);
+ checkUnnamed5903(o.createRequests!);
+ checkUnnamed5904(o.deleteRequests!);
}
buildCounterBulkEditAdvertiserAssignedTargetingOptionsRequest--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5854() {
+core.List<api.AssignedTargetingOption> buildUnnamed5905() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5854(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5905(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -1184,7 +1184,7 @@
var o = api.BulkEditAdvertiserAssignedTargetingOptionsResponse();
buildCounterBulkEditAdvertiserAssignedTargetingOptionsResponse++;
if (buildCounterBulkEditAdvertiserAssignedTargetingOptionsResponse < 3) {
- o.createdAssignedTargetingOptions = buildUnnamed5854();
+ o.createdAssignedTargetingOptions = buildUnnamed5905();
}
buildCounterBulkEditAdvertiserAssignedTargetingOptionsResponse--;
return o;
@@ -1194,32 +1194,32 @@
api.BulkEditAdvertiserAssignedTargetingOptionsResponse o) {
buildCounterBulkEditAdvertiserAssignedTargetingOptionsResponse++;
if (buildCounterBulkEditAdvertiserAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5854(o.createdAssignedTargetingOptions!);
+ checkUnnamed5905(o.createdAssignedTargetingOptions!);
}
buildCounterBulkEditAdvertiserAssignedTargetingOptionsResponse--;
}
-core.List<api.AssignedInventorySource> buildUnnamed5855() {
+core.List<api.AssignedInventorySource> buildUnnamed5906() {
var o = <api.AssignedInventorySource>[];
o.add(buildAssignedInventorySource());
o.add(buildAssignedInventorySource());
return o;
}
-void checkUnnamed5855(core.List<api.AssignedInventorySource> o) {
+void checkUnnamed5906(core.List<api.AssignedInventorySource> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedInventorySource(o[0] as api.AssignedInventorySource);
checkAssignedInventorySource(o[1] as api.AssignedInventorySource);
}
-core.List<core.String> buildUnnamed5856() {
+core.List<core.String> buildUnnamed5907() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5856(core.List<core.String> o) {
+void checkUnnamed5907(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1238,8 +1238,8 @@
buildCounterBulkEditAssignedInventorySourcesRequest++;
if (buildCounterBulkEditAssignedInventorySourcesRequest < 3) {
o.advertiserId = 'foo';
- o.createdAssignedInventorySources = buildUnnamed5855();
- o.deletedAssignedInventorySources = buildUnnamed5856();
+ o.createdAssignedInventorySources = buildUnnamed5906();
+ o.deletedAssignedInventorySources = buildUnnamed5907();
o.partnerId = 'foo';
}
buildCounterBulkEditAssignedInventorySourcesRequest--;
@@ -1254,8 +1254,8 @@
o.advertiserId!,
unittest.equals('foo'),
);
- checkUnnamed5855(o.createdAssignedInventorySources!);
- checkUnnamed5856(o.deletedAssignedInventorySources!);
+ checkUnnamed5906(o.createdAssignedInventorySources!);
+ checkUnnamed5907(o.deletedAssignedInventorySources!);
unittest.expect(
o.partnerId!,
unittest.equals('foo'),
@@ -1264,14 +1264,14 @@
buildCounterBulkEditAssignedInventorySourcesRequest--;
}
-core.List<api.AssignedInventorySource> buildUnnamed5857() {
+core.List<api.AssignedInventorySource> buildUnnamed5908() {
var o = <api.AssignedInventorySource>[];
o.add(buildAssignedInventorySource());
o.add(buildAssignedInventorySource());
return o;
}
-void checkUnnamed5857(core.List<api.AssignedInventorySource> o) {
+void checkUnnamed5908(core.List<api.AssignedInventorySource> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedInventorySource(o[0] as api.AssignedInventorySource);
checkAssignedInventorySource(o[1] as api.AssignedInventorySource);
@@ -1283,7 +1283,7 @@
var o = api.BulkEditAssignedInventorySourcesResponse();
buildCounterBulkEditAssignedInventorySourcesResponse++;
if (buildCounterBulkEditAssignedInventorySourcesResponse < 3) {
- o.assignedInventorySources = buildUnnamed5857();
+ o.assignedInventorySources = buildUnnamed5908();
}
buildCounterBulkEditAssignedInventorySourcesResponse--;
return o;
@@ -1293,32 +1293,32 @@
api.BulkEditAssignedInventorySourcesResponse o) {
buildCounterBulkEditAssignedInventorySourcesResponse++;
if (buildCounterBulkEditAssignedInventorySourcesResponse < 3) {
- checkUnnamed5857(o.assignedInventorySources!);
+ checkUnnamed5908(o.assignedInventorySources!);
}
buildCounterBulkEditAssignedInventorySourcesResponse--;
}
-core.List<api.AssignedLocation> buildUnnamed5858() {
+core.List<api.AssignedLocation> buildUnnamed5909() {
var o = <api.AssignedLocation>[];
o.add(buildAssignedLocation());
o.add(buildAssignedLocation());
return o;
}
-void checkUnnamed5858(core.List<api.AssignedLocation> o) {
+void checkUnnamed5909(core.List<api.AssignedLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedLocation(o[0] as api.AssignedLocation);
checkAssignedLocation(o[1] as api.AssignedLocation);
}
-core.List<core.String> buildUnnamed5859() {
+core.List<core.String> buildUnnamed5910() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5859(core.List<core.String> o) {
+void checkUnnamed5910(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1335,8 +1335,8 @@
var o = api.BulkEditAssignedLocationsRequest();
buildCounterBulkEditAssignedLocationsRequest++;
if (buildCounterBulkEditAssignedLocationsRequest < 3) {
- o.createdAssignedLocations = buildUnnamed5858();
- o.deletedAssignedLocations = buildUnnamed5859();
+ o.createdAssignedLocations = buildUnnamed5909();
+ o.deletedAssignedLocations = buildUnnamed5910();
}
buildCounterBulkEditAssignedLocationsRequest--;
return o;
@@ -1346,20 +1346,20 @@
api.BulkEditAssignedLocationsRequest o) {
buildCounterBulkEditAssignedLocationsRequest++;
if (buildCounterBulkEditAssignedLocationsRequest < 3) {
- checkUnnamed5858(o.createdAssignedLocations!);
- checkUnnamed5859(o.deletedAssignedLocations!);
+ checkUnnamed5909(o.createdAssignedLocations!);
+ checkUnnamed5910(o.deletedAssignedLocations!);
}
buildCounterBulkEditAssignedLocationsRequest--;
}
-core.List<api.AssignedLocation> buildUnnamed5860() {
+core.List<api.AssignedLocation> buildUnnamed5911() {
var o = <api.AssignedLocation>[];
o.add(buildAssignedLocation());
o.add(buildAssignedLocation());
return o;
}
-void checkUnnamed5860(core.List<api.AssignedLocation> o) {
+void checkUnnamed5911(core.List<api.AssignedLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedLocation(o[0] as api.AssignedLocation);
checkAssignedLocation(o[1] as api.AssignedLocation);
@@ -1370,7 +1370,7 @@
var o = api.BulkEditAssignedLocationsResponse();
buildCounterBulkEditAssignedLocationsResponse++;
if (buildCounterBulkEditAssignedLocationsResponse < 3) {
- o.assignedLocations = buildUnnamed5860();
+ o.assignedLocations = buildUnnamed5911();
}
buildCounterBulkEditAssignedLocationsResponse--;
return o;
@@ -1380,32 +1380,32 @@
api.BulkEditAssignedLocationsResponse o) {
buildCounterBulkEditAssignedLocationsResponse++;
if (buildCounterBulkEditAssignedLocationsResponse < 3) {
- checkUnnamed5860(o.assignedLocations!);
+ checkUnnamed5911(o.assignedLocations!);
}
buildCounterBulkEditAssignedLocationsResponse--;
}
-core.List<api.AssignedUserRole> buildUnnamed5861() {
+core.List<api.AssignedUserRole> buildUnnamed5912() {
var o = <api.AssignedUserRole>[];
o.add(buildAssignedUserRole());
o.add(buildAssignedUserRole());
return o;
}
-void checkUnnamed5861(core.List<api.AssignedUserRole> o) {
+void checkUnnamed5912(core.List<api.AssignedUserRole> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedUserRole(o[0] as api.AssignedUserRole);
checkAssignedUserRole(o[1] as api.AssignedUserRole);
}
-core.List<core.String> buildUnnamed5862() {
+core.List<core.String> buildUnnamed5913() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5862(core.List<core.String> o) {
+void checkUnnamed5913(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1422,8 +1422,8 @@
var o = api.BulkEditAssignedUserRolesRequest();
buildCounterBulkEditAssignedUserRolesRequest++;
if (buildCounterBulkEditAssignedUserRolesRequest < 3) {
- o.createdAssignedUserRoles = buildUnnamed5861();
- o.deletedAssignedUserRoles = buildUnnamed5862();
+ o.createdAssignedUserRoles = buildUnnamed5912();
+ o.deletedAssignedUserRoles = buildUnnamed5913();
}
buildCounterBulkEditAssignedUserRolesRequest--;
return o;
@@ -1433,20 +1433,20 @@
api.BulkEditAssignedUserRolesRequest o) {
buildCounterBulkEditAssignedUserRolesRequest++;
if (buildCounterBulkEditAssignedUserRolesRequest < 3) {
- checkUnnamed5861(o.createdAssignedUserRoles!);
- checkUnnamed5862(o.deletedAssignedUserRoles!);
+ checkUnnamed5912(o.createdAssignedUserRoles!);
+ checkUnnamed5913(o.deletedAssignedUserRoles!);
}
buildCounterBulkEditAssignedUserRolesRequest--;
}
-core.List<api.AssignedUserRole> buildUnnamed5863() {
+core.List<api.AssignedUserRole> buildUnnamed5914() {
var o = <api.AssignedUserRole>[];
o.add(buildAssignedUserRole());
o.add(buildAssignedUserRole());
return o;
}
-void checkUnnamed5863(core.List<api.AssignedUserRole> o) {
+void checkUnnamed5914(core.List<api.AssignedUserRole> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedUserRole(o[0] as api.AssignedUserRole);
checkAssignedUserRole(o[1] as api.AssignedUserRole);
@@ -1457,7 +1457,7 @@
var o = api.BulkEditAssignedUserRolesResponse();
buildCounterBulkEditAssignedUserRolesResponse++;
if (buildCounterBulkEditAssignedUserRolesResponse < 3) {
- o.createdAssignedUserRoles = buildUnnamed5863();
+ o.createdAssignedUserRoles = buildUnnamed5914();
}
buildCounterBulkEditAssignedUserRolesResponse--;
return o;
@@ -1467,19 +1467,19 @@
api.BulkEditAssignedUserRolesResponse o) {
buildCounterBulkEditAssignedUserRolesResponse++;
if (buildCounterBulkEditAssignedUserRolesResponse < 3) {
- checkUnnamed5863(o.createdAssignedUserRoles!);
+ checkUnnamed5914(o.createdAssignedUserRoles!);
}
buildCounterBulkEditAssignedUserRolesResponse--;
}
-core.List<api.CreateAssignedTargetingOptionsRequest> buildUnnamed5864() {
+core.List<api.CreateAssignedTargetingOptionsRequest> buildUnnamed5915() {
var o = <api.CreateAssignedTargetingOptionsRequest>[];
o.add(buildCreateAssignedTargetingOptionsRequest());
o.add(buildCreateAssignedTargetingOptionsRequest());
return o;
}
-void checkUnnamed5864(core.List<api.CreateAssignedTargetingOptionsRequest> o) {
+void checkUnnamed5915(core.List<api.CreateAssignedTargetingOptionsRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreateAssignedTargetingOptionsRequest(
o[0] as api.CreateAssignedTargetingOptionsRequest);
@@ -1487,14 +1487,14 @@
o[1] as api.CreateAssignedTargetingOptionsRequest);
}
-core.List<api.DeleteAssignedTargetingOptionsRequest> buildUnnamed5865() {
+core.List<api.DeleteAssignedTargetingOptionsRequest> buildUnnamed5916() {
var o = <api.DeleteAssignedTargetingOptionsRequest>[];
o.add(buildDeleteAssignedTargetingOptionsRequest());
o.add(buildDeleteAssignedTargetingOptionsRequest());
return o;
}
-void checkUnnamed5865(core.List<api.DeleteAssignedTargetingOptionsRequest> o) {
+void checkUnnamed5916(core.List<api.DeleteAssignedTargetingOptionsRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeleteAssignedTargetingOptionsRequest(
o[0] as api.DeleteAssignedTargetingOptionsRequest);
@@ -1508,8 +1508,8 @@
var o = api.BulkEditLineItemAssignedTargetingOptionsRequest();
buildCounterBulkEditLineItemAssignedTargetingOptionsRequest++;
if (buildCounterBulkEditLineItemAssignedTargetingOptionsRequest < 3) {
- o.createRequests = buildUnnamed5864();
- o.deleteRequests = buildUnnamed5865();
+ o.createRequests = buildUnnamed5915();
+ o.deleteRequests = buildUnnamed5916();
}
buildCounterBulkEditLineItemAssignedTargetingOptionsRequest--;
return o;
@@ -1519,20 +1519,20 @@
api.BulkEditLineItemAssignedTargetingOptionsRequest o) {
buildCounterBulkEditLineItemAssignedTargetingOptionsRequest++;
if (buildCounterBulkEditLineItemAssignedTargetingOptionsRequest < 3) {
- checkUnnamed5864(o.createRequests!);
- checkUnnamed5865(o.deleteRequests!);
+ checkUnnamed5915(o.createRequests!);
+ checkUnnamed5916(o.deleteRequests!);
}
buildCounterBulkEditLineItemAssignedTargetingOptionsRequest--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5866() {
+core.List<api.AssignedTargetingOption> buildUnnamed5917() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5866(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5917(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -1544,7 +1544,7 @@
var o = api.BulkEditLineItemAssignedTargetingOptionsResponse();
buildCounterBulkEditLineItemAssignedTargetingOptionsResponse++;
if (buildCounterBulkEditLineItemAssignedTargetingOptionsResponse < 3) {
- o.createdAssignedTargetingOptions = buildUnnamed5866();
+ o.createdAssignedTargetingOptions = buildUnnamed5917();
}
buildCounterBulkEditLineItemAssignedTargetingOptionsResponse--;
return o;
@@ -1554,32 +1554,32 @@
api.BulkEditLineItemAssignedTargetingOptionsResponse o) {
buildCounterBulkEditLineItemAssignedTargetingOptionsResponse++;
if (buildCounterBulkEditLineItemAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5866(o.createdAssignedTargetingOptions!);
+ checkUnnamed5917(o.createdAssignedTargetingOptions!);
}
buildCounterBulkEditLineItemAssignedTargetingOptionsResponse--;
}
-core.List<api.NegativeKeyword> buildUnnamed5867() {
+core.List<api.NegativeKeyword> buildUnnamed5918() {
var o = <api.NegativeKeyword>[];
o.add(buildNegativeKeyword());
o.add(buildNegativeKeyword());
return o;
}
-void checkUnnamed5867(core.List<api.NegativeKeyword> o) {
+void checkUnnamed5918(core.List<api.NegativeKeyword> o) {
unittest.expect(o, unittest.hasLength(2));
checkNegativeKeyword(o[0] as api.NegativeKeyword);
checkNegativeKeyword(o[1] as api.NegativeKeyword);
}
-core.List<core.String> buildUnnamed5868() {
+core.List<core.String> buildUnnamed5919() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5868(core.List<core.String> o) {
+void checkUnnamed5919(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1596,8 +1596,8 @@
var o = api.BulkEditNegativeKeywordsRequest();
buildCounterBulkEditNegativeKeywordsRequest++;
if (buildCounterBulkEditNegativeKeywordsRequest < 3) {
- o.createdNegativeKeywords = buildUnnamed5867();
- o.deletedNegativeKeywords = buildUnnamed5868();
+ o.createdNegativeKeywords = buildUnnamed5918();
+ o.deletedNegativeKeywords = buildUnnamed5919();
}
buildCounterBulkEditNegativeKeywordsRequest--;
return o;
@@ -1607,20 +1607,20 @@
api.BulkEditNegativeKeywordsRequest o) {
buildCounterBulkEditNegativeKeywordsRequest++;
if (buildCounterBulkEditNegativeKeywordsRequest < 3) {
- checkUnnamed5867(o.createdNegativeKeywords!);
- checkUnnamed5868(o.deletedNegativeKeywords!);
+ checkUnnamed5918(o.createdNegativeKeywords!);
+ checkUnnamed5919(o.deletedNegativeKeywords!);
}
buildCounterBulkEditNegativeKeywordsRequest--;
}
-core.List<api.NegativeKeyword> buildUnnamed5869() {
+core.List<api.NegativeKeyword> buildUnnamed5920() {
var o = <api.NegativeKeyword>[];
o.add(buildNegativeKeyword());
o.add(buildNegativeKeyword());
return o;
}
-void checkUnnamed5869(core.List<api.NegativeKeyword> o) {
+void checkUnnamed5920(core.List<api.NegativeKeyword> o) {
unittest.expect(o, unittest.hasLength(2));
checkNegativeKeyword(o[0] as api.NegativeKeyword);
checkNegativeKeyword(o[1] as api.NegativeKeyword);
@@ -1631,7 +1631,7 @@
var o = api.BulkEditNegativeKeywordsResponse();
buildCounterBulkEditNegativeKeywordsResponse++;
if (buildCounterBulkEditNegativeKeywordsResponse < 3) {
- o.negativeKeywords = buildUnnamed5869();
+ o.negativeKeywords = buildUnnamed5920();
}
buildCounterBulkEditNegativeKeywordsResponse--;
return o;
@@ -1641,19 +1641,19 @@
api.BulkEditNegativeKeywordsResponse o) {
buildCounterBulkEditNegativeKeywordsResponse++;
if (buildCounterBulkEditNegativeKeywordsResponse < 3) {
- checkUnnamed5869(o.negativeKeywords!);
+ checkUnnamed5920(o.negativeKeywords!);
}
buildCounterBulkEditNegativeKeywordsResponse--;
}
-core.List<api.CreateAssignedTargetingOptionsRequest> buildUnnamed5870() {
+core.List<api.CreateAssignedTargetingOptionsRequest> buildUnnamed5921() {
var o = <api.CreateAssignedTargetingOptionsRequest>[];
o.add(buildCreateAssignedTargetingOptionsRequest());
o.add(buildCreateAssignedTargetingOptionsRequest());
return o;
}
-void checkUnnamed5870(core.List<api.CreateAssignedTargetingOptionsRequest> o) {
+void checkUnnamed5921(core.List<api.CreateAssignedTargetingOptionsRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreateAssignedTargetingOptionsRequest(
o[0] as api.CreateAssignedTargetingOptionsRequest);
@@ -1661,14 +1661,14 @@
o[1] as api.CreateAssignedTargetingOptionsRequest);
}
-core.List<api.DeleteAssignedTargetingOptionsRequest> buildUnnamed5871() {
+core.List<api.DeleteAssignedTargetingOptionsRequest> buildUnnamed5922() {
var o = <api.DeleteAssignedTargetingOptionsRequest>[];
o.add(buildDeleteAssignedTargetingOptionsRequest());
o.add(buildDeleteAssignedTargetingOptionsRequest());
return o;
}
-void checkUnnamed5871(core.List<api.DeleteAssignedTargetingOptionsRequest> o) {
+void checkUnnamed5922(core.List<api.DeleteAssignedTargetingOptionsRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeleteAssignedTargetingOptionsRequest(
o[0] as api.DeleteAssignedTargetingOptionsRequest);
@@ -1682,8 +1682,8 @@
var o = api.BulkEditPartnerAssignedTargetingOptionsRequest();
buildCounterBulkEditPartnerAssignedTargetingOptionsRequest++;
if (buildCounterBulkEditPartnerAssignedTargetingOptionsRequest < 3) {
- o.createRequests = buildUnnamed5870();
- o.deleteRequests = buildUnnamed5871();
+ o.createRequests = buildUnnamed5921();
+ o.deleteRequests = buildUnnamed5922();
}
buildCounterBulkEditPartnerAssignedTargetingOptionsRequest--;
return o;
@@ -1693,20 +1693,20 @@
api.BulkEditPartnerAssignedTargetingOptionsRequest o) {
buildCounterBulkEditPartnerAssignedTargetingOptionsRequest++;
if (buildCounterBulkEditPartnerAssignedTargetingOptionsRequest < 3) {
- checkUnnamed5870(o.createRequests!);
- checkUnnamed5871(o.deleteRequests!);
+ checkUnnamed5921(o.createRequests!);
+ checkUnnamed5922(o.deleteRequests!);
}
buildCounterBulkEditPartnerAssignedTargetingOptionsRequest--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5872() {
+core.List<api.AssignedTargetingOption> buildUnnamed5923() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5872(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5923(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -1718,7 +1718,7 @@
var o = api.BulkEditPartnerAssignedTargetingOptionsResponse();
buildCounterBulkEditPartnerAssignedTargetingOptionsResponse++;
if (buildCounterBulkEditPartnerAssignedTargetingOptionsResponse < 3) {
- o.createdAssignedTargetingOptions = buildUnnamed5872();
+ o.createdAssignedTargetingOptions = buildUnnamed5923();
}
buildCounterBulkEditPartnerAssignedTargetingOptionsResponse--;
return o;
@@ -1728,32 +1728,32 @@
api.BulkEditPartnerAssignedTargetingOptionsResponse o) {
buildCounterBulkEditPartnerAssignedTargetingOptionsResponse++;
if (buildCounterBulkEditPartnerAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5872(o.createdAssignedTargetingOptions!);
+ checkUnnamed5923(o.createdAssignedTargetingOptions!);
}
buildCounterBulkEditPartnerAssignedTargetingOptionsResponse--;
}
-core.List<api.Site> buildUnnamed5873() {
+core.List<api.Site> buildUnnamed5924() {
var o = <api.Site>[];
o.add(buildSite());
o.add(buildSite());
return o;
}
-void checkUnnamed5873(core.List<api.Site> o) {
+void checkUnnamed5924(core.List<api.Site> o) {
unittest.expect(o, unittest.hasLength(2));
checkSite(o[0] as api.Site);
checkSite(o[1] as api.Site);
}
-core.List<core.String> buildUnnamed5874() {
+core.List<core.String> buildUnnamed5925() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5874(core.List<core.String> o) {
+void checkUnnamed5925(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1771,8 +1771,8 @@
buildCounterBulkEditSitesRequest++;
if (buildCounterBulkEditSitesRequest < 3) {
o.advertiserId = 'foo';
- o.createdSites = buildUnnamed5873();
- o.deletedSites = buildUnnamed5874();
+ o.createdSites = buildUnnamed5924();
+ o.deletedSites = buildUnnamed5925();
o.partnerId = 'foo';
}
buildCounterBulkEditSitesRequest--;
@@ -1786,8 +1786,8 @@
o.advertiserId!,
unittest.equals('foo'),
);
- checkUnnamed5873(o.createdSites!);
- checkUnnamed5874(o.deletedSites!);
+ checkUnnamed5924(o.createdSites!);
+ checkUnnamed5925(o.deletedSites!);
unittest.expect(
o.partnerId!,
unittest.equals('foo'),
@@ -1796,14 +1796,14 @@
buildCounterBulkEditSitesRequest--;
}
-core.List<api.Site> buildUnnamed5875() {
+core.List<api.Site> buildUnnamed5926() {
var o = <api.Site>[];
o.add(buildSite());
o.add(buildSite());
return o;
}
-void checkUnnamed5875(core.List<api.Site> o) {
+void checkUnnamed5926(core.List<api.Site> o) {
unittest.expect(o, unittest.hasLength(2));
checkSite(o[0] as api.Site);
checkSite(o[1] as api.Site);
@@ -1814,7 +1814,7 @@
var o = api.BulkEditSitesResponse();
buildCounterBulkEditSitesResponse++;
if (buildCounterBulkEditSitesResponse < 3) {
- o.sites = buildUnnamed5875();
+ o.sites = buildUnnamed5926();
}
buildCounterBulkEditSitesResponse--;
return o;
@@ -1823,19 +1823,19 @@
void checkBulkEditSitesResponse(api.BulkEditSitesResponse o) {
buildCounterBulkEditSitesResponse++;
if (buildCounterBulkEditSitesResponse < 3) {
- checkUnnamed5875(o.sites!);
+ checkUnnamed5926(o.sites!);
}
buildCounterBulkEditSitesResponse--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5876() {
+core.List<api.AssignedTargetingOption> buildUnnamed5927() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5876(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5927(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -1847,7 +1847,7 @@
var o = api.BulkListAdvertiserAssignedTargetingOptionsResponse();
buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse++;
if (buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse < 3) {
- o.assignedTargetingOptions = buildUnnamed5876();
+ o.assignedTargetingOptions = buildUnnamed5927();
o.nextPageToken = 'foo';
}
buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse--;
@@ -1858,7 +1858,7 @@
api.BulkListAdvertiserAssignedTargetingOptionsResponse o) {
buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse++;
if (buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5876(o.assignedTargetingOptions!);
+ checkUnnamed5927(o.assignedTargetingOptions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1867,14 +1867,14 @@
buildCounterBulkListAdvertiserAssignedTargetingOptionsResponse--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5877() {
+core.List<api.AssignedTargetingOption> buildUnnamed5928() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5877(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5928(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -1886,7 +1886,7 @@
var o = api.BulkListCampaignAssignedTargetingOptionsResponse();
buildCounterBulkListCampaignAssignedTargetingOptionsResponse++;
if (buildCounterBulkListCampaignAssignedTargetingOptionsResponse < 3) {
- o.assignedTargetingOptions = buildUnnamed5877();
+ o.assignedTargetingOptions = buildUnnamed5928();
o.nextPageToken = 'foo';
}
buildCounterBulkListCampaignAssignedTargetingOptionsResponse--;
@@ -1897,7 +1897,7 @@
api.BulkListCampaignAssignedTargetingOptionsResponse o) {
buildCounterBulkListCampaignAssignedTargetingOptionsResponse++;
if (buildCounterBulkListCampaignAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5877(o.assignedTargetingOptions!);
+ checkUnnamed5928(o.assignedTargetingOptions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1906,14 +1906,14 @@
buildCounterBulkListCampaignAssignedTargetingOptionsResponse--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5878() {
+core.List<api.AssignedTargetingOption> buildUnnamed5929() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5878(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5929(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -1925,7 +1925,7 @@
var o = api.BulkListInsertionOrderAssignedTargetingOptionsResponse();
buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse++;
if (buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse < 3) {
- o.assignedTargetingOptions = buildUnnamed5878();
+ o.assignedTargetingOptions = buildUnnamed5929();
o.nextPageToken = 'foo';
}
buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse--;
@@ -1936,7 +1936,7 @@
api.BulkListInsertionOrderAssignedTargetingOptionsResponse o) {
buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse++;
if (buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5878(o.assignedTargetingOptions!);
+ checkUnnamed5929(o.assignedTargetingOptions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1945,14 +1945,14 @@
buildCounterBulkListInsertionOrderAssignedTargetingOptionsResponse--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5879() {
+core.List<api.AssignedTargetingOption> buildUnnamed5930() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5879(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5930(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -1964,7 +1964,7 @@
var o = api.BulkListLineItemAssignedTargetingOptionsResponse();
buildCounterBulkListLineItemAssignedTargetingOptionsResponse++;
if (buildCounterBulkListLineItemAssignedTargetingOptionsResponse < 3) {
- o.assignedTargetingOptions = buildUnnamed5879();
+ o.assignedTargetingOptions = buildUnnamed5930();
o.nextPageToken = 'foo';
}
buildCounterBulkListLineItemAssignedTargetingOptionsResponse--;
@@ -1975,7 +1975,7 @@
api.BulkListLineItemAssignedTargetingOptionsResponse o) {
buildCounterBulkListLineItemAssignedTargetingOptionsResponse++;
if (buildCounterBulkListLineItemAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5879(o.assignedTargetingOptions!);
+ checkUnnamed5930(o.assignedTargetingOptions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1984,14 +1984,14 @@
buildCounterBulkListLineItemAssignedTargetingOptionsResponse--;
}
-core.List<api.CampaignBudget> buildUnnamed5880() {
+core.List<api.CampaignBudget> buildUnnamed5931() {
var o = <api.CampaignBudget>[];
o.add(buildCampaignBudget());
o.add(buildCampaignBudget());
return o;
}
-void checkUnnamed5880(core.List<api.CampaignBudget> o) {
+void checkUnnamed5931(core.List<api.CampaignBudget> o) {
unittest.expect(o, unittest.hasLength(2));
checkCampaignBudget(o[0] as api.CampaignBudget);
checkCampaignBudget(o[1] as api.CampaignBudget);
@@ -2003,7 +2003,7 @@
buildCounterCampaign++;
if (buildCounterCampaign < 3) {
o.advertiserId = 'foo';
- o.campaignBudgets = buildUnnamed5880();
+ o.campaignBudgets = buildUnnamed5931();
o.campaignFlight = buildCampaignFlight();
o.campaignGoal = buildCampaignGoal();
o.campaignId = 'foo';
@@ -2024,7 +2024,7 @@
o.advertiserId!,
unittest.equals('foo'),
);
- checkUnnamed5880(o.campaignBudgets!);
+ checkUnnamed5931(o.campaignBudgets!);
checkCampaignFlight(o.campaignFlight! as api.CampaignFlight);
checkCampaignGoal(o.campaignGoal! as api.CampaignGoal);
unittest.expect(
@@ -2347,14 +2347,14 @@
buildCounterChannelAssignedTargetingOptionDetails--;
}
-core.List<core.String> buildUnnamed5881() {
+core.List<core.String> buildUnnamed5932() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5881(core.List<core.String> o) {
+void checkUnnamed5932(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2374,7 +2374,7 @@
o.cmAccountId = 'foo';
o.cmFloodlightConfigId = 'foo';
o.cmFloodlightLinkingAuthorized = true;
- o.cmSyncableSiteIds = buildUnnamed5881();
+ o.cmSyncableSiteIds = buildUnnamed5932();
o.dv360ToCmCostReportingEnabled = true;
o.dv360ToCmDataSharingEnabled = true;
}
@@ -2394,7 +2394,7 @@
unittest.equals('foo'),
);
unittest.expect(o.cmFloodlightLinkingAuthorized!, unittest.isTrue);
- checkUnnamed5881(o.cmSyncableSiteIds!);
+ checkUnnamed5932(o.cmSyncableSiteIds!);
unittest.expect(o.dv360ToCmCostReportingEnabled!, unittest.isTrue);
unittest.expect(o.dv360ToCmDataSharingEnabled!, unittest.isTrue);
}
@@ -2465,14 +2465,14 @@
buildCounterCombinedAudience--;
}
-core.List<api.CombinedAudienceTargetingSetting> buildUnnamed5882() {
+core.List<api.CombinedAudienceTargetingSetting> buildUnnamed5933() {
var o = <api.CombinedAudienceTargetingSetting>[];
o.add(buildCombinedAudienceTargetingSetting());
o.add(buildCombinedAudienceTargetingSetting());
return o;
}
-void checkUnnamed5882(core.List<api.CombinedAudienceTargetingSetting> o) {
+void checkUnnamed5933(core.List<api.CombinedAudienceTargetingSetting> o) {
unittest.expect(o, unittest.hasLength(2));
checkCombinedAudienceTargetingSetting(
o[0] as api.CombinedAudienceTargetingSetting);
@@ -2485,7 +2485,7 @@
var o = api.CombinedAudienceGroup();
buildCounterCombinedAudienceGroup++;
if (buildCounterCombinedAudienceGroup < 3) {
- o.settings = buildUnnamed5882();
+ o.settings = buildUnnamed5933();
}
buildCounterCombinedAudienceGroup--;
return o;
@@ -2494,7 +2494,7 @@
void checkCombinedAudienceGroup(api.CombinedAudienceGroup o) {
buildCounterCombinedAudienceGroup++;
if (buildCounterCombinedAudienceGroup < 3) {
- checkUnnamed5882(o.settings!);
+ checkUnnamed5933(o.settings!);
}
buildCounterCombinedAudienceGroup--;
}
@@ -2638,14 +2638,14 @@
buildCounterContentOutstreamPositionTargetingOptionDetails--;
}
-core.List<api.TrackingFloodlightActivityConfig> buildUnnamed5883() {
+core.List<api.TrackingFloodlightActivityConfig> buildUnnamed5934() {
var o = <api.TrackingFloodlightActivityConfig>[];
o.add(buildTrackingFloodlightActivityConfig());
o.add(buildTrackingFloodlightActivityConfig());
return o;
}
-void checkUnnamed5883(core.List<api.TrackingFloodlightActivityConfig> o) {
+void checkUnnamed5934(core.List<api.TrackingFloodlightActivityConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrackingFloodlightActivityConfig(
o[0] as api.TrackingFloodlightActivityConfig);
@@ -2658,7 +2658,7 @@
var o = api.ConversionCountingConfig();
buildCounterConversionCountingConfig++;
if (buildCounterConversionCountingConfig < 3) {
- o.floodlightActivityConfigs = buildUnnamed5883();
+ o.floodlightActivityConfigs = buildUnnamed5934();
o.postViewCountPercentageMillis = 'foo';
}
buildCounterConversionCountingConfig--;
@@ -2668,7 +2668,7 @@
void checkConversionCountingConfig(api.ConversionCountingConfig o) {
buildCounterConversionCountingConfig++;
if (buildCounterConversionCountingConfig < 3) {
- checkUnnamed5883(o.floodlightActivityConfigs!);
+ checkUnnamed5934(o.floodlightActivityConfigs!);
unittest.expect(
o.postViewCountPercentageMillis!,
unittest.equals('foo'),
@@ -2745,14 +2745,14 @@
buildCounterCreateAssetResponse--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5884() {
+core.List<api.AssignedTargetingOption> buildUnnamed5935() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5884(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5935(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -2764,7 +2764,7 @@
var o = api.CreateAssignedTargetingOptionsRequest();
buildCounterCreateAssignedTargetingOptionsRequest++;
if (buildCounterCreateAssignedTargetingOptionsRequest < 3) {
- o.assignedTargetingOptions = buildUnnamed5884();
+ o.assignedTargetingOptions = buildUnnamed5935();
o.targetingType = 'foo';
}
buildCounterCreateAssignedTargetingOptionsRequest--;
@@ -2775,7 +2775,7 @@
api.CreateAssignedTargetingOptionsRequest o) {
buildCounterCreateAssignedTargetingOptionsRequest++;
if (buildCounterCreateAssignedTargetingOptionsRequest < 3) {
- checkUnnamed5884(o.assignedTargetingOptions!);
+ checkUnnamed5935(o.assignedTargetingOptions!);
unittest.expect(
o.targetingType!,
unittest.equals('foo'),
@@ -2823,40 +2823,40 @@
buildCounterCreateSdfDownloadTaskRequest--;
}
-core.List<api.Dimensions> buildUnnamed5885() {
+core.List<api.Dimensions> buildUnnamed5936() {
var o = <api.Dimensions>[];
o.add(buildDimensions());
o.add(buildDimensions());
return o;
}
-void checkUnnamed5885(core.List<api.Dimensions> o) {
+void checkUnnamed5936(core.List<api.Dimensions> o) {
unittest.expect(o, unittest.hasLength(2));
checkDimensions(o[0] as api.Dimensions);
checkDimensions(o[1] as api.Dimensions);
}
-core.List<api.AssetAssociation> buildUnnamed5886() {
+core.List<api.AssetAssociation> buildUnnamed5937() {
var o = <api.AssetAssociation>[];
o.add(buildAssetAssociation());
o.add(buildAssetAssociation());
return o;
}
-void checkUnnamed5886(core.List<api.AssetAssociation> o) {
+void checkUnnamed5937(core.List<api.AssetAssociation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssetAssociation(o[0] as api.AssetAssociation);
checkAssetAssociation(o[1] as api.AssetAssociation);
}
-core.List<core.String> buildUnnamed5887() {
+core.List<core.String> buildUnnamed5938() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5887(core.List<core.String> o) {
+void checkUnnamed5938(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2868,27 +2868,27 @@
);
}
-core.List<api.CounterEvent> buildUnnamed5888() {
+core.List<api.CounterEvent> buildUnnamed5939() {
var o = <api.CounterEvent>[];
o.add(buildCounterEvent());
o.add(buildCounterEvent());
return o;
}
-void checkUnnamed5888(core.List<api.CounterEvent> o) {
+void checkUnnamed5939(core.List<api.CounterEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkCounterEvent(o[0] as api.CounterEvent);
checkCounterEvent(o[1] as api.CounterEvent);
}
-core.List<core.String> buildUnnamed5889() {
+core.List<core.String> buildUnnamed5940() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5889(core.List<core.String> o) {
+void checkUnnamed5940(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2900,27 +2900,27 @@
);
}
-core.List<api.ExitEvent> buildUnnamed5890() {
+core.List<api.ExitEvent> buildUnnamed5941() {
var o = <api.ExitEvent>[];
o.add(buildExitEvent());
o.add(buildExitEvent());
return o;
}
-void checkUnnamed5890(core.List<api.ExitEvent> o) {
+void checkUnnamed5941(core.List<api.ExitEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkExitEvent(o[0] as api.ExitEvent);
checkExitEvent(o[1] as api.ExitEvent);
}
-core.List<core.String> buildUnnamed5891() {
+core.List<core.String> buildUnnamed5942() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5891(core.List<core.String> o) {
+void checkUnnamed5942(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2932,40 +2932,40 @@
);
}
-core.List<api.ThirdPartyUrl> buildUnnamed5892() {
+core.List<api.ThirdPartyUrl> buildUnnamed5943() {
var o = <api.ThirdPartyUrl>[];
o.add(buildThirdPartyUrl());
o.add(buildThirdPartyUrl());
return o;
}
-void checkUnnamed5892(core.List<api.ThirdPartyUrl> o) {
+void checkUnnamed5943(core.List<api.ThirdPartyUrl> o) {
unittest.expect(o, unittest.hasLength(2));
checkThirdPartyUrl(o[0] as api.ThirdPartyUrl);
checkThirdPartyUrl(o[1] as api.ThirdPartyUrl);
}
-core.List<api.TimerEvent> buildUnnamed5893() {
+core.List<api.TimerEvent> buildUnnamed5944() {
var o = <api.TimerEvent>[];
o.add(buildTimerEvent());
o.add(buildTimerEvent());
return o;
}
-void checkUnnamed5893(core.List<api.TimerEvent> o) {
+void checkUnnamed5944(core.List<api.TimerEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkTimerEvent(o[0] as api.TimerEvent);
checkTimerEvent(o[1] as api.TimerEvent);
}
-core.List<core.String> buildUnnamed5894() {
+core.List<core.String> buildUnnamed5945() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5894(core.List<core.String> o) {
+void checkUnnamed5945(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2977,14 +2977,14 @@
);
}
-core.List<api.Transcode> buildUnnamed5895() {
+core.List<api.Transcode> buildUnnamed5946() {
var o = <api.Transcode>[];
o.add(buildTranscode());
o.add(buildTranscode());
return o;
}
-void checkUnnamed5895(core.List<api.Transcode> o) {
+void checkUnnamed5946(core.List<api.Transcode> o) {
unittest.expect(o, unittest.hasLength(2));
checkTranscode(o[0] as api.Transcode);
checkTranscode(o[1] as api.Transcode);
@@ -2995,23 +2995,23 @@
var o = api.Creative();
buildCounterCreative++;
if (buildCounterCreative < 3) {
- o.additionalDimensions = buildUnnamed5885();
+ o.additionalDimensions = buildUnnamed5936();
o.advertiserId = 'foo';
o.appendedTag = 'foo';
- o.assets = buildUnnamed5886();
+ o.assets = buildUnnamed5937();
o.cmPlacementId = 'foo';
o.cmTrackingAd = buildCmTrackingAd();
- o.companionCreativeIds = buildUnnamed5887();
- o.counterEvents = buildUnnamed5888();
+ o.companionCreativeIds = buildUnnamed5938();
+ o.counterEvents = buildUnnamed5939();
o.createTime = 'foo';
- o.creativeAttributes = buildUnnamed5889();
+ o.creativeAttributes = buildUnnamed5940();
o.creativeId = 'foo';
o.creativeType = 'foo';
o.dimensions = buildDimensions();
o.displayName = 'foo';
o.dynamic = true;
o.entityStatus = 'foo';
- o.exitEvents = buildUnnamed5890();
+ o.exitEvents = buildUnnamed5941();
o.expandOnHover = true;
o.expandingDirection = 'foo';
o.hostingSource = 'foo';
@@ -3019,7 +3019,7 @@
o.iasCampaignMonitoring = true;
o.integrationCode = 'foo';
o.jsTrackerUrl = 'foo';
- o.lineItemIds = buildUnnamed5891();
+ o.lineItemIds = buildUnnamed5942();
o.mediaDuration = 'foo';
o.mp3Audio = true;
o.name = 'foo';
@@ -3034,10 +3034,10 @@
o.skipOffset = buildAudioVideoOffset();
o.skippable = true;
o.thirdPartyTag = 'foo';
- o.thirdPartyUrls = buildUnnamed5892();
- o.timerEvents = buildUnnamed5893();
- o.trackerUrls = buildUnnamed5894();
- o.transcodes = buildUnnamed5895();
+ o.thirdPartyUrls = buildUnnamed5943();
+ o.timerEvents = buildUnnamed5944();
+ o.trackerUrls = buildUnnamed5945();
+ o.transcodes = buildUnnamed5946();
o.universalAdId = buildUniversalAdId();
o.updateTime = 'foo';
o.vastTagUrl = 'foo';
@@ -3050,7 +3050,7 @@
void checkCreative(api.Creative o) {
buildCounterCreative++;
if (buildCounterCreative < 3) {
- checkUnnamed5885(o.additionalDimensions!);
+ checkUnnamed5936(o.additionalDimensions!);
unittest.expect(
o.advertiserId!,
unittest.equals('foo'),
@@ -3059,19 +3059,19 @@
o.appendedTag!,
unittest.equals('foo'),
);
- checkUnnamed5886(o.assets!);
+ checkUnnamed5937(o.assets!);
unittest.expect(
o.cmPlacementId!,
unittest.equals('foo'),
);
checkCmTrackingAd(o.cmTrackingAd! as api.CmTrackingAd);
- checkUnnamed5887(o.companionCreativeIds!);
- checkUnnamed5888(o.counterEvents!);
+ checkUnnamed5938(o.companionCreativeIds!);
+ checkUnnamed5939(o.counterEvents!);
unittest.expect(
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed5889(o.creativeAttributes!);
+ checkUnnamed5940(o.creativeAttributes!);
unittest.expect(
o.creativeId!,
unittest.equals('foo'),
@@ -3090,7 +3090,7 @@
o.entityStatus!,
unittest.equals('foo'),
);
- checkUnnamed5890(o.exitEvents!);
+ checkUnnamed5941(o.exitEvents!);
unittest.expect(o.expandOnHover!, unittest.isTrue);
unittest.expect(
o.expandingDirection!,
@@ -3110,7 +3110,7 @@
o.jsTrackerUrl!,
unittest.equals('foo'),
);
- checkUnnamed5891(o.lineItemIds!);
+ checkUnnamed5942(o.lineItemIds!);
unittest.expect(
o.mediaDuration!,
unittest.equals('foo'),
@@ -3137,10 +3137,10 @@
o.thirdPartyTag!,
unittest.equals('foo'),
);
- checkUnnamed5892(o.thirdPartyUrls!);
- checkUnnamed5893(o.timerEvents!);
- checkUnnamed5894(o.trackerUrls!);
- checkUnnamed5895(o.transcodes!);
+ checkUnnamed5943(o.thirdPartyUrls!);
+ checkUnnamed5944(o.timerEvents!);
+ checkUnnamed5945(o.trackerUrls!);
+ checkUnnamed5946(o.transcodes!);
checkUniversalAdId(o.universalAdId! as api.UniversalAdId);
unittest.expect(
o.updateTime!,
@@ -3267,14 +3267,14 @@
buildCounterCustomList--;
}
-core.List<api.CustomListTargetingSetting> buildUnnamed5896() {
+core.List<api.CustomListTargetingSetting> buildUnnamed5947() {
var o = <api.CustomListTargetingSetting>[];
o.add(buildCustomListTargetingSetting());
o.add(buildCustomListTargetingSetting());
return o;
}
-void checkUnnamed5896(core.List<api.CustomListTargetingSetting> o) {
+void checkUnnamed5947(core.List<api.CustomListTargetingSetting> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomListTargetingSetting(o[0] as api.CustomListTargetingSetting);
checkCustomListTargetingSetting(o[1] as api.CustomListTargetingSetting);
@@ -3285,7 +3285,7 @@
var o = api.CustomListGroup();
buildCounterCustomListGroup++;
if (buildCounterCustomListGroup < 3) {
- o.settings = buildUnnamed5896();
+ o.settings = buildUnnamed5947();
}
buildCounterCustomListGroup--;
return o;
@@ -3294,7 +3294,7 @@
void checkCustomListGroup(api.CustomListGroup o) {
buildCounterCustomListGroup++;
if (buildCounterCustomListGroup < 3) {
- checkUnnamed5896(o.settings!);
+ checkUnnamed5947(o.settings!);
}
buildCounterCustomListGroup--;
}
@@ -3428,14 +3428,14 @@
buildCounterDeactivateManualTriggerRequest--;
}
-core.List<core.String> buildUnnamed5897() {
+core.List<core.String> buildUnnamed5948() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5897(core.List<core.String> o) {
+void checkUnnamed5948(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3453,7 +3453,7 @@
var o = api.DeleteAssignedTargetingOptionsRequest();
buildCounterDeleteAssignedTargetingOptionsRequest++;
if (buildCounterDeleteAssignedTargetingOptionsRequest < 3) {
- o.assignedTargetingOptionIds = buildUnnamed5897();
+ o.assignedTargetingOptionIds = buildUnnamed5948();
o.targetingType = 'foo';
}
buildCounterDeleteAssignedTargetingOptionsRequest--;
@@ -3464,7 +3464,7 @@
api.DeleteAssignedTargetingOptionsRequest o) {
buildCounterDeleteAssignedTargetingOptionsRequest++;
if (buildCounterDeleteAssignedTargetingOptionsRequest < 3) {
- checkUnnamed5897(o.assignedTargetingOptionIds!);
+ checkUnnamed5948(o.assignedTargetingOptionIds!);
unittest.expect(
o.targetingType!,
unittest.equals('foo'),
@@ -3660,14 +3660,14 @@
buildCounterDimensions--;
}
-core.List<core.String> buildUnnamed5898() {
+core.List<core.String> buildUnnamed5949() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5898(core.List<core.String> o) {
+void checkUnnamed5949(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3685,7 +3685,7 @@
buildCounterDoubleVerify++;
if (buildCounterDoubleVerify < 3) {
o.appStarRating = buildDoubleVerifyAppStarRating();
- o.avoidedAgeRatings = buildUnnamed5898();
+ o.avoidedAgeRatings = buildUnnamed5949();
o.brandSafetyCategories = buildDoubleVerifyBrandSafetyCategories();
o.customSegmentId = 'foo';
o.displayViewability = buildDoubleVerifyDisplayViewability();
@@ -3701,7 +3701,7 @@
if (buildCounterDoubleVerify < 3) {
checkDoubleVerifyAppStarRating(
o.appStarRating! as api.DoubleVerifyAppStarRating);
- checkUnnamed5898(o.avoidedAgeRatings!);
+ checkUnnamed5949(o.avoidedAgeRatings!);
checkDoubleVerifyBrandSafetyCategories(
o.brandSafetyCategories! as api.DoubleVerifyBrandSafetyCategories);
unittest.expect(
@@ -3742,14 +3742,14 @@
buildCounterDoubleVerifyAppStarRating--;
}
-core.List<core.String> buildUnnamed5899() {
+core.List<core.String> buildUnnamed5950() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5899(core.List<core.String> o) {
+void checkUnnamed5950(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3761,14 +3761,14 @@
);
}
-core.List<core.String> buildUnnamed5900() {
+core.List<core.String> buildUnnamed5951() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5900(core.List<core.String> o) {
+void checkUnnamed5951(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3786,8 +3786,8 @@
buildCounterDoubleVerifyBrandSafetyCategories++;
if (buildCounterDoubleVerifyBrandSafetyCategories < 3) {
o.avoidUnknownBrandSafetyCategory = true;
- o.avoidedHighSeverityCategories = buildUnnamed5899();
- o.avoidedMediumSeverityCategories = buildUnnamed5900();
+ o.avoidedHighSeverityCategories = buildUnnamed5950();
+ o.avoidedMediumSeverityCategories = buildUnnamed5951();
}
buildCounterDoubleVerifyBrandSafetyCategories--;
return o;
@@ -3798,8 +3798,8 @@
buildCounterDoubleVerifyBrandSafetyCategories++;
if (buildCounterDoubleVerifyBrandSafetyCategories < 3) {
unittest.expect(o.avoidUnknownBrandSafetyCategory!, unittest.isTrue);
- checkUnnamed5899(o.avoidedHighSeverityCategories!);
- checkUnnamed5900(o.avoidedMediumSeverityCategories!);
+ checkUnnamed5950(o.avoidedHighSeverityCategories!);
+ checkUnnamed5951(o.avoidedMediumSeverityCategories!);
}
buildCounterDoubleVerifyBrandSafetyCategories--;
}
@@ -3979,14 +3979,14 @@
buildCounterExchangeAssignedTargetingOptionDetails--;
}
-core.List<api.ExchangeConfigEnabledExchange> buildUnnamed5901() {
+core.List<api.ExchangeConfigEnabledExchange> buildUnnamed5952() {
var o = <api.ExchangeConfigEnabledExchange>[];
o.add(buildExchangeConfigEnabledExchange());
o.add(buildExchangeConfigEnabledExchange());
return o;
}
-void checkUnnamed5901(core.List<api.ExchangeConfigEnabledExchange> o) {
+void checkUnnamed5952(core.List<api.ExchangeConfigEnabledExchange> o) {
unittest.expect(o, unittest.hasLength(2));
checkExchangeConfigEnabledExchange(o[0] as api.ExchangeConfigEnabledExchange);
checkExchangeConfigEnabledExchange(o[1] as api.ExchangeConfigEnabledExchange);
@@ -3997,7 +3997,7 @@
var o = api.ExchangeConfig();
buildCounterExchangeConfig++;
if (buildCounterExchangeConfig < 3) {
- o.enabledExchanges = buildUnnamed5901();
+ o.enabledExchanges = buildUnnamed5952();
}
buildCounterExchangeConfig--;
return o;
@@ -4006,7 +4006,7 @@
void checkExchangeConfig(api.ExchangeConfig o) {
buildCounterExchangeConfig++;
if (buildCounterExchangeConfig < 3) {
- checkUnnamed5901(o.enabledExchanges!);
+ checkUnnamed5952(o.enabledExchanges!);
}
buildCounterExchangeConfig--;
}
@@ -4226,14 +4226,14 @@
buildCounterFirstAndThirdPartyAudience--;
}
-core.List<api.FirstAndThirdPartyAudienceTargetingSetting> buildUnnamed5902() {
+core.List<api.FirstAndThirdPartyAudienceTargetingSetting> buildUnnamed5953() {
var o = <api.FirstAndThirdPartyAudienceTargetingSetting>[];
o.add(buildFirstAndThirdPartyAudienceTargetingSetting());
o.add(buildFirstAndThirdPartyAudienceTargetingSetting());
return o;
}
-void checkUnnamed5902(
+void checkUnnamed5953(
core.List<api.FirstAndThirdPartyAudienceTargetingSetting> o) {
unittest.expect(o, unittest.hasLength(2));
checkFirstAndThirdPartyAudienceTargetingSetting(
@@ -4247,7 +4247,7 @@
var o = api.FirstAndThirdPartyAudienceGroup();
buildCounterFirstAndThirdPartyAudienceGroup++;
if (buildCounterFirstAndThirdPartyAudienceGroup < 3) {
- o.settings = buildUnnamed5902();
+ o.settings = buildUnnamed5953();
}
buildCounterFirstAndThirdPartyAudienceGroup--;
return o;
@@ -4257,7 +4257,7 @@
api.FirstAndThirdPartyAudienceGroup o) {
buildCounterFirstAndThirdPartyAudienceGroup++;
if (buildCounterFirstAndThirdPartyAudienceGroup < 3) {
- checkUnnamed5902(o.settings!);
+ checkUnnamed5953(o.settings!);
}
buildCounterFirstAndThirdPartyAudienceGroup--;
}
@@ -4313,7 +4313,7 @@
buildCounterFixedBidStrategy--;
}
-core.Map<core.String, core.Object> buildUnnamed5903() {
+core.Map<core.String, core.Object> buildUnnamed5954() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -4328,7 +4328,7 @@
return o;
}
-void checkUnnamed5903(core.Map<core.String, core.Object> o) {
+void checkUnnamed5954(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -4366,7 +4366,7 @@
buildCounterFloodlightGroup++;
if (buildCounterFloodlightGroup < 3) {
o.activeViewConfig = buildActiveViewVideoViewabilityMetricConfig();
- o.customVariables = buildUnnamed5903();
+ o.customVariables = buildUnnamed5954();
o.displayName = 'foo';
o.floodlightGroupId = 'foo';
o.lookbackWindow = buildLookbackWindow();
@@ -4382,7 +4382,7 @@
if (buildCounterFloodlightGroup < 3) {
checkActiveViewVideoViewabilityMetricConfig(
o.activeViewConfig! as api.ActiveViewVideoViewabilityMetricConfig);
- checkUnnamed5903(o.customVariables!);
+ checkUnnamed5954(o.customVariables!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
@@ -4646,14 +4646,14 @@
buildCounterGoogleAudience--;
}
-core.List<api.GoogleAudienceTargetingSetting> buildUnnamed5904() {
+core.List<api.GoogleAudienceTargetingSetting> buildUnnamed5955() {
var o = <api.GoogleAudienceTargetingSetting>[];
o.add(buildGoogleAudienceTargetingSetting());
o.add(buildGoogleAudienceTargetingSetting());
return o;
}
-void checkUnnamed5904(core.List<api.GoogleAudienceTargetingSetting> o) {
+void checkUnnamed5955(core.List<api.GoogleAudienceTargetingSetting> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAudienceTargetingSetting(
o[0] as api.GoogleAudienceTargetingSetting);
@@ -4666,7 +4666,7 @@
var o = api.GoogleAudienceGroup();
buildCounterGoogleAudienceGroup++;
if (buildCounterGoogleAudienceGroup < 3) {
- o.settings = buildUnnamed5904();
+ o.settings = buildUnnamed5955();
}
buildCounterGoogleAudienceGroup--;
return o;
@@ -4675,7 +4675,7 @@
void checkGoogleAudienceGroup(api.GoogleAudienceGroup o) {
buildCounterGoogleAudienceGroup++;
if (buildCounterGoogleAudienceGroup < 3) {
- checkUnnamed5904(o.settings!);
+ checkUnnamed5955(o.settings!);
}
buildCounterGoogleAudienceGroup--;
}
@@ -4777,14 +4777,14 @@
buildCounterHouseholdIncomeTargetingOptionDetails--;
}
-core.List<core.String> buildUnnamed5905() {
+core.List<core.String> buildUnnamed5956() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5905(core.List<core.String> o) {
+void checkUnnamed5956(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4796,14 +4796,14 @@
);
}
-core.List<core.String> buildUnnamed5906() {
+core.List<core.String> buildUnnamed5957() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5906(core.List<core.String> o) {
+void checkUnnamed5957(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4815,14 +4815,14 @@
);
}
-core.List<core.String> buildUnnamed5907() {
+core.List<core.String> buildUnnamed5958() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5907(core.List<core.String> o) {
+void checkUnnamed5958(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4834,14 +4834,14 @@
);
}
-core.List<core.String> buildUnnamed5908() {
+core.List<core.String> buildUnnamed5959() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5908(core.List<core.String> o) {
+void checkUnnamed5959(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4853,14 +4853,14 @@
);
}
-core.List<core.String> buildUnnamed5909() {
+core.List<core.String> buildUnnamed5960() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5909(core.List<core.String> o) {
+void checkUnnamed5960(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4872,14 +4872,14 @@
);
}
-core.List<core.String> buildUnnamed5910() {
+core.List<core.String> buildUnnamed5961() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5910(core.List<core.String> o) {
+void checkUnnamed5961(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4896,12 +4896,12 @@
var o = api.IdFilter();
buildCounterIdFilter++;
if (buildCounterIdFilter < 3) {
- o.adGroupAdIds = buildUnnamed5905();
- o.adGroupIds = buildUnnamed5906();
- o.campaignIds = buildUnnamed5907();
- o.insertionOrderIds = buildUnnamed5908();
- o.lineItemIds = buildUnnamed5909();
- o.mediaProductIds = buildUnnamed5910();
+ o.adGroupAdIds = buildUnnamed5956();
+ o.adGroupIds = buildUnnamed5957();
+ o.campaignIds = buildUnnamed5958();
+ o.insertionOrderIds = buildUnnamed5959();
+ o.lineItemIds = buildUnnamed5960();
+ o.mediaProductIds = buildUnnamed5961();
}
buildCounterIdFilter--;
return o;
@@ -4910,24 +4910,24 @@
void checkIdFilter(api.IdFilter o) {
buildCounterIdFilter++;
if (buildCounterIdFilter < 3) {
- checkUnnamed5905(o.adGroupAdIds!);
- checkUnnamed5906(o.adGroupIds!);
- checkUnnamed5907(o.campaignIds!);
- checkUnnamed5908(o.insertionOrderIds!);
- checkUnnamed5909(o.lineItemIds!);
- checkUnnamed5910(o.mediaProductIds!);
+ checkUnnamed5956(o.adGroupAdIds!);
+ checkUnnamed5957(o.adGroupIds!);
+ checkUnnamed5958(o.campaignIds!);
+ checkUnnamed5959(o.insertionOrderIds!);
+ checkUnnamed5960(o.lineItemIds!);
+ checkUnnamed5961(o.mediaProductIds!);
}
buildCounterIdFilter--;
}
-core.List<api.PartnerCost> buildUnnamed5911() {
+core.List<api.PartnerCost> buildUnnamed5962() {
var o = <api.PartnerCost>[];
o.add(buildPartnerCost());
o.add(buildPartnerCost());
return o;
}
-void checkUnnamed5911(core.List<api.PartnerCost> o) {
+void checkUnnamed5962(core.List<api.PartnerCost> o) {
unittest.expect(o, unittest.hasLength(2));
checkPartnerCost(o[0] as api.PartnerCost);
checkPartnerCost(o[1] as api.PartnerCost);
@@ -4950,7 +4950,7 @@
o.integrationDetails = buildIntegrationDetails();
o.name = 'foo';
o.pacing = buildPacing();
- o.partnerCosts = buildUnnamed5911();
+ o.partnerCosts = buildUnnamed5962();
o.performanceGoal = buildPerformanceGoal();
o.updateTime = 'foo';
}
@@ -4994,7 +4994,7 @@
unittest.equals('foo'),
);
checkPacing(o.pacing! as api.Pacing);
- checkUnnamed5911(o.partnerCosts!);
+ checkUnnamed5962(o.partnerCosts!);
checkPerformanceGoal(o.performanceGoal! as api.PerformanceGoal);
unittest.expect(
o.updateTime!,
@@ -5004,14 +5004,14 @@
buildCounterInsertionOrder--;
}
-core.List<api.InsertionOrderBudgetSegment> buildUnnamed5912() {
+core.List<api.InsertionOrderBudgetSegment> buildUnnamed5963() {
var o = <api.InsertionOrderBudgetSegment>[];
o.add(buildInsertionOrderBudgetSegment());
o.add(buildInsertionOrderBudgetSegment());
return o;
}
-void checkUnnamed5912(core.List<api.InsertionOrderBudgetSegment> o) {
+void checkUnnamed5963(core.List<api.InsertionOrderBudgetSegment> o) {
unittest.expect(o, unittest.hasLength(2));
checkInsertionOrderBudgetSegment(o[0] as api.InsertionOrderBudgetSegment);
checkInsertionOrderBudgetSegment(o[1] as api.InsertionOrderBudgetSegment);
@@ -5023,7 +5023,7 @@
buildCounterInsertionOrderBudget++;
if (buildCounterInsertionOrderBudget < 3) {
o.automationType = 'foo';
- o.budgetSegments = buildUnnamed5912();
+ o.budgetSegments = buildUnnamed5963();
o.budgetUnit = 'foo';
}
buildCounterInsertionOrderBudget--;
@@ -5037,7 +5037,7 @@
o.automationType!,
unittest.equals('foo'),
);
- checkUnnamed5912(o.budgetSegments!);
+ checkUnnamed5963(o.budgetSegments!);
unittest.expect(
o.budgetUnit!,
unittest.equals('foo'),
@@ -5080,14 +5080,14 @@
buildCounterInsertionOrderBudgetSegment--;
}
-core.List<core.String> buildUnnamed5913() {
+core.List<core.String> buildUnnamed5964() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5913(core.List<core.String> o) {
+void checkUnnamed5964(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5104,7 +5104,7 @@
var o = api.IntegralAdScience();
buildCounterIntegralAdScience++;
if (buildCounterIntegralAdScience < 3) {
- o.customSegmentId = buildUnnamed5913();
+ o.customSegmentId = buildUnnamed5964();
o.displayViewability = 'foo';
o.excludeUnrateable = true;
o.excludedAdFraudRisk = 'foo';
@@ -5126,7 +5126,7 @@
void checkIntegralAdScience(api.IntegralAdScience o) {
buildCounterIntegralAdScience++;
if (buildCounterIntegralAdScience < 3) {
- checkUnnamed5913(o.customSegmentId!);
+ checkUnnamed5964(o.customSegmentId!);
unittest.expect(
o.displayViewability!,
unittest.equals('foo'),
@@ -5207,14 +5207,14 @@
buildCounterIntegrationDetails--;
}
-core.List<api.CreativeConfig> buildUnnamed5914() {
+core.List<api.CreativeConfig> buildUnnamed5965() {
var o = <api.CreativeConfig>[];
o.add(buildCreativeConfig());
o.add(buildCreativeConfig());
return o;
}
-void checkUnnamed5914(core.List<api.CreativeConfig> o) {
+void checkUnnamed5965(core.List<api.CreativeConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeConfig(o[0] as api.CreativeConfig);
checkCreativeConfig(o[1] as api.CreativeConfig);
@@ -5226,7 +5226,7 @@
buildCounterInventorySource++;
if (buildCounterInventorySource < 3) {
o.commitment = 'foo';
- o.creativeConfigs = buildUnnamed5914();
+ o.creativeConfigs = buildUnnamed5965();
o.dealId = 'foo';
o.deliveryMethod = 'foo';
o.displayName = 'foo';
@@ -5251,7 +5251,7 @@
o.commitment!,
unittest.equals('foo'),
);
- checkUnnamed5914(o.creativeConfigs!);
+ checkUnnamed5965(o.creativeConfigs!);
unittest.expect(
o.dealId!,
unittest.equals('foo'),
@@ -5340,14 +5340,14 @@
buildCounterInventorySourceDisplayCreativeConfig--;
}
-core.List<core.String> buildUnnamed5915() {
+core.List<core.String> buildUnnamed5966() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5915(core.List<core.String> o) {
+void checkUnnamed5966(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5364,7 +5364,7 @@
var o = api.InventorySourceFilter();
buildCounterInventorySourceFilter++;
if (buildCounterInventorySourceFilter < 3) {
- o.inventorySourceIds = buildUnnamed5915();
+ o.inventorySourceIds = buildUnnamed5966();
}
buildCounterInventorySourceFilter--;
return o;
@@ -5373,7 +5373,7 @@
void checkInventorySourceFilter(api.InventorySourceFilter o) {
buildCounterInventorySourceFilter++;
if (buildCounterInventorySourceFilter < 3) {
- checkUnnamed5915(o.inventorySourceIds!);
+ checkUnnamed5966(o.inventorySourceIds!);
}
buildCounterInventorySourceFilter--;
}
@@ -5500,27 +5500,27 @@
buildCounterInventorySourceVideoCreativeConfig--;
}
-core.List<api.BudgetSummary> buildUnnamed5916() {
+core.List<api.BudgetSummary> buildUnnamed5967() {
var o = <api.BudgetSummary>[];
o.add(buildBudgetSummary());
o.add(buildBudgetSummary());
return o;
}
-void checkUnnamed5916(core.List<api.BudgetSummary> o) {
+void checkUnnamed5967(core.List<api.BudgetSummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkBudgetSummary(o[0] as api.BudgetSummary);
checkBudgetSummary(o[1] as api.BudgetSummary);
}
-core.List<core.String> buildUnnamed5917() {
+core.List<core.String> buildUnnamed5968() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5917(core.List<core.String> o) {
+void checkUnnamed5968(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5538,7 +5538,7 @@
buildCounterInvoice++;
if (buildCounterInvoice < 3) {
o.budgetInvoiceGroupingId = 'foo';
- o.budgetSummaries = buildUnnamed5916();
+ o.budgetSummaries = buildUnnamed5967();
o.correctedInvoiceId = 'foo';
o.currencyCode = 'foo';
o.displayName = 'foo';
@@ -5552,7 +5552,7 @@
o.paymentsProfileId = 'foo';
o.pdfUrl = 'foo';
o.purchaseOrderNumber = 'foo';
- o.replacedInvoiceIds = buildUnnamed5917();
+ o.replacedInvoiceIds = buildUnnamed5968();
o.serviceDateRange = buildDateRange();
o.subtotalAmountMicros = 'foo';
o.totalAmountMicros = 'foo';
@@ -5569,7 +5569,7 @@
o.budgetInvoiceGroupingId!,
unittest.equals('foo'),
);
- checkUnnamed5916(o.budgetSummaries!);
+ checkUnnamed5967(o.budgetSummaries!);
unittest.expect(
o.correctedInvoiceId!,
unittest.equals('foo'),
@@ -5616,7 +5616,7 @@
o.purchaseOrderNumber!,
unittest.equals('foo'),
);
- checkUnnamed5917(o.replacedInvoiceIds!);
+ checkUnnamed5968(o.replacedInvoiceIds!);
checkDateRange(o.serviceDateRange! as api.DateRange);
unittest.expect(
o.subtotalAmountMicros!,
@@ -5713,14 +5713,14 @@
buildCounterLanguageTargetingOptionDetails--;
}
-core.List<core.String> buildUnnamed5918() {
+core.List<core.String> buildUnnamed5969() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5918(core.List<core.String> o) {
+void checkUnnamed5969(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5732,14 +5732,14 @@
);
}
-core.List<core.String> buildUnnamed5919() {
+core.List<core.String> buildUnnamed5970() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5919(core.List<core.String> o) {
+void checkUnnamed5970(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5751,27 +5751,27 @@
);
}
-core.List<api.PartnerCost> buildUnnamed5920() {
+core.List<api.PartnerCost> buildUnnamed5971() {
var o = <api.PartnerCost>[];
o.add(buildPartnerCost());
o.add(buildPartnerCost());
return o;
}
-void checkUnnamed5920(core.List<api.PartnerCost> o) {
+void checkUnnamed5971(core.List<api.PartnerCost> o) {
unittest.expect(o, unittest.hasLength(2));
checkPartnerCost(o[0] as api.PartnerCost);
checkPartnerCost(o[1] as api.PartnerCost);
}
-core.List<core.String> buildUnnamed5921() {
+core.List<core.String> buildUnnamed5972() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5921(core.List<core.String> o) {
+void checkUnnamed5972(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5793,24 +5793,24 @@
o.budget = buildLineItemBudget();
o.campaignId = 'foo';
o.conversionCounting = buildConversionCountingConfig();
- o.creativeIds = buildUnnamed5918();
+ o.creativeIds = buildUnnamed5969();
o.displayName = 'foo';
o.entityStatus = 'foo';
o.flight = buildLineItemFlight();
o.frequencyCap = buildFrequencyCap();
o.insertionOrderId = 'foo';
o.integrationDetails = buildIntegrationDetails();
- o.inventorySourceIds = buildUnnamed5919();
+ o.inventorySourceIds = buildUnnamed5970();
o.lineItemId = 'foo';
o.lineItemType = 'foo';
o.mobileApp = buildMobileApp();
o.name = 'foo';
o.pacing = buildPacing();
- o.partnerCosts = buildUnnamed5920();
+ o.partnerCosts = buildUnnamed5971();
o.partnerRevenueModel = buildPartnerRevenueModel();
o.targetingExpansion = buildTargetingExpansionConfig();
o.updateTime = 'foo';
- o.warningMessages = buildUnnamed5921();
+ o.warningMessages = buildUnnamed5972();
}
buildCounterLineItem--;
return o;
@@ -5831,7 +5831,7 @@
);
checkConversionCountingConfig(
o.conversionCounting! as api.ConversionCountingConfig);
- checkUnnamed5918(o.creativeIds!);
+ checkUnnamed5969(o.creativeIds!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
@@ -5847,7 +5847,7 @@
unittest.equals('foo'),
);
checkIntegrationDetails(o.integrationDetails! as api.IntegrationDetails);
- checkUnnamed5919(o.inventorySourceIds!);
+ checkUnnamed5970(o.inventorySourceIds!);
unittest.expect(
o.lineItemId!,
unittest.equals('foo'),
@@ -5862,7 +5862,7 @@
unittest.equals('foo'),
);
checkPacing(o.pacing! as api.Pacing);
- checkUnnamed5920(o.partnerCosts!);
+ checkUnnamed5971(o.partnerCosts!);
checkPartnerRevenueModel(o.partnerRevenueModel! as api.PartnerRevenueModel);
checkTargetingExpansionConfig(
o.targetingExpansion! as api.TargetingExpansionConfig);
@@ -5870,7 +5870,7 @@
o.updateTime!,
unittest.equals('foo'),
);
- checkUnnamed5921(o.warningMessages!);
+ checkUnnamed5972(o.warningMessages!);
}
buildCounterLineItem--;
}
@@ -5936,14 +5936,14 @@
buildCounterLineItemFlight--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5922() {
+core.List<api.AssignedTargetingOption> buildUnnamed5973() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5922(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5973(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -5955,7 +5955,7 @@
var o = api.ListAdvertiserAssignedTargetingOptionsResponse();
buildCounterListAdvertiserAssignedTargetingOptionsResponse++;
if (buildCounterListAdvertiserAssignedTargetingOptionsResponse < 3) {
- o.assignedTargetingOptions = buildUnnamed5922();
+ o.assignedTargetingOptions = buildUnnamed5973();
o.nextPageToken = 'foo';
}
buildCounterListAdvertiserAssignedTargetingOptionsResponse--;
@@ -5966,7 +5966,7 @@
api.ListAdvertiserAssignedTargetingOptionsResponse o) {
buildCounterListAdvertiserAssignedTargetingOptionsResponse++;
if (buildCounterListAdvertiserAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5922(o.assignedTargetingOptions!);
+ checkUnnamed5973(o.assignedTargetingOptions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -5975,14 +5975,14 @@
buildCounterListAdvertiserAssignedTargetingOptionsResponse--;
}
-core.List<api.Advertiser> buildUnnamed5923() {
+core.List<api.Advertiser> buildUnnamed5974() {
var o = <api.Advertiser>[];
o.add(buildAdvertiser());
o.add(buildAdvertiser());
return o;
}
-void checkUnnamed5923(core.List<api.Advertiser> o) {
+void checkUnnamed5974(core.List<api.Advertiser> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdvertiser(o[0] as api.Advertiser);
checkAdvertiser(o[1] as api.Advertiser);
@@ -5993,7 +5993,7 @@
var o = api.ListAdvertisersResponse();
buildCounterListAdvertisersResponse++;
if (buildCounterListAdvertisersResponse < 3) {
- o.advertisers = buildUnnamed5923();
+ o.advertisers = buildUnnamed5974();
o.nextPageToken = 'foo';
}
buildCounterListAdvertisersResponse--;
@@ -6003,7 +6003,7 @@
void checkListAdvertisersResponse(api.ListAdvertisersResponse o) {
buildCounterListAdvertisersResponse++;
if (buildCounterListAdvertisersResponse < 3) {
- checkUnnamed5923(o.advertisers!);
+ checkUnnamed5974(o.advertisers!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6012,14 +6012,14 @@
buildCounterListAdvertisersResponse--;
}
-core.List<api.AssignedInventorySource> buildUnnamed5924() {
+core.List<api.AssignedInventorySource> buildUnnamed5975() {
var o = <api.AssignedInventorySource>[];
o.add(buildAssignedInventorySource());
o.add(buildAssignedInventorySource());
return o;
}
-void checkUnnamed5924(core.List<api.AssignedInventorySource> o) {
+void checkUnnamed5975(core.List<api.AssignedInventorySource> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedInventorySource(o[0] as api.AssignedInventorySource);
checkAssignedInventorySource(o[1] as api.AssignedInventorySource);
@@ -6031,7 +6031,7 @@
var o = api.ListAssignedInventorySourcesResponse();
buildCounterListAssignedInventorySourcesResponse++;
if (buildCounterListAssignedInventorySourcesResponse < 3) {
- o.assignedInventorySources = buildUnnamed5924();
+ o.assignedInventorySources = buildUnnamed5975();
o.nextPageToken = 'foo';
}
buildCounterListAssignedInventorySourcesResponse--;
@@ -6042,7 +6042,7 @@
api.ListAssignedInventorySourcesResponse o) {
buildCounterListAssignedInventorySourcesResponse++;
if (buildCounterListAssignedInventorySourcesResponse < 3) {
- checkUnnamed5924(o.assignedInventorySources!);
+ checkUnnamed5975(o.assignedInventorySources!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6051,14 +6051,14 @@
buildCounterListAssignedInventorySourcesResponse--;
}
-core.List<api.AssignedLocation> buildUnnamed5925() {
+core.List<api.AssignedLocation> buildUnnamed5976() {
var o = <api.AssignedLocation>[];
o.add(buildAssignedLocation());
o.add(buildAssignedLocation());
return o;
}
-void checkUnnamed5925(core.List<api.AssignedLocation> o) {
+void checkUnnamed5976(core.List<api.AssignedLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedLocation(o[0] as api.AssignedLocation);
checkAssignedLocation(o[1] as api.AssignedLocation);
@@ -6069,7 +6069,7 @@
var o = api.ListAssignedLocationsResponse();
buildCounterListAssignedLocationsResponse++;
if (buildCounterListAssignedLocationsResponse < 3) {
- o.assignedLocations = buildUnnamed5925();
+ o.assignedLocations = buildUnnamed5976();
o.nextPageToken = 'foo';
}
buildCounterListAssignedLocationsResponse--;
@@ -6079,7 +6079,7 @@
void checkListAssignedLocationsResponse(api.ListAssignedLocationsResponse o) {
buildCounterListAssignedLocationsResponse++;
if (buildCounterListAssignedLocationsResponse < 3) {
- checkUnnamed5925(o.assignedLocations!);
+ checkUnnamed5976(o.assignedLocations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6088,14 +6088,14 @@
buildCounterListAssignedLocationsResponse--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5926() {
+core.List<api.AssignedTargetingOption> buildUnnamed5977() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5926(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5977(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -6107,7 +6107,7 @@
var o = api.ListCampaignAssignedTargetingOptionsResponse();
buildCounterListCampaignAssignedTargetingOptionsResponse++;
if (buildCounterListCampaignAssignedTargetingOptionsResponse < 3) {
- o.assignedTargetingOptions = buildUnnamed5926();
+ o.assignedTargetingOptions = buildUnnamed5977();
o.nextPageToken = 'foo';
}
buildCounterListCampaignAssignedTargetingOptionsResponse--;
@@ -6118,7 +6118,7 @@
api.ListCampaignAssignedTargetingOptionsResponse o) {
buildCounterListCampaignAssignedTargetingOptionsResponse++;
if (buildCounterListCampaignAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5926(o.assignedTargetingOptions!);
+ checkUnnamed5977(o.assignedTargetingOptions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6127,14 +6127,14 @@
buildCounterListCampaignAssignedTargetingOptionsResponse--;
}
-core.List<api.Campaign> buildUnnamed5927() {
+core.List<api.Campaign> buildUnnamed5978() {
var o = <api.Campaign>[];
o.add(buildCampaign());
o.add(buildCampaign());
return o;
}
-void checkUnnamed5927(core.List<api.Campaign> o) {
+void checkUnnamed5978(core.List<api.Campaign> o) {
unittest.expect(o, unittest.hasLength(2));
checkCampaign(o[0] as api.Campaign);
checkCampaign(o[1] as api.Campaign);
@@ -6145,7 +6145,7 @@
var o = api.ListCampaignsResponse();
buildCounterListCampaignsResponse++;
if (buildCounterListCampaignsResponse < 3) {
- o.campaigns = buildUnnamed5927();
+ o.campaigns = buildUnnamed5978();
o.nextPageToken = 'foo';
}
buildCounterListCampaignsResponse--;
@@ -6155,7 +6155,7 @@
void checkListCampaignsResponse(api.ListCampaignsResponse o) {
buildCounterListCampaignsResponse++;
if (buildCounterListCampaignsResponse < 3) {
- checkUnnamed5927(o.campaigns!);
+ checkUnnamed5978(o.campaigns!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6164,14 +6164,14 @@
buildCounterListCampaignsResponse--;
}
-core.List<api.Channel> buildUnnamed5928() {
+core.List<api.Channel> buildUnnamed5979() {
var o = <api.Channel>[];
o.add(buildChannel());
o.add(buildChannel());
return o;
}
-void checkUnnamed5928(core.List<api.Channel> o) {
+void checkUnnamed5979(core.List<api.Channel> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannel(o[0] as api.Channel);
checkChannel(o[1] as api.Channel);
@@ -6182,7 +6182,7 @@
var o = api.ListChannelsResponse();
buildCounterListChannelsResponse++;
if (buildCounterListChannelsResponse < 3) {
- o.channels = buildUnnamed5928();
+ o.channels = buildUnnamed5979();
o.nextPageToken = 'foo';
}
buildCounterListChannelsResponse--;
@@ -6192,7 +6192,7 @@
void checkListChannelsResponse(api.ListChannelsResponse o) {
buildCounterListChannelsResponse++;
if (buildCounterListChannelsResponse < 3) {
- checkUnnamed5928(o.channels!);
+ checkUnnamed5979(o.channels!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6201,14 +6201,14 @@
buildCounterListChannelsResponse--;
}
-core.List<api.CombinedAudience> buildUnnamed5929() {
+core.List<api.CombinedAudience> buildUnnamed5980() {
var o = <api.CombinedAudience>[];
o.add(buildCombinedAudience());
o.add(buildCombinedAudience());
return o;
}
-void checkUnnamed5929(core.List<api.CombinedAudience> o) {
+void checkUnnamed5980(core.List<api.CombinedAudience> o) {
unittest.expect(o, unittest.hasLength(2));
checkCombinedAudience(o[0] as api.CombinedAudience);
checkCombinedAudience(o[1] as api.CombinedAudience);
@@ -6219,7 +6219,7 @@
var o = api.ListCombinedAudiencesResponse();
buildCounterListCombinedAudiencesResponse++;
if (buildCounterListCombinedAudiencesResponse < 3) {
- o.combinedAudiences = buildUnnamed5929();
+ o.combinedAudiences = buildUnnamed5980();
o.nextPageToken = 'foo';
}
buildCounterListCombinedAudiencesResponse--;
@@ -6229,7 +6229,7 @@
void checkListCombinedAudiencesResponse(api.ListCombinedAudiencesResponse o) {
buildCounterListCombinedAudiencesResponse++;
if (buildCounterListCombinedAudiencesResponse < 3) {
- checkUnnamed5929(o.combinedAudiences!);
+ checkUnnamed5980(o.combinedAudiences!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6238,14 +6238,14 @@
buildCounterListCombinedAudiencesResponse--;
}
-core.List<api.Creative> buildUnnamed5930() {
+core.List<api.Creative> buildUnnamed5981() {
var o = <api.Creative>[];
o.add(buildCreative());
o.add(buildCreative());
return o;
}
-void checkUnnamed5930(core.List<api.Creative> o) {
+void checkUnnamed5981(core.List<api.Creative> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreative(o[0] as api.Creative);
checkCreative(o[1] as api.Creative);
@@ -6256,7 +6256,7 @@
var o = api.ListCreativesResponse();
buildCounterListCreativesResponse++;
if (buildCounterListCreativesResponse < 3) {
- o.creatives = buildUnnamed5930();
+ o.creatives = buildUnnamed5981();
o.nextPageToken = 'foo';
}
buildCounterListCreativesResponse--;
@@ -6266,7 +6266,7 @@
void checkListCreativesResponse(api.ListCreativesResponse o) {
buildCounterListCreativesResponse++;
if (buildCounterListCreativesResponse < 3) {
- checkUnnamed5930(o.creatives!);
+ checkUnnamed5981(o.creatives!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6275,14 +6275,14 @@
buildCounterListCreativesResponse--;
}
-core.List<api.CustomBiddingAlgorithm> buildUnnamed5931() {
+core.List<api.CustomBiddingAlgorithm> buildUnnamed5982() {
var o = <api.CustomBiddingAlgorithm>[];
o.add(buildCustomBiddingAlgorithm());
o.add(buildCustomBiddingAlgorithm());
return o;
}
-void checkUnnamed5931(core.List<api.CustomBiddingAlgorithm> o) {
+void checkUnnamed5982(core.List<api.CustomBiddingAlgorithm> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomBiddingAlgorithm(o[0] as api.CustomBiddingAlgorithm);
checkCustomBiddingAlgorithm(o[1] as api.CustomBiddingAlgorithm);
@@ -6294,7 +6294,7 @@
var o = api.ListCustomBiddingAlgorithmsResponse();
buildCounterListCustomBiddingAlgorithmsResponse++;
if (buildCounterListCustomBiddingAlgorithmsResponse < 3) {
- o.customBiddingAlgorithms = buildUnnamed5931();
+ o.customBiddingAlgorithms = buildUnnamed5982();
o.nextPageToken = 'foo';
}
buildCounterListCustomBiddingAlgorithmsResponse--;
@@ -6305,7 +6305,7 @@
api.ListCustomBiddingAlgorithmsResponse o) {
buildCounterListCustomBiddingAlgorithmsResponse++;
if (buildCounterListCustomBiddingAlgorithmsResponse < 3) {
- checkUnnamed5931(o.customBiddingAlgorithms!);
+ checkUnnamed5982(o.customBiddingAlgorithms!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6314,14 +6314,14 @@
buildCounterListCustomBiddingAlgorithmsResponse--;
}
-core.List<api.CustomList> buildUnnamed5932() {
+core.List<api.CustomList> buildUnnamed5983() {
var o = <api.CustomList>[];
o.add(buildCustomList());
o.add(buildCustomList());
return o;
}
-void checkUnnamed5932(core.List<api.CustomList> o) {
+void checkUnnamed5983(core.List<api.CustomList> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomList(o[0] as api.CustomList);
checkCustomList(o[1] as api.CustomList);
@@ -6332,7 +6332,7 @@
var o = api.ListCustomListsResponse();
buildCounterListCustomListsResponse++;
if (buildCounterListCustomListsResponse < 3) {
- o.customLists = buildUnnamed5932();
+ o.customLists = buildUnnamed5983();
o.nextPageToken = 'foo';
}
buildCounterListCustomListsResponse--;
@@ -6342,7 +6342,7 @@
void checkListCustomListsResponse(api.ListCustomListsResponse o) {
buildCounterListCustomListsResponse++;
if (buildCounterListCustomListsResponse < 3) {
- checkUnnamed5932(o.customLists!);
+ checkUnnamed5983(o.customLists!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6351,14 +6351,14 @@
buildCounterListCustomListsResponse--;
}
-core.List<api.FirstAndThirdPartyAudience> buildUnnamed5933() {
+core.List<api.FirstAndThirdPartyAudience> buildUnnamed5984() {
var o = <api.FirstAndThirdPartyAudience>[];
o.add(buildFirstAndThirdPartyAudience());
o.add(buildFirstAndThirdPartyAudience());
return o;
}
-void checkUnnamed5933(core.List<api.FirstAndThirdPartyAudience> o) {
+void checkUnnamed5984(core.List<api.FirstAndThirdPartyAudience> o) {
unittest.expect(o, unittest.hasLength(2));
checkFirstAndThirdPartyAudience(o[0] as api.FirstAndThirdPartyAudience);
checkFirstAndThirdPartyAudience(o[1] as api.FirstAndThirdPartyAudience);
@@ -6370,7 +6370,7 @@
var o = api.ListFirstAndThirdPartyAudiencesResponse();
buildCounterListFirstAndThirdPartyAudiencesResponse++;
if (buildCounterListFirstAndThirdPartyAudiencesResponse < 3) {
- o.firstAndThirdPartyAudiences = buildUnnamed5933();
+ o.firstAndThirdPartyAudiences = buildUnnamed5984();
o.nextPageToken = 'foo';
}
buildCounterListFirstAndThirdPartyAudiencesResponse--;
@@ -6381,7 +6381,7 @@
api.ListFirstAndThirdPartyAudiencesResponse o) {
buildCounterListFirstAndThirdPartyAudiencesResponse++;
if (buildCounterListFirstAndThirdPartyAudiencesResponse < 3) {
- checkUnnamed5933(o.firstAndThirdPartyAudiences!);
+ checkUnnamed5984(o.firstAndThirdPartyAudiences!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6390,14 +6390,14 @@
buildCounterListFirstAndThirdPartyAudiencesResponse--;
}
-core.List<api.GoogleAudience> buildUnnamed5934() {
+core.List<api.GoogleAudience> buildUnnamed5985() {
var o = <api.GoogleAudience>[];
o.add(buildGoogleAudience());
o.add(buildGoogleAudience());
return o;
}
-void checkUnnamed5934(core.List<api.GoogleAudience> o) {
+void checkUnnamed5985(core.List<api.GoogleAudience> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAudience(o[0] as api.GoogleAudience);
checkGoogleAudience(o[1] as api.GoogleAudience);
@@ -6408,7 +6408,7 @@
var o = api.ListGoogleAudiencesResponse();
buildCounterListGoogleAudiencesResponse++;
if (buildCounterListGoogleAudiencesResponse < 3) {
- o.googleAudiences = buildUnnamed5934();
+ o.googleAudiences = buildUnnamed5985();
o.nextPageToken = 'foo';
}
buildCounterListGoogleAudiencesResponse--;
@@ -6418,7 +6418,7 @@
void checkListGoogleAudiencesResponse(api.ListGoogleAudiencesResponse o) {
buildCounterListGoogleAudiencesResponse++;
if (buildCounterListGoogleAudiencesResponse < 3) {
- checkUnnamed5934(o.googleAudiences!);
+ checkUnnamed5985(o.googleAudiences!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6427,14 +6427,14 @@
buildCounterListGoogleAudiencesResponse--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5935() {
+core.List<api.AssignedTargetingOption> buildUnnamed5986() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5935(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5986(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -6446,7 +6446,7 @@
var o = api.ListInsertionOrderAssignedTargetingOptionsResponse();
buildCounterListInsertionOrderAssignedTargetingOptionsResponse++;
if (buildCounterListInsertionOrderAssignedTargetingOptionsResponse < 3) {
- o.assignedTargetingOptions = buildUnnamed5935();
+ o.assignedTargetingOptions = buildUnnamed5986();
o.nextPageToken = 'foo';
}
buildCounterListInsertionOrderAssignedTargetingOptionsResponse--;
@@ -6457,7 +6457,7 @@
api.ListInsertionOrderAssignedTargetingOptionsResponse o) {
buildCounterListInsertionOrderAssignedTargetingOptionsResponse++;
if (buildCounterListInsertionOrderAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5935(o.assignedTargetingOptions!);
+ checkUnnamed5986(o.assignedTargetingOptions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6466,14 +6466,14 @@
buildCounterListInsertionOrderAssignedTargetingOptionsResponse--;
}
-core.List<api.InsertionOrder> buildUnnamed5936() {
+core.List<api.InsertionOrder> buildUnnamed5987() {
var o = <api.InsertionOrder>[];
o.add(buildInsertionOrder());
o.add(buildInsertionOrder());
return o;
}
-void checkUnnamed5936(core.List<api.InsertionOrder> o) {
+void checkUnnamed5987(core.List<api.InsertionOrder> o) {
unittest.expect(o, unittest.hasLength(2));
checkInsertionOrder(o[0] as api.InsertionOrder);
checkInsertionOrder(o[1] as api.InsertionOrder);
@@ -6484,7 +6484,7 @@
var o = api.ListInsertionOrdersResponse();
buildCounterListInsertionOrdersResponse++;
if (buildCounterListInsertionOrdersResponse < 3) {
- o.insertionOrders = buildUnnamed5936();
+ o.insertionOrders = buildUnnamed5987();
o.nextPageToken = 'foo';
}
buildCounterListInsertionOrdersResponse--;
@@ -6494,7 +6494,7 @@
void checkListInsertionOrdersResponse(api.ListInsertionOrdersResponse o) {
buildCounterListInsertionOrdersResponse++;
if (buildCounterListInsertionOrdersResponse < 3) {
- checkUnnamed5936(o.insertionOrders!);
+ checkUnnamed5987(o.insertionOrders!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6503,14 +6503,14 @@
buildCounterListInsertionOrdersResponse--;
}
-core.List<api.InventorySourceGroup> buildUnnamed5937() {
+core.List<api.InventorySourceGroup> buildUnnamed5988() {
var o = <api.InventorySourceGroup>[];
o.add(buildInventorySourceGroup());
o.add(buildInventorySourceGroup());
return o;
}
-void checkUnnamed5937(core.List<api.InventorySourceGroup> o) {
+void checkUnnamed5988(core.List<api.InventorySourceGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkInventorySourceGroup(o[0] as api.InventorySourceGroup);
checkInventorySourceGroup(o[1] as api.InventorySourceGroup);
@@ -6521,7 +6521,7 @@
var o = api.ListInventorySourceGroupsResponse();
buildCounterListInventorySourceGroupsResponse++;
if (buildCounterListInventorySourceGroupsResponse < 3) {
- o.inventorySourceGroups = buildUnnamed5937();
+ o.inventorySourceGroups = buildUnnamed5988();
o.nextPageToken = 'foo';
}
buildCounterListInventorySourceGroupsResponse--;
@@ -6532,7 +6532,7 @@
api.ListInventorySourceGroupsResponse o) {
buildCounterListInventorySourceGroupsResponse++;
if (buildCounterListInventorySourceGroupsResponse < 3) {
- checkUnnamed5937(o.inventorySourceGroups!);
+ checkUnnamed5988(o.inventorySourceGroups!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6541,14 +6541,14 @@
buildCounterListInventorySourceGroupsResponse--;
}
-core.List<api.InventorySource> buildUnnamed5938() {
+core.List<api.InventorySource> buildUnnamed5989() {
var o = <api.InventorySource>[];
o.add(buildInventorySource());
o.add(buildInventorySource());
return o;
}
-void checkUnnamed5938(core.List<api.InventorySource> o) {
+void checkUnnamed5989(core.List<api.InventorySource> o) {
unittest.expect(o, unittest.hasLength(2));
checkInventorySource(o[0] as api.InventorySource);
checkInventorySource(o[1] as api.InventorySource);
@@ -6559,7 +6559,7 @@
var o = api.ListInventorySourcesResponse();
buildCounterListInventorySourcesResponse++;
if (buildCounterListInventorySourcesResponse < 3) {
- o.inventorySources = buildUnnamed5938();
+ o.inventorySources = buildUnnamed5989();
o.nextPageToken = 'foo';
}
buildCounterListInventorySourcesResponse--;
@@ -6569,7 +6569,7 @@
void checkListInventorySourcesResponse(api.ListInventorySourcesResponse o) {
buildCounterListInventorySourcesResponse++;
if (buildCounterListInventorySourcesResponse < 3) {
- checkUnnamed5938(o.inventorySources!);
+ checkUnnamed5989(o.inventorySources!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6578,14 +6578,14 @@
buildCounterListInventorySourcesResponse--;
}
-core.List<api.Invoice> buildUnnamed5939() {
+core.List<api.Invoice> buildUnnamed5990() {
var o = <api.Invoice>[];
o.add(buildInvoice());
o.add(buildInvoice());
return o;
}
-void checkUnnamed5939(core.List<api.Invoice> o) {
+void checkUnnamed5990(core.List<api.Invoice> o) {
unittest.expect(o, unittest.hasLength(2));
checkInvoice(o[0] as api.Invoice);
checkInvoice(o[1] as api.Invoice);
@@ -6596,7 +6596,7 @@
var o = api.ListInvoicesResponse();
buildCounterListInvoicesResponse++;
if (buildCounterListInvoicesResponse < 3) {
- o.invoices = buildUnnamed5939();
+ o.invoices = buildUnnamed5990();
o.nextPageToken = 'foo';
}
buildCounterListInvoicesResponse--;
@@ -6606,7 +6606,7 @@
void checkListInvoicesResponse(api.ListInvoicesResponse o) {
buildCounterListInvoicesResponse++;
if (buildCounterListInvoicesResponse < 3) {
- checkUnnamed5939(o.invoices!);
+ checkUnnamed5990(o.invoices!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6615,14 +6615,14 @@
buildCounterListInvoicesResponse--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5940() {
+core.List<api.AssignedTargetingOption> buildUnnamed5991() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5940(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5991(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -6634,7 +6634,7 @@
var o = api.ListLineItemAssignedTargetingOptionsResponse();
buildCounterListLineItemAssignedTargetingOptionsResponse++;
if (buildCounterListLineItemAssignedTargetingOptionsResponse < 3) {
- o.assignedTargetingOptions = buildUnnamed5940();
+ o.assignedTargetingOptions = buildUnnamed5991();
o.nextPageToken = 'foo';
}
buildCounterListLineItemAssignedTargetingOptionsResponse--;
@@ -6645,7 +6645,7 @@
api.ListLineItemAssignedTargetingOptionsResponse o) {
buildCounterListLineItemAssignedTargetingOptionsResponse++;
if (buildCounterListLineItemAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5940(o.assignedTargetingOptions!);
+ checkUnnamed5991(o.assignedTargetingOptions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6654,14 +6654,14 @@
buildCounterListLineItemAssignedTargetingOptionsResponse--;
}
-core.List<api.LineItem> buildUnnamed5941() {
+core.List<api.LineItem> buildUnnamed5992() {
var o = <api.LineItem>[];
o.add(buildLineItem());
o.add(buildLineItem());
return o;
}
-void checkUnnamed5941(core.List<api.LineItem> o) {
+void checkUnnamed5992(core.List<api.LineItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkLineItem(o[0] as api.LineItem);
checkLineItem(o[1] as api.LineItem);
@@ -6672,7 +6672,7 @@
var o = api.ListLineItemsResponse();
buildCounterListLineItemsResponse++;
if (buildCounterListLineItemsResponse < 3) {
- o.lineItems = buildUnnamed5941();
+ o.lineItems = buildUnnamed5992();
o.nextPageToken = 'foo';
}
buildCounterListLineItemsResponse--;
@@ -6682,7 +6682,7 @@
void checkListLineItemsResponse(api.ListLineItemsResponse o) {
buildCounterListLineItemsResponse++;
if (buildCounterListLineItemsResponse < 3) {
- checkUnnamed5941(o.lineItems!);
+ checkUnnamed5992(o.lineItems!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6691,14 +6691,14 @@
buildCounterListLineItemsResponse--;
}
-core.List<api.LocationList> buildUnnamed5942() {
+core.List<api.LocationList> buildUnnamed5993() {
var o = <api.LocationList>[];
o.add(buildLocationList());
o.add(buildLocationList());
return o;
}
-void checkUnnamed5942(core.List<api.LocationList> o) {
+void checkUnnamed5993(core.List<api.LocationList> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocationList(o[0] as api.LocationList);
checkLocationList(o[1] as api.LocationList);
@@ -6709,7 +6709,7 @@
var o = api.ListLocationListsResponse();
buildCounterListLocationListsResponse++;
if (buildCounterListLocationListsResponse < 3) {
- o.locationLists = buildUnnamed5942();
+ o.locationLists = buildUnnamed5993();
o.nextPageToken = 'foo';
}
buildCounterListLocationListsResponse--;
@@ -6719,7 +6719,7 @@
void checkListLocationListsResponse(api.ListLocationListsResponse o) {
buildCounterListLocationListsResponse++;
if (buildCounterListLocationListsResponse < 3) {
- checkUnnamed5942(o.locationLists!);
+ checkUnnamed5993(o.locationLists!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6728,14 +6728,14 @@
buildCounterListLocationListsResponse--;
}
-core.List<api.ManualTrigger> buildUnnamed5943() {
+core.List<api.ManualTrigger> buildUnnamed5994() {
var o = <api.ManualTrigger>[];
o.add(buildManualTrigger());
o.add(buildManualTrigger());
return o;
}
-void checkUnnamed5943(core.List<api.ManualTrigger> o) {
+void checkUnnamed5994(core.List<api.ManualTrigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkManualTrigger(o[0] as api.ManualTrigger);
checkManualTrigger(o[1] as api.ManualTrigger);
@@ -6746,7 +6746,7 @@
var o = api.ListManualTriggersResponse();
buildCounterListManualTriggersResponse++;
if (buildCounterListManualTriggersResponse < 3) {
- o.manualTriggers = buildUnnamed5943();
+ o.manualTriggers = buildUnnamed5994();
o.nextPageToken = 'foo';
}
buildCounterListManualTriggersResponse--;
@@ -6756,7 +6756,7 @@
void checkListManualTriggersResponse(api.ListManualTriggersResponse o) {
buildCounterListManualTriggersResponse++;
if (buildCounterListManualTriggersResponse < 3) {
- checkUnnamed5943(o.manualTriggers!);
+ checkUnnamed5994(o.manualTriggers!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6765,14 +6765,14 @@
buildCounterListManualTriggersResponse--;
}
-core.List<api.NegativeKeywordList> buildUnnamed5944() {
+core.List<api.NegativeKeywordList> buildUnnamed5995() {
var o = <api.NegativeKeywordList>[];
o.add(buildNegativeKeywordList());
o.add(buildNegativeKeywordList());
return o;
}
-void checkUnnamed5944(core.List<api.NegativeKeywordList> o) {
+void checkUnnamed5995(core.List<api.NegativeKeywordList> o) {
unittest.expect(o, unittest.hasLength(2));
checkNegativeKeywordList(o[0] as api.NegativeKeywordList);
checkNegativeKeywordList(o[1] as api.NegativeKeywordList);
@@ -6783,7 +6783,7 @@
var o = api.ListNegativeKeywordListsResponse();
buildCounterListNegativeKeywordListsResponse++;
if (buildCounterListNegativeKeywordListsResponse < 3) {
- o.negativeKeywordLists = buildUnnamed5944();
+ o.negativeKeywordLists = buildUnnamed5995();
o.nextPageToken = 'foo';
}
buildCounterListNegativeKeywordListsResponse--;
@@ -6794,7 +6794,7 @@
api.ListNegativeKeywordListsResponse o) {
buildCounterListNegativeKeywordListsResponse++;
if (buildCounterListNegativeKeywordListsResponse < 3) {
- checkUnnamed5944(o.negativeKeywordLists!);
+ checkUnnamed5995(o.negativeKeywordLists!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6803,14 +6803,14 @@
buildCounterListNegativeKeywordListsResponse--;
}
-core.List<api.NegativeKeyword> buildUnnamed5945() {
+core.List<api.NegativeKeyword> buildUnnamed5996() {
var o = <api.NegativeKeyword>[];
o.add(buildNegativeKeyword());
o.add(buildNegativeKeyword());
return o;
}
-void checkUnnamed5945(core.List<api.NegativeKeyword> o) {
+void checkUnnamed5996(core.List<api.NegativeKeyword> o) {
unittest.expect(o, unittest.hasLength(2));
checkNegativeKeyword(o[0] as api.NegativeKeyword);
checkNegativeKeyword(o[1] as api.NegativeKeyword);
@@ -6821,7 +6821,7 @@
var o = api.ListNegativeKeywordsResponse();
buildCounterListNegativeKeywordsResponse++;
if (buildCounterListNegativeKeywordsResponse < 3) {
- o.negativeKeywords = buildUnnamed5945();
+ o.negativeKeywords = buildUnnamed5996();
o.nextPageToken = 'foo';
}
buildCounterListNegativeKeywordsResponse--;
@@ -6831,7 +6831,7 @@
void checkListNegativeKeywordsResponse(api.ListNegativeKeywordsResponse o) {
buildCounterListNegativeKeywordsResponse++;
if (buildCounterListNegativeKeywordsResponse < 3) {
- checkUnnamed5945(o.negativeKeywords!);
+ checkUnnamed5996(o.negativeKeywords!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6840,14 +6840,14 @@
buildCounterListNegativeKeywordsResponse--;
}
-core.List<api.AssignedTargetingOption> buildUnnamed5946() {
+core.List<api.AssignedTargetingOption> buildUnnamed5997() {
var o = <api.AssignedTargetingOption>[];
o.add(buildAssignedTargetingOption());
o.add(buildAssignedTargetingOption());
return o;
}
-void checkUnnamed5946(core.List<api.AssignedTargetingOption> o) {
+void checkUnnamed5997(core.List<api.AssignedTargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedTargetingOption(o[0] as api.AssignedTargetingOption);
checkAssignedTargetingOption(o[1] as api.AssignedTargetingOption);
@@ -6859,7 +6859,7 @@
var o = api.ListPartnerAssignedTargetingOptionsResponse();
buildCounterListPartnerAssignedTargetingOptionsResponse++;
if (buildCounterListPartnerAssignedTargetingOptionsResponse < 3) {
- o.assignedTargetingOptions = buildUnnamed5946();
+ o.assignedTargetingOptions = buildUnnamed5997();
o.nextPageToken = 'foo';
}
buildCounterListPartnerAssignedTargetingOptionsResponse--;
@@ -6870,7 +6870,7 @@
api.ListPartnerAssignedTargetingOptionsResponse o) {
buildCounterListPartnerAssignedTargetingOptionsResponse++;
if (buildCounterListPartnerAssignedTargetingOptionsResponse < 3) {
- checkUnnamed5946(o.assignedTargetingOptions!);
+ checkUnnamed5997(o.assignedTargetingOptions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -6879,14 +6879,14 @@
buildCounterListPartnerAssignedTargetingOptionsResponse--;
}
-core.List<api.Partner> buildUnnamed5947() {
+core.List<api.Partner> buildUnnamed5998() {
var o = <api.Partner>[];
o.add(buildPartner());
o.add(buildPartner());
return o;
}
-void checkUnnamed5947(core.List<api.Partner> o) {
+void checkUnnamed5998(core.List<api.Partner> o) {
unittest.expect(o, unittest.hasLength(2));
checkPartner(o[0] as api.Partner);
checkPartner(o[1] as api.Partner);
@@ -6898,7 +6898,7 @@
buildCounterListPartnersResponse++;
if (buildCounterListPartnersResponse < 3) {
o.nextPageToken = 'foo';
- o.partners = buildUnnamed5947();
+ o.partners = buildUnnamed5998();
}
buildCounterListPartnersResponse--;
return o;
@@ -6911,19 +6911,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5947(o.partners!);
+ checkUnnamed5998(o.partners!);
}
buildCounterListPartnersResponse--;
}
-core.List<api.Site> buildUnnamed5948() {
+core.List<api.Site> buildUnnamed5999() {
var o = <api.Site>[];
o.add(buildSite());
o.add(buildSite());
return o;
}
-void checkUnnamed5948(core.List<api.Site> o) {
+void checkUnnamed5999(core.List<api.Site> o) {
unittest.expect(o, unittest.hasLength(2));
checkSite(o[0] as api.Site);
checkSite(o[1] as api.Site);
@@ -6935,7 +6935,7 @@
buildCounterListSitesResponse++;
if (buildCounterListSitesResponse < 3) {
o.nextPageToken = 'foo';
- o.sites = buildUnnamed5948();
+ o.sites = buildUnnamed5999();
}
buildCounterListSitesResponse--;
return o;
@@ -6948,19 +6948,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5948(o.sites!);
+ checkUnnamed5999(o.sites!);
}
buildCounterListSitesResponse--;
}
-core.List<api.TargetingOption> buildUnnamed5949() {
+core.List<api.TargetingOption> buildUnnamed6000() {
var o = <api.TargetingOption>[];
o.add(buildTargetingOption());
o.add(buildTargetingOption());
return o;
}
-void checkUnnamed5949(core.List<api.TargetingOption> o) {
+void checkUnnamed6000(core.List<api.TargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetingOption(o[0] as api.TargetingOption);
checkTargetingOption(o[1] as api.TargetingOption);
@@ -6972,7 +6972,7 @@
buildCounterListTargetingOptionsResponse++;
if (buildCounterListTargetingOptionsResponse < 3) {
o.nextPageToken = 'foo';
- o.targetingOptions = buildUnnamed5949();
+ o.targetingOptions = buildUnnamed6000();
}
buildCounterListTargetingOptionsResponse--;
return o;
@@ -6985,19 +6985,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5949(o.targetingOptions!);
+ checkUnnamed6000(o.targetingOptions!);
}
buildCounterListTargetingOptionsResponse--;
}
-core.List<api.User> buildUnnamed5950() {
+core.List<api.User> buildUnnamed6001() {
var o = <api.User>[];
o.add(buildUser());
o.add(buildUser());
return o;
}
-void checkUnnamed5950(core.List<api.User> o) {
+void checkUnnamed6001(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0] as api.User);
checkUser(o[1] as api.User);
@@ -7009,7 +7009,7 @@
buildCounterListUsersResponse++;
if (buildCounterListUsersResponse < 3) {
o.nextPageToken = 'foo';
- o.users = buildUnnamed5950();
+ o.users = buildUnnamed6001();
}
buildCounterListUsersResponse--;
return o;
@@ -7022,7 +7022,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5950(o.users!);
+ checkUnnamed6001(o.users!);
}
buildCounterListUsersResponse--;
}
@@ -7605,7 +7605,7 @@
buildCounterOperatingSystemTargetingOptionDetails--;
}
-core.Map<core.String, core.Object> buildUnnamed5951() {
+core.Map<core.String, core.Object> buildUnnamed6002() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -7620,7 +7620,7 @@
return o;
}
-void checkUnnamed5951(core.Map<core.String, core.Object> o) {
+void checkUnnamed6002(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -7652,7 +7652,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5952() {
+core.Map<core.String, core.Object> buildUnnamed6003() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -7667,7 +7667,7 @@
return o;
}
-void checkUnnamed5952(core.Map<core.String, core.Object> o) {
+void checkUnnamed6003(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -7706,9 +7706,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed5951();
+ o.metadata = buildUnnamed6002();
o.name = 'foo';
- o.response = buildUnnamed5952();
+ o.response = buildUnnamed6003();
}
buildCounterOperation--;
return o;
@@ -7719,12 +7719,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed5951(o.metadata!);
+ checkUnnamed6002(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5952(o.response!);
+ checkUnnamed6003(o.response!);
}
buildCounterOperation--;
}
@@ -7766,14 +7766,14 @@
buildCounterPacing--;
}
-core.List<core.String> buildUnnamed5953() {
+core.List<core.String> buildUnnamed6004() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5953(core.List<core.String> o) {
+void checkUnnamed6004(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7785,14 +7785,14 @@
);
}
-core.List<core.String> buildUnnamed5954() {
+core.List<core.String> buildUnnamed6005() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5954(core.List<core.String> o) {
+void checkUnnamed6005(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7809,8 +7809,8 @@
var o = api.ParentEntityFilter();
buildCounterParentEntityFilter++;
if (buildCounterParentEntityFilter < 3) {
- o.fileType = buildUnnamed5953();
- o.filterIds = buildUnnamed5954();
+ o.fileType = buildUnnamed6004();
+ o.filterIds = buildUnnamed6005();
o.filterType = 'foo';
}
buildCounterParentEntityFilter--;
@@ -7820,8 +7820,8 @@
void checkParentEntityFilter(api.ParentEntityFilter o) {
buildCounterParentEntityFilter++;
if (buildCounterParentEntityFilter < 3) {
- checkUnnamed5953(o.fileType!);
- checkUnnamed5954(o.filterIds!);
+ checkUnnamed6004(o.fileType!);
+ checkUnnamed6005(o.filterIds!);
unittest.expect(
o.filterType!,
unittest.equals('foo'),
@@ -8316,14 +8316,14 @@
buildCounterRegionalLocationListAssignedTargetingOptionDetails--;
}
-core.List<api.NegativeKeyword> buildUnnamed5955() {
+core.List<api.NegativeKeyword> buildUnnamed6006() {
var o = <api.NegativeKeyword>[];
o.add(buildNegativeKeyword());
o.add(buildNegativeKeyword());
return o;
}
-void checkUnnamed5955(core.List<api.NegativeKeyword> o) {
+void checkUnnamed6006(core.List<api.NegativeKeyword> o) {
unittest.expect(o, unittest.hasLength(2));
checkNegativeKeyword(o[0] as api.NegativeKeyword);
checkNegativeKeyword(o[1] as api.NegativeKeyword);
@@ -8334,7 +8334,7 @@
var o = api.ReplaceNegativeKeywordsRequest();
buildCounterReplaceNegativeKeywordsRequest++;
if (buildCounterReplaceNegativeKeywordsRequest < 3) {
- o.newNegativeKeywords = buildUnnamed5955();
+ o.newNegativeKeywords = buildUnnamed6006();
}
buildCounterReplaceNegativeKeywordsRequest--;
return o;
@@ -8343,19 +8343,19 @@
void checkReplaceNegativeKeywordsRequest(api.ReplaceNegativeKeywordsRequest o) {
buildCounterReplaceNegativeKeywordsRequest++;
if (buildCounterReplaceNegativeKeywordsRequest < 3) {
- checkUnnamed5955(o.newNegativeKeywords!);
+ checkUnnamed6006(o.newNegativeKeywords!);
}
buildCounterReplaceNegativeKeywordsRequest--;
}
-core.List<api.NegativeKeyword> buildUnnamed5956() {
+core.List<api.NegativeKeyword> buildUnnamed6007() {
var o = <api.NegativeKeyword>[];
o.add(buildNegativeKeyword());
o.add(buildNegativeKeyword());
return o;
}
-void checkUnnamed5956(core.List<api.NegativeKeyword> o) {
+void checkUnnamed6007(core.List<api.NegativeKeyword> o) {
unittest.expect(o, unittest.hasLength(2));
checkNegativeKeyword(o[0] as api.NegativeKeyword);
checkNegativeKeyword(o[1] as api.NegativeKeyword);
@@ -8366,7 +8366,7 @@
var o = api.ReplaceNegativeKeywordsResponse();
buildCounterReplaceNegativeKeywordsResponse++;
if (buildCounterReplaceNegativeKeywordsResponse < 3) {
- o.negativeKeywords = buildUnnamed5956();
+ o.negativeKeywords = buildUnnamed6007();
}
buildCounterReplaceNegativeKeywordsResponse--;
return o;
@@ -8376,19 +8376,19 @@
api.ReplaceNegativeKeywordsResponse o) {
buildCounterReplaceNegativeKeywordsResponse++;
if (buildCounterReplaceNegativeKeywordsResponse < 3) {
- checkUnnamed5956(o.negativeKeywords!);
+ checkUnnamed6007(o.negativeKeywords!);
}
buildCounterReplaceNegativeKeywordsResponse--;
}
-core.List<api.Site> buildUnnamed5957() {
+core.List<api.Site> buildUnnamed6008() {
var o = <api.Site>[];
o.add(buildSite());
o.add(buildSite());
return o;
}
-void checkUnnamed5957(core.List<api.Site> o) {
+void checkUnnamed6008(core.List<api.Site> o) {
unittest.expect(o, unittest.hasLength(2));
checkSite(o[0] as api.Site);
checkSite(o[1] as api.Site);
@@ -8400,7 +8400,7 @@
buildCounterReplaceSitesRequest++;
if (buildCounterReplaceSitesRequest < 3) {
o.advertiserId = 'foo';
- o.newSites = buildUnnamed5957();
+ o.newSites = buildUnnamed6008();
o.partnerId = 'foo';
}
buildCounterReplaceSitesRequest--;
@@ -8414,7 +8414,7 @@
o.advertiserId!,
unittest.equals('foo'),
);
- checkUnnamed5957(o.newSites!);
+ checkUnnamed6008(o.newSites!);
unittest.expect(
o.partnerId!,
unittest.equals('foo'),
@@ -8423,14 +8423,14 @@
buildCounterReplaceSitesRequest--;
}
-core.List<api.Site> buildUnnamed5958() {
+core.List<api.Site> buildUnnamed6009() {
var o = <api.Site>[];
o.add(buildSite());
o.add(buildSite());
return o;
}
-void checkUnnamed5958(core.List<api.Site> o) {
+void checkUnnamed6009(core.List<api.Site> o) {
unittest.expect(o, unittest.hasLength(2));
checkSite(o[0] as api.Site);
checkSite(o[1] as api.Site);
@@ -8441,7 +8441,7 @@
var o = api.ReplaceSitesResponse();
buildCounterReplaceSitesResponse++;
if (buildCounterReplaceSitesResponse < 3) {
- o.sites = buildUnnamed5958();
+ o.sites = buildUnnamed6009();
}
buildCounterReplaceSitesResponse--;
return o;
@@ -8450,32 +8450,32 @@
void checkReplaceSitesResponse(api.ReplaceSitesResponse o) {
buildCounterReplaceSitesResponse++;
if (buildCounterReplaceSitesResponse < 3) {
- checkUnnamed5958(o.sites!);
+ checkUnnamed6009(o.sites!);
}
buildCounterReplaceSitesResponse--;
}
-core.List<api.ExchangeReviewStatus> buildUnnamed5959() {
+core.List<api.ExchangeReviewStatus> buildUnnamed6010() {
var o = <api.ExchangeReviewStatus>[];
o.add(buildExchangeReviewStatus());
o.add(buildExchangeReviewStatus());
return o;
}
-void checkUnnamed5959(core.List<api.ExchangeReviewStatus> o) {
+void checkUnnamed6010(core.List<api.ExchangeReviewStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkExchangeReviewStatus(o[0] as api.ExchangeReviewStatus);
checkExchangeReviewStatus(o[1] as api.ExchangeReviewStatus);
}
-core.List<api.PublisherReviewStatus> buildUnnamed5960() {
+core.List<api.PublisherReviewStatus> buildUnnamed6011() {
var o = <api.PublisherReviewStatus>[];
o.add(buildPublisherReviewStatus());
o.add(buildPublisherReviewStatus());
return o;
}
-void checkUnnamed5960(core.List<api.PublisherReviewStatus> o) {
+void checkUnnamed6011(core.List<api.PublisherReviewStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkPublisherReviewStatus(o[0] as api.PublisherReviewStatus);
checkPublisherReviewStatus(o[1] as api.PublisherReviewStatus);
@@ -8489,8 +8489,8 @@
o.approvalStatus = 'foo';
o.contentAndPolicyReviewStatus = 'foo';
o.creativeAndLandingPageReviewStatus = 'foo';
- o.exchangeReviewStatuses = buildUnnamed5959();
- o.publisherReviewStatuses = buildUnnamed5960();
+ o.exchangeReviewStatuses = buildUnnamed6010();
+ o.publisherReviewStatuses = buildUnnamed6011();
}
buildCounterReviewStatusInfo--;
return o;
@@ -8511,8 +8511,8 @@
o.creativeAndLandingPageReviewStatus!,
unittest.equals('foo'),
);
- checkUnnamed5959(o.exchangeReviewStatuses!);
- checkUnnamed5960(o.publisherReviewStatuses!);
+ checkUnnamed6010(o.exchangeReviewStatuses!);
+ checkUnnamed6011(o.publisherReviewStatuses!);
}
buildCounterReviewStatusInfo--;
}
@@ -8633,14 +8633,14 @@
buildCounterSearchTargetingOptionsRequest--;
}
-core.List<api.TargetingOption> buildUnnamed5961() {
+core.List<api.TargetingOption> buildUnnamed6012() {
var o = <api.TargetingOption>[];
o.add(buildTargetingOption());
o.add(buildTargetingOption());
return o;
}
-void checkUnnamed5961(core.List<api.TargetingOption> o) {
+void checkUnnamed6012(core.List<api.TargetingOption> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetingOption(o[0] as api.TargetingOption);
checkTargetingOption(o[1] as api.TargetingOption);
@@ -8652,7 +8652,7 @@
buildCounterSearchTargetingOptionsResponse++;
if (buildCounterSearchTargetingOptionsResponse < 3) {
o.nextPageToken = 'foo';
- o.targetingOptions = buildUnnamed5961();
+ o.targetingOptions = buildUnnamed6012();
}
buildCounterSearchTargetingOptionsResponse--;
return o;
@@ -8665,7 +8665,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5961(o.targetingOptions!);
+ checkUnnamed6012(o.targetingOptions!);
}
buildCounterSearchTargetingOptionsResponse--;
}
@@ -8750,7 +8750,7 @@
buildCounterSite--;
}
-core.Map<core.String, core.Object> buildUnnamed5962() {
+core.Map<core.String, core.Object> buildUnnamed6013() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -8765,7 +8765,7 @@
return o;
}
-void checkUnnamed5962(core.Map<core.String, core.Object> o) {
+void checkUnnamed6013(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -8797,17 +8797,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5963() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6014() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5962());
- o.add(buildUnnamed5962());
+ o.add(buildUnnamed6013());
+ o.add(buildUnnamed6013());
return o;
}
-void checkUnnamed5963(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6014(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5962(o[0]);
- checkUnnamed5962(o[1]);
+ checkUnnamed6013(o[0]);
+ checkUnnamed6013(o[1]);
}
core.int buildCounterStatus = 0;
@@ -8816,7 +8816,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed5963();
+ o.details = buildUnnamed6014();
o.message = 'foo';
}
buildCounterStatus--;
@@ -8830,7 +8830,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5963(o.details!);
+ checkUnnamed6014(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -9296,14 +9296,14 @@
buildCounterUrlAssignedTargetingOptionDetails--;
}
-core.List<api.AssignedUserRole> buildUnnamed5964() {
+core.List<api.AssignedUserRole> buildUnnamed6015() {
var o = <api.AssignedUserRole>[];
o.add(buildAssignedUserRole());
o.add(buildAssignedUserRole());
return o;
}
-void checkUnnamed5964(core.List<api.AssignedUserRole> o) {
+void checkUnnamed6015(core.List<api.AssignedUserRole> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssignedUserRole(o[0] as api.AssignedUserRole);
checkAssignedUserRole(o[1] as api.AssignedUserRole);
@@ -9314,7 +9314,7 @@
var o = api.User();
buildCounterUser++;
if (buildCounterUser < 3) {
- o.assignedUserRoles = buildUnnamed5964();
+ o.assignedUserRoles = buildUnnamed6015();
o.displayName = 'foo';
o.email = 'foo';
o.name = 'foo';
@@ -9327,7 +9327,7 @@
void checkUser(api.User o) {
buildCounterUser++;
if (buildCounterUser < 3) {
- checkUnnamed5964(o.assignedUserRoles!);
+ checkUnnamed6015(o.assignedUserRoles!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/dlp/v2_test.dart b/generated/googleapis/test/dlp/v2_test.dart
index d6111a6..afd17a9 100644
--- a/generated/googleapis/test/dlp/v2_test.dart
+++ b/generated/googleapis/test/dlp/v2_test.dart
@@ -129,14 +129,14 @@
buildCounterGooglePrivacyDlpV2AnalyzeDataSourceRiskDetails--;
}
-core.List<api.GooglePrivacyDlpV2QuasiIdField> buildUnnamed4046() {
+core.List<api.GooglePrivacyDlpV2QuasiIdField> buildUnnamed4056() {
var o = <api.GooglePrivacyDlpV2QuasiIdField>[];
o.add(buildGooglePrivacyDlpV2QuasiIdField());
o.add(buildGooglePrivacyDlpV2QuasiIdField());
return o;
}
-void checkUnnamed4046(core.List<api.GooglePrivacyDlpV2QuasiIdField> o) {
+void checkUnnamed4056(core.List<api.GooglePrivacyDlpV2QuasiIdField> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2QuasiIdField(
o[0] as api.GooglePrivacyDlpV2QuasiIdField);
@@ -149,7 +149,7 @@
var o = api.GooglePrivacyDlpV2AuxiliaryTable();
buildCounterGooglePrivacyDlpV2AuxiliaryTable++;
if (buildCounterGooglePrivacyDlpV2AuxiliaryTable < 3) {
- o.quasiIds = buildUnnamed4046();
+ o.quasiIds = buildUnnamed4056();
o.relativeFrequency = buildGooglePrivacyDlpV2FieldId();
o.table = buildGooglePrivacyDlpV2BigQueryTable();
}
@@ -161,7 +161,7 @@
api.GooglePrivacyDlpV2AuxiliaryTable o) {
buildCounterGooglePrivacyDlpV2AuxiliaryTable++;
if (buildCounterGooglePrivacyDlpV2AuxiliaryTable < 3) {
- checkUnnamed4046(o.quasiIds!);
+ checkUnnamed4056(o.quasiIds!);
checkGooglePrivacyDlpV2FieldId(
o.relativeFrequency! as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2BigQueryTable(
@@ -218,27 +218,27 @@
buildCounterGooglePrivacyDlpV2BigQueryKey--;
}
-core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed4047() {
+core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed4057() {
var o = <api.GooglePrivacyDlpV2FieldId>[];
o.add(buildGooglePrivacyDlpV2FieldId());
o.add(buildGooglePrivacyDlpV2FieldId());
return o;
}
-void checkUnnamed4047(core.List<api.GooglePrivacyDlpV2FieldId> o) {
+void checkUnnamed4057(core.List<api.GooglePrivacyDlpV2FieldId> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldId(o[0] as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2FieldId(o[1] as api.GooglePrivacyDlpV2FieldId);
}
-core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed4048() {
+core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed4058() {
var o = <api.GooglePrivacyDlpV2FieldId>[];
o.add(buildGooglePrivacyDlpV2FieldId());
o.add(buildGooglePrivacyDlpV2FieldId());
return o;
}
-void checkUnnamed4048(core.List<api.GooglePrivacyDlpV2FieldId> o) {
+void checkUnnamed4058(core.List<api.GooglePrivacyDlpV2FieldId> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldId(o[0] as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2FieldId(o[1] as api.GooglePrivacyDlpV2FieldId);
@@ -249,8 +249,8 @@
var o = api.GooglePrivacyDlpV2BigQueryOptions();
buildCounterGooglePrivacyDlpV2BigQueryOptions++;
if (buildCounterGooglePrivacyDlpV2BigQueryOptions < 3) {
- o.excludedFields = buildUnnamed4047();
- o.identifyingFields = buildUnnamed4048();
+ o.excludedFields = buildUnnamed4057();
+ o.identifyingFields = buildUnnamed4058();
o.rowsLimit = 'foo';
o.rowsLimitPercent = 42;
o.sampleMethod = 'foo';
@@ -264,8 +264,8 @@
api.GooglePrivacyDlpV2BigQueryOptions o) {
buildCounterGooglePrivacyDlpV2BigQueryOptions++;
if (buildCounterGooglePrivacyDlpV2BigQueryOptions < 3) {
- checkUnnamed4047(o.excludedFields!);
- checkUnnamed4048(o.identifyingFields!);
+ checkUnnamed4057(o.excludedFields!);
+ checkUnnamed4058(o.identifyingFields!);
unittest.expect(
o.rowsLimit!,
unittest.equals('foo'),
@@ -378,14 +378,14 @@
buildCounterGooglePrivacyDlpV2Bucket--;
}
-core.List<api.GooglePrivacyDlpV2Bucket> buildUnnamed4049() {
+core.List<api.GooglePrivacyDlpV2Bucket> buildUnnamed4059() {
var o = <api.GooglePrivacyDlpV2Bucket>[];
o.add(buildGooglePrivacyDlpV2Bucket());
o.add(buildGooglePrivacyDlpV2Bucket());
return o;
}
-void checkUnnamed4049(core.List<api.GooglePrivacyDlpV2Bucket> o) {
+void checkUnnamed4059(core.List<api.GooglePrivacyDlpV2Bucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Bucket(o[0] as api.GooglePrivacyDlpV2Bucket);
checkGooglePrivacyDlpV2Bucket(o[1] as api.GooglePrivacyDlpV2Bucket);
@@ -396,7 +396,7 @@
var o = api.GooglePrivacyDlpV2BucketingConfig();
buildCounterGooglePrivacyDlpV2BucketingConfig++;
if (buildCounterGooglePrivacyDlpV2BucketingConfig < 3) {
- o.buckets = buildUnnamed4049();
+ o.buckets = buildUnnamed4059();
}
buildCounterGooglePrivacyDlpV2BucketingConfig--;
return o;
@@ -406,7 +406,7 @@
api.GooglePrivacyDlpV2BucketingConfig o) {
buildCounterGooglePrivacyDlpV2BucketingConfig++;
if (buildCounterGooglePrivacyDlpV2BucketingConfig < 3) {
- checkUnnamed4049(o.buckets!);
+ checkUnnamed4059(o.buckets!);
}
buildCounterGooglePrivacyDlpV2BucketingConfig--;
}
@@ -477,14 +477,14 @@
buildCounterGooglePrivacyDlpV2CategoricalStatsConfig--;
}
-core.List<api.GooglePrivacyDlpV2ValueFrequency> buildUnnamed4050() {
+core.List<api.GooglePrivacyDlpV2ValueFrequency> buildUnnamed4060() {
var o = <api.GooglePrivacyDlpV2ValueFrequency>[];
o.add(buildGooglePrivacyDlpV2ValueFrequency());
o.add(buildGooglePrivacyDlpV2ValueFrequency());
return o;
}
-void checkUnnamed4050(core.List<api.GooglePrivacyDlpV2ValueFrequency> o) {
+void checkUnnamed4060(core.List<api.GooglePrivacyDlpV2ValueFrequency> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2ValueFrequency(
o[0] as api.GooglePrivacyDlpV2ValueFrequency);
@@ -500,7 +500,7 @@
if (buildCounterGooglePrivacyDlpV2CategoricalStatsHistogramBucket < 3) {
o.bucketSize = 'foo';
o.bucketValueCount = 'foo';
- o.bucketValues = buildUnnamed4050();
+ o.bucketValues = buildUnnamed4060();
o.valueFrequencyLowerBound = 'foo';
o.valueFrequencyUpperBound = 'foo';
}
@@ -520,7 +520,7 @@
o.bucketValueCount!,
unittest.equals('foo'),
);
- checkUnnamed4050(o.bucketValues!);
+ checkUnnamed4060(o.bucketValues!);
unittest.expect(
o.valueFrequencyLowerBound!,
unittest.equals('foo'),
@@ -534,14 +534,14 @@
}
core.List<api.GooglePrivacyDlpV2CategoricalStatsHistogramBucket>
- buildUnnamed4051() {
+ buildUnnamed4061() {
var o = <api.GooglePrivacyDlpV2CategoricalStatsHistogramBucket>[];
o.add(buildGooglePrivacyDlpV2CategoricalStatsHistogramBucket());
o.add(buildGooglePrivacyDlpV2CategoricalStatsHistogramBucket());
return o;
}
-void checkUnnamed4051(
+void checkUnnamed4061(
core.List<api.GooglePrivacyDlpV2CategoricalStatsHistogramBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2CategoricalStatsHistogramBucket(
@@ -556,7 +556,7 @@
var o = api.GooglePrivacyDlpV2CategoricalStatsResult();
buildCounterGooglePrivacyDlpV2CategoricalStatsResult++;
if (buildCounterGooglePrivacyDlpV2CategoricalStatsResult < 3) {
- o.valueFrequencyHistogramBuckets = buildUnnamed4051();
+ o.valueFrequencyHistogramBuckets = buildUnnamed4061();
}
buildCounterGooglePrivacyDlpV2CategoricalStatsResult--;
return o;
@@ -566,19 +566,19 @@
api.GooglePrivacyDlpV2CategoricalStatsResult o) {
buildCounterGooglePrivacyDlpV2CategoricalStatsResult++;
if (buildCounterGooglePrivacyDlpV2CategoricalStatsResult < 3) {
- checkUnnamed4051(o.valueFrequencyHistogramBuckets!);
+ checkUnnamed4061(o.valueFrequencyHistogramBuckets!);
}
buildCounterGooglePrivacyDlpV2CategoricalStatsResult--;
}
-core.List<api.GooglePrivacyDlpV2CharsToIgnore> buildUnnamed4052() {
+core.List<api.GooglePrivacyDlpV2CharsToIgnore> buildUnnamed4062() {
var o = <api.GooglePrivacyDlpV2CharsToIgnore>[];
o.add(buildGooglePrivacyDlpV2CharsToIgnore());
o.add(buildGooglePrivacyDlpV2CharsToIgnore());
return o;
}
-void checkUnnamed4052(core.List<api.GooglePrivacyDlpV2CharsToIgnore> o) {
+void checkUnnamed4062(core.List<api.GooglePrivacyDlpV2CharsToIgnore> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2CharsToIgnore(
o[0] as api.GooglePrivacyDlpV2CharsToIgnore);
@@ -592,7 +592,7 @@
var o = api.GooglePrivacyDlpV2CharacterMaskConfig();
buildCounterGooglePrivacyDlpV2CharacterMaskConfig++;
if (buildCounterGooglePrivacyDlpV2CharacterMaskConfig < 3) {
- o.charactersToIgnore = buildUnnamed4052();
+ o.charactersToIgnore = buildUnnamed4062();
o.maskingCharacter = 'foo';
o.numberToMask = 42;
o.reverseOrder = true;
@@ -605,7 +605,7 @@
api.GooglePrivacyDlpV2CharacterMaskConfig o) {
buildCounterGooglePrivacyDlpV2CharacterMaskConfig++;
if (buildCounterGooglePrivacyDlpV2CharacterMaskConfig < 3) {
- checkUnnamed4052(o.charactersToIgnore!);
+ checkUnnamed4062(o.charactersToIgnore!);
unittest.expect(
o.maskingCharacter!,
unittest.equals('foo'),
@@ -671,14 +671,14 @@
buildCounterGooglePrivacyDlpV2CloudStorageFileSet--;
}
-core.List<core.String> buildUnnamed4053() {
+core.List<core.String> buildUnnamed4063() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4053(core.List<core.String> o) {
+void checkUnnamed4063(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -699,7 +699,7 @@
o.bytesLimitPerFile = 'foo';
o.bytesLimitPerFilePercent = 42;
o.fileSet = buildGooglePrivacyDlpV2FileSet();
- o.fileTypes = buildUnnamed4053();
+ o.fileTypes = buildUnnamed4063();
o.filesLimitPercent = 42;
o.sampleMethod = 'foo';
}
@@ -720,7 +720,7 @@
unittest.equals(42),
);
checkGooglePrivacyDlpV2FileSet(o.fileSet! as api.GooglePrivacyDlpV2FileSet);
- checkUnnamed4053(o.fileTypes!);
+ checkUnnamed4063(o.fileTypes!);
unittest.expect(
o.filesLimitPercent!,
unittest.equals(42),
@@ -757,14 +757,14 @@
buildCounterGooglePrivacyDlpV2CloudStoragePath--;
}
-core.List<core.String> buildUnnamed4054() {
+core.List<core.String> buildUnnamed4064() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4054(core.List<core.String> o) {
+void checkUnnamed4064(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -776,14 +776,14 @@
);
}
-core.List<core.String> buildUnnamed4055() {
+core.List<core.String> buildUnnamed4065() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4055(core.List<core.String> o) {
+void checkUnnamed4065(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -802,8 +802,8 @@
buildCounterGooglePrivacyDlpV2CloudStorageRegexFileSet++;
if (buildCounterGooglePrivacyDlpV2CloudStorageRegexFileSet < 3) {
o.bucketName = 'foo';
- o.excludeRegex = buildUnnamed4054();
- o.includeRegex = buildUnnamed4055();
+ o.excludeRegex = buildUnnamed4064();
+ o.includeRegex = buildUnnamed4065();
}
buildCounterGooglePrivacyDlpV2CloudStorageRegexFileSet--;
return o;
@@ -817,8 +817,8 @@
o.bucketName!,
unittest.equals('foo'),
);
- checkUnnamed4054(o.excludeRegex!);
- checkUnnamed4055(o.includeRegex!);
+ checkUnnamed4064(o.excludeRegex!);
+ checkUnnamed4065(o.includeRegex!);
}
buildCounterGooglePrivacyDlpV2CloudStorageRegexFileSet--;
}
@@ -881,14 +881,14 @@
buildCounterGooglePrivacyDlpV2Condition--;
}
-core.List<api.GooglePrivacyDlpV2Condition> buildUnnamed4056() {
+core.List<api.GooglePrivacyDlpV2Condition> buildUnnamed4066() {
var o = <api.GooglePrivacyDlpV2Condition>[];
o.add(buildGooglePrivacyDlpV2Condition());
o.add(buildGooglePrivacyDlpV2Condition());
return o;
}
-void checkUnnamed4056(core.List<api.GooglePrivacyDlpV2Condition> o) {
+void checkUnnamed4066(core.List<api.GooglePrivacyDlpV2Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Condition(o[0] as api.GooglePrivacyDlpV2Condition);
checkGooglePrivacyDlpV2Condition(o[1] as api.GooglePrivacyDlpV2Condition);
@@ -899,7 +899,7 @@
var o = api.GooglePrivacyDlpV2Conditions();
buildCounterGooglePrivacyDlpV2Conditions++;
if (buildCounterGooglePrivacyDlpV2Conditions < 3) {
- o.conditions = buildUnnamed4056();
+ o.conditions = buildUnnamed4066();
}
buildCounterGooglePrivacyDlpV2Conditions--;
return o;
@@ -908,7 +908,7 @@
void checkGooglePrivacyDlpV2Conditions(api.GooglePrivacyDlpV2Conditions o) {
buildCounterGooglePrivacyDlpV2Conditions++;
if (buildCounterGooglePrivacyDlpV2Conditions < 3) {
- checkUnnamed4056(o.conditions!);
+ checkUnnamed4066(o.conditions!);
}
buildCounterGooglePrivacyDlpV2Conditions--;
}
@@ -1317,14 +1317,14 @@
buildCounterGooglePrivacyDlpV2CryptoReplaceFfxFpeConfig--;
}
-core.List<api.GooglePrivacyDlpV2DetectionRule> buildUnnamed4057() {
+core.List<api.GooglePrivacyDlpV2DetectionRule> buildUnnamed4067() {
var o = <api.GooglePrivacyDlpV2DetectionRule>[];
o.add(buildGooglePrivacyDlpV2DetectionRule());
o.add(buildGooglePrivacyDlpV2DetectionRule());
return o;
}
-void checkUnnamed4057(core.List<api.GooglePrivacyDlpV2DetectionRule> o) {
+void checkUnnamed4067(core.List<api.GooglePrivacyDlpV2DetectionRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2DetectionRule(
o[0] as api.GooglePrivacyDlpV2DetectionRule);
@@ -1337,7 +1337,7 @@
var o = api.GooglePrivacyDlpV2CustomInfoType();
buildCounterGooglePrivacyDlpV2CustomInfoType++;
if (buildCounterGooglePrivacyDlpV2CustomInfoType < 3) {
- o.detectionRules = buildUnnamed4057();
+ o.detectionRules = buildUnnamed4067();
o.dictionary = buildGooglePrivacyDlpV2Dictionary();
o.exclusionType = 'foo';
o.infoType = buildGooglePrivacyDlpV2InfoType();
@@ -1354,7 +1354,7 @@
api.GooglePrivacyDlpV2CustomInfoType o) {
buildCounterGooglePrivacyDlpV2CustomInfoType++;
if (buildCounterGooglePrivacyDlpV2CustomInfoType < 3) {
- checkUnnamed4057(o.detectionRules!);
+ checkUnnamed4067(o.detectionRules!);
checkGooglePrivacyDlpV2Dictionary(
o.dictionary! as api.GooglePrivacyDlpV2Dictionary);
unittest.expect(
@@ -1628,14 +1628,14 @@
buildCounterGooglePrivacyDlpV2DeidentifyTemplate--;
}
-core.List<api.GooglePrivacyDlpV2StatisticalTable> buildUnnamed4058() {
+core.List<api.GooglePrivacyDlpV2StatisticalTable> buildUnnamed4068() {
var o = <api.GooglePrivacyDlpV2StatisticalTable>[];
o.add(buildGooglePrivacyDlpV2StatisticalTable());
o.add(buildGooglePrivacyDlpV2StatisticalTable());
return o;
}
-void checkUnnamed4058(core.List<api.GooglePrivacyDlpV2StatisticalTable> o) {
+void checkUnnamed4068(core.List<api.GooglePrivacyDlpV2StatisticalTable> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2StatisticalTable(
o[0] as api.GooglePrivacyDlpV2StatisticalTable);
@@ -1643,14 +1643,14 @@
o[1] as api.GooglePrivacyDlpV2StatisticalTable);
}
-core.List<api.GooglePrivacyDlpV2QuasiId> buildUnnamed4059() {
+core.List<api.GooglePrivacyDlpV2QuasiId> buildUnnamed4069() {
var o = <api.GooglePrivacyDlpV2QuasiId>[];
o.add(buildGooglePrivacyDlpV2QuasiId());
o.add(buildGooglePrivacyDlpV2QuasiId());
return o;
}
-void checkUnnamed4059(core.List<api.GooglePrivacyDlpV2QuasiId> o) {
+void checkUnnamed4069(core.List<api.GooglePrivacyDlpV2QuasiId> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2QuasiId(o[0] as api.GooglePrivacyDlpV2QuasiId);
checkGooglePrivacyDlpV2QuasiId(o[1] as api.GooglePrivacyDlpV2QuasiId);
@@ -1662,8 +1662,8 @@
var o = api.GooglePrivacyDlpV2DeltaPresenceEstimationConfig();
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationConfig++;
if (buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationConfig < 3) {
- o.auxiliaryTables = buildUnnamed4058();
- o.quasiIds = buildUnnamed4059();
+ o.auxiliaryTables = buildUnnamed4068();
+ o.quasiIds = buildUnnamed4069();
o.regionCode = 'foo';
}
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationConfig--;
@@ -1674,8 +1674,8 @@
api.GooglePrivacyDlpV2DeltaPresenceEstimationConfig o) {
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationConfig++;
if (buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationConfig < 3) {
- checkUnnamed4058(o.auxiliaryTables!);
- checkUnnamed4059(o.quasiIds!);
+ checkUnnamed4068(o.auxiliaryTables!);
+ checkUnnamed4069(o.quasiIds!);
unittest.expect(
o.regionCode!,
unittest.equals('foo'),
@@ -1685,14 +1685,14 @@
}
core.List<api.GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues>
- buildUnnamed4060() {
+ buildUnnamed4070() {
var o = <api.GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues>[];
o.add(buildGooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues());
o.add(buildGooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues());
return o;
}
-void checkUnnamed4060(
+void checkUnnamed4070(
core.List<api.GooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues(
@@ -1711,7 +1711,7 @@
3) {
o.bucketSize = 'foo';
o.bucketValueCount = 'foo';
- o.bucketValues = buildUnnamed4060();
+ o.bucketValues = buildUnnamed4070();
o.maxProbability = 42.0;
o.minProbability = 42.0;
}
@@ -1732,7 +1732,7 @@
o.bucketValueCount!,
unittest.equals('foo'),
);
- checkUnnamed4060(o.bucketValues!);
+ checkUnnamed4070(o.bucketValues!);
unittest.expect(
o.maxProbability!,
unittest.equals(42.0),
@@ -1745,14 +1745,14 @@
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket--;
}
-core.List<api.GooglePrivacyDlpV2Value> buildUnnamed4061() {
+core.List<api.GooglePrivacyDlpV2Value> buildUnnamed4071() {
var o = <api.GooglePrivacyDlpV2Value>[];
o.add(buildGooglePrivacyDlpV2Value());
o.add(buildGooglePrivacyDlpV2Value());
return o;
}
-void checkUnnamed4061(core.List<api.GooglePrivacyDlpV2Value> o) {
+void checkUnnamed4071(core.List<api.GooglePrivacyDlpV2Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Value(o[0] as api.GooglePrivacyDlpV2Value);
checkGooglePrivacyDlpV2Value(o[1] as api.GooglePrivacyDlpV2Value);
@@ -1765,7 +1765,7 @@
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues++;
if (buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues < 3) {
o.estimatedProbability = 42.0;
- o.quasiIdsValues = buildUnnamed4061();
+ o.quasiIdsValues = buildUnnamed4071();
}
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues--;
return o;
@@ -1779,20 +1779,20 @@
o.estimatedProbability!,
unittest.equals(42.0),
);
- checkUnnamed4061(o.quasiIdsValues!);
+ checkUnnamed4071(o.quasiIdsValues!);
}
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationQuasiIdValues--;
}
core.List<api.GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket>
- buildUnnamed4062() {
+ buildUnnamed4072() {
var o = <api.GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket>[];
o.add(buildGooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket());
o.add(buildGooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket());
return o;
}
-void checkUnnamed4062(
+void checkUnnamed4072(
core.List<api.GooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2DeltaPresenceEstimationHistogramBucket(
@@ -1807,7 +1807,7 @@
var o = api.GooglePrivacyDlpV2DeltaPresenceEstimationResult();
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationResult++;
if (buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationResult < 3) {
- o.deltaPresenceEstimationHistogram = buildUnnamed4062();
+ o.deltaPresenceEstimationHistogram = buildUnnamed4072();
}
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationResult--;
return o;
@@ -1817,7 +1817,7 @@
api.GooglePrivacyDlpV2DeltaPresenceEstimationResult o) {
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationResult++;
if (buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationResult < 3) {
- checkUnnamed4062(o.deltaPresenceEstimationHistogram!);
+ checkUnnamed4072(o.deltaPresenceEstimationHistogram!);
}
buildCounterGooglePrivacyDlpV2DeltaPresenceEstimationResult--;
}
@@ -1866,14 +1866,14 @@
buildCounterGooglePrivacyDlpV2Dictionary--;
}
-core.List<api.GooglePrivacyDlpV2Error> buildUnnamed4063() {
+core.List<api.GooglePrivacyDlpV2Error> buildUnnamed4073() {
var o = <api.GooglePrivacyDlpV2Error>[];
o.add(buildGooglePrivacyDlpV2Error());
o.add(buildGooglePrivacyDlpV2Error());
return o;
}
-void checkUnnamed4063(core.List<api.GooglePrivacyDlpV2Error> o) {
+void checkUnnamed4073(core.List<api.GooglePrivacyDlpV2Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Error(o[0] as api.GooglePrivacyDlpV2Error);
checkGooglePrivacyDlpV2Error(o[1] as api.GooglePrivacyDlpV2Error);
@@ -1886,7 +1886,7 @@
if (buildCounterGooglePrivacyDlpV2DlpJob < 3) {
o.createTime = 'foo';
o.endTime = 'foo';
- o.errors = buildUnnamed4063();
+ o.errors = buildUnnamed4073();
o.inspectDetails = buildGooglePrivacyDlpV2InspectDataSourceDetails();
o.jobTriggerName = 'foo';
o.name = 'foo';
@@ -1910,7 +1910,7 @@
o.endTime!,
unittest.equals('foo'),
);
- checkUnnamed4063(o.errors!);
+ checkUnnamed4073(o.errors!);
checkGooglePrivacyDlpV2InspectDataSourceDetails(
o.inspectDetails! as api.GooglePrivacyDlpV2InspectDataSourceDetails);
unittest.expect(
@@ -1982,14 +1982,14 @@
buildCounterGooglePrivacyDlpV2EntityId--;
}
-core.List<core.String> buildUnnamed4064() {
+core.List<core.String> buildUnnamed4074() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4064(core.List<core.String> o) {
+void checkUnnamed4074(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2007,7 +2007,7 @@
buildCounterGooglePrivacyDlpV2Error++;
if (buildCounterGooglePrivacyDlpV2Error < 3) {
o.details = buildGoogleRpcStatus();
- o.timestamps = buildUnnamed4064();
+ o.timestamps = buildUnnamed4074();
}
buildCounterGooglePrivacyDlpV2Error--;
return o;
@@ -2017,19 +2017,19 @@
buildCounterGooglePrivacyDlpV2Error++;
if (buildCounterGooglePrivacyDlpV2Error < 3) {
checkGoogleRpcStatus(o.details! as api.GoogleRpcStatus);
- checkUnnamed4064(o.timestamps!);
+ checkUnnamed4074(o.timestamps!);
}
buildCounterGooglePrivacyDlpV2Error--;
}
-core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed4065() {
+core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed4075() {
var o = <api.GooglePrivacyDlpV2InfoType>[];
o.add(buildGooglePrivacyDlpV2InfoType());
o.add(buildGooglePrivacyDlpV2InfoType());
return o;
}
-void checkUnnamed4065(core.List<api.GooglePrivacyDlpV2InfoType> o) {
+void checkUnnamed4075(core.List<api.GooglePrivacyDlpV2InfoType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoType(o[0] as api.GooglePrivacyDlpV2InfoType);
checkGooglePrivacyDlpV2InfoType(o[1] as api.GooglePrivacyDlpV2InfoType);
@@ -2041,7 +2041,7 @@
var o = api.GooglePrivacyDlpV2ExcludeInfoTypes();
buildCounterGooglePrivacyDlpV2ExcludeInfoTypes++;
if (buildCounterGooglePrivacyDlpV2ExcludeInfoTypes < 3) {
- o.infoTypes = buildUnnamed4065();
+ o.infoTypes = buildUnnamed4075();
}
buildCounterGooglePrivacyDlpV2ExcludeInfoTypes--;
return o;
@@ -2051,7 +2051,7 @@
api.GooglePrivacyDlpV2ExcludeInfoTypes o) {
buildCounterGooglePrivacyDlpV2ExcludeInfoTypes++;
if (buildCounterGooglePrivacyDlpV2ExcludeInfoTypes < 3) {
- checkUnnamed4065(o.infoTypes!);
+ checkUnnamed4075(o.infoTypes!);
}
buildCounterGooglePrivacyDlpV2ExcludeInfoTypes--;
}
@@ -2134,14 +2134,14 @@
buildCounterGooglePrivacyDlpV2FieldId--;
}
-core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed4066() {
+core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed4076() {
var o = <api.GooglePrivacyDlpV2FieldId>[];
o.add(buildGooglePrivacyDlpV2FieldId());
o.add(buildGooglePrivacyDlpV2FieldId());
return o;
}
-void checkUnnamed4066(core.List<api.GooglePrivacyDlpV2FieldId> o) {
+void checkUnnamed4076(core.List<api.GooglePrivacyDlpV2FieldId> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldId(o[0] as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2FieldId(o[1] as api.GooglePrivacyDlpV2FieldId);
@@ -2154,7 +2154,7 @@
buildCounterGooglePrivacyDlpV2FieldTransformation++;
if (buildCounterGooglePrivacyDlpV2FieldTransformation < 3) {
o.condition = buildGooglePrivacyDlpV2RecordCondition();
- o.fields = buildUnnamed4066();
+ o.fields = buildUnnamed4076();
o.infoTypeTransformations =
buildGooglePrivacyDlpV2InfoTypeTransformations();
o.primitiveTransformation =
@@ -2170,7 +2170,7 @@
if (buildCounterGooglePrivacyDlpV2FieldTransformation < 3) {
checkGooglePrivacyDlpV2RecordCondition(
o.condition! as api.GooglePrivacyDlpV2RecordCondition);
- checkUnnamed4066(o.fields!);
+ checkUnnamed4076(o.fields!);
checkGooglePrivacyDlpV2InfoTypeTransformations(o.infoTypeTransformations!
as api.GooglePrivacyDlpV2InfoTypeTransformations);
checkGooglePrivacyDlpV2PrimitiveTransformation(o.primitiveTransformation!
@@ -2204,14 +2204,14 @@
buildCounterGooglePrivacyDlpV2FileSet--;
}
-core.Map<core.String, core.String> buildUnnamed4067() {
+core.Map<core.String, core.String> buildUnnamed4077() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4067(core.Map<core.String, core.String> o) {
+void checkUnnamed4077(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2233,7 +2233,7 @@
o.infoType = buildGooglePrivacyDlpV2InfoType();
o.jobCreateTime = 'foo';
o.jobName = 'foo';
- o.labels = buildUnnamed4067();
+ o.labels = buildUnnamed4077();
o.likelihood = 'foo';
o.location = buildGooglePrivacyDlpV2Location();
o.name = 'foo';
@@ -2267,7 +2267,7 @@
o.jobName!,
unittest.equals('foo'),
);
- checkUnnamed4067(o.labels!);
+ checkUnnamed4077(o.labels!);
unittest.expect(
o.likelihood!,
unittest.equals('foo'),
@@ -2296,14 +2296,14 @@
buildCounterGooglePrivacyDlpV2Finding--;
}
-core.List<api.GooglePrivacyDlpV2InfoTypeLimit> buildUnnamed4068() {
+core.List<api.GooglePrivacyDlpV2InfoTypeLimit> buildUnnamed4078() {
var o = <api.GooglePrivacyDlpV2InfoTypeLimit>[];
o.add(buildGooglePrivacyDlpV2InfoTypeLimit());
o.add(buildGooglePrivacyDlpV2InfoTypeLimit());
return o;
}
-void checkUnnamed4068(core.List<api.GooglePrivacyDlpV2InfoTypeLimit> o) {
+void checkUnnamed4078(core.List<api.GooglePrivacyDlpV2InfoTypeLimit> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoTypeLimit(
o[0] as api.GooglePrivacyDlpV2InfoTypeLimit);
@@ -2316,7 +2316,7 @@
var o = api.GooglePrivacyDlpV2FindingLimits();
buildCounterGooglePrivacyDlpV2FindingLimits++;
if (buildCounterGooglePrivacyDlpV2FindingLimits < 3) {
- o.maxFindingsPerInfoType = buildUnnamed4068();
+ o.maxFindingsPerInfoType = buildUnnamed4078();
o.maxFindingsPerItem = 42;
o.maxFindingsPerRequest = 42;
}
@@ -2328,7 +2328,7 @@
api.GooglePrivacyDlpV2FindingLimits o) {
buildCounterGooglePrivacyDlpV2FindingLimits++;
if (buildCounterGooglePrivacyDlpV2FindingLimits < 3) {
- checkUnnamed4068(o.maxFindingsPerInfoType!);
+ checkUnnamed4078(o.maxFindingsPerInfoType!);
unittest.expect(
o.maxFindingsPerItem!,
unittest.equals(42),
@@ -2437,14 +2437,14 @@
buildCounterGooglePrivacyDlpV2HybridContentItem--;
}
-core.Map<core.String, core.String> buildUnnamed4069() {
+core.Map<core.String, core.String> buildUnnamed4079() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4069(core.Map<core.String, core.String> o) {
+void checkUnnamed4079(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2464,7 +2464,7 @@
if (buildCounterGooglePrivacyDlpV2HybridFindingDetails < 3) {
o.containerDetails = buildGooglePrivacyDlpV2Container();
o.fileOffset = 'foo';
- o.labels = buildUnnamed4069();
+ o.labels = buildUnnamed4079();
o.rowOffset = 'foo';
o.tableOptions = buildGooglePrivacyDlpV2TableOptions();
}
@@ -2482,7 +2482,7 @@
o.fileOffset!,
unittest.equals('foo'),
);
- checkUnnamed4069(o.labels!);
+ checkUnnamed4079(o.labels!);
unittest.expect(
o.rowOffset!,
unittest.equals('foo'),
@@ -2588,14 +2588,14 @@
buildCounterGooglePrivacyDlpV2HybridInspectStatistics--;
}
-core.Map<core.String, core.String> buildUnnamed4070() {
+core.Map<core.String, core.String> buildUnnamed4080() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4070(core.Map<core.String, core.String> o) {
+void checkUnnamed4080(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2607,14 +2607,14 @@
);
}
-core.List<core.String> buildUnnamed4071() {
+core.List<core.String> buildUnnamed4081() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4071(core.List<core.String> o) {
+void checkUnnamed4081(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2632,8 +2632,8 @@
buildCounterGooglePrivacyDlpV2HybridOptions++;
if (buildCounterGooglePrivacyDlpV2HybridOptions < 3) {
o.description = 'foo';
- o.labels = buildUnnamed4070();
- o.requiredFindingLabelKeys = buildUnnamed4071();
+ o.labels = buildUnnamed4080();
+ o.requiredFindingLabelKeys = buildUnnamed4081();
o.tableOptions = buildGooglePrivacyDlpV2TableOptions();
}
buildCounterGooglePrivacyDlpV2HybridOptions--;
@@ -2648,22 +2648,22 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed4070(o.labels!);
- checkUnnamed4071(o.requiredFindingLabelKeys!);
+ checkUnnamed4080(o.labels!);
+ checkUnnamed4081(o.requiredFindingLabelKeys!);
checkGooglePrivacyDlpV2TableOptions(
o.tableOptions! as api.GooglePrivacyDlpV2TableOptions);
}
buildCounterGooglePrivacyDlpV2HybridOptions--;
}
-core.List<api.GooglePrivacyDlpV2BoundingBox> buildUnnamed4072() {
+core.List<api.GooglePrivacyDlpV2BoundingBox> buildUnnamed4082() {
var o = <api.GooglePrivacyDlpV2BoundingBox>[];
o.add(buildGooglePrivacyDlpV2BoundingBox());
o.add(buildGooglePrivacyDlpV2BoundingBox());
return o;
}
-void checkUnnamed4072(core.List<api.GooglePrivacyDlpV2BoundingBox> o) {
+void checkUnnamed4082(core.List<api.GooglePrivacyDlpV2BoundingBox> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2BoundingBox(o[0] as api.GooglePrivacyDlpV2BoundingBox);
checkGooglePrivacyDlpV2BoundingBox(o[1] as api.GooglePrivacyDlpV2BoundingBox);
@@ -2674,7 +2674,7 @@
var o = api.GooglePrivacyDlpV2ImageLocation();
buildCounterGooglePrivacyDlpV2ImageLocation++;
if (buildCounterGooglePrivacyDlpV2ImageLocation < 3) {
- o.boundingBoxes = buildUnnamed4072();
+ o.boundingBoxes = buildUnnamed4082();
}
buildCounterGooglePrivacyDlpV2ImageLocation--;
return o;
@@ -2684,7 +2684,7 @@
api.GooglePrivacyDlpV2ImageLocation o) {
buildCounterGooglePrivacyDlpV2ImageLocation++;
if (buildCounterGooglePrivacyDlpV2ImageLocation < 3) {
- checkUnnamed4072(o.boundingBoxes!);
+ checkUnnamed4082(o.boundingBoxes!);
}
buildCounterGooglePrivacyDlpV2ImageLocation--;
}
@@ -2738,14 +2738,14 @@
buildCounterGooglePrivacyDlpV2InfoType--;
}
-core.List<core.String> buildUnnamed4073() {
+core.List<core.String> buildUnnamed4083() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4073(core.List<core.String> o) {
+void checkUnnamed4083(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2766,7 +2766,7 @@
o.description = 'foo';
o.displayName = 'foo';
o.name = 'foo';
- o.supportedBy = buildUnnamed4073();
+ o.supportedBy = buildUnnamed4083();
}
buildCounterGooglePrivacyDlpV2InfoTypeDescription--;
return o;
@@ -2788,7 +2788,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4073(o.supportedBy!);
+ checkUnnamed4083(o.supportedBy!);
}
buildCounterGooglePrivacyDlpV2InfoTypeDescription--;
}
@@ -2845,14 +2845,14 @@
buildCounterGooglePrivacyDlpV2InfoTypeStats--;
}
-core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed4074() {
+core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed4084() {
var o = <api.GooglePrivacyDlpV2InfoType>[];
o.add(buildGooglePrivacyDlpV2InfoType());
o.add(buildGooglePrivacyDlpV2InfoType());
return o;
}
-void checkUnnamed4074(core.List<api.GooglePrivacyDlpV2InfoType> o) {
+void checkUnnamed4084(core.List<api.GooglePrivacyDlpV2InfoType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoType(o[0] as api.GooglePrivacyDlpV2InfoType);
checkGooglePrivacyDlpV2InfoType(o[1] as api.GooglePrivacyDlpV2InfoType);
@@ -2864,7 +2864,7 @@
var o = api.GooglePrivacyDlpV2InfoTypeTransformation();
buildCounterGooglePrivacyDlpV2InfoTypeTransformation++;
if (buildCounterGooglePrivacyDlpV2InfoTypeTransformation < 3) {
- o.infoTypes = buildUnnamed4074();
+ o.infoTypes = buildUnnamed4084();
o.primitiveTransformation =
buildGooglePrivacyDlpV2PrimitiveTransformation();
}
@@ -2876,21 +2876,21 @@
api.GooglePrivacyDlpV2InfoTypeTransformation o) {
buildCounterGooglePrivacyDlpV2InfoTypeTransformation++;
if (buildCounterGooglePrivacyDlpV2InfoTypeTransformation < 3) {
- checkUnnamed4074(o.infoTypes!);
+ checkUnnamed4084(o.infoTypes!);
checkGooglePrivacyDlpV2PrimitiveTransformation(o.primitiveTransformation!
as api.GooglePrivacyDlpV2PrimitiveTransformation);
}
buildCounterGooglePrivacyDlpV2InfoTypeTransformation--;
}
-core.List<api.GooglePrivacyDlpV2InfoTypeTransformation> buildUnnamed4075() {
+core.List<api.GooglePrivacyDlpV2InfoTypeTransformation> buildUnnamed4085() {
var o = <api.GooglePrivacyDlpV2InfoTypeTransformation>[];
o.add(buildGooglePrivacyDlpV2InfoTypeTransformation());
o.add(buildGooglePrivacyDlpV2InfoTypeTransformation());
return o;
}
-void checkUnnamed4075(
+void checkUnnamed4085(
core.List<api.GooglePrivacyDlpV2InfoTypeTransformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoTypeTransformation(
@@ -2905,7 +2905,7 @@
var o = api.GooglePrivacyDlpV2InfoTypeTransformations();
buildCounterGooglePrivacyDlpV2InfoTypeTransformations++;
if (buildCounterGooglePrivacyDlpV2InfoTypeTransformations < 3) {
- o.transformations = buildUnnamed4075();
+ o.transformations = buildUnnamed4085();
}
buildCounterGooglePrivacyDlpV2InfoTypeTransformations--;
return o;
@@ -2915,19 +2915,19 @@
api.GooglePrivacyDlpV2InfoTypeTransformations o) {
buildCounterGooglePrivacyDlpV2InfoTypeTransformations++;
if (buildCounterGooglePrivacyDlpV2InfoTypeTransformations < 3) {
- checkUnnamed4075(o.transformations!);
+ checkUnnamed4085(o.transformations!);
}
buildCounterGooglePrivacyDlpV2InfoTypeTransformations--;
}
-core.List<core.String> buildUnnamed4076() {
+core.List<core.String> buildUnnamed4086() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4076(core.List<core.String> o) {
+void checkUnnamed4086(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2939,14 +2939,14 @@
);
}
-core.List<api.GooglePrivacyDlpV2CustomInfoType> buildUnnamed4077() {
+core.List<api.GooglePrivacyDlpV2CustomInfoType> buildUnnamed4087() {
var o = <api.GooglePrivacyDlpV2CustomInfoType>[];
o.add(buildGooglePrivacyDlpV2CustomInfoType());
o.add(buildGooglePrivacyDlpV2CustomInfoType());
return o;
}
-void checkUnnamed4077(core.List<api.GooglePrivacyDlpV2CustomInfoType> o) {
+void checkUnnamed4087(core.List<api.GooglePrivacyDlpV2CustomInfoType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2CustomInfoType(
o[0] as api.GooglePrivacyDlpV2CustomInfoType);
@@ -2954,27 +2954,27 @@
o[1] as api.GooglePrivacyDlpV2CustomInfoType);
}
-core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed4078() {
+core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed4088() {
var o = <api.GooglePrivacyDlpV2InfoType>[];
o.add(buildGooglePrivacyDlpV2InfoType());
o.add(buildGooglePrivacyDlpV2InfoType());
return o;
}
-void checkUnnamed4078(core.List<api.GooglePrivacyDlpV2InfoType> o) {
+void checkUnnamed4088(core.List<api.GooglePrivacyDlpV2InfoType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoType(o[0] as api.GooglePrivacyDlpV2InfoType);
checkGooglePrivacyDlpV2InfoType(o[1] as api.GooglePrivacyDlpV2InfoType);
}
-core.List<api.GooglePrivacyDlpV2InspectionRuleSet> buildUnnamed4079() {
+core.List<api.GooglePrivacyDlpV2InspectionRuleSet> buildUnnamed4089() {
var o = <api.GooglePrivacyDlpV2InspectionRuleSet>[];
o.add(buildGooglePrivacyDlpV2InspectionRuleSet());
o.add(buildGooglePrivacyDlpV2InspectionRuleSet());
return o;
}
-void checkUnnamed4079(core.List<api.GooglePrivacyDlpV2InspectionRuleSet> o) {
+void checkUnnamed4089(core.List<api.GooglePrivacyDlpV2InspectionRuleSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InspectionRuleSet(
o[0] as api.GooglePrivacyDlpV2InspectionRuleSet);
@@ -2987,14 +2987,14 @@
var o = api.GooglePrivacyDlpV2InspectConfig();
buildCounterGooglePrivacyDlpV2InspectConfig++;
if (buildCounterGooglePrivacyDlpV2InspectConfig < 3) {
- o.contentOptions = buildUnnamed4076();
- o.customInfoTypes = buildUnnamed4077();
+ o.contentOptions = buildUnnamed4086();
+ o.customInfoTypes = buildUnnamed4087();
o.excludeInfoTypes = true;
o.includeQuote = true;
- o.infoTypes = buildUnnamed4078();
+ o.infoTypes = buildUnnamed4088();
o.limits = buildGooglePrivacyDlpV2FindingLimits();
o.minLikelihood = 'foo';
- o.ruleSet = buildUnnamed4079();
+ o.ruleSet = buildUnnamed4089();
}
buildCounterGooglePrivacyDlpV2InspectConfig--;
return o;
@@ -3004,18 +3004,18 @@
api.GooglePrivacyDlpV2InspectConfig o) {
buildCounterGooglePrivacyDlpV2InspectConfig++;
if (buildCounterGooglePrivacyDlpV2InspectConfig < 3) {
- checkUnnamed4076(o.contentOptions!);
- checkUnnamed4077(o.customInfoTypes!);
+ checkUnnamed4086(o.contentOptions!);
+ checkUnnamed4087(o.customInfoTypes!);
unittest.expect(o.excludeInfoTypes!, unittest.isTrue);
unittest.expect(o.includeQuote!, unittest.isTrue);
- checkUnnamed4078(o.infoTypes!);
+ checkUnnamed4088(o.infoTypes!);
checkGooglePrivacyDlpV2FindingLimits(
o.limits! as api.GooglePrivacyDlpV2FindingLimits);
unittest.expect(
o.minLikelihood!,
unittest.equals('foo'),
);
- checkUnnamed4079(o.ruleSet!);
+ checkUnnamed4089(o.ruleSet!);
}
buildCounterGooglePrivacyDlpV2InspectConfig--;
}
@@ -3101,14 +3101,14 @@
buildCounterGooglePrivacyDlpV2InspectDataSourceDetails--;
}
-core.List<api.GooglePrivacyDlpV2Action> buildUnnamed4080() {
+core.List<api.GooglePrivacyDlpV2Action> buildUnnamed4090() {
var o = <api.GooglePrivacyDlpV2Action>[];
o.add(buildGooglePrivacyDlpV2Action());
o.add(buildGooglePrivacyDlpV2Action());
return o;
}
-void checkUnnamed4080(core.List<api.GooglePrivacyDlpV2Action> o) {
+void checkUnnamed4090(core.List<api.GooglePrivacyDlpV2Action> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Action(o[0] as api.GooglePrivacyDlpV2Action);
checkGooglePrivacyDlpV2Action(o[1] as api.GooglePrivacyDlpV2Action);
@@ -3120,7 +3120,7 @@
var o = api.GooglePrivacyDlpV2InspectJobConfig();
buildCounterGooglePrivacyDlpV2InspectJobConfig++;
if (buildCounterGooglePrivacyDlpV2InspectJobConfig < 3) {
- o.actions = buildUnnamed4080();
+ o.actions = buildUnnamed4090();
o.inspectConfig = buildGooglePrivacyDlpV2InspectConfig();
o.inspectTemplateName = 'foo';
o.storageConfig = buildGooglePrivacyDlpV2StorageConfig();
@@ -3133,7 +3133,7 @@
api.GooglePrivacyDlpV2InspectJobConfig o) {
buildCounterGooglePrivacyDlpV2InspectJobConfig++;
if (buildCounterGooglePrivacyDlpV2InspectJobConfig < 3) {
- checkUnnamed4080(o.actions!);
+ checkUnnamed4090(o.actions!);
checkGooglePrivacyDlpV2InspectConfig(
o.inspectConfig! as api.GooglePrivacyDlpV2InspectConfig);
unittest.expect(
@@ -3146,14 +3146,14 @@
buildCounterGooglePrivacyDlpV2InspectJobConfig--;
}
-core.List<api.GooglePrivacyDlpV2Finding> buildUnnamed4081() {
+core.List<api.GooglePrivacyDlpV2Finding> buildUnnamed4091() {
var o = <api.GooglePrivacyDlpV2Finding>[];
o.add(buildGooglePrivacyDlpV2Finding());
o.add(buildGooglePrivacyDlpV2Finding());
return o;
}
-void checkUnnamed4081(core.List<api.GooglePrivacyDlpV2Finding> o) {
+void checkUnnamed4091(core.List<api.GooglePrivacyDlpV2Finding> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Finding(o[0] as api.GooglePrivacyDlpV2Finding);
checkGooglePrivacyDlpV2Finding(o[1] as api.GooglePrivacyDlpV2Finding);
@@ -3164,7 +3164,7 @@
var o = api.GooglePrivacyDlpV2InspectResult();
buildCounterGooglePrivacyDlpV2InspectResult++;
if (buildCounterGooglePrivacyDlpV2InspectResult < 3) {
- o.findings = buildUnnamed4081();
+ o.findings = buildUnnamed4091();
o.findingsTruncated = true;
}
buildCounterGooglePrivacyDlpV2InspectResult--;
@@ -3175,7 +3175,7 @@
api.GooglePrivacyDlpV2InspectResult o) {
buildCounterGooglePrivacyDlpV2InspectResult++;
if (buildCounterGooglePrivacyDlpV2InspectResult < 3) {
- checkUnnamed4081(o.findings!);
+ checkUnnamed4091(o.findings!);
unittest.expect(o.findingsTruncated!, unittest.isTrue);
}
buildCounterGooglePrivacyDlpV2InspectResult--;
@@ -3251,27 +3251,27 @@
buildCounterGooglePrivacyDlpV2InspectionRule--;
}
-core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed4082() {
+core.List<api.GooglePrivacyDlpV2InfoType> buildUnnamed4092() {
var o = <api.GooglePrivacyDlpV2InfoType>[];
o.add(buildGooglePrivacyDlpV2InfoType());
o.add(buildGooglePrivacyDlpV2InfoType());
return o;
}
-void checkUnnamed4082(core.List<api.GooglePrivacyDlpV2InfoType> o) {
+void checkUnnamed4092(core.List<api.GooglePrivacyDlpV2InfoType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoType(o[0] as api.GooglePrivacyDlpV2InfoType);
checkGooglePrivacyDlpV2InfoType(o[1] as api.GooglePrivacyDlpV2InfoType);
}
-core.List<api.GooglePrivacyDlpV2InspectionRule> buildUnnamed4083() {
+core.List<api.GooglePrivacyDlpV2InspectionRule> buildUnnamed4093() {
var o = <api.GooglePrivacyDlpV2InspectionRule>[];
o.add(buildGooglePrivacyDlpV2InspectionRule());
o.add(buildGooglePrivacyDlpV2InspectionRule());
return o;
}
-void checkUnnamed4083(core.List<api.GooglePrivacyDlpV2InspectionRule> o) {
+void checkUnnamed4093(core.List<api.GooglePrivacyDlpV2InspectionRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InspectionRule(
o[0] as api.GooglePrivacyDlpV2InspectionRule);
@@ -3285,8 +3285,8 @@
var o = api.GooglePrivacyDlpV2InspectionRuleSet();
buildCounterGooglePrivacyDlpV2InspectionRuleSet++;
if (buildCounterGooglePrivacyDlpV2InspectionRuleSet < 3) {
- o.infoTypes = buildUnnamed4082();
- o.rules = buildUnnamed4083();
+ o.infoTypes = buildUnnamed4092();
+ o.rules = buildUnnamed4093();
}
buildCounterGooglePrivacyDlpV2InspectionRuleSet--;
return o;
@@ -3296,8 +3296,8 @@
api.GooglePrivacyDlpV2InspectionRuleSet o) {
buildCounterGooglePrivacyDlpV2InspectionRuleSet++;
if (buildCounterGooglePrivacyDlpV2InspectionRuleSet < 3) {
- checkUnnamed4082(o.infoTypes!);
- checkUnnamed4083(o.rules!);
+ checkUnnamed4092(o.infoTypes!);
+ checkUnnamed4093(o.rules!);
}
buildCounterGooglePrivacyDlpV2InspectionRuleSet--;
}
@@ -3319,27 +3319,27 @@
buildCounterGooglePrivacyDlpV2JobNotificationEmails--;
}
-core.List<api.GooglePrivacyDlpV2Error> buildUnnamed4084() {
+core.List<api.GooglePrivacyDlpV2Error> buildUnnamed4094() {
var o = <api.GooglePrivacyDlpV2Error>[];
o.add(buildGooglePrivacyDlpV2Error());
o.add(buildGooglePrivacyDlpV2Error());
return o;
}
-void checkUnnamed4084(core.List<api.GooglePrivacyDlpV2Error> o) {
+void checkUnnamed4094(core.List<api.GooglePrivacyDlpV2Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Error(o[0] as api.GooglePrivacyDlpV2Error);
checkGooglePrivacyDlpV2Error(o[1] as api.GooglePrivacyDlpV2Error);
}
-core.List<api.GooglePrivacyDlpV2Trigger> buildUnnamed4085() {
+core.List<api.GooglePrivacyDlpV2Trigger> buildUnnamed4095() {
var o = <api.GooglePrivacyDlpV2Trigger>[];
o.add(buildGooglePrivacyDlpV2Trigger());
o.add(buildGooglePrivacyDlpV2Trigger());
return o;
}
-void checkUnnamed4085(core.List<api.GooglePrivacyDlpV2Trigger> o) {
+void checkUnnamed4095(core.List<api.GooglePrivacyDlpV2Trigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Trigger(o[0] as api.GooglePrivacyDlpV2Trigger);
checkGooglePrivacyDlpV2Trigger(o[1] as api.GooglePrivacyDlpV2Trigger);
@@ -3353,12 +3353,12 @@
o.createTime = 'foo';
o.description = 'foo';
o.displayName = 'foo';
- o.errors = buildUnnamed4084();
+ o.errors = buildUnnamed4094();
o.inspectJob = buildGooglePrivacyDlpV2InspectJobConfig();
o.lastRunTime = 'foo';
o.name = 'foo';
o.status = 'foo';
- o.triggers = buildUnnamed4085();
+ o.triggers = buildUnnamed4095();
o.updateTime = 'foo';
}
buildCounterGooglePrivacyDlpV2JobTrigger--;
@@ -3380,7 +3380,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4084(o.errors!);
+ checkUnnamed4094(o.errors!);
checkGooglePrivacyDlpV2InspectJobConfig(
o.inspectJob! as api.GooglePrivacyDlpV2InspectJobConfig);
unittest.expect(
@@ -3395,7 +3395,7 @@
o.status!,
unittest.equals('foo'),
);
- checkUnnamed4085(o.triggers!);
+ checkUnnamed4095(o.triggers!);
unittest.expect(
o.updateTime!,
unittest.equals('foo'),
@@ -3404,14 +3404,14 @@
buildCounterGooglePrivacyDlpV2JobTrigger--;
}
-core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed4086() {
+core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed4096() {
var o = <api.GooglePrivacyDlpV2FieldId>[];
o.add(buildGooglePrivacyDlpV2FieldId());
o.add(buildGooglePrivacyDlpV2FieldId());
return o;
}
-void checkUnnamed4086(core.List<api.GooglePrivacyDlpV2FieldId> o) {
+void checkUnnamed4096(core.List<api.GooglePrivacyDlpV2FieldId> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldId(o[0] as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2FieldId(o[1] as api.GooglePrivacyDlpV2FieldId);
@@ -3424,7 +3424,7 @@
buildCounterGooglePrivacyDlpV2KAnonymityConfig++;
if (buildCounterGooglePrivacyDlpV2KAnonymityConfig < 3) {
o.entityId = buildGooglePrivacyDlpV2EntityId();
- o.quasiIds = buildUnnamed4086();
+ o.quasiIds = buildUnnamed4096();
}
buildCounterGooglePrivacyDlpV2KAnonymityConfig--;
return o;
@@ -3436,19 +3436,19 @@
if (buildCounterGooglePrivacyDlpV2KAnonymityConfig < 3) {
checkGooglePrivacyDlpV2EntityId(
o.entityId! as api.GooglePrivacyDlpV2EntityId);
- checkUnnamed4086(o.quasiIds!);
+ checkUnnamed4096(o.quasiIds!);
}
buildCounterGooglePrivacyDlpV2KAnonymityConfig--;
}
-core.List<api.GooglePrivacyDlpV2Value> buildUnnamed4087() {
+core.List<api.GooglePrivacyDlpV2Value> buildUnnamed4097() {
var o = <api.GooglePrivacyDlpV2Value>[];
o.add(buildGooglePrivacyDlpV2Value());
o.add(buildGooglePrivacyDlpV2Value());
return o;
}
-void checkUnnamed4087(core.List<api.GooglePrivacyDlpV2Value> o) {
+void checkUnnamed4097(core.List<api.GooglePrivacyDlpV2Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Value(o[0] as api.GooglePrivacyDlpV2Value);
checkGooglePrivacyDlpV2Value(o[1] as api.GooglePrivacyDlpV2Value);
@@ -3461,7 +3461,7 @@
buildCounterGooglePrivacyDlpV2KAnonymityEquivalenceClass++;
if (buildCounterGooglePrivacyDlpV2KAnonymityEquivalenceClass < 3) {
o.equivalenceClassSize = 'foo';
- o.quasiIdsValues = buildUnnamed4087();
+ o.quasiIdsValues = buildUnnamed4097();
}
buildCounterGooglePrivacyDlpV2KAnonymityEquivalenceClass--;
return o;
@@ -3475,19 +3475,19 @@
o.equivalenceClassSize!,
unittest.equals('foo'),
);
- checkUnnamed4087(o.quasiIdsValues!);
+ checkUnnamed4097(o.quasiIdsValues!);
}
buildCounterGooglePrivacyDlpV2KAnonymityEquivalenceClass--;
}
-core.List<api.GooglePrivacyDlpV2KAnonymityEquivalenceClass> buildUnnamed4088() {
+core.List<api.GooglePrivacyDlpV2KAnonymityEquivalenceClass> buildUnnamed4098() {
var o = <api.GooglePrivacyDlpV2KAnonymityEquivalenceClass>[];
o.add(buildGooglePrivacyDlpV2KAnonymityEquivalenceClass());
o.add(buildGooglePrivacyDlpV2KAnonymityEquivalenceClass());
return o;
}
-void checkUnnamed4088(
+void checkUnnamed4098(
core.List<api.GooglePrivacyDlpV2KAnonymityEquivalenceClass> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2KAnonymityEquivalenceClass(
@@ -3504,7 +3504,7 @@
if (buildCounterGooglePrivacyDlpV2KAnonymityHistogramBucket < 3) {
o.bucketSize = 'foo';
o.bucketValueCount = 'foo';
- o.bucketValues = buildUnnamed4088();
+ o.bucketValues = buildUnnamed4098();
o.equivalenceClassSizeLowerBound = 'foo';
o.equivalenceClassSizeUpperBound = 'foo';
}
@@ -3524,7 +3524,7 @@
o.bucketValueCount!,
unittest.equals('foo'),
);
- checkUnnamed4088(o.bucketValues!);
+ checkUnnamed4098(o.bucketValues!);
unittest.expect(
o.equivalenceClassSizeLowerBound!,
unittest.equals('foo'),
@@ -3537,14 +3537,14 @@
buildCounterGooglePrivacyDlpV2KAnonymityHistogramBucket--;
}
-core.List<api.GooglePrivacyDlpV2KAnonymityHistogramBucket> buildUnnamed4089() {
+core.List<api.GooglePrivacyDlpV2KAnonymityHistogramBucket> buildUnnamed4099() {
var o = <api.GooglePrivacyDlpV2KAnonymityHistogramBucket>[];
o.add(buildGooglePrivacyDlpV2KAnonymityHistogramBucket());
o.add(buildGooglePrivacyDlpV2KAnonymityHistogramBucket());
return o;
}
-void checkUnnamed4089(
+void checkUnnamed4099(
core.List<api.GooglePrivacyDlpV2KAnonymityHistogramBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2KAnonymityHistogramBucket(
@@ -3559,7 +3559,7 @@
var o = api.GooglePrivacyDlpV2KAnonymityResult();
buildCounterGooglePrivacyDlpV2KAnonymityResult++;
if (buildCounterGooglePrivacyDlpV2KAnonymityResult < 3) {
- o.equivalenceClassHistogramBuckets = buildUnnamed4089();
+ o.equivalenceClassHistogramBuckets = buildUnnamed4099();
}
buildCounterGooglePrivacyDlpV2KAnonymityResult--;
return o;
@@ -3569,19 +3569,19 @@
api.GooglePrivacyDlpV2KAnonymityResult o) {
buildCounterGooglePrivacyDlpV2KAnonymityResult++;
if (buildCounterGooglePrivacyDlpV2KAnonymityResult < 3) {
- checkUnnamed4089(o.equivalenceClassHistogramBuckets!);
+ checkUnnamed4099(o.equivalenceClassHistogramBuckets!);
}
buildCounterGooglePrivacyDlpV2KAnonymityResult--;
}
-core.List<api.GooglePrivacyDlpV2AuxiliaryTable> buildUnnamed4090() {
+core.List<api.GooglePrivacyDlpV2AuxiliaryTable> buildUnnamed4100() {
var o = <api.GooglePrivacyDlpV2AuxiliaryTable>[];
o.add(buildGooglePrivacyDlpV2AuxiliaryTable());
o.add(buildGooglePrivacyDlpV2AuxiliaryTable());
return o;
}
-void checkUnnamed4090(core.List<api.GooglePrivacyDlpV2AuxiliaryTable> o) {
+void checkUnnamed4100(core.List<api.GooglePrivacyDlpV2AuxiliaryTable> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2AuxiliaryTable(
o[0] as api.GooglePrivacyDlpV2AuxiliaryTable);
@@ -3589,14 +3589,14 @@
o[1] as api.GooglePrivacyDlpV2AuxiliaryTable);
}
-core.List<api.GooglePrivacyDlpV2TaggedField> buildUnnamed4091() {
+core.List<api.GooglePrivacyDlpV2TaggedField> buildUnnamed4101() {
var o = <api.GooglePrivacyDlpV2TaggedField>[];
o.add(buildGooglePrivacyDlpV2TaggedField());
o.add(buildGooglePrivacyDlpV2TaggedField());
return o;
}
-void checkUnnamed4091(core.List<api.GooglePrivacyDlpV2TaggedField> o) {
+void checkUnnamed4101(core.List<api.GooglePrivacyDlpV2TaggedField> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2TaggedField(o[0] as api.GooglePrivacyDlpV2TaggedField);
checkGooglePrivacyDlpV2TaggedField(o[1] as api.GooglePrivacyDlpV2TaggedField);
@@ -3608,8 +3608,8 @@
var o = api.GooglePrivacyDlpV2KMapEstimationConfig();
buildCounterGooglePrivacyDlpV2KMapEstimationConfig++;
if (buildCounterGooglePrivacyDlpV2KMapEstimationConfig < 3) {
- o.auxiliaryTables = buildUnnamed4090();
- o.quasiIds = buildUnnamed4091();
+ o.auxiliaryTables = buildUnnamed4100();
+ o.quasiIds = buildUnnamed4101();
o.regionCode = 'foo';
}
buildCounterGooglePrivacyDlpV2KMapEstimationConfig--;
@@ -3620,8 +3620,8 @@
api.GooglePrivacyDlpV2KMapEstimationConfig o) {
buildCounterGooglePrivacyDlpV2KMapEstimationConfig++;
if (buildCounterGooglePrivacyDlpV2KMapEstimationConfig < 3) {
- checkUnnamed4090(o.auxiliaryTables!);
- checkUnnamed4091(o.quasiIds!);
+ checkUnnamed4100(o.auxiliaryTables!);
+ checkUnnamed4101(o.quasiIds!);
unittest.expect(
o.regionCode!,
unittest.equals('foo'),
@@ -3631,14 +3631,14 @@
}
core.List<api.GooglePrivacyDlpV2KMapEstimationQuasiIdValues>
- buildUnnamed4092() {
+ buildUnnamed4102() {
var o = <api.GooglePrivacyDlpV2KMapEstimationQuasiIdValues>[];
o.add(buildGooglePrivacyDlpV2KMapEstimationQuasiIdValues());
o.add(buildGooglePrivacyDlpV2KMapEstimationQuasiIdValues());
return o;
}
-void checkUnnamed4092(
+void checkUnnamed4102(
core.List<api.GooglePrivacyDlpV2KMapEstimationQuasiIdValues> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2KMapEstimationQuasiIdValues(
@@ -3655,7 +3655,7 @@
if (buildCounterGooglePrivacyDlpV2KMapEstimationHistogramBucket < 3) {
o.bucketSize = 'foo';
o.bucketValueCount = 'foo';
- o.bucketValues = buildUnnamed4092();
+ o.bucketValues = buildUnnamed4102();
o.maxAnonymity = 'foo';
o.minAnonymity = 'foo';
}
@@ -3675,7 +3675,7 @@
o.bucketValueCount!,
unittest.equals('foo'),
);
- checkUnnamed4092(o.bucketValues!);
+ checkUnnamed4102(o.bucketValues!);
unittest.expect(
o.maxAnonymity!,
unittest.equals('foo'),
@@ -3688,14 +3688,14 @@
buildCounterGooglePrivacyDlpV2KMapEstimationHistogramBucket--;
}
-core.List<api.GooglePrivacyDlpV2Value> buildUnnamed4093() {
+core.List<api.GooglePrivacyDlpV2Value> buildUnnamed4103() {
var o = <api.GooglePrivacyDlpV2Value>[];
o.add(buildGooglePrivacyDlpV2Value());
o.add(buildGooglePrivacyDlpV2Value());
return o;
}
-void checkUnnamed4093(core.List<api.GooglePrivacyDlpV2Value> o) {
+void checkUnnamed4103(core.List<api.GooglePrivacyDlpV2Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Value(o[0] as api.GooglePrivacyDlpV2Value);
checkGooglePrivacyDlpV2Value(o[1] as api.GooglePrivacyDlpV2Value);
@@ -3708,7 +3708,7 @@
buildCounterGooglePrivacyDlpV2KMapEstimationQuasiIdValues++;
if (buildCounterGooglePrivacyDlpV2KMapEstimationQuasiIdValues < 3) {
o.estimatedAnonymity = 'foo';
- o.quasiIdsValues = buildUnnamed4093();
+ o.quasiIdsValues = buildUnnamed4103();
}
buildCounterGooglePrivacyDlpV2KMapEstimationQuasiIdValues--;
return o;
@@ -3722,20 +3722,20 @@
o.estimatedAnonymity!,
unittest.equals('foo'),
);
- checkUnnamed4093(o.quasiIdsValues!);
+ checkUnnamed4103(o.quasiIdsValues!);
}
buildCounterGooglePrivacyDlpV2KMapEstimationQuasiIdValues--;
}
core.List<api.GooglePrivacyDlpV2KMapEstimationHistogramBucket>
- buildUnnamed4094() {
+ buildUnnamed4104() {
var o = <api.GooglePrivacyDlpV2KMapEstimationHistogramBucket>[];
o.add(buildGooglePrivacyDlpV2KMapEstimationHistogramBucket());
o.add(buildGooglePrivacyDlpV2KMapEstimationHistogramBucket());
return o;
}
-void checkUnnamed4094(
+void checkUnnamed4104(
core.List<api.GooglePrivacyDlpV2KMapEstimationHistogramBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2KMapEstimationHistogramBucket(
@@ -3750,7 +3750,7 @@
var o = api.GooglePrivacyDlpV2KMapEstimationResult();
buildCounterGooglePrivacyDlpV2KMapEstimationResult++;
if (buildCounterGooglePrivacyDlpV2KMapEstimationResult < 3) {
- o.kMapEstimationHistogram = buildUnnamed4094();
+ o.kMapEstimationHistogram = buildUnnamed4104();
}
buildCounterGooglePrivacyDlpV2KMapEstimationResult--;
return o;
@@ -3760,19 +3760,19 @@
api.GooglePrivacyDlpV2KMapEstimationResult o) {
buildCounterGooglePrivacyDlpV2KMapEstimationResult++;
if (buildCounterGooglePrivacyDlpV2KMapEstimationResult < 3) {
- checkUnnamed4094(o.kMapEstimationHistogram!);
+ checkUnnamed4104(o.kMapEstimationHistogram!);
}
buildCounterGooglePrivacyDlpV2KMapEstimationResult--;
}
-core.List<api.GooglePrivacyDlpV2PathElement> buildUnnamed4095() {
+core.List<api.GooglePrivacyDlpV2PathElement> buildUnnamed4105() {
var o = <api.GooglePrivacyDlpV2PathElement>[];
o.add(buildGooglePrivacyDlpV2PathElement());
o.add(buildGooglePrivacyDlpV2PathElement());
return o;
}
-void checkUnnamed4095(core.List<api.GooglePrivacyDlpV2PathElement> o) {
+void checkUnnamed4105(core.List<api.GooglePrivacyDlpV2PathElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2PathElement(o[0] as api.GooglePrivacyDlpV2PathElement);
checkGooglePrivacyDlpV2PathElement(o[1] as api.GooglePrivacyDlpV2PathElement);
@@ -3784,7 +3784,7 @@
buildCounterGooglePrivacyDlpV2Key++;
if (buildCounterGooglePrivacyDlpV2Key < 3) {
o.partitionId = buildGooglePrivacyDlpV2PartitionId();
- o.path = buildUnnamed4095();
+ o.path = buildUnnamed4105();
}
buildCounterGooglePrivacyDlpV2Key--;
return o;
@@ -3795,7 +3795,7 @@
if (buildCounterGooglePrivacyDlpV2Key < 3) {
checkGooglePrivacyDlpV2PartitionId(
o.partitionId! as api.GooglePrivacyDlpV2PartitionId);
- checkUnnamed4095(o.path!);
+ checkUnnamed4105(o.path!);
}
buildCounterGooglePrivacyDlpV2Key--;
}
@@ -3852,14 +3852,14 @@
buildCounterGooglePrivacyDlpV2KmsWrappedCryptoKey--;
}
-core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed4096() {
+core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed4106() {
var o = <api.GooglePrivacyDlpV2FieldId>[];
o.add(buildGooglePrivacyDlpV2FieldId());
o.add(buildGooglePrivacyDlpV2FieldId());
return o;
}
-void checkUnnamed4096(core.List<api.GooglePrivacyDlpV2FieldId> o) {
+void checkUnnamed4106(core.List<api.GooglePrivacyDlpV2FieldId> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldId(o[0] as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2FieldId(o[1] as api.GooglePrivacyDlpV2FieldId);
@@ -3871,7 +3871,7 @@
var o = api.GooglePrivacyDlpV2LDiversityConfig();
buildCounterGooglePrivacyDlpV2LDiversityConfig++;
if (buildCounterGooglePrivacyDlpV2LDiversityConfig < 3) {
- o.quasiIds = buildUnnamed4096();
+ o.quasiIds = buildUnnamed4106();
o.sensitiveAttribute = buildGooglePrivacyDlpV2FieldId();
}
buildCounterGooglePrivacyDlpV2LDiversityConfig--;
@@ -3882,34 +3882,34 @@
api.GooglePrivacyDlpV2LDiversityConfig o) {
buildCounterGooglePrivacyDlpV2LDiversityConfig++;
if (buildCounterGooglePrivacyDlpV2LDiversityConfig < 3) {
- checkUnnamed4096(o.quasiIds!);
+ checkUnnamed4106(o.quasiIds!);
checkGooglePrivacyDlpV2FieldId(
o.sensitiveAttribute! as api.GooglePrivacyDlpV2FieldId);
}
buildCounterGooglePrivacyDlpV2LDiversityConfig--;
}
-core.List<api.GooglePrivacyDlpV2Value> buildUnnamed4097() {
+core.List<api.GooglePrivacyDlpV2Value> buildUnnamed4107() {
var o = <api.GooglePrivacyDlpV2Value>[];
o.add(buildGooglePrivacyDlpV2Value());
o.add(buildGooglePrivacyDlpV2Value());
return o;
}
-void checkUnnamed4097(core.List<api.GooglePrivacyDlpV2Value> o) {
+void checkUnnamed4107(core.List<api.GooglePrivacyDlpV2Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Value(o[0] as api.GooglePrivacyDlpV2Value);
checkGooglePrivacyDlpV2Value(o[1] as api.GooglePrivacyDlpV2Value);
}
-core.List<api.GooglePrivacyDlpV2ValueFrequency> buildUnnamed4098() {
+core.List<api.GooglePrivacyDlpV2ValueFrequency> buildUnnamed4108() {
var o = <api.GooglePrivacyDlpV2ValueFrequency>[];
o.add(buildGooglePrivacyDlpV2ValueFrequency());
o.add(buildGooglePrivacyDlpV2ValueFrequency());
return o;
}
-void checkUnnamed4098(core.List<api.GooglePrivacyDlpV2ValueFrequency> o) {
+void checkUnnamed4108(core.List<api.GooglePrivacyDlpV2ValueFrequency> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2ValueFrequency(
o[0] as api.GooglePrivacyDlpV2ValueFrequency);
@@ -3925,8 +3925,8 @@
if (buildCounterGooglePrivacyDlpV2LDiversityEquivalenceClass < 3) {
o.equivalenceClassSize = 'foo';
o.numDistinctSensitiveValues = 'foo';
- o.quasiIdsValues = buildUnnamed4097();
- o.topSensitiveValues = buildUnnamed4098();
+ o.quasiIdsValues = buildUnnamed4107();
+ o.topSensitiveValues = buildUnnamed4108();
}
buildCounterGooglePrivacyDlpV2LDiversityEquivalenceClass--;
return o;
@@ -3944,20 +3944,20 @@
o.numDistinctSensitiveValues!,
unittest.equals('foo'),
);
- checkUnnamed4097(o.quasiIdsValues!);
- checkUnnamed4098(o.topSensitiveValues!);
+ checkUnnamed4107(o.quasiIdsValues!);
+ checkUnnamed4108(o.topSensitiveValues!);
}
buildCounterGooglePrivacyDlpV2LDiversityEquivalenceClass--;
}
-core.List<api.GooglePrivacyDlpV2LDiversityEquivalenceClass> buildUnnamed4099() {
+core.List<api.GooglePrivacyDlpV2LDiversityEquivalenceClass> buildUnnamed4109() {
var o = <api.GooglePrivacyDlpV2LDiversityEquivalenceClass>[];
o.add(buildGooglePrivacyDlpV2LDiversityEquivalenceClass());
o.add(buildGooglePrivacyDlpV2LDiversityEquivalenceClass());
return o;
}
-void checkUnnamed4099(
+void checkUnnamed4109(
core.List<api.GooglePrivacyDlpV2LDiversityEquivalenceClass> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2LDiversityEquivalenceClass(
@@ -3974,7 +3974,7 @@
if (buildCounterGooglePrivacyDlpV2LDiversityHistogramBucket < 3) {
o.bucketSize = 'foo';
o.bucketValueCount = 'foo';
- o.bucketValues = buildUnnamed4099();
+ o.bucketValues = buildUnnamed4109();
o.sensitiveValueFrequencyLowerBound = 'foo';
o.sensitiveValueFrequencyUpperBound = 'foo';
}
@@ -3994,7 +3994,7 @@
o.bucketValueCount!,
unittest.equals('foo'),
);
- checkUnnamed4099(o.bucketValues!);
+ checkUnnamed4109(o.bucketValues!);
unittest.expect(
o.sensitiveValueFrequencyLowerBound!,
unittest.equals('foo'),
@@ -4007,14 +4007,14 @@
buildCounterGooglePrivacyDlpV2LDiversityHistogramBucket--;
}
-core.List<api.GooglePrivacyDlpV2LDiversityHistogramBucket> buildUnnamed4100() {
+core.List<api.GooglePrivacyDlpV2LDiversityHistogramBucket> buildUnnamed4110() {
var o = <api.GooglePrivacyDlpV2LDiversityHistogramBucket>[];
o.add(buildGooglePrivacyDlpV2LDiversityHistogramBucket());
o.add(buildGooglePrivacyDlpV2LDiversityHistogramBucket());
return o;
}
-void checkUnnamed4100(
+void checkUnnamed4110(
core.List<api.GooglePrivacyDlpV2LDiversityHistogramBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2LDiversityHistogramBucket(
@@ -4029,7 +4029,7 @@
var o = api.GooglePrivacyDlpV2LDiversityResult();
buildCounterGooglePrivacyDlpV2LDiversityResult++;
if (buildCounterGooglePrivacyDlpV2LDiversityResult < 3) {
- o.sensitiveValueFrequencyHistogramBuckets = buildUnnamed4100();
+ o.sensitiveValueFrequencyHistogramBuckets = buildUnnamed4110();
}
buildCounterGooglePrivacyDlpV2LDiversityResult--;
return o;
@@ -4039,7 +4039,7 @@
api.GooglePrivacyDlpV2LDiversityResult o) {
buildCounterGooglePrivacyDlpV2LDiversityResult++;
if (buildCounterGooglePrivacyDlpV2LDiversityResult < 3) {
- checkUnnamed4100(o.sensitiveValueFrequencyHistogramBuckets!);
+ checkUnnamed4110(o.sensitiveValueFrequencyHistogramBuckets!);
}
buildCounterGooglePrivacyDlpV2LDiversityResult--;
}
@@ -4142,14 +4142,14 @@
buildCounterGooglePrivacyDlpV2LikelihoodAdjustment--;
}
-core.List<api.GooglePrivacyDlpV2DeidentifyTemplate> buildUnnamed4101() {
+core.List<api.GooglePrivacyDlpV2DeidentifyTemplate> buildUnnamed4111() {
var o = <api.GooglePrivacyDlpV2DeidentifyTemplate>[];
o.add(buildGooglePrivacyDlpV2DeidentifyTemplate());
o.add(buildGooglePrivacyDlpV2DeidentifyTemplate());
return o;
}
-void checkUnnamed4101(core.List<api.GooglePrivacyDlpV2DeidentifyTemplate> o) {
+void checkUnnamed4111(core.List<api.GooglePrivacyDlpV2DeidentifyTemplate> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2DeidentifyTemplate(
o[0] as api.GooglePrivacyDlpV2DeidentifyTemplate);
@@ -4163,7 +4163,7 @@
var o = api.GooglePrivacyDlpV2ListDeidentifyTemplatesResponse();
buildCounterGooglePrivacyDlpV2ListDeidentifyTemplatesResponse++;
if (buildCounterGooglePrivacyDlpV2ListDeidentifyTemplatesResponse < 3) {
- o.deidentifyTemplates = buildUnnamed4101();
+ o.deidentifyTemplates = buildUnnamed4111();
o.nextPageToken = 'foo';
}
buildCounterGooglePrivacyDlpV2ListDeidentifyTemplatesResponse--;
@@ -4174,7 +4174,7 @@
api.GooglePrivacyDlpV2ListDeidentifyTemplatesResponse o) {
buildCounterGooglePrivacyDlpV2ListDeidentifyTemplatesResponse++;
if (buildCounterGooglePrivacyDlpV2ListDeidentifyTemplatesResponse < 3) {
- checkUnnamed4101(o.deidentifyTemplates!);
+ checkUnnamed4111(o.deidentifyTemplates!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4183,14 +4183,14 @@
buildCounterGooglePrivacyDlpV2ListDeidentifyTemplatesResponse--;
}
-core.List<api.GooglePrivacyDlpV2DlpJob> buildUnnamed4102() {
+core.List<api.GooglePrivacyDlpV2DlpJob> buildUnnamed4112() {
var o = <api.GooglePrivacyDlpV2DlpJob>[];
o.add(buildGooglePrivacyDlpV2DlpJob());
o.add(buildGooglePrivacyDlpV2DlpJob());
return o;
}
-void checkUnnamed4102(core.List<api.GooglePrivacyDlpV2DlpJob> o) {
+void checkUnnamed4112(core.List<api.GooglePrivacyDlpV2DlpJob> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2DlpJob(o[0] as api.GooglePrivacyDlpV2DlpJob);
checkGooglePrivacyDlpV2DlpJob(o[1] as api.GooglePrivacyDlpV2DlpJob);
@@ -4202,7 +4202,7 @@
var o = api.GooglePrivacyDlpV2ListDlpJobsResponse();
buildCounterGooglePrivacyDlpV2ListDlpJobsResponse++;
if (buildCounterGooglePrivacyDlpV2ListDlpJobsResponse < 3) {
- o.jobs = buildUnnamed4102();
+ o.jobs = buildUnnamed4112();
o.nextPageToken = 'foo';
}
buildCounterGooglePrivacyDlpV2ListDlpJobsResponse--;
@@ -4213,7 +4213,7 @@
api.GooglePrivacyDlpV2ListDlpJobsResponse o) {
buildCounterGooglePrivacyDlpV2ListDlpJobsResponse++;
if (buildCounterGooglePrivacyDlpV2ListDlpJobsResponse < 3) {
- checkUnnamed4102(o.jobs!);
+ checkUnnamed4112(o.jobs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4222,14 +4222,14 @@
buildCounterGooglePrivacyDlpV2ListDlpJobsResponse--;
}
-core.List<api.GooglePrivacyDlpV2InfoTypeDescription> buildUnnamed4103() {
+core.List<api.GooglePrivacyDlpV2InfoTypeDescription> buildUnnamed4113() {
var o = <api.GooglePrivacyDlpV2InfoTypeDescription>[];
o.add(buildGooglePrivacyDlpV2InfoTypeDescription());
o.add(buildGooglePrivacyDlpV2InfoTypeDescription());
return o;
}
-void checkUnnamed4103(core.List<api.GooglePrivacyDlpV2InfoTypeDescription> o) {
+void checkUnnamed4113(core.List<api.GooglePrivacyDlpV2InfoTypeDescription> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoTypeDescription(
o[0] as api.GooglePrivacyDlpV2InfoTypeDescription);
@@ -4243,7 +4243,7 @@
var o = api.GooglePrivacyDlpV2ListInfoTypesResponse();
buildCounterGooglePrivacyDlpV2ListInfoTypesResponse++;
if (buildCounterGooglePrivacyDlpV2ListInfoTypesResponse < 3) {
- o.infoTypes = buildUnnamed4103();
+ o.infoTypes = buildUnnamed4113();
}
buildCounterGooglePrivacyDlpV2ListInfoTypesResponse--;
return o;
@@ -4253,19 +4253,19 @@
api.GooglePrivacyDlpV2ListInfoTypesResponse o) {
buildCounterGooglePrivacyDlpV2ListInfoTypesResponse++;
if (buildCounterGooglePrivacyDlpV2ListInfoTypesResponse < 3) {
- checkUnnamed4103(o.infoTypes!);
+ checkUnnamed4113(o.infoTypes!);
}
buildCounterGooglePrivacyDlpV2ListInfoTypesResponse--;
}
-core.List<api.GooglePrivacyDlpV2InspectTemplate> buildUnnamed4104() {
+core.List<api.GooglePrivacyDlpV2InspectTemplate> buildUnnamed4114() {
var o = <api.GooglePrivacyDlpV2InspectTemplate>[];
o.add(buildGooglePrivacyDlpV2InspectTemplate());
o.add(buildGooglePrivacyDlpV2InspectTemplate());
return o;
}
-void checkUnnamed4104(core.List<api.GooglePrivacyDlpV2InspectTemplate> o) {
+void checkUnnamed4114(core.List<api.GooglePrivacyDlpV2InspectTemplate> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InspectTemplate(
o[0] as api.GooglePrivacyDlpV2InspectTemplate);
@@ -4279,7 +4279,7 @@
var o = api.GooglePrivacyDlpV2ListInspectTemplatesResponse();
buildCounterGooglePrivacyDlpV2ListInspectTemplatesResponse++;
if (buildCounterGooglePrivacyDlpV2ListInspectTemplatesResponse < 3) {
- o.inspectTemplates = buildUnnamed4104();
+ o.inspectTemplates = buildUnnamed4114();
o.nextPageToken = 'foo';
}
buildCounterGooglePrivacyDlpV2ListInspectTemplatesResponse--;
@@ -4290,7 +4290,7 @@
api.GooglePrivacyDlpV2ListInspectTemplatesResponse o) {
buildCounterGooglePrivacyDlpV2ListInspectTemplatesResponse++;
if (buildCounterGooglePrivacyDlpV2ListInspectTemplatesResponse < 3) {
- checkUnnamed4104(o.inspectTemplates!);
+ checkUnnamed4114(o.inspectTemplates!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4299,14 +4299,14 @@
buildCounterGooglePrivacyDlpV2ListInspectTemplatesResponse--;
}
-core.List<api.GooglePrivacyDlpV2JobTrigger> buildUnnamed4105() {
+core.List<api.GooglePrivacyDlpV2JobTrigger> buildUnnamed4115() {
var o = <api.GooglePrivacyDlpV2JobTrigger>[];
o.add(buildGooglePrivacyDlpV2JobTrigger());
o.add(buildGooglePrivacyDlpV2JobTrigger());
return o;
}
-void checkUnnamed4105(core.List<api.GooglePrivacyDlpV2JobTrigger> o) {
+void checkUnnamed4115(core.List<api.GooglePrivacyDlpV2JobTrigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2JobTrigger(o[0] as api.GooglePrivacyDlpV2JobTrigger);
checkGooglePrivacyDlpV2JobTrigger(o[1] as api.GooglePrivacyDlpV2JobTrigger);
@@ -4318,7 +4318,7 @@
var o = api.GooglePrivacyDlpV2ListJobTriggersResponse();
buildCounterGooglePrivacyDlpV2ListJobTriggersResponse++;
if (buildCounterGooglePrivacyDlpV2ListJobTriggersResponse < 3) {
- o.jobTriggers = buildUnnamed4105();
+ o.jobTriggers = buildUnnamed4115();
o.nextPageToken = 'foo';
}
buildCounterGooglePrivacyDlpV2ListJobTriggersResponse--;
@@ -4329,7 +4329,7 @@
api.GooglePrivacyDlpV2ListJobTriggersResponse o) {
buildCounterGooglePrivacyDlpV2ListJobTriggersResponse++;
if (buildCounterGooglePrivacyDlpV2ListJobTriggersResponse < 3) {
- checkUnnamed4105(o.jobTriggers!);
+ checkUnnamed4115(o.jobTriggers!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -4338,14 +4338,14 @@
buildCounterGooglePrivacyDlpV2ListJobTriggersResponse--;
}
-core.List<api.GooglePrivacyDlpV2StoredInfoType> buildUnnamed4106() {
+core.List<api.GooglePrivacyDlpV2StoredInfoType> buildUnnamed4116() {
var o = <api.GooglePrivacyDlpV2StoredInfoType>[];
o.add(buildGooglePrivacyDlpV2StoredInfoType());
o.add(buildGooglePrivacyDlpV2StoredInfoType());
return o;
}
-void checkUnnamed4106(core.List<api.GooglePrivacyDlpV2StoredInfoType> o) {
+void checkUnnamed4116(core.List<api.GooglePrivacyDlpV2StoredInfoType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2StoredInfoType(
o[0] as api.GooglePrivacyDlpV2StoredInfoType);
@@ -4360,7 +4360,7 @@
buildCounterGooglePrivacyDlpV2ListStoredInfoTypesResponse++;
if (buildCounterGooglePrivacyDlpV2ListStoredInfoTypesResponse < 3) {
o.nextPageToken = 'foo';
- o.storedInfoTypes = buildUnnamed4106();
+ o.storedInfoTypes = buildUnnamed4116();
}
buildCounterGooglePrivacyDlpV2ListStoredInfoTypesResponse--;
return o;
@@ -4374,19 +4374,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4106(o.storedInfoTypes!);
+ checkUnnamed4116(o.storedInfoTypes!);
}
buildCounterGooglePrivacyDlpV2ListStoredInfoTypesResponse--;
}
-core.List<api.GooglePrivacyDlpV2ContentLocation> buildUnnamed4107() {
+core.List<api.GooglePrivacyDlpV2ContentLocation> buildUnnamed4117() {
var o = <api.GooglePrivacyDlpV2ContentLocation>[];
o.add(buildGooglePrivacyDlpV2ContentLocation());
o.add(buildGooglePrivacyDlpV2ContentLocation());
return o;
}
-void checkUnnamed4107(core.List<api.GooglePrivacyDlpV2ContentLocation> o) {
+void checkUnnamed4117(core.List<api.GooglePrivacyDlpV2ContentLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2ContentLocation(
o[0] as api.GooglePrivacyDlpV2ContentLocation);
@@ -4402,7 +4402,7 @@
o.byteRange = buildGooglePrivacyDlpV2Range();
o.codepointRange = buildGooglePrivacyDlpV2Range();
o.container = buildGooglePrivacyDlpV2Container();
- o.contentLocations = buildUnnamed4107();
+ o.contentLocations = buildUnnamed4117();
}
buildCounterGooglePrivacyDlpV2Location--;
return o;
@@ -4416,7 +4416,7 @@
o.codepointRange! as api.GooglePrivacyDlpV2Range);
checkGooglePrivacyDlpV2Container(
o.container! as api.GooglePrivacyDlpV2Container);
- checkUnnamed4107(o.contentLocations!);
+ checkUnnamed4117(o.contentLocations!);
}
buildCounterGooglePrivacyDlpV2Location--;
}
@@ -4484,14 +4484,14 @@
buildCounterGooglePrivacyDlpV2NumericalStatsConfig--;
}
-core.List<api.GooglePrivacyDlpV2Value> buildUnnamed4108() {
+core.List<api.GooglePrivacyDlpV2Value> buildUnnamed4118() {
var o = <api.GooglePrivacyDlpV2Value>[];
o.add(buildGooglePrivacyDlpV2Value());
o.add(buildGooglePrivacyDlpV2Value());
return o;
}
-void checkUnnamed4108(core.List<api.GooglePrivacyDlpV2Value> o) {
+void checkUnnamed4118(core.List<api.GooglePrivacyDlpV2Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Value(o[0] as api.GooglePrivacyDlpV2Value);
checkGooglePrivacyDlpV2Value(o[1] as api.GooglePrivacyDlpV2Value);
@@ -4505,7 +4505,7 @@
if (buildCounterGooglePrivacyDlpV2NumericalStatsResult < 3) {
o.maxValue = buildGooglePrivacyDlpV2Value();
o.minValue = buildGooglePrivacyDlpV2Value();
- o.quantileValues = buildUnnamed4108();
+ o.quantileValues = buildUnnamed4118();
}
buildCounterGooglePrivacyDlpV2NumericalStatsResult--;
return o;
@@ -4517,7 +4517,7 @@
if (buildCounterGooglePrivacyDlpV2NumericalStatsResult < 3) {
checkGooglePrivacyDlpV2Value(o.maxValue! as api.GooglePrivacyDlpV2Value);
checkGooglePrivacyDlpV2Value(o.minValue! as api.GooglePrivacyDlpV2Value);
- checkUnnamed4108(o.quantileValues!);
+ checkUnnamed4118(o.quantileValues!);
}
buildCounterGooglePrivacyDlpV2NumericalStatsResult--;
}
@@ -4953,14 +4953,14 @@
buildCounterGooglePrivacyDlpV2RecordCondition--;
}
-core.List<core.String> buildUnnamed4109() {
+core.List<core.String> buildUnnamed4119() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4109(core.List<core.String> o) {
+void checkUnnamed4119(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4979,7 +4979,7 @@
if (buildCounterGooglePrivacyDlpV2RecordKey < 3) {
o.bigQueryKey = buildGooglePrivacyDlpV2BigQueryKey();
o.datastoreKey = buildGooglePrivacyDlpV2DatastoreKey();
- o.idValues = buildUnnamed4109();
+ o.idValues = buildUnnamed4119();
}
buildCounterGooglePrivacyDlpV2RecordKey--;
return o;
@@ -4992,7 +4992,7 @@
o.bigQueryKey! as api.GooglePrivacyDlpV2BigQueryKey);
checkGooglePrivacyDlpV2DatastoreKey(
o.datastoreKey! as api.GooglePrivacyDlpV2DatastoreKey);
- checkUnnamed4109(o.idValues!);
+ checkUnnamed4119(o.idValues!);
}
buildCounterGooglePrivacyDlpV2RecordKey--;
}
@@ -5045,14 +5045,14 @@
buildCounterGooglePrivacyDlpV2RecordSuppression--;
}
-core.List<api.GooglePrivacyDlpV2FieldTransformation> buildUnnamed4110() {
+core.List<api.GooglePrivacyDlpV2FieldTransformation> buildUnnamed4120() {
var o = <api.GooglePrivacyDlpV2FieldTransformation>[];
o.add(buildGooglePrivacyDlpV2FieldTransformation());
o.add(buildGooglePrivacyDlpV2FieldTransformation());
return o;
}
-void checkUnnamed4110(core.List<api.GooglePrivacyDlpV2FieldTransformation> o) {
+void checkUnnamed4120(core.List<api.GooglePrivacyDlpV2FieldTransformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldTransformation(
o[0] as api.GooglePrivacyDlpV2FieldTransformation);
@@ -5060,14 +5060,14 @@
o[1] as api.GooglePrivacyDlpV2FieldTransformation);
}
-core.List<api.GooglePrivacyDlpV2RecordSuppression> buildUnnamed4111() {
+core.List<api.GooglePrivacyDlpV2RecordSuppression> buildUnnamed4121() {
var o = <api.GooglePrivacyDlpV2RecordSuppression>[];
o.add(buildGooglePrivacyDlpV2RecordSuppression());
o.add(buildGooglePrivacyDlpV2RecordSuppression());
return o;
}
-void checkUnnamed4111(core.List<api.GooglePrivacyDlpV2RecordSuppression> o) {
+void checkUnnamed4121(core.List<api.GooglePrivacyDlpV2RecordSuppression> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2RecordSuppression(
o[0] as api.GooglePrivacyDlpV2RecordSuppression);
@@ -5081,8 +5081,8 @@
var o = api.GooglePrivacyDlpV2RecordTransformations();
buildCounterGooglePrivacyDlpV2RecordTransformations++;
if (buildCounterGooglePrivacyDlpV2RecordTransformations < 3) {
- o.fieldTransformations = buildUnnamed4110();
- o.recordSuppressions = buildUnnamed4111();
+ o.fieldTransformations = buildUnnamed4120();
+ o.recordSuppressions = buildUnnamed4121();
}
buildCounterGooglePrivacyDlpV2RecordTransformations--;
return o;
@@ -5092,8 +5092,8 @@
api.GooglePrivacyDlpV2RecordTransformations o) {
buildCounterGooglePrivacyDlpV2RecordTransformations++;
if (buildCounterGooglePrivacyDlpV2RecordTransformations < 3) {
- checkUnnamed4110(o.fieldTransformations!);
- checkUnnamed4111(o.recordSuppressions!);
+ checkUnnamed4120(o.fieldTransformations!);
+ checkUnnamed4121(o.recordSuppressions!);
}
buildCounterGooglePrivacyDlpV2RecordTransformations--;
}
@@ -5113,14 +5113,14 @@
buildCounterGooglePrivacyDlpV2RedactConfig--;
}
-core.List<api.GooglePrivacyDlpV2ImageRedactionConfig> buildUnnamed4112() {
+core.List<api.GooglePrivacyDlpV2ImageRedactionConfig> buildUnnamed4122() {
var o = <api.GooglePrivacyDlpV2ImageRedactionConfig>[];
o.add(buildGooglePrivacyDlpV2ImageRedactionConfig());
o.add(buildGooglePrivacyDlpV2ImageRedactionConfig());
return o;
}
-void checkUnnamed4112(core.List<api.GooglePrivacyDlpV2ImageRedactionConfig> o) {
+void checkUnnamed4122(core.List<api.GooglePrivacyDlpV2ImageRedactionConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2ImageRedactionConfig(
o[0] as api.GooglePrivacyDlpV2ImageRedactionConfig);
@@ -5135,7 +5135,7 @@
buildCounterGooglePrivacyDlpV2RedactImageRequest++;
if (buildCounterGooglePrivacyDlpV2RedactImageRequest < 3) {
o.byteItem = buildGooglePrivacyDlpV2ByteContentItem();
- o.imageRedactionConfigs = buildUnnamed4112();
+ o.imageRedactionConfigs = buildUnnamed4122();
o.includeFindings = true;
o.inspectConfig = buildGooglePrivacyDlpV2InspectConfig();
o.locationId = 'foo';
@@ -5150,7 +5150,7 @@
if (buildCounterGooglePrivacyDlpV2RedactImageRequest < 3) {
checkGooglePrivacyDlpV2ByteContentItem(
o.byteItem! as api.GooglePrivacyDlpV2ByteContentItem);
- checkUnnamed4112(o.imageRedactionConfigs!);
+ checkUnnamed4122(o.imageRedactionConfigs!);
unittest.expect(o.includeFindings!, unittest.isTrue);
checkGooglePrivacyDlpV2InspectConfig(
o.inspectConfig! as api.GooglePrivacyDlpV2InspectConfig);
@@ -5194,14 +5194,14 @@
buildCounterGooglePrivacyDlpV2RedactImageResponse--;
}
-core.List<core.int> buildUnnamed4113() {
+core.List<core.int> buildUnnamed4123() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed4113(core.List<core.int> o) {
+void checkUnnamed4123(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5218,7 +5218,7 @@
var o = api.GooglePrivacyDlpV2Regex();
buildCounterGooglePrivacyDlpV2Regex++;
if (buildCounterGooglePrivacyDlpV2Regex < 3) {
- o.groupIndexes = buildUnnamed4113();
+ o.groupIndexes = buildUnnamed4123();
o.pattern = 'foo';
}
buildCounterGooglePrivacyDlpV2Regex--;
@@ -5228,7 +5228,7 @@
void checkGooglePrivacyDlpV2Regex(api.GooglePrivacyDlpV2Regex o) {
buildCounterGooglePrivacyDlpV2Regex++;
if (buildCounterGooglePrivacyDlpV2Regex < 3) {
- checkUnnamed4113(o.groupIndexes!);
+ checkUnnamed4123(o.groupIndexes!);
unittest.expect(
o.pattern!,
unittest.equals('foo'),
@@ -5390,14 +5390,14 @@
buildCounterGooglePrivacyDlpV2RequestedRiskAnalysisOptions--;
}
-core.List<api.GooglePrivacyDlpV2InfoTypeStats> buildUnnamed4114() {
+core.List<api.GooglePrivacyDlpV2InfoTypeStats> buildUnnamed4124() {
var o = <api.GooglePrivacyDlpV2InfoTypeStats>[];
o.add(buildGooglePrivacyDlpV2InfoTypeStats());
o.add(buildGooglePrivacyDlpV2InfoTypeStats());
return o;
}
-void checkUnnamed4114(core.List<api.GooglePrivacyDlpV2InfoTypeStats> o) {
+void checkUnnamed4124(core.List<api.GooglePrivacyDlpV2InfoTypeStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2InfoTypeStats(
o[0] as api.GooglePrivacyDlpV2InfoTypeStats);
@@ -5411,7 +5411,7 @@
buildCounterGooglePrivacyDlpV2Result++;
if (buildCounterGooglePrivacyDlpV2Result < 3) {
o.hybridStats = buildGooglePrivacyDlpV2HybridInspectStatistics();
- o.infoTypeStats = buildUnnamed4114();
+ o.infoTypeStats = buildUnnamed4124();
o.processedBytes = 'foo';
o.totalEstimatedBytes = 'foo';
}
@@ -5424,7 +5424,7 @@
if (buildCounterGooglePrivacyDlpV2Result < 3) {
checkGooglePrivacyDlpV2HybridInspectStatistics(
o.hybridStats! as api.GooglePrivacyDlpV2HybridInspectStatistics);
- checkUnnamed4114(o.infoTypeStats!);
+ checkUnnamed4124(o.infoTypeStats!);
unittest.expect(
o.processedBytes!,
unittest.equals('foo'),
@@ -5437,14 +5437,14 @@
buildCounterGooglePrivacyDlpV2Result--;
}
-core.List<api.GooglePrivacyDlpV2Action> buildUnnamed4115() {
+core.List<api.GooglePrivacyDlpV2Action> buildUnnamed4125() {
var o = <api.GooglePrivacyDlpV2Action>[];
o.add(buildGooglePrivacyDlpV2Action());
o.add(buildGooglePrivacyDlpV2Action());
return o;
}
-void checkUnnamed4115(core.List<api.GooglePrivacyDlpV2Action> o) {
+void checkUnnamed4125(core.List<api.GooglePrivacyDlpV2Action> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Action(o[0] as api.GooglePrivacyDlpV2Action);
checkGooglePrivacyDlpV2Action(o[1] as api.GooglePrivacyDlpV2Action);
@@ -5456,7 +5456,7 @@
var o = api.GooglePrivacyDlpV2RiskAnalysisJobConfig();
buildCounterGooglePrivacyDlpV2RiskAnalysisJobConfig++;
if (buildCounterGooglePrivacyDlpV2RiskAnalysisJobConfig < 3) {
- o.actions = buildUnnamed4115();
+ o.actions = buildUnnamed4125();
o.privacyMetric = buildGooglePrivacyDlpV2PrivacyMetric();
o.sourceTable = buildGooglePrivacyDlpV2BigQueryTable();
}
@@ -5468,7 +5468,7 @@
api.GooglePrivacyDlpV2RiskAnalysisJobConfig o) {
buildCounterGooglePrivacyDlpV2RiskAnalysisJobConfig++;
if (buildCounterGooglePrivacyDlpV2RiskAnalysisJobConfig < 3) {
- checkUnnamed4115(o.actions!);
+ checkUnnamed4125(o.actions!);
checkGooglePrivacyDlpV2PrivacyMetric(
o.privacyMetric! as api.GooglePrivacyDlpV2PrivacyMetric);
checkGooglePrivacyDlpV2BigQueryTable(
@@ -5477,14 +5477,14 @@
buildCounterGooglePrivacyDlpV2RiskAnalysisJobConfig--;
}
-core.List<api.GooglePrivacyDlpV2Value> buildUnnamed4116() {
+core.List<api.GooglePrivacyDlpV2Value> buildUnnamed4126() {
var o = <api.GooglePrivacyDlpV2Value>[];
o.add(buildGooglePrivacyDlpV2Value());
o.add(buildGooglePrivacyDlpV2Value());
return o;
}
-void checkUnnamed4116(core.List<api.GooglePrivacyDlpV2Value> o) {
+void checkUnnamed4126(core.List<api.GooglePrivacyDlpV2Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Value(o[0] as api.GooglePrivacyDlpV2Value);
checkGooglePrivacyDlpV2Value(o[1] as api.GooglePrivacyDlpV2Value);
@@ -5495,7 +5495,7 @@
var o = api.GooglePrivacyDlpV2Row();
buildCounterGooglePrivacyDlpV2Row++;
if (buildCounterGooglePrivacyDlpV2Row < 3) {
- o.values = buildUnnamed4116();
+ o.values = buildUnnamed4126();
}
buildCounterGooglePrivacyDlpV2Row--;
return o;
@@ -5504,7 +5504,7 @@
void checkGooglePrivacyDlpV2Row(api.GooglePrivacyDlpV2Row o) {
buildCounterGooglePrivacyDlpV2Row++;
if (buildCounterGooglePrivacyDlpV2Row < 3) {
- checkUnnamed4116(o.values!);
+ checkUnnamed4126(o.values!);
}
buildCounterGooglePrivacyDlpV2Row--;
}
@@ -5551,14 +5551,14 @@
buildCounterGooglePrivacyDlpV2Schedule--;
}
-core.List<api.GooglePrivacyDlpV2QuasiIdentifierField> buildUnnamed4117() {
+core.List<api.GooglePrivacyDlpV2QuasiIdentifierField> buildUnnamed4127() {
var o = <api.GooglePrivacyDlpV2QuasiIdentifierField>[];
o.add(buildGooglePrivacyDlpV2QuasiIdentifierField());
o.add(buildGooglePrivacyDlpV2QuasiIdentifierField());
return o;
}
-void checkUnnamed4117(core.List<api.GooglePrivacyDlpV2QuasiIdentifierField> o) {
+void checkUnnamed4127(core.List<api.GooglePrivacyDlpV2QuasiIdentifierField> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2QuasiIdentifierField(
o[0] as api.GooglePrivacyDlpV2QuasiIdentifierField);
@@ -5572,7 +5572,7 @@
var o = api.GooglePrivacyDlpV2StatisticalTable();
buildCounterGooglePrivacyDlpV2StatisticalTable++;
if (buildCounterGooglePrivacyDlpV2StatisticalTable < 3) {
- o.quasiIds = buildUnnamed4117();
+ o.quasiIds = buildUnnamed4127();
o.relativeFrequency = buildGooglePrivacyDlpV2FieldId();
o.table = buildGooglePrivacyDlpV2BigQueryTable();
}
@@ -5584,7 +5584,7 @@
api.GooglePrivacyDlpV2StatisticalTable o) {
buildCounterGooglePrivacyDlpV2StatisticalTable++;
if (buildCounterGooglePrivacyDlpV2StatisticalTable < 3) {
- checkUnnamed4117(o.quasiIds!);
+ checkUnnamed4127(o.quasiIds!);
checkGooglePrivacyDlpV2FieldId(
o.relativeFrequency! as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2BigQueryTable(
@@ -5650,14 +5650,14 @@
buildCounterGooglePrivacyDlpV2StorageMetadataLabel--;
}
-core.List<api.GooglePrivacyDlpV2StoredInfoTypeVersion> buildUnnamed4118() {
+core.List<api.GooglePrivacyDlpV2StoredInfoTypeVersion> buildUnnamed4128() {
var o = <api.GooglePrivacyDlpV2StoredInfoTypeVersion>[];
o.add(buildGooglePrivacyDlpV2StoredInfoTypeVersion());
o.add(buildGooglePrivacyDlpV2StoredInfoTypeVersion());
return o;
}
-void checkUnnamed4118(
+void checkUnnamed4128(
core.List<api.GooglePrivacyDlpV2StoredInfoTypeVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2StoredInfoTypeVersion(
@@ -5673,7 +5673,7 @@
if (buildCounterGooglePrivacyDlpV2StoredInfoType < 3) {
o.currentVersion = buildGooglePrivacyDlpV2StoredInfoTypeVersion();
o.name = 'foo';
- o.pendingVersions = buildUnnamed4118();
+ o.pendingVersions = buildUnnamed4128();
}
buildCounterGooglePrivacyDlpV2StoredInfoType--;
return o;
@@ -5689,7 +5689,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4118(o.pendingVersions!);
+ checkUnnamed4128(o.pendingVersions!);
}
buildCounterGooglePrivacyDlpV2StoredInfoType--;
}
@@ -5755,14 +5755,14 @@
buildCounterGooglePrivacyDlpV2StoredInfoTypeStats--;
}
-core.List<api.GooglePrivacyDlpV2Error> buildUnnamed4119() {
+core.List<api.GooglePrivacyDlpV2Error> buildUnnamed4129() {
var o = <api.GooglePrivacyDlpV2Error>[];
o.add(buildGooglePrivacyDlpV2Error());
o.add(buildGooglePrivacyDlpV2Error());
return o;
}
-void checkUnnamed4119(core.List<api.GooglePrivacyDlpV2Error> o) {
+void checkUnnamed4129(core.List<api.GooglePrivacyDlpV2Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Error(o[0] as api.GooglePrivacyDlpV2Error);
checkGooglePrivacyDlpV2Error(o[1] as api.GooglePrivacyDlpV2Error);
@@ -5776,7 +5776,7 @@
if (buildCounterGooglePrivacyDlpV2StoredInfoTypeVersion < 3) {
o.config = buildGooglePrivacyDlpV2StoredInfoTypeConfig();
o.createTime = 'foo';
- o.errors = buildUnnamed4119();
+ o.errors = buildUnnamed4129();
o.state = 'foo';
o.stats = buildGooglePrivacyDlpV2StoredInfoTypeStats();
}
@@ -5794,7 +5794,7 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed4119(o.errors!);
+ checkUnnamed4129(o.errors!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -5881,27 +5881,27 @@
buildCounterGooglePrivacyDlpV2SurrogateType--;
}
-core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed4120() {
+core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed4130() {
var o = <api.GooglePrivacyDlpV2FieldId>[];
o.add(buildGooglePrivacyDlpV2FieldId());
o.add(buildGooglePrivacyDlpV2FieldId());
return o;
}
-void checkUnnamed4120(core.List<api.GooglePrivacyDlpV2FieldId> o) {
+void checkUnnamed4130(core.List<api.GooglePrivacyDlpV2FieldId> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldId(o[0] as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2FieldId(o[1] as api.GooglePrivacyDlpV2FieldId);
}
-core.List<api.GooglePrivacyDlpV2Row> buildUnnamed4121() {
+core.List<api.GooglePrivacyDlpV2Row> buildUnnamed4131() {
var o = <api.GooglePrivacyDlpV2Row>[];
o.add(buildGooglePrivacyDlpV2Row());
o.add(buildGooglePrivacyDlpV2Row());
return o;
}
-void checkUnnamed4121(core.List<api.GooglePrivacyDlpV2Row> o) {
+void checkUnnamed4131(core.List<api.GooglePrivacyDlpV2Row> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2Row(o[0] as api.GooglePrivacyDlpV2Row);
checkGooglePrivacyDlpV2Row(o[1] as api.GooglePrivacyDlpV2Row);
@@ -5912,8 +5912,8 @@
var o = api.GooglePrivacyDlpV2Table();
buildCounterGooglePrivacyDlpV2Table++;
if (buildCounterGooglePrivacyDlpV2Table < 3) {
- o.headers = buildUnnamed4120();
- o.rows = buildUnnamed4121();
+ o.headers = buildUnnamed4130();
+ o.rows = buildUnnamed4131();
}
buildCounterGooglePrivacyDlpV2Table--;
return o;
@@ -5922,8 +5922,8 @@
void checkGooglePrivacyDlpV2Table(api.GooglePrivacyDlpV2Table o) {
buildCounterGooglePrivacyDlpV2Table++;
if (buildCounterGooglePrivacyDlpV2Table < 3) {
- checkUnnamed4120(o.headers!);
- checkUnnamed4121(o.rows!);
+ checkUnnamed4130(o.headers!);
+ checkUnnamed4131(o.rows!);
}
buildCounterGooglePrivacyDlpV2Table--;
}
@@ -5951,14 +5951,14 @@
buildCounterGooglePrivacyDlpV2TableLocation--;
}
-core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed4122() {
+core.List<api.GooglePrivacyDlpV2FieldId> buildUnnamed4132() {
var o = <api.GooglePrivacyDlpV2FieldId>[];
o.add(buildGooglePrivacyDlpV2FieldId());
o.add(buildGooglePrivacyDlpV2FieldId());
return o;
}
-void checkUnnamed4122(core.List<api.GooglePrivacyDlpV2FieldId> o) {
+void checkUnnamed4132(core.List<api.GooglePrivacyDlpV2FieldId> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldId(o[0] as api.GooglePrivacyDlpV2FieldId);
checkGooglePrivacyDlpV2FieldId(o[1] as api.GooglePrivacyDlpV2FieldId);
@@ -5969,7 +5969,7 @@
var o = api.GooglePrivacyDlpV2TableOptions();
buildCounterGooglePrivacyDlpV2TableOptions++;
if (buildCounterGooglePrivacyDlpV2TableOptions < 3) {
- o.identifyingFields = buildUnnamed4122();
+ o.identifyingFields = buildUnnamed4132();
}
buildCounterGooglePrivacyDlpV2TableOptions--;
return o;
@@ -5978,7 +5978,7 @@
void checkGooglePrivacyDlpV2TableOptions(api.GooglePrivacyDlpV2TableOptions o) {
buildCounterGooglePrivacyDlpV2TableOptions++;
if (buildCounterGooglePrivacyDlpV2TableOptions < 3) {
- checkUnnamed4122(o.identifyingFields!);
+ checkUnnamed4132(o.identifyingFields!);
}
buildCounterGooglePrivacyDlpV2TableOptions--;
}
@@ -6130,14 +6130,14 @@
buildCounterGooglePrivacyDlpV2TransformationErrorHandling--;
}
-core.List<api.GooglePrivacyDlpV2TransformationSummary> buildUnnamed4123() {
+core.List<api.GooglePrivacyDlpV2TransformationSummary> buildUnnamed4133() {
var o = <api.GooglePrivacyDlpV2TransformationSummary>[];
o.add(buildGooglePrivacyDlpV2TransformationSummary());
o.add(buildGooglePrivacyDlpV2TransformationSummary());
return o;
}
-void checkUnnamed4123(
+void checkUnnamed4133(
core.List<api.GooglePrivacyDlpV2TransformationSummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2TransformationSummary(
@@ -6152,7 +6152,7 @@
var o = api.GooglePrivacyDlpV2TransformationOverview();
buildCounterGooglePrivacyDlpV2TransformationOverview++;
if (buildCounterGooglePrivacyDlpV2TransformationOverview < 3) {
- o.transformationSummaries = buildUnnamed4123();
+ o.transformationSummaries = buildUnnamed4133();
o.transformedBytes = 'foo';
}
buildCounterGooglePrivacyDlpV2TransformationOverview--;
@@ -6163,7 +6163,7 @@
api.GooglePrivacyDlpV2TransformationOverview o) {
buildCounterGooglePrivacyDlpV2TransformationOverview++;
if (buildCounterGooglePrivacyDlpV2TransformationOverview < 3) {
- checkUnnamed4123(o.transformationSummaries!);
+ checkUnnamed4133(o.transformationSummaries!);
unittest.expect(
o.transformedBytes!,
unittest.equals('foo'),
@@ -6172,14 +6172,14 @@
buildCounterGooglePrivacyDlpV2TransformationOverview--;
}
-core.List<api.GooglePrivacyDlpV2FieldTransformation> buildUnnamed4124() {
+core.List<api.GooglePrivacyDlpV2FieldTransformation> buildUnnamed4134() {
var o = <api.GooglePrivacyDlpV2FieldTransformation>[];
o.add(buildGooglePrivacyDlpV2FieldTransformation());
o.add(buildGooglePrivacyDlpV2FieldTransformation());
return o;
}
-void checkUnnamed4124(core.List<api.GooglePrivacyDlpV2FieldTransformation> o) {
+void checkUnnamed4134(core.List<api.GooglePrivacyDlpV2FieldTransformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2FieldTransformation(
o[0] as api.GooglePrivacyDlpV2FieldTransformation);
@@ -6187,14 +6187,14 @@
o[1] as api.GooglePrivacyDlpV2FieldTransformation);
}
-core.List<api.GooglePrivacyDlpV2SummaryResult> buildUnnamed4125() {
+core.List<api.GooglePrivacyDlpV2SummaryResult> buildUnnamed4135() {
var o = <api.GooglePrivacyDlpV2SummaryResult>[];
o.add(buildGooglePrivacyDlpV2SummaryResult());
o.add(buildGooglePrivacyDlpV2SummaryResult());
return o;
}
-void checkUnnamed4125(core.List<api.GooglePrivacyDlpV2SummaryResult> o) {
+void checkUnnamed4135(core.List<api.GooglePrivacyDlpV2SummaryResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGooglePrivacyDlpV2SummaryResult(
o[0] as api.GooglePrivacyDlpV2SummaryResult);
@@ -6209,10 +6209,10 @@
buildCounterGooglePrivacyDlpV2TransformationSummary++;
if (buildCounterGooglePrivacyDlpV2TransformationSummary < 3) {
o.field = buildGooglePrivacyDlpV2FieldId();
- o.fieldTransformations = buildUnnamed4124();
+ o.fieldTransformations = buildUnnamed4134();
o.infoType = buildGooglePrivacyDlpV2InfoType();
o.recordSuppress = buildGooglePrivacyDlpV2RecordSuppression();
- o.results = buildUnnamed4125();
+ o.results = buildUnnamed4135();
o.transformation = buildGooglePrivacyDlpV2PrimitiveTransformation();
o.transformedBytes = 'foo';
}
@@ -6225,12 +6225,12 @@
buildCounterGooglePrivacyDlpV2TransformationSummary++;
if (buildCounterGooglePrivacyDlpV2TransformationSummary < 3) {
checkGooglePrivacyDlpV2FieldId(o.field! as api.GooglePrivacyDlpV2FieldId);
- checkUnnamed4124(o.fieldTransformations!);
+ checkUnnamed4134(o.fieldTransformations!);
checkGooglePrivacyDlpV2InfoType(
o.infoType! as api.GooglePrivacyDlpV2InfoType);
checkGooglePrivacyDlpV2RecordSuppression(
o.recordSuppress! as api.GooglePrivacyDlpV2RecordSuppression);
- checkUnnamed4125(o.results!);
+ checkUnnamed4135(o.results!);
checkGooglePrivacyDlpV2PrimitiveTransformation(
o.transformation! as api.GooglePrivacyDlpV2PrimitiveTransformation);
unittest.expect(
@@ -6492,14 +6492,14 @@
buildCounterGooglePrivacyDlpV2ValueFrequency--;
}
-core.List<core.String> buildUnnamed4126() {
+core.List<core.String> buildUnnamed4136() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4126(core.List<core.String> o) {
+void checkUnnamed4136(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6516,7 +6516,7 @@
var o = api.GooglePrivacyDlpV2WordList();
buildCounterGooglePrivacyDlpV2WordList++;
if (buildCounterGooglePrivacyDlpV2WordList < 3) {
- o.words = buildUnnamed4126();
+ o.words = buildUnnamed4136();
}
buildCounterGooglePrivacyDlpV2WordList--;
return o;
@@ -6525,7 +6525,7 @@
void checkGooglePrivacyDlpV2WordList(api.GooglePrivacyDlpV2WordList o) {
buildCounterGooglePrivacyDlpV2WordList++;
if (buildCounterGooglePrivacyDlpV2WordList < 3) {
- checkUnnamed4126(o.words!);
+ checkUnnamed4136(o.words!);
}
buildCounterGooglePrivacyDlpV2WordList--;
}
@@ -6545,7 +6545,7 @@
buildCounterGoogleProtobufEmpty--;
}
-core.Map<core.String, core.Object> buildUnnamed4127() {
+core.Map<core.String, core.Object> buildUnnamed4137() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -6560,7 +6560,7 @@
return o;
}
-void checkUnnamed4127(core.Map<core.String, core.Object> o) {
+void checkUnnamed4137(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -6592,17 +6592,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4128() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4138() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4127());
- o.add(buildUnnamed4127());
+ o.add(buildUnnamed4137());
+ o.add(buildUnnamed4137());
return o;
}
-void checkUnnamed4128(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4138(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4127(o[0]);
- checkUnnamed4127(o[1]);
+ checkUnnamed4137(o[0]);
+ checkUnnamed4137(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -6611,7 +6611,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4128();
+ o.details = buildUnnamed4138();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -6625,7 +6625,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4128(o.details!);
+ checkUnnamed4138(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/dns/v1_test.dart b/generated/googleapis/test/dns/v1_test.dart
index 8fe3205..cf295fb 100644
--- a/generated/googleapis/test/dns/v1_test.dart
+++ b/generated/googleapis/test/dns/v1_test.dart
@@ -27,19 +27,6 @@
import '../test_shared.dart';
-core.List<api.ResourceRecordSet> buildUnnamed2238() {
- var o = <api.ResourceRecordSet>[];
- o.add(buildResourceRecordSet());
- o.add(buildResourceRecordSet());
- return o;
-}
-
-void checkUnnamed2238(core.List<api.ResourceRecordSet> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkResourceRecordSet(o[0] as api.ResourceRecordSet);
- checkResourceRecordSet(o[1] as api.ResourceRecordSet);
-}
-
core.List<api.ResourceRecordSet> buildUnnamed2239() {
var o = <api.ResourceRecordSet>[];
o.add(buildResourceRecordSet());
@@ -53,13 +40,26 @@
checkResourceRecordSet(o[1] as api.ResourceRecordSet);
}
+core.List<api.ResourceRecordSet> buildUnnamed2240() {
+ var o = <api.ResourceRecordSet>[];
+ o.add(buildResourceRecordSet());
+ o.add(buildResourceRecordSet());
+ return o;
+}
+
+void checkUnnamed2240(core.List<api.ResourceRecordSet> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkResourceRecordSet(o[0] as api.ResourceRecordSet);
+ checkResourceRecordSet(o[1] as api.ResourceRecordSet);
+}
+
core.int buildCounterChange = 0;
api.Change buildChange() {
var o = api.Change();
buildCounterChange++;
if (buildCounterChange < 3) {
- o.additions = buildUnnamed2238();
- o.deletions = buildUnnamed2239();
+ o.additions = buildUnnamed2239();
+ o.deletions = buildUnnamed2240();
o.id = 'foo';
o.isServing = true;
o.kind = 'foo';
@@ -73,8 +73,8 @@
void checkChange(api.Change o) {
buildCounterChange++;
if (buildCounterChange < 3) {
- checkUnnamed2238(o.additions!);
- checkUnnamed2239(o.deletions!);
+ checkUnnamed2239(o.additions!);
+ checkUnnamed2240(o.deletions!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -96,14 +96,14 @@
buildCounterChange--;
}
-core.List<api.Change> buildUnnamed2240() {
+core.List<api.Change> buildUnnamed2241() {
var o = <api.Change>[];
o.add(buildChange());
o.add(buildChange());
return o;
}
-void checkUnnamed2240(core.List<api.Change> o) {
+void checkUnnamed2241(core.List<api.Change> o) {
unittest.expect(o, unittest.hasLength(2));
checkChange(o[0] as api.Change);
checkChange(o[1] as api.Change);
@@ -114,7 +114,7 @@
var o = api.ChangesListResponse();
buildCounterChangesListResponse++;
if (buildCounterChangesListResponse < 3) {
- o.changes = buildUnnamed2240();
+ o.changes = buildUnnamed2241();
o.header = buildResponseHeader();
o.kind = 'foo';
o.nextPageToken = 'foo';
@@ -126,7 +126,7 @@
void checkChangesListResponse(api.ChangesListResponse o) {
buildCounterChangesListResponse++;
if (buildCounterChangesListResponse < 3) {
- checkUnnamed2240(o.changes!);
+ checkUnnamed2241(o.changes!);
checkResponseHeader(o.header! as api.ResponseHeader);
unittest.expect(
o.kind!,
@@ -140,14 +140,14 @@
buildCounterChangesListResponse--;
}
-core.List<api.DnsKeyDigest> buildUnnamed2241() {
+core.List<api.DnsKeyDigest> buildUnnamed2242() {
var o = <api.DnsKeyDigest>[];
o.add(buildDnsKeyDigest());
o.add(buildDnsKeyDigest());
return o;
}
-void checkUnnamed2241(core.List<api.DnsKeyDigest> o) {
+void checkUnnamed2242(core.List<api.DnsKeyDigest> o) {
unittest.expect(o, unittest.hasLength(2));
checkDnsKeyDigest(o[0] as api.DnsKeyDigest);
checkDnsKeyDigest(o[1] as api.DnsKeyDigest);
@@ -161,7 +161,7 @@
o.algorithm = 'foo';
o.creationTime = 'foo';
o.description = 'foo';
- o.digests = buildUnnamed2241();
+ o.digests = buildUnnamed2242();
o.id = 'foo';
o.isActive = true;
o.keyLength = 42;
@@ -189,7 +189,7 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed2241(o.digests!);
+ checkUnnamed2242(o.digests!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -283,14 +283,14 @@
buildCounterDnsKeySpec--;
}
-core.List<api.DnsKey> buildUnnamed2242() {
+core.List<api.DnsKey> buildUnnamed2243() {
var o = <api.DnsKey>[];
o.add(buildDnsKey());
o.add(buildDnsKey());
return o;
}
-void checkUnnamed2242(core.List<api.DnsKey> o) {
+void checkUnnamed2243(core.List<api.DnsKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkDnsKey(o[0] as api.DnsKey);
checkDnsKey(o[1] as api.DnsKey);
@@ -301,7 +301,7 @@
var o = api.DnsKeysListResponse();
buildCounterDnsKeysListResponse++;
if (buildCounterDnsKeysListResponse < 3) {
- o.dnsKeys = buildUnnamed2242();
+ o.dnsKeys = buildUnnamed2243();
o.header = buildResponseHeader();
o.kind = 'foo';
o.nextPageToken = 'foo';
@@ -313,7 +313,7 @@
void checkDnsKeysListResponse(api.DnsKeysListResponse o) {
buildCounterDnsKeysListResponse++;
if (buildCounterDnsKeysListResponse < 3) {
- checkUnnamed2242(o.dnsKeys!);
+ checkUnnamed2243(o.dnsKeys!);
checkResponseHeader(o.header! as api.ResponseHeader);
unittest.expect(
o.kind!,
@@ -327,14 +327,14 @@
buildCounterDnsKeysListResponse--;
}
-core.Map<core.String, core.String> buildUnnamed2243() {
+core.Map<core.String, core.String> buildUnnamed2244() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2243(core.Map<core.String, core.String> o) {
+void checkUnnamed2244(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -346,14 +346,14 @@
);
}
-core.List<core.String> buildUnnamed2244() {
+core.List<core.String> buildUnnamed2245() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2244(core.List<core.String> o) {
+void checkUnnamed2245(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -377,10 +377,10 @@
o.forwardingConfig = buildManagedZoneForwardingConfig();
o.id = 'foo';
o.kind = 'foo';
- o.labels = buildUnnamed2243();
+ o.labels = buildUnnamed2244();
o.name = 'foo';
o.nameServerSet = 'foo';
- o.nameServers = buildUnnamed2244();
+ o.nameServers = buildUnnamed2245();
o.peeringConfig = buildManagedZonePeeringConfig();
o.privateVisibilityConfig = buildManagedZonePrivateVisibilityConfig();
o.reverseLookupConfig = buildManagedZoneReverseLookupConfig();
@@ -418,7 +418,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2243(o.labels!);
+ checkUnnamed2244(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -427,7 +427,7 @@
o.nameServerSet!,
unittest.equals('foo'),
);
- checkUnnamed2244(o.nameServers!);
+ checkUnnamed2245(o.nameServers!);
checkManagedZonePeeringConfig(
o.peeringConfig! as api.ManagedZonePeeringConfig);
checkManagedZonePrivateVisibilityConfig(
@@ -444,14 +444,14 @@
buildCounterManagedZone--;
}
-core.List<api.DnsKeySpec> buildUnnamed2245() {
+core.List<api.DnsKeySpec> buildUnnamed2246() {
var o = <api.DnsKeySpec>[];
o.add(buildDnsKeySpec());
o.add(buildDnsKeySpec());
return o;
}
-void checkUnnamed2245(core.List<api.DnsKeySpec> o) {
+void checkUnnamed2246(core.List<api.DnsKeySpec> o) {
unittest.expect(o, unittest.hasLength(2));
checkDnsKeySpec(o[0] as api.DnsKeySpec);
checkDnsKeySpec(o[1] as api.DnsKeySpec);
@@ -462,7 +462,7 @@
var o = api.ManagedZoneDnsSecConfig();
buildCounterManagedZoneDnsSecConfig++;
if (buildCounterManagedZoneDnsSecConfig < 3) {
- o.defaultKeySpecs = buildUnnamed2245();
+ o.defaultKeySpecs = buildUnnamed2246();
o.kind = 'foo';
o.nonExistence = 'foo';
o.state = 'foo';
@@ -474,7 +474,7 @@
void checkManagedZoneDnsSecConfig(api.ManagedZoneDnsSecConfig o) {
buildCounterManagedZoneDnsSecConfig++;
if (buildCounterManagedZoneDnsSecConfig < 3) {
- checkUnnamed2245(o.defaultKeySpecs!);
+ checkUnnamed2246(o.defaultKeySpecs!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -491,14 +491,14 @@
buildCounterManagedZoneDnsSecConfig--;
}
-core.List<api.ManagedZoneForwardingConfigNameServerTarget> buildUnnamed2246() {
+core.List<api.ManagedZoneForwardingConfigNameServerTarget> buildUnnamed2247() {
var o = <api.ManagedZoneForwardingConfigNameServerTarget>[];
o.add(buildManagedZoneForwardingConfigNameServerTarget());
o.add(buildManagedZoneForwardingConfigNameServerTarget());
return o;
}
-void checkUnnamed2246(
+void checkUnnamed2247(
core.List<api.ManagedZoneForwardingConfigNameServerTarget> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedZoneForwardingConfigNameServerTarget(
@@ -513,7 +513,7 @@
buildCounterManagedZoneForwardingConfig++;
if (buildCounterManagedZoneForwardingConfig < 3) {
o.kind = 'foo';
- o.targetNameServers = buildUnnamed2246();
+ o.targetNameServers = buildUnnamed2247();
}
buildCounterManagedZoneForwardingConfig--;
return o;
@@ -526,7 +526,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2246(o.targetNameServers!);
+ checkUnnamed2247(o.targetNameServers!);
}
buildCounterManagedZoneForwardingConfig--;
}
@@ -565,14 +565,14 @@
buildCounterManagedZoneForwardingConfigNameServerTarget--;
}
-core.List<api.Operation> buildUnnamed2247() {
+core.List<api.Operation> buildUnnamed2248() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed2247(core.List<api.Operation> o) {
+void checkUnnamed2248(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -586,7 +586,7 @@
o.header = buildResponseHeader();
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.operations = buildUnnamed2247();
+ o.operations = buildUnnamed2248();
}
buildCounterManagedZoneOperationsListResponse--;
return o;
@@ -605,7 +605,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2247(o.operations!);
+ checkUnnamed2248(o.operations!);
}
buildCounterManagedZoneOperationsListResponse--;
}
@@ -669,14 +669,14 @@
buildCounterManagedZonePeeringConfigTargetNetwork--;
}
-core.List<api.ManagedZonePrivateVisibilityConfigNetwork> buildUnnamed2248() {
+core.List<api.ManagedZonePrivateVisibilityConfigNetwork> buildUnnamed2249() {
var o = <api.ManagedZonePrivateVisibilityConfigNetwork>[];
o.add(buildManagedZonePrivateVisibilityConfigNetwork());
o.add(buildManagedZonePrivateVisibilityConfigNetwork());
return o;
}
-void checkUnnamed2248(
+void checkUnnamed2249(
core.List<api.ManagedZonePrivateVisibilityConfigNetwork> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedZonePrivateVisibilityConfigNetwork(
@@ -692,7 +692,7 @@
buildCounterManagedZonePrivateVisibilityConfig++;
if (buildCounterManagedZonePrivateVisibilityConfig < 3) {
o.kind = 'foo';
- o.networks = buildUnnamed2248();
+ o.networks = buildUnnamed2249();
}
buildCounterManagedZonePrivateVisibilityConfig--;
return o;
@@ -706,7 +706,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2248(o.networks!);
+ checkUnnamed2249(o.networks!);
}
buildCounterManagedZonePrivateVisibilityConfig--;
}
@@ -822,14 +822,14 @@
buildCounterManagedZoneServiceDirectoryConfigNamespace--;
}
-core.List<api.ManagedZone> buildUnnamed2249() {
+core.List<api.ManagedZone> buildUnnamed2250() {
var o = <api.ManagedZone>[];
o.add(buildManagedZone());
o.add(buildManagedZone());
return o;
}
-void checkUnnamed2249(core.List<api.ManagedZone> o) {
+void checkUnnamed2250(core.List<api.ManagedZone> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedZone(o[0] as api.ManagedZone);
checkManagedZone(o[1] as api.ManagedZone);
@@ -842,7 +842,7 @@
if (buildCounterManagedZonesListResponse < 3) {
o.header = buildResponseHeader();
o.kind = 'foo';
- o.managedZones = buildUnnamed2249();
+ o.managedZones = buildUnnamed2250();
o.nextPageToken = 'foo';
}
buildCounterManagedZonesListResponse--;
@@ -857,7 +857,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2249(o.managedZones!);
+ checkUnnamed2250(o.managedZones!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -960,14 +960,14 @@
buildCounterOperationManagedZoneContext--;
}
-core.List<api.Policy> buildUnnamed2250() {
+core.List<api.Policy> buildUnnamed2251() {
var o = <api.Policy>[];
o.add(buildPolicy());
o.add(buildPolicy());
return o;
}
-void checkUnnamed2250(core.List<api.Policy> o) {
+void checkUnnamed2251(core.List<api.Policy> o) {
unittest.expect(o, unittest.hasLength(2));
checkPolicy(o[0] as api.Policy);
checkPolicy(o[1] as api.Policy);
@@ -981,7 +981,7 @@
o.header = buildResponseHeader();
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.policies = buildUnnamed2250();
+ o.policies = buildUnnamed2251();
}
buildCounterPoliciesListResponse--;
return o;
@@ -999,7 +999,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2250(o.policies!);
+ checkUnnamed2251(o.policies!);
}
buildCounterPoliciesListResponse--;
}
@@ -1046,14 +1046,14 @@
buildCounterPoliciesUpdateResponse--;
}
-core.List<api.PolicyNetwork> buildUnnamed2251() {
+core.List<api.PolicyNetwork> buildUnnamed2252() {
var o = <api.PolicyNetwork>[];
o.add(buildPolicyNetwork());
o.add(buildPolicyNetwork());
return o;
}
-void checkUnnamed2251(core.List<api.PolicyNetwork> o) {
+void checkUnnamed2252(core.List<api.PolicyNetwork> o) {
unittest.expect(o, unittest.hasLength(2));
checkPolicyNetwork(o[0] as api.PolicyNetwork);
checkPolicyNetwork(o[1] as api.PolicyNetwork);
@@ -1071,7 +1071,7 @@
o.id = 'foo';
o.kind = 'foo';
o.name = 'foo';
- o.networks = buildUnnamed2251();
+ o.networks = buildUnnamed2252();
}
buildCounterPolicy--;
return o;
@@ -1100,20 +1100,20 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2251(o.networks!);
+ checkUnnamed2252(o.networks!);
}
buildCounterPolicy--;
}
core.List<api.PolicyAlternativeNameServerConfigTargetNameServer>
- buildUnnamed2252() {
+ buildUnnamed2253() {
var o = <api.PolicyAlternativeNameServerConfigTargetNameServer>[];
o.add(buildPolicyAlternativeNameServerConfigTargetNameServer());
o.add(buildPolicyAlternativeNameServerConfigTargetNameServer());
return o;
}
-void checkUnnamed2252(
+void checkUnnamed2253(
core.List<api.PolicyAlternativeNameServerConfigTargetNameServer> o) {
unittest.expect(o, unittest.hasLength(2));
checkPolicyAlternativeNameServerConfigTargetNameServer(
@@ -1128,7 +1128,7 @@
buildCounterPolicyAlternativeNameServerConfig++;
if (buildCounterPolicyAlternativeNameServerConfig < 3) {
o.kind = 'foo';
- o.targetNameServers = buildUnnamed2252();
+ o.targetNameServers = buildUnnamed2253();
}
buildCounterPolicyAlternativeNameServerConfig--;
return o;
@@ -1142,7 +1142,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2252(o.targetNameServers!);
+ checkUnnamed2253(o.targetNameServers!);
}
buildCounterPolicyAlternativeNameServerConfig--;
}
@@ -1242,14 +1242,14 @@
buildCounterProject--;
}
-core.List<api.DnsKeySpec> buildUnnamed2253() {
+core.List<api.DnsKeySpec> buildUnnamed2254() {
var o = <api.DnsKeySpec>[];
o.add(buildDnsKeySpec());
o.add(buildDnsKeySpec());
return o;
}
-void checkUnnamed2253(core.List<api.DnsKeySpec> o) {
+void checkUnnamed2254(core.List<api.DnsKeySpec> o) {
unittest.expect(o, unittest.hasLength(2));
checkDnsKeySpec(o[0] as api.DnsKeySpec);
checkDnsKeySpec(o[1] as api.DnsKeySpec);
@@ -1274,7 +1274,7 @@
o.targetNameServersPerManagedZone = 42;
o.targetNameServersPerPolicy = 42;
o.totalRrdataSizePerChange = 42;
- o.whitelistedKeySpecs = buildUnnamed2253();
+ o.whitelistedKeySpecs = buildUnnamed2254();
}
buildCounterQuota--;
return o;
@@ -1339,30 +1339,11 @@
o.totalRrdataSizePerChange!,
unittest.equals(42),
);
- checkUnnamed2253(o.whitelistedKeySpecs!);
+ checkUnnamed2254(o.whitelistedKeySpecs!);
}
buildCounterQuota--;
}
-core.List<core.String> buildUnnamed2254() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2254(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'),
- );
-}
-
core.List<core.String> buildUnnamed2255() {
var o = <core.String>[];
o.add('foo');
@@ -1382,6 +1363,25 @@
);
}
+core.List<core.String> buildUnnamed2256() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2256(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'),
+ );
+}
+
core.int buildCounterResourceRecordSet = 0;
api.ResourceRecordSet buildResourceRecordSet() {
var o = api.ResourceRecordSet();
@@ -1389,8 +1389,8 @@
if (buildCounterResourceRecordSet < 3) {
o.kind = 'foo';
o.name = 'foo';
- o.rrdatas = buildUnnamed2254();
- o.signatureRrdatas = buildUnnamed2255();
+ o.rrdatas = buildUnnamed2255();
+ o.signatureRrdatas = buildUnnamed2256();
o.ttl = 42;
o.type = 'foo';
}
@@ -1409,8 +1409,8 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2254(o.rrdatas!);
- checkUnnamed2255(o.signatureRrdatas!);
+ checkUnnamed2255(o.rrdatas!);
+ checkUnnamed2256(o.signatureRrdatas!);
unittest.expect(
o.ttl!,
unittest.equals(42),
@@ -1439,14 +1439,14 @@
buildCounterResourceRecordSetsDeleteResponse--;
}
-core.List<api.ResourceRecordSet> buildUnnamed2256() {
+core.List<api.ResourceRecordSet> buildUnnamed2257() {
var o = <api.ResourceRecordSet>[];
o.add(buildResourceRecordSet());
o.add(buildResourceRecordSet());
return o;
}
-void checkUnnamed2256(core.List<api.ResourceRecordSet> o) {
+void checkUnnamed2257(core.List<api.ResourceRecordSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceRecordSet(o[0] as api.ResourceRecordSet);
checkResourceRecordSet(o[1] as api.ResourceRecordSet);
@@ -1460,7 +1460,7 @@
o.header = buildResponseHeader();
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.rrsets = buildUnnamed2256();
+ o.rrsets = buildUnnamed2257();
}
buildCounterResourceRecordSetsListResponse--;
return o;
@@ -1478,7 +1478,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2256(o.rrsets!);
+ checkUnnamed2257(o.rrsets!);
}
buildCounterResourceRecordSetsListResponse--;
}
diff --git a/generated/googleapis/test/docs/v1_test.dart b/generated/googleapis/test/docs/v1_test.dart
index 0c34363..d2bbb7b 100644
--- a/generated/googleapis/test/docs/v1_test.dart
+++ b/generated/googleapis/test/docs/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed7218() {
+core.List<core.String> buildUnnamed7269() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7218(core.List<core.String> o) {
+void checkUnnamed7269(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -46,14 +46,14 @@
);
}
-core.List<core.String> buildUnnamed7219() {
+core.List<core.String> buildUnnamed7270() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7219(core.List<core.String> o) {
+void checkUnnamed7270(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -65,14 +65,14 @@
);
}
-core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7220() {
+core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7271() {
var o = <core.String, api.SuggestedTextStyle>{};
o['x'] = buildSuggestedTextStyle();
o['y'] = buildSuggestedTextStyle();
return o;
}
-void checkUnnamed7220(core.Map<core.String, api.SuggestedTextStyle> o) {
+void checkUnnamed7271(core.Map<core.String, api.SuggestedTextStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedTextStyle(o['x']! as api.SuggestedTextStyle);
checkSuggestedTextStyle(o['y']! as api.SuggestedTextStyle);
@@ -83,9 +83,9 @@
var o = api.AutoText();
buildCounterAutoText++;
if (buildCounterAutoText < 3) {
- o.suggestedDeletionIds = buildUnnamed7218();
- o.suggestedInsertionIds = buildUnnamed7219();
- o.suggestedTextStyleChanges = buildUnnamed7220();
+ o.suggestedDeletionIds = buildUnnamed7269();
+ o.suggestedInsertionIds = buildUnnamed7270();
+ o.suggestedTextStyleChanges = buildUnnamed7271();
o.textStyle = buildTextStyle();
o.type = 'foo';
}
@@ -96,9 +96,9 @@
void checkAutoText(api.AutoText o) {
buildCounterAutoText++;
if (buildCounterAutoText < 3) {
- checkUnnamed7218(o.suggestedDeletionIds!);
- checkUnnamed7219(o.suggestedInsertionIds!);
- checkUnnamed7220(o.suggestedTextStyleChanges!);
+ checkUnnamed7269(o.suggestedDeletionIds!);
+ checkUnnamed7270(o.suggestedInsertionIds!);
+ checkUnnamed7271(o.suggestedTextStyleChanges!);
checkTextStyle(o.textStyle! as api.TextStyle);
unittest.expect(
o.type!,
@@ -146,14 +146,14 @@
buildCounterBackgroundSuggestionState--;
}
-core.List<api.Request> buildUnnamed7221() {
+core.List<api.Request> buildUnnamed7272() {
var o = <api.Request>[];
o.add(buildRequest());
o.add(buildRequest());
return o;
}
-void checkUnnamed7221(core.List<api.Request> o) {
+void checkUnnamed7272(core.List<api.Request> o) {
unittest.expect(o, unittest.hasLength(2));
checkRequest(o[0] as api.Request);
checkRequest(o[1] as api.Request);
@@ -164,7 +164,7 @@
var o = api.BatchUpdateDocumentRequest();
buildCounterBatchUpdateDocumentRequest++;
if (buildCounterBatchUpdateDocumentRequest < 3) {
- o.requests = buildUnnamed7221();
+ o.requests = buildUnnamed7272();
o.writeControl = buildWriteControl();
}
buildCounterBatchUpdateDocumentRequest--;
@@ -174,20 +174,20 @@
void checkBatchUpdateDocumentRequest(api.BatchUpdateDocumentRequest o) {
buildCounterBatchUpdateDocumentRequest++;
if (buildCounterBatchUpdateDocumentRequest < 3) {
- checkUnnamed7221(o.requests!);
+ checkUnnamed7272(o.requests!);
checkWriteControl(o.writeControl! as api.WriteControl);
}
buildCounterBatchUpdateDocumentRequest--;
}
-core.List<api.Response> buildUnnamed7222() {
+core.List<api.Response> buildUnnamed7273() {
var o = <api.Response>[];
o.add(buildResponse());
o.add(buildResponse());
return o;
}
-void checkUnnamed7222(core.List<api.Response> o) {
+void checkUnnamed7273(core.List<api.Response> o) {
unittest.expect(o, unittest.hasLength(2));
checkResponse(o[0] as api.Response);
checkResponse(o[1] as api.Response);
@@ -199,7 +199,7 @@
buildCounterBatchUpdateDocumentResponse++;
if (buildCounterBatchUpdateDocumentResponse < 3) {
o.documentId = 'foo';
- o.replies = buildUnnamed7222();
+ o.replies = buildUnnamed7273();
o.writeControl = buildWriteControl();
}
buildCounterBatchUpdateDocumentResponse--;
@@ -213,20 +213,20 @@
o.documentId!,
unittest.equals('foo'),
);
- checkUnnamed7222(o.replies!);
+ checkUnnamed7273(o.replies!);
checkWriteControl(o.writeControl! as api.WriteControl);
}
buildCounterBatchUpdateDocumentResponse--;
}
-core.List<api.StructuralElement> buildUnnamed7223() {
+core.List<api.StructuralElement> buildUnnamed7274() {
var o = <api.StructuralElement>[];
o.add(buildStructuralElement());
o.add(buildStructuralElement());
return o;
}
-void checkUnnamed7223(core.List<api.StructuralElement> o) {
+void checkUnnamed7274(core.List<api.StructuralElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkStructuralElement(o[0] as api.StructuralElement);
checkStructuralElement(o[1] as api.StructuralElement);
@@ -237,7 +237,7 @@
var o = api.Body();
buildCounterBody++;
if (buildCounterBody < 3) {
- o.content = buildUnnamed7223();
+ o.content = buildUnnamed7274();
}
buildCounterBody--;
return o;
@@ -246,7 +246,7 @@
void checkBody(api.Body o) {
buildCounterBody++;
if (buildCounterBody < 3) {
- checkUnnamed7223(o.content!);
+ checkUnnamed7274(o.content!);
}
buildCounterBody--;
}
@@ -323,14 +323,14 @@
buildCounterColor--;
}
-core.List<core.String> buildUnnamed7224() {
+core.List<core.String> buildUnnamed7275() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7224(core.List<core.String> o) {
+void checkUnnamed7275(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -342,14 +342,14 @@
);
}
-core.List<core.String> buildUnnamed7225() {
+core.List<core.String> buildUnnamed7276() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7225(core.List<core.String> o) {
+void checkUnnamed7276(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -361,14 +361,14 @@
);
}
-core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7226() {
+core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7277() {
var o = <core.String, api.SuggestedTextStyle>{};
o['x'] = buildSuggestedTextStyle();
o['y'] = buildSuggestedTextStyle();
return o;
}
-void checkUnnamed7226(core.Map<core.String, api.SuggestedTextStyle> o) {
+void checkUnnamed7277(core.Map<core.String, api.SuggestedTextStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedTextStyle(o['x']! as api.SuggestedTextStyle);
checkSuggestedTextStyle(o['y']! as api.SuggestedTextStyle);
@@ -379,9 +379,9 @@
var o = api.ColumnBreak();
buildCounterColumnBreak++;
if (buildCounterColumnBreak < 3) {
- o.suggestedDeletionIds = buildUnnamed7224();
- o.suggestedInsertionIds = buildUnnamed7225();
- o.suggestedTextStyleChanges = buildUnnamed7226();
+ o.suggestedDeletionIds = buildUnnamed7275();
+ o.suggestedInsertionIds = buildUnnamed7276();
+ o.suggestedTextStyleChanges = buildUnnamed7277();
o.textStyle = buildTextStyle();
}
buildCounterColumnBreak--;
@@ -391,9 +391,9 @@
void checkColumnBreak(api.ColumnBreak o) {
buildCounterColumnBreak++;
if (buildCounterColumnBreak < 3) {
- checkUnnamed7224(o.suggestedDeletionIds!);
- checkUnnamed7225(o.suggestedInsertionIds!);
- checkUnnamed7226(o.suggestedTextStyleChanges!);
+ checkUnnamed7275(o.suggestedDeletionIds!);
+ checkUnnamed7276(o.suggestedInsertionIds!);
+ checkUnnamed7277(o.suggestedTextStyleChanges!);
checkTextStyle(o.textStyle! as api.TextStyle);
}
buildCounterColumnBreak--;
@@ -870,118 +870,118 @@
buildCounterDimension--;
}
-core.Map<core.String, api.Footer> buildUnnamed7227() {
+core.Map<core.String, api.Footer> buildUnnamed7278() {
var o = <core.String, api.Footer>{};
o['x'] = buildFooter();
o['y'] = buildFooter();
return o;
}
-void checkUnnamed7227(core.Map<core.String, api.Footer> o) {
+void checkUnnamed7278(core.Map<core.String, api.Footer> o) {
unittest.expect(o, unittest.hasLength(2));
checkFooter(o['x']! as api.Footer);
checkFooter(o['y']! as api.Footer);
}
-core.Map<core.String, api.Footnote> buildUnnamed7228() {
+core.Map<core.String, api.Footnote> buildUnnamed7279() {
var o = <core.String, api.Footnote>{};
o['x'] = buildFootnote();
o['y'] = buildFootnote();
return o;
}
-void checkUnnamed7228(core.Map<core.String, api.Footnote> o) {
+void checkUnnamed7279(core.Map<core.String, api.Footnote> o) {
unittest.expect(o, unittest.hasLength(2));
checkFootnote(o['x']! as api.Footnote);
checkFootnote(o['y']! as api.Footnote);
}
-core.Map<core.String, api.Header> buildUnnamed7229() {
+core.Map<core.String, api.Header> buildUnnamed7280() {
var o = <core.String, api.Header>{};
o['x'] = buildHeader();
o['y'] = buildHeader();
return o;
}
-void checkUnnamed7229(core.Map<core.String, api.Header> o) {
+void checkUnnamed7280(core.Map<core.String, api.Header> o) {
unittest.expect(o, unittest.hasLength(2));
checkHeader(o['x']! as api.Header);
checkHeader(o['y']! as api.Header);
}
-core.Map<core.String, api.InlineObject> buildUnnamed7230() {
+core.Map<core.String, api.InlineObject> buildUnnamed7281() {
var o = <core.String, api.InlineObject>{};
o['x'] = buildInlineObject();
o['y'] = buildInlineObject();
return o;
}
-void checkUnnamed7230(core.Map<core.String, api.InlineObject> o) {
+void checkUnnamed7281(core.Map<core.String, api.InlineObject> o) {
unittest.expect(o, unittest.hasLength(2));
checkInlineObject(o['x']! as api.InlineObject);
checkInlineObject(o['y']! as api.InlineObject);
}
-core.Map<core.String, api.List> buildUnnamed7231() {
+core.Map<core.String, api.List> buildUnnamed7282() {
var o = <core.String, api.List>{};
o['x'] = buildList();
o['y'] = buildList();
return o;
}
-void checkUnnamed7231(core.Map<core.String, api.List> o) {
+void checkUnnamed7282(core.Map<core.String, api.List> o) {
unittest.expect(o, unittest.hasLength(2));
checkList(o['x']! as api.List);
checkList(o['y']! as api.List);
}
-core.Map<core.String, api.NamedRanges> buildUnnamed7232() {
+core.Map<core.String, api.NamedRanges> buildUnnamed7283() {
var o = <core.String, api.NamedRanges>{};
o['x'] = buildNamedRanges();
o['y'] = buildNamedRanges();
return o;
}
-void checkUnnamed7232(core.Map<core.String, api.NamedRanges> o) {
+void checkUnnamed7283(core.Map<core.String, api.NamedRanges> o) {
unittest.expect(o, unittest.hasLength(2));
checkNamedRanges(o['x']! as api.NamedRanges);
checkNamedRanges(o['y']! as api.NamedRanges);
}
-core.Map<core.String, api.PositionedObject> buildUnnamed7233() {
+core.Map<core.String, api.PositionedObject> buildUnnamed7284() {
var o = <core.String, api.PositionedObject>{};
o['x'] = buildPositionedObject();
o['y'] = buildPositionedObject();
return o;
}
-void checkUnnamed7233(core.Map<core.String, api.PositionedObject> o) {
+void checkUnnamed7284(core.Map<core.String, api.PositionedObject> o) {
unittest.expect(o, unittest.hasLength(2));
checkPositionedObject(o['x']! as api.PositionedObject);
checkPositionedObject(o['y']! as api.PositionedObject);
}
-core.Map<core.String, api.SuggestedDocumentStyle> buildUnnamed7234() {
+core.Map<core.String, api.SuggestedDocumentStyle> buildUnnamed7285() {
var o = <core.String, api.SuggestedDocumentStyle>{};
o['x'] = buildSuggestedDocumentStyle();
o['y'] = buildSuggestedDocumentStyle();
return o;
}
-void checkUnnamed7234(core.Map<core.String, api.SuggestedDocumentStyle> o) {
+void checkUnnamed7285(core.Map<core.String, api.SuggestedDocumentStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedDocumentStyle(o['x']! as api.SuggestedDocumentStyle);
checkSuggestedDocumentStyle(o['y']! as api.SuggestedDocumentStyle);
}
-core.Map<core.String, api.SuggestedNamedStyles> buildUnnamed7235() {
+core.Map<core.String, api.SuggestedNamedStyles> buildUnnamed7286() {
var o = <core.String, api.SuggestedNamedStyles>{};
o['x'] = buildSuggestedNamedStyles();
o['y'] = buildSuggestedNamedStyles();
return o;
}
-void checkUnnamed7235(core.Map<core.String, api.SuggestedNamedStyles> o) {
+void checkUnnamed7286(core.Map<core.String, api.SuggestedNamedStyles> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedNamedStyles(o['x']! as api.SuggestedNamedStyles);
checkSuggestedNamedStyles(o['y']! as api.SuggestedNamedStyles);
@@ -995,17 +995,17 @@
o.body = buildBody();
o.documentId = 'foo';
o.documentStyle = buildDocumentStyle();
- o.footers = buildUnnamed7227();
- o.footnotes = buildUnnamed7228();
- o.headers = buildUnnamed7229();
- o.inlineObjects = buildUnnamed7230();
- o.lists = buildUnnamed7231();
- o.namedRanges = buildUnnamed7232();
+ o.footers = buildUnnamed7278();
+ o.footnotes = buildUnnamed7279();
+ o.headers = buildUnnamed7280();
+ o.inlineObjects = buildUnnamed7281();
+ o.lists = buildUnnamed7282();
+ o.namedRanges = buildUnnamed7283();
o.namedStyles = buildNamedStyles();
- o.positionedObjects = buildUnnamed7233();
+ o.positionedObjects = buildUnnamed7284();
o.revisionId = 'foo';
- o.suggestedDocumentStyleChanges = buildUnnamed7234();
- o.suggestedNamedStylesChanges = buildUnnamed7235();
+ o.suggestedDocumentStyleChanges = buildUnnamed7285();
+ o.suggestedNamedStylesChanges = buildUnnamed7286();
o.suggestionsViewMode = 'foo';
o.title = 'foo';
}
@@ -1022,20 +1022,20 @@
unittest.equals('foo'),
);
checkDocumentStyle(o.documentStyle! as api.DocumentStyle);
- checkUnnamed7227(o.footers!);
- checkUnnamed7228(o.footnotes!);
- checkUnnamed7229(o.headers!);
- checkUnnamed7230(o.inlineObjects!);
- checkUnnamed7231(o.lists!);
- checkUnnamed7232(o.namedRanges!);
+ checkUnnamed7278(o.footers!);
+ checkUnnamed7279(o.footnotes!);
+ checkUnnamed7280(o.headers!);
+ checkUnnamed7281(o.inlineObjects!);
+ checkUnnamed7282(o.lists!);
+ checkUnnamed7283(o.namedRanges!);
checkNamedStyles(o.namedStyles! as api.NamedStyles);
- checkUnnamed7233(o.positionedObjects!);
+ checkUnnamed7284(o.positionedObjects!);
unittest.expect(
o.revisionId!,
unittest.equals('foo'),
);
- checkUnnamed7234(o.suggestedDocumentStyleChanges!);
- checkUnnamed7235(o.suggestedNamedStylesChanges!);
+ checkUnnamed7285(o.suggestedDocumentStyleChanges!);
+ checkUnnamed7286(o.suggestedNamedStylesChanges!);
unittest.expect(
o.suggestionsViewMode!,
unittest.equals('foo'),
@@ -1386,14 +1386,14 @@
buildCounterEndOfSegmentLocation--;
}
-core.List<core.String> buildUnnamed7236() {
+core.List<core.String> buildUnnamed7287() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7236(core.List<core.String> o) {
+void checkUnnamed7287(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1405,14 +1405,14 @@
);
}
-core.List<core.String> buildUnnamed7237() {
+core.List<core.String> buildUnnamed7288() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7237(core.List<core.String> o) {
+void checkUnnamed7288(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1429,8 +1429,8 @@
var o = api.Equation();
buildCounterEquation++;
if (buildCounterEquation < 3) {
- o.suggestedDeletionIds = buildUnnamed7236();
- o.suggestedInsertionIds = buildUnnamed7237();
+ o.suggestedDeletionIds = buildUnnamed7287();
+ o.suggestedInsertionIds = buildUnnamed7288();
}
buildCounterEquation--;
return o;
@@ -1439,20 +1439,20 @@
void checkEquation(api.Equation o) {
buildCounterEquation++;
if (buildCounterEquation < 3) {
- checkUnnamed7236(o.suggestedDeletionIds!);
- checkUnnamed7237(o.suggestedInsertionIds!);
+ checkUnnamed7287(o.suggestedDeletionIds!);
+ checkUnnamed7288(o.suggestedInsertionIds!);
}
buildCounterEquation--;
}
-core.List<api.StructuralElement> buildUnnamed7238() {
+core.List<api.StructuralElement> buildUnnamed7289() {
var o = <api.StructuralElement>[];
o.add(buildStructuralElement());
o.add(buildStructuralElement());
return o;
}
-void checkUnnamed7238(core.List<api.StructuralElement> o) {
+void checkUnnamed7289(core.List<api.StructuralElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkStructuralElement(o[0] as api.StructuralElement);
checkStructuralElement(o[1] as api.StructuralElement);
@@ -1463,7 +1463,7 @@
var o = api.Footer();
buildCounterFooter++;
if (buildCounterFooter < 3) {
- o.content = buildUnnamed7238();
+ o.content = buildUnnamed7289();
o.footerId = 'foo';
}
buildCounterFooter--;
@@ -1473,7 +1473,7 @@
void checkFooter(api.Footer o) {
buildCounterFooter++;
if (buildCounterFooter < 3) {
- checkUnnamed7238(o.content!);
+ checkUnnamed7289(o.content!);
unittest.expect(
o.footerId!,
unittest.equals('foo'),
@@ -1482,14 +1482,14 @@
buildCounterFooter--;
}
-core.List<api.StructuralElement> buildUnnamed7239() {
+core.List<api.StructuralElement> buildUnnamed7290() {
var o = <api.StructuralElement>[];
o.add(buildStructuralElement());
o.add(buildStructuralElement());
return o;
}
-void checkUnnamed7239(core.List<api.StructuralElement> o) {
+void checkUnnamed7290(core.List<api.StructuralElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkStructuralElement(o[0] as api.StructuralElement);
checkStructuralElement(o[1] as api.StructuralElement);
@@ -1500,7 +1500,7 @@
var o = api.Footnote();
buildCounterFootnote++;
if (buildCounterFootnote < 3) {
- o.content = buildUnnamed7239();
+ o.content = buildUnnamed7290();
o.footnoteId = 'foo';
}
buildCounterFootnote--;
@@ -1510,7 +1510,7 @@
void checkFootnote(api.Footnote o) {
buildCounterFootnote++;
if (buildCounterFootnote < 3) {
- checkUnnamed7239(o.content!);
+ checkUnnamed7290(o.content!);
unittest.expect(
o.footnoteId!,
unittest.equals('foo'),
@@ -1519,14 +1519,14 @@
buildCounterFootnote--;
}
-core.List<core.String> buildUnnamed7240() {
+core.List<core.String> buildUnnamed7291() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7240(core.List<core.String> o) {
+void checkUnnamed7291(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1538,14 +1538,14 @@
);
}
-core.List<core.String> buildUnnamed7241() {
+core.List<core.String> buildUnnamed7292() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7241(core.List<core.String> o) {
+void checkUnnamed7292(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1557,14 +1557,14 @@
);
}
-core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7242() {
+core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7293() {
var o = <core.String, api.SuggestedTextStyle>{};
o['x'] = buildSuggestedTextStyle();
o['y'] = buildSuggestedTextStyle();
return o;
}
-void checkUnnamed7242(core.Map<core.String, api.SuggestedTextStyle> o) {
+void checkUnnamed7293(core.Map<core.String, api.SuggestedTextStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedTextStyle(o['x']! as api.SuggestedTextStyle);
checkSuggestedTextStyle(o['y']! as api.SuggestedTextStyle);
@@ -1577,9 +1577,9 @@
if (buildCounterFootnoteReference < 3) {
o.footnoteId = 'foo';
o.footnoteNumber = 'foo';
- o.suggestedDeletionIds = buildUnnamed7240();
- o.suggestedInsertionIds = buildUnnamed7241();
- o.suggestedTextStyleChanges = buildUnnamed7242();
+ o.suggestedDeletionIds = buildUnnamed7291();
+ o.suggestedInsertionIds = buildUnnamed7292();
+ o.suggestedTextStyleChanges = buildUnnamed7293();
o.textStyle = buildTextStyle();
}
buildCounterFootnoteReference--;
@@ -1597,22 +1597,22 @@
o.footnoteNumber!,
unittest.equals('foo'),
);
- checkUnnamed7240(o.suggestedDeletionIds!);
- checkUnnamed7241(o.suggestedInsertionIds!);
- checkUnnamed7242(o.suggestedTextStyleChanges!);
+ checkUnnamed7291(o.suggestedDeletionIds!);
+ checkUnnamed7292(o.suggestedInsertionIds!);
+ checkUnnamed7293(o.suggestedTextStyleChanges!);
checkTextStyle(o.textStyle! as api.TextStyle);
}
buildCounterFootnoteReference--;
}
-core.List<api.StructuralElement> buildUnnamed7243() {
+core.List<api.StructuralElement> buildUnnamed7294() {
var o = <api.StructuralElement>[];
o.add(buildStructuralElement());
o.add(buildStructuralElement());
return o;
}
-void checkUnnamed7243(core.List<api.StructuralElement> o) {
+void checkUnnamed7294(core.List<api.StructuralElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkStructuralElement(o[0] as api.StructuralElement);
checkStructuralElement(o[1] as api.StructuralElement);
@@ -1623,7 +1623,7 @@
var o = api.Header();
buildCounterHeader++;
if (buildCounterHeader < 3) {
- o.content = buildUnnamed7243();
+ o.content = buildUnnamed7294();
o.headerId = 'foo';
}
buildCounterHeader--;
@@ -1633,7 +1633,7 @@
void checkHeader(api.Header o) {
buildCounterHeader++;
if (buildCounterHeader < 3) {
- checkUnnamed7243(o.content!);
+ checkUnnamed7294(o.content!);
unittest.expect(
o.headerId!,
unittest.equals('foo'),
@@ -1642,14 +1642,14 @@
buildCounterHeader--;
}
-core.List<core.String> buildUnnamed7244() {
+core.List<core.String> buildUnnamed7295() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7244(core.List<core.String> o) {
+void checkUnnamed7295(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1661,14 +1661,14 @@
);
}
-core.List<core.String> buildUnnamed7245() {
+core.List<core.String> buildUnnamed7296() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7245(core.List<core.String> o) {
+void checkUnnamed7296(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1680,14 +1680,14 @@
);
}
-core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7246() {
+core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7297() {
var o = <core.String, api.SuggestedTextStyle>{};
o['x'] = buildSuggestedTextStyle();
o['y'] = buildSuggestedTextStyle();
return o;
}
-void checkUnnamed7246(core.Map<core.String, api.SuggestedTextStyle> o) {
+void checkUnnamed7297(core.Map<core.String, api.SuggestedTextStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedTextStyle(o['x']! as api.SuggestedTextStyle);
checkSuggestedTextStyle(o['y']! as api.SuggestedTextStyle);
@@ -1698,9 +1698,9 @@
var o = api.HorizontalRule();
buildCounterHorizontalRule++;
if (buildCounterHorizontalRule < 3) {
- o.suggestedDeletionIds = buildUnnamed7244();
- o.suggestedInsertionIds = buildUnnamed7245();
- o.suggestedTextStyleChanges = buildUnnamed7246();
+ o.suggestedDeletionIds = buildUnnamed7295();
+ o.suggestedInsertionIds = buildUnnamed7296();
+ o.suggestedTextStyleChanges = buildUnnamed7297();
o.textStyle = buildTextStyle();
}
buildCounterHorizontalRule--;
@@ -1710,9 +1710,9 @@
void checkHorizontalRule(api.HorizontalRule o) {
buildCounterHorizontalRule++;
if (buildCounterHorizontalRule < 3) {
- checkUnnamed7244(o.suggestedDeletionIds!);
- checkUnnamed7245(o.suggestedInsertionIds!);
- checkUnnamed7246(o.suggestedTextStyleChanges!);
+ checkUnnamed7295(o.suggestedDeletionIds!);
+ checkUnnamed7296(o.suggestedInsertionIds!);
+ checkUnnamed7297(o.suggestedTextStyleChanges!);
checkTextStyle(o.textStyle! as api.TextStyle);
}
buildCounterHorizontalRule--;
@@ -1799,14 +1799,14 @@
buildCounterImagePropertiesSuggestionState--;
}
-core.List<core.String> buildUnnamed7247() {
+core.List<core.String> buildUnnamed7298() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7247(core.List<core.String> o) {
+void checkUnnamed7298(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1818,14 +1818,14 @@
);
}
-core.Map<core.String, api.SuggestedInlineObjectProperties> buildUnnamed7248() {
+core.Map<core.String, api.SuggestedInlineObjectProperties> buildUnnamed7299() {
var o = <core.String, api.SuggestedInlineObjectProperties>{};
o['x'] = buildSuggestedInlineObjectProperties();
o['y'] = buildSuggestedInlineObjectProperties();
return o;
}
-void checkUnnamed7248(
+void checkUnnamed7299(
core.Map<core.String, api.SuggestedInlineObjectProperties> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedInlineObjectProperties(
@@ -1841,8 +1841,8 @@
if (buildCounterInlineObject < 3) {
o.inlineObjectProperties = buildInlineObjectProperties();
o.objectId = 'foo';
- o.suggestedDeletionIds = buildUnnamed7247();
- o.suggestedInlineObjectPropertiesChanges = buildUnnamed7248();
+ o.suggestedDeletionIds = buildUnnamed7298();
+ o.suggestedInlineObjectPropertiesChanges = buildUnnamed7299();
o.suggestedInsertionId = 'foo';
}
buildCounterInlineObject--;
@@ -1858,8 +1858,8 @@
o.objectId!,
unittest.equals('foo'),
);
- checkUnnamed7247(o.suggestedDeletionIds!);
- checkUnnamed7248(o.suggestedInlineObjectPropertiesChanges!);
+ checkUnnamed7298(o.suggestedDeletionIds!);
+ checkUnnamed7299(o.suggestedInlineObjectPropertiesChanges!);
unittest.expect(
o.suggestedInsertionId!,
unittest.equals('foo'),
@@ -1868,14 +1868,14 @@
buildCounterInlineObject--;
}
-core.List<core.String> buildUnnamed7249() {
+core.List<core.String> buildUnnamed7300() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7249(core.List<core.String> o) {
+void checkUnnamed7300(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1887,14 +1887,14 @@
);
}
-core.List<core.String> buildUnnamed7250() {
+core.List<core.String> buildUnnamed7301() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7250(core.List<core.String> o) {
+void checkUnnamed7301(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1906,14 +1906,14 @@
);
}
-core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7251() {
+core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7302() {
var o = <core.String, api.SuggestedTextStyle>{};
o['x'] = buildSuggestedTextStyle();
o['y'] = buildSuggestedTextStyle();
return o;
}
-void checkUnnamed7251(core.Map<core.String, api.SuggestedTextStyle> o) {
+void checkUnnamed7302(core.Map<core.String, api.SuggestedTextStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedTextStyle(o['x']! as api.SuggestedTextStyle);
checkSuggestedTextStyle(o['y']! as api.SuggestedTextStyle);
@@ -1925,9 +1925,9 @@
buildCounterInlineObjectElement++;
if (buildCounterInlineObjectElement < 3) {
o.inlineObjectId = 'foo';
- o.suggestedDeletionIds = buildUnnamed7249();
- o.suggestedInsertionIds = buildUnnamed7250();
- o.suggestedTextStyleChanges = buildUnnamed7251();
+ o.suggestedDeletionIds = buildUnnamed7300();
+ o.suggestedInsertionIds = buildUnnamed7301();
+ o.suggestedTextStyleChanges = buildUnnamed7302();
o.textStyle = buildTextStyle();
}
buildCounterInlineObjectElement--;
@@ -1941,9 +1941,9 @@
o.inlineObjectId!,
unittest.equals('foo'),
);
- checkUnnamed7249(o.suggestedDeletionIds!);
- checkUnnamed7250(o.suggestedInsertionIds!);
- checkUnnamed7251(o.suggestedTextStyleChanges!);
+ checkUnnamed7300(o.suggestedDeletionIds!);
+ checkUnnamed7301(o.suggestedInsertionIds!);
+ checkUnnamed7302(o.suggestedTextStyleChanges!);
checkTextStyle(o.textStyle! as api.TextStyle);
}
buildCounterInlineObjectElement--;
@@ -2290,14 +2290,14 @@
buildCounterLinkedContentReferenceSuggestionState--;
}
-core.List<core.String> buildUnnamed7252() {
+core.List<core.String> buildUnnamed7303() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7252(core.List<core.String> o) {
+void checkUnnamed7303(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2309,14 +2309,14 @@
);
}
-core.Map<core.String, api.SuggestedListProperties> buildUnnamed7253() {
+core.Map<core.String, api.SuggestedListProperties> buildUnnamed7304() {
var o = <core.String, api.SuggestedListProperties>{};
o['x'] = buildSuggestedListProperties();
o['y'] = buildSuggestedListProperties();
return o;
}
-void checkUnnamed7253(core.Map<core.String, api.SuggestedListProperties> o) {
+void checkUnnamed7304(core.Map<core.String, api.SuggestedListProperties> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedListProperties(o['x']! as api.SuggestedListProperties);
checkSuggestedListProperties(o['y']! as api.SuggestedListProperties);
@@ -2328,9 +2328,9 @@
buildCounterList++;
if (buildCounterList < 3) {
o.listProperties = buildListProperties();
- o.suggestedDeletionIds = buildUnnamed7252();
+ o.suggestedDeletionIds = buildUnnamed7303();
o.suggestedInsertionId = 'foo';
- o.suggestedListPropertiesChanges = buildUnnamed7253();
+ o.suggestedListPropertiesChanges = buildUnnamed7304();
}
buildCounterList--;
return o;
@@ -2340,24 +2340,24 @@
buildCounterList++;
if (buildCounterList < 3) {
checkListProperties(o.listProperties! as api.ListProperties);
- checkUnnamed7252(o.suggestedDeletionIds!);
+ checkUnnamed7303(o.suggestedDeletionIds!);
unittest.expect(
o.suggestedInsertionId!,
unittest.equals('foo'),
);
- checkUnnamed7253(o.suggestedListPropertiesChanges!);
+ checkUnnamed7304(o.suggestedListPropertiesChanges!);
}
buildCounterList--;
}
-core.List<api.NestingLevel> buildUnnamed7254() {
+core.List<api.NestingLevel> buildUnnamed7305() {
var o = <api.NestingLevel>[];
o.add(buildNestingLevel());
o.add(buildNestingLevel());
return o;
}
-void checkUnnamed7254(core.List<api.NestingLevel> o) {
+void checkUnnamed7305(core.List<api.NestingLevel> o) {
unittest.expect(o, unittest.hasLength(2));
checkNestingLevel(o[0] as api.NestingLevel);
checkNestingLevel(o[1] as api.NestingLevel);
@@ -2368,7 +2368,7 @@
var o = api.ListProperties();
buildCounterListProperties++;
if (buildCounterListProperties < 3) {
- o.nestingLevels = buildUnnamed7254();
+ o.nestingLevels = buildUnnamed7305();
}
buildCounterListProperties--;
return o;
@@ -2377,19 +2377,19 @@
void checkListProperties(api.ListProperties o) {
buildCounterListProperties++;
if (buildCounterListProperties < 3) {
- checkUnnamed7254(o.nestingLevels!);
+ checkUnnamed7305(o.nestingLevels!);
}
buildCounterListProperties--;
}
-core.List<api.NestingLevelSuggestionState> buildUnnamed7255() {
+core.List<api.NestingLevelSuggestionState> buildUnnamed7306() {
var o = <api.NestingLevelSuggestionState>[];
o.add(buildNestingLevelSuggestionState());
o.add(buildNestingLevelSuggestionState());
return o;
}
-void checkUnnamed7255(core.List<api.NestingLevelSuggestionState> o) {
+void checkUnnamed7306(core.List<api.NestingLevelSuggestionState> o) {
unittest.expect(o, unittest.hasLength(2));
checkNestingLevelSuggestionState(o[0] as api.NestingLevelSuggestionState);
checkNestingLevelSuggestionState(o[1] as api.NestingLevelSuggestionState);
@@ -2400,7 +2400,7 @@
var o = api.ListPropertiesSuggestionState();
buildCounterListPropertiesSuggestionState++;
if (buildCounterListPropertiesSuggestionState < 3) {
- o.nestingLevelsSuggestionStates = buildUnnamed7255();
+ o.nestingLevelsSuggestionStates = buildUnnamed7306();
}
buildCounterListPropertiesSuggestionState--;
return o;
@@ -2409,7 +2409,7 @@
void checkListPropertiesSuggestionState(api.ListPropertiesSuggestionState o) {
buildCounterListPropertiesSuggestionState++;
if (buildCounterListPropertiesSuggestionState < 3) {
- checkUnnamed7255(o.nestingLevelsSuggestionStates!);
+ checkUnnamed7306(o.nestingLevelsSuggestionStates!);
}
buildCounterListPropertiesSuggestionState--;
}
@@ -2460,14 +2460,14 @@
buildCounterMergeTableCellsRequest--;
}
-core.List<api.Range> buildUnnamed7256() {
+core.List<api.Range> buildUnnamed7307() {
var o = <api.Range>[];
o.add(buildRange());
o.add(buildRange());
return o;
}
-void checkUnnamed7256(core.List<api.Range> o) {
+void checkUnnamed7307(core.List<api.Range> o) {
unittest.expect(o, unittest.hasLength(2));
checkRange(o[0] as api.Range);
checkRange(o[1] as api.Range);
@@ -2480,7 +2480,7 @@
if (buildCounterNamedRange < 3) {
o.name = 'foo';
o.namedRangeId = 'foo';
- o.ranges = buildUnnamed7256();
+ o.ranges = buildUnnamed7307();
}
buildCounterNamedRange--;
return o;
@@ -2497,19 +2497,19 @@
o.namedRangeId!,
unittest.equals('foo'),
);
- checkUnnamed7256(o.ranges!);
+ checkUnnamed7307(o.ranges!);
}
buildCounterNamedRange--;
}
-core.List<api.NamedRange> buildUnnamed7257() {
+core.List<api.NamedRange> buildUnnamed7308() {
var o = <api.NamedRange>[];
o.add(buildNamedRange());
o.add(buildNamedRange());
return o;
}
-void checkUnnamed7257(core.List<api.NamedRange> o) {
+void checkUnnamed7308(core.List<api.NamedRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkNamedRange(o[0] as api.NamedRange);
checkNamedRange(o[1] as api.NamedRange);
@@ -2521,7 +2521,7 @@
buildCounterNamedRanges++;
if (buildCounterNamedRanges < 3) {
o.name = 'foo';
- o.namedRanges = buildUnnamed7257();
+ o.namedRanges = buildUnnamed7308();
}
buildCounterNamedRanges--;
return o;
@@ -2534,7 +2534,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7257(o.namedRanges!);
+ checkUnnamed7308(o.namedRanges!);
}
buildCounterNamedRanges--;
}
@@ -2593,14 +2593,14 @@
buildCounterNamedStyleSuggestionState--;
}
-core.List<api.NamedStyle> buildUnnamed7258() {
+core.List<api.NamedStyle> buildUnnamed7309() {
var o = <api.NamedStyle>[];
o.add(buildNamedStyle());
o.add(buildNamedStyle());
return o;
}
-void checkUnnamed7258(core.List<api.NamedStyle> o) {
+void checkUnnamed7309(core.List<api.NamedStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkNamedStyle(o[0] as api.NamedStyle);
checkNamedStyle(o[1] as api.NamedStyle);
@@ -2611,7 +2611,7 @@
var o = api.NamedStyles();
buildCounterNamedStyles++;
if (buildCounterNamedStyles < 3) {
- o.styles = buildUnnamed7258();
+ o.styles = buildUnnamed7309();
}
buildCounterNamedStyles--;
return o;
@@ -2620,19 +2620,19 @@
void checkNamedStyles(api.NamedStyles o) {
buildCounterNamedStyles++;
if (buildCounterNamedStyles < 3) {
- checkUnnamed7258(o.styles!);
+ checkUnnamed7309(o.styles!);
}
buildCounterNamedStyles--;
}
-core.List<api.NamedStyleSuggestionState> buildUnnamed7259() {
+core.List<api.NamedStyleSuggestionState> buildUnnamed7310() {
var o = <api.NamedStyleSuggestionState>[];
o.add(buildNamedStyleSuggestionState());
o.add(buildNamedStyleSuggestionState());
return o;
}
-void checkUnnamed7259(core.List<api.NamedStyleSuggestionState> o) {
+void checkUnnamed7310(core.List<api.NamedStyleSuggestionState> o) {
unittest.expect(o, unittest.hasLength(2));
checkNamedStyleSuggestionState(o[0] as api.NamedStyleSuggestionState);
checkNamedStyleSuggestionState(o[1] as api.NamedStyleSuggestionState);
@@ -2643,7 +2643,7 @@
var o = api.NamedStylesSuggestionState();
buildCounterNamedStylesSuggestionState++;
if (buildCounterNamedStylesSuggestionState < 3) {
- o.stylesSuggestionStates = buildUnnamed7259();
+ o.stylesSuggestionStates = buildUnnamed7310();
}
buildCounterNamedStylesSuggestionState--;
return o;
@@ -2652,7 +2652,7 @@
void checkNamedStylesSuggestionState(api.NamedStylesSuggestionState o) {
buildCounterNamedStylesSuggestionState++;
if (buildCounterNamedStylesSuggestionState < 3) {
- checkUnnamed7259(o.stylesSuggestionStates!);
+ checkUnnamed7310(o.stylesSuggestionStates!);
}
buildCounterNamedStylesSuggestionState--;
}
@@ -2739,14 +2739,14 @@
buildCounterNestingLevelSuggestionState--;
}
-core.List<core.String> buildUnnamed7260() {
+core.List<core.String> buildUnnamed7311() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7260(core.List<core.String> o) {
+void checkUnnamed7311(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2763,7 +2763,7 @@
var o = api.ObjectReferences();
buildCounterObjectReferences++;
if (buildCounterObjectReferences < 3) {
- o.objectIds = buildUnnamed7260();
+ o.objectIds = buildUnnamed7311();
}
buildCounterObjectReferences--;
return o;
@@ -2772,7 +2772,7 @@
void checkObjectReferences(api.ObjectReferences o) {
buildCounterObjectReferences++;
if (buildCounterObjectReferences < 3) {
- checkUnnamed7260(o.objectIds!);
+ checkUnnamed7311(o.objectIds!);
}
buildCounterObjectReferences--;
}
@@ -2796,14 +2796,14 @@
buildCounterOptionalColor--;
}
-core.List<core.String> buildUnnamed7261() {
+core.List<core.String> buildUnnamed7312() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7261(core.List<core.String> o) {
+void checkUnnamed7312(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2815,14 +2815,14 @@
);
}
-core.List<core.String> buildUnnamed7262() {
+core.List<core.String> buildUnnamed7313() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7262(core.List<core.String> o) {
+void checkUnnamed7313(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2834,14 +2834,14 @@
);
}
-core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7263() {
+core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7314() {
var o = <core.String, api.SuggestedTextStyle>{};
o['x'] = buildSuggestedTextStyle();
o['y'] = buildSuggestedTextStyle();
return o;
}
-void checkUnnamed7263(core.Map<core.String, api.SuggestedTextStyle> o) {
+void checkUnnamed7314(core.Map<core.String, api.SuggestedTextStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedTextStyle(o['x']! as api.SuggestedTextStyle);
checkSuggestedTextStyle(o['y']! as api.SuggestedTextStyle);
@@ -2852,9 +2852,9 @@
var o = api.PageBreak();
buildCounterPageBreak++;
if (buildCounterPageBreak < 3) {
- o.suggestedDeletionIds = buildUnnamed7261();
- o.suggestedInsertionIds = buildUnnamed7262();
- o.suggestedTextStyleChanges = buildUnnamed7263();
+ o.suggestedDeletionIds = buildUnnamed7312();
+ o.suggestedInsertionIds = buildUnnamed7313();
+ o.suggestedTextStyleChanges = buildUnnamed7314();
o.textStyle = buildTextStyle();
}
buildCounterPageBreak--;
@@ -2864,35 +2864,35 @@
void checkPageBreak(api.PageBreak o) {
buildCounterPageBreak++;
if (buildCounterPageBreak < 3) {
- checkUnnamed7261(o.suggestedDeletionIds!);
- checkUnnamed7262(o.suggestedInsertionIds!);
- checkUnnamed7263(o.suggestedTextStyleChanges!);
+ checkUnnamed7312(o.suggestedDeletionIds!);
+ checkUnnamed7313(o.suggestedInsertionIds!);
+ checkUnnamed7314(o.suggestedTextStyleChanges!);
checkTextStyle(o.textStyle! as api.TextStyle);
}
buildCounterPageBreak--;
}
-core.List<api.ParagraphElement> buildUnnamed7264() {
+core.List<api.ParagraphElement> buildUnnamed7315() {
var o = <api.ParagraphElement>[];
o.add(buildParagraphElement());
o.add(buildParagraphElement());
return o;
}
-void checkUnnamed7264(core.List<api.ParagraphElement> o) {
+void checkUnnamed7315(core.List<api.ParagraphElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkParagraphElement(o[0] as api.ParagraphElement);
checkParagraphElement(o[1] as api.ParagraphElement);
}
-core.List<core.String> buildUnnamed7265() {
+core.List<core.String> buildUnnamed7316() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7265(core.List<core.String> o) {
+void checkUnnamed7316(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2904,40 +2904,40 @@
);
}
-core.Map<core.String, api.SuggestedBullet> buildUnnamed7266() {
+core.Map<core.String, api.SuggestedBullet> buildUnnamed7317() {
var o = <core.String, api.SuggestedBullet>{};
o['x'] = buildSuggestedBullet();
o['y'] = buildSuggestedBullet();
return o;
}
-void checkUnnamed7266(core.Map<core.String, api.SuggestedBullet> o) {
+void checkUnnamed7317(core.Map<core.String, api.SuggestedBullet> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedBullet(o['x']! as api.SuggestedBullet);
checkSuggestedBullet(o['y']! as api.SuggestedBullet);
}
-core.Map<core.String, api.SuggestedParagraphStyle> buildUnnamed7267() {
+core.Map<core.String, api.SuggestedParagraphStyle> buildUnnamed7318() {
var o = <core.String, api.SuggestedParagraphStyle>{};
o['x'] = buildSuggestedParagraphStyle();
o['y'] = buildSuggestedParagraphStyle();
return o;
}
-void checkUnnamed7267(core.Map<core.String, api.SuggestedParagraphStyle> o) {
+void checkUnnamed7318(core.Map<core.String, api.SuggestedParagraphStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedParagraphStyle(o['x']! as api.SuggestedParagraphStyle);
checkSuggestedParagraphStyle(o['y']! as api.SuggestedParagraphStyle);
}
-core.Map<core.String, api.ObjectReferences> buildUnnamed7268() {
+core.Map<core.String, api.ObjectReferences> buildUnnamed7319() {
var o = <core.String, api.ObjectReferences>{};
o['x'] = buildObjectReferences();
o['y'] = buildObjectReferences();
return o;
}
-void checkUnnamed7268(core.Map<core.String, api.ObjectReferences> o) {
+void checkUnnamed7319(core.Map<core.String, api.ObjectReferences> o) {
unittest.expect(o, unittest.hasLength(2));
checkObjectReferences(o['x']! as api.ObjectReferences);
checkObjectReferences(o['y']! as api.ObjectReferences);
@@ -2949,12 +2949,12 @@
buildCounterParagraph++;
if (buildCounterParagraph < 3) {
o.bullet = buildBullet();
- o.elements = buildUnnamed7264();
+ o.elements = buildUnnamed7315();
o.paragraphStyle = buildParagraphStyle();
- o.positionedObjectIds = buildUnnamed7265();
- o.suggestedBulletChanges = buildUnnamed7266();
- o.suggestedParagraphStyleChanges = buildUnnamed7267();
- o.suggestedPositionedObjectIds = buildUnnamed7268();
+ o.positionedObjectIds = buildUnnamed7316();
+ o.suggestedBulletChanges = buildUnnamed7317();
+ o.suggestedParagraphStyleChanges = buildUnnamed7318();
+ o.suggestedPositionedObjectIds = buildUnnamed7319();
}
buildCounterParagraph--;
return o;
@@ -2964,12 +2964,12 @@
buildCounterParagraph++;
if (buildCounterParagraph < 3) {
checkBullet(o.bullet! as api.Bullet);
- checkUnnamed7264(o.elements!);
+ checkUnnamed7315(o.elements!);
checkParagraphStyle(o.paragraphStyle! as api.ParagraphStyle);
- checkUnnamed7265(o.positionedObjectIds!);
- checkUnnamed7266(o.suggestedBulletChanges!);
- checkUnnamed7267(o.suggestedParagraphStyleChanges!);
- checkUnnamed7268(o.suggestedPositionedObjectIds!);
+ checkUnnamed7316(o.positionedObjectIds!);
+ checkUnnamed7317(o.suggestedBulletChanges!);
+ checkUnnamed7318(o.suggestedParagraphStyleChanges!);
+ checkUnnamed7319(o.suggestedPositionedObjectIds!);
}
buildCounterParagraph--;
}
@@ -3016,6 +3016,7 @@
o.inlineObjectElement = buildInlineObjectElement();
o.pageBreak = buildPageBreak();
o.person = buildPerson();
+ o.richLink = buildRichLink();
o.startIndex = 42;
o.textRun = buildTextRun();
}
@@ -3038,6 +3039,7 @@
checkInlineObjectElement(o.inlineObjectElement! as api.InlineObjectElement);
checkPageBreak(o.pageBreak! as api.PageBreak);
checkPerson(o.person! as api.Person);
+ checkRichLink(o.richLink! as api.RichLink);
unittest.expect(
o.startIndex!,
unittest.equals(42),
@@ -3047,14 +3049,14 @@
buildCounterParagraphElement--;
}
-core.List<api.TabStop> buildUnnamed7269() {
+core.List<api.TabStop> buildUnnamed7320() {
var o = <api.TabStop>[];
o.add(buildTabStop());
o.add(buildTabStop());
return o;
}
-void checkUnnamed7269(core.List<api.TabStop> o) {
+void checkUnnamed7320(core.List<api.TabStop> o) {
unittest.expect(o, unittest.hasLength(2));
checkTabStop(o[0] as api.TabStop);
checkTabStop(o[1] as api.TabStop);
@@ -3085,7 +3087,7 @@
o.spaceAbove = buildDimension();
o.spaceBelow = buildDimension();
o.spacingMode = 'foo';
- o.tabStops = buildUnnamed7269();
+ o.tabStops = buildUnnamed7320();
}
buildCounterParagraphStyle--;
return o;
@@ -3132,7 +3134,7 @@
o.spacingMode!,
unittest.equals('foo'),
);
- checkUnnamed7269(o.tabStops!);
+ checkUnnamed7320(o.tabStops!);
}
buildCounterParagraphStyle--;
}
@@ -3195,14 +3197,14 @@
buildCounterParagraphStyleSuggestionState--;
}
-core.List<core.String> buildUnnamed7270() {
+core.List<core.String> buildUnnamed7321() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7270(core.List<core.String> o) {
+void checkUnnamed7321(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3214,14 +3216,14 @@
);
}
-core.List<core.String> buildUnnamed7271() {
+core.List<core.String> buildUnnamed7322() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7271(core.List<core.String> o) {
+void checkUnnamed7322(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3233,14 +3235,14 @@
);
}
-core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7272() {
+core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7323() {
var o = <core.String, api.SuggestedTextStyle>{};
o['x'] = buildSuggestedTextStyle();
o['y'] = buildSuggestedTextStyle();
return o;
}
-void checkUnnamed7272(core.Map<core.String, api.SuggestedTextStyle> o) {
+void checkUnnamed7323(core.Map<core.String, api.SuggestedTextStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedTextStyle(o['x']! as api.SuggestedTextStyle);
checkSuggestedTextStyle(o['y']! as api.SuggestedTextStyle);
@@ -3253,9 +3255,9 @@
if (buildCounterPerson < 3) {
o.personId = 'foo';
o.personProperties = buildPersonProperties();
- o.suggestedDeletionIds = buildUnnamed7270();
- o.suggestedInsertionIds = buildUnnamed7271();
- o.suggestedTextStyleChanges = buildUnnamed7272();
+ o.suggestedDeletionIds = buildUnnamed7321();
+ o.suggestedInsertionIds = buildUnnamed7322();
+ o.suggestedTextStyleChanges = buildUnnamed7323();
o.textStyle = buildTextStyle();
}
buildCounterPerson--;
@@ -3270,9 +3272,9 @@
unittest.equals('foo'),
);
checkPersonProperties(o.personProperties! as api.PersonProperties);
- checkUnnamed7270(o.suggestedDeletionIds!);
- checkUnnamed7271(o.suggestedInsertionIds!);
- checkUnnamed7272(o.suggestedTextStyleChanges!);
+ checkUnnamed7321(o.suggestedDeletionIds!);
+ checkUnnamed7322(o.suggestedInsertionIds!);
+ checkUnnamed7323(o.suggestedTextStyleChanges!);
checkTextStyle(o.textStyle! as api.TextStyle);
}
buildCounterPerson--;
@@ -3305,14 +3307,14 @@
buildCounterPersonProperties--;
}
-core.List<core.String> buildUnnamed7273() {
+core.List<core.String> buildUnnamed7324() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7273(core.List<core.String> o) {
+void checkUnnamed7324(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3325,14 +3327,14 @@
}
core.Map<core.String, api.SuggestedPositionedObjectProperties>
- buildUnnamed7274() {
+ buildUnnamed7325() {
var o = <core.String, api.SuggestedPositionedObjectProperties>{};
o['x'] = buildSuggestedPositionedObjectProperties();
o['y'] = buildSuggestedPositionedObjectProperties();
return o;
}
-void checkUnnamed7274(
+void checkUnnamed7325(
core.Map<core.String, api.SuggestedPositionedObjectProperties> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedPositionedObjectProperties(
@@ -3348,9 +3350,9 @@
if (buildCounterPositionedObject < 3) {
o.objectId = 'foo';
o.positionedObjectProperties = buildPositionedObjectProperties();
- o.suggestedDeletionIds = buildUnnamed7273();
+ o.suggestedDeletionIds = buildUnnamed7324();
o.suggestedInsertionId = 'foo';
- o.suggestedPositionedObjectPropertiesChanges = buildUnnamed7274();
+ o.suggestedPositionedObjectPropertiesChanges = buildUnnamed7325();
}
buildCounterPositionedObject--;
return o;
@@ -3365,12 +3367,12 @@
);
checkPositionedObjectProperties(
o.positionedObjectProperties! as api.PositionedObjectProperties);
- checkUnnamed7273(o.suggestedDeletionIds!);
+ checkUnnamed7324(o.suggestedDeletionIds!);
unittest.expect(
o.suggestedInsertionId!,
unittest.equals('foo'),
);
- checkUnnamed7274(o.suggestedPositionedObjectPropertiesChanges!);
+ checkUnnamed7325(o.suggestedPositionedObjectPropertiesChanges!);
}
buildCounterPositionedObject--;
}
@@ -3788,14 +3790,14 @@
buildCounterRgbColor--;
}
-core.List<core.String> buildUnnamed7275() {
+core.List<core.String> buildUnnamed7326() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7275(core.List<core.String> o) {
+void checkUnnamed7326(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3807,14 +3809,129 @@
);
}
-core.List<core.String> buildUnnamed7276() {
+core.List<core.String> buildUnnamed7327() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7276(core.List<core.String> o) {
+void checkUnnamed7327(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'),
+ );
+}
+
+core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7328() {
+ var o = <core.String, api.SuggestedTextStyle>{};
+ o['x'] = buildSuggestedTextStyle();
+ o['y'] = buildSuggestedTextStyle();
+ return o;
+}
+
+void checkUnnamed7328(core.Map<core.String, api.SuggestedTextStyle> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkSuggestedTextStyle(o['x']! as api.SuggestedTextStyle);
+ checkSuggestedTextStyle(o['y']! as api.SuggestedTextStyle);
+}
+
+core.int buildCounterRichLink = 0;
+api.RichLink buildRichLink() {
+ var o = api.RichLink();
+ buildCounterRichLink++;
+ if (buildCounterRichLink < 3) {
+ o.richLinkId = 'foo';
+ o.richLinkProperties = buildRichLinkProperties();
+ o.suggestedDeletionIds = buildUnnamed7326();
+ o.suggestedInsertionIds = buildUnnamed7327();
+ o.suggestedTextStyleChanges = buildUnnamed7328();
+ o.textStyle = buildTextStyle();
+ }
+ buildCounterRichLink--;
+ return o;
+}
+
+void checkRichLink(api.RichLink o) {
+ buildCounterRichLink++;
+ if (buildCounterRichLink < 3) {
+ unittest.expect(
+ o.richLinkId!,
+ unittest.equals('foo'),
+ );
+ checkRichLinkProperties(o.richLinkProperties! as api.RichLinkProperties);
+ checkUnnamed7326(o.suggestedDeletionIds!);
+ checkUnnamed7327(o.suggestedInsertionIds!);
+ checkUnnamed7328(o.suggestedTextStyleChanges!);
+ checkTextStyle(o.textStyle! as api.TextStyle);
+ }
+ buildCounterRichLink--;
+}
+
+core.int buildCounterRichLinkProperties = 0;
+api.RichLinkProperties buildRichLinkProperties() {
+ var o = api.RichLinkProperties();
+ buildCounterRichLinkProperties++;
+ if (buildCounterRichLinkProperties < 3) {
+ o.mimeType = 'foo';
+ o.title = 'foo';
+ o.uri = 'foo';
+ }
+ buildCounterRichLinkProperties--;
+ return o;
+}
+
+void checkRichLinkProperties(api.RichLinkProperties o) {
+ buildCounterRichLinkProperties++;
+ if (buildCounterRichLinkProperties < 3) {
+ unittest.expect(
+ o.mimeType!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.title!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.uri!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterRichLinkProperties--;
+}
+
+core.List<core.String> buildUnnamed7329() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed7329(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed7330() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed7330(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3832,8 +3949,8 @@
buildCounterSectionBreak++;
if (buildCounterSectionBreak < 3) {
o.sectionStyle = buildSectionStyle();
- o.suggestedDeletionIds = buildUnnamed7275();
- o.suggestedInsertionIds = buildUnnamed7276();
+ o.suggestedDeletionIds = buildUnnamed7329();
+ o.suggestedInsertionIds = buildUnnamed7330();
}
buildCounterSectionBreak--;
return o;
@@ -3843,8 +3960,8 @@
buildCounterSectionBreak++;
if (buildCounterSectionBreak < 3) {
checkSectionStyle(o.sectionStyle! as api.SectionStyle);
- checkUnnamed7275(o.suggestedDeletionIds!);
- checkUnnamed7276(o.suggestedInsertionIds!);
+ checkUnnamed7329(o.suggestedDeletionIds!);
+ checkUnnamed7330(o.suggestedInsertionIds!);
}
buildCounterSectionBreak--;
}
@@ -3870,14 +3987,14 @@
buildCounterSectionColumnProperties--;
}
-core.List<api.SectionColumnProperties> buildUnnamed7277() {
+core.List<api.SectionColumnProperties> buildUnnamed7331() {
var o = <api.SectionColumnProperties>[];
o.add(buildSectionColumnProperties());
o.add(buildSectionColumnProperties());
return o;
}
-void checkUnnamed7277(core.List<api.SectionColumnProperties> o) {
+void checkUnnamed7331(core.List<api.SectionColumnProperties> o) {
unittest.expect(o, unittest.hasLength(2));
checkSectionColumnProperties(o[0] as api.SectionColumnProperties);
checkSectionColumnProperties(o[1] as api.SectionColumnProperties);
@@ -3888,7 +4005,7 @@
var o = api.SectionStyle();
buildCounterSectionStyle++;
if (buildCounterSectionStyle < 3) {
- o.columnProperties = buildUnnamed7277();
+ o.columnProperties = buildUnnamed7331();
o.columnSeparatorStyle = 'foo';
o.contentDirection = 'foo';
o.defaultFooterId = 'foo';
@@ -3914,7 +4031,7 @@
void checkSectionStyle(api.SectionStyle o) {
buildCounterSectionStyle++;
if (buildCounterSectionStyle < 3) {
- checkUnnamed7277(o.columnProperties!);
+ checkUnnamed7331(o.columnProperties!);
unittest.expect(
o.columnSeparatorStyle!,
unittest.equals('foo'),
@@ -4408,14 +4525,14 @@
buildCounterTabStop--;
}
-core.List<core.String> buildUnnamed7278() {
+core.List<core.String> buildUnnamed7332() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7278(core.List<core.String> o) {
+void checkUnnamed7332(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4427,14 +4544,14 @@
);
}
-core.List<core.String> buildUnnamed7279() {
+core.List<core.String> buildUnnamed7333() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7279(core.List<core.String> o) {
+void checkUnnamed7333(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4446,14 +4563,14 @@
);
}
-core.List<api.TableRow> buildUnnamed7280() {
+core.List<api.TableRow> buildUnnamed7334() {
var o = <api.TableRow>[];
o.add(buildTableRow());
o.add(buildTableRow());
return o;
}
-void checkUnnamed7280(core.List<api.TableRow> o) {
+void checkUnnamed7334(core.List<api.TableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableRow(o[0] as api.TableRow);
checkTableRow(o[1] as api.TableRow);
@@ -4466,9 +4583,9 @@
if (buildCounterTable < 3) {
o.columns = 42;
o.rows = 42;
- o.suggestedDeletionIds = buildUnnamed7278();
- o.suggestedInsertionIds = buildUnnamed7279();
- o.tableRows = buildUnnamed7280();
+ o.suggestedDeletionIds = buildUnnamed7332();
+ o.suggestedInsertionIds = buildUnnamed7333();
+ o.tableRows = buildUnnamed7334();
o.tableStyle = buildTableStyle();
}
buildCounterTable--;
@@ -4486,35 +4603,35 @@
o.rows!,
unittest.equals(42),
);
- checkUnnamed7278(o.suggestedDeletionIds!);
- checkUnnamed7279(o.suggestedInsertionIds!);
- checkUnnamed7280(o.tableRows!);
+ checkUnnamed7332(o.suggestedDeletionIds!);
+ checkUnnamed7333(o.suggestedInsertionIds!);
+ checkUnnamed7334(o.tableRows!);
checkTableStyle(o.tableStyle! as api.TableStyle);
}
buildCounterTable--;
}
-core.List<api.StructuralElement> buildUnnamed7281() {
+core.List<api.StructuralElement> buildUnnamed7335() {
var o = <api.StructuralElement>[];
o.add(buildStructuralElement());
o.add(buildStructuralElement());
return o;
}
-void checkUnnamed7281(core.List<api.StructuralElement> o) {
+void checkUnnamed7335(core.List<api.StructuralElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkStructuralElement(o[0] as api.StructuralElement);
checkStructuralElement(o[1] as api.StructuralElement);
}
-core.List<core.String> buildUnnamed7282() {
+core.List<core.String> buildUnnamed7336() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7282(core.List<core.String> o) {
+void checkUnnamed7336(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4526,14 +4643,14 @@
);
}
-core.List<core.String> buildUnnamed7283() {
+core.List<core.String> buildUnnamed7337() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7283(core.List<core.String> o) {
+void checkUnnamed7337(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4545,14 +4662,14 @@
);
}
-core.Map<core.String, api.SuggestedTableCellStyle> buildUnnamed7284() {
+core.Map<core.String, api.SuggestedTableCellStyle> buildUnnamed7338() {
var o = <core.String, api.SuggestedTableCellStyle>{};
o['x'] = buildSuggestedTableCellStyle();
o['y'] = buildSuggestedTableCellStyle();
return o;
}
-void checkUnnamed7284(core.Map<core.String, api.SuggestedTableCellStyle> o) {
+void checkUnnamed7338(core.Map<core.String, api.SuggestedTableCellStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedTableCellStyle(o['x']! as api.SuggestedTableCellStyle);
checkSuggestedTableCellStyle(o['y']! as api.SuggestedTableCellStyle);
@@ -4563,12 +4680,12 @@
var o = api.TableCell();
buildCounterTableCell++;
if (buildCounterTableCell < 3) {
- o.content = buildUnnamed7281();
+ o.content = buildUnnamed7335();
o.endIndex = 42;
o.startIndex = 42;
- o.suggestedDeletionIds = buildUnnamed7282();
- o.suggestedInsertionIds = buildUnnamed7283();
- o.suggestedTableCellStyleChanges = buildUnnamed7284();
+ o.suggestedDeletionIds = buildUnnamed7336();
+ o.suggestedInsertionIds = buildUnnamed7337();
+ o.suggestedTableCellStyleChanges = buildUnnamed7338();
o.tableCellStyle = buildTableCellStyle();
}
buildCounterTableCell--;
@@ -4578,7 +4695,7 @@
void checkTableCell(api.TableCell o) {
buildCounterTableCell++;
if (buildCounterTableCell < 3) {
- checkUnnamed7281(o.content!);
+ checkUnnamed7335(o.content!);
unittest.expect(
o.endIndex!,
unittest.equals(42),
@@ -4587,9 +4704,9 @@
o.startIndex!,
unittest.equals(42),
);
- checkUnnamed7282(o.suggestedDeletionIds!);
- checkUnnamed7283(o.suggestedInsertionIds!);
- checkUnnamed7284(o.suggestedTableCellStyleChanges!);
+ checkUnnamed7336(o.suggestedDeletionIds!);
+ checkUnnamed7337(o.suggestedInsertionIds!);
+ checkUnnamed7338(o.suggestedTableCellStyleChanges!);
checkTableCellStyle(o.tableCellStyle! as api.TableCellStyle);
}
buildCounterTableCell--;
@@ -4765,27 +4882,27 @@
buildCounterTableColumnProperties--;
}
-core.List<api.StructuralElement> buildUnnamed7285() {
+core.List<api.StructuralElement> buildUnnamed7339() {
var o = <api.StructuralElement>[];
o.add(buildStructuralElement());
o.add(buildStructuralElement());
return o;
}
-void checkUnnamed7285(core.List<api.StructuralElement> o) {
+void checkUnnamed7339(core.List<api.StructuralElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkStructuralElement(o[0] as api.StructuralElement);
checkStructuralElement(o[1] as api.StructuralElement);
}
-core.List<core.String> buildUnnamed7286() {
+core.List<core.String> buildUnnamed7340() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7286(core.List<core.String> o) {
+void checkUnnamed7340(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4797,14 +4914,14 @@
);
}
-core.List<core.String> buildUnnamed7287() {
+core.List<core.String> buildUnnamed7341() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7287(core.List<core.String> o) {
+void checkUnnamed7341(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4821,9 +4938,9 @@
var o = api.TableOfContents();
buildCounterTableOfContents++;
if (buildCounterTableOfContents < 3) {
- o.content = buildUnnamed7285();
- o.suggestedDeletionIds = buildUnnamed7286();
- o.suggestedInsertionIds = buildUnnamed7287();
+ o.content = buildUnnamed7339();
+ o.suggestedDeletionIds = buildUnnamed7340();
+ o.suggestedInsertionIds = buildUnnamed7341();
}
buildCounterTableOfContents--;
return o;
@@ -4832,9 +4949,9 @@
void checkTableOfContents(api.TableOfContents o) {
buildCounterTableOfContents++;
if (buildCounterTableOfContents < 3) {
- checkUnnamed7285(o.content!);
- checkUnnamed7286(o.suggestedDeletionIds!);
- checkUnnamed7287(o.suggestedInsertionIds!);
+ checkUnnamed7339(o.content!);
+ checkUnnamed7340(o.suggestedDeletionIds!);
+ checkUnnamed7341(o.suggestedInsertionIds!);
}
buildCounterTableOfContents--;
}
@@ -4868,14 +4985,14 @@
buildCounterTableRange--;
}
-core.List<core.String> buildUnnamed7288() {
+core.List<core.String> buildUnnamed7342() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7288(core.List<core.String> o) {
+void checkUnnamed7342(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4887,14 +5004,14 @@
);
}
-core.List<core.String> buildUnnamed7289() {
+core.List<core.String> buildUnnamed7343() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7289(core.List<core.String> o) {
+void checkUnnamed7343(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4906,27 +5023,27 @@
);
}
-core.Map<core.String, api.SuggestedTableRowStyle> buildUnnamed7290() {
+core.Map<core.String, api.SuggestedTableRowStyle> buildUnnamed7344() {
var o = <core.String, api.SuggestedTableRowStyle>{};
o['x'] = buildSuggestedTableRowStyle();
o['y'] = buildSuggestedTableRowStyle();
return o;
}
-void checkUnnamed7290(core.Map<core.String, api.SuggestedTableRowStyle> o) {
+void checkUnnamed7344(core.Map<core.String, api.SuggestedTableRowStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedTableRowStyle(o['x']! as api.SuggestedTableRowStyle);
checkSuggestedTableRowStyle(o['y']! as api.SuggestedTableRowStyle);
}
-core.List<api.TableCell> buildUnnamed7291() {
+core.List<api.TableCell> buildUnnamed7345() {
var o = <api.TableCell>[];
o.add(buildTableCell());
o.add(buildTableCell());
return o;
}
-void checkUnnamed7291(core.List<api.TableCell> o) {
+void checkUnnamed7345(core.List<api.TableCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableCell(o[0] as api.TableCell);
checkTableCell(o[1] as api.TableCell);
@@ -4939,10 +5056,10 @@
if (buildCounterTableRow < 3) {
o.endIndex = 42;
o.startIndex = 42;
- o.suggestedDeletionIds = buildUnnamed7288();
- o.suggestedInsertionIds = buildUnnamed7289();
- o.suggestedTableRowStyleChanges = buildUnnamed7290();
- o.tableCells = buildUnnamed7291();
+ o.suggestedDeletionIds = buildUnnamed7342();
+ o.suggestedInsertionIds = buildUnnamed7343();
+ o.suggestedTableRowStyleChanges = buildUnnamed7344();
+ o.tableCells = buildUnnamed7345();
o.tableRowStyle = buildTableRowStyle();
}
buildCounterTableRow--;
@@ -4960,10 +5077,10 @@
o.startIndex!,
unittest.equals(42),
);
- checkUnnamed7288(o.suggestedDeletionIds!);
- checkUnnamed7289(o.suggestedInsertionIds!);
- checkUnnamed7290(o.suggestedTableRowStyleChanges!);
- checkUnnamed7291(o.tableCells!);
+ checkUnnamed7342(o.suggestedDeletionIds!);
+ checkUnnamed7343(o.suggestedInsertionIds!);
+ checkUnnamed7344(o.suggestedTableRowStyleChanges!);
+ checkUnnamed7345(o.tableCells!);
checkTableRowStyle(o.tableRowStyle! as api.TableRowStyle);
}
buildCounterTableRow--;
@@ -5007,14 +5124,14 @@
buildCounterTableRowStyleSuggestionState--;
}
-core.List<api.TableColumnProperties> buildUnnamed7292() {
+core.List<api.TableColumnProperties> buildUnnamed7346() {
var o = <api.TableColumnProperties>[];
o.add(buildTableColumnProperties());
o.add(buildTableColumnProperties());
return o;
}
-void checkUnnamed7292(core.List<api.TableColumnProperties> o) {
+void checkUnnamed7346(core.List<api.TableColumnProperties> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableColumnProperties(o[0] as api.TableColumnProperties);
checkTableColumnProperties(o[1] as api.TableColumnProperties);
@@ -5025,7 +5142,7 @@
var o = api.TableStyle();
buildCounterTableStyle++;
if (buildCounterTableStyle < 3) {
- o.tableColumnProperties = buildUnnamed7292();
+ o.tableColumnProperties = buildUnnamed7346();
}
buildCounterTableStyle--;
return o;
@@ -5034,19 +5151,19 @@
void checkTableStyle(api.TableStyle o) {
buildCounterTableStyle++;
if (buildCounterTableStyle < 3) {
- checkUnnamed7292(o.tableColumnProperties!);
+ checkUnnamed7346(o.tableColumnProperties!);
}
buildCounterTableStyle--;
}
-core.List<core.String> buildUnnamed7293() {
+core.List<core.String> buildUnnamed7347() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7293(core.List<core.String> o) {
+void checkUnnamed7347(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5058,14 +5175,14 @@
);
}
-core.List<core.String> buildUnnamed7294() {
+core.List<core.String> buildUnnamed7348() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7294(core.List<core.String> o) {
+void checkUnnamed7348(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5077,14 +5194,14 @@
);
}
-core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7295() {
+core.Map<core.String, api.SuggestedTextStyle> buildUnnamed7349() {
var o = <core.String, api.SuggestedTextStyle>{};
o['x'] = buildSuggestedTextStyle();
o['y'] = buildSuggestedTextStyle();
return o;
}
-void checkUnnamed7295(core.Map<core.String, api.SuggestedTextStyle> o) {
+void checkUnnamed7349(core.Map<core.String, api.SuggestedTextStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuggestedTextStyle(o['x']! as api.SuggestedTextStyle);
checkSuggestedTextStyle(o['y']! as api.SuggestedTextStyle);
@@ -5096,9 +5213,9 @@
buildCounterTextRun++;
if (buildCounterTextRun < 3) {
o.content = 'foo';
- o.suggestedDeletionIds = buildUnnamed7293();
- o.suggestedInsertionIds = buildUnnamed7294();
- o.suggestedTextStyleChanges = buildUnnamed7295();
+ o.suggestedDeletionIds = buildUnnamed7347();
+ o.suggestedInsertionIds = buildUnnamed7348();
+ o.suggestedTextStyleChanges = buildUnnamed7349();
o.textStyle = buildTextStyle();
}
buildCounterTextRun--;
@@ -5112,9 +5229,9 @@
o.content!,
unittest.equals('foo'),
);
- checkUnnamed7293(o.suggestedDeletionIds!);
- checkUnnamed7294(o.suggestedInsertionIds!);
- checkUnnamed7295(o.suggestedTextStyleChanges!);
+ checkUnnamed7347(o.suggestedDeletionIds!);
+ checkUnnamed7348(o.suggestedInsertionIds!);
+ checkUnnamed7349(o.suggestedTextStyleChanges!);
checkTextStyle(o.textStyle! as api.TextStyle);
}
buildCounterTextRun--;
@@ -5324,14 +5441,14 @@
buildCounterUpdateTableCellStyleRequest--;
}
-core.List<core.int> buildUnnamed7296() {
+core.List<core.int> buildUnnamed7350() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed7296(core.List<core.int> o) {
+void checkUnnamed7350(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5349,7 +5466,7 @@
var o = api.UpdateTableColumnPropertiesRequest();
buildCounterUpdateTableColumnPropertiesRequest++;
if (buildCounterUpdateTableColumnPropertiesRequest < 3) {
- o.columnIndices = buildUnnamed7296();
+ o.columnIndices = buildUnnamed7350();
o.fields = 'foo';
o.tableColumnProperties = buildTableColumnProperties();
o.tableStartLocation = buildLocation();
@@ -5362,7 +5479,7 @@
api.UpdateTableColumnPropertiesRequest o) {
buildCounterUpdateTableColumnPropertiesRequest++;
if (buildCounterUpdateTableColumnPropertiesRequest < 3) {
- checkUnnamed7296(o.columnIndices!);
+ checkUnnamed7350(o.columnIndices!);
unittest.expect(
o.fields!,
unittest.equals('foo'),
@@ -5374,14 +5491,14 @@
buildCounterUpdateTableColumnPropertiesRequest--;
}
-core.List<core.int> buildUnnamed7297() {
+core.List<core.int> buildUnnamed7351() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed7297(core.List<core.int> o) {
+void checkUnnamed7351(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5399,7 +5516,7 @@
buildCounterUpdateTableRowStyleRequest++;
if (buildCounterUpdateTableRowStyleRequest < 3) {
o.fields = 'foo';
- o.rowIndices = buildUnnamed7297();
+ o.rowIndices = buildUnnamed7351();
o.tableRowStyle = buildTableRowStyle();
o.tableStartLocation = buildLocation();
}
@@ -5414,7 +5531,7 @@
o.fields!,
unittest.equals('foo'),
);
- checkUnnamed7297(o.rowIndices!);
+ checkUnnamed7351(o.rowIndices!);
checkTableRowStyle(o.tableRowStyle! as api.TableRowStyle);
checkLocation(o.tableStartLocation! as api.Location);
}
@@ -6513,6 +6630,26 @@
});
});
+ unittest.group('obj-schema-RichLink', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildRichLink();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od =
+ api.RichLink.fromJson(oJson as core.Map<core.String, core.dynamic>);
+ checkRichLink(od as api.RichLink);
+ });
+ });
+
+ unittest.group('obj-schema-RichLinkProperties', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildRichLinkProperties();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.RichLinkProperties.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkRichLinkProperties(od as api.RichLinkProperties);
+ });
+ });
+
unittest.group('obj-schema-SectionBreak', () {
unittest.test('to-json--from-json', () async {
var o = buildSectionBreak();
diff --git a/generated/googleapis/test/documentai/v1_test.dart b/generated/googleapis/test/documentai/v1_test.dart
index 052cd16..7c61b30 100644
--- a/generated/googleapis/test/documentai/v1_test.dart
+++ b/generated/googleapis/test/documentai/v1_test.dart
@@ -356,6 +356,54 @@
}
core.int
+ buildCounterGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata =
+ 0;
+api.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata
+ buildGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata() {
+ var o = api.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata();
+ buildCounterGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata++;
+ if (buildCounterGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata <
+ 3) {
+ o.commonMetadata =
+ buildGoogleCloudDocumentaiUiv1beta3CommonOperationMetadata();
+ }
+ buildCounterGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata--;
+ return o;
+}
+
+void checkGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata(
+ api.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata o) {
+ buildCounterGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata++;
+ if (buildCounterGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata <
+ 3) {
+ checkGoogleCloudDocumentaiUiv1beta3CommonOperationMetadata(o.commonMetadata!
+ as api.GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata);
+ }
+ buildCounterGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata--;
+}
+
+core.int
+ buildCounterGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse =
+ 0;
+api.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
+ buildGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse() {
+ var o = api.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse();
+ buildCounterGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse++;
+ if (buildCounterGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse <
+ 3) {}
+ buildCounterGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse--;
+ return o;
+}
+
+void checkGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse(
+ api.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse o) {
+ buildCounterGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse++;
+ if (buildCounterGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse <
+ 3) {}
+ buildCounterGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse--;
+}
+
+core.int
buildCounterGoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata =
0;
api.GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata
@@ -441,19 +489,6 @@
buildCounterGoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed2257() {
- var o = <api.GoogleRpcStatus>[];
- o.add(buildGoogleRpcStatus());
- o.add(buildGoogleRpcStatus());
- return o;
-}
-
-void checkUnnamed2257(core.List<api.GoogleRpcStatus> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
- checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
-}
-
core.List<api.GoogleRpcStatus> buildUnnamed2258() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
@@ -467,6 +502,19 @@
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
}
+core.List<api.GoogleRpcStatus> buildUnnamed2259() {
+ var o = <api.GoogleRpcStatus>[];
+ o.add(buildGoogleRpcStatus());
+ o.add(buildGoogleRpcStatus());
+ return o;
+}
+
+void checkUnnamed2259(core.List<api.GoogleRpcStatus> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
+ checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
+}
+
core.int
buildCounterGoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation =
0;
@@ -478,9 +526,9 @@
if (buildCounterGoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation <
3) {
o.datasetErrorCount = 42;
- o.datasetErrors = buildUnnamed2257();
+ o.datasetErrors = buildUnnamed2258();
o.documentErrorCount = 42;
- o.documentErrors = buildUnnamed2258();
+ o.documentErrors = buildUnnamed2259();
}
buildCounterGoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation--;
return o;
@@ -496,12 +544,12 @@
o.datasetErrorCount!,
unittest.equals(42),
);
- checkUnnamed2257(o.datasetErrors!);
+ checkUnnamed2258(o.datasetErrors!);
unittest.expect(
o.documentErrorCount!,
unittest.equals(42),
);
- checkUnnamed2258(o.documentErrors!);
+ checkUnnamed2259(o.documentErrors!);
}
buildCounterGoogleCloudDocumentaiUiv1beta3TrainProcessorVersionMetadataDatasetValidation--;
}
@@ -663,7 +711,7 @@
core.List<
api.GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus>
- buildUnnamed2259() {
+ buildUnnamed2260() {
var o = <
api.GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus>[];
o.add(
@@ -673,7 +721,7 @@
return o;
}
-void checkUnnamed2259(
+void checkUnnamed2260(
core.List<
api.GoogleCloudDocumentaiV1BatchProcessMetadataIndividualProcessStatus>
o) {
@@ -693,7 +741,7 @@
buildCounterGoogleCloudDocumentaiV1BatchProcessMetadata++;
if (buildCounterGoogleCloudDocumentaiV1BatchProcessMetadata < 3) {
o.createTime = 'foo';
- o.individualProcessStatuses = buildUnnamed2259();
+ o.individualProcessStatuses = buildUnnamed2260();
o.state = 'foo';
o.stateMessage = 'foo';
o.updateTime = 'foo';
@@ -710,7 +758,7 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed2259(o.individualProcessStatuses!);
+ checkUnnamed2260(o.individualProcessStatuses!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -810,14 +858,14 @@
buildCounterGoogleCloudDocumentaiV1BatchProcessResponse--;
}
-core.List<api.GoogleCloudDocumentaiV1NormalizedVertex> buildUnnamed2260() {
+core.List<api.GoogleCloudDocumentaiV1NormalizedVertex> buildUnnamed2261() {
var o = <api.GoogleCloudDocumentaiV1NormalizedVertex>[];
o.add(buildGoogleCloudDocumentaiV1NormalizedVertex());
o.add(buildGoogleCloudDocumentaiV1NormalizedVertex());
return o;
}
-void checkUnnamed2260(
+void checkUnnamed2261(
core.List<api.GoogleCloudDocumentaiV1NormalizedVertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1NormalizedVertex(
@@ -826,14 +874,14 @@
o[1] as api.GoogleCloudDocumentaiV1NormalizedVertex);
}
-core.List<api.GoogleCloudDocumentaiV1Vertex> buildUnnamed2261() {
+core.List<api.GoogleCloudDocumentaiV1Vertex> buildUnnamed2262() {
var o = <api.GoogleCloudDocumentaiV1Vertex>[];
o.add(buildGoogleCloudDocumentaiV1Vertex());
o.add(buildGoogleCloudDocumentaiV1Vertex());
return o;
}
-void checkUnnamed2261(core.List<api.GoogleCloudDocumentaiV1Vertex> o) {
+void checkUnnamed2262(core.List<api.GoogleCloudDocumentaiV1Vertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1Vertex(o[0] as api.GoogleCloudDocumentaiV1Vertex);
checkGoogleCloudDocumentaiV1Vertex(o[1] as api.GoogleCloudDocumentaiV1Vertex);
@@ -845,8 +893,8 @@
var o = api.GoogleCloudDocumentaiV1BoundingPoly();
buildCounterGoogleCloudDocumentaiV1BoundingPoly++;
if (buildCounterGoogleCloudDocumentaiV1BoundingPoly < 3) {
- o.normalizedVertices = buildUnnamed2260();
- o.vertices = buildUnnamed2261();
+ o.normalizedVertices = buildUnnamed2261();
+ o.vertices = buildUnnamed2262();
}
buildCounterGoogleCloudDocumentaiV1BoundingPoly--;
return o;
@@ -856,8 +904,8 @@
api.GoogleCloudDocumentaiV1BoundingPoly o) {
buildCounterGoogleCloudDocumentaiV1BoundingPoly++;
if (buildCounterGoogleCloudDocumentaiV1BoundingPoly < 3) {
- checkUnnamed2260(o.normalizedVertices!);
- checkUnnamed2261(o.vertices!);
+ checkUnnamed2261(o.normalizedVertices!);
+ checkUnnamed2262(o.vertices!);
}
buildCounterGoogleCloudDocumentaiV1BoundingPoly--;
}
@@ -901,14 +949,14 @@
buildCounterGoogleCloudDocumentaiV1CommonOperationMetadata--;
}
-core.List<api.GoogleCloudDocumentaiV1DocumentEntity> buildUnnamed2262() {
+core.List<api.GoogleCloudDocumentaiV1DocumentEntity> buildUnnamed2263() {
var o = <api.GoogleCloudDocumentaiV1DocumentEntity>[];
o.add(buildGoogleCloudDocumentaiV1DocumentEntity());
o.add(buildGoogleCloudDocumentaiV1DocumentEntity());
return o;
}
-void checkUnnamed2262(core.List<api.GoogleCloudDocumentaiV1DocumentEntity> o) {
+void checkUnnamed2263(core.List<api.GoogleCloudDocumentaiV1DocumentEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentEntity(
o[0] as api.GoogleCloudDocumentaiV1DocumentEntity);
@@ -917,14 +965,14 @@
}
core.List<api.GoogleCloudDocumentaiV1DocumentEntityRelation>
- buildUnnamed2263() {
+ buildUnnamed2264() {
var o = <api.GoogleCloudDocumentaiV1DocumentEntityRelation>[];
o.add(buildGoogleCloudDocumentaiV1DocumentEntityRelation());
o.add(buildGoogleCloudDocumentaiV1DocumentEntityRelation());
return o;
}
-void checkUnnamed2263(
+void checkUnnamed2264(
core.List<api.GoogleCloudDocumentaiV1DocumentEntityRelation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentEntityRelation(
@@ -933,14 +981,14 @@
o[1] as api.GoogleCloudDocumentaiV1DocumentEntityRelation);
}
-core.List<api.GoogleCloudDocumentaiV1DocumentPage> buildUnnamed2264() {
+core.List<api.GoogleCloudDocumentaiV1DocumentPage> buildUnnamed2265() {
var o = <api.GoogleCloudDocumentaiV1DocumentPage>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPage());
o.add(buildGoogleCloudDocumentaiV1DocumentPage());
return o;
}
-void checkUnnamed2264(core.List<api.GoogleCloudDocumentaiV1DocumentPage> o) {
+void checkUnnamed2265(core.List<api.GoogleCloudDocumentaiV1DocumentPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPage(
o[0] as api.GoogleCloudDocumentaiV1DocumentPage);
@@ -948,14 +996,14 @@
o[1] as api.GoogleCloudDocumentaiV1DocumentPage);
}
-core.List<api.GoogleCloudDocumentaiV1DocumentRevision> buildUnnamed2265() {
+core.List<api.GoogleCloudDocumentaiV1DocumentRevision> buildUnnamed2266() {
var o = <api.GoogleCloudDocumentaiV1DocumentRevision>[];
o.add(buildGoogleCloudDocumentaiV1DocumentRevision());
o.add(buildGoogleCloudDocumentaiV1DocumentRevision());
return o;
}
-void checkUnnamed2265(
+void checkUnnamed2266(
core.List<api.GoogleCloudDocumentaiV1DocumentRevision> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentRevision(
@@ -964,14 +1012,14 @@
o[1] as api.GoogleCloudDocumentaiV1DocumentRevision);
}
-core.List<api.GoogleCloudDocumentaiV1DocumentTextChange> buildUnnamed2266() {
+core.List<api.GoogleCloudDocumentaiV1DocumentTextChange> buildUnnamed2267() {
var o = <api.GoogleCloudDocumentaiV1DocumentTextChange>[];
o.add(buildGoogleCloudDocumentaiV1DocumentTextChange());
o.add(buildGoogleCloudDocumentaiV1DocumentTextChange());
return o;
}
-void checkUnnamed2266(
+void checkUnnamed2267(
core.List<api.GoogleCloudDocumentaiV1DocumentTextChange> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentTextChange(
@@ -980,14 +1028,14 @@
o[1] as api.GoogleCloudDocumentaiV1DocumentTextChange);
}
-core.List<api.GoogleCloudDocumentaiV1DocumentStyle> buildUnnamed2267() {
+core.List<api.GoogleCloudDocumentaiV1DocumentStyle> buildUnnamed2268() {
var o = <api.GoogleCloudDocumentaiV1DocumentStyle>[];
o.add(buildGoogleCloudDocumentaiV1DocumentStyle());
o.add(buildGoogleCloudDocumentaiV1DocumentStyle());
return o;
}
-void checkUnnamed2267(core.List<api.GoogleCloudDocumentaiV1DocumentStyle> o) {
+void checkUnnamed2268(core.List<api.GoogleCloudDocumentaiV1DocumentStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentStyle(
o[0] as api.GoogleCloudDocumentaiV1DocumentStyle);
@@ -1001,16 +1049,16 @@
buildCounterGoogleCloudDocumentaiV1Document++;
if (buildCounterGoogleCloudDocumentaiV1Document < 3) {
o.content = 'foo';
- o.entities = buildUnnamed2262();
- o.entityRelations = buildUnnamed2263();
+ o.entities = buildUnnamed2263();
+ o.entityRelations = buildUnnamed2264();
o.error = buildGoogleRpcStatus();
o.mimeType = 'foo';
- o.pages = buildUnnamed2264();
- o.revisions = buildUnnamed2265();
+ o.pages = buildUnnamed2265();
+ o.revisions = buildUnnamed2266();
o.shardInfo = buildGoogleCloudDocumentaiV1DocumentShardInfo();
o.text = 'foo';
- o.textChanges = buildUnnamed2266();
- o.textStyles = buildUnnamed2267();
+ o.textChanges = buildUnnamed2267();
+ o.textStyles = buildUnnamed2268();
o.uri = 'foo';
}
buildCounterGoogleCloudDocumentaiV1Document--;
@@ -1025,23 +1073,23 @@
o.content!,
unittest.equals('foo'),
);
- checkUnnamed2262(o.entities!);
- checkUnnamed2263(o.entityRelations!);
+ checkUnnamed2263(o.entities!);
+ checkUnnamed2264(o.entityRelations!);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
unittest.expect(
o.mimeType!,
unittest.equals('foo'),
);
- checkUnnamed2264(o.pages!);
- checkUnnamed2265(o.revisions!);
+ checkUnnamed2265(o.pages!);
+ checkUnnamed2266(o.revisions!);
checkGoogleCloudDocumentaiV1DocumentShardInfo(
o.shardInfo! as api.GoogleCloudDocumentaiV1DocumentShardInfo);
unittest.expect(
o.text!,
unittest.equals('foo'),
);
- checkUnnamed2266(o.textChanges!);
- checkUnnamed2267(o.textStyles!);
+ checkUnnamed2267(o.textChanges!);
+ checkUnnamed2268(o.textStyles!);
unittest.expect(
o.uri!,
unittest.equals('foo'),
@@ -1050,14 +1098,14 @@
buildCounterGoogleCloudDocumentaiV1Document--;
}
-core.List<api.GoogleCloudDocumentaiV1DocumentEntity> buildUnnamed2268() {
+core.List<api.GoogleCloudDocumentaiV1DocumentEntity> buildUnnamed2269() {
var o = <api.GoogleCloudDocumentaiV1DocumentEntity>[];
o.add(buildGoogleCloudDocumentaiV1DocumentEntity());
o.add(buildGoogleCloudDocumentaiV1DocumentEntity());
return o;
}
-void checkUnnamed2268(core.List<api.GoogleCloudDocumentaiV1DocumentEntity> o) {
+void checkUnnamed2269(core.List<api.GoogleCloudDocumentaiV1DocumentEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentEntity(
o[0] as api.GoogleCloudDocumentaiV1DocumentEntity);
@@ -1078,7 +1126,7 @@
o.normalizedValue =
buildGoogleCloudDocumentaiV1DocumentEntityNormalizedValue();
o.pageAnchor = buildGoogleCloudDocumentaiV1DocumentPageAnchor();
- o.properties = buildUnnamed2268();
+ o.properties = buildUnnamed2269();
o.provenance = buildGoogleCloudDocumentaiV1DocumentProvenance();
o.redacted = true;
o.textAnchor = buildGoogleCloudDocumentaiV1DocumentTextAnchor();
@@ -1112,7 +1160,7 @@
as api.GoogleCloudDocumentaiV1DocumentEntityNormalizedValue);
checkGoogleCloudDocumentaiV1DocumentPageAnchor(
o.pageAnchor! as api.GoogleCloudDocumentaiV1DocumentPageAnchor);
- checkUnnamed2268(o.properties!);
+ checkUnnamed2269(o.properties!);
checkGoogleCloudDocumentaiV1DocumentProvenance(
o.provenance! as api.GoogleCloudDocumentaiV1DocumentProvenance);
unittest.expect(o.redacted!, unittest.isTrue);
@@ -1246,14 +1294,14 @@
buildCounterGoogleCloudDocumentaiV1DocumentOutputConfigGcsOutputConfig--;
}
-core.List<api.GoogleCloudDocumentaiV1DocumentPageBlock> buildUnnamed2269() {
+core.List<api.GoogleCloudDocumentaiV1DocumentPageBlock> buildUnnamed2270() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageBlock>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageBlock());
o.add(buildGoogleCloudDocumentaiV1DocumentPageBlock());
return o;
}
-void checkUnnamed2269(
+void checkUnnamed2270(
core.List<api.GoogleCloudDocumentaiV1DocumentPageBlock> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageBlock(
@@ -1263,14 +1311,14 @@
}
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>
- buildUnnamed2270() {
+ buildUnnamed2271() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2270(
+void checkUnnamed2271(
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageDetectedLanguage(
@@ -1279,14 +1327,14 @@
o[1] as api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage);
}
-core.List<api.GoogleCloudDocumentaiV1DocumentPageFormField> buildUnnamed2271() {
+core.List<api.GoogleCloudDocumentaiV1DocumentPageFormField> buildUnnamed2272() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageFormField>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageFormField());
o.add(buildGoogleCloudDocumentaiV1DocumentPageFormField());
return o;
}
-void checkUnnamed2271(
+void checkUnnamed2272(
core.List<api.GoogleCloudDocumentaiV1DocumentPageFormField> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageFormField(
@@ -1295,14 +1343,14 @@
o[1] as api.GoogleCloudDocumentaiV1DocumentPageFormField);
}
-core.List<api.GoogleCloudDocumentaiV1DocumentPageLine> buildUnnamed2272() {
+core.List<api.GoogleCloudDocumentaiV1DocumentPageLine> buildUnnamed2273() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageLine>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageLine());
o.add(buildGoogleCloudDocumentaiV1DocumentPageLine());
return o;
}
-void checkUnnamed2272(
+void checkUnnamed2273(
core.List<api.GoogleCloudDocumentaiV1DocumentPageLine> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageLine(
@@ -1311,14 +1359,14 @@
o[1] as api.GoogleCloudDocumentaiV1DocumentPageLine);
}
-core.List<api.GoogleCloudDocumentaiV1DocumentPageParagraph> buildUnnamed2273() {
+core.List<api.GoogleCloudDocumentaiV1DocumentPageParagraph> buildUnnamed2274() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageParagraph>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageParagraph());
o.add(buildGoogleCloudDocumentaiV1DocumentPageParagraph());
return o;
}
-void checkUnnamed2273(
+void checkUnnamed2274(
core.List<api.GoogleCloudDocumentaiV1DocumentPageParagraph> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageParagraph(
@@ -1327,14 +1375,14 @@
o[1] as api.GoogleCloudDocumentaiV1DocumentPageParagraph);
}
-core.List<api.GoogleCloudDocumentaiV1DocumentPageTable> buildUnnamed2274() {
+core.List<api.GoogleCloudDocumentaiV1DocumentPageTable> buildUnnamed2275() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageTable>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageTable());
o.add(buildGoogleCloudDocumentaiV1DocumentPageTable());
return o;
}
-void checkUnnamed2274(
+void checkUnnamed2275(
core.List<api.GoogleCloudDocumentaiV1DocumentPageTable> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageTable(
@@ -1343,14 +1391,14 @@
o[1] as api.GoogleCloudDocumentaiV1DocumentPageTable);
}
-core.List<api.GoogleCloudDocumentaiV1DocumentPageToken> buildUnnamed2275() {
+core.List<api.GoogleCloudDocumentaiV1DocumentPageToken> buildUnnamed2276() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageToken>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageToken());
o.add(buildGoogleCloudDocumentaiV1DocumentPageToken());
return o;
}
-void checkUnnamed2275(
+void checkUnnamed2276(
core.List<api.GoogleCloudDocumentaiV1DocumentPageToken> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageToken(
@@ -1359,14 +1407,14 @@
o[1] as api.GoogleCloudDocumentaiV1DocumentPageToken);
}
-core.List<api.GoogleCloudDocumentaiV1DocumentPageMatrix> buildUnnamed2276() {
+core.List<api.GoogleCloudDocumentaiV1DocumentPageMatrix> buildUnnamed2277() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageMatrix>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageMatrix());
o.add(buildGoogleCloudDocumentaiV1DocumentPageMatrix());
return o;
}
-void checkUnnamed2276(
+void checkUnnamed2277(
core.List<api.GoogleCloudDocumentaiV1DocumentPageMatrix> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageMatrix(
@@ -1376,14 +1424,14 @@
}
core.List<api.GoogleCloudDocumentaiV1DocumentPageVisualElement>
- buildUnnamed2277() {
+ buildUnnamed2278() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageVisualElement>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageVisualElement());
o.add(buildGoogleCloudDocumentaiV1DocumentPageVisualElement());
return o;
}
-void checkUnnamed2277(
+void checkUnnamed2278(
core.List<api.GoogleCloudDocumentaiV1DocumentPageVisualElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageVisualElement(
@@ -1398,20 +1446,20 @@
var o = api.GoogleCloudDocumentaiV1DocumentPage();
buildCounterGoogleCloudDocumentaiV1DocumentPage++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPage < 3) {
- o.blocks = buildUnnamed2269();
- o.detectedLanguages = buildUnnamed2270();
+ o.blocks = buildUnnamed2270();
+ o.detectedLanguages = buildUnnamed2271();
o.dimension = buildGoogleCloudDocumentaiV1DocumentPageDimension();
- o.formFields = buildUnnamed2271();
+ o.formFields = buildUnnamed2272();
o.image = buildGoogleCloudDocumentaiV1DocumentPageImage();
o.layout = buildGoogleCloudDocumentaiV1DocumentPageLayout();
- o.lines = buildUnnamed2272();
+ o.lines = buildUnnamed2273();
o.pageNumber = 42;
- o.paragraphs = buildUnnamed2273();
+ o.paragraphs = buildUnnamed2274();
o.provenance = buildGoogleCloudDocumentaiV1DocumentProvenance();
- o.tables = buildUnnamed2274();
- o.tokens = buildUnnamed2275();
- o.transforms = buildUnnamed2276();
- o.visualElements = buildUnnamed2277();
+ o.tables = buildUnnamed2275();
+ o.tokens = buildUnnamed2276();
+ o.transforms = buildUnnamed2277();
+ o.visualElements = buildUnnamed2278();
}
buildCounterGoogleCloudDocumentaiV1DocumentPage--;
return o;
@@ -1421,40 +1469,40 @@
api.GoogleCloudDocumentaiV1DocumentPage o) {
buildCounterGoogleCloudDocumentaiV1DocumentPage++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPage < 3) {
- checkUnnamed2269(o.blocks!);
- checkUnnamed2270(o.detectedLanguages!);
+ checkUnnamed2270(o.blocks!);
+ checkUnnamed2271(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1DocumentPageDimension(
o.dimension! as api.GoogleCloudDocumentaiV1DocumentPageDimension);
- checkUnnamed2271(o.formFields!);
+ checkUnnamed2272(o.formFields!);
checkGoogleCloudDocumentaiV1DocumentPageImage(
o.image! as api.GoogleCloudDocumentaiV1DocumentPageImage);
checkGoogleCloudDocumentaiV1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1DocumentPageLayout);
- checkUnnamed2272(o.lines!);
+ checkUnnamed2273(o.lines!);
unittest.expect(
o.pageNumber!,
unittest.equals(42),
);
- checkUnnamed2273(o.paragraphs!);
+ checkUnnamed2274(o.paragraphs!);
checkGoogleCloudDocumentaiV1DocumentProvenance(
o.provenance! as api.GoogleCloudDocumentaiV1DocumentProvenance);
- checkUnnamed2274(o.tables!);
- checkUnnamed2275(o.tokens!);
- checkUnnamed2276(o.transforms!);
- checkUnnamed2277(o.visualElements!);
+ checkUnnamed2275(o.tables!);
+ checkUnnamed2276(o.tokens!);
+ checkUnnamed2277(o.transforms!);
+ checkUnnamed2278(o.visualElements!);
}
buildCounterGoogleCloudDocumentaiV1DocumentPage--;
}
core.List<api.GoogleCloudDocumentaiV1DocumentPageAnchorPageRef>
- buildUnnamed2278() {
+ buildUnnamed2279() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageAnchorPageRef>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageAnchorPageRef());
o.add(buildGoogleCloudDocumentaiV1DocumentPageAnchorPageRef());
return o;
}
-void checkUnnamed2278(
+void checkUnnamed2279(
core.List<api.GoogleCloudDocumentaiV1DocumentPageAnchorPageRef> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageAnchorPageRef(
@@ -1469,7 +1517,7 @@
var o = api.GoogleCloudDocumentaiV1DocumentPageAnchor();
buildCounterGoogleCloudDocumentaiV1DocumentPageAnchor++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPageAnchor < 3) {
- o.pageRefs = buildUnnamed2278();
+ o.pageRefs = buildUnnamed2279();
}
buildCounterGoogleCloudDocumentaiV1DocumentPageAnchor--;
return o;
@@ -1479,7 +1527,7 @@
api.GoogleCloudDocumentaiV1DocumentPageAnchor o) {
buildCounterGoogleCloudDocumentaiV1DocumentPageAnchor++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPageAnchor < 3) {
- checkUnnamed2278(o.pageRefs!);
+ checkUnnamed2279(o.pageRefs!);
}
buildCounterGoogleCloudDocumentaiV1DocumentPageAnchor--;
}
@@ -1527,14 +1575,14 @@
}
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>
- buildUnnamed2279() {
+ buildUnnamed2280() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2279(
+void checkUnnamed2280(
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageDetectedLanguage(
@@ -1549,7 +1597,7 @@
var o = api.GoogleCloudDocumentaiV1DocumentPageBlock();
buildCounterGoogleCloudDocumentaiV1DocumentPageBlock++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPageBlock < 3) {
- o.detectedLanguages = buildUnnamed2279();
+ o.detectedLanguages = buildUnnamed2280();
o.layout = buildGoogleCloudDocumentaiV1DocumentPageLayout();
o.provenance = buildGoogleCloudDocumentaiV1DocumentProvenance();
}
@@ -1561,7 +1609,7 @@
api.GoogleCloudDocumentaiV1DocumentPageBlock o) {
buildCounterGoogleCloudDocumentaiV1DocumentPageBlock++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPageBlock < 3) {
- checkUnnamed2279(o.detectedLanguages!);
+ checkUnnamed2280(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1DocumentPageLayout);
checkGoogleCloudDocumentaiV1DocumentProvenance(
@@ -1634,23 +1682,6 @@
}
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>
- buildUnnamed2280() {
- var o = <api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>[];
- o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
- o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
- return o;
-}
-
-void checkUnnamed2280(
- core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudDocumentaiV1DocumentPageDetectedLanguage(
- o[0] as api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage);
- checkGoogleCloudDocumentaiV1DocumentPageDetectedLanguage(
- o[1] as api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage);
-}
-
-core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>
buildUnnamed2281() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
@@ -1667,6 +1698,23 @@
o[1] as api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage);
}
+core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>
+ buildUnnamed2282() {
+ var o = <api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>[];
+ o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
+ o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
+ return o;
+}
+
+void checkUnnamed2282(
+ core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDocumentaiV1DocumentPageDetectedLanguage(
+ o[0] as api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage);
+ checkGoogleCloudDocumentaiV1DocumentPageDetectedLanguage(
+ o[1] as api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage);
+}
+
core.int buildCounterGoogleCloudDocumentaiV1DocumentPageFormField = 0;
api.GoogleCloudDocumentaiV1DocumentPageFormField
buildGoogleCloudDocumentaiV1DocumentPageFormField() {
@@ -1675,9 +1723,9 @@
if (buildCounterGoogleCloudDocumentaiV1DocumentPageFormField < 3) {
o.fieldName = buildGoogleCloudDocumentaiV1DocumentPageLayout();
o.fieldValue = buildGoogleCloudDocumentaiV1DocumentPageLayout();
- o.nameDetectedLanguages = buildUnnamed2280();
+ o.nameDetectedLanguages = buildUnnamed2281();
o.provenance = buildGoogleCloudDocumentaiV1DocumentProvenance();
- o.valueDetectedLanguages = buildUnnamed2281();
+ o.valueDetectedLanguages = buildUnnamed2282();
o.valueType = 'foo';
}
buildCounterGoogleCloudDocumentaiV1DocumentPageFormField--;
@@ -1692,10 +1740,10 @@
o.fieldName! as api.GoogleCloudDocumentaiV1DocumentPageLayout);
checkGoogleCloudDocumentaiV1DocumentPageLayout(
o.fieldValue! as api.GoogleCloudDocumentaiV1DocumentPageLayout);
- checkUnnamed2280(o.nameDetectedLanguages!);
+ checkUnnamed2281(o.nameDetectedLanguages!);
checkGoogleCloudDocumentaiV1DocumentProvenance(
o.provenance! as api.GoogleCloudDocumentaiV1DocumentProvenance);
- checkUnnamed2281(o.valueDetectedLanguages!);
+ checkUnnamed2282(o.valueDetectedLanguages!);
unittest.expect(
o.valueType!,
unittest.equals('foo'),
@@ -1779,14 +1827,14 @@
}
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>
- buildUnnamed2282() {
+ buildUnnamed2283() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2282(
+void checkUnnamed2283(
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageDetectedLanguage(
@@ -1801,7 +1849,7 @@
var o = api.GoogleCloudDocumentaiV1DocumentPageLine();
buildCounterGoogleCloudDocumentaiV1DocumentPageLine++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPageLine < 3) {
- o.detectedLanguages = buildUnnamed2282();
+ o.detectedLanguages = buildUnnamed2283();
o.layout = buildGoogleCloudDocumentaiV1DocumentPageLayout();
o.provenance = buildGoogleCloudDocumentaiV1DocumentProvenance();
}
@@ -1813,7 +1861,7 @@
api.GoogleCloudDocumentaiV1DocumentPageLine o) {
buildCounterGoogleCloudDocumentaiV1DocumentPageLine++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPageLine < 3) {
- checkUnnamed2282(o.detectedLanguages!);
+ checkUnnamed2283(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1DocumentPageLayout);
checkGoogleCloudDocumentaiV1DocumentProvenance(
@@ -1862,14 +1910,14 @@
}
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>
- buildUnnamed2283() {
+ buildUnnamed2284() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2283(
+void checkUnnamed2284(
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageDetectedLanguage(
@@ -1884,7 +1932,7 @@
var o = api.GoogleCloudDocumentaiV1DocumentPageParagraph();
buildCounterGoogleCloudDocumentaiV1DocumentPageParagraph++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPageParagraph < 3) {
- o.detectedLanguages = buildUnnamed2283();
+ o.detectedLanguages = buildUnnamed2284();
o.layout = buildGoogleCloudDocumentaiV1DocumentPageLayout();
o.provenance = buildGoogleCloudDocumentaiV1DocumentProvenance();
}
@@ -1896,7 +1944,7 @@
api.GoogleCloudDocumentaiV1DocumentPageParagraph o) {
buildCounterGoogleCloudDocumentaiV1DocumentPageParagraph++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPageParagraph < 3) {
- checkUnnamed2283(o.detectedLanguages!);
+ checkUnnamed2284(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1DocumentPageLayout);
checkGoogleCloudDocumentaiV1DocumentProvenance(
@@ -1906,14 +1954,14 @@
}
core.List<api.GoogleCloudDocumentaiV1DocumentPageTableTableRow>
- buildUnnamed2284() {
+ buildUnnamed2285() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageTableTableRow>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageTableTableRow());
o.add(buildGoogleCloudDocumentaiV1DocumentPageTableTableRow());
return o;
}
-void checkUnnamed2284(
+void checkUnnamed2285(
core.List<api.GoogleCloudDocumentaiV1DocumentPageTableTableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageTableTableRow(
@@ -1923,14 +1971,14 @@
}
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>
- buildUnnamed2285() {
+ buildUnnamed2286() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2285(
+void checkUnnamed2286(
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageDetectedLanguage(
@@ -1940,14 +1988,14 @@
}
core.List<api.GoogleCloudDocumentaiV1DocumentPageTableTableRow>
- buildUnnamed2286() {
+ buildUnnamed2287() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageTableTableRow>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageTableTableRow());
o.add(buildGoogleCloudDocumentaiV1DocumentPageTableTableRow());
return o;
}
-void checkUnnamed2286(
+void checkUnnamed2287(
core.List<api.GoogleCloudDocumentaiV1DocumentPageTableTableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageTableTableRow(
@@ -1962,9 +2010,9 @@
var o = api.GoogleCloudDocumentaiV1DocumentPageTable();
buildCounterGoogleCloudDocumentaiV1DocumentPageTable++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPageTable < 3) {
- o.bodyRows = buildUnnamed2284();
- o.detectedLanguages = buildUnnamed2285();
- o.headerRows = buildUnnamed2286();
+ o.bodyRows = buildUnnamed2285();
+ o.detectedLanguages = buildUnnamed2286();
+ o.headerRows = buildUnnamed2287();
o.layout = buildGoogleCloudDocumentaiV1DocumentPageLayout();
}
buildCounterGoogleCloudDocumentaiV1DocumentPageTable--;
@@ -1975,9 +2023,9 @@
api.GoogleCloudDocumentaiV1DocumentPageTable o) {
buildCounterGoogleCloudDocumentaiV1DocumentPageTable++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPageTable < 3) {
- checkUnnamed2284(o.bodyRows!);
- checkUnnamed2285(o.detectedLanguages!);
- checkUnnamed2286(o.headerRows!);
+ checkUnnamed2285(o.bodyRows!);
+ checkUnnamed2286(o.detectedLanguages!);
+ checkUnnamed2287(o.headerRows!);
checkGoogleCloudDocumentaiV1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1DocumentPageLayout);
}
@@ -1985,14 +2033,14 @@
}
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>
- buildUnnamed2287() {
+ buildUnnamed2288() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2287(
+void checkUnnamed2288(
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageDetectedLanguage(
@@ -2008,7 +2056,7 @@
buildCounterGoogleCloudDocumentaiV1DocumentPageTableTableCell++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPageTableTableCell < 3) {
o.colSpan = 42;
- o.detectedLanguages = buildUnnamed2287();
+ o.detectedLanguages = buildUnnamed2288();
o.layout = buildGoogleCloudDocumentaiV1DocumentPageLayout();
o.rowSpan = 42;
}
@@ -2024,7 +2072,7 @@
o.colSpan!,
unittest.equals(42),
);
- checkUnnamed2287(o.detectedLanguages!);
+ checkUnnamed2288(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1DocumentPageLayout);
unittest.expect(
@@ -2036,14 +2084,14 @@
}
core.List<api.GoogleCloudDocumentaiV1DocumentPageTableTableCell>
- buildUnnamed2288() {
+ buildUnnamed2289() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageTableTableCell>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageTableTableCell());
o.add(buildGoogleCloudDocumentaiV1DocumentPageTableTableCell());
return o;
}
-void checkUnnamed2288(
+void checkUnnamed2289(
core.List<api.GoogleCloudDocumentaiV1DocumentPageTableTableCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageTableTableCell(
@@ -2058,7 +2106,7 @@
var o = api.GoogleCloudDocumentaiV1DocumentPageTableTableRow();
buildCounterGoogleCloudDocumentaiV1DocumentPageTableTableRow++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPageTableTableRow < 3) {
- o.cells = buildUnnamed2288();
+ o.cells = buildUnnamed2289();
}
buildCounterGoogleCloudDocumentaiV1DocumentPageTableTableRow--;
return o;
@@ -2068,20 +2116,20 @@
api.GoogleCloudDocumentaiV1DocumentPageTableTableRow o) {
buildCounterGoogleCloudDocumentaiV1DocumentPageTableTableRow++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPageTableTableRow < 3) {
- checkUnnamed2288(o.cells!);
+ checkUnnamed2289(o.cells!);
}
buildCounterGoogleCloudDocumentaiV1DocumentPageTableTableRow--;
}
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>
- buildUnnamed2289() {
+ buildUnnamed2290() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2289(
+void checkUnnamed2290(
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageDetectedLanguage(
@@ -2098,7 +2146,7 @@
if (buildCounterGoogleCloudDocumentaiV1DocumentPageToken < 3) {
o.detectedBreak =
buildGoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak();
- o.detectedLanguages = buildUnnamed2289();
+ o.detectedLanguages = buildUnnamed2290();
o.layout = buildGoogleCloudDocumentaiV1DocumentPageLayout();
o.provenance = buildGoogleCloudDocumentaiV1DocumentProvenance();
}
@@ -2112,7 +2160,7 @@
if (buildCounterGoogleCloudDocumentaiV1DocumentPageToken < 3) {
checkGoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak(o.detectedBreak!
as api.GoogleCloudDocumentaiV1DocumentPageTokenDetectedBreak);
- checkUnnamed2289(o.detectedLanguages!);
+ checkUnnamed2290(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1DocumentPageLayout);
checkGoogleCloudDocumentaiV1DocumentProvenance(
@@ -2146,14 +2194,14 @@
}
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>
- buildUnnamed2290() {
+ buildUnnamed2291() {
var o = <api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2290(
+void checkUnnamed2291(
core.List<api.GoogleCloudDocumentaiV1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentPageDetectedLanguage(
@@ -2168,7 +2216,7 @@
var o = api.GoogleCloudDocumentaiV1DocumentPageVisualElement();
buildCounterGoogleCloudDocumentaiV1DocumentPageVisualElement++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPageVisualElement < 3) {
- o.detectedLanguages = buildUnnamed2290();
+ o.detectedLanguages = buildUnnamed2291();
o.layout = buildGoogleCloudDocumentaiV1DocumentPageLayout();
o.type = 'foo';
}
@@ -2180,7 +2228,7 @@
api.GoogleCloudDocumentaiV1DocumentPageVisualElement o) {
buildCounterGoogleCloudDocumentaiV1DocumentPageVisualElement++;
if (buildCounterGoogleCloudDocumentaiV1DocumentPageVisualElement < 3) {
- checkUnnamed2290(o.detectedLanguages!);
+ checkUnnamed2291(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1DocumentPageLayout);
unittest.expect(
@@ -2192,14 +2240,14 @@
}
core.List<api.GoogleCloudDocumentaiV1DocumentProvenanceParent>
- buildUnnamed2291() {
+ buildUnnamed2292() {
var o = <api.GoogleCloudDocumentaiV1DocumentProvenanceParent>[];
o.add(buildGoogleCloudDocumentaiV1DocumentProvenanceParent());
o.add(buildGoogleCloudDocumentaiV1DocumentProvenanceParent());
return o;
}
-void checkUnnamed2291(
+void checkUnnamed2292(
core.List<api.GoogleCloudDocumentaiV1DocumentProvenanceParent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentProvenanceParent(
@@ -2215,7 +2263,7 @@
buildCounterGoogleCloudDocumentaiV1DocumentProvenance++;
if (buildCounterGoogleCloudDocumentaiV1DocumentProvenance < 3) {
o.id = 42;
- o.parents = buildUnnamed2291();
+ o.parents = buildUnnamed2292();
o.revision = 42;
o.type = 'foo';
}
@@ -2231,7 +2279,7 @@
o.id!,
unittest.equals(42),
);
- checkUnnamed2291(o.parents!);
+ checkUnnamed2292(o.parents!);
unittest.expect(
o.revision!,
unittest.equals(42),
@@ -2278,14 +2326,14 @@
buildCounterGoogleCloudDocumentaiV1DocumentProvenanceParent--;
}
-core.List<core.int> buildUnnamed2292() {
+core.List<core.int> buildUnnamed2293() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed2292(core.List<core.int> o) {
+void checkUnnamed2293(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2307,7 +2355,7 @@
o.createTime = 'foo';
o.humanReview = buildGoogleCloudDocumentaiV1DocumentRevisionHumanReview();
o.id = 'foo';
- o.parent = buildUnnamed2292();
+ o.parent = buildUnnamed2293();
o.processor = 'foo';
}
buildCounterGoogleCloudDocumentaiV1DocumentRevision--;
@@ -2332,7 +2380,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed2292(o.parent!);
+ checkUnnamed2293(o.parent!);
unittest.expect(
o.processor!,
unittest.equals('foo'),
@@ -2478,14 +2526,14 @@
}
core.List<api.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment>
- buildUnnamed2293() {
+ buildUnnamed2294() {
var o = <api.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment>[];
o.add(buildGoogleCloudDocumentaiV1DocumentTextAnchorTextSegment());
o.add(buildGoogleCloudDocumentaiV1DocumentTextAnchorTextSegment());
return o;
}
-void checkUnnamed2293(
+void checkUnnamed2294(
core.List<api.GoogleCloudDocumentaiV1DocumentTextAnchorTextSegment> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentTextAnchorTextSegment(
@@ -2501,7 +2549,7 @@
buildCounterGoogleCloudDocumentaiV1DocumentTextAnchor++;
if (buildCounterGoogleCloudDocumentaiV1DocumentTextAnchor < 3) {
o.content = 'foo';
- o.textSegments = buildUnnamed2293();
+ o.textSegments = buildUnnamed2294();
}
buildCounterGoogleCloudDocumentaiV1DocumentTextAnchor--;
return o;
@@ -2515,7 +2563,7 @@
o.content!,
unittest.equals('foo'),
);
- checkUnnamed2293(o.textSegments!);
+ checkUnnamed2294(o.textSegments!);
}
buildCounterGoogleCloudDocumentaiV1DocumentTextAnchor--;
}
@@ -2549,14 +2597,14 @@
buildCounterGoogleCloudDocumentaiV1DocumentTextAnchorTextSegment--;
}
-core.List<api.GoogleCloudDocumentaiV1DocumentProvenance> buildUnnamed2294() {
+core.List<api.GoogleCloudDocumentaiV1DocumentProvenance> buildUnnamed2295() {
var o = <api.GoogleCloudDocumentaiV1DocumentProvenance>[];
o.add(buildGoogleCloudDocumentaiV1DocumentProvenance());
o.add(buildGoogleCloudDocumentaiV1DocumentProvenance());
return o;
}
-void checkUnnamed2294(
+void checkUnnamed2295(
core.List<api.GoogleCloudDocumentaiV1DocumentProvenance> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1DocumentProvenance(
@@ -2572,7 +2620,7 @@
buildCounterGoogleCloudDocumentaiV1DocumentTextChange++;
if (buildCounterGoogleCloudDocumentaiV1DocumentTextChange < 3) {
o.changedText = 'foo';
- o.provenance = buildUnnamed2294();
+ o.provenance = buildUnnamed2295();
o.textAnchor = buildGoogleCloudDocumentaiV1DocumentTextAnchor();
}
buildCounterGoogleCloudDocumentaiV1DocumentTextChange--;
@@ -2587,7 +2635,7 @@
o.changedText!,
unittest.equals('foo'),
);
- checkUnnamed2294(o.provenance!);
+ checkUnnamed2295(o.provenance!);
checkGoogleCloudDocumentaiV1DocumentTextAnchor(
o.textAnchor! as api.GoogleCloudDocumentaiV1DocumentTextAnchor);
}
@@ -2623,14 +2671,14 @@
buildCounterGoogleCloudDocumentaiV1GcsDocument--;
}
-core.List<api.GoogleCloudDocumentaiV1GcsDocument> buildUnnamed2295() {
+core.List<api.GoogleCloudDocumentaiV1GcsDocument> buildUnnamed2296() {
var o = <api.GoogleCloudDocumentaiV1GcsDocument>[];
o.add(buildGoogleCloudDocumentaiV1GcsDocument());
o.add(buildGoogleCloudDocumentaiV1GcsDocument());
return o;
}
-void checkUnnamed2295(core.List<api.GoogleCloudDocumentaiV1GcsDocument> o) {
+void checkUnnamed2296(core.List<api.GoogleCloudDocumentaiV1GcsDocument> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1GcsDocument(
o[0] as api.GoogleCloudDocumentaiV1GcsDocument);
@@ -2644,7 +2692,7 @@
var o = api.GoogleCloudDocumentaiV1GcsDocuments();
buildCounterGoogleCloudDocumentaiV1GcsDocuments++;
if (buildCounterGoogleCloudDocumentaiV1GcsDocuments < 3) {
- o.documents = buildUnnamed2295();
+ o.documents = buildUnnamed2296();
}
buildCounterGoogleCloudDocumentaiV1GcsDocuments--;
return o;
@@ -2654,7 +2702,7 @@
api.GoogleCloudDocumentaiV1GcsDocuments o) {
buildCounterGoogleCloudDocumentaiV1GcsDocuments++;
if (buildCounterGoogleCloudDocumentaiV1GcsDocuments < 3) {
- checkUnnamed2295(o.documents!);
+ checkUnnamed2296(o.documents!);
}
buildCounterGoogleCloudDocumentaiV1GcsDocuments--;
}
@@ -2929,14 +2977,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1ProcessDocumentResponse>
- buildUnnamed2296() {
+ buildUnnamed2297() {
var o = <api.GoogleCloudDocumentaiV1beta1ProcessDocumentResponse>[];
o.add(buildGoogleCloudDocumentaiV1beta1ProcessDocumentResponse());
o.add(buildGoogleCloudDocumentaiV1beta1ProcessDocumentResponse());
return o;
}
-void checkUnnamed2296(
+void checkUnnamed2297(
core.List<api.GoogleCloudDocumentaiV1beta1ProcessDocumentResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1ProcessDocumentResponse(
@@ -2953,7 +3001,7 @@
buildCounterGoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse++;
if (buildCounterGoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse <
3) {
- o.responses = buildUnnamed2296();
+ o.responses = buildUnnamed2297();
}
buildCounterGoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse--;
return o;
@@ -2964,19 +3012,19 @@
buildCounterGoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse++;
if (buildCounterGoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse <
3) {
- checkUnnamed2296(o.responses!);
+ checkUnnamed2297(o.responses!);
}
buildCounterGoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse--;
}
-core.List<api.GoogleCloudDocumentaiV1beta1NormalizedVertex> buildUnnamed2297() {
+core.List<api.GoogleCloudDocumentaiV1beta1NormalizedVertex> buildUnnamed2298() {
var o = <api.GoogleCloudDocumentaiV1beta1NormalizedVertex>[];
o.add(buildGoogleCloudDocumentaiV1beta1NormalizedVertex());
o.add(buildGoogleCloudDocumentaiV1beta1NormalizedVertex());
return o;
}
-void checkUnnamed2297(
+void checkUnnamed2298(
core.List<api.GoogleCloudDocumentaiV1beta1NormalizedVertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1NormalizedVertex(
@@ -2985,14 +3033,14 @@
o[1] as api.GoogleCloudDocumentaiV1beta1NormalizedVertex);
}
-core.List<api.GoogleCloudDocumentaiV1beta1Vertex> buildUnnamed2298() {
+core.List<api.GoogleCloudDocumentaiV1beta1Vertex> buildUnnamed2299() {
var o = <api.GoogleCloudDocumentaiV1beta1Vertex>[];
o.add(buildGoogleCloudDocumentaiV1beta1Vertex());
o.add(buildGoogleCloudDocumentaiV1beta1Vertex());
return o;
}
-void checkUnnamed2298(core.List<api.GoogleCloudDocumentaiV1beta1Vertex> o) {
+void checkUnnamed2299(core.List<api.GoogleCloudDocumentaiV1beta1Vertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1Vertex(
o[0] as api.GoogleCloudDocumentaiV1beta1Vertex);
@@ -3006,8 +3054,8 @@
var o = api.GoogleCloudDocumentaiV1beta1BoundingPoly();
buildCounterGoogleCloudDocumentaiV1beta1BoundingPoly++;
if (buildCounterGoogleCloudDocumentaiV1beta1BoundingPoly < 3) {
- o.normalizedVertices = buildUnnamed2297();
- o.vertices = buildUnnamed2298();
+ o.normalizedVertices = buildUnnamed2298();
+ o.vertices = buildUnnamed2299();
}
buildCounterGoogleCloudDocumentaiV1beta1BoundingPoly--;
return o;
@@ -3017,20 +3065,20 @@
api.GoogleCloudDocumentaiV1beta1BoundingPoly o) {
buildCounterGoogleCloudDocumentaiV1beta1BoundingPoly++;
if (buildCounterGoogleCloudDocumentaiV1beta1BoundingPoly < 3) {
- checkUnnamed2297(o.normalizedVertices!);
- checkUnnamed2298(o.vertices!);
+ checkUnnamed2298(o.normalizedVertices!);
+ checkUnnamed2299(o.vertices!);
}
buildCounterGoogleCloudDocumentaiV1beta1BoundingPoly--;
}
-core.List<api.GoogleCloudDocumentaiV1beta1DocumentEntity> buildUnnamed2299() {
+core.List<api.GoogleCloudDocumentaiV1beta1DocumentEntity> buildUnnamed2300() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentEntity>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentEntity());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentEntity());
return o;
}
-void checkUnnamed2299(
+void checkUnnamed2300(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentEntity(
@@ -3040,14 +3088,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentEntityRelation>
- buildUnnamed2300() {
+ buildUnnamed2301() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentEntityRelation>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentEntityRelation());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentEntityRelation());
return o;
}
-void checkUnnamed2300(
+void checkUnnamed2301(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentEntityRelation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentEntityRelation(
@@ -3056,14 +3104,14 @@
o[1] as api.GoogleCloudDocumentaiV1beta1DocumentEntityRelation);
}
-core.List<api.GoogleCloudDocumentaiV1beta1DocumentPage> buildUnnamed2301() {
+core.List<api.GoogleCloudDocumentaiV1beta1DocumentPage> buildUnnamed2302() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPage>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPage());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPage());
return o;
}
-void checkUnnamed2301(
+void checkUnnamed2302(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPage(
@@ -3072,14 +3120,14 @@
o[1] as api.GoogleCloudDocumentaiV1beta1DocumentPage);
}
-core.List<api.GoogleCloudDocumentaiV1beta1DocumentRevision> buildUnnamed2302() {
+core.List<api.GoogleCloudDocumentaiV1beta1DocumentRevision> buildUnnamed2303() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentRevision>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentRevision());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentRevision());
return o;
}
-void checkUnnamed2302(
+void checkUnnamed2303(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentRevision> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentRevision(
@@ -3089,14 +3137,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentTextChange>
- buildUnnamed2303() {
+ buildUnnamed2304() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentTextChange>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentTextChange());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentTextChange());
return o;
}
-void checkUnnamed2303(
+void checkUnnamed2304(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentTextChange> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentTextChange(
@@ -3105,14 +3153,14 @@
o[1] as api.GoogleCloudDocumentaiV1beta1DocumentTextChange);
}
-core.List<api.GoogleCloudDocumentaiV1beta1DocumentStyle> buildUnnamed2304() {
+core.List<api.GoogleCloudDocumentaiV1beta1DocumentStyle> buildUnnamed2305() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentStyle>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentStyle());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentStyle());
return o;
}
-void checkUnnamed2304(
+void checkUnnamed2305(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentStyle(
@@ -3128,16 +3176,16 @@
buildCounterGoogleCloudDocumentaiV1beta1Document++;
if (buildCounterGoogleCloudDocumentaiV1beta1Document < 3) {
o.content = 'foo';
- o.entities = buildUnnamed2299();
- o.entityRelations = buildUnnamed2300();
+ o.entities = buildUnnamed2300();
+ o.entityRelations = buildUnnamed2301();
o.error = buildGoogleRpcStatus();
o.mimeType = 'foo';
- o.pages = buildUnnamed2301();
- o.revisions = buildUnnamed2302();
+ o.pages = buildUnnamed2302();
+ o.revisions = buildUnnamed2303();
o.shardInfo = buildGoogleCloudDocumentaiV1beta1DocumentShardInfo();
o.text = 'foo';
- o.textChanges = buildUnnamed2303();
- o.textStyles = buildUnnamed2304();
+ o.textChanges = buildUnnamed2304();
+ o.textStyles = buildUnnamed2305();
o.uri = 'foo';
}
buildCounterGoogleCloudDocumentaiV1beta1Document--;
@@ -3152,23 +3200,23 @@
o.content!,
unittest.equals('foo'),
);
- checkUnnamed2299(o.entities!);
- checkUnnamed2300(o.entityRelations!);
+ checkUnnamed2300(o.entities!);
+ checkUnnamed2301(o.entityRelations!);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
unittest.expect(
o.mimeType!,
unittest.equals('foo'),
);
- checkUnnamed2301(o.pages!);
- checkUnnamed2302(o.revisions!);
+ checkUnnamed2302(o.pages!);
+ checkUnnamed2303(o.revisions!);
checkGoogleCloudDocumentaiV1beta1DocumentShardInfo(
o.shardInfo! as api.GoogleCloudDocumentaiV1beta1DocumentShardInfo);
unittest.expect(
o.text!,
unittest.equals('foo'),
);
- checkUnnamed2303(o.textChanges!);
- checkUnnamed2304(o.textStyles!);
+ checkUnnamed2304(o.textChanges!);
+ checkUnnamed2305(o.textStyles!);
unittest.expect(
o.uri!,
unittest.equals('foo'),
@@ -3177,14 +3225,14 @@
buildCounterGoogleCloudDocumentaiV1beta1Document--;
}
-core.List<api.GoogleCloudDocumentaiV1beta1DocumentEntity> buildUnnamed2305() {
+core.List<api.GoogleCloudDocumentaiV1beta1DocumentEntity> buildUnnamed2306() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentEntity>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentEntity());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentEntity());
return o;
}
-void checkUnnamed2305(
+void checkUnnamed2306(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentEntity(
@@ -3206,7 +3254,7 @@
o.normalizedValue =
buildGoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue();
o.pageAnchor = buildGoogleCloudDocumentaiV1beta1DocumentPageAnchor();
- o.properties = buildUnnamed2305();
+ o.properties = buildUnnamed2306();
o.provenance = buildGoogleCloudDocumentaiV1beta1DocumentProvenance();
o.redacted = true;
o.textAnchor = buildGoogleCloudDocumentaiV1beta1DocumentTextAnchor();
@@ -3241,7 +3289,7 @@
as api.GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue);
checkGoogleCloudDocumentaiV1beta1DocumentPageAnchor(
o.pageAnchor! as api.GoogleCloudDocumentaiV1beta1DocumentPageAnchor);
- checkUnnamed2305(o.properties!);
+ checkUnnamed2306(o.properties!);
checkGoogleCloudDocumentaiV1beta1DocumentProvenance(
o.provenance! as api.GoogleCloudDocumentaiV1beta1DocumentProvenance);
unittest.expect(o.redacted!, unittest.isTrue);
@@ -3328,14 +3376,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageBlock>
- buildUnnamed2306() {
+ buildUnnamed2307() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageBlock>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageBlock());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageBlock());
return o;
}
-void checkUnnamed2306(
+void checkUnnamed2307(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageBlock> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageBlock(
@@ -3345,14 +3393,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>
- buildUnnamed2307() {
+ buildUnnamed2308() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2307(
+void checkUnnamed2308(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage(
@@ -3362,14 +3410,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageFormField>
- buildUnnamed2308() {
+ buildUnnamed2309() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageFormField>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageFormField());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageFormField());
return o;
}
-void checkUnnamed2308(
+void checkUnnamed2309(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageFormField> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageFormField(
@@ -3378,14 +3426,14 @@
o[1] as api.GoogleCloudDocumentaiV1beta1DocumentPageFormField);
}
-core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageLine> buildUnnamed2309() {
+core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageLine> buildUnnamed2310() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageLine>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageLine());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageLine());
return o;
}
-void checkUnnamed2309(
+void checkUnnamed2310(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageLine> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageLine(
@@ -3395,14 +3443,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageParagraph>
- buildUnnamed2310() {
+ buildUnnamed2311() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageParagraph>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageParagraph());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageParagraph());
return o;
}
-void checkUnnamed2310(
+void checkUnnamed2311(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageParagraph> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageParagraph(
@@ -3412,14 +3460,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageTable>
- buildUnnamed2311() {
+ buildUnnamed2312() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageTable>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageTable());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageTable());
return o;
}
-void checkUnnamed2311(
+void checkUnnamed2312(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageTable> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageTable(
@@ -3429,14 +3477,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageToken>
- buildUnnamed2312() {
+ buildUnnamed2313() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageToken>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageToken());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageToken());
return o;
}
-void checkUnnamed2312(
+void checkUnnamed2313(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageToken> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageToken(
@@ -3446,14 +3494,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageMatrix>
- buildUnnamed2313() {
+ buildUnnamed2314() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageMatrix>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageMatrix());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageMatrix());
return o;
}
-void checkUnnamed2313(
+void checkUnnamed2314(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageMatrix> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageMatrix(
@@ -3463,14 +3511,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageVisualElement>
- buildUnnamed2314() {
+ buildUnnamed2315() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageVisualElement>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageVisualElement());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageVisualElement());
return o;
}
-void checkUnnamed2314(
+void checkUnnamed2315(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageVisualElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageVisualElement(
@@ -3485,20 +3533,20 @@
var o = api.GoogleCloudDocumentaiV1beta1DocumentPage();
buildCounterGoogleCloudDocumentaiV1beta1DocumentPage++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPage < 3) {
- o.blocks = buildUnnamed2306();
- o.detectedLanguages = buildUnnamed2307();
+ o.blocks = buildUnnamed2307();
+ o.detectedLanguages = buildUnnamed2308();
o.dimension = buildGoogleCloudDocumentaiV1beta1DocumentPageDimension();
- o.formFields = buildUnnamed2308();
+ o.formFields = buildUnnamed2309();
o.image = buildGoogleCloudDocumentaiV1beta1DocumentPageImage();
o.layout = buildGoogleCloudDocumentaiV1beta1DocumentPageLayout();
- o.lines = buildUnnamed2309();
+ o.lines = buildUnnamed2310();
o.pageNumber = 42;
- o.paragraphs = buildUnnamed2310();
+ o.paragraphs = buildUnnamed2311();
o.provenance = buildGoogleCloudDocumentaiV1beta1DocumentProvenance();
- o.tables = buildUnnamed2311();
- o.tokens = buildUnnamed2312();
- o.transforms = buildUnnamed2313();
- o.visualElements = buildUnnamed2314();
+ o.tables = buildUnnamed2312();
+ o.tokens = buildUnnamed2313();
+ o.transforms = buildUnnamed2314();
+ o.visualElements = buildUnnamed2315();
}
buildCounterGoogleCloudDocumentaiV1beta1DocumentPage--;
return o;
@@ -3508,40 +3556,40 @@
api.GoogleCloudDocumentaiV1beta1DocumentPage o) {
buildCounterGoogleCloudDocumentaiV1beta1DocumentPage++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPage < 3) {
- checkUnnamed2306(o.blocks!);
- checkUnnamed2307(o.detectedLanguages!);
+ checkUnnamed2307(o.blocks!);
+ checkUnnamed2308(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1beta1DocumentPageDimension(
o.dimension! as api.GoogleCloudDocumentaiV1beta1DocumentPageDimension);
- checkUnnamed2308(o.formFields!);
+ checkUnnamed2309(o.formFields!);
checkGoogleCloudDocumentaiV1beta1DocumentPageImage(
o.image! as api.GoogleCloudDocumentaiV1beta1DocumentPageImage);
checkGoogleCloudDocumentaiV1beta1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta1DocumentPageLayout);
- checkUnnamed2309(o.lines!);
+ checkUnnamed2310(o.lines!);
unittest.expect(
o.pageNumber!,
unittest.equals(42),
);
- checkUnnamed2310(o.paragraphs!);
+ checkUnnamed2311(o.paragraphs!);
checkGoogleCloudDocumentaiV1beta1DocumentProvenance(
o.provenance! as api.GoogleCloudDocumentaiV1beta1DocumentProvenance);
- checkUnnamed2311(o.tables!);
- checkUnnamed2312(o.tokens!);
- checkUnnamed2313(o.transforms!);
- checkUnnamed2314(o.visualElements!);
+ checkUnnamed2312(o.tables!);
+ checkUnnamed2313(o.tokens!);
+ checkUnnamed2314(o.transforms!);
+ checkUnnamed2315(o.visualElements!);
}
buildCounterGoogleCloudDocumentaiV1beta1DocumentPage--;
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef>
- buildUnnamed2315() {
+ buildUnnamed2316() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef());
return o;
}
-void checkUnnamed2315(
+void checkUnnamed2316(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef(
@@ -3556,7 +3604,7 @@
var o = api.GoogleCloudDocumentaiV1beta1DocumentPageAnchor();
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageAnchor++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageAnchor < 3) {
- o.pageRefs = buildUnnamed2315();
+ o.pageRefs = buildUnnamed2316();
}
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageAnchor--;
return o;
@@ -3566,7 +3614,7 @@
api.GoogleCloudDocumentaiV1beta1DocumentPageAnchor o) {
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageAnchor++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageAnchor < 3) {
- checkUnnamed2315(o.pageRefs!);
+ checkUnnamed2316(o.pageRefs!);
}
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageAnchor--;
}
@@ -3614,14 +3662,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>
- buildUnnamed2316() {
+ buildUnnamed2317() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2316(
+void checkUnnamed2317(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage(
@@ -3636,7 +3684,7 @@
var o = api.GoogleCloudDocumentaiV1beta1DocumentPageBlock();
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageBlock++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageBlock < 3) {
- o.detectedLanguages = buildUnnamed2316();
+ o.detectedLanguages = buildUnnamed2317();
o.layout = buildGoogleCloudDocumentaiV1beta1DocumentPageLayout();
o.provenance = buildGoogleCloudDocumentaiV1beta1DocumentProvenance();
}
@@ -3648,7 +3696,7 @@
api.GoogleCloudDocumentaiV1beta1DocumentPageBlock o) {
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageBlock++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageBlock < 3) {
- checkUnnamed2316(o.detectedLanguages!);
+ checkUnnamed2317(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1beta1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta1DocumentPageLayout);
checkGoogleCloudDocumentaiV1beta1DocumentProvenance(
@@ -3724,23 +3772,6 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>
- buildUnnamed2317() {
- var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>[];
- o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
- o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
- return o;
-}
-
-void checkUnnamed2317(
- core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage(
- o[0] as api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage);
- checkGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage(
- o[1] as api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage);
-}
-
-core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>
buildUnnamed2318() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
@@ -3757,6 +3788,23 @@
o[1] as api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage);
}
+core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>
+ buildUnnamed2319() {
+ var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>[];
+ o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
+ o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
+ return o;
+}
+
+void checkUnnamed2319(
+ core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage(
+ o[0] as api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage);
+ checkGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage(
+ o[1] as api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage);
+}
+
core.int buildCounterGoogleCloudDocumentaiV1beta1DocumentPageFormField = 0;
api.GoogleCloudDocumentaiV1beta1DocumentPageFormField
buildGoogleCloudDocumentaiV1beta1DocumentPageFormField() {
@@ -3765,9 +3813,9 @@
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageFormField < 3) {
o.fieldName = buildGoogleCloudDocumentaiV1beta1DocumentPageLayout();
o.fieldValue = buildGoogleCloudDocumentaiV1beta1DocumentPageLayout();
- o.nameDetectedLanguages = buildUnnamed2317();
+ o.nameDetectedLanguages = buildUnnamed2318();
o.provenance = buildGoogleCloudDocumentaiV1beta1DocumentProvenance();
- o.valueDetectedLanguages = buildUnnamed2318();
+ o.valueDetectedLanguages = buildUnnamed2319();
o.valueType = 'foo';
}
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageFormField--;
@@ -3782,10 +3830,10 @@
o.fieldName! as api.GoogleCloudDocumentaiV1beta1DocumentPageLayout);
checkGoogleCloudDocumentaiV1beta1DocumentPageLayout(
o.fieldValue! as api.GoogleCloudDocumentaiV1beta1DocumentPageLayout);
- checkUnnamed2317(o.nameDetectedLanguages!);
+ checkUnnamed2318(o.nameDetectedLanguages!);
checkGoogleCloudDocumentaiV1beta1DocumentProvenance(
o.provenance! as api.GoogleCloudDocumentaiV1beta1DocumentProvenance);
- checkUnnamed2318(o.valueDetectedLanguages!);
+ checkUnnamed2319(o.valueDetectedLanguages!);
unittest.expect(
o.valueType!,
unittest.equals('foo'),
@@ -3869,14 +3917,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>
- buildUnnamed2319() {
+ buildUnnamed2320() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2319(
+void checkUnnamed2320(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage(
@@ -3891,7 +3939,7 @@
var o = api.GoogleCloudDocumentaiV1beta1DocumentPageLine();
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageLine++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageLine < 3) {
- o.detectedLanguages = buildUnnamed2319();
+ o.detectedLanguages = buildUnnamed2320();
o.layout = buildGoogleCloudDocumentaiV1beta1DocumentPageLayout();
o.provenance = buildGoogleCloudDocumentaiV1beta1DocumentProvenance();
}
@@ -3903,7 +3951,7 @@
api.GoogleCloudDocumentaiV1beta1DocumentPageLine o) {
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageLine++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageLine < 3) {
- checkUnnamed2319(o.detectedLanguages!);
+ checkUnnamed2320(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1beta1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta1DocumentPageLayout);
checkGoogleCloudDocumentaiV1beta1DocumentProvenance(
@@ -3952,14 +4000,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>
- buildUnnamed2320() {
+ buildUnnamed2321() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2320(
+void checkUnnamed2321(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage(
@@ -3974,7 +4022,7 @@
var o = api.GoogleCloudDocumentaiV1beta1DocumentPageParagraph();
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageParagraph++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageParagraph < 3) {
- o.detectedLanguages = buildUnnamed2320();
+ o.detectedLanguages = buildUnnamed2321();
o.layout = buildGoogleCloudDocumentaiV1beta1DocumentPageLayout();
o.provenance = buildGoogleCloudDocumentaiV1beta1DocumentProvenance();
}
@@ -3986,7 +4034,7 @@
api.GoogleCloudDocumentaiV1beta1DocumentPageParagraph o) {
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageParagraph++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageParagraph < 3) {
- checkUnnamed2320(o.detectedLanguages!);
+ checkUnnamed2321(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1beta1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta1DocumentPageLayout);
checkGoogleCloudDocumentaiV1beta1DocumentProvenance(
@@ -3996,14 +4044,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow>
- buildUnnamed2321() {
+ buildUnnamed2322() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageTableTableRow());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageTableTableRow());
return o;
}
-void checkUnnamed2321(
+void checkUnnamed2322(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageTableTableRow(
@@ -4013,14 +4061,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>
- buildUnnamed2322() {
+ buildUnnamed2323() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2322(
+void checkUnnamed2323(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage(
@@ -4030,14 +4078,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow>
- buildUnnamed2323() {
+ buildUnnamed2324() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageTableTableRow());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageTableTableRow());
return o;
}
-void checkUnnamed2323(
+void checkUnnamed2324(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageTableTableRow(
@@ -4052,9 +4100,9 @@
var o = api.GoogleCloudDocumentaiV1beta1DocumentPageTable();
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageTable++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageTable < 3) {
- o.bodyRows = buildUnnamed2321();
- o.detectedLanguages = buildUnnamed2322();
- o.headerRows = buildUnnamed2323();
+ o.bodyRows = buildUnnamed2322();
+ o.detectedLanguages = buildUnnamed2323();
+ o.headerRows = buildUnnamed2324();
o.layout = buildGoogleCloudDocumentaiV1beta1DocumentPageLayout();
}
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageTable--;
@@ -4065,9 +4113,9 @@
api.GoogleCloudDocumentaiV1beta1DocumentPageTable o) {
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageTable++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageTable < 3) {
- checkUnnamed2321(o.bodyRows!);
- checkUnnamed2322(o.detectedLanguages!);
- checkUnnamed2323(o.headerRows!);
+ checkUnnamed2322(o.bodyRows!);
+ checkUnnamed2323(o.detectedLanguages!);
+ checkUnnamed2324(o.headerRows!);
checkGoogleCloudDocumentaiV1beta1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta1DocumentPageLayout);
}
@@ -4075,14 +4123,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>
- buildUnnamed2324() {
+ buildUnnamed2325() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2324(
+void checkUnnamed2325(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage(
@@ -4098,7 +4146,7 @@
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageTableTableCell++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageTableTableCell < 3) {
o.colSpan = 42;
- o.detectedLanguages = buildUnnamed2324();
+ o.detectedLanguages = buildUnnamed2325();
o.layout = buildGoogleCloudDocumentaiV1beta1DocumentPageLayout();
o.rowSpan = 42;
}
@@ -4114,7 +4162,7 @@
o.colSpan!,
unittest.equals(42),
);
- checkUnnamed2324(o.detectedLanguages!);
+ checkUnnamed2325(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1beta1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta1DocumentPageLayout);
unittest.expect(
@@ -4126,14 +4174,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell>
- buildUnnamed2325() {
+ buildUnnamed2326() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageTableTableCell());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageTableTableCell());
return o;
}
-void checkUnnamed2325(
+void checkUnnamed2326(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageTableTableCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageTableTableCell(
@@ -4148,7 +4196,7 @@
var o = api.GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow();
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageTableTableRow++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageTableTableRow < 3) {
- o.cells = buildUnnamed2325();
+ o.cells = buildUnnamed2326();
}
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageTableTableRow--;
return o;
@@ -4158,20 +4206,20 @@
api.GoogleCloudDocumentaiV1beta1DocumentPageTableTableRow o) {
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageTableTableRow++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageTableTableRow < 3) {
- checkUnnamed2325(o.cells!);
+ checkUnnamed2326(o.cells!);
}
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageTableTableRow--;
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>
- buildUnnamed2326() {
+ buildUnnamed2327() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2326(
+void checkUnnamed2327(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage(
@@ -4188,7 +4236,7 @@
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageToken < 3) {
o.detectedBreak =
buildGoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak();
- o.detectedLanguages = buildUnnamed2326();
+ o.detectedLanguages = buildUnnamed2327();
o.layout = buildGoogleCloudDocumentaiV1beta1DocumentPageLayout();
o.provenance = buildGoogleCloudDocumentaiV1beta1DocumentProvenance();
}
@@ -4203,7 +4251,7 @@
checkGoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak(
o.detectedBreak!
as api.GoogleCloudDocumentaiV1beta1DocumentPageTokenDetectedBreak);
- checkUnnamed2326(o.detectedLanguages!);
+ checkUnnamed2327(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1beta1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta1DocumentPageLayout);
checkGoogleCloudDocumentaiV1beta1DocumentProvenance(
@@ -4240,14 +4288,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>
- buildUnnamed2327() {
+ buildUnnamed2328() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2327(
+void checkUnnamed2328(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentPageDetectedLanguage(
@@ -4262,7 +4310,7 @@
var o = api.GoogleCloudDocumentaiV1beta1DocumentPageVisualElement();
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageVisualElement++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageVisualElement < 3) {
- o.detectedLanguages = buildUnnamed2327();
+ o.detectedLanguages = buildUnnamed2328();
o.layout = buildGoogleCloudDocumentaiV1beta1DocumentPageLayout();
o.type = 'foo';
}
@@ -4274,7 +4322,7 @@
api.GoogleCloudDocumentaiV1beta1DocumentPageVisualElement o) {
buildCounterGoogleCloudDocumentaiV1beta1DocumentPageVisualElement++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentPageVisualElement < 3) {
- checkUnnamed2327(o.detectedLanguages!);
+ checkUnnamed2328(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1beta1DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta1DocumentPageLayout);
unittest.expect(
@@ -4286,14 +4334,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentProvenanceParent>
- buildUnnamed2328() {
+ buildUnnamed2329() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentProvenanceParent>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentProvenanceParent());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentProvenanceParent());
return o;
}
-void checkUnnamed2328(
+void checkUnnamed2329(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentProvenanceParent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentProvenanceParent(
@@ -4309,7 +4357,7 @@
buildCounterGoogleCloudDocumentaiV1beta1DocumentProvenance++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentProvenance < 3) {
o.id = 42;
- o.parents = buildUnnamed2328();
+ o.parents = buildUnnamed2329();
o.revision = 42;
o.type = 'foo';
}
@@ -4325,7 +4373,7 @@
o.id!,
unittest.equals(42),
);
- checkUnnamed2328(o.parents!);
+ checkUnnamed2329(o.parents!);
unittest.expect(
o.revision!,
unittest.equals(42),
@@ -4372,14 +4420,14 @@
buildCounterGoogleCloudDocumentaiV1beta1DocumentProvenanceParent--;
}
-core.List<core.int> buildUnnamed2329() {
+core.List<core.int> buildUnnamed2330() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed2329(core.List<core.int> o) {
+void checkUnnamed2330(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4402,7 +4450,7 @@
o.humanReview =
buildGoogleCloudDocumentaiV1beta1DocumentRevisionHumanReview();
o.id = 'foo';
- o.parent = buildUnnamed2329();
+ o.parent = buildUnnamed2330();
o.processor = 'foo';
}
buildCounterGoogleCloudDocumentaiV1beta1DocumentRevision--;
@@ -4427,7 +4475,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed2329(o.parent!);
+ checkUnnamed2330(o.parent!);
unittest.expect(
o.processor!,
unittest.equals('foo'),
@@ -4574,14 +4622,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment>
- buildUnnamed2330() {
+ buildUnnamed2331() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment());
return o;
}
-void checkUnnamed2330(
+void checkUnnamed2331(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentTextAnchorTextSegment>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -4598,7 +4646,7 @@
buildCounterGoogleCloudDocumentaiV1beta1DocumentTextAnchor++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentTextAnchor < 3) {
o.content = 'foo';
- o.textSegments = buildUnnamed2330();
+ o.textSegments = buildUnnamed2331();
}
buildCounterGoogleCloudDocumentaiV1beta1DocumentTextAnchor--;
return o;
@@ -4612,7 +4660,7 @@
o.content!,
unittest.equals('foo'),
);
- checkUnnamed2330(o.textSegments!);
+ checkUnnamed2331(o.textSegments!);
}
buildCounterGoogleCloudDocumentaiV1beta1DocumentTextAnchor--;
}
@@ -4650,14 +4698,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta1DocumentProvenance>
- buildUnnamed2331() {
+ buildUnnamed2332() {
var o = <api.GoogleCloudDocumentaiV1beta1DocumentProvenance>[];
o.add(buildGoogleCloudDocumentaiV1beta1DocumentProvenance());
o.add(buildGoogleCloudDocumentaiV1beta1DocumentProvenance());
return o;
}
-void checkUnnamed2331(
+void checkUnnamed2332(
core.List<api.GoogleCloudDocumentaiV1beta1DocumentProvenance> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta1DocumentProvenance(
@@ -4673,7 +4721,7 @@
buildCounterGoogleCloudDocumentaiV1beta1DocumentTextChange++;
if (buildCounterGoogleCloudDocumentaiV1beta1DocumentTextChange < 3) {
o.changedText = 'foo';
- o.provenance = buildUnnamed2331();
+ o.provenance = buildUnnamed2332();
o.textAnchor = buildGoogleCloudDocumentaiV1beta1DocumentTextAnchor();
}
buildCounterGoogleCloudDocumentaiV1beta1DocumentTextChange--;
@@ -4688,7 +4736,7 @@
o.changedText!,
unittest.equals('foo'),
);
- checkUnnamed2331(o.provenance!);
+ checkUnnamed2332(o.provenance!);
checkGoogleCloudDocumentaiV1beta1DocumentTextAnchor(
o.textAnchor! as api.GoogleCloudDocumentaiV1beta1DocumentTextAnchor);
}
@@ -4920,14 +4968,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2ProcessDocumentResponse>
- buildUnnamed2332() {
+ buildUnnamed2333() {
var o = <api.GoogleCloudDocumentaiV1beta2ProcessDocumentResponse>[];
o.add(buildGoogleCloudDocumentaiV1beta2ProcessDocumentResponse());
o.add(buildGoogleCloudDocumentaiV1beta2ProcessDocumentResponse());
return o;
}
-void checkUnnamed2332(
+void checkUnnamed2333(
core.List<api.GoogleCloudDocumentaiV1beta2ProcessDocumentResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2ProcessDocumentResponse(
@@ -4944,7 +4992,7 @@
buildCounterGoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse++;
if (buildCounterGoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse <
3) {
- o.responses = buildUnnamed2332();
+ o.responses = buildUnnamed2333();
}
buildCounterGoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse--;
return o;
@@ -4955,19 +5003,19 @@
buildCounterGoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse++;
if (buildCounterGoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse <
3) {
- checkUnnamed2332(o.responses!);
+ checkUnnamed2333(o.responses!);
}
buildCounterGoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse--;
}
-core.List<api.GoogleCloudDocumentaiV1beta2NormalizedVertex> buildUnnamed2333() {
+core.List<api.GoogleCloudDocumentaiV1beta2NormalizedVertex> buildUnnamed2334() {
var o = <api.GoogleCloudDocumentaiV1beta2NormalizedVertex>[];
o.add(buildGoogleCloudDocumentaiV1beta2NormalizedVertex());
o.add(buildGoogleCloudDocumentaiV1beta2NormalizedVertex());
return o;
}
-void checkUnnamed2333(
+void checkUnnamed2334(
core.List<api.GoogleCloudDocumentaiV1beta2NormalizedVertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2NormalizedVertex(
@@ -4976,14 +5024,14 @@
o[1] as api.GoogleCloudDocumentaiV1beta2NormalizedVertex);
}
-core.List<api.GoogleCloudDocumentaiV1beta2Vertex> buildUnnamed2334() {
+core.List<api.GoogleCloudDocumentaiV1beta2Vertex> buildUnnamed2335() {
var o = <api.GoogleCloudDocumentaiV1beta2Vertex>[];
o.add(buildGoogleCloudDocumentaiV1beta2Vertex());
o.add(buildGoogleCloudDocumentaiV1beta2Vertex());
return o;
}
-void checkUnnamed2334(core.List<api.GoogleCloudDocumentaiV1beta2Vertex> o) {
+void checkUnnamed2335(core.List<api.GoogleCloudDocumentaiV1beta2Vertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2Vertex(
o[0] as api.GoogleCloudDocumentaiV1beta2Vertex);
@@ -4997,8 +5045,8 @@
var o = api.GoogleCloudDocumentaiV1beta2BoundingPoly();
buildCounterGoogleCloudDocumentaiV1beta2BoundingPoly++;
if (buildCounterGoogleCloudDocumentaiV1beta2BoundingPoly < 3) {
- o.normalizedVertices = buildUnnamed2333();
- o.vertices = buildUnnamed2334();
+ o.normalizedVertices = buildUnnamed2334();
+ o.vertices = buildUnnamed2335();
}
buildCounterGoogleCloudDocumentaiV1beta2BoundingPoly--;
return o;
@@ -5008,20 +5056,20 @@
api.GoogleCloudDocumentaiV1beta2BoundingPoly o) {
buildCounterGoogleCloudDocumentaiV1beta2BoundingPoly++;
if (buildCounterGoogleCloudDocumentaiV1beta2BoundingPoly < 3) {
- checkUnnamed2333(o.normalizedVertices!);
- checkUnnamed2334(o.vertices!);
+ checkUnnamed2334(o.normalizedVertices!);
+ checkUnnamed2335(o.vertices!);
}
buildCounterGoogleCloudDocumentaiV1beta2BoundingPoly--;
}
-core.List<api.GoogleCloudDocumentaiV1beta2DocumentEntity> buildUnnamed2335() {
+core.List<api.GoogleCloudDocumentaiV1beta2DocumentEntity> buildUnnamed2336() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentEntity>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentEntity());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentEntity());
return o;
}
-void checkUnnamed2335(
+void checkUnnamed2336(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentEntity(
@@ -5031,14 +5079,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentEntityRelation>
- buildUnnamed2336() {
+ buildUnnamed2337() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentEntityRelation>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentEntityRelation());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentEntityRelation());
return o;
}
-void checkUnnamed2336(
+void checkUnnamed2337(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentEntityRelation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentEntityRelation(
@@ -5047,14 +5095,14 @@
o[1] as api.GoogleCloudDocumentaiV1beta2DocumentEntityRelation);
}
-core.List<api.GoogleCloudDocumentaiV1beta2DocumentLabel> buildUnnamed2337() {
+core.List<api.GoogleCloudDocumentaiV1beta2DocumentLabel> buildUnnamed2338() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentLabel>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentLabel());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentLabel());
return o;
}
-void checkUnnamed2337(
+void checkUnnamed2338(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentLabel(
@@ -5063,14 +5111,14 @@
o[1] as api.GoogleCloudDocumentaiV1beta2DocumentLabel);
}
-core.List<api.GoogleCloudDocumentaiV1beta2DocumentPage> buildUnnamed2338() {
+core.List<api.GoogleCloudDocumentaiV1beta2DocumentPage> buildUnnamed2339() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPage>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPage());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPage());
return o;
}
-void checkUnnamed2338(
+void checkUnnamed2339(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPage(
@@ -5079,14 +5127,14 @@
o[1] as api.GoogleCloudDocumentaiV1beta2DocumentPage);
}
-core.List<api.GoogleCloudDocumentaiV1beta2DocumentRevision> buildUnnamed2339() {
+core.List<api.GoogleCloudDocumentaiV1beta2DocumentRevision> buildUnnamed2340() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentRevision>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentRevision());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentRevision());
return o;
}
-void checkUnnamed2339(
+void checkUnnamed2340(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentRevision> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentRevision(
@@ -5096,14 +5144,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentTextChange>
- buildUnnamed2340() {
+ buildUnnamed2341() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentTextChange>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentTextChange());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentTextChange());
return o;
}
-void checkUnnamed2340(
+void checkUnnamed2341(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentTextChange> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentTextChange(
@@ -5112,14 +5160,14 @@
o[1] as api.GoogleCloudDocumentaiV1beta2DocumentTextChange);
}
-core.List<api.GoogleCloudDocumentaiV1beta2DocumentStyle> buildUnnamed2341() {
+core.List<api.GoogleCloudDocumentaiV1beta2DocumentStyle> buildUnnamed2342() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentStyle>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentStyle());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentStyle());
return o;
}
-void checkUnnamed2341(
+void checkUnnamed2342(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentStyle> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentStyle(
@@ -5135,17 +5183,17 @@
buildCounterGoogleCloudDocumentaiV1beta2Document++;
if (buildCounterGoogleCloudDocumentaiV1beta2Document < 3) {
o.content = 'foo';
- o.entities = buildUnnamed2335();
- o.entityRelations = buildUnnamed2336();
+ o.entities = buildUnnamed2336();
+ o.entityRelations = buildUnnamed2337();
o.error = buildGoogleRpcStatus();
- o.labels = buildUnnamed2337();
+ o.labels = buildUnnamed2338();
o.mimeType = 'foo';
- o.pages = buildUnnamed2338();
- o.revisions = buildUnnamed2339();
+ o.pages = buildUnnamed2339();
+ o.revisions = buildUnnamed2340();
o.shardInfo = buildGoogleCloudDocumentaiV1beta2DocumentShardInfo();
o.text = 'foo';
- o.textChanges = buildUnnamed2340();
- o.textStyles = buildUnnamed2341();
+ o.textChanges = buildUnnamed2341();
+ o.textStyles = buildUnnamed2342();
o.uri = 'foo';
}
buildCounterGoogleCloudDocumentaiV1beta2Document--;
@@ -5160,24 +5208,24 @@
o.content!,
unittest.equals('foo'),
);
- checkUnnamed2335(o.entities!);
- checkUnnamed2336(o.entityRelations!);
+ checkUnnamed2336(o.entities!);
+ checkUnnamed2337(o.entityRelations!);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed2337(o.labels!);
+ checkUnnamed2338(o.labels!);
unittest.expect(
o.mimeType!,
unittest.equals('foo'),
);
- checkUnnamed2338(o.pages!);
- checkUnnamed2339(o.revisions!);
+ checkUnnamed2339(o.pages!);
+ checkUnnamed2340(o.revisions!);
checkGoogleCloudDocumentaiV1beta2DocumentShardInfo(
o.shardInfo! as api.GoogleCloudDocumentaiV1beta2DocumentShardInfo);
unittest.expect(
o.text!,
unittest.equals('foo'),
);
- checkUnnamed2340(o.textChanges!);
- checkUnnamed2341(o.textStyles!);
+ checkUnnamed2341(o.textChanges!);
+ checkUnnamed2342(o.textStyles!);
unittest.expect(
o.uri!,
unittest.equals('foo'),
@@ -5186,14 +5234,14 @@
buildCounterGoogleCloudDocumentaiV1beta2Document--;
}
-core.List<api.GoogleCloudDocumentaiV1beta2DocumentEntity> buildUnnamed2342() {
+core.List<api.GoogleCloudDocumentaiV1beta2DocumentEntity> buildUnnamed2343() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentEntity>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentEntity());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentEntity());
return o;
}
-void checkUnnamed2342(
+void checkUnnamed2343(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentEntity(
@@ -5215,7 +5263,7 @@
o.normalizedValue =
buildGoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue();
o.pageAnchor = buildGoogleCloudDocumentaiV1beta2DocumentPageAnchor();
- o.properties = buildUnnamed2342();
+ o.properties = buildUnnamed2343();
o.provenance = buildGoogleCloudDocumentaiV1beta2DocumentProvenance();
o.redacted = true;
o.textAnchor = buildGoogleCloudDocumentaiV1beta2DocumentTextAnchor();
@@ -5250,7 +5298,7 @@
as api.GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue);
checkGoogleCloudDocumentaiV1beta2DocumentPageAnchor(
o.pageAnchor! as api.GoogleCloudDocumentaiV1beta2DocumentPageAnchor);
- checkUnnamed2342(o.properties!);
+ checkUnnamed2343(o.properties!);
checkGoogleCloudDocumentaiV1beta2DocumentProvenance(
o.provenance! as api.GoogleCloudDocumentaiV1beta2DocumentProvenance);
unittest.expect(o.redacted!, unittest.isTrue);
@@ -5371,14 +5419,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageBlock>
- buildUnnamed2343() {
+ buildUnnamed2344() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageBlock>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageBlock());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageBlock());
return o;
}
-void checkUnnamed2343(
+void checkUnnamed2344(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageBlock> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageBlock(
@@ -5388,14 +5436,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>
- buildUnnamed2344() {
+ buildUnnamed2345() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2344(
+void checkUnnamed2345(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage(
@@ -5405,14 +5453,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageFormField>
- buildUnnamed2345() {
+ buildUnnamed2346() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageFormField>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageFormField());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageFormField());
return o;
}
-void checkUnnamed2345(
+void checkUnnamed2346(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageFormField> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageFormField(
@@ -5421,14 +5469,14 @@
o[1] as api.GoogleCloudDocumentaiV1beta2DocumentPageFormField);
}
-core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageLine> buildUnnamed2346() {
+core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageLine> buildUnnamed2347() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageLine>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageLine());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageLine());
return o;
}
-void checkUnnamed2346(
+void checkUnnamed2347(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageLine> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageLine(
@@ -5438,14 +5486,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageParagraph>
- buildUnnamed2347() {
+ buildUnnamed2348() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageParagraph>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageParagraph());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageParagraph());
return o;
}
-void checkUnnamed2347(
+void checkUnnamed2348(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageParagraph> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageParagraph(
@@ -5455,14 +5503,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageTable>
- buildUnnamed2348() {
+ buildUnnamed2349() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageTable>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageTable());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageTable());
return o;
}
-void checkUnnamed2348(
+void checkUnnamed2349(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageTable> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageTable(
@@ -5472,14 +5520,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageToken>
- buildUnnamed2349() {
+ buildUnnamed2350() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageToken>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageToken());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageToken());
return o;
}
-void checkUnnamed2349(
+void checkUnnamed2350(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageToken> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageToken(
@@ -5489,14 +5537,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageMatrix>
- buildUnnamed2350() {
+ buildUnnamed2351() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageMatrix>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageMatrix());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageMatrix());
return o;
}
-void checkUnnamed2350(
+void checkUnnamed2351(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageMatrix> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageMatrix(
@@ -5506,14 +5554,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageVisualElement>
- buildUnnamed2351() {
+ buildUnnamed2352() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageVisualElement>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageVisualElement());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageVisualElement());
return o;
}
-void checkUnnamed2351(
+void checkUnnamed2352(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageVisualElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageVisualElement(
@@ -5528,20 +5576,20 @@
var o = api.GoogleCloudDocumentaiV1beta2DocumentPage();
buildCounterGoogleCloudDocumentaiV1beta2DocumentPage++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPage < 3) {
- o.blocks = buildUnnamed2343();
- o.detectedLanguages = buildUnnamed2344();
+ o.blocks = buildUnnamed2344();
+ o.detectedLanguages = buildUnnamed2345();
o.dimension = buildGoogleCloudDocumentaiV1beta2DocumentPageDimension();
- o.formFields = buildUnnamed2345();
+ o.formFields = buildUnnamed2346();
o.image = buildGoogleCloudDocumentaiV1beta2DocumentPageImage();
o.layout = buildGoogleCloudDocumentaiV1beta2DocumentPageLayout();
- o.lines = buildUnnamed2346();
+ o.lines = buildUnnamed2347();
o.pageNumber = 42;
- o.paragraphs = buildUnnamed2347();
+ o.paragraphs = buildUnnamed2348();
o.provenance = buildGoogleCloudDocumentaiV1beta2DocumentProvenance();
- o.tables = buildUnnamed2348();
- o.tokens = buildUnnamed2349();
- o.transforms = buildUnnamed2350();
- o.visualElements = buildUnnamed2351();
+ o.tables = buildUnnamed2349();
+ o.tokens = buildUnnamed2350();
+ o.transforms = buildUnnamed2351();
+ o.visualElements = buildUnnamed2352();
}
buildCounterGoogleCloudDocumentaiV1beta2DocumentPage--;
return o;
@@ -5551,40 +5599,40 @@
api.GoogleCloudDocumentaiV1beta2DocumentPage o) {
buildCounterGoogleCloudDocumentaiV1beta2DocumentPage++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPage < 3) {
- checkUnnamed2343(o.blocks!);
- checkUnnamed2344(o.detectedLanguages!);
+ checkUnnamed2344(o.blocks!);
+ checkUnnamed2345(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1beta2DocumentPageDimension(
o.dimension! as api.GoogleCloudDocumentaiV1beta2DocumentPageDimension);
- checkUnnamed2345(o.formFields!);
+ checkUnnamed2346(o.formFields!);
checkGoogleCloudDocumentaiV1beta2DocumentPageImage(
o.image! as api.GoogleCloudDocumentaiV1beta2DocumentPageImage);
checkGoogleCloudDocumentaiV1beta2DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta2DocumentPageLayout);
- checkUnnamed2346(o.lines!);
+ checkUnnamed2347(o.lines!);
unittest.expect(
o.pageNumber!,
unittest.equals(42),
);
- checkUnnamed2347(o.paragraphs!);
+ checkUnnamed2348(o.paragraphs!);
checkGoogleCloudDocumentaiV1beta2DocumentProvenance(
o.provenance! as api.GoogleCloudDocumentaiV1beta2DocumentProvenance);
- checkUnnamed2348(o.tables!);
- checkUnnamed2349(o.tokens!);
- checkUnnamed2350(o.transforms!);
- checkUnnamed2351(o.visualElements!);
+ checkUnnamed2349(o.tables!);
+ checkUnnamed2350(o.tokens!);
+ checkUnnamed2351(o.transforms!);
+ checkUnnamed2352(o.visualElements!);
}
buildCounterGoogleCloudDocumentaiV1beta2DocumentPage--;
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef>
- buildUnnamed2352() {
+ buildUnnamed2353() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef());
return o;
}
-void checkUnnamed2352(
+void checkUnnamed2353(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageAnchorPageRef(
@@ -5599,7 +5647,7 @@
var o = api.GoogleCloudDocumentaiV1beta2DocumentPageAnchor();
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageAnchor++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageAnchor < 3) {
- o.pageRefs = buildUnnamed2352();
+ o.pageRefs = buildUnnamed2353();
}
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageAnchor--;
return o;
@@ -5609,7 +5657,7 @@
api.GoogleCloudDocumentaiV1beta2DocumentPageAnchor o) {
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageAnchor++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageAnchor < 3) {
- checkUnnamed2352(o.pageRefs!);
+ checkUnnamed2353(o.pageRefs!);
}
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageAnchor--;
}
@@ -5657,14 +5705,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>
- buildUnnamed2353() {
+ buildUnnamed2354() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2353(
+void checkUnnamed2354(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage(
@@ -5679,7 +5727,7 @@
var o = api.GoogleCloudDocumentaiV1beta2DocumentPageBlock();
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageBlock++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageBlock < 3) {
- o.detectedLanguages = buildUnnamed2353();
+ o.detectedLanguages = buildUnnamed2354();
o.layout = buildGoogleCloudDocumentaiV1beta2DocumentPageLayout();
o.provenance = buildGoogleCloudDocumentaiV1beta2DocumentProvenance();
}
@@ -5691,7 +5739,7 @@
api.GoogleCloudDocumentaiV1beta2DocumentPageBlock o) {
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageBlock++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageBlock < 3) {
- checkUnnamed2353(o.detectedLanguages!);
+ checkUnnamed2354(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1beta2DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta2DocumentPageLayout);
checkGoogleCloudDocumentaiV1beta2DocumentProvenance(
@@ -5767,23 +5815,6 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>
- buildUnnamed2354() {
- var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>[];
- o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
- o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
- return o;
-}
-
-void checkUnnamed2354(
- core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage(
- o[0] as api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage);
- checkGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage(
- o[1] as api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage);
-}
-
-core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>
buildUnnamed2355() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
@@ -5800,6 +5831,23 @@
o[1] as api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage);
}
+core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>
+ buildUnnamed2356() {
+ var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>[];
+ o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
+ o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
+ return o;
+}
+
+void checkUnnamed2356(
+ core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage(
+ o[0] as api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage);
+ checkGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage(
+ o[1] as api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage);
+}
+
core.int buildCounterGoogleCloudDocumentaiV1beta2DocumentPageFormField = 0;
api.GoogleCloudDocumentaiV1beta2DocumentPageFormField
buildGoogleCloudDocumentaiV1beta2DocumentPageFormField() {
@@ -5808,9 +5856,9 @@
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageFormField < 3) {
o.fieldName = buildGoogleCloudDocumentaiV1beta2DocumentPageLayout();
o.fieldValue = buildGoogleCloudDocumentaiV1beta2DocumentPageLayout();
- o.nameDetectedLanguages = buildUnnamed2354();
+ o.nameDetectedLanguages = buildUnnamed2355();
o.provenance = buildGoogleCloudDocumentaiV1beta2DocumentProvenance();
- o.valueDetectedLanguages = buildUnnamed2355();
+ o.valueDetectedLanguages = buildUnnamed2356();
o.valueType = 'foo';
}
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageFormField--;
@@ -5825,10 +5873,10 @@
o.fieldName! as api.GoogleCloudDocumentaiV1beta2DocumentPageLayout);
checkGoogleCloudDocumentaiV1beta2DocumentPageLayout(
o.fieldValue! as api.GoogleCloudDocumentaiV1beta2DocumentPageLayout);
- checkUnnamed2354(o.nameDetectedLanguages!);
+ checkUnnamed2355(o.nameDetectedLanguages!);
checkGoogleCloudDocumentaiV1beta2DocumentProvenance(
o.provenance! as api.GoogleCloudDocumentaiV1beta2DocumentProvenance);
- checkUnnamed2355(o.valueDetectedLanguages!);
+ checkUnnamed2356(o.valueDetectedLanguages!);
unittest.expect(
o.valueType!,
unittest.equals('foo'),
@@ -5912,14 +5960,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>
- buildUnnamed2356() {
+ buildUnnamed2357() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2356(
+void checkUnnamed2357(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage(
@@ -5934,7 +5982,7 @@
var o = api.GoogleCloudDocumentaiV1beta2DocumentPageLine();
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageLine++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageLine < 3) {
- o.detectedLanguages = buildUnnamed2356();
+ o.detectedLanguages = buildUnnamed2357();
o.layout = buildGoogleCloudDocumentaiV1beta2DocumentPageLayout();
o.provenance = buildGoogleCloudDocumentaiV1beta2DocumentProvenance();
}
@@ -5946,7 +5994,7 @@
api.GoogleCloudDocumentaiV1beta2DocumentPageLine o) {
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageLine++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageLine < 3) {
- checkUnnamed2356(o.detectedLanguages!);
+ checkUnnamed2357(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1beta2DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta2DocumentPageLayout);
checkGoogleCloudDocumentaiV1beta2DocumentProvenance(
@@ -5995,14 +6043,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>
- buildUnnamed2357() {
+ buildUnnamed2358() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2357(
+void checkUnnamed2358(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage(
@@ -6017,7 +6065,7 @@
var o = api.GoogleCloudDocumentaiV1beta2DocumentPageParagraph();
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageParagraph++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageParagraph < 3) {
- o.detectedLanguages = buildUnnamed2357();
+ o.detectedLanguages = buildUnnamed2358();
o.layout = buildGoogleCloudDocumentaiV1beta2DocumentPageLayout();
o.provenance = buildGoogleCloudDocumentaiV1beta2DocumentProvenance();
}
@@ -6029,7 +6077,7 @@
api.GoogleCloudDocumentaiV1beta2DocumentPageParagraph o) {
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageParagraph++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageParagraph < 3) {
- checkUnnamed2357(o.detectedLanguages!);
+ checkUnnamed2358(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1beta2DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta2DocumentPageLayout);
checkGoogleCloudDocumentaiV1beta2DocumentProvenance(
@@ -6039,14 +6087,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow>
- buildUnnamed2358() {
+ buildUnnamed2359() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageTableTableRow());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageTableTableRow());
return o;
}
-void checkUnnamed2358(
+void checkUnnamed2359(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageTableTableRow(
@@ -6056,14 +6104,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>
- buildUnnamed2359() {
+ buildUnnamed2360() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2359(
+void checkUnnamed2360(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage(
@@ -6073,14 +6121,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow>
- buildUnnamed2360() {
+ buildUnnamed2361() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageTableTableRow());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageTableTableRow());
return o;
}
-void checkUnnamed2360(
+void checkUnnamed2361(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageTableTableRow(
@@ -6095,9 +6143,9 @@
var o = api.GoogleCloudDocumentaiV1beta2DocumentPageTable();
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageTable++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageTable < 3) {
- o.bodyRows = buildUnnamed2358();
- o.detectedLanguages = buildUnnamed2359();
- o.headerRows = buildUnnamed2360();
+ o.bodyRows = buildUnnamed2359();
+ o.detectedLanguages = buildUnnamed2360();
+ o.headerRows = buildUnnamed2361();
o.layout = buildGoogleCloudDocumentaiV1beta2DocumentPageLayout();
}
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageTable--;
@@ -6108,9 +6156,9 @@
api.GoogleCloudDocumentaiV1beta2DocumentPageTable o) {
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageTable++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageTable < 3) {
- checkUnnamed2358(o.bodyRows!);
- checkUnnamed2359(o.detectedLanguages!);
- checkUnnamed2360(o.headerRows!);
+ checkUnnamed2359(o.bodyRows!);
+ checkUnnamed2360(o.detectedLanguages!);
+ checkUnnamed2361(o.headerRows!);
checkGoogleCloudDocumentaiV1beta2DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta2DocumentPageLayout);
}
@@ -6118,14 +6166,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>
- buildUnnamed2361() {
+ buildUnnamed2362() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2361(
+void checkUnnamed2362(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage(
@@ -6141,7 +6189,7 @@
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageTableTableCell++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageTableTableCell < 3) {
o.colSpan = 42;
- o.detectedLanguages = buildUnnamed2361();
+ o.detectedLanguages = buildUnnamed2362();
o.layout = buildGoogleCloudDocumentaiV1beta2DocumentPageLayout();
o.rowSpan = 42;
}
@@ -6157,7 +6205,7 @@
o.colSpan!,
unittest.equals(42),
);
- checkUnnamed2361(o.detectedLanguages!);
+ checkUnnamed2362(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1beta2DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta2DocumentPageLayout);
unittest.expect(
@@ -6169,14 +6217,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell>
- buildUnnamed2362() {
+ buildUnnamed2363() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageTableTableCell());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageTableTableCell());
return o;
}
-void checkUnnamed2362(
+void checkUnnamed2363(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageTableTableCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageTableTableCell(
@@ -6191,7 +6239,7 @@
var o = api.GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow();
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageTableTableRow++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageTableTableRow < 3) {
- o.cells = buildUnnamed2362();
+ o.cells = buildUnnamed2363();
}
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageTableTableRow--;
return o;
@@ -6201,20 +6249,20 @@
api.GoogleCloudDocumentaiV1beta2DocumentPageTableTableRow o) {
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageTableTableRow++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageTableTableRow < 3) {
- checkUnnamed2362(o.cells!);
+ checkUnnamed2363(o.cells!);
}
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageTableTableRow--;
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>
- buildUnnamed2363() {
+ buildUnnamed2364() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2363(
+void checkUnnamed2364(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage(
@@ -6231,7 +6279,7 @@
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageToken < 3) {
o.detectedBreak =
buildGoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak();
- o.detectedLanguages = buildUnnamed2363();
+ o.detectedLanguages = buildUnnamed2364();
o.layout = buildGoogleCloudDocumentaiV1beta2DocumentPageLayout();
o.provenance = buildGoogleCloudDocumentaiV1beta2DocumentProvenance();
}
@@ -6246,7 +6294,7 @@
checkGoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak(
o.detectedBreak!
as api.GoogleCloudDocumentaiV1beta2DocumentPageTokenDetectedBreak);
- checkUnnamed2363(o.detectedLanguages!);
+ checkUnnamed2364(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1beta2DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta2DocumentPageLayout);
checkGoogleCloudDocumentaiV1beta2DocumentProvenance(
@@ -6283,14 +6331,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>
- buildUnnamed2364() {
+ buildUnnamed2365() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage());
return o;
}
-void checkUnnamed2364(
+void checkUnnamed2365(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentPageDetectedLanguage(
@@ -6305,7 +6353,7 @@
var o = api.GoogleCloudDocumentaiV1beta2DocumentPageVisualElement();
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageVisualElement++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageVisualElement < 3) {
- o.detectedLanguages = buildUnnamed2364();
+ o.detectedLanguages = buildUnnamed2365();
o.layout = buildGoogleCloudDocumentaiV1beta2DocumentPageLayout();
o.type = 'foo';
}
@@ -6317,7 +6365,7 @@
api.GoogleCloudDocumentaiV1beta2DocumentPageVisualElement o) {
buildCounterGoogleCloudDocumentaiV1beta2DocumentPageVisualElement++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentPageVisualElement < 3) {
- checkUnnamed2364(o.detectedLanguages!);
+ checkUnnamed2365(o.detectedLanguages!);
checkGoogleCloudDocumentaiV1beta2DocumentPageLayout(
o.layout! as api.GoogleCloudDocumentaiV1beta2DocumentPageLayout);
unittest.expect(
@@ -6329,14 +6377,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentProvenanceParent>
- buildUnnamed2365() {
+ buildUnnamed2366() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentProvenanceParent>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentProvenanceParent());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentProvenanceParent());
return o;
}
-void checkUnnamed2365(
+void checkUnnamed2366(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentProvenanceParent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentProvenanceParent(
@@ -6352,7 +6400,7 @@
buildCounterGoogleCloudDocumentaiV1beta2DocumentProvenance++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentProvenance < 3) {
o.id = 42;
- o.parents = buildUnnamed2365();
+ o.parents = buildUnnamed2366();
o.revision = 42;
o.type = 'foo';
}
@@ -6368,7 +6416,7 @@
o.id!,
unittest.equals(42),
);
- checkUnnamed2365(o.parents!);
+ checkUnnamed2366(o.parents!);
unittest.expect(
o.revision!,
unittest.equals(42),
@@ -6415,14 +6463,14 @@
buildCounterGoogleCloudDocumentaiV1beta2DocumentProvenanceParent--;
}
-core.List<core.int> buildUnnamed2366() {
+core.List<core.int> buildUnnamed2367() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed2366(core.List<core.int> o) {
+void checkUnnamed2367(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6445,7 +6493,7 @@
o.humanReview =
buildGoogleCloudDocumentaiV1beta2DocumentRevisionHumanReview();
o.id = 'foo';
- o.parent = buildUnnamed2366();
+ o.parent = buildUnnamed2367();
o.processor = 'foo';
}
buildCounterGoogleCloudDocumentaiV1beta2DocumentRevision--;
@@ -6470,7 +6518,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed2366(o.parent!);
+ checkUnnamed2367(o.parent!);
unittest.expect(
o.processor!,
unittest.equals('foo'),
@@ -6617,14 +6665,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment>
- buildUnnamed2367() {
+ buildUnnamed2368() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment());
return o;
}
-void checkUnnamed2367(
+void checkUnnamed2368(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentTextAnchorTextSegment>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -6641,7 +6689,7 @@
buildCounterGoogleCloudDocumentaiV1beta2DocumentTextAnchor++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentTextAnchor < 3) {
o.content = 'foo';
- o.textSegments = buildUnnamed2367();
+ o.textSegments = buildUnnamed2368();
}
buildCounterGoogleCloudDocumentaiV1beta2DocumentTextAnchor--;
return o;
@@ -6655,7 +6703,7 @@
o.content!,
unittest.equals('foo'),
);
- checkUnnamed2367(o.textSegments!);
+ checkUnnamed2368(o.textSegments!);
}
buildCounterGoogleCloudDocumentaiV1beta2DocumentTextAnchor--;
}
@@ -6693,14 +6741,14 @@
}
core.List<api.GoogleCloudDocumentaiV1beta2DocumentProvenance>
- buildUnnamed2368() {
+ buildUnnamed2369() {
var o = <api.GoogleCloudDocumentaiV1beta2DocumentProvenance>[];
o.add(buildGoogleCloudDocumentaiV1beta2DocumentProvenance());
o.add(buildGoogleCloudDocumentaiV1beta2DocumentProvenance());
return o;
}
-void checkUnnamed2368(
+void checkUnnamed2369(
core.List<api.GoogleCloudDocumentaiV1beta2DocumentProvenance> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudDocumentaiV1beta2DocumentProvenance(
@@ -6716,7 +6764,7 @@
buildCounterGoogleCloudDocumentaiV1beta2DocumentTextChange++;
if (buildCounterGoogleCloudDocumentaiV1beta2DocumentTextChange < 3) {
o.changedText = 'foo';
- o.provenance = buildUnnamed2368();
+ o.provenance = buildUnnamed2369();
o.textAnchor = buildGoogleCloudDocumentaiV1beta2DocumentTextAnchor();
}
buildCounterGoogleCloudDocumentaiV1beta2DocumentTextChange--;
@@ -6731,7 +6779,7 @@
o.changedText!,
unittest.equals('foo'),
);
- checkUnnamed2368(o.provenance!);
+ checkUnnamed2369(o.provenance!);
checkGoogleCloudDocumentaiV1beta2DocumentTextAnchor(
o.textAnchor! as api.GoogleCloudDocumentaiV1beta2DocumentTextAnchor);
}
@@ -6969,7 +7017,7 @@
core.List<
api.GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus>
- buildUnnamed2369() {
+ buildUnnamed2370() {
var o = <
api.GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus>[];
o.add(
@@ -6979,7 +7027,7 @@
return o;
}
-void checkUnnamed2369(
+void checkUnnamed2370(
core.List<
api.GoogleCloudDocumentaiV1beta3BatchProcessMetadataIndividualProcessStatus>
o) {
@@ -6999,7 +7047,7 @@
buildCounterGoogleCloudDocumentaiV1beta3BatchProcessMetadata++;
if (buildCounterGoogleCloudDocumentaiV1beta3BatchProcessMetadata < 3) {
o.createTime = 'foo';
- o.individualProcessStatuses = buildUnnamed2369();
+ o.individualProcessStatuses = buildUnnamed2370();
o.state = 'foo';
o.stateMessage = 'foo';
o.updateTime = 'foo';
@@ -7016,7 +7064,7 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed2369(o.individualProcessStatuses!);
+ checkUnnamed2370(o.individualProcessStatuses!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -7341,14 +7389,14 @@
buildCounterGoogleCloudDocumentaiV1beta3ReviewDocumentResponse--;
}
-core.List<api.GoogleCloudLocationLocation> buildUnnamed2370() {
+core.List<api.GoogleCloudLocationLocation> buildUnnamed2371() {
var o = <api.GoogleCloudLocationLocation>[];
o.add(buildGoogleCloudLocationLocation());
o.add(buildGoogleCloudLocationLocation());
return o;
}
-void checkUnnamed2370(core.List<api.GoogleCloudLocationLocation> o) {
+void checkUnnamed2371(core.List<api.GoogleCloudLocationLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudLocationLocation(o[0] as api.GoogleCloudLocationLocation);
checkGoogleCloudLocationLocation(o[1] as api.GoogleCloudLocationLocation);
@@ -7360,7 +7408,7 @@
var o = api.GoogleCloudLocationListLocationsResponse();
buildCounterGoogleCloudLocationListLocationsResponse++;
if (buildCounterGoogleCloudLocationListLocationsResponse < 3) {
- o.locations = buildUnnamed2370();
+ o.locations = buildUnnamed2371();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudLocationListLocationsResponse--;
@@ -7371,7 +7419,7 @@
api.GoogleCloudLocationListLocationsResponse o) {
buildCounterGoogleCloudLocationListLocationsResponse++;
if (buildCounterGoogleCloudLocationListLocationsResponse < 3) {
- checkUnnamed2370(o.locations!);
+ checkUnnamed2371(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -7380,14 +7428,14 @@
buildCounterGoogleCloudLocationListLocationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed2371() {
+core.Map<core.String, core.String> buildUnnamed2372() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2371(core.Map<core.String, core.String> o) {
+void checkUnnamed2372(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -7399,7 +7447,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2372() {
+core.Map<core.String, core.Object> buildUnnamed2373() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -7414,7 +7462,7 @@
return o;
}
-void checkUnnamed2372(core.Map<core.String, core.Object> o) {
+void checkUnnamed2373(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -7452,9 +7500,9 @@
buildCounterGoogleCloudLocationLocation++;
if (buildCounterGoogleCloudLocationLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed2371();
+ o.labels = buildUnnamed2372();
o.locationId = 'foo';
- o.metadata = buildUnnamed2372();
+ o.metadata = buildUnnamed2373();
o.name = 'foo';
}
buildCounterGoogleCloudLocationLocation--;
@@ -7468,12 +7516,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2371(o.labels!);
+ checkUnnamed2372(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed2372(o.metadata!);
+ checkUnnamed2373(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -7482,14 +7530,14 @@
buildCounterGoogleCloudLocationLocation--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed2373() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed2374() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed2373(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed2374(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -7502,7 +7550,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed2373();
+ o.operations = buildUnnamed2374();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -7516,12 +7564,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2373(o.operations!);
+ checkUnnamed2374(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed2374() {
+core.Map<core.String, core.Object> buildUnnamed2375() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -7536,7 +7584,7 @@
return o;
}
-void checkUnnamed2374(core.Map<core.String, core.Object> o) {
+void checkUnnamed2375(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -7568,7 +7616,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2375() {
+core.Map<core.String, core.Object> buildUnnamed2376() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -7583,7 +7631,7 @@
return o;
}
-void checkUnnamed2375(core.Map<core.String, core.Object> o) {
+void checkUnnamed2376(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -7622,9 +7670,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildGoogleRpcStatus();
- o.metadata = buildUnnamed2374();
+ o.metadata = buildUnnamed2375();
o.name = 'foo';
- o.response = buildUnnamed2375();
+ o.response = buildUnnamed2376();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -7635,12 +7683,12 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed2374(o.metadata!);
+ checkUnnamed2375(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2375(o.response!);
+ checkUnnamed2376(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
@@ -7660,7 +7708,7 @@
buildCounterGoogleProtobufEmpty--;
}
-core.Map<core.String, core.Object> buildUnnamed2376() {
+core.Map<core.String, core.Object> buildUnnamed2377() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -7675,7 +7723,7 @@
return o;
}
-void checkUnnamed2376(core.Map<core.String, core.Object> o) {
+void checkUnnamed2377(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -7707,17 +7755,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2377() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2378() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2376());
- o.add(buildUnnamed2376());
+ o.add(buildUnnamed2377());
+ o.add(buildUnnamed2377());
return o;
}
-void checkUnnamed2377(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2378(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2376(o[0]);
- checkUnnamed2376(o[1]);
+ checkUnnamed2377(o[0]);
+ checkUnnamed2377(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -7726,7 +7774,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2377();
+ o.details = buildUnnamed2378();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -7740,7 +7788,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2377(o.details!);
+ checkUnnamed2378(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -7909,25 +7957,6 @@
buildCounterGoogleTypeMoney--;
}
-core.List<core.String> buildUnnamed2378() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2378(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'),
- );
-}
-
core.List<core.String> buildUnnamed2379() {
var o = <core.String>[];
o.add('foo');
@@ -7947,18 +7976,37 @@
);
}
+core.List<core.String> buildUnnamed2380() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2380(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'),
+ );
+}
+
core.int buildCounterGoogleTypePostalAddress = 0;
api.GoogleTypePostalAddress buildGoogleTypePostalAddress() {
var o = api.GoogleTypePostalAddress();
buildCounterGoogleTypePostalAddress++;
if (buildCounterGoogleTypePostalAddress < 3) {
- o.addressLines = buildUnnamed2378();
+ o.addressLines = buildUnnamed2379();
o.administrativeArea = 'foo';
o.languageCode = 'foo';
o.locality = 'foo';
o.organization = 'foo';
o.postalCode = 'foo';
- o.recipients = buildUnnamed2379();
+ o.recipients = buildUnnamed2380();
o.regionCode = 'foo';
o.revision = 42;
o.sortingCode = 'foo';
@@ -7971,7 +8019,7 @@
void checkGoogleTypePostalAddress(api.GoogleTypePostalAddress o) {
buildCounterGoogleTypePostalAddress++;
if (buildCounterGoogleTypePostalAddress < 3) {
- checkUnnamed2378(o.addressLines!);
+ checkUnnamed2379(o.addressLines!);
unittest.expect(
o.administrativeArea!,
unittest.equals('foo'),
@@ -7992,7 +8040,7 @@
o.postalCode!,
unittest.equals('foo'),
);
- checkUnnamed2379(o.recipients!);
+ checkUnnamed2380(o.recipients!);
unittest.expect(
o.regionCode!,
unittest.equals('foo'),
@@ -8226,6 +8274,34 @@
});
unittest.group(
+ 'obj-schema-GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata',
+ () {
+ unittest.test('to-json--from-json', () async {
+ var o =
+ buildGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata
+ .fromJson(oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata(od
+ as api.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionMetadata);
+ });
+ });
+
+ unittest.group(
+ 'obj-schema-GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse',
+ () {
+ unittest.test('to-json--from-json', () async {
+ var o =
+ buildGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse
+ .fromJson(oJson as core.Map<core.String, core.dynamic>);
+ checkGoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse(od
+ as api.GoogleCloudDocumentaiUiv1beta3ExportProcessorVersionResponse);
+ });
+ });
+
+ unittest.group(
'obj-schema-GoogleCloudDocumentaiUiv1beta3SetDefaultProcessorVersionMetadata',
() {
unittest.test('to-json--from-json', () async {
diff --git a/generated/googleapis/test/domainsrdap/v1_test.dart b/generated/googleapis/test/domainsrdap/v1_test.dart
index 1186c7e..6e0bd5a 100644
--- a/generated/googleapis/test/domainsrdap/v1_test.dart
+++ b/generated/googleapis/test/domainsrdap/v1_test.dart
@@ -27,7 +27,7 @@
import '../test_shared.dart';
-core.Map<core.String, core.Object> buildUnnamed1877() {
+core.Map<core.String, core.Object> buildUnnamed1876() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -42,7 +42,7 @@
return o;
}
-void checkUnnamed1877(core.Map<core.String, core.Object> o) {
+void checkUnnamed1876(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -74,17 +74,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed1878() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed1877() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed1877());
- o.add(buildUnnamed1877());
+ o.add(buildUnnamed1876());
+ o.add(buildUnnamed1876());
return o;
}
-void checkUnnamed1878(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed1877(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed1877(o[0]);
- checkUnnamed1877(o[1]);
+ checkUnnamed1876(o[0]);
+ checkUnnamed1876(o[1]);
}
core.int buildCounterHttpBody = 0;
@@ -94,7 +94,7 @@
if (buildCounterHttpBody < 3) {
o.contentType = 'foo';
o.data = 'foo';
- o.extensions = buildUnnamed1878();
+ o.extensions = buildUnnamed1877();
}
buildCounterHttpBody--;
return o;
@@ -111,7 +111,7 @@
o.data!,
unittest.equals('foo'),
);
- checkUnnamed1878(o.extensions!);
+ checkUnnamed1877(o.extensions!);
}
buildCounterHttpBody--;
}
@@ -168,14 +168,14 @@
buildCounterLink--;
}
-core.List<core.String> buildUnnamed1879() {
+core.List<core.String> buildUnnamed1878() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1879(core.List<core.String> o) {
+void checkUnnamed1878(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -187,14 +187,14 @@
);
}
-core.List<api.Link> buildUnnamed1880() {
+core.List<api.Link> buildUnnamed1879() {
var o = <api.Link>[];
o.add(buildLink());
o.add(buildLink());
return o;
}
-void checkUnnamed1880(core.List<api.Link> o) {
+void checkUnnamed1879(core.List<api.Link> o) {
unittest.expect(o, unittest.hasLength(2));
checkLink(o[0] as api.Link);
checkLink(o[1] as api.Link);
@@ -205,8 +205,8 @@
var o = api.Notice();
buildCounterNotice++;
if (buildCounterNotice < 3) {
- o.description = buildUnnamed1879();
- o.links = buildUnnamed1880();
+ o.description = buildUnnamed1878();
+ o.links = buildUnnamed1879();
o.title = 'foo';
o.type = 'foo';
}
@@ -217,8 +217,8 @@
void checkNotice(api.Notice o) {
buildCounterNotice++;
if (buildCounterNotice < 3) {
- checkUnnamed1879(o.description!);
- checkUnnamed1880(o.links!);
+ checkUnnamed1878(o.description!);
+ checkUnnamed1879(o.links!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -231,14 +231,14 @@
buildCounterNotice--;
}
-core.List<core.String> buildUnnamed1881() {
+core.List<core.String> buildUnnamed1880() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1881(core.List<core.String> o) {
+void checkUnnamed1880(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -250,27 +250,27 @@
);
}
-core.List<api.Notice> buildUnnamed1882() {
+core.List<api.Notice> buildUnnamed1881() {
var o = <api.Notice>[];
o.add(buildNotice());
o.add(buildNotice());
return o;
}
-void checkUnnamed1882(core.List<api.Notice> o) {
+void checkUnnamed1881(core.List<api.Notice> o) {
unittest.expect(o, unittest.hasLength(2));
checkNotice(o[0] as api.Notice);
checkNotice(o[1] as api.Notice);
}
-core.List<core.String> buildUnnamed1883() {
+core.List<core.String> buildUnnamed1882() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1883(core.List<core.String> o) {
+void checkUnnamed1882(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -287,12 +287,12 @@
var o = api.RdapResponse();
buildCounterRdapResponse++;
if (buildCounterRdapResponse < 3) {
- o.description = buildUnnamed1881();
+ o.description = buildUnnamed1880();
o.errorCode = 42;
o.jsonResponse = buildHttpBody();
o.lang = 'foo';
- o.notices = buildUnnamed1882();
- o.rdapConformance = buildUnnamed1883();
+ o.notices = buildUnnamed1881();
+ o.rdapConformance = buildUnnamed1882();
o.title = 'foo';
}
buildCounterRdapResponse--;
@@ -302,7 +302,7 @@
void checkRdapResponse(api.RdapResponse o) {
buildCounterRdapResponse++;
if (buildCounterRdapResponse < 3) {
- checkUnnamed1881(o.description!);
+ checkUnnamed1880(o.description!);
unittest.expect(
o.errorCode!,
unittest.equals(42),
@@ -312,8 +312,8 @@
o.lang!,
unittest.equals('foo'),
);
- checkUnnamed1882(o.notices!);
- checkUnnamed1883(o.rdapConformance!);
+ checkUnnamed1881(o.notices!);
+ checkUnnamed1882(o.rdapConformance!);
unittest.expect(
o.title!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/doubleclickbidmanager/v1_1_test.dart b/generated/googleapis/test/doubleclickbidmanager/v1_1_test.dart
index 748a8a8..cd61a5e 100644
--- a/generated/googleapis/test/doubleclickbidmanager/v1_1_test.dart
+++ b/generated/googleapis/test/doubleclickbidmanager/v1_1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Rule> buildUnnamed6314() {
+core.List<api.Rule> buildUnnamed6365() {
var o = <api.Rule>[];
o.add(buildRule());
o.add(buildRule());
return o;
}
-void checkUnnamed6314(core.List<api.Rule> o) {
+void checkUnnamed6365(core.List<api.Rule> o) {
unittest.expect(o, unittest.hasLength(2));
checkRule(o[0] as api.Rule);
checkRule(o[1] as api.Rule);
@@ -47,7 +47,7 @@
if (buildCounterChannelGrouping < 3) {
o.fallbackName = 'foo';
o.name = 'foo';
- o.rules = buildUnnamed6314();
+ o.rules = buildUnnamed6365();
}
buildCounterChannelGrouping--;
return o;
@@ -64,19 +64,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6314(o.rules!);
+ checkUnnamed6365(o.rules!);
}
buildCounterChannelGrouping--;
}
-core.List<api.EventFilter> buildUnnamed6315() {
+core.List<api.EventFilter> buildUnnamed6366() {
var o = <api.EventFilter>[];
o.add(buildEventFilter());
o.add(buildEventFilter());
return o;
}
-void checkUnnamed6315(core.List<api.EventFilter> o) {
+void checkUnnamed6366(core.List<api.EventFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventFilter(o[0] as api.EventFilter);
checkEventFilter(o[1] as api.EventFilter);
@@ -87,7 +87,7 @@
var o = api.DisjunctiveMatchStatement();
buildCounterDisjunctiveMatchStatement++;
if (buildCounterDisjunctiveMatchStatement < 3) {
- o.eventFilters = buildUnnamed6315();
+ o.eventFilters = buildUnnamed6366();
}
buildCounterDisjunctiveMatchStatement--;
return o;
@@ -96,7 +96,7 @@
void checkDisjunctiveMatchStatement(api.DisjunctiveMatchStatement o) {
buildCounterDisjunctiveMatchStatement++;
if (buildCounterDisjunctiveMatchStatement < 3) {
- checkUnnamed6315(o.eventFilters!);
+ checkUnnamed6366(o.eventFilters!);
}
buildCounterDisjunctiveMatchStatement--;
}
@@ -148,14 +148,14 @@
buildCounterFilterPair--;
}
-core.List<api.Query> buildUnnamed6316() {
+core.List<api.Query> buildUnnamed6367() {
var o = <api.Query>[];
o.add(buildQuery());
o.add(buildQuery());
return o;
}
-void checkUnnamed6316(core.List<api.Query> o) {
+void checkUnnamed6367(core.List<api.Query> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuery(o[0] as api.Query);
checkQuery(o[1] as api.Query);
@@ -168,7 +168,7 @@
if (buildCounterListQueriesResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.queries = buildUnnamed6316();
+ o.queries = buildUnnamed6367();
}
buildCounterListQueriesResponse--;
return o;
@@ -185,19 +185,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6316(o.queries!);
+ checkUnnamed6367(o.queries!);
}
buildCounterListQueriesResponse--;
}
-core.List<api.Report> buildUnnamed6317() {
+core.List<api.Report> buildUnnamed6368() {
var o = <api.Report>[];
o.add(buildReport());
o.add(buildReport());
return o;
}
-void checkUnnamed6317(core.List<api.Report> o) {
+void checkUnnamed6368(core.List<api.Report> o) {
unittest.expect(o, unittest.hasLength(2));
checkReport(o[0] as api.Report);
checkReport(o[1] as api.Report);
@@ -210,7 +210,7 @@
if (buildCounterListReportsResponse < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.reports = buildUnnamed6317();
+ o.reports = buildUnnamed6368();
}
buildCounterListReportsResponse--;
return o;
@@ -227,7 +227,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6317(o.reports!);
+ checkUnnamed6368(o.reports!);
}
buildCounterListReportsResponse--;
}
@@ -253,27 +253,27 @@
buildCounterOptions--;
}
-core.List<api.FilterPair> buildUnnamed6318() {
+core.List<api.FilterPair> buildUnnamed6369() {
var o = <api.FilterPair>[];
o.add(buildFilterPair());
o.add(buildFilterPair());
return o;
}
-void checkUnnamed6318(core.List<api.FilterPair> o) {
+void checkUnnamed6369(core.List<api.FilterPair> o) {
unittest.expect(o, unittest.hasLength(2));
checkFilterPair(o[0] as api.FilterPair);
checkFilterPair(o[1] as api.FilterPair);
}
-core.List<core.String> buildUnnamed6319() {
+core.List<core.String> buildUnnamed6370() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6319(core.List<core.String> o) {
+void checkUnnamed6370(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -285,14 +285,14 @@
);
}
-core.List<core.String> buildUnnamed6320() {
+core.List<core.String> buildUnnamed6371() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6320(core.List<core.String> o) {
+void checkUnnamed6371(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -309,10 +309,10 @@
var o = api.Parameters();
buildCounterParameters++;
if (buildCounterParameters < 3) {
- o.filters = buildUnnamed6318();
- o.groupBys = buildUnnamed6319();
+ o.filters = buildUnnamed6369();
+ o.groupBys = buildUnnamed6370();
o.includeInviteData = true;
- o.metrics = buildUnnamed6320();
+ o.metrics = buildUnnamed6371();
o.options = buildOptions();
o.type = 'foo';
}
@@ -323,10 +323,10 @@
void checkParameters(api.Parameters o) {
buildCounterParameters++;
if (buildCounterParameters < 3) {
- checkUnnamed6318(o.filters!);
- checkUnnamed6319(o.groupBys!);
+ checkUnnamed6369(o.filters!);
+ checkUnnamed6370(o.groupBys!);
unittest.expect(o.includeInviteData!, unittest.isTrue);
- checkUnnamed6320(o.metrics!);
+ checkUnnamed6371(o.metrics!);
checkOptions(o.options! as api.Options);
unittest.expect(
o.type!,
@@ -336,14 +336,14 @@
buildCounterParameters--;
}
-core.List<api.EventFilter> buildUnnamed6321() {
+core.List<api.EventFilter> buildUnnamed6372() {
var o = <api.EventFilter>[];
o.add(buildEventFilter());
o.add(buildEventFilter());
return o;
}
-void checkUnnamed6321(core.List<api.EventFilter> o) {
+void checkUnnamed6372(core.List<api.EventFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventFilter(o[0] as api.EventFilter);
checkEventFilter(o[1] as api.EventFilter);
@@ -354,7 +354,7 @@
var o = api.PathFilter();
buildCounterPathFilter++;
if (buildCounterPathFilter < 3) {
- o.eventFilters = buildUnnamed6321();
+ o.eventFilters = buildUnnamed6372();
o.pathMatchPosition = 'foo';
}
buildCounterPathFilter--;
@@ -364,7 +364,7 @@
void checkPathFilter(api.PathFilter o) {
buildCounterPathFilter++;
if (buildCounterPathFilter < 3) {
- checkUnnamed6321(o.eventFilters!);
+ checkUnnamed6372(o.eventFilters!);
unittest.expect(
o.pathMatchPosition!,
unittest.equals('foo'),
@@ -373,14 +373,14 @@
buildCounterPathFilter--;
}
-core.List<api.PathFilter> buildUnnamed6322() {
+core.List<api.PathFilter> buildUnnamed6373() {
var o = <api.PathFilter>[];
o.add(buildPathFilter());
o.add(buildPathFilter());
return o;
}
-void checkUnnamed6322(core.List<api.PathFilter> o) {
+void checkUnnamed6373(core.List<api.PathFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkPathFilter(o[0] as api.PathFilter);
checkPathFilter(o[1] as api.PathFilter);
@@ -392,7 +392,7 @@
buildCounterPathQueryOptions++;
if (buildCounterPathQueryOptions < 3) {
o.channelGrouping = buildChannelGrouping();
- o.pathFilters = buildUnnamed6322();
+ o.pathFilters = buildUnnamed6373();
}
buildCounterPathQueryOptions--;
return o;
@@ -402,19 +402,19 @@
buildCounterPathQueryOptions++;
if (buildCounterPathQueryOptions < 3) {
checkChannelGrouping(o.channelGrouping! as api.ChannelGrouping);
- checkUnnamed6322(o.pathFilters!);
+ checkUnnamed6373(o.pathFilters!);
}
buildCounterPathQueryOptions--;
}
-core.List<core.String> buildUnnamed6323() {
+core.List<core.String> buildUnnamed6374() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6323(core.List<core.String> o) {
+void checkUnnamed6374(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -433,7 +433,7 @@
if (buildCounterPathQueryOptionsFilter < 3) {
o.filter = 'foo';
o.match = 'foo';
- o.values = buildUnnamed6323();
+ o.values = buildUnnamed6374();
}
buildCounterPathQueryOptionsFilter--;
return o;
@@ -450,7 +450,7 @@
o.match!,
unittest.equals('foo'),
);
- checkUnnamed6323(o.values!);
+ checkUnnamed6374(o.values!);
}
buildCounterPathQueryOptionsFilter--;
}
@@ -503,14 +503,14 @@
buildCounterQuery--;
}
-core.List<core.String> buildUnnamed6324() {
+core.List<core.String> buildUnnamed6375() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6324(core.List<core.String> o) {
+void checkUnnamed6375(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -536,7 +536,7 @@
o.reportCount = 42;
o.running = true;
o.sendNotification = true;
- o.shareEmailAddress = buildUnnamed6324();
+ o.shareEmailAddress = buildUnnamed6375();
o.title = 'foo';
}
buildCounterQueryMetadata--;
@@ -576,7 +576,7 @@
);
unittest.expect(o.running!, unittest.isTrue);
unittest.expect(o.sendNotification!, unittest.isTrue);
- checkUnnamed6324(o.shareEmailAddress!);
+ checkUnnamed6375(o.shareEmailAddress!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -767,14 +767,14 @@
buildCounterReportStatus--;
}
-core.List<api.DisjunctiveMatchStatement> buildUnnamed6325() {
+core.List<api.DisjunctiveMatchStatement> buildUnnamed6376() {
var o = <api.DisjunctiveMatchStatement>[];
o.add(buildDisjunctiveMatchStatement());
o.add(buildDisjunctiveMatchStatement());
return o;
}
-void checkUnnamed6325(core.List<api.DisjunctiveMatchStatement> o) {
+void checkUnnamed6376(core.List<api.DisjunctiveMatchStatement> o) {
unittest.expect(o, unittest.hasLength(2));
checkDisjunctiveMatchStatement(o[0] as api.DisjunctiveMatchStatement);
checkDisjunctiveMatchStatement(o[1] as api.DisjunctiveMatchStatement);
@@ -785,7 +785,7 @@
var o = api.Rule();
buildCounterRule++;
if (buildCounterRule < 3) {
- o.disjunctiveMatchStatements = buildUnnamed6325();
+ o.disjunctiveMatchStatements = buildUnnamed6376();
o.name = 'foo';
}
buildCounterRule--;
@@ -795,7 +795,7 @@
void checkRule(api.Rule o) {
buildCounterRule++;
if (buildCounterRule < 3) {
- checkUnnamed6325(o.disjunctiveMatchStatements!);
+ checkUnnamed6376(o.disjunctiveMatchStatements!);
unittest.expect(
o.name!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/doubleclicksearch/v2_test.dart b/generated/googleapis/test/doubleclicksearch/v2_test.dart
index 4a7ca1c..cb8fdda 100644
--- a/generated/googleapis/test/doubleclicksearch/v2_test.dart
+++ b/generated/googleapis/test/doubleclicksearch/v2_test.dart
@@ -74,27 +74,27 @@
buildCounterAvailability--;
}
-core.List<api.CustomDimension> buildUnnamed1779() {
+core.List<api.CustomDimension> buildUnnamed1778() {
var o = <api.CustomDimension>[];
o.add(buildCustomDimension());
o.add(buildCustomDimension());
return o;
}
-void checkUnnamed1779(core.List<api.CustomDimension> o) {
+void checkUnnamed1778(core.List<api.CustomDimension> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomDimension(o[0] as api.CustomDimension);
checkCustomDimension(o[1] as api.CustomDimension);
}
-core.List<api.CustomMetric> buildUnnamed1780() {
+core.List<api.CustomMetric> buildUnnamed1779() {
var o = <api.CustomMetric>[];
o.add(buildCustomMetric());
o.add(buildCustomMetric());
return o;
}
-void checkUnnamed1780(core.List<api.CustomMetric> o) {
+void checkUnnamed1779(core.List<api.CustomMetric> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomMetric(o[0] as api.CustomMetric);
checkCustomMetric(o[1] as api.CustomMetric);
@@ -119,8 +119,8 @@
o.countMillis = 'foo';
o.criterionId = 'foo';
o.currencyCode = 'foo';
- o.customDimension = buildUnnamed1779();
- o.customMetric = buildUnnamed1780();
+ o.customDimension = buildUnnamed1778();
+ o.customMetric = buildUnnamed1779();
o.deviceType = 'foo';
o.dsConversionId = 'foo';
o.engineAccountId = 'foo';
@@ -202,8 +202,8 @@
o.currencyCode!,
unittest.equals('foo'),
);
- checkUnnamed1779(o.customDimension!);
- checkUnnamed1780(o.customMetric!);
+ checkUnnamed1778(o.customDimension!);
+ checkUnnamed1779(o.customMetric!);
unittest.expect(
o.deviceType!,
unittest.equals('foo'),
@@ -276,14 +276,14 @@
buildCounterConversion--;
}
-core.List<api.Conversion> buildUnnamed1781() {
+core.List<api.Conversion> buildUnnamed1780() {
var o = <api.Conversion>[];
o.add(buildConversion());
o.add(buildConversion());
return o;
}
-void checkUnnamed1781(core.List<api.Conversion> o) {
+void checkUnnamed1780(core.List<api.Conversion> o) {
unittest.expect(o, unittest.hasLength(2));
checkConversion(o[0] as api.Conversion);
checkConversion(o[1] as api.Conversion);
@@ -294,7 +294,7 @@
var o = api.ConversionList();
buildCounterConversionList++;
if (buildCounterConversionList < 3) {
- o.conversion = buildUnnamed1781();
+ o.conversion = buildUnnamed1780();
o.kind = 'foo';
}
buildCounterConversionList--;
@@ -304,7 +304,7 @@
void checkConversionList(api.ConversionList o) {
buildCounterConversionList++;
if (buildCounterConversionList < 3) {
- checkUnnamed1781(o.conversion!);
+ checkUnnamed1780(o.conversion!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -394,27 +394,27 @@
buildCounterReportFiles--;
}
-core.List<api.ReportFiles> buildUnnamed1782() {
+core.List<api.ReportFiles> buildUnnamed1781() {
var o = <api.ReportFiles>[];
o.add(buildReportFiles());
o.add(buildReportFiles());
return o;
}
-void checkUnnamed1782(core.List<api.ReportFiles> o) {
+void checkUnnamed1781(core.List<api.ReportFiles> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportFiles(o[0] as api.ReportFiles);
checkReportFiles(o[1] as api.ReportFiles);
}
-core.List<api.ReportRow> buildUnnamed1783() {
+core.List<api.ReportRow> buildUnnamed1782() {
var o = <api.ReportRow>[];
o.add(buildReportRow());
o.add(buildReportRow());
return o;
}
-void checkUnnamed1783(core.List<api.ReportRow> o) {
+void checkUnnamed1782(core.List<api.ReportRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportRow(o[0] as api.ReportRow);
checkReportRow(o[1] as api.ReportRow);
@@ -425,13 +425,13 @@
var o = api.Report();
buildCounterReport++;
if (buildCounterReport < 3) {
- o.files = buildUnnamed1782();
+ o.files = buildUnnamed1781();
o.id = 'foo';
o.isReportReady = true;
o.kind = 'foo';
o.request = buildReportRequest();
o.rowCount = 42;
- o.rows = buildUnnamed1783();
+ o.rows = buildUnnamed1782();
o.statisticsCurrencyCode = 'foo';
o.statisticsTimeZone = 'foo';
}
@@ -442,7 +442,7 @@
void checkReport(api.Report o) {
buildCounterReport++;
if (buildCounterReport < 3) {
- checkUnnamed1782(o.files!);
+ checkUnnamed1781(o.files!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -457,7 +457,7 @@
o.rowCount!,
unittest.equals(42),
);
- checkUnnamed1783(o.rows!);
+ checkUnnamed1782(o.rows!);
unittest.expect(
o.statisticsCurrencyCode!,
unittest.equals('foo'),
@@ -534,20 +534,20 @@
buildCounterReportApiColumnSpec--;
}
-core.List<api.ReportApiColumnSpec> buildUnnamed1784() {
+core.List<api.ReportApiColumnSpec> buildUnnamed1783() {
var o = <api.ReportApiColumnSpec>[];
o.add(buildReportApiColumnSpec());
o.add(buildReportApiColumnSpec());
return o;
}
-void checkUnnamed1784(core.List<api.ReportApiColumnSpec> o) {
+void checkUnnamed1783(core.List<api.ReportApiColumnSpec> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportApiColumnSpec(o[0] as api.ReportApiColumnSpec);
checkReportApiColumnSpec(o[1] as api.ReportApiColumnSpec);
}
-core.List<core.Object> buildUnnamed1785() {
+core.List<core.Object> buildUnnamed1784() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -562,7 +562,7 @@
return o;
}
-void checkUnnamed1785(core.List<core.Object> o) {
+void checkUnnamed1784(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o[0]) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -601,7 +601,7 @@
if (buildCounterReportRequestFilters < 3) {
o.column = buildReportApiColumnSpec();
o.operator = 'foo';
- o.values = buildUnnamed1785();
+ o.values = buildUnnamed1784();
}
buildCounterReportRequestFilters--;
return o;
@@ -615,19 +615,19 @@
o.operator!,
unittest.equals('foo'),
);
- checkUnnamed1785(o.values!);
+ checkUnnamed1784(o.values!);
}
buildCounterReportRequestFilters--;
}
-core.List<api.ReportRequestFilters> buildUnnamed1786() {
+core.List<api.ReportRequestFilters> buildUnnamed1785() {
var o = <api.ReportRequestFilters>[];
o.add(buildReportRequestFilters());
o.add(buildReportRequestFilters());
return o;
}
-void checkUnnamed1786(core.List<api.ReportRequestFilters> o) {
+void checkUnnamed1785(core.List<api.ReportRequestFilters> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportRequestFilters(o[0] as api.ReportRequestFilters);
checkReportRequestFilters(o[1] as api.ReportRequestFilters);
@@ -657,14 +657,14 @@
buildCounterReportRequestOrderBy--;
}
-core.List<api.ReportRequestOrderBy> buildUnnamed1787() {
+core.List<api.ReportRequestOrderBy> buildUnnamed1786() {
var o = <api.ReportRequestOrderBy>[];
o.add(buildReportRequestOrderBy());
o.add(buildReportRequestOrderBy());
return o;
}
-void checkUnnamed1787(core.List<api.ReportRequestOrderBy> o) {
+void checkUnnamed1786(core.List<api.ReportRequestOrderBy> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportRequestOrderBy(o[0] as api.ReportRequestOrderBy);
checkReportRequestOrderBy(o[1] as api.ReportRequestOrderBy);
@@ -764,13 +764,13 @@
var o = api.ReportRequest();
buildCounterReportRequest++;
if (buildCounterReportRequest < 3) {
- o.columns = buildUnnamed1784();
+ o.columns = buildUnnamed1783();
o.downloadFormat = 'foo';
- o.filters = buildUnnamed1786();
+ o.filters = buildUnnamed1785();
o.includeDeletedEntities = true;
o.includeRemovedEntities = true;
o.maxRowsPerFile = 42;
- o.orderBy = buildUnnamed1787();
+ o.orderBy = buildUnnamed1786();
o.reportScope = buildReportRequestReportScope();
o.reportType = 'foo';
o.rowCount = 42;
@@ -786,19 +786,19 @@
void checkReportRequest(api.ReportRequest o) {
buildCounterReportRequest++;
if (buildCounterReportRequest < 3) {
- checkUnnamed1784(o.columns!);
+ checkUnnamed1783(o.columns!);
unittest.expect(
o.downloadFormat!,
unittest.equals('foo'),
);
- checkUnnamed1786(o.filters!);
+ checkUnnamed1785(o.filters!);
unittest.expect(o.includeDeletedEntities!, unittest.isTrue);
unittest.expect(o.includeRemovedEntities!, unittest.isTrue);
unittest.expect(
o.maxRowsPerFile!,
unittest.equals(42),
);
- checkUnnamed1787(o.orderBy!);
+ checkUnnamed1786(o.orderBy!);
checkReportRequestReportScope(
o.reportScope! as api.ReportRequestReportScope);
unittest.expect(
@@ -902,14 +902,14 @@
buildCounterSavedColumn--;
}
-core.List<api.SavedColumn> buildUnnamed1788() {
+core.List<api.SavedColumn> buildUnnamed1787() {
var o = <api.SavedColumn>[];
o.add(buildSavedColumn());
o.add(buildSavedColumn());
return o;
}
-void checkUnnamed1788(core.List<api.SavedColumn> o) {
+void checkUnnamed1787(core.List<api.SavedColumn> o) {
unittest.expect(o, unittest.hasLength(2));
checkSavedColumn(o[0] as api.SavedColumn);
checkSavedColumn(o[1] as api.SavedColumn);
@@ -920,7 +920,7 @@
var o = api.SavedColumnList();
buildCounterSavedColumnList++;
if (buildCounterSavedColumnList < 3) {
- o.items = buildUnnamed1788();
+ o.items = buildUnnamed1787();
o.kind = 'foo';
}
buildCounterSavedColumnList--;
@@ -930,7 +930,7 @@
void checkSavedColumnList(api.SavedColumnList o) {
buildCounterSavedColumnList++;
if (buildCounterSavedColumnList < 3) {
- checkUnnamed1788(o.items!);
+ checkUnnamed1787(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -939,6 +939,38 @@
buildCounterSavedColumnList--;
}
+core.List<api.Availability> buildUnnamed1788() {
+ var o = <api.Availability>[];
+ o.add(buildAvailability());
+ o.add(buildAvailability());
+ return o;
+}
+
+void checkUnnamed1788(core.List<api.Availability> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkAvailability(o[0] as api.Availability);
+ checkAvailability(o[1] as api.Availability);
+}
+
+core.int buildCounterUpdateAvailabilityRequest = 0;
+api.UpdateAvailabilityRequest buildUpdateAvailabilityRequest() {
+ var o = api.UpdateAvailabilityRequest();
+ buildCounterUpdateAvailabilityRequest++;
+ if (buildCounterUpdateAvailabilityRequest < 3) {
+ o.availabilities = buildUnnamed1788();
+ }
+ buildCounterUpdateAvailabilityRequest--;
+ return o;
+}
+
+void checkUpdateAvailabilityRequest(api.UpdateAvailabilityRequest o) {
+ buildCounterUpdateAvailabilityRequest++;
+ if (buildCounterUpdateAvailabilityRequest < 3) {
+ checkUnnamed1788(o.availabilities!);
+ }
+ buildCounterUpdateAvailabilityRequest--;
+}
+
core.List<api.Availability> buildUnnamed1789() {
var o = <api.Availability>[];
o.add(buildAvailability());
@@ -952,44 +984,12 @@
checkAvailability(o[1] as api.Availability);
}
-core.int buildCounterUpdateAvailabilityRequest = 0;
-api.UpdateAvailabilityRequest buildUpdateAvailabilityRequest() {
- var o = api.UpdateAvailabilityRequest();
- buildCounterUpdateAvailabilityRequest++;
- if (buildCounterUpdateAvailabilityRequest < 3) {
- o.availabilities = buildUnnamed1789();
- }
- buildCounterUpdateAvailabilityRequest--;
- return o;
-}
-
-void checkUpdateAvailabilityRequest(api.UpdateAvailabilityRequest o) {
- buildCounterUpdateAvailabilityRequest++;
- if (buildCounterUpdateAvailabilityRequest < 3) {
- checkUnnamed1789(o.availabilities!);
- }
- buildCounterUpdateAvailabilityRequest--;
-}
-
-core.List<api.Availability> buildUnnamed1790() {
- var o = <api.Availability>[];
- o.add(buildAvailability());
- o.add(buildAvailability());
- return o;
-}
-
-void checkUnnamed1790(core.List<api.Availability> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkAvailability(o[0] as api.Availability);
- checkAvailability(o[1] as api.Availability);
-}
-
core.int buildCounterUpdateAvailabilityResponse = 0;
api.UpdateAvailabilityResponse buildUpdateAvailabilityResponse() {
var o = api.UpdateAvailabilityResponse();
buildCounterUpdateAvailabilityResponse++;
if (buildCounterUpdateAvailabilityResponse < 3) {
- o.availabilities = buildUnnamed1790();
+ o.availabilities = buildUnnamed1789();
}
buildCounterUpdateAvailabilityResponse--;
return o;
@@ -998,7 +998,7 @@
void checkUpdateAvailabilityResponse(api.UpdateAvailabilityResponse o) {
buildCounterUpdateAvailabilityResponse++;
if (buildCounterUpdateAvailabilityResponse < 3) {
- checkUnnamed1790(o.availabilities!);
+ checkUnnamed1789(o.availabilities!);
}
buildCounterUpdateAvailabilityResponse--;
}
diff --git a/generated/googleapis/test/drive/v2_test.dart b/generated/googleapis/test/drive/v2_test.dart
index 8ed442e..7af346e 100644
--- a/generated/googleapis/test/drive/v2_test.dart
+++ b/generated/googleapis/test/drive/v2_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed2852() {
+core.List<core.String> buildUnnamed2860() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2852(core.List<core.String> o) {
+void checkUnnamed2860(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -51,7 +51,7 @@
var o = api.AboutAdditionalRoleInfoRoleSets();
buildCounterAboutAdditionalRoleInfoRoleSets++;
if (buildCounterAboutAdditionalRoleInfoRoleSets < 3) {
- o.additionalRoles = buildUnnamed2852();
+ o.additionalRoles = buildUnnamed2860();
o.primaryRole = 'foo';
}
buildCounterAboutAdditionalRoleInfoRoleSets--;
@@ -62,7 +62,7 @@
api.AboutAdditionalRoleInfoRoleSets o) {
buildCounterAboutAdditionalRoleInfoRoleSets++;
if (buildCounterAboutAdditionalRoleInfoRoleSets < 3) {
- checkUnnamed2852(o.additionalRoles!);
+ checkUnnamed2860(o.additionalRoles!);
unittest.expect(
o.primaryRole!,
unittest.equals('foo'),
@@ -71,14 +71,14 @@
buildCounterAboutAdditionalRoleInfoRoleSets--;
}
-core.List<api.AboutAdditionalRoleInfoRoleSets> buildUnnamed2853() {
+core.List<api.AboutAdditionalRoleInfoRoleSets> buildUnnamed2861() {
var o = <api.AboutAdditionalRoleInfoRoleSets>[];
o.add(buildAboutAdditionalRoleInfoRoleSets());
o.add(buildAboutAdditionalRoleInfoRoleSets());
return o;
}
-void checkUnnamed2853(core.List<api.AboutAdditionalRoleInfoRoleSets> o) {
+void checkUnnamed2861(core.List<api.AboutAdditionalRoleInfoRoleSets> o) {
unittest.expect(o, unittest.hasLength(2));
checkAboutAdditionalRoleInfoRoleSets(
o[0] as api.AboutAdditionalRoleInfoRoleSets);
@@ -91,7 +91,7 @@
var o = api.AboutAdditionalRoleInfo();
buildCounterAboutAdditionalRoleInfo++;
if (buildCounterAboutAdditionalRoleInfo < 3) {
- o.roleSets = buildUnnamed2853();
+ o.roleSets = buildUnnamed2861();
o.type = 'foo';
}
buildCounterAboutAdditionalRoleInfo--;
@@ -101,7 +101,7 @@
void checkAboutAdditionalRoleInfo(api.AboutAdditionalRoleInfo o) {
buildCounterAboutAdditionalRoleInfo++;
if (buildCounterAboutAdditionalRoleInfo < 3) {
- checkUnnamed2853(o.roleSets!);
+ checkUnnamed2861(o.roleSets!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -110,14 +110,14 @@
buildCounterAboutAdditionalRoleInfo--;
}
-core.List<api.AboutAdditionalRoleInfo> buildUnnamed2854() {
+core.List<api.AboutAdditionalRoleInfo> buildUnnamed2862() {
var o = <api.AboutAdditionalRoleInfo>[];
o.add(buildAboutAdditionalRoleInfo());
o.add(buildAboutAdditionalRoleInfo());
return o;
}
-void checkUnnamed2854(core.List<api.AboutAdditionalRoleInfo> o) {
+void checkUnnamed2862(core.List<api.AboutAdditionalRoleInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkAboutAdditionalRoleInfo(o[0] as api.AboutAdditionalRoleInfo);
checkAboutAdditionalRoleInfo(o[1] as api.AboutAdditionalRoleInfo);
@@ -155,27 +155,27 @@
buildCounterAboutDriveThemes--;
}
-core.List<api.AboutDriveThemes> buildUnnamed2855() {
+core.List<api.AboutDriveThemes> buildUnnamed2863() {
var o = <api.AboutDriveThemes>[];
o.add(buildAboutDriveThemes());
o.add(buildAboutDriveThemes());
return o;
}
-void checkUnnamed2855(core.List<api.AboutDriveThemes> o) {
+void checkUnnamed2863(core.List<api.AboutDriveThemes> o) {
unittest.expect(o, unittest.hasLength(2));
checkAboutDriveThemes(o[0] as api.AboutDriveThemes);
checkAboutDriveThemes(o[1] as api.AboutDriveThemes);
}
-core.List<core.String> buildUnnamed2856() {
+core.List<core.String> buildUnnamed2864() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2856(core.List<core.String> o) {
+void checkUnnamed2864(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -193,7 +193,7 @@
buildCounterAboutExportFormats++;
if (buildCounterAboutExportFormats < 3) {
o.source = 'foo';
- o.targets = buildUnnamed2856();
+ o.targets = buildUnnamed2864();
}
buildCounterAboutExportFormats--;
return o;
@@ -206,19 +206,19 @@
o.source!,
unittest.equals('foo'),
);
- checkUnnamed2856(o.targets!);
+ checkUnnamed2864(o.targets!);
}
buildCounterAboutExportFormats--;
}
-core.List<api.AboutExportFormats> buildUnnamed2857() {
+core.List<api.AboutExportFormats> buildUnnamed2865() {
var o = <api.AboutExportFormats>[];
o.add(buildAboutExportFormats());
o.add(buildAboutExportFormats());
return o;
}
-void checkUnnamed2857(core.List<api.AboutExportFormats> o) {
+void checkUnnamed2865(core.List<api.AboutExportFormats> o) {
unittest.expect(o, unittest.hasLength(2));
checkAboutExportFormats(o[0] as api.AboutExportFormats);
checkAboutExportFormats(o[1] as api.AboutExportFormats);
@@ -251,401 +251,19 @@
buildCounterAboutFeatures--;
}
-core.List<api.AboutFeatures> buildUnnamed2858() {
+core.List<api.AboutFeatures> buildUnnamed2866() {
var o = <api.AboutFeatures>[];
o.add(buildAboutFeatures());
o.add(buildAboutFeatures());
return o;
}
-void checkUnnamed2858(core.List<api.AboutFeatures> o) {
+void checkUnnamed2866(core.List<api.AboutFeatures> o) {
unittest.expect(o, unittest.hasLength(2));
checkAboutFeatures(o[0] as api.AboutFeatures);
checkAboutFeatures(o[1] as api.AboutFeatures);
}
-core.List<core.String> buildUnnamed2859() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2859(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'),
- );
-}
-
-core.List<core.String> buildUnnamed2860() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2860(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'),
- );
-}
-
-core.int buildCounterAboutImportFormats = 0;
-api.AboutImportFormats buildAboutImportFormats() {
- var o = api.AboutImportFormats();
- buildCounterAboutImportFormats++;
- if (buildCounterAboutImportFormats < 3) {
- o.source = 'foo';
- o.targets = buildUnnamed2860();
- }
- buildCounterAboutImportFormats--;
- return o;
-}
-
-void checkAboutImportFormats(api.AboutImportFormats o) {
- buildCounterAboutImportFormats++;
- if (buildCounterAboutImportFormats < 3) {
- unittest.expect(
- o.source!,
- unittest.equals('foo'),
- );
- checkUnnamed2860(o.targets!);
- }
- buildCounterAboutImportFormats--;
-}
-
-core.List<api.AboutImportFormats> buildUnnamed2861() {
- var o = <api.AboutImportFormats>[];
- o.add(buildAboutImportFormats());
- o.add(buildAboutImportFormats());
- return o;
-}
-
-void checkUnnamed2861(core.List<api.AboutImportFormats> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkAboutImportFormats(o[0] as api.AboutImportFormats);
- checkAboutImportFormats(o[1] as api.AboutImportFormats);
-}
-
-core.int buildCounterAboutMaxUploadSizes = 0;
-api.AboutMaxUploadSizes buildAboutMaxUploadSizes() {
- var o = api.AboutMaxUploadSizes();
- buildCounterAboutMaxUploadSizes++;
- if (buildCounterAboutMaxUploadSizes < 3) {
- o.size = 'foo';
- o.type = 'foo';
- }
- buildCounterAboutMaxUploadSizes--;
- return o;
-}
-
-void checkAboutMaxUploadSizes(api.AboutMaxUploadSizes o) {
- buildCounterAboutMaxUploadSizes++;
- if (buildCounterAboutMaxUploadSizes < 3) {
- unittest.expect(
- o.size!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.type!,
- unittest.equals('foo'),
- );
- }
- buildCounterAboutMaxUploadSizes--;
-}
-
-core.List<api.AboutMaxUploadSizes> buildUnnamed2862() {
- var o = <api.AboutMaxUploadSizes>[];
- o.add(buildAboutMaxUploadSizes());
- o.add(buildAboutMaxUploadSizes());
- return o;
-}
-
-void checkUnnamed2862(core.List<api.AboutMaxUploadSizes> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkAboutMaxUploadSizes(o[0] as api.AboutMaxUploadSizes);
- checkAboutMaxUploadSizes(o[1] as api.AboutMaxUploadSizes);
-}
-
-core.int buildCounterAboutQuotaBytesByService = 0;
-api.AboutQuotaBytesByService buildAboutQuotaBytesByService() {
- var o = api.AboutQuotaBytesByService();
- buildCounterAboutQuotaBytesByService++;
- if (buildCounterAboutQuotaBytesByService < 3) {
- o.bytesUsed = 'foo';
- o.serviceName = 'foo';
- }
- buildCounterAboutQuotaBytesByService--;
- return o;
-}
-
-void checkAboutQuotaBytesByService(api.AboutQuotaBytesByService o) {
- buildCounterAboutQuotaBytesByService++;
- if (buildCounterAboutQuotaBytesByService < 3) {
- unittest.expect(
- o.bytesUsed!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.serviceName!,
- unittest.equals('foo'),
- );
- }
- buildCounterAboutQuotaBytesByService--;
-}
-
-core.List<api.AboutQuotaBytesByService> buildUnnamed2863() {
- var o = <api.AboutQuotaBytesByService>[];
- o.add(buildAboutQuotaBytesByService());
- o.add(buildAboutQuotaBytesByService());
- return o;
-}
-
-void checkUnnamed2863(core.List<api.AboutQuotaBytesByService> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkAboutQuotaBytesByService(o[0] as api.AboutQuotaBytesByService);
- checkAboutQuotaBytesByService(o[1] as api.AboutQuotaBytesByService);
-}
-
-core.int buildCounterAboutTeamDriveThemes = 0;
-api.AboutTeamDriveThemes buildAboutTeamDriveThemes() {
- var o = api.AboutTeamDriveThemes();
- buildCounterAboutTeamDriveThemes++;
- if (buildCounterAboutTeamDriveThemes < 3) {
- o.backgroundImageLink = 'foo';
- o.colorRgb = 'foo';
- o.id = 'foo';
- }
- buildCounterAboutTeamDriveThemes--;
- return o;
-}
-
-void checkAboutTeamDriveThemes(api.AboutTeamDriveThemes o) {
- buildCounterAboutTeamDriveThemes++;
- if (buildCounterAboutTeamDriveThemes < 3) {
- unittest.expect(
- o.backgroundImageLink!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.colorRgb!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.id!,
- unittest.equals('foo'),
- );
- }
- buildCounterAboutTeamDriveThemes--;
-}
-
-core.List<api.AboutTeamDriveThemes> buildUnnamed2864() {
- var o = <api.AboutTeamDriveThemes>[];
- o.add(buildAboutTeamDriveThemes());
- o.add(buildAboutTeamDriveThemes());
- return o;
-}
-
-void checkUnnamed2864(core.List<api.AboutTeamDriveThemes> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkAboutTeamDriveThemes(o[0] as api.AboutTeamDriveThemes);
- checkAboutTeamDriveThemes(o[1] as api.AboutTeamDriveThemes);
-}
-
-core.int buildCounterAbout = 0;
-api.About buildAbout() {
- var o = api.About();
- buildCounterAbout++;
- if (buildCounterAbout < 3) {
- o.additionalRoleInfo = buildUnnamed2854();
- o.canCreateDrives = true;
- o.canCreateTeamDrives = true;
- o.domainSharingPolicy = 'foo';
- o.driveThemes = buildUnnamed2855();
- o.etag = 'foo';
- o.exportFormats = buildUnnamed2857();
- o.features = buildUnnamed2858();
- o.folderColorPalette = buildUnnamed2859();
- o.importFormats = buildUnnamed2861();
- o.isCurrentAppInstalled = true;
- o.kind = 'foo';
- o.languageCode = 'foo';
- o.largestChangeId = 'foo';
- o.maxUploadSizes = buildUnnamed2862();
- o.name = 'foo';
- o.permissionId = 'foo';
- o.quotaBytesByService = buildUnnamed2863();
- o.quotaBytesTotal = 'foo';
- o.quotaBytesUsed = 'foo';
- o.quotaBytesUsedAggregate = 'foo';
- o.quotaBytesUsedInTrash = 'foo';
- o.quotaType = 'foo';
- o.remainingChangeIds = 'foo';
- o.rootFolderId = 'foo';
- o.selfLink = 'foo';
- o.teamDriveThemes = buildUnnamed2864();
- o.user = buildUser();
- }
- buildCounterAbout--;
- return o;
-}
-
-void checkAbout(api.About o) {
- buildCounterAbout++;
- if (buildCounterAbout < 3) {
- checkUnnamed2854(o.additionalRoleInfo!);
- unittest.expect(o.canCreateDrives!, unittest.isTrue);
- unittest.expect(o.canCreateTeamDrives!, unittest.isTrue);
- unittest.expect(
- o.domainSharingPolicy!,
- unittest.equals('foo'),
- );
- checkUnnamed2855(o.driveThemes!);
- unittest.expect(
- o.etag!,
- unittest.equals('foo'),
- );
- checkUnnamed2857(o.exportFormats!);
- checkUnnamed2858(o.features!);
- checkUnnamed2859(o.folderColorPalette!);
- checkUnnamed2861(o.importFormats!);
- unittest.expect(o.isCurrentAppInstalled!, unittest.isTrue);
- unittest.expect(
- o.kind!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.languageCode!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.largestChangeId!,
- unittest.equals('foo'),
- );
- checkUnnamed2862(o.maxUploadSizes!);
- unittest.expect(
- o.name!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.permissionId!,
- unittest.equals('foo'),
- );
- checkUnnamed2863(o.quotaBytesByService!);
- unittest.expect(
- o.quotaBytesTotal!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.quotaBytesUsed!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.quotaBytesUsedAggregate!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.quotaBytesUsedInTrash!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.quotaType!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.remainingChangeIds!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.rootFolderId!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.selfLink!,
- unittest.equals('foo'),
- );
- checkUnnamed2864(o.teamDriveThemes!);
- checkUser(o.user! as api.User);
- }
- buildCounterAbout--;
-}
-
-core.int buildCounterAppIcons = 0;
-api.AppIcons buildAppIcons() {
- var o = api.AppIcons();
- buildCounterAppIcons++;
- if (buildCounterAppIcons < 3) {
- o.category = 'foo';
- o.iconUrl = 'foo';
- o.size = 42;
- }
- buildCounterAppIcons--;
- return o;
-}
-
-void checkAppIcons(api.AppIcons o) {
- buildCounterAppIcons++;
- if (buildCounterAppIcons < 3) {
- unittest.expect(
- o.category!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.iconUrl!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.size!,
- unittest.equals(42),
- );
- }
- buildCounterAppIcons--;
-}
-
-core.List<api.AppIcons> buildUnnamed2865() {
- var o = <api.AppIcons>[];
- o.add(buildAppIcons());
- o.add(buildAppIcons());
- return o;
-}
-
-void checkUnnamed2865(core.List<api.AppIcons> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkAppIcons(o[0] as api.AppIcons);
- checkAppIcons(o[1] as api.AppIcons);
-}
-
-core.List<core.String> buildUnnamed2866() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2866(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'),
- );
-}
-
core.List<core.String> buildUnnamed2867() {
var o = <core.String>[];
o.add('foo');
@@ -684,14 +302,396 @@
);
}
-core.List<core.String> buildUnnamed2869() {
+core.int buildCounterAboutImportFormats = 0;
+api.AboutImportFormats buildAboutImportFormats() {
+ var o = api.AboutImportFormats();
+ buildCounterAboutImportFormats++;
+ if (buildCounterAboutImportFormats < 3) {
+ o.source = 'foo';
+ o.targets = buildUnnamed2868();
+ }
+ buildCounterAboutImportFormats--;
+ return o;
+}
+
+void checkAboutImportFormats(api.AboutImportFormats o) {
+ buildCounterAboutImportFormats++;
+ if (buildCounterAboutImportFormats < 3) {
+ unittest.expect(
+ o.source!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2868(o.targets!);
+ }
+ buildCounterAboutImportFormats--;
+}
+
+core.List<api.AboutImportFormats> buildUnnamed2869() {
+ var o = <api.AboutImportFormats>[];
+ o.add(buildAboutImportFormats());
+ o.add(buildAboutImportFormats());
+ return o;
+}
+
+void checkUnnamed2869(core.List<api.AboutImportFormats> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkAboutImportFormats(o[0] as api.AboutImportFormats);
+ checkAboutImportFormats(o[1] as api.AboutImportFormats);
+}
+
+core.int buildCounterAboutMaxUploadSizes = 0;
+api.AboutMaxUploadSizes buildAboutMaxUploadSizes() {
+ var o = api.AboutMaxUploadSizes();
+ buildCounterAboutMaxUploadSizes++;
+ if (buildCounterAboutMaxUploadSizes < 3) {
+ o.size = 'foo';
+ o.type = 'foo';
+ }
+ buildCounterAboutMaxUploadSizes--;
+ return o;
+}
+
+void checkAboutMaxUploadSizes(api.AboutMaxUploadSizes o) {
+ buildCounterAboutMaxUploadSizes++;
+ if (buildCounterAboutMaxUploadSizes < 3) {
+ unittest.expect(
+ o.size!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.type!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAboutMaxUploadSizes--;
+}
+
+core.List<api.AboutMaxUploadSizes> buildUnnamed2870() {
+ var o = <api.AboutMaxUploadSizes>[];
+ o.add(buildAboutMaxUploadSizes());
+ o.add(buildAboutMaxUploadSizes());
+ return o;
+}
+
+void checkUnnamed2870(core.List<api.AboutMaxUploadSizes> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkAboutMaxUploadSizes(o[0] as api.AboutMaxUploadSizes);
+ checkAboutMaxUploadSizes(o[1] as api.AboutMaxUploadSizes);
+}
+
+core.int buildCounterAboutQuotaBytesByService = 0;
+api.AboutQuotaBytesByService buildAboutQuotaBytesByService() {
+ var o = api.AboutQuotaBytesByService();
+ buildCounterAboutQuotaBytesByService++;
+ if (buildCounterAboutQuotaBytesByService < 3) {
+ o.bytesUsed = 'foo';
+ o.serviceName = 'foo';
+ }
+ buildCounterAboutQuotaBytesByService--;
+ return o;
+}
+
+void checkAboutQuotaBytesByService(api.AboutQuotaBytesByService o) {
+ buildCounterAboutQuotaBytesByService++;
+ if (buildCounterAboutQuotaBytesByService < 3) {
+ unittest.expect(
+ o.bytesUsed!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.serviceName!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAboutQuotaBytesByService--;
+}
+
+core.List<api.AboutQuotaBytesByService> buildUnnamed2871() {
+ var o = <api.AboutQuotaBytesByService>[];
+ o.add(buildAboutQuotaBytesByService());
+ o.add(buildAboutQuotaBytesByService());
+ return o;
+}
+
+void checkUnnamed2871(core.List<api.AboutQuotaBytesByService> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkAboutQuotaBytesByService(o[0] as api.AboutQuotaBytesByService);
+ checkAboutQuotaBytesByService(o[1] as api.AboutQuotaBytesByService);
+}
+
+core.int buildCounterAboutTeamDriveThemes = 0;
+api.AboutTeamDriveThemes buildAboutTeamDriveThemes() {
+ var o = api.AboutTeamDriveThemes();
+ buildCounterAboutTeamDriveThemes++;
+ if (buildCounterAboutTeamDriveThemes < 3) {
+ o.backgroundImageLink = 'foo';
+ o.colorRgb = 'foo';
+ o.id = 'foo';
+ }
+ buildCounterAboutTeamDriveThemes--;
+ return o;
+}
+
+void checkAboutTeamDriveThemes(api.AboutTeamDriveThemes o) {
+ buildCounterAboutTeamDriveThemes++;
+ if (buildCounterAboutTeamDriveThemes < 3) {
+ unittest.expect(
+ o.backgroundImageLink!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.colorRgb!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.id!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAboutTeamDriveThemes--;
+}
+
+core.List<api.AboutTeamDriveThemes> buildUnnamed2872() {
+ var o = <api.AboutTeamDriveThemes>[];
+ o.add(buildAboutTeamDriveThemes());
+ o.add(buildAboutTeamDriveThemes());
+ return o;
+}
+
+void checkUnnamed2872(core.List<api.AboutTeamDriveThemes> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkAboutTeamDriveThemes(o[0] as api.AboutTeamDriveThemes);
+ checkAboutTeamDriveThemes(o[1] as api.AboutTeamDriveThemes);
+}
+
+core.int buildCounterAbout = 0;
+api.About buildAbout() {
+ var o = api.About();
+ buildCounterAbout++;
+ if (buildCounterAbout < 3) {
+ o.additionalRoleInfo = buildUnnamed2862();
+ o.canCreateDrives = true;
+ o.canCreateTeamDrives = true;
+ o.domainSharingPolicy = 'foo';
+ o.driveThemes = buildUnnamed2863();
+ o.etag = 'foo';
+ o.exportFormats = buildUnnamed2865();
+ o.features = buildUnnamed2866();
+ o.folderColorPalette = buildUnnamed2867();
+ o.importFormats = buildUnnamed2869();
+ o.isCurrentAppInstalled = true;
+ o.kind = 'foo';
+ o.languageCode = 'foo';
+ o.largestChangeId = 'foo';
+ o.maxUploadSizes = buildUnnamed2870();
+ o.name = 'foo';
+ o.permissionId = 'foo';
+ o.quotaBytesByService = buildUnnamed2871();
+ o.quotaBytesTotal = 'foo';
+ o.quotaBytesUsed = 'foo';
+ o.quotaBytesUsedAggregate = 'foo';
+ o.quotaBytesUsedInTrash = 'foo';
+ o.quotaType = 'foo';
+ o.remainingChangeIds = 'foo';
+ o.rootFolderId = 'foo';
+ o.selfLink = 'foo';
+ o.teamDriveThemes = buildUnnamed2872();
+ o.user = buildUser();
+ }
+ buildCounterAbout--;
+ return o;
+}
+
+void checkAbout(api.About o) {
+ buildCounterAbout++;
+ if (buildCounterAbout < 3) {
+ checkUnnamed2862(o.additionalRoleInfo!);
+ unittest.expect(o.canCreateDrives!, unittest.isTrue);
+ unittest.expect(o.canCreateTeamDrives!, unittest.isTrue);
+ unittest.expect(
+ o.domainSharingPolicy!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2863(o.driveThemes!);
+ unittest.expect(
+ o.etag!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2865(o.exportFormats!);
+ checkUnnamed2866(o.features!);
+ checkUnnamed2867(o.folderColorPalette!);
+ checkUnnamed2869(o.importFormats!);
+ unittest.expect(o.isCurrentAppInstalled!, unittest.isTrue);
+ unittest.expect(
+ o.kind!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.languageCode!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.largestChangeId!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2870(o.maxUploadSizes!);
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.permissionId!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2871(o.quotaBytesByService!);
+ unittest.expect(
+ o.quotaBytesTotal!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.quotaBytesUsed!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.quotaBytesUsedAggregate!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.quotaBytesUsedInTrash!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.quotaType!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.remainingChangeIds!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.rootFolderId!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.selfLink!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2872(o.teamDriveThemes!);
+ checkUser(o.user! as api.User);
+ }
+ buildCounterAbout--;
+}
+
+core.int buildCounterAppIcons = 0;
+api.AppIcons buildAppIcons() {
+ var o = api.AppIcons();
+ buildCounterAppIcons++;
+ if (buildCounterAppIcons < 3) {
+ o.category = 'foo';
+ o.iconUrl = 'foo';
+ o.size = 42;
+ }
+ buildCounterAppIcons--;
+ return o;
+}
+
+void checkAppIcons(api.AppIcons o) {
+ buildCounterAppIcons++;
+ if (buildCounterAppIcons < 3) {
+ unittest.expect(
+ o.category!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.iconUrl!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.size!,
+ unittest.equals(42),
+ );
+ }
+ buildCounterAppIcons--;
+}
+
+core.List<api.AppIcons> buildUnnamed2873() {
+ var o = <api.AppIcons>[];
+ o.add(buildAppIcons());
+ o.add(buildAppIcons());
+ return o;
+}
+
+void checkUnnamed2873(core.List<api.AppIcons> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkAppIcons(o[0] as api.AppIcons);
+ checkAppIcons(o[1] as api.AppIcons);
+}
+
+core.List<core.String> buildUnnamed2874() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2869(core.List<core.String> o) {
+void checkUnnamed2874(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed2875() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2875(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed2876() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2876(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed2877() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2877(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -712,7 +712,7 @@
o.createInFolderTemplate = 'foo';
o.createUrl = 'foo';
o.hasDriveWideScope = true;
- o.icons = buildUnnamed2865();
+ o.icons = buildUnnamed2873();
o.id = 'foo';
o.installed = true;
o.kind = 'foo';
@@ -720,12 +720,12 @@
o.name = 'foo';
o.objectType = 'foo';
o.openUrlTemplate = 'foo';
- o.primaryFileExtensions = buildUnnamed2866();
- o.primaryMimeTypes = buildUnnamed2867();
+ o.primaryFileExtensions = buildUnnamed2874();
+ o.primaryMimeTypes = buildUnnamed2875();
o.productId = 'foo';
o.productUrl = 'foo';
- o.secondaryFileExtensions = buildUnnamed2868();
- o.secondaryMimeTypes = buildUnnamed2869();
+ o.secondaryFileExtensions = buildUnnamed2876();
+ o.secondaryMimeTypes = buildUnnamed2877();
o.shortDescription = 'foo';
o.supportsCreate = true;
o.supportsImport = true;
@@ -750,7 +750,7 @@
unittest.equals('foo'),
);
unittest.expect(o.hasDriveWideScope!, unittest.isTrue);
- checkUnnamed2865(o.icons!);
+ checkUnnamed2873(o.icons!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -776,8 +776,8 @@
o.openUrlTemplate!,
unittest.equals('foo'),
);
- checkUnnamed2866(o.primaryFileExtensions!);
- checkUnnamed2867(o.primaryMimeTypes!);
+ checkUnnamed2874(o.primaryFileExtensions!);
+ checkUnnamed2875(o.primaryMimeTypes!);
unittest.expect(
o.productId!,
unittest.equals('foo'),
@@ -786,8 +786,8 @@
o.productUrl!,
unittest.equals('foo'),
);
- checkUnnamed2868(o.secondaryFileExtensions!);
- checkUnnamed2869(o.secondaryMimeTypes!);
+ checkUnnamed2876(o.secondaryFileExtensions!);
+ checkUnnamed2877(o.secondaryMimeTypes!);
unittest.expect(
o.shortDescription!,
unittest.equals('foo'),
@@ -801,14 +801,14 @@
buildCounterApp--;
}
-core.List<core.String> buildUnnamed2870() {
+core.List<core.String> buildUnnamed2878() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2870(core.List<core.String> o) {
+void checkUnnamed2878(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -820,14 +820,14 @@
);
}
-core.List<api.App> buildUnnamed2871() {
+core.List<api.App> buildUnnamed2879() {
var o = <api.App>[];
o.add(buildApp());
o.add(buildApp());
return o;
}
-void checkUnnamed2871(core.List<api.App> o) {
+void checkUnnamed2879(core.List<api.App> o) {
unittest.expect(o, unittest.hasLength(2));
checkApp(o[0] as api.App);
checkApp(o[1] as api.App);
@@ -838,9 +838,9 @@
var o = api.AppList();
buildCounterAppList++;
if (buildCounterAppList < 3) {
- o.defaultAppIds = buildUnnamed2870();
+ o.defaultAppIds = buildUnnamed2878();
o.etag = 'foo';
- o.items = buildUnnamed2871();
+ o.items = buildUnnamed2879();
o.kind = 'foo';
o.selfLink = 'foo';
}
@@ -851,12 +851,12 @@
void checkAppList(api.AppList o) {
buildCounterAppList++;
if (buildCounterAppList < 3) {
- checkUnnamed2870(o.defaultAppIds!);
+ checkUnnamed2878(o.defaultAppIds!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2871(o.items!);
+ checkUnnamed2879(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -939,14 +939,14 @@
buildCounterChange--;
}
-core.List<api.Change> buildUnnamed2872() {
+core.List<api.Change> buildUnnamed2880() {
var o = <api.Change>[];
o.add(buildChange());
o.add(buildChange());
return o;
}
-void checkUnnamed2872(core.List<api.Change> o) {
+void checkUnnamed2880(core.List<api.Change> o) {
unittest.expect(o, unittest.hasLength(2));
checkChange(o[0] as api.Change);
checkChange(o[1] as api.Change);
@@ -958,7 +958,7 @@
buildCounterChangeList++;
if (buildCounterChangeList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed2872();
+ o.items = buildUnnamed2880();
o.kind = 'foo';
o.largestChangeId = 'foo';
o.newStartPageToken = 'foo';
@@ -977,7 +977,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2872(o.items!);
+ checkUnnamed2880(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1006,14 +1006,14 @@
buildCounterChangeList--;
}
-core.Map<core.String, core.String> buildUnnamed2873() {
+core.Map<core.String, core.String> buildUnnamed2881() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2873(core.Map<core.String, core.String> o) {
+void checkUnnamed2881(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1034,7 +1034,7 @@
o.expiration = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.params = buildUnnamed2873();
+ o.params = buildUnnamed2881();
o.payload = true;
o.resourceId = 'foo';
o.resourceUri = 'foo';
@@ -1064,7 +1064,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed2873(o.params!);
+ checkUnnamed2881(o.params!);
unittest.expect(o.payload!, unittest.isTrue);
unittest.expect(
o.resourceId!,
@@ -1086,14 +1086,14 @@
buildCounterChannel--;
}
-core.List<api.ChildReference> buildUnnamed2874() {
+core.List<api.ChildReference> buildUnnamed2882() {
var o = <api.ChildReference>[];
o.add(buildChildReference());
o.add(buildChildReference());
return o;
}
-void checkUnnamed2874(core.List<api.ChildReference> o) {
+void checkUnnamed2882(core.List<api.ChildReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkChildReference(o[0] as api.ChildReference);
checkChildReference(o[1] as api.ChildReference);
@@ -1105,7 +1105,7 @@
buildCounterChildList++;
if (buildCounterChildList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed2874();
+ o.items = buildUnnamed2882();
o.kind = 'foo';
o.nextLink = 'foo';
o.nextPageToken = 'foo';
@@ -1122,7 +1122,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2874(o.items!);
+ checkUnnamed2882(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1207,14 +1207,14 @@
buildCounterCommentContext--;
}
-core.List<api.CommentReply> buildUnnamed2875() {
+core.List<api.CommentReply> buildUnnamed2883() {
var o = <api.CommentReply>[];
o.add(buildCommentReply());
o.add(buildCommentReply());
return o;
}
-void checkUnnamed2875(core.List<api.CommentReply> o) {
+void checkUnnamed2883(core.List<api.CommentReply> o) {
unittest.expect(o, unittest.hasLength(2));
checkCommentReply(o[0] as api.CommentReply);
checkCommentReply(o[1] as api.CommentReply);
@@ -1237,7 +1237,7 @@
o.htmlContent = 'foo';
o.kind = 'foo';
o.modifiedDate = core.DateTime.parse("2002-02-27T14:01:02");
- o.replies = buildUnnamed2875();
+ o.replies = buildUnnamed2883();
o.selfLink = 'foo';
o.status = 'foo';
}
@@ -1287,7 +1287,7 @@
o.modifiedDate!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed2875(o.replies!);
+ checkUnnamed2883(o.replies!);
unittest.expect(
o.selfLink!,
unittest.equals('foo'),
@@ -1300,14 +1300,14 @@
buildCounterComment--;
}
-core.List<api.Comment> buildUnnamed2876() {
+core.List<api.Comment> buildUnnamed2884() {
var o = <api.Comment>[];
o.add(buildComment());
o.add(buildComment());
return o;
}
-void checkUnnamed2876(core.List<api.Comment> o) {
+void checkUnnamed2884(core.List<api.Comment> o) {
unittest.expect(o, unittest.hasLength(2));
checkComment(o[0] as api.Comment);
checkComment(o[1] as api.Comment);
@@ -1318,7 +1318,7 @@
var o = api.CommentList();
buildCounterCommentList++;
if (buildCounterCommentList < 3) {
- o.items = buildUnnamed2876();
+ o.items = buildUnnamed2884();
o.kind = 'foo';
o.nextLink = 'foo';
o.nextPageToken = 'foo';
@@ -1331,7 +1331,7 @@
void checkCommentList(api.CommentList o) {
buildCounterCommentList++;
if (buildCounterCommentList < 3) {
- checkUnnamed2876(o.items!);
+ checkUnnamed2884(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1408,14 +1408,14 @@
buildCounterCommentReply--;
}
-core.List<api.CommentReply> buildUnnamed2877() {
+core.List<api.CommentReply> buildUnnamed2885() {
var o = <api.CommentReply>[];
o.add(buildCommentReply());
o.add(buildCommentReply());
return o;
}
-void checkUnnamed2877(core.List<api.CommentReply> o) {
+void checkUnnamed2885(core.List<api.CommentReply> o) {
unittest.expect(o, unittest.hasLength(2));
checkCommentReply(o[0] as api.CommentReply);
checkCommentReply(o[1] as api.CommentReply);
@@ -1426,7 +1426,7 @@
var o = api.CommentReplyList();
buildCounterCommentReplyList++;
if (buildCounterCommentReplyList < 3) {
- o.items = buildUnnamed2877();
+ o.items = buildUnnamed2885();
o.kind = 'foo';
o.nextLink = 'foo';
o.nextPageToken = 'foo';
@@ -1439,7 +1439,7 @@
void checkCommentReplyList(api.CommentReplyList o) {
buildCounterCommentReplyList++;
if (buildCounterCommentReplyList < 3) {
- checkUnnamed2877(o.items!);
+ checkUnnamed2885(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1673,14 +1673,14 @@
buildCounterDrive--;
}
-core.List<api.Drive> buildUnnamed2878() {
+core.List<api.Drive> buildUnnamed2886() {
var o = <api.Drive>[];
o.add(buildDrive());
o.add(buildDrive());
return o;
}
-void checkUnnamed2878(core.List<api.Drive> o) {
+void checkUnnamed2886(core.List<api.Drive> o) {
unittest.expect(o, unittest.hasLength(2));
checkDrive(o[0] as api.Drive);
checkDrive(o[1] as api.Drive);
@@ -1691,7 +1691,7 @@
var o = api.DriveList();
buildCounterDriveList++;
if (buildCounterDriveList < 3) {
- o.items = buildUnnamed2878();
+ o.items = buildUnnamed2886();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1702,7 +1702,7 @@
void checkDriveList(api.DriveList o) {
buildCounterDriveList++;
if (buildCounterDriveList < 3) {
- checkUnnamed2878(o.items!);
+ checkUnnamed2886(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1802,27 +1802,27 @@
buildCounterFileCapabilities--;
}
-core.List<api.ContentRestriction> buildUnnamed2879() {
+core.List<api.ContentRestriction> buildUnnamed2887() {
var o = <api.ContentRestriction>[];
o.add(buildContentRestriction());
o.add(buildContentRestriction());
return o;
}
-void checkUnnamed2879(core.List<api.ContentRestriction> o) {
+void checkUnnamed2887(core.List<api.ContentRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkContentRestriction(o[0] as api.ContentRestriction);
checkContentRestriction(o[1] as api.ContentRestriction);
}
-core.Map<core.String, core.String> buildUnnamed2880() {
+core.Map<core.String, core.String> buildUnnamed2888() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2880(core.Map<core.String, core.String> o) {
+void checkUnnamed2888(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2055,14 +2055,14 @@
buildCounterFileLinkShareMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed2881() {
+core.Map<core.String, core.String> buildUnnamed2889() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2881(core.Map<core.String, core.String> o) {
+void checkUnnamed2889(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2074,14 +2074,14 @@
);
}
-core.List<core.String> buildUnnamed2882() {
+core.List<core.String> buildUnnamed2890() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2882(core.List<core.String> o) {
+void checkUnnamed2890(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2093,40 +2093,40 @@
);
}
-core.List<api.User> buildUnnamed2883() {
+core.List<api.User> buildUnnamed2891() {
var o = <api.User>[];
o.add(buildUser());
o.add(buildUser());
return o;
}
-void checkUnnamed2883(core.List<api.User> o) {
+void checkUnnamed2891(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0] as api.User);
checkUser(o[1] as api.User);
}
-core.List<api.ParentReference> buildUnnamed2884() {
+core.List<api.ParentReference> buildUnnamed2892() {
var o = <api.ParentReference>[];
o.add(buildParentReference());
o.add(buildParentReference());
return o;
}
-void checkUnnamed2884(core.List<api.ParentReference> o) {
+void checkUnnamed2892(core.List<api.ParentReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkParentReference(o[0] as api.ParentReference);
checkParentReference(o[1] as api.ParentReference);
}
-core.List<core.String> buildUnnamed2885() {
+core.List<core.String> buildUnnamed2893() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2885(core.List<core.String> o) {
+void checkUnnamed2893(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2138,27 +2138,27 @@
);
}
-core.List<api.Permission> buildUnnamed2886() {
+core.List<api.Permission> buildUnnamed2894() {
var o = <api.Permission>[];
o.add(buildPermission());
o.add(buildPermission());
return o;
}
-void checkUnnamed2886(core.List<api.Permission> o) {
+void checkUnnamed2894(core.List<api.Permission> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermission(o[0] as api.Permission);
checkPermission(o[1] as api.Permission);
}
-core.List<api.Property> buildUnnamed2887() {
+core.List<api.Property> buildUnnamed2895() {
var o = <api.Property>[];
o.add(buildProperty());
o.add(buildProperty());
return o;
}
-void checkUnnamed2887(core.List<api.Property> o) {
+void checkUnnamed2895(core.List<api.Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkProperty(o[0] as api.Property);
checkProperty(o[1] as api.Property);
@@ -2196,14 +2196,14 @@
buildCounterFileShortcutDetails--;
}
-core.List<core.String> buildUnnamed2888() {
+core.List<core.String> buildUnnamed2896() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2888(core.List<core.String> o) {
+void checkUnnamed2896(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2284,7 +2284,7 @@
o.canComment = true;
o.canReadRevisions = true;
o.capabilities = buildFileCapabilities();
- o.contentRestrictions = buildUnnamed2879();
+ o.contentRestrictions = buildUnnamed2887();
o.copyRequiresWriterPermission = true;
o.copyable = true;
o.createdDate = core.DateTime.parse("2002-02-27T14:01:02");
@@ -2296,7 +2296,7 @@
o.embedLink = 'foo';
o.etag = 'foo';
o.explicitlyTrashed = true;
- o.exportLinks = buildUnnamed2880();
+ o.exportLinks = buildUnnamed2888();
o.fileExtension = 'foo';
o.fileSize = 'foo';
o.folderColorRgb = 'foo';
@@ -2320,15 +2320,15 @@
o.mimeType = 'foo';
o.modifiedByMeDate = core.DateTime.parse("2002-02-27T14:01:02");
o.modifiedDate = core.DateTime.parse("2002-02-27T14:01:02");
- o.openWithLinks = buildUnnamed2881();
+ o.openWithLinks = buildUnnamed2889();
o.originalFilename = 'foo';
o.ownedByMe = true;
- o.ownerNames = buildUnnamed2882();
- o.owners = buildUnnamed2883();
- o.parents = buildUnnamed2884();
- o.permissionIds = buildUnnamed2885();
- o.permissions = buildUnnamed2886();
- o.properties = buildUnnamed2887();
+ o.ownerNames = buildUnnamed2890();
+ o.owners = buildUnnamed2891();
+ o.parents = buildUnnamed2892();
+ o.permissionIds = buildUnnamed2893();
+ o.permissions = buildUnnamed2894();
+ o.properties = buildUnnamed2895();
o.quotaBytesUsed = 'foo';
o.resourceKey = 'foo';
o.selfLink = 'foo';
@@ -2337,7 +2337,7 @@
o.sharedWithMeDate = core.DateTime.parse("2002-02-27T14:01:02");
o.sharingUser = buildUser();
o.shortcutDetails = buildFileShortcutDetails();
- o.spaces = buildUnnamed2888();
+ o.spaces = buildUnnamed2896();
o.teamDriveId = 'foo';
o.thumbnail = buildFileThumbnail();
o.thumbnailLink = 'foo';
@@ -2367,7 +2367,7 @@
unittest.expect(o.canComment!, unittest.isTrue);
unittest.expect(o.canReadRevisions!, unittest.isTrue);
checkFileCapabilities(o.capabilities! as api.FileCapabilities);
- checkUnnamed2879(o.contentRestrictions!);
+ checkUnnamed2887(o.contentRestrictions!);
unittest.expect(o.copyRequiresWriterPermission!, unittest.isTrue);
unittest.expect(o.copyable!, unittest.isTrue);
unittest.expect(
@@ -2400,7 +2400,7 @@
unittest.equals('foo'),
);
unittest.expect(o.explicitlyTrashed!, unittest.isTrue);
- checkUnnamed2880(o.exportLinks!);
+ checkUnnamed2888(o.exportLinks!);
unittest.expect(
o.fileExtension!,
unittest.equals('foo'),
@@ -2471,18 +2471,18 @@
o.modifiedDate!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed2881(o.openWithLinks!);
+ checkUnnamed2889(o.openWithLinks!);
unittest.expect(
o.originalFilename!,
unittest.equals('foo'),
);
unittest.expect(o.ownedByMe!, unittest.isTrue);
- checkUnnamed2882(o.ownerNames!);
- checkUnnamed2883(o.owners!);
- checkUnnamed2884(o.parents!);
- checkUnnamed2885(o.permissionIds!);
- checkUnnamed2886(o.permissions!);
- checkUnnamed2887(o.properties!);
+ checkUnnamed2890(o.ownerNames!);
+ checkUnnamed2891(o.owners!);
+ checkUnnamed2892(o.parents!);
+ checkUnnamed2893(o.permissionIds!);
+ checkUnnamed2894(o.permissions!);
+ checkUnnamed2895(o.properties!);
unittest.expect(
o.quotaBytesUsed!,
unittest.equals('foo'),
@@ -2503,7 +2503,7 @@
);
checkUser(o.sharingUser! as api.User);
checkFileShortcutDetails(o.shortcutDetails! as api.FileShortcutDetails);
- checkUnnamed2888(o.spaces!);
+ checkUnnamed2896(o.spaces!);
unittest.expect(
o.teamDriveId!,
unittest.equals('foo'),
@@ -2546,14 +2546,14 @@
buildCounterFile--;
}
-core.List<api.File> buildUnnamed2889() {
+core.List<api.File> buildUnnamed2897() {
var o = <api.File>[];
o.add(buildFile());
o.add(buildFile());
return o;
}
-void checkUnnamed2889(core.List<api.File> o) {
+void checkUnnamed2897(core.List<api.File> o) {
unittest.expect(o, unittest.hasLength(2));
checkFile(o[0] as api.File);
checkFile(o[1] as api.File);
@@ -2566,7 +2566,7 @@
if (buildCounterFileList < 3) {
o.etag = 'foo';
o.incompleteSearch = true;
- o.items = buildUnnamed2889();
+ o.items = buildUnnamed2897();
o.kind = 'foo';
o.nextLink = 'foo';
o.nextPageToken = 'foo';
@@ -2584,7 +2584,7 @@
unittest.equals('foo'),
);
unittest.expect(o.incompleteSearch!, unittest.isTrue);
- checkUnnamed2889(o.items!);
+ checkUnnamed2897(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2605,14 +2605,14 @@
buildCounterFileList--;
}
-core.List<core.String> buildUnnamed2890() {
+core.List<core.String> buildUnnamed2898() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2890(core.List<core.String> o) {
+void checkUnnamed2898(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2629,7 +2629,7 @@
var o = api.GeneratedIds();
buildCounterGeneratedIds++;
if (buildCounterGeneratedIds < 3) {
- o.ids = buildUnnamed2890();
+ o.ids = buildUnnamed2898();
o.kind = 'foo';
o.space = 'foo';
}
@@ -2640,7 +2640,7 @@
void checkGeneratedIds(api.GeneratedIds o) {
buildCounterGeneratedIds++;
if (buildCounterGeneratedIds < 3) {
- checkUnnamed2890(o.ids!);
+ checkUnnamed2898(o.ids!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2653,14 +2653,14 @@
buildCounterGeneratedIds--;
}
-core.List<api.ParentReference> buildUnnamed2891() {
+core.List<api.ParentReference> buildUnnamed2899() {
var o = <api.ParentReference>[];
o.add(buildParentReference());
o.add(buildParentReference());
return o;
}
-void checkUnnamed2891(core.List<api.ParentReference> o) {
+void checkUnnamed2899(core.List<api.ParentReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkParentReference(o[0] as api.ParentReference);
checkParentReference(o[1] as api.ParentReference);
@@ -2672,7 +2672,7 @@
buildCounterParentList++;
if (buildCounterParentList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed2891();
+ o.items = buildUnnamed2899();
o.kind = 'foo';
o.selfLink = 'foo';
}
@@ -2687,7 +2687,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2891(o.items!);
+ checkUnnamed2899(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2739,14 +2739,14 @@
buildCounterParentReference--;
}
-core.List<core.String> buildUnnamed2892() {
+core.List<core.String> buildUnnamed2900() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2892(core.List<core.String> o) {
+void checkUnnamed2900(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2758,14 +2758,14 @@
);
}
-core.List<core.String> buildUnnamed2893() {
+core.List<core.String> buildUnnamed2901() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2893(core.List<core.String> o) {
+void checkUnnamed2901(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2782,7 +2782,7 @@
var o = api.PermissionPermissionDetails();
buildCounterPermissionPermissionDetails++;
if (buildCounterPermissionPermissionDetails < 3) {
- o.additionalRoles = buildUnnamed2893();
+ o.additionalRoles = buildUnnamed2901();
o.inherited = true;
o.inheritedFrom = 'foo';
o.permissionType = 'foo';
@@ -2795,7 +2795,7 @@
void checkPermissionPermissionDetails(api.PermissionPermissionDetails o) {
buildCounterPermissionPermissionDetails++;
if (buildCounterPermissionPermissionDetails < 3) {
- checkUnnamed2893(o.additionalRoles!);
+ checkUnnamed2901(o.additionalRoles!);
unittest.expect(o.inherited!, unittest.isTrue);
unittest.expect(
o.inheritedFrom!,
@@ -2813,27 +2813,27 @@
buildCounterPermissionPermissionDetails--;
}
-core.List<api.PermissionPermissionDetails> buildUnnamed2894() {
+core.List<api.PermissionPermissionDetails> buildUnnamed2902() {
var o = <api.PermissionPermissionDetails>[];
o.add(buildPermissionPermissionDetails());
o.add(buildPermissionPermissionDetails());
return o;
}
-void checkUnnamed2894(core.List<api.PermissionPermissionDetails> o) {
+void checkUnnamed2902(core.List<api.PermissionPermissionDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermissionPermissionDetails(o[0] as api.PermissionPermissionDetails);
checkPermissionPermissionDetails(o[1] as api.PermissionPermissionDetails);
}
-core.List<core.String> buildUnnamed2895() {
+core.List<core.String> buildUnnamed2903() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2895(core.List<core.String> o) {
+void checkUnnamed2903(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2851,7 +2851,7 @@
var o = api.PermissionTeamDrivePermissionDetails();
buildCounterPermissionTeamDrivePermissionDetails++;
if (buildCounterPermissionTeamDrivePermissionDetails < 3) {
- o.additionalRoles = buildUnnamed2895();
+ o.additionalRoles = buildUnnamed2903();
o.inherited = true;
o.inheritedFrom = 'foo';
o.role = 'foo';
@@ -2865,7 +2865,7 @@
api.PermissionTeamDrivePermissionDetails o) {
buildCounterPermissionTeamDrivePermissionDetails++;
if (buildCounterPermissionTeamDrivePermissionDetails < 3) {
- checkUnnamed2895(o.additionalRoles!);
+ checkUnnamed2903(o.additionalRoles!);
unittest.expect(o.inherited!, unittest.isTrue);
unittest.expect(
o.inheritedFrom!,
@@ -2883,14 +2883,14 @@
buildCounterPermissionTeamDrivePermissionDetails--;
}
-core.List<api.PermissionTeamDrivePermissionDetails> buildUnnamed2896() {
+core.List<api.PermissionTeamDrivePermissionDetails> buildUnnamed2904() {
var o = <api.PermissionTeamDrivePermissionDetails>[];
o.add(buildPermissionTeamDrivePermissionDetails());
o.add(buildPermissionTeamDrivePermissionDetails());
return o;
}
-void checkUnnamed2896(core.List<api.PermissionTeamDrivePermissionDetails> o) {
+void checkUnnamed2904(core.List<api.PermissionTeamDrivePermissionDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermissionTeamDrivePermissionDetails(
o[0] as api.PermissionTeamDrivePermissionDetails);
@@ -2903,7 +2903,7 @@
var o = api.Permission();
buildCounterPermission++;
if (buildCounterPermission < 3) {
- o.additionalRoles = buildUnnamed2892();
+ o.additionalRoles = buildUnnamed2900();
o.authKey = 'foo';
o.deleted = true;
o.domain = 'foo';
@@ -2913,11 +2913,11 @@
o.id = 'foo';
o.kind = 'foo';
o.name = 'foo';
- o.permissionDetails = buildUnnamed2894();
+ o.permissionDetails = buildUnnamed2902();
o.photoLink = 'foo';
o.role = 'foo';
o.selfLink = 'foo';
- o.teamDrivePermissionDetails = buildUnnamed2896();
+ o.teamDrivePermissionDetails = buildUnnamed2904();
o.type = 'foo';
o.value = 'foo';
o.view = 'foo';
@@ -2930,7 +2930,7 @@
void checkPermission(api.Permission o) {
buildCounterPermission++;
if (buildCounterPermission < 3) {
- checkUnnamed2892(o.additionalRoles!);
+ checkUnnamed2900(o.additionalRoles!);
unittest.expect(
o.authKey!,
unittest.equals('foo'),
@@ -2964,7 +2964,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2894(o.permissionDetails!);
+ checkUnnamed2902(o.permissionDetails!);
unittest.expect(
o.photoLink!,
unittest.equals('foo'),
@@ -2977,7 +2977,7 @@
o.selfLink!,
unittest.equals('foo'),
);
- checkUnnamed2896(o.teamDrivePermissionDetails!);
+ checkUnnamed2904(o.teamDrivePermissionDetails!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -3022,14 +3022,14 @@
buildCounterPermissionId--;
}
-core.List<api.Permission> buildUnnamed2897() {
+core.List<api.Permission> buildUnnamed2905() {
var o = <api.Permission>[];
o.add(buildPermission());
o.add(buildPermission());
return o;
}
-void checkUnnamed2897(core.List<api.Permission> o) {
+void checkUnnamed2905(core.List<api.Permission> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermission(o[0] as api.Permission);
checkPermission(o[1] as api.Permission);
@@ -3041,7 +3041,7 @@
buildCounterPermissionList++;
if (buildCounterPermissionList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed2897();
+ o.items = buildUnnamed2905();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.selfLink = 'foo';
@@ -3057,7 +3057,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2897(o.items!);
+ checkUnnamed2905(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3121,14 +3121,14 @@
buildCounterProperty--;
}
-core.List<api.Property> buildUnnamed2898() {
+core.List<api.Property> buildUnnamed2906() {
var o = <api.Property>[];
o.add(buildProperty());
o.add(buildProperty());
return o;
}
-void checkUnnamed2898(core.List<api.Property> o) {
+void checkUnnamed2906(core.List<api.Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkProperty(o[0] as api.Property);
checkProperty(o[1] as api.Property);
@@ -3140,7 +3140,7 @@
buildCounterPropertyList++;
if (buildCounterPropertyList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed2898();
+ o.items = buildUnnamed2906();
o.kind = 'foo';
o.selfLink = 'foo';
}
@@ -3155,7 +3155,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2898(o.items!);
+ checkUnnamed2906(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3168,14 +3168,14 @@
buildCounterPropertyList--;
}
-core.Map<core.String, core.String> buildUnnamed2899() {
+core.Map<core.String, core.String> buildUnnamed2907() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2899(core.Map<core.String, core.String> o) {
+void checkUnnamed2907(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3194,7 +3194,7 @@
if (buildCounterRevision < 3) {
o.downloadUrl = 'foo';
o.etag = 'foo';
- o.exportLinks = buildUnnamed2899();
+ o.exportLinks = buildUnnamed2907();
o.fileSize = 'foo';
o.id = 'foo';
o.kind = 'foo';
@@ -3226,7 +3226,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2899(o.exportLinks!);
+ checkUnnamed2907(o.exportLinks!);
unittest.expect(
o.fileSize!,
unittest.equals('foo'),
@@ -3276,14 +3276,14 @@
buildCounterRevision--;
}
-core.List<api.Revision> buildUnnamed2900() {
+core.List<api.Revision> buildUnnamed2908() {
var o = <api.Revision>[];
o.add(buildRevision());
o.add(buildRevision());
return o;
}
-void checkUnnamed2900(core.List<api.Revision> o) {
+void checkUnnamed2908(core.List<api.Revision> o) {
unittest.expect(o, unittest.hasLength(2));
checkRevision(o[0] as api.Revision);
checkRevision(o[1] as api.Revision);
@@ -3295,7 +3295,7 @@
buildCounterRevisionList++;
if (buildCounterRevisionList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed2900();
+ o.items = buildUnnamed2908();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.selfLink = 'foo';
@@ -3311,7 +3311,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2900(o.items!);
+ checkUnnamed2908(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3532,14 +3532,14 @@
buildCounterTeamDrive--;
}
-core.List<api.TeamDrive> buildUnnamed2901() {
+core.List<api.TeamDrive> buildUnnamed2909() {
var o = <api.TeamDrive>[];
o.add(buildTeamDrive());
o.add(buildTeamDrive());
return o;
}
-void checkUnnamed2901(core.List<api.TeamDrive> o) {
+void checkUnnamed2909(core.List<api.TeamDrive> o) {
unittest.expect(o, unittest.hasLength(2));
checkTeamDrive(o[0] as api.TeamDrive);
checkTeamDrive(o[1] as api.TeamDrive);
@@ -3550,7 +3550,7 @@
var o = api.TeamDriveList();
buildCounterTeamDriveList++;
if (buildCounterTeamDriveList < 3) {
- o.items = buildUnnamed2901();
+ o.items = buildUnnamed2909();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -3561,7 +3561,7 @@
void checkTeamDriveList(api.TeamDriveList o) {
buildCounterTeamDriveList++;
if (buildCounterTeamDriveList < 3) {
- checkUnnamed2901(o.items!);
+ checkUnnamed2909(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/drive/v3_test.dart b/generated/googleapis/test/drive/v3_test.dart
index 9dcacd9..147edfb 100644
--- a/generated/googleapis/test/drive/v3_test.dart
+++ b/generated/googleapis/test/drive/v3_test.dart
@@ -59,27 +59,27 @@
buildCounterAboutDriveThemes--;
}
-core.List<api.AboutDriveThemes> buildUnnamed3426() {
+core.List<api.AboutDriveThemes> buildUnnamed3434() {
var o = <api.AboutDriveThemes>[];
o.add(buildAboutDriveThemes());
o.add(buildAboutDriveThemes());
return o;
}
-void checkUnnamed3426(core.List<api.AboutDriveThemes> o) {
+void checkUnnamed3434(core.List<api.AboutDriveThemes> o) {
unittest.expect(o, unittest.hasLength(2));
checkAboutDriveThemes(o[0] as api.AboutDriveThemes);
checkAboutDriveThemes(o[1] as api.AboutDriveThemes);
}
-core.List<core.String> buildUnnamed3427() {
+core.List<core.String> buildUnnamed3435() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3427(core.List<core.String> o) {
+void checkUnnamed3435(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -91,27 +91,27 @@
);
}
-core.Map<core.String, core.List<core.String>> buildUnnamed3428() {
+core.Map<core.String, core.List<core.String>> buildUnnamed3436() {
var o = <core.String, core.List<core.String>>{};
- o['x'] = buildUnnamed3427();
- o['y'] = buildUnnamed3427();
+ o['x'] = buildUnnamed3435();
+ o['y'] = buildUnnamed3435();
return o;
}
-void checkUnnamed3428(core.Map<core.String, core.List<core.String>> o) {
+void checkUnnamed3436(core.Map<core.String, core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3427(o['x']!);
- checkUnnamed3427(o['y']!);
+ checkUnnamed3435(o['x']!);
+ checkUnnamed3435(o['y']!);
}
-core.List<core.String> buildUnnamed3429() {
+core.List<core.String> buildUnnamed3437() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3429(core.List<core.String> o) {
+void checkUnnamed3437(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -123,14 +123,14 @@
);
}
-core.List<core.String> buildUnnamed3430() {
+core.List<core.String> buildUnnamed3438() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3430(core.List<core.String> o) {
+void checkUnnamed3438(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -142,27 +142,27 @@
);
}
-core.Map<core.String, core.List<core.String>> buildUnnamed3431() {
+core.Map<core.String, core.List<core.String>> buildUnnamed3439() {
var o = <core.String, core.List<core.String>>{};
- o['x'] = buildUnnamed3430();
- o['y'] = buildUnnamed3430();
+ o['x'] = buildUnnamed3438();
+ o['y'] = buildUnnamed3438();
return o;
}
-void checkUnnamed3431(core.Map<core.String, core.List<core.String>> o) {
+void checkUnnamed3439(core.Map<core.String, core.List<core.String>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3430(o['x']!);
- checkUnnamed3430(o['y']!);
+ checkUnnamed3438(o['x']!);
+ checkUnnamed3438(o['y']!);
}
-core.Map<core.String, core.String> buildUnnamed3432() {
+core.Map<core.String, core.String> buildUnnamed3440() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3432(core.Map<core.String, core.String> o) {
+void checkUnnamed3440(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -243,14 +243,14 @@
buildCounterAboutTeamDriveThemes--;
}
-core.List<api.AboutTeamDriveThemes> buildUnnamed3433() {
+core.List<api.AboutTeamDriveThemes> buildUnnamed3441() {
var o = <api.AboutTeamDriveThemes>[];
o.add(buildAboutTeamDriveThemes());
o.add(buildAboutTeamDriveThemes());
return o;
}
-void checkUnnamed3433(core.List<api.AboutTeamDriveThemes> o) {
+void checkUnnamed3441(core.List<api.AboutTeamDriveThemes> o) {
unittest.expect(o, unittest.hasLength(2));
checkAboutTeamDriveThemes(o[0] as api.AboutTeamDriveThemes);
checkAboutTeamDriveThemes(o[1] as api.AboutTeamDriveThemes);
@@ -264,15 +264,15 @@
o.appInstalled = true;
o.canCreateDrives = true;
o.canCreateTeamDrives = true;
- o.driveThemes = buildUnnamed3426();
- o.exportFormats = buildUnnamed3428();
- o.folderColorPalette = buildUnnamed3429();
- o.importFormats = buildUnnamed3431();
+ o.driveThemes = buildUnnamed3434();
+ o.exportFormats = buildUnnamed3436();
+ o.folderColorPalette = buildUnnamed3437();
+ o.importFormats = buildUnnamed3439();
o.kind = 'foo';
- o.maxImportSizes = buildUnnamed3432();
+ o.maxImportSizes = buildUnnamed3440();
o.maxUploadSize = 'foo';
o.storageQuota = buildAboutStorageQuota();
- o.teamDriveThemes = buildUnnamed3433();
+ o.teamDriveThemes = buildUnnamed3441();
o.user = buildUser();
}
buildCounterAbout--;
@@ -285,21 +285,21 @@
unittest.expect(o.appInstalled!, unittest.isTrue);
unittest.expect(o.canCreateDrives!, unittest.isTrue);
unittest.expect(o.canCreateTeamDrives!, unittest.isTrue);
- checkUnnamed3426(o.driveThemes!);
- checkUnnamed3428(o.exportFormats!);
- checkUnnamed3429(o.folderColorPalette!);
- checkUnnamed3431(o.importFormats!);
+ checkUnnamed3434(o.driveThemes!);
+ checkUnnamed3436(o.exportFormats!);
+ checkUnnamed3437(o.folderColorPalette!);
+ checkUnnamed3439(o.importFormats!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3432(o.maxImportSizes!);
+ checkUnnamed3440(o.maxImportSizes!);
unittest.expect(
o.maxUploadSize!,
unittest.equals('foo'),
);
checkAboutStorageQuota(o.storageQuota! as api.AboutStorageQuota);
- checkUnnamed3433(o.teamDriveThemes!);
+ checkUnnamed3441(o.teamDriveThemes!);
checkUser(o.user! as api.User);
}
buildCounterAbout--;
@@ -365,14 +365,14 @@
buildCounterChange--;
}
-core.List<api.Change> buildUnnamed3434() {
+core.List<api.Change> buildUnnamed3442() {
var o = <api.Change>[];
o.add(buildChange());
o.add(buildChange());
return o;
}
-void checkUnnamed3434(core.List<api.Change> o) {
+void checkUnnamed3442(core.List<api.Change> o) {
unittest.expect(o, unittest.hasLength(2));
checkChange(o[0] as api.Change);
checkChange(o[1] as api.Change);
@@ -383,7 +383,7 @@
var o = api.ChangeList();
buildCounterChangeList++;
if (buildCounterChangeList < 3) {
- o.changes = buildUnnamed3434();
+ o.changes = buildUnnamed3442();
o.kind = 'foo';
o.newStartPageToken = 'foo';
o.nextPageToken = 'foo';
@@ -395,7 +395,7 @@
void checkChangeList(api.ChangeList o) {
buildCounterChangeList++;
if (buildCounterChangeList < 3) {
- checkUnnamed3434(o.changes!);
+ checkUnnamed3442(o.changes!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -412,14 +412,14 @@
buildCounterChangeList--;
}
-core.Map<core.String, core.String> buildUnnamed3435() {
+core.Map<core.String, core.String> buildUnnamed3443() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3435(core.Map<core.String, core.String> o) {
+void checkUnnamed3443(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -440,7 +440,7 @@
o.expiration = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.params = buildUnnamed3435();
+ o.params = buildUnnamed3443();
o.payload = true;
o.resourceId = 'foo';
o.resourceUri = 'foo';
@@ -470,7 +470,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3435(o.params!);
+ checkUnnamed3443(o.params!);
unittest.expect(o.payload!, unittest.isTrue);
unittest.expect(
o.resourceId!,
@@ -519,14 +519,14 @@
buildCounterCommentQuotedFileContent--;
}
-core.List<api.Reply> buildUnnamed3436() {
+core.List<api.Reply> buildUnnamed3444() {
var o = <api.Reply>[];
o.add(buildReply());
o.add(buildReply());
return o;
}
-void checkUnnamed3436(core.List<api.Reply> o) {
+void checkUnnamed3444(core.List<api.Reply> o) {
unittest.expect(o, unittest.hasLength(2));
checkReply(o[0] as api.Reply);
checkReply(o[1] as api.Reply);
@@ -547,7 +547,7 @@
o.kind = 'foo';
o.modifiedTime = core.DateTime.parse("2002-02-27T14:01:02");
o.quotedFileContent = buildCommentQuotedFileContent();
- o.replies = buildUnnamed3436();
+ o.replies = buildUnnamed3444();
o.resolved = true;
}
buildCounterComment--;
@@ -589,20 +589,20 @@
);
checkCommentQuotedFileContent(
o.quotedFileContent! as api.CommentQuotedFileContent);
- checkUnnamed3436(o.replies!);
+ checkUnnamed3444(o.replies!);
unittest.expect(o.resolved!, unittest.isTrue);
}
buildCounterComment--;
}
-core.List<api.Comment> buildUnnamed3437() {
+core.List<api.Comment> buildUnnamed3445() {
var o = <api.Comment>[];
o.add(buildComment());
o.add(buildComment());
return o;
}
-void checkUnnamed3437(core.List<api.Comment> o) {
+void checkUnnamed3445(core.List<api.Comment> o) {
unittest.expect(o, unittest.hasLength(2));
checkComment(o[0] as api.Comment);
checkComment(o[1] as api.Comment);
@@ -613,7 +613,7 @@
var o = api.CommentList();
buildCounterCommentList++;
if (buildCounterCommentList < 3) {
- o.comments = buildUnnamed3437();
+ o.comments = buildUnnamed3445();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -624,7 +624,7 @@
void checkCommentList(api.CommentList o) {
buildCounterCommentList++;
if (buildCounterCommentList < 3) {
- checkUnnamed3437(o.comments!);
+ checkUnnamed3445(o.comments!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -850,14 +850,14 @@
buildCounterDrive--;
}
-core.List<api.Drive> buildUnnamed3438() {
+core.List<api.Drive> buildUnnamed3446() {
var o = <api.Drive>[];
o.add(buildDrive());
o.add(buildDrive());
return o;
}
-void checkUnnamed3438(core.List<api.Drive> o) {
+void checkUnnamed3446(core.List<api.Drive> o) {
unittest.expect(o, unittest.hasLength(2));
checkDrive(o[0] as api.Drive);
checkDrive(o[1] as api.Drive);
@@ -868,7 +868,7 @@
var o = api.DriveList();
buildCounterDriveList++;
if (buildCounterDriveList < 3) {
- o.drives = buildUnnamed3438();
+ o.drives = buildUnnamed3446();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -879,7 +879,7 @@
void checkDriveList(api.DriveList o) {
buildCounterDriveList++;
if (buildCounterDriveList < 3) {
- checkUnnamed3438(o.drives!);
+ checkUnnamed3446(o.drives!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -892,14 +892,14 @@
buildCounterDriveList--;
}
-core.Map<core.String, core.String> buildUnnamed3439() {
+core.Map<core.String, core.String> buildUnnamed3447() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3439(core.Map<core.String, core.String> o) {
+void checkUnnamed3447(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1050,27 +1050,27 @@
buildCounterFileContentHints--;
}
-core.List<api.ContentRestriction> buildUnnamed3440() {
+core.List<api.ContentRestriction> buildUnnamed3448() {
var o = <api.ContentRestriction>[];
o.add(buildContentRestriction());
o.add(buildContentRestriction());
return o;
}
-void checkUnnamed3440(core.List<api.ContentRestriction> o) {
+void checkUnnamed3448(core.List<api.ContentRestriction> o) {
unittest.expect(o, unittest.hasLength(2));
checkContentRestriction(o[0] as api.ContentRestriction);
checkContentRestriction(o[1] as api.ContentRestriction);
}
-core.Map<core.String, core.String> buildUnnamed3441() {
+core.Map<core.String, core.String> buildUnnamed3449() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3441(core.Map<core.String, core.String> o) {
+void checkUnnamed3449(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1252,27 +1252,27 @@
buildCounterFileLinkShareMetadata--;
}
-core.List<api.User> buildUnnamed3442() {
+core.List<api.User> buildUnnamed3450() {
var o = <api.User>[];
o.add(buildUser());
o.add(buildUser());
return o;
}
-void checkUnnamed3442(core.List<api.User> o) {
+void checkUnnamed3450(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0] as api.User);
checkUser(o[1] as api.User);
}
-core.List<core.String> buildUnnamed3443() {
+core.List<core.String> buildUnnamed3451() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3443(core.List<core.String> o) {
+void checkUnnamed3451(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1284,14 +1284,14 @@
);
}
-core.List<core.String> buildUnnamed3444() {
+core.List<core.String> buildUnnamed3452() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3444(core.List<core.String> o) {
+void checkUnnamed3452(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1303,27 +1303,27 @@
);
}
-core.List<api.Permission> buildUnnamed3445() {
+core.List<api.Permission> buildUnnamed3453() {
var o = <api.Permission>[];
o.add(buildPermission());
o.add(buildPermission());
return o;
}
-void checkUnnamed3445(core.List<api.Permission> o) {
+void checkUnnamed3453(core.List<api.Permission> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermission(o[0] as api.Permission);
checkPermission(o[1] as api.Permission);
}
-core.Map<core.String, core.String> buildUnnamed3446() {
+core.Map<core.String, core.String> buildUnnamed3454() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3446(core.Map<core.String, core.String> o) {
+void checkUnnamed3454(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1367,14 +1367,14 @@
buildCounterFileShortcutDetails--;
}
-core.List<core.String> buildUnnamed3447() {
+core.List<core.String> buildUnnamed3455() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3447(core.List<core.String> o) {
+void checkUnnamed3455(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1423,16 +1423,16 @@
var o = api.File();
buildCounterFile++;
if (buildCounterFile < 3) {
- o.appProperties = buildUnnamed3439();
+ o.appProperties = buildUnnamed3447();
o.capabilities = buildFileCapabilities();
o.contentHints = buildFileContentHints();
- o.contentRestrictions = buildUnnamed3440();
+ o.contentRestrictions = buildUnnamed3448();
o.copyRequiresWriterPermission = true;
o.createdTime = core.DateTime.parse("2002-02-27T14:01:02");
o.description = 'foo';
o.driveId = 'foo';
o.explicitlyTrashed = true;
- o.exportLinks = buildUnnamed3441();
+ o.exportLinks = buildUnnamed3449();
o.fileExtension = 'foo';
o.folderColorRgb = 'foo';
o.fullFileExtension = 'foo';
@@ -1454,11 +1454,11 @@
o.name = 'foo';
o.originalFilename = 'foo';
o.ownedByMe = true;
- o.owners = buildUnnamed3442();
- o.parents = buildUnnamed3443();
- o.permissionIds = buildUnnamed3444();
- o.permissions = buildUnnamed3445();
- o.properties = buildUnnamed3446();
+ o.owners = buildUnnamed3450();
+ o.parents = buildUnnamed3451();
+ o.permissionIds = buildUnnamed3452();
+ o.permissions = buildUnnamed3453();
+ o.properties = buildUnnamed3454();
o.quotaBytesUsed = 'foo';
o.resourceKey = 'foo';
o.shared = true;
@@ -1466,7 +1466,7 @@
o.sharingUser = buildUser();
o.shortcutDetails = buildFileShortcutDetails();
o.size = 'foo';
- o.spaces = buildUnnamed3447();
+ o.spaces = buildUnnamed3455();
o.starred = true;
o.teamDriveId = 'foo';
o.thumbnailLink = 'foo';
@@ -1490,10 +1490,10 @@
void checkFile(api.File o) {
buildCounterFile++;
if (buildCounterFile < 3) {
- checkUnnamed3439(o.appProperties!);
+ checkUnnamed3447(o.appProperties!);
checkFileCapabilities(o.capabilities! as api.FileCapabilities);
checkFileContentHints(o.contentHints! as api.FileContentHints);
- checkUnnamed3440(o.contentRestrictions!);
+ checkUnnamed3448(o.contentRestrictions!);
unittest.expect(o.copyRequiresWriterPermission!, unittest.isTrue);
unittest.expect(
o.createdTime!,
@@ -1508,7 +1508,7 @@
unittest.equals('foo'),
);
unittest.expect(o.explicitlyTrashed!, unittest.isTrue);
- checkUnnamed3441(o.exportLinks!);
+ checkUnnamed3449(o.exportLinks!);
unittest.expect(
o.fileExtension!,
unittest.equals('foo'),
@@ -1571,11 +1571,11 @@
unittest.equals('foo'),
);
unittest.expect(o.ownedByMe!, unittest.isTrue);
- checkUnnamed3442(o.owners!);
- checkUnnamed3443(o.parents!);
- checkUnnamed3444(o.permissionIds!);
- checkUnnamed3445(o.permissions!);
- checkUnnamed3446(o.properties!);
+ checkUnnamed3450(o.owners!);
+ checkUnnamed3451(o.parents!);
+ checkUnnamed3452(o.permissionIds!);
+ checkUnnamed3453(o.permissions!);
+ checkUnnamed3454(o.properties!);
unittest.expect(
o.quotaBytesUsed!,
unittest.equals('foo'),
@@ -1595,7 +1595,7 @@
o.size!,
unittest.equals('foo'),
);
- checkUnnamed3447(o.spaces!);
+ checkUnnamed3455(o.spaces!);
unittest.expect(o.starred!, unittest.isTrue);
unittest.expect(
o.teamDriveId!,
@@ -1640,14 +1640,14 @@
buildCounterFile--;
}
-core.List<api.File> buildUnnamed3448() {
+core.List<api.File> buildUnnamed3456() {
var o = <api.File>[];
o.add(buildFile());
o.add(buildFile());
return o;
}
-void checkUnnamed3448(core.List<api.File> o) {
+void checkUnnamed3456(core.List<api.File> o) {
unittest.expect(o, unittest.hasLength(2));
checkFile(o[0] as api.File);
checkFile(o[1] as api.File);
@@ -1658,7 +1658,7 @@
var o = api.FileList();
buildCounterFileList++;
if (buildCounterFileList < 3) {
- o.files = buildUnnamed3448();
+ o.files = buildUnnamed3456();
o.incompleteSearch = true;
o.kind = 'foo';
o.nextPageToken = 'foo';
@@ -1670,7 +1670,7 @@
void checkFileList(api.FileList o) {
buildCounterFileList++;
if (buildCounterFileList < 3) {
- checkUnnamed3448(o.files!);
+ checkUnnamed3456(o.files!);
unittest.expect(o.incompleteSearch!, unittest.isTrue);
unittest.expect(
o.kind!,
@@ -1684,14 +1684,14 @@
buildCounterFileList--;
}
-core.List<core.String> buildUnnamed3449() {
+core.List<core.String> buildUnnamed3457() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3449(core.List<core.String> o) {
+void checkUnnamed3457(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1708,7 +1708,7 @@
var o = api.GeneratedIds();
buildCounterGeneratedIds++;
if (buildCounterGeneratedIds < 3) {
- o.ids = buildUnnamed3449();
+ o.ids = buildUnnamed3457();
o.kind = 'foo';
o.space = 'foo';
}
@@ -1719,7 +1719,7 @@
void checkGeneratedIds(api.GeneratedIds o) {
buildCounterGeneratedIds++;
if (buildCounterGeneratedIds < 3) {
- checkUnnamed3449(o.ids!);
+ checkUnnamed3457(o.ids!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1766,14 +1766,14 @@
buildCounterPermissionPermissionDetails--;
}
-core.List<api.PermissionPermissionDetails> buildUnnamed3450() {
+core.List<api.PermissionPermissionDetails> buildUnnamed3458() {
var o = <api.PermissionPermissionDetails>[];
o.add(buildPermissionPermissionDetails());
o.add(buildPermissionPermissionDetails());
return o;
}
-void checkUnnamed3450(core.List<api.PermissionPermissionDetails> o) {
+void checkUnnamed3458(core.List<api.PermissionPermissionDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermissionPermissionDetails(o[0] as api.PermissionPermissionDetails);
checkPermissionPermissionDetails(o[1] as api.PermissionPermissionDetails);
@@ -1815,14 +1815,14 @@
buildCounterPermissionTeamDrivePermissionDetails--;
}
-core.List<api.PermissionTeamDrivePermissionDetails> buildUnnamed3451() {
+core.List<api.PermissionTeamDrivePermissionDetails> buildUnnamed3459() {
var o = <api.PermissionTeamDrivePermissionDetails>[];
o.add(buildPermissionTeamDrivePermissionDetails());
o.add(buildPermissionTeamDrivePermissionDetails());
return o;
}
-void checkUnnamed3451(core.List<api.PermissionTeamDrivePermissionDetails> o) {
+void checkUnnamed3459(core.List<api.PermissionTeamDrivePermissionDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermissionTeamDrivePermissionDetails(
o[0] as api.PermissionTeamDrivePermissionDetails);
@@ -1843,10 +1843,10 @@
o.expirationTime = core.DateTime.parse("2002-02-27T14:01:02");
o.id = 'foo';
o.kind = 'foo';
- o.permissionDetails = buildUnnamed3450();
+ o.permissionDetails = buildUnnamed3458();
o.photoLink = 'foo';
o.role = 'foo';
- o.teamDrivePermissionDetails = buildUnnamed3451();
+ o.teamDrivePermissionDetails = buildUnnamed3459();
o.type = 'foo';
o.view = 'foo';
}
@@ -1883,7 +1883,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3450(o.permissionDetails!);
+ checkUnnamed3458(o.permissionDetails!);
unittest.expect(
o.photoLink!,
unittest.equals('foo'),
@@ -1892,7 +1892,7 @@
o.role!,
unittest.equals('foo'),
);
- checkUnnamed3451(o.teamDrivePermissionDetails!);
+ checkUnnamed3459(o.teamDrivePermissionDetails!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -1905,14 +1905,14 @@
buildCounterPermission--;
}
-core.List<api.Permission> buildUnnamed3452() {
+core.List<api.Permission> buildUnnamed3460() {
var o = <api.Permission>[];
o.add(buildPermission());
o.add(buildPermission());
return o;
}
-void checkUnnamed3452(core.List<api.Permission> o) {
+void checkUnnamed3460(core.List<api.Permission> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermission(o[0] as api.Permission);
checkPermission(o[1] as api.Permission);
@@ -1925,7 +1925,7 @@
if (buildCounterPermissionList < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.permissions = buildUnnamed3452();
+ o.permissions = buildUnnamed3460();
}
buildCounterPermissionList--;
return o;
@@ -1942,7 +1942,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3452(o.permissions!);
+ checkUnnamed3460(o.permissions!);
}
buildCounterPermissionList--;
}
@@ -2003,14 +2003,14 @@
buildCounterReply--;
}
-core.List<api.Reply> buildUnnamed3453() {
+core.List<api.Reply> buildUnnamed3461() {
var o = <api.Reply>[];
o.add(buildReply());
o.add(buildReply());
return o;
}
-void checkUnnamed3453(core.List<api.Reply> o) {
+void checkUnnamed3461(core.List<api.Reply> o) {
unittest.expect(o, unittest.hasLength(2));
checkReply(o[0] as api.Reply);
checkReply(o[1] as api.Reply);
@@ -2023,7 +2023,7 @@
if (buildCounterReplyList < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.replies = buildUnnamed3453();
+ o.replies = buildUnnamed3461();
}
buildCounterReplyList--;
return o;
@@ -2040,19 +2040,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3453(o.replies!);
+ checkUnnamed3461(o.replies!);
}
buildCounterReplyList--;
}
-core.Map<core.String, core.String> buildUnnamed3454() {
+core.Map<core.String, core.String> buildUnnamed3462() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3454(core.Map<core.String, core.String> o) {
+void checkUnnamed3462(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2069,7 +2069,7 @@
var o = api.Revision();
buildCounterRevision++;
if (buildCounterRevision < 3) {
- o.exportLinks = buildUnnamed3454();
+ o.exportLinks = buildUnnamed3462();
o.id = 'foo';
o.keepForever = true;
o.kind = 'foo';
@@ -2091,7 +2091,7 @@
void checkRevision(api.Revision o) {
buildCounterRevision++;
if (buildCounterRevision < 3) {
- checkUnnamed3454(o.exportLinks!);
+ checkUnnamed3462(o.exportLinks!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -2133,14 +2133,14 @@
buildCounterRevision--;
}
-core.List<api.Revision> buildUnnamed3455() {
+core.List<api.Revision> buildUnnamed3463() {
var o = <api.Revision>[];
o.add(buildRevision());
o.add(buildRevision());
return o;
}
-void checkUnnamed3455(core.List<api.Revision> o) {
+void checkUnnamed3463(core.List<api.Revision> o) {
unittest.expect(o, unittest.hasLength(2));
checkRevision(o[0] as api.Revision);
checkRevision(o[1] as api.Revision);
@@ -2153,7 +2153,7 @@
if (buildCounterRevisionList < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.revisions = buildUnnamed3455();
+ o.revisions = buildUnnamed3463();
}
buildCounterRevisionList--;
return o;
@@ -2170,7 +2170,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3455(o.revisions!);
+ checkUnnamed3463(o.revisions!);
}
buildCounterRevisionList--;
}
@@ -2379,14 +2379,14 @@
buildCounterTeamDrive--;
}
-core.List<api.TeamDrive> buildUnnamed3456() {
+core.List<api.TeamDrive> buildUnnamed3464() {
var o = <api.TeamDrive>[];
o.add(buildTeamDrive());
o.add(buildTeamDrive());
return o;
}
-void checkUnnamed3456(core.List<api.TeamDrive> o) {
+void checkUnnamed3464(core.List<api.TeamDrive> o) {
unittest.expect(o, unittest.hasLength(2));
checkTeamDrive(o[0] as api.TeamDrive);
checkTeamDrive(o[1] as api.TeamDrive);
@@ -2399,7 +2399,7 @@
if (buildCounterTeamDriveList < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.teamDrives = buildUnnamed3456();
+ o.teamDrives = buildUnnamed3464();
}
buildCounterTeamDriveList--;
return o;
@@ -2416,7 +2416,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3456(o.teamDrives!);
+ checkUnnamed3464(o.teamDrives!);
}
buildCounterTeamDriveList--;
}
diff --git a/generated/googleapis/test/driveactivity/v2_test.dart b/generated/googleapis/test/driveactivity/v2_test.dart
index 8fe012a..d2fd9ff 100644
--- a/generated/googleapis/test/driveactivity/v2_test.dart
+++ b/generated/googleapis/test/driveactivity/v2_test.dart
@@ -214,14 +214,14 @@
buildCounterAssignment--;
}
-core.List<api.User> buildUnnamed5204() {
+core.List<api.User> buildUnnamed5255() {
var o = <api.User>[];
o.add(buildUser());
o.add(buildUser());
return o;
}
-void checkUnnamed5204(core.List<api.User> o) {
+void checkUnnamed5255(core.List<api.User> o) {
unittest.expect(o, unittest.hasLength(2));
checkUser(o[0] as api.User);
checkUser(o[1] as api.User);
@@ -233,7 +233,7 @@
buildCounterComment++;
if (buildCounterComment < 3) {
o.assignment = buildAssignment();
- o.mentionedUsers = buildUnnamed5204();
+ o.mentionedUsers = buildUnnamed5255();
o.post = buildPost();
o.suggestion = buildSuggestion();
}
@@ -245,7 +245,7 @@
buildCounterComment++;
if (buildCounterComment < 3) {
checkAssignment(o.assignment! as api.Assignment);
- checkUnnamed5204(o.mentionedUsers!);
+ checkUnnamed5255(o.mentionedUsers!);
checkPost(o.post! as api.Post);
checkSuggestion(o.suggestion! as api.Suggestion);
}
@@ -430,40 +430,40 @@
buildCounterDrive--;
}
-core.List<api.Action> buildUnnamed5205() {
+core.List<api.Action> buildUnnamed5256() {
var o = <api.Action>[];
o.add(buildAction());
o.add(buildAction());
return o;
}
-void checkUnnamed5205(core.List<api.Action> o) {
+void checkUnnamed5256(core.List<api.Action> o) {
unittest.expect(o, unittest.hasLength(2));
checkAction(o[0] as api.Action);
checkAction(o[1] as api.Action);
}
-core.List<api.Actor> buildUnnamed5206() {
+core.List<api.Actor> buildUnnamed5257() {
var o = <api.Actor>[];
o.add(buildActor());
o.add(buildActor());
return o;
}
-void checkUnnamed5206(core.List<api.Actor> o) {
+void checkUnnamed5257(core.List<api.Actor> o) {
unittest.expect(o, unittest.hasLength(2));
checkActor(o[0] as api.Actor);
checkActor(o[1] as api.Actor);
}
-core.List<api.Target> buildUnnamed5207() {
+core.List<api.Target> buildUnnamed5258() {
var o = <api.Target>[];
o.add(buildTarget());
o.add(buildTarget());
return o;
}
-void checkUnnamed5207(core.List<api.Target> o) {
+void checkUnnamed5258(core.List<api.Target> o) {
unittest.expect(o, unittest.hasLength(2));
checkTarget(o[0] as api.Target);
checkTarget(o[1] as api.Target);
@@ -474,10 +474,10 @@
var o = api.DriveActivity();
buildCounterDriveActivity++;
if (buildCounterDriveActivity < 3) {
- o.actions = buildUnnamed5205();
- o.actors = buildUnnamed5206();
+ o.actions = buildUnnamed5256();
+ o.actors = buildUnnamed5257();
o.primaryActionDetail = buildActionDetail();
- o.targets = buildUnnamed5207();
+ o.targets = buildUnnamed5258();
o.timeRange = buildTimeRange();
o.timestamp = 'foo';
}
@@ -488,10 +488,10 @@
void checkDriveActivity(api.DriveActivity o) {
buildCounterDriveActivity++;
if (buildCounterDriveActivity < 3) {
- checkUnnamed5205(o.actions!);
- checkUnnamed5206(o.actors!);
+ checkUnnamed5256(o.actions!);
+ checkUnnamed5257(o.actors!);
checkActionDetail(o.primaryActionDetail! as api.ActionDetail);
- checkUnnamed5207(o.targets!);
+ checkUnnamed5258(o.targets!);
checkTimeRange(o.timeRange! as api.TimeRange);
unittest.expect(
o.timestamp!,
@@ -813,27 +813,27 @@
buildCounterLegacy--;
}
-core.List<api.TargetReference> buildUnnamed5208() {
+core.List<api.TargetReference> buildUnnamed5259() {
var o = <api.TargetReference>[];
o.add(buildTargetReference());
o.add(buildTargetReference());
return o;
}
-void checkUnnamed5208(core.List<api.TargetReference> o) {
+void checkUnnamed5259(core.List<api.TargetReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetReference(o[0] as api.TargetReference);
checkTargetReference(o[1] as api.TargetReference);
}
-core.List<api.TargetReference> buildUnnamed5209() {
+core.List<api.TargetReference> buildUnnamed5260() {
var o = <api.TargetReference>[];
o.add(buildTargetReference());
o.add(buildTargetReference());
return o;
}
-void checkUnnamed5209(core.List<api.TargetReference> o) {
+void checkUnnamed5260(core.List<api.TargetReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkTargetReference(o[0] as api.TargetReference);
checkTargetReference(o[1] as api.TargetReference);
@@ -844,8 +844,8 @@
var o = api.Move();
buildCounterMove++;
if (buildCounterMove < 3) {
- o.addedParents = buildUnnamed5208();
- o.removedParents = buildUnnamed5209();
+ o.addedParents = buildUnnamed5259();
+ o.removedParents = buildUnnamed5260();
}
buildCounterMove--;
return o;
@@ -854,8 +854,8 @@
void checkMove(api.Move o) {
buildCounterMove++;
if (buildCounterMove < 3) {
- checkUnnamed5208(o.addedParents!);
- checkUnnamed5209(o.removedParents!);
+ checkUnnamed5259(o.addedParents!);
+ checkUnnamed5260(o.removedParents!);
}
buildCounterMove--;
}
@@ -947,27 +947,27 @@
buildCounterPermission--;
}
-core.List<api.Permission> buildUnnamed5210() {
+core.List<api.Permission> buildUnnamed5261() {
var o = <api.Permission>[];
o.add(buildPermission());
o.add(buildPermission());
return o;
}
-void checkUnnamed5210(core.List<api.Permission> o) {
+void checkUnnamed5261(core.List<api.Permission> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermission(o[0] as api.Permission);
checkPermission(o[1] as api.Permission);
}
-core.List<api.Permission> buildUnnamed5211() {
+core.List<api.Permission> buildUnnamed5262() {
var o = <api.Permission>[];
o.add(buildPermission());
o.add(buildPermission());
return o;
}
-void checkUnnamed5211(core.List<api.Permission> o) {
+void checkUnnamed5262(core.List<api.Permission> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermission(o[0] as api.Permission);
checkPermission(o[1] as api.Permission);
@@ -978,8 +978,8 @@
var o = api.PermissionChange();
buildCounterPermissionChange++;
if (buildCounterPermissionChange < 3) {
- o.addedPermissions = buildUnnamed5210();
- o.removedPermissions = buildUnnamed5211();
+ o.addedPermissions = buildUnnamed5261();
+ o.removedPermissions = buildUnnamed5262();
}
buildCounterPermissionChange--;
return o;
@@ -988,8 +988,8 @@
void checkPermissionChange(api.PermissionChange o) {
buildCounterPermissionChange++;
if (buildCounterPermissionChange < 3) {
- checkUnnamed5210(o.addedPermissions!);
- checkUnnamed5211(o.removedPermissions!);
+ checkUnnamed5261(o.addedPermissions!);
+ checkUnnamed5262(o.removedPermissions!);
}
buildCounterPermissionChange--;
}
@@ -1061,14 +1061,14 @@
buildCounterQueryDriveActivityRequest--;
}
-core.List<api.DriveActivity> buildUnnamed5212() {
+core.List<api.DriveActivity> buildUnnamed5263() {
var o = <api.DriveActivity>[];
o.add(buildDriveActivity());
o.add(buildDriveActivity());
return o;
}
-void checkUnnamed5212(core.List<api.DriveActivity> o) {
+void checkUnnamed5263(core.List<api.DriveActivity> o) {
unittest.expect(o, unittest.hasLength(2));
checkDriveActivity(o[0] as api.DriveActivity);
checkDriveActivity(o[1] as api.DriveActivity);
@@ -1079,7 +1079,7 @@
var o = api.QueryDriveActivityResponse();
buildCounterQueryDriveActivityResponse++;
if (buildCounterQueryDriveActivityResponse < 3) {
- o.activities = buildUnnamed5212();
+ o.activities = buildUnnamed5263();
o.nextPageToken = 'foo';
}
buildCounterQueryDriveActivityResponse--;
@@ -1089,7 +1089,7 @@
void checkQueryDriveActivityResponse(api.QueryDriveActivityResponse o) {
buildCounterQueryDriveActivityResponse++;
if (buildCounterQueryDriveActivityResponse < 3) {
- checkUnnamed5212(o.activities!);
+ checkUnnamed5263(o.activities!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1174,14 +1174,14 @@
buildCounterRestrictionChange--;
}
-core.List<api.RestrictionChange> buildUnnamed5213() {
+core.List<api.RestrictionChange> buildUnnamed5264() {
var o = <api.RestrictionChange>[];
o.add(buildRestrictionChange());
o.add(buildRestrictionChange());
return o;
}
-void checkUnnamed5213(core.List<api.RestrictionChange> o) {
+void checkUnnamed5264(core.List<api.RestrictionChange> o) {
unittest.expect(o, unittest.hasLength(2));
checkRestrictionChange(o[0] as api.RestrictionChange);
checkRestrictionChange(o[1] as api.RestrictionChange);
@@ -1192,7 +1192,7 @@
var o = api.SettingsChange();
buildCounterSettingsChange++;
if (buildCounterSettingsChange < 3) {
- o.restrictionChanges = buildUnnamed5213();
+ o.restrictionChanges = buildUnnamed5264();
}
buildCounterSettingsChange--;
return o;
@@ -1201,7 +1201,7 @@
void checkSettingsChange(api.SettingsChange o) {
buildCounterSettingsChange++;
if (buildCounterSettingsChange < 3) {
- checkUnnamed5213(o.restrictionChanges!);
+ checkUnnamed5264(o.restrictionChanges!);
}
buildCounterSettingsChange--;
}
diff --git a/generated/googleapis/test/eventarc/v1_test.dart b/generated/googleapis/test/eventarc/v1_test.dart
index 19151fa..6af109b 100644
--- a/generated/googleapis/test/eventarc/v1_test.dart
+++ b/generated/googleapis/test/eventarc/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.AuditLogConfig> buildUnnamed2946() {
+core.List<api.AuditLogConfig> buildUnnamed2954() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed2946(core.List<api.AuditLogConfig> o) {
+void checkUnnamed2954(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -45,7 +45,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed2946();
+ o.auditLogConfigs = buildUnnamed2954();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -55,7 +55,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed2946(o.auditLogConfigs!);
+ checkUnnamed2954(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -64,14 +64,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed2947() {
+core.List<core.String> buildUnnamed2955() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2947(core.List<core.String> o) {
+void checkUnnamed2955(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -88,7 +88,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed2947();
+ o.exemptedMembers = buildUnnamed2955();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -98,7 +98,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed2947(o.exemptedMembers!);
+ checkUnnamed2955(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -107,14 +107,14 @@
buildCounterAuditLogConfig--;
}
-core.List<core.String> buildUnnamed2948() {
+core.List<core.String> buildUnnamed2956() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2948(core.List<core.String> o) {
+void checkUnnamed2956(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -132,7 +132,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed2948();
+ o.members = buildUnnamed2956();
o.role = 'foo';
}
buildCounterBinding--;
@@ -143,7 +143,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed2948(o.members!);
+ checkUnnamed2956(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -299,14 +299,14 @@
buildCounterGoogleLongrunningCancelOperationRequest--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed2949() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed2957() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed2949(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed2957(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -319,7 +319,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed2949();
+ o.operations = buildUnnamed2957();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -333,12 +333,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2949(o.operations!);
+ checkUnnamed2957(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed2950() {
+core.Map<core.String, core.Object> buildUnnamed2958() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -353,7 +353,7 @@
return o;
}
-void checkUnnamed2950(core.Map<core.String, core.Object> o) {
+void checkUnnamed2958(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -385,7 +385,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2951() {
+core.Map<core.String, core.Object> buildUnnamed2959() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -400,7 +400,7 @@
return o;
}
-void checkUnnamed2951(core.Map<core.String, core.Object> o) {
+void checkUnnamed2959(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -439,9 +439,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildGoogleRpcStatus();
- o.metadata = buildUnnamed2950();
+ o.metadata = buildUnnamed2958();
o.name = 'foo';
- o.response = buildUnnamed2951();
+ o.response = buildUnnamed2959();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -452,17 +452,17 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed2950(o.metadata!);
+ checkUnnamed2958(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2951(o.response!);
+ checkUnnamed2959(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
-core.Map<core.String, core.Object> buildUnnamed2952() {
+core.Map<core.String, core.Object> buildUnnamed2960() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -477,7 +477,7 @@
return o;
}
-void checkUnnamed2952(core.Map<core.String, core.Object> o) {
+void checkUnnamed2960(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -509,17 +509,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2953() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2961() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2952());
- o.add(buildUnnamed2952());
+ o.add(buildUnnamed2960());
+ o.add(buildUnnamed2960());
return o;
}
-void checkUnnamed2953(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2961(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2952(o[0]);
- checkUnnamed2952(o[1]);
+ checkUnnamed2960(o[0]);
+ checkUnnamed2960(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -528,7 +528,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2953();
+ o.details = buildUnnamed2961();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -542,7 +542,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2953(o.details!);
+ checkUnnamed2961(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -551,14 +551,14 @@
buildCounterGoogleRpcStatus--;
}
-core.List<api.Location> buildUnnamed2954() {
+core.List<api.Location> buildUnnamed2962() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed2954(core.List<api.Location> o) {
+void checkUnnamed2962(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -569,7 +569,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed2954();
+ o.locations = buildUnnamed2962();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -579,7 +579,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed2954(o.locations!);
+ checkUnnamed2962(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -588,27 +588,27 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Trigger> buildUnnamed2955() {
+core.List<api.Trigger> buildUnnamed2963() {
var o = <api.Trigger>[];
o.add(buildTrigger());
o.add(buildTrigger());
return o;
}
-void checkUnnamed2955(core.List<api.Trigger> o) {
+void checkUnnamed2963(core.List<api.Trigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrigger(o[0] as api.Trigger);
checkTrigger(o[1] as api.Trigger);
}
-core.List<core.String> buildUnnamed2956() {
+core.List<core.String> buildUnnamed2964() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2956(core.List<core.String> o) {
+void checkUnnamed2964(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -626,8 +626,8 @@
buildCounterListTriggersResponse++;
if (buildCounterListTriggersResponse < 3) {
o.nextPageToken = 'foo';
- o.triggers = buildUnnamed2955();
- o.unreachable = buildUnnamed2956();
+ o.triggers = buildUnnamed2963();
+ o.unreachable = buildUnnamed2964();
}
buildCounterListTriggersResponse--;
return o;
@@ -640,20 +640,20 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2955(o.triggers!);
- checkUnnamed2956(o.unreachable!);
+ checkUnnamed2963(o.triggers!);
+ checkUnnamed2964(o.unreachable!);
}
buildCounterListTriggersResponse--;
}
-core.Map<core.String, core.String> buildUnnamed2957() {
+core.Map<core.String, core.String> buildUnnamed2965() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2957(core.Map<core.String, core.String> o) {
+void checkUnnamed2965(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -665,7 +665,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2958() {
+core.Map<core.String, core.Object> buildUnnamed2966() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -680,7 +680,7 @@
return o;
}
-void checkUnnamed2958(core.Map<core.String, core.Object> o) {
+void checkUnnamed2966(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -718,9 +718,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed2957();
+ o.labels = buildUnnamed2965();
o.locationId = 'foo';
- o.metadata = buildUnnamed2958();
+ o.metadata = buildUnnamed2966();
o.name = 'foo';
}
buildCounterLocation--;
@@ -734,12 +734,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2957(o.labels!);
+ checkUnnamed2965(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed2958(o.metadata!);
+ checkUnnamed2966(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -797,27 +797,27 @@
buildCounterOperationMetadata--;
}
-core.List<api.AuditConfig> buildUnnamed2959() {
+core.List<api.AuditConfig> buildUnnamed2967() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed2959(core.List<api.AuditConfig> o) {
+void checkUnnamed2967(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed2960() {
+core.List<api.Binding> buildUnnamed2968() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed2960(core.List<api.Binding> o) {
+void checkUnnamed2968(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -828,8 +828,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed2959();
- o.bindings = buildUnnamed2960();
+ o.auditConfigs = buildUnnamed2967();
+ o.bindings = buildUnnamed2968();
o.etag = 'foo';
o.version = 42;
}
@@ -840,8 +840,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed2959(o.auditConfigs!);
- checkUnnamed2960(o.bindings!);
+ checkUnnamed2967(o.auditConfigs!);
+ checkUnnamed2968(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -905,14 +905,14 @@
buildCounterSetIamPolicyRequest--;
}
-core.List<core.String> buildUnnamed2961() {
+core.List<core.String> buildUnnamed2969() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2961(core.List<core.String> o) {
+void checkUnnamed2969(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -929,7 +929,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed2961();
+ o.permissions = buildUnnamed2969();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -938,19 +938,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed2961(o.permissions!);
+ checkUnnamed2969(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed2962() {
+core.List<core.String> buildUnnamed2970() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2962(core.List<core.String> o) {
+void checkUnnamed2970(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -967,7 +967,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed2962();
+ o.permissions = buildUnnamed2970();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -976,7 +976,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed2962(o.permissions!);
+ checkUnnamed2970(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
@@ -1000,27 +1000,27 @@
buildCounterTransport--;
}
-core.List<api.EventFilter> buildUnnamed2963() {
+core.List<api.EventFilter> buildUnnamed2971() {
var o = <api.EventFilter>[];
o.add(buildEventFilter());
o.add(buildEventFilter());
return o;
}
-void checkUnnamed2963(core.List<api.EventFilter> o) {
+void checkUnnamed2971(core.List<api.EventFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventFilter(o[0] as api.EventFilter);
checkEventFilter(o[1] as api.EventFilter);
}
-core.Map<core.String, core.String> buildUnnamed2964() {
+core.Map<core.String, core.String> buildUnnamed2972() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2964(core.Map<core.String, core.String> o) {
+void checkUnnamed2972(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1040,8 +1040,8 @@
o.createTime = 'foo';
o.destination = buildDestination();
o.etag = 'foo';
- o.eventFilters = buildUnnamed2963();
- o.labels = buildUnnamed2964();
+ o.eventFilters = buildUnnamed2971();
+ o.labels = buildUnnamed2972();
o.name = 'foo';
o.serviceAccount = 'foo';
o.transport = buildTransport();
@@ -1064,8 +1064,8 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2963(o.eventFilters!);
- checkUnnamed2964(o.labels!);
+ checkUnnamed2971(o.eventFilters!);
+ checkUnnamed2972(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/fcm/v1_test.dart b/generated/googleapis/test/fcm/v1_test.dart
index ddf72c4..41f1be7 100644
--- a/generated/googleapis/test/fcm/v1_test.dart
+++ b/generated/googleapis/test/fcm/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.Map<core.String, core.String> buildUnnamed1589() {
+core.Map<core.String, core.String> buildUnnamed1588() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1589(core.Map<core.String, core.String> o) {
+void checkUnnamed1588(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -52,7 +52,7 @@
buildCounterAndroidConfig++;
if (buildCounterAndroidConfig < 3) {
o.collapseKey = 'foo';
- o.data = buildUnnamed1589();
+ o.data = buildUnnamed1588();
o.directBootOk = true;
o.fcmOptions = buildAndroidFcmOptions();
o.notification = buildAndroidNotification();
@@ -71,7 +71,7 @@
o.collapseKey!,
unittest.equals('foo'),
);
- checkUnnamed1589(o.data!);
+ checkUnnamed1588(o.data!);
unittest.expect(o.directBootOk!, unittest.isTrue);
checkAndroidFcmOptions(o.fcmOptions! as api.AndroidFcmOptions);
checkAndroidNotification(o.notification! as api.AndroidNotification);
@@ -113,6 +113,25 @@
buildCounterAndroidFcmOptions--;
}
+core.List<core.String> buildUnnamed1589() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1589(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'),
+ );
+}
+
core.List<core.String> buildUnnamed1590() {
var o = <core.String>[];
o.add('foo');
@@ -151,32 +170,13 @@
);
}
-core.List<core.String> buildUnnamed1592() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1592(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'),
- );
-}
-
core.int buildCounterAndroidNotification = 0;
api.AndroidNotification buildAndroidNotification() {
var o = api.AndroidNotification();
buildCounterAndroidNotification++;
if (buildCounterAndroidNotification < 3) {
o.body = 'foo';
- o.bodyLocArgs = buildUnnamed1590();
+ o.bodyLocArgs = buildUnnamed1589();
o.bodyLocKey = 'foo';
o.channelId = 'foo';
o.clickAction = 'foo';
@@ -196,9 +196,9 @@
o.tag = 'foo';
o.ticker = 'foo';
o.title = 'foo';
- o.titleLocArgs = buildUnnamed1591();
+ o.titleLocArgs = buildUnnamed1590();
o.titleLocKey = 'foo';
- o.vibrateTimings = buildUnnamed1592();
+ o.vibrateTimings = buildUnnamed1591();
o.visibility = 'foo';
}
buildCounterAndroidNotification--;
@@ -212,7 +212,7 @@
o.body!,
unittest.equals('foo'),
);
- checkUnnamed1590(o.bodyLocArgs!);
+ checkUnnamed1589(o.bodyLocArgs!);
unittest.expect(
o.bodyLocKey!,
unittest.equals('foo'),
@@ -271,12 +271,12 @@
o.title!,
unittest.equals('foo'),
);
- checkUnnamed1591(o.titleLocArgs!);
+ checkUnnamed1590(o.titleLocArgs!);
unittest.expect(
o.titleLocKey!,
unittest.equals('foo'),
);
- checkUnnamed1592(o.vibrateTimings!);
+ checkUnnamed1591(o.vibrateTimings!);
unittest.expect(
o.visibility!,
unittest.equals('foo'),
@@ -285,14 +285,14 @@
buildCounterAndroidNotification--;
}
-core.Map<core.String, core.String> buildUnnamed1593() {
+core.Map<core.String, core.String> buildUnnamed1592() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1593(core.Map<core.String, core.String> o) {
+void checkUnnamed1592(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -304,7 +304,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed1594() {
+core.Map<core.String, core.Object> buildUnnamed1593() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -319,7 +319,7 @@
return o;
}
-void checkUnnamed1594(core.Map<core.String, core.Object> o) {
+void checkUnnamed1593(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -357,8 +357,8 @@
buildCounterApnsConfig++;
if (buildCounterApnsConfig < 3) {
o.fcmOptions = buildApnsFcmOptions();
- o.headers = buildUnnamed1593();
- o.payload = buildUnnamed1594();
+ o.headers = buildUnnamed1592();
+ o.payload = buildUnnamed1593();
}
buildCounterApnsConfig--;
return o;
@@ -368,8 +368,8 @@
buildCounterApnsConfig++;
if (buildCounterApnsConfig < 3) {
checkApnsFcmOptions(o.fcmOptions! as api.ApnsFcmOptions);
- checkUnnamed1593(o.headers!);
- checkUnnamed1594(o.payload!);
+ checkUnnamed1592(o.headers!);
+ checkUnnamed1593(o.payload!);
}
buildCounterApnsConfig--;
}
@@ -489,14 +489,14 @@
buildCounterLightSettings--;
}
-core.Map<core.String, core.String> buildUnnamed1595() {
+core.Map<core.String, core.String> buildUnnamed1594() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1595(core.Map<core.String, core.String> o) {
+void checkUnnamed1594(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -516,7 +516,7 @@
o.android = buildAndroidConfig();
o.apns = buildApnsConfig();
o.condition = 'foo';
- o.data = buildUnnamed1595();
+ o.data = buildUnnamed1594();
o.fcmOptions = buildFcmOptions();
o.name = 'foo';
o.notification = buildNotification();
@@ -537,7 +537,7 @@
o.condition!,
unittest.equals('foo'),
);
- checkUnnamed1595(o.data!);
+ checkUnnamed1594(o.data!);
checkFcmOptions(o.fcmOptions! as api.FcmOptions);
unittest.expect(
o.name!,
@@ -610,6 +610,25 @@
buildCounterSendMessageRequest--;
}
+core.Map<core.String, core.String> buildUnnamed1595() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed1595(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.Map<core.String, core.String> buildUnnamed1596() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -629,26 +648,7 @@
);
}
-core.Map<core.String, core.String> buildUnnamed1597() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed1597(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
-core.Map<core.String, core.Object> buildUnnamed1598() {
+core.Map<core.String, core.Object> buildUnnamed1597() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -663,7 +663,7 @@
return o;
}
-void checkUnnamed1598(core.Map<core.String, core.Object> o) {
+void checkUnnamed1597(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -700,10 +700,10 @@
var o = api.WebpushConfig();
buildCounterWebpushConfig++;
if (buildCounterWebpushConfig < 3) {
- o.data = buildUnnamed1596();
+ o.data = buildUnnamed1595();
o.fcmOptions = buildWebpushFcmOptions();
- o.headers = buildUnnamed1597();
- o.notification = buildUnnamed1598();
+ o.headers = buildUnnamed1596();
+ o.notification = buildUnnamed1597();
}
buildCounterWebpushConfig--;
return o;
@@ -712,10 +712,10 @@
void checkWebpushConfig(api.WebpushConfig o) {
buildCounterWebpushConfig++;
if (buildCounterWebpushConfig < 3) {
- checkUnnamed1596(o.data!);
+ checkUnnamed1595(o.data!);
checkWebpushFcmOptions(o.fcmOptions! as api.WebpushFcmOptions);
- checkUnnamed1597(o.headers!);
- checkUnnamed1598(o.notification!);
+ checkUnnamed1596(o.headers!);
+ checkUnnamed1597(o.notification!);
}
buildCounterWebpushConfig--;
}
diff --git a/generated/googleapis/test/file/v1_test.dart b/generated/googleapis/test/file/v1_test.dart
index ee57d62..70f69fe 100644
--- a/generated/googleapis/test/file/v1_test.dart
+++ b/generated/googleapis/test/file/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.Map<core.String, core.String> buildUnnamed7471() {
+core.Map<core.String, core.String> buildUnnamed7525() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7471(core.Map<core.String, core.String> o) {
+void checkUnnamed7525(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -55,7 +55,7 @@
o.createTime = 'foo';
o.description = 'foo';
o.downloadBytes = 'foo';
- o.labels = buildUnnamed7471();
+ o.labels = buildUnnamed7525();
o.name = 'foo';
o.satisfiesPzs = true;
o.sourceFileShare = 'foo';
@@ -87,7 +87,7 @@
o.downloadBytes!,
unittest.equals('foo'),
);
- checkUnnamed7471(o.labels!);
+ checkUnnamed7525(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -226,14 +226,14 @@
buildCounterEmpty--;
}
-core.List<api.NfsExportOptions> buildUnnamed7472() {
+core.List<api.NfsExportOptions> buildUnnamed7526() {
var o = <api.NfsExportOptions>[];
o.add(buildNfsExportOptions());
o.add(buildNfsExportOptions());
return o;
}
-void checkUnnamed7472(core.List<api.NfsExportOptions> o) {
+void checkUnnamed7526(core.List<api.NfsExportOptions> o) {
unittest.expect(o, unittest.hasLength(2));
checkNfsExportOptions(o[0] as api.NfsExportOptions);
checkNfsExportOptions(o[1] as api.NfsExportOptions);
@@ -246,7 +246,7 @@
if (buildCounterFileShareConfig < 3) {
o.capacityGb = 'foo';
o.name = 'foo';
- o.nfsExportOptions = buildUnnamed7472();
+ o.nfsExportOptions = buildUnnamed7526();
o.sourceBackup = 'foo';
}
buildCounterFileShareConfig--;
@@ -264,7 +264,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7472(o.nfsExportOptions!);
+ checkUnnamed7526(o.nfsExportOptions!);
unittest.expect(
o.sourceBackup!,
unittest.equals('foo'),
@@ -273,14 +273,14 @@
buildCounterFileShareConfig--;
}
-core.Map<core.String, core.String> buildUnnamed7473() {
+core.Map<core.String, core.String> buildUnnamed7527() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7473(core.Map<core.String, core.String> o) {
+void checkUnnamed7527(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -292,14 +292,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed7474() {
+core.Map<core.String, core.String> buildUnnamed7528() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7474(core.Map<core.String, core.String> o) {
+void checkUnnamed7528(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -313,7 +313,7 @@
core.Map<core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule>
- buildUnnamed7475() {
+ buildUnnamed7529() {
var o = <core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule>{};
o['x'] =
@@ -323,7 +323,7 @@
return o;
}
-void checkUnnamed7475(
+void checkUnnamed7529(
core.Map<core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule>
o) {
@@ -336,14 +336,14 @@
.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule);
}
-core.Map<core.String, core.String> buildUnnamed7476() {
+core.Map<core.String, core.String> buildUnnamed7530() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7476(core.Map<core.String, core.String> o) {
+void checkUnnamed7530(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -357,7 +357,7 @@
core.List<
api.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource>
- buildUnnamed7477() {
+ buildUnnamed7531() {
var o = <
api.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource>[];
o.add(
@@ -367,7 +367,7 @@
return o;
}
-void checkUnnamed7477(
+void checkUnnamed7531(
core.List<
api.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource>
o) {
@@ -380,14 +380,14 @@
.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource);
}
-core.Map<core.String, core.String> buildUnnamed7478() {
+core.Map<core.String, core.String> buildUnnamed7532() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7478(core.Map<core.String, core.String> o) {
+void checkUnnamed7532(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -408,18 +408,18 @@
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1Instance < 3) {
o.consumerDefinedName = 'foo';
o.createTime = 'foo';
- o.labels = buildUnnamed7473();
- o.maintenancePolicyNames = buildUnnamed7474();
- o.maintenanceSchedules = buildUnnamed7475();
+ o.labels = buildUnnamed7527();
+ o.maintenancePolicyNames = buildUnnamed7528();
+ o.maintenanceSchedules = buildUnnamed7529();
o.maintenanceSettings =
buildGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings();
o.name = 'foo';
- o.producerMetadata = buildUnnamed7476();
- o.provisionedResources = buildUnnamed7477();
+ o.producerMetadata = buildUnnamed7530();
+ o.provisionedResources = buildUnnamed7531();
o.slmInstanceTemplate = 'foo';
o.sloMetadata =
buildGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata();
- o.softwareVersions = buildUnnamed7478();
+ o.softwareVersions = buildUnnamed7532();
o.state = 'foo';
o.tenantProjectId = 'foo';
o.updateTime = 'foo';
@@ -440,9 +440,9 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed7473(o.labels!);
- checkUnnamed7474(o.maintenancePolicyNames!);
- checkUnnamed7475(o.maintenanceSchedules!);
+ checkUnnamed7527(o.labels!);
+ checkUnnamed7528(o.maintenancePolicyNames!);
+ checkUnnamed7529(o.maintenanceSchedules!);
checkGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings(
o.maintenanceSettings! as api
.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings);
@@ -450,8 +450,8 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7476(o.producerMetadata!);
- checkUnnamed7477(o.provisionedResources!);
+ checkUnnamed7530(o.producerMetadata!);
+ checkUnnamed7531(o.provisionedResources!);
unittest.expect(
o.slmInstanceTemplate!,
unittest.equals('foo'),
@@ -459,7 +459,7 @@
checkGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata(
o.sloMetadata!
as api.GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata);
- checkUnnamed7478(o.softwareVersions!);
+ checkUnnamed7532(o.softwareVersions!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -522,14 +522,14 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule--;
}
-core.Map<core.String, api.MaintenancePolicy> buildUnnamed7479() {
+core.Map<core.String, api.MaintenancePolicy> buildUnnamed7533() {
var o = <core.String, api.MaintenancePolicy>{};
o['x'] = buildMaintenancePolicy();
o['y'] = buildMaintenancePolicy();
return o;
}
-void checkUnnamed7479(core.Map<core.String, api.MaintenancePolicy> o) {
+void checkUnnamed7533(core.Map<core.String, api.MaintenancePolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkMaintenancePolicy(o['x']! as api.MaintenancePolicy);
checkMaintenancePolicy(o['y']! as api.MaintenancePolicy);
@@ -547,7 +547,7 @@
3) {
o.exclude = true;
o.isRollback = true;
- o.maintenancePolicies = buildUnnamed7479();
+ o.maintenancePolicies = buildUnnamed7533();
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings--;
return o;
@@ -560,20 +560,20 @@
3) {
unittest.expect(o.exclude!, unittest.isTrue);
unittest.expect(o.isRollback!, unittest.isTrue);
- checkUnnamed7479(o.maintenancePolicies!);
+ checkUnnamed7533(o.maintenancePolicies!);
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings--;
}
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
- buildUnnamed7480() {
+ buildUnnamed7534() {
var o = <api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>[];
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
return o;
}
-void checkUnnamed7480(
+void checkUnnamed7534(
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -592,7 +592,7 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata <
3) {
- o.exclusions = buildUnnamed7480();
+ o.exclusions = buildUnnamed7534();
o.location = 'foo';
o.nodeId = 'foo';
}
@@ -605,7 +605,7 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata <
3) {
- checkUnnamed7480(o.exclusions!);
+ checkUnnamed7534(o.exclusions!);
unittest.expect(
o.location!,
unittest.equals('foo'),
@@ -620,7 +620,7 @@
core.Map<core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility>
- buildUnnamed7481() {
+ buildUnnamed7535() {
var o = <core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility>{};
o['x'] = buildGoogleCloudSaasacceleratorManagementProvidersV1SloEligibility();
@@ -628,7 +628,7 @@
return o;
}
-void checkUnnamed7481(
+void checkUnnamed7535(
core.Map<core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility>
o) {
@@ -649,7 +649,7 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility <
3) {
- o.eligibilities = buildUnnamed7481();
+ o.eligibilities = buildUnnamed7535();
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility--;
return o;
@@ -660,7 +660,7 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility <
3) {
- checkUnnamed7481(o.eligibilities!);
+ checkUnnamed7535(o.eligibilities!);
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility--;
}
@@ -772,14 +772,14 @@
}
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
- buildUnnamed7482() {
+ buildUnnamed7536() {
var o = <api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>[];
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
return o;
}
-void checkUnnamed7482(
+void checkUnnamed7536(
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -790,7 +790,7 @@
}
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata>
- buildUnnamed7483() {
+ buildUnnamed7537() {
var o =
<api.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata>[];
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata());
@@ -798,7 +798,7 @@
return o;
}
-void checkUnnamed7483(
+void checkUnnamed7537(
core.List<
api.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata>
o) {
@@ -817,8 +817,8 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata <
3) {
- o.exclusions = buildUnnamed7482();
- o.nodes = buildUnnamed7483();
+ o.exclusions = buildUnnamed7536();
+ o.nodes = buildUnnamed7537();
o.perSliEligibility =
buildGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility();
o.tier = 'foo';
@@ -832,8 +832,8 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata <
3) {
- checkUnnamed7482(o.exclusions!);
- checkUnnamed7483(o.nodes!);
+ checkUnnamed7536(o.exclusions!);
+ checkUnnamed7537(o.nodes!);
checkGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility(
o.perSliEligibility! as api
.GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility);
@@ -845,27 +845,27 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata--;
}
-core.List<api.FileShareConfig> buildUnnamed7484() {
+core.List<api.FileShareConfig> buildUnnamed7538() {
var o = <api.FileShareConfig>[];
o.add(buildFileShareConfig());
o.add(buildFileShareConfig());
return o;
}
-void checkUnnamed7484(core.List<api.FileShareConfig> o) {
+void checkUnnamed7538(core.List<api.FileShareConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkFileShareConfig(o[0] as api.FileShareConfig);
checkFileShareConfig(o[1] as api.FileShareConfig);
}
-core.Map<core.String, core.String> buildUnnamed7485() {
+core.Map<core.String, core.String> buildUnnamed7539() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7485(core.Map<core.String, core.String> o) {
+void checkUnnamed7539(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -877,14 +877,14 @@
);
}
-core.List<api.NetworkConfig> buildUnnamed7486() {
+core.List<api.NetworkConfig> buildUnnamed7540() {
var o = <api.NetworkConfig>[];
o.add(buildNetworkConfig());
o.add(buildNetworkConfig());
return o;
}
-void checkUnnamed7486(core.List<api.NetworkConfig> o) {
+void checkUnnamed7540(core.List<api.NetworkConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkNetworkConfig(o[0] as api.NetworkConfig);
checkNetworkConfig(o[1] as api.NetworkConfig);
@@ -898,10 +898,10 @@
o.createTime = 'foo';
o.description = 'foo';
o.etag = 'foo';
- o.fileShares = buildUnnamed7484();
- o.labels = buildUnnamed7485();
+ o.fileShares = buildUnnamed7538();
+ o.labels = buildUnnamed7539();
o.name = 'foo';
- o.networks = buildUnnamed7486();
+ o.networks = buildUnnamed7540();
o.satisfiesPzs = true;
o.state = 'foo';
o.statusMessage = 'foo';
@@ -926,13 +926,13 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed7484(o.fileShares!);
- checkUnnamed7485(o.labels!);
+ checkUnnamed7538(o.fileShares!);
+ checkUnnamed7539(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7486(o.networks!);
+ checkUnnamed7540(o.networks!);
unittest.expect(o.satisfiesPzs!, unittest.isTrue);
unittest.expect(
o.state!,
@@ -950,27 +950,27 @@
buildCounterInstance--;
}
-core.List<api.Backup> buildUnnamed7487() {
+core.List<api.Backup> buildUnnamed7541() {
var o = <api.Backup>[];
o.add(buildBackup());
o.add(buildBackup());
return o;
}
-void checkUnnamed7487(core.List<api.Backup> o) {
+void checkUnnamed7541(core.List<api.Backup> o) {
unittest.expect(o, unittest.hasLength(2));
checkBackup(o[0] as api.Backup);
checkBackup(o[1] as api.Backup);
}
-core.List<core.String> buildUnnamed7488() {
+core.List<core.String> buildUnnamed7542() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7488(core.List<core.String> o) {
+void checkUnnamed7542(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -987,9 +987,9 @@
var o = api.ListBackupsResponse();
buildCounterListBackupsResponse++;
if (buildCounterListBackupsResponse < 3) {
- o.backups = buildUnnamed7487();
+ o.backups = buildUnnamed7541();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed7488();
+ o.unreachable = buildUnnamed7542();
}
buildCounterListBackupsResponse--;
return o;
@@ -998,37 +998,37 @@
void checkListBackupsResponse(api.ListBackupsResponse o) {
buildCounterListBackupsResponse++;
if (buildCounterListBackupsResponse < 3) {
- checkUnnamed7487(o.backups!);
+ checkUnnamed7541(o.backups!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7488(o.unreachable!);
+ checkUnnamed7542(o.unreachable!);
}
buildCounterListBackupsResponse--;
}
-core.List<api.Instance> buildUnnamed7489() {
+core.List<api.Instance> buildUnnamed7543() {
var o = <api.Instance>[];
o.add(buildInstance());
o.add(buildInstance());
return o;
}
-void checkUnnamed7489(core.List<api.Instance> o) {
+void checkUnnamed7543(core.List<api.Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstance(o[0] as api.Instance);
checkInstance(o[1] as api.Instance);
}
-core.List<core.String> buildUnnamed7490() {
+core.List<core.String> buildUnnamed7544() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7490(core.List<core.String> o) {
+void checkUnnamed7544(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1045,9 +1045,9 @@
var o = api.ListInstancesResponse();
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- o.instances = buildUnnamed7489();
+ o.instances = buildUnnamed7543();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed7490();
+ o.unreachable = buildUnnamed7544();
}
buildCounterListInstancesResponse--;
return o;
@@ -1056,24 +1056,24 @@
void checkListInstancesResponse(api.ListInstancesResponse o) {
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- checkUnnamed7489(o.instances!);
+ checkUnnamed7543(o.instances!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7490(o.unreachable!);
+ checkUnnamed7544(o.unreachable!);
}
buildCounterListInstancesResponse--;
}
-core.List<api.Location> buildUnnamed7491() {
+core.List<api.Location> buildUnnamed7545() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed7491(core.List<api.Location> o) {
+void checkUnnamed7545(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1084,7 +1084,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed7491();
+ o.locations = buildUnnamed7545();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -1094,7 +1094,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed7491(o.locations!);
+ checkUnnamed7545(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1103,14 +1103,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed7492() {
+core.List<api.Operation> buildUnnamed7546() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed7492(core.List<api.Operation> o) {
+void checkUnnamed7546(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1122,7 +1122,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed7492();
+ o.operations = buildUnnamed7546();
}
buildCounterListOperationsResponse--;
return o;
@@ -1135,19 +1135,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7492(o.operations!);
+ checkUnnamed7546(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed7493() {
+core.Map<core.String, core.String> buildUnnamed7547() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7493(core.Map<core.String, core.String> o) {
+void checkUnnamed7547(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1159,7 +1159,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7494() {
+core.Map<core.String, core.Object> buildUnnamed7548() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1174,7 +1174,7 @@
return o;
}
-void checkUnnamed7494(core.Map<core.String, core.Object> o) {
+void checkUnnamed7548(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1212,9 +1212,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed7493();
+ o.labels = buildUnnamed7547();
o.locationId = 'foo';
- o.metadata = buildUnnamed7494();
+ o.metadata = buildUnnamed7548();
o.name = 'foo';
}
buildCounterLocation--;
@@ -1228,12 +1228,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed7493(o.labels!);
+ checkUnnamed7547(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed7494(o.metadata!);
+ checkUnnamed7548(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1242,14 +1242,14 @@
buildCounterLocation--;
}
-core.Map<core.String, core.String> buildUnnamed7495() {
+core.Map<core.String, core.String> buildUnnamed7549() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7495(core.Map<core.String, core.String> o) {
+void checkUnnamed7549(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1268,7 +1268,7 @@
if (buildCounterMaintenancePolicy < 3) {
o.createTime = 'foo';
o.description = 'foo';
- o.labels = buildUnnamed7495();
+ o.labels = buildUnnamed7549();
o.name = 'foo';
o.state = 'foo';
o.updatePolicy = buildUpdatePolicy();
@@ -1289,7 +1289,7 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed7495(o.labels!);
+ checkUnnamed7549(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1328,14 +1328,14 @@
buildCounterMaintenanceWindow--;
}
-core.List<core.String> buildUnnamed7496() {
+core.List<core.String> buildUnnamed7550() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7496(core.List<core.String> o) {
+void checkUnnamed7550(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1347,14 +1347,14 @@
);
}
-core.List<core.String> buildUnnamed7497() {
+core.List<core.String> buildUnnamed7551() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7497(core.List<core.String> o) {
+void checkUnnamed7551(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1371,8 +1371,8 @@
var o = api.NetworkConfig();
buildCounterNetworkConfig++;
if (buildCounterNetworkConfig < 3) {
- o.ipAddresses = buildUnnamed7496();
- o.modes = buildUnnamed7497();
+ o.ipAddresses = buildUnnamed7550();
+ o.modes = buildUnnamed7551();
o.network = 'foo';
o.reservedIpRange = 'foo';
}
@@ -1383,8 +1383,8 @@
void checkNetworkConfig(api.NetworkConfig o) {
buildCounterNetworkConfig++;
if (buildCounterNetworkConfig < 3) {
- checkUnnamed7496(o.ipAddresses!);
- checkUnnamed7497(o.modes!);
+ checkUnnamed7550(o.ipAddresses!);
+ checkUnnamed7551(o.modes!);
unittest.expect(
o.network!,
unittest.equals('foo'),
@@ -1397,14 +1397,14 @@
buildCounterNetworkConfig--;
}
-core.List<core.String> buildUnnamed7498() {
+core.List<core.String> buildUnnamed7552() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7498(core.List<core.String> o) {
+void checkUnnamed7552(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1424,7 +1424,7 @@
o.accessMode = 'foo';
o.anonGid = 'foo';
o.anonUid = 'foo';
- o.ipRanges = buildUnnamed7498();
+ o.ipRanges = buildUnnamed7552();
o.squashMode = 'foo';
}
buildCounterNfsExportOptions--;
@@ -1446,7 +1446,7 @@
o.anonUid!,
unittest.equals('foo'),
);
- checkUnnamed7498(o.ipRanges!);
+ checkUnnamed7552(o.ipRanges!);
unittest.expect(
o.squashMode!,
unittest.equals('foo'),
@@ -1455,7 +1455,7 @@
buildCounterNfsExportOptions--;
}
-core.Map<core.String, core.Object> buildUnnamed7499() {
+core.Map<core.String, core.Object> buildUnnamed7553() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1470,7 +1470,7 @@
return o;
}
-void checkUnnamed7499(core.Map<core.String, core.Object> o) {
+void checkUnnamed7553(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1502,7 +1502,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7500() {
+core.Map<core.String, core.Object> buildUnnamed7554() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1517,7 +1517,7 @@
return o;
}
-void checkUnnamed7500(core.Map<core.String, core.Object> o) {
+void checkUnnamed7554(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1556,9 +1556,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed7499();
+ o.metadata = buildUnnamed7553();
o.name = 'foo';
- o.response = buildUnnamed7500();
+ o.response = buildUnnamed7554();
}
buildCounterOperation--;
return o;
@@ -1569,12 +1569,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed7499(o.metadata!);
+ checkUnnamed7553(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7500(o.response!);
+ checkUnnamed7554(o.response!);
}
buildCounterOperation--;
}
@@ -1684,7 +1684,7 @@
buildCounterSchedule--;
}
-core.Map<core.String, core.Object> buildUnnamed7501() {
+core.Map<core.String, core.Object> buildUnnamed7555() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1699,7 +1699,7 @@
return o;
}
-void checkUnnamed7501(core.Map<core.String, core.Object> o) {
+void checkUnnamed7555(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1731,17 +1731,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7502() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7556() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7501());
- o.add(buildUnnamed7501());
+ o.add(buildUnnamed7555());
+ o.add(buildUnnamed7555());
return o;
}
-void checkUnnamed7502(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7556(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7501(o[0]);
- checkUnnamed7501(o[1]);
+ checkUnnamed7555(o[0]);
+ checkUnnamed7555(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1750,7 +1750,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed7502();
+ o.details = buildUnnamed7556();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1764,7 +1764,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed7502(o.details!);
+ checkUnnamed7556(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1810,14 +1810,14 @@
buildCounterTimeOfDay--;
}
-core.List<api.DenyMaintenancePeriod> buildUnnamed7503() {
+core.List<api.DenyMaintenancePeriod> buildUnnamed7557() {
var o = <api.DenyMaintenancePeriod>[];
o.add(buildDenyMaintenancePeriod());
o.add(buildDenyMaintenancePeriod());
return o;
}
-void checkUnnamed7503(core.List<api.DenyMaintenancePeriod> o) {
+void checkUnnamed7557(core.List<api.DenyMaintenancePeriod> o) {
unittest.expect(o, unittest.hasLength(2));
checkDenyMaintenancePeriod(o[0] as api.DenyMaintenancePeriod);
checkDenyMaintenancePeriod(o[1] as api.DenyMaintenancePeriod);
@@ -1829,7 +1829,7 @@
buildCounterUpdatePolicy++;
if (buildCounterUpdatePolicy < 3) {
o.channel = 'foo';
- o.denyMaintenancePeriods = buildUnnamed7503();
+ o.denyMaintenancePeriods = buildUnnamed7557();
o.window = buildMaintenanceWindow();
}
buildCounterUpdatePolicy--;
@@ -1843,20 +1843,20 @@
o.channel!,
unittest.equals('foo'),
);
- checkUnnamed7503(o.denyMaintenancePeriods!);
+ checkUnnamed7557(o.denyMaintenancePeriods!);
checkMaintenanceWindow(o.window! as api.MaintenanceWindow);
}
buildCounterUpdatePolicy--;
}
-core.List<api.Schedule> buildUnnamed7504() {
+core.List<api.Schedule> buildUnnamed7558() {
var o = <api.Schedule>[];
o.add(buildSchedule());
o.add(buildSchedule());
return o;
}
-void checkUnnamed7504(core.List<api.Schedule> o) {
+void checkUnnamed7558(core.List<api.Schedule> o) {
unittest.expect(o, unittest.hasLength(2));
checkSchedule(o[0] as api.Schedule);
checkSchedule(o[1] as api.Schedule);
@@ -1867,7 +1867,7 @@
var o = api.WeeklyCycle();
buildCounterWeeklyCycle++;
if (buildCounterWeeklyCycle < 3) {
- o.schedule = buildUnnamed7504();
+ o.schedule = buildUnnamed7558();
}
buildCounterWeeklyCycle--;
return o;
@@ -1876,7 +1876,7 @@
void checkWeeklyCycle(api.WeeklyCycle o) {
buildCounterWeeklyCycle++;
if (buildCounterWeeklyCycle < 3) {
- checkUnnamed7504(o.schedule!);
+ checkUnnamed7558(o.schedule!);
}
buildCounterWeeklyCycle--;
}
diff --git a/generated/googleapis/test/firebasedynamiclinks/v1_test.dart b/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
index 63a081a..a66a59f 100644
--- a/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
+++ b/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
@@ -122,14 +122,14 @@
buildCounterCreateManagedShortLinkRequest--;
}
-core.List<api.DynamicLinkWarning> buildUnnamed3603() {
+core.List<api.DynamicLinkWarning> buildUnnamed3613() {
var o = <api.DynamicLinkWarning>[];
o.add(buildDynamicLinkWarning());
o.add(buildDynamicLinkWarning());
return o;
}
-void checkUnnamed3603(core.List<api.DynamicLinkWarning> o) {
+void checkUnnamed3613(core.List<api.DynamicLinkWarning> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicLinkWarning(o[0] as api.DynamicLinkWarning);
checkDynamicLinkWarning(o[1] as api.DynamicLinkWarning);
@@ -142,7 +142,7 @@
if (buildCounterCreateManagedShortLinkResponse < 3) {
o.managedShortLink = buildManagedShortLink();
o.previewLink = 'foo';
- o.warning = buildUnnamed3603();
+ o.warning = buildUnnamed3613();
}
buildCounterCreateManagedShortLinkResponse--;
return o;
@@ -156,7 +156,7 @@
o.previewLink!,
unittest.equals('foo'),
);
- checkUnnamed3603(o.warning!);
+ checkUnnamed3613(o.warning!);
}
buildCounterCreateManagedShortLinkResponse--;
}
@@ -192,14 +192,14 @@
buildCounterCreateShortDynamicLinkRequest--;
}
-core.List<api.DynamicLinkWarning> buildUnnamed3604() {
+core.List<api.DynamicLinkWarning> buildUnnamed3614() {
var o = <api.DynamicLinkWarning>[];
o.add(buildDynamicLinkWarning());
o.add(buildDynamicLinkWarning());
return o;
}
-void checkUnnamed3604(core.List<api.DynamicLinkWarning> o) {
+void checkUnnamed3614(core.List<api.DynamicLinkWarning> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicLinkWarning(o[0] as api.DynamicLinkWarning);
checkDynamicLinkWarning(o[1] as api.DynamicLinkWarning);
@@ -212,7 +212,7 @@
if (buildCounterCreateShortDynamicLinkResponse < 3) {
o.previewLink = 'foo';
o.shortLink = 'foo';
- o.warning = buildUnnamed3604();
+ o.warning = buildUnnamed3614();
}
buildCounterCreateShortDynamicLinkResponse--;
return o;
@@ -229,7 +229,7 @@
o.shortLink!,
unittest.equals('foo'),
);
- checkUnnamed3604(o.warning!);
+ checkUnnamed3614(o.warning!);
}
buildCounterCreateShortDynamicLinkResponse--;
}
@@ -384,14 +384,14 @@
buildCounterDynamicLinkInfo--;
}
-core.List<api.DynamicLinkEventStat> buildUnnamed3605() {
+core.List<api.DynamicLinkEventStat> buildUnnamed3615() {
var o = <api.DynamicLinkEventStat>[];
o.add(buildDynamicLinkEventStat());
o.add(buildDynamicLinkEventStat());
return o;
}
-void checkUnnamed3605(core.List<api.DynamicLinkEventStat> o) {
+void checkUnnamed3615(core.List<api.DynamicLinkEventStat> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicLinkEventStat(o[0] as api.DynamicLinkEventStat);
checkDynamicLinkEventStat(o[1] as api.DynamicLinkEventStat);
@@ -402,7 +402,7 @@
var o = api.DynamicLinkStats();
buildCounterDynamicLinkStats++;
if (buildCounterDynamicLinkStats < 3) {
- o.linkEventStats = buildUnnamed3605();
+ o.linkEventStats = buildUnnamed3615();
}
buildCounterDynamicLinkStats--;
return o;
@@ -411,7 +411,7 @@
void checkDynamicLinkStats(api.DynamicLinkStats o) {
buildCounterDynamicLinkStats++;
if (buildCounterDynamicLinkStats < 3) {
- checkUnnamed3605(o.linkEventStats!);
+ checkUnnamed3615(o.linkEventStats!);
}
buildCounterDynamicLinkStats--;
}
@@ -831,14 +831,14 @@
buildCounterIosInfo--;
}
-core.List<core.String> buildUnnamed3606() {
+core.List<core.String> buildUnnamed3616() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3606(core.List<core.String> o) {
+void checkUnnamed3616(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -856,7 +856,7 @@
buildCounterManagedShortLink++;
if (buildCounterManagedShortLink < 3) {
o.creationTime = 'foo';
- o.flaggedAttribute = buildUnnamed3606();
+ o.flaggedAttribute = buildUnnamed3616();
o.info = buildDynamicLinkInfo();
o.link = 'foo';
o.linkName = 'foo';
@@ -873,7 +873,7 @@
o.creationTime!,
unittest.equals('foo'),
);
- checkUnnamed3606(o.flaggedAttribute!);
+ checkUnnamed3616(o.flaggedAttribute!);
checkDynamicLinkInfo(o.info! as api.DynamicLinkInfo);
unittest.expect(
o.link!,
diff --git a/generated/googleapis/test/firebasehosting/v1_test.dart b/generated/googleapis/test/firebasehosting/v1_test.dart
index a8a7304..d8604a9 100644
--- a/generated/googleapis/test/firebasehosting/v1_test.dart
+++ b/generated/googleapis/test/firebasehosting/v1_test.dart
@@ -57,14 +57,14 @@
buildCounterEmpty--;
}
-core.List<api.Operation> buildUnnamed7298() {
+core.List<api.Operation> buildUnnamed7352() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed7298(core.List<api.Operation> o) {
+void checkUnnamed7352(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -76,7 +76,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed7298();
+ o.operations = buildUnnamed7352();
}
buildCounterListOperationsResponse--;
return o;
@@ -89,12 +89,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7298(o.operations!);
+ checkUnnamed7352(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed7299() {
+core.Map<core.String, core.Object> buildUnnamed7353() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -109,7 +109,7 @@
return o;
}
-void checkUnnamed7299(core.Map<core.String, core.Object> o) {
+void checkUnnamed7353(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -141,7 +141,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7300() {
+core.Map<core.String, core.Object> buildUnnamed7354() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -156,7 +156,7 @@
return o;
}
-void checkUnnamed7300(core.Map<core.String, core.Object> o) {
+void checkUnnamed7354(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -195,9 +195,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed7299();
+ o.metadata = buildUnnamed7353();
o.name = 'foo';
- o.response = buildUnnamed7300();
+ o.response = buildUnnamed7354();
}
buildCounterOperation--;
return o;
@@ -208,17 +208,17 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed7299(o.metadata!);
+ checkUnnamed7353(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7300(o.response!);
+ checkUnnamed7354(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.Object> buildUnnamed7301() {
+core.Map<core.String, core.Object> buildUnnamed7355() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -233,7 +233,7 @@
return o;
}
-void checkUnnamed7301(core.Map<core.String, core.Object> o) {
+void checkUnnamed7355(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -265,17 +265,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7302() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7356() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7301());
- o.add(buildUnnamed7301());
+ o.add(buildUnnamed7355());
+ o.add(buildUnnamed7355());
return o;
}
-void checkUnnamed7302(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7356(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7301(o[0]);
- checkUnnamed7301(o[1]);
+ checkUnnamed7355(o[0]);
+ checkUnnamed7355(o[1]);
}
core.int buildCounterStatus = 0;
@@ -284,7 +284,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed7302();
+ o.details = buildUnnamed7356();
o.message = 'foo';
}
buildCounterStatus--;
@@ -298,7 +298,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed7302(o.details!);
+ checkUnnamed7356(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/firebaseml/v1_test.dart b/generated/googleapis/test/firebaseml/v1_test.dart
index a8caf95..3f9126e 100644
--- a/generated/googleapis/test/firebaseml/v1_test.dart
+++ b/generated/googleapis/test/firebaseml/v1_test.dart
@@ -57,14 +57,14 @@
buildCounterEmpty--;
}
-core.List<api.Operation> buildUnnamed6841() {
+core.List<api.Operation> buildUnnamed6892() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed6841(core.List<api.Operation> o) {
+void checkUnnamed6892(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -76,7 +76,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed6841();
+ o.operations = buildUnnamed6892();
}
buildCounterListOperationsResponse--;
return o;
@@ -89,7 +89,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6841(o.operations!);
+ checkUnnamed6892(o.operations!);
}
buildCounterListOperationsResponse--;
}
@@ -121,7 +121,7 @@
buildCounterModelOperationMetadata--;
}
-core.Map<core.String, core.Object> buildUnnamed6842() {
+core.Map<core.String, core.Object> buildUnnamed6893() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -136,7 +136,7 @@
return o;
}
-void checkUnnamed6842(core.Map<core.String, core.Object> o) {
+void checkUnnamed6893(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -168,7 +168,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6843() {
+core.Map<core.String, core.Object> buildUnnamed6894() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -183,7 +183,7 @@
return o;
}
-void checkUnnamed6843(core.Map<core.String, core.Object> o) {
+void checkUnnamed6894(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -222,9 +222,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed6842();
+ o.metadata = buildUnnamed6893();
o.name = 'foo';
- o.response = buildUnnamed6843();
+ o.response = buildUnnamed6894();
}
buildCounterOperation--;
return o;
@@ -235,17 +235,17 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed6842(o.metadata!);
+ checkUnnamed6893(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6843(o.response!);
+ checkUnnamed6894(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.Object> buildUnnamed6844() {
+core.Map<core.String, core.Object> buildUnnamed6895() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -260,7 +260,7 @@
return o;
}
-void checkUnnamed6844(core.Map<core.String, core.Object> o) {
+void checkUnnamed6895(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -292,17 +292,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6845() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6896() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6844());
- o.add(buildUnnamed6844());
+ o.add(buildUnnamed6895());
+ o.add(buildUnnamed6895());
return o;
}
-void checkUnnamed6845(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6896(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6844(o[0]);
- checkUnnamed6844(o[1]);
+ checkUnnamed6895(o[0]);
+ checkUnnamed6895(o[1]);
}
core.int buildCounterStatus = 0;
@@ -311,7 +311,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed6845();
+ o.details = buildUnnamed6896();
o.message = 'foo';
}
buildCounterStatus--;
@@ -325,7 +325,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed6845(o.details!);
+ checkUnnamed6896(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/firebaserules/v1_test.dart b/generated/googleapis/test/firebaserules/v1_test.dart
index a9fa43b..c388642 100644
--- a/generated/googleapis/test/firebaserules/v1_test.dart
+++ b/generated/googleapis/test/firebaserules/v1_test.dart
@@ -80,27 +80,27 @@
buildCounterEmpty--;
}
-core.List<api.ExpressionReport> buildUnnamed7455() {
+core.List<api.ExpressionReport> buildUnnamed7509() {
var o = <api.ExpressionReport>[];
o.add(buildExpressionReport());
o.add(buildExpressionReport());
return o;
}
-void checkUnnamed7455(core.List<api.ExpressionReport> o) {
+void checkUnnamed7509(core.List<api.ExpressionReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkExpressionReport(o[0] as api.ExpressionReport);
checkExpressionReport(o[1] as api.ExpressionReport);
}
-core.List<api.ValueCount> buildUnnamed7456() {
+core.List<api.ValueCount> buildUnnamed7510() {
var o = <api.ValueCount>[];
o.add(buildValueCount());
o.add(buildValueCount());
return o;
}
-void checkUnnamed7456(core.List<api.ValueCount> o) {
+void checkUnnamed7510(core.List<api.ValueCount> o) {
unittest.expect(o, unittest.hasLength(2));
checkValueCount(o[0] as api.ValueCount);
checkValueCount(o[1] as api.ValueCount);
@@ -111,9 +111,9 @@
var o = api.ExpressionReport();
buildCounterExpressionReport++;
if (buildCounterExpressionReport < 3) {
- o.children = buildUnnamed7455();
+ o.children = buildUnnamed7509();
o.sourcePosition = buildSourcePosition();
- o.values = buildUnnamed7456();
+ o.values = buildUnnamed7510();
}
buildCounterExpressionReport--;
return o;
@@ -122,9 +122,9 @@
void checkExpressionReport(api.ExpressionReport o) {
buildCounterExpressionReport++;
if (buildCounterExpressionReport < 3) {
- checkUnnamed7455(o.children!);
+ checkUnnamed7509(o.children!);
checkSourcePosition(o.sourcePosition! as api.SourcePosition);
- checkUnnamed7456(o.values!);
+ checkUnnamed7510(o.values!);
}
buildCounterExpressionReport--;
}
@@ -161,7 +161,7 @@
buildCounterFile--;
}
-core.List<core.Object> buildUnnamed7457() {
+core.List<core.Object> buildUnnamed7511() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -176,7 +176,7 @@
return o;
}
-void checkUnnamed7457(core.List<core.Object> o) {
+void checkUnnamed7511(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted2 = (o[0]) as core.Map;
unittest.expect(casted2, unittest.hasLength(3));
@@ -213,7 +213,7 @@
var o = api.FunctionCall();
buildCounterFunctionCall++;
if (buildCounterFunctionCall < 3) {
- o.args = buildUnnamed7457();
+ o.args = buildUnnamed7511();
o.function = 'foo';
}
buildCounterFunctionCall--;
@@ -223,7 +223,7 @@
void checkFunctionCall(api.FunctionCall o) {
buildCounterFunctionCall++;
if (buildCounterFunctionCall < 3) {
- checkUnnamed7457(o.args!);
+ checkUnnamed7511(o.args!);
unittest.expect(
o.function!,
unittest.equals('foo'),
@@ -232,14 +232,14 @@
buildCounterFunctionCall--;
}
-core.List<api.Arg> buildUnnamed7458() {
+core.List<api.Arg> buildUnnamed7512() {
var o = <api.Arg>[];
o.add(buildArg());
o.add(buildArg());
return o;
}
-void checkUnnamed7458(core.List<api.Arg> o) {
+void checkUnnamed7512(core.List<api.Arg> o) {
unittest.expect(o, unittest.hasLength(2));
checkArg(o[0] as api.Arg);
checkArg(o[1] as api.Arg);
@@ -250,7 +250,7 @@
var o = api.FunctionMock();
buildCounterFunctionMock++;
if (buildCounterFunctionMock < 3) {
- o.args = buildUnnamed7458();
+ o.args = buildUnnamed7512();
o.function = 'foo';
o.result = buildResult();
}
@@ -261,7 +261,7 @@
void checkFunctionMock(api.FunctionMock o) {
buildCounterFunctionMock++;
if (buildCounterFunctionMock < 3) {
- checkUnnamed7458(o.args!);
+ checkUnnamed7512(o.args!);
unittest.expect(
o.function!,
unittest.equals('foo'),
@@ -347,14 +347,14 @@
buildCounterIssue--;
}
-core.List<api.Release> buildUnnamed7459() {
+core.List<api.Release> buildUnnamed7513() {
var o = <api.Release>[];
o.add(buildRelease());
o.add(buildRelease());
return o;
}
-void checkUnnamed7459(core.List<api.Release> o) {
+void checkUnnamed7513(core.List<api.Release> o) {
unittest.expect(o, unittest.hasLength(2));
checkRelease(o[0] as api.Release);
checkRelease(o[1] as api.Release);
@@ -366,7 +366,7 @@
buildCounterListReleasesResponse++;
if (buildCounterListReleasesResponse < 3) {
o.nextPageToken = 'foo';
- o.releases = buildUnnamed7459();
+ o.releases = buildUnnamed7513();
}
buildCounterListReleasesResponse--;
return o;
@@ -379,19 +379,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7459(o.releases!);
+ checkUnnamed7513(o.releases!);
}
buildCounterListReleasesResponse--;
}
-core.List<api.Ruleset> buildUnnamed7460() {
+core.List<api.Ruleset> buildUnnamed7514() {
var o = <api.Ruleset>[];
o.add(buildRuleset());
o.add(buildRuleset());
return o;
}
-void checkUnnamed7460(core.List<api.Ruleset> o) {
+void checkUnnamed7514(core.List<api.Ruleset> o) {
unittest.expect(o, unittest.hasLength(2));
checkRuleset(o[0] as api.Ruleset);
checkRuleset(o[1] as api.Ruleset);
@@ -403,7 +403,7 @@
buildCounterListRulesetsResponse++;
if (buildCounterListRulesetsResponse < 3) {
o.nextPageToken = 'foo';
- o.rulesets = buildUnnamed7460();
+ o.rulesets = buildUnnamed7514();
}
buildCounterListRulesetsResponse--;
return o;
@@ -416,19 +416,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7460(o.rulesets!);
+ checkUnnamed7514(o.rulesets!);
}
buildCounterListRulesetsResponse--;
}
-core.List<core.String> buildUnnamed7461() {
+core.List<core.String> buildUnnamed7515() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7461(core.List<core.String> o) {
+void checkUnnamed7515(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -445,7 +445,7 @@
var o = api.Metadata();
buildCounterMetadata++;
if (buildCounterMetadata < 3) {
- o.services = buildUnnamed7461();
+ o.services = buildUnnamed7515();
}
buildCounterMetadata--;
return o;
@@ -454,7 +454,7 @@
void checkMetadata(api.Metadata o) {
buildCounterMetadata++;
if (buildCounterMetadata < 3) {
- checkUnnamed7461(o.services!);
+ checkUnnamed7515(o.services!);
}
buildCounterMetadata--;
}
@@ -565,14 +565,14 @@
buildCounterRuleset--;
}
-core.List<api.File> buildUnnamed7462() {
+core.List<api.File> buildUnnamed7516() {
var o = <api.File>[];
o.add(buildFile());
o.add(buildFile());
return o;
}
-void checkUnnamed7462(core.List<api.File> o) {
+void checkUnnamed7516(core.List<api.File> o) {
unittest.expect(o, unittest.hasLength(2));
checkFile(o[0] as api.File);
checkFile(o[1] as api.File);
@@ -583,7 +583,7 @@
var o = api.Source();
buildCounterSource++;
if (buildCounterSource < 3) {
- o.files = buildUnnamed7462();
+ o.files = buildUnnamed7516();
}
buildCounterSource--;
return o;
@@ -592,7 +592,7 @@
void checkSource(api.Source o) {
buildCounterSource++;
if (buildCounterSource < 3) {
- checkUnnamed7462(o.files!);
+ checkUnnamed7516(o.files!);
}
buildCounterSource--;
}
@@ -639,14 +639,14 @@
buildCounterSourcePosition--;
}
-core.List<api.FunctionMock> buildUnnamed7463() {
+core.List<api.FunctionMock> buildUnnamed7517() {
var o = <api.FunctionMock>[];
o.add(buildFunctionMock());
o.add(buildFunctionMock());
return o;
}
-void checkUnnamed7463(core.List<api.FunctionMock> o) {
+void checkUnnamed7517(core.List<api.FunctionMock> o) {
unittest.expect(o, unittest.hasLength(2));
checkFunctionMock(o[0] as api.FunctionMock);
checkFunctionMock(o[1] as api.FunctionMock);
@@ -659,7 +659,7 @@
if (buildCounterTestCase < 3) {
o.expectation = 'foo';
o.expressionReportLevel = 'foo';
- o.functionMocks = buildUnnamed7463();
+ o.functionMocks = buildUnnamed7517();
o.pathEncoding = 'foo';
o.request = {
'list': [1, 2, 3],
@@ -687,7 +687,7 @@
o.expressionReportLevel!,
unittest.equals('foo'),
);
- checkUnnamed7463(o.functionMocks!);
+ checkUnnamed7517(o.functionMocks!);
unittest.expect(
o.pathEncoding!,
unittest.equals('foo'),
@@ -724,14 +724,14 @@
buildCounterTestCase--;
}
-core.List<core.String> buildUnnamed7464() {
+core.List<core.String> buildUnnamed7518() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7464(core.List<core.String> o) {
+void checkUnnamed7518(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -743,40 +743,40 @@
);
}
-core.List<api.ExpressionReport> buildUnnamed7465() {
+core.List<api.ExpressionReport> buildUnnamed7519() {
var o = <api.ExpressionReport>[];
o.add(buildExpressionReport());
o.add(buildExpressionReport());
return o;
}
-void checkUnnamed7465(core.List<api.ExpressionReport> o) {
+void checkUnnamed7519(core.List<api.ExpressionReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkExpressionReport(o[0] as api.ExpressionReport);
checkExpressionReport(o[1] as api.ExpressionReport);
}
-core.List<api.FunctionCall> buildUnnamed7466() {
+core.List<api.FunctionCall> buildUnnamed7520() {
var o = <api.FunctionCall>[];
o.add(buildFunctionCall());
o.add(buildFunctionCall());
return o;
}
-void checkUnnamed7466(core.List<api.FunctionCall> o) {
+void checkUnnamed7520(core.List<api.FunctionCall> o) {
unittest.expect(o, unittest.hasLength(2));
checkFunctionCall(o[0] as api.FunctionCall);
checkFunctionCall(o[1] as api.FunctionCall);
}
-core.List<api.VisitedExpression> buildUnnamed7467() {
+core.List<api.VisitedExpression> buildUnnamed7521() {
var o = <api.VisitedExpression>[];
o.add(buildVisitedExpression());
o.add(buildVisitedExpression());
return o;
}
-void checkUnnamed7467(core.List<api.VisitedExpression> o) {
+void checkUnnamed7521(core.List<api.VisitedExpression> o) {
unittest.expect(o, unittest.hasLength(2));
checkVisitedExpression(o[0] as api.VisitedExpression);
checkVisitedExpression(o[1] as api.VisitedExpression);
@@ -787,12 +787,12 @@
var o = api.TestResult();
buildCounterTestResult++;
if (buildCounterTestResult < 3) {
- o.debugMessages = buildUnnamed7464();
+ o.debugMessages = buildUnnamed7518();
o.errorPosition = buildSourcePosition();
- o.expressionReports = buildUnnamed7465();
- o.functionCalls = buildUnnamed7466();
+ o.expressionReports = buildUnnamed7519();
+ o.functionCalls = buildUnnamed7520();
o.state = 'foo';
- o.visitedExpressions = buildUnnamed7467();
+ o.visitedExpressions = buildUnnamed7521();
}
buildCounterTestResult--;
return o;
@@ -801,15 +801,15 @@
void checkTestResult(api.TestResult o) {
buildCounterTestResult++;
if (buildCounterTestResult < 3) {
- checkUnnamed7464(o.debugMessages!);
+ checkUnnamed7518(o.debugMessages!);
checkSourcePosition(o.errorPosition! as api.SourcePosition);
- checkUnnamed7465(o.expressionReports!);
- checkUnnamed7466(o.functionCalls!);
+ checkUnnamed7519(o.expressionReports!);
+ checkUnnamed7520(o.functionCalls!);
unittest.expect(
o.state!,
unittest.equals('foo'),
);
- checkUnnamed7467(o.visitedExpressions!);
+ checkUnnamed7521(o.visitedExpressions!);
}
buildCounterTestResult--;
}
@@ -835,27 +835,27 @@
buildCounterTestRulesetRequest--;
}
-core.List<api.Issue> buildUnnamed7468() {
+core.List<api.Issue> buildUnnamed7522() {
var o = <api.Issue>[];
o.add(buildIssue());
o.add(buildIssue());
return o;
}
-void checkUnnamed7468(core.List<api.Issue> o) {
+void checkUnnamed7522(core.List<api.Issue> o) {
unittest.expect(o, unittest.hasLength(2));
checkIssue(o[0] as api.Issue);
checkIssue(o[1] as api.Issue);
}
-core.List<api.TestResult> buildUnnamed7469() {
+core.List<api.TestResult> buildUnnamed7523() {
var o = <api.TestResult>[];
o.add(buildTestResult());
o.add(buildTestResult());
return o;
}
-void checkUnnamed7469(core.List<api.TestResult> o) {
+void checkUnnamed7523(core.List<api.TestResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkTestResult(o[0] as api.TestResult);
checkTestResult(o[1] as api.TestResult);
@@ -866,8 +866,8 @@
var o = api.TestRulesetResponse();
buildCounterTestRulesetResponse++;
if (buildCounterTestRulesetResponse < 3) {
- o.issues = buildUnnamed7468();
- o.testResults = buildUnnamed7469();
+ o.issues = buildUnnamed7522();
+ o.testResults = buildUnnamed7523();
}
buildCounterTestRulesetResponse--;
return o;
@@ -876,20 +876,20 @@
void checkTestRulesetResponse(api.TestRulesetResponse o) {
buildCounterTestRulesetResponse++;
if (buildCounterTestRulesetResponse < 3) {
- checkUnnamed7468(o.issues!);
- checkUnnamed7469(o.testResults!);
+ checkUnnamed7522(o.issues!);
+ checkUnnamed7523(o.testResults!);
}
buildCounterTestRulesetResponse--;
}
-core.List<api.TestCase> buildUnnamed7470() {
+core.List<api.TestCase> buildUnnamed7524() {
var o = <api.TestCase>[];
o.add(buildTestCase());
o.add(buildTestCase());
return o;
}
-void checkUnnamed7470(core.List<api.TestCase> o) {
+void checkUnnamed7524(core.List<api.TestCase> o) {
unittest.expect(o, unittest.hasLength(2));
checkTestCase(o[0] as api.TestCase);
checkTestCase(o[1] as api.TestCase);
@@ -900,7 +900,7 @@
var o = api.TestSuite();
buildCounterTestSuite++;
if (buildCounterTestSuite < 3) {
- o.testCases = buildUnnamed7470();
+ o.testCases = buildUnnamed7524();
}
buildCounterTestSuite--;
return o;
@@ -909,7 +909,7 @@
void checkTestSuite(api.TestSuite o) {
buildCounterTestSuite++;
if (buildCounterTestSuite < 3) {
- checkUnnamed7470(o.testCases!);
+ checkUnnamed7524(o.testCases!);
}
buildCounterTestSuite--;
}
diff --git a/generated/googleapis/test/firestore/v1_test.dart b/generated/googleapis/test/firestore/v1_test.dart
index cd23a1a..1dcaf65 100644
--- a/generated/googleapis/test/firestore/v1_test.dart
+++ b/generated/googleapis/test/firestore/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Value> buildUnnamed4463() {
+core.List<api.Value> buildUnnamed4506() {
var o = <api.Value>[];
o.add(buildValue());
o.add(buildValue());
return o;
}
-void checkUnnamed4463(core.List<api.Value> o) {
+void checkUnnamed4506(core.List<api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o[0] as api.Value);
checkValue(o[1] as api.Value);
@@ -45,7 +45,7 @@
var o = api.ArrayValue();
buildCounterArrayValue++;
if (buildCounterArrayValue < 3) {
- o.values = buildUnnamed4463();
+ o.values = buildUnnamed4506();
}
buildCounterArrayValue--;
return o;
@@ -54,19 +54,19 @@
void checkArrayValue(api.ArrayValue o) {
buildCounterArrayValue++;
if (buildCounterArrayValue < 3) {
- checkUnnamed4463(o.values!);
+ checkUnnamed4506(o.values!);
}
buildCounterArrayValue--;
}
-core.List<core.String> buildUnnamed4464() {
+core.List<core.String> buildUnnamed4507() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4464(core.List<core.String> o) {
+void checkUnnamed4507(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -83,7 +83,7 @@
var o = api.BatchGetDocumentsRequest();
buildCounterBatchGetDocumentsRequest++;
if (buildCounterBatchGetDocumentsRequest < 3) {
- o.documents = buildUnnamed4464();
+ o.documents = buildUnnamed4507();
o.mask = buildDocumentMask();
o.newTransaction = buildTransactionOptions();
o.readTime = 'foo';
@@ -96,7 +96,7 @@
void checkBatchGetDocumentsRequest(api.BatchGetDocumentsRequest o) {
buildCounterBatchGetDocumentsRequest++;
if (buildCounterBatchGetDocumentsRequest < 3) {
- checkUnnamed4464(o.documents!);
+ checkUnnamed4507(o.documents!);
checkDocumentMask(o.mask! as api.DocumentMask);
checkTransactionOptions(o.newTransaction! as api.TransactionOptions);
unittest.expect(
@@ -145,14 +145,14 @@
buildCounterBatchGetDocumentsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed4465() {
+core.Map<core.String, core.String> buildUnnamed4508() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4465(core.Map<core.String, core.String> o) {
+void checkUnnamed4508(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -164,14 +164,14 @@
);
}
-core.List<api.Write> buildUnnamed4466() {
+core.List<api.Write> buildUnnamed4509() {
var o = <api.Write>[];
o.add(buildWrite());
o.add(buildWrite());
return o;
}
-void checkUnnamed4466(core.List<api.Write> o) {
+void checkUnnamed4509(core.List<api.Write> o) {
unittest.expect(o, unittest.hasLength(2));
checkWrite(o[0] as api.Write);
checkWrite(o[1] as api.Write);
@@ -182,8 +182,8 @@
var o = api.BatchWriteRequest();
buildCounterBatchWriteRequest++;
if (buildCounterBatchWriteRequest < 3) {
- o.labels = buildUnnamed4465();
- o.writes = buildUnnamed4466();
+ o.labels = buildUnnamed4508();
+ o.writes = buildUnnamed4509();
}
buildCounterBatchWriteRequest--;
return o;
@@ -192,33 +192,33 @@
void checkBatchWriteRequest(api.BatchWriteRequest o) {
buildCounterBatchWriteRequest++;
if (buildCounterBatchWriteRequest < 3) {
- checkUnnamed4465(o.labels!);
- checkUnnamed4466(o.writes!);
+ checkUnnamed4508(o.labels!);
+ checkUnnamed4509(o.writes!);
}
buildCounterBatchWriteRequest--;
}
-core.List<api.Status> buildUnnamed4467() {
+core.List<api.Status> buildUnnamed4510() {
var o = <api.Status>[];
o.add(buildStatus());
o.add(buildStatus());
return o;
}
-void checkUnnamed4467(core.List<api.Status> o) {
+void checkUnnamed4510(core.List<api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o[0] as api.Status);
checkStatus(o[1] as api.Status);
}
-core.List<api.WriteResult> buildUnnamed4468() {
+core.List<api.WriteResult> buildUnnamed4511() {
var o = <api.WriteResult>[];
o.add(buildWriteResult());
o.add(buildWriteResult());
return o;
}
-void checkUnnamed4468(core.List<api.WriteResult> o) {
+void checkUnnamed4511(core.List<api.WriteResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkWriteResult(o[0] as api.WriteResult);
checkWriteResult(o[1] as api.WriteResult);
@@ -229,8 +229,8 @@
var o = api.BatchWriteResponse();
buildCounterBatchWriteResponse++;
if (buildCounterBatchWriteResponse < 3) {
- o.status = buildUnnamed4467();
- o.writeResults = buildUnnamed4468();
+ o.status = buildUnnamed4510();
+ o.writeResults = buildUnnamed4511();
}
buildCounterBatchWriteResponse--;
return o;
@@ -239,8 +239,8 @@
void checkBatchWriteResponse(api.BatchWriteResponse o) {
buildCounterBatchWriteResponse++;
if (buildCounterBatchWriteResponse < 3) {
- checkUnnamed4467(o.status!);
- checkUnnamed4468(o.writeResults!);
+ checkUnnamed4510(o.status!);
+ checkUnnamed4511(o.writeResults!);
}
buildCounterBatchWriteResponse--;
}
@@ -310,14 +310,14 @@
buildCounterCollectionSelector--;
}
-core.List<api.Write> buildUnnamed4469() {
+core.List<api.Write> buildUnnamed4512() {
var o = <api.Write>[];
o.add(buildWrite());
o.add(buildWrite());
return o;
}
-void checkUnnamed4469(core.List<api.Write> o) {
+void checkUnnamed4512(core.List<api.Write> o) {
unittest.expect(o, unittest.hasLength(2));
checkWrite(o[0] as api.Write);
checkWrite(o[1] as api.Write);
@@ -329,7 +329,7 @@
buildCounterCommitRequest++;
if (buildCounterCommitRequest < 3) {
o.transaction = 'foo';
- o.writes = buildUnnamed4469();
+ o.writes = buildUnnamed4512();
}
buildCounterCommitRequest--;
return o;
@@ -342,19 +342,19 @@
o.transaction!,
unittest.equals('foo'),
);
- checkUnnamed4469(o.writes!);
+ checkUnnamed4512(o.writes!);
}
buildCounterCommitRequest--;
}
-core.List<api.WriteResult> buildUnnamed4470() {
+core.List<api.WriteResult> buildUnnamed4513() {
var o = <api.WriteResult>[];
o.add(buildWriteResult());
o.add(buildWriteResult());
return o;
}
-void checkUnnamed4470(core.List<api.WriteResult> o) {
+void checkUnnamed4513(core.List<api.WriteResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkWriteResult(o[0] as api.WriteResult);
checkWriteResult(o[1] as api.WriteResult);
@@ -366,7 +366,7 @@
buildCounterCommitResponse++;
if (buildCounterCommitResponse < 3) {
o.commitTime = 'foo';
- o.writeResults = buildUnnamed4470();
+ o.writeResults = buildUnnamed4513();
}
buildCounterCommitResponse--;
return o;
@@ -379,19 +379,19 @@
o.commitTime!,
unittest.equals('foo'),
);
- checkUnnamed4470(o.writeResults!);
+ checkUnnamed4513(o.writeResults!);
}
buildCounterCommitResponse--;
}
-core.List<api.Filter> buildUnnamed4471() {
+core.List<api.Filter> buildUnnamed4514() {
var o = <api.Filter>[];
o.add(buildFilter());
o.add(buildFilter());
return o;
}
-void checkUnnamed4471(core.List<api.Filter> o) {
+void checkUnnamed4514(core.List<api.Filter> o) {
unittest.expect(o, unittest.hasLength(2));
checkFilter(o[0] as api.Filter);
checkFilter(o[1] as api.Filter);
@@ -402,7 +402,7 @@
var o = api.CompositeFilter();
buildCounterCompositeFilter++;
if (buildCounterCompositeFilter < 3) {
- o.filters = buildUnnamed4471();
+ o.filters = buildUnnamed4514();
o.op = 'foo';
}
buildCounterCompositeFilter--;
@@ -412,7 +412,7 @@
void checkCompositeFilter(api.CompositeFilter o) {
buildCounterCompositeFilter++;
if (buildCounterCompositeFilter < 3) {
- checkUnnamed4471(o.filters!);
+ checkUnnamed4514(o.filters!);
unittest.expect(
o.op!,
unittest.equals('foo'),
@@ -421,14 +421,14 @@
buildCounterCompositeFilter--;
}
-core.List<api.Value> buildUnnamed4472() {
+core.List<api.Value> buildUnnamed4515() {
var o = <api.Value>[];
o.add(buildValue());
o.add(buildValue());
return o;
}
-void checkUnnamed4472(core.List<api.Value> o) {
+void checkUnnamed4515(core.List<api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o[0] as api.Value);
checkValue(o[1] as api.Value);
@@ -440,7 +440,7 @@
buildCounterCursor++;
if (buildCounterCursor < 3) {
o.before = true;
- o.values = buildUnnamed4472();
+ o.values = buildUnnamed4515();
}
buildCounterCursor--;
return o;
@@ -450,19 +450,19 @@
buildCounterCursor++;
if (buildCounterCursor < 3) {
unittest.expect(o.before!, unittest.isTrue);
- checkUnnamed4472(o.values!);
+ checkUnnamed4515(o.values!);
}
buildCounterCursor--;
}
-core.Map<core.String, api.Value> buildUnnamed4473() {
+core.Map<core.String, api.Value> buildUnnamed4516() {
var o = <core.String, api.Value>{};
o['x'] = buildValue();
o['y'] = buildValue();
return o;
}
-void checkUnnamed4473(core.Map<core.String, api.Value> o) {
+void checkUnnamed4516(core.Map<core.String, api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o['x']! as api.Value);
checkValue(o['y']! as api.Value);
@@ -474,7 +474,7 @@
buildCounterDocument++;
if (buildCounterDocument < 3) {
o.createTime = 'foo';
- o.fields = buildUnnamed4473();
+ o.fields = buildUnnamed4516();
o.name = 'foo';
o.updateTime = 'foo';
}
@@ -489,7 +489,7 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed4473(o.fields!);
+ checkUnnamed4516(o.fields!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -502,14 +502,14 @@
buildCounterDocument--;
}
-core.List<core.int> buildUnnamed4474() {
+core.List<core.int> buildUnnamed4517() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed4474(core.List<core.int> o) {
+void checkUnnamed4517(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -521,14 +521,14 @@
);
}
-core.List<core.int> buildUnnamed4475() {
+core.List<core.int> buildUnnamed4518() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed4475(core.List<core.int> o) {
+void checkUnnamed4518(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -546,8 +546,8 @@
buildCounterDocumentChange++;
if (buildCounterDocumentChange < 3) {
o.document = buildDocument();
- o.removedTargetIds = buildUnnamed4474();
- o.targetIds = buildUnnamed4475();
+ o.removedTargetIds = buildUnnamed4517();
+ o.targetIds = buildUnnamed4518();
}
buildCounterDocumentChange--;
return o;
@@ -557,20 +557,20 @@
buildCounterDocumentChange++;
if (buildCounterDocumentChange < 3) {
checkDocument(o.document! as api.Document);
- checkUnnamed4474(o.removedTargetIds!);
- checkUnnamed4475(o.targetIds!);
+ checkUnnamed4517(o.removedTargetIds!);
+ checkUnnamed4518(o.targetIds!);
}
buildCounterDocumentChange--;
}
-core.List<core.int> buildUnnamed4476() {
+core.List<core.int> buildUnnamed4519() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed4476(core.List<core.int> o) {
+void checkUnnamed4519(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -589,7 +589,7 @@
if (buildCounterDocumentDelete < 3) {
o.document = 'foo';
o.readTime = 'foo';
- o.removedTargetIds = buildUnnamed4476();
+ o.removedTargetIds = buildUnnamed4519();
}
buildCounterDocumentDelete--;
return o;
@@ -606,19 +606,19 @@
o.readTime!,
unittest.equals('foo'),
);
- checkUnnamed4476(o.removedTargetIds!);
+ checkUnnamed4519(o.removedTargetIds!);
}
buildCounterDocumentDelete--;
}
-core.List<core.String> buildUnnamed4477() {
+core.List<core.String> buildUnnamed4520() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4477(core.List<core.String> o) {
+void checkUnnamed4520(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -635,7 +635,7 @@
var o = api.DocumentMask();
buildCounterDocumentMask++;
if (buildCounterDocumentMask < 3) {
- o.fieldPaths = buildUnnamed4477();
+ o.fieldPaths = buildUnnamed4520();
}
buildCounterDocumentMask--;
return o;
@@ -644,19 +644,19 @@
void checkDocumentMask(api.DocumentMask o) {
buildCounterDocumentMask++;
if (buildCounterDocumentMask < 3) {
- checkUnnamed4477(o.fieldPaths!);
+ checkUnnamed4520(o.fieldPaths!);
}
buildCounterDocumentMask--;
}
-core.List<core.int> buildUnnamed4478() {
+core.List<core.int> buildUnnamed4521() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed4478(core.List<core.int> o) {
+void checkUnnamed4521(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -675,7 +675,7 @@
if (buildCounterDocumentRemove < 3) {
o.document = 'foo';
o.readTime = 'foo';
- o.removedTargetIds = buildUnnamed4478();
+ o.removedTargetIds = buildUnnamed4521();
}
buildCounterDocumentRemove--;
return o;
@@ -692,19 +692,19 @@
o.readTime!,
unittest.equals('foo'),
);
- checkUnnamed4478(o.removedTargetIds!);
+ checkUnnamed4521(o.removedTargetIds!);
}
buildCounterDocumentRemove--;
}
-core.List<api.FieldTransform> buildUnnamed4479() {
+core.List<api.FieldTransform> buildUnnamed4522() {
var o = <api.FieldTransform>[];
o.add(buildFieldTransform());
o.add(buildFieldTransform());
return o;
}
-void checkUnnamed4479(core.List<api.FieldTransform> o) {
+void checkUnnamed4522(core.List<api.FieldTransform> o) {
unittest.expect(o, unittest.hasLength(2));
checkFieldTransform(o[0] as api.FieldTransform);
checkFieldTransform(o[1] as api.FieldTransform);
@@ -716,7 +716,7 @@
buildCounterDocumentTransform++;
if (buildCounterDocumentTransform < 3) {
o.document = 'foo';
- o.fieldTransforms = buildUnnamed4479();
+ o.fieldTransforms = buildUnnamed4522();
}
buildCounterDocumentTransform--;
return o;
@@ -729,19 +729,19 @@
o.document!,
unittest.equals('foo'),
);
- checkUnnamed4479(o.fieldTransforms!);
+ checkUnnamed4522(o.fieldTransforms!);
}
buildCounterDocumentTransform--;
}
-core.List<core.String> buildUnnamed4480() {
+core.List<core.String> buildUnnamed4523() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4480(core.List<core.String> o) {
+void checkUnnamed4523(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -758,7 +758,7 @@
var o = api.DocumentsTarget();
buildCounterDocumentsTarget++;
if (buildCounterDocumentsTarget < 3) {
- o.documents = buildUnnamed4480();
+ o.documents = buildUnnamed4523();
}
buildCounterDocumentsTarget--;
return o;
@@ -767,7 +767,7 @@
void checkDocumentsTarget(api.DocumentsTarget o) {
buildCounterDocumentsTarget++;
if (buildCounterDocumentsTarget < 3) {
- checkUnnamed4480(o.documents!);
+ checkUnnamed4523(o.documents!);
}
buildCounterDocumentsTarget--;
}
@@ -922,14 +922,14 @@
buildCounterFilter--;
}
-core.List<core.String> buildUnnamed4481() {
+core.List<core.String> buildUnnamed4524() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4481(core.List<core.String> o) {
+void checkUnnamed4524(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -947,7 +947,7 @@
var o = api.GoogleFirestoreAdminV1ExportDocumentsMetadata();
buildCounterGoogleFirestoreAdminV1ExportDocumentsMetadata++;
if (buildCounterGoogleFirestoreAdminV1ExportDocumentsMetadata < 3) {
- o.collectionIds = buildUnnamed4481();
+ o.collectionIds = buildUnnamed4524();
o.endTime = 'foo';
o.operationState = 'foo';
o.outputUriPrefix = 'foo';
@@ -963,7 +963,7 @@
api.GoogleFirestoreAdminV1ExportDocumentsMetadata o) {
buildCounterGoogleFirestoreAdminV1ExportDocumentsMetadata++;
if (buildCounterGoogleFirestoreAdminV1ExportDocumentsMetadata < 3) {
- checkUnnamed4481(o.collectionIds!);
+ checkUnnamed4524(o.collectionIds!);
unittest.expect(
o.endTime!,
unittest.equals('foo'),
@@ -988,14 +988,14 @@
buildCounterGoogleFirestoreAdminV1ExportDocumentsMetadata--;
}
-core.List<core.String> buildUnnamed4482() {
+core.List<core.String> buildUnnamed4525() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4482(core.List<core.String> o) {
+void checkUnnamed4525(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1013,7 +1013,7 @@
var o = api.GoogleFirestoreAdminV1ExportDocumentsRequest();
buildCounterGoogleFirestoreAdminV1ExportDocumentsRequest++;
if (buildCounterGoogleFirestoreAdminV1ExportDocumentsRequest < 3) {
- o.collectionIds = buildUnnamed4482();
+ o.collectionIds = buildUnnamed4525();
o.outputUriPrefix = 'foo';
}
buildCounterGoogleFirestoreAdminV1ExportDocumentsRequest--;
@@ -1024,7 +1024,7 @@
api.GoogleFirestoreAdminV1ExportDocumentsRequest o) {
buildCounterGoogleFirestoreAdminV1ExportDocumentsRequest++;
if (buildCounterGoogleFirestoreAdminV1ExportDocumentsRequest < 3) {
- checkUnnamed4482(o.collectionIds!);
+ checkUnnamed4525(o.collectionIds!);
unittest.expect(
o.outputUriPrefix!,
unittest.equals('foo'),
@@ -1082,14 +1082,14 @@
buildCounterGoogleFirestoreAdminV1Field--;
}
-core.List<api.GoogleFirestoreAdminV1IndexConfigDelta> buildUnnamed4483() {
+core.List<api.GoogleFirestoreAdminV1IndexConfigDelta> buildUnnamed4526() {
var o = <api.GoogleFirestoreAdminV1IndexConfigDelta>[];
o.add(buildGoogleFirestoreAdminV1IndexConfigDelta());
o.add(buildGoogleFirestoreAdminV1IndexConfigDelta());
return o;
}
-void checkUnnamed4483(core.List<api.GoogleFirestoreAdminV1IndexConfigDelta> o) {
+void checkUnnamed4526(core.List<api.GoogleFirestoreAdminV1IndexConfigDelta> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleFirestoreAdminV1IndexConfigDelta(
o[0] as api.GoogleFirestoreAdminV1IndexConfigDelta);
@@ -1105,7 +1105,7 @@
if (buildCounterGoogleFirestoreAdminV1FieldOperationMetadata < 3) {
o.endTime = 'foo';
o.field = 'foo';
- o.indexConfigDeltas = buildUnnamed4483();
+ o.indexConfigDeltas = buildUnnamed4526();
o.progressBytes = buildGoogleFirestoreAdminV1Progress();
o.progressDocuments = buildGoogleFirestoreAdminV1Progress();
o.startTime = 'foo';
@@ -1127,7 +1127,7 @@
o.field!,
unittest.equals('foo'),
);
- checkUnnamed4483(o.indexConfigDeltas!);
+ checkUnnamed4526(o.indexConfigDeltas!);
checkGoogleFirestoreAdminV1Progress(
o.progressBytes! as api.GoogleFirestoreAdminV1Progress);
checkGoogleFirestoreAdminV1Progress(
@@ -1144,14 +1144,14 @@
buildCounterGoogleFirestoreAdminV1FieldOperationMetadata--;
}
-core.List<core.String> buildUnnamed4484() {
+core.List<core.String> buildUnnamed4527() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4484(core.List<core.String> o) {
+void checkUnnamed4527(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1169,7 +1169,7 @@
var o = api.GoogleFirestoreAdminV1ImportDocumentsMetadata();
buildCounterGoogleFirestoreAdminV1ImportDocumentsMetadata++;
if (buildCounterGoogleFirestoreAdminV1ImportDocumentsMetadata < 3) {
- o.collectionIds = buildUnnamed4484();
+ o.collectionIds = buildUnnamed4527();
o.endTime = 'foo';
o.inputUriPrefix = 'foo';
o.operationState = 'foo';
@@ -1185,7 +1185,7 @@
api.GoogleFirestoreAdminV1ImportDocumentsMetadata o) {
buildCounterGoogleFirestoreAdminV1ImportDocumentsMetadata++;
if (buildCounterGoogleFirestoreAdminV1ImportDocumentsMetadata < 3) {
- checkUnnamed4484(o.collectionIds!);
+ checkUnnamed4527(o.collectionIds!);
unittest.expect(
o.endTime!,
unittest.equals('foo'),
@@ -1210,14 +1210,14 @@
buildCounterGoogleFirestoreAdminV1ImportDocumentsMetadata--;
}
-core.List<core.String> buildUnnamed4485() {
+core.List<core.String> buildUnnamed4528() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4485(core.List<core.String> o) {
+void checkUnnamed4528(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1235,7 +1235,7 @@
var o = api.GoogleFirestoreAdminV1ImportDocumentsRequest();
buildCounterGoogleFirestoreAdminV1ImportDocumentsRequest++;
if (buildCounterGoogleFirestoreAdminV1ImportDocumentsRequest < 3) {
- o.collectionIds = buildUnnamed4485();
+ o.collectionIds = buildUnnamed4528();
o.inputUriPrefix = 'foo';
}
buildCounterGoogleFirestoreAdminV1ImportDocumentsRequest--;
@@ -1246,7 +1246,7 @@
api.GoogleFirestoreAdminV1ImportDocumentsRequest o) {
buildCounterGoogleFirestoreAdminV1ImportDocumentsRequest++;
if (buildCounterGoogleFirestoreAdminV1ImportDocumentsRequest < 3) {
- checkUnnamed4485(o.collectionIds!);
+ checkUnnamed4528(o.collectionIds!);
unittest.expect(
o.inputUriPrefix!,
unittest.equals('foo'),
@@ -1255,14 +1255,14 @@
buildCounterGoogleFirestoreAdminV1ImportDocumentsRequest--;
}
-core.List<api.GoogleFirestoreAdminV1IndexField> buildUnnamed4486() {
+core.List<api.GoogleFirestoreAdminV1IndexField> buildUnnamed4529() {
var o = <api.GoogleFirestoreAdminV1IndexField>[];
o.add(buildGoogleFirestoreAdminV1IndexField());
o.add(buildGoogleFirestoreAdminV1IndexField());
return o;
}
-void checkUnnamed4486(core.List<api.GoogleFirestoreAdminV1IndexField> o) {
+void checkUnnamed4529(core.List<api.GoogleFirestoreAdminV1IndexField> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleFirestoreAdminV1IndexField(
o[0] as api.GoogleFirestoreAdminV1IndexField);
@@ -1275,7 +1275,7 @@
var o = api.GoogleFirestoreAdminV1Index();
buildCounterGoogleFirestoreAdminV1Index++;
if (buildCounterGoogleFirestoreAdminV1Index < 3) {
- o.fields = buildUnnamed4486();
+ o.fields = buildUnnamed4529();
o.name = 'foo';
o.queryScope = 'foo';
o.state = 'foo';
@@ -1287,7 +1287,7 @@
void checkGoogleFirestoreAdminV1Index(api.GoogleFirestoreAdminV1Index o) {
buildCounterGoogleFirestoreAdminV1Index++;
if (buildCounterGoogleFirestoreAdminV1Index < 3) {
- checkUnnamed4486(o.fields!);
+ checkUnnamed4529(o.fields!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1304,14 +1304,14 @@
buildCounterGoogleFirestoreAdminV1Index--;
}
-core.List<api.GoogleFirestoreAdminV1Index> buildUnnamed4487() {
+core.List<api.GoogleFirestoreAdminV1Index> buildUnnamed4530() {
var o = <api.GoogleFirestoreAdminV1Index>[];
o.add(buildGoogleFirestoreAdminV1Index());
o.add(buildGoogleFirestoreAdminV1Index());
return o;
}
-void checkUnnamed4487(core.List<api.GoogleFirestoreAdminV1Index> o) {
+void checkUnnamed4530(core.List<api.GoogleFirestoreAdminV1Index> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleFirestoreAdminV1Index(o[0] as api.GoogleFirestoreAdminV1Index);
checkGoogleFirestoreAdminV1Index(o[1] as api.GoogleFirestoreAdminV1Index);
@@ -1323,7 +1323,7 @@
buildCounterGoogleFirestoreAdminV1IndexConfig++;
if (buildCounterGoogleFirestoreAdminV1IndexConfig < 3) {
o.ancestorField = 'foo';
- o.indexes = buildUnnamed4487();
+ o.indexes = buildUnnamed4530();
o.reverting = true;
o.usesAncestorConfig = true;
}
@@ -1339,7 +1339,7 @@
o.ancestorField!,
unittest.equals('foo'),
);
- checkUnnamed4487(o.indexes!);
+ checkUnnamed4530(o.indexes!);
unittest.expect(o.reverting!, unittest.isTrue);
unittest.expect(o.usesAncestorConfig!, unittest.isTrue);
}
@@ -1451,14 +1451,14 @@
buildCounterGoogleFirestoreAdminV1IndexOperationMetadata--;
}
-core.List<api.GoogleFirestoreAdminV1Field> buildUnnamed4488() {
+core.List<api.GoogleFirestoreAdminV1Field> buildUnnamed4531() {
var o = <api.GoogleFirestoreAdminV1Field>[];
o.add(buildGoogleFirestoreAdminV1Field());
o.add(buildGoogleFirestoreAdminV1Field());
return o;
}
-void checkUnnamed4488(core.List<api.GoogleFirestoreAdminV1Field> o) {
+void checkUnnamed4531(core.List<api.GoogleFirestoreAdminV1Field> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleFirestoreAdminV1Field(o[0] as api.GoogleFirestoreAdminV1Field);
checkGoogleFirestoreAdminV1Field(o[1] as api.GoogleFirestoreAdminV1Field);
@@ -1470,7 +1470,7 @@
var o = api.GoogleFirestoreAdminV1ListFieldsResponse();
buildCounterGoogleFirestoreAdminV1ListFieldsResponse++;
if (buildCounterGoogleFirestoreAdminV1ListFieldsResponse < 3) {
- o.fields = buildUnnamed4488();
+ o.fields = buildUnnamed4531();
o.nextPageToken = 'foo';
}
buildCounterGoogleFirestoreAdminV1ListFieldsResponse--;
@@ -1481,7 +1481,7 @@
api.GoogleFirestoreAdminV1ListFieldsResponse o) {
buildCounterGoogleFirestoreAdminV1ListFieldsResponse++;
if (buildCounterGoogleFirestoreAdminV1ListFieldsResponse < 3) {
- checkUnnamed4488(o.fields!);
+ checkUnnamed4531(o.fields!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1490,14 +1490,14 @@
buildCounterGoogleFirestoreAdminV1ListFieldsResponse--;
}
-core.List<api.GoogleFirestoreAdminV1Index> buildUnnamed4489() {
+core.List<api.GoogleFirestoreAdminV1Index> buildUnnamed4532() {
var o = <api.GoogleFirestoreAdminV1Index>[];
o.add(buildGoogleFirestoreAdminV1Index());
o.add(buildGoogleFirestoreAdminV1Index());
return o;
}
-void checkUnnamed4489(core.List<api.GoogleFirestoreAdminV1Index> o) {
+void checkUnnamed4532(core.List<api.GoogleFirestoreAdminV1Index> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleFirestoreAdminV1Index(o[0] as api.GoogleFirestoreAdminV1Index);
checkGoogleFirestoreAdminV1Index(o[1] as api.GoogleFirestoreAdminV1Index);
@@ -1509,7 +1509,7 @@
var o = api.GoogleFirestoreAdminV1ListIndexesResponse();
buildCounterGoogleFirestoreAdminV1ListIndexesResponse++;
if (buildCounterGoogleFirestoreAdminV1ListIndexesResponse < 3) {
- o.indexes = buildUnnamed4489();
+ o.indexes = buildUnnamed4532();
o.nextPageToken = 'foo';
}
buildCounterGoogleFirestoreAdminV1ListIndexesResponse--;
@@ -1520,7 +1520,7 @@
api.GoogleFirestoreAdminV1ListIndexesResponse o) {
buildCounterGoogleFirestoreAdminV1ListIndexesResponse++;
if (buildCounterGoogleFirestoreAdminV1ListIndexesResponse < 3) {
- checkUnnamed4489(o.indexes!);
+ checkUnnamed4532(o.indexes!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1590,14 +1590,14 @@
buildCounterGoogleLongrunningCancelOperationRequest--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed4490() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed4533() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed4490(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed4533(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -1610,7 +1610,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed4490();
+ o.operations = buildUnnamed4533();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -1624,12 +1624,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4490(o.operations!);
+ checkUnnamed4533(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed4491() {
+core.Map<core.String, core.Object> buildUnnamed4534() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1644,7 +1644,7 @@
return o;
}
-void checkUnnamed4491(core.Map<core.String, core.Object> o) {
+void checkUnnamed4534(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1676,7 +1676,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4492() {
+core.Map<core.String, core.Object> buildUnnamed4535() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1691,7 +1691,7 @@
return o;
}
-void checkUnnamed4492(core.Map<core.String, core.Object> o) {
+void checkUnnamed4535(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1730,9 +1730,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed4491();
+ o.metadata = buildUnnamed4534();
o.name = 'foo';
- o.response = buildUnnamed4492();
+ o.response = buildUnnamed4535();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -1743,12 +1743,12 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed4491(o.metadata!);
+ checkUnnamed4534(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4492(o.response!);
+ checkUnnamed4535(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
@@ -1807,14 +1807,14 @@
buildCounterListCollectionIdsRequest--;
}
-core.List<core.String> buildUnnamed4493() {
+core.List<core.String> buildUnnamed4536() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4493(core.List<core.String> o) {
+void checkUnnamed4536(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1831,7 +1831,7 @@
var o = api.ListCollectionIdsResponse();
buildCounterListCollectionIdsResponse++;
if (buildCounterListCollectionIdsResponse < 3) {
- o.collectionIds = buildUnnamed4493();
+ o.collectionIds = buildUnnamed4536();
o.nextPageToken = 'foo';
}
buildCounterListCollectionIdsResponse--;
@@ -1841,7 +1841,7 @@
void checkListCollectionIdsResponse(api.ListCollectionIdsResponse o) {
buildCounterListCollectionIdsResponse++;
if (buildCounterListCollectionIdsResponse < 3) {
- checkUnnamed4493(o.collectionIds!);
+ checkUnnamed4536(o.collectionIds!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1850,14 +1850,14 @@
buildCounterListCollectionIdsResponse--;
}
-core.List<api.Document> buildUnnamed4494() {
+core.List<api.Document> buildUnnamed4537() {
var o = <api.Document>[];
o.add(buildDocument());
o.add(buildDocument());
return o;
}
-void checkUnnamed4494(core.List<api.Document> o) {
+void checkUnnamed4537(core.List<api.Document> o) {
unittest.expect(o, unittest.hasLength(2));
checkDocument(o[0] as api.Document);
checkDocument(o[1] as api.Document);
@@ -1868,7 +1868,7 @@
var o = api.ListDocumentsResponse();
buildCounterListDocumentsResponse++;
if (buildCounterListDocumentsResponse < 3) {
- o.documents = buildUnnamed4494();
+ o.documents = buildUnnamed4537();
o.nextPageToken = 'foo';
}
buildCounterListDocumentsResponse--;
@@ -1878,7 +1878,7 @@
void checkListDocumentsResponse(api.ListDocumentsResponse o) {
buildCounterListDocumentsResponse++;
if (buildCounterListDocumentsResponse < 3) {
- checkUnnamed4494(o.documents!);
+ checkUnnamed4537(o.documents!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1887,14 +1887,14 @@
buildCounterListDocumentsResponse--;
}
-core.List<api.Location> buildUnnamed4495() {
+core.List<api.Location> buildUnnamed4538() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed4495(core.List<api.Location> o) {
+void checkUnnamed4538(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1905,7 +1905,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed4495();
+ o.locations = buildUnnamed4538();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -1915,7 +1915,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed4495(o.locations!);
+ checkUnnamed4538(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1924,14 +1924,14 @@
buildCounterListLocationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed4496() {
+core.Map<core.String, core.String> buildUnnamed4539() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4496(core.Map<core.String, core.String> o) {
+void checkUnnamed4539(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1949,7 +1949,7 @@
buildCounterListenRequest++;
if (buildCounterListenRequest < 3) {
o.addTarget = buildTarget();
- o.labels = buildUnnamed4496();
+ o.labels = buildUnnamed4539();
o.removeTarget = 42;
}
buildCounterListenRequest--;
@@ -1960,7 +1960,7 @@
buildCounterListenRequest++;
if (buildCounterListenRequest < 3) {
checkTarget(o.addTarget! as api.Target);
- checkUnnamed4496(o.labels!);
+ checkUnnamed4539(o.labels!);
unittest.expect(
o.removeTarget!,
unittest.equals(42),
@@ -1996,14 +1996,14 @@
buildCounterListenResponse--;
}
-core.Map<core.String, core.String> buildUnnamed4497() {
+core.Map<core.String, core.String> buildUnnamed4540() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4497(core.Map<core.String, core.String> o) {
+void checkUnnamed4540(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2015,7 +2015,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4498() {
+core.Map<core.String, core.Object> buildUnnamed4541() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2030,7 +2030,7 @@
return o;
}
-void checkUnnamed4498(core.Map<core.String, core.Object> o) {
+void checkUnnamed4541(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -2068,9 +2068,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed4497();
+ o.labels = buildUnnamed4540();
o.locationId = 'foo';
- o.metadata = buildUnnamed4498();
+ o.metadata = buildUnnamed4541();
o.name = 'foo';
}
buildCounterLocation--;
@@ -2084,12 +2084,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4497(o.labels!);
+ checkUnnamed4540(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed4498(o.metadata!);
+ checkUnnamed4541(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2098,14 +2098,14 @@
buildCounterLocation--;
}
-core.Map<core.String, api.Value> buildUnnamed4499() {
+core.Map<core.String, api.Value> buildUnnamed4542() {
var o = <core.String, api.Value>{};
o['x'] = buildValue();
o['y'] = buildValue();
return o;
}
-void checkUnnamed4499(core.Map<core.String, api.Value> o) {
+void checkUnnamed4542(core.Map<core.String, api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o['x']! as api.Value);
checkValue(o['y']! as api.Value);
@@ -2116,7 +2116,7 @@
var o = api.MapValue();
buildCounterMapValue++;
if (buildCounterMapValue < 3) {
- o.fields = buildUnnamed4499();
+ o.fields = buildUnnamed4542();
}
buildCounterMapValue--;
return o;
@@ -2125,7 +2125,7 @@
void checkMapValue(api.MapValue o) {
buildCounterMapValue++;
if (buildCounterMapValue < 3) {
- checkUnnamed4499(o.fields!);
+ checkUnnamed4542(o.fields!);
}
buildCounterMapValue--;
}
@@ -2188,14 +2188,14 @@
buildCounterPartitionQueryRequest--;
}
-core.List<api.Cursor> buildUnnamed4500() {
+core.List<api.Cursor> buildUnnamed4543() {
var o = <api.Cursor>[];
o.add(buildCursor());
o.add(buildCursor());
return o;
}
-void checkUnnamed4500(core.List<api.Cursor> o) {
+void checkUnnamed4543(core.List<api.Cursor> o) {
unittest.expect(o, unittest.hasLength(2));
checkCursor(o[0] as api.Cursor);
checkCursor(o[1] as api.Cursor);
@@ -2207,7 +2207,7 @@
buildCounterPartitionQueryResponse++;
if (buildCounterPartitionQueryResponse < 3) {
o.nextPageToken = 'foo';
- o.partitions = buildUnnamed4500();
+ o.partitions = buildUnnamed4543();
}
buildCounterPartitionQueryResponse--;
return o;
@@ -2220,7 +2220,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4500(o.partitions!);
+ checkUnnamed4543(o.partitions!);
}
buildCounterPartitionQueryResponse--;
}
@@ -2249,14 +2249,14 @@
buildCounterPrecondition--;
}
-core.List<api.FieldReference> buildUnnamed4501() {
+core.List<api.FieldReference> buildUnnamed4544() {
var o = <api.FieldReference>[];
o.add(buildFieldReference());
o.add(buildFieldReference());
return o;
}
-void checkUnnamed4501(core.List<api.FieldReference> o) {
+void checkUnnamed4544(core.List<api.FieldReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkFieldReference(o[0] as api.FieldReference);
checkFieldReference(o[1] as api.FieldReference);
@@ -2267,7 +2267,7 @@
var o = api.Projection();
buildCounterProjection++;
if (buildCounterProjection < 3) {
- o.fields = buildUnnamed4501();
+ o.fields = buildUnnamed4544();
}
buildCounterProjection--;
return o;
@@ -2276,7 +2276,7 @@
void checkProjection(api.Projection o) {
buildCounterProjection++;
if (buildCounterProjection < 3) {
- checkUnnamed4501(o.fields!);
+ checkUnnamed4544(o.fields!);
}
buildCounterProjection--;
}
@@ -2436,7 +2436,7 @@
buildCounterRunQueryResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed4502() {
+core.Map<core.String, core.Object> buildUnnamed4545() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2451,7 +2451,7 @@
return o;
}
-void checkUnnamed4502(core.Map<core.String, core.Object> o) {
+void checkUnnamed4545(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -2483,17 +2483,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4503() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4546() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4502());
- o.add(buildUnnamed4502());
+ o.add(buildUnnamed4545());
+ o.add(buildUnnamed4545());
return o;
}
-void checkUnnamed4503(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4546(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4502(o[0]);
- checkUnnamed4502(o[1]);
+ checkUnnamed4545(o[0]);
+ checkUnnamed4545(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2502,7 +2502,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4503();
+ o.details = buildUnnamed4546();
o.message = 'foo';
}
buildCounterStatus--;
@@ -2516,7 +2516,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4503(o.details!);
+ checkUnnamed4546(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2525,27 +2525,27 @@
buildCounterStatus--;
}
-core.List<api.CollectionSelector> buildUnnamed4504() {
+core.List<api.CollectionSelector> buildUnnamed4547() {
var o = <api.CollectionSelector>[];
o.add(buildCollectionSelector());
o.add(buildCollectionSelector());
return o;
}
-void checkUnnamed4504(core.List<api.CollectionSelector> o) {
+void checkUnnamed4547(core.List<api.CollectionSelector> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollectionSelector(o[0] as api.CollectionSelector);
checkCollectionSelector(o[1] as api.CollectionSelector);
}
-core.List<api.Order> buildUnnamed4505() {
+core.List<api.Order> buildUnnamed4548() {
var o = <api.Order>[];
o.add(buildOrder());
o.add(buildOrder());
return o;
}
-void checkUnnamed4505(core.List<api.Order> o) {
+void checkUnnamed4548(core.List<api.Order> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrder(o[0] as api.Order);
checkOrder(o[1] as api.Order);
@@ -2557,10 +2557,10 @@
buildCounterStructuredQuery++;
if (buildCounterStructuredQuery < 3) {
o.endAt = buildCursor();
- o.from = buildUnnamed4504();
+ o.from = buildUnnamed4547();
o.limit = 42;
o.offset = 42;
- o.orderBy = buildUnnamed4505();
+ o.orderBy = buildUnnamed4548();
o.select = buildProjection();
o.startAt = buildCursor();
o.where = buildFilter();
@@ -2573,7 +2573,7 @@
buildCounterStructuredQuery++;
if (buildCounterStructuredQuery < 3) {
checkCursor(o.endAt! as api.Cursor);
- checkUnnamed4504(o.from!);
+ checkUnnamed4547(o.from!);
unittest.expect(
o.limit!,
unittest.equals(42),
@@ -2582,7 +2582,7 @@
o.offset!,
unittest.equals(42),
);
- checkUnnamed4505(o.orderBy!);
+ checkUnnamed4548(o.orderBy!);
checkProjection(o.select! as api.Projection);
checkCursor(o.startAt! as api.Cursor);
checkFilter(o.where! as api.Filter);
@@ -2628,14 +2628,14 @@
buildCounterTarget--;
}
-core.List<core.int> buildUnnamed4506() {
+core.List<core.int> buildUnnamed4549() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed4506(core.List<core.int> o) {
+void checkUnnamed4549(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2656,7 +2656,7 @@
o.readTime = 'foo';
o.resumeToken = 'foo';
o.targetChangeType = 'foo';
- o.targetIds = buildUnnamed4506();
+ o.targetIds = buildUnnamed4549();
}
buildCounterTargetChange--;
return o;
@@ -2678,7 +2678,7 @@
o.targetChangeType!,
unittest.equals('foo'),
);
- checkUnnamed4506(o.targetIds!);
+ checkUnnamed4549(o.targetIds!);
}
buildCounterTargetChange--;
}
@@ -2788,14 +2788,14 @@
buildCounterValue--;
}
-core.List<api.FieldTransform> buildUnnamed4507() {
+core.List<api.FieldTransform> buildUnnamed4550() {
var o = <api.FieldTransform>[];
o.add(buildFieldTransform());
o.add(buildFieldTransform());
return o;
}
-void checkUnnamed4507(core.List<api.FieldTransform> o) {
+void checkUnnamed4550(core.List<api.FieldTransform> o) {
unittest.expect(o, unittest.hasLength(2));
checkFieldTransform(o[0] as api.FieldTransform);
checkFieldTransform(o[1] as api.FieldTransform);
@@ -2811,7 +2811,7 @@
o.transform = buildDocumentTransform();
o.update = buildDocument();
o.updateMask = buildDocumentMask();
- o.updateTransforms = buildUnnamed4507();
+ o.updateTransforms = buildUnnamed4550();
}
buildCounterWrite--;
return o;
@@ -2828,19 +2828,19 @@
checkDocumentTransform(o.transform! as api.DocumentTransform);
checkDocument(o.update! as api.Document);
checkDocumentMask(o.updateMask! as api.DocumentMask);
- checkUnnamed4507(o.updateTransforms!);
+ checkUnnamed4550(o.updateTransforms!);
}
buildCounterWrite--;
}
-core.Map<core.String, core.String> buildUnnamed4508() {
+core.Map<core.String, core.String> buildUnnamed4551() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4508(core.Map<core.String, core.String> o) {
+void checkUnnamed4551(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2852,14 +2852,14 @@
);
}
-core.List<api.Write> buildUnnamed4509() {
+core.List<api.Write> buildUnnamed4552() {
var o = <api.Write>[];
o.add(buildWrite());
o.add(buildWrite());
return o;
}
-void checkUnnamed4509(core.List<api.Write> o) {
+void checkUnnamed4552(core.List<api.Write> o) {
unittest.expect(o, unittest.hasLength(2));
checkWrite(o[0] as api.Write);
checkWrite(o[1] as api.Write);
@@ -2870,10 +2870,10 @@
var o = api.WriteRequest();
buildCounterWriteRequest++;
if (buildCounterWriteRequest < 3) {
- o.labels = buildUnnamed4508();
+ o.labels = buildUnnamed4551();
o.streamId = 'foo';
o.streamToken = 'foo';
- o.writes = buildUnnamed4509();
+ o.writes = buildUnnamed4552();
}
buildCounterWriteRequest--;
return o;
@@ -2882,7 +2882,7 @@
void checkWriteRequest(api.WriteRequest o) {
buildCounterWriteRequest++;
if (buildCounterWriteRequest < 3) {
- checkUnnamed4508(o.labels!);
+ checkUnnamed4551(o.labels!);
unittest.expect(
o.streamId!,
unittest.equals('foo'),
@@ -2891,19 +2891,19 @@
o.streamToken!,
unittest.equals('foo'),
);
- checkUnnamed4509(o.writes!);
+ checkUnnamed4552(o.writes!);
}
buildCounterWriteRequest--;
}
-core.List<api.WriteResult> buildUnnamed4510() {
+core.List<api.WriteResult> buildUnnamed4553() {
var o = <api.WriteResult>[];
o.add(buildWriteResult());
o.add(buildWriteResult());
return o;
}
-void checkUnnamed4510(core.List<api.WriteResult> o) {
+void checkUnnamed4553(core.List<api.WriteResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkWriteResult(o[0] as api.WriteResult);
checkWriteResult(o[1] as api.WriteResult);
@@ -2917,7 +2917,7 @@
o.commitTime = 'foo';
o.streamId = 'foo';
o.streamToken = 'foo';
- o.writeResults = buildUnnamed4510();
+ o.writeResults = buildUnnamed4553();
}
buildCounterWriteResponse--;
return o;
@@ -2938,19 +2938,19 @@
o.streamToken!,
unittest.equals('foo'),
);
- checkUnnamed4510(o.writeResults!);
+ checkUnnamed4553(o.writeResults!);
}
buildCounterWriteResponse--;
}
-core.List<api.Value> buildUnnamed4511() {
+core.List<api.Value> buildUnnamed4554() {
var o = <api.Value>[];
o.add(buildValue());
o.add(buildValue());
return o;
}
-void checkUnnamed4511(core.List<api.Value> o) {
+void checkUnnamed4554(core.List<api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o[0] as api.Value);
checkValue(o[1] as api.Value);
@@ -2961,7 +2961,7 @@
var o = api.WriteResult();
buildCounterWriteResult++;
if (buildCounterWriteResult < 3) {
- o.transformResults = buildUnnamed4511();
+ o.transformResults = buildUnnamed4554();
o.updateTime = 'foo';
}
buildCounterWriteResult--;
@@ -2971,7 +2971,7 @@
void checkWriteResult(api.WriteResult o) {
buildCounterWriteResult++;
if (buildCounterWriteResult < 3) {
- checkUnnamed4511(o.transformResults!);
+ checkUnnamed4554(o.transformResults!);
unittest.expect(
o.updateTime!,
unittest.equals('foo'),
@@ -2980,14 +2980,14 @@
buildCounterWriteResult--;
}
-core.List<core.String> buildUnnamed4512() {
+core.List<core.String> buildUnnamed4555() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4512(core.List<core.String> o) {
+void checkUnnamed4555(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2999,14 +2999,14 @@
);
}
-core.List<core.String> buildUnnamed4513() {
+core.List<core.String> buildUnnamed4556() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4513(core.List<core.String> o) {
+void checkUnnamed4556(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3018,14 +3018,14 @@
);
}
-core.List<core.String> buildUnnamed4514() {
+core.List<core.String> buildUnnamed4557() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4514(core.List<core.String> o) {
+void checkUnnamed4557(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3037,14 +3037,14 @@
);
}
-core.List<core.String> buildUnnamed4515() {
+core.List<core.String> buildUnnamed4558() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4515(core.List<core.String> o) {
+void checkUnnamed4558(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3056,14 +3056,14 @@
);
}
-core.List<core.String> buildUnnamed4516() {
+core.List<core.String> buildUnnamed4559() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4516(core.List<core.String> o) {
+void checkUnnamed4559(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4645,7 +4645,7 @@
var arg_parent = 'foo';
var arg_collectionId = 'foo';
var arg_documentId = 'foo';
- var arg_mask_fieldPaths = buildUnnamed4512();
+ var arg_mask_fieldPaths = buildUnnamed4555();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
@@ -4779,7 +4779,7 @@
var mock = HttpServerMock();
var res = api.FirestoreApi(mock).projects.databases.documents;
var arg_name = 'foo';
- var arg_mask_fieldPaths = buildUnnamed4513();
+ var arg_mask_fieldPaths = buildUnnamed4556();
var arg_readTime = 'foo';
var arg_transaction = 'foo';
var arg_$fields = 'foo';
@@ -4851,7 +4851,7 @@
var res = api.FirestoreApi(mock).projects.databases.documents;
var arg_parent = 'foo';
var arg_collectionId = 'foo';
- var arg_mask_fieldPaths = buildUnnamed4514();
+ var arg_mask_fieldPaths = buildUnnamed4557();
var arg_orderBy = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
@@ -5123,8 +5123,8 @@
var arg_name = 'foo';
var arg_currentDocument_exists = true;
var arg_currentDocument_updateTime = 'foo';
- var arg_mask_fieldPaths = buildUnnamed4515();
- var arg_updateMask_fieldPaths = buildUnnamed4516();
+ var arg_mask_fieldPaths = buildUnnamed4558();
+ var arg_updateMask_fieldPaths = buildUnnamed4559();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
diff --git a/generated/googleapis/test/fitness/v1_test.dart b/generated/googleapis/test/fitness/v1_test.dart
index cd56be1..fcce821 100644
--- a/generated/googleapis/test/fitness/v1_test.dart
+++ b/generated/googleapis/test/fitness/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Dataset> buildUnnamed1573() {
+core.List<api.Dataset> buildUnnamed1572() {
var o = <api.Dataset>[];
o.add(buildDataset());
o.add(buildDataset());
return o;
}
-void checkUnnamed1573(core.List<api.Dataset> o) {
+void checkUnnamed1572(core.List<api.Dataset> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataset(o[0] as api.Dataset);
checkDataset(o[1] as api.Dataset);
@@ -46,7 +46,7 @@
buildCounterAggregateBucket++;
if (buildCounterAggregateBucket < 3) {
o.activity = 42;
- o.dataset = buildUnnamed1573();
+ o.dataset = buildUnnamed1572();
o.endTimeMillis = 'foo';
o.session = buildSession();
o.startTimeMillis = 'foo';
@@ -63,7 +63,7 @@
o.activity!,
unittest.equals(42),
);
- checkUnnamed1573(o.dataset!);
+ checkUnnamed1572(o.dataset!);
unittest.expect(
o.endTimeMillis!,
unittest.equals('foo'),
@@ -108,27 +108,27 @@
buildCounterAggregateBy--;
}
-core.List<api.AggregateBy> buildUnnamed1574() {
+core.List<api.AggregateBy> buildUnnamed1573() {
var o = <api.AggregateBy>[];
o.add(buildAggregateBy());
o.add(buildAggregateBy());
return o;
}
-void checkUnnamed1574(core.List<api.AggregateBy> o) {
+void checkUnnamed1573(core.List<api.AggregateBy> o) {
unittest.expect(o, unittest.hasLength(2));
checkAggregateBy(o[0] as api.AggregateBy);
checkAggregateBy(o[1] as api.AggregateBy);
}
-core.List<core.String> buildUnnamed1575() {
+core.List<core.String> buildUnnamed1574() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1575(core.List<core.String> o) {
+void checkUnnamed1574(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -145,13 +145,13 @@
var o = api.AggregateRequest();
buildCounterAggregateRequest++;
if (buildCounterAggregateRequest < 3) {
- o.aggregateBy = buildUnnamed1574();
+ o.aggregateBy = buildUnnamed1573();
o.bucketByActivitySegment = buildBucketByActivity();
o.bucketByActivityType = buildBucketByActivity();
o.bucketBySession = buildBucketBySession();
o.bucketByTime = buildBucketByTime();
o.endTimeMillis = 'foo';
- o.filteredDataQualityStandard = buildUnnamed1575();
+ o.filteredDataQualityStandard = buildUnnamed1574();
o.startTimeMillis = 'foo';
}
buildCounterAggregateRequest--;
@@ -161,7 +161,7 @@
void checkAggregateRequest(api.AggregateRequest o) {
buildCounterAggregateRequest++;
if (buildCounterAggregateRequest < 3) {
- checkUnnamed1574(o.aggregateBy!);
+ checkUnnamed1573(o.aggregateBy!);
checkBucketByActivity(o.bucketByActivitySegment! as api.BucketByActivity);
checkBucketByActivity(o.bucketByActivityType! as api.BucketByActivity);
checkBucketBySession(o.bucketBySession! as api.BucketBySession);
@@ -170,7 +170,7 @@
o.endTimeMillis!,
unittest.equals('foo'),
);
- checkUnnamed1575(o.filteredDataQualityStandard!);
+ checkUnnamed1574(o.filteredDataQualityStandard!);
unittest.expect(
o.startTimeMillis!,
unittest.equals('foo'),
@@ -179,14 +179,14 @@
buildCounterAggregateRequest--;
}
-core.List<api.AggregateBucket> buildUnnamed1576() {
+core.List<api.AggregateBucket> buildUnnamed1575() {
var o = <api.AggregateBucket>[];
o.add(buildAggregateBucket());
o.add(buildAggregateBucket());
return o;
}
-void checkUnnamed1576(core.List<api.AggregateBucket> o) {
+void checkUnnamed1575(core.List<api.AggregateBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkAggregateBucket(o[0] as api.AggregateBucket);
checkAggregateBucket(o[1] as api.AggregateBucket);
@@ -197,7 +197,7 @@
var o = api.AggregateResponse();
buildCounterAggregateResponse++;
if (buildCounterAggregateResponse < 3) {
- o.bucket = buildUnnamed1576();
+ o.bucket = buildUnnamed1575();
}
buildCounterAggregateResponse--;
return o;
@@ -206,7 +206,7 @@
void checkAggregateResponse(api.AggregateResponse o) {
buildCounterAggregateResponse++;
if (buildCounterAggregateResponse < 3) {
- checkUnnamed1576(o.bucket!);
+ checkUnnamed1575(o.bucket!);
}
buildCounterAggregateResponse--;
}
@@ -353,14 +353,14 @@
buildCounterBucketByTimePeriod--;
}
-core.List<api.Value> buildUnnamed1577() {
+core.List<api.Value> buildUnnamed1576() {
var o = <api.Value>[];
o.add(buildValue());
o.add(buildValue());
return o;
}
-void checkUnnamed1577(core.List<api.Value> o) {
+void checkUnnamed1576(core.List<api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o[0] as api.Value);
checkValue(o[1] as api.Value);
@@ -378,7 +378,7 @@
o.originDataSourceId = 'foo';
o.rawTimestampNanos = 'foo';
o.startTimeNanos = 'foo';
- o.value = buildUnnamed1577();
+ o.value = buildUnnamed1576();
}
buildCounterDataPoint--;
return o;
@@ -415,19 +415,19 @@
o.startTimeNanos!,
unittest.equals('foo'),
);
- checkUnnamed1577(o.value!);
+ checkUnnamed1576(o.value!);
}
buildCounterDataPoint--;
}
-core.List<core.String> buildUnnamed1578() {
+core.List<core.String> buildUnnamed1577() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1578(core.List<core.String> o) {
+void checkUnnamed1577(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -445,7 +445,7 @@
buildCounterDataSource++;
if (buildCounterDataSource < 3) {
o.application = buildApplication();
- o.dataQualityStandard = buildUnnamed1578();
+ o.dataQualityStandard = buildUnnamed1577();
o.dataStreamId = 'foo';
o.dataStreamName = 'foo';
o.dataType = buildDataType();
@@ -461,7 +461,7 @@
buildCounterDataSource++;
if (buildCounterDataSource < 3) {
checkApplication(o.application! as api.Application);
- checkUnnamed1578(o.dataQualityStandard!);
+ checkUnnamed1577(o.dataQualityStandard!);
unittest.expect(
o.dataStreamId!,
unittest.equals('foo'),
@@ -484,14 +484,14 @@
buildCounterDataSource--;
}
-core.List<api.DataTypeField> buildUnnamed1579() {
+core.List<api.DataTypeField> buildUnnamed1578() {
var o = <api.DataTypeField>[];
o.add(buildDataTypeField());
o.add(buildDataTypeField());
return o;
}
-void checkUnnamed1579(core.List<api.DataTypeField> o) {
+void checkUnnamed1578(core.List<api.DataTypeField> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataTypeField(o[0] as api.DataTypeField);
checkDataTypeField(o[1] as api.DataTypeField);
@@ -502,7 +502,7 @@
var o = api.DataType();
buildCounterDataType++;
if (buildCounterDataType < 3) {
- o.field = buildUnnamed1579();
+ o.field = buildUnnamed1578();
o.name = 'foo';
}
buildCounterDataType--;
@@ -512,7 +512,7 @@
void checkDataType(api.DataType o) {
buildCounterDataType++;
if (buildCounterDataType < 3) {
- checkUnnamed1579(o.field!);
+ checkUnnamed1578(o.field!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -550,14 +550,14 @@
buildCounterDataTypeField--;
}
-core.List<api.DataPoint> buildUnnamed1580() {
+core.List<api.DataPoint> buildUnnamed1579() {
var o = <api.DataPoint>[];
o.add(buildDataPoint());
o.add(buildDataPoint());
return o;
}
-void checkUnnamed1580(core.List<api.DataPoint> o) {
+void checkUnnamed1579(core.List<api.DataPoint> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataPoint(o[0] as api.DataPoint);
checkDataPoint(o[1] as api.DataPoint);
@@ -572,7 +572,7 @@
o.maxEndTimeNs = 'foo';
o.minStartTimeNs = 'foo';
o.nextPageToken = 'foo';
- o.point = buildUnnamed1580();
+ o.point = buildUnnamed1579();
}
buildCounterDataset--;
return o;
@@ -597,7 +597,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1580(o.point!);
+ checkUnnamed1579(o.point!);
}
buildCounterDataset--;
}
@@ -644,6 +644,19 @@
buildCounterDevice--;
}
+core.List<api.DataPoint> buildUnnamed1580() {
+ var o = <api.DataPoint>[];
+ o.add(buildDataPoint());
+ o.add(buildDataPoint());
+ return o;
+}
+
+void checkUnnamed1580(core.List<api.DataPoint> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkDataPoint(o[0] as api.DataPoint);
+ checkDataPoint(o[1] as api.DataPoint);
+}
+
core.List<api.DataPoint> buildUnnamed1581() {
var o = <api.DataPoint>[];
o.add(buildDataPoint());
@@ -657,27 +670,14 @@
checkDataPoint(o[1] as api.DataPoint);
}
-core.List<api.DataPoint> buildUnnamed1582() {
- var o = <api.DataPoint>[];
- o.add(buildDataPoint());
- o.add(buildDataPoint());
- return o;
-}
-
-void checkUnnamed1582(core.List<api.DataPoint> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkDataPoint(o[0] as api.DataPoint);
- checkDataPoint(o[1] as api.DataPoint);
-}
-
core.int buildCounterListDataPointChangesResponse = 0;
api.ListDataPointChangesResponse buildListDataPointChangesResponse() {
var o = api.ListDataPointChangesResponse();
buildCounterListDataPointChangesResponse++;
if (buildCounterListDataPointChangesResponse < 3) {
o.dataSourceId = 'foo';
- o.deletedDataPoint = buildUnnamed1581();
- o.insertedDataPoint = buildUnnamed1582();
+ o.deletedDataPoint = buildUnnamed1580();
+ o.insertedDataPoint = buildUnnamed1581();
o.nextPageToken = 'foo';
}
buildCounterListDataPointChangesResponse--;
@@ -691,8 +691,8 @@
o.dataSourceId!,
unittest.equals('foo'),
);
- checkUnnamed1581(o.deletedDataPoint!);
- checkUnnamed1582(o.insertedDataPoint!);
+ checkUnnamed1580(o.deletedDataPoint!);
+ checkUnnamed1581(o.insertedDataPoint!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -701,14 +701,14 @@
buildCounterListDataPointChangesResponse--;
}
-core.List<api.DataSource> buildUnnamed1583() {
+core.List<api.DataSource> buildUnnamed1582() {
var o = <api.DataSource>[];
o.add(buildDataSource());
o.add(buildDataSource());
return o;
}
-void checkUnnamed1583(core.List<api.DataSource> o) {
+void checkUnnamed1582(core.List<api.DataSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataSource(o[0] as api.DataSource);
checkDataSource(o[1] as api.DataSource);
@@ -719,7 +719,7 @@
var o = api.ListDataSourcesResponse();
buildCounterListDataSourcesResponse++;
if (buildCounterListDataSourcesResponse < 3) {
- o.dataSource = buildUnnamed1583();
+ o.dataSource = buildUnnamed1582();
}
buildCounterListDataSourcesResponse--;
return o;
@@ -728,11 +728,24 @@
void checkListDataSourcesResponse(api.ListDataSourcesResponse o) {
buildCounterListDataSourcesResponse++;
if (buildCounterListDataSourcesResponse < 3) {
- checkUnnamed1583(o.dataSource!);
+ checkUnnamed1582(o.dataSource!);
}
buildCounterListDataSourcesResponse--;
}
+core.List<api.Session> buildUnnamed1583() {
+ var o = <api.Session>[];
+ o.add(buildSession());
+ o.add(buildSession());
+ return o;
+}
+
+void checkUnnamed1583(core.List<api.Session> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkSession(o[0] as api.Session);
+ checkSession(o[1] as api.Session);
+}
+
core.List<api.Session> buildUnnamed1584() {
var o = <api.Session>[];
o.add(buildSession());
@@ -746,28 +759,15 @@
checkSession(o[1] as api.Session);
}
-core.List<api.Session> buildUnnamed1585() {
- var o = <api.Session>[];
- o.add(buildSession());
- o.add(buildSession());
- return o;
-}
-
-void checkUnnamed1585(core.List<api.Session> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkSession(o[0] as api.Session);
- checkSession(o[1] as api.Session);
-}
-
core.int buildCounterListSessionsResponse = 0;
api.ListSessionsResponse buildListSessionsResponse() {
var o = api.ListSessionsResponse();
buildCounterListSessionsResponse++;
if (buildCounterListSessionsResponse < 3) {
- o.deletedSession = buildUnnamed1584();
+ o.deletedSession = buildUnnamed1583();
o.hasMoreData = true;
o.nextPageToken = 'foo';
- o.session = buildUnnamed1585();
+ o.session = buildUnnamed1584();
}
buildCounterListSessionsResponse--;
return o;
@@ -776,13 +776,13 @@
void checkListSessionsResponse(api.ListSessionsResponse o) {
buildCounterListSessionsResponse++;
if (buildCounterListSessionsResponse < 3) {
- checkUnnamed1584(o.deletedSession!);
+ checkUnnamed1583(o.deletedSession!);
unittest.expect(o.hasMoreData!, unittest.isTrue);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1585(o.session!);
+ checkUnnamed1584(o.session!);
}
buildCounterListSessionsResponse--;
}
@@ -868,14 +868,14 @@
buildCounterSession--;
}
-core.List<api.ValueMapValEntry> buildUnnamed1586() {
+core.List<api.ValueMapValEntry> buildUnnamed1585() {
var o = <api.ValueMapValEntry>[];
o.add(buildValueMapValEntry());
o.add(buildValueMapValEntry());
return o;
}
-void checkUnnamed1586(core.List<api.ValueMapValEntry> o) {
+void checkUnnamed1585(core.List<api.ValueMapValEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkValueMapValEntry(o[0] as api.ValueMapValEntry);
checkValueMapValEntry(o[1] as api.ValueMapValEntry);
@@ -888,7 +888,7 @@
if (buildCounterValue < 3) {
o.fpVal = 42.0;
o.intVal = 42;
- o.mapVal = buildUnnamed1586();
+ o.mapVal = buildUnnamed1585();
o.stringVal = 'foo';
}
buildCounterValue--;
@@ -906,7 +906,7 @@
o.intVal!,
unittest.equals(42),
);
- checkUnnamed1586(o.mapVal!);
+ checkUnnamed1585(o.mapVal!);
unittest.expect(
o.stringVal!,
unittest.equals('foo'),
@@ -939,14 +939,14 @@
buildCounterValueMapValEntry--;
}
-core.List<core.String> buildUnnamed1587() {
+core.List<core.String> buildUnnamed1586() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1587(core.List<core.String> o) {
+void checkUnnamed1586(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -958,14 +958,14 @@
);
}
-core.List<core.int> buildUnnamed1588() {
+core.List<core.int> buildUnnamed1587() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed1588(core.List<core.int> o) {
+void checkUnnamed1587(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1350,7 +1350,7 @@
var mock = HttpServerMock();
var res = api.FitnessApi(mock).users.dataSources;
var arg_userId = 'foo';
- var arg_dataTypeName = buildUnnamed1587();
+ var arg_dataTypeName = buildUnnamed1586();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -1784,7 +1784,7 @@
var mock = HttpServerMock();
var res = api.FitnessApi(mock).users.sessions;
var arg_userId = 'foo';
- var arg_activityType = buildUnnamed1588();
+ var arg_activityType = buildUnnamed1587();
var arg_endTime = 'foo';
var arg_includeDeleted = true;
var arg_pageToken = 'foo';
diff --git a/generated/googleapis/test/games/v1_test.dart b/generated/googleapis/test/games/v1_test.dart
index f470b57..534da15 100644
--- a/generated/googleapis/test/games/v1_test.dart
+++ b/generated/googleapis/test/games/v1_test.dart
@@ -103,14 +103,14 @@
buildCounterAchievementDefinition--;
}
-core.List<api.AchievementDefinition> buildUnnamed3537() {
+core.List<api.AchievementDefinition> buildUnnamed3547() {
var o = <api.AchievementDefinition>[];
o.add(buildAchievementDefinition());
o.add(buildAchievementDefinition());
return o;
}
-void checkUnnamed3537(core.List<api.AchievementDefinition> o) {
+void checkUnnamed3547(core.List<api.AchievementDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkAchievementDefinition(o[0] as api.AchievementDefinition);
checkAchievementDefinition(o[1] as api.AchievementDefinition);
@@ -122,7 +122,7 @@
var o = api.AchievementDefinitionsListResponse();
buildCounterAchievementDefinitionsListResponse++;
if (buildCounterAchievementDefinitionsListResponse < 3) {
- o.items = buildUnnamed3537();
+ o.items = buildUnnamed3547();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -134,7 +134,7 @@
api.AchievementDefinitionsListResponse o) {
buildCounterAchievementDefinitionsListResponse++;
if (buildCounterAchievementDefinitionsListResponse < 3) {
- checkUnnamed3537(o.items!);
+ checkUnnamed3547(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -258,14 +258,14 @@
buildCounterAchievementUnlockResponse--;
}
-core.List<api.AchievementUpdateRequest> buildUnnamed3538() {
+core.List<api.AchievementUpdateRequest> buildUnnamed3548() {
var o = <api.AchievementUpdateRequest>[];
o.add(buildAchievementUpdateRequest());
o.add(buildAchievementUpdateRequest());
return o;
}
-void checkUnnamed3538(core.List<api.AchievementUpdateRequest> o) {
+void checkUnnamed3548(core.List<api.AchievementUpdateRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkAchievementUpdateRequest(o[0] as api.AchievementUpdateRequest);
checkAchievementUpdateRequest(o[1] as api.AchievementUpdateRequest);
@@ -277,7 +277,7 @@
buildCounterAchievementUpdateMultipleRequest++;
if (buildCounterAchievementUpdateMultipleRequest < 3) {
o.kind = 'foo';
- o.updates = buildUnnamed3538();
+ o.updates = buildUnnamed3548();
}
buildCounterAchievementUpdateMultipleRequest--;
return o;
@@ -291,19 +291,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3538(o.updates!);
+ checkUnnamed3548(o.updates!);
}
buildCounterAchievementUpdateMultipleRequest--;
}
-core.List<api.AchievementUpdateResponse> buildUnnamed3539() {
+core.List<api.AchievementUpdateResponse> buildUnnamed3549() {
var o = <api.AchievementUpdateResponse>[];
o.add(buildAchievementUpdateResponse());
o.add(buildAchievementUpdateResponse());
return o;
}
-void checkUnnamed3539(core.List<api.AchievementUpdateResponse> o) {
+void checkUnnamed3549(core.List<api.AchievementUpdateResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkAchievementUpdateResponse(o[0] as api.AchievementUpdateResponse);
checkAchievementUpdateResponse(o[1] as api.AchievementUpdateResponse);
@@ -315,7 +315,7 @@
buildCounterAchievementUpdateMultipleResponse++;
if (buildCounterAchievementUpdateMultipleResponse < 3) {
o.kind = 'foo';
- o.updatedAchievements = buildUnnamed3539();
+ o.updatedAchievements = buildUnnamed3549();
}
buildCounterAchievementUpdateMultipleResponse--;
return o;
@@ -329,7 +329,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3539(o.updatedAchievements!);
+ checkUnnamed3549(o.updatedAchievements!);
}
buildCounterAchievementUpdateMultipleResponse--;
}
@@ -413,27 +413,27 @@
buildCounterAchievementUpdateResponse--;
}
-core.List<api.ImageAsset> buildUnnamed3540() {
+core.List<api.ImageAsset> buildUnnamed3550() {
var o = <api.ImageAsset>[];
o.add(buildImageAsset());
o.add(buildImageAsset());
return o;
}
-void checkUnnamed3540(core.List<api.ImageAsset> o) {
+void checkUnnamed3550(core.List<api.ImageAsset> o) {
unittest.expect(o, unittest.hasLength(2));
checkImageAsset(o[0] as api.ImageAsset);
checkImageAsset(o[1] as api.ImageAsset);
}
-core.List<core.String> buildUnnamed3541() {
+core.List<core.String> buildUnnamed3551() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3541(core.List<core.String> o) {
+void checkUnnamed3551(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -445,14 +445,14 @@
);
}
-core.List<api.Instance> buildUnnamed3542() {
+core.List<api.Instance> buildUnnamed3552() {
var o = <api.Instance>[];
o.add(buildInstance());
o.add(buildInstance());
return o;
}
-void checkUnnamed3542(core.List<api.Instance> o) {
+void checkUnnamed3552(core.List<api.Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstance(o[0] as api.Instance);
checkInstance(o[1] as api.Instance);
@@ -464,13 +464,13 @@
buildCounterApplication++;
if (buildCounterApplication < 3) {
o.achievementCount = 42;
- o.assets = buildUnnamed3540();
+ o.assets = buildUnnamed3550();
o.author = 'foo';
o.category = buildApplicationCategory();
o.description = 'foo';
- o.enabledFeatures = buildUnnamed3541();
+ o.enabledFeatures = buildUnnamed3551();
o.id = 'foo';
- o.instances = buildUnnamed3542();
+ o.instances = buildUnnamed3552();
o.kind = 'foo';
o.lastUpdatedTimestamp = 'foo';
o.leaderboardCount = 42;
@@ -488,7 +488,7 @@
o.achievementCount!,
unittest.equals(42),
);
- checkUnnamed3540(o.assets!);
+ checkUnnamed3550(o.assets!);
unittest.expect(
o.author!,
unittest.equals('foo'),
@@ -498,12 +498,12 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed3541(o.enabledFeatures!);
+ checkUnnamed3551(o.enabledFeatures!);
unittest.expect(
o.id!,
unittest.equals('foo'),
);
- checkUnnamed3542(o.instances!);
+ checkUnnamed3552(o.instances!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -624,14 +624,14 @@
buildCounterCategory--;
}
-core.List<api.Category> buildUnnamed3543() {
+core.List<api.Category> buildUnnamed3553() {
var o = <api.Category>[];
o.add(buildCategory());
o.add(buildCategory());
return o;
}
-void checkUnnamed3543(core.List<api.Category> o) {
+void checkUnnamed3553(core.List<api.Category> o) {
unittest.expect(o, unittest.hasLength(2));
checkCategory(o[0] as api.Category);
checkCategory(o[1] as api.Category);
@@ -642,7 +642,7 @@
var o = api.CategoryListResponse();
buildCounterCategoryListResponse++;
if (buildCounterCategoryListResponse < 3) {
- o.items = buildUnnamed3543();
+ o.items = buildUnnamed3553();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -653,7 +653,7 @@
void checkCategoryListResponse(api.CategoryListResponse o) {
buildCounterCategoryListResponse++;
if (buildCounterCategoryListResponse < 3) {
- checkUnnamed3543(o.items!);
+ checkUnnamed3553(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -744,14 +744,14 @@
buildCounterEventChild--;
}
-core.List<api.EventChild> buildUnnamed3544() {
+core.List<api.EventChild> buildUnnamed3554() {
var o = <api.EventChild>[];
o.add(buildEventChild());
o.add(buildEventChild());
return o;
}
-void checkUnnamed3544(core.List<api.EventChild> o) {
+void checkUnnamed3554(core.List<api.EventChild> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventChild(o[0] as api.EventChild);
checkEventChild(o[1] as api.EventChild);
@@ -762,7 +762,7 @@
var o = api.EventDefinition();
buildCounterEventDefinition++;
if (buildCounterEventDefinition < 3) {
- o.childEvents = buildUnnamed3544();
+ o.childEvents = buildUnnamed3554();
o.description = 'foo';
o.displayName = 'foo';
o.id = 'foo';
@@ -778,7 +778,7 @@
void checkEventDefinition(api.EventDefinition o) {
buildCounterEventDefinition++;
if (buildCounterEventDefinition < 3) {
- checkUnnamed3544(o.childEvents!);
+ checkUnnamed3554(o.childEvents!);
unittest.expect(
o.description!,
unittest.equals('foo'),
@@ -808,14 +808,14 @@
buildCounterEventDefinition--;
}
-core.List<api.EventDefinition> buildUnnamed3545() {
+core.List<api.EventDefinition> buildUnnamed3555() {
var o = <api.EventDefinition>[];
o.add(buildEventDefinition());
o.add(buildEventDefinition());
return o;
}
-void checkUnnamed3545(core.List<api.EventDefinition> o) {
+void checkUnnamed3555(core.List<api.EventDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventDefinition(o[0] as api.EventDefinition);
checkEventDefinition(o[1] as api.EventDefinition);
@@ -826,7 +826,7 @@
var o = api.EventDefinitionListResponse();
buildCounterEventDefinitionListResponse++;
if (buildCounterEventDefinitionListResponse < 3) {
- o.items = buildUnnamed3545();
+ o.items = buildUnnamed3555();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -837,7 +837,7 @@
void checkEventDefinitionListResponse(api.EventDefinitionListResponse o) {
buildCounterEventDefinitionListResponse++;
if (buildCounterEventDefinitionListResponse < 3) {
- checkUnnamed3545(o.items!);
+ checkUnnamed3555(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -882,14 +882,14 @@
buildCounterEventPeriodRange--;
}
-core.List<api.EventUpdateRequest> buildUnnamed3546() {
+core.List<api.EventUpdateRequest> buildUnnamed3556() {
var o = <api.EventUpdateRequest>[];
o.add(buildEventUpdateRequest());
o.add(buildEventUpdateRequest());
return o;
}
-void checkUnnamed3546(core.List<api.EventUpdateRequest> o) {
+void checkUnnamed3556(core.List<api.EventUpdateRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventUpdateRequest(o[0] as api.EventUpdateRequest);
checkEventUpdateRequest(o[1] as api.EventUpdateRequest);
@@ -902,7 +902,7 @@
if (buildCounterEventPeriodUpdate < 3) {
o.kind = 'foo';
o.timePeriod = buildEventPeriodRange();
- o.updates = buildUnnamed3546();
+ o.updates = buildUnnamed3556();
}
buildCounterEventPeriodUpdate--;
return o;
@@ -916,7 +916,7 @@
unittest.equals('foo'),
);
checkEventPeriodRange(o.timePeriod! as api.EventPeriodRange);
- checkUnnamed3546(o.updates!);
+ checkUnnamed3556(o.updates!);
}
buildCounterEventPeriodUpdate--;
}
@@ -953,14 +953,14 @@
buildCounterEventRecordFailure--;
}
-core.List<api.EventPeriodUpdate> buildUnnamed3547() {
+core.List<api.EventPeriodUpdate> buildUnnamed3557() {
var o = <api.EventPeriodUpdate>[];
o.add(buildEventPeriodUpdate());
o.add(buildEventPeriodUpdate());
return o;
}
-void checkUnnamed3547(core.List<api.EventPeriodUpdate> o) {
+void checkUnnamed3557(core.List<api.EventPeriodUpdate> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventPeriodUpdate(o[0] as api.EventPeriodUpdate);
checkEventPeriodUpdate(o[1] as api.EventPeriodUpdate);
@@ -974,7 +974,7 @@
o.currentTimeMillis = 'foo';
o.kind = 'foo';
o.requestId = 'foo';
- o.timePeriods = buildUnnamed3547();
+ o.timePeriods = buildUnnamed3557();
}
buildCounterEventRecordRequest--;
return o;
@@ -995,7 +995,7 @@
o.requestId!,
unittest.equals('foo'),
);
- checkUnnamed3547(o.timePeriods!);
+ checkUnnamed3557(o.timePeriods!);
}
buildCounterEventRecordRequest--;
}
@@ -1032,40 +1032,40 @@
buildCounterEventUpdateRequest--;
}
-core.List<api.EventBatchRecordFailure> buildUnnamed3548() {
+core.List<api.EventBatchRecordFailure> buildUnnamed3558() {
var o = <api.EventBatchRecordFailure>[];
o.add(buildEventBatchRecordFailure());
o.add(buildEventBatchRecordFailure());
return o;
}
-void checkUnnamed3548(core.List<api.EventBatchRecordFailure> o) {
+void checkUnnamed3558(core.List<api.EventBatchRecordFailure> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventBatchRecordFailure(o[0] as api.EventBatchRecordFailure);
checkEventBatchRecordFailure(o[1] as api.EventBatchRecordFailure);
}
-core.List<api.EventRecordFailure> buildUnnamed3549() {
+core.List<api.EventRecordFailure> buildUnnamed3559() {
var o = <api.EventRecordFailure>[];
o.add(buildEventRecordFailure());
o.add(buildEventRecordFailure());
return o;
}
-void checkUnnamed3549(core.List<api.EventRecordFailure> o) {
+void checkUnnamed3559(core.List<api.EventRecordFailure> o) {
unittest.expect(o, unittest.hasLength(2));
checkEventRecordFailure(o[0] as api.EventRecordFailure);
checkEventRecordFailure(o[1] as api.EventRecordFailure);
}
-core.List<api.PlayerEvent> buildUnnamed3550() {
+core.List<api.PlayerEvent> buildUnnamed3560() {
var o = <api.PlayerEvent>[];
o.add(buildPlayerEvent());
o.add(buildPlayerEvent());
return o;
}
-void checkUnnamed3550(core.List<api.PlayerEvent> o) {
+void checkUnnamed3560(core.List<api.PlayerEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerEvent(o[0] as api.PlayerEvent);
checkPlayerEvent(o[1] as api.PlayerEvent);
@@ -1076,10 +1076,10 @@
var o = api.EventUpdateResponse();
buildCounterEventUpdateResponse++;
if (buildCounterEventUpdateResponse < 3) {
- o.batchFailures = buildUnnamed3548();
- o.eventFailures = buildUnnamed3549();
+ o.batchFailures = buildUnnamed3558();
+ o.eventFailures = buildUnnamed3559();
o.kind = 'foo';
- o.playerEvents = buildUnnamed3550();
+ o.playerEvents = buildUnnamed3560();
}
buildCounterEventUpdateResponse--;
return o;
@@ -1088,13 +1088,13 @@
void checkEventUpdateResponse(api.EventUpdateResponse o) {
buildCounterEventUpdateResponse++;
if (buildCounterEventUpdateResponse < 3) {
- checkUnnamed3548(o.batchFailures!);
- checkUnnamed3549(o.eventFailures!);
+ checkUnnamed3558(o.batchFailures!);
+ checkUnnamed3559(o.eventFailures!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3550(o.playerEvents!);
+ checkUnnamed3560(o.playerEvents!);
}
buildCounterEventUpdateResponse--;
}
@@ -1452,14 +1452,14 @@
buildCounterLeaderboardEntry--;
}
-core.List<api.Leaderboard> buildUnnamed3551() {
+core.List<api.Leaderboard> buildUnnamed3561() {
var o = <api.Leaderboard>[];
o.add(buildLeaderboard());
o.add(buildLeaderboard());
return o;
}
-void checkUnnamed3551(core.List<api.Leaderboard> o) {
+void checkUnnamed3561(core.List<api.Leaderboard> o) {
unittest.expect(o, unittest.hasLength(2));
checkLeaderboard(o[0] as api.Leaderboard);
checkLeaderboard(o[1] as api.Leaderboard);
@@ -1470,7 +1470,7 @@
var o = api.LeaderboardListResponse();
buildCounterLeaderboardListResponse++;
if (buildCounterLeaderboardListResponse < 3) {
- o.items = buildUnnamed3551();
+ o.items = buildUnnamed3561();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1481,7 +1481,7 @@
void checkLeaderboardListResponse(api.LeaderboardListResponse o) {
buildCounterLeaderboardListResponse++;
if (buildCounterLeaderboardListResponse < 3) {
- checkUnnamed3551(o.items!);
+ checkUnnamed3561(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1536,14 +1536,14 @@
buildCounterLeaderboardScoreRank--;
}
-core.List<api.LeaderboardEntry> buildUnnamed3552() {
+core.List<api.LeaderboardEntry> buildUnnamed3562() {
var o = <api.LeaderboardEntry>[];
o.add(buildLeaderboardEntry());
o.add(buildLeaderboardEntry());
return o;
}
-void checkUnnamed3552(core.List<api.LeaderboardEntry> o) {
+void checkUnnamed3562(core.List<api.LeaderboardEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLeaderboardEntry(o[0] as api.LeaderboardEntry);
checkLeaderboardEntry(o[1] as api.LeaderboardEntry);
@@ -1554,7 +1554,7 @@
var o = api.LeaderboardScores();
buildCounterLeaderboardScores++;
if (buildCounterLeaderboardScores < 3) {
- o.items = buildUnnamed3552();
+ o.items = buildUnnamed3562();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.numScores = 'foo';
@@ -1568,7 +1568,7 @@
void checkLeaderboardScores(api.LeaderboardScores o) {
buildCounterLeaderboardScores++;
if (buildCounterLeaderboardScores < 3) {
- checkUnnamed3552(o.items!);
+ checkUnnamed3562(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1590,14 +1590,14 @@
buildCounterLeaderboardScores--;
}
-core.List<api.PlayerLevel> buildUnnamed3553() {
+core.List<api.PlayerLevel> buildUnnamed3563() {
var o = <api.PlayerLevel>[];
o.add(buildPlayerLevel());
o.add(buildPlayerLevel());
return o;
}
-void checkUnnamed3553(core.List<api.PlayerLevel> o) {
+void checkUnnamed3563(core.List<api.PlayerLevel> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerLevel(o[0] as api.PlayerLevel);
checkPlayerLevel(o[1] as api.PlayerLevel);
@@ -1610,7 +1610,7 @@
if (buildCounterMetagameConfig < 3) {
o.currentVersion = 42;
o.kind = 'foo';
- o.playerLevels = buildUnnamed3553();
+ o.playerLevels = buildUnnamed3563();
}
buildCounterMetagameConfig--;
return o;
@@ -1627,7 +1627,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3553(o.playerLevels!);
+ checkUnnamed3563(o.playerLevels!);
}
buildCounterMetagameConfig--;
}
@@ -1779,14 +1779,14 @@
buildCounterPlayerAchievement--;
}
-core.List<api.PlayerAchievement> buildUnnamed3554() {
+core.List<api.PlayerAchievement> buildUnnamed3564() {
var o = <api.PlayerAchievement>[];
o.add(buildPlayerAchievement());
o.add(buildPlayerAchievement());
return o;
}
-void checkUnnamed3554(core.List<api.PlayerAchievement> o) {
+void checkUnnamed3564(core.List<api.PlayerAchievement> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerAchievement(o[0] as api.PlayerAchievement);
checkPlayerAchievement(o[1] as api.PlayerAchievement);
@@ -1797,7 +1797,7 @@
var o = api.PlayerAchievementListResponse();
buildCounterPlayerAchievementListResponse++;
if (buildCounterPlayerAchievementListResponse < 3) {
- o.items = buildUnnamed3554();
+ o.items = buildUnnamed3564();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1808,7 +1808,7 @@
void checkPlayerAchievementListResponse(api.PlayerAchievementListResponse o) {
buildCounterPlayerAchievementListResponse++;
if (buildCounterPlayerAchievementListResponse < 3) {
- checkUnnamed3554(o.items!);
+ checkUnnamed3564(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1863,14 +1863,14 @@
buildCounterPlayerEvent--;
}
-core.List<api.PlayerEvent> buildUnnamed3555() {
+core.List<api.PlayerEvent> buildUnnamed3565() {
var o = <api.PlayerEvent>[];
o.add(buildPlayerEvent());
o.add(buildPlayerEvent());
return o;
}
-void checkUnnamed3555(core.List<api.PlayerEvent> o) {
+void checkUnnamed3565(core.List<api.PlayerEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerEvent(o[0] as api.PlayerEvent);
checkPlayerEvent(o[1] as api.PlayerEvent);
@@ -1881,7 +1881,7 @@
var o = api.PlayerEventListResponse();
buildCounterPlayerEventListResponse++;
if (buildCounterPlayerEventListResponse < 3) {
- o.items = buildUnnamed3555();
+ o.items = buildUnnamed3565();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1892,7 +1892,7 @@
void checkPlayerEventListResponse(api.PlayerEventListResponse o) {
buildCounterPlayerEventListResponse++;
if (buildCounterPlayerEventListResponse < 3) {
- checkUnnamed3555(o.items!);
+ checkUnnamed3565(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1999,14 +1999,14 @@
buildCounterPlayerLeaderboardScore--;
}
-core.List<api.PlayerLeaderboardScore> buildUnnamed3556() {
+core.List<api.PlayerLeaderboardScore> buildUnnamed3566() {
var o = <api.PlayerLeaderboardScore>[];
o.add(buildPlayerLeaderboardScore());
o.add(buildPlayerLeaderboardScore());
return o;
}
-void checkUnnamed3556(core.List<api.PlayerLeaderboardScore> o) {
+void checkUnnamed3566(core.List<api.PlayerLeaderboardScore> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerLeaderboardScore(o[0] as api.PlayerLeaderboardScore);
checkPlayerLeaderboardScore(o[1] as api.PlayerLeaderboardScore);
@@ -2018,7 +2018,7 @@
var o = api.PlayerLeaderboardScoreListResponse();
buildCounterPlayerLeaderboardScoreListResponse++;
if (buildCounterPlayerLeaderboardScoreListResponse < 3) {
- o.items = buildUnnamed3556();
+ o.items = buildUnnamed3566();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.player = buildPlayer();
@@ -2031,7 +2031,7 @@
api.PlayerLeaderboardScoreListResponse o) {
buildCounterPlayerLeaderboardScoreListResponse++;
if (buildCounterPlayerLeaderboardScoreListResponse < 3) {
- checkUnnamed3556(o.items!);
+ checkUnnamed3566(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2082,14 +2082,14 @@
buildCounterPlayerLevel--;
}
-core.List<api.Player> buildUnnamed3557() {
+core.List<api.Player> buildUnnamed3567() {
var o = <api.Player>[];
o.add(buildPlayer());
o.add(buildPlayer());
return o;
}
-void checkUnnamed3557(core.List<api.Player> o) {
+void checkUnnamed3567(core.List<api.Player> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayer(o[0] as api.Player);
checkPlayer(o[1] as api.Player);
@@ -2100,7 +2100,7 @@
var o = api.PlayerListResponse();
buildCounterPlayerListResponse++;
if (buildCounterPlayerListResponse < 3) {
- o.items = buildUnnamed3557();
+ o.items = buildUnnamed3567();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -2111,7 +2111,7 @@
void checkPlayerListResponse(api.PlayerListResponse o) {
buildCounterPlayerListResponse++;
if (buildCounterPlayerListResponse < 3) {
- checkUnnamed3557(o.items!);
+ checkUnnamed3567(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2166,14 +2166,14 @@
buildCounterPlayerScore--;
}
-core.List<api.PlayerScoreResponse> buildUnnamed3558() {
+core.List<api.PlayerScoreResponse> buildUnnamed3568() {
var o = <api.PlayerScoreResponse>[];
o.add(buildPlayerScoreResponse());
o.add(buildPlayerScoreResponse());
return o;
}
-void checkUnnamed3558(core.List<api.PlayerScoreResponse> o) {
+void checkUnnamed3568(core.List<api.PlayerScoreResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerScoreResponse(o[0] as api.PlayerScoreResponse);
checkPlayerScoreResponse(o[1] as api.PlayerScoreResponse);
@@ -2185,7 +2185,7 @@
buildCounterPlayerScoreListResponse++;
if (buildCounterPlayerScoreListResponse < 3) {
o.kind = 'foo';
- o.submittedScores = buildUnnamed3558();
+ o.submittedScores = buildUnnamed3568();
}
buildCounterPlayerScoreListResponse--;
return o;
@@ -2198,19 +2198,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3558(o.submittedScores!);
+ checkUnnamed3568(o.submittedScores!);
}
buildCounterPlayerScoreListResponse--;
}
-core.List<core.String> buildUnnamed3559() {
+core.List<core.String> buildUnnamed3569() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3559(core.List<core.String> o) {
+void checkUnnamed3569(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2222,14 +2222,14 @@
);
}
-core.List<api.PlayerScore> buildUnnamed3560() {
+core.List<api.PlayerScore> buildUnnamed3570() {
var o = <api.PlayerScore>[];
o.add(buildPlayerScore());
o.add(buildPlayerScore());
return o;
}
-void checkUnnamed3560(core.List<api.PlayerScore> o) {
+void checkUnnamed3570(core.List<api.PlayerScore> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlayerScore(o[0] as api.PlayerScore);
checkPlayerScore(o[1] as api.PlayerScore);
@@ -2240,12 +2240,12 @@
var o = api.PlayerScoreResponse();
buildCounterPlayerScoreResponse++;
if (buildCounterPlayerScoreResponse < 3) {
- o.beatenScoreTimeSpans = buildUnnamed3559();
+ o.beatenScoreTimeSpans = buildUnnamed3569();
o.formattedScore = 'foo';
o.kind = 'foo';
o.leaderboardId = 'foo';
o.scoreTag = 'foo';
- o.unbeatenScores = buildUnnamed3560();
+ o.unbeatenScores = buildUnnamed3570();
}
buildCounterPlayerScoreResponse--;
return o;
@@ -2254,7 +2254,7 @@
void checkPlayerScoreResponse(api.PlayerScoreResponse o) {
buildCounterPlayerScoreResponse++;
if (buildCounterPlayerScoreResponse < 3) {
- checkUnnamed3559(o.beatenScoreTimeSpans!);
+ checkUnnamed3569(o.beatenScoreTimeSpans!);
unittest.expect(
o.formattedScore!,
unittest.equals('foo'),
@@ -2271,19 +2271,19 @@
o.scoreTag!,
unittest.equals('foo'),
);
- checkUnnamed3560(o.unbeatenScores!);
+ checkUnnamed3570(o.unbeatenScores!);
}
buildCounterPlayerScoreResponse--;
}
-core.List<api.ScoreSubmission> buildUnnamed3561() {
+core.List<api.ScoreSubmission> buildUnnamed3571() {
var o = <api.ScoreSubmission>[];
o.add(buildScoreSubmission());
o.add(buildScoreSubmission());
return o;
}
-void checkUnnamed3561(core.List<api.ScoreSubmission> o) {
+void checkUnnamed3571(core.List<api.ScoreSubmission> o) {
unittest.expect(o, unittest.hasLength(2));
checkScoreSubmission(o[0] as api.ScoreSubmission);
checkScoreSubmission(o[1] as api.ScoreSubmission);
@@ -2295,7 +2295,7 @@
buildCounterPlayerScoreSubmissionList++;
if (buildCounterPlayerScoreSubmissionList < 3) {
o.kind = 'foo';
- o.scores = buildUnnamed3561();
+ o.scores = buildUnnamed3571();
}
buildCounterPlayerScoreSubmissionList--;
return o;
@@ -2308,7 +2308,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3561(o.scores!);
+ checkUnnamed3571(o.scores!);
}
buildCounterPlayerScoreSubmissionList--;
}
@@ -2527,14 +2527,14 @@
buildCounterSnapshotImage--;
}
-core.List<api.Snapshot> buildUnnamed3562() {
+core.List<api.Snapshot> buildUnnamed3572() {
var o = <api.Snapshot>[];
o.add(buildSnapshot());
o.add(buildSnapshot());
return o;
}
-void checkUnnamed3562(core.List<api.Snapshot> o) {
+void checkUnnamed3572(core.List<api.Snapshot> o) {
unittest.expect(o, unittest.hasLength(2));
checkSnapshot(o[0] as api.Snapshot);
checkSnapshot(o[1] as api.Snapshot);
@@ -2545,7 +2545,7 @@
var o = api.SnapshotListResponse();
buildCounterSnapshotListResponse++;
if (buildCounterSnapshotListResponse < 3) {
- o.items = buildUnnamed3562();
+ o.items = buildUnnamed3572();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -2556,7 +2556,7 @@
void checkSnapshotListResponse(api.SnapshotListResponse o) {
buildCounterSnapshotListResponse++;
if (buildCounterSnapshotListResponse < 3) {
- checkUnnamed3562(o.items!);
+ checkUnnamed3572(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/gamesconfiguration/v1configuration_test.dart b/generated/googleapis/test/gamesconfiguration/v1configuration_test.dart
index 36bc33e..6ee7188 100644
--- a/generated/googleapis/test/gamesconfiguration/v1configuration_test.dart
+++ b/generated/googleapis/test/gamesconfiguration/v1configuration_test.dart
@@ -121,14 +121,14 @@
buildCounterAchievementConfigurationDetail--;
}
-core.List<api.AchievementConfiguration> buildUnnamed3641() {
+core.List<api.AchievementConfiguration> buildUnnamed3651() {
var o = <api.AchievementConfiguration>[];
o.add(buildAchievementConfiguration());
o.add(buildAchievementConfiguration());
return o;
}
-void checkUnnamed3641(core.List<api.AchievementConfiguration> o) {
+void checkUnnamed3651(core.List<api.AchievementConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkAchievementConfiguration(o[0] as api.AchievementConfiguration);
checkAchievementConfiguration(o[1] as api.AchievementConfiguration);
@@ -140,7 +140,7 @@
var o = api.AchievementConfigurationListResponse();
buildCounterAchievementConfigurationListResponse++;
if (buildCounterAchievementConfigurationListResponse < 3) {
- o.items = buildUnnamed3641();
+ o.items = buildUnnamed3651();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -152,7 +152,7 @@
api.AchievementConfigurationListResponse o) {
buildCounterAchievementConfigurationListResponse++;
if (buildCounterAchievementConfigurationListResponse < 3) {
- checkUnnamed3641(o.items!);
+ checkUnnamed3651(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -356,14 +356,14 @@
buildCounterLeaderboardConfigurationDetail--;
}
-core.List<api.LeaderboardConfiguration> buildUnnamed3642() {
+core.List<api.LeaderboardConfiguration> buildUnnamed3652() {
var o = <api.LeaderboardConfiguration>[];
o.add(buildLeaderboardConfiguration());
o.add(buildLeaderboardConfiguration());
return o;
}
-void checkUnnamed3642(core.List<api.LeaderboardConfiguration> o) {
+void checkUnnamed3652(core.List<api.LeaderboardConfiguration> o) {
unittest.expect(o, unittest.hasLength(2));
checkLeaderboardConfiguration(o[0] as api.LeaderboardConfiguration);
checkLeaderboardConfiguration(o[1] as api.LeaderboardConfiguration);
@@ -375,7 +375,7 @@
var o = api.LeaderboardConfigurationListResponse();
buildCounterLeaderboardConfigurationListResponse++;
if (buildCounterLeaderboardConfigurationListResponse < 3) {
- o.items = buildUnnamed3642();
+ o.items = buildUnnamed3652();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -387,7 +387,7 @@
api.LeaderboardConfigurationListResponse o) {
buildCounterLeaderboardConfigurationListResponse++;
if (buildCounterLeaderboardConfigurationListResponse < 3) {
- checkUnnamed3642(o.items!);
+ checkUnnamed3652(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -432,14 +432,14 @@
buildCounterLocalizedString--;
}
-core.List<api.LocalizedString> buildUnnamed3643() {
+core.List<api.LocalizedString> buildUnnamed3653() {
var o = <api.LocalizedString>[];
o.add(buildLocalizedString());
o.add(buildLocalizedString());
return o;
}
-void checkUnnamed3643(core.List<api.LocalizedString> o) {
+void checkUnnamed3653(core.List<api.LocalizedString> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalizedString(o[0] as api.LocalizedString);
checkLocalizedString(o[1] as api.LocalizedString);
@@ -451,7 +451,7 @@
buildCounterLocalizedStringBundle++;
if (buildCounterLocalizedStringBundle < 3) {
o.kind = 'foo';
- o.translations = buildUnnamed3643();
+ o.translations = buildUnnamed3653();
}
buildCounterLocalizedStringBundle--;
return o;
@@ -464,7 +464,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3643(o.translations!);
+ checkUnnamed3653(o.translations!);
}
buildCounterLocalizedStringBundle--;
}
diff --git a/generated/googleapis/test/gkehub/v1_test.dart b/generated/googleapis/test/gkehub/v1_test.dart
index ec66fe8..115ea98 100644
--- a/generated/googleapis/test/gkehub/v1_test.dart
+++ b/generated/googleapis/test/gkehub/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.AuditLogConfig> buildUnnamed1599() {
+core.List<api.AuditLogConfig> buildUnnamed1598() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed1599(core.List<api.AuditLogConfig> o) {
+void checkUnnamed1598(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -45,7 +45,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed1599();
+ o.auditLogConfigs = buildUnnamed1598();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -55,7 +55,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed1599(o.auditLogConfigs!);
+ checkUnnamed1598(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -64,14 +64,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed1600() {
+core.List<core.String> buildUnnamed1599() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1600(core.List<core.String> o) {
+void checkUnnamed1599(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -88,7 +88,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed1600();
+ o.exemptedMembers = buildUnnamed1599();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -98,7 +98,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed1600(o.exemptedMembers!);
+ checkUnnamed1599(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -144,14 +144,14 @@
buildCounterAuthority--;
}
-core.List<core.String> buildUnnamed1601() {
+core.List<core.String> buildUnnamed1600() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1601(core.List<core.String> o) {
+void checkUnnamed1600(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -169,7 +169,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed1601();
+ o.members = buildUnnamed1600();
o.role = 'foo';
}
buildCounterBinding--;
@@ -180,7 +180,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed1601(o.members!);
+ checkUnnamed1600(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -745,14 +745,14 @@
buildCounterConfigManagementMembershipState--;
}
-core.List<api.ConfigManagementInstallError> buildUnnamed1602() {
+core.List<api.ConfigManagementInstallError> buildUnnamed1601() {
var o = <api.ConfigManagementInstallError>[];
o.add(buildConfigManagementInstallError());
o.add(buildConfigManagementInstallError());
return o;
}
-void checkUnnamed1602(core.List<api.ConfigManagementInstallError> o) {
+void checkUnnamed1601(core.List<api.ConfigManagementInstallError> o) {
unittest.expect(o, unittest.hasLength(2));
checkConfigManagementInstallError(o[0] as api.ConfigManagementInstallError);
checkConfigManagementInstallError(o[1] as api.ConfigManagementInstallError);
@@ -764,7 +764,7 @@
buildCounterConfigManagementOperatorState++;
if (buildCounterConfigManagementOperatorState < 3) {
o.deploymentState = 'foo';
- o.errors = buildUnnamed1602();
+ o.errors = buildUnnamed1601();
o.version = 'foo';
}
buildCounterConfigManagementOperatorState--;
@@ -778,7 +778,7 @@
o.deploymentState!,
unittest.equals('foo'),
);
- checkUnnamed1602(o.errors!);
+ checkUnnamed1601(o.errors!);
unittest.expect(
o.version!,
unittest.equals('foo'),
@@ -787,14 +787,14 @@
buildCounterConfigManagementOperatorState--;
}
-core.List<core.String> buildUnnamed1603() {
+core.List<core.String> buildUnnamed1602() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1603(core.List<core.String> o) {
+void checkUnnamed1602(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -813,7 +813,7 @@
if (buildCounterConfigManagementPolicyController < 3) {
o.auditIntervalSeconds = 'foo';
o.enabled = true;
- o.exemptableNamespaces = buildUnnamed1603();
+ o.exemptableNamespaces = buildUnnamed1602();
o.logDeniesEnabled = true;
o.referentialRulesEnabled = true;
o.templateLibraryInstalled = true;
@@ -831,7 +831,7 @@
unittest.equals('foo'),
);
unittest.expect(o.enabled!, unittest.isTrue);
- checkUnnamed1603(o.exemptableNamespaces!);
+ checkUnnamed1602(o.exemptableNamespaces!);
unittest.expect(o.logDeniesEnabled!, unittest.isTrue);
unittest.expect(o.referentialRulesEnabled!, unittest.isTrue);
unittest.expect(o.templateLibraryInstalled!, unittest.isTrue);
@@ -888,14 +888,14 @@
buildCounterConfigManagementPolicyControllerVersion--;
}
-core.List<api.ConfigManagementErrorResource> buildUnnamed1604() {
+core.List<api.ConfigManagementErrorResource> buildUnnamed1603() {
var o = <api.ConfigManagementErrorResource>[];
o.add(buildConfigManagementErrorResource());
o.add(buildConfigManagementErrorResource());
return o;
}
-void checkUnnamed1604(core.List<api.ConfigManagementErrorResource> o) {
+void checkUnnamed1603(core.List<api.ConfigManagementErrorResource> o) {
unittest.expect(o, unittest.hasLength(2));
checkConfigManagementErrorResource(o[0] as api.ConfigManagementErrorResource);
checkConfigManagementErrorResource(o[1] as api.ConfigManagementErrorResource);
@@ -908,7 +908,7 @@
if (buildCounterConfigManagementSyncError < 3) {
o.code = 'foo';
o.errorMessage = 'foo';
- o.errorResources = buildUnnamed1604();
+ o.errorResources = buildUnnamed1603();
}
buildCounterConfigManagementSyncError--;
return o;
@@ -925,19 +925,19 @@
o.errorMessage!,
unittest.equals('foo'),
);
- checkUnnamed1604(o.errorResources!);
+ checkUnnamed1603(o.errorResources!);
}
buildCounterConfigManagementSyncError--;
}
-core.List<api.ConfigManagementSyncError> buildUnnamed1605() {
+core.List<api.ConfigManagementSyncError> buildUnnamed1604() {
var o = <api.ConfigManagementSyncError>[];
o.add(buildConfigManagementSyncError());
o.add(buildConfigManagementSyncError());
return o;
}
-void checkUnnamed1605(core.List<api.ConfigManagementSyncError> o) {
+void checkUnnamed1604(core.List<api.ConfigManagementSyncError> o) {
unittest.expect(o, unittest.hasLength(2));
checkConfigManagementSyncError(o[0] as api.ConfigManagementSyncError);
checkConfigManagementSyncError(o[1] as api.ConfigManagementSyncError);
@@ -949,7 +949,7 @@
buildCounterConfigManagementSyncState++;
if (buildCounterConfigManagementSyncState < 3) {
o.code = 'foo';
- o.errors = buildUnnamed1605();
+ o.errors = buildUnnamed1604();
o.importToken = 'foo';
o.lastSync = 'foo';
o.lastSyncTime = 'foo';
@@ -967,7 +967,7 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed1605(o.errors!);
+ checkUnnamed1604(o.errors!);
unittest.expect(
o.importToken!,
unittest.equals('foo'),
@@ -1068,14 +1068,14 @@
buildCounterExpr--;
}
-core.Map<core.String, core.String> buildUnnamed1606() {
+core.Map<core.String, core.String> buildUnnamed1605() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1606(core.Map<core.String, core.String> o) {
+void checkUnnamed1605(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1087,27 +1087,27 @@
);
}
-core.Map<core.String, api.MembershipFeatureSpec> buildUnnamed1607() {
+core.Map<core.String, api.MembershipFeatureSpec> buildUnnamed1606() {
var o = <core.String, api.MembershipFeatureSpec>{};
o['x'] = buildMembershipFeatureSpec();
o['y'] = buildMembershipFeatureSpec();
return o;
}
-void checkUnnamed1607(core.Map<core.String, api.MembershipFeatureSpec> o) {
+void checkUnnamed1606(core.Map<core.String, api.MembershipFeatureSpec> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembershipFeatureSpec(o['x']! as api.MembershipFeatureSpec);
checkMembershipFeatureSpec(o['y']! as api.MembershipFeatureSpec);
}
-core.Map<core.String, api.MembershipFeatureState> buildUnnamed1608() {
+core.Map<core.String, api.MembershipFeatureState> buildUnnamed1607() {
var o = <core.String, api.MembershipFeatureState>{};
o['x'] = buildMembershipFeatureState();
o['y'] = buildMembershipFeatureState();
return o;
}
-void checkUnnamed1608(core.Map<core.String, api.MembershipFeatureState> o) {
+void checkUnnamed1607(core.Map<core.String, api.MembershipFeatureState> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembershipFeatureState(o['x']! as api.MembershipFeatureState);
checkMembershipFeatureState(o['y']! as api.MembershipFeatureState);
@@ -1120,9 +1120,9 @@
if (buildCounterFeature < 3) {
o.createTime = 'foo';
o.deleteTime = 'foo';
- o.labels = buildUnnamed1606();
- o.membershipSpecs = buildUnnamed1607();
- o.membershipStates = buildUnnamed1608();
+ o.labels = buildUnnamed1605();
+ o.membershipSpecs = buildUnnamed1606();
+ o.membershipStates = buildUnnamed1607();
o.name = 'foo';
o.resourceState = buildFeatureResourceState();
o.spec = buildCommonFeatureSpec();
@@ -1144,9 +1144,9 @@
o.deleteTime!,
unittest.equals('foo'),
);
- checkUnnamed1606(o.labels!);
- checkUnnamed1607(o.membershipSpecs!);
- checkUnnamed1608(o.membershipStates!);
+ checkUnnamed1605(o.labels!);
+ checkUnnamed1606(o.membershipSpecs!);
+ checkUnnamed1607(o.membershipStates!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1216,14 +1216,14 @@
buildCounterFeatureState--;
}
-core.List<api.ConnectAgentResource> buildUnnamed1609() {
+core.List<api.ConnectAgentResource> buildUnnamed1608() {
var o = <api.ConnectAgentResource>[];
o.add(buildConnectAgentResource());
o.add(buildConnectAgentResource());
return o;
}
-void checkUnnamed1609(core.List<api.ConnectAgentResource> o) {
+void checkUnnamed1608(core.List<api.ConnectAgentResource> o) {
unittest.expect(o, unittest.hasLength(2));
checkConnectAgentResource(o[0] as api.ConnectAgentResource);
checkConnectAgentResource(o[1] as api.ConnectAgentResource);
@@ -1234,7 +1234,7 @@
var o = api.GenerateConnectManifestResponse();
buildCounterGenerateConnectManifestResponse++;
if (buildCounterGenerateConnectManifestResponse < 3) {
- o.manifest = buildUnnamed1609();
+ o.manifest = buildUnnamed1608();
}
buildCounterGenerateConnectManifestResponse--;
return o;
@@ -1244,7 +1244,7 @@
api.GenerateConnectManifestResponse o) {
buildCounterGenerateConnectManifestResponse++;
if (buildCounterGenerateConnectManifestResponse < 3) {
- checkUnnamed1609(o.manifest!);
+ checkUnnamed1608(o.manifest!);
}
buildCounterGenerateConnectManifestResponse--;
}
@@ -1271,7 +1271,7 @@
buildCounterGkeCluster--;
}
-core.Map<core.String, core.Object> buildUnnamed1610() {
+core.Map<core.String, core.Object> buildUnnamed1609() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1286,7 +1286,7 @@
return o;
}
-void checkUnnamed1610(core.Map<core.String, core.Object> o) {
+void checkUnnamed1609(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1318,17 +1318,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed1611() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed1610() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed1610());
- o.add(buildUnnamed1610());
+ o.add(buildUnnamed1609());
+ o.add(buildUnnamed1609());
return o;
}
-void checkUnnamed1611(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed1610(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed1610(o[0]);
- checkUnnamed1610(o[1]);
+ checkUnnamed1609(o[0]);
+ checkUnnamed1609(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -1337,7 +1337,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed1611();
+ o.details = buildUnnamed1610();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -1351,7 +1351,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed1611(o.details!);
+ checkUnnamed1610(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1407,14 +1407,14 @@
buildCounterKubernetesMetadata--;
}
-core.List<api.Feature> buildUnnamed1612() {
+core.List<api.Feature> buildUnnamed1611() {
var o = <api.Feature>[];
o.add(buildFeature());
o.add(buildFeature());
return o;
}
-void checkUnnamed1612(core.List<api.Feature> o) {
+void checkUnnamed1611(core.List<api.Feature> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeature(o[0] as api.Feature);
checkFeature(o[1] as api.Feature);
@@ -1426,7 +1426,7 @@
buildCounterListFeaturesResponse++;
if (buildCounterListFeaturesResponse < 3) {
o.nextPageToken = 'foo';
- o.resources = buildUnnamed1612();
+ o.resources = buildUnnamed1611();
}
buildCounterListFeaturesResponse--;
return o;
@@ -1439,19 +1439,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1612(o.resources!);
+ checkUnnamed1611(o.resources!);
}
buildCounterListFeaturesResponse--;
}
-core.List<api.Location> buildUnnamed1613() {
+core.List<api.Location> buildUnnamed1612() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed1613(core.List<api.Location> o) {
+void checkUnnamed1612(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1462,7 +1462,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed1613();
+ o.locations = buildUnnamed1612();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -1472,7 +1472,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed1613(o.locations!);
+ checkUnnamed1612(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1481,27 +1481,27 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Membership> buildUnnamed1614() {
+core.List<api.Membership> buildUnnamed1613() {
var o = <api.Membership>[];
o.add(buildMembership());
o.add(buildMembership());
return o;
}
-void checkUnnamed1614(core.List<api.Membership> o) {
+void checkUnnamed1613(core.List<api.Membership> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembership(o[0] as api.Membership);
checkMembership(o[1] as api.Membership);
}
-core.List<core.String> buildUnnamed1615() {
+core.List<core.String> buildUnnamed1614() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1615(core.List<core.String> o) {
+void checkUnnamed1614(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1519,8 +1519,8 @@
buildCounterListMembershipsResponse++;
if (buildCounterListMembershipsResponse < 3) {
o.nextPageToken = 'foo';
- o.resources = buildUnnamed1614();
- o.unreachable = buildUnnamed1615();
+ o.resources = buildUnnamed1613();
+ o.unreachable = buildUnnamed1614();
}
buildCounterListMembershipsResponse--;
return o;
@@ -1533,20 +1533,20 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1614(o.resources!);
- checkUnnamed1615(o.unreachable!);
+ checkUnnamed1613(o.resources!);
+ checkUnnamed1614(o.unreachable!);
}
buildCounterListMembershipsResponse--;
}
-core.List<api.Operation> buildUnnamed1616() {
+core.List<api.Operation> buildUnnamed1615() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed1616(core.List<api.Operation> o) {
+void checkUnnamed1615(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1558,7 +1558,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed1616();
+ o.operations = buildUnnamed1615();
}
buildCounterListOperationsResponse--;
return o;
@@ -1571,19 +1571,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1616(o.operations!);
+ checkUnnamed1615(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed1617() {
+core.Map<core.String, core.String> buildUnnamed1616() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1617(core.Map<core.String, core.String> o) {
+void checkUnnamed1616(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1595,7 +1595,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed1618() {
+core.Map<core.String, core.Object> buildUnnamed1617() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1610,7 +1610,7 @@
return o;
}
-void checkUnnamed1618(core.Map<core.String, core.Object> o) {
+void checkUnnamed1617(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1648,9 +1648,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed1617();
+ o.labels = buildUnnamed1616();
o.locationId = 'foo';
- o.metadata = buildUnnamed1618();
+ o.metadata = buildUnnamed1617();
o.name = 'foo';
}
buildCounterLocation--;
@@ -1664,12 +1664,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed1617(o.labels!);
+ checkUnnamed1616(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed1618(o.metadata!);
+ checkUnnamed1617(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1678,14 +1678,14 @@
buildCounterLocation--;
}
-core.Map<core.String, core.String> buildUnnamed1619() {
+core.Map<core.String, core.String> buildUnnamed1618() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1619(core.Map<core.String, core.String> o) {
+void checkUnnamed1618(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1708,7 +1708,7 @@
o.description = 'foo';
o.endpoint = buildMembershipEndpoint();
o.externalId = 'foo';
- o.labels = buildUnnamed1619();
+ o.labels = buildUnnamed1618();
o.lastConnectionTime = 'foo';
o.name = 'foo';
o.state = buildMembershipState();
@@ -1740,7 +1740,7 @@
o.externalId!,
unittest.equals('foo'),
);
- checkUnnamed1619(o.labels!);
+ checkUnnamed1618(o.labels!);
unittest.expect(
o.lastConnectionTime!,
unittest.equals('foo'),
@@ -1869,7 +1869,7 @@
buildCounterMultiClusterIngressFeatureSpec--;
}
-core.Map<core.String, core.Object> buildUnnamed1620() {
+core.Map<core.String, core.Object> buildUnnamed1619() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1884,7 +1884,7 @@
return o;
}
-void checkUnnamed1620(core.Map<core.String, core.Object> o) {
+void checkUnnamed1619(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1916,7 +1916,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed1621() {
+core.Map<core.String, core.Object> buildUnnamed1620() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1931,7 +1931,7 @@
return o;
}
-void checkUnnamed1621(core.Map<core.String, core.Object> o) {
+void checkUnnamed1620(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1970,9 +1970,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildGoogleRpcStatus();
- o.metadata = buildUnnamed1620();
+ o.metadata = buildUnnamed1619();
o.name = 'foo';
- o.response = buildUnnamed1621();
+ o.response = buildUnnamed1620();
}
buildCounterOperation--;
return o;
@@ -1983,12 +1983,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed1620(o.metadata!);
+ checkUnnamed1619(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed1621(o.response!);
+ checkUnnamed1620(o.response!);
}
buildCounterOperation--;
}
@@ -2042,27 +2042,27 @@
buildCounterOperationMetadata--;
}
-core.List<api.AuditConfig> buildUnnamed1622() {
+core.List<api.AuditConfig> buildUnnamed1621() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed1622(core.List<api.AuditConfig> o) {
+void checkUnnamed1621(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed1623() {
+core.List<api.Binding> buildUnnamed1622() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed1623(core.List<api.Binding> o) {
+void checkUnnamed1622(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -2073,8 +2073,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed1622();
- o.bindings = buildUnnamed1623();
+ o.auditConfigs = buildUnnamed1621();
+ o.bindings = buildUnnamed1622();
o.etag = 'foo';
o.version = 42;
}
@@ -2085,8 +2085,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed1622(o.auditConfigs!);
- checkUnnamed1623(o.bindings!);
+ checkUnnamed1621(o.auditConfigs!);
+ checkUnnamed1622(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -2123,6 +2123,44 @@
buildCounterSetIamPolicyRequest--;
}
+core.List<core.String> buildUnnamed1623() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1623(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'),
+ );
+}
+
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed1623();
+ }
+ buildCounterTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed1623(o.permissions!);
+ }
+ buildCounterTestIamPermissionsRequest--;
+}
+
core.List<core.String> buildUnnamed1624() {
var o = <core.String>[];
o.add('foo');
@@ -2142,50 +2180,12 @@
);
}
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed1624();
- }
- buildCounterTestIamPermissionsRequest--;
- return o;
-}
-
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed1624(o.permissions!);
- }
- buildCounterTestIamPermissionsRequest--;
-}
-
-core.List<core.String> buildUnnamed1625() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1625(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'),
- );
-}
-
core.int buildCounterTestIamPermissionsResponse = 0;
api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed1625();
+ o.permissions = buildUnnamed1624();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -2194,7 +2194,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed1625(o.permissions!);
+ checkUnnamed1624(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/gmail/v1_test.dart b/generated/googleapis/test/gmail/v1_test.dart
index 0395449..51ed6f5 100644
--- a/generated/googleapis/test/gmail/v1_test.dart
+++ b/generated/googleapis/test/gmail/v1_test.dart
@@ -56,14 +56,14 @@
buildCounterAutoForwarding--;
}
-core.List<core.String> buildUnnamed4383() {
+core.List<core.String> buildUnnamed4426() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4383(core.List<core.String> o) {
+void checkUnnamed4426(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -80,7 +80,7 @@
var o = api.BatchDeleteMessagesRequest();
buildCounterBatchDeleteMessagesRequest++;
if (buildCounterBatchDeleteMessagesRequest < 3) {
- o.ids = buildUnnamed4383();
+ o.ids = buildUnnamed4426();
}
buildCounterBatchDeleteMessagesRequest--;
return o;
@@ -89,19 +89,19 @@
void checkBatchDeleteMessagesRequest(api.BatchDeleteMessagesRequest o) {
buildCounterBatchDeleteMessagesRequest++;
if (buildCounterBatchDeleteMessagesRequest < 3) {
- checkUnnamed4383(o.ids!);
+ checkUnnamed4426(o.ids!);
}
buildCounterBatchDeleteMessagesRequest--;
}
-core.List<core.String> buildUnnamed4384() {
+core.List<core.String> buildUnnamed4427() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4384(core.List<core.String> o) {
+void checkUnnamed4427(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -113,14 +113,14 @@
);
}
-core.List<core.String> buildUnnamed4385() {
+core.List<core.String> buildUnnamed4428() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4385(core.List<core.String> o) {
+void checkUnnamed4428(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -132,14 +132,14 @@
);
}
-core.List<core.String> buildUnnamed4386() {
+core.List<core.String> buildUnnamed4429() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4386(core.List<core.String> o) {
+void checkUnnamed4429(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -156,9 +156,9 @@
var o = api.BatchModifyMessagesRequest();
buildCounterBatchModifyMessagesRequest++;
if (buildCounterBatchModifyMessagesRequest < 3) {
- o.addLabelIds = buildUnnamed4384();
- o.ids = buildUnnamed4385();
- o.removeLabelIds = buildUnnamed4386();
+ o.addLabelIds = buildUnnamed4427();
+ o.ids = buildUnnamed4428();
+ o.removeLabelIds = buildUnnamed4429();
}
buildCounterBatchModifyMessagesRequest--;
return o;
@@ -167,9 +167,9 @@
void checkBatchModifyMessagesRequest(api.BatchModifyMessagesRequest o) {
buildCounterBatchModifyMessagesRequest++;
if (buildCounterBatchModifyMessagesRequest < 3) {
- checkUnnamed4384(o.addLabelIds!);
- checkUnnamed4385(o.ids!);
- checkUnnamed4386(o.removeLabelIds!);
+ checkUnnamed4427(o.addLabelIds!);
+ checkUnnamed4428(o.ids!);
+ checkUnnamed4429(o.removeLabelIds!);
}
buildCounterBatchModifyMessagesRequest--;
}
@@ -251,14 +251,14 @@
buildCounterFilter--;
}
-core.List<core.String> buildUnnamed4387() {
+core.List<core.String> buildUnnamed4430() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4387(core.List<core.String> o) {
+void checkUnnamed4430(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -270,14 +270,14 @@
);
}
-core.List<core.String> buildUnnamed4388() {
+core.List<core.String> buildUnnamed4431() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4388(core.List<core.String> o) {
+void checkUnnamed4431(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -294,9 +294,9 @@
var o = api.FilterAction();
buildCounterFilterAction++;
if (buildCounterFilterAction < 3) {
- o.addLabelIds = buildUnnamed4387();
+ o.addLabelIds = buildUnnamed4430();
o.forward = 'foo';
- o.removeLabelIds = buildUnnamed4388();
+ o.removeLabelIds = buildUnnamed4431();
}
buildCounterFilterAction--;
return o;
@@ -305,12 +305,12 @@
void checkFilterAction(api.FilterAction o) {
buildCounterFilterAction++;
if (buildCounterFilterAction < 3) {
- checkUnnamed4387(o.addLabelIds!);
+ checkUnnamed4430(o.addLabelIds!);
unittest.expect(
o.forward!,
unittest.equals('foo'),
);
- checkUnnamed4388(o.removeLabelIds!);
+ checkUnnamed4431(o.removeLabelIds!);
}
buildCounterFilterAction--;
}
@@ -398,66 +398,66 @@
buildCounterForwardingAddress--;
}
-core.List<api.HistoryLabelAdded> buildUnnamed4389() {
+core.List<api.HistoryLabelAdded> buildUnnamed4432() {
var o = <api.HistoryLabelAdded>[];
o.add(buildHistoryLabelAdded());
o.add(buildHistoryLabelAdded());
return o;
}
-void checkUnnamed4389(core.List<api.HistoryLabelAdded> o) {
+void checkUnnamed4432(core.List<api.HistoryLabelAdded> o) {
unittest.expect(o, unittest.hasLength(2));
checkHistoryLabelAdded(o[0] as api.HistoryLabelAdded);
checkHistoryLabelAdded(o[1] as api.HistoryLabelAdded);
}
-core.List<api.HistoryLabelRemoved> buildUnnamed4390() {
+core.List<api.HistoryLabelRemoved> buildUnnamed4433() {
var o = <api.HistoryLabelRemoved>[];
o.add(buildHistoryLabelRemoved());
o.add(buildHistoryLabelRemoved());
return o;
}
-void checkUnnamed4390(core.List<api.HistoryLabelRemoved> o) {
+void checkUnnamed4433(core.List<api.HistoryLabelRemoved> o) {
unittest.expect(o, unittest.hasLength(2));
checkHistoryLabelRemoved(o[0] as api.HistoryLabelRemoved);
checkHistoryLabelRemoved(o[1] as api.HistoryLabelRemoved);
}
-core.List<api.Message> buildUnnamed4391() {
+core.List<api.Message> buildUnnamed4434() {
var o = <api.Message>[];
o.add(buildMessage());
o.add(buildMessage());
return o;
}
-void checkUnnamed4391(core.List<api.Message> o) {
+void checkUnnamed4434(core.List<api.Message> o) {
unittest.expect(o, unittest.hasLength(2));
checkMessage(o[0] as api.Message);
checkMessage(o[1] as api.Message);
}
-core.List<api.HistoryMessageAdded> buildUnnamed4392() {
+core.List<api.HistoryMessageAdded> buildUnnamed4435() {
var o = <api.HistoryMessageAdded>[];
o.add(buildHistoryMessageAdded());
o.add(buildHistoryMessageAdded());
return o;
}
-void checkUnnamed4392(core.List<api.HistoryMessageAdded> o) {
+void checkUnnamed4435(core.List<api.HistoryMessageAdded> o) {
unittest.expect(o, unittest.hasLength(2));
checkHistoryMessageAdded(o[0] as api.HistoryMessageAdded);
checkHistoryMessageAdded(o[1] as api.HistoryMessageAdded);
}
-core.List<api.HistoryMessageDeleted> buildUnnamed4393() {
+core.List<api.HistoryMessageDeleted> buildUnnamed4436() {
var o = <api.HistoryMessageDeleted>[];
o.add(buildHistoryMessageDeleted());
o.add(buildHistoryMessageDeleted());
return o;
}
-void checkUnnamed4393(core.List<api.HistoryMessageDeleted> o) {
+void checkUnnamed4436(core.List<api.HistoryMessageDeleted> o) {
unittest.expect(o, unittest.hasLength(2));
checkHistoryMessageDeleted(o[0] as api.HistoryMessageDeleted);
checkHistoryMessageDeleted(o[1] as api.HistoryMessageDeleted);
@@ -469,11 +469,11 @@
buildCounterHistory++;
if (buildCounterHistory < 3) {
o.id = 'foo';
- o.labelsAdded = buildUnnamed4389();
- o.labelsRemoved = buildUnnamed4390();
- o.messages = buildUnnamed4391();
- o.messagesAdded = buildUnnamed4392();
- o.messagesDeleted = buildUnnamed4393();
+ o.labelsAdded = buildUnnamed4432();
+ o.labelsRemoved = buildUnnamed4433();
+ o.messages = buildUnnamed4434();
+ o.messagesAdded = buildUnnamed4435();
+ o.messagesDeleted = buildUnnamed4436();
}
buildCounterHistory--;
return o;
@@ -486,23 +486,23 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed4389(o.labelsAdded!);
- checkUnnamed4390(o.labelsRemoved!);
- checkUnnamed4391(o.messages!);
- checkUnnamed4392(o.messagesAdded!);
- checkUnnamed4393(o.messagesDeleted!);
+ checkUnnamed4432(o.labelsAdded!);
+ checkUnnamed4433(o.labelsRemoved!);
+ checkUnnamed4434(o.messages!);
+ checkUnnamed4435(o.messagesAdded!);
+ checkUnnamed4436(o.messagesDeleted!);
}
buildCounterHistory--;
}
-core.List<core.String> buildUnnamed4394() {
+core.List<core.String> buildUnnamed4437() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4394(core.List<core.String> o) {
+void checkUnnamed4437(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -519,7 +519,7 @@
var o = api.HistoryLabelAdded();
buildCounterHistoryLabelAdded++;
if (buildCounterHistoryLabelAdded < 3) {
- o.labelIds = buildUnnamed4394();
+ o.labelIds = buildUnnamed4437();
o.message = buildMessage();
}
buildCounterHistoryLabelAdded--;
@@ -529,20 +529,20 @@
void checkHistoryLabelAdded(api.HistoryLabelAdded o) {
buildCounterHistoryLabelAdded++;
if (buildCounterHistoryLabelAdded < 3) {
- checkUnnamed4394(o.labelIds!);
+ checkUnnamed4437(o.labelIds!);
checkMessage(o.message! as api.Message);
}
buildCounterHistoryLabelAdded--;
}
-core.List<core.String> buildUnnamed4395() {
+core.List<core.String> buildUnnamed4438() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4395(core.List<core.String> o) {
+void checkUnnamed4438(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -559,7 +559,7 @@
var o = api.HistoryLabelRemoved();
buildCounterHistoryLabelRemoved++;
if (buildCounterHistoryLabelRemoved < 3) {
- o.labelIds = buildUnnamed4395();
+ o.labelIds = buildUnnamed4438();
o.message = buildMessage();
}
buildCounterHistoryLabelRemoved--;
@@ -569,7 +569,7 @@
void checkHistoryLabelRemoved(api.HistoryLabelRemoved o) {
buildCounterHistoryLabelRemoved++;
if (buildCounterHistoryLabelRemoved < 3) {
- checkUnnamed4395(o.labelIds!);
+ checkUnnamed4438(o.labelIds!);
checkMessage(o.message! as api.Message);
}
buildCounterHistoryLabelRemoved--;
@@ -757,14 +757,14 @@
buildCounterLanguageSettings--;
}
-core.List<api.Delegate> buildUnnamed4396() {
+core.List<api.Delegate> buildUnnamed4439() {
var o = <api.Delegate>[];
o.add(buildDelegate());
o.add(buildDelegate());
return o;
}
-void checkUnnamed4396(core.List<api.Delegate> o) {
+void checkUnnamed4439(core.List<api.Delegate> o) {
unittest.expect(o, unittest.hasLength(2));
checkDelegate(o[0] as api.Delegate);
checkDelegate(o[1] as api.Delegate);
@@ -775,7 +775,7 @@
var o = api.ListDelegatesResponse();
buildCounterListDelegatesResponse++;
if (buildCounterListDelegatesResponse < 3) {
- o.delegates = buildUnnamed4396();
+ o.delegates = buildUnnamed4439();
}
buildCounterListDelegatesResponse--;
return o;
@@ -784,19 +784,19 @@
void checkListDelegatesResponse(api.ListDelegatesResponse o) {
buildCounterListDelegatesResponse++;
if (buildCounterListDelegatesResponse < 3) {
- checkUnnamed4396(o.delegates!);
+ checkUnnamed4439(o.delegates!);
}
buildCounterListDelegatesResponse--;
}
-core.List<api.Draft> buildUnnamed4397() {
+core.List<api.Draft> buildUnnamed4440() {
var o = <api.Draft>[];
o.add(buildDraft());
o.add(buildDraft());
return o;
}
-void checkUnnamed4397(core.List<api.Draft> o) {
+void checkUnnamed4440(core.List<api.Draft> o) {
unittest.expect(o, unittest.hasLength(2));
checkDraft(o[0] as api.Draft);
checkDraft(o[1] as api.Draft);
@@ -807,7 +807,7 @@
var o = api.ListDraftsResponse();
buildCounterListDraftsResponse++;
if (buildCounterListDraftsResponse < 3) {
- o.drafts = buildUnnamed4397();
+ o.drafts = buildUnnamed4440();
o.nextPageToken = 'foo';
o.resultSizeEstimate = 42;
}
@@ -818,7 +818,7 @@
void checkListDraftsResponse(api.ListDraftsResponse o) {
buildCounterListDraftsResponse++;
if (buildCounterListDraftsResponse < 3) {
- checkUnnamed4397(o.drafts!);
+ checkUnnamed4440(o.drafts!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -831,14 +831,14 @@
buildCounterListDraftsResponse--;
}
-core.List<api.Filter> buildUnnamed4398() {
+core.List<api.Filter> buildUnnamed4441() {
var o = <api.Filter>[];
o.add(buildFilter());
o.add(buildFilter());
return o;
}
-void checkUnnamed4398(core.List<api.Filter> o) {
+void checkUnnamed4441(core.List<api.Filter> o) {
unittest.expect(o, unittest.hasLength(2));
checkFilter(o[0] as api.Filter);
checkFilter(o[1] as api.Filter);
@@ -849,7 +849,7 @@
var o = api.ListFiltersResponse();
buildCounterListFiltersResponse++;
if (buildCounterListFiltersResponse < 3) {
- o.filter = buildUnnamed4398();
+ o.filter = buildUnnamed4441();
}
buildCounterListFiltersResponse--;
return o;
@@ -858,19 +858,19 @@
void checkListFiltersResponse(api.ListFiltersResponse o) {
buildCounterListFiltersResponse++;
if (buildCounterListFiltersResponse < 3) {
- checkUnnamed4398(o.filter!);
+ checkUnnamed4441(o.filter!);
}
buildCounterListFiltersResponse--;
}
-core.List<api.ForwardingAddress> buildUnnamed4399() {
+core.List<api.ForwardingAddress> buildUnnamed4442() {
var o = <api.ForwardingAddress>[];
o.add(buildForwardingAddress());
o.add(buildForwardingAddress());
return o;
}
-void checkUnnamed4399(core.List<api.ForwardingAddress> o) {
+void checkUnnamed4442(core.List<api.ForwardingAddress> o) {
unittest.expect(o, unittest.hasLength(2));
checkForwardingAddress(o[0] as api.ForwardingAddress);
checkForwardingAddress(o[1] as api.ForwardingAddress);
@@ -881,7 +881,7 @@
var o = api.ListForwardingAddressesResponse();
buildCounterListForwardingAddressesResponse++;
if (buildCounterListForwardingAddressesResponse < 3) {
- o.forwardingAddresses = buildUnnamed4399();
+ o.forwardingAddresses = buildUnnamed4442();
}
buildCounterListForwardingAddressesResponse--;
return o;
@@ -891,19 +891,19 @@
api.ListForwardingAddressesResponse o) {
buildCounterListForwardingAddressesResponse++;
if (buildCounterListForwardingAddressesResponse < 3) {
- checkUnnamed4399(o.forwardingAddresses!);
+ checkUnnamed4442(o.forwardingAddresses!);
}
buildCounterListForwardingAddressesResponse--;
}
-core.List<api.History> buildUnnamed4400() {
+core.List<api.History> buildUnnamed4443() {
var o = <api.History>[];
o.add(buildHistory());
o.add(buildHistory());
return o;
}
-void checkUnnamed4400(core.List<api.History> o) {
+void checkUnnamed4443(core.List<api.History> o) {
unittest.expect(o, unittest.hasLength(2));
checkHistory(o[0] as api.History);
checkHistory(o[1] as api.History);
@@ -914,7 +914,7 @@
var o = api.ListHistoryResponse();
buildCounterListHistoryResponse++;
if (buildCounterListHistoryResponse < 3) {
- o.history = buildUnnamed4400();
+ o.history = buildUnnamed4443();
o.historyId = 'foo';
o.nextPageToken = 'foo';
}
@@ -925,7 +925,7 @@
void checkListHistoryResponse(api.ListHistoryResponse o) {
buildCounterListHistoryResponse++;
if (buildCounterListHistoryResponse < 3) {
- checkUnnamed4400(o.history!);
+ checkUnnamed4443(o.history!);
unittest.expect(
o.historyId!,
unittest.equals('foo'),
@@ -938,14 +938,14 @@
buildCounterListHistoryResponse--;
}
-core.List<api.Label> buildUnnamed4401() {
+core.List<api.Label> buildUnnamed4444() {
var o = <api.Label>[];
o.add(buildLabel());
o.add(buildLabel());
return o;
}
-void checkUnnamed4401(core.List<api.Label> o) {
+void checkUnnamed4444(core.List<api.Label> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabel(o[0] as api.Label);
checkLabel(o[1] as api.Label);
@@ -956,7 +956,7 @@
var o = api.ListLabelsResponse();
buildCounterListLabelsResponse++;
if (buildCounterListLabelsResponse < 3) {
- o.labels = buildUnnamed4401();
+ o.labels = buildUnnamed4444();
}
buildCounterListLabelsResponse--;
return o;
@@ -965,19 +965,19 @@
void checkListLabelsResponse(api.ListLabelsResponse o) {
buildCounterListLabelsResponse++;
if (buildCounterListLabelsResponse < 3) {
- checkUnnamed4401(o.labels!);
+ checkUnnamed4444(o.labels!);
}
buildCounterListLabelsResponse--;
}
-core.List<api.Message> buildUnnamed4402() {
+core.List<api.Message> buildUnnamed4445() {
var o = <api.Message>[];
o.add(buildMessage());
o.add(buildMessage());
return o;
}
-void checkUnnamed4402(core.List<api.Message> o) {
+void checkUnnamed4445(core.List<api.Message> o) {
unittest.expect(o, unittest.hasLength(2));
checkMessage(o[0] as api.Message);
checkMessage(o[1] as api.Message);
@@ -988,7 +988,7 @@
var o = api.ListMessagesResponse();
buildCounterListMessagesResponse++;
if (buildCounterListMessagesResponse < 3) {
- o.messages = buildUnnamed4402();
+ o.messages = buildUnnamed4445();
o.nextPageToken = 'foo';
o.resultSizeEstimate = 42;
}
@@ -999,7 +999,7 @@
void checkListMessagesResponse(api.ListMessagesResponse o) {
buildCounterListMessagesResponse++;
if (buildCounterListMessagesResponse < 3) {
- checkUnnamed4402(o.messages!);
+ checkUnnamed4445(o.messages!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1012,14 +1012,14 @@
buildCounterListMessagesResponse--;
}
-core.List<api.SendAs> buildUnnamed4403() {
+core.List<api.SendAs> buildUnnamed4446() {
var o = <api.SendAs>[];
o.add(buildSendAs());
o.add(buildSendAs());
return o;
}
-void checkUnnamed4403(core.List<api.SendAs> o) {
+void checkUnnamed4446(core.List<api.SendAs> o) {
unittest.expect(o, unittest.hasLength(2));
checkSendAs(o[0] as api.SendAs);
checkSendAs(o[1] as api.SendAs);
@@ -1030,7 +1030,7 @@
var o = api.ListSendAsResponse();
buildCounterListSendAsResponse++;
if (buildCounterListSendAsResponse < 3) {
- o.sendAs = buildUnnamed4403();
+ o.sendAs = buildUnnamed4446();
}
buildCounterListSendAsResponse--;
return o;
@@ -1039,19 +1039,19 @@
void checkListSendAsResponse(api.ListSendAsResponse o) {
buildCounterListSendAsResponse++;
if (buildCounterListSendAsResponse < 3) {
- checkUnnamed4403(o.sendAs!);
+ checkUnnamed4446(o.sendAs!);
}
buildCounterListSendAsResponse--;
}
-core.List<api.SmimeInfo> buildUnnamed4404() {
+core.List<api.SmimeInfo> buildUnnamed4447() {
var o = <api.SmimeInfo>[];
o.add(buildSmimeInfo());
o.add(buildSmimeInfo());
return o;
}
-void checkUnnamed4404(core.List<api.SmimeInfo> o) {
+void checkUnnamed4447(core.List<api.SmimeInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkSmimeInfo(o[0] as api.SmimeInfo);
checkSmimeInfo(o[1] as api.SmimeInfo);
@@ -1062,7 +1062,7 @@
var o = api.ListSmimeInfoResponse();
buildCounterListSmimeInfoResponse++;
if (buildCounterListSmimeInfoResponse < 3) {
- o.smimeInfo = buildUnnamed4404();
+ o.smimeInfo = buildUnnamed4447();
}
buildCounterListSmimeInfoResponse--;
return o;
@@ -1071,19 +1071,19 @@
void checkListSmimeInfoResponse(api.ListSmimeInfoResponse o) {
buildCounterListSmimeInfoResponse++;
if (buildCounterListSmimeInfoResponse < 3) {
- checkUnnamed4404(o.smimeInfo!);
+ checkUnnamed4447(o.smimeInfo!);
}
buildCounterListSmimeInfoResponse--;
}
-core.List<api.Thread> buildUnnamed4405() {
+core.List<api.Thread> buildUnnamed4448() {
var o = <api.Thread>[];
o.add(buildThread());
o.add(buildThread());
return o;
}
-void checkUnnamed4405(core.List<api.Thread> o) {
+void checkUnnamed4448(core.List<api.Thread> o) {
unittest.expect(o, unittest.hasLength(2));
checkThread(o[0] as api.Thread);
checkThread(o[1] as api.Thread);
@@ -1096,7 +1096,7 @@
if (buildCounterListThreadsResponse < 3) {
o.nextPageToken = 'foo';
o.resultSizeEstimate = 42;
- o.threads = buildUnnamed4405();
+ o.threads = buildUnnamed4448();
}
buildCounterListThreadsResponse--;
return o;
@@ -1113,19 +1113,19 @@
o.resultSizeEstimate!,
unittest.equals(42),
);
- checkUnnamed4405(o.threads!);
+ checkUnnamed4448(o.threads!);
}
buildCounterListThreadsResponse--;
}
-core.List<core.String> buildUnnamed4406() {
+core.List<core.String> buildUnnamed4449() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4406(core.List<core.String> o) {
+void checkUnnamed4449(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1145,7 +1145,7 @@
o.historyId = 'foo';
o.id = 'foo';
o.internalDate = 'foo';
- o.labelIds = buildUnnamed4406();
+ o.labelIds = buildUnnamed4449();
o.payload = buildMessagePart();
o.raw = 'foo';
o.sizeEstimate = 42;
@@ -1171,7 +1171,7 @@
o.internalDate!,
unittest.equals('foo'),
);
- checkUnnamed4406(o.labelIds!);
+ checkUnnamed4449(o.labelIds!);
checkMessagePart(o.payload! as api.MessagePart);
unittest.expect(
o.raw!,
@@ -1193,27 +1193,27 @@
buildCounterMessage--;
}
-core.List<api.MessagePartHeader> buildUnnamed4407() {
+core.List<api.MessagePartHeader> buildUnnamed4450() {
var o = <api.MessagePartHeader>[];
o.add(buildMessagePartHeader());
o.add(buildMessagePartHeader());
return o;
}
-void checkUnnamed4407(core.List<api.MessagePartHeader> o) {
+void checkUnnamed4450(core.List<api.MessagePartHeader> o) {
unittest.expect(o, unittest.hasLength(2));
checkMessagePartHeader(o[0] as api.MessagePartHeader);
checkMessagePartHeader(o[1] as api.MessagePartHeader);
}
-core.List<api.MessagePart> buildUnnamed4408() {
+core.List<api.MessagePart> buildUnnamed4451() {
var o = <api.MessagePart>[];
o.add(buildMessagePart());
o.add(buildMessagePart());
return o;
}
-void checkUnnamed4408(core.List<api.MessagePart> o) {
+void checkUnnamed4451(core.List<api.MessagePart> o) {
unittest.expect(o, unittest.hasLength(2));
checkMessagePart(o[0] as api.MessagePart);
checkMessagePart(o[1] as api.MessagePart);
@@ -1226,10 +1226,10 @@
if (buildCounterMessagePart < 3) {
o.body = buildMessagePartBody();
o.filename = 'foo';
- o.headers = buildUnnamed4407();
+ o.headers = buildUnnamed4450();
o.mimeType = 'foo';
o.partId = 'foo';
- o.parts = buildUnnamed4408();
+ o.parts = buildUnnamed4451();
}
buildCounterMessagePart--;
return o;
@@ -1243,7 +1243,7 @@
o.filename!,
unittest.equals('foo'),
);
- checkUnnamed4407(o.headers!);
+ checkUnnamed4450(o.headers!);
unittest.expect(
o.mimeType!,
unittest.equals('foo'),
@@ -1252,7 +1252,7 @@
o.partId!,
unittest.equals('foo'),
);
- checkUnnamed4408(o.parts!);
+ checkUnnamed4451(o.parts!);
}
buildCounterMessagePart--;
}
@@ -1316,14 +1316,14 @@
buildCounterMessagePartHeader--;
}
-core.List<core.String> buildUnnamed4409() {
+core.List<core.String> buildUnnamed4452() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4409(core.List<core.String> o) {
+void checkUnnamed4452(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1335,14 +1335,14 @@
);
}
-core.List<core.String> buildUnnamed4410() {
+core.List<core.String> buildUnnamed4453() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4410(core.List<core.String> o) {
+void checkUnnamed4453(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1359,8 +1359,8 @@
var o = api.ModifyMessageRequest();
buildCounterModifyMessageRequest++;
if (buildCounterModifyMessageRequest < 3) {
- o.addLabelIds = buildUnnamed4409();
- o.removeLabelIds = buildUnnamed4410();
+ o.addLabelIds = buildUnnamed4452();
+ o.removeLabelIds = buildUnnamed4453();
}
buildCounterModifyMessageRequest--;
return o;
@@ -1369,20 +1369,20 @@
void checkModifyMessageRequest(api.ModifyMessageRequest o) {
buildCounterModifyMessageRequest++;
if (buildCounterModifyMessageRequest < 3) {
- checkUnnamed4409(o.addLabelIds!);
- checkUnnamed4410(o.removeLabelIds!);
+ checkUnnamed4452(o.addLabelIds!);
+ checkUnnamed4453(o.removeLabelIds!);
}
buildCounterModifyMessageRequest--;
}
-core.List<core.String> buildUnnamed4411() {
+core.List<core.String> buildUnnamed4454() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4411(core.List<core.String> o) {
+void checkUnnamed4454(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1394,14 +1394,14 @@
);
}
-core.List<core.String> buildUnnamed4412() {
+core.List<core.String> buildUnnamed4455() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4412(core.List<core.String> o) {
+void checkUnnamed4455(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1418,8 +1418,8 @@
var o = api.ModifyThreadRequest();
buildCounterModifyThreadRequest++;
if (buildCounterModifyThreadRequest < 3) {
- o.addLabelIds = buildUnnamed4411();
- o.removeLabelIds = buildUnnamed4412();
+ o.addLabelIds = buildUnnamed4454();
+ o.removeLabelIds = buildUnnamed4455();
}
buildCounterModifyThreadRequest--;
return o;
@@ -1428,8 +1428,8 @@
void checkModifyThreadRequest(api.ModifyThreadRequest o) {
buildCounterModifyThreadRequest++;
if (buildCounterModifyThreadRequest < 3) {
- checkUnnamed4411(o.addLabelIds!);
- checkUnnamed4412(o.removeLabelIds!);
+ checkUnnamed4454(o.addLabelIds!);
+ checkUnnamed4455(o.removeLabelIds!);
}
buildCounterModifyThreadRequest--;
}
@@ -1639,14 +1639,14 @@
buildCounterSmtpMsa--;
}
-core.List<api.Message> buildUnnamed4413() {
+core.List<api.Message> buildUnnamed4456() {
var o = <api.Message>[];
o.add(buildMessage());
o.add(buildMessage());
return o;
}
-void checkUnnamed4413(core.List<api.Message> o) {
+void checkUnnamed4456(core.List<api.Message> o) {
unittest.expect(o, unittest.hasLength(2));
checkMessage(o[0] as api.Message);
checkMessage(o[1] as api.Message);
@@ -1659,7 +1659,7 @@
if (buildCounterThread < 3) {
o.historyId = 'foo';
o.id = 'foo';
- o.messages = buildUnnamed4413();
+ o.messages = buildUnnamed4456();
o.snippet = 'foo';
}
buildCounterThread--;
@@ -1677,7 +1677,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed4413(o.messages!);
+ checkUnnamed4456(o.messages!);
unittest.expect(
o.snippet!,
unittest.equals('foo'),
@@ -1734,14 +1734,14 @@
buildCounterVacationSettings--;
}
-core.List<core.String> buildUnnamed4414() {
+core.List<core.String> buildUnnamed4457() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4414(core.List<core.String> o) {
+void checkUnnamed4457(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1759,7 +1759,7 @@
buildCounterWatchRequest++;
if (buildCounterWatchRequest < 3) {
o.labelFilterAction = 'foo';
- o.labelIds = buildUnnamed4414();
+ o.labelIds = buildUnnamed4457();
o.topicName = 'foo';
}
buildCounterWatchRequest--;
@@ -1773,7 +1773,7 @@
o.labelFilterAction!,
unittest.equals('foo'),
);
- checkUnnamed4414(o.labelIds!);
+ checkUnnamed4457(o.labelIds!);
unittest.expect(
o.topicName!,
unittest.equals('foo'),
@@ -1809,14 +1809,14 @@
buildCounterWatchResponse--;
}
-core.List<core.String> buildUnnamed4415() {
+core.List<core.String> buildUnnamed4458() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4415(core.List<core.String> o) {
+void checkUnnamed4458(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1828,14 +1828,14 @@
);
}
-core.List<core.String> buildUnnamed4416() {
+core.List<core.String> buildUnnamed4459() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4416(core.List<core.String> o) {
+void checkUnnamed4459(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1847,14 +1847,14 @@
);
}
-core.List<core.String> buildUnnamed4417() {
+core.List<core.String> buildUnnamed4460() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4417(core.List<core.String> o) {
+void checkUnnamed4460(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1866,14 +1866,14 @@
);
}
-core.List<core.String> buildUnnamed4418() {
+core.List<core.String> buildUnnamed4461() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4418(core.List<core.String> o) {
+void checkUnnamed4461(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1885,14 +1885,14 @@
);
}
-core.List<core.String> buildUnnamed4419() {
+core.List<core.String> buildUnnamed4462() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4419(core.List<core.String> o) {
+void checkUnnamed4462(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3011,7 +3011,7 @@
var mock = HttpServerMock();
var res = api.GmailApi(mock).users.history;
var arg_userId = 'foo';
- var arg_historyTypes = buildUnnamed4415();
+ var arg_historyTypes = buildUnnamed4458();
var arg_labelId = 'foo';
var arg_maxResults = 42;
var arg_pageToken = 'foo';
@@ -3757,7 +3757,7 @@
var arg_userId = 'foo';
var arg_id = 'foo';
var arg_format = 'foo';
- var arg_metadataHeaders = buildUnnamed4416();
+ var arg_metadataHeaders = buildUnnamed4459();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -4025,7 +4025,7 @@
var res = api.GmailApi(mock).users.messages;
var arg_userId = 'foo';
var arg_includeSpamTrash = true;
- var arg_labelIds = buildUnnamed4417();
+ var arg_labelIds = buildUnnamed4460();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_q = 'foo';
@@ -7094,7 +7094,7 @@
var arg_userId = 'foo';
var arg_id = 'foo';
var arg_format = 'foo';
- var arg_metadataHeaders = buildUnnamed4418();
+ var arg_metadataHeaders = buildUnnamed4461();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -7178,7 +7178,7 @@
var res = api.GmailApi(mock).users.threads;
var arg_userId = 'foo';
var arg_includeSpamTrash = true;
- var arg_labelIds = buildUnnamed4419();
+ var arg_labelIds = buildUnnamed4462();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_q = 'foo';
diff --git a/generated/googleapis/test/gmailpostmastertools/v1_test.dart b/generated/googleapis/test/gmailpostmastertools/v1_test.dart
index 784186d..41934d3 100644
--- a/generated/googleapis/test/gmailpostmastertools/v1_test.dart
+++ b/generated/googleapis/test/gmailpostmastertools/v1_test.dart
@@ -118,14 +118,14 @@
buildCounterFeedbackLoop--;
}
-core.List<core.String> buildUnnamed6073() {
+core.List<core.String> buildUnnamed6124() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6073(core.List<core.String> o) {
+void checkUnnamed6124(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -144,7 +144,7 @@
if (buildCounterIpReputation < 3) {
o.ipCount = 'foo';
o.reputation = 'foo';
- o.sampleIps = buildUnnamed6073();
+ o.sampleIps = buildUnnamed6124();
}
buildCounterIpReputation--;
return o;
@@ -161,19 +161,19 @@
o.reputation!,
unittest.equals('foo'),
);
- checkUnnamed6073(o.sampleIps!);
+ checkUnnamed6124(o.sampleIps!);
}
buildCounterIpReputation--;
}
-core.List<api.Domain> buildUnnamed6074() {
+core.List<api.Domain> buildUnnamed6125() {
var o = <api.Domain>[];
o.add(buildDomain());
o.add(buildDomain());
return o;
}
-void checkUnnamed6074(core.List<api.Domain> o) {
+void checkUnnamed6125(core.List<api.Domain> o) {
unittest.expect(o, unittest.hasLength(2));
checkDomain(o[0] as api.Domain);
checkDomain(o[1] as api.Domain);
@@ -184,7 +184,7 @@
var o = api.ListDomainsResponse();
buildCounterListDomainsResponse++;
if (buildCounterListDomainsResponse < 3) {
- o.domains = buildUnnamed6074();
+ o.domains = buildUnnamed6125();
o.nextPageToken = 'foo';
}
buildCounterListDomainsResponse--;
@@ -194,7 +194,7 @@
void checkListDomainsResponse(api.ListDomainsResponse o) {
buildCounterListDomainsResponse++;
if (buildCounterListDomainsResponse < 3) {
- checkUnnamed6074(o.domains!);
+ checkUnnamed6125(o.domains!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -203,14 +203,14 @@
buildCounterListDomainsResponse--;
}
-core.List<api.TrafficStats> buildUnnamed6075() {
+core.List<api.TrafficStats> buildUnnamed6126() {
var o = <api.TrafficStats>[];
o.add(buildTrafficStats());
o.add(buildTrafficStats());
return o;
}
-void checkUnnamed6075(core.List<api.TrafficStats> o) {
+void checkUnnamed6126(core.List<api.TrafficStats> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrafficStats(o[0] as api.TrafficStats);
checkTrafficStats(o[1] as api.TrafficStats);
@@ -222,7 +222,7 @@
buildCounterListTrafficStatsResponse++;
if (buildCounterListTrafficStatsResponse < 3) {
o.nextPageToken = 'foo';
- o.trafficStats = buildUnnamed6075();
+ o.trafficStats = buildUnnamed6126();
}
buildCounterListTrafficStatsResponse--;
return o;
@@ -235,45 +235,45 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6075(o.trafficStats!);
+ checkUnnamed6126(o.trafficStats!);
}
buildCounterListTrafficStatsResponse--;
}
-core.List<api.DeliveryError> buildUnnamed6076() {
+core.List<api.DeliveryError> buildUnnamed6127() {
var o = <api.DeliveryError>[];
o.add(buildDeliveryError());
o.add(buildDeliveryError());
return o;
}
-void checkUnnamed6076(core.List<api.DeliveryError> o) {
+void checkUnnamed6127(core.List<api.DeliveryError> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeliveryError(o[0] as api.DeliveryError);
checkDeliveryError(o[1] as api.DeliveryError);
}
-core.List<api.IpReputation> buildUnnamed6077() {
+core.List<api.IpReputation> buildUnnamed6128() {
var o = <api.IpReputation>[];
o.add(buildIpReputation());
o.add(buildIpReputation());
return o;
}
-void checkUnnamed6077(core.List<api.IpReputation> o) {
+void checkUnnamed6128(core.List<api.IpReputation> o) {
unittest.expect(o, unittest.hasLength(2));
checkIpReputation(o[0] as api.IpReputation);
checkIpReputation(o[1] as api.IpReputation);
}
-core.List<api.FeedbackLoop> buildUnnamed6078() {
+core.List<api.FeedbackLoop> buildUnnamed6129() {
var o = <api.FeedbackLoop>[];
o.add(buildFeedbackLoop());
o.add(buildFeedbackLoop());
return o;
}
-void checkUnnamed6078(core.List<api.FeedbackLoop> o) {
+void checkUnnamed6129(core.List<api.FeedbackLoop> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeedbackLoop(o[0] as api.FeedbackLoop);
checkFeedbackLoop(o[1] as api.FeedbackLoop);
@@ -284,15 +284,15 @@
var o = api.TrafficStats();
buildCounterTrafficStats++;
if (buildCounterTrafficStats < 3) {
- o.deliveryErrors = buildUnnamed6076();
+ o.deliveryErrors = buildUnnamed6127();
o.dkimSuccessRatio = 42.0;
o.dmarcSuccessRatio = 42.0;
o.domainReputation = 'foo';
o.inboundEncryptionRatio = 42.0;
- o.ipReputations = buildUnnamed6077();
+ o.ipReputations = buildUnnamed6128();
o.name = 'foo';
o.outboundEncryptionRatio = 42.0;
- o.spammyFeedbackLoops = buildUnnamed6078();
+ o.spammyFeedbackLoops = buildUnnamed6129();
o.spfSuccessRatio = 42.0;
o.userReportedSpamRatio = 42.0;
}
@@ -303,7 +303,7 @@
void checkTrafficStats(api.TrafficStats o) {
buildCounterTrafficStats++;
if (buildCounterTrafficStats < 3) {
- checkUnnamed6076(o.deliveryErrors!);
+ checkUnnamed6127(o.deliveryErrors!);
unittest.expect(
o.dkimSuccessRatio!,
unittest.equals(42.0),
@@ -320,7 +320,7 @@
o.inboundEncryptionRatio!,
unittest.equals(42.0),
);
- checkUnnamed6077(o.ipReputations!);
+ checkUnnamed6128(o.ipReputations!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -329,7 +329,7 @@
o.outboundEncryptionRatio!,
unittest.equals(42.0),
);
- checkUnnamed6078(o.spammyFeedbackLoops!);
+ checkUnnamed6129(o.spammyFeedbackLoops!);
unittest.expect(
o.spfSuccessRatio!,
unittest.equals(42.0),
diff --git a/generated/googleapis/test/groupssettings/v1_test.dart b/generated/googleapis/test/groupssettings/v1_test.dart
index 17f3e3b..ebfd1fd 100644
--- a/generated/googleapis/test/groupssettings/v1_test.dart
+++ b/generated/googleapis/test/groupssettings/v1_test.dart
@@ -40,6 +40,7 @@
o.customReplyTo = 'foo';
o.customRolesEnabledForSettingsToBeMerged = 'foo';
o.defaultMessageDenyNotificationText = 'foo';
+ o.defaultSender = 'foo';
o.description = 'foo';
o.email = 'foo';
o.enableCollaborativeInbox = 'foo';
@@ -134,6 +135,10 @@
unittest.equals('foo'),
);
unittest.expect(
+ o.defaultSender!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
o.description!,
unittest.equals('foo'),
);
diff --git a/generated/googleapis/test/healthcare/v1_test.dart b/generated/googleapis/test/healthcare/v1_test.dart
index 0ee58b5..1e31b7a 100644
--- a/generated/googleapis/test/healthcare/v1_test.dart
+++ b/generated/googleapis/test/healthcare/v1_test.dart
@@ -89,14 +89,14 @@
buildCounterArchiveUserDataMappingResponse--;
}
-core.List<core.String> buildUnnamed3351() {
+core.List<core.String> buildUnnamed3359() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3351(core.List<core.String> o) {
+void checkUnnamed3359(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -114,7 +114,7 @@
buildCounterAttribute++;
if (buildCounterAttribute < 3) {
o.attributeDefinitionId = 'foo';
- o.values = buildUnnamed3351();
+ o.values = buildUnnamed3359();
}
buildCounterAttribute--;
return o;
@@ -127,19 +127,19 @@
o.attributeDefinitionId!,
unittest.equals('foo'),
);
- checkUnnamed3351(o.values!);
+ checkUnnamed3359(o.values!);
}
buildCounterAttribute--;
}
-core.List<core.String> buildUnnamed3352() {
+core.List<core.String> buildUnnamed3360() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3352(core.List<core.String> o) {
+void checkUnnamed3360(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -151,14 +151,14 @@
);
}
-core.List<core.String> buildUnnamed3353() {
+core.List<core.String> buildUnnamed3361() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3353(core.List<core.String> o) {
+void checkUnnamed3361(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -175,9 +175,9 @@
var o = api.AttributeDefinition();
buildCounterAttributeDefinition++;
if (buildCounterAttributeDefinition < 3) {
- o.allowedValues = buildUnnamed3352();
+ o.allowedValues = buildUnnamed3360();
o.category = 'foo';
- o.consentDefaultValues = buildUnnamed3353();
+ o.consentDefaultValues = buildUnnamed3361();
o.dataMappingDefaultValue = 'foo';
o.description = 'foo';
o.name = 'foo';
@@ -189,12 +189,12 @@
void checkAttributeDefinition(api.AttributeDefinition o) {
buildCounterAttributeDefinition++;
if (buildCounterAttributeDefinition < 3) {
- checkUnnamed3352(o.allowedValues!);
+ checkUnnamed3360(o.allowedValues!);
unittest.expect(
o.category!,
unittest.equals('foo'),
);
- checkUnnamed3353(o.consentDefaultValues!);
+ checkUnnamed3361(o.consentDefaultValues!);
unittest.expect(
o.dataMappingDefaultValue!,
unittest.equals('foo'),
@@ -211,14 +211,14 @@
buildCounterAttributeDefinition--;
}
-core.List<api.AuditLogConfig> buildUnnamed3354() {
+core.List<api.AuditLogConfig> buildUnnamed3362() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed3354(core.List<api.AuditLogConfig> o) {
+void checkUnnamed3362(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -229,7 +229,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed3354();
+ o.auditLogConfigs = buildUnnamed3362();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -239,7 +239,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed3354(o.auditLogConfigs!);
+ checkUnnamed3362(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -248,14 +248,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed3355() {
+core.List<core.String> buildUnnamed3363() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3355(core.List<core.String> o) {
+void checkUnnamed3363(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -272,7 +272,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed3355();
+ o.exemptedMembers = buildUnnamed3363();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -282,7 +282,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed3355(o.exemptedMembers!);
+ checkUnnamed3363(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -291,14 +291,14 @@
buildCounterAuditLogConfig--;
}
-core.List<core.String> buildUnnamed3356() {
+core.List<core.String> buildUnnamed3364() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3356(core.List<core.String> o) {
+void checkUnnamed3364(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -316,7 +316,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed3356();
+ o.members = buildUnnamed3364();
o.role = 'foo';
}
buildCounterBinding--;
@@ -327,7 +327,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed3356(o.members!);
+ checkUnnamed3364(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -373,14 +373,14 @@
buildCounterCharacterMaskConfig--;
}
-core.Map<core.String, core.String> buildUnnamed3357() {
+core.Map<core.String, core.String> buildUnnamed3365() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3357(core.Map<core.String, core.String> o) {
+void checkUnnamed3365(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -399,7 +399,7 @@
if (buildCounterCheckDataAccessRequest < 3) {
o.consentList = buildConsentList();
o.dataId = 'foo';
- o.requestAttributes = buildUnnamed3357();
+ o.requestAttributes = buildUnnamed3365();
o.responseView = 'foo';
}
buildCounterCheckDataAccessRequest--;
@@ -414,7 +414,7 @@
o.dataId!,
unittest.equals('foo'),
);
- checkUnnamed3357(o.requestAttributes!);
+ checkUnnamed3365(o.requestAttributes!);
unittest.expect(
o.responseView!,
unittest.equals('foo'),
@@ -423,14 +423,14 @@
buildCounterCheckDataAccessRequest--;
}
-core.Map<core.String, api.ConsentEvaluation> buildUnnamed3358() {
+core.Map<core.String, api.ConsentEvaluation> buildUnnamed3366() {
var o = <core.String, api.ConsentEvaluation>{};
o['x'] = buildConsentEvaluation();
o['y'] = buildConsentEvaluation();
return o;
}
-void checkUnnamed3358(core.Map<core.String, api.ConsentEvaluation> o) {
+void checkUnnamed3366(core.Map<core.String, api.ConsentEvaluation> o) {
unittest.expect(o, unittest.hasLength(2));
checkConsentEvaluation(o['x']! as api.ConsentEvaluation);
checkConsentEvaluation(o['y']! as api.ConsentEvaluation);
@@ -441,7 +441,7 @@
var o = api.CheckDataAccessResponse();
buildCounterCheckDataAccessResponse++;
if (buildCounterCheckDataAccessResponse < 3) {
- o.consentDetails = buildUnnamed3358();
+ o.consentDetails = buildUnnamed3366();
o.consented = true;
}
buildCounterCheckDataAccessResponse--;
@@ -451,20 +451,20 @@
void checkCheckDataAccessResponse(api.CheckDataAccessResponse o) {
buildCounterCheckDataAccessResponse++;
if (buildCounterCheckDataAccessResponse < 3) {
- checkUnnamed3358(o.consentDetails!);
+ checkUnnamed3366(o.consentDetails!);
unittest.expect(o.consented!, unittest.isTrue);
}
buildCounterCheckDataAccessResponse--;
}
-core.Map<core.String, core.String> buildUnnamed3359() {
+core.Map<core.String, core.String> buildUnnamed3367() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3359(core.Map<core.String, core.String> o) {
+void checkUnnamed3367(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -476,14 +476,14 @@
);
}
-core.List<api.GoogleCloudHealthcareV1ConsentPolicy> buildUnnamed3360() {
+core.List<api.GoogleCloudHealthcareV1ConsentPolicy> buildUnnamed3368() {
var o = <api.GoogleCloudHealthcareV1ConsentPolicy>[];
o.add(buildGoogleCloudHealthcareV1ConsentPolicy());
o.add(buildGoogleCloudHealthcareV1ConsentPolicy());
return o;
}
-void checkUnnamed3360(core.List<api.GoogleCloudHealthcareV1ConsentPolicy> o) {
+void checkUnnamed3368(core.List<api.GoogleCloudHealthcareV1ConsentPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudHealthcareV1ConsentPolicy(
o[0] as api.GoogleCloudHealthcareV1ConsentPolicy);
@@ -498,9 +498,9 @@
if (buildCounterConsent < 3) {
o.consentArtifact = 'foo';
o.expireTime = 'foo';
- o.metadata = buildUnnamed3359();
+ o.metadata = buildUnnamed3367();
o.name = 'foo';
- o.policies = buildUnnamed3360();
+ o.policies = buildUnnamed3368();
o.revisionCreateTime = 'foo';
o.revisionId = 'foo';
o.state = 'foo';
@@ -522,12 +522,12 @@
o.expireTime!,
unittest.equals('foo'),
);
- checkUnnamed3359(o.metadata!);
+ checkUnnamed3367(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3360(o.policies!);
+ checkUnnamed3368(o.policies!);
unittest.expect(
o.revisionCreateTime!,
unittest.equals('foo'),
@@ -552,27 +552,27 @@
buildCounterConsent--;
}
-core.List<api.Image> buildUnnamed3361() {
+core.List<api.Image> buildUnnamed3369() {
var o = <api.Image>[];
o.add(buildImage());
o.add(buildImage());
return o;
}
-void checkUnnamed3361(core.List<api.Image> o) {
+void checkUnnamed3369(core.List<api.Image> o) {
unittest.expect(o, unittest.hasLength(2));
checkImage(o[0] as api.Image);
checkImage(o[1] as api.Image);
}
-core.Map<core.String, core.String> buildUnnamed3362() {
+core.Map<core.String, core.String> buildUnnamed3370() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3362(core.Map<core.String, core.String> o) {
+void checkUnnamed3370(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -589,10 +589,10 @@
var o = api.ConsentArtifact();
buildCounterConsentArtifact++;
if (buildCounterConsentArtifact < 3) {
- o.consentContentScreenshots = buildUnnamed3361();
+ o.consentContentScreenshots = buildUnnamed3369();
o.consentContentVersion = 'foo';
o.guardianSignature = buildSignature();
- o.metadata = buildUnnamed3362();
+ o.metadata = buildUnnamed3370();
o.name = 'foo';
o.userId = 'foo';
o.userSignature = buildSignature();
@@ -605,13 +605,13 @@
void checkConsentArtifact(api.ConsentArtifact o) {
buildCounterConsentArtifact++;
if (buildCounterConsentArtifact < 3) {
- checkUnnamed3361(o.consentContentScreenshots!);
+ checkUnnamed3369(o.consentContentScreenshots!);
unittest.expect(
o.consentContentVersion!,
unittest.equals('foo'),
);
checkSignature(o.guardianSignature! as api.Signature);
- checkUnnamed3362(o.metadata!);
+ checkUnnamed3370(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -648,14 +648,14 @@
buildCounterConsentEvaluation--;
}
-core.List<core.String> buildUnnamed3363() {
+core.List<core.String> buildUnnamed3371() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3363(core.List<core.String> o) {
+void checkUnnamed3371(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -672,7 +672,7 @@
var o = api.ConsentList();
buildCounterConsentList++;
if (buildCounterConsentList < 3) {
- o.consents = buildUnnamed3363();
+ o.consents = buildUnnamed3371();
}
buildCounterConsentList--;
return o;
@@ -681,19 +681,19 @@
void checkConsentList(api.ConsentList o) {
buildCounterConsentList++;
if (buildCounterConsentList < 3) {
- checkUnnamed3363(o.consents!);
+ checkUnnamed3371(o.consents!);
}
buildCounterConsentList--;
}
-core.Map<core.String, core.String> buildUnnamed3364() {
+core.Map<core.String, core.String> buildUnnamed3372() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3364(core.Map<core.String, core.String> o) {
+void checkUnnamed3372(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -712,7 +712,7 @@
if (buildCounterConsentStore < 3) {
o.defaultConsentTtl = 'foo';
o.enableConsentCreateOnUpdate = true;
- o.labels = buildUnnamed3364();
+ o.labels = buildUnnamed3372();
o.name = 'foo';
}
buildCounterConsentStore--;
@@ -727,7 +727,7 @@
unittest.equals('foo'),
);
unittest.expect(o.enableConsentCreateOnUpdate!, unittest.isTrue);
- checkUnnamed3364(o.labels!);
+ checkUnnamed3372(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -992,14 +992,14 @@
buildCounterDicomFilterConfig--;
}
-core.Map<core.String, core.String> buildUnnamed3365() {
+core.Map<core.String, core.String> buildUnnamed3373() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3365(core.Map<core.String, core.String> o) {
+void checkUnnamed3373(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1016,7 +1016,7 @@
var o = api.DicomStore();
buildCounterDicomStore++;
if (buildCounterDicomStore < 3) {
- o.labels = buildUnnamed3365();
+ o.labels = buildUnnamed3373();
o.name = 'foo';
o.notificationConfig = buildNotificationConfig();
}
@@ -1027,7 +1027,7 @@
void checkDicomStore(api.DicomStore o) {
buildCounterDicomStore++;
if (buildCounterDicomStore < 3) {
- checkUnnamed3365(o.labels!);
+ checkUnnamed3373(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1052,14 +1052,14 @@
buildCounterEmpty--;
}
-core.Map<core.String, core.String> buildUnnamed3366() {
+core.Map<core.String, core.String> buildUnnamed3374() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3366(core.Map<core.String, core.String> o) {
+void checkUnnamed3374(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1071,14 +1071,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed3367() {
+core.Map<core.String, core.String> buildUnnamed3375() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3367(core.Map<core.String, core.String> o) {
+void checkUnnamed3375(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1098,8 +1098,8 @@
o.consentList = buildConsentList();
o.pageSize = 42;
o.pageToken = 'foo';
- o.requestAttributes = buildUnnamed3366();
- o.resourceAttributes = buildUnnamed3367();
+ o.requestAttributes = buildUnnamed3374();
+ o.resourceAttributes = buildUnnamed3375();
o.responseView = 'foo';
o.userId = 'foo';
}
@@ -1119,8 +1119,8 @@
o.pageToken!,
unittest.equals('foo'),
);
- checkUnnamed3366(o.requestAttributes!);
- checkUnnamed3367(o.resourceAttributes!);
+ checkUnnamed3374(o.requestAttributes!);
+ checkUnnamed3375(o.resourceAttributes!);
unittest.expect(
o.responseView!,
unittest.equals('foo'),
@@ -1133,14 +1133,14 @@
buildCounterEvaluateUserConsentsRequest--;
}
-core.List<api.Result> buildUnnamed3368() {
+core.List<api.Result> buildUnnamed3376() {
var o = <api.Result>[];
o.add(buildResult());
o.add(buildResult());
return o;
}
-void checkUnnamed3368(core.List<api.Result> o) {
+void checkUnnamed3376(core.List<api.Result> o) {
unittest.expect(o, unittest.hasLength(2));
checkResult(o[0] as api.Result);
checkResult(o[1] as api.Result);
@@ -1152,7 +1152,7 @@
buildCounterEvaluateUserConsentsResponse++;
if (buildCounterEvaluateUserConsentsResponse < 3) {
o.nextPageToken = 'foo';
- o.results = buildUnnamed3368();
+ o.results = buildUnnamed3376();
}
buildCounterEvaluateUserConsentsResponse--;
return o;
@@ -1165,7 +1165,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3368(o.results!);
+ checkUnnamed3376(o.results!);
}
buildCounterEvaluateUserConsentsResponse--;
}
@@ -1285,14 +1285,14 @@
buildCounterExpr--;
}
-core.List<api.FieldMetadata> buildUnnamed3369() {
+core.List<api.FieldMetadata> buildUnnamed3377() {
var o = <api.FieldMetadata>[];
o.add(buildFieldMetadata());
o.add(buildFieldMetadata());
return o;
}
-void checkUnnamed3369(core.List<api.FieldMetadata> o) {
+void checkUnnamed3377(core.List<api.FieldMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkFieldMetadata(o[0] as api.FieldMetadata);
checkFieldMetadata(o[1] as api.FieldMetadata);
@@ -1303,7 +1303,7 @@
var o = api.FhirConfig();
buildCounterFhirConfig++;
if (buildCounterFhirConfig < 3) {
- o.fieldMetadataList = buildUnnamed3369();
+ o.fieldMetadataList = buildUnnamed3377();
}
buildCounterFhirConfig--;
return o;
@@ -1312,7 +1312,7 @@
void checkFhirConfig(api.FhirConfig o) {
buildCounterFhirConfig++;
if (buildCounterFhirConfig < 3) {
- checkUnnamed3369(o.fieldMetadataList!);
+ checkUnnamed3377(o.fieldMetadataList!);
}
buildCounterFhirConfig--;
}
@@ -1336,14 +1336,14 @@
buildCounterFhirFilter--;
}
-core.Map<core.String, core.String> buildUnnamed3370() {
+core.Map<core.String, core.String> buildUnnamed3378() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3370(core.Map<core.String, core.String> o) {
+void checkUnnamed3378(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1355,14 +1355,14 @@
);
}
-core.List<api.StreamConfig> buildUnnamed3371() {
+core.List<api.StreamConfig> buildUnnamed3379() {
var o = <api.StreamConfig>[];
o.add(buildStreamConfig());
o.add(buildStreamConfig());
return o;
}
-void checkUnnamed3371(core.List<api.StreamConfig> o) {
+void checkUnnamed3379(core.List<api.StreamConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkStreamConfig(o[0] as api.StreamConfig);
checkStreamConfig(o[1] as api.StreamConfig);
@@ -1377,10 +1377,10 @@
o.disableReferentialIntegrity = true;
o.disableResourceVersioning = true;
o.enableUpdateCreate = true;
- o.labels = buildUnnamed3370();
+ o.labels = buildUnnamed3378();
o.name = 'foo';
o.notificationConfig = buildNotificationConfig();
- o.streamConfigs = buildUnnamed3371();
+ o.streamConfigs = buildUnnamed3379();
o.version = 'foo';
}
buildCounterFhirStore--;
@@ -1394,13 +1394,13 @@
unittest.expect(o.disableReferentialIntegrity!, unittest.isTrue);
unittest.expect(o.disableResourceVersioning!, unittest.isTrue);
unittest.expect(o.enableUpdateCreate!, unittest.isTrue);
- checkUnnamed3370(o.labels!);
+ checkUnnamed3378(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
checkNotificationConfig(o.notificationConfig! as api.NotificationConfig);
- checkUnnamed3371(o.streamConfigs!);
+ checkUnnamed3379(o.streamConfigs!);
unittest.expect(
o.version!,
unittest.equals('foo'),
@@ -1451,14 +1451,14 @@
buildCounterField--;
}
-core.List<core.String> buildUnnamed3372() {
+core.List<core.String> buildUnnamed3380() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3372(core.List<core.String> o) {
+void checkUnnamed3380(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1476,7 +1476,7 @@
buildCounterFieldMetadata++;
if (buildCounterFieldMetadata < 3) {
o.action = 'foo';
- o.paths = buildUnnamed3372();
+ o.paths = buildUnnamed3380();
}
buildCounterFieldMetadata--;
return o;
@@ -1489,7 +1489,7 @@
o.action!,
unittest.equals('foo'),
);
- checkUnnamed3372(o.paths!);
+ checkUnnamed3380(o.paths!);
}
buildCounterFieldMetadata--;
}
@@ -1518,14 +1518,14 @@
buildCounterGoogleCloudHealthcareV1ConsentGcsDestination--;
}
-core.List<api.Attribute> buildUnnamed3373() {
+core.List<api.Attribute> buildUnnamed3381() {
var o = <api.Attribute>[];
o.add(buildAttribute());
o.add(buildAttribute());
return o;
}
-void checkUnnamed3373(core.List<api.Attribute> o) {
+void checkUnnamed3381(core.List<api.Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttribute(o[0] as api.Attribute);
checkAttribute(o[1] as api.Attribute);
@@ -1538,7 +1538,7 @@
buildCounterGoogleCloudHealthcareV1ConsentPolicy++;
if (buildCounterGoogleCloudHealthcareV1ConsentPolicy < 3) {
o.authorizationRule = buildExpr();
- o.resourceAttributes = buildUnnamed3373();
+ o.resourceAttributes = buildUnnamed3381();
}
buildCounterGoogleCloudHealthcareV1ConsentPolicy--;
return o;
@@ -1549,7 +1549,7 @@
buildCounterGoogleCloudHealthcareV1ConsentPolicy++;
if (buildCounterGoogleCloudHealthcareV1ConsentPolicy < 3) {
checkExpr(o.authorizationRule! as api.Expr);
- checkUnnamed3373(o.resourceAttributes!);
+ checkUnnamed3381(o.resourceAttributes!);
}
buildCounterGoogleCloudHealthcareV1ConsentPolicy--;
}
@@ -1776,27 +1776,27 @@
buildCounterGroupOrSegment--;
}
-core.Map<core.String, api.SchemaGroup> buildUnnamed3374() {
+core.Map<core.String, api.SchemaGroup> buildUnnamed3382() {
var o = <core.String, api.SchemaGroup>{};
o['x'] = buildSchemaGroup();
o['y'] = buildSchemaGroup();
return o;
}
-void checkUnnamed3374(core.Map<core.String, api.SchemaGroup> o) {
+void checkUnnamed3382(core.Map<core.String, api.SchemaGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkSchemaGroup(o['x']! as api.SchemaGroup);
checkSchemaGroup(o['y']! as api.SchemaGroup);
}
-core.List<api.VersionSource> buildUnnamed3375() {
+core.List<api.VersionSource> buildUnnamed3383() {
var o = <api.VersionSource>[];
o.add(buildVersionSource());
o.add(buildVersionSource());
return o;
}
-void checkUnnamed3375(core.List<api.VersionSource> o) {
+void checkUnnamed3383(core.List<api.VersionSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkVersionSource(o[0] as api.VersionSource);
checkVersionSource(o[1] as api.VersionSource);
@@ -1807,8 +1807,8 @@
var o = api.Hl7SchemaConfig();
buildCounterHl7SchemaConfig++;
if (buildCounterHl7SchemaConfig < 3) {
- o.messageSchemaConfigs = buildUnnamed3374();
- o.version = buildUnnamed3375();
+ o.messageSchemaConfigs = buildUnnamed3382();
+ o.version = buildUnnamed3383();
}
buildCounterHl7SchemaConfig--;
return o;
@@ -1817,33 +1817,33 @@
void checkHl7SchemaConfig(api.Hl7SchemaConfig o) {
buildCounterHl7SchemaConfig++;
if (buildCounterHl7SchemaConfig < 3) {
- checkUnnamed3374(o.messageSchemaConfigs!);
- checkUnnamed3375(o.version!);
+ checkUnnamed3382(o.messageSchemaConfigs!);
+ checkUnnamed3383(o.version!);
}
buildCounterHl7SchemaConfig--;
}
-core.List<api.Type> buildUnnamed3376() {
+core.List<api.Type> buildUnnamed3384() {
var o = <api.Type>[];
o.add(buildType());
o.add(buildType());
return o;
}
-void checkUnnamed3376(core.List<api.Type> o) {
+void checkUnnamed3384(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0] as api.Type);
checkType(o[1] as api.Type);
}
-core.List<api.VersionSource> buildUnnamed3377() {
+core.List<api.VersionSource> buildUnnamed3385() {
var o = <api.VersionSource>[];
o.add(buildVersionSource());
o.add(buildVersionSource());
return o;
}
-void checkUnnamed3377(core.List<api.VersionSource> o) {
+void checkUnnamed3385(core.List<api.VersionSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkVersionSource(o[0] as api.VersionSource);
checkVersionSource(o[1] as api.VersionSource);
@@ -1854,8 +1854,8 @@
var o = api.Hl7TypesConfig();
buildCounterHl7TypesConfig++;
if (buildCounterHl7TypesConfig < 3) {
- o.type = buildUnnamed3376();
- o.version = buildUnnamed3377();
+ o.type = buildUnnamed3384();
+ o.version = buildUnnamed3385();
}
buildCounterHl7TypesConfig--;
return o;
@@ -1864,8 +1864,8 @@
void checkHl7TypesConfig(api.Hl7TypesConfig o) {
buildCounterHl7TypesConfig++;
if (buildCounterHl7TypesConfig < 3) {
- checkUnnamed3376(o.type!);
- checkUnnamed3377(o.version!);
+ checkUnnamed3384(o.type!);
+ checkUnnamed3385(o.version!);
}
buildCounterHl7TypesConfig--;
}
@@ -1897,14 +1897,14 @@
buildCounterHl7V2NotificationConfig--;
}
-core.Map<core.String, core.String> buildUnnamed3378() {
+core.Map<core.String, core.String> buildUnnamed3386() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3378(core.Map<core.String, core.String> o) {
+void checkUnnamed3386(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1916,14 +1916,14 @@
);
}
-core.List<api.Hl7V2NotificationConfig> buildUnnamed3379() {
+core.List<api.Hl7V2NotificationConfig> buildUnnamed3387() {
var o = <api.Hl7V2NotificationConfig>[];
o.add(buildHl7V2NotificationConfig());
o.add(buildHl7V2NotificationConfig());
return o;
}
-void checkUnnamed3379(core.List<api.Hl7V2NotificationConfig> o) {
+void checkUnnamed3387(core.List<api.Hl7V2NotificationConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkHl7V2NotificationConfig(o[0] as api.Hl7V2NotificationConfig);
checkHl7V2NotificationConfig(o[1] as api.Hl7V2NotificationConfig);
@@ -1934,9 +1934,9 @@
var o = api.Hl7V2Store();
buildCounterHl7V2Store++;
if (buildCounterHl7V2Store < 3) {
- o.labels = buildUnnamed3378();
+ o.labels = buildUnnamed3386();
o.name = 'foo';
- o.notificationConfigs = buildUnnamed3379();
+ o.notificationConfigs = buildUnnamed3387();
o.parserConfig = buildParserConfig();
o.rejectDuplicateMessage = true;
}
@@ -1947,19 +1947,19 @@
void checkHl7V2Store(api.Hl7V2Store o) {
buildCounterHl7V2Store++;
if (buildCounterHl7V2Store < 3) {
- checkUnnamed3378(o.labels!);
+ checkUnnamed3386(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3379(o.notificationConfigs!);
+ checkUnnamed3387(o.notificationConfigs!);
checkParserConfig(o.parserConfig! as api.ParserConfig);
unittest.expect(o.rejectDuplicateMessage!, unittest.isTrue);
}
buildCounterHl7V2Store--;
}
-core.Map<core.String, core.Object> buildUnnamed3380() {
+core.Map<core.String, core.Object> buildUnnamed3388() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1974,7 +1974,7 @@
return o;
}
-void checkUnnamed3380(core.Map<core.String, core.Object> o) {
+void checkUnnamed3388(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2006,17 +2006,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3381() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3389() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3380());
- o.add(buildUnnamed3380());
+ o.add(buildUnnamed3388());
+ o.add(buildUnnamed3388());
return o;
}
-void checkUnnamed3381(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3389(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3380(o[0]);
- checkUnnamed3380(o[1]);
+ checkUnnamed3388(o[0]);
+ checkUnnamed3388(o[1]);
}
core.int buildCounterHttpBody = 0;
@@ -2026,7 +2026,7 @@
if (buildCounterHttpBody < 3) {
o.contentType = 'foo';
o.data = 'foo';
- o.extensions = buildUnnamed3381();
+ o.extensions = buildUnnamed3389();
}
buildCounterHttpBody--;
return o;
@@ -2043,7 +2043,7 @@
o.data!,
unittest.equals('foo'),
);
- checkUnnamed3381(o.extensions!);
+ checkUnnamed3389(o.extensions!);
}
buildCounterHttpBody--;
}
@@ -2172,14 +2172,14 @@
buildCounterImportResourcesResponse--;
}
-core.List<core.String> buildUnnamed3382() {
+core.List<core.String> buildUnnamed3390() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3382(core.List<core.String> o) {
+void checkUnnamed3390(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2199,7 +2199,7 @@
o.characterMaskConfig = buildCharacterMaskConfig();
o.cryptoHashConfig = buildCryptoHashConfig();
o.dateShiftConfig = buildDateShiftConfig();
- o.infoTypes = buildUnnamed3382();
+ o.infoTypes = buildUnnamed3390();
o.redactConfig = buildRedactConfig();
o.replaceWithInfoTypeConfig = buildReplaceWithInfoTypeConfig();
}
@@ -2213,7 +2213,7 @@
checkCharacterMaskConfig(o.characterMaskConfig! as api.CharacterMaskConfig);
checkCryptoHashConfig(o.cryptoHashConfig! as api.CryptoHashConfig);
checkDateShiftConfig(o.dateShiftConfig! as api.DateShiftConfig);
- checkUnnamed3382(o.infoTypes!);
+ checkUnnamed3390(o.infoTypes!);
checkRedactConfig(o.redactConfig! as api.RedactConfig);
checkReplaceWithInfoTypeConfig(
o.replaceWithInfoTypeConfig! as api.ReplaceWithInfoTypeConfig);
@@ -2264,14 +2264,14 @@
buildCounterIngestMessageResponse--;
}
-core.List<api.AttributeDefinition> buildUnnamed3383() {
+core.List<api.AttributeDefinition> buildUnnamed3391() {
var o = <api.AttributeDefinition>[];
o.add(buildAttributeDefinition());
o.add(buildAttributeDefinition());
return o;
}
-void checkUnnamed3383(core.List<api.AttributeDefinition> o) {
+void checkUnnamed3391(core.List<api.AttributeDefinition> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttributeDefinition(o[0] as api.AttributeDefinition);
checkAttributeDefinition(o[1] as api.AttributeDefinition);
@@ -2282,7 +2282,7 @@
var o = api.ListAttributeDefinitionsResponse();
buildCounterListAttributeDefinitionsResponse++;
if (buildCounterListAttributeDefinitionsResponse < 3) {
- o.attributeDefinitions = buildUnnamed3383();
+ o.attributeDefinitions = buildUnnamed3391();
o.nextPageToken = 'foo';
}
buildCounterListAttributeDefinitionsResponse--;
@@ -2293,7 +2293,7 @@
api.ListAttributeDefinitionsResponse o) {
buildCounterListAttributeDefinitionsResponse++;
if (buildCounterListAttributeDefinitionsResponse < 3) {
- checkUnnamed3383(o.attributeDefinitions!);
+ checkUnnamed3391(o.attributeDefinitions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2302,14 +2302,14 @@
buildCounterListAttributeDefinitionsResponse--;
}
-core.List<api.ConsentArtifact> buildUnnamed3384() {
+core.List<api.ConsentArtifact> buildUnnamed3392() {
var o = <api.ConsentArtifact>[];
o.add(buildConsentArtifact());
o.add(buildConsentArtifact());
return o;
}
-void checkUnnamed3384(core.List<api.ConsentArtifact> o) {
+void checkUnnamed3392(core.List<api.ConsentArtifact> o) {
unittest.expect(o, unittest.hasLength(2));
checkConsentArtifact(o[0] as api.ConsentArtifact);
checkConsentArtifact(o[1] as api.ConsentArtifact);
@@ -2320,7 +2320,7 @@
var o = api.ListConsentArtifactsResponse();
buildCounterListConsentArtifactsResponse++;
if (buildCounterListConsentArtifactsResponse < 3) {
- o.consentArtifacts = buildUnnamed3384();
+ o.consentArtifacts = buildUnnamed3392();
o.nextPageToken = 'foo';
}
buildCounterListConsentArtifactsResponse--;
@@ -2330,7 +2330,7 @@
void checkListConsentArtifactsResponse(api.ListConsentArtifactsResponse o) {
buildCounterListConsentArtifactsResponse++;
if (buildCounterListConsentArtifactsResponse < 3) {
- checkUnnamed3384(o.consentArtifacts!);
+ checkUnnamed3392(o.consentArtifacts!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2339,14 +2339,14 @@
buildCounterListConsentArtifactsResponse--;
}
-core.List<api.Consent> buildUnnamed3385() {
+core.List<api.Consent> buildUnnamed3393() {
var o = <api.Consent>[];
o.add(buildConsent());
o.add(buildConsent());
return o;
}
-void checkUnnamed3385(core.List<api.Consent> o) {
+void checkUnnamed3393(core.List<api.Consent> o) {
unittest.expect(o, unittest.hasLength(2));
checkConsent(o[0] as api.Consent);
checkConsent(o[1] as api.Consent);
@@ -2357,7 +2357,7 @@
var o = api.ListConsentRevisionsResponse();
buildCounterListConsentRevisionsResponse++;
if (buildCounterListConsentRevisionsResponse < 3) {
- o.consents = buildUnnamed3385();
+ o.consents = buildUnnamed3393();
o.nextPageToken = 'foo';
}
buildCounterListConsentRevisionsResponse--;
@@ -2367,7 +2367,7 @@
void checkListConsentRevisionsResponse(api.ListConsentRevisionsResponse o) {
buildCounterListConsentRevisionsResponse++;
if (buildCounterListConsentRevisionsResponse < 3) {
- checkUnnamed3385(o.consents!);
+ checkUnnamed3393(o.consents!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2376,14 +2376,14 @@
buildCounterListConsentRevisionsResponse--;
}
-core.List<api.ConsentStore> buildUnnamed3386() {
+core.List<api.ConsentStore> buildUnnamed3394() {
var o = <api.ConsentStore>[];
o.add(buildConsentStore());
o.add(buildConsentStore());
return o;
}
-void checkUnnamed3386(core.List<api.ConsentStore> o) {
+void checkUnnamed3394(core.List<api.ConsentStore> o) {
unittest.expect(o, unittest.hasLength(2));
checkConsentStore(o[0] as api.ConsentStore);
checkConsentStore(o[1] as api.ConsentStore);
@@ -2394,7 +2394,7 @@
var o = api.ListConsentStoresResponse();
buildCounterListConsentStoresResponse++;
if (buildCounterListConsentStoresResponse < 3) {
- o.consentStores = buildUnnamed3386();
+ o.consentStores = buildUnnamed3394();
o.nextPageToken = 'foo';
}
buildCounterListConsentStoresResponse--;
@@ -2404,7 +2404,7 @@
void checkListConsentStoresResponse(api.ListConsentStoresResponse o) {
buildCounterListConsentStoresResponse++;
if (buildCounterListConsentStoresResponse < 3) {
- checkUnnamed3386(o.consentStores!);
+ checkUnnamed3394(o.consentStores!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2413,14 +2413,14 @@
buildCounterListConsentStoresResponse--;
}
-core.List<api.Consent> buildUnnamed3387() {
+core.List<api.Consent> buildUnnamed3395() {
var o = <api.Consent>[];
o.add(buildConsent());
o.add(buildConsent());
return o;
}
-void checkUnnamed3387(core.List<api.Consent> o) {
+void checkUnnamed3395(core.List<api.Consent> o) {
unittest.expect(o, unittest.hasLength(2));
checkConsent(o[0] as api.Consent);
checkConsent(o[1] as api.Consent);
@@ -2431,7 +2431,7 @@
var o = api.ListConsentsResponse();
buildCounterListConsentsResponse++;
if (buildCounterListConsentsResponse < 3) {
- o.consents = buildUnnamed3387();
+ o.consents = buildUnnamed3395();
o.nextPageToken = 'foo';
}
buildCounterListConsentsResponse--;
@@ -2441,7 +2441,7 @@
void checkListConsentsResponse(api.ListConsentsResponse o) {
buildCounterListConsentsResponse++;
if (buildCounterListConsentsResponse < 3) {
- checkUnnamed3387(o.consents!);
+ checkUnnamed3395(o.consents!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2450,14 +2450,14 @@
buildCounterListConsentsResponse--;
}
-core.List<api.Dataset> buildUnnamed3388() {
+core.List<api.Dataset> buildUnnamed3396() {
var o = <api.Dataset>[];
o.add(buildDataset());
o.add(buildDataset());
return o;
}
-void checkUnnamed3388(core.List<api.Dataset> o) {
+void checkUnnamed3396(core.List<api.Dataset> o) {
unittest.expect(o, unittest.hasLength(2));
checkDataset(o[0] as api.Dataset);
checkDataset(o[1] as api.Dataset);
@@ -2468,7 +2468,7 @@
var o = api.ListDatasetsResponse();
buildCounterListDatasetsResponse++;
if (buildCounterListDatasetsResponse < 3) {
- o.datasets = buildUnnamed3388();
+ o.datasets = buildUnnamed3396();
o.nextPageToken = 'foo';
}
buildCounterListDatasetsResponse--;
@@ -2478,7 +2478,7 @@
void checkListDatasetsResponse(api.ListDatasetsResponse o) {
buildCounterListDatasetsResponse++;
if (buildCounterListDatasetsResponse < 3) {
- checkUnnamed3388(o.datasets!);
+ checkUnnamed3396(o.datasets!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2487,14 +2487,14 @@
buildCounterListDatasetsResponse--;
}
-core.List<api.DicomStore> buildUnnamed3389() {
+core.List<api.DicomStore> buildUnnamed3397() {
var o = <api.DicomStore>[];
o.add(buildDicomStore());
o.add(buildDicomStore());
return o;
}
-void checkUnnamed3389(core.List<api.DicomStore> o) {
+void checkUnnamed3397(core.List<api.DicomStore> o) {
unittest.expect(o, unittest.hasLength(2));
checkDicomStore(o[0] as api.DicomStore);
checkDicomStore(o[1] as api.DicomStore);
@@ -2505,7 +2505,7 @@
var o = api.ListDicomStoresResponse();
buildCounterListDicomStoresResponse++;
if (buildCounterListDicomStoresResponse < 3) {
- o.dicomStores = buildUnnamed3389();
+ o.dicomStores = buildUnnamed3397();
o.nextPageToken = 'foo';
}
buildCounterListDicomStoresResponse--;
@@ -2515,7 +2515,7 @@
void checkListDicomStoresResponse(api.ListDicomStoresResponse o) {
buildCounterListDicomStoresResponse++;
if (buildCounterListDicomStoresResponse < 3) {
- checkUnnamed3389(o.dicomStores!);
+ checkUnnamed3397(o.dicomStores!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2524,14 +2524,14 @@
buildCounterListDicomStoresResponse--;
}
-core.List<api.FhirStore> buildUnnamed3390() {
+core.List<api.FhirStore> buildUnnamed3398() {
var o = <api.FhirStore>[];
o.add(buildFhirStore());
o.add(buildFhirStore());
return o;
}
-void checkUnnamed3390(core.List<api.FhirStore> o) {
+void checkUnnamed3398(core.List<api.FhirStore> o) {
unittest.expect(o, unittest.hasLength(2));
checkFhirStore(o[0] as api.FhirStore);
checkFhirStore(o[1] as api.FhirStore);
@@ -2542,7 +2542,7 @@
var o = api.ListFhirStoresResponse();
buildCounterListFhirStoresResponse++;
if (buildCounterListFhirStoresResponse < 3) {
- o.fhirStores = buildUnnamed3390();
+ o.fhirStores = buildUnnamed3398();
o.nextPageToken = 'foo';
}
buildCounterListFhirStoresResponse--;
@@ -2552,7 +2552,7 @@
void checkListFhirStoresResponse(api.ListFhirStoresResponse o) {
buildCounterListFhirStoresResponse++;
if (buildCounterListFhirStoresResponse < 3) {
- checkUnnamed3390(o.fhirStores!);
+ checkUnnamed3398(o.fhirStores!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2561,14 +2561,14 @@
buildCounterListFhirStoresResponse--;
}
-core.List<api.Hl7V2Store> buildUnnamed3391() {
+core.List<api.Hl7V2Store> buildUnnamed3399() {
var o = <api.Hl7V2Store>[];
o.add(buildHl7V2Store());
o.add(buildHl7V2Store());
return o;
}
-void checkUnnamed3391(core.List<api.Hl7V2Store> o) {
+void checkUnnamed3399(core.List<api.Hl7V2Store> o) {
unittest.expect(o, unittest.hasLength(2));
checkHl7V2Store(o[0] as api.Hl7V2Store);
checkHl7V2Store(o[1] as api.Hl7V2Store);
@@ -2579,7 +2579,7 @@
var o = api.ListHl7V2StoresResponse();
buildCounterListHl7V2StoresResponse++;
if (buildCounterListHl7V2StoresResponse < 3) {
- o.hl7V2Stores = buildUnnamed3391();
+ o.hl7V2Stores = buildUnnamed3399();
o.nextPageToken = 'foo';
}
buildCounterListHl7V2StoresResponse--;
@@ -2589,7 +2589,7 @@
void checkListHl7V2StoresResponse(api.ListHl7V2StoresResponse o) {
buildCounterListHl7V2StoresResponse++;
if (buildCounterListHl7V2StoresResponse < 3) {
- checkUnnamed3391(o.hl7V2Stores!);
+ checkUnnamed3399(o.hl7V2Stores!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2598,14 +2598,14 @@
buildCounterListHl7V2StoresResponse--;
}
-core.List<api.Location> buildUnnamed3392() {
+core.List<api.Location> buildUnnamed3400() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed3392(core.List<api.Location> o) {
+void checkUnnamed3400(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -2616,7 +2616,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed3392();
+ o.locations = buildUnnamed3400();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -2626,7 +2626,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed3392(o.locations!);
+ checkUnnamed3400(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2635,14 +2635,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Message> buildUnnamed3393() {
+core.List<api.Message> buildUnnamed3401() {
var o = <api.Message>[];
o.add(buildMessage());
o.add(buildMessage());
return o;
}
-void checkUnnamed3393(core.List<api.Message> o) {
+void checkUnnamed3401(core.List<api.Message> o) {
unittest.expect(o, unittest.hasLength(2));
checkMessage(o[0] as api.Message);
checkMessage(o[1] as api.Message);
@@ -2653,7 +2653,7 @@
var o = api.ListMessagesResponse();
buildCounterListMessagesResponse++;
if (buildCounterListMessagesResponse < 3) {
- o.hl7V2Messages = buildUnnamed3393();
+ o.hl7V2Messages = buildUnnamed3401();
o.nextPageToken = 'foo';
}
buildCounterListMessagesResponse--;
@@ -2663,7 +2663,7 @@
void checkListMessagesResponse(api.ListMessagesResponse o) {
buildCounterListMessagesResponse++;
if (buildCounterListMessagesResponse < 3) {
- checkUnnamed3393(o.hl7V2Messages!);
+ checkUnnamed3401(o.hl7V2Messages!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -2672,14 +2672,14 @@
buildCounterListMessagesResponse--;
}
-core.List<api.Operation> buildUnnamed3394() {
+core.List<api.Operation> buildUnnamed3402() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed3394(core.List<api.Operation> o) {
+void checkUnnamed3402(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -2691,7 +2691,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed3394();
+ o.operations = buildUnnamed3402();
}
buildCounterListOperationsResponse--;
return o;
@@ -2704,19 +2704,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3394(o.operations!);
+ checkUnnamed3402(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.UserDataMapping> buildUnnamed3395() {
+core.List<api.UserDataMapping> buildUnnamed3403() {
var o = <api.UserDataMapping>[];
o.add(buildUserDataMapping());
o.add(buildUserDataMapping());
return o;
}
-void checkUnnamed3395(core.List<api.UserDataMapping> o) {
+void checkUnnamed3403(core.List<api.UserDataMapping> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserDataMapping(o[0] as api.UserDataMapping);
checkUserDataMapping(o[1] as api.UserDataMapping);
@@ -2728,7 +2728,7 @@
buildCounterListUserDataMappingsResponse++;
if (buildCounterListUserDataMappingsResponse < 3) {
o.nextPageToken = 'foo';
- o.userDataMappings = buildUnnamed3395();
+ o.userDataMappings = buildUnnamed3403();
}
buildCounterListUserDataMappingsResponse--;
return o;
@@ -2741,19 +2741,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3395(o.userDataMappings!);
+ checkUnnamed3403(o.userDataMappings!);
}
buildCounterListUserDataMappingsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed3396() {
+core.Map<core.String, core.String> buildUnnamed3404() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3396(core.Map<core.String, core.String> o) {
+void checkUnnamed3404(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2765,7 +2765,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3397() {
+core.Map<core.String, core.Object> buildUnnamed3405() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2780,7 +2780,7 @@
return o;
}
-void checkUnnamed3397(core.Map<core.String, core.Object> o) {
+void checkUnnamed3405(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -2818,9 +2818,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed3396();
+ o.labels = buildUnnamed3404();
o.locationId = 'foo';
- o.metadata = buildUnnamed3397();
+ o.metadata = buildUnnamed3405();
o.name = 'foo';
}
buildCounterLocation--;
@@ -2834,12 +2834,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed3396(o.labels!);
+ checkUnnamed3404(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed3397(o.metadata!);
+ checkUnnamed3405(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2848,14 +2848,14 @@
buildCounterLocation--;
}
-core.Map<core.String, core.String> buildUnnamed3398() {
+core.Map<core.String, core.String> buildUnnamed3406() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3398(core.Map<core.String, core.String> o) {
+void checkUnnamed3406(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2867,14 +2867,14 @@
);
}
-core.List<api.PatientId> buildUnnamed3399() {
+core.List<api.PatientId> buildUnnamed3407() {
var o = <api.PatientId>[];
o.add(buildPatientId());
o.add(buildPatientId());
return o;
}
-void checkUnnamed3399(core.List<api.PatientId> o) {
+void checkUnnamed3407(core.List<api.PatientId> o) {
unittest.expect(o, unittest.hasLength(2));
checkPatientId(o[0] as api.PatientId);
checkPatientId(o[1] as api.PatientId);
@@ -2887,11 +2887,11 @@
if (buildCounterMessage < 3) {
o.createTime = 'foo';
o.data = 'foo';
- o.labels = buildUnnamed3398();
+ o.labels = buildUnnamed3406();
o.messageType = 'foo';
o.name = 'foo';
o.parsedData = buildParsedData();
- o.patientIds = buildUnnamed3399();
+ o.patientIds = buildUnnamed3407();
o.schematizedData = buildSchematizedData();
o.sendFacility = 'foo';
o.sendTime = 'foo';
@@ -2911,7 +2911,7 @@
o.data!,
unittest.equals('foo'),
);
- checkUnnamed3398(o.labels!);
+ checkUnnamed3406(o.labels!);
unittest.expect(
o.messageType!,
unittest.equals('foo'),
@@ -2921,7 +2921,7 @@
unittest.equals('foo'),
);
checkParsedData(o.parsedData! as api.ParsedData);
- checkUnnamed3399(o.patientIds!);
+ checkUnnamed3407(o.patientIds!);
checkSchematizedData(o.schematizedData! as api.SchematizedData);
unittest.expect(
o.sendFacility!,
@@ -2957,7 +2957,7 @@
buildCounterNotificationConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed3400() {
+core.Map<core.String, core.Object> buildUnnamed3408() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2972,7 +2972,7 @@
return o;
}
-void checkUnnamed3400(core.Map<core.String, core.Object> o) {
+void checkUnnamed3408(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -3004,7 +3004,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3401() {
+core.Map<core.String, core.Object> buildUnnamed3409() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3019,7 +3019,7 @@
return o;
}
-void checkUnnamed3401(core.Map<core.String, core.Object> o) {
+void checkUnnamed3409(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -3058,9 +3058,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3400();
+ o.metadata = buildUnnamed3408();
o.name = 'foo';
- o.response = buildUnnamed3401();
+ o.response = buildUnnamed3409();
}
buildCounterOperation--;
return o;
@@ -3071,12 +3071,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3400(o.metadata!);
+ checkUnnamed3408(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3401(o.response!);
+ checkUnnamed3409(o.response!);
}
buildCounterOperation--;
}
@@ -3122,14 +3122,14 @@
buildCounterOperationMetadata--;
}
-core.List<api.Segment> buildUnnamed3402() {
+core.List<api.Segment> buildUnnamed3410() {
var o = <api.Segment>[];
o.add(buildSegment());
o.add(buildSegment());
return o;
}
-void checkUnnamed3402(core.List<api.Segment> o) {
+void checkUnnamed3410(core.List<api.Segment> o) {
unittest.expect(o, unittest.hasLength(2));
checkSegment(o[0] as api.Segment);
checkSegment(o[1] as api.Segment);
@@ -3140,7 +3140,7 @@
var o = api.ParsedData();
buildCounterParsedData++;
if (buildCounterParsedData < 3) {
- o.segments = buildUnnamed3402();
+ o.segments = buildUnnamed3410();
}
buildCounterParsedData--;
return o;
@@ -3149,7 +3149,7 @@
void checkParsedData(api.ParsedData o) {
buildCounterParsedData++;
if (buildCounterParsedData < 3) {
- checkUnnamed3402(o.segments!);
+ checkUnnamed3410(o.segments!);
}
buildCounterParsedData--;
}
@@ -3207,27 +3207,27 @@
buildCounterPatientId--;
}
-core.List<api.AuditConfig> buildUnnamed3403() {
+core.List<api.AuditConfig> buildUnnamed3411() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed3403(core.List<api.AuditConfig> o) {
+void checkUnnamed3411(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed3404() {
+core.List<api.Binding> buildUnnamed3412() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed3404(core.List<api.Binding> o) {
+void checkUnnamed3412(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -3238,8 +3238,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed3403();
- o.bindings = buildUnnamed3404();
+ o.auditConfigs = buildUnnamed3411();
+ o.bindings = buildUnnamed3412();
o.etag = 'foo';
o.version = 42;
}
@@ -3250,8 +3250,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed3403(o.auditConfigs!);
- checkUnnamed3404(o.bindings!);
+ checkUnnamed3411(o.auditConfigs!);
+ checkUnnamed3412(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -3296,14 +3296,14 @@
buildCounterProgressCounter--;
}
-core.Map<core.String, core.String> buildUnnamed3405() {
+core.Map<core.String, core.String> buildUnnamed3413() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3405(core.Map<core.String, core.String> o) {
+void checkUnnamed3413(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3315,14 +3315,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed3406() {
+core.Map<core.String, core.String> buildUnnamed3414() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3406(core.Map<core.String, core.String> o) {
+void checkUnnamed3414(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3340,8 +3340,8 @@
buildCounterQueryAccessibleDataRequest++;
if (buildCounterQueryAccessibleDataRequest < 3) {
o.gcsDestination = buildGoogleCloudHealthcareV1ConsentGcsDestination();
- o.requestAttributes = buildUnnamed3405();
- o.resourceAttributes = buildUnnamed3406();
+ o.requestAttributes = buildUnnamed3413();
+ o.resourceAttributes = buildUnnamed3414();
}
buildCounterQueryAccessibleDataRequest--;
return o;
@@ -3352,20 +3352,20 @@
if (buildCounterQueryAccessibleDataRequest < 3) {
checkGoogleCloudHealthcareV1ConsentGcsDestination(
o.gcsDestination! as api.GoogleCloudHealthcareV1ConsentGcsDestination);
- checkUnnamed3405(o.requestAttributes!);
- checkUnnamed3406(o.resourceAttributes!);
+ checkUnnamed3413(o.requestAttributes!);
+ checkUnnamed3414(o.resourceAttributes!);
}
buildCounterQueryAccessibleDataRequest--;
}
-core.List<core.String> buildUnnamed3407() {
+core.List<core.String> buildUnnamed3415() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3407(core.List<core.String> o) {
+void checkUnnamed3415(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3382,7 +3382,7 @@
var o = api.QueryAccessibleDataResponse();
buildCounterQueryAccessibleDataResponse++;
if (buildCounterQueryAccessibleDataResponse < 3) {
- o.gcsUris = buildUnnamed3407();
+ o.gcsUris = buildUnnamed3415();
}
buildCounterQueryAccessibleDataResponse--;
return o;
@@ -3391,7 +3391,7 @@
void checkQueryAccessibleDataResponse(api.QueryAccessibleDataResponse o) {
buildCounterQueryAccessibleDataResponse++;
if (buildCounterQueryAccessibleDataResponse < 3) {
- checkUnnamed3407(o.gcsUris!);
+ checkUnnamed3415(o.gcsUris!);
}
buildCounterQueryAccessibleDataResponse--;
}
@@ -3448,14 +3448,14 @@
buildCounterReplaceWithInfoTypeConfig--;
}
-core.List<core.String> buildUnnamed3408() {
+core.List<core.String> buildUnnamed3416() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3408(core.List<core.String> o) {
+void checkUnnamed3416(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3472,7 +3472,7 @@
var o = api.Resources();
buildCounterResources++;
if (buildCounterResources < 3) {
- o.resources = buildUnnamed3408();
+ o.resources = buildUnnamed3416();
}
buildCounterResources--;
return o;
@@ -3481,19 +3481,19 @@
void checkResources(api.Resources o) {
buildCounterResources++;
if (buildCounterResources < 3) {
- checkUnnamed3408(o.resources!);
+ checkUnnamed3416(o.resources!);
}
buildCounterResources--;
}
-core.Map<core.String, api.ConsentEvaluation> buildUnnamed3409() {
+core.Map<core.String, api.ConsentEvaluation> buildUnnamed3417() {
var o = <core.String, api.ConsentEvaluation>{};
o['x'] = buildConsentEvaluation();
o['y'] = buildConsentEvaluation();
return o;
}
-void checkUnnamed3409(core.Map<core.String, api.ConsentEvaluation> o) {
+void checkUnnamed3417(core.Map<core.String, api.ConsentEvaluation> o) {
unittest.expect(o, unittest.hasLength(2));
checkConsentEvaluation(o['x']! as api.ConsentEvaluation);
checkConsentEvaluation(o['y']! as api.ConsentEvaluation);
@@ -3504,7 +3504,7 @@
var o = api.Result();
buildCounterResult++;
if (buildCounterResult < 3) {
- o.consentDetails = buildUnnamed3409();
+ o.consentDetails = buildUnnamed3417();
o.consented = true;
o.dataId = 'foo';
}
@@ -3515,7 +3515,7 @@
void checkResult(api.Result o) {
buildCounterResult++;
if (buildCounterResult < 3) {
- checkUnnamed3409(o.consentDetails!);
+ checkUnnamed3417(o.consentDetails!);
unittest.expect(o.consented!, unittest.isTrue);
unittest.expect(
o.dataId!,
@@ -3574,14 +3574,14 @@
buildCounterSchemaConfig--;
}
-core.List<api.GroupOrSegment> buildUnnamed3410() {
+core.List<api.GroupOrSegment> buildUnnamed3418() {
var o = <api.GroupOrSegment>[];
o.add(buildGroupOrSegment());
o.add(buildGroupOrSegment());
return o;
}
-void checkUnnamed3410(core.List<api.GroupOrSegment> o) {
+void checkUnnamed3418(core.List<api.GroupOrSegment> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroupOrSegment(o[0] as api.GroupOrSegment);
checkGroupOrSegment(o[1] as api.GroupOrSegment);
@@ -3594,7 +3594,7 @@
if (buildCounterSchemaGroup < 3) {
o.choice = true;
o.maxOccurs = 42;
- o.members = buildUnnamed3410();
+ o.members = buildUnnamed3418();
o.minOccurs = 42;
o.name = 'foo';
}
@@ -3610,7 +3610,7 @@
o.maxOccurs!,
unittest.equals(42),
);
- checkUnnamed3410(o.members!);
+ checkUnnamed3418(o.members!);
unittest.expect(
o.minOccurs!,
unittest.equals(42),
@@ -3623,27 +3623,27 @@
buildCounterSchemaGroup--;
}
-core.List<api.Hl7SchemaConfig> buildUnnamed3411() {
+core.List<api.Hl7SchemaConfig> buildUnnamed3419() {
var o = <api.Hl7SchemaConfig>[];
o.add(buildHl7SchemaConfig());
o.add(buildHl7SchemaConfig());
return o;
}
-void checkUnnamed3411(core.List<api.Hl7SchemaConfig> o) {
+void checkUnnamed3419(core.List<api.Hl7SchemaConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkHl7SchemaConfig(o[0] as api.Hl7SchemaConfig);
checkHl7SchemaConfig(o[1] as api.Hl7SchemaConfig);
}
-core.List<api.Hl7TypesConfig> buildUnnamed3412() {
+core.List<api.Hl7TypesConfig> buildUnnamed3420() {
var o = <api.Hl7TypesConfig>[];
o.add(buildHl7TypesConfig());
o.add(buildHl7TypesConfig());
return o;
}
-void checkUnnamed3412(core.List<api.Hl7TypesConfig> o) {
+void checkUnnamed3420(core.List<api.Hl7TypesConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkHl7TypesConfig(o[0] as api.Hl7TypesConfig);
checkHl7TypesConfig(o[1] as api.Hl7TypesConfig);
@@ -3655,9 +3655,9 @@
buildCounterSchemaPackage++;
if (buildCounterSchemaPackage < 3) {
o.ignoreMinOccurs = true;
- o.schemas = buildUnnamed3411();
+ o.schemas = buildUnnamed3419();
o.schematizedParsingType = 'foo';
- o.types = buildUnnamed3412();
+ o.types = buildUnnamed3420();
}
buildCounterSchemaPackage--;
return o;
@@ -3667,12 +3667,12 @@
buildCounterSchemaPackage++;
if (buildCounterSchemaPackage < 3) {
unittest.expect(o.ignoreMinOccurs!, unittest.isTrue);
- checkUnnamed3411(o.schemas!);
+ checkUnnamed3419(o.schemas!);
unittest.expect(
o.schematizedParsingType!,
unittest.equals('foo'),
);
- checkUnnamed3412(o.types!);
+ checkUnnamed3420(o.types!);
}
buildCounterSchemaPackage--;
}
@@ -3758,14 +3758,14 @@
buildCounterSearchResourcesRequest--;
}
-core.Map<core.String, core.String> buildUnnamed3413() {
+core.Map<core.String, core.String> buildUnnamed3421() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3413(core.Map<core.String, core.String> o) {
+void checkUnnamed3421(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3782,7 +3782,7 @@
var o = api.Segment();
buildCounterSegment++;
if (buildCounterSegment < 3) {
- o.fields = buildUnnamed3413();
+ o.fields = buildUnnamed3421();
o.segmentId = 'foo';
o.setId = 'foo';
}
@@ -3793,7 +3793,7 @@
void checkSegment(api.Segment o) {
buildCounterSegment++;
if (buildCounterSegment < 3) {
- checkUnnamed3413(o.fields!);
+ checkUnnamed3421(o.fields!);
unittest.expect(
o.segmentId!,
unittest.equals('foo'),
@@ -3830,14 +3830,14 @@
buildCounterSetIamPolicyRequest--;
}
-core.Map<core.String, core.String> buildUnnamed3414() {
+core.Map<core.String, core.String> buildUnnamed3422() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3414(core.Map<core.String, core.String> o) {
+void checkUnnamed3422(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3855,7 +3855,7 @@
buildCounterSignature++;
if (buildCounterSignature < 3) {
o.image = buildImage();
- o.metadata = buildUnnamed3414();
+ o.metadata = buildUnnamed3422();
o.signatureTime = 'foo';
o.userId = 'foo';
}
@@ -3867,7 +3867,7 @@
buildCounterSignature++;
if (buildCounterSignature < 3) {
checkImage(o.image! as api.Image);
- checkUnnamed3414(o.metadata!);
+ checkUnnamed3422(o.metadata!);
unittest.expect(
o.signatureTime!,
unittest.equals('foo'),
@@ -3880,7 +3880,7 @@
buildCounterSignature--;
}
-core.Map<core.String, core.Object> buildUnnamed3415() {
+core.Map<core.String, core.Object> buildUnnamed3423() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3895,7 +3895,7 @@
return o;
}
-void checkUnnamed3415(core.Map<core.String, core.Object> o) {
+void checkUnnamed3423(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -3927,17 +3927,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3416() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3424() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3415());
- o.add(buildUnnamed3415());
+ o.add(buildUnnamed3423());
+ o.add(buildUnnamed3423());
return o;
}
-void checkUnnamed3416(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3424(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3415(o[0]);
- checkUnnamed3415(o[1]);
+ checkUnnamed3423(o[0]);
+ checkUnnamed3423(o[1]);
}
core.int buildCounterStatus = 0;
@@ -3946,7 +3946,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3416();
+ o.details = buildUnnamed3424();
o.message = 'foo';
}
buildCounterStatus--;
@@ -3960,7 +3960,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3416(o.details!);
+ checkUnnamed3424(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -3969,14 +3969,14 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed3417() {
+core.List<core.String> buildUnnamed3425() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3417(core.List<core.String> o) {
+void checkUnnamed3425(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3995,7 +3995,7 @@
if (buildCounterStreamConfig < 3) {
o.bigqueryDestination =
buildGoogleCloudHealthcareV1FhirBigQueryDestination();
- o.resourceTypes = buildUnnamed3417();
+ o.resourceTypes = buildUnnamed3425();
}
buildCounterStreamConfig--;
return o;
@@ -4006,19 +4006,19 @@
if (buildCounterStreamConfig < 3) {
checkGoogleCloudHealthcareV1FhirBigQueryDestination(o.bigqueryDestination!
as api.GoogleCloudHealthcareV1FhirBigQueryDestination);
- checkUnnamed3417(o.resourceTypes!);
+ checkUnnamed3425(o.resourceTypes!);
}
buildCounterStreamConfig--;
}
-core.List<core.String> buildUnnamed3418() {
+core.List<core.String> buildUnnamed3426() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3418(core.List<core.String> o) {
+void checkUnnamed3426(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4035,7 +4035,7 @@
var o = api.TagFilterList();
buildCounterTagFilterList++;
if (buildCounterTagFilterList < 3) {
- o.tags = buildUnnamed3418();
+ o.tags = buildUnnamed3426();
}
buildCounterTagFilterList--;
return o;
@@ -4044,19 +4044,19 @@
void checkTagFilterList(api.TagFilterList o) {
buildCounterTagFilterList++;
if (buildCounterTagFilterList < 3) {
- checkUnnamed3418(o.tags!);
+ checkUnnamed3426(o.tags!);
}
buildCounterTagFilterList--;
}
-core.List<core.String> buildUnnamed3419() {
+core.List<core.String> buildUnnamed3427() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3419(core.List<core.String> o) {
+void checkUnnamed3427(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4073,7 +4073,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed3419();
+ o.permissions = buildUnnamed3427();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -4082,19 +4082,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed3419(o.permissions!);
+ checkUnnamed3427(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed3420() {
+core.List<core.String> buildUnnamed3428() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3420(core.List<core.String> o) {
+void checkUnnamed3428(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4111,7 +4111,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed3420();
+ o.permissions = buildUnnamed3428();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -4120,19 +4120,19 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed3420(o.permissions!);
+ checkUnnamed3428(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
-core.List<api.InfoTypeTransformation> buildUnnamed3421() {
+core.List<api.InfoTypeTransformation> buildUnnamed3429() {
var o = <api.InfoTypeTransformation>[];
o.add(buildInfoTypeTransformation());
o.add(buildInfoTypeTransformation());
return o;
}
-void checkUnnamed3421(core.List<api.InfoTypeTransformation> o) {
+void checkUnnamed3429(core.List<api.InfoTypeTransformation> o) {
unittest.expect(o, unittest.hasLength(2));
checkInfoTypeTransformation(o[0] as api.InfoTypeTransformation);
checkInfoTypeTransformation(o[1] as api.InfoTypeTransformation);
@@ -4143,7 +4143,7 @@
var o = api.TextConfig();
buildCounterTextConfig++;
if (buildCounterTextConfig < 3) {
- o.transformations = buildUnnamed3421();
+ o.transformations = buildUnnamed3429();
}
buildCounterTextConfig--;
return o;
@@ -4152,19 +4152,19 @@
void checkTextConfig(api.TextConfig o) {
buildCounterTextConfig++;
if (buildCounterTextConfig < 3) {
- checkUnnamed3421(o.transformations!);
+ checkUnnamed3429(o.transformations!);
}
buildCounterTextConfig--;
}
-core.List<api.Field> buildUnnamed3422() {
+core.List<api.Field> buildUnnamed3430() {
var o = <api.Field>[];
o.add(buildField());
o.add(buildField());
return o;
}
-void checkUnnamed3422(core.List<api.Field> o) {
+void checkUnnamed3430(core.List<api.Field> o) {
unittest.expect(o, unittest.hasLength(2));
checkField(o[0] as api.Field);
checkField(o[1] as api.Field);
@@ -4175,7 +4175,7 @@
var o = api.Type();
buildCounterType++;
if (buildCounterType < 3) {
- o.fields = buildUnnamed3422();
+ o.fields = buildUnnamed3430();
o.name = 'foo';
o.primitive = 'foo';
}
@@ -4186,7 +4186,7 @@
void checkType(api.Type o) {
buildCounterType++;
if (buildCounterType < 3) {
- checkUnnamed3422(o.fields!);
+ checkUnnamed3430(o.fields!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -4199,14 +4199,14 @@
buildCounterType--;
}
-core.List<api.Attribute> buildUnnamed3423() {
+core.List<api.Attribute> buildUnnamed3431() {
var o = <api.Attribute>[];
o.add(buildAttribute());
o.add(buildAttribute());
return o;
}
-void checkUnnamed3423(core.List<api.Attribute> o) {
+void checkUnnamed3431(core.List<api.Attribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttribute(o[0] as api.Attribute);
checkAttribute(o[1] as api.Attribute);
@@ -4221,7 +4221,7 @@
o.archived = true;
o.dataId = 'foo';
o.name = 'foo';
- o.resourceAttributes = buildUnnamed3423();
+ o.resourceAttributes = buildUnnamed3431();
o.userId = 'foo';
}
buildCounterUserDataMapping--;
@@ -4244,7 +4244,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3423(o.resourceAttributes!);
+ checkUnnamed3431(o.resourceAttributes!);
unittest.expect(
o.userId!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/iam/v1_test.dart b/generated/googleapis/test/iam/v1_test.dart
index 9d1e0a9..3ddc844 100644
--- a/generated/googleapis/test/iam/v1_test.dart
+++ b/generated/googleapis/test/iam/v1_test.dart
@@ -46,14 +46,14 @@
buildCounterAdminAuditData--;
}
-core.List<api.AuditLogConfig> buildUnnamed7575() {
+core.List<api.AuditLogConfig> buildUnnamed7629() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed7575(core.List<api.AuditLogConfig> o) {
+void checkUnnamed7629(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -64,7 +64,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed7575();
+ o.auditLogConfigs = buildUnnamed7629();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -74,7 +74,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed7575(o.auditLogConfigs!);
+ checkUnnamed7629(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -102,14 +102,14 @@
buildCounterAuditData--;
}
-core.List<core.String> buildUnnamed7576() {
+core.List<core.String> buildUnnamed7630() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7576(core.List<core.String> o) {
+void checkUnnamed7630(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -126,7 +126,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed7576();
+ o.exemptedMembers = buildUnnamed7630();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -136,7 +136,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed7576(o.exemptedMembers!);
+ checkUnnamed7630(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -189,14 +189,14 @@
buildCounterAws--;
}
-core.List<core.String> buildUnnamed7577() {
+core.List<core.String> buildUnnamed7631() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7577(core.List<core.String> o) {
+void checkUnnamed7631(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -214,7 +214,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed7577();
+ o.members = buildUnnamed7631();
o.role = 'foo';
}
buildCounterBinding--;
@@ -225,7 +225,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed7577(o.members!);
+ checkUnnamed7631(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -449,14 +449,14 @@
buildCounterLintPolicyRequest--;
}
-core.List<api.LintResult> buildUnnamed7578() {
+core.List<api.LintResult> buildUnnamed7632() {
var o = <api.LintResult>[];
o.add(buildLintResult());
o.add(buildLintResult());
return o;
}
-void checkUnnamed7578(core.List<api.LintResult> o) {
+void checkUnnamed7632(core.List<api.LintResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkLintResult(o[0] as api.LintResult);
checkLintResult(o[1] as api.LintResult);
@@ -467,7 +467,7 @@
var o = api.LintPolicyResponse();
buildCounterLintPolicyResponse++;
if (buildCounterLintPolicyResponse < 3) {
- o.lintResults = buildUnnamed7578();
+ o.lintResults = buildUnnamed7632();
}
buildCounterLintPolicyResponse--;
return o;
@@ -476,7 +476,7 @@
void checkLintPolicyResponse(api.LintPolicyResponse o) {
buildCounterLintPolicyResponse++;
if (buildCounterLintPolicyResponse < 3) {
- checkUnnamed7578(o.lintResults!);
+ checkUnnamed7632(o.lintResults!);
}
buildCounterLintPolicyResponse--;
}
@@ -528,14 +528,14 @@
buildCounterLintResult--;
}
-core.List<api.Role> buildUnnamed7579() {
+core.List<api.Role> buildUnnamed7633() {
var o = <api.Role>[];
o.add(buildRole());
o.add(buildRole());
return o;
}
-void checkUnnamed7579(core.List<api.Role> o) {
+void checkUnnamed7633(core.List<api.Role> o) {
unittest.expect(o, unittest.hasLength(2));
checkRole(o[0] as api.Role);
checkRole(o[1] as api.Role);
@@ -547,7 +547,7 @@
buildCounterListRolesResponse++;
if (buildCounterListRolesResponse < 3) {
o.nextPageToken = 'foo';
- o.roles = buildUnnamed7579();
+ o.roles = buildUnnamed7633();
}
buildCounterListRolesResponse--;
return o;
@@ -560,19 +560,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7579(o.roles!);
+ checkUnnamed7633(o.roles!);
}
buildCounterListRolesResponse--;
}
-core.List<api.ServiceAccountKey> buildUnnamed7580() {
+core.List<api.ServiceAccountKey> buildUnnamed7634() {
var o = <api.ServiceAccountKey>[];
o.add(buildServiceAccountKey());
o.add(buildServiceAccountKey());
return o;
}
-void checkUnnamed7580(core.List<api.ServiceAccountKey> o) {
+void checkUnnamed7634(core.List<api.ServiceAccountKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkServiceAccountKey(o[0] as api.ServiceAccountKey);
checkServiceAccountKey(o[1] as api.ServiceAccountKey);
@@ -583,7 +583,7 @@
var o = api.ListServiceAccountKeysResponse();
buildCounterListServiceAccountKeysResponse++;
if (buildCounterListServiceAccountKeysResponse < 3) {
- o.keys = buildUnnamed7580();
+ o.keys = buildUnnamed7634();
}
buildCounterListServiceAccountKeysResponse--;
return o;
@@ -592,19 +592,19 @@
void checkListServiceAccountKeysResponse(api.ListServiceAccountKeysResponse o) {
buildCounterListServiceAccountKeysResponse++;
if (buildCounterListServiceAccountKeysResponse < 3) {
- checkUnnamed7580(o.keys!);
+ checkUnnamed7634(o.keys!);
}
buildCounterListServiceAccountKeysResponse--;
}
-core.List<api.ServiceAccount> buildUnnamed7581() {
+core.List<api.ServiceAccount> buildUnnamed7635() {
var o = <api.ServiceAccount>[];
o.add(buildServiceAccount());
o.add(buildServiceAccount());
return o;
}
-void checkUnnamed7581(core.List<api.ServiceAccount> o) {
+void checkUnnamed7635(core.List<api.ServiceAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkServiceAccount(o[0] as api.ServiceAccount);
checkServiceAccount(o[1] as api.ServiceAccount);
@@ -615,7 +615,7 @@
var o = api.ListServiceAccountsResponse();
buildCounterListServiceAccountsResponse++;
if (buildCounterListServiceAccountsResponse < 3) {
- o.accounts = buildUnnamed7581();
+ o.accounts = buildUnnamed7635();
o.nextPageToken = 'foo';
}
buildCounterListServiceAccountsResponse--;
@@ -625,7 +625,7 @@
void checkListServiceAccountsResponse(api.ListServiceAccountsResponse o) {
buildCounterListServiceAccountsResponse++;
if (buildCounterListServiceAccountsResponse < 3) {
- checkUnnamed7581(o.accounts!);
+ checkUnnamed7635(o.accounts!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -634,14 +634,14 @@
buildCounterListServiceAccountsResponse--;
}
-core.List<api.WorkloadIdentityPoolProvider> buildUnnamed7582() {
+core.List<api.WorkloadIdentityPoolProvider> buildUnnamed7636() {
var o = <api.WorkloadIdentityPoolProvider>[];
o.add(buildWorkloadIdentityPoolProvider());
o.add(buildWorkloadIdentityPoolProvider());
return o;
}
-void checkUnnamed7582(core.List<api.WorkloadIdentityPoolProvider> o) {
+void checkUnnamed7636(core.List<api.WorkloadIdentityPoolProvider> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkloadIdentityPoolProvider(o[0] as api.WorkloadIdentityPoolProvider);
checkWorkloadIdentityPoolProvider(o[1] as api.WorkloadIdentityPoolProvider);
@@ -654,7 +654,7 @@
buildCounterListWorkloadIdentityPoolProvidersResponse++;
if (buildCounterListWorkloadIdentityPoolProvidersResponse < 3) {
o.nextPageToken = 'foo';
- o.workloadIdentityPoolProviders = buildUnnamed7582();
+ o.workloadIdentityPoolProviders = buildUnnamed7636();
}
buildCounterListWorkloadIdentityPoolProvidersResponse--;
return o;
@@ -668,19 +668,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7582(o.workloadIdentityPoolProviders!);
+ checkUnnamed7636(o.workloadIdentityPoolProviders!);
}
buildCounterListWorkloadIdentityPoolProvidersResponse--;
}
-core.List<api.WorkloadIdentityPool> buildUnnamed7583() {
+core.List<api.WorkloadIdentityPool> buildUnnamed7637() {
var o = <api.WorkloadIdentityPool>[];
o.add(buildWorkloadIdentityPool());
o.add(buildWorkloadIdentityPool());
return o;
}
-void checkUnnamed7583(core.List<api.WorkloadIdentityPool> o) {
+void checkUnnamed7637(core.List<api.WorkloadIdentityPool> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkloadIdentityPool(o[0] as api.WorkloadIdentityPool);
checkWorkloadIdentityPool(o[1] as api.WorkloadIdentityPool);
@@ -692,7 +692,7 @@
buildCounterListWorkloadIdentityPoolsResponse++;
if (buildCounterListWorkloadIdentityPoolsResponse < 3) {
o.nextPageToken = 'foo';
- o.workloadIdentityPools = buildUnnamed7583();
+ o.workloadIdentityPools = buildUnnamed7637();
}
buildCounterListWorkloadIdentityPoolsResponse--;
return o;
@@ -706,19 +706,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7583(o.workloadIdentityPools!);
+ checkUnnamed7637(o.workloadIdentityPools!);
}
buildCounterListWorkloadIdentityPoolsResponse--;
}
-core.List<core.String> buildUnnamed7584() {
+core.List<core.String> buildUnnamed7638() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7584(core.List<core.String> o) {
+void checkUnnamed7638(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -735,7 +735,7 @@
var o = api.Oidc();
buildCounterOidc++;
if (buildCounterOidc < 3) {
- o.allowedAudiences = buildUnnamed7584();
+ o.allowedAudiences = buildUnnamed7638();
o.issuerUri = 'foo';
}
buildCounterOidc--;
@@ -745,7 +745,7 @@
void checkOidc(api.Oidc o) {
buildCounterOidc++;
if (buildCounterOidc < 3) {
- checkUnnamed7584(o.allowedAudiences!);
+ checkUnnamed7638(o.allowedAudiences!);
unittest.expect(
o.issuerUri!,
unittest.equals('foo'),
@@ -754,7 +754,7 @@
buildCounterOidc--;
}
-core.Map<core.String, core.Object> buildUnnamed7585() {
+core.Map<core.String, core.Object> buildUnnamed7639() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -769,7 +769,7 @@
return o;
}
-void checkUnnamed7585(core.Map<core.String, core.Object> o) {
+void checkUnnamed7639(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -801,7 +801,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7586() {
+core.Map<core.String, core.Object> buildUnnamed7640() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -816,7 +816,7 @@
return o;
}
-void checkUnnamed7586(core.Map<core.String, core.Object> o) {
+void checkUnnamed7640(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -855,9 +855,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed7585();
+ o.metadata = buildUnnamed7639();
o.name = 'foo';
- o.response = buildUnnamed7586();
+ o.response = buildUnnamed7640();
}
buildCounterOperation--;
return o;
@@ -868,12 +868,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed7585(o.metadata!);
+ checkUnnamed7639(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7586(o.response!);
+ checkUnnamed7640(o.response!);
}
buildCounterOperation--;
}
@@ -953,14 +953,14 @@
buildCounterPermission--;
}
-core.List<core.String> buildUnnamed7587() {
+core.List<core.String> buildUnnamed7641() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7587(core.List<core.String> o) {
+void checkUnnamed7641(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -972,14 +972,14 @@
);
}
-core.List<core.String> buildUnnamed7588() {
+core.List<core.String> buildUnnamed7642() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7588(core.List<core.String> o) {
+void checkUnnamed7642(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -996,8 +996,8 @@
var o = api.PermissionDelta();
buildCounterPermissionDelta++;
if (buildCounterPermissionDelta < 3) {
- o.addedPermissions = buildUnnamed7587();
- o.removedPermissions = buildUnnamed7588();
+ o.addedPermissions = buildUnnamed7641();
+ o.removedPermissions = buildUnnamed7642();
}
buildCounterPermissionDelta--;
return o;
@@ -1006,33 +1006,33 @@
void checkPermissionDelta(api.PermissionDelta o) {
buildCounterPermissionDelta++;
if (buildCounterPermissionDelta < 3) {
- checkUnnamed7587(o.addedPermissions!);
- checkUnnamed7588(o.removedPermissions!);
+ checkUnnamed7641(o.addedPermissions!);
+ checkUnnamed7642(o.removedPermissions!);
}
buildCounterPermissionDelta--;
}
-core.List<api.AuditConfig> buildUnnamed7589() {
+core.List<api.AuditConfig> buildUnnamed7643() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed7589(core.List<api.AuditConfig> o) {
+void checkUnnamed7643(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed7590() {
+core.List<api.Binding> buildUnnamed7644() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed7590(core.List<api.Binding> o) {
+void checkUnnamed7644(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -1043,8 +1043,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed7589();
- o.bindings = buildUnnamed7590();
+ o.auditConfigs = buildUnnamed7643();
+ o.bindings = buildUnnamed7644();
o.etag = 'foo';
o.version = 42;
}
@@ -1055,8 +1055,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed7589(o.auditConfigs!);
- checkUnnamed7590(o.bindings!);
+ checkUnnamed7643(o.auditConfigs!);
+ checkUnnamed7644(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1069,14 +1069,14 @@
buildCounterPolicy--;
}
-core.List<api.BindingDelta> buildUnnamed7591() {
+core.List<api.BindingDelta> buildUnnamed7645() {
var o = <api.BindingDelta>[];
o.add(buildBindingDelta());
o.add(buildBindingDelta());
return o;
}
-void checkUnnamed7591(core.List<api.BindingDelta> o) {
+void checkUnnamed7645(core.List<api.BindingDelta> o) {
unittest.expect(o, unittest.hasLength(2));
checkBindingDelta(o[0] as api.BindingDelta);
checkBindingDelta(o[1] as api.BindingDelta);
@@ -1087,7 +1087,7 @@
var o = api.PolicyDelta();
buildCounterPolicyDelta++;
if (buildCounterPolicyDelta < 3) {
- o.bindingDeltas = buildUnnamed7591();
+ o.bindingDeltas = buildUnnamed7645();
}
buildCounterPolicyDelta--;
return o;
@@ -1096,7 +1096,7 @@
void checkPolicyDelta(api.PolicyDelta o) {
buildCounterPolicyDelta++;
if (buildCounterPolicyDelta < 3) {
- checkUnnamed7591(o.bindingDeltas!);
+ checkUnnamed7645(o.bindingDeltas!);
}
buildCounterPolicyDelta--;
}
@@ -1123,14 +1123,14 @@
buildCounterQueryAuditableServicesRequest--;
}
-core.List<api.AuditableService> buildUnnamed7592() {
+core.List<api.AuditableService> buildUnnamed7646() {
var o = <api.AuditableService>[];
o.add(buildAuditableService());
o.add(buildAuditableService());
return o;
}
-void checkUnnamed7592(core.List<api.AuditableService> o) {
+void checkUnnamed7646(core.List<api.AuditableService> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditableService(o[0] as api.AuditableService);
checkAuditableService(o[1] as api.AuditableService);
@@ -1141,7 +1141,7 @@
var o = api.QueryAuditableServicesResponse();
buildCounterQueryAuditableServicesResponse++;
if (buildCounterQueryAuditableServicesResponse < 3) {
- o.services = buildUnnamed7592();
+ o.services = buildUnnamed7646();
}
buildCounterQueryAuditableServicesResponse--;
return o;
@@ -1150,7 +1150,7 @@
void checkQueryAuditableServicesResponse(api.QueryAuditableServicesResponse o) {
buildCounterQueryAuditableServicesResponse++;
if (buildCounterQueryAuditableServicesResponse < 3) {
- checkUnnamed7592(o.services!);
+ checkUnnamed7646(o.services!);
}
buildCounterQueryAuditableServicesResponse--;
}
@@ -1192,14 +1192,14 @@
buildCounterQueryGrantableRolesRequest--;
}
-core.List<api.Role> buildUnnamed7593() {
+core.List<api.Role> buildUnnamed7647() {
var o = <api.Role>[];
o.add(buildRole());
o.add(buildRole());
return o;
}
-void checkUnnamed7593(core.List<api.Role> o) {
+void checkUnnamed7647(core.List<api.Role> o) {
unittest.expect(o, unittest.hasLength(2));
checkRole(o[0] as api.Role);
checkRole(o[1] as api.Role);
@@ -1211,7 +1211,7 @@
buildCounterQueryGrantableRolesResponse++;
if (buildCounterQueryGrantableRolesResponse < 3) {
o.nextPageToken = 'foo';
- o.roles = buildUnnamed7593();
+ o.roles = buildUnnamed7647();
}
buildCounterQueryGrantableRolesResponse--;
return o;
@@ -1224,7 +1224,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7593(o.roles!);
+ checkUnnamed7647(o.roles!);
}
buildCounterQueryGrantableRolesResponse--;
}
@@ -1262,14 +1262,14 @@
buildCounterQueryTestablePermissionsRequest--;
}
-core.List<api.Permission> buildUnnamed7594() {
+core.List<api.Permission> buildUnnamed7648() {
var o = <api.Permission>[];
o.add(buildPermission());
o.add(buildPermission());
return o;
}
-void checkUnnamed7594(core.List<api.Permission> o) {
+void checkUnnamed7648(core.List<api.Permission> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermission(o[0] as api.Permission);
checkPermission(o[1] as api.Permission);
@@ -1281,7 +1281,7 @@
buildCounterQueryTestablePermissionsResponse++;
if (buildCounterQueryTestablePermissionsResponse < 3) {
o.nextPageToken = 'foo';
- o.permissions = buildUnnamed7594();
+ o.permissions = buildUnnamed7648();
}
buildCounterQueryTestablePermissionsResponse--;
return o;
@@ -1295,19 +1295,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7594(o.permissions!);
+ checkUnnamed7648(o.permissions!);
}
buildCounterQueryTestablePermissionsResponse--;
}
-core.List<core.String> buildUnnamed7595() {
+core.List<core.String> buildUnnamed7649() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7595(core.List<core.String> o) {
+void checkUnnamed7649(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1327,7 +1327,7 @@
o.deleted = true;
o.description = 'foo';
o.etag = 'foo';
- o.includedPermissions = buildUnnamed7595();
+ o.includedPermissions = buildUnnamed7649();
o.name = 'foo';
o.stage = 'foo';
o.title = 'foo';
@@ -1348,7 +1348,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed7595(o.includedPermissions!);
+ checkUnnamed7649(o.includedPermissions!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1608,7 +1608,7 @@
buildCounterSignJwtResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed7596() {
+core.Map<core.String, core.Object> buildUnnamed7650() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1623,7 +1623,7 @@
return o;
}
-void checkUnnamed7596(core.Map<core.String, core.Object> o) {
+void checkUnnamed7650(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1655,17 +1655,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7597() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7651() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7596());
- o.add(buildUnnamed7596());
+ o.add(buildUnnamed7650());
+ o.add(buildUnnamed7650());
return o;
}
-void checkUnnamed7597(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7651(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7596(o[0]);
- checkUnnamed7596(o[1]);
+ checkUnnamed7650(o[0]);
+ checkUnnamed7650(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1674,7 +1674,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed7597();
+ o.details = buildUnnamed7651();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1688,7 +1688,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed7597(o.details!);
+ checkUnnamed7651(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1697,14 +1697,14 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed7598() {
+core.List<core.String> buildUnnamed7652() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7598(core.List<core.String> o) {
+void checkUnnamed7652(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1721,7 +1721,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed7598();
+ o.permissions = buildUnnamed7652();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -1730,19 +1730,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed7598(o.permissions!);
+ checkUnnamed7652(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed7599() {
+core.List<core.String> buildUnnamed7653() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7599(core.List<core.String> o) {
+void checkUnnamed7653(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1759,7 +1759,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed7599();
+ o.permissions = buildUnnamed7653();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1768,7 +1768,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed7599(o.permissions!);
+ checkUnnamed7653(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
@@ -1924,14 +1924,14 @@
buildCounterWorkloadIdentityPool--;
}
-core.Map<core.String, core.String> buildUnnamed7600() {
+core.Map<core.String, core.String> buildUnnamed7654() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7600(core.Map<core.String, core.String> o) {
+void checkUnnamed7654(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1949,7 +1949,7 @@
buildCounterWorkloadIdentityPoolProvider++;
if (buildCounterWorkloadIdentityPoolProvider < 3) {
o.attributeCondition = 'foo';
- o.attributeMapping = buildUnnamed7600();
+ o.attributeMapping = buildUnnamed7654();
o.aws = buildAws();
o.description = 'foo';
o.disabled = true;
@@ -1969,7 +1969,7 @@
o.attributeCondition!,
unittest.equals('foo'),
);
- checkUnnamed7600(o.attributeMapping!);
+ checkUnnamed7654(o.attributeMapping!);
checkAws(o.aws! as api.Aws);
unittest.expect(
o.description!,
@@ -1993,14 +1993,14 @@
buildCounterWorkloadIdentityPoolProvider--;
}
-core.List<core.String> buildUnnamed7601() {
+core.List<core.String> buildUnnamed7655() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7601(core.List<core.String> o) {
+void checkUnnamed7655(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5330,7 +5330,7 @@
var mock = HttpServerMock();
var res = api.IamApi(mock).projects.serviceAccounts.keys;
var arg_name = 'foo';
- var arg_keyTypes = buildUnnamed7601();
+ var arg_keyTypes = buildUnnamed7655();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
diff --git a/generated/googleapis/test/iamcredentials/v1_test.dart b/generated/googleapis/test/iamcredentials/v1_test.dart
index e570b69..d801ff9 100644
--- a/generated/googleapis/test/iamcredentials/v1_test.dart
+++ b/generated/googleapis/test/iamcredentials/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed6846() {
+core.List<core.String> buildUnnamed6897() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6846(core.List<core.String> o) {
+void checkUnnamed6897(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -46,14 +46,14 @@
);
}
-core.List<core.String> buildUnnamed6847() {
+core.List<core.String> buildUnnamed6898() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6847(core.List<core.String> o) {
+void checkUnnamed6898(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -70,9 +70,9 @@
var o = api.GenerateAccessTokenRequest();
buildCounterGenerateAccessTokenRequest++;
if (buildCounterGenerateAccessTokenRequest < 3) {
- o.delegates = buildUnnamed6846();
+ o.delegates = buildUnnamed6897();
o.lifetime = 'foo';
- o.scope = buildUnnamed6847();
+ o.scope = buildUnnamed6898();
}
buildCounterGenerateAccessTokenRequest--;
return o;
@@ -81,12 +81,12 @@
void checkGenerateAccessTokenRequest(api.GenerateAccessTokenRequest o) {
buildCounterGenerateAccessTokenRequest++;
if (buildCounterGenerateAccessTokenRequest < 3) {
- checkUnnamed6846(o.delegates!);
+ checkUnnamed6897(o.delegates!);
unittest.expect(
o.lifetime!,
unittest.equals('foo'),
);
- checkUnnamed6847(o.scope!);
+ checkUnnamed6898(o.scope!);
}
buildCounterGenerateAccessTokenRequest--;
}
@@ -118,14 +118,14 @@
buildCounterGenerateAccessTokenResponse--;
}
-core.List<core.String> buildUnnamed6848() {
+core.List<core.String> buildUnnamed6899() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6848(core.List<core.String> o) {
+void checkUnnamed6899(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -143,7 +143,7 @@
buildCounterGenerateIdTokenRequest++;
if (buildCounterGenerateIdTokenRequest < 3) {
o.audience = 'foo';
- o.delegates = buildUnnamed6848();
+ o.delegates = buildUnnamed6899();
o.includeEmail = true;
}
buildCounterGenerateIdTokenRequest--;
@@ -157,7 +157,7 @@
o.audience!,
unittest.equals('foo'),
);
- checkUnnamed6848(o.delegates!);
+ checkUnnamed6899(o.delegates!);
unittest.expect(o.includeEmail!, unittest.isTrue);
}
buildCounterGenerateIdTokenRequest--;
@@ -185,14 +185,14 @@
buildCounterGenerateIdTokenResponse--;
}
-core.List<core.String> buildUnnamed6849() {
+core.List<core.String> buildUnnamed6900() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6849(core.List<core.String> o) {
+void checkUnnamed6900(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -209,7 +209,7 @@
var o = api.SignBlobRequest();
buildCounterSignBlobRequest++;
if (buildCounterSignBlobRequest < 3) {
- o.delegates = buildUnnamed6849();
+ o.delegates = buildUnnamed6900();
o.payload = 'foo';
}
buildCounterSignBlobRequest--;
@@ -219,7 +219,7 @@
void checkSignBlobRequest(api.SignBlobRequest o) {
buildCounterSignBlobRequest++;
if (buildCounterSignBlobRequest < 3) {
- checkUnnamed6849(o.delegates!);
+ checkUnnamed6900(o.delegates!);
unittest.expect(
o.payload!,
unittest.equals('foo'),
@@ -255,14 +255,14 @@
buildCounterSignBlobResponse--;
}
-core.List<core.String> buildUnnamed6850() {
+core.List<core.String> buildUnnamed6901() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6850(core.List<core.String> o) {
+void checkUnnamed6901(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -279,7 +279,7 @@
var o = api.SignJwtRequest();
buildCounterSignJwtRequest++;
if (buildCounterSignJwtRequest < 3) {
- o.delegates = buildUnnamed6850();
+ o.delegates = buildUnnamed6901();
o.payload = 'foo';
}
buildCounterSignJwtRequest--;
@@ -289,7 +289,7 @@
void checkSignJwtRequest(api.SignJwtRequest o) {
buildCounterSignJwtRequest++;
if (buildCounterSignJwtRequest < 3) {
- checkUnnamed6850(o.delegates!);
+ checkUnnamed6901(o.delegates!);
unittest.expect(
o.payload!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/iap/v1_test.dart b/generated/googleapis/test/iap/v1_test.dart
index e9fbd26..c30edef 100644
--- a/generated/googleapis/test/iap/v1_test.dart
+++ b/generated/googleapis/test/iap/v1_test.dart
@@ -104,14 +104,14 @@
buildCounterApplicationSettings--;
}
-core.List<core.String> buildUnnamed3644() {
+core.List<core.String> buildUnnamed3654() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3644(core.List<core.String> o) {
+void checkUnnamed3654(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -129,7 +129,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed3644();
+ o.members = buildUnnamed3654();
o.role = 'foo';
}
buildCounterBinding--;
@@ -140,7 +140,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed3644(o.members!);
+ checkUnnamed3654(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -276,14 +276,14 @@
buildCounterExpr--;
}
-core.List<core.String> buildUnnamed3645() {
+core.List<core.String> buildUnnamed3655() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3645(core.List<core.String> o) {
+void checkUnnamed3655(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -301,7 +301,7 @@
buildCounterGcipSettings++;
if (buildCounterGcipSettings < 3) {
o.loginPageUri = 'foo';
- o.tenantIds = buildUnnamed3645();
+ o.tenantIds = buildUnnamed3655();
}
buildCounterGcipSettings--;
return o;
@@ -314,7 +314,7 @@
o.loginPageUri!,
unittest.equals('foo'),
);
- checkUnnamed3645(o.tenantIds!);
+ checkUnnamed3655(o.tenantIds!);
}
buildCounterGcipSettings--;
}
@@ -418,14 +418,14 @@
buildCounterIdentityAwareProxyClient--;
}
-core.List<api.Brand> buildUnnamed3646() {
+core.List<api.Brand> buildUnnamed3656() {
var o = <api.Brand>[];
o.add(buildBrand());
o.add(buildBrand());
return o;
}
-void checkUnnamed3646(core.List<api.Brand> o) {
+void checkUnnamed3656(core.List<api.Brand> o) {
unittest.expect(o, unittest.hasLength(2));
checkBrand(o[0] as api.Brand);
checkBrand(o[1] as api.Brand);
@@ -436,7 +436,7 @@
var o = api.ListBrandsResponse();
buildCounterListBrandsResponse++;
if (buildCounterListBrandsResponse < 3) {
- o.brands = buildUnnamed3646();
+ o.brands = buildUnnamed3656();
}
buildCounterListBrandsResponse--;
return o;
@@ -445,19 +445,19 @@
void checkListBrandsResponse(api.ListBrandsResponse o) {
buildCounterListBrandsResponse++;
if (buildCounterListBrandsResponse < 3) {
- checkUnnamed3646(o.brands!);
+ checkUnnamed3656(o.brands!);
}
buildCounterListBrandsResponse--;
}
-core.List<api.IdentityAwareProxyClient> buildUnnamed3647() {
+core.List<api.IdentityAwareProxyClient> buildUnnamed3657() {
var o = <api.IdentityAwareProxyClient>[];
o.add(buildIdentityAwareProxyClient());
o.add(buildIdentityAwareProxyClient());
return o;
}
-void checkUnnamed3647(core.List<api.IdentityAwareProxyClient> o) {
+void checkUnnamed3657(core.List<api.IdentityAwareProxyClient> o) {
unittest.expect(o, unittest.hasLength(2));
checkIdentityAwareProxyClient(o[0] as api.IdentityAwareProxyClient);
checkIdentityAwareProxyClient(o[1] as api.IdentityAwareProxyClient);
@@ -469,7 +469,7 @@
var o = api.ListIdentityAwareProxyClientsResponse();
buildCounterListIdentityAwareProxyClientsResponse++;
if (buildCounterListIdentityAwareProxyClientsResponse < 3) {
- o.identityAwareProxyClients = buildUnnamed3647();
+ o.identityAwareProxyClients = buildUnnamed3657();
o.nextPageToken = 'foo';
}
buildCounterListIdentityAwareProxyClientsResponse--;
@@ -480,7 +480,7 @@
api.ListIdentityAwareProxyClientsResponse o) {
buildCounterListIdentityAwareProxyClientsResponse++;
if (buildCounterListIdentityAwareProxyClientsResponse < 3) {
- checkUnnamed3647(o.identityAwareProxyClients!);
+ checkUnnamed3657(o.identityAwareProxyClients!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -511,14 +511,14 @@
buildCounterOAuthSettings--;
}
-core.List<api.Binding> buildUnnamed3648() {
+core.List<api.Binding> buildUnnamed3658() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed3648(core.List<api.Binding> o) {
+void checkUnnamed3658(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -529,7 +529,7 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed3648();
+ o.bindings = buildUnnamed3658();
o.etag = 'foo';
o.version = 42;
}
@@ -540,7 +540,7 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed3648(o.bindings!);
+ checkUnnamed3658(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -633,14 +633,14 @@
buildCounterResetIdentityAwareProxyClientSecretRequest--;
}
-core.Map<core.String, core.String> buildUnnamed3649() {
+core.Map<core.String, core.String> buildUnnamed3659() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3649(core.Map<core.String, core.String> o) {
+void checkUnnamed3659(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -657,7 +657,7 @@
var o = api.Resource();
buildCounterResource++;
if (buildCounterResource < 3) {
- o.labels = buildUnnamed3649();
+ o.labels = buildUnnamed3659();
o.name = 'foo';
o.service = 'foo';
o.type = 'foo';
@@ -669,7 +669,7 @@
void checkResource(api.Resource o) {
buildCounterResource++;
if (buildCounterResource < 3) {
- checkUnnamed3649(o.labels!);
+ checkUnnamed3659(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -705,14 +705,14 @@
buildCounterSetIamPolicyRequest--;
}
-core.List<core.String> buildUnnamed3650() {
+core.List<core.String> buildUnnamed3660() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3650(core.List<core.String> o) {
+void checkUnnamed3660(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -729,7 +729,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed3650();
+ o.permissions = buildUnnamed3660();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -738,19 +738,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed3650(o.permissions!);
+ checkUnnamed3660(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed3651() {
+core.List<core.String> buildUnnamed3661() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3651(core.List<core.String> o) {
+void checkUnnamed3661(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -767,7 +767,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed3651();
+ o.permissions = buildUnnamed3661();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -776,7 +776,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed3651(o.permissions!);
+ checkUnnamed3661(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/jobs/v3_test.dart b/generated/googleapis/test/jobs/v3_test.dart
index e2cdf30..d98f17e 100644
--- a/generated/googleapis/test/jobs/v3_test.dart
+++ b/generated/googleapis/test/jobs/v3_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed3652() {
+core.List<core.String> buildUnnamed3662() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3652(core.List<core.String> o) {
+void checkUnnamed3662(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -46,14 +46,14 @@
);
}
-core.List<core.String> buildUnnamed3653() {
+core.List<core.String> buildUnnamed3663() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3653(core.List<core.String> o) {
+void checkUnnamed3663(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -70,9 +70,9 @@
var o = api.ApplicationInfo();
buildCounterApplicationInfo++;
if (buildCounterApplicationInfo < 3) {
- o.emails = buildUnnamed3652();
+ o.emails = buildUnnamed3662();
o.instruction = 'foo';
- o.uris = buildUnnamed3653();
+ o.uris = buildUnnamed3663();
}
buildCounterApplicationInfo--;
return o;
@@ -81,12 +81,12 @@
void checkApplicationInfo(api.ApplicationInfo o) {
buildCounterApplicationInfo++;
if (buildCounterApplicationInfo < 3) {
- checkUnnamed3652(o.emails!);
+ checkUnnamed3662(o.emails!);
unittest.expect(
o.instruction!,
unittest.equals('foo'),
);
- checkUnnamed3653(o.uris!);
+ checkUnnamed3663(o.uris!);
}
buildCounterApplicationInfo--;
}
@@ -164,14 +164,14 @@
buildCounterBucketizedCount--;
}
-core.Map<core.String, core.String> buildUnnamed3654() {
+core.Map<core.String, core.String> buildUnnamed3664() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3654(core.Map<core.String, core.String> o) {
+void checkUnnamed3664(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -190,7 +190,7 @@
if (buildCounterClientEvent < 3) {
o.createTime = 'foo';
o.eventId = 'foo';
- o.extraInfo = buildUnnamed3654();
+ o.extraInfo = buildUnnamed3664();
o.jobEvent = buildJobEvent();
o.parentEventId = 'foo';
o.requestId = 'foo';
@@ -210,7 +210,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3654(o.extraInfo!);
+ checkUnnamed3664(o.extraInfo!);
checkJobEvent(o.jobEvent! as api.JobEvent);
unittest.expect(
o.parentEventId!,
@@ -286,14 +286,14 @@
buildCounterCommuteInfo--;
}
-core.List<core.String> buildUnnamed3655() {
+core.List<core.String> buildUnnamed3665() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3655(core.List<core.String> o) {
+void checkUnnamed3665(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -318,7 +318,7 @@
o.headquartersAddress = 'foo';
o.hiringAgency = true;
o.imageUri = 'foo';
- o.keywordSearchableJobCustomAttributes = buildUnnamed3655();
+ o.keywordSearchableJobCustomAttributes = buildUnnamed3665();
o.name = 'foo';
o.size = 'foo';
o.suspended = true;
@@ -357,7 +357,7 @@
o.imageUri!,
unittest.equals('foo'),
);
- checkUnnamed3655(o.keywordSearchableJobCustomAttributes!);
+ checkUnnamed3665(o.keywordSearchableJobCustomAttributes!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -435,14 +435,14 @@
buildCounterCompensationEntry--;
}
-core.List<core.String> buildUnnamed3656() {
+core.List<core.String> buildUnnamed3666() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3656(core.List<core.String> o) {
+void checkUnnamed3666(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -462,7 +462,7 @@
o.includeJobsWithUnspecifiedCompensationRange = true;
o.range = buildCompensationRange();
o.type = 'foo';
- o.units = buildUnnamed3656();
+ o.units = buildUnnamed3666();
}
buildCounterCompensationFilter--;
return o;
@@ -478,7 +478,7 @@
o.type!,
unittest.equals('foo'),
);
- checkUnnamed3656(o.units!);
+ checkUnnamed3666(o.units!);
}
buildCounterCompensationFilter--;
}
@@ -532,14 +532,14 @@
buildCounterCompensationHistogramResult--;
}
-core.List<api.CompensationEntry> buildUnnamed3657() {
+core.List<api.CompensationEntry> buildUnnamed3667() {
var o = <api.CompensationEntry>[];
o.add(buildCompensationEntry());
o.add(buildCompensationEntry());
return o;
}
-void checkUnnamed3657(core.List<api.CompensationEntry> o) {
+void checkUnnamed3667(core.List<api.CompensationEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompensationEntry(o[0] as api.CompensationEntry);
checkCompensationEntry(o[1] as api.CompensationEntry);
@@ -552,7 +552,7 @@
if (buildCounterCompensationInfo < 3) {
o.annualizedBaseCompensationRange = buildCompensationRange();
o.annualizedTotalCompensationRange = buildCompensationRange();
- o.entries = buildUnnamed3657();
+ o.entries = buildUnnamed3667();
}
buildCounterCompensationInfo--;
return o;
@@ -565,7 +565,7 @@
o.annualizedBaseCompensationRange! as api.CompensationRange);
checkCompensationRange(
o.annualizedTotalCompensationRange! as api.CompensationRange);
- checkUnnamed3657(o.entries!);
+ checkUnnamed3667(o.entries!);
}
buildCounterCompensationInfo--;
}
@@ -591,14 +591,14 @@
buildCounterCompensationRange--;
}
-core.List<api.CompletionResult> buildUnnamed3658() {
+core.List<api.CompletionResult> buildUnnamed3668() {
var o = <api.CompletionResult>[];
o.add(buildCompletionResult());
o.add(buildCompletionResult());
return o;
}
-void checkUnnamed3658(core.List<api.CompletionResult> o) {
+void checkUnnamed3668(core.List<api.CompletionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompletionResult(o[0] as api.CompletionResult);
checkCompletionResult(o[1] as api.CompletionResult);
@@ -609,7 +609,7 @@
var o = api.CompleteQueryResponse();
buildCounterCompleteQueryResponse++;
if (buildCounterCompleteQueryResponse < 3) {
- o.completionResults = buildUnnamed3658();
+ o.completionResults = buildUnnamed3668();
o.metadata = buildResponseMetadata();
}
buildCounterCompleteQueryResponse--;
@@ -619,7 +619,7 @@
void checkCompleteQueryResponse(api.CompleteQueryResponse o) {
buildCounterCompleteQueryResponse++;
if (buildCounterCompleteQueryResponse < 3) {
- checkUnnamed3658(o.completionResults!);
+ checkUnnamed3668(o.completionResults!);
checkResponseMetadata(o.metadata! as api.ResponseMetadata);
}
buildCounterCompleteQueryResponse--;
@@ -714,14 +714,14 @@
buildCounterCreateJobRequest--;
}
-core.List<core.String> buildUnnamed3659() {
+core.List<core.String> buildUnnamed3669() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3659(core.List<core.String> o) {
+void checkUnnamed3669(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -733,14 +733,14 @@
);
}
-core.List<core.String> buildUnnamed3660() {
+core.List<core.String> buildUnnamed3670() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3660(core.List<core.String> o) {
+void checkUnnamed3670(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -758,8 +758,8 @@
buildCounterCustomAttribute++;
if (buildCounterCustomAttribute < 3) {
o.filterable = true;
- o.longValues = buildUnnamed3659();
- o.stringValues = buildUnnamed3660();
+ o.longValues = buildUnnamed3669();
+ o.stringValues = buildUnnamed3670();
}
buildCounterCustomAttribute--;
return o;
@@ -769,8 +769,8 @@
buildCounterCustomAttribute++;
if (buildCounterCustomAttribute < 3) {
unittest.expect(o.filterable!, unittest.isTrue);
- checkUnnamed3659(o.longValues!);
- checkUnnamed3660(o.stringValues!);
+ checkUnnamed3669(o.longValues!);
+ checkUnnamed3670(o.stringValues!);
}
buildCounterCustomAttribute--;
}
@@ -803,14 +803,14 @@
buildCounterCustomAttributeHistogramRequest--;
}
-core.Map<core.String, core.int> buildUnnamed3661() {
+core.Map<core.String, core.int> buildUnnamed3671() {
var o = <core.String, core.int>{};
o['x'] = 42;
o['y'] = 42;
return o;
}
-void checkUnnamed3661(core.Map<core.String, core.int> o) {
+void checkUnnamed3671(core.Map<core.String, core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -829,7 +829,7 @@
if (buildCounterCustomAttributeHistogramResult < 3) {
o.key = 'foo';
o.longValueHistogramResult = buildNumericBucketingResult();
- o.stringValueHistogramResult = buildUnnamed3661();
+ o.stringValueHistogramResult = buildUnnamed3671();
}
buildCounterCustomAttributeHistogramResult--;
return o;
@@ -844,7 +844,7 @@
);
checkNumericBucketingResult(
o.longValueHistogramResult! as api.NumericBucketingResult);
- checkUnnamed3661(o.stringValueHistogramResult!);
+ checkUnnamed3671(o.stringValueHistogramResult!);
}
buildCounterCustomAttributeHistogramResult--;
}
@@ -891,27 +891,27 @@
buildCounterEmpty--;
}
-core.List<api.CompensationHistogramRequest> buildUnnamed3662() {
+core.List<api.CompensationHistogramRequest> buildUnnamed3672() {
var o = <api.CompensationHistogramRequest>[];
o.add(buildCompensationHistogramRequest());
o.add(buildCompensationHistogramRequest());
return o;
}
-void checkUnnamed3662(core.List<api.CompensationHistogramRequest> o) {
+void checkUnnamed3672(core.List<api.CompensationHistogramRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompensationHistogramRequest(o[0] as api.CompensationHistogramRequest);
checkCompensationHistogramRequest(o[1] as api.CompensationHistogramRequest);
}
-core.List<api.CustomAttributeHistogramRequest> buildUnnamed3663() {
+core.List<api.CustomAttributeHistogramRequest> buildUnnamed3673() {
var o = <api.CustomAttributeHistogramRequest>[];
o.add(buildCustomAttributeHistogramRequest());
o.add(buildCustomAttributeHistogramRequest());
return o;
}
-void checkUnnamed3663(core.List<api.CustomAttributeHistogramRequest> o) {
+void checkUnnamed3673(core.List<api.CustomAttributeHistogramRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomAttributeHistogramRequest(
o[0] as api.CustomAttributeHistogramRequest);
@@ -919,14 +919,14 @@
o[1] as api.CustomAttributeHistogramRequest);
}
-core.List<core.String> buildUnnamed3664() {
+core.List<core.String> buildUnnamed3674() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3664(core.List<core.String> o) {
+void checkUnnamed3674(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -943,9 +943,9 @@
var o = api.HistogramFacets();
buildCounterHistogramFacets++;
if (buildCounterHistogramFacets < 3) {
- o.compensationHistogramFacets = buildUnnamed3662();
- o.customAttributeHistogramFacets = buildUnnamed3663();
- o.simpleHistogramFacets = buildUnnamed3664();
+ o.compensationHistogramFacets = buildUnnamed3672();
+ o.customAttributeHistogramFacets = buildUnnamed3673();
+ o.simpleHistogramFacets = buildUnnamed3674();
}
buildCounterHistogramFacets--;
return o;
@@ -954,21 +954,21 @@
void checkHistogramFacets(api.HistogramFacets o) {
buildCounterHistogramFacets++;
if (buildCounterHistogramFacets < 3) {
- checkUnnamed3662(o.compensationHistogramFacets!);
- checkUnnamed3663(o.customAttributeHistogramFacets!);
- checkUnnamed3664(o.simpleHistogramFacets!);
+ checkUnnamed3672(o.compensationHistogramFacets!);
+ checkUnnamed3673(o.customAttributeHistogramFacets!);
+ checkUnnamed3674(o.simpleHistogramFacets!);
}
buildCounterHistogramFacets--;
}
-core.Map<core.String, core.int> buildUnnamed3665() {
+core.Map<core.String, core.int> buildUnnamed3675() {
var o = <core.String, core.int>{};
o['x'] = 42;
o['y'] = 42;
return o;
}
-void checkUnnamed3665(core.Map<core.String, core.int> o) {
+void checkUnnamed3675(core.Map<core.String, core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -986,7 +986,7 @@
buildCounterHistogramResult++;
if (buildCounterHistogramResult < 3) {
o.searchType = 'foo';
- o.values = buildUnnamed3665();
+ o.values = buildUnnamed3675();
}
buildCounterHistogramResult--;
return o;
@@ -999,32 +999,32 @@
o.searchType!,
unittest.equals('foo'),
);
- checkUnnamed3665(o.values!);
+ checkUnnamed3675(o.values!);
}
buildCounterHistogramResult--;
}
-core.List<api.CompensationHistogramResult> buildUnnamed3666() {
+core.List<api.CompensationHistogramResult> buildUnnamed3676() {
var o = <api.CompensationHistogramResult>[];
o.add(buildCompensationHistogramResult());
o.add(buildCompensationHistogramResult());
return o;
}
-void checkUnnamed3666(core.List<api.CompensationHistogramResult> o) {
+void checkUnnamed3676(core.List<api.CompensationHistogramResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompensationHistogramResult(o[0] as api.CompensationHistogramResult);
checkCompensationHistogramResult(o[1] as api.CompensationHistogramResult);
}
-core.List<api.CustomAttributeHistogramResult> buildUnnamed3667() {
+core.List<api.CustomAttributeHistogramResult> buildUnnamed3677() {
var o = <api.CustomAttributeHistogramResult>[];
o.add(buildCustomAttributeHistogramResult());
o.add(buildCustomAttributeHistogramResult());
return o;
}
-void checkUnnamed3667(core.List<api.CustomAttributeHistogramResult> o) {
+void checkUnnamed3677(core.List<api.CustomAttributeHistogramResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomAttributeHistogramResult(
o[0] as api.CustomAttributeHistogramResult);
@@ -1032,14 +1032,14 @@
o[1] as api.CustomAttributeHistogramResult);
}
-core.List<api.HistogramResult> buildUnnamed3668() {
+core.List<api.HistogramResult> buildUnnamed3678() {
var o = <api.HistogramResult>[];
o.add(buildHistogramResult());
o.add(buildHistogramResult());
return o;
}
-void checkUnnamed3668(core.List<api.HistogramResult> o) {
+void checkUnnamed3678(core.List<api.HistogramResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkHistogramResult(o[0] as api.HistogramResult);
checkHistogramResult(o[1] as api.HistogramResult);
@@ -1050,9 +1050,9 @@
var o = api.HistogramResults();
buildCounterHistogramResults++;
if (buildCounterHistogramResults < 3) {
- o.compensationHistogramResults = buildUnnamed3666();
- o.customAttributeHistogramResults = buildUnnamed3667();
- o.simpleHistogramResults = buildUnnamed3668();
+ o.compensationHistogramResults = buildUnnamed3676();
+ o.customAttributeHistogramResults = buildUnnamed3677();
+ o.simpleHistogramResults = buildUnnamed3678();
}
buildCounterHistogramResults--;
return o;
@@ -1061,21 +1061,21 @@
void checkHistogramResults(api.HistogramResults o) {
buildCounterHistogramResults++;
if (buildCounterHistogramResults < 3) {
- checkUnnamed3666(o.compensationHistogramResults!);
- checkUnnamed3667(o.customAttributeHistogramResults!);
- checkUnnamed3668(o.simpleHistogramResults!);
+ checkUnnamed3676(o.compensationHistogramResults!);
+ checkUnnamed3677(o.customAttributeHistogramResults!);
+ checkUnnamed3678(o.simpleHistogramResults!);
}
buildCounterHistogramResults--;
}
-core.List<core.String> buildUnnamed3669() {
+core.List<core.String> buildUnnamed3679() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3669(core.List<core.String> o) {
+void checkUnnamed3679(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1087,27 +1087,27 @@
);
}
-core.Map<core.String, api.CustomAttribute> buildUnnamed3670() {
+core.Map<core.String, api.CustomAttribute> buildUnnamed3680() {
var o = <core.String, api.CustomAttribute>{};
o['x'] = buildCustomAttribute();
o['y'] = buildCustomAttribute();
return o;
}
-void checkUnnamed3670(core.Map<core.String, api.CustomAttribute> o) {
+void checkUnnamed3680(core.Map<core.String, api.CustomAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomAttribute(o['x']! as api.CustomAttribute);
checkCustomAttribute(o['y']! as api.CustomAttribute);
}
-core.List<core.String> buildUnnamed3671() {
+core.List<core.String> buildUnnamed3681() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3671(core.List<core.String> o) {
+void checkUnnamed3681(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1119,14 +1119,14 @@
);
}
-core.List<core.String> buildUnnamed3672() {
+core.List<core.String> buildUnnamed3682() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3672(core.List<core.String> o) {
+void checkUnnamed3682(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1138,14 +1138,14 @@
);
}
-core.List<core.String> buildUnnamed3673() {
+core.List<core.String> buildUnnamed3683() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3673(core.List<core.String> o) {
+void checkUnnamed3683(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1162,19 +1162,19 @@
var o = api.Job();
buildCounterJob++;
if (buildCounterJob < 3) {
- o.addresses = buildUnnamed3669();
+ o.addresses = buildUnnamed3679();
o.applicationInfo = buildApplicationInfo();
o.companyDisplayName = 'foo';
o.companyName = 'foo';
o.compensationInfo = buildCompensationInfo();
- o.customAttributes = buildUnnamed3670();
- o.degreeTypes = buildUnnamed3671();
+ o.customAttributes = buildUnnamed3680();
+ o.degreeTypes = buildUnnamed3681();
o.department = 'foo';
o.derivedInfo = buildJobDerivedInfo();
o.description = 'foo';
- o.employmentTypes = buildUnnamed3672();
+ o.employmentTypes = buildUnnamed3682();
o.incentives = 'foo';
- o.jobBenefits = buildUnnamed3673();
+ o.jobBenefits = buildUnnamed3683();
o.jobEndTime = 'foo';
o.jobLevel = 'foo';
o.jobStartTime = 'foo';
@@ -1200,7 +1200,7 @@
void checkJob(api.Job o) {
buildCounterJob++;
if (buildCounterJob < 3) {
- checkUnnamed3669(o.addresses!);
+ checkUnnamed3679(o.addresses!);
checkApplicationInfo(o.applicationInfo! as api.ApplicationInfo);
unittest.expect(
o.companyDisplayName!,
@@ -1211,8 +1211,8 @@
unittest.equals('foo'),
);
checkCompensationInfo(o.compensationInfo! as api.CompensationInfo);
- checkUnnamed3670(o.customAttributes!);
- checkUnnamed3671(o.degreeTypes!);
+ checkUnnamed3680(o.customAttributes!);
+ checkUnnamed3681(o.degreeTypes!);
unittest.expect(
o.department!,
unittest.equals('foo'),
@@ -1222,12 +1222,12 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed3672(o.employmentTypes!);
+ checkUnnamed3682(o.employmentTypes!);
unittest.expect(
o.incentives!,
unittest.equals('foo'),
);
- checkUnnamed3673(o.jobBenefits!);
+ checkUnnamed3683(o.jobBenefits!);
unittest.expect(
o.jobEndTime!,
unittest.equals('foo'),
@@ -1297,14 +1297,14 @@
buildCounterJob--;
}
-core.List<core.String> buildUnnamed3674() {
+core.List<core.String> buildUnnamed3684() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3674(core.List<core.String> o) {
+void checkUnnamed3684(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1316,14 +1316,14 @@
);
}
-core.List<api.Location> buildUnnamed3675() {
+core.List<api.Location> buildUnnamed3685() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed3675(core.List<api.Location> o) {
+void checkUnnamed3685(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1334,8 +1334,8 @@
var o = api.JobDerivedInfo();
buildCounterJobDerivedInfo++;
if (buildCounterJobDerivedInfo < 3) {
- o.jobCategories = buildUnnamed3674();
- o.locations = buildUnnamed3675();
+ o.jobCategories = buildUnnamed3684();
+ o.locations = buildUnnamed3685();
}
buildCounterJobDerivedInfo--;
return o;
@@ -1344,20 +1344,20 @@
void checkJobDerivedInfo(api.JobDerivedInfo o) {
buildCounterJobDerivedInfo++;
if (buildCounterJobDerivedInfo < 3) {
- checkUnnamed3674(o.jobCategories!);
- checkUnnamed3675(o.locations!);
+ checkUnnamed3684(o.jobCategories!);
+ checkUnnamed3685(o.locations!);
}
buildCounterJobDerivedInfo--;
}
-core.List<core.String> buildUnnamed3676() {
+core.List<core.String> buildUnnamed3686() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3676(core.List<core.String> o) {
+void checkUnnamed3686(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1374,7 +1374,7 @@
var o = api.JobEvent();
buildCounterJobEvent++;
if (buildCounterJobEvent < 3) {
- o.jobs = buildUnnamed3676();
+ o.jobs = buildUnnamed3686();
o.type = 'foo';
}
buildCounterJobEvent--;
@@ -1384,7 +1384,7 @@
void checkJobEvent(api.JobEvent o) {
buildCounterJobEvent++;
if (buildCounterJobEvent < 3) {
- checkUnnamed3676(o.jobs!);
+ checkUnnamed3686(o.jobs!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -1393,14 +1393,14 @@
buildCounterJobEvent--;
}
-core.List<core.String> buildUnnamed3677() {
+core.List<core.String> buildUnnamed3687() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3677(core.List<core.String> o) {
+void checkUnnamed3687(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1412,14 +1412,14 @@
);
}
-core.List<core.String> buildUnnamed3678() {
+core.List<core.String> buildUnnamed3688() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3678(core.List<core.String> o) {
+void checkUnnamed3688(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1431,14 +1431,14 @@
);
}
-core.List<core.String> buildUnnamed3679() {
+core.List<core.String> buildUnnamed3689() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3679(core.List<core.String> o) {
+void checkUnnamed3689(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1450,14 +1450,14 @@
);
}
-core.List<core.String> buildUnnamed3680() {
+core.List<core.String> buildUnnamed3690() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3680(core.List<core.String> o) {
+void checkUnnamed3690(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1469,14 +1469,14 @@
);
}
-core.List<core.String> buildUnnamed3681() {
+core.List<core.String> buildUnnamed3691() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3681(core.List<core.String> o) {
+void checkUnnamed3691(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1488,14 +1488,14 @@
);
}
-core.List<api.LocationFilter> buildUnnamed3682() {
+core.List<api.LocationFilter> buildUnnamed3692() {
var o = <api.LocationFilter>[];
o.add(buildLocationFilter());
o.add(buildLocationFilter());
return o;
}
-void checkUnnamed3682(core.List<api.LocationFilter> o) {
+void checkUnnamed3692(core.List<api.LocationFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocationFilter(o[0] as api.LocationFilter);
checkLocationFilter(o[1] as api.LocationFilter);
@@ -1507,15 +1507,15 @@
buildCounterJobQuery++;
if (buildCounterJobQuery < 3) {
o.commuteFilter = buildCommuteFilter();
- o.companyDisplayNames = buildUnnamed3677();
- o.companyNames = buildUnnamed3678();
+ o.companyDisplayNames = buildUnnamed3687();
+ o.companyNames = buildUnnamed3688();
o.compensationFilter = buildCompensationFilter();
o.customAttributeFilter = 'foo';
o.disableSpellCheck = true;
- o.employmentTypes = buildUnnamed3679();
- o.jobCategories = buildUnnamed3680();
- o.languageCodes = buildUnnamed3681();
- o.locationFilters = buildUnnamed3682();
+ o.employmentTypes = buildUnnamed3689();
+ o.jobCategories = buildUnnamed3690();
+ o.languageCodes = buildUnnamed3691();
+ o.locationFilters = buildUnnamed3692();
o.publishTimeRange = buildTimestampRange();
o.query = 'foo';
o.queryLanguageCode = 'foo';
@@ -1528,18 +1528,18 @@
buildCounterJobQuery++;
if (buildCounterJobQuery < 3) {
checkCommuteFilter(o.commuteFilter! as api.CommuteFilter);
- checkUnnamed3677(o.companyDisplayNames!);
- checkUnnamed3678(o.companyNames!);
+ checkUnnamed3687(o.companyDisplayNames!);
+ checkUnnamed3688(o.companyNames!);
checkCompensationFilter(o.compensationFilter! as api.CompensationFilter);
unittest.expect(
o.customAttributeFilter!,
unittest.equals('foo'),
);
unittest.expect(o.disableSpellCheck!, unittest.isTrue);
- checkUnnamed3679(o.employmentTypes!);
- checkUnnamed3680(o.jobCategories!);
- checkUnnamed3681(o.languageCodes!);
- checkUnnamed3682(o.locationFilters!);
+ checkUnnamed3689(o.employmentTypes!);
+ checkUnnamed3690(o.jobCategories!);
+ checkUnnamed3691(o.languageCodes!);
+ checkUnnamed3692(o.locationFilters!);
checkTimestampRange(o.publishTimeRange! as api.TimestampRange);
unittest.expect(
o.query!,
@@ -1580,14 +1580,14 @@
buildCounterLatLng--;
}
-core.List<api.Company> buildUnnamed3683() {
+core.List<api.Company> buildUnnamed3693() {
var o = <api.Company>[];
o.add(buildCompany());
o.add(buildCompany());
return o;
}
-void checkUnnamed3683(core.List<api.Company> o) {
+void checkUnnamed3693(core.List<api.Company> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompany(o[0] as api.Company);
checkCompany(o[1] as api.Company);
@@ -1598,7 +1598,7 @@
var o = api.ListCompaniesResponse();
buildCounterListCompaniesResponse++;
if (buildCounterListCompaniesResponse < 3) {
- o.companies = buildUnnamed3683();
+ o.companies = buildUnnamed3693();
o.metadata = buildResponseMetadata();
o.nextPageToken = 'foo';
}
@@ -1609,7 +1609,7 @@
void checkListCompaniesResponse(api.ListCompaniesResponse o) {
buildCounterListCompaniesResponse++;
if (buildCounterListCompaniesResponse < 3) {
- checkUnnamed3683(o.companies!);
+ checkUnnamed3693(o.companies!);
checkResponseMetadata(o.metadata! as api.ResponseMetadata);
unittest.expect(
o.nextPageToken!,
@@ -1619,14 +1619,14 @@
buildCounterListCompaniesResponse--;
}
-core.List<api.Job> buildUnnamed3684() {
+core.List<api.Job> buildUnnamed3694() {
var o = <api.Job>[];
o.add(buildJob());
o.add(buildJob());
return o;
}
-void checkUnnamed3684(core.List<api.Job> o) {
+void checkUnnamed3694(core.List<api.Job> o) {
unittest.expect(o, unittest.hasLength(2));
checkJob(o[0] as api.Job);
checkJob(o[1] as api.Job);
@@ -1637,7 +1637,7 @@
var o = api.ListJobsResponse();
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- o.jobs = buildUnnamed3684();
+ o.jobs = buildUnnamed3694();
o.metadata = buildResponseMetadata();
o.nextPageToken = 'foo';
}
@@ -1648,7 +1648,7 @@
void checkListJobsResponse(api.ListJobsResponse o) {
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- checkUnnamed3684(o.jobs!);
+ checkUnnamed3694(o.jobs!);
checkResponseMetadata(o.metadata! as api.ResponseMetadata);
unittest.expect(
o.nextPageToken!,
@@ -1764,14 +1764,14 @@
buildCounterMatchingJob--;
}
-core.Map<core.String, api.NamespacedDebugInput> buildUnnamed3685() {
+core.Map<core.String, api.NamespacedDebugInput> buildUnnamed3695() {
var o = <core.String, api.NamespacedDebugInput>{};
o['x'] = buildNamespacedDebugInput();
o['y'] = buildNamespacedDebugInput();
return o;
}
-void checkUnnamed3685(core.Map<core.String, api.NamespacedDebugInput> o) {
+void checkUnnamed3695(core.Map<core.String, api.NamespacedDebugInput> o) {
unittest.expect(o, unittest.hasLength(2));
checkNamespacedDebugInput(o['x']! as api.NamespacedDebugInput);
checkNamespacedDebugInput(o['y']! as api.NamespacedDebugInput);
@@ -1782,7 +1782,7 @@
var o = api.MendelDebugInput();
buildCounterMendelDebugInput++;
if (buildCounterMendelDebugInput < 3) {
- o.namespacedDebugInput = buildUnnamed3685();
+ o.namespacedDebugInput = buildUnnamed3695();
}
buildCounterMendelDebugInput--;
return o;
@@ -1791,7 +1791,7 @@
void checkMendelDebugInput(api.MendelDebugInput o) {
buildCounterMendelDebugInput++;
if (buildCounterMendelDebugInput < 3) {
- checkUnnamed3685(o.namespacedDebugInput!);
+ checkUnnamed3695(o.namespacedDebugInput!);
}
buildCounterMendelDebugInput--;
}
@@ -1828,14 +1828,14 @@
buildCounterMoney--;
}
-core.List<core.String> buildUnnamed3686() {
+core.List<core.String> buildUnnamed3696() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3686(core.List<core.String> o) {
+void checkUnnamed3696(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1847,14 +1847,14 @@
);
}
-core.List<core.String> buildUnnamed3687() {
+core.List<core.String> buildUnnamed3697() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3687(core.List<core.String> o) {
+void checkUnnamed3697(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1866,14 +1866,14 @@
);
}
-core.List<core.int> buildUnnamed3688() {
+core.List<core.int> buildUnnamed3698() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed3688(core.List<core.int> o) {
+void checkUnnamed3698(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1885,279 +1885,6 @@
);
}
-core.List<core.String> buildUnnamed3689() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3689(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3690() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3690(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'),
- );
-}
-
-core.List<core.int> buildUnnamed3691() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
- return o;
-}
-
-void checkUnnamed3691(core.List<core.int> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals(42),
- );
- unittest.expect(
- o[1],
- unittest.equals(42),
- );
-}
-
-core.List<core.String> buildUnnamed3692() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3692(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3693() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3693(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'),
- );
-}
-
-core.List<core.int> buildUnnamed3694() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
- return o;
-}
-
-void checkUnnamed3694(core.List<core.int> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals(42),
- );
- unittest.expect(
- o[1],
- unittest.equals(42),
- );
-}
-
-core.Map<core.String, core.String> buildUnnamed3695() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed3695(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
-core.Map<core.String, core.bool> buildUnnamed3696() {
- var o = <core.String, core.bool>{};
- o['x'] = true;
- o['y'] = true;
- return o;
-}
-
-void checkUnnamed3696(core.Map<core.String, core.bool> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(o['x']!, unittest.isTrue);
- unittest.expect(o['y']!, unittest.isTrue);
-}
-
-core.int buildCounterNamespacedDebugInput = 0;
-api.NamespacedDebugInput buildNamespacedDebugInput() {
- var o = api.NamespacedDebugInput();
- buildCounterNamespacedDebugInput++;
- if (buildCounterNamespacedDebugInput < 3) {
- o.absolutelyForcedExpNames = buildUnnamed3686();
- o.absolutelyForcedExpTags = buildUnnamed3687();
- o.absolutelyForcedExps = buildUnnamed3688();
- o.conditionallyForcedExpNames = buildUnnamed3689();
- o.conditionallyForcedExpTags = buildUnnamed3690();
- o.conditionallyForcedExps = buildUnnamed3691();
- o.disableAutomaticEnrollmentSelection = true;
- o.disableExpNames = buildUnnamed3692();
- o.disableExpTags = buildUnnamed3693();
- o.disableExps = buildUnnamed3694();
- o.disableManualEnrollmentSelection = true;
- o.disableOrganicSelection = true;
- o.forcedFlags = buildUnnamed3695();
- o.forcedRollouts = buildUnnamed3696();
- }
- buildCounterNamespacedDebugInput--;
- return o;
-}
-
-void checkNamespacedDebugInput(api.NamespacedDebugInput o) {
- buildCounterNamespacedDebugInput++;
- if (buildCounterNamespacedDebugInput < 3) {
- checkUnnamed3686(o.absolutelyForcedExpNames!);
- checkUnnamed3687(o.absolutelyForcedExpTags!);
- checkUnnamed3688(o.absolutelyForcedExps!);
- checkUnnamed3689(o.conditionallyForcedExpNames!);
- checkUnnamed3690(o.conditionallyForcedExpTags!);
- checkUnnamed3691(o.conditionallyForcedExps!);
- unittest.expect(o.disableAutomaticEnrollmentSelection!, unittest.isTrue);
- checkUnnamed3692(o.disableExpNames!);
- checkUnnamed3693(o.disableExpTags!);
- checkUnnamed3694(o.disableExps!);
- unittest.expect(o.disableManualEnrollmentSelection!, unittest.isTrue);
- unittest.expect(o.disableOrganicSelection!, unittest.isTrue);
- checkUnnamed3695(o.forcedFlags!);
- checkUnnamed3696(o.forcedRollouts!);
- }
- buildCounterNamespacedDebugInput--;
-}
-
-core.List<core.double> buildUnnamed3697() {
- var o = <core.double>[];
- o.add(42.0);
- o.add(42.0);
- return o;
-}
-
-void checkUnnamed3697(core.List<core.double> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals(42.0),
- );
- unittest.expect(
- o[1],
- unittest.equals(42.0),
- );
-}
-
-core.int buildCounterNumericBucketingOption = 0;
-api.NumericBucketingOption buildNumericBucketingOption() {
- var o = api.NumericBucketingOption();
- buildCounterNumericBucketingOption++;
- if (buildCounterNumericBucketingOption < 3) {
- o.bucketBounds = buildUnnamed3697();
- o.requiresMinMax = true;
- }
- buildCounterNumericBucketingOption--;
- return o;
-}
-
-void checkNumericBucketingOption(api.NumericBucketingOption o) {
- buildCounterNumericBucketingOption++;
- if (buildCounterNumericBucketingOption < 3) {
- checkUnnamed3697(o.bucketBounds!);
- unittest.expect(o.requiresMinMax!, unittest.isTrue);
- }
- buildCounterNumericBucketingOption--;
-}
-
-core.List<api.BucketizedCount> buildUnnamed3698() {
- var o = <api.BucketizedCount>[];
- o.add(buildBucketizedCount());
- o.add(buildBucketizedCount());
- return o;
-}
-
-void checkUnnamed3698(core.List<api.BucketizedCount> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkBucketizedCount(o[0] as api.BucketizedCount);
- checkBucketizedCount(o[1] as api.BucketizedCount);
-}
-
-core.int buildCounterNumericBucketingResult = 0;
-api.NumericBucketingResult buildNumericBucketingResult() {
- var o = api.NumericBucketingResult();
- buildCounterNumericBucketingResult++;
- if (buildCounterNumericBucketingResult < 3) {
- o.counts = buildUnnamed3698();
- o.maxValue = 42.0;
- o.minValue = 42.0;
- }
- buildCounterNumericBucketingResult--;
- return o;
-}
-
-void checkNumericBucketingResult(api.NumericBucketingResult o) {
- buildCounterNumericBucketingResult++;
- if (buildCounterNumericBucketingResult < 3) {
- checkUnnamed3698(o.counts!);
- unittest.expect(
- o.maxValue!,
- unittest.equals(42.0),
- );
- unittest.expect(
- o.minValue!,
- unittest.equals(42.0),
- );
- }
- buildCounterNumericBucketingResult--;
-}
-
core.List<core.String> buildUnnamed3699() {
var o = <core.String>[];
o.add('foo');
@@ -2196,18 +1923,291 @@
);
}
+core.List<core.int> buildUnnamed3701() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
+ return o;
+}
+
+void checkUnnamed3701(core.List<core.int> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42),
+ );
+}
+
+core.List<core.String> buildUnnamed3702() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3702(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3703() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3703(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'),
+ );
+}
+
+core.List<core.int> buildUnnamed3704() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
+ return o;
+}
+
+void checkUnnamed3704(core.List<core.int> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42),
+ );
+}
+
+core.Map<core.String, core.String> buildUnnamed3705() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed3705(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
+core.Map<core.String, core.bool> buildUnnamed3706() {
+ var o = <core.String, core.bool>{};
+ o['x'] = true;
+ o['y'] = true;
+ return o;
+}
+
+void checkUnnamed3706(core.Map<core.String, core.bool> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(o['x']!, unittest.isTrue);
+ unittest.expect(o['y']!, unittest.isTrue);
+}
+
+core.int buildCounterNamespacedDebugInput = 0;
+api.NamespacedDebugInput buildNamespacedDebugInput() {
+ var o = api.NamespacedDebugInput();
+ buildCounterNamespacedDebugInput++;
+ if (buildCounterNamespacedDebugInput < 3) {
+ o.absolutelyForcedExpNames = buildUnnamed3696();
+ o.absolutelyForcedExpTags = buildUnnamed3697();
+ o.absolutelyForcedExps = buildUnnamed3698();
+ o.conditionallyForcedExpNames = buildUnnamed3699();
+ o.conditionallyForcedExpTags = buildUnnamed3700();
+ o.conditionallyForcedExps = buildUnnamed3701();
+ o.disableAutomaticEnrollmentSelection = true;
+ o.disableExpNames = buildUnnamed3702();
+ o.disableExpTags = buildUnnamed3703();
+ o.disableExps = buildUnnamed3704();
+ o.disableManualEnrollmentSelection = true;
+ o.disableOrganicSelection = true;
+ o.forcedFlags = buildUnnamed3705();
+ o.forcedRollouts = buildUnnamed3706();
+ }
+ buildCounterNamespacedDebugInput--;
+ return o;
+}
+
+void checkNamespacedDebugInput(api.NamespacedDebugInput o) {
+ buildCounterNamespacedDebugInput++;
+ if (buildCounterNamespacedDebugInput < 3) {
+ checkUnnamed3696(o.absolutelyForcedExpNames!);
+ checkUnnamed3697(o.absolutelyForcedExpTags!);
+ checkUnnamed3698(o.absolutelyForcedExps!);
+ checkUnnamed3699(o.conditionallyForcedExpNames!);
+ checkUnnamed3700(o.conditionallyForcedExpTags!);
+ checkUnnamed3701(o.conditionallyForcedExps!);
+ unittest.expect(o.disableAutomaticEnrollmentSelection!, unittest.isTrue);
+ checkUnnamed3702(o.disableExpNames!);
+ checkUnnamed3703(o.disableExpTags!);
+ checkUnnamed3704(o.disableExps!);
+ unittest.expect(o.disableManualEnrollmentSelection!, unittest.isTrue);
+ unittest.expect(o.disableOrganicSelection!, unittest.isTrue);
+ checkUnnamed3705(o.forcedFlags!);
+ checkUnnamed3706(o.forcedRollouts!);
+ }
+ buildCounterNamespacedDebugInput--;
+}
+
+core.List<core.double> buildUnnamed3707() {
+ var o = <core.double>[];
+ o.add(42.0);
+ o.add(42.0);
+ return o;
+}
+
+void checkUnnamed3707(core.List<core.double> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals(42.0),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42.0),
+ );
+}
+
+core.int buildCounterNumericBucketingOption = 0;
+api.NumericBucketingOption buildNumericBucketingOption() {
+ var o = api.NumericBucketingOption();
+ buildCounterNumericBucketingOption++;
+ if (buildCounterNumericBucketingOption < 3) {
+ o.bucketBounds = buildUnnamed3707();
+ o.requiresMinMax = true;
+ }
+ buildCounterNumericBucketingOption--;
+ return o;
+}
+
+void checkNumericBucketingOption(api.NumericBucketingOption o) {
+ buildCounterNumericBucketingOption++;
+ if (buildCounterNumericBucketingOption < 3) {
+ checkUnnamed3707(o.bucketBounds!);
+ unittest.expect(o.requiresMinMax!, unittest.isTrue);
+ }
+ buildCounterNumericBucketingOption--;
+}
+
+core.List<api.BucketizedCount> buildUnnamed3708() {
+ var o = <api.BucketizedCount>[];
+ o.add(buildBucketizedCount());
+ o.add(buildBucketizedCount());
+ return o;
+}
+
+void checkUnnamed3708(core.List<api.BucketizedCount> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkBucketizedCount(o[0] as api.BucketizedCount);
+ checkBucketizedCount(o[1] as api.BucketizedCount);
+}
+
+core.int buildCounterNumericBucketingResult = 0;
+api.NumericBucketingResult buildNumericBucketingResult() {
+ var o = api.NumericBucketingResult();
+ buildCounterNumericBucketingResult++;
+ if (buildCounterNumericBucketingResult < 3) {
+ o.counts = buildUnnamed3708();
+ o.maxValue = 42.0;
+ o.minValue = 42.0;
+ }
+ buildCounterNumericBucketingResult--;
+ return o;
+}
+
+void checkNumericBucketingResult(api.NumericBucketingResult o) {
+ buildCounterNumericBucketingResult++;
+ if (buildCounterNumericBucketingResult < 3) {
+ checkUnnamed3708(o.counts!);
+ unittest.expect(
+ o.maxValue!,
+ unittest.equals(42.0),
+ );
+ unittest.expect(
+ o.minValue!,
+ unittest.equals(42.0),
+ );
+ }
+ buildCounterNumericBucketingResult--;
+}
+
+core.List<core.String> buildUnnamed3709() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3709(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3710() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3710(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'),
+ );
+}
+
core.int buildCounterPostalAddress = 0;
api.PostalAddress buildPostalAddress() {
var o = api.PostalAddress();
buildCounterPostalAddress++;
if (buildCounterPostalAddress < 3) {
- o.addressLines = buildUnnamed3699();
+ o.addressLines = buildUnnamed3709();
o.administrativeArea = 'foo';
o.languageCode = 'foo';
o.locality = 'foo';
o.organization = 'foo';
o.postalCode = 'foo';
- o.recipients = buildUnnamed3700();
+ o.recipients = buildUnnamed3710();
o.regionCode = 'foo';
o.revision = 42;
o.sortingCode = 'foo';
@@ -2220,7 +2220,7 @@
void checkPostalAddress(api.PostalAddress o) {
buildCounterPostalAddress++;
if (buildCounterPostalAddress < 3) {
- checkUnnamed3699(o.addressLines!);
+ checkUnnamed3709(o.addressLines!);
unittest.expect(
o.administrativeArea!,
unittest.equals('foo'),
@@ -2241,7 +2241,7 @@
o.postalCode!,
unittest.equals('foo'),
);
- checkUnnamed3700(o.recipients!);
+ checkUnnamed3710(o.recipients!);
unittest.expect(
o.regionCode!,
unittest.equals('foo'),
@@ -2406,27 +2406,27 @@
buildCounterSearchJobsRequest--;
}
-core.List<api.Location> buildUnnamed3701() {
+core.List<api.Location> buildUnnamed3711() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed3701(core.List<api.Location> o) {
+void checkUnnamed3711(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
}
-core.List<api.MatchingJob> buildUnnamed3702() {
+core.List<api.MatchingJob> buildUnnamed3712() {
var o = <api.MatchingJob>[];
o.add(buildMatchingJob());
o.add(buildMatchingJob());
return o;
}
-void checkUnnamed3702(core.List<api.MatchingJob> o) {
+void checkUnnamed3712(core.List<api.MatchingJob> o) {
unittest.expect(o, unittest.hasLength(2));
checkMatchingJob(o[0] as api.MatchingJob);
checkMatchingJob(o[1] as api.MatchingJob);
@@ -2440,8 +2440,8 @@
o.broadenedQueryJobsCount = 42;
o.estimatedTotalSize = 42;
o.histogramResults = buildHistogramResults();
- o.locationFilters = buildUnnamed3701();
- o.matchingJobs = buildUnnamed3702();
+ o.locationFilters = buildUnnamed3711();
+ o.matchingJobs = buildUnnamed3712();
o.metadata = buildResponseMetadata();
o.nextPageToken = 'foo';
o.spellCorrection = buildSpellingCorrection();
@@ -2463,8 +2463,8 @@
unittest.equals(42),
);
checkHistogramResults(o.histogramResults! as api.HistogramResults);
- checkUnnamed3701(o.locationFilters!);
- checkUnnamed3702(o.matchingJobs!);
+ checkUnnamed3711(o.locationFilters!);
+ checkUnnamed3712(o.matchingJobs!);
checkResponseMetadata(o.metadata! as api.ResponseMetadata);
unittest.expect(
o.nextPageToken!,
@@ -2615,14 +2615,14 @@
buildCounterUpdateJobRequest--;
}
-core.List<core.String> buildUnnamed3703() {
+core.List<core.String> buildUnnamed3713() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3703(core.List<core.String> o) {
+void checkUnnamed3713(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3181,7 +3181,7 @@
var arg_name = 'foo';
var arg_companyName = 'foo';
var arg_languageCode = 'foo';
- var arg_languageCodes = buildUnnamed3703();
+ var arg_languageCodes = buildUnnamed3713();
var arg_pageSize = 42;
var arg_query = 'foo';
var arg_scope = 'foo';
diff --git a/generated/googleapis/test/jobs/v4_test.dart b/generated/googleapis/test/jobs/v4_test.dart
index 32aa1e4..e517243 100644
--- a/generated/googleapis/test/jobs/v4_test.dart
+++ b/generated/googleapis/test/jobs/v4_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed7340() {
+core.List<core.String> buildUnnamed7394() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7340(core.List<core.String> o) {
+void checkUnnamed7394(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -46,14 +46,14 @@
);
}
-core.List<core.String> buildUnnamed7341() {
+core.List<core.String> buildUnnamed7395() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7341(core.List<core.String> o) {
+void checkUnnamed7395(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -70,9 +70,9 @@
var o = api.ApplicationInfo();
buildCounterApplicationInfo++;
if (buildCounterApplicationInfo < 3) {
- o.emails = buildUnnamed7340();
+ o.emails = buildUnnamed7394();
o.instruction = 'foo';
- o.uris = buildUnnamed7341();
+ o.uris = buildUnnamed7395();
}
buildCounterApplicationInfo--;
return o;
@@ -81,24 +81,24 @@
void checkApplicationInfo(api.ApplicationInfo o) {
buildCounterApplicationInfo++;
if (buildCounterApplicationInfo < 3) {
- checkUnnamed7340(o.emails!);
+ checkUnnamed7394(o.emails!);
unittest.expect(
o.instruction!,
unittest.equals('foo'),
);
- checkUnnamed7341(o.uris!);
+ checkUnnamed7395(o.uris!);
}
buildCounterApplicationInfo--;
}
-core.List<api.Job> buildUnnamed7342() {
+core.List<api.Job> buildUnnamed7396() {
var o = <api.Job>[];
o.add(buildJob());
o.add(buildJob());
return o;
}
-void checkUnnamed7342(core.List<api.Job> o) {
+void checkUnnamed7396(core.List<api.Job> o) {
unittest.expect(o, unittest.hasLength(2));
checkJob(o[0] as api.Job);
checkJob(o[1] as api.Job);
@@ -109,7 +109,7 @@
var o = api.BatchCreateJobsRequest();
buildCounterBatchCreateJobsRequest++;
if (buildCounterBatchCreateJobsRequest < 3) {
- o.jobs = buildUnnamed7342();
+ o.jobs = buildUnnamed7396();
}
buildCounterBatchCreateJobsRequest--;
return o;
@@ -118,19 +118,19 @@
void checkBatchCreateJobsRequest(api.BatchCreateJobsRequest o) {
buildCounterBatchCreateJobsRequest++;
if (buildCounterBatchCreateJobsRequest < 3) {
- checkUnnamed7342(o.jobs!);
+ checkUnnamed7396(o.jobs!);
}
buildCounterBatchCreateJobsRequest--;
}
-core.List<api.JobResult> buildUnnamed7343() {
+core.List<api.JobResult> buildUnnamed7397() {
var o = <api.JobResult>[];
o.add(buildJobResult());
o.add(buildJobResult());
return o;
}
-void checkUnnamed7343(core.List<api.JobResult> o) {
+void checkUnnamed7397(core.List<api.JobResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkJobResult(o[0] as api.JobResult);
checkJobResult(o[1] as api.JobResult);
@@ -141,7 +141,7 @@
var o = api.BatchCreateJobsResponse();
buildCounterBatchCreateJobsResponse++;
if (buildCounterBatchCreateJobsResponse < 3) {
- o.jobResults = buildUnnamed7343();
+ o.jobResults = buildUnnamed7397();
}
buildCounterBatchCreateJobsResponse--;
return o;
@@ -150,19 +150,19 @@
void checkBatchCreateJobsResponse(api.BatchCreateJobsResponse o) {
buildCounterBatchCreateJobsResponse++;
if (buildCounterBatchCreateJobsResponse < 3) {
- checkUnnamed7343(o.jobResults!);
+ checkUnnamed7397(o.jobResults!);
}
buildCounterBatchCreateJobsResponse--;
}
-core.List<core.String> buildUnnamed7344() {
+core.List<core.String> buildUnnamed7398() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7344(core.List<core.String> o) {
+void checkUnnamed7398(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -179,7 +179,7 @@
var o = api.BatchDeleteJobsRequest();
buildCounterBatchDeleteJobsRequest++;
if (buildCounterBatchDeleteJobsRequest < 3) {
- o.names = buildUnnamed7344();
+ o.names = buildUnnamed7398();
}
buildCounterBatchDeleteJobsRequest--;
return o;
@@ -188,19 +188,19 @@
void checkBatchDeleteJobsRequest(api.BatchDeleteJobsRequest o) {
buildCounterBatchDeleteJobsRequest++;
if (buildCounterBatchDeleteJobsRequest < 3) {
- checkUnnamed7344(o.names!);
+ checkUnnamed7398(o.names!);
}
buildCounterBatchDeleteJobsRequest--;
}
-core.List<api.JobResult> buildUnnamed7345() {
+core.List<api.JobResult> buildUnnamed7399() {
var o = <api.JobResult>[];
o.add(buildJobResult());
o.add(buildJobResult());
return o;
}
-void checkUnnamed7345(core.List<api.JobResult> o) {
+void checkUnnamed7399(core.List<api.JobResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkJobResult(o[0] as api.JobResult);
checkJobResult(o[1] as api.JobResult);
@@ -211,7 +211,7 @@
var o = api.BatchDeleteJobsResponse();
buildCounterBatchDeleteJobsResponse++;
if (buildCounterBatchDeleteJobsResponse < 3) {
- o.jobResults = buildUnnamed7345();
+ o.jobResults = buildUnnamed7399();
}
buildCounterBatchDeleteJobsResponse--;
return o;
@@ -220,7 +220,7 @@
void checkBatchDeleteJobsResponse(api.BatchDeleteJobsResponse o) {
buildCounterBatchDeleteJobsResponse++;
if (buildCounterBatchDeleteJobsResponse < 3) {
- checkUnnamed7345(o.jobResults!);
+ checkUnnamed7399(o.jobResults!);
}
buildCounterBatchDeleteJobsResponse--;
}
@@ -282,14 +282,14 @@
buildCounterBatchOperationMetadata--;
}
-core.List<api.Job> buildUnnamed7346() {
+core.List<api.Job> buildUnnamed7400() {
var o = <api.Job>[];
o.add(buildJob());
o.add(buildJob());
return o;
}
-void checkUnnamed7346(core.List<api.Job> o) {
+void checkUnnamed7400(core.List<api.Job> o) {
unittest.expect(o, unittest.hasLength(2));
checkJob(o[0] as api.Job);
checkJob(o[1] as api.Job);
@@ -300,7 +300,7 @@
var o = api.BatchUpdateJobsRequest();
buildCounterBatchUpdateJobsRequest++;
if (buildCounterBatchUpdateJobsRequest < 3) {
- o.jobs = buildUnnamed7346();
+ o.jobs = buildUnnamed7400();
o.updateMask = 'foo';
}
buildCounterBatchUpdateJobsRequest--;
@@ -310,7 +310,7 @@
void checkBatchUpdateJobsRequest(api.BatchUpdateJobsRequest o) {
buildCounterBatchUpdateJobsRequest++;
if (buildCounterBatchUpdateJobsRequest < 3) {
- checkUnnamed7346(o.jobs!);
+ checkUnnamed7400(o.jobs!);
unittest.expect(
o.updateMask!,
unittest.equals('foo'),
@@ -319,14 +319,14 @@
buildCounterBatchUpdateJobsRequest--;
}
-core.List<api.JobResult> buildUnnamed7347() {
+core.List<api.JobResult> buildUnnamed7401() {
var o = <api.JobResult>[];
o.add(buildJobResult());
o.add(buildJobResult());
return o;
}
-void checkUnnamed7347(core.List<api.JobResult> o) {
+void checkUnnamed7401(core.List<api.JobResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkJobResult(o[0] as api.JobResult);
checkJobResult(o[1] as api.JobResult);
@@ -337,7 +337,7 @@
var o = api.BatchUpdateJobsResponse();
buildCounterBatchUpdateJobsResponse++;
if (buildCounterBatchUpdateJobsResponse < 3) {
- o.jobResults = buildUnnamed7347();
+ o.jobResults = buildUnnamed7401();
}
buildCounterBatchUpdateJobsResponse--;
return o;
@@ -346,7 +346,7 @@
void checkBatchUpdateJobsResponse(api.BatchUpdateJobsResponse o) {
buildCounterBatchUpdateJobsResponse++;
if (buildCounterBatchUpdateJobsResponse < 3) {
- checkUnnamed7347(o.jobResults!);
+ checkUnnamed7401(o.jobResults!);
}
buildCounterBatchUpdateJobsResponse--;
}
@@ -452,14 +452,14 @@
buildCounterCommuteInfo--;
}
-core.List<core.String> buildUnnamed7348() {
+core.List<core.String> buildUnnamed7402() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7348(core.List<core.String> o) {
+void checkUnnamed7402(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -484,7 +484,7 @@
o.headquartersAddress = 'foo';
o.hiringAgency = true;
o.imageUri = 'foo';
- o.keywordSearchableJobCustomAttributes = buildUnnamed7348();
+ o.keywordSearchableJobCustomAttributes = buildUnnamed7402();
o.name = 'foo';
o.size = 'foo';
o.suspended = true;
@@ -523,7 +523,7 @@
o.imageUri!,
unittest.equals('foo'),
);
- checkUnnamed7348(o.keywordSearchableJobCustomAttributes!);
+ checkUnnamed7402(o.keywordSearchableJobCustomAttributes!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -601,14 +601,14 @@
buildCounterCompensationEntry--;
}
-core.List<core.String> buildUnnamed7349() {
+core.List<core.String> buildUnnamed7403() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7349(core.List<core.String> o) {
+void checkUnnamed7403(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -628,7 +628,7 @@
o.includeJobsWithUnspecifiedCompensationRange = true;
o.range = buildCompensationRange();
o.type = 'foo';
- o.units = buildUnnamed7349();
+ o.units = buildUnnamed7403();
}
buildCounterCompensationFilter--;
return o;
@@ -644,19 +644,19 @@
o.type!,
unittest.equals('foo'),
);
- checkUnnamed7349(o.units!);
+ checkUnnamed7403(o.units!);
}
buildCounterCompensationFilter--;
}
-core.List<api.CompensationEntry> buildUnnamed7350() {
+core.List<api.CompensationEntry> buildUnnamed7404() {
var o = <api.CompensationEntry>[];
o.add(buildCompensationEntry());
o.add(buildCompensationEntry());
return o;
}
-void checkUnnamed7350(core.List<api.CompensationEntry> o) {
+void checkUnnamed7404(core.List<api.CompensationEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompensationEntry(o[0] as api.CompensationEntry);
checkCompensationEntry(o[1] as api.CompensationEntry);
@@ -669,7 +669,7 @@
if (buildCounterCompensationInfo < 3) {
o.annualizedBaseCompensationRange = buildCompensationRange();
o.annualizedTotalCompensationRange = buildCompensationRange();
- o.entries = buildUnnamed7350();
+ o.entries = buildUnnamed7404();
}
buildCounterCompensationInfo--;
return o;
@@ -682,7 +682,7 @@
o.annualizedBaseCompensationRange! as api.CompensationRange);
checkCompensationRange(
o.annualizedTotalCompensationRange! as api.CompensationRange);
- checkUnnamed7350(o.entries!);
+ checkUnnamed7404(o.entries!);
}
buildCounterCompensationInfo--;
}
@@ -708,14 +708,14 @@
buildCounterCompensationRange--;
}
-core.List<api.CompletionResult> buildUnnamed7351() {
+core.List<api.CompletionResult> buildUnnamed7405() {
var o = <api.CompletionResult>[];
o.add(buildCompletionResult());
o.add(buildCompletionResult());
return o;
}
-void checkUnnamed7351(core.List<api.CompletionResult> o) {
+void checkUnnamed7405(core.List<api.CompletionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompletionResult(o[0] as api.CompletionResult);
checkCompletionResult(o[1] as api.CompletionResult);
@@ -726,7 +726,7 @@
var o = api.CompleteQueryResponse();
buildCounterCompleteQueryResponse++;
if (buildCounterCompleteQueryResponse < 3) {
- o.completionResults = buildUnnamed7351();
+ o.completionResults = buildUnnamed7405();
o.metadata = buildResponseMetadata();
}
buildCounterCompleteQueryResponse--;
@@ -736,7 +736,7 @@
void checkCompleteQueryResponse(api.CompleteQueryResponse o) {
buildCounterCompleteQueryResponse++;
if (buildCounterCompleteQueryResponse < 3) {
- checkUnnamed7351(o.completionResults!);
+ checkUnnamed7405(o.completionResults!);
checkResponseMetadata(o.metadata! as api.ResponseMetadata);
}
buildCounterCompleteQueryResponse--;
@@ -774,14 +774,14 @@
buildCounterCompletionResult--;
}
-core.List<core.String> buildUnnamed7352() {
+core.List<core.String> buildUnnamed7406() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7352(core.List<core.String> o) {
+void checkUnnamed7406(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -793,14 +793,14 @@
);
}
-core.List<core.String> buildUnnamed7353() {
+core.List<core.String> buildUnnamed7407() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7353(core.List<core.String> o) {
+void checkUnnamed7407(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -819,8 +819,8 @@
if (buildCounterCustomAttribute < 3) {
o.filterable = true;
o.keywordSearchable = true;
- o.longValues = buildUnnamed7352();
- o.stringValues = buildUnnamed7353();
+ o.longValues = buildUnnamed7406();
+ o.stringValues = buildUnnamed7407();
}
buildCounterCustomAttribute--;
return o;
@@ -831,8 +831,8 @@
if (buildCounterCustomAttribute < 3) {
unittest.expect(o.filterable!, unittest.isTrue);
unittest.expect(o.keywordSearchable!, unittest.isTrue);
- checkUnnamed7352(o.longValues!);
- checkUnnamed7353(o.stringValues!);
+ checkUnnamed7406(o.longValues!);
+ checkUnnamed7407(o.stringValues!);
}
buildCounterCustomAttribute--;
}
@@ -928,14 +928,14 @@
buildCounterHistogramQuery--;
}
-core.Map<core.String, core.String> buildUnnamed7354() {
+core.Map<core.String, core.String> buildUnnamed7408() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7354(core.Map<core.String, core.String> o) {
+void checkUnnamed7408(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -952,7 +952,7 @@
var o = api.HistogramQueryResult();
buildCounterHistogramQueryResult++;
if (buildCounterHistogramQueryResult < 3) {
- o.histogram = buildUnnamed7354();
+ o.histogram = buildUnnamed7408();
o.histogramQuery = 'foo';
}
buildCounterHistogramQueryResult--;
@@ -962,7 +962,7 @@
void checkHistogramQueryResult(api.HistogramQueryResult o) {
buildCounterHistogramQueryResult++;
if (buildCounterHistogramQueryResult < 3) {
- checkUnnamed7354(o.histogram!);
+ checkUnnamed7408(o.histogram!);
unittest.expect(
o.histogramQuery!,
unittest.equals('foo'),
@@ -971,14 +971,14 @@
buildCounterHistogramQueryResult--;
}
-core.List<core.String> buildUnnamed7355() {
+core.List<core.String> buildUnnamed7409() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7355(core.List<core.String> o) {
+void checkUnnamed7409(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -990,27 +990,27 @@
);
}
-core.Map<core.String, api.CustomAttribute> buildUnnamed7356() {
+core.Map<core.String, api.CustomAttribute> buildUnnamed7410() {
var o = <core.String, api.CustomAttribute>{};
o['x'] = buildCustomAttribute();
o['y'] = buildCustomAttribute();
return o;
}
-void checkUnnamed7356(core.Map<core.String, api.CustomAttribute> o) {
+void checkUnnamed7410(core.Map<core.String, api.CustomAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomAttribute(o['x']! as api.CustomAttribute);
checkCustomAttribute(o['y']! as api.CustomAttribute);
}
-core.List<core.String> buildUnnamed7357() {
+core.List<core.String> buildUnnamed7411() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7357(core.List<core.String> o) {
+void checkUnnamed7411(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1022,14 +1022,14 @@
);
}
-core.List<core.String> buildUnnamed7358() {
+core.List<core.String> buildUnnamed7412() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7358(core.List<core.String> o) {
+void checkUnnamed7412(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1041,14 +1041,14 @@
);
}
-core.List<core.String> buildUnnamed7359() {
+core.List<core.String> buildUnnamed7413() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7359(core.List<core.String> o) {
+void checkUnnamed7413(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1065,19 +1065,19 @@
var o = api.Job();
buildCounterJob++;
if (buildCounterJob < 3) {
- o.addresses = buildUnnamed7355();
+ o.addresses = buildUnnamed7409();
o.applicationInfo = buildApplicationInfo();
o.company = 'foo';
o.companyDisplayName = 'foo';
o.compensationInfo = buildCompensationInfo();
- o.customAttributes = buildUnnamed7356();
- o.degreeTypes = buildUnnamed7357();
+ o.customAttributes = buildUnnamed7410();
+ o.degreeTypes = buildUnnamed7411();
o.department = 'foo';
o.derivedInfo = buildJobDerivedInfo();
o.description = 'foo';
- o.employmentTypes = buildUnnamed7358();
+ o.employmentTypes = buildUnnamed7412();
o.incentives = 'foo';
- o.jobBenefits = buildUnnamed7359();
+ o.jobBenefits = buildUnnamed7413();
o.jobEndTime = 'foo';
o.jobLevel = 'foo';
o.jobStartTime = 'foo';
@@ -1103,7 +1103,7 @@
void checkJob(api.Job o) {
buildCounterJob++;
if (buildCounterJob < 3) {
- checkUnnamed7355(o.addresses!);
+ checkUnnamed7409(o.addresses!);
checkApplicationInfo(o.applicationInfo! as api.ApplicationInfo);
unittest.expect(
o.company!,
@@ -1114,8 +1114,8 @@
unittest.equals('foo'),
);
checkCompensationInfo(o.compensationInfo! as api.CompensationInfo);
- checkUnnamed7356(o.customAttributes!);
- checkUnnamed7357(o.degreeTypes!);
+ checkUnnamed7410(o.customAttributes!);
+ checkUnnamed7411(o.degreeTypes!);
unittest.expect(
o.department!,
unittest.equals('foo'),
@@ -1125,12 +1125,12 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed7358(o.employmentTypes!);
+ checkUnnamed7412(o.employmentTypes!);
unittest.expect(
o.incentives!,
unittest.equals('foo'),
);
- checkUnnamed7359(o.jobBenefits!);
+ checkUnnamed7413(o.jobBenefits!);
unittest.expect(
o.jobEndTime!,
unittest.equals('foo'),
@@ -1200,14 +1200,14 @@
buildCounterJob--;
}
-core.List<core.String> buildUnnamed7360() {
+core.List<core.String> buildUnnamed7414() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7360(core.List<core.String> o) {
+void checkUnnamed7414(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1219,14 +1219,14 @@
);
}
-core.List<api.Location> buildUnnamed7361() {
+core.List<api.Location> buildUnnamed7415() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed7361(core.List<api.Location> o) {
+void checkUnnamed7415(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1237,8 +1237,8 @@
var o = api.JobDerivedInfo();
buildCounterJobDerivedInfo++;
if (buildCounterJobDerivedInfo < 3) {
- o.jobCategories = buildUnnamed7360();
- o.locations = buildUnnamed7361();
+ o.jobCategories = buildUnnamed7414();
+ o.locations = buildUnnamed7415();
}
buildCounterJobDerivedInfo--;
return o;
@@ -1247,20 +1247,20 @@
void checkJobDerivedInfo(api.JobDerivedInfo o) {
buildCounterJobDerivedInfo++;
if (buildCounterJobDerivedInfo < 3) {
- checkUnnamed7360(o.jobCategories!);
- checkUnnamed7361(o.locations!);
+ checkUnnamed7414(o.jobCategories!);
+ checkUnnamed7415(o.locations!);
}
buildCounterJobDerivedInfo--;
}
-core.List<core.String> buildUnnamed7362() {
+core.List<core.String> buildUnnamed7416() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7362(core.List<core.String> o) {
+void checkUnnamed7416(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1277,7 +1277,7 @@
var o = api.JobEvent();
buildCounterJobEvent++;
if (buildCounterJobEvent < 3) {
- o.jobs = buildUnnamed7362();
+ o.jobs = buildUnnamed7416();
o.type = 'foo';
}
buildCounterJobEvent--;
@@ -1287,7 +1287,7 @@
void checkJobEvent(api.JobEvent o) {
buildCounterJobEvent++;
if (buildCounterJobEvent < 3) {
- checkUnnamed7362(o.jobs!);
+ checkUnnamed7416(o.jobs!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -1296,14 +1296,14 @@
buildCounterJobEvent--;
}
-core.List<core.String> buildUnnamed7363() {
+core.List<core.String> buildUnnamed7417() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7363(core.List<core.String> o) {
+void checkUnnamed7417(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1315,14 +1315,14 @@
);
}
-core.List<core.String> buildUnnamed7364() {
+core.List<core.String> buildUnnamed7418() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7364(core.List<core.String> o) {
+void checkUnnamed7418(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1334,14 +1334,14 @@
);
}
-core.List<core.String> buildUnnamed7365() {
+core.List<core.String> buildUnnamed7419() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7365(core.List<core.String> o) {
+void checkUnnamed7419(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1353,14 +1353,14 @@
);
}
-core.List<core.String> buildUnnamed7366() {
+core.List<core.String> buildUnnamed7420() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7366(core.List<core.String> o) {
+void checkUnnamed7420(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1372,14 +1372,14 @@
);
}
-core.List<core.String> buildUnnamed7367() {
+core.List<core.String> buildUnnamed7421() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7367(core.List<core.String> o) {
+void checkUnnamed7421(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1391,14 +1391,14 @@
);
}
-core.List<core.String> buildUnnamed7368() {
+core.List<core.String> buildUnnamed7422() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7368(core.List<core.String> o) {
+void checkUnnamed7422(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1410,14 +1410,14 @@
);
}
-core.List<api.LocationFilter> buildUnnamed7369() {
+core.List<api.LocationFilter> buildUnnamed7423() {
var o = <api.LocationFilter>[];
o.add(buildLocationFilter());
o.add(buildLocationFilter());
return o;
}
-void checkUnnamed7369(core.List<api.LocationFilter> o) {
+void checkUnnamed7423(core.List<api.LocationFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocationFilter(o[0] as api.LocationFilter);
checkLocationFilter(o[1] as api.LocationFilter);
@@ -1429,16 +1429,16 @@
buildCounterJobQuery++;
if (buildCounterJobQuery < 3) {
o.commuteFilter = buildCommuteFilter();
- o.companies = buildUnnamed7363();
- o.companyDisplayNames = buildUnnamed7364();
+ o.companies = buildUnnamed7417();
+ o.companyDisplayNames = buildUnnamed7418();
o.compensationFilter = buildCompensationFilter();
o.customAttributeFilter = 'foo';
o.disableSpellCheck = true;
- o.employmentTypes = buildUnnamed7365();
- o.excludedJobs = buildUnnamed7366();
- o.jobCategories = buildUnnamed7367();
- o.languageCodes = buildUnnamed7368();
- o.locationFilters = buildUnnamed7369();
+ o.employmentTypes = buildUnnamed7419();
+ o.excludedJobs = buildUnnamed7420();
+ o.jobCategories = buildUnnamed7421();
+ o.languageCodes = buildUnnamed7422();
+ o.locationFilters = buildUnnamed7423();
o.publishTimeRange = buildTimestampRange();
o.query = 'foo';
o.queryLanguageCode = 'foo';
@@ -1451,19 +1451,19 @@
buildCounterJobQuery++;
if (buildCounterJobQuery < 3) {
checkCommuteFilter(o.commuteFilter! as api.CommuteFilter);
- checkUnnamed7363(o.companies!);
- checkUnnamed7364(o.companyDisplayNames!);
+ checkUnnamed7417(o.companies!);
+ checkUnnamed7418(o.companyDisplayNames!);
checkCompensationFilter(o.compensationFilter! as api.CompensationFilter);
unittest.expect(
o.customAttributeFilter!,
unittest.equals('foo'),
);
unittest.expect(o.disableSpellCheck!, unittest.isTrue);
- checkUnnamed7365(o.employmentTypes!);
- checkUnnamed7366(o.excludedJobs!);
- checkUnnamed7367(o.jobCategories!);
- checkUnnamed7368(o.languageCodes!);
- checkUnnamed7369(o.locationFilters!);
+ checkUnnamed7419(o.employmentTypes!);
+ checkUnnamed7420(o.excludedJobs!);
+ checkUnnamed7421(o.jobCategories!);
+ checkUnnamed7422(o.languageCodes!);
+ checkUnnamed7423(o.locationFilters!);
checkTimestampRange(o.publishTimeRange! as api.TimestampRange);
unittest.expect(
o.query!,
@@ -1525,14 +1525,14 @@
buildCounterLatLng--;
}
-core.List<api.Company> buildUnnamed7370() {
+core.List<api.Company> buildUnnamed7424() {
var o = <api.Company>[];
o.add(buildCompany());
o.add(buildCompany());
return o;
}
-void checkUnnamed7370(core.List<api.Company> o) {
+void checkUnnamed7424(core.List<api.Company> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompany(o[0] as api.Company);
checkCompany(o[1] as api.Company);
@@ -1543,7 +1543,7 @@
var o = api.ListCompaniesResponse();
buildCounterListCompaniesResponse++;
if (buildCounterListCompaniesResponse < 3) {
- o.companies = buildUnnamed7370();
+ o.companies = buildUnnamed7424();
o.metadata = buildResponseMetadata();
o.nextPageToken = 'foo';
}
@@ -1554,7 +1554,7 @@
void checkListCompaniesResponse(api.ListCompaniesResponse o) {
buildCounterListCompaniesResponse++;
if (buildCounterListCompaniesResponse < 3) {
- checkUnnamed7370(o.companies!);
+ checkUnnamed7424(o.companies!);
checkResponseMetadata(o.metadata! as api.ResponseMetadata);
unittest.expect(
o.nextPageToken!,
@@ -1564,14 +1564,14 @@
buildCounterListCompaniesResponse--;
}
-core.List<api.Job> buildUnnamed7371() {
+core.List<api.Job> buildUnnamed7425() {
var o = <api.Job>[];
o.add(buildJob());
o.add(buildJob());
return o;
}
-void checkUnnamed7371(core.List<api.Job> o) {
+void checkUnnamed7425(core.List<api.Job> o) {
unittest.expect(o, unittest.hasLength(2));
checkJob(o[0] as api.Job);
checkJob(o[1] as api.Job);
@@ -1582,7 +1582,7 @@
var o = api.ListJobsResponse();
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- o.jobs = buildUnnamed7371();
+ o.jobs = buildUnnamed7425();
o.metadata = buildResponseMetadata();
o.nextPageToken = 'foo';
}
@@ -1593,7 +1593,7 @@
void checkListJobsResponse(api.ListJobsResponse o) {
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- checkUnnamed7371(o.jobs!);
+ checkUnnamed7425(o.jobs!);
checkResponseMetadata(o.metadata! as api.ResponseMetadata);
unittest.expect(
o.nextPageToken!,
@@ -1603,14 +1603,14 @@
buildCounterListJobsResponse--;
}
-core.List<api.Tenant> buildUnnamed7372() {
+core.List<api.Tenant> buildUnnamed7426() {
var o = <api.Tenant>[];
o.add(buildTenant());
o.add(buildTenant());
return o;
}
-void checkUnnamed7372(core.List<api.Tenant> o) {
+void checkUnnamed7426(core.List<api.Tenant> o) {
unittest.expect(o, unittest.hasLength(2));
checkTenant(o[0] as api.Tenant);
checkTenant(o[1] as api.Tenant);
@@ -1623,7 +1623,7 @@
if (buildCounterListTenantsResponse < 3) {
o.metadata = buildResponseMetadata();
o.nextPageToken = 'foo';
- o.tenants = buildUnnamed7372();
+ o.tenants = buildUnnamed7426();
}
buildCounterListTenantsResponse--;
return o;
@@ -1637,7 +1637,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7372(o.tenants!);
+ checkUnnamed7426(o.tenants!);
}
buildCounterListTenantsResponse--;
}
@@ -1748,14 +1748,14 @@
buildCounterMatchingJob--;
}
-core.Map<core.String, api.NamespacedDebugInput> buildUnnamed7373() {
+core.Map<core.String, api.NamespacedDebugInput> buildUnnamed7427() {
var o = <core.String, api.NamespacedDebugInput>{};
o['x'] = buildNamespacedDebugInput();
o['y'] = buildNamespacedDebugInput();
return o;
}
-void checkUnnamed7373(core.Map<core.String, api.NamespacedDebugInput> o) {
+void checkUnnamed7427(core.Map<core.String, api.NamespacedDebugInput> o) {
unittest.expect(o, unittest.hasLength(2));
checkNamespacedDebugInput(o['x']! as api.NamespacedDebugInput);
checkNamespacedDebugInput(o['y']! as api.NamespacedDebugInput);
@@ -1766,7 +1766,7 @@
var o = api.MendelDebugInput();
buildCounterMendelDebugInput++;
if (buildCounterMendelDebugInput < 3) {
- o.namespacedDebugInput = buildUnnamed7373();
+ o.namespacedDebugInput = buildUnnamed7427();
}
buildCounterMendelDebugInput--;
return o;
@@ -1775,7 +1775,7 @@
void checkMendelDebugInput(api.MendelDebugInput o) {
buildCounterMendelDebugInput++;
if (buildCounterMendelDebugInput < 3) {
- checkUnnamed7373(o.namespacedDebugInput!);
+ checkUnnamed7427(o.namespacedDebugInput!);
}
buildCounterMendelDebugInput--;
}
@@ -1812,14 +1812,14 @@
buildCounterMoney--;
}
-core.List<core.String> buildUnnamed7374() {
+core.List<core.String> buildUnnamed7428() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7374(core.List<core.String> o) {
+void checkUnnamed7428(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1831,14 +1831,14 @@
);
}
-core.List<core.String> buildUnnamed7375() {
+core.List<core.String> buildUnnamed7429() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7375(core.List<core.String> o) {
+void checkUnnamed7429(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1850,14 +1850,14 @@
);
}
-core.List<core.int> buildUnnamed7376() {
+core.List<core.int> buildUnnamed7430() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed7376(core.List<core.int> o) {
+void checkUnnamed7430(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1869,14 +1869,14 @@
);
}
-core.List<core.String> buildUnnamed7377() {
+core.List<core.String> buildUnnamed7431() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7377(core.List<core.String> o) {
+void checkUnnamed7431(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1888,14 +1888,14 @@
);
}
-core.List<core.String> buildUnnamed7378() {
+core.List<core.String> buildUnnamed7432() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7378(core.List<core.String> o) {
+void checkUnnamed7432(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1907,14 +1907,14 @@
);
}
-core.List<core.int> buildUnnamed7379() {
+core.List<core.int> buildUnnamed7433() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed7379(core.List<core.int> o) {
+void checkUnnamed7433(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1926,14 +1926,14 @@
);
}
-core.List<core.String> buildUnnamed7380() {
+core.List<core.String> buildUnnamed7434() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7380(core.List<core.String> o) {
+void checkUnnamed7434(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1945,14 +1945,14 @@
);
}
-core.List<core.String> buildUnnamed7381() {
+core.List<core.String> buildUnnamed7435() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7381(core.List<core.String> o) {
+void checkUnnamed7435(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1964,14 +1964,14 @@
);
}
-core.List<core.int> buildUnnamed7382() {
+core.List<core.int> buildUnnamed7436() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed7382(core.List<core.int> o) {
+void checkUnnamed7436(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1983,14 +1983,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed7383() {
+core.Map<core.String, core.String> buildUnnamed7437() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7383(core.Map<core.String, core.String> o) {
+void checkUnnamed7437(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2002,14 +2002,14 @@
);
}
-core.Map<core.String, core.bool> buildUnnamed7384() {
+core.Map<core.String, core.bool> buildUnnamed7438() {
var o = <core.String, core.bool>{};
o['x'] = true;
o['y'] = true;
return o;
}
-void checkUnnamed7384(core.Map<core.String, core.bool> o) {
+void checkUnnamed7438(core.Map<core.String, core.bool> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o['x']!, unittest.isTrue);
unittest.expect(o['y']!, unittest.isTrue);
@@ -2020,20 +2020,20 @@
var o = api.NamespacedDebugInput();
buildCounterNamespacedDebugInput++;
if (buildCounterNamespacedDebugInput < 3) {
- o.absolutelyForcedExpNames = buildUnnamed7374();
- o.absolutelyForcedExpTags = buildUnnamed7375();
- o.absolutelyForcedExps = buildUnnamed7376();
- o.conditionallyForcedExpNames = buildUnnamed7377();
- o.conditionallyForcedExpTags = buildUnnamed7378();
- o.conditionallyForcedExps = buildUnnamed7379();
+ o.absolutelyForcedExpNames = buildUnnamed7428();
+ o.absolutelyForcedExpTags = buildUnnamed7429();
+ o.absolutelyForcedExps = buildUnnamed7430();
+ o.conditionallyForcedExpNames = buildUnnamed7431();
+ o.conditionallyForcedExpTags = buildUnnamed7432();
+ o.conditionallyForcedExps = buildUnnamed7433();
o.disableAutomaticEnrollmentSelection = true;
- o.disableExpNames = buildUnnamed7380();
- o.disableExpTags = buildUnnamed7381();
- o.disableExps = buildUnnamed7382();
+ o.disableExpNames = buildUnnamed7434();
+ o.disableExpTags = buildUnnamed7435();
+ o.disableExps = buildUnnamed7436();
o.disableManualEnrollmentSelection = true;
o.disableOrganicSelection = true;
- o.forcedFlags = buildUnnamed7383();
- o.forcedRollouts = buildUnnamed7384();
+ o.forcedFlags = buildUnnamed7437();
+ o.forcedRollouts = buildUnnamed7438();
}
buildCounterNamespacedDebugInput--;
return o;
@@ -2042,25 +2042,25 @@
void checkNamespacedDebugInput(api.NamespacedDebugInput o) {
buildCounterNamespacedDebugInput++;
if (buildCounterNamespacedDebugInput < 3) {
- checkUnnamed7374(o.absolutelyForcedExpNames!);
- checkUnnamed7375(o.absolutelyForcedExpTags!);
- checkUnnamed7376(o.absolutelyForcedExps!);
- checkUnnamed7377(o.conditionallyForcedExpNames!);
- checkUnnamed7378(o.conditionallyForcedExpTags!);
- checkUnnamed7379(o.conditionallyForcedExps!);
+ checkUnnamed7428(o.absolutelyForcedExpNames!);
+ checkUnnamed7429(o.absolutelyForcedExpTags!);
+ checkUnnamed7430(o.absolutelyForcedExps!);
+ checkUnnamed7431(o.conditionallyForcedExpNames!);
+ checkUnnamed7432(o.conditionallyForcedExpTags!);
+ checkUnnamed7433(o.conditionallyForcedExps!);
unittest.expect(o.disableAutomaticEnrollmentSelection!, unittest.isTrue);
- checkUnnamed7380(o.disableExpNames!);
- checkUnnamed7381(o.disableExpTags!);
- checkUnnamed7382(o.disableExps!);
+ checkUnnamed7434(o.disableExpNames!);
+ checkUnnamed7435(o.disableExpTags!);
+ checkUnnamed7436(o.disableExps!);
unittest.expect(o.disableManualEnrollmentSelection!, unittest.isTrue);
unittest.expect(o.disableOrganicSelection!, unittest.isTrue);
- checkUnnamed7383(o.forcedFlags!);
- checkUnnamed7384(o.forcedRollouts!);
+ checkUnnamed7437(o.forcedFlags!);
+ checkUnnamed7438(o.forcedRollouts!);
}
buildCounterNamespacedDebugInput--;
}
-core.Map<core.String, core.Object> buildUnnamed7385() {
+core.Map<core.String, core.Object> buildUnnamed7439() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2075,7 +2075,7 @@
return o;
}
-void checkUnnamed7385(core.Map<core.String, core.Object> o) {
+void checkUnnamed7439(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2107,7 +2107,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7386() {
+core.Map<core.String, core.Object> buildUnnamed7440() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2122,7 +2122,7 @@
return o;
}
-void checkUnnamed7386(core.Map<core.String, core.Object> o) {
+void checkUnnamed7440(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -2161,9 +2161,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed7385();
+ o.metadata = buildUnnamed7439();
o.name = 'foo';
- o.response = buildUnnamed7386();
+ o.response = buildUnnamed7440();
}
buildCounterOperation--;
return o;
@@ -2174,24 +2174,24 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed7385(o.metadata!);
+ checkUnnamed7439(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7386(o.response!);
+ checkUnnamed7440(o.response!);
}
buildCounterOperation--;
}
-core.List<core.String> buildUnnamed7387() {
+core.List<core.String> buildUnnamed7441() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7387(core.List<core.String> o) {
+void checkUnnamed7441(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2203,14 +2203,14 @@
);
}
-core.List<core.String> buildUnnamed7388() {
+core.List<core.String> buildUnnamed7442() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7388(core.List<core.String> o) {
+void checkUnnamed7442(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2227,13 +2227,13 @@
var o = api.PostalAddress();
buildCounterPostalAddress++;
if (buildCounterPostalAddress < 3) {
- o.addressLines = buildUnnamed7387();
+ o.addressLines = buildUnnamed7441();
o.administrativeArea = 'foo';
o.languageCode = 'foo';
o.locality = 'foo';
o.organization = 'foo';
o.postalCode = 'foo';
- o.recipients = buildUnnamed7388();
+ o.recipients = buildUnnamed7442();
o.regionCode = 'foo';
o.revision = 42;
o.sortingCode = 'foo';
@@ -2246,7 +2246,7 @@
void checkPostalAddress(api.PostalAddress o) {
buildCounterPostalAddress++;
if (buildCounterPostalAddress < 3) {
- checkUnnamed7387(o.addressLines!);
+ checkUnnamed7441(o.addressLines!);
unittest.expect(
o.administrativeArea!,
unittest.equals('foo'),
@@ -2267,7 +2267,7 @@
o.postalCode!,
unittest.equals('foo'),
);
- checkUnnamed7388(o.recipients!);
+ checkUnnamed7442(o.recipients!);
unittest.expect(
o.regionCode!,
unittest.equals('foo'),
@@ -2370,14 +2370,14 @@
buildCounterResponseMetadata--;
}
-core.List<api.HistogramQuery> buildUnnamed7389() {
+core.List<api.HistogramQuery> buildUnnamed7443() {
var o = <api.HistogramQuery>[];
o.add(buildHistogramQuery());
o.add(buildHistogramQuery());
return o;
}
-void checkUnnamed7389(core.List<api.HistogramQuery> o) {
+void checkUnnamed7443(core.List<api.HistogramQuery> o) {
unittest.expect(o, unittest.hasLength(2));
checkHistogramQuery(o[0] as api.HistogramQuery);
checkHistogramQuery(o[1] as api.HistogramQuery);
@@ -2392,7 +2392,7 @@
o.disableKeywordMatch = true;
o.diversificationLevel = 'foo';
o.enableBroadening = true;
- o.histogramQueries = buildUnnamed7389();
+ o.histogramQueries = buildUnnamed7443();
o.jobQuery = buildJobQuery();
o.jobView = 'foo';
o.maxPageSize = 42;
@@ -2416,7 +2416,7 @@
unittest.equals('foo'),
);
unittest.expect(o.enableBroadening!, unittest.isTrue);
- checkUnnamed7389(o.histogramQueries!);
+ checkUnnamed7443(o.histogramQueries!);
checkJobQuery(o.jobQuery! as api.JobQuery);
unittest.expect(
o.jobView!,
@@ -2447,40 +2447,40 @@
buildCounterSearchJobsRequest--;
}
-core.List<api.HistogramQueryResult> buildUnnamed7390() {
+core.List<api.HistogramQueryResult> buildUnnamed7444() {
var o = <api.HistogramQueryResult>[];
o.add(buildHistogramQueryResult());
o.add(buildHistogramQueryResult());
return o;
}
-void checkUnnamed7390(core.List<api.HistogramQueryResult> o) {
+void checkUnnamed7444(core.List<api.HistogramQueryResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkHistogramQueryResult(o[0] as api.HistogramQueryResult);
checkHistogramQueryResult(o[1] as api.HistogramQueryResult);
}
-core.List<api.Location> buildUnnamed7391() {
+core.List<api.Location> buildUnnamed7445() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed7391(core.List<api.Location> o) {
+void checkUnnamed7445(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
}
-core.List<api.MatchingJob> buildUnnamed7392() {
+core.List<api.MatchingJob> buildUnnamed7446() {
var o = <api.MatchingJob>[];
o.add(buildMatchingJob());
o.add(buildMatchingJob());
return o;
}
-void checkUnnamed7392(core.List<api.MatchingJob> o) {
+void checkUnnamed7446(core.List<api.MatchingJob> o) {
unittest.expect(o, unittest.hasLength(2));
checkMatchingJob(o[0] as api.MatchingJob);
checkMatchingJob(o[1] as api.MatchingJob);
@@ -2492,9 +2492,9 @@
buildCounterSearchJobsResponse++;
if (buildCounterSearchJobsResponse < 3) {
o.broadenedQueryJobsCount = 42;
- o.histogramQueryResults = buildUnnamed7390();
- o.locationFilters = buildUnnamed7391();
- o.matchingJobs = buildUnnamed7392();
+ o.histogramQueryResults = buildUnnamed7444();
+ o.locationFilters = buildUnnamed7445();
+ o.matchingJobs = buildUnnamed7446();
o.metadata = buildResponseMetadata();
o.nextPageToken = 'foo';
o.spellCorrection = buildSpellingCorrection();
@@ -2511,9 +2511,9 @@
o.broadenedQueryJobsCount!,
unittest.equals(42),
);
- checkUnnamed7390(o.histogramQueryResults!);
- checkUnnamed7391(o.locationFilters!);
- checkUnnamed7392(o.matchingJobs!);
+ checkUnnamed7444(o.histogramQueryResults!);
+ checkUnnamed7445(o.locationFilters!);
+ checkUnnamed7446(o.matchingJobs!);
checkResponseMetadata(o.metadata! as api.ResponseMetadata);
unittest.expect(
o.nextPageToken!,
@@ -2557,7 +2557,7 @@
buildCounterSpellingCorrection--;
}
-core.Map<core.String, core.Object> buildUnnamed7393() {
+core.Map<core.String, core.Object> buildUnnamed7447() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2572,7 +2572,7 @@
return o;
}
-void checkUnnamed7393(core.Map<core.String, core.Object> o) {
+void checkUnnamed7447(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -2604,17 +2604,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7394() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7448() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7393());
- o.add(buildUnnamed7393());
+ o.add(buildUnnamed7447());
+ o.add(buildUnnamed7447());
return o;
}
-void checkUnnamed7394(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7448(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7393(o[0]);
- checkUnnamed7393(o[1]);
+ checkUnnamed7447(o[0]);
+ checkUnnamed7447(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2623,7 +2623,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed7394();
+ o.details = buildUnnamed7448();
o.message = 'foo';
}
buildCounterStatus--;
@@ -2637,7 +2637,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed7394(o.details!);
+ checkUnnamed7448(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2737,14 +2737,14 @@
buildCounterTimestampRange--;
}
-core.List<core.String> buildUnnamed7395() {
+core.List<core.String> buildUnnamed7449() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7395(core.List<core.String> o) {
+void checkUnnamed7449(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3334,7 +3334,7 @@
var res = api.CloudTalentSolutionApi(mock).projects.tenants;
var arg_tenant = 'foo';
var arg_company = 'foo';
- var arg_languageCodes = buildUnnamed7395();
+ var arg_languageCodes = buildUnnamed7449();
var arg_pageSize = 42;
var arg_query = 'foo';
var arg_scope = 'foo';
diff --git a/generated/googleapis/test/keep/v1_test.dart b/generated/googleapis/test/keep/v1_test.dart
index ca21553..8b9977e 100644
--- a/generated/googleapis/test/keep/v1_test.dart
+++ b/generated/googleapis/test/keep/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed2404() {
+core.List<core.String> buildUnnamed2405() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2404(core.List<core.String> o) {
+void checkUnnamed2405(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -51,7 +51,7 @@
var o = api.Attachment();
buildCounterAttachment++;
if (buildCounterAttachment < 3) {
- o.mimeType = buildUnnamed2404();
+ o.mimeType = buildUnnamed2405();
o.name = 'foo';
}
buildCounterAttachment--;
@@ -61,7 +61,7 @@
void checkAttachment(api.Attachment o) {
buildCounterAttachment++;
if (buildCounterAttachment < 3) {
- checkUnnamed2404(o.mimeType!);
+ checkUnnamed2405(o.mimeType!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -70,14 +70,14 @@
buildCounterAttachment--;
}
-core.List<api.CreatePermissionRequest> buildUnnamed2405() {
+core.List<api.CreatePermissionRequest> buildUnnamed2406() {
var o = <api.CreatePermissionRequest>[];
o.add(buildCreatePermissionRequest());
o.add(buildCreatePermissionRequest());
return o;
}
-void checkUnnamed2405(core.List<api.CreatePermissionRequest> o) {
+void checkUnnamed2406(core.List<api.CreatePermissionRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreatePermissionRequest(o[0] as api.CreatePermissionRequest);
checkCreatePermissionRequest(o[1] as api.CreatePermissionRequest);
@@ -88,7 +88,7 @@
var o = api.BatchCreatePermissionsRequest();
buildCounterBatchCreatePermissionsRequest++;
if (buildCounterBatchCreatePermissionsRequest < 3) {
- o.requests = buildUnnamed2405();
+ o.requests = buildUnnamed2406();
}
buildCounterBatchCreatePermissionsRequest--;
return o;
@@ -97,19 +97,19 @@
void checkBatchCreatePermissionsRequest(api.BatchCreatePermissionsRequest o) {
buildCounterBatchCreatePermissionsRequest++;
if (buildCounterBatchCreatePermissionsRequest < 3) {
- checkUnnamed2405(o.requests!);
+ checkUnnamed2406(o.requests!);
}
buildCounterBatchCreatePermissionsRequest--;
}
-core.List<api.Permission> buildUnnamed2406() {
+core.List<api.Permission> buildUnnamed2407() {
var o = <api.Permission>[];
o.add(buildPermission());
o.add(buildPermission());
return o;
}
-void checkUnnamed2406(core.List<api.Permission> o) {
+void checkUnnamed2407(core.List<api.Permission> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermission(o[0] as api.Permission);
checkPermission(o[1] as api.Permission);
@@ -120,7 +120,7 @@
var o = api.BatchCreatePermissionsResponse();
buildCounterBatchCreatePermissionsResponse++;
if (buildCounterBatchCreatePermissionsResponse < 3) {
- o.permissions = buildUnnamed2406();
+ o.permissions = buildUnnamed2407();
}
buildCounterBatchCreatePermissionsResponse--;
return o;
@@ -129,19 +129,19 @@
void checkBatchCreatePermissionsResponse(api.BatchCreatePermissionsResponse o) {
buildCounterBatchCreatePermissionsResponse++;
if (buildCounterBatchCreatePermissionsResponse < 3) {
- checkUnnamed2406(o.permissions!);
+ checkUnnamed2407(o.permissions!);
}
buildCounterBatchCreatePermissionsResponse--;
}
-core.List<core.String> buildUnnamed2407() {
+core.List<core.String> buildUnnamed2408() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2407(core.List<core.String> o) {
+void checkUnnamed2408(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -158,7 +158,7 @@
var o = api.BatchDeletePermissionsRequest();
buildCounterBatchDeletePermissionsRequest++;
if (buildCounterBatchDeletePermissionsRequest < 3) {
- o.names = buildUnnamed2407();
+ o.names = buildUnnamed2408();
}
buildCounterBatchDeletePermissionsRequest--;
return o;
@@ -167,7 +167,7 @@
void checkBatchDeletePermissionsRequest(api.BatchDeletePermissionsRequest o) {
buildCounterBatchDeletePermissionsRequest++;
if (buildCounterBatchDeletePermissionsRequest < 3) {
- checkUnnamed2407(o.names!);
+ checkUnnamed2408(o.names!);
}
buildCounterBatchDeletePermissionsRequest--;
}
@@ -248,38 +248,6 @@
buildCounterGroup--;
}
-core.List<api.ListItem> buildUnnamed2408() {
- var o = <api.ListItem>[];
- o.add(buildListItem());
- o.add(buildListItem());
- return o;
-}
-
-void checkUnnamed2408(core.List<api.ListItem> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkListItem(o[0] as api.ListItem);
- checkListItem(o[1] as api.ListItem);
-}
-
-core.int buildCounterListContent = 0;
-api.ListContent buildListContent() {
- var o = api.ListContent();
- buildCounterListContent++;
- if (buildCounterListContent < 3) {
- o.listItems = buildUnnamed2408();
- }
- buildCounterListContent--;
- return o;
-}
-
-void checkListContent(api.ListContent o) {
- buildCounterListContent++;
- if (buildCounterListContent < 3) {
- checkUnnamed2408(o.listItems!);
- }
- buildCounterListContent--;
-}
-
core.List<api.ListItem> buildUnnamed2409() {
var o = <api.ListItem>[];
o.add(buildListItem());
@@ -293,13 +261,45 @@
checkListItem(o[1] as api.ListItem);
}
+core.int buildCounterListContent = 0;
+api.ListContent buildListContent() {
+ var o = api.ListContent();
+ buildCounterListContent++;
+ if (buildCounterListContent < 3) {
+ o.listItems = buildUnnamed2409();
+ }
+ buildCounterListContent--;
+ return o;
+}
+
+void checkListContent(api.ListContent o) {
+ buildCounterListContent++;
+ if (buildCounterListContent < 3) {
+ checkUnnamed2409(o.listItems!);
+ }
+ buildCounterListContent--;
+}
+
+core.List<api.ListItem> buildUnnamed2410() {
+ var o = <api.ListItem>[];
+ o.add(buildListItem());
+ o.add(buildListItem());
+ return o;
+}
+
+void checkUnnamed2410(core.List<api.ListItem> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkListItem(o[0] as api.ListItem);
+ checkListItem(o[1] as api.ListItem);
+}
+
core.int buildCounterListItem = 0;
api.ListItem buildListItem() {
var o = api.ListItem();
buildCounterListItem++;
if (buildCounterListItem < 3) {
o.checked = true;
- o.childListItems = buildUnnamed2409();
+ o.childListItems = buildUnnamed2410();
o.text = buildTextContent();
}
buildCounterListItem--;
@@ -310,20 +310,20 @@
buildCounterListItem++;
if (buildCounterListItem < 3) {
unittest.expect(o.checked!, unittest.isTrue);
- checkUnnamed2409(o.childListItems!);
+ checkUnnamed2410(o.childListItems!);
checkTextContent(o.text! as api.TextContent);
}
buildCounterListItem--;
}
-core.List<api.Note> buildUnnamed2410() {
+core.List<api.Note> buildUnnamed2411() {
var o = <api.Note>[];
o.add(buildNote());
o.add(buildNote());
return o;
}
-void checkUnnamed2410(core.List<api.Note> o) {
+void checkUnnamed2411(core.List<api.Note> o) {
unittest.expect(o, unittest.hasLength(2));
checkNote(o[0] as api.Note);
checkNote(o[1] as api.Note);
@@ -335,7 +335,7 @@
buildCounterListNotesResponse++;
if (buildCounterListNotesResponse < 3) {
o.nextPageToken = 'foo';
- o.notes = buildUnnamed2410();
+ o.notes = buildUnnamed2411();
}
buildCounterListNotesResponse--;
return o;
@@ -348,32 +348,32 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2410(o.notes!);
+ checkUnnamed2411(o.notes!);
}
buildCounterListNotesResponse--;
}
-core.List<api.Attachment> buildUnnamed2411() {
+core.List<api.Attachment> buildUnnamed2412() {
var o = <api.Attachment>[];
o.add(buildAttachment());
o.add(buildAttachment());
return o;
}
-void checkUnnamed2411(core.List<api.Attachment> o) {
+void checkUnnamed2412(core.List<api.Attachment> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttachment(o[0] as api.Attachment);
checkAttachment(o[1] as api.Attachment);
}
-core.List<api.Permission> buildUnnamed2412() {
+core.List<api.Permission> buildUnnamed2413() {
var o = <api.Permission>[];
o.add(buildPermission());
o.add(buildPermission());
return o;
}
-void checkUnnamed2412(core.List<api.Permission> o) {
+void checkUnnamed2413(core.List<api.Permission> o) {
unittest.expect(o, unittest.hasLength(2));
checkPermission(o[0] as api.Permission);
checkPermission(o[1] as api.Permission);
@@ -384,11 +384,11 @@
var o = api.Note();
buildCounterNote++;
if (buildCounterNote < 3) {
- o.attachments = buildUnnamed2411();
+ o.attachments = buildUnnamed2412();
o.body = buildSection();
o.createTime = 'foo';
o.name = 'foo';
- o.permissions = buildUnnamed2412();
+ o.permissions = buildUnnamed2413();
o.title = 'foo';
o.trashTime = 'foo';
o.trashed = true;
@@ -401,7 +401,7 @@
void checkNote(api.Note o) {
buildCounterNote++;
if (buildCounterNote < 3) {
- checkUnnamed2411(o.attachments!);
+ checkUnnamed2412(o.attachments!);
checkSection(o.body! as api.Section);
unittest.expect(
o.createTime!,
@@ -411,7 +411,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2412(o.permissions!);
+ checkUnnamed2413(o.permissions!);
unittest.expect(
o.title!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/language/v1_test.dart b/generated/googleapis/test/language/v1_test.dart
index 5d19fe3..581ff86 100644
--- a/generated/googleapis/test/language/v1_test.dart
+++ b/generated/googleapis/test/language/v1_test.dart
@@ -51,14 +51,14 @@
buildCounterAnalyzeEntitiesRequest--;
}
-core.List<api.Entity> buildUnnamed3003() {
+core.List<api.Entity> buildUnnamed3011() {
var o = <api.Entity>[];
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-void checkUnnamed3003(core.List<api.Entity> o) {
+void checkUnnamed3011(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0] as api.Entity);
checkEntity(o[1] as api.Entity);
@@ -69,7 +69,7 @@
var o = api.AnalyzeEntitiesResponse();
buildCounterAnalyzeEntitiesResponse++;
if (buildCounterAnalyzeEntitiesResponse < 3) {
- o.entities = buildUnnamed3003();
+ o.entities = buildUnnamed3011();
o.language = 'foo';
}
buildCounterAnalyzeEntitiesResponse--;
@@ -79,7 +79,7 @@
void checkAnalyzeEntitiesResponse(api.AnalyzeEntitiesResponse o) {
buildCounterAnalyzeEntitiesResponse++;
if (buildCounterAnalyzeEntitiesResponse < 3) {
- checkUnnamed3003(o.entities!);
+ checkUnnamed3011(o.entities!);
unittest.expect(
o.language!,
unittest.equals('foo'),
@@ -112,14 +112,14 @@
buildCounterAnalyzeEntitySentimentRequest--;
}
-core.List<api.Entity> buildUnnamed3004() {
+core.List<api.Entity> buildUnnamed3012() {
var o = <api.Entity>[];
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-void checkUnnamed3004(core.List<api.Entity> o) {
+void checkUnnamed3012(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0] as api.Entity);
checkEntity(o[1] as api.Entity);
@@ -130,7 +130,7 @@
var o = api.AnalyzeEntitySentimentResponse();
buildCounterAnalyzeEntitySentimentResponse++;
if (buildCounterAnalyzeEntitySentimentResponse < 3) {
- o.entities = buildUnnamed3004();
+ o.entities = buildUnnamed3012();
o.language = 'foo';
}
buildCounterAnalyzeEntitySentimentResponse--;
@@ -140,7 +140,7 @@
void checkAnalyzeEntitySentimentResponse(api.AnalyzeEntitySentimentResponse o) {
buildCounterAnalyzeEntitySentimentResponse++;
if (buildCounterAnalyzeEntitySentimentResponse < 3) {
- checkUnnamed3004(o.entities!);
+ checkUnnamed3012(o.entities!);
unittest.expect(
o.language!,
unittest.equals('foo'),
@@ -173,14 +173,14 @@
buildCounterAnalyzeSentimentRequest--;
}
-core.List<api.Sentence> buildUnnamed3005() {
+core.List<api.Sentence> buildUnnamed3013() {
var o = <api.Sentence>[];
o.add(buildSentence());
o.add(buildSentence());
return o;
}
-void checkUnnamed3005(core.List<api.Sentence> o) {
+void checkUnnamed3013(core.List<api.Sentence> o) {
unittest.expect(o, unittest.hasLength(2));
checkSentence(o[0] as api.Sentence);
checkSentence(o[1] as api.Sentence);
@@ -193,7 +193,7 @@
if (buildCounterAnalyzeSentimentResponse < 3) {
o.documentSentiment = buildSentiment();
o.language = 'foo';
- o.sentences = buildUnnamed3005();
+ o.sentences = buildUnnamed3013();
}
buildCounterAnalyzeSentimentResponse--;
return o;
@@ -207,7 +207,7 @@
o.language!,
unittest.equals('foo'),
);
- checkUnnamed3005(o.sentences!);
+ checkUnnamed3013(o.sentences!);
}
buildCounterAnalyzeSentimentResponse--;
}
@@ -236,27 +236,27 @@
buildCounterAnalyzeSyntaxRequest--;
}
-core.List<api.Sentence> buildUnnamed3006() {
+core.List<api.Sentence> buildUnnamed3014() {
var o = <api.Sentence>[];
o.add(buildSentence());
o.add(buildSentence());
return o;
}
-void checkUnnamed3006(core.List<api.Sentence> o) {
+void checkUnnamed3014(core.List<api.Sentence> o) {
unittest.expect(o, unittest.hasLength(2));
checkSentence(o[0] as api.Sentence);
checkSentence(o[1] as api.Sentence);
}
-core.List<api.Token> buildUnnamed3007() {
+core.List<api.Token> buildUnnamed3015() {
var o = <api.Token>[];
o.add(buildToken());
o.add(buildToken());
return o;
}
-void checkUnnamed3007(core.List<api.Token> o) {
+void checkUnnamed3015(core.List<api.Token> o) {
unittest.expect(o, unittest.hasLength(2));
checkToken(o[0] as api.Token);
checkToken(o[1] as api.Token);
@@ -268,8 +268,8 @@
buildCounterAnalyzeSyntaxResponse++;
if (buildCounterAnalyzeSyntaxResponse < 3) {
o.language = 'foo';
- o.sentences = buildUnnamed3006();
- o.tokens = buildUnnamed3007();
+ o.sentences = buildUnnamed3014();
+ o.tokens = buildUnnamed3015();
}
buildCounterAnalyzeSyntaxResponse--;
return o;
@@ -282,8 +282,8 @@
o.language!,
unittest.equals('foo'),
);
- checkUnnamed3006(o.sentences!);
- checkUnnamed3007(o.tokens!);
+ checkUnnamed3014(o.sentences!);
+ checkUnnamed3015(o.tokens!);
}
buildCounterAnalyzeSyntaxResponse--;
}
@@ -314,53 +314,53 @@
buildCounterAnnotateTextRequest--;
}
-core.List<api.ClassificationCategory> buildUnnamed3008() {
+core.List<api.ClassificationCategory> buildUnnamed3016() {
var o = <api.ClassificationCategory>[];
o.add(buildClassificationCategory());
o.add(buildClassificationCategory());
return o;
}
-void checkUnnamed3008(core.List<api.ClassificationCategory> o) {
+void checkUnnamed3016(core.List<api.ClassificationCategory> o) {
unittest.expect(o, unittest.hasLength(2));
checkClassificationCategory(o[0] as api.ClassificationCategory);
checkClassificationCategory(o[1] as api.ClassificationCategory);
}
-core.List<api.Entity> buildUnnamed3009() {
+core.List<api.Entity> buildUnnamed3017() {
var o = <api.Entity>[];
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-void checkUnnamed3009(core.List<api.Entity> o) {
+void checkUnnamed3017(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0] as api.Entity);
checkEntity(o[1] as api.Entity);
}
-core.List<api.Sentence> buildUnnamed3010() {
+core.List<api.Sentence> buildUnnamed3018() {
var o = <api.Sentence>[];
o.add(buildSentence());
o.add(buildSentence());
return o;
}
-void checkUnnamed3010(core.List<api.Sentence> o) {
+void checkUnnamed3018(core.List<api.Sentence> o) {
unittest.expect(o, unittest.hasLength(2));
checkSentence(o[0] as api.Sentence);
checkSentence(o[1] as api.Sentence);
}
-core.List<api.Token> buildUnnamed3011() {
+core.List<api.Token> buildUnnamed3019() {
var o = <api.Token>[];
o.add(buildToken());
o.add(buildToken());
return o;
}
-void checkUnnamed3011(core.List<api.Token> o) {
+void checkUnnamed3019(core.List<api.Token> o) {
unittest.expect(o, unittest.hasLength(2));
checkToken(o[0] as api.Token);
checkToken(o[1] as api.Token);
@@ -371,12 +371,12 @@
var o = api.AnnotateTextResponse();
buildCounterAnnotateTextResponse++;
if (buildCounterAnnotateTextResponse < 3) {
- o.categories = buildUnnamed3008();
+ o.categories = buildUnnamed3016();
o.documentSentiment = buildSentiment();
- o.entities = buildUnnamed3009();
+ o.entities = buildUnnamed3017();
o.language = 'foo';
- o.sentences = buildUnnamed3010();
- o.tokens = buildUnnamed3011();
+ o.sentences = buildUnnamed3018();
+ o.tokens = buildUnnamed3019();
}
buildCounterAnnotateTextResponse--;
return o;
@@ -385,15 +385,15 @@
void checkAnnotateTextResponse(api.AnnotateTextResponse o) {
buildCounterAnnotateTextResponse++;
if (buildCounterAnnotateTextResponse < 3) {
- checkUnnamed3008(o.categories!);
+ checkUnnamed3016(o.categories!);
checkSentiment(o.documentSentiment! as api.Sentiment);
- checkUnnamed3009(o.entities!);
+ checkUnnamed3017(o.entities!);
unittest.expect(
o.language!,
unittest.equals('foo'),
);
- checkUnnamed3010(o.sentences!);
- checkUnnamed3011(o.tokens!);
+ checkUnnamed3018(o.sentences!);
+ checkUnnamed3019(o.tokens!);
}
buildCounterAnnotateTextResponse--;
}
@@ -444,14 +444,14 @@
buildCounterClassifyTextRequest--;
}
-core.List<api.ClassificationCategory> buildUnnamed3012() {
+core.List<api.ClassificationCategory> buildUnnamed3020() {
var o = <api.ClassificationCategory>[];
o.add(buildClassificationCategory());
o.add(buildClassificationCategory());
return o;
}
-void checkUnnamed3012(core.List<api.ClassificationCategory> o) {
+void checkUnnamed3020(core.List<api.ClassificationCategory> o) {
unittest.expect(o, unittest.hasLength(2));
checkClassificationCategory(o[0] as api.ClassificationCategory);
checkClassificationCategory(o[1] as api.ClassificationCategory);
@@ -462,7 +462,7 @@
var o = api.ClassifyTextResponse();
buildCounterClassifyTextResponse++;
if (buildCounterClassifyTextResponse < 3) {
- o.categories = buildUnnamed3012();
+ o.categories = buildUnnamed3020();
}
buildCounterClassifyTextResponse--;
return o;
@@ -471,7 +471,7 @@
void checkClassifyTextResponse(api.ClassifyTextResponse o) {
buildCounterClassifyTextResponse++;
if (buildCounterClassifyTextResponse < 3) {
- checkUnnamed3012(o.categories!);
+ checkUnnamed3020(o.categories!);
}
buildCounterClassifyTextResponse--;
}
@@ -540,27 +540,27 @@
buildCounterDocument--;
}
-core.List<api.EntityMention> buildUnnamed3013() {
+core.List<api.EntityMention> buildUnnamed3021() {
var o = <api.EntityMention>[];
o.add(buildEntityMention());
o.add(buildEntityMention());
return o;
}
-void checkUnnamed3013(core.List<api.EntityMention> o) {
+void checkUnnamed3021(core.List<api.EntityMention> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityMention(o[0] as api.EntityMention);
checkEntityMention(o[1] as api.EntityMention);
}
-core.Map<core.String, core.String> buildUnnamed3014() {
+core.Map<core.String, core.String> buildUnnamed3022() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3014(core.Map<core.String, core.String> o) {
+void checkUnnamed3022(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -577,8 +577,8 @@
var o = api.Entity();
buildCounterEntity++;
if (buildCounterEntity < 3) {
- o.mentions = buildUnnamed3013();
- o.metadata = buildUnnamed3014();
+ o.mentions = buildUnnamed3021();
+ o.metadata = buildUnnamed3022();
o.name = 'foo';
o.salience = 42.0;
o.sentiment = buildSentiment();
@@ -591,8 +591,8 @@
void checkEntity(api.Entity o) {
buildCounterEntity++;
if (buildCounterEntity < 3) {
- checkUnnamed3013(o.mentions!);
- checkUnnamed3014(o.metadata!);
+ checkUnnamed3021(o.mentions!);
+ checkUnnamed3022(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -788,7 +788,7 @@
buildCounterSentiment--;
}
-core.Map<core.String, core.Object> buildUnnamed3015() {
+core.Map<core.String, core.Object> buildUnnamed3023() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -803,7 +803,7 @@
return o;
}
-void checkUnnamed3015(core.Map<core.String, core.Object> o) {
+void checkUnnamed3023(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -835,17 +835,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3016() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3024() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3015());
- o.add(buildUnnamed3015());
+ o.add(buildUnnamed3023());
+ o.add(buildUnnamed3023());
return o;
}
-void checkUnnamed3016(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3024(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3015(o[0]);
- checkUnnamed3015(o[1]);
+ checkUnnamed3023(o[0]);
+ checkUnnamed3023(o[1]);
}
core.int buildCounterStatus = 0;
@@ -854,7 +854,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3016();
+ o.details = buildUnnamed3024();
o.message = 'foo';
}
buildCounterStatus--;
@@ -868,7 +868,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3016(o.details!);
+ checkUnnamed3024(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/libraryagent/v1_test.dart b/generated/googleapis/test/libraryagent/v1_test.dart
index 33ae483..834e86c 100644
--- a/generated/googleapis/test/libraryagent/v1_test.dart
+++ b/generated/googleapis/test/libraryagent/v1_test.dart
@@ -62,14 +62,14 @@
buildCounterGoogleExampleLibraryagentV1Book--;
}
-core.List<api.GoogleExampleLibraryagentV1Book> buildUnnamed4908() {
+core.List<api.GoogleExampleLibraryagentV1Book> buildUnnamed4951() {
var o = <api.GoogleExampleLibraryagentV1Book>[];
o.add(buildGoogleExampleLibraryagentV1Book());
o.add(buildGoogleExampleLibraryagentV1Book());
return o;
}
-void checkUnnamed4908(core.List<api.GoogleExampleLibraryagentV1Book> o) {
+void checkUnnamed4951(core.List<api.GoogleExampleLibraryagentV1Book> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleExampleLibraryagentV1Book(
o[0] as api.GoogleExampleLibraryagentV1Book);
@@ -83,7 +83,7 @@
var o = api.GoogleExampleLibraryagentV1ListBooksResponse();
buildCounterGoogleExampleLibraryagentV1ListBooksResponse++;
if (buildCounterGoogleExampleLibraryagentV1ListBooksResponse < 3) {
- o.books = buildUnnamed4908();
+ o.books = buildUnnamed4951();
o.nextPageToken = 'foo';
}
buildCounterGoogleExampleLibraryagentV1ListBooksResponse--;
@@ -94,7 +94,7 @@
api.GoogleExampleLibraryagentV1ListBooksResponse o) {
buildCounterGoogleExampleLibraryagentV1ListBooksResponse++;
if (buildCounterGoogleExampleLibraryagentV1ListBooksResponse < 3) {
- checkUnnamed4908(o.books!);
+ checkUnnamed4951(o.books!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -103,14 +103,14 @@
buildCounterGoogleExampleLibraryagentV1ListBooksResponse--;
}
-core.List<api.GoogleExampleLibraryagentV1Shelf> buildUnnamed4909() {
+core.List<api.GoogleExampleLibraryagentV1Shelf> buildUnnamed4952() {
var o = <api.GoogleExampleLibraryagentV1Shelf>[];
o.add(buildGoogleExampleLibraryagentV1Shelf());
o.add(buildGoogleExampleLibraryagentV1Shelf());
return o;
}
-void checkUnnamed4909(core.List<api.GoogleExampleLibraryagentV1Shelf> o) {
+void checkUnnamed4952(core.List<api.GoogleExampleLibraryagentV1Shelf> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleExampleLibraryagentV1Shelf(
o[0] as api.GoogleExampleLibraryagentV1Shelf);
@@ -125,7 +125,7 @@
buildCounterGoogleExampleLibraryagentV1ListShelvesResponse++;
if (buildCounterGoogleExampleLibraryagentV1ListShelvesResponse < 3) {
o.nextPageToken = 'foo';
- o.shelves = buildUnnamed4909();
+ o.shelves = buildUnnamed4952();
}
buildCounterGoogleExampleLibraryagentV1ListShelvesResponse--;
return o;
@@ -139,7 +139,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4909(o.shelves!);
+ checkUnnamed4952(o.shelves!);
}
buildCounterGoogleExampleLibraryagentV1ListShelvesResponse--;
}
diff --git a/generated/googleapis/test/licensing/v1_test.dart b/generated/googleapis/test/licensing/v1_test.dart
index 0fc525b..8fcfffb 100644
--- a/generated/googleapis/test/licensing/v1_test.dart
+++ b/generated/googleapis/test/licensing/v1_test.dart
@@ -121,14 +121,14 @@
buildCounterLicenseAssignmentInsert--;
}
-core.List<api.LicenseAssignment> buildUnnamed4045() {
+core.List<api.LicenseAssignment> buildUnnamed4055() {
var o = <api.LicenseAssignment>[];
o.add(buildLicenseAssignment());
o.add(buildLicenseAssignment());
return o;
}
-void checkUnnamed4045(core.List<api.LicenseAssignment> o) {
+void checkUnnamed4055(core.List<api.LicenseAssignment> o) {
unittest.expect(o, unittest.hasLength(2));
checkLicenseAssignment(o[0] as api.LicenseAssignment);
checkLicenseAssignment(o[1] as api.LicenseAssignment);
@@ -140,7 +140,7 @@
buildCounterLicenseAssignmentList++;
if (buildCounterLicenseAssignmentList < 3) {
o.etag = 'foo';
- o.items = buildUnnamed4045();
+ o.items = buildUnnamed4055();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -155,7 +155,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4045(o.items!);
+ checkUnnamed4055(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/localservices/v1_test.dart b/generated/googleapis/test/localservices/v1_test.dart
index 82dd1f8..f1ca9c4 100644
--- a/generated/googleapis/test/localservices/v1_test.dart
+++ b/generated/googleapis/test/localservices/v1_test.dart
@@ -314,14 +314,14 @@
}
core.List<api.GoogleAdsHomeservicesLocalservicesV1AccountReport>
- buildUnnamed3246() {
+ buildUnnamed3254() {
var o = <api.GoogleAdsHomeservicesLocalservicesV1AccountReport>[];
o.add(buildGoogleAdsHomeservicesLocalservicesV1AccountReport());
o.add(buildGoogleAdsHomeservicesLocalservicesV1AccountReport());
return o;
}
-void checkUnnamed3246(
+void checkUnnamed3254(
core.List<api.GoogleAdsHomeservicesLocalservicesV1AccountReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAdsHomeservicesLocalservicesV1AccountReport(
@@ -340,7 +340,7 @@
buildCounterGoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse++;
if (buildCounterGoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse <
3) {
- o.accountReports = buildUnnamed3246();
+ o.accountReports = buildUnnamed3254();
o.nextPageToken = 'foo';
}
buildCounterGoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse--;
@@ -352,7 +352,7 @@
buildCounterGoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse++;
if (buildCounterGoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse <
3) {
- checkUnnamed3246(o.accountReports!);
+ checkUnnamed3254(o.accountReports!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -362,14 +362,14 @@
}
core.List<api.GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport>
- buildUnnamed3247() {
+ buildUnnamed3255() {
var o = <api.GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport>[];
o.add(buildGoogleAdsHomeservicesLocalservicesV1DetailedLeadReport());
o.add(buildGoogleAdsHomeservicesLocalservicesV1DetailedLeadReport());
return o;
}
-void checkUnnamed3247(
+void checkUnnamed3255(
core.List<api.GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAdsHomeservicesLocalservicesV1DetailedLeadReport(
@@ -388,7 +388,7 @@
buildCounterGoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse++;
if (buildCounterGoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse <
3) {
- o.detailedLeadReports = buildUnnamed3247();
+ o.detailedLeadReports = buildUnnamed3255();
o.nextPageToken = 'foo';
}
buildCounterGoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse--;
@@ -401,7 +401,7 @@
buildCounterGoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse++;
if (buildCounterGoogleAdsHomeservicesLocalservicesV1SearchDetailedLeadReportsResponse <
3) {
- checkUnnamed3247(o.detailedLeadReports!);
+ checkUnnamed3255(o.detailedLeadReports!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/logging/v2_test.dart b/generated/googleapis/test/logging/v2_test.dart
index 3606339..bb4c245 100644
--- a/generated/googleapis/test/logging/v2_test.dart
+++ b/generated/googleapis/test/logging/v2_test.dart
@@ -71,6 +71,21 @@
buildCounterBucketOptions--;
}
+core.int buildCounterCancelOperationRequest = 0;
+api.CancelOperationRequest buildCancelOperationRequest() {
+ var o = api.CancelOperationRequest();
+ buildCounterCancelOperationRequest++;
+ if (buildCounterCancelOperationRequest < 3) {}
+ buildCounterCancelOperationRequest--;
+ return o;
+}
+
+void checkCancelOperationRequest(api.CancelOperationRequest o) {
+ buildCounterCancelOperationRequest++;
+ if (buildCounterCancelOperationRequest < 3) {}
+ buildCounterCancelOperationRequest--;
+}
+
core.int buildCounterCmekSettings = 0;
api.CmekSettings buildCmekSettings() {
var o = api.CmekSettings();
@@ -103,6 +118,106 @@
buildCounterCmekSettings--;
}
+core.int buildCounterCopyLogEntriesMetadata = 0;
+api.CopyLogEntriesMetadata buildCopyLogEntriesMetadata() {
+ var o = api.CopyLogEntriesMetadata();
+ buildCounterCopyLogEntriesMetadata++;
+ if (buildCounterCopyLogEntriesMetadata < 3) {
+ o.cancellationRequested = true;
+ o.endTime = 'foo';
+ o.progress = 42;
+ o.request = buildCopyLogEntriesRequest();
+ o.startTime = 'foo';
+ o.state = 'foo';
+ o.writerIdentity = 'foo';
+ }
+ buildCounterCopyLogEntriesMetadata--;
+ return o;
+}
+
+void checkCopyLogEntriesMetadata(api.CopyLogEntriesMetadata o) {
+ buildCounterCopyLogEntriesMetadata++;
+ if (buildCounterCopyLogEntriesMetadata < 3) {
+ unittest.expect(o.cancellationRequested!, unittest.isTrue);
+ unittest.expect(
+ o.endTime!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.progress!,
+ unittest.equals(42),
+ );
+ checkCopyLogEntriesRequest(o.request! as api.CopyLogEntriesRequest);
+ unittest.expect(
+ o.startTime!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.state!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.writerIdentity!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterCopyLogEntriesMetadata--;
+}
+
+core.int buildCounterCopyLogEntriesRequest = 0;
+api.CopyLogEntriesRequest buildCopyLogEntriesRequest() {
+ var o = api.CopyLogEntriesRequest();
+ buildCounterCopyLogEntriesRequest++;
+ if (buildCounterCopyLogEntriesRequest < 3) {
+ o.destination = 'foo';
+ o.filter = 'foo';
+ o.name = 'foo';
+ }
+ buildCounterCopyLogEntriesRequest--;
+ return o;
+}
+
+void checkCopyLogEntriesRequest(api.CopyLogEntriesRequest o) {
+ buildCounterCopyLogEntriesRequest++;
+ if (buildCounterCopyLogEntriesRequest < 3) {
+ unittest.expect(
+ o.destination!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.filter!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterCopyLogEntriesRequest--;
+}
+
+core.int buildCounterCopyLogEntriesResponse = 0;
+api.CopyLogEntriesResponse buildCopyLogEntriesResponse() {
+ var o = api.CopyLogEntriesResponse();
+ buildCounterCopyLogEntriesResponse++;
+ if (buildCounterCopyLogEntriesResponse < 3) {
+ o.logEntriesCopiedCount = 'foo';
+ }
+ buildCounterCopyLogEntriesResponse--;
+ return o;
+}
+
+void checkCopyLogEntriesResponse(api.CopyLogEntriesResponse o) {
+ buildCounterCopyLogEntriesResponse++;
+ if (buildCounterCopyLogEntriesResponse < 3) {
+ unittest.expect(
+ o.logEntriesCopiedCount!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterCopyLogEntriesResponse--;
+}
+
core.int buildCounterEmpty = 0;
api.Empty buildEmpty() {
var o = api.Empty();
@@ -118,14 +233,14 @@
buildCounterEmpty--;
}
-core.List<core.double> buildUnnamed2420() {
+core.List<core.double> buildUnnamed2421() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed2420(core.List<core.double> o) {
+void checkUnnamed2421(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -142,7 +257,7 @@
var o = api.Explicit();
buildCounterExplicit++;
if (buildCounterExplicit < 3) {
- o.bounds = buildUnnamed2420();
+ o.bounds = buildUnnamed2421();
}
buildCounterExplicit--;
return o;
@@ -151,7 +266,7 @@
void checkExplicit(api.Explicit o) {
buildCounterExplicit++;
if (buildCounterExplicit < 3) {
- checkUnnamed2420(o.bounds!);
+ checkUnnamed2421(o.bounds!);
}
buildCounterExplicit--;
}
@@ -335,14 +450,14 @@
buildCounterLinear--;
}
-core.List<api.LogBucket> buildUnnamed2421() {
+core.List<api.LogBucket> buildUnnamed2422() {
var o = <api.LogBucket>[];
o.add(buildLogBucket());
o.add(buildLogBucket());
return o;
}
-void checkUnnamed2421(core.List<api.LogBucket> o) {
+void checkUnnamed2422(core.List<api.LogBucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogBucket(o[0] as api.LogBucket);
checkLogBucket(o[1] as api.LogBucket);
@@ -353,7 +468,7 @@
var o = api.ListBucketsResponse();
buildCounterListBucketsResponse++;
if (buildCounterListBucketsResponse < 3) {
- o.buckets = buildUnnamed2421();
+ o.buckets = buildUnnamed2422();
o.nextPageToken = 'foo';
}
buildCounterListBucketsResponse--;
@@ -363,7 +478,7 @@
void checkListBucketsResponse(api.ListBucketsResponse o) {
buildCounterListBucketsResponse++;
if (buildCounterListBucketsResponse < 3) {
- checkUnnamed2421(o.buckets!);
+ checkUnnamed2422(o.buckets!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -372,14 +487,14 @@
buildCounterListBucketsResponse--;
}
-core.List<api.LogExclusion> buildUnnamed2422() {
+core.List<api.LogExclusion> buildUnnamed2423() {
var o = <api.LogExclusion>[];
o.add(buildLogExclusion());
o.add(buildLogExclusion());
return o;
}
-void checkUnnamed2422(core.List<api.LogExclusion> o) {
+void checkUnnamed2423(core.List<api.LogExclusion> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogExclusion(o[0] as api.LogExclusion);
checkLogExclusion(o[1] as api.LogExclusion);
@@ -390,7 +505,7 @@
var o = api.ListExclusionsResponse();
buildCounterListExclusionsResponse++;
if (buildCounterListExclusionsResponse < 3) {
- o.exclusions = buildUnnamed2422();
+ o.exclusions = buildUnnamed2423();
o.nextPageToken = 'foo';
}
buildCounterListExclusionsResponse--;
@@ -400,7 +515,7 @@
void checkListExclusionsResponse(api.ListExclusionsResponse o) {
buildCounterListExclusionsResponse++;
if (buildCounterListExclusionsResponse < 3) {
- checkUnnamed2422(o.exclusions!);
+ checkUnnamed2423(o.exclusions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -409,14 +524,14 @@
buildCounterListExclusionsResponse--;
}
-core.List<api.Location> buildUnnamed2423() {
+core.List<api.Location> buildUnnamed2424() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed2423(core.List<api.Location> o) {
+void checkUnnamed2424(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -427,7 +542,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed2423();
+ o.locations = buildUnnamed2424();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -437,7 +552,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed2423(o.locations!);
+ checkUnnamed2424(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -446,25 +561,6 @@
buildCounterListLocationsResponse--;
}
-core.List<core.String> buildUnnamed2424() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2424(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'),
- );
-}
-
core.List<core.String> buildUnnamed2425() {
var o = <core.String>[];
o.add('foo');
@@ -484,6 +580,25 @@
);
}
+core.List<core.String> buildUnnamed2426() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2426(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'),
+ );
+}
+
core.int buildCounterListLogEntriesRequest = 0;
api.ListLogEntriesRequest buildListLogEntriesRequest() {
var o = api.ListLogEntriesRequest();
@@ -493,8 +608,8 @@
o.orderBy = 'foo';
o.pageSize = 42;
o.pageToken = 'foo';
- o.projectIds = buildUnnamed2424();
- o.resourceNames = buildUnnamed2425();
+ o.projectIds = buildUnnamed2425();
+ o.resourceNames = buildUnnamed2426();
}
buildCounterListLogEntriesRequest--;
return o;
@@ -519,20 +634,20 @@
o.pageToken!,
unittest.equals('foo'),
);
- checkUnnamed2424(o.projectIds!);
- checkUnnamed2425(o.resourceNames!);
+ checkUnnamed2425(o.projectIds!);
+ checkUnnamed2426(o.resourceNames!);
}
buildCounterListLogEntriesRequest--;
}
-core.List<api.LogEntry> buildUnnamed2426() {
+core.List<api.LogEntry> buildUnnamed2427() {
var o = <api.LogEntry>[];
o.add(buildLogEntry());
o.add(buildLogEntry());
return o;
}
-void checkUnnamed2426(core.List<api.LogEntry> o) {
+void checkUnnamed2427(core.List<api.LogEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogEntry(o[0] as api.LogEntry);
checkLogEntry(o[1] as api.LogEntry);
@@ -543,7 +658,7 @@
var o = api.ListLogEntriesResponse();
buildCounterListLogEntriesResponse++;
if (buildCounterListLogEntriesResponse < 3) {
- o.entries = buildUnnamed2426();
+ o.entries = buildUnnamed2427();
o.nextPageToken = 'foo';
}
buildCounterListLogEntriesResponse--;
@@ -553,7 +668,7 @@
void checkListLogEntriesResponse(api.ListLogEntriesResponse o) {
buildCounterListLogEntriesResponse++;
if (buildCounterListLogEntriesResponse < 3) {
- checkUnnamed2426(o.entries!);
+ checkUnnamed2427(o.entries!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -562,14 +677,14 @@
buildCounterListLogEntriesResponse--;
}
-core.List<api.LogMetric> buildUnnamed2427() {
+core.List<api.LogMetric> buildUnnamed2428() {
var o = <api.LogMetric>[];
o.add(buildLogMetric());
o.add(buildLogMetric());
return o;
}
-void checkUnnamed2427(core.List<api.LogMetric> o) {
+void checkUnnamed2428(core.List<api.LogMetric> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogMetric(o[0] as api.LogMetric);
checkLogMetric(o[1] as api.LogMetric);
@@ -580,7 +695,7 @@
var o = api.ListLogMetricsResponse();
buildCounterListLogMetricsResponse++;
if (buildCounterListLogMetricsResponse < 3) {
- o.metrics = buildUnnamed2427();
+ o.metrics = buildUnnamed2428();
o.nextPageToken = 'foo';
}
buildCounterListLogMetricsResponse--;
@@ -590,7 +705,7 @@
void checkListLogMetricsResponse(api.ListLogMetricsResponse o) {
buildCounterListLogMetricsResponse++;
if (buildCounterListLogMetricsResponse < 3) {
- checkUnnamed2427(o.metrics!);
+ checkUnnamed2428(o.metrics!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -599,14 +714,14 @@
buildCounterListLogMetricsResponse--;
}
-core.List<core.String> buildUnnamed2428() {
+core.List<core.String> buildUnnamed2429() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2428(core.List<core.String> o) {
+void checkUnnamed2429(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -623,7 +738,7 @@
var o = api.ListLogsResponse();
buildCounterListLogsResponse++;
if (buildCounterListLogsResponse < 3) {
- o.logNames = buildUnnamed2428();
+ o.logNames = buildUnnamed2429();
o.nextPageToken = 'foo';
}
buildCounterListLogsResponse--;
@@ -633,7 +748,7 @@
void checkListLogsResponse(api.ListLogsResponse o) {
buildCounterListLogsResponse++;
if (buildCounterListLogsResponse < 3) {
- checkUnnamed2428(o.logNames!);
+ checkUnnamed2429(o.logNames!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -642,14 +757,14 @@
buildCounterListLogsResponse--;
}
-core.List<api.MonitoredResourceDescriptor> buildUnnamed2429() {
+core.List<api.MonitoredResourceDescriptor> buildUnnamed2430() {
var o = <api.MonitoredResourceDescriptor>[];
o.add(buildMonitoredResourceDescriptor());
o.add(buildMonitoredResourceDescriptor());
return o;
}
-void checkUnnamed2429(core.List<api.MonitoredResourceDescriptor> o) {
+void checkUnnamed2430(core.List<api.MonitoredResourceDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoredResourceDescriptor(o[0] as api.MonitoredResourceDescriptor);
checkMonitoredResourceDescriptor(o[1] as api.MonitoredResourceDescriptor);
@@ -662,7 +777,7 @@
buildCounterListMonitoredResourceDescriptorsResponse++;
if (buildCounterListMonitoredResourceDescriptorsResponse < 3) {
o.nextPageToken = 'foo';
- o.resourceDescriptors = buildUnnamed2429();
+ o.resourceDescriptors = buildUnnamed2430();
}
buildCounterListMonitoredResourceDescriptorsResponse--;
return o;
@@ -676,19 +791,56 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2429(o.resourceDescriptors!);
+ checkUnnamed2430(o.resourceDescriptors!);
}
buildCounterListMonitoredResourceDescriptorsResponse--;
}
-core.List<api.LogSink> buildUnnamed2430() {
+core.List<api.Operation> buildUnnamed2431() {
+ var o = <api.Operation>[];
+ o.add(buildOperation());
+ o.add(buildOperation());
+ return o;
+}
+
+void checkUnnamed2431(core.List<api.Operation> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkOperation(o[0] as api.Operation);
+ checkOperation(o[1] as api.Operation);
+}
+
+core.int buildCounterListOperationsResponse = 0;
+api.ListOperationsResponse buildListOperationsResponse() {
+ var o = api.ListOperationsResponse();
+ buildCounterListOperationsResponse++;
+ if (buildCounterListOperationsResponse < 3) {
+ o.nextPageToken = 'foo';
+ o.operations = buildUnnamed2431();
+ }
+ buildCounterListOperationsResponse--;
+ return o;
+}
+
+void checkListOperationsResponse(api.ListOperationsResponse o) {
+ buildCounterListOperationsResponse++;
+ if (buildCounterListOperationsResponse < 3) {
+ unittest.expect(
+ o.nextPageToken!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2431(o.operations!);
+ }
+ buildCounterListOperationsResponse--;
+}
+
+core.List<api.LogSink> buildUnnamed2432() {
var o = <api.LogSink>[];
o.add(buildLogSink());
o.add(buildLogSink());
return o;
}
-void checkUnnamed2430(core.List<api.LogSink> o) {
+void checkUnnamed2432(core.List<api.LogSink> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogSink(o[0] as api.LogSink);
checkLogSink(o[1] as api.LogSink);
@@ -700,7 +852,7 @@
buildCounterListSinksResponse++;
if (buildCounterListSinksResponse < 3) {
o.nextPageToken = 'foo';
- o.sinks = buildUnnamed2430();
+ o.sinks = buildUnnamed2432();
}
buildCounterListSinksResponse--;
return o;
@@ -713,19 +865,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2430(o.sinks!);
+ checkUnnamed2432(o.sinks!);
}
buildCounterListSinksResponse--;
}
-core.List<api.LogView> buildUnnamed2431() {
+core.List<api.LogView> buildUnnamed2433() {
var o = <api.LogView>[];
o.add(buildLogView());
o.add(buildLogView());
return o;
}
-void checkUnnamed2431(core.List<api.LogView> o) {
+void checkUnnamed2433(core.List<api.LogView> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogView(o[0] as api.LogView);
checkLogView(o[1] as api.LogView);
@@ -737,7 +889,7 @@
buildCounterListViewsResponse++;
if (buildCounterListViewsResponse < 3) {
o.nextPageToken = 'foo';
- o.views = buildUnnamed2431();
+ o.views = buildUnnamed2433();
}
buildCounterListViewsResponse--;
return o;
@@ -750,19 +902,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2431(o.views!);
+ checkUnnamed2433(o.views!);
}
buildCounterListViewsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed2432() {
+core.Map<core.String, core.String> buildUnnamed2434() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2432(core.Map<core.String, core.String> o) {
+void checkUnnamed2434(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -774,7 +926,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2433() {
+core.Map<core.String, core.Object> buildUnnamed2435() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -789,7 +941,7 @@
return o;
}
-void checkUnnamed2433(core.Map<core.String, core.Object> o) {
+void checkUnnamed2435(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -827,9 +979,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed2432();
+ o.labels = buildUnnamed2434();
o.locationId = 'foo';
- o.metadata = buildUnnamed2433();
+ o.metadata = buildUnnamed2435();
o.name = 'foo';
}
buildCounterLocation--;
@@ -843,12 +995,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2432(o.labels!);
+ checkUnnamed2434(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed2433(o.metadata!);
+ checkUnnamed2435(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -857,14 +1009,14 @@
buildCounterLocation--;
}
-core.List<core.String> buildUnnamed2434() {
+core.List<core.String> buildUnnamed2436() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2434(core.List<core.String> o) {
+void checkUnnamed2436(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -886,7 +1038,7 @@
o.lifecycleState = 'foo';
o.locked = true;
o.name = 'foo';
- o.restrictedFields = buildUnnamed2434();
+ o.restrictedFields = buildUnnamed2436();
o.retentionDays = 42;
o.updateTime = 'foo';
}
@@ -914,7 +1066,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2434(o.restrictedFields!);
+ checkUnnamed2436(o.restrictedFields!);
unittest.expect(
o.retentionDays!,
unittest.equals(42),
@@ -927,7 +1079,7 @@
buildCounterLogBucket--;
}
-core.Map<core.String, core.Object> buildUnnamed2435() {
+core.Map<core.String, core.Object> buildUnnamed2437() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -942,7 +1094,7 @@
return o;
}
-void checkUnnamed2435(core.Map<core.String, core.Object> o) {
+void checkUnnamed2437(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -974,14 +1126,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2436() {
+core.Map<core.String, core.String> buildUnnamed2438() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2436(core.Map<core.String, core.String> o) {
+void checkUnnamed2438(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -993,7 +1145,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2437() {
+core.Map<core.String, core.Object> buildUnnamed2439() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1008,7 +1160,7 @@
return o;
}
-void checkUnnamed2437(core.Map<core.String, core.Object> o) {
+void checkUnnamed2439(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1047,12 +1199,12 @@
if (buildCounterLogEntry < 3) {
o.httpRequest = buildHttpRequest();
o.insertId = 'foo';
- o.jsonPayload = buildUnnamed2435();
- o.labels = buildUnnamed2436();
+ o.jsonPayload = buildUnnamed2437();
+ o.labels = buildUnnamed2438();
o.logName = 'foo';
o.metadata = buildMonitoredResourceMetadata();
o.operation = buildLogEntryOperation();
- o.protoPayload = buildUnnamed2437();
+ o.protoPayload = buildUnnamed2439();
o.receiveTimestamp = 'foo';
o.resource = buildMonitoredResource();
o.severity = 'foo';
@@ -1075,8 +1227,8 @@
o.insertId!,
unittest.equals('foo'),
);
- checkUnnamed2435(o.jsonPayload!);
- checkUnnamed2436(o.labels!);
+ checkUnnamed2437(o.jsonPayload!);
+ checkUnnamed2438(o.labels!);
unittest.expect(
o.logName!,
unittest.equals('foo'),
@@ -1084,7 +1236,7 @@
checkMonitoredResourceMetadata(
o.metadata! as api.MonitoredResourceMetadata);
checkLogEntryOperation(o.operation! as api.LogEntryOperation);
- checkUnnamed2437(o.protoPayload!);
+ checkUnnamed2439(o.protoPayload!);
unittest.expect(
o.receiveTimestamp!,
unittest.equals('foo'),
@@ -1258,14 +1410,14 @@
buildCounterLogLine--;
}
-core.Map<core.String, core.String> buildUnnamed2438() {
+core.Map<core.String, core.String> buildUnnamed2440() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2438(core.Map<core.String, core.String> o) {
+void checkUnnamed2440(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1287,7 +1439,7 @@
o.description = 'foo';
o.disabled = true;
o.filter = 'foo';
- o.labelExtractors = buildUnnamed2438();
+ o.labelExtractors = buildUnnamed2440();
o.metricDescriptor = buildMetricDescriptor();
o.name = 'foo';
o.updateTime = 'foo';
@@ -1315,7 +1467,7 @@
o.filter!,
unittest.equals('foo'),
);
- checkUnnamed2438(o.labelExtractors!);
+ checkUnnamed2440(o.labelExtractors!);
checkMetricDescriptor(o.metricDescriptor! as api.MetricDescriptor);
unittest.expect(
o.name!,
@@ -1337,14 +1489,14 @@
buildCounterLogMetric--;
}
-core.List<api.LogExclusion> buildUnnamed2439() {
+core.List<api.LogExclusion> buildUnnamed2441() {
var o = <api.LogExclusion>[];
o.add(buildLogExclusion());
o.add(buildLogExclusion());
return o;
}
-void checkUnnamed2439(core.List<api.LogExclusion> o) {
+void checkUnnamed2441(core.List<api.LogExclusion> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogExclusion(o[0] as api.LogExclusion);
checkLogExclusion(o[1] as api.LogExclusion);
@@ -1360,7 +1512,7 @@
o.description = 'foo';
o.destination = 'foo';
o.disabled = true;
- o.exclusions = buildUnnamed2439();
+ o.exclusions = buildUnnamed2441();
o.filter = 'foo';
o.includeChildren = true;
o.name = 'foo';
@@ -1389,7 +1541,7 @@
unittest.equals('foo'),
);
unittest.expect(o.disabled!, unittest.isTrue);
- checkUnnamed2439(o.exclusions!);
+ checkUnnamed2441(o.exclusions!);
unittest.expect(
o.filter!,
unittest.equals('foo'),
@@ -1457,27 +1609,27 @@
buildCounterLogView--;
}
-core.List<api.LabelDescriptor> buildUnnamed2440() {
+core.List<api.LabelDescriptor> buildUnnamed2442() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed2440(core.List<api.LabelDescriptor> o) {
+void checkUnnamed2442(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
}
-core.List<core.String> buildUnnamed2441() {
+core.List<core.String> buildUnnamed2443() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2441(core.List<core.String> o) {
+void checkUnnamed2443(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1496,11 +1648,11 @@
if (buildCounterMetricDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed2440();
+ o.labels = buildUnnamed2442();
o.launchStage = 'foo';
o.metadata = buildMetricDescriptorMetadata();
o.metricKind = 'foo';
- o.monitoredResourceTypes = buildUnnamed2441();
+ o.monitoredResourceTypes = buildUnnamed2443();
o.name = 'foo';
o.type = 'foo';
o.unit = 'foo';
@@ -1521,7 +1673,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2440(o.labels!);
+ checkUnnamed2442(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -1531,7 +1683,7 @@
o.metricKind!,
unittest.equals('foo'),
);
- checkUnnamed2441(o.monitoredResourceTypes!);
+ checkUnnamed2443(o.monitoredResourceTypes!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1584,14 +1736,14 @@
buildCounterMetricDescriptorMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed2442() {
+core.Map<core.String, core.String> buildUnnamed2444() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2442(core.Map<core.String, core.String> o) {
+void checkUnnamed2444(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1608,7 +1760,7 @@
var o = api.MonitoredResource();
buildCounterMonitoredResource++;
if (buildCounterMonitoredResource < 3) {
- o.labels = buildUnnamed2442();
+ o.labels = buildUnnamed2444();
o.type = 'foo';
}
buildCounterMonitoredResource--;
@@ -1618,7 +1770,7 @@
void checkMonitoredResource(api.MonitoredResource o) {
buildCounterMonitoredResource++;
if (buildCounterMonitoredResource < 3) {
- checkUnnamed2442(o.labels!);
+ checkUnnamed2444(o.labels!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -1627,14 +1779,14 @@
buildCounterMonitoredResource--;
}
-core.List<api.LabelDescriptor> buildUnnamed2443() {
+core.List<api.LabelDescriptor> buildUnnamed2445() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed2443(core.List<api.LabelDescriptor> o) {
+void checkUnnamed2445(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
@@ -1647,7 +1799,7 @@
if (buildCounterMonitoredResourceDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed2443();
+ o.labels = buildUnnamed2445();
o.launchStage = 'foo';
o.name = 'foo';
o.type = 'foo';
@@ -1667,7 +1819,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2443(o.labels!);
+ checkUnnamed2445(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -1684,7 +1836,7 @@
buildCounterMonitoredResourceDescriptor--;
}
-core.Map<core.String, core.Object> buildUnnamed2444() {
+core.Map<core.String, core.Object> buildUnnamed2446() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1699,7 +1851,7 @@
return o;
}
-void checkUnnamed2444(core.Map<core.String, core.Object> o) {
+void checkUnnamed2446(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1731,14 +1883,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2445() {
+core.Map<core.String, core.String> buildUnnamed2447() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2445(core.Map<core.String, core.String> o) {
+void checkUnnamed2447(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1755,8 +1907,8 @@
var o = api.MonitoredResourceMetadata();
buildCounterMonitoredResourceMetadata++;
if (buildCounterMonitoredResourceMetadata < 3) {
- o.systemLabels = buildUnnamed2444();
- o.userLabels = buildUnnamed2445();
+ o.systemLabels = buildUnnamed2446();
+ o.userLabels = buildUnnamed2447();
}
buildCounterMonitoredResourceMetadata--;
return o;
@@ -1765,33 +1917,157 @@
void checkMonitoredResourceMetadata(api.MonitoredResourceMetadata o) {
buildCounterMonitoredResourceMetadata++;
if (buildCounterMonitoredResourceMetadata < 3) {
- checkUnnamed2444(o.systemLabels!);
- checkUnnamed2445(o.userLabels!);
+ checkUnnamed2446(o.systemLabels!);
+ checkUnnamed2447(o.userLabels!);
}
buildCounterMonitoredResourceMetadata--;
}
-core.List<api.LogLine> buildUnnamed2446() {
+core.Map<core.String, core.Object> buildUnnamed2448() {
+ var o = <core.String, core.Object>{};
+ o['x'] = {
+ 'list': [1, 2, 3],
+ 'bool': true,
+ 'string': 'foo'
+ };
+ o['y'] = {
+ 'list': [1, 2, 3],
+ 'bool': true,
+ 'string': 'foo'
+ };
+ return o;
+}
+
+void checkUnnamed2448(core.Map<core.String, core.Object> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ var casted9 = (o['x']!) as core.Map;
+ unittest.expect(casted9, unittest.hasLength(3));
+ unittest.expect(
+ casted9['list'],
+ unittest.equals([1, 2, 3]),
+ );
+ unittest.expect(
+ casted9['bool'],
+ unittest.equals(true),
+ );
+ unittest.expect(
+ casted9['string'],
+ unittest.equals('foo'),
+ );
+ var casted10 = (o['y']!) as core.Map;
+ unittest.expect(casted10, unittest.hasLength(3));
+ unittest.expect(
+ casted10['list'],
+ unittest.equals([1, 2, 3]),
+ );
+ unittest.expect(
+ casted10['bool'],
+ unittest.equals(true),
+ );
+ unittest.expect(
+ casted10['string'],
+ unittest.equals('foo'),
+ );
+}
+
+core.Map<core.String, core.Object> buildUnnamed2449() {
+ var o = <core.String, core.Object>{};
+ o['x'] = {
+ 'list': [1, 2, 3],
+ 'bool': true,
+ 'string': 'foo'
+ };
+ o['y'] = {
+ 'list': [1, 2, 3],
+ 'bool': true,
+ 'string': 'foo'
+ };
+ return o;
+}
+
+void checkUnnamed2449(core.Map<core.String, core.Object> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ var casted11 = (o['x']!) as core.Map;
+ unittest.expect(casted11, unittest.hasLength(3));
+ unittest.expect(
+ casted11['list'],
+ unittest.equals([1, 2, 3]),
+ );
+ unittest.expect(
+ casted11['bool'],
+ unittest.equals(true),
+ );
+ unittest.expect(
+ casted11['string'],
+ unittest.equals('foo'),
+ );
+ var casted12 = (o['y']!) as core.Map;
+ unittest.expect(casted12, unittest.hasLength(3));
+ unittest.expect(
+ casted12['list'],
+ unittest.equals([1, 2, 3]),
+ );
+ unittest.expect(
+ casted12['bool'],
+ unittest.equals(true),
+ );
+ unittest.expect(
+ casted12['string'],
+ unittest.equals('foo'),
+ );
+}
+
+core.int buildCounterOperation = 0;
+api.Operation buildOperation() {
+ var o = api.Operation();
+ buildCounterOperation++;
+ if (buildCounterOperation < 3) {
+ o.done = true;
+ o.error = buildStatus();
+ o.metadata = buildUnnamed2448();
+ o.name = 'foo';
+ o.response = buildUnnamed2449();
+ }
+ buildCounterOperation--;
+ return o;
+}
+
+void checkOperation(api.Operation o) {
+ buildCounterOperation++;
+ if (buildCounterOperation < 3) {
+ unittest.expect(o.done!, unittest.isTrue);
+ checkStatus(o.error! as api.Status);
+ checkUnnamed2448(o.metadata!);
+ unittest.expect(
+ o.name!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2449(o.response!);
+ }
+ buildCounterOperation--;
+}
+
+core.List<api.LogLine> buildUnnamed2450() {
var o = <api.LogLine>[];
o.add(buildLogLine());
o.add(buildLogLine());
return o;
}
-void checkUnnamed2446(core.List<api.LogLine> o) {
+void checkUnnamed2450(core.List<api.LogLine> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogLine(o[0] as api.LogLine);
checkLogLine(o[1] as api.LogLine);
}
-core.List<api.SourceReference> buildUnnamed2447() {
+core.List<api.SourceReference> buildUnnamed2451() {
var o = <api.SourceReference>[];
o.add(buildSourceReference());
o.add(buildSourceReference());
return o;
}
-void checkUnnamed2447(core.List<api.SourceReference> o) {
+void checkUnnamed2451(core.List<api.SourceReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkSourceReference(o[0] as api.SourceReference);
checkSourceReference(o[1] as api.SourceReference);
@@ -1814,7 +2090,7 @@
o.instanceIndex = 42;
o.ip = 'foo';
o.latency = 'foo';
- o.line = buildUnnamed2446();
+ o.line = buildUnnamed2450();
o.megaCycles = 'foo';
o.method = 'foo';
o.moduleId = 'foo';
@@ -1824,7 +2100,7 @@
o.requestId = 'foo';
o.resource = 'foo';
o.responseSize = 'foo';
- o.sourceReference = buildUnnamed2447();
+ o.sourceReference = buildUnnamed2451();
o.startTime = 'foo';
o.status = 42;
o.taskName = 'foo';
@@ -1885,7 +2161,7 @@
o.latency!,
unittest.equals('foo'),
);
- checkUnnamed2446(o.line!);
+ checkUnnamed2450(o.line!);
unittest.expect(
o.megaCycles!,
unittest.equals('foo'),
@@ -1922,7 +2198,7 @@
o.responseSize!,
unittest.equals('foo'),
);
- checkUnnamed2447(o.sourceReference!);
+ checkUnnamed2451(o.sourceReference!);
unittest.expect(
o.startTime!,
unittest.equals('foo'),
@@ -2020,6 +2296,95 @@
buildCounterSourceReference--;
}
+core.Map<core.String, core.Object> buildUnnamed2452() {
+ var o = <core.String, core.Object>{};
+ o['x'] = {
+ 'list': [1, 2, 3],
+ 'bool': true,
+ 'string': 'foo'
+ };
+ o['y'] = {
+ 'list': [1, 2, 3],
+ 'bool': true,
+ 'string': 'foo'
+ };
+ return o;
+}
+
+void checkUnnamed2452(core.Map<core.String, core.Object> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ var casted13 = (o['x']!) as core.Map;
+ unittest.expect(casted13, unittest.hasLength(3));
+ unittest.expect(
+ casted13['list'],
+ unittest.equals([1, 2, 3]),
+ );
+ unittest.expect(
+ casted13['bool'],
+ unittest.equals(true),
+ );
+ unittest.expect(
+ casted13['string'],
+ unittest.equals('foo'),
+ );
+ var casted14 = (o['y']!) as core.Map;
+ unittest.expect(casted14, unittest.hasLength(3));
+ unittest.expect(
+ casted14['list'],
+ unittest.equals([1, 2, 3]),
+ );
+ unittest.expect(
+ casted14['bool'],
+ unittest.equals(true),
+ );
+ unittest.expect(
+ casted14['string'],
+ unittest.equals('foo'),
+ );
+}
+
+core.List<core.Map<core.String, core.Object>> buildUnnamed2453() {
+ var o = <core.Map<core.String, core.Object>>[];
+ o.add(buildUnnamed2452());
+ o.add(buildUnnamed2452());
+ return o;
+}
+
+void checkUnnamed2453(core.List<core.Map<core.String, core.Object>> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkUnnamed2452(o[0]);
+ checkUnnamed2452(o[1]);
+}
+
+core.int buildCounterStatus = 0;
+api.Status buildStatus() {
+ var o = api.Status();
+ buildCounterStatus++;
+ if (buildCounterStatus < 3) {
+ o.code = 42;
+ o.details = buildUnnamed2453();
+ o.message = 'foo';
+ }
+ buildCounterStatus--;
+ return o;
+}
+
+void checkStatus(api.Status o) {
+ buildCounterStatus++;
+ if (buildCounterStatus < 3) {
+ unittest.expect(
+ o.code!,
+ unittest.equals(42),
+ );
+ checkUnnamed2453(o.details!);
+ unittest.expect(
+ o.message!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterStatus--;
+}
+
core.int buildCounterSuppressionInfo = 0;
api.SuppressionInfo buildSuppressionInfo() {
var o = api.SuppressionInfo();
@@ -2047,14 +2412,14 @@
buildCounterSuppressionInfo--;
}
-core.List<core.String> buildUnnamed2448() {
+core.List<core.String> buildUnnamed2454() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2448(core.List<core.String> o) {
+void checkUnnamed2454(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2073,7 +2438,7 @@
if (buildCounterTailLogEntriesRequest < 3) {
o.bufferWindow = 'foo';
o.filter = 'foo';
- o.resourceNames = buildUnnamed2448();
+ o.resourceNames = buildUnnamed2454();
}
buildCounterTailLogEntriesRequest--;
return o;
@@ -2090,32 +2455,32 @@
o.filter!,
unittest.equals('foo'),
);
- checkUnnamed2448(o.resourceNames!);
+ checkUnnamed2454(o.resourceNames!);
}
buildCounterTailLogEntriesRequest--;
}
-core.List<api.LogEntry> buildUnnamed2449() {
+core.List<api.LogEntry> buildUnnamed2455() {
var o = <api.LogEntry>[];
o.add(buildLogEntry());
o.add(buildLogEntry());
return o;
}
-void checkUnnamed2449(core.List<api.LogEntry> o) {
+void checkUnnamed2455(core.List<api.LogEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogEntry(o[0] as api.LogEntry);
checkLogEntry(o[1] as api.LogEntry);
}
-core.List<api.SuppressionInfo> buildUnnamed2450() {
+core.List<api.SuppressionInfo> buildUnnamed2456() {
var o = <api.SuppressionInfo>[];
o.add(buildSuppressionInfo());
o.add(buildSuppressionInfo());
return o;
}
-void checkUnnamed2450(core.List<api.SuppressionInfo> o) {
+void checkUnnamed2456(core.List<api.SuppressionInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuppressionInfo(o[0] as api.SuppressionInfo);
checkSuppressionInfo(o[1] as api.SuppressionInfo);
@@ -2126,8 +2491,8 @@
var o = api.TailLogEntriesResponse();
buildCounterTailLogEntriesResponse++;
if (buildCounterTailLogEntriesResponse < 3) {
- o.entries = buildUnnamed2449();
- o.suppressionInfo = buildUnnamed2450();
+ o.entries = buildUnnamed2455();
+ o.suppressionInfo = buildUnnamed2456();
}
buildCounterTailLogEntriesResponse--;
return o;
@@ -2136,8 +2501,8 @@
void checkTailLogEntriesResponse(api.TailLogEntriesResponse o) {
buildCounterTailLogEntriesResponse++;
if (buildCounterTailLogEntriesResponse < 3) {
- checkUnnamed2449(o.entries!);
- checkUnnamed2450(o.suppressionInfo!);
+ checkUnnamed2455(o.entries!);
+ checkUnnamed2456(o.suppressionInfo!);
}
buildCounterTailLogEntriesResponse--;
}
@@ -2157,27 +2522,27 @@
buildCounterUndeleteBucketRequest--;
}
-core.List<api.LogEntry> buildUnnamed2451() {
+core.List<api.LogEntry> buildUnnamed2457() {
var o = <api.LogEntry>[];
o.add(buildLogEntry());
o.add(buildLogEntry());
return o;
}
-void checkUnnamed2451(core.List<api.LogEntry> o) {
+void checkUnnamed2457(core.List<api.LogEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogEntry(o[0] as api.LogEntry);
checkLogEntry(o[1] as api.LogEntry);
}
-core.Map<core.String, core.String> buildUnnamed2452() {
+core.Map<core.String, core.String> buildUnnamed2458() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2452(core.Map<core.String, core.String> o) {
+void checkUnnamed2458(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2195,8 +2560,8 @@
buildCounterWriteLogEntriesRequest++;
if (buildCounterWriteLogEntriesRequest < 3) {
o.dryRun = true;
- o.entries = buildUnnamed2451();
- o.labels = buildUnnamed2452();
+ o.entries = buildUnnamed2457();
+ o.labels = buildUnnamed2458();
o.logName = 'foo';
o.partialSuccess = true;
o.resource = buildMonitoredResource();
@@ -2209,8 +2574,8 @@
buildCounterWriteLogEntriesRequest++;
if (buildCounterWriteLogEntriesRequest < 3) {
unittest.expect(o.dryRun!, unittest.isTrue);
- checkUnnamed2451(o.entries!);
- checkUnnamed2452(o.labels!);
+ checkUnnamed2457(o.entries!);
+ checkUnnamed2458(o.labels!);
unittest.expect(
o.logName!,
unittest.equals('foo'),
@@ -2236,14 +2601,14 @@
buildCounterWriteLogEntriesResponse--;
}
-core.List<core.String> buildUnnamed2453() {
+core.List<core.String> buildUnnamed2459() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2453(core.List<core.String> o) {
+void checkUnnamed2459(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2255,14 +2620,14 @@
);
}
-core.List<core.String> buildUnnamed2454() {
+core.List<core.String> buildUnnamed2460() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2454(core.List<core.String> o) {
+void checkUnnamed2460(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2274,14 +2639,14 @@
);
}
-core.List<core.String> buildUnnamed2455() {
+core.List<core.String> buildUnnamed2461() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2455(core.List<core.String> o) {
+void checkUnnamed2461(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2293,14 +2658,14 @@
);
}
-core.List<core.String> buildUnnamed2456() {
+core.List<core.String> buildUnnamed2462() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2456(core.List<core.String> o) {
+void checkUnnamed2462(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2312,14 +2677,14 @@
);
}
-core.List<core.String> buildUnnamed2457() {
+core.List<core.String> buildUnnamed2463() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2457(core.List<core.String> o) {
+void checkUnnamed2463(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2352,6 +2717,16 @@
});
});
+ unittest.group('obj-schema-CancelOperationRequest', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildCancelOperationRequest();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.CancelOperationRequest.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkCancelOperationRequest(od as api.CancelOperationRequest);
+ });
+ });
+
unittest.group('obj-schema-CmekSettings', () {
unittest.test('to-json--from-json', () async {
var o = buildCmekSettings();
@@ -2362,6 +2737,36 @@
});
});
+ unittest.group('obj-schema-CopyLogEntriesMetadata', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildCopyLogEntriesMetadata();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.CopyLogEntriesMetadata.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkCopyLogEntriesMetadata(od as api.CopyLogEntriesMetadata);
+ });
+ });
+
+ unittest.group('obj-schema-CopyLogEntriesRequest', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildCopyLogEntriesRequest();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.CopyLogEntriesRequest.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkCopyLogEntriesRequest(od as api.CopyLogEntriesRequest);
+ });
+ });
+
+ unittest.group('obj-schema-CopyLogEntriesResponse', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildCopyLogEntriesResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.CopyLogEntriesResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkCopyLogEntriesResponse(od as api.CopyLogEntriesResponse);
+ });
+ });
+
unittest.group('obj-schema-Empty', () {
unittest.test('to-json--from-json', () async {
var o = buildEmpty();
@@ -2502,6 +2907,16 @@
});
});
+ unittest.group('obj-schema-ListOperationsResponse', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildListOperationsResponse();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.ListOperationsResponse.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkListOperationsResponse(od as api.ListOperationsResponse);
+ });
+ });
+
unittest.group('obj-schema-ListSinksResponse', () {
unittest.test('to-json--from-json', () async {
var o = buildListSinksResponse();
@@ -2672,6 +3087,16 @@
});
});
+ unittest.group('obj-schema-Operation', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildOperation();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od =
+ api.Operation.fromJson(oJson as core.Map<core.String, core.dynamic>);
+ checkOperation(od as api.Operation);
+ });
+ });
+
unittest.group('obj-schema-RequestLog', () {
unittest.test('to-json--from-json', () async {
var o = buildRequestLog();
@@ -2702,6 +3127,16 @@
});
});
+ unittest.group('obj-schema-Status', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildStatus();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od =
+ api.Status.fromJson(oJson as core.Map<core.String, core.dynamic>);
+ checkStatus(od as api.Status);
+ });
+ });
+
unittest.group('obj-schema-SuppressionInfo', () {
unittest.test('to-json--from-json', () async {
var o = buildSuppressionInfo();
@@ -3835,6 +4270,137 @@
});
});
+ unittest.group('resource-BillingAccountsLocationsOperationsResource', () {
+ unittest.test('method--cancel', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).billingAccounts.locations.operations;
+ var arg_request = buildCancelOperationRequest();
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.CancelOperationRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkCancelOperationRequest(obj as api.CancelOperationRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v2/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildEmpty());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.cancel(arg_request, arg_name, $fields: arg_$fields);
+ checkEmpty(response as api.Empty);
+ });
+
+ unittest.test('method--list', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).billingAccounts.locations.operations;
+ var arg_name = 'foo';
+ var arg_filter = 'foo';
+ var arg_pageSize = 42;
+ var arg_pageToken = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v2/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["filter"]!.first,
+ unittest.equals(arg_filter),
+ );
+ unittest.expect(
+ core.int.parse(queryMap["pageSize"]!.first),
+ unittest.equals(arg_pageSize),
+ );
+ unittest.expect(
+ queryMap["pageToken"]!.first,
+ unittest.equals(arg_pageToken),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildListOperationsResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.list(arg_name,
+ filter: arg_filter,
+ pageSize: arg_pageSize,
+ pageToken: arg_pageToken,
+ $fields: arg_$fields);
+ checkListOperationsResponse(response as api.ListOperationsResponse);
+ });
+ });
+
unittest.group('resource-BillingAccountsLogsResource', () {
unittest.test('method--delete', () async {
var mock = HttpServerMock();
@@ -3894,7 +4460,7 @@
var arg_parent = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
- var arg_resourceNames = buildUnnamed2453();
+ var arg_resourceNames = buildUnnamed2459();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -3960,6 +4526,60 @@
});
});
+ unittest.group('resource-BillingAccountsOperationsResource', () {
+ unittest.test('method--get', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).billingAccounts.operations;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v2/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildOperation());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.get(arg_name, $fields: arg_$fields);
+ checkOperation(response as api.Operation);
+ });
+ });
+
unittest.group('resource-BillingAccountsSinksResource', () {
unittest.test('method--create', () async {
var mock = HttpServerMock();
@@ -4335,6 +4955,61 @@
});
unittest.group('resource-EntriesResource', () {
+ unittest.test('method--copy', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).entries;
+ var arg_request = buildCopyLogEntriesRequest();
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.CopyLogEntriesRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkCopyLogEntriesRequest(obj as api.CopyLogEntriesRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 15),
+ unittest.equals("v2/entries:copy"),
+ );
+ pathOffset += 15;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildOperation());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.copy(arg_request, $fields: arg_$fields);
+ checkOperation(response as api.Operation);
+ });
+
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.LoggingApi(mock).entries;
@@ -5862,6 +6537,189 @@
});
});
+ unittest.group('resource-FoldersLocationsOperationsResource', () {
+ unittest.test('method--cancel', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).folders.locations.operations;
+ var arg_request = buildCancelOperationRequest();
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.CancelOperationRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkCancelOperationRequest(obj as api.CancelOperationRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v2/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildEmpty());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.cancel(arg_request, arg_name, $fields: arg_$fields);
+ checkEmpty(response as api.Empty);
+ });
+
+ unittest.test('method--get', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).folders.locations.operations;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v2/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildOperation());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.get(arg_name, $fields: arg_$fields);
+ checkOperation(response as api.Operation);
+ });
+
+ unittest.test('method--list', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).folders.locations.operations;
+ var arg_name = 'foo';
+ var arg_filter = 'foo';
+ var arg_pageSize = 42;
+ var arg_pageToken = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v2/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["filter"]!.first,
+ unittest.equals(arg_filter),
+ );
+ unittest.expect(
+ core.int.parse(queryMap["pageSize"]!.first),
+ unittest.equals(arg_pageSize),
+ );
+ unittest.expect(
+ queryMap["pageToken"]!.first,
+ unittest.equals(arg_pageToken),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildListOperationsResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.list(arg_name,
+ filter: arg_filter,
+ pageSize: arg_pageSize,
+ pageToken: arg_pageToken,
+ $fields: arg_$fields);
+ checkListOperationsResponse(response as api.ListOperationsResponse);
+ });
+ });
+
unittest.group('resource-FoldersLogsResource', () {
unittest.test('method--delete', () async {
var mock = HttpServerMock();
@@ -5921,7 +6779,7 @@
var arg_parent = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
- var arg_resourceNames = buildUnnamed2454();
+ var arg_resourceNames = buildUnnamed2460();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -7138,6 +7996,189 @@
});
});
+ unittest.group('resource-LocationsOperationsResource', () {
+ unittest.test('method--cancel', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).locations.operations;
+ var arg_request = buildCancelOperationRequest();
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.CancelOperationRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkCancelOperationRequest(obj as api.CancelOperationRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v2/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildEmpty());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.cancel(arg_request, arg_name, $fields: arg_$fields);
+ checkEmpty(response as api.Empty);
+ });
+
+ unittest.test('method--get', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).locations.operations;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v2/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildOperation());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.get(arg_name, $fields: arg_$fields);
+ checkOperation(response as api.Operation);
+ });
+
+ unittest.test('method--list', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).locations.operations;
+ var arg_name = 'foo';
+ var arg_filter = 'foo';
+ var arg_pageSize = 42;
+ var arg_pageToken = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v2/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["filter"]!.first,
+ unittest.equals(arg_filter),
+ );
+ unittest.expect(
+ core.int.parse(queryMap["pageSize"]!.first),
+ unittest.equals(arg_pageSize),
+ );
+ unittest.expect(
+ queryMap["pageToken"]!.first,
+ unittest.equals(arg_pageToken),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildListOperationsResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.list(arg_name,
+ filter: arg_filter,
+ pageSize: arg_pageSize,
+ pageToken: arg_pageToken,
+ $fields: arg_$fields);
+ checkListOperationsResponse(response as api.ListOperationsResponse);
+ });
+ });
+
unittest.group('resource-LogsResource', () {
unittest.test('method--delete', () async {
var mock = HttpServerMock();
@@ -7197,7 +8238,7 @@
var arg_parent = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
- var arg_resourceNames = buildUnnamed2455();
+ var arg_resourceNames = buildUnnamed2461();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -8517,6 +9558,189 @@
});
});
+ unittest.group('resource-OrganizationsLocationsOperationsResource', () {
+ unittest.test('method--cancel', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).organizations.locations.operations;
+ var arg_request = buildCancelOperationRequest();
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.CancelOperationRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkCancelOperationRequest(obj as api.CancelOperationRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v2/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildEmpty());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.cancel(arg_request, arg_name, $fields: arg_$fields);
+ checkEmpty(response as api.Empty);
+ });
+
+ unittest.test('method--get', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).organizations.locations.operations;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v2/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildOperation());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.get(arg_name, $fields: arg_$fields);
+ checkOperation(response as api.Operation);
+ });
+
+ unittest.test('method--list', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).organizations.locations.operations;
+ var arg_name = 'foo';
+ var arg_filter = 'foo';
+ var arg_pageSize = 42;
+ var arg_pageToken = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v2/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["filter"]!.first,
+ unittest.equals(arg_filter),
+ );
+ unittest.expect(
+ core.int.parse(queryMap["pageSize"]!.first),
+ unittest.equals(arg_pageSize),
+ );
+ unittest.expect(
+ queryMap["pageToken"]!.first,
+ unittest.equals(arg_pageToken),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildListOperationsResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.list(arg_name,
+ filter: arg_filter,
+ pageSize: arg_pageSize,
+ pageToken: arg_pageToken,
+ $fields: arg_$fields);
+ checkListOperationsResponse(response as api.ListOperationsResponse);
+ });
+ });
+
unittest.group('resource-OrganizationsLogsResource', () {
unittest.test('method--delete', () async {
var mock = HttpServerMock();
@@ -8576,7 +9800,7 @@
var arg_parent = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
- var arg_resourceNames = buildUnnamed2456();
+ var arg_resourceNames = buildUnnamed2462();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -10085,6 +11309,189 @@
});
});
+ unittest.group('resource-ProjectsLocationsOperationsResource', () {
+ unittest.test('method--cancel', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).projects.locations.operations;
+ var arg_request = buildCancelOperationRequest();
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.CancelOperationRequest.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkCancelOperationRequest(obj as api.CancelOperationRequest);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v2/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildEmpty());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response =
+ await res.cancel(arg_request, arg_name, $fields: arg_$fields);
+ checkEmpty(response as api.Empty);
+ });
+
+ unittest.test('method--get', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).projects.locations.operations;
+ var arg_name = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v2/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildOperation());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.get(arg_name, $fields: arg_$fields);
+ checkOperation(response as api.Operation);
+ });
+
+ unittest.test('method--list', () async {
+ var mock = HttpServerMock();
+ var res = api.LoggingApi(mock).projects.locations.operations;
+ var arg_name = 'foo';
+ var arg_filter = 'foo';
+ var arg_pageSize = 42;
+ var arg_pageToken = 'foo';
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 3),
+ unittest.equals("v2/"),
+ );
+ pathOffset += 3;
+ // NOTE: We cannot test reserved expansions due to the inability to reverse the operation;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["filter"]!.first,
+ unittest.equals(arg_filter),
+ );
+ unittest.expect(
+ core.int.parse(queryMap["pageSize"]!.first),
+ unittest.equals(arg_pageSize),
+ );
+ unittest.expect(
+ queryMap["pageToken"]!.first,
+ unittest.equals(arg_pageToken),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildListOperationsResponse());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.list(arg_name,
+ filter: arg_filter,
+ pageSize: arg_pageSize,
+ pageToken: arg_pageToken,
+ $fields: arg_$fields);
+ checkListOperationsResponse(response as api.ListOperationsResponse);
+ });
+ });
+
unittest.group('resource-ProjectsLogsResource', () {
unittest.test('method--delete', () async {
var mock = HttpServerMock();
@@ -10144,7 +11551,7 @@
var arg_parent = 'foo';
var arg_pageSize = 42;
var arg_pageToken = 'foo';
- var arg_resourceNames = buildUnnamed2457();
+ var arg_resourceNames = buildUnnamed2463();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
diff --git a/generated/googleapis/test/managedidentities/v1_test.dart b/generated/googleapis/test/managedidentities/v1_test.dart
index bffd413..73372ef 100644
--- a/generated/googleapis/test/managedidentities/v1_test.dart
+++ b/generated/googleapis/test/managedidentities/v1_test.dart
@@ -46,14 +46,14 @@
buildCounterAttachTrustRequest--;
}
-core.List<core.String> buildUnnamed7631() {
+core.List<core.String> buildUnnamed7685() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7631(core.List<core.String> o) {
+void checkUnnamed7685(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -71,7 +71,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed7631();
+ o.members = buildUnnamed7685();
o.role = 'foo';
}
buildCounterBinding--;
@@ -82,7 +82,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed7631(o.members!);
+ checkUnnamed7685(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -106,14 +106,14 @@
buildCounterCancelOperationRequest--;
}
-core.List<core.String> buildUnnamed7632() {
+core.List<core.String> buildUnnamed7686() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7632(core.List<core.String> o) {
+void checkUnnamed7686(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -133,7 +133,7 @@
o.expireTime = 'foo';
o.issuingCertificate = buildCertificate();
o.subject = 'foo';
- o.subjectAlternativeName = buildUnnamed7632();
+ o.subjectAlternativeName = buildUnnamed7686();
o.thumbprint = 'foo';
}
buildCounterCertificate--;
@@ -152,7 +152,7 @@
o.subject!,
unittest.equals('foo'),
);
- checkUnnamed7632(o.subjectAlternativeName!);
+ checkUnnamed7686(o.subjectAlternativeName!);
unittest.expect(
o.thumbprint!,
unittest.equals('foo'),
@@ -259,14 +259,14 @@
buildCounterDetachTrustRequest--;
}
-core.List<core.String> buildUnnamed7633() {
+core.List<core.String> buildUnnamed7687() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7633(core.List<core.String> o) {
+void checkUnnamed7687(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -278,14 +278,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed7634() {
+core.Map<core.String, core.String> buildUnnamed7688() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7634(core.Map<core.String, core.String> o) {
+void checkUnnamed7688(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -297,14 +297,14 @@
);
}
-core.List<core.String> buildUnnamed7635() {
+core.List<core.String> buildUnnamed7689() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7635(core.List<core.String> o) {
+void checkUnnamed7689(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -316,14 +316,14 @@
);
}
-core.List<api.Trust> buildUnnamed7636() {
+core.List<api.Trust> buildUnnamed7690() {
var o = <api.Trust>[];
o.add(buildTrust());
o.add(buildTrust());
return o;
}
-void checkUnnamed7636(core.List<api.Trust> o) {
+void checkUnnamed7690(core.List<api.Trust> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrust(o[0] as api.Trust);
checkTrust(o[1] as api.Trust);
@@ -335,16 +335,16 @@
buildCounterDomain++;
if (buildCounterDomain < 3) {
o.admin = 'foo';
- o.authorizedNetworks = buildUnnamed7633();
+ o.authorizedNetworks = buildUnnamed7687();
o.createTime = 'foo';
o.fqdn = 'foo';
- o.labels = buildUnnamed7634();
- o.locations = buildUnnamed7635();
+ o.labels = buildUnnamed7688();
+ o.locations = buildUnnamed7689();
o.name = 'foo';
o.reservedIpRange = 'foo';
o.state = 'foo';
o.statusMessage = 'foo';
- o.trusts = buildUnnamed7636();
+ o.trusts = buildUnnamed7690();
o.updateTime = 'foo';
}
buildCounterDomain--;
@@ -358,7 +358,7 @@
o.admin!,
unittest.equals('foo'),
);
- checkUnnamed7633(o.authorizedNetworks!);
+ checkUnnamed7687(o.authorizedNetworks!);
unittest.expect(
o.createTime!,
unittest.equals('foo'),
@@ -367,8 +367,8 @@
o.fqdn!,
unittest.equals('foo'),
);
- checkUnnamed7634(o.labels!);
- checkUnnamed7635(o.locations!);
+ checkUnnamed7688(o.labels!);
+ checkUnnamed7689(o.locations!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -385,7 +385,7 @@
o.statusMessage!,
unittest.equals('foo'),
);
- checkUnnamed7636(o.trusts!);
+ checkUnnamed7690(o.trusts!);
unittest.expect(
o.updateTime!,
unittest.equals('foo'),
@@ -584,14 +584,14 @@
buildCounterGoogleCloudManagedidentitiesV1beta1OpMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed7637() {
+core.Map<core.String, core.String> buildUnnamed7691() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7637(core.Map<core.String, core.String> o) {
+void checkUnnamed7691(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -603,14 +603,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed7638() {
+core.Map<core.String, core.String> buildUnnamed7692() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7638(core.Map<core.String, core.String> o) {
+void checkUnnamed7692(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -624,7 +624,7 @@
core.Map<core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule>
- buildUnnamed7639() {
+ buildUnnamed7693() {
var o = <core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule>{};
o['x'] =
@@ -634,7 +634,7 @@
return o;
}
-void checkUnnamed7639(
+void checkUnnamed7693(
core.Map<core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule>
o) {
@@ -647,14 +647,14 @@
.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule);
}
-core.Map<core.String, core.String> buildUnnamed7640() {
+core.Map<core.String, core.String> buildUnnamed7694() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7640(core.Map<core.String, core.String> o) {
+void checkUnnamed7694(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -668,7 +668,7 @@
core.List<
api.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource>
- buildUnnamed7641() {
+ buildUnnamed7695() {
var o = <
api.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource>[];
o.add(
@@ -678,7 +678,7 @@
return o;
}
-void checkUnnamed7641(
+void checkUnnamed7695(
core.List<
api.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource>
o) {
@@ -691,14 +691,14 @@
.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource);
}
-core.Map<core.String, core.String> buildUnnamed7642() {
+core.Map<core.String, core.String> buildUnnamed7696() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7642(core.Map<core.String, core.String> o) {
+void checkUnnamed7696(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -719,18 +719,18 @@
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1Instance < 3) {
o.consumerDefinedName = 'foo';
o.createTime = 'foo';
- o.labels = buildUnnamed7637();
- o.maintenancePolicyNames = buildUnnamed7638();
- o.maintenanceSchedules = buildUnnamed7639();
+ o.labels = buildUnnamed7691();
+ o.maintenancePolicyNames = buildUnnamed7692();
+ o.maintenanceSchedules = buildUnnamed7693();
o.maintenanceSettings =
buildGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings();
o.name = 'foo';
- o.producerMetadata = buildUnnamed7640();
- o.provisionedResources = buildUnnamed7641();
+ o.producerMetadata = buildUnnamed7694();
+ o.provisionedResources = buildUnnamed7695();
o.slmInstanceTemplate = 'foo';
o.sloMetadata =
buildGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata();
- o.softwareVersions = buildUnnamed7642();
+ o.softwareVersions = buildUnnamed7696();
o.state = 'foo';
o.tenantProjectId = 'foo';
o.updateTime = 'foo';
@@ -751,9 +751,9 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed7637(o.labels!);
- checkUnnamed7638(o.maintenancePolicyNames!);
- checkUnnamed7639(o.maintenanceSchedules!);
+ checkUnnamed7691(o.labels!);
+ checkUnnamed7692(o.maintenancePolicyNames!);
+ checkUnnamed7693(o.maintenanceSchedules!);
checkGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings(
o.maintenanceSettings! as api
.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings);
@@ -761,8 +761,8 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7640(o.producerMetadata!);
- checkUnnamed7641(o.provisionedResources!);
+ checkUnnamed7694(o.producerMetadata!);
+ checkUnnamed7695(o.provisionedResources!);
unittest.expect(
o.slmInstanceTemplate!,
unittest.equals('foo'),
@@ -770,7 +770,7 @@
checkGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata(
o.sloMetadata!
as api.GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata);
- checkUnnamed7642(o.softwareVersions!);
+ checkUnnamed7696(o.softwareVersions!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -833,14 +833,14 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule--;
}
-core.Map<core.String, api.MaintenancePolicy> buildUnnamed7643() {
+core.Map<core.String, api.MaintenancePolicy> buildUnnamed7697() {
var o = <core.String, api.MaintenancePolicy>{};
o['x'] = buildMaintenancePolicy();
o['y'] = buildMaintenancePolicy();
return o;
}
-void checkUnnamed7643(core.Map<core.String, api.MaintenancePolicy> o) {
+void checkUnnamed7697(core.Map<core.String, api.MaintenancePolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkMaintenancePolicy(o['x']! as api.MaintenancePolicy);
checkMaintenancePolicy(o['y']! as api.MaintenancePolicy);
@@ -858,7 +858,7 @@
3) {
o.exclude = true;
o.isRollback = true;
- o.maintenancePolicies = buildUnnamed7643();
+ o.maintenancePolicies = buildUnnamed7697();
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings--;
return o;
@@ -871,20 +871,20 @@
3) {
unittest.expect(o.exclude!, unittest.isTrue);
unittest.expect(o.isRollback!, unittest.isTrue);
- checkUnnamed7643(o.maintenancePolicies!);
+ checkUnnamed7697(o.maintenancePolicies!);
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings--;
}
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
- buildUnnamed7644() {
+ buildUnnamed7698() {
var o = <api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>[];
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
return o;
}
-void checkUnnamed7644(
+void checkUnnamed7698(
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -903,9 +903,11 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata <
3) {
- o.exclusions = buildUnnamed7644();
+ o.exclusions = buildUnnamed7698();
o.location = 'foo';
o.nodeId = 'foo';
+ o.perSliEligibility =
+ buildGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility();
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata--;
return o;
@@ -916,7 +918,7 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata <
3) {
- checkUnnamed7644(o.exclusions!);
+ checkUnnamed7698(o.exclusions!);
unittest.expect(
o.location!,
unittest.equals('foo'),
@@ -925,13 +927,16 @@
o.nodeId!,
unittest.equals('foo'),
);
+ checkGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility(
+ o.perSliEligibility! as api
+ .GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility);
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata--;
}
core.Map<core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility>
- buildUnnamed7645() {
+ buildUnnamed7699() {
var o = <core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility>{};
o['x'] = buildGoogleCloudSaasacceleratorManagementProvidersV1SloEligibility();
@@ -939,7 +944,7 @@
return o;
}
-void checkUnnamed7645(
+void checkUnnamed7699(
core.Map<core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility>
o) {
@@ -960,7 +965,7 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility <
3) {
- o.eligibilities = buildUnnamed7645();
+ o.eligibilities = buildUnnamed7699();
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility--;
return o;
@@ -971,7 +976,7 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility <
3) {
- checkUnnamed7645(o.eligibilities!);
+ checkUnnamed7699(o.eligibilities!);
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility--;
}
@@ -1083,14 +1088,14 @@
}
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
- buildUnnamed7646() {
+ buildUnnamed7700() {
var o = <api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>[];
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
return o;
}
-void checkUnnamed7646(
+void checkUnnamed7700(
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -1101,7 +1106,7 @@
}
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata>
- buildUnnamed7647() {
+ buildUnnamed7701() {
var o =
<api.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata>[];
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata());
@@ -1109,7 +1114,7 @@
return o;
}
-void checkUnnamed7647(
+void checkUnnamed7701(
core.List<
api.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata>
o) {
@@ -1128,8 +1133,8 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata <
3) {
- o.exclusions = buildUnnamed7646();
- o.nodes = buildUnnamed7647();
+ o.exclusions = buildUnnamed7700();
+ o.nodes = buildUnnamed7701();
o.perSliEligibility =
buildGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility();
o.tier = 'foo';
@@ -1143,8 +1148,8 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata <
3) {
- checkUnnamed7646(o.exclusions!);
- checkUnnamed7647(o.nodes!);
+ checkUnnamed7700(o.exclusions!);
+ checkUnnamed7701(o.nodes!);
checkGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility(
o.perSliEligibility! as api
.GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility);
@@ -1200,27 +1205,27 @@
buildCounterLDAPSSettings--;
}
-core.List<api.Domain> buildUnnamed7648() {
+core.List<api.Domain> buildUnnamed7702() {
var o = <api.Domain>[];
o.add(buildDomain());
o.add(buildDomain());
return o;
}
-void checkUnnamed7648(core.List<api.Domain> o) {
+void checkUnnamed7702(core.List<api.Domain> o) {
unittest.expect(o, unittest.hasLength(2));
checkDomain(o[0] as api.Domain);
checkDomain(o[1] as api.Domain);
}
-core.List<core.String> buildUnnamed7649() {
+core.List<core.String> buildUnnamed7703() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7649(core.List<core.String> o) {
+void checkUnnamed7703(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1237,9 +1242,9 @@
var o = api.ListDomainsResponse();
buildCounterListDomainsResponse++;
if (buildCounterListDomainsResponse < 3) {
- o.domains = buildUnnamed7648();
+ o.domains = buildUnnamed7702();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed7649();
+ o.unreachable = buildUnnamed7703();
}
buildCounterListDomainsResponse--;
return o;
@@ -1248,24 +1253,24 @@
void checkListDomainsResponse(api.ListDomainsResponse o) {
buildCounterListDomainsResponse++;
if (buildCounterListDomainsResponse < 3) {
- checkUnnamed7648(o.domains!);
+ checkUnnamed7702(o.domains!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7649(o.unreachable!);
+ checkUnnamed7703(o.unreachable!);
}
buildCounterListDomainsResponse--;
}
-core.List<api.Location> buildUnnamed7650() {
+core.List<api.Location> buildUnnamed7704() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed7650(core.List<api.Location> o) {
+void checkUnnamed7704(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1276,7 +1281,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed7650();
+ o.locations = buildUnnamed7704();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -1286,7 +1291,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed7650(o.locations!);
+ checkUnnamed7704(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1295,14 +1300,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed7651() {
+core.List<api.Operation> buildUnnamed7705() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed7651(core.List<api.Operation> o) {
+void checkUnnamed7705(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1314,7 +1319,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed7651();
+ o.operations = buildUnnamed7705();
}
buildCounterListOperationsResponse--;
return o;
@@ -1327,32 +1332,32 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7651(o.operations!);
+ checkUnnamed7705(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.SqlIntegration> buildUnnamed7652() {
+core.List<api.SqlIntegration> buildUnnamed7706() {
var o = <api.SqlIntegration>[];
o.add(buildSqlIntegration());
o.add(buildSqlIntegration());
return o;
}
-void checkUnnamed7652(core.List<api.SqlIntegration> o) {
+void checkUnnamed7706(core.List<api.SqlIntegration> o) {
unittest.expect(o, unittest.hasLength(2));
checkSqlIntegration(o[0] as api.SqlIntegration);
checkSqlIntegration(o[1] as api.SqlIntegration);
}
-core.List<core.String> buildUnnamed7653() {
+core.List<core.String> buildUnnamed7707() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7653(core.List<core.String> o) {
+void checkUnnamed7707(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1370,8 +1375,8 @@
buildCounterListSqlIntegrationsResponse++;
if (buildCounterListSqlIntegrationsResponse < 3) {
o.nextPageToken = 'foo';
- o.sqlIntegrations = buildUnnamed7652();
- o.unreachable = buildUnnamed7653();
+ o.sqlIntegrations = buildUnnamed7706();
+ o.unreachable = buildUnnamed7707();
}
buildCounterListSqlIntegrationsResponse--;
return o;
@@ -1384,20 +1389,20 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7652(o.sqlIntegrations!);
- checkUnnamed7653(o.unreachable!);
+ checkUnnamed7706(o.sqlIntegrations!);
+ checkUnnamed7707(o.unreachable!);
}
buildCounterListSqlIntegrationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed7654() {
+core.Map<core.String, core.String> buildUnnamed7708() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7654(core.Map<core.String, core.String> o) {
+void checkUnnamed7708(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1409,7 +1414,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7655() {
+core.Map<core.String, core.Object> buildUnnamed7709() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1424,7 +1429,7 @@
return o;
}
-void checkUnnamed7655(core.Map<core.String, core.Object> o) {
+void checkUnnamed7709(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1462,9 +1467,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed7654();
+ o.labels = buildUnnamed7708();
o.locationId = 'foo';
- o.metadata = buildUnnamed7655();
+ o.metadata = buildUnnamed7709();
o.name = 'foo';
}
buildCounterLocation--;
@@ -1478,12 +1483,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed7654(o.labels!);
+ checkUnnamed7708(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed7655(o.metadata!);
+ checkUnnamed7709(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1492,14 +1497,14 @@
buildCounterLocation--;
}
-core.Map<core.String, core.String> buildUnnamed7656() {
+core.Map<core.String, core.String> buildUnnamed7710() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7656(core.Map<core.String, core.String> o) {
+void checkUnnamed7710(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1518,7 +1523,7 @@
if (buildCounterMaintenancePolicy < 3) {
o.createTime = 'foo';
o.description = 'foo';
- o.labels = buildUnnamed7656();
+ o.labels = buildUnnamed7710();
o.name = 'foo';
o.state = 'foo';
o.updatePolicy = buildUpdatePolicy();
@@ -1539,7 +1544,7 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed7656(o.labels!);
+ checkUnnamed7710(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1578,7 +1583,7 @@
buildCounterMaintenanceWindow--;
}
-core.Map<core.String, core.Object> buildUnnamed7657() {
+core.Map<core.String, core.Object> buildUnnamed7711() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1593,7 +1598,7 @@
return o;
}
-void checkUnnamed7657(core.Map<core.String, core.Object> o) {
+void checkUnnamed7711(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1625,7 +1630,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7658() {
+core.Map<core.String, core.Object> buildUnnamed7712() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1640,7 +1645,7 @@
return o;
}
-void checkUnnamed7658(core.Map<core.String, core.Object> o) {
+void checkUnnamed7712(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1679,9 +1684,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed7657();
+ o.metadata = buildUnnamed7711();
o.name = 'foo';
- o.response = buildUnnamed7658();
+ o.response = buildUnnamed7712();
}
buildCounterOperation--;
return o;
@@ -1692,12 +1697,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed7657(o.metadata!);
+ checkUnnamed7711(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7658(o.response!);
+ checkUnnamed7712(o.response!);
}
buildCounterOperation--;
}
@@ -1751,14 +1756,14 @@
buildCounterOperationMetadata--;
}
-core.List<api.Binding> buildUnnamed7659() {
+core.List<api.Binding> buildUnnamed7713() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed7659(core.List<api.Binding> o) {
+void checkUnnamed7713(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -1769,7 +1774,7 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed7659();
+ o.bindings = buildUnnamed7713();
o.etag = 'foo';
o.version = 42;
}
@@ -1780,7 +1785,7 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed7659(o.bindings!);
+ checkUnnamed7713(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1793,14 +1798,14 @@
buildCounterPolicy--;
}
-core.List<core.String> buildUnnamed7660() {
+core.List<core.String> buildUnnamed7714() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7660(core.List<core.String> o) {
+void checkUnnamed7714(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1817,7 +1822,7 @@
var o = api.ReconfigureTrustRequest();
buildCounterReconfigureTrustRequest++;
if (buildCounterReconfigureTrustRequest < 3) {
- o.targetDnsIpAddresses = buildUnnamed7660();
+ o.targetDnsIpAddresses = buildUnnamed7714();
o.targetDomainName = 'foo';
}
buildCounterReconfigureTrustRequest--;
@@ -1827,7 +1832,7 @@
void checkReconfigureTrustRequest(api.ReconfigureTrustRequest o) {
buildCounterReconfigureTrustRequest++;
if (buildCounterReconfigureTrustRequest < 3) {
- checkUnnamed7660(o.targetDnsIpAddresses!);
+ checkUnnamed7714(o.targetDnsIpAddresses!);
unittest.expect(
o.targetDomainName!,
unittest.equals('foo'),
@@ -1963,7 +1968,7 @@
buildCounterSqlIntegration--;
}
-core.Map<core.String, core.Object> buildUnnamed7661() {
+core.Map<core.String, core.Object> buildUnnamed7715() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1978,7 +1983,7 @@
return o;
}
-void checkUnnamed7661(core.Map<core.String, core.Object> o) {
+void checkUnnamed7715(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -2010,17 +2015,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7662() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7716() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7661());
- o.add(buildUnnamed7661());
+ o.add(buildUnnamed7715());
+ o.add(buildUnnamed7715());
return o;
}
-void checkUnnamed7662(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7716(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7661(o[0]);
- checkUnnamed7661(o[1]);
+ checkUnnamed7715(o[0]);
+ checkUnnamed7715(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2029,7 +2034,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed7662();
+ o.details = buildUnnamed7716();
o.message = 'foo';
}
buildCounterStatus--;
@@ -2043,7 +2048,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed7662(o.details!);
+ checkUnnamed7716(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2052,14 +2057,14 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed7663() {
+core.List<core.String> buildUnnamed7717() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7663(core.List<core.String> o) {
+void checkUnnamed7717(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2076,7 +2081,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed7663();
+ o.permissions = buildUnnamed7717();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -2085,19 +2090,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed7663(o.permissions!);
+ checkUnnamed7717(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed7664() {
+core.List<core.String> buildUnnamed7718() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7664(core.List<core.String> o) {
+void checkUnnamed7718(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2114,7 +2119,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed7664();
+ o.permissions = buildUnnamed7718();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -2123,7 +2128,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed7664(o.permissions!);
+ checkUnnamed7718(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
@@ -2165,14 +2170,14 @@
buildCounterTimeOfDay--;
}
-core.List<core.String> buildUnnamed7665() {
+core.List<core.String> buildUnnamed7719() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7665(core.List<core.String> o) {
+void checkUnnamed7719(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2194,7 +2199,7 @@
o.selectiveAuthentication = true;
o.state = 'foo';
o.stateDescription = 'foo';
- o.targetDnsIpAddresses = buildUnnamed7665();
+ o.targetDnsIpAddresses = buildUnnamed7719();
o.targetDomainName = 'foo';
o.trustDirection = 'foo';
o.trustHandshakeSecret = 'foo';
@@ -2225,7 +2230,7 @@
o.stateDescription!,
unittest.equals('foo'),
);
- checkUnnamed7665(o.targetDnsIpAddresses!);
+ checkUnnamed7719(o.targetDnsIpAddresses!);
unittest.expect(
o.targetDomainName!,
unittest.equals('foo'),
@@ -2250,14 +2255,14 @@
buildCounterTrust--;
}
-core.List<api.DenyMaintenancePeriod> buildUnnamed7666() {
+core.List<api.DenyMaintenancePeriod> buildUnnamed7720() {
var o = <api.DenyMaintenancePeriod>[];
o.add(buildDenyMaintenancePeriod());
o.add(buildDenyMaintenancePeriod());
return o;
}
-void checkUnnamed7666(core.List<api.DenyMaintenancePeriod> o) {
+void checkUnnamed7720(core.List<api.DenyMaintenancePeriod> o) {
unittest.expect(o, unittest.hasLength(2));
checkDenyMaintenancePeriod(o[0] as api.DenyMaintenancePeriod);
checkDenyMaintenancePeriod(o[1] as api.DenyMaintenancePeriod);
@@ -2269,7 +2274,7 @@
buildCounterUpdatePolicy++;
if (buildCounterUpdatePolicy < 3) {
o.channel = 'foo';
- o.denyMaintenancePeriods = buildUnnamed7666();
+ o.denyMaintenancePeriods = buildUnnamed7720();
o.window = buildMaintenanceWindow();
}
buildCounterUpdatePolicy--;
@@ -2283,7 +2288,7 @@
o.channel!,
unittest.equals('foo'),
);
- checkUnnamed7666(o.denyMaintenancePeriods!);
+ checkUnnamed7720(o.denyMaintenancePeriods!);
checkMaintenanceWindow(o.window! as api.MaintenanceWindow);
}
buildCounterUpdatePolicy--;
@@ -2308,14 +2313,14 @@
buildCounterValidateTrustRequest--;
}
-core.List<api.Schedule> buildUnnamed7667() {
+core.List<api.Schedule> buildUnnamed7721() {
var o = <api.Schedule>[];
o.add(buildSchedule());
o.add(buildSchedule());
return o;
}
-void checkUnnamed7667(core.List<api.Schedule> o) {
+void checkUnnamed7721(core.List<api.Schedule> o) {
unittest.expect(o, unittest.hasLength(2));
checkSchedule(o[0] as api.Schedule);
checkSchedule(o[1] as api.Schedule);
@@ -2326,7 +2331,7 @@
var o = api.WeeklyCycle();
buildCounterWeeklyCycle++;
if (buildCounterWeeklyCycle < 3) {
- o.schedule = buildUnnamed7667();
+ o.schedule = buildUnnamed7721();
}
buildCounterWeeklyCycle--;
return o;
@@ -2335,7 +2340,7 @@
void checkWeeklyCycle(api.WeeklyCycle o) {
buildCounterWeeklyCycle++;
if (buildCounterWeeklyCycle < 3) {
- checkUnnamed7667(o.schedule!);
+ checkUnnamed7721(o.schedule!);
}
buildCounterWeeklyCycle--;
}
diff --git a/generated/googleapis/test/manufacturers/v1_test.dart b/generated/googleapis/test/manufacturers/v1_test.dart
index 7addead..5fd54ac 100644
--- a/generated/googleapis/test/manufacturers/v1_test.dart
+++ b/generated/googleapis/test/manufacturers/v1_test.dart
@@ -27,27 +27,27 @@
import '../test_shared.dart';
-core.List<api.Image> buildUnnamed2173() {
+core.List<api.Image> buildUnnamed2174() {
var o = <api.Image>[];
o.add(buildImage());
o.add(buildImage());
return o;
}
-void checkUnnamed2173(core.List<api.Image> o) {
+void checkUnnamed2174(core.List<api.Image> o) {
unittest.expect(o, unittest.hasLength(2));
checkImage(o[0] as api.Image);
checkImage(o[1] as api.Image);
}
-core.List<core.String> buildUnnamed2174() {
+core.List<core.String> buildUnnamed2175() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2174(core.List<core.String> o) {
+void checkUnnamed2175(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -59,38 +59,19 @@
);
}
-core.List<api.FeatureDescription> buildUnnamed2175() {
+core.List<api.FeatureDescription> buildUnnamed2176() {
var o = <api.FeatureDescription>[];
o.add(buildFeatureDescription());
o.add(buildFeatureDescription());
return o;
}
-void checkUnnamed2175(core.List<api.FeatureDescription> o) {
+void checkUnnamed2176(core.List<api.FeatureDescription> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeatureDescription(o[0] as api.FeatureDescription);
checkFeatureDescription(o[1] as api.FeatureDescription);
}
-core.List<core.String> buildUnnamed2176() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2176(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'),
- );
-}
-
core.List<core.String> buildUnnamed2177() {
var o = <core.String>[];
o.add('foo');
@@ -110,27 +91,14 @@
);
}
-core.List<api.ProductDetail> buildUnnamed2178() {
- var o = <api.ProductDetail>[];
- o.add(buildProductDetail());
- o.add(buildProductDetail());
- return o;
-}
-
-void checkUnnamed2178(core.List<api.ProductDetail> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkProductDetail(o[0] as api.ProductDetail);
- checkProductDetail(o[1] as api.ProductDetail);
-}
-
-core.List<core.String> buildUnnamed2179() {
+core.List<core.String> buildUnnamed2178() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2179(core.List<core.String> o) {
+void checkUnnamed2178(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -142,6 +110,19 @@
);
}
+core.List<api.ProductDetail> buildUnnamed2179() {
+ var o = <api.ProductDetail>[];
+ o.add(buildProductDetail());
+ o.add(buildProductDetail());
+ return o;
+}
+
+void checkUnnamed2179(core.List<api.ProductDetail> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkProductDetail(o[0] as api.ProductDetail);
+ checkProductDetail(o[1] as api.ProductDetail);
+}
+
core.List<core.String> buildUnnamed2180() {
var o = <core.String>[];
o.add('foo');
@@ -218,12 +199,31 @@
);
}
+core.List<core.String> buildUnnamed2184() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2184(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'),
+ );
+}
+
core.int buildCounterAttributes = 0;
api.Attributes buildAttributes() {
var o = api.Attributes();
buildCounterAttributes++;
if (buildCounterAttributes < 3) {
- o.additionalImageLink = buildUnnamed2173();
+ o.additionalImageLink = buildUnnamed2174();
o.ageGroup = 'foo';
o.brand = 'foo';
o.capacity = buildCapacity();
@@ -231,35 +231,35 @@
o.count = buildCount();
o.description = 'foo';
o.disclosureDate = 'foo';
- o.excludedDestination = buildUnnamed2174();
- o.featureDescription = buildUnnamed2175();
+ o.excludedDestination = buildUnnamed2175();
+ o.featureDescription = buildUnnamed2176();
o.flavor = 'foo';
o.format = 'foo';
o.gender = 'foo';
- o.gtin = buildUnnamed2176();
+ o.gtin = buildUnnamed2177();
o.imageLink = buildImage();
- o.includedDestination = buildUnnamed2177();
+ o.includedDestination = buildUnnamed2178();
o.itemGroupId = 'foo';
o.material = 'foo';
o.mpn = 'foo';
o.pattern = 'foo';
- o.productDetail = buildUnnamed2178();
- o.productHighlight = buildUnnamed2179();
+ o.productDetail = buildUnnamed2179();
+ o.productHighlight = buildUnnamed2180();
o.productLine = 'foo';
o.productName = 'foo';
o.productPageUrl = 'foo';
- o.productType = buildUnnamed2180();
+ o.productType = buildUnnamed2181();
o.releaseDate = 'foo';
- o.richProductContent = buildUnnamed2181();
+ o.richProductContent = buildUnnamed2182();
o.scent = 'foo';
o.size = 'foo';
o.sizeSystem = 'foo';
- o.sizeType = buildUnnamed2182();
+ o.sizeType = buildUnnamed2183();
o.suggestedRetailPrice = buildPrice();
o.targetClientId = 'foo';
o.theme = 'foo';
o.title = 'foo';
- o.videoLink = buildUnnamed2183();
+ o.videoLink = buildUnnamed2184();
}
buildCounterAttributes--;
return o;
@@ -268,7 +268,7 @@
void checkAttributes(api.Attributes o) {
buildCounterAttributes++;
if (buildCounterAttributes < 3) {
- checkUnnamed2173(o.additionalImageLink!);
+ checkUnnamed2174(o.additionalImageLink!);
unittest.expect(
o.ageGroup!,
unittest.equals('foo'),
@@ -291,8 +291,8 @@
o.disclosureDate!,
unittest.equals('foo'),
);
- checkUnnamed2174(o.excludedDestination!);
- checkUnnamed2175(o.featureDescription!);
+ checkUnnamed2175(o.excludedDestination!);
+ checkUnnamed2176(o.featureDescription!);
unittest.expect(
o.flavor!,
unittest.equals('foo'),
@@ -305,9 +305,9 @@
o.gender!,
unittest.equals('foo'),
);
- checkUnnamed2176(o.gtin!);
+ checkUnnamed2177(o.gtin!);
checkImage(o.imageLink! as api.Image);
- checkUnnamed2177(o.includedDestination!);
+ checkUnnamed2178(o.includedDestination!);
unittest.expect(
o.itemGroupId!,
unittest.equals('foo'),
@@ -324,8 +324,8 @@
o.pattern!,
unittest.equals('foo'),
);
- checkUnnamed2178(o.productDetail!);
- checkUnnamed2179(o.productHighlight!);
+ checkUnnamed2179(o.productDetail!);
+ checkUnnamed2180(o.productHighlight!);
unittest.expect(
o.productLine!,
unittest.equals('foo'),
@@ -338,12 +338,12 @@
o.productPageUrl!,
unittest.equals('foo'),
);
- checkUnnamed2180(o.productType!);
+ checkUnnamed2181(o.productType!);
unittest.expect(
o.releaseDate!,
unittest.equals('foo'),
);
- checkUnnamed2181(o.richProductContent!);
+ checkUnnamed2182(o.richProductContent!);
unittest.expect(
o.scent!,
unittest.equals('foo'),
@@ -356,7 +356,7 @@
o.sizeSystem!,
unittest.equals('foo'),
);
- checkUnnamed2182(o.sizeType!);
+ checkUnnamed2183(o.sizeType!);
checkPrice(o.suggestedRetailPrice! as api.Price);
unittest.expect(
o.targetClientId!,
@@ -370,7 +370,7 @@
o.title!,
unittest.equals('foo'),
);
- checkUnnamed2183(o.videoLink!);
+ checkUnnamed2184(o.videoLink!);
}
buildCounterAttributes--;
}
@@ -589,14 +589,14 @@
buildCounterIssue--;
}
-core.List<api.Product> buildUnnamed2184() {
+core.List<api.Product> buildUnnamed2185() {
var o = <api.Product>[];
o.add(buildProduct());
o.add(buildProduct());
return o;
}
-void checkUnnamed2184(core.List<api.Product> o) {
+void checkUnnamed2185(core.List<api.Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkProduct(o[0] as api.Product);
checkProduct(o[1] as api.Product);
@@ -608,7 +608,7 @@
buildCounterListProductsResponse++;
if (buildCounterListProductsResponse < 3) {
o.nextPageToken = 'foo';
- o.products = buildUnnamed2184();
+ o.products = buildUnnamed2185();
}
buildCounterListProductsResponse--;
return o;
@@ -621,7 +621,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2184(o.products!);
+ checkUnnamed2185(o.products!);
}
buildCounterListProductsResponse--;
}
@@ -653,27 +653,27 @@
buildCounterPrice--;
}
-core.List<api.DestinationStatus> buildUnnamed2185() {
+core.List<api.DestinationStatus> buildUnnamed2186() {
var o = <api.DestinationStatus>[];
o.add(buildDestinationStatus());
o.add(buildDestinationStatus());
return o;
}
-void checkUnnamed2185(core.List<api.DestinationStatus> o) {
+void checkUnnamed2186(core.List<api.DestinationStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkDestinationStatus(o[0] as api.DestinationStatus);
checkDestinationStatus(o[1] as api.DestinationStatus);
}
-core.List<api.Issue> buildUnnamed2186() {
+core.List<api.Issue> buildUnnamed2187() {
var o = <api.Issue>[];
o.add(buildIssue());
o.add(buildIssue());
return o;
}
-void checkUnnamed2186(core.List<api.Issue> o) {
+void checkUnnamed2187(core.List<api.Issue> o) {
unittest.expect(o, unittest.hasLength(2));
checkIssue(o[0] as api.Issue);
checkIssue(o[1] as api.Issue);
@@ -686,8 +686,8 @@
if (buildCounterProduct < 3) {
o.attributes = buildAttributes();
o.contentLanguage = 'foo';
- o.destinationStatuses = buildUnnamed2185();
- o.issues = buildUnnamed2186();
+ o.destinationStatuses = buildUnnamed2186();
+ o.issues = buildUnnamed2187();
o.name = 'foo';
o.parent = 'foo';
o.productId = 'foo';
@@ -705,8 +705,8 @@
o.contentLanguage!,
unittest.equals('foo'),
);
- checkUnnamed2185(o.destinationStatuses!);
- checkUnnamed2186(o.issues!);
+ checkUnnamed2186(o.destinationStatuses!);
+ checkUnnamed2187(o.issues!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -759,14 +759,14 @@
buildCounterProductDetail--;
}
-core.List<core.String> buildUnnamed2187() {
+core.List<core.String> buildUnnamed2188() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2187(core.List<core.String> o) {
+void checkUnnamed2188(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -778,14 +778,14 @@
);
}
-core.List<core.String> buildUnnamed2188() {
+core.List<core.String> buildUnnamed2189() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2188(core.List<core.String> o) {
+void checkUnnamed2189(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -973,7 +973,7 @@
var res = api.ManufacturerCenterApi(mock).accounts.products;
var arg_parent = 'foo';
var arg_name = 'foo';
- var arg_include = buildUnnamed2187();
+ var arg_include = buildUnnamed2188();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -1031,7 +1031,7 @@
var mock = HttpServerMock();
var res = api.ManufacturerCenterApi(mock).accounts.products;
var arg_parent = 'foo';
- var arg_include = buildUnnamed2188();
+ var arg_include = buildUnnamed2189();
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/memcache/v1_test.dart b/generated/googleapis/test/memcache/v1_test.dart
index fba0038..3429335 100644
--- a/generated/googleapis/test/memcache/v1_test.dart
+++ b/generated/googleapis/test/memcache/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed4351() {
+core.List<core.String> buildUnnamed4394() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4351(core.List<core.String> o) {
+void checkUnnamed4394(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -52,7 +52,7 @@
buildCounterApplyParametersRequest++;
if (buildCounterApplyParametersRequest < 3) {
o.applyAll = true;
- o.nodeIds = buildUnnamed4351();
+ o.nodeIds = buildUnnamed4394();
}
buildCounterApplyParametersRequest--;
return o;
@@ -62,7 +62,7 @@
buildCounterApplyParametersRequest++;
if (buildCounterApplyParametersRequest < 3) {
unittest.expect(o.applyAll!, unittest.isTrue);
- checkUnnamed4351(o.nodeIds!);
+ checkUnnamed4394(o.nodeIds!);
}
buildCounterApplyParametersRequest--;
}
@@ -177,14 +177,14 @@
}
core.Map<core.String, api.GoogleCloudMemcacheV1ZoneMetadata>
- buildUnnamed4352() {
+ buildUnnamed4395() {
var o = <core.String, api.GoogleCloudMemcacheV1ZoneMetadata>{};
o['x'] = buildGoogleCloudMemcacheV1ZoneMetadata();
o['y'] = buildGoogleCloudMemcacheV1ZoneMetadata();
return o;
}
-void checkUnnamed4352(
+void checkUnnamed4395(
core.Map<core.String, api.GoogleCloudMemcacheV1ZoneMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMemcacheV1ZoneMetadata(
@@ -199,7 +199,7 @@
var o = api.GoogleCloudMemcacheV1LocationMetadata();
buildCounterGoogleCloudMemcacheV1LocationMetadata++;
if (buildCounterGoogleCloudMemcacheV1LocationMetadata < 3) {
- o.availableZones = buildUnnamed4352();
+ o.availableZones = buildUnnamed4395();
}
buildCounterGoogleCloudMemcacheV1LocationMetadata--;
return o;
@@ -209,7 +209,7 @@
api.GoogleCloudMemcacheV1LocationMetadata o) {
buildCounterGoogleCloudMemcacheV1LocationMetadata++;
if (buildCounterGoogleCloudMemcacheV1LocationMetadata < 3) {
- checkUnnamed4352(o.availableZones!);
+ checkUnnamed4395(o.availableZones!);
}
buildCounterGoogleCloudMemcacheV1LocationMetadata--;
}
@@ -281,14 +281,14 @@
buildCounterGoogleCloudMemcacheV1ZoneMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed4353() {
+core.Map<core.String, core.String> buildUnnamed4396() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4353(core.Map<core.String, core.String> o) {
+void checkUnnamed4396(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -300,14 +300,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed4354() {
+core.Map<core.String, core.String> buildUnnamed4397() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4354(core.Map<core.String, core.String> o) {
+void checkUnnamed4397(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -321,7 +321,7 @@
core.Map<core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule>
- buildUnnamed4355() {
+ buildUnnamed4398() {
var o = <core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule>{};
o['x'] =
@@ -331,7 +331,7 @@
return o;
}
-void checkUnnamed4355(
+void checkUnnamed4398(
core.Map<core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule>
o) {
@@ -344,14 +344,14 @@
.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule);
}
-core.Map<core.String, core.String> buildUnnamed4356() {
+core.Map<core.String, core.String> buildUnnamed4399() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4356(core.Map<core.String, core.String> o) {
+void checkUnnamed4399(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -365,7 +365,7 @@
core.List<
api.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource>
- buildUnnamed4357() {
+ buildUnnamed4400() {
var o = <
api.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource>[];
o.add(
@@ -375,7 +375,7 @@
return o;
}
-void checkUnnamed4357(
+void checkUnnamed4400(
core.List<
api.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource>
o) {
@@ -388,14 +388,14 @@
.GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource);
}
-core.Map<core.String, core.String> buildUnnamed4358() {
+core.Map<core.String, core.String> buildUnnamed4401() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4358(core.Map<core.String, core.String> o) {
+void checkUnnamed4401(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -416,18 +416,18 @@
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1Instance < 3) {
o.consumerDefinedName = 'foo';
o.createTime = 'foo';
- o.labels = buildUnnamed4353();
- o.maintenancePolicyNames = buildUnnamed4354();
- o.maintenanceSchedules = buildUnnamed4355();
+ o.labels = buildUnnamed4396();
+ o.maintenancePolicyNames = buildUnnamed4397();
+ o.maintenanceSchedules = buildUnnamed4398();
o.maintenanceSettings =
buildGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings();
o.name = 'foo';
- o.producerMetadata = buildUnnamed4356();
- o.provisionedResources = buildUnnamed4357();
+ o.producerMetadata = buildUnnamed4399();
+ o.provisionedResources = buildUnnamed4400();
o.slmInstanceTemplate = 'foo';
o.sloMetadata =
buildGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata();
- o.softwareVersions = buildUnnamed4358();
+ o.softwareVersions = buildUnnamed4401();
o.state = 'foo';
o.tenantProjectId = 'foo';
o.updateTime = 'foo';
@@ -448,9 +448,9 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed4353(o.labels!);
- checkUnnamed4354(o.maintenancePolicyNames!);
- checkUnnamed4355(o.maintenanceSchedules!);
+ checkUnnamed4396(o.labels!);
+ checkUnnamed4397(o.maintenancePolicyNames!);
+ checkUnnamed4398(o.maintenanceSchedules!);
checkGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings(
o.maintenanceSettings! as api
.GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings);
@@ -458,8 +458,8 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4356(o.producerMetadata!);
- checkUnnamed4357(o.provisionedResources!);
+ checkUnnamed4399(o.producerMetadata!);
+ checkUnnamed4400(o.provisionedResources!);
unittest.expect(
o.slmInstanceTemplate!,
unittest.equals('foo'),
@@ -467,7 +467,7 @@
checkGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata(
o.sloMetadata!
as api.GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata);
- checkUnnamed4358(o.softwareVersions!);
+ checkUnnamed4401(o.softwareVersions!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -530,14 +530,14 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule--;
}
-core.Map<core.String, api.MaintenancePolicy> buildUnnamed4359() {
+core.Map<core.String, api.MaintenancePolicy> buildUnnamed4402() {
var o = <core.String, api.MaintenancePolicy>{};
o['x'] = buildMaintenancePolicy();
o['y'] = buildMaintenancePolicy();
return o;
}
-void checkUnnamed4359(core.Map<core.String, api.MaintenancePolicy> o) {
+void checkUnnamed4402(core.Map<core.String, api.MaintenancePolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkMaintenancePolicy(o['x']! as api.MaintenancePolicy);
checkMaintenancePolicy(o['y']! as api.MaintenancePolicy);
@@ -555,7 +555,7 @@
3) {
o.exclude = true;
o.isRollback = true;
- o.maintenancePolicies = buildUnnamed4359();
+ o.maintenancePolicies = buildUnnamed4402();
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings--;
return o;
@@ -568,20 +568,20 @@
3) {
unittest.expect(o.exclude!, unittest.isTrue);
unittest.expect(o.isRollback!, unittest.isTrue);
- checkUnnamed4359(o.maintenancePolicies!);
+ checkUnnamed4402(o.maintenancePolicies!);
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings--;
}
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
- buildUnnamed4360() {
+ buildUnnamed4403() {
var o = <api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>[];
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
return o;
}
-void checkUnnamed4360(
+void checkUnnamed4403(
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -600,7 +600,7 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata <
3) {
- o.exclusions = buildUnnamed4360();
+ o.exclusions = buildUnnamed4403();
o.location = 'foo';
o.nodeId = 'foo';
}
@@ -613,7 +613,7 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata <
3) {
- checkUnnamed4360(o.exclusions!);
+ checkUnnamed4403(o.exclusions!);
unittest.expect(
o.location!,
unittest.equals('foo'),
@@ -628,7 +628,7 @@
core.Map<core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility>
- buildUnnamed4361() {
+ buildUnnamed4404() {
var o = <core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility>{};
o['x'] = buildGoogleCloudSaasacceleratorManagementProvidersV1SloEligibility();
@@ -636,7 +636,7 @@
return o;
}
-void checkUnnamed4361(
+void checkUnnamed4404(
core.Map<core.String,
api.GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility>
o) {
@@ -657,7 +657,7 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility <
3) {
- o.eligibilities = buildUnnamed4361();
+ o.eligibilities = buildUnnamed4404();
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility--;
return o;
@@ -668,7 +668,7 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility <
3) {
- checkUnnamed4361(o.eligibilities!);
+ checkUnnamed4404(o.eligibilities!);
}
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility--;
}
@@ -780,14 +780,14 @@
}
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
- buildUnnamed4362() {
+ buildUnnamed4405() {
var o = <api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>[];
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1SloExclusion());
return o;
}
-void checkUnnamed4362(
+void checkUnnamed4405(
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1SloExclusion>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -798,7 +798,7 @@
}
core.List<api.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata>
- buildUnnamed4363() {
+ buildUnnamed4406() {
var o =
<api.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata>[];
o.add(buildGoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata());
@@ -806,7 +806,7 @@
return o;
}
-void checkUnnamed4363(
+void checkUnnamed4406(
core.List<
api.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata>
o) {
@@ -825,8 +825,8 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata <
3) {
- o.exclusions = buildUnnamed4362();
- o.nodes = buildUnnamed4363();
+ o.exclusions = buildUnnamed4405();
+ o.nodes = buildUnnamed4406();
o.perSliEligibility =
buildGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility();
o.tier = 'foo';
@@ -840,8 +840,8 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata++;
if (buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata <
3) {
- checkUnnamed4362(o.exclusions!);
- checkUnnamed4363(o.nodes!);
+ checkUnnamed4405(o.exclusions!);
+ checkUnnamed4406(o.nodes!);
checkGoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility(
o.perSliEligibility! as api
.GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility);
@@ -853,27 +853,27 @@
buildCounterGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata--;
}
-core.List<api.InstanceMessage> buildUnnamed4364() {
+core.List<api.InstanceMessage> buildUnnamed4407() {
var o = <api.InstanceMessage>[];
o.add(buildInstanceMessage());
o.add(buildInstanceMessage());
return o;
}
-void checkUnnamed4364(core.List<api.InstanceMessage> o) {
+void checkUnnamed4407(core.List<api.InstanceMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstanceMessage(o[0] as api.InstanceMessage);
checkInstanceMessage(o[1] as api.InstanceMessage);
}
-core.Map<core.String, core.String> buildUnnamed4365() {
+core.Map<core.String, core.String> buildUnnamed4408() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4365(core.Map<core.String, core.String> o) {
+void checkUnnamed4408(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -885,27 +885,27 @@
);
}
-core.List<api.Node> buildUnnamed4366() {
+core.List<api.Node> buildUnnamed4409() {
var o = <api.Node>[];
o.add(buildNode());
o.add(buildNode());
return o;
}
-void checkUnnamed4366(core.List<api.Node> o) {
+void checkUnnamed4409(core.List<api.Node> o) {
unittest.expect(o, unittest.hasLength(2));
checkNode(o[0] as api.Node);
checkNode(o[1] as api.Node);
}
-core.List<core.String> buildUnnamed4367() {
+core.List<core.String> buildUnnamed4410() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4367(core.List<core.String> o) {
+void checkUnnamed4410(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -926,10 +926,10 @@
o.createTime = 'foo';
o.discoveryEndpoint = 'foo';
o.displayName = 'foo';
- o.instanceMessages = buildUnnamed4364();
- o.labels = buildUnnamed4365();
+ o.instanceMessages = buildUnnamed4407();
+ o.labels = buildUnnamed4408();
o.memcacheFullVersion = 'foo';
- o.memcacheNodes = buildUnnamed4366();
+ o.memcacheNodes = buildUnnamed4409();
o.memcacheVersion = 'foo';
o.name = 'foo';
o.nodeConfig = buildNodeConfig();
@@ -937,7 +937,7 @@
o.parameters = buildMemcacheParameters();
o.state = 'foo';
o.updateTime = 'foo';
- o.zones = buildUnnamed4367();
+ o.zones = buildUnnamed4410();
}
buildCounterInstance--;
return o;
@@ -962,13 +962,13 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4364(o.instanceMessages!);
- checkUnnamed4365(o.labels!);
+ checkUnnamed4407(o.instanceMessages!);
+ checkUnnamed4408(o.labels!);
unittest.expect(
o.memcacheFullVersion!,
unittest.equals('foo'),
);
- checkUnnamed4366(o.memcacheNodes!);
+ checkUnnamed4409(o.memcacheNodes!);
unittest.expect(
o.memcacheVersion!,
unittest.equals('foo'),
@@ -991,7 +991,7 @@
o.updateTime!,
unittest.equals('foo'),
);
- checkUnnamed4367(o.zones!);
+ checkUnnamed4410(o.zones!);
}
buildCounterInstance--;
}
@@ -1023,27 +1023,27 @@
buildCounterInstanceMessage--;
}
-core.List<api.Instance> buildUnnamed4368() {
+core.List<api.Instance> buildUnnamed4411() {
var o = <api.Instance>[];
o.add(buildInstance());
o.add(buildInstance());
return o;
}
-void checkUnnamed4368(core.List<api.Instance> o) {
+void checkUnnamed4411(core.List<api.Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstance(o[0] as api.Instance);
checkInstance(o[1] as api.Instance);
}
-core.List<core.String> buildUnnamed4369() {
+core.List<core.String> buildUnnamed4412() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4369(core.List<core.String> o) {
+void checkUnnamed4412(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1060,9 +1060,9 @@
var o = api.ListInstancesResponse();
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- o.instances = buildUnnamed4368();
+ o.instances = buildUnnamed4411();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed4369();
+ o.unreachable = buildUnnamed4412();
}
buildCounterListInstancesResponse--;
return o;
@@ -1071,24 +1071,24 @@
void checkListInstancesResponse(api.ListInstancesResponse o) {
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- checkUnnamed4368(o.instances!);
+ checkUnnamed4411(o.instances!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4369(o.unreachable!);
+ checkUnnamed4412(o.unreachable!);
}
buildCounterListInstancesResponse--;
}
-core.List<api.Location> buildUnnamed4370() {
+core.List<api.Location> buildUnnamed4413() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed4370(core.List<api.Location> o) {
+void checkUnnamed4413(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1099,7 +1099,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed4370();
+ o.locations = buildUnnamed4413();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -1109,7 +1109,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed4370(o.locations!);
+ checkUnnamed4413(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1118,14 +1118,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed4371() {
+core.List<api.Operation> buildUnnamed4414() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed4371(core.List<api.Operation> o) {
+void checkUnnamed4414(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1137,7 +1137,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed4371();
+ o.operations = buildUnnamed4414();
}
buildCounterListOperationsResponse--;
return o;
@@ -1150,19 +1150,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4371(o.operations!);
+ checkUnnamed4414(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed4372() {
+core.Map<core.String, core.String> buildUnnamed4415() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4372(core.Map<core.String, core.String> o) {
+void checkUnnamed4415(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1174,7 +1174,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4373() {
+core.Map<core.String, core.Object> buildUnnamed4416() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1189,7 +1189,7 @@
return o;
}
-void checkUnnamed4373(core.Map<core.String, core.Object> o) {
+void checkUnnamed4416(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1227,9 +1227,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed4372();
+ o.labels = buildUnnamed4415();
o.locationId = 'foo';
- o.metadata = buildUnnamed4373();
+ o.metadata = buildUnnamed4416();
o.name = 'foo';
}
buildCounterLocation--;
@@ -1243,12 +1243,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4372(o.labels!);
+ checkUnnamed4415(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed4373(o.metadata!);
+ checkUnnamed4416(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1257,14 +1257,14 @@
buildCounterLocation--;
}
-core.Map<core.String, api.ZoneMetadata> buildUnnamed4374() {
+core.Map<core.String, api.ZoneMetadata> buildUnnamed4417() {
var o = <core.String, api.ZoneMetadata>{};
o['x'] = buildZoneMetadata();
o['y'] = buildZoneMetadata();
return o;
}
-void checkUnnamed4374(core.Map<core.String, api.ZoneMetadata> o) {
+void checkUnnamed4417(core.Map<core.String, api.ZoneMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkZoneMetadata(o['x']! as api.ZoneMetadata);
checkZoneMetadata(o['y']! as api.ZoneMetadata);
@@ -1275,7 +1275,7 @@
var o = api.LocationMetadata();
buildCounterLocationMetadata++;
if (buildCounterLocationMetadata < 3) {
- o.availableZones = buildUnnamed4374();
+ o.availableZones = buildUnnamed4417();
}
buildCounterLocationMetadata--;
return o;
@@ -1284,19 +1284,19 @@
void checkLocationMetadata(api.LocationMetadata o) {
buildCounterLocationMetadata++;
if (buildCounterLocationMetadata < 3) {
- checkUnnamed4374(o.availableZones!);
+ checkUnnamed4417(o.availableZones!);
}
buildCounterLocationMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed4375() {
+core.Map<core.String, core.String> buildUnnamed4418() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4375(core.Map<core.String, core.String> o) {
+void checkUnnamed4418(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1315,7 +1315,7 @@
if (buildCounterMaintenancePolicy < 3) {
o.createTime = 'foo';
o.description = 'foo';
- o.labels = buildUnnamed4375();
+ o.labels = buildUnnamed4418();
o.name = 'foo';
o.state = 'foo';
o.updatePolicy = buildUpdatePolicy();
@@ -1336,7 +1336,7 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed4375(o.labels!);
+ checkUnnamed4418(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1375,14 +1375,14 @@
buildCounterMaintenanceWindow--;
}
-core.Map<core.String, core.String> buildUnnamed4376() {
+core.Map<core.String, core.String> buildUnnamed4419() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4376(core.Map<core.String, core.String> o) {
+void checkUnnamed4419(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1400,7 +1400,7 @@
buildCounterMemcacheParameters++;
if (buildCounterMemcacheParameters < 3) {
o.id = 'foo';
- o.params = buildUnnamed4376();
+ o.params = buildUnnamed4419();
}
buildCounterMemcacheParameters--;
return o;
@@ -1413,7 +1413,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed4376(o.params!);
+ checkUnnamed4419(o.params!);
}
buildCounterMemcacheParameters--;
}
@@ -1489,7 +1489,7 @@
buildCounterNodeConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed4377() {
+core.Map<core.String, core.Object> buildUnnamed4420() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1504,7 +1504,7 @@
return o;
}
-void checkUnnamed4377(core.Map<core.String, core.Object> o) {
+void checkUnnamed4420(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1536,7 +1536,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4378() {
+core.Map<core.String, core.Object> buildUnnamed4421() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1551,7 +1551,7 @@
return o;
}
-void checkUnnamed4378(core.Map<core.String, core.Object> o) {
+void checkUnnamed4421(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1590,9 +1590,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed4377();
+ o.metadata = buildUnnamed4420();
o.name = 'foo';
- o.response = buildUnnamed4378();
+ o.response = buildUnnamed4421();
}
buildCounterOperation--;
return o;
@@ -1603,12 +1603,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed4377(o.metadata!);
+ checkUnnamed4420(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4378(o.response!);
+ checkUnnamed4421(o.response!);
}
buildCounterOperation--;
}
@@ -1691,7 +1691,7 @@
buildCounterSchedule--;
}
-core.Map<core.String, core.Object> buildUnnamed4379() {
+core.Map<core.String, core.Object> buildUnnamed4422() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1706,7 +1706,7 @@
return o;
}
-void checkUnnamed4379(core.Map<core.String, core.Object> o) {
+void checkUnnamed4422(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1738,17 +1738,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4380() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4423() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4379());
- o.add(buildUnnamed4379());
+ o.add(buildUnnamed4422());
+ o.add(buildUnnamed4422());
return o;
}
-void checkUnnamed4380(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4423(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4379(o[0]);
- checkUnnamed4379(o[1]);
+ checkUnnamed4422(o[0]);
+ checkUnnamed4422(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1757,7 +1757,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4380();
+ o.details = buildUnnamed4423();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1771,7 +1771,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4380(o.details!);
+ checkUnnamed4423(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1841,14 +1841,14 @@
buildCounterUpdateParametersRequest--;
}
-core.List<api.DenyMaintenancePeriod> buildUnnamed4381() {
+core.List<api.DenyMaintenancePeriod> buildUnnamed4424() {
var o = <api.DenyMaintenancePeriod>[];
o.add(buildDenyMaintenancePeriod());
o.add(buildDenyMaintenancePeriod());
return o;
}
-void checkUnnamed4381(core.List<api.DenyMaintenancePeriod> o) {
+void checkUnnamed4424(core.List<api.DenyMaintenancePeriod> o) {
unittest.expect(o, unittest.hasLength(2));
checkDenyMaintenancePeriod(o[0] as api.DenyMaintenancePeriod);
checkDenyMaintenancePeriod(o[1] as api.DenyMaintenancePeriod);
@@ -1860,7 +1860,7 @@
buildCounterUpdatePolicy++;
if (buildCounterUpdatePolicy < 3) {
o.channel = 'foo';
- o.denyMaintenancePeriods = buildUnnamed4381();
+ o.denyMaintenancePeriods = buildUnnamed4424();
o.window = buildMaintenanceWindow();
}
buildCounterUpdatePolicy--;
@@ -1874,20 +1874,20 @@
o.channel!,
unittest.equals('foo'),
);
- checkUnnamed4381(o.denyMaintenancePeriods!);
+ checkUnnamed4424(o.denyMaintenancePeriods!);
checkMaintenanceWindow(o.window! as api.MaintenanceWindow);
}
buildCounterUpdatePolicy--;
}
-core.List<api.Schedule> buildUnnamed4382() {
+core.List<api.Schedule> buildUnnamed4425() {
var o = <api.Schedule>[];
o.add(buildSchedule());
o.add(buildSchedule());
return o;
}
-void checkUnnamed4382(core.List<api.Schedule> o) {
+void checkUnnamed4425(core.List<api.Schedule> o) {
unittest.expect(o, unittest.hasLength(2));
checkSchedule(o[0] as api.Schedule);
checkSchedule(o[1] as api.Schedule);
@@ -1898,7 +1898,7 @@
var o = api.WeeklyCycle();
buildCounterWeeklyCycle++;
if (buildCounterWeeklyCycle < 3) {
- o.schedule = buildUnnamed4382();
+ o.schedule = buildUnnamed4425();
}
buildCounterWeeklyCycle--;
return o;
@@ -1907,7 +1907,7 @@
void checkWeeklyCycle(api.WeeklyCycle o) {
buildCounterWeeklyCycle++;
if (buildCounterWeeklyCycle < 3) {
- checkUnnamed4382(o.schedule!);
+ checkUnnamed4425(o.schedule!);
}
buildCounterWeeklyCycle--;
}
diff --git a/generated/googleapis/test/ml/v1_test.dart b/generated/googleapis/test/ml/v1_test.dart
index cd3bbf0..1dacca8 100644
--- a/generated/googleapis/test/ml/v1_test.dart
+++ b/generated/googleapis/test/ml/v1_test.dart
@@ -27,7 +27,7 @@
import '../test_shared.dart';
-core.Map<core.String, core.Object> buildUnnamed7396() {
+core.Map<core.String, core.Object> buildUnnamed7450() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -42,7 +42,7 @@
return o;
}
-void checkUnnamed7396(core.Map<core.String, core.Object> o) {
+void checkUnnamed7450(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -74,17 +74,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7397() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7451() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7396());
- o.add(buildUnnamed7396());
+ o.add(buildUnnamed7450());
+ o.add(buildUnnamed7450());
return o;
}
-void checkUnnamed7397(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7451(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7396(o[0]);
- checkUnnamed7396(o[1]);
+ checkUnnamed7450(o[0]);
+ checkUnnamed7450(o[1]);
}
core.int buildCounterGoogleApiHttpBody = 0;
@@ -94,7 +94,7 @@
if (buildCounterGoogleApiHttpBody < 3) {
o.contentType = 'foo';
o.data = 'foo';
- o.extensions = buildUnnamed7397();
+ o.extensions = buildUnnamed7451();
}
buildCounterGoogleApiHttpBody--;
return o;
@@ -111,7 +111,7 @@
o.data!,
unittest.equals('foo'),
);
- checkUnnamed7397(o.extensions!);
+ checkUnnamed7451(o.extensions!);
}
buildCounterGoogleApiHttpBody--;
}
@@ -227,14 +227,14 @@
buildCounterGoogleCloudMlV1MeasurementMetric--;
}
-core.List<core.String> buildUnnamed7398() {
+core.List<core.String> buildUnnamed7452() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7398(core.List<core.String> o) {
+void checkUnnamed7452(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -254,7 +254,7 @@
buildCounterGoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec++;
if (buildCounterGoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec <
3) {
- o.values = buildUnnamed7398();
+ o.values = buildUnnamed7452();
}
buildCounterGoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec--;
return o;
@@ -265,19 +265,19 @@
buildCounterGoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec++;
if (buildCounterGoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec <
3) {
- checkUnnamed7398(o.values!);
+ checkUnnamed7452(o.values!);
}
buildCounterGoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec--;
}
-core.List<core.double> buildUnnamed7399() {
+core.List<core.double> buildUnnamed7453() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed7399(core.List<core.double> o) {
+void checkUnnamed7453(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -297,7 +297,7 @@
buildCounterGoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec++;
if (buildCounterGoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec <
3) {
- o.values = buildUnnamed7399();
+ o.values = buildUnnamed7453();
}
buildCounterGoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec--;
return o;
@@ -308,7 +308,7 @@
buildCounterGoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec++;
if (buildCounterGoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec <
3) {
- checkUnnamed7399(o.values!);
+ checkUnnamed7453(o.values!);
}
buildCounterGoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec--;
}
@@ -372,14 +372,14 @@
buildCounterGoogleCloudMlV1StudyConfigParameterSpecIntegerValueSpec--;
}
-core.List<core.String> buildUnnamed7400() {
+core.List<core.String> buildUnnamed7454() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7400(core.List<core.String> o) {
+void checkUnnamed7454(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -401,7 +401,7 @@
buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec++;
if (buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec <
3) {
- o.values = buildUnnamed7400();
+ o.values = buildUnnamed7454();
}
buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec--;
return o;
@@ -413,19 +413,19 @@
buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec++;
if (buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec <
3) {
- checkUnnamed7400(o.values!);
+ checkUnnamed7454(o.values!);
}
buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentCategoricalValueSpec--;
}
-core.List<core.double> buildUnnamed7401() {
+core.List<core.double> buildUnnamed7455() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed7401(core.List<core.double> o) {
+void checkUnnamed7455(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -447,7 +447,7 @@
buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec++;
if (buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec <
3) {
- o.values = buildUnnamed7401();
+ o.values = buildUnnamed7455();
}
buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec--;
return o;
@@ -459,19 +459,19 @@
buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec++;
if (buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec <
3) {
- checkUnnamed7401(o.values!);
+ checkUnnamed7455(o.values!);
}
buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentDiscreteValueSpec--;
}
-core.List<core.String> buildUnnamed7402() {
+core.List<core.String> buildUnnamed7456() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7402(core.List<core.String> o) {
+void checkUnnamed7456(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -493,7 +493,7 @@
buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec++;
if (buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec <
3) {
- o.values = buildUnnamed7402();
+ o.values = buildUnnamed7456();
}
buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec--;
return o;
@@ -504,7 +504,7 @@
buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec++;
if (buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec <
3) {
- checkUnnamed7402(o.values!);
+ checkUnnamed7456(o.values!);
}
buildCounterGoogleCloudMlV1StudyConfigParameterSpecMatchingParentIntValueSpec--;
}
@@ -538,14 +538,14 @@
buildCounterGoogleCloudMlV1StudyConfigMetricSpec--;
}
-core.List<api.GoogleCloudMlV1StudyConfigParameterSpec> buildUnnamed7403() {
+core.List<api.GoogleCloudMlV1StudyConfigParameterSpec> buildUnnamed7457() {
var o = <api.GoogleCloudMlV1StudyConfigParameterSpec>[];
o.add(buildGoogleCloudMlV1StudyConfigParameterSpec());
o.add(buildGoogleCloudMlV1StudyConfigParameterSpec());
return o;
}
-void checkUnnamed7403(
+void checkUnnamed7457(
core.List<api.GoogleCloudMlV1StudyConfigParameterSpec> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1StudyConfigParameterSpec(
@@ -562,7 +562,7 @@
if (buildCounterGoogleCloudMlV1StudyConfigParameterSpec < 3) {
o.categoricalValueSpec =
buildGoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec();
- o.childParameterSpecs = buildUnnamed7403();
+ o.childParameterSpecs = buildUnnamed7457();
o.discreteValueSpec =
buildGoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec();
o.doubleValueSpec =
@@ -590,7 +590,7 @@
checkGoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec(
o.categoricalValueSpec!
as api.GoogleCloudMlV1StudyConfigParameterSpecCategoricalValueSpec);
- checkUnnamed7403(o.childParameterSpecs!);
+ checkUnnamed7457(o.childParameterSpecs!);
checkGoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec(
o.discreteValueSpec!
as api.GoogleCloudMlV1StudyConfigParameterSpecDiscreteValueSpec);
@@ -712,14 +712,14 @@
buildCounterGoogleCloudMlV1AddTrialMeasurementRequest--;
}
-core.List<api.GoogleCloudMlV1MetricSpec> buildUnnamed7404() {
+core.List<api.GoogleCloudMlV1MetricSpec> buildUnnamed7458() {
var o = <api.GoogleCloudMlV1MetricSpec>[];
o.add(buildGoogleCloudMlV1MetricSpec());
o.add(buildGoogleCloudMlV1MetricSpec());
return o;
}
-void checkUnnamed7404(core.List<api.GoogleCloudMlV1MetricSpec> o) {
+void checkUnnamed7458(core.List<api.GoogleCloudMlV1MetricSpec> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1MetricSpec(o[0] as api.GoogleCloudMlV1MetricSpec);
checkGoogleCloudMlV1MetricSpec(o[1] as api.GoogleCloudMlV1MetricSpec);
@@ -731,7 +731,7 @@
buildCounterGoogleCloudMlV1AutoScaling++;
if (buildCounterGoogleCloudMlV1AutoScaling < 3) {
o.maxNodes = 42;
- o.metrics = buildUnnamed7404();
+ o.metrics = buildUnnamed7458();
o.minNodes = 42;
}
buildCounterGoogleCloudMlV1AutoScaling--;
@@ -745,7 +745,7 @@
o.maxNodes!,
unittest.equals(42),
);
- checkUnnamed7404(o.metrics!);
+ checkUnnamed7458(o.metrics!);
unittest.expect(
o.minNodes!,
unittest.equals(42),
@@ -838,14 +838,14 @@
buildCounterGoogleCloudMlV1CancelJobRequest--;
}
-core.List<core.String> buildUnnamed7405() {
+core.List<core.String> buildUnnamed7459() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7405(core.List<core.String> o) {
+void checkUnnamed7459(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -862,7 +862,7 @@
var o = api.GoogleCloudMlV1Capability();
buildCounterGoogleCloudMlV1Capability++;
if (buildCounterGoogleCloudMlV1Capability < 3) {
- o.availableAccelerators = buildUnnamed7405();
+ o.availableAccelerators = buildUnnamed7459();
o.type = 'foo';
}
buildCounterGoogleCloudMlV1Capability--;
@@ -872,7 +872,7 @@
void checkGoogleCloudMlV1Capability(api.GoogleCloudMlV1Capability o) {
buildCounterGoogleCloudMlV1Capability++;
if (buildCounterGoogleCloudMlV1Capability < 3) {
- checkUnnamed7405(o.availableAccelerators!);
+ checkUnnamed7459(o.availableAccelerators!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -1036,14 +1036,14 @@
buildCounterGoogleCloudMlV1ContainerPort--;
}
-core.List<core.String> buildUnnamed7406() {
+core.List<core.String> buildUnnamed7460() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7406(core.List<core.String> o) {
+void checkUnnamed7460(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1055,14 +1055,14 @@
);
}
-core.List<core.String> buildUnnamed7407() {
+core.List<core.String> buildUnnamed7461() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7407(core.List<core.String> o) {
+void checkUnnamed7461(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1074,27 +1074,27 @@
);
}
-core.List<api.GoogleCloudMlV1EnvVar> buildUnnamed7408() {
+core.List<api.GoogleCloudMlV1EnvVar> buildUnnamed7462() {
var o = <api.GoogleCloudMlV1EnvVar>[];
o.add(buildGoogleCloudMlV1EnvVar());
o.add(buildGoogleCloudMlV1EnvVar());
return o;
}
-void checkUnnamed7408(core.List<api.GoogleCloudMlV1EnvVar> o) {
+void checkUnnamed7462(core.List<api.GoogleCloudMlV1EnvVar> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1EnvVar(o[0] as api.GoogleCloudMlV1EnvVar);
checkGoogleCloudMlV1EnvVar(o[1] as api.GoogleCloudMlV1EnvVar);
}
-core.List<api.GoogleCloudMlV1ContainerPort> buildUnnamed7409() {
+core.List<api.GoogleCloudMlV1ContainerPort> buildUnnamed7463() {
var o = <api.GoogleCloudMlV1ContainerPort>[];
o.add(buildGoogleCloudMlV1ContainerPort());
o.add(buildGoogleCloudMlV1ContainerPort());
return o;
}
-void checkUnnamed7409(core.List<api.GoogleCloudMlV1ContainerPort> o) {
+void checkUnnamed7463(core.List<api.GoogleCloudMlV1ContainerPort> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1ContainerPort(o[0] as api.GoogleCloudMlV1ContainerPort);
checkGoogleCloudMlV1ContainerPort(o[1] as api.GoogleCloudMlV1ContainerPort);
@@ -1105,11 +1105,11 @@
var o = api.GoogleCloudMlV1ContainerSpec();
buildCounterGoogleCloudMlV1ContainerSpec++;
if (buildCounterGoogleCloudMlV1ContainerSpec < 3) {
- o.args = buildUnnamed7406();
- o.command = buildUnnamed7407();
- o.env = buildUnnamed7408();
+ o.args = buildUnnamed7460();
+ o.command = buildUnnamed7461();
+ o.env = buildUnnamed7462();
o.image = 'foo';
- o.ports = buildUnnamed7409();
+ o.ports = buildUnnamed7463();
}
buildCounterGoogleCloudMlV1ContainerSpec--;
return o;
@@ -1118,14 +1118,14 @@
void checkGoogleCloudMlV1ContainerSpec(api.GoogleCloudMlV1ContainerSpec o) {
buildCounterGoogleCloudMlV1ContainerSpec++;
if (buildCounterGoogleCloudMlV1ContainerSpec < 3) {
- checkUnnamed7406(o.args!);
- checkUnnamed7407(o.command!);
- checkUnnamed7408(o.env!);
+ checkUnnamed7460(o.args!);
+ checkUnnamed7461(o.command!);
+ checkUnnamed7462(o.env!);
unittest.expect(
o.image!,
unittest.equals('foo'),
);
- checkUnnamed7409(o.ports!);
+ checkUnnamed7463(o.ports!);
}
buildCounterGoogleCloudMlV1ContainerSpec--;
}
@@ -1287,14 +1287,14 @@
}
core.List<api.GoogleCloudMlV1HyperparameterOutputHyperparameterMetric>
- buildUnnamed7410() {
+ buildUnnamed7464() {
var o = <api.GoogleCloudMlV1HyperparameterOutputHyperparameterMetric>[];
o.add(buildGoogleCloudMlV1HyperparameterOutputHyperparameterMetric());
o.add(buildGoogleCloudMlV1HyperparameterOutputHyperparameterMetric());
return o;
}
-void checkUnnamed7410(
+void checkUnnamed7464(
core.List<api.GoogleCloudMlV1HyperparameterOutputHyperparameterMetric> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1HyperparameterOutputHyperparameterMetric(
@@ -1303,14 +1303,14 @@
o[1] as api.GoogleCloudMlV1HyperparameterOutputHyperparameterMetric);
}
-core.Map<core.String, core.String> buildUnnamed7411() {
+core.Map<core.String, core.String> buildUnnamed7465() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7411(core.Map<core.String, core.String> o) {
+void checkUnnamed7465(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1322,14 +1322,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed7412() {
+core.Map<core.String, core.String> buildUnnamed7466() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7412(core.Map<core.String, core.String> o) {
+void checkUnnamed7466(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1347,17 +1347,17 @@
var o = api.GoogleCloudMlV1HyperparameterOutput();
buildCounterGoogleCloudMlV1HyperparameterOutput++;
if (buildCounterGoogleCloudMlV1HyperparameterOutput < 3) {
- o.allMetrics = buildUnnamed7410();
+ o.allMetrics = buildUnnamed7464();
o.builtInAlgorithmOutput = buildGoogleCloudMlV1BuiltInAlgorithmOutput();
o.endTime = 'foo';
o.finalMetric =
buildGoogleCloudMlV1HyperparameterOutputHyperparameterMetric();
- o.hyperparameters = buildUnnamed7411();
+ o.hyperparameters = buildUnnamed7465();
o.isTrialStoppedEarly = true;
o.startTime = 'foo';
o.state = 'foo';
o.trialId = 'foo';
- o.webAccessUris = buildUnnamed7412();
+ o.webAccessUris = buildUnnamed7466();
}
buildCounterGoogleCloudMlV1HyperparameterOutput--;
return o;
@@ -1367,7 +1367,7 @@
api.GoogleCloudMlV1HyperparameterOutput o) {
buildCounterGoogleCloudMlV1HyperparameterOutput++;
if (buildCounterGoogleCloudMlV1HyperparameterOutput < 3) {
- checkUnnamed7410(o.allMetrics!);
+ checkUnnamed7464(o.allMetrics!);
checkGoogleCloudMlV1BuiltInAlgorithmOutput(
o.builtInAlgorithmOutput! as api.GoogleCloudMlV1BuiltInAlgorithmOutput);
unittest.expect(
@@ -1376,7 +1376,7 @@
);
checkGoogleCloudMlV1HyperparameterOutputHyperparameterMetric(o.finalMetric!
as api.GoogleCloudMlV1HyperparameterOutputHyperparameterMetric);
- checkUnnamed7411(o.hyperparameters!);
+ checkUnnamed7465(o.hyperparameters!);
unittest.expect(o.isTrialStoppedEarly!, unittest.isTrue);
unittest.expect(
o.startTime!,
@@ -1390,19 +1390,19 @@
o.trialId!,
unittest.equals('foo'),
);
- checkUnnamed7412(o.webAccessUris!);
+ checkUnnamed7466(o.webAccessUris!);
}
buildCounterGoogleCloudMlV1HyperparameterOutput--;
}
-core.List<api.GoogleCloudMlV1ParameterSpec> buildUnnamed7413() {
+core.List<api.GoogleCloudMlV1ParameterSpec> buildUnnamed7467() {
var o = <api.GoogleCloudMlV1ParameterSpec>[];
o.add(buildGoogleCloudMlV1ParameterSpec());
o.add(buildGoogleCloudMlV1ParameterSpec());
return o;
}
-void checkUnnamed7413(core.List<api.GoogleCloudMlV1ParameterSpec> o) {
+void checkUnnamed7467(core.List<api.GoogleCloudMlV1ParameterSpec> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1ParameterSpec(o[0] as api.GoogleCloudMlV1ParameterSpec);
checkGoogleCloudMlV1ParameterSpec(o[1] as api.GoogleCloudMlV1ParameterSpec);
@@ -1420,7 +1420,7 @@
o.maxFailedTrials = 42;
o.maxParallelTrials = 42;
o.maxTrials = 42;
- o.params = buildUnnamed7413();
+ o.params = buildUnnamed7467();
o.resumePreviousJobId = 'foo';
}
buildCounterGoogleCloudMlV1HyperparameterSpec--;
@@ -1456,7 +1456,7 @@
o.maxTrials!,
unittest.equals(42),
);
- checkUnnamed7413(o.params!);
+ checkUnnamed7467(o.params!);
unittest.expect(
o.resumePreviousJobId!,
unittest.equals('foo'),
@@ -1489,14 +1489,14 @@
buildCounterGoogleCloudMlV1IntegratedGradientsAttribution--;
}
-core.Map<core.String, core.String> buildUnnamed7414() {
+core.Map<core.String, core.String> buildUnnamed7468() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7414(core.Map<core.String, core.String> o) {
+void checkUnnamed7468(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1518,7 +1518,7 @@
o.errorMessage = 'foo';
o.etag = 'foo';
o.jobId = 'foo';
- o.labels = buildUnnamed7414();
+ o.labels = buildUnnamed7468();
o.predictionInput = buildGoogleCloudMlV1PredictionInput();
o.predictionOutput = buildGoogleCloudMlV1PredictionOutput();
o.startTime = 'foo';
@@ -1553,7 +1553,7 @@
o.jobId!,
unittest.equals('foo'),
);
- checkUnnamed7414(o.labels!);
+ checkUnnamed7468(o.labels!);
checkGoogleCloudMlV1PredictionInput(
o.predictionInput! as api.GoogleCloudMlV1PredictionInput);
checkGoogleCloudMlV1PredictionOutput(
@@ -1574,14 +1574,14 @@
buildCounterGoogleCloudMlV1Job--;
}
-core.List<api.GoogleCloudMlV1Job> buildUnnamed7415() {
+core.List<api.GoogleCloudMlV1Job> buildUnnamed7469() {
var o = <api.GoogleCloudMlV1Job>[];
o.add(buildGoogleCloudMlV1Job());
o.add(buildGoogleCloudMlV1Job());
return o;
}
-void checkUnnamed7415(core.List<api.GoogleCloudMlV1Job> o) {
+void checkUnnamed7469(core.List<api.GoogleCloudMlV1Job> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1Job(o[0] as api.GoogleCloudMlV1Job);
checkGoogleCloudMlV1Job(o[1] as api.GoogleCloudMlV1Job);
@@ -1592,7 +1592,7 @@
var o = api.GoogleCloudMlV1ListJobsResponse();
buildCounterGoogleCloudMlV1ListJobsResponse++;
if (buildCounterGoogleCloudMlV1ListJobsResponse < 3) {
- o.jobs = buildUnnamed7415();
+ o.jobs = buildUnnamed7469();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudMlV1ListJobsResponse--;
@@ -1603,7 +1603,7 @@
api.GoogleCloudMlV1ListJobsResponse o) {
buildCounterGoogleCloudMlV1ListJobsResponse++;
if (buildCounterGoogleCloudMlV1ListJobsResponse < 3) {
- checkUnnamed7415(o.jobs!);
+ checkUnnamed7469(o.jobs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1612,14 +1612,14 @@
buildCounterGoogleCloudMlV1ListJobsResponse--;
}
-core.List<api.GoogleCloudMlV1Location> buildUnnamed7416() {
+core.List<api.GoogleCloudMlV1Location> buildUnnamed7470() {
var o = <api.GoogleCloudMlV1Location>[];
o.add(buildGoogleCloudMlV1Location());
o.add(buildGoogleCloudMlV1Location());
return o;
}
-void checkUnnamed7416(core.List<api.GoogleCloudMlV1Location> o) {
+void checkUnnamed7470(core.List<api.GoogleCloudMlV1Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1Location(o[0] as api.GoogleCloudMlV1Location);
checkGoogleCloudMlV1Location(o[1] as api.GoogleCloudMlV1Location);
@@ -1631,7 +1631,7 @@
var o = api.GoogleCloudMlV1ListLocationsResponse();
buildCounterGoogleCloudMlV1ListLocationsResponse++;
if (buildCounterGoogleCloudMlV1ListLocationsResponse < 3) {
- o.locations = buildUnnamed7416();
+ o.locations = buildUnnamed7470();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudMlV1ListLocationsResponse--;
@@ -1642,7 +1642,7 @@
api.GoogleCloudMlV1ListLocationsResponse o) {
buildCounterGoogleCloudMlV1ListLocationsResponse++;
if (buildCounterGoogleCloudMlV1ListLocationsResponse < 3) {
- checkUnnamed7416(o.locations!);
+ checkUnnamed7470(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1651,14 +1651,14 @@
buildCounterGoogleCloudMlV1ListLocationsResponse--;
}
-core.List<api.GoogleCloudMlV1Model> buildUnnamed7417() {
+core.List<api.GoogleCloudMlV1Model> buildUnnamed7471() {
var o = <api.GoogleCloudMlV1Model>[];
o.add(buildGoogleCloudMlV1Model());
o.add(buildGoogleCloudMlV1Model());
return o;
}
-void checkUnnamed7417(core.List<api.GoogleCloudMlV1Model> o) {
+void checkUnnamed7471(core.List<api.GoogleCloudMlV1Model> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1Model(o[0] as api.GoogleCloudMlV1Model);
checkGoogleCloudMlV1Model(o[1] as api.GoogleCloudMlV1Model);
@@ -1669,7 +1669,7 @@
var o = api.GoogleCloudMlV1ListModelsResponse();
buildCounterGoogleCloudMlV1ListModelsResponse++;
if (buildCounterGoogleCloudMlV1ListModelsResponse < 3) {
- o.models = buildUnnamed7417();
+ o.models = buildUnnamed7471();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudMlV1ListModelsResponse--;
@@ -1680,7 +1680,7 @@
api.GoogleCloudMlV1ListModelsResponse o) {
buildCounterGoogleCloudMlV1ListModelsResponse++;
if (buildCounterGoogleCloudMlV1ListModelsResponse < 3) {
- checkUnnamed7417(o.models!);
+ checkUnnamed7471(o.models!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1706,14 +1706,14 @@
buildCounterGoogleCloudMlV1ListOptimalTrialsRequest--;
}
-core.List<api.GoogleCloudMlV1Trial> buildUnnamed7418() {
+core.List<api.GoogleCloudMlV1Trial> buildUnnamed7472() {
var o = <api.GoogleCloudMlV1Trial>[];
o.add(buildGoogleCloudMlV1Trial());
o.add(buildGoogleCloudMlV1Trial());
return o;
}
-void checkUnnamed7418(core.List<api.GoogleCloudMlV1Trial> o) {
+void checkUnnamed7472(core.List<api.GoogleCloudMlV1Trial> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1Trial(o[0] as api.GoogleCloudMlV1Trial);
checkGoogleCloudMlV1Trial(o[1] as api.GoogleCloudMlV1Trial);
@@ -1725,7 +1725,7 @@
var o = api.GoogleCloudMlV1ListOptimalTrialsResponse();
buildCounterGoogleCloudMlV1ListOptimalTrialsResponse++;
if (buildCounterGoogleCloudMlV1ListOptimalTrialsResponse < 3) {
- o.trials = buildUnnamed7418();
+ o.trials = buildUnnamed7472();
}
buildCounterGoogleCloudMlV1ListOptimalTrialsResponse--;
return o;
@@ -1735,19 +1735,19 @@
api.GoogleCloudMlV1ListOptimalTrialsResponse o) {
buildCounterGoogleCloudMlV1ListOptimalTrialsResponse++;
if (buildCounterGoogleCloudMlV1ListOptimalTrialsResponse < 3) {
- checkUnnamed7418(o.trials!);
+ checkUnnamed7472(o.trials!);
}
buildCounterGoogleCloudMlV1ListOptimalTrialsResponse--;
}
-core.List<api.GoogleCloudMlV1Study> buildUnnamed7419() {
+core.List<api.GoogleCloudMlV1Study> buildUnnamed7473() {
var o = <api.GoogleCloudMlV1Study>[];
o.add(buildGoogleCloudMlV1Study());
o.add(buildGoogleCloudMlV1Study());
return o;
}
-void checkUnnamed7419(core.List<api.GoogleCloudMlV1Study> o) {
+void checkUnnamed7473(core.List<api.GoogleCloudMlV1Study> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1Study(o[0] as api.GoogleCloudMlV1Study);
checkGoogleCloudMlV1Study(o[1] as api.GoogleCloudMlV1Study);
@@ -1759,7 +1759,7 @@
var o = api.GoogleCloudMlV1ListStudiesResponse();
buildCounterGoogleCloudMlV1ListStudiesResponse++;
if (buildCounterGoogleCloudMlV1ListStudiesResponse < 3) {
- o.studies = buildUnnamed7419();
+ o.studies = buildUnnamed7473();
}
buildCounterGoogleCloudMlV1ListStudiesResponse--;
return o;
@@ -1769,19 +1769,19 @@
api.GoogleCloudMlV1ListStudiesResponse o) {
buildCounterGoogleCloudMlV1ListStudiesResponse++;
if (buildCounterGoogleCloudMlV1ListStudiesResponse < 3) {
- checkUnnamed7419(o.studies!);
+ checkUnnamed7473(o.studies!);
}
buildCounterGoogleCloudMlV1ListStudiesResponse--;
}
-core.List<api.GoogleCloudMlV1Trial> buildUnnamed7420() {
+core.List<api.GoogleCloudMlV1Trial> buildUnnamed7474() {
var o = <api.GoogleCloudMlV1Trial>[];
o.add(buildGoogleCloudMlV1Trial());
o.add(buildGoogleCloudMlV1Trial());
return o;
}
-void checkUnnamed7420(core.List<api.GoogleCloudMlV1Trial> o) {
+void checkUnnamed7474(core.List<api.GoogleCloudMlV1Trial> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1Trial(o[0] as api.GoogleCloudMlV1Trial);
checkGoogleCloudMlV1Trial(o[1] as api.GoogleCloudMlV1Trial);
@@ -1792,7 +1792,7 @@
var o = api.GoogleCloudMlV1ListTrialsResponse();
buildCounterGoogleCloudMlV1ListTrialsResponse++;
if (buildCounterGoogleCloudMlV1ListTrialsResponse < 3) {
- o.trials = buildUnnamed7420();
+ o.trials = buildUnnamed7474();
}
buildCounterGoogleCloudMlV1ListTrialsResponse--;
return o;
@@ -1802,19 +1802,19 @@
api.GoogleCloudMlV1ListTrialsResponse o) {
buildCounterGoogleCloudMlV1ListTrialsResponse++;
if (buildCounterGoogleCloudMlV1ListTrialsResponse < 3) {
- checkUnnamed7420(o.trials!);
+ checkUnnamed7474(o.trials!);
}
buildCounterGoogleCloudMlV1ListTrialsResponse--;
}
-core.List<api.GoogleCloudMlV1Version> buildUnnamed7421() {
+core.List<api.GoogleCloudMlV1Version> buildUnnamed7475() {
var o = <api.GoogleCloudMlV1Version>[];
o.add(buildGoogleCloudMlV1Version());
o.add(buildGoogleCloudMlV1Version());
return o;
}
-void checkUnnamed7421(core.List<api.GoogleCloudMlV1Version> o) {
+void checkUnnamed7475(core.List<api.GoogleCloudMlV1Version> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1Version(o[0] as api.GoogleCloudMlV1Version);
checkGoogleCloudMlV1Version(o[1] as api.GoogleCloudMlV1Version);
@@ -1827,7 +1827,7 @@
buildCounterGoogleCloudMlV1ListVersionsResponse++;
if (buildCounterGoogleCloudMlV1ListVersionsResponse < 3) {
o.nextPageToken = 'foo';
- o.versions = buildUnnamed7421();
+ o.versions = buildUnnamed7475();
}
buildCounterGoogleCloudMlV1ListVersionsResponse--;
return o;
@@ -1841,19 +1841,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7421(o.versions!);
+ checkUnnamed7475(o.versions!);
}
buildCounterGoogleCloudMlV1ListVersionsResponse--;
}
-core.List<api.GoogleCloudMlV1Capability> buildUnnamed7422() {
+core.List<api.GoogleCloudMlV1Capability> buildUnnamed7476() {
var o = <api.GoogleCloudMlV1Capability>[];
o.add(buildGoogleCloudMlV1Capability());
o.add(buildGoogleCloudMlV1Capability());
return o;
}
-void checkUnnamed7422(core.List<api.GoogleCloudMlV1Capability> o) {
+void checkUnnamed7476(core.List<api.GoogleCloudMlV1Capability> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1Capability(o[0] as api.GoogleCloudMlV1Capability);
checkGoogleCloudMlV1Capability(o[1] as api.GoogleCloudMlV1Capability);
@@ -1864,7 +1864,7 @@
var o = api.GoogleCloudMlV1Location();
buildCounterGoogleCloudMlV1Location++;
if (buildCounterGoogleCloudMlV1Location < 3) {
- o.capabilities = buildUnnamed7422();
+ o.capabilities = buildUnnamed7476();
o.name = 'foo';
}
buildCounterGoogleCloudMlV1Location--;
@@ -1874,7 +1874,7 @@
void checkGoogleCloudMlV1Location(api.GoogleCloudMlV1Location o) {
buildCounterGoogleCloudMlV1Location++;
if (buildCounterGoogleCloudMlV1Location < 3) {
- checkUnnamed7422(o.capabilities!);
+ checkUnnamed7476(o.capabilities!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1905,14 +1905,14 @@
buildCounterGoogleCloudMlV1ManualScaling--;
}
-core.List<api.GoogleCloudMlV1MeasurementMetric> buildUnnamed7423() {
+core.List<api.GoogleCloudMlV1MeasurementMetric> buildUnnamed7477() {
var o = <api.GoogleCloudMlV1MeasurementMetric>[];
o.add(buildGoogleCloudMlV1MeasurementMetric());
o.add(buildGoogleCloudMlV1MeasurementMetric());
return o;
}
-void checkUnnamed7423(core.List<api.GoogleCloudMlV1MeasurementMetric> o) {
+void checkUnnamed7477(core.List<api.GoogleCloudMlV1MeasurementMetric> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1MeasurementMetric(
o[0] as api.GoogleCloudMlV1MeasurementMetric);
@@ -1926,7 +1926,7 @@
buildCounterGoogleCloudMlV1Measurement++;
if (buildCounterGoogleCloudMlV1Measurement < 3) {
o.elapsedTime = 'foo';
- o.metrics = buildUnnamed7423();
+ o.metrics = buildUnnamed7477();
o.stepCount = 'foo';
}
buildCounterGoogleCloudMlV1Measurement--;
@@ -1940,7 +1940,7 @@
o.elapsedTime!,
unittest.equals('foo'),
);
- checkUnnamed7423(o.metrics!);
+ checkUnnamed7477(o.metrics!);
unittest.expect(
o.stepCount!,
unittest.equals('foo'),
@@ -1976,14 +1976,14 @@
buildCounterGoogleCloudMlV1MetricSpec--;
}
-core.Map<core.String, core.String> buildUnnamed7424() {
+core.Map<core.String, core.String> buildUnnamed7478() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7424(core.Map<core.String, core.String> o) {
+void checkUnnamed7478(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1995,14 +1995,14 @@
);
}
-core.List<core.String> buildUnnamed7425() {
+core.List<core.String> buildUnnamed7479() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7425(core.List<core.String> o) {
+void checkUnnamed7479(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2022,11 +2022,11 @@
o.defaultVersion = buildGoogleCloudMlV1Version();
o.description = 'foo';
o.etag = 'foo';
- o.labels = buildUnnamed7424();
+ o.labels = buildUnnamed7478();
o.name = 'foo';
o.onlinePredictionConsoleLogging = true;
o.onlinePredictionLogging = true;
- o.regions = buildUnnamed7425();
+ o.regions = buildUnnamed7479();
}
buildCounterGoogleCloudMlV1Model--;
return o;
@@ -2045,26 +2045,26 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed7424(o.labels!);
+ checkUnnamed7478(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
unittest.expect(o.onlinePredictionConsoleLogging!, unittest.isTrue);
unittest.expect(o.onlinePredictionLogging!, unittest.isTrue);
- checkUnnamed7425(o.regions!);
+ checkUnnamed7479(o.regions!);
}
buildCounterGoogleCloudMlV1Model--;
}
-core.Map<core.String, core.String> buildUnnamed7426() {
+core.Map<core.String, core.String> buildUnnamed7480() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7426(core.Map<core.String, core.String> o) {
+void checkUnnamed7480(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2084,7 +2084,7 @@
o.createTime = 'foo';
o.endTime = 'foo';
o.isCancellationRequested = true;
- o.labels = buildUnnamed7426();
+ o.labels = buildUnnamed7480();
o.modelName = 'foo';
o.operationType = 'foo';
o.projectNumber = 'foo';
@@ -2108,7 +2108,7 @@
unittest.equals('foo'),
);
unittest.expect(o.isCancellationRequested!, unittest.isTrue);
- checkUnnamed7426(o.labels!);
+ checkUnnamed7480(o.labels!);
unittest.expect(
o.modelName!,
unittest.equals('foo'),
@@ -2130,14 +2130,14 @@
buildCounterGoogleCloudMlV1OperationMetadata--;
}
-core.List<core.String> buildUnnamed7427() {
+core.List<core.String> buildUnnamed7481() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7427(core.List<core.String> o) {
+void checkUnnamed7481(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2149,14 +2149,14 @@
);
}
-core.List<core.double> buildUnnamed7428() {
+core.List<core.double> buildUnnamed7482() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed7428(core.List<core.double> o) {
+void checkUnnamed7482(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2173,8 +2173,8 @@
var o = api.GoogleCloudMlV1ParameterSpec();
buildCounterGoogleCloudMlV1ParameterSpec++;
if (buildCounterGoogleCloudMlV1ParameterSpec < 3) {
- o.categoricalValues = buildUnnamed7427();
- o.discreteValues = buildUnnamed7428();
+ o.categoricalValues = buildUnnamed7481();
+ o.discreteValues = buildUnnamed7482();
o.maxValue = 42.0;
o.minValue = 42.0;
o.parameterName = 'foo';
@@ -2188,8 +2188,8 @@
void checkGoogleCloudMlV1ParameterSpec(api.GoogleCloudMlV1ParameterSpec o) {
buildCounterGoogleCloudMlV1ParameterSpec++;
if (buildCounterGoogleCloudMlV1ParameterSpec < 3) {
- checkUnnamed7427(o.categoricalValues!);
- checkUnnamed7428(o.discreteValues!);
+ checkUnnamed7481(o.categoricalValues!);
+ checkUnnamed7482(o.discreteValues!);
unittest.expect(
o.maxValue!,
unittest.equals(42.0),
@@ -2233,14 +2233,14 @@
buildCounterGoogleCloudMlV1PredictRequest--;
}
-core.List<core.String> buildUnnamed7429() {
+core.List<core.String> buildUnnamed7483() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7429(core.List<core.String> o) {
+void checkUnnamed7483(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2259,7 +2259,7 @@
if (buildCounterGoogleCloudMlV1PredictionInput < 3) {
o.batchSize = 'foo';
o.dataFormat = 'foo';
- o.inputPaths = buildUnnamed7429();
+ o.inputPaths = buildUnnamed7483();
o.maxWorkerCount = 'foo';
o.modelName = 'foo';
o.outputDataFormat = 'foo';
@@ -2285,7 +2285,7 @@
o.dataFormat!,
unittest.equals('foo'),
);
- checkUnnamed7429(o.inputPaths!);
+ checkUnnamed7483(o.inputPaths!);
unittest.expect(
o.maxWorkerCount!,
unittest.equals('foo'),
@@ -2364,14 +2364,14 @@
buildCounterGoogleCloudMlV1PredictionOutput--;
}
-core.List<core.String> buildUnnamed7430() {
+core.List<core.String> buildUnnamed7484() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7430(core.List<core.String> o) {
+void checkUnnamed7484(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2383,14 +2383,14 @@
);
}
-core.List<core.String> buildUnnamed7431() {
+core.List<core.String> buildUnnamed7485() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7431(core.List<core.String> o) {
+void checkUnnamed7485(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2408,8 +2408,8 @@
buildCounterGoogleCloudMlV1ReplicaConfig++;
if (buildCounterGoogleCloudMlV1ReplicaConfig < 3) {
o.acceleratorConfig = buildGoogleCloudMlV1AcceleratorConfig();
- o.containerArgs = buildUnnamed7430();
- o.containerCommand = buildUnnamed7431();
+ o.containerArgs = buildUnnamed7484();
+ o.containerCommand = buildUnnamed7485();
o.diskConfig = buildGoogleCloudMlV1DiskConfig();
o.imageUri = 'foo';
o.tpuTfVersion = 'foo';
@@ -2423,8 +2423,8 @@
if (buildCounterGoogleCloudMlV1ReplicaConfig < 3) {
checkGoogleCloudMlV1AcceleratorConfig(
o.acceleratorConfig! as api.GoogleCloudMlV1AcceleratorConfig);
- checkUnnamed7430(o.containerArgs!);
- checkUnnamed7431(o.containerCommand!);
+ checkUnnamed7484(o.containerArgs!);
+ checkUnnamed7485(o.containerCommand!);
checkGoogleCloudMlV1DiskConfig(
o.diskConfig! as api.GoogleCloudMlV1DiskConfig);
unittest.expect(
@@ -2619,14 +2619,14 @@
buildCounterGoogleCloudMlV1Study--;
}
-core.List<api.GoogleCloudMlV1StudyConfigMetricSpec> buildUnnamed7432() {
+core.List<api.GoogleCloudMlV1StudyConfigMetricSpec> buildUnnamed7486() {
var o = <api.GoogleCloudMlV1StudyConfigMetricSpec>[];
o.add(buildGoogleCloudMlV1StudyConfigMetricSpec());
o.add(buildGoogleCloudMlV1StudyConfigMetricSpec());
return o;
}
-void checkUnnamed7432(core.List<api.GoogleCloudMlV1StudyConfigMetricSpec> o) {
+void checkUnnamed7486(core.List<api.GoogleCloudMlV1StudyConfigMetricSpec> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1StudyConfigMetricSpec(
o[0] as api.GoogleCloudMlV1StudyConfigMetricSpec);
@@ -2634,14 +2634,14 @@
o[1] as api.GoogleCloudMlV1StudyConfigMetricSpec);
}
-core.List<api.GoogleCloudMlV1StudyConfigParameterSpec> buildUnnamed7433() {
+core.List<api.GoogleCloudMlV1StudyConfigParameterSpec> buildUnnamed7487() {
var o = <api.GoogleCloudMlV1StudyConfigParameterSpec>[];
o.add(buildGoogleCloudMlV1StudyConfigParameterSpec());
o.add(buildGoogleCloudMlV1StudyConfigParameterSpec());
return o;
}
-void checkUnnamed7433(
+void checkUnnamed7487(
core.List<api.GoogleCloudMlV1StudyConfigParameterSpec> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1StudyConfigParameterSpec(
@@ -2657,8 +2657,8 @@
if (buildCounterGoogleCloudMlV1StudyConfig < 3) {
o.algorithm = 'foo';
o.automatedStoppingConfig = buildGoogleCloudMlV1AutomatedStoppingConfig();
- o.metrics = buildUnnamed7432();
- o.parameters = buildUnnamed7433();
+ o.metrics = buildUnnamed7486();
+ o.parameters = buildUnnamed7487();
}
buildCounterGoogleCloudMlV1StudyConfig--;
return o;
@@ -2673,8 +2673,8 @@
);
checkGoogleCloudMlV1AutomatedStoppingConfig(o.automatedStoppingConfig!
as api.GoogleCloudMlV1AutomatedStoppingConfig);
- checkUnnamed7432(o.metrics!);
- checkUnnamed7433(o.parameters!);
+ checkUnnamed7486(o.metrics!);
+ checkUnnamed7487(o.parameters!);
}
buildCounterGoogleCloudMlV1StudyConfig--;
}
@@ -2747,14 +2747,14 @@
buildCounterGoogleCloudMlV1SuggestTrialsRequest--;
}
-core.List<api.GoogleCloudMlV1Trial> buildUnnamed7434() {
+core.List<api.GoogleCloudMlV1Trial> buildUnnamed7488() {
var o = <api.GoogleCloudMlV1Trial>[];
o.add(buildGoogleCloudMlV1Trial());
o.add(buildGoogleCloudMlV1Trial());
return o;
}
-void checkUnnamed7434(core.List<api.GoogleCloudMlV1Trial> o) {
+void checkUnnamed7488(core.List<api.GoogleCloudMlV1Trial> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1Trial(o[0] as api.GoogleCloudMlV1Trial);
checkGoogleCloudMlV1Trial(o[1] as api.GoogleCloudMlV1Trial);
@@ -2769,7 +2769,7 @@
o.endTime = 'foo';
o.startTime = 'foo';
o.studyState = 'foo';
- o.trials = buildUnnamed7434();
+ o.trials = buildUnnamed7488();
}
buildCounterGoogleCloudMlV1SuggestTrialsResponse--;
return o;
@@ -2791,19 +2791,19 @@
o.studyState!,
unittest.equals('foo'),
);
- checkUnnamed7434(o.trials!);
+ checkUnnamed7488(o.trials!);
}
buildCounterGoogleCloudMlV1SuggestTrialsResponse--;
}
-core.List<core.String> buildUnnamed7435() {
+core.List<core.String> buildUnnamed7489() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7435(core.List<core.String> o) {
+void checkUnnamed7489(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2815,14 +2815,14 @@
);
}
-core.List<core.String> buildUnnamed7436() {
+core.List<core.String> buildUnnamed7490() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7436(core.List<core.String> o) {
+void checkUnnamed7490(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2839,7 +2839,7 @@
var o = api.GoogleCloudMlV1TrainingInput();
buildCounterGoogleCloudMlV1TrainingInput++;
if (buildCounterGoogleCloudMlV1TrainingInput < 3) {
- o.args = buildUnnamed7435();
+ o.args = buildUnnamed7489();
o.enableWebAccess = true;
o.encryptionConfig = buildGoogleCloudMlV1EncryptionConfig();
o.evaluatorConfig = buildGoogleCloudMlV1ReplicaConfig();
@@ -2850,7 +2850,7 @@
o.masterConfig = buildGoogleCloudMlV1ReplicaConfig();
o.masterType = 'foo';
o.network = 'foo';
- o.packageUris = buildUnnamed7436();
+ o.packageUris = buildUnnamed7490();
o.parameterServerConfig = buildGoogleCloudMlV1ReplicaConfig();
o.parameterServerCount = 'foo';
o.parameterServerType = 'foo';
@@ -2873,7 +2873,7 @@
void checkGoogleCloudMlV1TrainingInput(api.GoogleCloudMlV1TrainingInput o) {
buildCounterGoogleCloudMlV1TrainingInput++;
if (buildCounterGoogleCloudMlV1TrainingInput < 3) {
- checkUnnamed7435(o.args!);
+ checkUnnamed7489(o.args!);
unittest.expect(o.enableWebAccess!, unittest.isTrue);
checkGoogleCloudMlV1EncryptionConfig(
o.encryptionConfig! as api.GoogleCloudMlV1EncryptionConfig);
@@ -2903,7 +2903,7 @@
o.network!,
unittest.equals('foo'),
);
- checkUnnamed7436(o.packageUris!);
+ checkUnnamed7490(o.packageUris!);
checkGoogleCloudMlV1ReplicaConfig(
o.parameterServerConfig! as api.GoogleCloudMlV1ReplicaConfig);
unittest.expect(
@@ -2955,14 +2955,14 @@
buildCounterGoogleCloudMlV1TrainingInput--;
}
-core.List<api.GoogleCloudMlV1HyperparameterOutput> buildUnnamed7437() {
+core.List<api.GoogleCloudMlV1HyperparameterOutput> buildUnnamed7491() {
var o = <api.GoogleCloudMlV1HyperparameterOutput>[];
o.add(buildGoogleCloudMlV1HyperparameterOutput());
o.add(buildGoogleCloudMlV1HyperparameterOutput());
return o;
}
-void checkUnnamed7437(core.List<api.GoogleCloudMlV1HyperparameterOutput> o) {
+void checkUnnamed7491(core.List<api.GoogleCloudMlV1HyperparameterOutput> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1HyperparameterOutput(
o[0] as api.GoogleCloudMlV1HyperparameterOutput);
@@ -2970,14 +2970,14 @@
o[1] as api.GoogleCloudMlV1HyperparameterOutput);
}
-core.Map<core.String, core.String> buildUnnamed7438() {
+core.Map<core.String, core.String> buildUnnamed7492() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7438(core.Map<core.String, core.String> o) {
+void checkUnnamed7492(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3000,8 +3000,8 @@
o.hyperparameterMetricTag = 'foo';
o.isBuiltInAlgorithmJob = true;
o.isHyperparameterTuningJob = true;
- o.trials = buildUnnamed7437();
- o.webAccessUris = buildUnnamed7438();
+ o.trials = buildUnnamed7491();
+ o.webAccessUris = buildUnnamed7492();
}
buildCounterGoogleCloudMlV1TrainingOutput--;
return o;
@@ -3026,33 +3026,33 @@
);
unittest.expect(o.isBuiltInAlgorithmJob!, unittest.isTrue);
unittest.expect(o.isHyperparameterTuningJob!, unittest.isTrue);
- checkUnnamed7437(o.trials!);
- checkUnnamed7438(o.webAccessUris!);
+ checkUnnamed7491(o.trials!);
+ checkUnnamed7492(o.webAccessUris!);
}
buildCounterGoogleCloudMlV1TrainingOutput--;
}
-core.List<api.GoogleCloudMlV1Measurement> buildUnnamed7439() {
+core.List<api.GoogleCloudMlV1Measurement> buildUnnamed7493() {
var o = <api.GoogleCloudMlV1Measurement>[];
o.add(buildGoogleCloudMlV1Measurement());
o.add(buildGoogleCloudMlV1Measurement());
return o;
}
-void checkUnnamed7439(core.List<api.GoogleCloudMlV1Measurement> o) {
+void checkUnnamed7493(core.List<api.GoogleCloudMlV1Measurement> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1Measurement(o[0] as api.GoogleCloudMlV1Measurement);
checkGoogleCloudMlV1Measurement(o[1] as api.GoogleCloudMlV1Measurement);
}
-core.List<api.GoogleCloudMlV1TrialParameter> buildUnnamed7440() {
+core.List<api.GoogleCloudMlV1TrialParameter> buildUnnamed7494() {
var o = <api.GoogleCloudMlV1TrialParameter>[];
o.add(buildGoogleCloudMlV1TrialParameter());
o.add(buildGoogleCloudMlV1TrialParameter());
return o;
}
-void checkUnnamed7440(core.List<api.GoogleCloudMlV1TrialParameter> o) {
+void checkUnnamed7494(core.List<api.GoogleCloudMlV1TrialParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudMlV1TrialParameter(o[0] as api.GoogleCloudMlV1TrialParameter);
checkGoogleCloudMlV1TrialParameter(o[1] as api.GoogleCloudMlV1TrialParameter);
@@ -3067,9 +3067,9 @@
o.endTime = 'foo';
o.finalMeasurement = buildGoogleCloudMlV1Measurement();
o.infeasibleReason = 'foo';
- o.measurements = buildUnnamed7439();
+ o.measurements = buildUnnamed7493();
o.name = 'foo';
- o.parameters = buildUnnamed7440();
+ o.parameters = buildUnnamed7494();
o.startTime = 'foo';
o.state = 'foo';
o.trialInfeasible = true;
@@ -3095,12 +3095,12 @@
o.infeasibleReason!,
unittest.equals('foo'),
);
- checkUnnamed7439(o.measurements!);
+ checkUnnamed7493(o.measurements!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7440(o.parameters!);
+ checkUnnamed7494(o.parameters!);
unittest.expect(
o.startTime!,
unittest.equals('foo'),
@@ -3114,14 +3114,14 @@
buildCounterGoogleCloudMlV1Trial--;
}
-core.Map<core.String, core.String> buildUnnamed7441() {
+core.Map<core.String, core.String> buildUnnamed7495() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7441(core.Map<core.String, core.String> o) {
+void checkUnnamed7495(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3133,14 +3133,14 @@
);
}
-core.List<core.String> buildUnnamed7442() {
+core.List<core.String> buildUnnamed7496() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7442(core.List<core.String> o) {
+void checkUnnamed7496(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3168,14 +3168,14 @@
o.explanationConfig = buildGoogleCloudMlV1ExplanationConfig();
o.framework = 'foo';
o.isDefault = true;
- o.labels = buildUnnamed7441();
+ o.labels = buildUnnamed7495();
o.lastMigrationModelId = 'foo';
o.lastMigrationTime = 'foo';
o.lastUseTime = 'foo';
o.machineType = 'foo';
o.manualScaling = buildGoogleCloudMlV1ManualScaling();
o.name = 'foo';
- o.packageUris = buildUnnamed7442();
+ o.packageUris = buildUnnamed7496();
o.predictionClass = 'foo';
o.pythonVersion = 'foo';
o.requestLoggingConfig = buildGoogleCloudMlV1RequestLoggingConfig();
@@ -3224,7 +3224,7 @@
unittest.equals('foo'),
);
unittest.expect(o.isDefault!, unittest.isTrue);
- checkUnnamed7441(o.labels!);
+ checkUnnamed7495(o.labels!);
unittest.expect(
o.lastMigrationModelId!,
unittest.equals('foo'),
@@ -3247,7 +3247,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7442(o.packageUris!);
+ checkUnnamed7496(o.packageUris!);
unittest.expect(
o.predictionClass!,
unittest.equals('foo'),
@@ -3297,14 +3297,14 @@
buildCounterGoogleCloudMlV1XraiAttribution--;
}
-core.List<api.GoogleIamV1AuditLogConfig> buildUnnamed7443() {
+core.List<api.GoogleIamV1AuditLogConfig> buildUnnamed7497() {
var o = <api.GoogleIamV1AuditLogConfig>[];
o.add(buildGoogleIamV1AuditLogConfig());
o.add(buildGoogleIamV1AuditLogConfig());
return o;
}
-void checkUnnamed7443(core.List<api.GoogleIamV1AuditLogConfig> o) {
+void checkUnnamed7497(core.List<api.GoogleIamV1AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIamV1AuditLogConfig(o[0] as api.GoogleIamV1AuditLogConfig);
checkGoogleIamV1AuditLogConfig(o[1] as api.GoogleIamV1AuditLogConfig);
@@ -3315,7 +3315,7 @@
var o = api.GoogleIamV1AuditConfig();
buildCounterGoogleIamV1AuditConfig++;
if (buildCounterGoogleIamV1AuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed7443();
+ o.auditLogConfigs = buildUnnamed7497();
o.service = 'foo';
}
buildCounterGoogleIamV1AuditConfig--;
@@ -3325,7 +3325,7 @@
void checkGoogleIamV1AuditConfig(api.GoogleIamV1AuditConfig o) {
buildCounterGoogleIamV1AuditConfig++;
if (buildCounterGoogleIamV1AuditConfig < 3) {
- checkUnnamed7443(o.auditLogConfigs!);
+ checkUnnamed7497(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -3334,14 +3334,14 @@
buildCounterGoogleIamV1AuditConfig--;
}
-core.List<core.String> buildUnnamed7444() {
+core.List<core.String> buildUnnamed7498() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7444(core.List<core.String> o) {
+void checkUnnamed7498(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3358,7 +3358,7 @@
var o = api.GoogleIamV1AuditLogConfig();
buildCounterGoogleIamV1AuditLogConfig++;
if (buildCounterGoogleIamV1AuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed7444();
+ o.exemptedMembers = buildUnnamed7498();
o.logType = 'foo';
}
buildCounterGoogleIamV1AuditLogConfig--;
@@ -3368,7 +3368,7 @@
void checkGoogleIamV1AuditLogConfig(api.GoogleIamV1AuditLogConfig o) {
buildCounterGoogleIamV1AuditLogConfig++;
if (buildCounterGoogleIamV1AuditLogConfig < 3) {
- checkUnnamed7444(o.exemptedMembers!);
+ checkUnnamed7498(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -3377,14 +3377,14 @@
buildCounterGoogleIamV1AuditLogConfig--;
}
-core.List<core.String> buildUnnamed7445() {
+core.List<core.String> buildUnnamed7499() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7445(core.List<core.String> o) {
+void checkUnnamed7499(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3402,7 +3402,7 @@
buildCounterGoogleIamV1Binding++;
if (buildCounterGoogleIamV1Binding < 3) {
o.condition = buildGoogleTypeExpr();
- o.members = buildUnnamed7445();
+ o.members = buildUnnamed7499();
o.role = 'foo';
}
buildCounterGoogleIamV1Binding--;
@@ -3413,7 +3413,7 @@
buildCounterGoogleIamV1Binding++;
if (buildCounterGoogleIamV1Binding < 3) {
checkGoogleTypeExpr(o.condition! as api.GoogleTypeExpr);
- checkUnnamed7445(o.members!);
+ checkUnnamed7499(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -3422,27 +3422,27 @@
buildCounterGoogleIamV1Binding--;
}
-core.List<api.GoogleIamV1AuditConfig> buildUnnamed7446() {
+core.List<api.GoogleIamV1AuditConfig> buildUnnamed7500() {
var o = <api.GoogleIamV1AuditConfig>[];
o.add(buildGoogleIamV1AuditConfig());
o.add(buildGoogleIamV1AuditConfig());
return o;
}
-void checkUnnamed7446(core.List<api.GoogleIamV1AuditConfig> o) {
+void checkUnnamed7500(core.List<api.GoogleIamV1AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIamV1AuditConfig(o[0] as api.GoogleIamV1AuditConfig);
checkGoogleIamV1AuditConfig(o[1] as api.GoogleIamV1AuditConfig);
}
-core.List<api.GoogleIamV1Binding> buildUnnamed7447() {
+core.List<api.GoogleIamV1Binding> buildUnnamed7501() {
var o = <api.GoogleIamV1Binding>[];
o.add(buildGoogleIamV1Binding());
o.add(buildGoogleIamV1Binding());
return o;
}
-void checkUnnamed7447(core.List<api.GoogleIamV1Binding> o) {
+void checkUnnamed7501(core.List<api.GoogleIamV1Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleIamV1Binding(o[0] as api.GoogleIamV1Binding);
checkGoogleIamV1Binding(o[1] as api.GoogleIamV1Binding);
@@ -3453,8 +3453,8 @@
var o = api.GoogleIamV1Policy();
buildCounterGoogleIamV1Policy++;
if (buildCounterGoogleIamV1Policy < 3) {
- o.auditConfigs = buildUnnamed7446();
- o.bindings = buildUnnamed7447();
+ o.auditConfigs = buildUnnamed7500();
+ o.bindings = buildUnnamed7501();
o.etag = 'foo';
o.version = 42;
}
@@ -3465,8 +3465,8 @@
void checkGoogleIamV1Policy(api.GoogleIamV1Policy o) {
buildCounterGoogleIamV1Policy++;
if (buildCounterGoogleIamV1Policy < 3) {
- checkUnnamed7446(o.auditConfigs!);
- checkUnnamed7447(o.bindings!);
+ checkUnnamed7500(o.auditConfigs!);
+ checkUnnamed7501(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -3503,14 +3503,14 @@
buildCounterGoogleIamV1SetIamPolicyRequest--;
}
-core.List<core.String> buildUnnamed7448() {
+core.List<core.String> buildUnnamed7502() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7448(core.List<core.String> o) {
+void checkUnnamed7502(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3528,7 +3528,7 @@
var o = api.GoogleIamV1TestIamPermissionsRequest();
buildCounterGoogleIamV1TestIamPermissionsRequest++;
if (buildCounterGoogleIamV1TestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed7448();
+ o.permissions = buildUnnamed7502();
}
buildCounterGoogleIamV1TestIamPermissionsRequest--;
return o;
@@ -3538,19 +3538,19 @@
api.GoogleIamV1TestIamPermissionsRequest o) {
buildCounterGoogleIamV1TestIamPermissionsRequest++;
if (buildCounterGoogleIamV1TestIamPermissionsRequest < 3) {
- checkUnnamed7448(o.permissions!);
+ checkUnnamed7502(o.permissions!);
}
buildCounterGoogleIamV1TestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed7449() {
+core.List<core.String> buildUnnamed7503() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7449(core.List<core.String> o) {
+void checkUnnamed7503(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3568,7 +3568,7 @@
var o = api.GoogleIamV1TestIamPermissionsResponse();
buildCounterGoogleIamV1TestIamPermissionsResponse++;
if (buildCounterGoogleIamV1TestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed7449();
+ o.permissions = buildUnnamed7503();
}
buildCounterGoogleIamV1TestIamPermissionsResponse--;
return o;
@@ -3578,19 +3578,19 @@
api.GoogleIamV1TestIamPermissionsResponse o) {
buildCounterGoogleIamV1TestIamPermissionsResponse++;
if (buildCounterGoogleIamV1TestIamPermissionsResponse < 3) {
- checkUnnamed7449(o.permissions!);
+ checkUnnamed7503(o.permissions!);
}
buildCounterGoogleIamV1TestIamPermissionsResponse--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed7450() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed7504() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed7450(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed7504(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -3603,7 +3603,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed7450();
+ o.operations = buildUnnamed7504();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -3617,12 +3617,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7450(o.operations!);
+ checkUnnamed7504(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed7451() {
+core.Map<core.String, core.Object> buildUnnamed7505() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3637,7 +3637,7 @@
return o;
}
-void checkUnnamed7451(core.Map<core.String, core.Object> o) {
+void checkUnnamed7505(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -3669,7 +3669,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7452() {
+core.Map<core.String, core.Object> buildUnnamed7506() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3684,7 +3684,7 @@
return o;
}
-void checkUnnamed7452(core.Map<core.String, core.Object> o) {
+void checkUnnamed7506(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -3723,9 +3723,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildGoogleRpcStatus();
- o.metadata = buildUnnamed7451();
+ o.metadata = buildUnnamed7505();
o.name = 'foo';
- o.response = buildUnnamed7452();
+ o.response = buildUnnamed7506();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -3736,12 +3736,12 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed7451(o.metadata!);
+ checkUnnamed7505(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7452(o.response!);
+ checkUnnamed7506(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
@@ -3761,7 +3761,7 @@
buildCounterGoogleProtobufEmpty--;
}
-core.Map<core.String, core.Object> buildUnnamed7453() {
+core.Map<core.String, core.Object> buildUnnamed7507() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3776,7 +3776,7 @@
return o;
}
-void checkUnnamed7453(core.Map<core.String, core.Object> o) {
+void checkUnnamed7507(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -3808,17 +3808,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7454() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7508() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7453());
- o.add(buildUnnamed7453());
+ o.add(buildUnnamed7507());
+ o.add(buildUnnamed7507());
return o;
}
-void checkUnnamed7454(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7508(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7453(o[0]);
- checkUnnamed7453(o[1]);
+ checkUnnamed7507(o[0]);
+ checkUnnamed7507(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -3827,7 +3827,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed7454();
+ o.details = buildUnnamed7508();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -3841,7 +3841,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed7454(o.details!);
+ checkUnnamed7508(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/monitoring/v3_test.dart b/generated/googleapis/test/monitoring/v3_test.dart
index 8ed77c5..a11d3e6 100644
--- a/generated/googleapis/test/monitoring/v3_test.dart
+++ b/generated/googleapis/test/monitoring/v3_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed2726() {
+core.List<core.String> buildUnnamed2733() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2726(core.List<core.String> o) {
+void checkUnnamed2733(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -53,7 +53,7 @@
if (buildCounterAggregation < 3) {
o.alignmentPeriod = 'foo';
o.crossSeriesReducer = 'foo';
- o.groupByFields = buildUnnamed2726();
+ o.groupByFields = buildUnnamed2733();
o.perSeriesAligner = 'foo';
}
buildCounterAggregation--;
@@ -71,7 +71,7 @@
o.crossSeriesReducer!,
unittest.equals('foo'),
);
- checkUnnamed2726(o.groupByFields!);
+ checkUnnamed2733(o.groupByFields!);
unittest.expect(
o.perSeriesAligner!,
unittest.equals('foo'),
@@ -80,27 +80,27 @@
buildCounterAggregation--;
}
-core.List<api.Condition> buildUnnamed2727() {
+core.List<api.Condition> buildUnnamed2734() {
var o = <api.Condition>[];
o.add(buildCondition());
o.add(buildCondition());
return o;
}
-void checkUnnamed2727(core.List<api.Condition> o) {
+void checkUnnamed2734(core.List<api.Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkCondition(o[0] as api.Condition);
checkCondition(o[1] as api.Condition);
}
-core.List<core.String> buildUnnamed2728() {
+core.List<core.String> buildUnnamed2735() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2728(core.List<core.String> o) {
+void checkUnnamed2735(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -112,14 +112,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2729() {
+core.Map<core.String, core.String> buildUnnamed2736() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2729(core.Map<core.String, core.String> o) {
+void checkUnnamed2736(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -136,16 +136,17 @@
var o = api.AlertPolicy();
buildCounterAlertPolicy++;
if (buildCounterAlertPolicy < 3) {
+ o.alertStrategy = buildAlertStrategy();
o.combiner = 'foo';
- o.conditions = buildUnnamed2727();
+ o.conditions = buildUnnamed2734();
o.creationRecord = buildMutationRecord();
o.displayName = 'foo';
o.documentation = buildDocumentation();
o.enabled = true;
o.mutationRecord = buildMutationRecord();
o.name = 'foo';
- o.notificationChannels = buildUnnamed2728();
- o.userLabels = buildUnnamed2729();
+ o.notificationChannels = buildUnnamed2735();
+ o.userLabels = buildUnnamed2736();
o.validity = buildStatus();
}
buildCounterAlertPolicy--;
@@ -155,11 +156,12 @@
void checkAlertPolicy(api.AlertPolicy o) {
buildCounterAlertPolicy++;
if (buildCounterAlertPolicy < 3) {
+ checkAlertStrategy(o.alertStrategy! as api.AlertStrategy);
unittest.expect(
o.combiner!,
unittest.equals('foo'),
);
- checkUnnamed2727(o.conditions!);
+ checkUnnamed2734(o.conditions!);
checkMutationRecord(o.creationRecord! as api.MutationRecord);
unittest.expect(
o.displayName!,
@@ -172,13 +174,33 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2728(o.notificationChannels!);
- checkUnnamed2729(o.userLabels!);
+ checkUnnamed2735(o.notificationChannels!);
+ checkUnnamed2736(o.userLabels!);
checkStatus(o.validity! as api.Status);
}
buildCounterAlertPolicy--;
}
+core.int buildCounterAlertStrategy = 0;
+api.AlertStrategy buildAlertStrategy() {
+ var o = api.AlertStrategy();
+ buildCounterAlertStrategy++;
+ if (buildCounterAlertStrategy < 3) {
+ o.notificationRateLimit = buildNotificationRateLimit();
+ }
+ buildCounterAlertStrategy--;
+ return o;
+}
+
+void checkAlertStrategy(api.AlertStrategy o) {
+ buildCounterAlertStrategy++;
+ if (buildCounterAlertStrategy < 3) {
+ checkNotificationRateLimit(
+ o.notificationRateLimit! as api.NotificationRateLimit);
+ }
+ buildCounterAlertStrategy--;
+}
+
core.int buildCounterAppEngine = 0;
api.AppEngine buildAppEngine() {
var o = api.AppEngine();
@@ -243,14 +265,14 @@
buildCounterBasicAuthentication--;
}
-core.List<core.String> buildUnnamed2730() {
+core.List<core.String> buildUnnamed2737() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2730(core.List<core.String> o) {
+void checkUnnamed2737(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -262,14 +284,14 @@
);
}
-core.List<core.String> buildUnnamed2731() {
+core.List<core.String> buildUnnamed2738() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2731(core.List<core.String> o) {
+void checkUnnamed2738(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -281,14 +303,14 @@
);
}
-core.List<core.String> buildUnnamed2732() {
+core.List<core.String> buildUnnamed2739() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2732(core.List<core.String> o) {
+void checkUnnamed2739(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -307,9 +329,9 @@
if (buildCounterBasicSli < 3) {
o.availability = buildAvailabilityCriteria();
o.latency = buildLatencyCriteria();
- o.location = buildUnnamed2730();
- o.method = buildUnnamed2731();
- o.version = buildUnnamed2732();
+ o.location = buildUnnamed2737();
+ o.method = buildUnnamed2738();
+ o.version = buildUnnamed2739();
}
buildCounterBasicSli--;
return o;
@@ -320,9 +342,9 @@
if (buildCounterBasicSli < 3) {
checkAvailabilityCriteria(o.availability! as api.AvailabilityCriteria);
checkLatencyCriteria(o.latency! as api.LatencyCriteria);
- checkUnnamed2730(o.location!);
- checkUnnamed2731(o.method!);
- checkUnnamed2732(o.version!);
+ checkUnnamed2737(o.location!);
+ checkUnnamed2738(o.method!);
+ checkUnnamed2739(o.version!);
}
buildCounterBasicSli--;
}
@@ -409,27 +431,27 @@
buildCounterClusterIstio--;
}
-core.Map<core.String, api.TypedValue> buildUnnamed2733() {
+core.Map<core.String, api.TypedValue> buildUnnamed2740() {
var o = <core.String, api.TypedValue>{};
o['x'] = buildTypedValue();
o['y'] = buildTypedValue();
return o;
}
-void checkUnnamed2733(core.Map<core.String, api.TypedValue> o) {
+void checkUnnamed2740(core.Map<core.String, api.TypedValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkTypedValue(o['x']! as api.TypedValue);
checkTypedValue(o['y']! as api.TypedValue);
}
-core.List<api.CollectdValue> buildUnnamed2734() {
+core.List<api.CollectdValue> buildUnnamed2741() {
var o = <api.CollectdValue>[];
o.add(buildCollectdValue());
o.add(buildCollectdValue());
return o;
}
-void checkUnnamed2734(core.List<api.CollectdValue> o) {
+void checkUnnamed2741(core.List<api.CollectdValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollectdValue(o[0] as api.CollectdValue);
checkCollectdValue(o[1] as api.CollectdValue);
@@ -441,13 +463,13 @@
buildCounterCollectdPayload++;
if (buildCounterCollectdPayload < 3) {
o.endTime = 'foo';
- o.metadata = buildUnnamed2733();
+ o.metadata = buildUnnamed2740();
o.plugin = 'foo';
o.pluginInstance = 'foo';
o.startTime = 'foo';
o.type = 'foo';
o.typeInstance = 'foo';
- o.values = buildUnnamed2734();
+ o.values = buildUnnamed2741();
}
buildCounterCollectdPayload--;
return o;
@@ -460,7 +482,7 @@
o.endTime!,
unittest.equals('foo'),
);
- checkUnnamed2733(o.metadata!);
+ checkUnnamed2740(o.metadata!);
unittest.expect(
o.plugin!,
unittest.equals('foo'),
@@ -481,19 +503,19 @@
o.typeInstance!,
unittest.equals('foo'),
);
- checkUnnamed2734(o.values!);
+ checkUnnamed2741(o.values!);
}
buildCounterCollectdPayload--;
}
-core.List<api.CollectdValueError> buildUnnamed2735() {
+core.List<api.CollectdValueError> buildUnnamed2742() {
var o = <api.CollectdValueError>[];
o.add(buildCollectdValueError());
o.add(buildCollectdValueError());
return o;
}
-void checkUnnamed2735(core.List<api.CollectdValueError> o) {
+void checkUnnamed2742(core.List<api.CollectdValueError> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollectdValueError(o[0] as api.CollectdValueError);
checkCollectdValueError(o[1] as api.CollectdValueError);
@@ -506,7 +528,7 @@
if (buildCounterCollectdPayloadError < 3) {
o.error = buildStatus();
o.index = 42;
- o.valueErrors = buildUnnamed2735();
+ o.valueErrors = buildUnnamed2742();
}
buildCounterCollectdPayloadError--;
return o;
@@ -520,7 +542,7 @@
o.index!,
unittest.equals(42),
);
- checkUnnamed2735(o.valueErrors!);
+ checkUnnamed2742(o.valueErrors!);
}
buildCounterCollectdPayloadError--;
}
@@ -584,6 +606,7 @@
buildCounterCondition++;
if (buildCounterCondition < 3) {
o.conditionAbsent = buildMetricAbsence();
+ o.conditionMatchedLog = buildLogMatch();
o.conditionMonitoringQueryLanguage =
buildMonitoringQueryLanguageCondition();
o.conditionThreshold = buildMetricThreshold();
@@ -598,6 +621,7 @@
buildCounterCondition++;
if (buildCounterCondition < 3) {
checkMetricAbsence(o.conditionAbsent! as api.MetricAbsence);
+ checkLogMatch(o.conditionMatchedLog! as api.LogMatch);
checkMonitoringQueryLanguageCondition(o.conditionMonitoringQueryLanguage!
as api.MonitoringQueryLanguageCondition);
checkMetricThreshold(o.conditionThreshold! as api.MetricThreshold);
@@ -640,14 +664,14 @@
buildCounterContentMatcher--;
}
-core.List<api.CollectdPayload> buildUnnamed2736() {
+core.List<api.CollectdPayload> buildUnnamed2743() {
var o = <api.CollectdPayload>[];
o.add(buildCollectdPayload());
o.add(buildCollectdPayload());
return o;
}
-void checkUnnamed2736(core.List<api.CollectdPayload> o) {
+void checkUnnamed2743(core.List<api.CollectdPayload> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollectdPayload(o[0] as api.CollectdPayload);
checkCollectdPayload(o[1] as api.CollectdPayload);
@@ -658,7 +682,7 @@
var o = api.CreateCollectdTimeSeriesRequest();
buildCounterCreateCollectdTimeSeriesRequest++;
if (buildCounterCreateCollectdTimeSeriesRequest < 3) {
- o.collectdPayloads = buildUnnamed2736();
+ o.collectdPayloads = buildUnnamed2743();
o.collectdVersion = 'foo';
o.resource = buildMonitoredResource();
}
@@ -670,7 +694,7 @@
api.CreateCollectdTimeSeriesRequest o) {
buildCounterCreateCollectdTimeSeriesRequest++;
if (buildCounterCreateCollectdTimeSeriesRequest < 3) {
- checkUnnamed2736(o.collectdPayloads!);
+ checkUnnamed2743(o.collectdPayloads!);
unittest.expect(
o.collectdVersion!,
unittest.equals('foo'),
@@ -680,14 +704,14 @@
buildCounterCreateCollectdTimeSeriesRequest--;
}
-core.List<api.CollectdPayloadError> buildUnnamed2737() {
+core.List<api.CollectdPayloadError> buildUnnamed2744() {
var o = <api.CollectdPayloadError>[];
o.add(buildCollectdPayloadError());
o.add(buildCollectdPayloadError());
return o;
}
-void checkUnnamed2737(core.List<api.CollectdPayloadError> o) {
+void checkUnnamed2744(core.List<api.CollectdPayloadError> o) {
unittest.expect(o, unittest.hasLength(2));
checkCollectdPayloadError(o[0] as api.CollectdPayloadError);
checkCollectdPayloadError(o[1] as api.CollectdPayloadError);
@@ -698,7 +722,7 @@
var o = api.CreateCollectdTimeSeriesResponse();
buildCounterCreateCollectdTimeSeriesResponse++;
if (buildCounterCreateCollectdTimeSeriesResponse < 3) {
- o.payloadErrors = buildUnnamed2737();
+ o.payloadErrors = buildUnnamed2744();
o.summary = buildCreateTimeSeriesSummary();
}
buildCounterCreateCollectdTimeSeriesResponse--;
@@ -709,20 +733,20 @@
api.CreateCollectdTimeSeriesResponse o) {
buildCounterCreateCollectdTimeSeriesResponse++;
if (buildCounterCreateCollectdTimeSeriesResponse < 3) {
- checkUnnamed2737(o.payloadErrors!);
+ checkUnnamed2744(o.payloadErrors!);
checkCreateTimeSeriesSummary(o.summary! as api.CreateTimeSeriesSummary);
}
buildCounterCreateCollectdTimeSeriesResponse--;
}
-core.List<api.TimeSeries> buildUnnamed2738() {
+core.List<api.TimeSeries> buildUnnamed2745() {
var o = <api.TimeSeries>[];
o.add(buildTimeSeries());
o.add(buildTimeSeries());
return o;
}
-void checkUnnamed2738(core.List<api.TimeSeries> o) {
+void checkUnnamed2745(core.List<api.TimeSeries> o) {
unittest.expect(o, unittest.hasLength(2));
checkTimeSeries(o[0] as api.TimeSeries);
checkTimeSeries(o[1] as api.TimeSeries);
@@ -733,7 +757,7 @@
var o = api.CreateTimeSeriesRequest();
buildCounterCreateTimeSeriesRequest++;
if (buildCounterCreateTimeSeriesRequest < 3) {
- o.timeSeries = buildUnnamed2738();
+ o.timeSeries = buildUnnamed2745();
}
buildCounterCreateTimeSeriesRequest--;
return o;
@@ -742,19 +766,19 @@
void checkCreateTimeSeriesRequest(api.CreateTimeSeriesRequest o) {
buildCounterCreateTimeSeriesRequest++;
if (buildCounterCreateTimeSeriesRequest < 3) {
- checkUnnamed2738(o.timeSeries!);
+ checkUnnamed2745(o.timeSeries!);
}
buildCounterCreateTimeSeriesRequest--;
}
-core.List<api.Error> buildUnnamed2739() {
+core.List<api.Error> buildUnnamed2746() {
var o = <api.Error>[];
o.add(buildError());
o.add(buildError());
return o;
}
-void checkUnnamed2739(core.List<api.Error> o) {
+void checkUnnamed2746(core.List<api.Error> o) {
unittest.expect(o, unittest.hasLength(2));
checkError(o[0] as api.Error);
checkError(o[1] as api.Error);
@@ -765,7 +789,7 @@
var o = api.CreateTimeSeriesSummary();
buildCounterCreateTimeSeriesSummary++;
if (buildCounterCreateTimeSeriesSummary < 3) {
- o.errors = buildUnnamed2739();
+ o.errors = buildUnnamed2746();
o.successPointCount = 42;
o.totalPointCount = 42;
}
@@ -776,7 +800,7 @@
void checkCreateTimeSeriesSummary(api.CreateTimeSeriesSummary o) {
buildCounterCreateTimeSeriesSummary++;
if (buildCounterCreateTimeSeriesSummary < 3) {
- checkUnnamed2739(o.errors!);
+ checkUnnamed2746(o.errors!);
unittest.expect(
o.successPointCount!,
unittest.equals(42),
@@ -804,14 +828,14 @@
buildCounterCustom--;
}
-core.List<core.String> buildUnnamed2740() {
+core.List<core.String> buildUnnamed2747() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2740(core.List<core.String> o) {
+void checkUnnamed2747(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -823,14 +847,14 @@
);
}
-core.List<api.Exemplar> buildUnnamed2741() {
+core.List<api.Exemplar> buildUnnamed2748() {
var o = <api.Exemplar>[];
o.add(buildExemplar());
o.add(buildExemplar());
return o;
}
-void checkUnnamed2741(core.List<api.Exemplar> o) {
+void checkUnnamed2748(core.List<api.Exemplar> o) {
unittest.expect(o, unittest.hasLength(2));
checkExemplar(o[0] as api.Exemplar);
checkExemplar(o[1] as api.Exemplar);
@@ -841,10 +865,10 @@
var o = api.Distribution();
buildCounterDistribution++;
if (buildCounterDistribution < 3) {
- o.bucketCounts = buildUnnamed2740();
+ o.bucketCounts = buildUnnamed2747();
o.bucketOptions = buildBucketOptions();
o.count = 'foo';
- o.exemplars = buildUnnamed2741();
+ o.exemplars = buildUnnamed2748();
o.mean = 42.0;
o.range = buildRange();
o.sumOfSquaredDeviation = 42.0;
@@ -856,13 +880,13 @@
void checkDistribution(api.Distribution o) {
buildCounterDistribution++;
if (buildCounterDistribution < 3) {
- checkUnnamed2740(o.bucketCounts!);
+ checkUnnamed2747(o.bucketCounts!);
checkBucketOptions(o.bucketOptions! as api.BucketOptions);
unittest.expect(
o.count!,
unittest.equals('foo'),
);
- checkUnnamed2741(o.exemplars!);
+ checkUnnamed2748(o.exemplars!);
unittest.expect(
o.mean!,
unittest.equals(42.0),
@@ -927,14 +951,14 @@
buildCounterDocumentation--;
}
-core.Map<core.String, core.String> buildUnnamed2742() {
+core.Map<core.String, core.String> buildUnnamed2749() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2742(core.Map<core.String, core.String> o) {
+void checkUnnamed2749(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -951,7 +975,7 @@
var o = api.DroppedLabels();
buildCounterDroppedLabels++;
if (buildCounterDroppedLabels < 3) {
- o.label = buildUnnamed2742();
+ o.label = buildUnnamed2749();
}
buildCounterDroppedLabels--;
return o;
@@ -960,7 +984,7 @@
void checkDroppedLabels(api.DroppedLabels o) {
buildCounterDroppedLabels++;
if (buildCounterDroppedLabels < 3) {
- checkUnnamed2742(o.label!);
+ checkUnnamed2749(o.label!);
}
buildCounterDroppedLabels--;
}
@@ -1004,7 +1028,7 @@
buildCounterError--;
}
-core.Map<core.String, core.Object> buildUnnamed2743() {
+core.Map<core.String, core.Object> buildUnnamed2750() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1019,7 +1043,7 @@
return o;
}
-void checkUnnamed2743(core.Map<core.String, core.Object> o) {
+void checkUnnamed2750(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1051,17 +1075,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2744() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2751() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2743());
- o.add(buildUnnamed2743());
+ o.add(buildUnnamed2750());
+ o.add(buildUnnamed2750());
return o;
}
-void checkUnnamed2744(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2751(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2743(o[0]);
- checkUnnamed2743(o[1]);
+ checkUnnamed2750(o[0]);
+ checkUnnamed2750(o[1]);
}
core.int buildCounterExemplar = 0;
@@ -1069,7 +1093,7 @@
var o = api.Exemplar();
buildCounterExemplar++;
if (buildCounterExemplar < 3) {
- o.attachments = buildUnnamed2744();
+ o.attachments = buildUnnamed2751();
o.timestamp = 'foo';
o.value = 42.0;
}
@@ -1080,7 +1104,7 @@
void checkExemplar(api.Exemplar o) {
buildCounterExemplar++;
if (buildCounterExemplar < 3) {
- checkUnnamed2744(o.attachments!);
+ checkUnnamed2751(o.attachments!);
unittest.expect(
o.timestamp!,
unittest.equals('foo'),
@@ -1093,14 +1117,14 @@
buildCounterExemplar--;
}
-core.List<core.double> buildUnnamed2745() {
+core.List<core.double> buildUnnamed2752() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed2745(core.List<core.double> o) {
+void checkUnnamed2752(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1117,7 +1141,7 @@
var o = api.Explicit();
buildCounterExplicit++;
if (buildCounterExplicit < 3) {
- o.bounds = buildUnnamed2745();
+ o.bounds = buildUnnamed2752();
}
buildCounterExplicit--;
return o;
@@ -1126,7 +1150,7 @@
void checkExplicit(api.Explicit o) {
buildCounterExplicit++;
if (buildCounterExplicit < 3) {
- checkUnnamed2745(o.bounds!);
+ checkUnnamed2752(o.bounds!);
}
buildCounterExplicit--;
}
@@ -1163,14 +1187,14 @@
buildCounterExponential--;
}
-core.List<api.Option> buildUnnamed2746() {
+core.List<api.Option> buildUnnamed2753() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed2746(core.List<api.Option> o) {
+void checkUnnamed2753(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1188,7 +1212,7 @@
o.name = 'foo';
o.number = 42;
o.oneofIndex = 42;
- o.options = buildUnnamed2746();
+ o.options = buildUnnamed2753();
o.packed = true;
o.typeUrl = 'foo';
}
@@ -1227,7 +1251,7 @@
o.oneofIndex!,
unittest.equals(42),
);
- checkUnnamed2746(o.options!);
+ checkUnnamed2753(o.options!);
unittest.expect(o.packed!, unittest.isTrue);
unittest.expect(
o.typeUrl!,
@@ -1356,14 +1380,14 @@
buildCounterGroup--;
}
-core.Map<core.String, core.String> buildUnnamed2747() {
+core.Map<core.String, core.String> buildUnnamed2754() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2747(core.Map<core.String, core.String> o) {
+void checkUnnamed2754(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1383,7 +1407,7 @@
o.authInfo = buildBasicAuthentication();
o.body = 'foo';
o.contentType = 'foo';
- o.headers = buildUnnamed2747();
+ o.headers = buildUnnamed2754();
o.maskHeaders = true;
o.path = 'foo';
o.port = 42;
@@ -1407,7 +1431,7 @@
o.contentType!,
unittest.equals('foo'),
);
- checkUnnamed2747(o.headers!);
+ checkUnnamed2754(o.headers!);
unittest.expect(o.maskHeaders!, unittest.isTrue);
unittest.expect(
o.path!,
@@ -1621,14 +1645,14 @@
buildCounterLinear--;
}
-core.List<api.AlertPolicy> buildUnnamed2748() {
+core.List<api.AlertPolicy> buildUnnamed2755() {
var o = <api.AlertPolicy>[];
o.add(buildAlertPolicy());
o.add(buildAlertPolicy());
return o;
}
-void checkUnnamed2748(core.List<api.AlertPolicy> o) {
+void checkUnnamed2755(core.List<api.AlertPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkAlertPolicy(o[0] as api.AlertPolicy);
checkAlertPolicy(o[1] as api.AlertPolicy);
@@ -1639,7 +1663,7 @@
var o = api.ListAlertPoliciesResponse();
buildCounterListAlertPoliciesResponse++;
if (buildCounterListAlertPoliciesResponse < 3) {
- o.alertPolicies = buildUnnamed2748();
+ o.alertPolicies = buildUnnamed2755();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -1650,7 +1674,7 @@
void checkListAlertPoliciesResponse(api.ListAlertPoliciesResponse o) {
buildCounterListAlertPoliciesResponse++;
if (buildCounterListAlertPoliciesResponse < 3) {
- checkUnnamed2748(o.alertPolicies!);
+ checkUnnamed2755(o.alertPolicies!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1663,14 +1687,14 @@
buildCounterListAlertPoliciesResponse--;
}
-core.List<api.MonitoredResource> buildUnnamed2749() {
+core.List<api.MonitoredResource> buildUnnamed2756() {
var o = <api.MonitoredResource>[];
o.add(buildMonitoredResource());
o.add(buildMonitoredResource());
return o;
}
-void checkUnnamed2749(core.List<api.MonitoredResource> o) {
+void checkUnnamed2756(core.List<api.MonitoredResource> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoredResource(o[0] as api.MonitoredResource);
checkMonitoredResource(o[1] as api.MonitoredResource);
@@ -1681,7 +1705,7 @@
var o = api.ListGroupMembersResponse();
buildCounterListGroupMembersResponse++;
if (buildCounterListGroupMembersResponse < 3) {
- o.members = buildUnnamed2749();
+ o.members = buildUnnamed2756();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -1692,7 +1716,7 @@
void checkListGroupMembersResponse(api.ListGroupMembersResponse o) {
buildCounterListGroupMembersResponse++;
if (buildCounterListGroupMembersResponse < 3) {
- checkUnnamed2749(o.members!);
+ checkUnnamed2756(o.members!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1705,14 +1729,14 @@
buildCounterListGroupMembersResponse--;
}
-core.List<api.Group> buildUnnamed2750() {
+core.List<api.Group> buildUnnamed2757() {
var o = <api.Group>[];
o.add(buildGroup());
o.add(buildGroup());
return o;
}
-void checkUnnamed2750(core.List<api.Group> o) {
+void checkUnnamed2757(core.List<api.Group> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroup(o[0] as api.Group);
checkGroup(o[1] as api.Group);
@@ -1723,7 +1747,7 @@
var o = api.ListGroupsResponse();
buildCounterListGroupsResponse++;
if (buildCounterListGroupsResponse < 3) {
- o.group = buildUnnamed2750();
+ o.group = buildUnnamed2757();
o.nextPageToken = 'foo';
}
buildCounterListGroupsResponse--;
@@ -1733,7 +1757,7 @@
void checkListGroupsResponse(api.ListGroupsResponse o) {
buildCounterListGroupsResponse++;
if (buildCounterListGroupsResponse < 3) {
- checkUnnamed2750(o.group!);
+ checkUnnamed2757(o.group!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1742,14 +1766,14 @@
buildCounterListGroupsResponse--;
}
-core.List<api.MetricDescriptor> buildUnnamed2751() {
+core.List<api.MetricDescriptor> buildUnnamed2758() {
var o = <api.MetricDescriptor>[];
o.add(buildMetricDescriptor());
o.add(buildMetricDescriptor());
return o;
}
-void checkUnnamed2751(core.List<api.MetricDescriptor> o) {
+void checkUnnamed2758(core.List<api.MetricDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricDescriptor(o[0] as api.MetricDescriptor);
checkMetricDescriptor(o[1] as api.MetricDescriptor);
@@ -1760,7 +1784,7 @@
var o = api.ListMetricDescriptorsResponse();
buildCounterListMetricDescriptorsResponse++;
if (buildCounterListMetricDescriptorsResponse < 3) {
- o.metricDescriptors = buildUnnamed2751();
+ o.metricDescriptors = buildUnnamed2758();
o.nextPageToken = 'foo';
}
buildCounterListMetricDescriptorsResponse--;
@@ -1770,7 +1794,7 @@
void checkListMetricDescriptorsResponse(api.ListMetricDescriptorsResponse o) {
buildCounterListMetricDescriptorsResponse++;
if (buildCounterListMetricDescriptorsResponse < 3) {
- checkUnnamed2751(o.metricDescriptors!);
+ checkUnnamed2758(o.metricDescriptors!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1779,14 +1803,14 @@
buildCounterListMetricDescriptorsResponse--;
}
-core.List<api.MonitoredResourceDescriptor> buildUnnamed2752() {
+core.List<api.MonitoredResourceDescriptor> buildUnnamed2759() {
var o = <api.MonitoredResourceDescriptor>[];
o.add(buildMonitoredResourceDescriptor());
o.add(buildMonitoredResourceDescriptor());
return o;
}
-void checkUnnamed2752(core.List<api.MonitoredResourceDescriptor> o) {
+void checkUnnamed2759(core.List<api.MonitoredResourceDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoredResourceDescriptor(o[0] as api.MonitoredResourceDescriptor);
checkMonitoredResourceDescriptor(o[1] as api.MonitoredResourceDescriptor);
@@ -1799,7 +1823,7 @@
buildCounterListMonitoredResourceDescriptorsResponse++;
if (buildCounterListMonitoredResourceDescriptorsResponse < 3) {
o.nextPageToken = 'foo';
- o.resourceDescriptors = buildUnnamed2752();
+ o.resourceDescriptors = buildUnnamed2759();
}
buildCounterListMonitoredResourceDescriptorsResponse--;
return o;
@@ -1813,19 +1837,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2752(o.resourceDescriptors!);
+ checkUnnamed2759(o.resourceDescriptors!);
}
buildCounterListMonitoredResourceDescriptorsResponse--;
}
-core.List<api.NotificationChannelDescriptor> buildUnnamed2753() {
+core.List<api.NotificationChannelDescriptor> buildUnnamed2760() {
var o = <api.NotificationChannelDescriptor>[];
o.add(buildNotificationChannelDescriptor());
o.add(buildNotificationChannelDescriptor());
return o;
}
-void checkUnnamed2753(core.List<api.NotificationChannelDescriptor> o) {
+void checkUnnamed2760(core.List<api.NotificationChannelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkNotificationChannelDescriptor(o[0] as api.NotificationChannelDescriptor);
checkNotificationChannelDescriptor(o[1] as api.NotificationChannelDescriptor);
@@ -1837,7 +1861,7 @@
var o = api.ListNotificationChannelDescriptorsResponse();
buildCounterListNotificationChannelDescriptorsResponse++;
if (buildCounterListNotificationChannelDescriptorsResponse < 3) {
- o.channelDescriptors = buildUnnamed2753();
+ o.channelDescriptors = buildUnnamed2760();
o.nextPageToken = 'foo';
}
buildCounterListNotificationChannelDescriptorsResponse--;
@@ -1848,7 +1872,7 @@
api.ListNotificationChannelDescriptorsResponse o) {
buildCounterListNotificationChannelDescriptorsResponse++;
if (buildCounterListNotificationChannelDescriptorsResponse < 3) {
- checkUnnamed2753(o.channelDescriptors!);
+ checkUnnamed2760(o.channelDescriptors!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1857,14 +1881,14 @@
buildCounterListNotificationChannelDescriptorsResponse--;
}
-core.List<api.NotificationChannel> buildUnnamed2754() {
+core.List<api.NotificationChannel> buildUnnamed2761() {
var o = <api.NotificationChannel>[];
o.add(buildNotificationChannel());
o.add(buildNotificationChannel());
return o;
}
-void checkUnnamed2754(core.List<api.NotificationChannel> o) {
+void checkUnnamed2761(core.List<api.NotificationChannel> o) {
unittest.expect(o, unittest.hasLength(2));
checkNotificationChannel(o[0] as api.NotificationChannel);
checkNotificationChannel(o[1] as api.NotificationChannel);
@@ -1876,7 +1900,7 @@
buildCounterListNotificationChannelsResponse++;
if (buildCounterListNotificationChannelsResponse < 3) {
o.nextPageToken = 'foo';
- o.notificationChannels = buildUnnamed2754();
+ o.notificationChannels = buildUnnamed2761();
o.totalSize = 42;
}
buildCounterListNotificationChannelsResponse--;
@@ -1891,7 +1915,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2754(o.notificationChannels!);
+ checkUnnamed2761(o.notificationChannels!);
unittest.expect(
o.totalSize!,
unittest.equals(42),
@@ -1900,14 +1924,14 @@
buildCounterListNotificationChannelsResponse--;
}
-core.List<api.ServiceLevelObjective> buildUnnamed2755() {
+core.List<api.ServiceLevelObjective> buildUnnamed2762() {
var o = <api.ServiceLevelObjective>[];
o.add(buildServiceLevelObjective());
o.add(buildServiceLevelObjective());
return o;
}
-void checkUnnamed2755(core.List<api.ServiceLevelObjective> o) {
+void checkUnnamed2762(core.List<api.ServiceLevelObjective> o) {
unittest.expect(o, unittest.hasLength(2));
checkServiceLevelObjective(o[0] as api.ServiceLevelObjective);
checkServiceLevelObjective(o[1] as api.ServiceLevelObjective);
@@ -1920,7 +1944,7 @@
buildCounterListServiceLevelObjectivesResponse++;
if (buildCounterListServiceLevelObjectivesResponse < 3) {
o.nextPageToken = 'foo';
- o.serviceLevelObjectives = buildUnnamed2755();
+ o.serviceLevelObjectives = buildUnnamed2762();
}
buildCounterListServiceLevelObjectivesResponse--;
return o;
@@ -1934,19 +1958,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2755(o.serviceLevelObjectives!);
+ checkUnnamed2762(o.serviceLevelObjectives!);
}
buildCounterListServiceLevelObjectivesResponse--;
}
-core.List<api.Service> buildUnnamed2756() {
+core.List<api.Service> buildUnnamed2763() {
var o = <api.Service>[];
o.add(buildService());
o.add(buildService());
return o;
}
-void checkUnnamed2756(core.List<api.Service> o) {
+void checkUnnamed2763(core.List<api.Service> o) {
unittest.expect(o, unittest.hasLength(2));
checkService(o[0] as api.Service);
checkService(o[1] as api.Service);
@@ -1958,7 +1982,7 @@
buildCounterListServicesResponse++;
if (buildCounterListServicesResponse < 3) {
o.nextPageToken = 'foo';
- o.services = buildUnnamed2756();
+ o.services = buildUnnamed2763();
}
buildCounterListServicesResponse--;
return o;
@@ -1971,32 +1995,32 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2756(o.services!);
+ checkUnnamed2763(o.services!);
}
buildCounterListServicesResponse--;
}
-core.List<api.Status> buildUnnamed2757() {
+core.List<api.Status> buildUnnamed2764() {
var o = <api.Status>[];
o.add(buildStatus());
o.add(buildStatus());
return o;
}
-void checkUnnamed2757(core.List<api.Status> o) {
+void checkUnnamed2764(core.List<api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o[0] as api.Status);
checkStatus(o[1] as api.Status);
}
-core.List<api.TimeSeries> buildUnnamed2758() {
+core.List<api.TimeSeries> buildUnnamed2765() {
var o = <api.TimeSeries>[];
o.add(buildTimeSeries());
o.add(buildTimeSeries());
return o;
}
-void checkUnnamed2758(core.List<api.TimeSeries> o) {
+void checkUnnamed2765(core.List<api.TimeSeries> o) {
unittest.expect(o, unittest.hasLength(2));
checkTimeSeries(o[0] as api.TimeSeries);
checkTimeSeries(o[1] as api.TimeSeries);
@@ -2007,9 +2031,9 @@
var o = api.ListTimeSeriesResponse();
buildCounterListTimeSeriesResponse++;
if (buildCounterListTimeSeriesResponse < 3) {
- o.executionErrors = buildUnnamed2757();
+ o.executionErrors = buildUnnamed2764();
o.nextPageToken = 'foo';
- o.timeSeries = buildUnnamed2758();
+ o.timeSeries = buildUnnamed2765();
o.unit = 'foo';
}
buildCounterListTimeSeriesResponse--;
@@ -2019,12 +2043,12 @@
void checkListTimeSeriesResponse(api.ListTimeSeriesResponse o) {
buildCounterListTimeSeriesResponse++;
if (buildCounterListTimeSeriesResponse < 3) {
- checkUnnamed2757(o.executionErrors!);
+ checkUnnamed2764(o.executionErrors!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2758(o.timeSeries!);
+ checkUnnamed2765(o.timeSeries!);
unittest.expect(
o.unit!,
unittest.equals('foo'),
@@ -2033,14 +2057,14 @@
buildCounterListTimeSeriesResponse--;
}
-core.List<api.UptimeCheckConfig> buildUnnamed2759() {
+core.List<api.UptimeCheckConfig> buildUnnamed2766() {
var o = <api.UptimeCheckConfig>[];
o.add(buildUptimeCheckConfig());
o.add(buildUptimeCheckConfig());
return o;
}
-void checkUnnamed2759(core.List<api.UptimeCheckConfig> o) {
+void checkUnnamed2766(core.List<api.UptimeCheckConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkUptimeCheckConfig(o[0] as api.UptimeCheckConfig);
checkUptimeCheckConfig(o[1] as api.UptimeCheckConfig);
@@ -2053,7 +2077,7 @@
if (buildCounterListUptimeCheckConfigsResponse < 3) {
o.nextPageToken = 'foo';
o.totalSize = 42;
- o.uptimeCheckConfigs = buildUnnamed2759();
+ o.uptimeCheckConfigs = buildUnnamed2766();
}
buildCounterListUptimeCheckConfigsResponse--;
return o;
@@ -2070,19 +2094,19 @@
o.totalSize!,
unittest.equals(42),
);
- checkUnnamed2759(o.uptimeCheckConfigs!);
+ checkUnnamed2766(o.uptimeCheckConfigs!);
}
buildCounterListUptimeCheckConfigsResponse--;
}
-core.List<api.UptimeCheckIp> buildUnnamed2760() {
+core.List<api.UptimeCheckIp> buildUnnamed2767() {
var o = <api.UptimeCheckIp>[];
o.add(buildUptimeCheckIp());
o.add(buildUptimeCheckIp());
return o;
}
-void checkUnnamed2760(core.List<api.UptimeCheckIp> o) {
+void checkUnnamed2767(core.List<api.UptimeCheckIp> o) {
unittest.expect(o, unittest.hasLength(2));
checkUptimeCheckIp(o[0] as api.UptimeCheckIp);
checkUptimeCheckIp(o[1] as api.UptimeCheckIp);
@@ -2094,7 +2118,7 @@
buildCounterListUptimeCheckIpsResponse++;
if (buildCounterListUptimeCheckIpsResponse < 3) {
o.nextPageToken = 'foo';
- o.uptimeCheckIps = buildUnnamed2760();
+ o.uptimeCheckIps = buildUnnamed2767();
}
buildCounterListUptimeCheckIpsResponse--;
return o;
@@ -2107,11 +2131,54 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2760(o.uptimeCheckIps!);
+ checkUnnamed2767(o.uptimeCheckIps!);
}
buildCounterListUptimeCheckIpsResponse--;
}
+core.Map<core.String, core.String> buildUnnamed2768() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed2768(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
+core.int buildCounterLogMatch = 0;
+api.LogMatch buildLogMatch() {
+ var o = api.LogMatch();
+ buildCounterLogMatch++;
+ if (buildCounterLogMatch < 3) {
+ o.filter = 'foo';
+ o.labelExtractors = buildUnnamed2768();
+ }
+ buildCounterLogMatch--;
+ return o;
+}
+
+void checkLogMatch(api.LogMatch o) {
+ buildCounterLogMatch++;
+ if (buildCounterLogMatch < 3) {
+ unittest.expect(
+ o.filter!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2768(o.labelExtractors!);
+ }
+ buildCounterLogMatch--;
+}
+
core.int buildCounterMeshIstio = 0;
api.MeshIstio buildMeshIstio() {
var o = api.MeshIstio();
@@ -2144,14 +2211,14 @@
buildCounterMeshIstio--;
}
-core.Map<core.String, core.String> buildUnnamed2761() {
+core.Map<core.String, core.String> buildUnnamed2769() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2761(core.Map<core.String, core.String> o) {
+void checkUnnamed2769(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2168,7 +2235,7 @@
var o = api.Metric();
buildCounterMetric++;
if (buildCounterMetric < 3) {
- o.labels = buildUnnamed2761();
+ o.labels = buildUnnamed2769();
o.type = 'foo';
}
buildCounterMetric--;
@@ -2178,7 +2245,7 @@
void checkMetric(api.Metric o) {
buildCounterMetric++;
if (buildCounterMetric < 3) {
- checkUnnamed2761(o.labels!);
+ checkUnnamed2769(o.labels!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -2187,14 +2254,14 @@
buildCounterMetric--;
}
-core.List<api.Aggregation> buildUnnamed2762() {
+core.List<api.Aggregation> buildUnnamed2770() {
var o = <api.Aggregation>[];
o.add(buildAggregation());
o.add(buildAggregation());
return o;
}
-void checkUnnamed2762(core.List<api.Aggregation> o) {
+void checkUnnamed2770(core.List<api.Aggregation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAggregation(o[0] as api.Aggregation);
checkAggregation(o[1] as api.Aggregation);
@@ -2205,7 +2272,7 @@
var o = api.MetricAbsence();
buildCounterMetricAbsence++;
if (buildCounterMetricAbsence < 3) {
- o.aggregations = buildUnnamed2762();
+ o.aggregations = buildUnnamed2770();
o.duration = 'foo';
o.filter = 'foo';
o.trigger = buildTrigger();
@@ -2217,7 +2284,7 @@
void checkMetricAbsence(api.MetricAbsence o) {
buildCounterMetricAbsence++;
if (buildCounterMetricAbsence < 3) {
- checkUnnamed2762(o.aggregations!);
+ checkUnnamed2770(o.aggregations!);
unittest.expect(
o.duration!,
unittest.equals('foo'),
@@ -2231,27 +2298,27 @@
buildCounterMetricAbsence--;
}
-core.List<api.LabelDescriptor> buildUnnamed2763() {
+core.List<api.LabelDescriptor> buildUnnamed2771() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed2763(core.List<api.LabelDescriptor> o) {
+void checkUnnamed2771(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
}
-core.List<core.String> buildUnnamed2764() {
+core.List<core.String> buildUnnamed2772() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2764(core.List<core.String> o) {
+void checkUnnamed2772(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2270,11 +2337,11 @@
if (buildCounterMetricDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed2763();
+ o.labels = buildUnnamed2771();
o.launchStage = 'foo';
o.metadata = buildMetricDescriptorMetadata();
o.metricKind = 'foo';
- o.monitoredResourceTypes = buildUnnamed2764();
+ o.monitoredResourceTypes = buildUnnamed2772();
o.name = 'foo';
o.type = 'foo';
o.unit = 'foo';
@@ -2295,7 +2362,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2763(o.labels!);
+ checkUnnamed2771(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -2305,7 +2372,7 @@
o.metricKind!,
unittest.equals('foo'),
);
- checkUnnamed2764(o.monitoredResourceTypes!);
+ checkUnnamed2772(o.monitoredResourceTypes!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2382,27 +2449,27 @@
buildCounterMetricRange--;
}
-core.List<api.Aggregation> buildUnnamed2765() {
+core.List<api.Aggregation> buildUnnamed2773() {
var o = <api.Aggregation>[];
o.add(buildAggregation());
o.add(buildAggregation());
return o;
}
-void checkUnnamed2765(core.List<api.Aggregation> o) {
+void checkUnnamed2773(core.List<api.Aggregation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAggregation(o[0] as api.Aggregation);
checkAggregation(o[1] as api.Aggregation);
}
-core.List<api.Aggregation> buildUnnamed2766() {
+core.List<api.Aggregation> buildUnnamed2774() {
var o = <api.Aggregation>[];
o.add(buildAggregation());
o.add(buildAggregation());
return o;
}
-void checkUnnamed2766(core.List<api.Aggregation> o) {
+void checkUnnamed2774(core.List<api.Aggregation> o) {
unittest.expect(o, unittest.hasLength(2));
checkAggregation(o[0] as api.Aggregation);
checkAggregation(o[1] as api.Aggregation);
@@ -2413,9 +2480,9 @@
var o = api.MetricThreshold();
buildCounterMetricThreshold++;
if (buildCounterMetricThreshold < 3) {
- o.aggregations = buildUnnamed2765();
+ o.aggregations = buildUnnamed2773();
o.comparison = 'foo';
- o.denominatorAggregations = buildUnnamed2766();
+ o.denominatorAggregations = buildUnnamed2774();
o.denominatorFilter = 'foo';
o.duration = 'foo';
o.filter = 'foo';
@@ -2429,12 +2496,12 @@
void checkMetricThreshold(api.MetricThreshold o) {
buildCounterMetricThreshold++;
if (buildCounterMetricThreshold < 3) {
- checkUnnamed2765(o.aggregations!);
+ checkUnnamed2773(o.aggregations!);
unittest.expect(
o.comparison!,
unittest.equals('foo'),
);
- checkUnnamed2766(o.denominatorAggregations!);
+ checkUnnamed2774(o.denominatorAggregations!);
unittest.expect(
o.denominatorFilter!,
unittest.equals('foo'),
@@ -2456,14 +2523,14 @@
buildCounterMetricThreshold--;
}
-core.Map<core.String, core.String> buildUnnamed2767() {
+core.Map<core.String, core.String> buildUnnamed2775() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2767(core.Map<core.String, core.String> o) {
+void checkUnnamed2775(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2480,7 +2547,7 @@
var o = api.MonitoredResource();
buildCounterMonitoredResource++;
if (buildCounterMonitoredResource < 3) {
- o.labels = buildUnnamed2767();
+ o.labels = buildUnnamed2775();
o.type = 'foo';
}
buildCounterMonitoredResource--;
@@ -2490,7 +2557,7 @@
void checkMonitoredResource(api.MonitoredResource o) {
buildCounterMonitoredResource++;
if (buildCounterMonitoredResource < 3) {
- checkUnnamed2767(o.labels!);
+ checkUnnamed2775(o.labels!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -2499,14 +2566,14 @@
buildCounterMonitoredResource--;
}
-core.List<api.LabelDescriptor> buildUnnamed2768() {
+core.List<api.LabelDescriptor> buildUnnamed2776() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed2768(core.List<api.LabelDescriptor> o) {
+void checkUnnamed2776(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
@@ -2519,7 +2586,7 @@
if (buildCounterMonitoredResourceDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed2768();
+ o.labels = buildUnnamed2776();
o.launchStage = 'foo';
o.name = 'foo';
o.type = 'foo';
@@ -2539,7 +2606,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2768(o.labels!);
+ checkUnnamed2776(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -2556,7 +2623,7 @@
buildCounterMonitoredResourceDescriptor--;
}
-core.Map<core.String, core.Object> buildUnnamed2769() {
+core.Map<core.String, core.Object> buildUnnamed2777() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2571,7 +2638,7 @@
return o;
}
-void checkUnnamed2769(core.Map<core.String, core.Object> o) {
+void checkUnnamed2777(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -2603,14 +2670,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2770() {
+core.Map<core.String, core.String> buildUnnamed2778() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2770(core.Map<core.String, core.String> o) {
+void checkUnnamed2778(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2627,8 +2694,8 @@
var o = api.MonitoredResourceMetadata();
buildCounterMonitoredResourceMetadata++;
if (buildCounterMonitoredResourceMetadata < 3) {
- o.systemLabels = buildUnnamed2769();
- o.userLabels = buildUnnamed2770();
+ o.systemLabels = buildUnnamed2777();
+ o.userLabels = buildUnnamed2778();
}
buildCounterMonitoredResourceMetadata--;
return o;
@@ -2637,8 +2704,8 @@
void checkMonitoredResourceMetadata(api.MonitoredResourceMetadata o) {
buildCounterMonitoredResourceMetadata++;
if (buildCounterMonitoredResourceMetadata < 3) {
- checkUnnamed2769(o.systemLabels!);
- checkUnnamed2770(o.userLabels!);
+ checkUnnamed2777(o.systemLabels!);
+ checkUnnamed2778(o.userLabels!);
}
buildCounterMonitoredResourceMetadata--;
}
@@ -2700,14 +2767,14 @@
buildCounterMutationRecord--;
}
-core.Map<core.String, core.String> buildUnnamed2771() {
+core.Map<core.String, core.String> buildUnnamed2779() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2771(core.Map<core.String, core.String> o) {
+void checkUnnamed2779(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2719,27 +2786,27 @@
);
}
-core.List<api.MutationRecord> buildUnnamed2772() {
+core.List<api.MutationRecord> buildUnnamed2780() {
var o = <api.MutationRecord>[];
o.add(buildMutationRecord());
o.add(buildMutationRecord());
return o;
}
-void checkUnnamed2772(core.List<api.MutationRecord> o) {
+void checkUnnamed2780(core.List<api.MutationRecord> o) {
unittest.expect(o, unittest.hasLength(2));
checkMutationRecord(o[0] as api.MutationRecord);
checkMutationRecord(o[1] as api.MutationRecord);
}
-core.Map<core.String, core.String> buildUnnamed2773() {
+core.Map<core.String, core.String> buildUnnamed2781() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2773(core.Map<core.String, core.String> o) {
+void checkUnnamed2781(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2760,11 +2827,11 @@
o.description = 'foo';
o.displayName = 'foo';
o.enabled = true;
- o.labels = buildUnnamed2771();
- o.mutationRecords = buildUnnamed2772();
+ o.labels = buildUnnamed2779();
+ o.mutationRecords = buildUnnamed2780();
o.name = 'foo';
o.type = 'foo';
- o.userLabels = buildUnnamed2773();
+ o.userLabels = buildUnnamed2781();
o.verificationStatus = 'foo';
}
buildCounterNotificationChannel--;
@@ -2784,8 +2851,8 @@
unittest.equals('foo'),
);
unittest.expect(o.enabled!, unittest.isTrue);
- checkUnnamed2771(o.labels!);
- checkUnnamed2772(o.mutationRecords!);
+ checkUnnamed2779(o.labels!);
+ checkUnnamed2780(o.mutationRecords!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2794,7 +2861,7 @@
o.type!,
unittest.equals('foo'),
);
- checkUnnamed2773(o.userLabels!);
+ checkUnnamed2781(o.userLabels!);
unittest.expect(
o.verificationStatus!,
unittest.equals('foo'),
@@ -2803,14 +2870,14 @@
buildCounterNotificationChannel--;
}
-core.List<api.LabelDescriptor> buildUnnamed2774() {
+core.List<api.LabelDescriptor> buildUnnamed2782() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed2774(core.List<api.LabelDescriptor> o) {
+void checkUnnamed2782(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
@@ -2823,7 +2890,7 @@
if (buildCounterNotificationChannelDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed2774();
+ o.labels = buildUnnamed2782();
o.launchStage = 'foo';
o.name = 'foo';
o.type = 'foo';
@@ -2843,7 +2910,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2774(o.labels!);
+ checkUnnamed2782(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -2860,6 +2927,28 @@
buildCounterNotificationChannelDescriptor--;
}
+core.int buildCounterNotificationRateLimit = 0;
+api.NotificationRateLimit buildNotificationRateLimit() {
+ var o = api.NotificationRateLimit();
+ buildCounterNotificationRateLimit++;
+ if (buildCounterNotificationRateLimit < 3) {
+ o.period = 'foo';
+ }
+ buildCounterNotificationRateLimit--;
+ return o;
+}
+
+void checkNotificationRateLimit(api.NotificationRateLimit o) {
+ buildCounterNotificationRateLimit++;
+ if (buildCounterNotificationRateLimit < 3) {
+ unittest.expect(
+ o.period!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterNotificationRateLimit--;
+}
+
core.int buildCounterOperationMetadata = 0;
api.OperationMetadata buildOperationMetadata() {
var o = api.OperationMetadata();
@@ -2892,7 +2981,7 @@
buildCounterOperationMetadata--;
}
-core.Map<core.String, core.Object> buildUnnamed2775() {
+core.Map<core.String, core.Object> buildUnnamed2783() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2907,7 +2996,7 @@
return o;
}
-void checkUnnamed2775(core.Map<core.String, core.Object> o) {
+void checkUnnamed2783(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -2945,7 +3034,7 @@
buildCounterOption++;
if (buildCounterOption < 3) {
o.name = 'foo';
- o.value = buildUnnamed2775();
+ o.value = buildUnnamed2783();
}
buildCounterOption--;
return o;
@@ -2958,7 +3047,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2775(o.value!);
+ checkUnnamed2783(o.value!);
}
buildCounterOption--;
}
@@ -3010,14 +3099,14 @@
buildCounterPoint--;
}
-core.List<api.TypedValue> buildUnnamed2776() {
+core.List<api.TypedValue> buildUnnamed2784() {
var o = <api.TypedValue>[];
o.add(buildTypedValue());
o.add(buildTypedValue());
return o;
}
-void checkUnnamed2776(core.List<api.TypedValue> o) {
+void checkUnnamed2784(core.List<api.TypedValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkTypedValue(o[0] as api.TypedValue);
checkTypedValue(o[1] as api.TypedValue);
@@ -3029,7 +3118,7 @@
buildCounterPointData++;
if (buildCounterPointData < 3) {
o.timeInterval = buildTimeInterval();
- o.values = buildUnnamed2776();
+ o.values = buildUnnamed2784();
}
buildCounterPointData--;
return o;
@@ -3039,7 +3128,7 @@
buildCounterPointData++;
if (buildCounterPointData < 3) {
checkTimeInterval(o.timeInterval! as api.TimeInterval);
- checkUnnamed2776(o.values!);
+ checkUnnamed2784(o.values!);
}
buildCounterPointData--;
}
@@ -3076,27 +3165,27 @@
buildCounterQueryTimeSeriesRequest--;
}
-core.List<api.Status> buildUnnamed2777() {
+core.List<api.Status> buildUnnamed2785() {
var o = <api.Status>[];
o.add(buildStatus());
o.add(buildStatus());
return o;
}
-void checkUnnamed2777(core.List<api.Status> o) {
+void checkUnnamed2785(core.List<api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o[0] as api.Status);
checkStatus(o[1] as api.Status);
}
-core.List<api.TimeSeriesData> buildUnnamed2778() {
+core.List<api.TimeSeriesData> buildUnnamed2786() {
var o = <api.TimeSeriesData>[];
o.add(buildTimeSeriesData());
o.add(buildTimeSeriesData());
return o;
}
-void checkUnnamed2778(core.List<api.TimeSeriesData> o) {
+void checkUnnamed2786(core.List<api.TimeSeriesData> o) {
unittest.expect(o, unittest.hasLength(2));
checkTimeSeriesData(o[0] as api.TimeSeriesData);
checkTimeSeriesData(o[1] as api.TimeSeriesData);
@@ -3108,8 +3197,8 @@
buildCounterQueryTimeSeriesResponse++;
if (buildCounterQueryTimeSeriesResponse < 3) {
o.nextPageToken = 'foo';
- o.partialErrors = buildUnnamed2777();
- o.timeSeriesData = buildUnnamed2778();
+ o.partialErrors = buildUnnamed2785();
+ o.timeSeriesData = buildUnnamed2786();
o.timeSeriesDescriptor = buildTimeSeriesDescriptor();
}
buildCounterQueryTimeSeriesResponse--;
@@ -3123,8 +3212,8 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2777(o.partialErrors!);
- checkUnnamed2778(o.timeSeriesData!);
+ checkUnnamed2785(o.partialErrors!);
+ checkUnnamed2786(o.timeSeriesData!);
checkTimeSeriesDescriptor(
o.timeSeriesDescriptor! as api.TimeSeriesDescriptor);
}
@@ -3223,14 +3312,14 @@
buildCounterSendNotificationChannelVerificationCodeRequest--;
}
-core.Map<core.String, core.String> buildUnnamed2779() {
+core.Map<core.String, core.String> buildUnnamed2787() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2779(core.Map<core.String, core.String> o) {
+void checkUnnamed2787(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3256,7 +3345,7 @@
o.meshIstio = buildMeshIstio();
o.name = 'foo';
o.telemetry = buildTelemetry();
- o.userLabels = buildUnnamed2779();
+ o.userLabels = buildUnnamed2787();
}
buildCounterService--;
return o;
@@ -3281,7 +3370,7 @@
unittest.equals('foo'),
);
checkTelemetry(o.telemetry! as api.Telemetry);
- checkUnnamed2779(o.userLabels!);
+ checkUnnamed2787(o.userLabels!);
}
buildCounterService--;
}
@@ -3309,14 +3398,14 @@
buildCounterServiceLevelIndicator--;
}
-core.Map<core.String, core.String> buildUnnamed2780() {
+core.Map<core.String, core.String> buildUnnamed2788() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2780(core.Map<core.String, core.String> o) {
+void checkUnnamed2788(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3339,7 +3428,7 @@
o.name = 'foo';
o.rollingPeriod = 'foo';
o.serviceLevelIndicator = buildServiceLevelIndicator();
- o.userLabels = buildUnnamed2780();
+ o.userLabels = buildUnnamed2788();
}
buildCounterServiceLevelObjective--;
return o;
@@ -3370,7 +3459,7 @@
);
checkServiceLevelIndicator(
o.serviceLevelIndicator! as api.ServiceLevelIndicator);
- checkUnnamed2780(o.userLabels!);
+ checkUnnamed2788(o.userLabels!);
}
buildCounterServiceLevelObjective--;
}
@@ -3419,7 +3508,7 @@
buildCounterSpanContext--;
}
-core.Map<core.String, core.Object> buildUnnamed2781() {
+core.Map<core.String, core.Object> buildUnnamed2789() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3434,7 +3523,7 @@
return o;
}
-void checkUnnamed2781(core.Map<core.String, core.Object> o) {
+void checkUnnamed2789(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -3466,17 +3555,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2782() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2790() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2781());
- o.add(buildUnnamed2781());
+ o.add(buildUnnamed2789());
+ o.add(buildUnnamed2789());
return o;
}
-void checkUnnamed2782(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2790(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2781(o[0]);
- checkUnnamed2781(o[1]);
+ checkUnnamed2789(o[0]);
+ checkUnnamed2789(o[1]);
}
core.int buildCounterStatus = 0;
@@ -3485,7 +3574,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2782();
+ o.details = buildUnnamed2790();
o.message = 'foo';
}
buildCounterStatus--;
@@ -3499,7 +3588,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2782(o.details!);
+ checkUnnamed2790(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -3579,14 +3668,14 @@
buildCounterTimeInterval--;
}
-core.List<api.Point> buildUnnamed2783() {
+core.List<api.Point> buildUnnamed2791() {
var o = <api.Point>[];
o.add(buildPoint());
o.add(buildPoint());
return o;
}
-void checkUnnamed2783(core.List<api.Point> o) {
+void checkUnnamed2791(core.List<api.Point> o) {
unittest.expect(o, unittest.hasLength(2));
checkPoint(o[0] as api.Point);
checkPoint(o[1] as api.Point);
@@ -3600,7 +3689,7 @@
o.metadata = buildMonitoredResourceMetadata();
o.metric = buildMetric();
o.metricKind = 'foo';
- o.points = buildUnnamed2783();
+ o.points = buildUnnamed2791();
o.resource = buildMonitoredResource();
o.unit = 'foo';
o.valueType = 'foo';
@@ -3619,7 +3708,7 @@
o.metricKind!,
unittest.equals('foo'),
);
- checkUnnamed2783(o.points!);
+ checkUnnamed2791(o.points!);
checkMonitoredResource(o.resource! as api.MonitoredResource);
unittest.expect(
o.unit!,
@@ -3633,27 +3722,27 @@
buildCounterTimeSeries--;
}
-core.List<api.LabelValue> buildUnnamed2784() {
+core.List<api.LabelValue> buildUnnamed2792() {
var o = <api.LabelValue>[];
o.add(buildLabelValue());
o.add(buildLabelValue());
return o;
}
-void checkUnnamed2784(core.List<api.LabelValue> o) {
+void checkUnnamed2792(core.List<api.LabelValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelValue(o[0] as api.LabelValue);
checkLabelValue(o[1] as api.LabelValue);
}
-core.List<api.PointData> buildUnnamed2785() {
+core.List<api.PointData> buildUnnamed2793() {
var o = <api.PointData>[];
o.add(buildPointData());
o.add(buildPointData());
return o;
}
-void checkUnnamed2785(core.List<api.PointData> o) {
+void checkUnnamed2793(core.List<api.PointData> o) {
unittest.expect(o, unittest.hasLength(2));
checkPointData(o[0] as api.PointData);
checkPointData(o[1] as api.PointData);
@@ -3664,8 +3753,8 @@
var o = api.TimeSeriesData();
buildCounterTimeSeriesData++;
if (buildCounterTimeSeriesData < 3) {
- o.labelValues = buildUnnamed2784();
- o.pointData = buildUnnamed2785();
+ o.labelValues = buildUnnamed2792();
+ o.pointData = buildUnnamed2793();
}
buildCounterTimeSeriesData--;
return o;
@@ -3674,33 +3763,33 @@
void checkTimeSeriesData(api.TimeSeriesData o) {
buildCounterTimeSeriesData++;
if (buildCounterTimeSeriesData < 3) {
- checkUnnamed2784(o.labelValues!);
- checkUnnamed2785(o.pointData!);
+ checkUnnamed2792(o.labelValues!);
+ checkUnnamed2793(o.pointData!);
}
buildCounterTimeSeriesData--;
}
-core.List<api.LabelDescriptor> buildUnnamed2786() {
+core.List<api.LabelDescriptor> buildUnnamed2794() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed2786(core.List<api.LabelDescriptor> o) {
+void checkUnnamed2794(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
}
-core.List<api.ValueDescriptor> buildUnnamed2787() {
+core.List<api.ValueDescriptor> buildUnnamed2795() {
var o = <api.ValueDescriptor>[];
o.add(buildValueDescriptor());
o.add(buildValueDescriptor());
return o;
}
-void checkUnnamed2787(core.List<api.ValueDescriptor> o) {
+void checkUnnamed2795(core.List<api.ValueDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkValueDescriptor(o[0] as api.ValueDescriptor);
checkValueDescriptor(o[1] as api.ValueDescriptor);
@@ -3711,8 +3800,8 @@
var o = api.TimeSeriesDescriptor();
buildCounterTimeSeriesDescriptor++;
if (buildCounterTimeSeriesDescriptor < 3) {
- o.labelDescriptors = buildUnnamed2786();
- o.pointDescriptors = buildUnnamed2787();
+ o.labelDescriptors = buildUnnamed2794();
+ o.pointDescriptors = buildUnnamed2795();
}
buildCounterTimeSeriesDescriptor--;
return o;
@@ -3721,8 +3810,8 @@
void checkTimeSeriesDescriptor(api.TimeSeriesDescriptor o) {
buildCounterTimeSeriesDescriptor++;
if (buildCounterTimeSeriesDescriptor < 3) {
- checkUnnamed2786(o.labelDescriptors!);
- checkUnnamed2787(o.pointDescriptors!);
+ checkUnnamed2794(o.labelDescriptors!);
+ checkUnnamed2795(o.pointDescriptors!);
}
buildCounterTimeSeriesDescriptor--;
}
@@ -3786,27 +3875,27 @@
buildCounterTrigger--;
}
-core.List<api.Field> buildUnnamed2788() {
+core.List<api.Field> buildUnnamed2796() {
var o = <api.Field>[];
o.add(buildField());
o.add(buildField());
return o;
}
-void checkUnnamed2788(core.List<api.Field> o) {
+void checkUnnamed2796(core.List<api.Field> o) {
unittest.expect(o, unittest.hasLength(2));
checkField(o[0] as api.Field);
checkField(o[1] as api.Field);
}
-core.List<core.String> buildUnnamed2789() {
+core.List<core.String> buildUnnamed2797() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2789(core.List<core.String> o) {
+void checkUnnamed2797(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3818,14 +3907,14 @@
);
}
-core.List<api.Option> buildUnnamed2790() {
+core.List<api.Option> buildUnnamed2798() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed2790(core.List<api.Option> o) {
+void checkUnnamed2798(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -3836,10 +3925,10 @@
var o = api.Type();
buildCounterType++;
if (buildCounterType < 3) {
- o.fields = buildUnnamed2788();
+ o.fields = buildUnnamed2796();
o.name = 'foo';
- o.oneofs = buildUnnamed2789();
- o.options = buildUnnamed2790();
+ o.oneofs = buildUnnamed2797();
+ o.options = buildUnnamed2798();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
}
@@ -3850,13 +3939,13 @@
void checkType(api.Type o) {
buildCounterType++;
if (buildCounterType < 3) {
- checkUnnamed2788(o.fields!);
+ checkUnnamed2796(o.fields!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2789(o.oneofs!);
- checkUnnamed2790(o.options!);
+ checkUnnamed2797(o.oneofs!);
+ checkUnnamed2798(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -3902,40 +3991,40 @@
buildCounterTypedValue--;
}
-core.List<api.ContentMatcher> buildUnnamed2791() {
+core.List<api.ContentMatcher> buildUnnamed2799() {
var o = <api.ContentMatcher>[];
o.add(buildContentMatcher());
o.add(buildContentMatcher());
return o;
}
-void checkUnnamed2791(core.List<api.ContentMatcher> o) {
+void checkUnnamed2799(core.List<api.ContentMatcher> o) {
unittest.expect(o, unittest.hasLength(2));
checkContentMatcher(o[0] as api.ContentMatcher);
checkContentMatcher(o[1] as api.ContentMatcher);
}
-core.List<api.InternalChecker> buildUnnamed2792() {
+core.List<api.InternalChecker> buildUnnamed2800() {
var o = <api.InternalChecker>[];
o.add(buildInternalChecker());
o.add(buildInternalChecker());
return o;
}
-void checkUnnamed2792(core.List<api.InternalChecker> o) {
+void checkUnnamed2800(core.List<api.InternalChecker> o) {
unittest.expect(o, unittest.hasLength(2));
checkInternalChecker(o[0] as api.InternalChecker);
checkInternalChecker(o[1] as api.InternalChecker);
}
-core.List<core.String> buildUnnamed2793() {
+core.List<core.String> buildUnnamed2801() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2793(core.List<core.String> o) {
+void checkUnnamed2801(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3952,16 +4041,16 @@
var o = api.UptimeCheckConfig();
buildCounterUptimeCheckConfig++;
if (buildCounterUptimeCheckConfig < 3) {
- o.contentMatchers = buildUnnamed2791();
+ o.contentMatchers = buildUnnamed2799();
o.displayName = 'foo';
o.httpCheck = buildHttpCheck();
- o.internalCheckers = buildUnnamed2792();
+ o.internalCheckers = buildUnnamed2800();
o.isInternal = true;
o.monitoredResource = buildMonitoredResource();
o.name = 'foo';
o.period = 'foo';
o.resourceGroup = buildResourceGroup();
- o.selectedRegions = buildUnnamed2793();
+ o.selectedRegions = buildUnnamed2801();
o.tcpCheck = buildTcpCheck();
o.timeout = 'foo';
}
@@ -3972,13 +4061,13 @@
void checkUptimeCheckConfig(api.UptimeCheckConfig o) {
buildCounterUptimeCheckConfig++;
if (buildCounterUptimeCheckConfig < 3) {
- checkUnnamed2791(o.contentMatchers!);
+ checkUnnamed2799(o.contentMatchers!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
);
checkHttpCheck(o.httpCheck! as api.HttpCheck);
- checkUnnamed2792(o.internalCheckers!);
+ checkUnnamed2800(o.internalCheckers!);
unittest.expect(o.isInternal!, unittest.isTrue);
checkMonitoredResource(o.monitoredResource! as api.MonitoredResource);
unittest.expect(
@@ -3990,7 +4079,7 @@
unittest.equals('foo'),
);
checkResourceGroup(o.resourceGroup! as api.ResourceGroup);
- checkUnnamed2793(o.selectedRegions!);
+ checkUnnamed2801(o.selectedRegions!);
checkTcpCheck(o.tcpCheck! as api.TcpCheck);
unittest.expect(
o.timeout!,
@@ -4126,14 +4215,14 @@
buildCounterWindowsBasedSli--;
}
-core.List<core.String> buildUnnamed2794() {
+core.List<core.String> buildUnnamed2802() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2794(core.List<core.String> o) {
+void checkUnnamed2802(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4145,14 +4234,14 @@
);
}
-core.List<core.String> buildUnnamed2795() {
+core.List<core.String> buildUnnamed2803() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2795(core.List<core.String> o) {
+void checkUnnamed2803(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4164,14 +4253,14 @@
);
}
-core.List<core.String> buildUnnamed2796() {
+core.List<core.String> buildUnnamed2804() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2796(core.List<core.String> o) {
+void checkUnnamed2804(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4183,14 +4272,14 @@
);
}
-core.List<core.String> buildUnnamed2797() {
+core.List<core.String> buildUnnamed2805() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2797(core.List<core.String> o) {
+void checkUnnamed2805(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4202,14 +4291,14 @@
);
}
-core.List<core.String> buildUnnamed2798() {
+core.List<core.String> buildUnnamed2806() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2798(core.List<core.String> o) {
+void checkUnnamed2806(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4221,14 +4310,14 @@
);
}
-core.List<core.String> buildUnnamed2799() {
+core.List<core.String> buildUnnamed2807() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2799(core.List<core.String> o) {
+void checkUnnamed2807(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4261,6 +4350,16 @@
});
});
+ unittest.group('obj-schema-AlertStrategy', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildAlertStrategy();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.AlertStrategy.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkAlertStrategy(od as api.AlertStrategy);
+ });
+ });
+
unittest.group('obj-schema-AppEngine', () {
unittest.test('to-json--from-json', () async {
var o = buildAppEngine();
@@ -4779,6 +4878,16 @@
});
});
+ unittest.group('obj-schema-LogMatch', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildLogMatch();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od =
+ api.LogMatch.fromJson(oJson as core.Map<core.String, core.dynamic>);
+ checkLogMatch(od as api.LogMatch);
+ });
+ });
+
unittest.group('obj-schema-MeshIstio', () {
unittest.test('to-json--from-json', () async {
var o = buildMeshIstio();
@@ -4921,6 +5030,16 @@
});
});
+ unittest.group('obj-schema-NotificationRateLimit', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildNotificationRateLimit();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.NotificationRateLimit.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkNotificationRateLimit(od as api.NotificationRateLimit);
+ });
+ });
+
unittest.group('obj-schema-OperationMetadata', () {
unittest.test('to-json--from-json', () async {
var o = buildOperationMetadata();
@@ -5248,7 +5367,7 @@
var arg_name = 'foo';
var arg_aggregation_alignmentPeriod = 'foo';
var arg_aggregation_crossSeriesReducer = 'foo';
- var arg_aggregation_groupByFields = buildUnnamed2794();
+ var arg_aggregation_groupByFields = buildUnnamed2802();
var arg_aggregation_perSeriesAligner = 'foo';
var arg_filter = 'foo';
var arg_interval_endTime = 'foo';
@@ -5258,7 +5377,7 @@
var arg_pageToken = 'foo';
var arg_secondaryAggregation_alignmentPeriod = 'foo';
var arg_secondaryAggregation_crossSeriesReducer = 'foo';
- var arg_secondaryAggregation_groupByFields = buildUnnamed2795();
+ var arg_secondaryAggregation_groupByFields = buildUnnamed2803();
var arg_secondaryAggregation_perSeriesAligner = 'foo';
var arg_view = 'foo';
var arg_$fields = 'foo';
@@ -5397,7 +5516,7 @@
var arg_name = 'foo';
var arg_aggregation_alignmentPeriod = 'foo';
var arg_aggregation_crossSeriesReducer = 'foo';
- var arg_aggregation_groupByFields = buildUnnamed2796();
+ var arg_aggregation_groupByFields = buildUnnamed2804();
var arg_aggregation_perSeriesAligner = 'foo';
var arg_filter = 'foo';
var arg_interval_endTime = 'foo';
@@ -5407,7 +5526,7 @@
var arg_pageToken = 'foo';
var arg_secondaryAggregation_alignmentPeriod = 'foo';
var arg_secondaryAggregation_crossSeriesReducer = 'foo';
- var arg_secondaryAggregation_groupByFields = buildUnnamed2797();
+ var arg_secondaryAggregation_groupByFields = buildUnnamed2805();
var arg_secondaryAggregation_perSeriesAligner = 'foo';
var arg_view = 'foo';
var arg_$fields = 'foo';
@@ -7352,7 +7471,7 @@
var arg_name = 'foo';
var arg_aggregation_alignmentPeriod = 'foo';
var arg_aggregation_crossSeriesReducer = 'foo';
- var arg_aggregation_groupByFields = buildUnnamed2798();
+ var arg_aggregation_groupByFields = buildUnnamed2806();
var arg_aggregation_perSeriesAligner = 'foo';
var arg_filter = 'foo';
var arg_interval_endTime = 'foo';
@@ -7362,7 +7481,7 @@
var arg_pageToken = 'foo';
var arg_secondaryAggregation_alignmentPeriod = 'foo';
var arg_secondaryAggregation_crossSeriesReducer = 'foo';
- var arg_secondaryAggregation_groupByFields = buildUnnamed2799();
+ var arg_secondaryAggregation_groupByFields = buildUnnamed2807();
var arg_secondaryAggregation_perSeriesAligner = 'foo';
var arg_view = 'foo';
var arg_$fields = 'foo';
diff --git a/generated/googleapis/test/mybusinessaccountmanagement/v1_test.dart b/generated/googleapis/test/mybusinessaccountmanagement/v1_test.dart
index 486c29e..76733ff 100644
--- a/generated/googleapis/test/mybusinessaccountmanagement/v1_test.dart
+++ b/generated/googleapis/test/mybusinessaccountmanagement/v1_test.dart
@@ -206,14 +206,14 @@
buildCounterInvitation--;
}
-core.List<api.Admin> buildUnnamed5844() {
+core.List<api.Admin> buildUnnamed5895() {
var o = <api.Admin>[];
o.add(buildAdmin());
o.add(buildAdmin());
return o;
}
-void checkUnnamed5844(core.List<api.Admin> o) {
+void checkUnnamed5895(core.List<api.Admin> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdmin(o[0] as api.Admin);
checkAdmin(o[1] as api.Admin);
@@ -224,7 +224,7 @@
var o = api.ListAccountAdminsResponse();
buildCounterListAccountAdminsResponse++;
if (buildCounterListAccountAdminsResponse < 3) {
- o.accountAdmins = buildUnnamed5844();
+ o.accountAdmins = buildUnnamed5895();
}
buildCounterListAccountAdminsResponse--;
return o;
@@ -233,19 +233,19 @@
void checkListAccountAdminsResponse(api.ListAccountAdminsResponse o) {
buildCounterListAccountAdminsResponse++;
if (buildCounterListAccountAdminsResponse < 3) {
- checkUnnamed5844(o.accountAdmins!);
+ checkUnnamed5895(o.accountAdmins!);
}
buildCounterListAccountAdminsResponse--;
}
-core.List<api.Account> buildUnnamed5845() {
+core.List<api.Account> buildUnnamed5896() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed5845(core.List<api.Account> o) {
+void checkUnnamed5896(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -256,7 +256,7 @@
var o = api.ListAccountsResponse();
buildCounterListAccountsResponse++;
if (buildCounterListAccountsResponse < 3) {
- o.accounts = buildUnnamed5845();
+ o.accounts = buildUnnamed5896();
o.nextPageToken = 'foo';
}
buildCounterListAccountsResponse--;
@@ -266,7 +266,7 @@
void checkListAccountsResponse(api.ListAccountsResponse o) {
buildCounterListAccountsResponse++;
if (buildCounterListAccountsResponse < 3) {
- checkUnnamed5845(o.accounts!);
+ checkUnnamed5896(o.accounts!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -275,14 +275,14 @@
buildCounterListAccountsResponse--;
}
-core.List<api.Invitation> buildUnnamed5846() {
+core.List<api.Invitation> buildUnnamed5897() {
var o = <api.Invitation>[];
o.add(buildInvitation());
o.add(buildInvitation());
return o;
}
-void checkUnnamed5846(core.List<api.Invitation> o) {
+void checkUnnamed5897(core.List<api.Invitation> o) {
unittest.expect(o, unittest.hasLength(2));
checkInvitation(o[0] as api.Invitation);
checkInvitation(o[1] as api.Invitation);
@@ -293,7 +293,7 @@
var o = api.ListInvitationsResponse();
buildCounterListInvitationsResponse++;
if (buildCounterListInvitationsResponse < 3) {
- o.invitations = buildUnnamed5846();
+ o.invitations = buildUnnamed5897();
}
buildCounterListInvitationsResponse--;
return o;
@@ -302,19 +302,19 @@
void checkListInvitationsResponse(api.ListInvitationsResponse o) {
buildCounterListInvitationsResponse++;
if (buildCounterListInvitationsResponse < 3) {
- checkUnnamed5846(o.invitations!);
+ checkUnnamed5897(o.invitations!);
}
buildCounterListInvitationsResponse--;
}
-core.List<api.Admin> buildUnnamed5847() {
+core.List<api.Admin> buildUnnamed5898() {
var o = <api.Admin>[];
o.add(buildAdmin());
o.add(buildAdmin());
return o;
}
-void checkUnnamed5847(core.List<api.Admin> o) {
+void checkUnnamed5898(core.List<api.Admin> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdmin(o[0] as api.Admin);
checkAdmin(o[1] as api.Admin);
@@ -325,7 +325,7 @@
var o = api.ListLocationAdminsResponse();
buildCounterListLocationAdminsResponse++;
if (buildCounterListLocationAdminsResponse < 3) {
- o.admins = buildUnnamed5847();
+ o.admins = buildUnnamed5898();
}
buildCounterListLocationAdminsResponse--;
return o;
@@ -334,7 +334,7 @@
void checkListLocationAdminsResponse(api.ListLocationAdminsResponse o) {
buildCounterListLocationAdminsResponse++;
if (buildCounterListLocationAdminsResponse < 3) {
- checkUnnamed5847(o.admins!);
+ checkUnnamed5898(o.admins!);
}
buildCounterListLocationAdminsResponse--;
}
@@ -368,14 +368,14 @@
buildCounterOrganizationInfo--;
}
-core.List<core.String> buildUnnamed5848() {
+core.List<core.String> buildUnnamed5899() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5848(core.List<core.String> o) {
+void checkUnnamed5899(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -387,14 +387,14 @@
);
}
-core.List<core.String> buildUnnamed5849() {
+core.List<core.String> buildUnnamed5900() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5849(core.List<core.String> o) {
+void checkUnnamed5900(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -411,13 +411,13 @@
var o = api.PostalAddress();
buildCounterPostalAddress++;
if (buildCounterPostalAddress < 3) {
- o.addressLines = buildUnnamed5848();
+ o.addressLines = buildUnnamed5899();
o.administrativeArea = 'foo';
o.languageCode = 'foo';
o.locality = 'foo';
o.organization = 'foo';
o.postalCode = 'foo';
- o.recipients = buildUnnamed5849();
+ o.recipients = buildUnnamed5900();
o.regionCode = 'foo';
o.revision = 42;
o.sortingCode = 'foo';
@@ -430,7 +430,7 @@
void checkPostalAddress(api.PostalAddress o) {
buildCounterPostalAddress++;
if (buildCounterPostalAddress < 3) {
- checkUnnamed5848(o.addressLines!);
+ checkUnnamed5899(o.addressLines!);
unittest.expect(
o.administrativeArea!,
unittest.equals('foo'),
@@ -451,7 +451,7 @@
o.postalCode!,
unittest.equals('foo'),
);
- checkUnnamed5849(o.recipients!);
+ checkUnnamed5900(o.recipients!);
unittest.expect(
o.regionCode!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/mybusinesslodging/v1_test.dart b/generated/googleapis/test/mybusinesslodging/v1_test.dart
index 3de32a5..38e9af6 100644
--- a/generated/googleapis/test/mybusinesslodging/v1_test.dart
+++ b/generated/googleapis/test/mybusinesslodging/v1_test.dart
@@ -616,14 +616,14 @@
buildCounterGuestUnitFeatures--;
}
-core.List<core.String> buildUnnamed5201() {
+core.List<core.String> buildUnnamed5252() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5201(core.List<core.String> o) {
+void checkUnnamed5252(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -640,7 +640,7 @@
var o = api.GuestUnitType();
buildCounterGuestUnitType++;
if (buildCounterGuestUnitType < 3) {
- o.codes = buildUnnamed5201();
+ o.codes = buildUnnamed5252();
o.features = buildGuestUnitFeatures();
o.label = 'foo';
}
@@ -651,7 +651,7 @@
void checkGuestUnitType(api.GuestUnitType o) {
buildCounterGuestUnitType++;
if (buildCounterGuestUnitType < 3) {
- checkUnnamed5201(o.codes!);
+ checkUnnamed5252(o.codes!);
checkGuestUnitFeatures(o.features! as api.GuestUnitFeatures);
unittest.expect(
o.label!,
@@ -1402,14 +1402,14 @@
buildCounterLivingAreaSleeping--;
}
-core.List<api.GuestUnitType> buildUnnamed5202() {
+core.List<api.GuestUnitType> buildUnnamed5253() {
var o = <api.GuestUnitType>[];
o.add(buildGuestUnitType());
o.add(buildGuestUnitType());
return o;
}
-void checkUnnamed5202(core.List<api.GuestUnitType> o) {
+void checkUnnamed5253(core.List<api.GuestUnitType> o) {
unittest.expect(o, unittest.hasLength(2));
checkGuestUnitType(o[0] as api.GuestUnitType);
checkGuestUnitType(o[1] as api.GuestUnitType);
@@ -1428,7 +1428,7 @@
o.connectivity = buildConnectivity();
o.families = buildFamilies();
o.foodAndDrink = buildFoodAndDrink();
- o.guestUnits = buildUnnamed5202();
+ o.guestUnits = buildUnnamed5253();
o.healthAndSafety = buildHealthAndSafety();
o.housekeeping = buildHousekeeping();
o.metadata = buildLodgingMetadata();
@@ -1458,7 +1458,7 @@
checkConnectivity(o.connectivity! as api.Connectivity);
checkFamilies(o.families! as api.Families);
checkFoodAndDrink(o.foodAndDrink! as api.FoodAndDrink);
- checkUnnamed5202(o.guestUnits!);
+ checkUnnamed5253(o.guestUnits!);
checkHealthAndSafety(o.healthAndSafety! as api.HealthAndSafety);
checkHousekeeping(o.housekeeping! as api.Housekeeping);
checkLodgingMetadata(o.metadata! as api.LodgingMetadata);
@@ -2089,14 +2089,14 @@
buildCounterProperty--;
}
-core.List<api.LanguageSpoken> buildUnnamed5203() {
+core.List<api.LanguageSpoken> buildUnnamed5254() {
var o = <api.LanguageSpoken>[];
o.add(buildLanguageSpoken());
o.add(buildLanguageSpoken());
return o;
}
-void checkUnnamed5203(core.List<api.LanguageSpoken> o) {
+void checkUnnamed5254(core.List<api.LanguageSpoken> o) {
unittest.expect(o, unittest.hasLength(2));
checkLanguageSpoken(o[0] as api.LanguageSpoken);
checkLanguageSpoken(o[1] as api.LanguageSpoken);
@@ -2123,7 +2123,7 @@
o.fullServiceLaundryException = 'foo';
o.giftShop = true;
o.giftShopException = 'foo';
- o.languagesSpoken = buildUnnamed5203();
+ o.languagesSpoken = buildUnnamed5254();
o.selfServiceLaundry = true;
o.selfServiceLaundryException = 'foo';
o.socialHour = true;
@@ -2180,7 +2180,7 @@
o.giftShopException!,
unittest.equals('foo'),
);
- checkUnnamed5203(o.languagesSpoken!);
+ checkUnnamed5254(o.languagesSpoken!);
unittest.expect(o.selfServiceLaundry!, unittest.isTrue);
unittest.expect(
o.selfServiceLaundryException!,
diff --git a/generated/googleapis/test/mybusinessplaceactions/v1_test.dart b/generated/googleapis/test/mybusinessplaceactions/v1_test.dart
index 686c1e0..f758ee3 100644
--- a/generated/googleapis/test/mybusinessplaceactions/v1_test.dart
+++ b/generated/googleapis/test/mybusinessplaceactions/v1_test.dart
@@ -42,14 +42,14 @@
buildCounterEmpty--;
}
-core.List<api.PlaceActionLink> buildUnnamed6585() {
+core.List<api.PlaceActionLink> buildUnnamed6636() {
var o = <api.PlaceActionLink>[];
o.add(buildPlaceActionLink());
o.add(buildPlaceActionLink());
return o;
}
-void checkUnnamed6585(core.List<api.PlaceActionLink> o) {
+void checkUnnamed6636(core.List<api.PlaceActionLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlaceActionLink(o[0] as api.PlaceActionLink);
checkPlaceActionLink(o[1] as api.PlaceActionLink);
@@ -61,7 +61,7 @@
buildCounterListPlaceActionLinksResponse++;
if (buildCounterListPlaceActionLinksResponse < 3) {
o.nextPageToken = 'foo';
- o.placeActionLinks = buildUnnamed6585();
+ o.placeActionLinks = buildUnnamed6636();
}
buildCounterListPlaceActionLinksResponse--;
return o;
@@ -74,19 +74,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6585(o.placeActionLinks!);
+ checkUnnamed6636(o.placeActionLinks!);
}
buildCounterListPlaceActionLinksResponse--;
}
-core.List<api.PlaceActionTypeMetadata> buildUnnamed6586() {
+core.List<api.PlaceActionTypeMetadata> buildUnnamed6637() {
var o = <api.PlaceActionTypeMetadata>[];
o.add(buildPlaceActionTypeMetadata());
o.add(buildPlaceActionTypeMetadata());
return o;
}
-void checkUnnamed6586(core.List<api.PlaceActionTypeMetadata> o) {
+void checkUnnamed6637(core.List<api.PlaceActionTypeMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlaceActionTypeMetadata(o[0] as api.PlaceActionTypeMetadata);
checkPlaceActionTypeMetadata(o[1] as api.PlaceActionTypeMetadata);
@@ -99,7 +99,7 @@
buildCounterListPlaceActionTypeMetadataResponse++;
if (buildCounterListPlaceActionTypeMetadataResponse < 3) {
o.nextPageToken = 'foo';
- o.placeActionTypeMetadata = buildUnnamed6586();
+ o.placeActionTypeMetadata = buildUnnamed6637();
}
buildCounterListPlaceActionTypeMetadataResponse--;
return o;
@@ -113,7 +113,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6586(o.placeActionTypeMetadata!);
+ checkUnnamed6637(o.placeActionTypeMetadata!);
}
buildCounterListPlaceActionTypeMetadataResponse--;
}
diff --git a/generated/googleapis/test/networkmanagement/v1_test.dart b/generated/googleapis/test/networkmanagement/v1_test.dart
index 0504125..f19b577 100644
--- a/generated/googleapis/test/networkmanagement/v1_test.dart
+++ b/generated/googleapis/test/networkmanagement/v1_test.dart
@@ -54,14 +54,14 @@
buildCounterAbortInfo--;
}
-core.List<api.AuditLogConfig> buildUnnamed4853() {
+core.List<api.AuditLogConfig> buildUnnamed4896() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed4853(core.List<api.AuditLogConfig> o) {
+void checkUnnamed4896(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -72,7 +72,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed4853();
+ o.auditLogConfigs = buildUnnamed4896();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -82,7 +82,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed4853(o.auditLogConfigs!);
+ checkUnnamed4896(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -91,14 +91,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed4854() {
+core.List<core.String> buildUnnamed4897() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4854(core.List<core.String> o) {
+void checkUnnamed4897(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -115,7 +115,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed4854();
+ o.exemptedMembers = buildUnnamed4897();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -125,7 +125,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed4854(o.exemptedMembers!);
+ checkUnnamed4897(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -134,14 +134,14 @@
buildCounterAuditLogConfig--;
}
-core.List<core.String> buildUnnamed4855() {
+core.List<core.String> buildUnnamed4898() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4855(core.List<core.String> o) {
+void checkUnnamed4898(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -159,7 +159,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed4855();
+ o.members = buildUnnamed4898();
o.role = 'foo';
}
buildCounterBinding--;
@@ -170,7 +170,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed4855(o.members!);
+ checkUnnamed4898(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -241,14 +241,14 @@
buildCounterCloudSQLInstanceInfo--;
}
-core.Map<core.String, core.String> buildUnnamed4856() {
+core.Map<core.String, core.String> buildUnnamed4899() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4856(core.Map<core.String, core.String> o) {
+void checkUnnamed4899(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -260,14 +260,14 @@
);
}
-core.List<core.String> buildUnnamed4857() {
+core.List<core.String> buildUnnamed4900() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4857(core.List<core.String> o) {
+void checkUnnamed4900(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -288,11 +288,11 @@
o.description = 'foo';
o.destination = buildEndpoint();
o.displayName = 'foo';
- o.labels = buildUnnamed4856();
+ o.labels = buildUnnamed4899();
o.name = 'foo';
o.protocol = 'foo';
o.reachabilityDetails = buildReachabilityDetails();
- o.relatedProjects = buildUnnamed4857();
+ o.relatedProjects = buildUnnamed4900();
o.source = buildEndpoint();
o.updateTime = 'foo';
}
@@ -316,7 +316,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4856(o.labels!);
+ checkUnnamed4899(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -326,7 +326,7 @@
unittest.equals('foo'),
);
checkReachabilityDetails(o.reachabilityDetails! as api.ReachabilityDetails);
- checkUnnamed4857(o.relatedProjects!);
+ checkUnnamed4900(o.relatedProjects!);
checkEndpoint(o.source! as api.Endpoint);
unittest.expect(
o.updateTime!,
@@ -551,14 +551,14 @@
buildCounterExpr--;
}
-core.List<core.String> buildUnnamed4858() {
+core.List<core.String> buildUnnamed4901() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4858(core.List<core.String> o) {
+void checkUnnamed4901(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -570,14 +570,14 @@
);
}
-core.List<core.String> buildUnnamed4859() {
+core.List<core.String> buildUnnamed4902() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4859(core.List<core.String> o) {
+void checkUnnamed4902(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -601,8 +601,8 @@
o.networkUri = 'foo';
o.policy = 'foo';
o.priority = 42;
- o.targetServiceAccounts = buildUnnamed4858();
- o.targetTags = buildUnnamed4859();
+ o.targetServiceAccounts = buildUnnamed4901();
+ o.targetTags = buildUnnamed4902();
o.uri = 'foo';
}
buildCounterFirewallInfo--;
@@ -640,8 +640,8 @@
o.priority!,
unittest.equals(42),
);
- checkUnnamed4858(o.targetServiceAccounts!);
- checkUnnamed4859(o.targetTags!);
+ checkUnnamed4901(o.targetServiceAccounts!);
+ checkUnnamed4902(o.targetTags!);
unittest.expect(
o.uri!,
unittest.equals('foo'),
@@ -766,14 +766,14 @@
buildCounterGKEMasterInfo--;
}
-core.List<core.String> buildUnnamed4860() {
+core.List<core.String> buildUnnamed4903() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4860(core.List<core.String> o) {
+void checkUnnamed4903(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -794,7 +794,7 @@
o.externalIp = 'foo';
o.interface = 'foo';
o.internalIp = 'foo';
- o.networkTags = buildUnnamed4860();
+ o.networkTags = buildUnnamed4903();
o.networkUri = 'foo';
o.serviceAccount = 'foo';
o.uri = 'foo';
@@ -822,7 +822,7 @@
o.internalIp!,
unittest.equals('foo'),
);
- checkUnnamed4860(o.networkTags!);
+ checkUnnamed4903(o.networkTags!);
unittest.expect(
o.networkUri!,
unittest.equals('foo'),
@@ -839,27 +839,27 @@
buildCounterInstanceInfo--;
}
-core.List<api.ConnectivityTest> buildUnnamed4861() {
+core.List<api.ConnectivityTest> buildUnnamed4904() {
var o = <api.ConnectivityTest>[];
o.add(buildConnectivityTest());
o.add(buildConnectivityTest());
return o;
}
-void checkUnnamed4861(core.List<api.ConnectivityTest> o) {
+void checkUnnamed4904(core.List<api.ConnectivityTest> o) {
unittest.expect(o, unittest.hasLength(2));
checkConnectivityTest(o[0] as api.ConnectivityTest);
checkConnectivityTest(o[1] as api.ConnectivityTest);
}
-core.List<core.String> buildUnnamed4862() {
+core.List<core.String> buildUnnamed4905() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4862(core.List<core.String> o) {
+void checkUnnamed4905(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -877,8 +877,8 @@
buildCounterListConnectivityTestsResponse++;
if (buildCounterListConnectivityTestsResponse < 3) {
o.nextPageToken = 'foo';
- o.resources = buildUnnamed4861();
- o.unreachable = buildUnnamed4862();
+ o.resources = buildUnnamed4904();
+ o.unreachable = buildUnnamed4905();
}
buildCounterListConnectivityTestsResponse--;
return o;
@@ -891,20 +891,20 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4861(o.resources!);
- checkUnnamed4862(o.unreachable!);
+ checkUnnamed4904(o.resources!);
+ checkUnnamed4905(o.unreachable!);
}
buildCounterListConnectivityTestsResponse--;
}
-core.List<api.Location> buildUnnamed4863() {
+core.List<api.Location> buildUnnamed4906() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed4863(core.List<api.Location> o) {
+void checkUnnamed4906(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -915,7 +915,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed4863();
+ o.locations = buildUnnamed4906();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -925,7 +925,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed4863(o.locations!);
+ checkUnnamed4906(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -934,14 +934,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed4864() {
+core.List<api.Operation> buildUnnamed4907() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed4864(core.List<api.Operation> o) {
+void checkUnnamed4907(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -953,7 +953,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed4864();
+ o.operations = buildUnnamed4907();
}
buildCounterListOperationsResponse--;
return o;
@@ -966,19 +966,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4864(o.operations!);
+ checkUnnamed4907(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<core.String> buildUnnamed4865() {
+core.List<core.String> buildUnnamed4908() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4865(core.List<core.String> o) {
+void checkUnnamed4908(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -990,14 +990,14 @@
);
}
-core.List<core.String> buildUnnamed4866() {
+core.List<core.String> buildUnnamed4909() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4866(core.List<core.String> o) {
+void checkUnnamed4909(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1015,8 +1015,8 @@
buildCounterLoadBalancerBackend++;
if (buildCounterLoadBalancerBackend < 3) {
o.displayName = 'foo';
- o.healthCheckAllowingFirewallRules = buildUnnamed4865();
- o.healthCheckBlockingFirewallRules = buildUnnamed4866();
+ o.healthCheckAllowingFirewallRules = buildUnnamed4908();
+ o.healthCheckBlockingFirewallRules = buildUnnamed4909();
o.healthCheckFirewallState = 'foo';
o.uri = 'foo';
}
@@ -1031,8 +1031,8 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4865(o.healthCheckAllowingFirewallRules!);
- checkUnnamed4866(o.healthCheckBlockingFirewallRules!);
+ checkUnnamed4908(o.healthCheckAllowingFirewallRules!);
+ checkUnnamed4909(o.healthCheckBlockingFirewallRules!);
unittest.expect(
o.healthCheckFirewallState!,
unittest.equals('foo'),
@@ -1045,14 +1045,14 @@
buildCounterLoadBalancerBackend--;
}
-core.List<api.LoadBalancerBackend> buildUnnamed4867() {
+core.List<api.LoadBalancerBackend> buildUnnamed4910() {
var o = <api.LoadBalancerBackend>[];
o.add(buildLoadBalancerBackend());
o.add(buildLoadBalancerBackend());
return o;
}
-void checkUnnamed4867(core.List<api.LoadBalancerBackend> o) {
+void checkUnnamed4910(core.List<api.LoadBalancerBackend> o) {
unittest.expect(o, unittest.hasLength(2));
checkLoadBalancerBackend(o[0] as api.LoadBalancerBackend);
checkLoadBalancerBackend(o[1] as api.LoadBalancerBackend);
@@ -1065,7 +1065,7 @@
if (buildCounterLoadBalancerInfo < 3) {
o.backendType = 'foo';
o.backendUri = 'foo';
- o.backends = buildUnnamed4867();
+ o.backends = buildUnnamed4910();
o.healthCheckUri = 'foo';
o.loadBalancerType = 'foo';
}
@@ -1084,7 +1084,7 @@
o.backendUri!,
unittest.equals('foo'),
);
- checkUnnamed4867(o.backends!);
+ checkUnnamed4910(o.backends!);
unittest.expect(
o.healthCheckUri!,
unittest.equals('foo'),
@@ -1097,14 +1097,14 @@
buildCounterLoadBalancerInfo--;
}
-core.Map<core.String, core.String> buildUnnamed4868() {
+core.Map<core.String, core.String> buildUnnamed4911() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4868(core.Map<core.String, core.String> o) {
+void checkUnnamed4911(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1116,7 +1116,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4869() {
+core.Map<core.String, core.Object> buildUnnamed4912() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1131,7 +1131,7 @@
return o;
}
-void checkUnnamed4869(core.Map<core.String, core.Object> o) {
+void checkUnnamed4912(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1169,9 +1169,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed4868();
+ o.labels = buildUnnamed4911();
o.locationId = 'foo';
- o.metadata = buildUnnamed4869();
+ o.metadata = buildUnnamed4912();
o.name = 'foo';
}
buildCounterLocation--;
@@ -1185,12 +1185,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4868(o.labels!);
+ checkUnnamed4911(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed4869(o.metadata!);
+ checkUnnamed4912(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1231,7 +1231,7 @@
buildCounterNetworkInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed4870() {
+core.Map<core.String, core.Object> buildUnnamed4913() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1246,7 +1246,7 @@
return o;
}
-void checkUnnamed4870(core.Map<core.String, core.Object> o) {
+void checkUnnamed4913(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1278,7 +1278,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4871() {
+core.Map<core.String, core.Object> buildUnnamed4914() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1293,7 +1293,7 @@
return o;
}
-void checkUnnamed4871(core.Map<core.String, core.Object> o) {
+void checkUnnamed4914(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1332,9 +1332,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed4870();
+ o.metadata = buildUnnamed4913();
o.name = 'foo';
- o.response = buildUnnamed4871();
+ o.response = buildUnnamed4914();
}
buildCounterOperation--;
return o;
@@ -1345,12 +1345,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed4870(o.metadata!);
+ checkUnnamed4913(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4871(o.response!);
+ checkUnnamed4914(o.response!);
}
buildCounterOperation--;
}
@@ -1404,27 +1404,27 @@
buildCounterOperationMetadata--;
}
-core.List<api.AuditConfig> buildUnnamed4872() {
+core.List<api.AuditConfig> buildUnnamed4915() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed4872(core.List<api.AuditConfig> o) {
+void checkUnnamed4915(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed4873() {
+core.List<api.Binding> buildUnnamed4916() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed4873(core.List<api.Binding> o) {
+void checkUnnamed4916(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -1435,8 +1435,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed4872();
- o.bindings = buildUnnamed4873();
+ o.auditConfigs = buildUnnamed4915();
+ o.bindings = buildUnnamed4916();
o.etag = 'foo';
o.version = 42;
}
@@ -1447,8 +1447,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed4872(o.auditConfigs!);
- checkUnnamed4873(o.bindings!);
+ checkUnnamed4915(o.auditConfigs!);
+ checkUnnamed4916(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1461,14 +1461,14 @@
buildCounterPolicy--;
}
-core.List<api.Trace> buildUnnamed4874() {
+core.List<api.Trace> buildUnnamed4917() {
var o = <api.Trace>[];
o.add(buildTrace());
o.add(buildTrace());
return o;
}
-void checkUnnamed4874(core.List<api.Trace> o) {
+void checkUnnamed4917(core.List<api.Trace> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrace(o[0] as api.Trace);
checkTrace(o[1] as api.Trace);
@@ -1481,7 +1481,7 @@
if (buildCounterReachabilityDetails < 3) {
o.error = buildStatus();
o.result = 'foo';
- o.traces = buildUnnamed4874();
+ o.traces = buildUnnamed4917();
o.verifyTime = 'foo';
}
buildCounterReachabilityDetails--;
@@ -1496,7 +1496,7 @@
o.result!,
unittest.equals('foo'),
);
- checkUnnamed4874(o.traces!);
+ checkUnnamed4917(o.traces!);
unittest.expect(
o.verifyTime!,
unittest.equals('foo'),
@@ -1520,14 +1520,14 @@
buildCounterRerunConnectivityTestRequest--;
}
-core.List<core.String> buildUnnamed4875() {
+core.List<core.String> buildUnnamed4918() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4875(core.List<core.String> o) {
+void checkUnnamed4918(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1546,7 +1546,7 @@
if (buildCounterRouteInfo < 3) {
o.destIpRange = 'foo';
o.displayName = 'foo';
- o.instanceTags = buildUnnamed4875();
+ o.instanceTags = buildUnnamed4918();
o.networkUri = 'foo';
o.nextHop = 'foo';
o.nextHopType = 'foo';
@@ -1569,7 +1569,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4875(o.instanceTags!);
+ checkUnnamed4918(o.instanceTags!);
unittest.expect(
o.networkUri!,
unittest.equals('foo'),
@@ -1622,7 +1622,7 @@
buildCounterSetIamPolicyRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed4876() {
+core.Map<core.String, core.Object> buildUnnamed4919() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1637,7 +1637,7 @@
return o;
}
-void checkUnnamed4876(core.Map<core.String, core.Object> o) {
+void checkUnnamed4919(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1669,17 +1669,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4877() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4920() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4876());
- o.add(buildUnnamed4876());
+ o.add(buildUnnamed4919());
+ o.add(buildUnnamed4919());
return o;
}
-void checkUnnamed4877(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4920(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4876(o[0]);
- checkUnnamed4876(o[1]);
+ checkUnnamed4919(o[0]);
+ checkUnnamed4919(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1688,7 +1688,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4877();
+ o.details = buildUnnamed4920();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1702,7 +1702,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4877(o.details!);
+ checkUnnamed4920(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1775,14 +1775,14 @@
buildCounterStep--;
}
-core.List<core.String> buildUnnamed4878() {
+core.List<core.String> buildUnnamed4921() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4878(core.List<core.String> o) {
+void checkUnnamed4921(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1799,7 +1799,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed4878();
+ o.permissions = buildUnnamed4921();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -1808,19 +1808,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed4878(o.permissions!);
+ checkUnnamed4921(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed4879() {
+core.List<core.String> buildUnnamed4922() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4879(core.List<core.String> o) {
+void checkUnnamed4922(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1837,7 +1837,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed4879();
+ o.permissions = buildUnnamed4922();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1846,19 +1846,19 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed4879(o.permissions!);
+ checkUnnamed4922(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
-core.List<api.Step> buildUnnamed4880() {
+core.List<api.Step> buildUnnamed4923() {
var o = <api.Step>[];
o.add(buildStep());
o.add(buildStep());
return o;
}
-void checkUnnamed4880(core.List<api.Step> o) {
+void checkUnnamed4923(core.List<api.Step> o) {
unittest.expect(o, unittest.hasLength(2));
checkStep(o[0] as api.Step);
checkStep(o[1] as api.Step);
@@ -1870,7 +1870,7 @@
buildCounterTrace++;
if (buildCounterTrace < 3) {
o.endpointInfo = buildEndpointInfo();
- o.steps = buildUnnamed4880();
+ o.steps = buildUnnamed4923();
}
buildCounterTrace--;
return o;
@@ -1880,7 +1880,7 @@
buildCounterTrace++;
if (buildCounterTrace < 3) {
checkEndpointInfo(o.endpointInfo! as api.EndpointInfo);
- checkUnnamed4880(o.steps!);
+ checkUnnamed4923(o.steps!);
}
buildCounterTrace--;
}
diff --git a/generated/googleapis/test/notebooks/v1_test.dart b/generated/googleapis/test/notebooks/v1_test.dart
index 65afeec..4df7625 100644
--- a/generated/googleapis/test/notebooks/v1_test.dart
+++ b/generated/googleapis/test/notebooks/v1_test.dart
@@ -54,14 +54,14 @@
buildCounterAcceleratorConfig--;
}
-core.List<core.String> buildUnnamed6010() {
+core.List<core.String> buildUnnamed6061() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6010(core.List<core.String> o) {
+void checkUnnamed6061(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -79,7 +79,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed6010();
+ o.members = buildUnnamed6061();
o.role = 'foo';
}
buildCounterBinding--;
@@ -90,7 +90,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed6010(o.members!);
+ checkUnnamed6061(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -141,27 +141,27 @@
buildCounterContainerImage--;
}
-core.List<api.GuestOsFeature> buildUnnamed6011() {
+core.List<api.GuestOsFeature> buildUnnamed6062() {
var o = <api.GuestOsFeature>[];
o.add(buildGuestOsFeature());
o.add(buildGuestOsFeature());
return o;
}
-void checkUnnamed6011(core.List<api.GuestOsFeature> o) {
+void checkUnnamed6062(core.List<api.GuestOsFeature> o) {
unittest.expect(o, unittest.hasLength(2));
checkGuestOsFeature(o[0] as api.GuestOsFeature);
checkGuestOsFeature(o[1] as api.GuestOsFeature);
}
-core.List<core.String> buildUnnamed6012() {
+core.List<core.String> buildUnnamed6063() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6012(core.List<core.String> o) {
+void checkUnnamed6063(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -182,11 +182,11 @@
o.boot = true;
o.deviceName = 'foo';
o.diskSizeGb = 'foo';
- o.guestOsFeatures = buildUnnamed6011();
+ o.guestOsFeatures = buildUnnamed6062();
o.index = 'foo';
o.interface = 'foo';
o.kind = 'foo';
- o.licenses = buildUnnamed6012();
+ o.licenses = buildUnnamed6063();
o.mode = 'foo';
o.source = 'foo';
o.type = 'foo';
@@ -208,7 +208,7 @@
o.diskSizeGb!,
unittest.equals('foo'),
);
- checkUnnamed6011(o.guestOsFeatures!);
+ checkUnnamed6062(o.guestOsFeatures!);
unittest.expect(
o.index!,
unittest.equals('foo'),
@@ -221,7 +221,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed6012(o.licenses!);
+ checkUnnamed6063(o.licenses!);
unittest.expect(
o.mode!,
unittest.equals('foo'),
@@ -375,14 +375,14 @@
buildCounterExecution--;
}
-core.Map<core.String, core.String> buildUnnamed6013() {
+core.Map<core.String, core.String> buildUnnamed6064() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6013(core.Map<core.String, core.String> o) {
+void checkUnnamed6064(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -402,7 +402,7 @@
o.acceleratorConfig = buildSchedulerAcceleratorConfig();
o.containerImageUri = 'foo';
o.inputNotebookFile = 'foo';
- o.labels = buildUnnamed6013();
+ o.labels = buildUnnamed6064();
o.masterType = 'foo';
o.outputNotebookFolder = 'foo';
o.parameters = 'foo';
@@ -427,7 +427,7 @@
o.inputNotebookFile!,
unittest.equals('foo'),
);
- checkUnnamed6013(o.labels!);
+ checkUnnamed6064(o.labels!);
unittest.expect(
o.masterType!,
unittest.equals('foo'),
@@ -493,14 +493,14 @@
buildCounterExpr--;
}
-core.Map<core.String, core.String> buildUnnamed6014() {
+core.Map<core.String, core.String> buildUnnamed6065() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6014(core.Map<core.String, core.String> o) {
+void checkUnnamed6065(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -517,7 +517,7 @@
var o = api.GetInstanceHealthResponse();
buildCounterGetInstanceHealthResponse++;
if (buildCounterGetInstanceHealthResponse < 3) {
- o.healthInfo = buildUnnamed6014();
+ o.healthInfo = buildUnnamed6065();
o.healthState = 'foo';
}
buildCounterGetInstanceHealthResponse--;
@@ -527,7 +527,7 @@
void checkGetInstanceHealthResponse(api.GetInstanceHealthResponse o) {
buildCounterGetInstanceHealthResponse++;
if (buildCounterGetInstanceHealthResponse < 3) {
- checkUnnamed6014(o.healthInfo!);
+ checkUnnamed6065(o.healthInfo!);
unittest.expect(
o.healthState!,
unittest.equals('foo'),
@@ -558,27 +558,27 @@
buildCounterGuestOsFeature--;
}
-core.List<api.Disk> buildUnnamed6015() {
+core.List<api.Disk> buildUnnamed6066() {
var o = <api.Disk>[];
o.add(buildDisk());
o.add(buildDisk());
return o;
}
-void checkUnnamed6015(core.List<api.Disk> o) {
+void checkUnnamed6066(core.List<api.Disk> o) {
unittest.expect(o, unittest.hasLength(2));
checkDisk(o[0] as api.Disk);
checkDisk(o[1] as api.Disk);
}
-core.List<core.String> buildUnnamed6016() {
+core.List<core.String> buildUnnamed6067() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6016(core.List<core.String> o) {
+void checkUnnamed6067(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -590,14 +590,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed6017() {
+core.Map<core.String, core.String> buildUnnamed6068() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6017(core.Map<core.String, core.String> o) {
+void checkUnnamed6068(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -609,14 +609,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed6018() {
+core.Map<core.String, core.String> buildUnnamed6069() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6018(core.Map<core.String, core.String> o) {
+void checkUnnamed6069(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -628,14 +628,14 @@
);
}
-core.List<core.String> buildUnnamed6019() {
+core.List<core.String> buildUnnamed6070() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6019(core.List<core.String> o) {
+void checkUnnamed6070(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -647,14 +647,14 @@
);
}
-core.List<core.String> buildUnnamed6020() {
+core.List<core.String> buildUnnamed6071() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6020(core.List<core.String> o) {
+void checkUnnamed6071(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -666,14 +666,14 @@
);
}
-core.List<api.UpgradeHistoryEntry> buildUnnamed6021() {
+core.List<api.UpgradeHistoryEntry> buildUnnamed6072() {
var o = <api.UpgradeHistoryEntry>[];
o.add(buildUpgradeHistoryEntry());
o.add(buildUpgradeHistoryEntry());
return o;
}
-void checkUnnamed6021(core.List<api.UpgradeHistoryEntry> o) {
+void checkUnnamed6072(core.List<api.UpgradeHistoryEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkUpgradeHistoryEntry(o[0] as api.UpgradeHistoryEntry);
checkUpgradeHistoryEntry(o[1] as api.UpgradeHistoryEntry);
@@ -693,13 +693,13 @@
o.dataDiskSizeGb = 'foo';
o.dataDiskType = 'foo';
o.diskEncryption = 'foo';
- o.disks = buildUnnamed6015();
+ o.disks = buildUnnamed6066();
o.installGpuDriver = true;
- o.instanceOwners = buildUnnamed6016();
+ o.instanceOwners = buildUnnamed6067();
o.kmsKey = 'foo';
- o.labels = buildUnnamed6017();
+ o.labels = buildUnnamed6068();
o.machineType = 'foo';
- o.metadata = buildUnnamed6018();
+ o.metadata = buildUnnamed6069();
o.name = 'foo';
o.network = 'foo';
o.nicType = 'foo';
@@ -709,13 +709,13 @@
o.postStartupScript = 'foo';
o.proxyUri = 'foo';
o.serviceAccount = 'foo';
- o.serviceAccountScopes = buildUnnamed6019();
+ o.serviceAccountScopes = buildUnnamed6070();
o.shieldedInstanceConfig = buildShieldedInstanceConfig();
o.state = 'foo';
o.subnet = 'foo';
- o.tags = buildUnnamed6020();
+ o.tags = buildUnnamed6071();
o.updateTime = 'foo';
- o.upgradeHistory = buildUnnamed6021();
+ o.upgradeHistory = buildUnnamed6072();
o.vmImage = buildVmImage();
}
buildCounterInstance--;
@@ -755,19 +755,19 @@
o.diskEncryption!,
unittest.equals('foo'),
);
- checkUnnamed6015(o.disks!);
+ checkUnnamed6066(o.disks!);
unittest.expect(o.installGpuDriver!, unittest.isTrue);
- checkUnnamed6016(o.instanceOwners!);
+ checkUnnamed6067(o.instanceOwners!);
unittest.expect(
o.kmsKey!,
unittest.equals('foo'),
);
- checkUnnamed6017(o.labels!);
+ checkUnnamed6068(o.labels!);
unittest.expect(
o.machineType!,
unittest.equals('foo'),
);
- checkUnnamed6018(o.metadata!);
+ checkUnnamed6069(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -795,7 +795,7 @@
o.serviceAccount!,
unittest.equals('foo'),
);
- checkUnnamed6019(o.serviceAccountScopes!);
+ checkUnnamed6070(o.serviceAccountScopes!);
checkShieldedInstanceConfig(
o.shieldedInstanceConfig! as api.ShieldedInstanceConfig);
unittest.expect(
@@ -806,12 +806,12 @@
o.subnet!,
unittest.equals('foo'),
);
- checkUnnamed6020(o.tags!);
+ checkUnnamed6071(o.tags!);
unittest.expect(
o.updateTime!,
unittest.equals('foo'),
);
- checkUnnamed6021(o.upgradeHistory!);
+ checkUnnamed6072(o.upgradeHistory!);
checkVmImage(o.vmImage! as api.VmImage);
}
buildCounterInstance--;
@@ -875,27 +875,27 @@
buildCounterIsInstanceUpgradeableResponse--;
}
-core.List<api.Environment> buildUnnamed6022() {
+core.List<api.Environment> buildUnnamed6073() {
var o = <api.Environment>[];
o.add(buildEnvironment());
o.add(buildEnvironment());
return o;
}
-void checkUnnamed6022(core.List<api.Environment> o) {
+void checkUnnamed6073(core.List<api.Environment> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnvironment(o[0] as api.Environment);
checkEnvironment(o[1] as api.Environment);
}
-core.List<core.String> buildUnnamed6023() {
+core.List<core.String> buildUnnamed6074() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6023(core.List<core.String> o) {
+void checkUnnamed6074(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -912,9 +912,9 @@
var o = api.ListEnvironmentsResponse();
buildCounterListEnvironmentsResponse++;
if (buildCounterListEnvironmentsResponse < 3) {
- o.environments = buildUnnamed6022();
+ o.environments = buildUnnamed6073();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed6023();
+ o.unreachable = buildUnnamed6074();
}
buildCounterListEnvironmentsResponse--;
return o;
@@ -923,37 +923,37 @@
void checkListEnvironmentsResponse(api.ListEnvironmentsResponse o) {
buildCounterListEnvironmentsResponse++;
if (buildCounterListEnvironmentsResponse < 3) {
- checkUnnamed6022(o.environments!);
+ checkUnnamed6073(o.environments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6023(o.unreachable!);
+ checkUnnamed6074(o.unreachable!);
}
buildCounterListEnvironmentsResponse--;
}
-core.List<api.Execution> buildUnnamed6024() {
+core.List<api.Execution> buildUnnamed6075() {
var o = <api.Execution>[];
o.add(buildExecution());
o.add(buildExecution());
return o;
}
-void checkUnnamed6024(core.List<api.Execution> o) {
+void checkUnnamed6075(core.List<api.Execution> o) {
unittest.expect(o, unittest.hasLength(2));
checkExecution(o[0] as api.Execution);
checkExecution(o[1] as api.Execution);
}
-core.List<core.String> buildUnnamed6025() {
+core.List<core.String> buildUnnamed6076() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6025(core.List<core.String> o) {
+void checkUnnamed6076(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -970,9 +970,9 @@
var o = api.ListExecutionsResponse();
buildCounterListExecutionsResponse++;
if (buildCounterListExecutionsResponse < 3) {
- o.executions = buildUnnamed6024();
+ o.executions = buildUnnamed6075();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed6025();
+ o.unreachable = buildUnnamed6076();
}
buildCounterListExecutionsResponse--;
return o;
@@ -981,37 +981,37 @@
void checkListExecutionsResponse(api.ListExecutionsResponse o) {
buildCounterListExecutionsResponse++;
if (buildCounterListExecutionsResponse < 3) {
- checkUnnamed6024(o.executions!);
+ checkUnnamed6075(o.executions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6025(o.unreachable!);
+ checkUnnamed6076(o.unreachable!);
}
buildCounterListExecutionsResponse--;
}
-core.List<api.Instance> buildUnnamed6026() {
+core.List<api.Instance> buildUnnamed6077() {
var o = <api.Instance>[];
o.add(buildInstance());
o.add(buildInstance());
return o;
}
-void checkUnnamed6026(core.List<api.Instance> o) {
+void checkUnnamed6077(core.List<api.Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstance(o[0] as api.Instance);
checkInstance(o[1] as api.Instance);
}
-core.List<core.String> buildUnnamed6027() {
+core.List<core.String> buildUnnamed6078() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6027(core.List<core.String> o) {
+void checkUnnamed6078(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1028,9 +1028,9 @@
var o = api.ListInstancesResponse();
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- o.instances = buildUnnamed6026();
+ o.instances = buildUnnamed6077();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed6027();
+ o.unreachable = buildUnnamed6078();
}
buildCounterListInstancesResponse--;
return o;
@@ -1039,24 +1039,24 @@
void checkListInstancesResponse(api.ListInstancesResponse o) {
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- checkUnnamed6026(o.instances!);
+ checkUnnamed6077(o.instances!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6027(o.unreachable!);
+ checkUnnamed6078(o.unreachable!);
}
buildCounterListInstancesResponse--;
}
-core.List<api.Location> buildUnnamed6028() {
+core.List<api.Location> buildUnnamed6079() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed6028(core.List<api.Location> o) {
+void checkUnnamed6079(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1067,7 +1067,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed6028();
+ o.locations = buildUnnamed6079();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -1077,7 +1077,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed6028(o.locations!);
+ checkUnnamed6079(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1086,14 +1086,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed6029() {
+core.List<api.Operation> buildUnnamed6080() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed6029(core.List<api.Operation> o) {
+void checkUnnamed6080(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1105,7 +1105,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed6029();
+ o.operations = buildUnnamed6080();
}
buildCounterListOperationsResponse--;
return o;
@@ -1118,32 +1118,32 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6029(o.operations!);
+ checkUnnamed6080(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.Runtime> buildUnnamed6030() {
+core.List<api.Runtime> buildUnnamed6081() {
var o = <api.Runtime>[];
o.add(buildRuntime());
o.add(buildRuntime());
return o;
}
-void checkUnnamed6030(core.List<api.Runtime> o) {
+void checkUnnamed6081(core.List<api.Runtime> o) {
unittest.expect(o, unittest.hasLength(2));
checkRuntime(o[0] as api.Runtime);
checkRuntime(o[1] as api.Runtime);
}
-core.List<core.String> buildUnnamed6031() {
+core.List<core.String> buildUnnamed6082() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6031(core.List<core.String> o) {
+void checkUnnamed6082(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1161,8 +1161,8 @@
buildCounterListRuntimesResponse++;
if (buildCounterListRuntimesResponse < 3) {
o.nextPageToken = 'foo';
- o.runtimes = buildUnnamed6030();
- o.unreachable = buildUnnamed6031();
+ o.runtimes = buildUnnamed6081();
+ o.unreachable = buildUnnamed6082();
}
buildCounterListRuntimesResponse--;
return o;
@@ -1175,33 +1175,33 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6030(o.runtimes!);
- checkUnnamed6031(o.unreachable!);
+ checkUnnamed6081(o.runtimes!);
+ checkUnnamed6082(o.unreachable!);
}
buildCounterListRuntimesResponse--;
}
-core.List<api.Schedule> buildUnnamed6032() {
+core.List<api.Schedule> buildUnnamed6083() {
var o = <api.Schedule>[];
o.add(buildSchedule());
o.add(buildSchedule());
return o;
}
-void checkUnnamed6032(core.List<api.Schedule> o) {
+void checkUnnamed6083(core.List<api.Schedule> o) {
unittest.expect(o, unittest.hasLength(2));
checkSchedule(o[0] as api.Schedule);
checkSchedule(o[1] as api.Schedule);
}
-core.List<core.String> buildUnnamed6033() {
+core.List<core.String> buildUnnamed6084() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6033(core.List<core.String> o) {
+void checkUnnamed6084(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1219,8 +1219,8 @@
buildCounterListSchedulesResponse++;
if (buildCounterListSchedulesResponse < 3) {
o.nextPageToken = 'foo';
- o.schedules = buildUnnamed6032();
- o.unreachable = buildUnnamed6033();
+ o.schedules = buildUnnamed6083();
+ o.unreachable = buildUnnamed6084();
}
buildCounterListSchedulesResponse--;
return o;
@@ -1233,33 +1233,33 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6032(o.schedules!);
- checkUnnamed6033(o.unreachable!);
+ checkUnnamed6083(o.schedules!);
+ checkUnnamed6084(o.unreachable!);
}
buildCounterListSchedulesResponse--;
}
-core.List<api.RuntimeGuestOsFeature> buildUnnamed6034() {
+core.List<api.RuntimeGuestOsFeature> buildUnnamed6085() {
var o = <api.RuntimeGuestOsFeature>[];
o.add(buildRuntimeGuestOsFeature());
o.add(buildRuntimeGuestOsFeature());
return o;
}
-void checkUnnamed6034(core.List<api.RuntimeGuestOsFeature> o) {
+void checkUnnamed6085(core.List<api.RuntimeGuestOsFeature> o) {
unittest.expect(o, unittest.hasLength(2));
checkRuntimeGuestOsFeature(o[0] as api.RuntimeGuestOsFeature);
checkRuntimeGuestOsFeature(o[1] as api.RuntimeGuestOsFeature);
}
-core.List<core.String> buildUnnamed6035() {
+core.List<core.String> buildUnnamed6086() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6035(core.List<core.String> o) {
+void checkUnnamed6086(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1279,12 +1279,12 @@
o.autoDelete = true;
o.boot = true;
o.deviceName = 'foo';
- o.guestOsFeatures = buildUnnamed6034();
+ o.guestOsFeatures = buildUnnamed6085();
o.index = 42;
o.initializeParams = buildLocalDiskInitializeParams();
o.interface = 'foo';
o.kind = 'foo';
- o.licenses = buildUnnamed6035();
+ o.licenses = buildUnnamed6086();
o.mode = 'foo';
o.source = 'foo';
o.type = 'foo';
@@ -1302,7 +1302,7 @@
o.deviceName!,
unittest.equals('foo'),
);
- checkUnnamed6034(o.guestOsFeatures!);
+ checkUnnamed6085(o.guestOsFeatures!);
unittest.expect(
o.index!,
unittest.equals(42),
@@ -1317,7 +1317,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed6035(o.licenses!);
+ checkUnnamed6086(o.licenses!);
unittest.expect(
o.mode!,
unittest.equals('foo'),
@@ -1334,14 +1334,14 @@
buildCounterLocalDisk--;
}
-core.Map<core.String, core.String> buildUnnamed6036() {
+core.Map<core.String, core.String> buildUnnamed6087() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6036(core.Map<core.String, core.String> o) {
+void checkUnnamed6087(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1362,7 +1362,7 @@
o.diskName = 'foo';
o.diskSizeGb = 'foo';
o.diskType = 'foo';
- o.labels = buildUnnamed6036();
+ o.labels = buildUnnamed6087();
}
buildCounterLocalDiskInitializeParams--;
return o;
@@ -1387,19 +1387,19 @@
o.diskType!,
unittest.equals('foo'),
);
- checkUnnamed6036(o.labels!);
+ checkUnnamed6087(o.labels!);
}
buildCounterLocalDiskInitializeParams--;
}
-core.Map<core.String, core.String> buildUnnamed6037() {
+core.Map<core.String, core.String> buildUnnamed6088() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6037(core.Map<core.String, core.String> o) {
+void checkUnnamed6088(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1411,7 +1411,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6038() {
+core.Map<core.String, core.Object> buildUnnamed6089() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1426,7 +1426,7 @@
return o;
}
-void checkUnnamed6038(core.Map<core.String, core.Object> o) {
+void checkUnnamed6089(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1464,9 +1464,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed6037();
+ o.labels = buildUnnamed6088();
o.locationId = 'foo';
- o.metadata = buildUnnamed6038();
+ o.metadata = buildUnnamed6089();
o.name = 'foo';
}
buildCounterLocation--;
@@ -1480,12 +1480,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed6037(o.labels!);
+ checkUnnamed6088(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed6038(o.metadata!);
+ checkUnnamed6089(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1494,7 +1494,7 @@
buildCounterLocation--;
}
-core.Map<core.String, core.Object> buildUnnamed6039() {
+core.Map<core.String, core.Object> buildUnnamed6090() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1509,7 +1509,7 @@
return o;
}
-void checkUnnamed6039(core.Map<core.String, core.Object> o) {
+void checkUnnamed6090(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1541,7 +1541,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6040() {
+core.Map<core.String, core.Object> buildUnnamed6091() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1556,7 +1556,7 @@
return o;
}
-void checkUnnamed6040(core.Map<core.String, core.Object> o) {
+void checkUnnamed6091(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1595,9 +1595,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed6039();
+ o.metadata = buildUnnamed6090();
o.name = 'foo';
- o.response = buildUnnamed6040();
+ o.response = buildUnnamed6091();
}
buildCounterOperation--;
return o;
@@ -1608,12 +1608,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed6039(o.metadata!);
+ checkUnnamed6090(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6040(o.response!);
+ checkUnnamed6091(o.response!);
}
buildCounterOperation--;
}
@@ -1672,14 +1672,14 @@
buildCounterOperationMetadata--;
}
-core.List<api.Binding> buildUnnamed6041() {
+core.List<api.Binding> buildUnnamed6092() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed6041(core.List<api.Binding> o) {
+void checkUnnamed6092(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -1690,7 +1690,7 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed6041();
+ o.bindings = buildUnnamed6092();
o.etag = 'foo';
o.version = 42;
}
@@ -1701,7 +1701,7 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed6041(o.bindings!);
+ checkUnnamed6092(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1736,14 +1736,14 @@
buildCounterRegisterInstanceRequest--;
}
-core.Map<core.String, core.String> buildUnnamed6042() {
+core.Map<core.String, core.String> buildUnnamed6093() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6042(core.Map<core.String, core.String> o) {
+void checkUnnamed6093(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1760,7 +1760,7 @@
var o = api.ReportInstanceInfoRequest();
buildCounterReportInstanceInfoRequest++;
if (buildCounterReportInstanceInfoRequest < 3) {
- o.metadata = buildUnnamed6042();
+ o.metadata = buildUnnamed6093();
o.vmId = 'foo';
}
buildCounterReportInstanceInfoRequest--;
@@ -1770,7 +1770,7 @@
void checkReportInstanceInfoRequest(api.ReportInstanceInfoRequest o) {
buildCounterReportInstanceInfoRequest++;
if (buildCounterReportInstanceInfoRequest < 3) {
- checkUnnamed6042(o.metadata!);
+ checkUnnamed6093(o.metadata!);
unittest.expect(
o.vmId!,
unittest.equals('foo'),
@@ -1962,14 +1962,14 @@
buildCounterRuntimeGuestOsFeature--;
}
-core.Map<core.String, core.String> buildUnnamed6043() {
+core.Map<core.String, core.String> buildUnnamed6094() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6043(core.Map<core.String, core.String> o) {
+void checkUnnamed6094(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1986,7 +1986,7 @@
var o = api.RuntimeMetrics();
buildCounterRuntimeMetrics++;
if (buildCounterRuntimeMetrics < 3) {
- o.systemMetrics = buildUnnamed6043();
+ o.systemMetrics = buildUnnamed6094();
}
buildCounterRuntimeMetrics--;
return o;
@@ -1995,7 +1995,7 @@
void checkRuntimeMetrics(api.RuntimeMetrics o) {
buildCounterRuntimeMetrics++;
if (buildCounterRuntimeMetrics < 3) {
- checkUnnamed6043(o.systemMetrics!);
+ checkUnnamed6094(o.systemMetrics!);
}
buildCounterRuntimeMetrics--;
}
@@ -2066,14 +2066,14 @@
buildCounterRuntimeSoftwareConfig--;
}
-core.List<api.Execution> buildUnnamed6044() {
+core.List<api.Execution> buildUnnamed6095() {
var o = <api.Execution>[];
o.add(buildExecution());
o.add(buildExecution());
return o;
}
-void checkUnnamed6044(core.List<api.Execution> o) {
+void checkUnnamed6095(core.List<api.Execution> o) {
unittest.expect(o, unittest.hasLength(2));
checkExecution(o[0] as api.Execution);
checkExecution(o[1] as api.Execution);
@@ -2090,7 +2090,7 @@
o.displayName = 'foo';
o.executionTemplate = buildExecutionTemplate();
o.name = 'foo';
- o.recentExecutions = buildUnnamed6044();
+ o.recentExecutions = buildUnnamed6095();
o.state = 'foo';
o.timeZone = 'foo';
o.updateTime = 'foo';
@@ -2123,7 +2123,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6044(o.recentExecutions!);
+ checkUnnamed6095(o.recentExecutions!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -2213,14 +2213,14 @@
buildCounterSetInstanceAcceleratorRequest--;
}
-core.Map<core.String, core.String> buildUnnamed6045() {
+core.Map<core.String, core.String> buildUnnamed6096() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6045(core.Map<core.String, core.String> o) {
+void checkUnnamed6096(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2237,7 +2237,7 @@
var o = api.SetInstanceLabelsRequest();
buildCounterSetInstanceLabelsRequest++;
if (buildCounterSetInstanceLabelsRequest < 3) {
- o.labels = buildUnnamed6045();
+ o.labels = buildUnnamed6096();
}
buildCounterSetInstanceLabelsRequest--;
return o;
@@ -2246,7 +2246,7 @@
void checkSetInstanceLabelsRequest(api.SetInstanceLabelsRequest o) {
buildCounterSetInstanceLabelsRequest++;
if (buildCounterSetInstanceLabelsRequest < 3) {
- checkUnnamed6045(o.labels!);
+ checkUnnamed6096(o.labels!);
}
buildCounterSetInstanceLabelsRequest--;
}
@@ -2326,7 +2326,7 @@
buildCounterStartRuntimeRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed6046() {
+core.Map<core.String, core.Object> buildUnnamed6097() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2341,7 +2341,7 @@
return o;
}
-void checkUnnamed6046(core.Map<core.String, core.Object> o) {
+void checkUnnamed6097(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -2373,17 +2373,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6047() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6098() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6046());
- o.add(buildUnnamed6046());
+ o.add(buildUnnamed6097());
+ o.add(buildUnnamed6097());
return o;
}
-void checkUnnamed6047(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6098(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6046(o[0]);
- checkUnnamed6046(o[1]);
+ checkUnnamed6097(o[0]);
+ checkUnnamed6097(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2392,7 +2392,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed6047();
+ o.details = buildUnnamed6098();
o.message = 'foo';
}
buildCounterStatus--;
@@ -2406,7 +2406,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed6047(o.details!);
+ checkUnnamed6098(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2470,14 +2470,14 @@
buildCounterSwitchRuntimeRequest--;
}
-core.List<core.String> buildUnnamed6048() {
+core.List<core.String> buildUnnamed6099() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6048(core.List<core.String> o) {
+void checkUnnamed6099(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2494,7 +2494,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed6048();
+ o.permissions = buildUnnamed6099();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -2503,19 +2503,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed6048(o.permissions!);
+ checkUnnamed6099(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed6049() {
+core.List<core.String> buildUnnamed6100() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6049(core.List<core.String> o) {
+void checkUnnamed6100(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2532,7 +2532,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed6049();
+ o.permissions = buildUnnamed6100();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -2541,7 +2541,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed6049(o.permissions!);
+ checkUnnamed6100(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
@@ -2736,27 +2736,27 @@
buildCounterVirtualMachine--;
}
-core.List<api.ContainerImage> buildUnnamed6050() {
+core.List<api.ContainerImage> buildUnnamed6101() {
var o = <api.ContainerImage>[];
o.add(buildContainerImage());
o.add(buildContainerImage());
return o;
}
-void checkUnnamed6050(core.List<api.ContainerImage> o) {
+void checkUnnamed6101(core.List<api.ContainerImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkContainerImage(o[0] as api.ContainerImage);
checkContainerImage(o[1] as api.ContainerImage);
}
-core.Map<core.String, core.String> buildUnnamed6051() {
+core.Map<core.String, core.String> buildUnnamed6102() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6051(core.Map<core.String, core.String> o) {
+void checkUnnamed6102(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2768,14 +2768,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed6052() {
+core.Map<core.String, core.String> buildUnnamed6103() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6052(core.Map<core.String, core.String> o) {
+void checkUnnamed6103(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2787,14 +2787,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed6053() {
+core.Map<core.String, core.String> buildUnnamed6104() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6053(core.Map<core.String, core.String> o) {
+void checkUnnamed6104(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2806,14 +2806,14 @@
);
}
-core.List<core.String> buildUnnamed6054() {
+core.List<core.String> buildUnnamed6105() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6054(core.List<core.String> o) {
+void checkUnnamed6105(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2831,19 +2831,19 @@
buildCounterVirtualMachineConfig++;
if (buildCounterVirtualMachineConfig < 3) {
o.acceleratorConfig = buildRuntimeAcceleratorConfig();
- o.containerImages = buildUnnamed6050();
+ o.containerImages = buildUnnamed6101();
o.dataDisk = buildLocalDisk();
o.encryptionConfig = buildEncryptionConfig();
- o.guestAttributes = buildUnnamed6051();
+ o.guestAttributes = buildUnnamed6102();
o.internalIpOnly = true;
- o.labels = buildUnnamed6052();
+ o.labels = buildUnnamed6103();
o.machineType = 'foo';
- o.metadata = buildUnnamed6053();
+ o.metadata = buildUnnamed6104();
o.network = 'foo';
o.nicType = 'foo';
o.shieldedInstanceConfig = buildRuntimeShieldedInstanceConfig();
o.subnet = 'foo';
- o.tags = buildUnnamed6054();
+ o.tags = buildUnnamed6105();
o.zone = 'foo';
}
buildCounterVirtualMachineConfig--;
@@ -2855,17 +2855,17 @@
if (buildCounterVirtualMachineConfig < 3) {
checkRuntimeAcceleratorConfig(
o.acceleratorConfig! as api.RuntimeAcceleratorConfig);
- checkUnnamed6050(o.containerImages!);
+ checkUnnamed6101(o.containerImages!);
checkLocalDisk(o.dataDisk! as api.LocalDisk);
checkEncryptionConfig(o.encryptionConfig! as api.EncryptionConfig);
- checkUnnamed6051(o.guestAttributes!);
+ checkUnnamed6102(o.guestAttributes!);
unittest.expect(o.internalIpOnly!, unittest.isTrue);
- checkUnnamed6052(o.labels!);
+ checkUnnamed6103(o.labels!);
unittest.expect(
o.machineType!,
unittest.equals('foo'),
);
- checkUnnamed6053(o.metadata!);
+ checkUnnamed6104(o.metadata!);
unittest.expect(
o.network!,
unittest.equals('foo'),
@@ -2880,7 +2880,7 @@
o.subnet!,
unittest.equals('foo'),
);
- checkUnnamed6054(o.tags!);
+ checkUnnamed6105(o.tags!);
unittest.expect(
o.zone!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/orgpolicy/v2_test.dart b/generated/googleapis/test/orgpolicy/v2_test.dart
index 4184196..84a9450 100644
--- a/generated/googleapis/test/orgpolicy/v2_test.dart
+++ b/generated/googleapis/test/orgpolicy/v2_test.dart
@@ -112,14 +112,14 @@
buildCounterGoogleCloudOrgpolicyV2ConstraintListConstraint--;
}
-core.List<api.GoogleCloudOrgpolicyV2Constraint> buildUnnamed4624() {
+core.List<api.GoogleCloudOrgpolicyV2Constraint> buildUnnamed4667() {
var o = <api.GoogleCloudOrgpolicyV2Constraint>[];
o.add(buildGoogleCloudOrgpolicyV2Constraint());
o.add(buildGoogleCloudOrgpolicyV2Constraint());
return o;
}
-void checkUnnamed4624(core.List<api.GoogleCloudOrgpolicyV2Constraint> o) {
+void checkUnnamed4667(core.List<api.GoogleCloudOrgpolicyV2Constraint> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudOrgpolicyV2Constraint(
o[0] as api.GoogleCloudOrgpolicyV2Constraint);
@@ -133,7 +133,7 @@
var o = api.GoogleCloudOrgpolicyV2ListConstraintsResponse();
buildCounterGoogleCloudOrgpolicyV2ListConstraintsResponse++;
if (buildCounterGoogleCloudOrgpolicyV2ListConstraintsResponse < 3) {
- o.constraints = buildUnnamed4624();
+ o.constraints = buildUnnamed4667();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudOrgpolicyV2ListConstraintsResponse--;
@@ -144,7 +144,7 @@
api.GoogleCloudOrgpolicyV2ListConstraintsResponse o) {
buildCounterGoogleCloudOrgpolicyV2ListConstraintsResponse++;
if (buildCounterGoogleCloudOrgpolicyV2ListConstraintsResponse < 3) {
- checkUnnamed4624(o.constraints!);
+ checkUnnamed4667(o.constraints!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -153,14 +153,14 @@
buildCounterGoogleCloudOrgpolicyV2ListConstraintsResponse--;
}
-core.List<api.GoogleCloudOrgpolicyV2Policy> buildUnnamed4625() {
+core.List<api.GoogleCloudOrgpolicyV2Policy> buildUnnamed4668() {
var o = <api.GoogleCloudOrgpolicyV2Policy>[];
o.add(buildGoogleCloudOrgpolicyV2Policy());
o.add(buildGoogleCloudOrgpolicyV2Policy());
return o;
}
-void checkUnnamed4625(core.List<api.GoogleCloudOrgpolicyV2Policy> o) {
+void checkUnnamed4668(core.List<api.GoogleCloudOrgpolicyV2Policy> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudOrgpolicyV2Policy(o[0] as api.GoogleCloudOrgpolicyV2Policy);
checkGoogleCloudOrgpolicyV2Policy(o[1] as api.GoogleCloudOrgpolicyV2Policy);
@@ -173,7 +173,7 @@
buildCounterGoogleCloudOrgpolicyV2ListPoliciesResponse++;
if (buildCounterGoogleCloudOrgpolicyV2ListPoliciesResponse < 3) {
o.nextPageToken = 'foo';
- o.policies = buildUnnamed4625();
+ o.policies = buildUnnamed4668();
}
buildCounterGoogleCloudOrgpolicyV2ListPoliciesResponse--;
return o;
@@ -187,7 +187,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4625(o.policies!);
+ checkUnnamed4668(o.policies!);
}
buildCounterGoogleCloudOrgpolicyV2ListPoliciesResponse--;
}
@@ -217,14 +217,14 @@
buildCounterGoogleCloudOrgpolicyV2Policy--;
}
-core.List<api.GoogleCloudOrgpolicyV2PolicySpecPolicyRule> buildUnnamed4626() {
+core.List<api.GoogleCloudOrgpolicyV2PolicySpecPolicyRule> buildUnnamed4669() {
var o = <api.GoogleCloudOrgpolicyV2PolicySpecPolicyRule>[];
o.add(buildGoogleCloudOrgpolicyV2PolicySpecPolicyRule());
o.add(buildGoogleCloudOrgpolicyV2PolicySpecPolicyRule());
return o;
}
-void checkUnnamed4626(
+void checkUnnamed4669(
core.List<api.GoogleCloudOrgpolicyV2PolicySpecPolicyRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudOrgpolicyV2PolicySpecPolicyRule(
@@ -241,7 +241,7 @@
o.etag = 'foo';
o.inheritFromParent = true;
o.reset = true;
- o.rules = buildUnnamed4626();
+ o.rules = buildUnnamed4669();
o.updateTime = 'foo';
}
buildCounterGoogleCloudOrgpolicyV2PolicySpec--;
@@ -258,7 +258,7 @@
);
unittest.expect(o.inheritFromParent!, unittest.isTrue);
unittest.expect(o.reset!, unittest.isTrue);
- checkUnnamed4626(o.rules!);
+ checkUnnamed4669(o.rules!);
unittest.expect(
o.updateTime!,
unittest.equals('foo'),
@@ -297,14 +297,14 @@
buildCounterGoogleCloudOrgpolicyV2PolicySpecPolicyRule--;
}
-core.List<core.String> buildUnnamed4627() {
+core.List<core.String> buildUnnamed4670() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4627(core.List<core.String> o) {
+void checkUnnamed4670(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -316,14 +316,14 @@
);
}
-core.List<core.String> buildUnnamed4628() {
+core.List<core.String> buildUnnamed4671() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4628(core.List<core.String> o) {
+void checkUnnamed4671(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -341,8 +341,8 @@
var o = api.GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues();
buildCounterGoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues++;
if (buildCounterGoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues < 3) {
- o.allowedValues = buildUnnamed4627();
- o.deniedValues = buildUnnamed4628();
+ o.allowedValues = buildUnnamed4670();
+ o.deniedValues = buildUnnamed4671();
}
buildCounterGoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues--;
return o;
@@ -352,8 +352,8 @@
api.GoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues o) {
buildCounterGoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues++;
if (buildCounterGoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues < 3) {
- checkUnnamed4627(o.allowedValues!);
- checkUnnamed4628(o.deniedValues!);
+ checkUnnamed4670(o.allowedValues!);
+ checkUnnamed4671(o.deniedValues!);
}
buildCounterGoogleCloudOrgpolicyV2PolicySpecPolicyRuleStringValues--;
}
diff --git a/generated/googleapis/test/osconfig/v1_test.dart b/generated/googleapis/test/osconfig/v1_test.dart
index 3a49fb3..6099068 100644
--- a/generated/googleapis/test/osconfig/v1_test.dart
+++ b/generated/googleapis/test/osconfig/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed3167() {
+core.List<core.String> buildUnnamed3175() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3167(core.List<core.String> o) {
+void checkUnnamed3175(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -46,14 +46,14 @@
);
}
-core.List<core.String> buildUnnamed3168() {
+core.List<core.String> buildUnnamed3176() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3168(core.List<core.String> o) {
+void checkUnnamed3176(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -70,8 +70,8 @@
var o = api.AptSettings();
buildCounterAptSettings++;
if (buildCounterAptSettings < 3) {
- o.excludes = buildUnnamed3167();
- o.exclusivePackages = buildUnnamed3168();
+ o.excludes = buildUnnamed3175();
+ o.exclusivePackages = buildUnnamed3176();
o.type = 'foo';
}
buildCounterAptSettings--;
@@ -81,8 +81,8 @@
void checkAptSettings(api.AptSettings o) {
buildCounterAptSettings++;
if (buildCounterAptSettings < 3) {
- checkUnnamed3167(o.excludes!);
- checkUnnamed3168(o.exclusivePackages!);
+ checkUnnamed3175(o.excludes!);
+ checkUnnamed3176(o.exclusivePackages!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -142,14 +142,14 @@
buildCounterExecStep--;
}
-core.List<core.int> buildUnnamed3169() {
+core.List<core.int> buildUnnamed3177() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed3169(core.List<core.int> o) {
+void checkUnnamed3177(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -166,7 +166,7 @@
var o = api.ExecStepConfig();
buildCounterExecStepConfig++;
if (buildCounterExecStepConfig < 3) {
- o.allowedSuccessCodes = buildUnnamed3169();
+ o.allowedSuccessCodes = buildUnnamed3177();
o.gcsObject = buildGcsObject();
o.interpreter = 'foo';
o.localPath = 'foo';
@@ -178,7 +178,7 @@
void checkExecStepConfig(api.ExecStepConfig o) {
buildCounterExecStepConfig++;
if (buildCounterExecStepConfig < 3) {
- checkUnnamed3169(o.allowedSuccessCodes!);
+ checkUnnamed3177(o.allowedSuccessCodes!);
checkGcsObject(o.gcsObject! as api.GcsObject);
unittest.expect(
o.interpreter!,
@@ -306,14 +306,14 @@
buildCounterGooSettings--;
}
-core.Map<core.String, api.InventoryItem> buildUnnamed3170() {
+core.Map<core.String, api.InventoryItem> buildUnnamed3178() {
var o = <core.String, api.InventoryItem>{};
o['x'] = buildInventoryItem();
o['y'] = buildInventoryItem();
return o;
}
-void checkUnnamed3170(core.Map<core.String, api.InventoryItem> o) {
+void checkUnnamed3178(core.Map<core.String, api.InventoryItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkInventoryItem(o['x']! as api.InventoryItem);
checkInventoryItem(o['y']! as api.InventoryItem);
@@ -324,7 +324,7 @@
var o = api.Inventory();
buildCounterInventory++;
if (buildCounterInventory < 3) {
- o.items = buildUnnamed3170();
+ o.items = buildUnnamed3178();
o.osInfo = buildInventoryOsInfo();
}
buildCounterInventory--;
@@ -334,7 +334,7 @@
void checkInventory(api.Inventory o) {
buildCounterInventory++;
if (buildCounterInventory < 3) {
- checkUnnamed3170(o.items!);
+ checkUnnamed3178(o.items!);
checkInventoryOsInfo(o.osInfo! as api.InventoryOsInfo);
}
buildCounterInventory--;
@@ -557,14 +557,14 @@
}
core.List<api.InventoryWindowsUpdatePackageWindowsUpdateCategory>
- buildUnnamed3171() {
+ buildUnnamed3179() {
var o = <api.InventoryWindowsUpdatePackageWindowsUpdateCategory>[];
o.add(buildInventoryWindowsUpdatePackageWindowsUpdateCategory());
o.add(buildInventoryWindowsUpdatePackageWindowsUpdateCategory());
return o;
}
-void checkUnnamed3171(
+void checkUnnamed3179(
core.List<api.InventoryWindowsUpdatePackageWindowsUpdateCategory> o) {
unittest.expect(o, unittest.hasLength(2));
checkInventoryWindowsUpdatePackageWindowsUpdateCategory(
@@ -573,14 +573,14 @@
o[1] as api.InventoryWindowsUpdatePackageWindowsUpdateCategory);
}
-core.List<core.String> buildUnnamed3172() {
+core.List<core.String> buildUnnamed3180() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3172(core.List<core.String> o) {
+void checkUnnamed3180(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -592,14 +592,14 @@
);
}
-core.List<core.String> buildUnnamed3173() {
+core.List<core.String> buildUnnamed3181() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3173(core.List<core.String> o) {
+void checkUnnamed3181(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -616,11 +616,11 @@
var o = api.InventoryWindowsUpdatePackage();
buildCounterInventoryWindowsUpdatePackage++;
if (buildCounterInventoryWindowsUpdatePackage < 3) {
- o.categories = buildUnnamed3171();
+ o.categories = buildUnnamed3179();
o.description = 'foo';
- o.kbArticleIds = buildUnnamed3172();
+ o.kbArticleIds = buildUnnamed3180();
o.lastDeploymentChangeTime = 'foo';
- o.moreInfoUrls = buildUnnamed3173();
+ o.moreInfoUrls = buildUnnamed3181();
o.revisionNumber = 42;
o.supportUrl = 'foo';
o.title = 'foo';
@@ -633,17 +633,17 @@
void checkInventoryWindowsUpdatePackage(api.InventoryWindowsUpdatePackage o) {
buildCounterInventoryWindowsUpdatePackage++;
if (buildCounterInventoryWindowsUpdatePackage < 3) {
- checkUnnamed3171(o.categories!);
+ checkUnnamed3179(o.categories!);
unittest.expect(
o.description!,
unittest.equals('foo'),
);
- checkUnnamed3172(o.kbArticleIds!);
+ checkUnnamed3180(o.kbArticleIds!);
unittest.expect(
o.lastDeploymentChangeTime!,
unittest.equals('foo'),
);
- checkUnnamed3173(o.moreInfoUrls!);
+ checkUnnamed3181(o.moreInfoUrls!);
unittest.expect(
o.revisionNumber!,
unittest.equals(42),
@@ -730,14 +730,14 @@
buildCounterInventoryZypperPatch--;
}
-core.List<api.Operation> buildUnnamed3174() {
+core.List<api.Operation> buildUnnamed3182() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed3174(core.List<api.Operation> o) {
+void checkUnnamed3182(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -749,7 +749,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed3174();
+ o.operations = buildUnnamed3182();
}
buildCounterListOperationsResponse--;
return o;
@@ -762,19 +762,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3174(o.operations!);
+ checkUnnamed3182(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.PatchDeployment> buildUnnamed3175() {
+core.List<api.PatchDeployment> buildUnnamed3183() {
var o = <api.PatchDeployment>[];
o.add(buildPatchDeployment());
o.add(buildPatchDeployment());
return o;
}
-void checkUnnamed3175(core.List<api.PatchDeployment> o) {
+void checkUnnamed3183(core.List<api.PatchDeployment> o) {
unittest.expect(o, unittest.hasLength(2));
checkPatchDeployment(o[0] as api.PatchDeployment);
checkPatchDeployment(o[1] as api.PatchDeployment);
@@ -786,7 +786,7 @@
buildCounterListPatchDeploymentsResponse++;
if (buildCounterListPatchDeploymentsResponse < 3) {
o.nextPageToken = 'foo';
- o.patchDeployments = buildUnnamed3175();
+ o.patchDeployments = buildUnnamed3183();
}
buildCounterListPatchDeploymentsResponse--;
return o;
@@ -799,19 +799,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3175(o.patchDeployments!);
+ checkUnnamed3183(o.patchDeployments!);
}
buildCounterListPatchDeploymentsResponse--;
}
-core.List<api.PatchJobInstanceDetails> buildUnnamed3176() {
+core.List<api.PatchJobInstanceDetails> buildUnnamed3184() {
var o = <api.PatchJobInstanceDetails>[];
o.add(buildPatchJobInstanceDetails());
o.add(buildPatchJobInstanceDetails());
return o;
}
-void checkUnnamed3176(core.List<api.PatchJobInstanceDetails> o) {
+void checkUnnamed3184(core.List<api.PatchJobInstanceDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkPatchJobInstanceDetails(o[0] as api.PatchJobInstanceDetails);
checkPatchJobInstanceDetails(o[1] as api.PatchJobInstanceDetails);
@@ -824,7 +824,7 @@
buildCounterListPatchJobInstanceDetailsResponse++;
if (buildCounterListPatchJobInstanceDetailsResponse < 3) {
o.nextPageToken = 'foo';
- o.patchJobInstanceDetails = buildUnnamed3176();
+ o.patchJobInstanceDetails = buildUnnamed3184();
}
buildCounterListPatchJobInstanceDetailsResponse--;
return o;
@@ -838,19 +838,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3176(o.patchJobInstanceDetails!);
+ checkUnnamed3184(o.patchJobInstanceDetails!);
}
buildCounterListPatchJobInstanceDetailsResponse--;
}
-core.List<api.PatchJob> buildUnnamed3177() {
+core.List<api.PatchJob> buildUnnamed3185() {
var o = <api.PatchJob>[];
o.add(buildPatchJob());
o.add(buildPatchJob());
return o;
}
-void checkUnnamed3177(core.List<api.PatchJob> o) {
+void checkUnnamed3185(core.List<api.PatchJob> o) {
unittest.expect(o, unittest.hasLength(2));
checkPatchJob(o[0] as api.PatchJob);
checkPatchJob(o[1] as api.PatchJob);
@@ -862,7 +862,7 @@
buildCounterListPatchJobsResponse++;
if (buildCounterListPatchJobsResponse < 3) {
o.nextPageToken = 'foo';
- o.patchJobs = buildUnnamed3177();
+ o.patchJobs = buildUnnamed3185();
}
buildCounterListPatchJobsResponse--;
return o;
@@ -875,7 +875,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3177(o.patchJobs!);
+ checkUnnamed3185(o.patchJobs!);
}
buildCounterListPatchJobsResponse--;
}
@@ -970,7 +970,7 @@
buildCounterOneTimeSchedule--;
}
-core.Map<core.String, core.Object> buildUnnamed3178() {
+core.Map<core.String, core.Object> buildUnnamed3186() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -985,7 +985,7 @@
return o;
}
-void checkUnnamed3178(core.Map<core.String, core.Object> o) {
+void checkUnnamed3186(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1017,7 +1017,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3179() {
+core.Map<core.String, core.Object> buildUnnamed3187() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1032,7 +1032,7 @@
return o;
}
-void checkUnnamed3179(core.Map<core.String, core.Object> o) {
+void checkUnnamed3187(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1071,9 +1071,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed3178();
+ o.metadata = buildUnnamed3186();
o.name = 'foo';
- o.response = buildUnnamed3179();
+ o.response = buildUnnamed3187();
}
buildCounterOperation--;
return o;
@@ -1084,12 +1084,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed3178(o.metadata!);
+ checkUnnamed3186(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3179(o.response!);
+ checkUnnamed3187(o.response!);
}
buildCounterOperation--;
}
@@ -1187,27 +1187,27 @@
buildCounterPatchDeployment--;
}
-core.List<api.PatchInstanceFilterGroupLabel> buildUnnamed3180() {
+core.List<api.PatchInstanceFilterGroupLabel> buildUnnamed3188() {
var o = <api.PatchInstanceFilterGroupLabel>[];
o.add(buildPatchInstanceFilterGroupLabel());
o.add(buildPatchInstanceFilterGroupLabel());
return o;
}
-void checkUnnamed3180(core.List<api.PatchInstanceFilterGroupLabel> o) {
+void checkUnnamed3188(core.List<api.PatchInstanceFilterGroupLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkPatchInstanceFilterGroupLabel(o[0] as api.PatchInstanceFilterGroupLabel);
checkPatchInstanceFilterGroupLabel(o[1] as api.PatchInstanceFilterGroupLabel);
}
-core.List<core.String> buildUnnamed3181() {
+core.List<core.String> buildUnnamed3189() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3181(core.List<core.String> o) {
+void checkUnnamed3189(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1219,14 +1219,14 @@
);
}
-core.List<core.String> buildUnnamed3182() {
+core.List<core.String> buildUnnamed3190() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3182(core.List<core.String> o) {
+void checkUnnamed3190(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1238,14 +1238,14 @@
);
}
-core.List<core.String> buildUnnamed3183() {
+core.List<core.String> buildUnnamed3191() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3183(core.List<core.String> o) {
+void checkUnnamed3191(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1263,10 +1263,10 @@
buildCounterPatchInstanceFilter++;
if (buildCounterPatchInstanceFilter < 3) {
o.all = true;
- o.groupLabels = buildUnnamed3180();
- o.instanceNamePrefixes = buildUnnamed3181();
- o.instances = buildUnnamed3182();
- o.zones = buildUnnamed3183();
+ o.groupLabels = buildUnnamed3188();
+ o.instanceNamePrefixes = buildUnnamed3189();
+ o.instances = buildUnnamed3190();
+ o.zones = buildUnnamed3191();
}
buildCounterPatchInstanceFilter--;
return o;
@@ -1276,22 +1276,22 @@
buildCounterPatchInstanceFilter++;
if (buildCounterPatchInstanceFilter < 3) {
unittest.expect(o.all!, unittest.isTrue);
- checkUnnamed3180(o.groupLabels!);
- checkUnnamed3181(o.instanceNamePrefixes!);
- checkUnnamed3182(o.instances!);
- checkUnnamed3183(o.zones!);
+ checkUnnamed3188(o.groupLabels!);
+ checkUnnamed3189(o.instanceNamePrefixes!);
+ checkUnnamed3190(o.instances!);
+ checkUnnamed3191(o.zones!);
}
buildCounterPatchInstanceFilter--;
}
-core.Map<core.String, core.String> buildUnnamed3184() {
+core.Map<core.String, core.String> buildUnnamed3192() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3184(core.Map<core.String, core.String> o) {
+void checkUnnamed3192(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1308,7 +1308,7 @@
var o = api.PatchInstanceFilterGroupLabel();
buildCounterPatchInstanceFilterGroupLabel++;
if (buildCounterPatchInstanceFilterGroupLabel < 3) {
- o.labels = buildUnnamed3184();
+ o.labels = buildUnnamed3192();
}
buildCounterPatchInstanceFilterGroupLabel--;
return o;
@@ -1317,7 +1317,7 @@
void checkPatchInstanceFilterGroupLabel(api.PatchInstanceFilterGroupLabel o) {
buildCounterPatchInstanceFilterGroupLabel++;
if (buildCounterPatchInstanceFilterGroupLabel < 3) {
- checkUnnamed3184(o.labels!);
+ checkUnnamed3192(o.labels!);
}
buildCounterPatchInstanceFilterGroupLabel--;
}
@@ -1608,7 +1608,7 @@
buildCounterRecurringSchedule--;
}
-core.Map<core.String, core.Object> buildUnnamed3185() {
+core.Map<core.String, core.Object> buildUnnamed3193() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1623,7 +1623,7 @@
return o;
}
-void checkUnnamed3185(core.Map<core.String, core.Object> o) {
+void checkUnnamed3193(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1655,17 +1655,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3186() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3194() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3185());
- o.add(buildUnnamed3185());
+ o.add(buildUnnamed3193());
+ o.add(buildUnnamed3193());
return o;
}
-void checkUnnamed3186(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3194(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3185(o[0]);
- checkUnnamed3185(o[1]);
+ checkUnnamed3193(o[0]);
+ checkUnnamed3193(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1674,7 +1674,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3186();
+ o.details = buildUnnamed3194();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1688,7 +1688,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3186(o.details!);
+ checkUnnamed3194(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1810,206 +1810,6 @@
buildCounterWeeklySchedule--;
}
-core.List<core.String> buildUnnamed3187() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3187(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3188() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3188(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3189() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3189(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'),
- );
-}
-
-core.int buildCounterWindowsUpdateSettings = 0;
-api.WindowsUpdateSettings buildWindowsUpdateSettings() {
- var o = api.WindowsUpdateSettings();
- buildCounterWindowsUpdateSettings++;
- if (buildCounterWindowsUpdateSettings < 3) {
- o.classifications = buildUnnamed3187();
- o.excludes = buildUnnamed3188();
- o.exclusivePatches = buildUnnamed3189();
- }
- buildCounterWindowsUpdateSettings--;
- return o;
-}
-
-void checkWindowsUpdateSettings(api.WindowsUpdateSettings o) {
- buildCounterWindowsUpdateSettings++;
- if (buildCounterWindowsUpdateSettings < 3) {
- checkUnnamed3187(o.classifications!);
- checkUnnamed3188(o.excludes!);
- checkUnnamed3189(o.exclusivePatches!);
- }
- buildCounterWindowsUpdateSettings--;
-}
-
-core.List<core.String> buildUnnamed3190() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3190(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3191() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3191(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'),
- );
-}
-
-core.int buildCounterYumSettings = 0;
-api.YumSettings buildYumSettings() {
- var o = api.YumSettings();
- buildCounterYumSettings++;
- if (buildCounterYumSettings < 3) {
- o.excludes = buildUnnamed3190();
- o.exclusivePackages = buildUnnamed3191();
- o.minimal = true;
- o.security = true;
- }
- buildCounterYumSettings--;
- return o;
-}
-
-void checkYumSettings(api.YumSettings o) {
- buildCounterYumSettings++;
- if (buildCounterYumSettings < 3) {
- checkUnnamed3190(o.excludes!);
- checkUnnamed3191(o.exclusivePackages!);
- unittest.expect(o.minimal!, unittest.isTrue);
- unittest.expect(o.security!, unittest.isTrue);
- }
- buildCounterYumSettings--;
-}
-
-core.List<core.String> buildUnnamed3192() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3192(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3193() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3193(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3194() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3194(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'),
- );
-}
-
core.List<core.String> buildUnnamed3195() {
var o = <core.String>[];
o.add('foo');
@@ -2029,15 +1829,215 @@
);
}
+core.List<core.String> buildUnnamed3196() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3196(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3197() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3197(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'),
+ );
+}
+
+core.int buildCounterWindowsUpdateSettings = 0;
+api.WindowsUpdateSettings buildWindowsUpdateSettings() {
+ var o = api.WindowsUpdateSettings();
+ buildCounterWindowsUpdateSettings++;
+ if (buildCounterWindowsUpdateSettings < 3) {
+ o.classifications = buildUnnamed3195();
+ o.excludes = buildUnnamed3196();
+ o.exclusivePatches = buildUnnamed3197();
+ }
+ buildCounterWindowsUpdateSettings--;
+ return o;
+}
+
+void checkWindowsUpdateSettings(api.WindowsUpdateSettings o) {
+ buildCounterWindowsUpdateSettings++;
+ if (buildCounterWindowsUpdateSettings < 3) {
+ checkUnnamed3195(o.classifications!);
+ checkUnnamed3196(o.excludes!);
+ checkUnnamed3197(o.exclusivePatches!);
+ }
+ buildCounterWindowsUpdateSettings--;
+}
+
+core.List<core.String> buildUnnamed3198() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3198(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3199() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3199(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'),
+ );
+}
+
+core.int buildCounterYumSettings = 0;
+api.YumSettings buildYumSettings() {
+ var o = api.YumSettings();
+ buildCounterYumSettings++;
+ if (buildCounterYumSettings < 3) {
+ o.excludes = buildUnnamed3198();
+ o.exclusivePackages = buildUnnamed3199();
+ o.minimal = true;
+ o.security = true;
+ }
+ buildCounterYumSettings--;
+ return o;
+}
+
+void checkYumSettings(api.YumSettings o) {
+ buildCounterYumSettings++;
+ if (buildCounterYumSettings < 3) {
+ checkUnnamed3198(o.excludes!);
+ checkUnnamed3199(o.exclusivePackages!);
+ unittest.expect(o.minimal!, unittest.isTrue);
+ unittest.expect(o.security!, unittest.isTrue);
+ }
+ buildCounterYumSettings--;
+}
+
+core.List<core.String> buildUnnamed3200() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3200(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3201() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3201(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3202() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3202(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3203() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3203(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'),
+ );
+}
+
core.int buildCounterZypperSettings = 0;
api.ZypperSettings buildZypperSettings() {
var o = api.ZypperSettings();
buildCounterZypperSettings++;
if (buildCounterZypperSettings < 3) {
- o.categories = buildUnnamed3192();
- o.excludes = buildUnnamed3193();
- o.exclusivePatches = buildUnnamed3194();
- o.severities = buildUnnamed3195();
+ o.categories = buildUnnamed3200();
+ o.excludes = buildUnnamed3201();
+ o.exclusivePatches = buildUnnamed3202();
+ o.severities = buildUnnamed3203();
o.withOptional = true;
o.withUpdate = true;
}
@@ -2048,10 +2048,10 @@
void checkZypperSettings(api.ZypperSettings o) {
buildCounterZypperSettings++;
if (buildCounterZypperSettings < 3) {
- checkUnnamed3192(o.categories!);
- checkUnnamed3193(o.excludes!);
- checkUnnamed3194(o.exclusivePatches!);
- checkUnnamed3195(o.severities!);
+ checkUnnamed3200(o.categories!);
+ checkUnnamed3201(o.excludes!);
+ checkUnnamed3202(o.exclusivePatches!);
+ checkUnnamed3203(o.severities!);
unittest.expect(o.withOptional!, unittest.isTrue);
unittest.expect(o.withUpdate!, unittest.isTrue);
}
diff --git a/generated/googleapis/test/oslogin/v1_test.dart b/generated/googleapis/test/oslogin/v1_test.dart
index 70e5e6a..2277127 100644
--- a/generated/googleapis/test/oslogin/v1_test.dart
+++ b/generated/googleapis/test/oslogin/v1_test.dart
@@ -66,27 +66,27 @@
buildCounterImportSshPublicKeyResponse--;
}
-core.List<api.PosixAccount> buildUnnamed3563() {
+core.List<api.PosixAccount> buildUnnamed3573() {
var o = <api.PosixAccount>[];
o.add(buildPosixAccount());
o.add(buildPosixAccount());
return o;
}
-void checkUnnamed3563(core.List<api.PosixAccount> o) {
+void checkUnnamed3573(core.List<api.PosixAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkPosixAccount(o[0] as api.PosixAccount);
checkPosixAccount(o[1] as api.PosixAccount);
}
-core.Map<core.String, api.SshPublicKey> buildUnnamed3564() {
+core.Map<core.String, api.SshPublicKey> buildUnnamed3574() {
var o = <core.String, api.SshPublicKey>{};
o['x'] = buildSshPublicKey();
o['y'] = buildSshPublicKey();
return o;
}
-void checkUnnamed3564(core.Map<core.String, api.SshPublicKey> o) {
+void checkUnnamed3574(core.Map<core.String, api.SshPublicKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkSshPublicKey(o['x']! as api.SshPublicKey);
checkSshPublicKey(o['y']! as api.SshPublicKey);
@@ -98,8 +98,8 @@
buildCounterLoginProfile++;
if (buildCounterLoginProfile < 3) {
o.name = 'foo';
- o.posixAccounts = buildUnnamed3563();
- o.sshPublicKeys = buildUnnamed3564();
+ o.posixAccounts = buildUnnamed3573();
+ o.sshPublicKeys = buildUnnamed3574();
}
buildCounterLoginProfile--;
return o;
@@ -112,8 +112,8 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3563(o.posixAccounts!);
- checkUnnamed3564(o.sshPublicKeys!);
+ checkUnnamed3573(o.posixAccounts!);
+ checkUnnamed3574(o.sshPublicKeys!);
}
buildCounterLoginProfile--;
}
diff --git a/generated/googleapis/test/pagespeedonline/v5_test.dart b/generated/googleapis/test/pagespeedonline/v5_test.dart
index c48433c..3cecd85 100644
--- a/generated/googleapis/test/pagespeedonline/v5_test.dart
+++ b/generated/googleapis/test/pagespeedonline/v5_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed3196() {
+core.List<core.String> buildUnnamed3204() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3196(core.List<core.String> o) {
+void checkUnnamed3204(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -54,7 +54,7 @@
o.acronym = 'foo';
o.group = 'foo';
o.id = 'foo';
- o.relevantAudits = buildUnnamed3196();
+ o.relevantAudits = buildUnnamed3204();
o.weight = 42.0;
}
buildCounterAuditRefs--;
@@ -76,7 +76,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed3196(o.relevantAudits!);
+ checkUnnamed3204(o.relevantAudits!);
unittest.expect(
o.weight!,
unittest.equals(42.0),
@@ -279,7 +279,7 @@
buildCounterI18n--;
}
-core.Map<core.String, core.Object> buildUnnamed3197() {
+core.Map<core.String, core.Object> buildUnnamed3205() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -294,7 +294,7 @@
return o;
}
-void checkUnnamed3197(core.Map<core.String, core.Object> o) {
+void checkUnnamed3205(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted2 = (o['x']!) as core.Map;
unittest.expect(casted2, unittest.hasLength(3));
@@ -332,7 +332,7 @@
buildCounterLighthouseAuditResultV5++;
if (buildCounterLighthouseAuditResultV5 < 3) {
o.description = 'foo';
- o.details = buildUnnamed3197();
+ o.details = buildUnnamed3205();
o.displayValue = 'foo';
o.errorMessage = 'foo';
o.explanation = 'foo';
@@ -363,7 +363,7 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed3197(o.details!);
+ checkUnnamed3205(o.details!);
unittest.expect(
o.displayValue!,
unittest.equals('foo'),
@@ -428,14 +428,14 @@
buildCounterLighthouseAuditResultV5--;
}
-core.List<api.AuditRefs> buildUnnamed3198() {
+core.List<api.AuditRefs> buildUnnamed3206() {
var o = <api.AuditRefs>[];
o.add(buildAuditRefs());
o.add(buildAuditRefs());
return o;
}
-void checkUnnamed3198(core.List<api.AuditRefs> o) {
+void checkUnnamed3206(core.List<api.AuditRefs> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditRefs(o[0] as api.AuditRefs);
checkAuditRefs(o[1] as api.AuditRefs);
@@ -446,7 +446,7 @@
var o = api.LighthouseCategoryV5();
buildCounterLighthouseCategoryV5++;
if (buildCounterLighthouseCategoryV5 < 3) {
- o.auditRefs = buildUnnamed3198();
+ o.auditRefs = buildUnnamed3206();
o.description = 'foo';
o.id = 'foo';
o.manualDescription = 'foo';
@@ -464,7 +464,7 @@
void checkLighthouseCategoryV5(api.LighthouseCategoryV5 o) {
buildCounterLighthouseCategoryV5++;
if (buildCounterLighthouseCategoryV5 < 3) {
- checkUnnamed3198(o.auditRefs!);
+ checkUnnamed3206(o.auditRefs!);
unittest.expect(
o.description!,
unittest.equals('foo'),
@@ -499,33 +499,33 @@
buildCounterLighthouseCategoryV5--;
}
-core.Map<core.String, api.LighthouseAuditResultV5> buildUnnamed3199() {
+core.Map<core.String, api.LighthouseAuditResultV5> buildUnnamed3207() {
var o = <core.String, api.LighthouseAuditResultV5>{};
o['x'] = buildLighthouseAuditResultV5();
o['y'] = buildLighthouseAuditResultV5();
return o;
}
-void checkUnnamed3199(core.Map<core.String, api.LighthouseAuditResultV5> o) {
+void checkUnnamed3207(core.Map<core.String, api.LighthouseAuditResultV5> o) {
unittest.expect(o, unittest.hasLength(2));
checkLighthouseAuditResultV5(o['x']! as api.LighthouseAuditResultV5);
checkLighthouseAuditResultV5(o['y']! as api.LighthouseAuditResultV5);
}
-core.Map<core.String, api.CategoryGroupV5> buildUnnamed3200() {
+core.Map<core.String, api.CategoryGroupV5> buildUnnamed3208() {
var o = <core.String, api.CategoryGroupV5>{};
o['x'] = buildCategoryGroupV5();
o['y'] = buildCategoryGroupV5();
return o;
}
-void checkUnnamed3200(core.Map<core.String, api.CategoryGroupV5> o) {
+void checkUnnamed3208(core.Map<core.String, api.CategoryGroupV5> o) {
unittest.expect(o, unittest.hasLength(2));
checkCategoryGroupV5(o['x']! as api.CategoryGroupV5);
checkCategoryGroupV5(o['y']! as api.CategoryGroupV5);
}
-core.List<core.Object> buildUnnamed3201() {
+core.List<core.Object> buildUnnamed3209() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -540,7 +540,7 @@
return o;
}
-void checkUnnamed3201(core.List<core.Object> o) {
+void checkUnnamed3209(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o[0]) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -572,14 +572,14 @@
);
}
-core.List<api.StackPack> buildUnnamed3202() {
+core.List<api.StackPack> buildUnnamed3210() {
var o = <api.StackPack>[];
o.add(buildStackPack());
o.add(buildStackPack());
return o;
}
-void checkUnnamed3202(core.List<api.StackPack> o) {
+void checkUnnamed3210(core.List<api.StackPack> o) {
unittest.expect(o, unittest.hasLength(2));
checkStackPack(o[0] as api.StackPack);
checkStackPack(o[1] as api.StackPack);
@@ -590,9 +590,9 @@
var o = api.LighthouseResultV5();
buildCounterLighthouseResultV5++;
if (buildCounterLighthouseResultV5 < 3) {
- o.audits = buildUnnamed3199();
+ o.audits = buildUnnamed3207();
o.categories = buildCategories();
- o.categoryGroups = buildUnnamed3200();
+ o.categoryGroups = buildUnnamed3208();
o.configSettings = buildConfigSettings();
o.environment = buildEnvironment();
o.fetchTime = 'foo';
@@ -600,9 +600,9 @@
o.i18n = buildI18n();
o.lighthouseVersion = 'foo';
o.requestedUrl = 'foo';
- o.runWarnings = buildUnnamed3201();
+ o.runWarnings = buildUnnamed3209();
o.runtimeError = buildRuntimeError();
- o.stackPacks = buildUnnamed3202();
+ o.stackPacks = buildUnnamed3210();
o.timing = buildTiming();
o.userAgent = 'foo';
}
@@ -613,9 +613,9 @@
void checkLighthouseResultV5(api.LighthouseResultV5 o) {
buildCounterLighthouseResultV5++;
if (buildCounterLighthouseResultV5 < 3) {
- checkUnnamed3199(o.audits!);
+ checkUnnamed3207(o.audits!);
checkCategories(o.categories! as api.Categories);
- checkUnnamed3200(o.categoryGroups!);
+ checkUnnamed3208(o.categoryGroups!);
checkConfigSettings(o.configSettings! as api.ConfigSettings);
checkEnvironment(o.environment! as api.Environment);
unittest.expect(
@@ -635,9 +635,9 @@
o.requestedUrl!,
unittest.equals('foo'),
);
- checkUnnamed3201(o.runWarnings!);
+ checkUnnamed3209(o.runWarnings!);
checkRuntimeError(o.runtimeError! as api.RuntimeError);
- checkUnnamed3202(o.stackPacks!);
+ checkUnnamed3210(o.stackPacks!);
checkTiming(o.timing! as api.Timing);
unittest.expect(
o.userAgent!,
@@ -647,14 +647,14 @@
buildCounterLighthouseResultV5--;
}
-core.Map<core.String, api.UserPageLoadMetricV5> buildUnnamed3203() {
+core.Map<core.String, api.UserPageLoadMetricV5> buildUnnamed3211() {
var o = <core.String, api.UserPageLoadMetricV5>{};
o['x'] = buildUserPageLoadMetricV5();
o['y'] = buildUserPageLoadMetricV5();
return o;
}
-void checkUnnamed3203(core.Map<core.String, api.UserPageLoadMetricV5> o) {
+void checkUnnamed3211(core.Map<core.String, api.UserPageLoadMetricV5> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserPageLoadMetricV5(o['x']! as api.UserPageLoadMetricV5);
checkUserPageLoadMetricV5(o['y']! as api.UserPageLoadMetricV5);
@@ -667,7 +667,7 @@
if (buildCounterPagespeedApiLoadingExperienceV5 < 3) {
o.id = 'foo';
o.initialUrl = 'foo';
- o.metrics = buildUnnamed3203();
+ o.metrics = buildUnnamed3211();
o.originFallback = true;
o.overallCategory = 'foo';
}
@@ -687,7 +687,7 @@
o.initialUrl!,
unittest.equals('foo'),
);
- checkUnnamed3203(o.metrics!);
+ checkUnnamed3211(o.metrics!);
unittest.expect(o.originFallback!, unittest.isTrue);
unittest.expect(
o.overallCategory!,
@@ -1056,14 +1056,14 @@
buildCounterRuntimeError--;
}
-core.Map<core.String, core.String> buildUnnamed3204() {
+core.Map<core.String, core.String> buildUnnamed3212() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3204(core.Map<core.String, core.String> o) {
+void checkUnnamed3212(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1080,7 +1080,7 @@
var o = api.StackPack();
buildCounterStackPack++;
if (buildCounterStackPack < 3) {
- o.descriptions = buildUnnamed3204();
+ o.descriptions = buildUnnamed3212();
o.iconDataURL = 'foo';
o.id = 'foo';
o.title = 'foo';
@@ -1092,7 +1092,7 @@
void checkStackPack(api.StackPack o) {
buildCounterStackPack++;
if (buildCounterStackPack < 3) {
- checkUnnamed3204(o.descriptions!);
+ checkUnnamed3212(o.descriptions!);
unittest.expect(
o.iconDataURL!,
unittest.equals('foo'),
@@ -1131,14 +1131,14 @@
buildCounterTiming--;
}
-core.List<api.Bucket> buildUnnamed3205() {
+core.List<api.Bucket> buildUnnamed3213() {
var o = <api.Bucket>[];
o.add(buildBucket());
o.add(buildBucket());
return o;
}
-void checkUnnamed3205(core.List<api.Bucket> o) {
+void checkUnnamed3213(core.List<api.Bucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkBucket(o[0] as api.Bucket);
checkBucket(o[1] as api.Bucket);
@@ -1150,7 +1150,7 @@
buildCounterUserPageLoadMetricV5++;
if (buildCounterUserPageLoadMetricV5 < 3) {
o.category = 'foo';
- o.distributions = buildUnnamed3205();
+ o.distributions = buildUnnamed3213();
o.formFactor = 'foo';
o.median = 42;
o.metricId = 'foo';
@@ -1167,7 +1167,7 @@
o.category!,
unittest.equals('foo'),
);
- checkUnnamed3205(o.distributions!);
+ checkUnnamed3213(o.distributions!);
unittest.expect(
o.formFactor!,
unittest.equals('foo'),
@@ -1188,14 +1188,14 @@
buildCounterUserPageLoadMetricV5--;
}
-core.List<core.String> buildUnnamed3206() {
+core.List<core.String> buildUnnamed3214() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3206(core.List<core.String> o) {
+void checkUnnamed3214(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1395,7 +1395,7 @@
var res = api.PagespeedInsightsApi(mock).pagespeedapi;
var arg_url = 'foo';
var arg_captchaToken = 'foo';
- var arg_category = buildUnnamed3206();
+ var arg_category = buildUnnamed3214();
var arg_locale = 'foo';
var arg_strategy = 'foo';
var arg_utmCampaign = 'foo';
diff --git a/generated/googleapis/test/paymentsresellersubscription/v1_test.dart b/generated/googleapis/test/paymentsresellersubscription/v1_test.dart
index a0c0b89..5143e3d 100644
--- a/generated/googleapis/test/paymentsresellersubscription/v1_test.dart
+++ b/generated/googleapis/test/paymentsresellersubscription/v1_test.dart
@@ -260,14 +260,14 @@
}
core.List<api.GoogleCloudPaymentsResellerSubscriptionV1Product>
- buildUnnamed5659() {
+ buildUnnamed5710() {
var o = <api.GoogleCloudPaymentsResellerSubscriptionV1Product>[];
o.add(buildGoogleCloudPaymentsResellerSubscriptionV1Product());
o.add(buildGoogleCloudPaymentsResellerSubscriptionV1Product());
return o;
}
-void checkUnnamed5659(
+void checkUnnamed5710(
core.List<api.GoogleCloudPaymentsResellerSubscriptionV1Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudPaymentsResellerSubscriptionV1Product(
@@ -286,7 +286,7 @@
if (buildCounterGoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse <
3) {
o.nextPageToken = 'foo';
- o.products = buildUnnamed5659();
+ o.products = buildUnnamed5710();
}
buildCounterGoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse--;
return o;
@@ -301,20 +301,20 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5659(o.products!);
+ checkUnnamed5710(o.products!);
}
buildCounterGoogleCloudPaymentsResellerSubscriptionV1ListProductsResponse--;
}
core.List<api.GoogleCloudPaymentsResellerSubscriptionV1Promotion>
- buildUnnamed5660() {
+ buildUnnamed5711() {
var o = <api.GoogleCloudPaymentsResellerSubscriptionV1Promotion>[];
o.add(buildGoogleCloudPaymentsResellerSubscriptionV1Promotion());
o.add(buildGoogleCloudPaymentsResellerSubscriptionV1Promotion());
return o;
}
-void checkUnnamed5660(
+void checkUnnamed5711(
core.List<api.GoogleCloudPaymentsResellerSubscriptionV1Promotion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudPaymentsResellerSubscriptionV1Promotion(
@@ -333,7 +333,7 @@
if (buildCounterGoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse <
3) {
o.nextPageToken = 'foo';
- o.promotions = buildUnnamed5660();
+ o.promotions = buildUnnamed5711();
}
buildCounterGoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse--;
return o;
@@ -348,7 +348,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5660(o.promotions!);
+ checkUnnamed5711(o.promotions!);
}
buildCounterGoogleCloudPaymentsResellerSubscriptionV1ListPromotionsResponse--;
}
@@ -382,14 +382,14 @@
buildCounterGoogleCloudPaymentsResellerSubscriptionV1Location--;
}
-core.List<core.String> buildUnnamed5661() {
+core.List<core.String> buildUnnamed5712() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5661(core.List<core.String> o) {
+void checkUnnamed5712(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -401,14 +401,14 @@
);
}
-core.List<api.GoogleTypeLocalizedText> buildUnnamed5662() {
+core.List<api.GoogleTypeLocalizedText> buildUnnamed5713() {
var o = <api.GoogleTypeLocalizedText>[];
o.add(buildGoogleTypeLocalizedText());
o.add(buildGoogleTypeLocalizedText());
return o;
}
-void checkUnnamed5662(core.List<api.GoogleTypeLocalizedText> o) {
+void checkUnnamed5713(core.List<api.GoogleTypeLocalizedText> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleTypeLocalizedText(o[0] as api.GoogleTypeLocalizedText);
checkGoogleTypeLocalizedText(o[1] as api.GoogleTypeLocalizedText);
@@ -421,10 +421,10 @@
buildCounterGoogleCloudPaymentsResellerSubscriptionV1Product++;
if (buildCounterGoogleCloudPaymentsResellerSubscriptionV1Product < 3) {
o.name = 'foo';
- o.regionCodes = buildUnnamed5661();
+ o.regionCodes = buildUnnamed5712();
o.subscriptionBillingCycleDuration =
buildGoogleCloudPaymentsResellerSubscriptionV1Duration();
- o.titles = buildUnnamed5662();
+ o.titles = buildUnnamed5713();
}
buildCounterGoogleCloudPaymentsResellerSubscriptionV1Product--;
return o;
@@ -438,23 +438,23 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5661(o.regionCodes!);
+ checkUnnamed5712(o.regionCodes!);
checkGoogleCloudPaymentsResellerSubscriptionV1Duration(
o.subscriptionBillingCycleDuration!
as api.GoogleCloudPaymentsResellerSubscriptionV1Duration);
- checkUnnamed5662(o.titles!);
+ checkUnnamed5713(o.titles!);
}
buildCounterGoogleCloudPaymentsResellerSubscriptionV1Product--;
}
-core.List<core.String> buildUnnamed5663() {
+core.List<core.String> buildUnnamed5714() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5663(core.List<core.String> o) {
+void checkUnnamed5714(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -466,14 +466,14 @@
);
}
-core.List<core.String> buildUnnamed5664() {
+core.List<core.String> buildUnnamed5715() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5664(core.List<core.String> o) {
+void checkUnnamed5715(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -485,14 +485,14 @@
);
}
-core.List<api.GoogleTypeLocalizedText> buildUnnamed5665() {
+core.List<api.GoogleTypeLocalizedText> buildUnnamed5716() {
var o = <api.GoogleTypeLocalizedText>[];
o.add(buildGoogleTypeLocalizedText());
o.add(buildGoogleTypeLocalizedText());
return o;
}
-void checkUnnamed5665(core.List<api.GoogleTypeLocalizedText> o) {
+void checkUnnamed5716(core.List<api.GoogleTypeLocalizedText> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleTypeLocalizedText(o[0] as api.GoogleTypeLocalizedText);
checkGoogleTypeLocalizedText(o[1] as api.GoogleTypeLocalizedText);
@@ -504,14 +504,14 @@
var o = api.GoogleCloudPaymentsResellerSubscriptionV1Promotion();
buildCounterGoogleCloudPaymentsResellerSubscriptionV1Promotion++;
if (buildCounterGoogleCloudPaymentsResellerSubscriptionV1Promotion < 3) {
- o.applicableProducts = buildUnnamed5663();
+ o.applicableProducts = buildUnnamed5714();
o.endTime = 'foo';
o.freeTrialDuration =
buildGoogleCloudPaymentsResellerSubscriptionV1Duration();
o.name = 'foo';
- o.regionCodes = buildUnnamed5664();
+ o.regionCodes = buildUnnamed5715();
o.startTime = 'foo';
- o.titles = buildUnnamed5665();
+ o.titles = buildUnnamed5716();
}
buildCounterGoogleCloudPaymentsResellerSubscriptionV1Promotion--;
return o;
@@ -521,7 +521,7 @@
api.GoogleCloudPaymentsResellerSubscriptionV1Promotion o) {
buildCounterGoogleCloudPaymentsResellerSubscriptionV1Promotion++;
if (buildCounterGoogleCloudPaymentsResellerSubscriptionV1Promotion < 3) {
- checkUnnamed5663(o.applicableProducts!);
+ checkUnnamed5714(o.applicableProducts!);
unittest.expect(
o.endTime!,
unittest.equals('foo'),
@@ -532,24 +532,24 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5664(o.regionCodes!);
+ checkUnnamed5715(o.regionCodes!);
unittest.expect(
o.startTime!,
unittest.equals('foo'),
);
- checkUnnamed5665(o.titles!);
+ checkUnnamed5716(o.titles!);
}
buildCounterGoogleCloudPaymentsResellerSubscriptionV1Promotion--;
}
-core.List<core.String> buildUnnamed5666() {
+core.List<core.String> buildUnnamed5717() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5666(core.List<core.String> o) {
+void checkUnnamed5717(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -561,14 +561,14 @@
);
}
-core.List<core.String> buildUnnamed5667() {
+core.List<core.String> buildUnnamed5718() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5667(core.List<core.String> o) {
+void checkUnnamed5718(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -594,8 +594,9 @@
o.freeTrialEndTime = 'foo';
o.name = 'foo';
o.partnerUserToken = 'foo';
- o.products = buildUnnamed5666();
- o.promotions = buildUnnamed5667();
+ o.processingState = 'foo';
+ o.products = buildUnnamed5717();
+ o.promotions = buildUnnamed5718();
o.redirectUri = 'foo';
o.serviceLocation =
buildGoogleCloudPaymentsResellerSubscriptionV1Location();
@@ -636,8 +637,12 @@
o.partnerUserToken!,
unittest.equals('foo'),
);
- checkUnnamed5666(o.products!);
- checkUnnamed5667(o.promotions!);
+ unittest.expect(
+ o.processingState!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed5717(o.products!);
+ checkUnnamed5718(o.promotions!);
unittest.expect(
o.redirectUri!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/people/v1_test.dart b/generated/googleapis/test/people/v1_test.dart
index 98fdbfa..512958e 100644
--- a/generated/googleapis/test/people/v1_test.dart
+++ b/generated/googleapis/test/people/v1_test.dart
@@ -125,27 +125,27 @@
buildCounterAgeRangeType--;
}
-core.List<api.ContactToCreate> buildUnnamed6238() {
+core.List<api.ContactToCreate> buildUnnamed6289() {
var o = <api.ContactToCreate>[];
o.add(buildContactToCreate());
o.add(buildContactToCreate());
return o;
}
-void checkUnnamed6238(core.List<api.ContactToCreate> o) {
+void checkUnnamed6289(core.List<api.ContactToCreate> o) {
unittest.expect(o, unittest.hasLength(2));
checkContactToCreate(o[0] as api.ContactToCreate);
checkContactToCreate(o[1] as api.ContactToCreate);
}
-core.List<core.String> buildUnnamed6239() {
+core.List<core.String> buildUnnamed6290() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6239(core.List<core.String> o) {
+void checkUnnamed6290(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -162,9 +162,9 @@
var o = api.BatchCreateContactsRequest();
buildCounterBatchCreateContactsRequest++;
if (buildCounterBatchCreateContactsRequest < 3) {
- o.contacts = buildUnnamed6238();
+ o.contacts = buildUnnamed6289();
o.readMask = 'foo';
- o.sources = buildUnnamed6239();
+ o.sources = buildUnnamed6290();
}
buildCounterBatchCreateContactsRequest--;
return o;
@@ -173,24 +173,24 @@
void checkBatchCreateContactsRequest(api.BatchCreateContactsRequest o) {
buildCounterBatchCreateContactsRequest++;
if (buildCounterBatchCreateContactsRequest < 3) {
- checkUnnamed6238(o.contacts!);
+ checkUnnamed6289(o.contacts!);
unittest.expect(
o.readMask!,
unittest.equals('foo'),
);
- checkUnnamed6239(o.sources!);
+ checkUnnamed6290(o.sources!);
}
buildCounterBatchCreateContactsRequest--;
}
-core.List<api.PersonResponse> buildUnnamed6240() {
+core.List<api.PersonResponse> buildUnnamed6291() {
var o = <api.PersonResponse>[];
o.add(buildPersonResponse());
o.add(buildPersonResponse());
return o;
}
-void checkUnnamed6240(core.List<api.PersonResponse> o) {
+void checkUnnamed6291(core.List<api.PersonResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkPersonResponse(o[0] as api.PersonResponse);
checkPersonResponse(o[1] as api.PersonResponse);
@@ -201,7 +201,7 @@
var o = api.BatchCreateContactsResponse();
buildCounterBatchCreateContactsResponse++;
if (buildCounterBatchCreateContactsResponse < 3) {
- o.createdPeople = buildUnnamed6240();
+ o.createdPeople = buildUnnamed6291();
}
buildCounterBatchCreateContactsResponse--;
return o;
@@ -210,19 +210,19 @@
void checkBatchCreateContactsResponse(api.BatchCreateContactsResponse o) {
buildCounterBatchCreateContactsResponse++;
if (buildCounterBatchCreateContactsResponse < 3) {
- checkUnnamed6240(o.createdPeople!);
+ checkUnnamed6291(o.createdPeople!);
}
buildCounterBatchCreateContactsResponse--;
}
-core.List<core.String> buildUnnamed6241() {
+core.List<core.String> buildUnnamed6292() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6241(core.List<core.String> o) {
+void checkUnnamed6292(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -239,7 +239,7 @@
var o = api.BatchDeleteContactsRequest();
buildCounterBatchDeleteContactsRequest++;
if (buildCounterBatchDeleteContactsRequest < 3) {
- o.resourceNames = buildUnnamed6241();
+ o.resourceNames = buildUnnamed6292();
}
buildCounterBatchDeleteContactsRequest--;
return o;
@@ -248,19 +248,19 @@
void checkBatchDeleteContactsRequest(api.BatchDeleteContactsRequest o) {
buildCounterBatchDeleteContactsRequest++;
if (buildCounterBatchDeleteContactsRequest < 3) {
- checkUnnamed6241(o.resourceNames!);
+ checkUnnamed6292(o.resourceNames!);
}
buildCounterBatchDeleteContactsRequest--;
}
-core.List<api.ContactGroupResponse> buildUnnamed6242() {
+core.List<api.ContactGroupResponse> buildUnnamed6293() {
var o = <api.ContactGroupResponse>[];
o.add(buildContactGroupResponse());
o.add(buildContactGroupResponse());
return o;
}
-void checkUnnamed6242(core.List<api.ContactGroupResponse> o) {
+void checkUnnamed6293(core.List<api.ContactGroupResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkContactGroupResponse(o[0] as api.ContactGroupResponse);
checkContactGroupResponse(o[1] as api.ContactGroupResponse);
@@ -271,7 +271,7 @@
var o = api.BatchGetContactGroupsResponse();
buildCounterBatchGetContactGroupsResponse++;
if (buildCounterBatchGetContactGroupsResponse < 3) {
- o.responses = buildUnnamed6242();
+ o.responses = buildUnnamed6293();
}
buildCounterBatchGetContactGroupsResponse--;
return o;
@@ -280,32 +280,32 @@
void checkBatchGetContactGroupsResponse(api.BatchGetContactGroupsResponse o) {
buildCounterBatchGetContactGroupsResponse++;
if (buildCounterBatchGetContactGroupsResponse < 3) {
- checkUnnamed6242(o.responses!);
+ checkUnnamed6293(o.responses!);
}
buildCounterBatchGetContactGroupsResponse--;
}
-core.Map<core.String, api.Person> buildUnnamed6243() {
+core.Map<core.String, api.Person> buildUnnamed6294() {
var o = <core.String, api.Person>{};
o['x'] = buildPerson();
o['y'] = buildPerson();
return o;
}
-void checkUnnamed6243(core.Map<core.String, api.Person> o) {
+void checkUnnamed6294(core.Map<core.String, api.Person> o) {
unittest.expect(o, unittest.hasLength(2));
checkPerson(o['x']! as api.Person);
checkPerson(o['y']! as api.Person);
}
-core.List<core.String> buildUnnamed6244() {
+core.List<core.String> buildUnnamed6295() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6244(core.List<core.String> o) {
+void checkUnnamed6295(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -322,9 +322,9 @@
var o = api.BatchUpdateContactsRequest();
buildCounterBatchUpdateContactsRequest++;
if (buildCounterBatchUpdateContactsRequest < 3) {
- o.contacts = buildUnnamed6243();
+ o.contacts = buildUnnamed6294();
o.readMask = 'foo';
- o.sources = buildUnnamed6244();
+ o.sources = buildUnnamed6295();
o.updateMask = 'foo';
}
buildCounterBatchUpdateContactsRequest--;
@@ -334,12 +334,12 @@
void checkBatchUpdateContactsRequest(api.BatchUpdateContactsRequest o) {
buildCounterBatchUpdateContactsRequest++;
if (buildCounterBatchUpdateContactsRequest < 3) {
- checkUnnamed6243(o.contacts!);
+ checkUnnamed6294(o.contacts!);
unittest.expect(
o.readMask!,
unittest.equals('foo'),
);
- checkUnnamed6244(o.sources!);
+ checkUnnamed6295(o.sources!);
unittest.expect(
o.updateMask!,
unittest.equals('foo'),
@@ -348,14 +348,14 @@
buildCounterBatchUpdateContactsRequest--;
}
-core.Map<core.String, api.PersonResponse> buildUnnamed6245() {
+core.Map<core.String, api.PersonResponse> buildUnnamed6296() {
var o = <core.String, api.PersonResponse>{};
o['x'] = buildPersonResponse();
o['y'] = buildPersonResponse();
return o;
}
-void checkUnnamed6245(core.Map<core.String, api.PersonResponse> o) {
+void checkUnnamed6296(core.Map<core.String, api.PersonResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkPersonResponse(o['x']! as api.PersonResponse);
checkPersonResponse(o['y']! as api.PersonResponse);
@@ -366,7 +366,7 @@
var o = api.BatchUpdateContactsResponse();
buildCounterBatchUpdateContactsResponse++;
if (buildCounterBatchUpdateContactsResponse < 3) {
- o.updateResult = buildUnnamed6245();
+ o.updateResult = buildUnnamed6296();
}
buildCounterBatchUpdateContactsResponse--;
return o;
@@ -375,7 +375,7 @@
void checkBatchUpdateContactsResponse(api.BatchUpdateContactsResponse o) {
buildCounterBatchUpdateContactsResponse++;
if (buildCounterBatchUpdateContactsResponse < 3) {
- checkUnnamed6245(o.updateResult!);
+ checkUnnamed6296(o.updateResult!);
}
buildCounterBatchUpdateContactsResponse--;
}
@@ -522,27 +522,27 @@
buildCounterClientData--;
}
-core.List<api.GroupClientData> buildUnnamed6246() {
+core.List<api.GroupClientData> buildUnnamed6297() {
var o = <api.GroupClientData>[];
o.add(buildGroupClientData());
o.add(buildGroupClientData());
return o;
}
-void checkUnnamed6246(core.List<api.GroupClientData> o) {
+void checkUnnamed6297(core.List<api.GroupClientData> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroupClientData(o[0] as api.GroupClientData);
checkGroupClientData(o[1] as api.GroupClientData);
}
-core.List<core.String> buildUnnamed6247() {
+core.List<core.String> buildUnnamed6298() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6247(core.List<core.String> o) {
+void checkUnnamed6298(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -559,12 +559,12 @@
var o = api.ContactGroup();
buildCounterContactGroup++;
if (buildCounterContactGroup < 3) {
- o.clientData = buildUnnamed6246();
+ o.clientData = buildUnnamed6297();
o.etag = 'foo';
o.formattedName = 'foo';
o.groupType = 'foo';
o.memberCount = 42;
- o.memberResourceNames = buildUnnamed6247();
+ o.memberResourceNames = buildUnnamed6298();
o.metadata = buildContactGroupMetadata();
o.name = 'foo';
o.resourceName = 'foo';
@@ -576,7 +576,7 @@
void checkContactGroup(api.ContactGroup o) {
buildCounterContactGroup++;
if (buildCounterContactGroup < 3) {
- checkUnnamed6246(o.clientData!);
+ checkUnnamed6297(o.clientData!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -593,7 +593,7 @@
o.memberCount!,
unittest.equals(42),
);
- checkUnnamed6247(o.memberResourceNames!);
+ checkUnnamed6298(o.memberResourceNames!);
checkContactGroupMetadata(o.metadata! as api.ContactGroupMetadata);
unittest.expect(
o.name!,
@@ -703,14 +703,14 @@
buildCounterContactToCreate--;
}
-core.List<core.String> buildUnnamed6248() {
+core.List<core.String> buildUnnamed6299() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6248(core.List<core.String> o) {
+void checkUnnamed6299(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -730,7 +730,7 @@
if (buildCounterCopyOtherContactToMyContactsGroupRequest < 3) {
o.copyMask = 'foo';
o.readMask = 'foo';
- o.sources = buildUnnamed6248();
+ o.sources = buildUnnamed6299();
}
buildCounterCopyOtherContactToMyContactsGroupRequest--;
return o;
@@ -748,7 +748,7 @@
o.readMask!,
unittest.equals('foo'),
);
- checkUnnamed6248(o.sources!);
+ checkUnnamed6299(o.sources!);
}
buildCounterCopyOtherContactToMyContactsGroupRequest--;
}
@@ -1073,14 +1073,14 @@
buildCounterGender--;
}
-core.List<api.PersonResponse> buildUnnamed6249() {
+core.List<api.PersonResponse> buildUnnamed6300() {
var o = <api.PersonResponse>[];
o.add(buildPersonResponse());
o.add(buildPersonResponse());
return o;
}
-void checkUnnamed6249(core.List<api.PersonResponse> o) {
+void checkUnnamed6300(core.List<api.PersonResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkPersonResponse(o[0] as api.PersonResponse);
checkPersonResponse(o[1] as api.PersonResponse);
@@ -1091,7 +1091,7 @@
var o = api.GetPeopleResponse();
buildCounterGetPeopleResponse++;
if (buildCounterGetPeopleResponse < 3) {
- o.responses = buildUnnamed6249();
+ o.responses = buildUnnamed6300();
}
buildCounterGetPeopleResponse--;
return o;
@@ -1100,7 +1100,7 @@
void checkGetPeopleResponse(api.GetPeopleResponse o) {
buildCounterGetPeopleResponse++;
if (buildCounterGetPeopleResponse < 3) {
- checkUnnamed6249(o.responses!);
+ checkUnnamed6300(o.responses!);
}
buildCounterGetPeopleResponse--;
}
@@ -1200,14 +1200,14 @@
buildCounterInterest--;
}
-core.List<api.Person> buildUnnamed6250() {
+core.List<api.Person> buildUnnamed6301() {
var o = <api.Person>[];
o.add(buildPerson());
o.add(buildPerson());
return o;
}
-void checkUnnamed6250(core.List<api.Person> o) {
+void checkUnnamed6301(core.List<api.Person> o) {
unittest.expect(o, unittest.hasLength(2));
checkPerson(o[0] as api.Person);
checkPerson(o[1] as api.Person);
@@ -1218,7 +1218,7 @@
var o = api.ListConnectionsResponse();
buildCounterListConnectionsResponse++;
if (buildCounterListConnectionsResponse < 3) {
- o.connections = buildUnnamed6250();
+ o.connections = buildUnnamed6301();
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
o.totalItems = 42;
@@ -1231,7 +1231,7 @@
void checkListConnectionsResponse(api.ListConnectionsResponse o) {
buildCounterListConnectionsResponse++;
if (buildCounterListConnectionsResponse < 3) {
- checkUnnamed6250(o.connections!);
+ checkUnnamed6301(o.connections!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1252,14 +1252,14 @@
buildCounterListConnectionsResponse--;
}
-core.List<api.ContactGroup> buildUnnamed6251() {
+core.List<api.ContactGroup> buildUnnamed6302() {
var o = <api.ContactGroup>[];
o.add(buildContactGroup());
o.add(buildContactGroup());
return o;
}
-void checkUnnamed6251(core.List<api.ContactGroup> o) {
+void checkUnnamed6302(core.List<api.ContactGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkContactGroup(o[0] as api.ContactGroup);
checkContactGroup(o[1] as api.ContactGroup);
@@ -1270,7 +1270,7 @@
var o = api.ListContactGroupsResponse();
buildCounterListContactGroupsResponse++;
if (buildCounterListContactGroupsResponse < 3) {
- o.contactGroups = buildUnnamed6251();
+ o.contactGroups = buildUnnamed6302();
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
o.totalItems = 42;
@@ -1282,7 +1282,7 @@
void checkListContactGroupsResponse(api.ListContactGroupsResponse o) {
buildCounterListContactGroupsResponse++;
if (buildCounterListContactGroupsResponse < 3) {
- checkUnnamed6251(o.contactGroups!);
+ checkUnnamed6302(o.contactGroups!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1299,14 +1299,14 @@
buildCounterListContactGroupsResponse--;
}
-core.List<api.Person> buildUnnamed6252() {
+core.List<api.Person> buildUnnamed6303() {
var o = <api.Person>[];
o.add(buildPerson());
o.add(buildPerson());
return o;
}
-void checkUnnamed6252(core.List<api.Person> o) {
+void checkUnnamed6303(core.List<api.Person> o) {
unittest.expect(o, unittest.hasLength(2));
checkPerson(o[0] as api.Person);
checkPerson(o[1] as api.Person);
@@ -1319,7 +1319,7 @@
if (buildCounterListDirectoryPeopleResponse < 3) {
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
- o.people = buildUnnamed6252();
+ o.people = buildUnnamed6303();
}
buildCounterListDirectoryPeopleResponse--;
return o;
@@ -1336,19 +1336,19 @@
o.nextSyncToken!,
unittest.equals('foo'),
);
- checkUnnamed6252(o.people!);
+ checkUnnamed6303(o.people!);
}
buildCounterListDirectoryPeopleResponse--;
}
-core.List<api.Person> buildUnnamed6253() {
+core.List<api.Person> buildUnnamed6304() {
var o = <api.Person>[];
o.add(buildPerson());
o.add(buildPerson());
return o;
}
-void checkUnnamed6253(core.List<api.Person> o) {
+void checkUnnamed6304(core.List<api.Person> o) {
unittest.expect(o, unittest.hasLength(2));
checkPerson(o[0] as api.Person);
checkPerson(o[1] as api.Person);
@@ -1361,7 +1361,7 @@
if (buildCounterListOtherContactsResponse < 3) {
o.nextPageToken = 'foo';
o.nextSyncToken = 'foo';
- o.otherContacts = buildUnnamed6253();
+ o.otherContacts = buildUnnamed6304();
o.totalSize = 42;
}
buildCounterListOtherContactsResponse--;
@@ -1379,7 +1379,7 @@
o.nextSyncToken!,
unittest.equals('foo'),
);
- checkUnnamed6253(o.otherContacts!);
+ checkUnnamed6304(o.otherContacts!);
unittest.expect(
o.totalSize!,
unittest.equals(42),
@@ -1521,14 +1521,14 @@
buildCounterMiscKeyword--;
}
-core.List<core.String> buildUnnamed6254() {
+core.List<core.String> buildUnnamed6305() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6254(core.List<core.String> o) {
+void checkUnnamed6305(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1540,14 +1540,14 @@
);
}
-core.List<core.String> buildUnnamed6255() {
+core.List<core.String> buildUnnamed6306() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6255(core.List<core.String> o) {
+void checkUnnamed6306(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1564,8 +1564,8 @@
var o = api.ModifyContactGroupMembersRequest();
buildCounterModifyContactGroupMembersRequest++;
if (buildCounterModifyContactGroupMembersRequest < 3) {
- o.resourceNamesToAdd = buildUnnamed6254();
- o.resourceNamesToRemove = buildUnnamed6255();
+ o.resourceNamesToAdd = buildUnnamed6305();
+ o.resourceNamesToRemove = buildUnnamed6306();
}
buildCounterModifyContactGroupMembersRequest--;
return o;
@@ -1575,20 +1575,20 @@
api.ModifyContactGroupMembersRequest o) {
buildCounterModifyContactGroupMembersRequest++;
if (buildCounterModifyContactGroupMembersRequest < 3) {
- checkUnnamed6254(o.resourceNamesToAdd!);
- checkUnnamed6255(o.resourceNamesToRemove!);
+ checkUnnamed6305(o.resourceNamesToAdd!);
+ checkUnnamed6306(o.resourceNamesToRemove!);
}
buildCounterModifyContactGroupMembersRequest--;
}
-core.List<core.String> buildUnnamed6256() {
+core.List<core.String> buildUnnamed6307() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6256(core.List<core.String> o) {
+void checkUnnamed6307(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1600,14 +1600,14 @@
);
}
-core.List<core.String> buildUnnamed6257() {
+core.List<core.String> buildUnnamed6308() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6257(core.List<core.String> o) {
+void checkUnnamed6308(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1624,8 +1624,8 @@
var o = api.ModifyContactGroupMembersResponse();
buildCounterModifyContactGroupMembersResponse++;
if (buildCounterModifyContactGroupMembersResponse < 3) {
- o.canNotRemoveLastContactGroupResourceNames = buildUnnamed6256();
- o.notFoundResourceNames = buildUnnamed6257();
+ o.canNotRemoveLastContactGroupResourceNames = buildUnnamed6307();
+ o.notFoundResourceNames = buildUnnamed6308();
}
buildCounterModifyContactGroupMembersResponse--;
return o;
@@ -1635,8 +1635,8 @@
api.ModifyContactGroupMembersResponse o) {
buildCounterModifyContactGroupMembersResponse++;
if (buildCounterModifyContactGroupMembersResponse < 3) {
- checkUnnamed6256(o.canNotRemoveLastContactGroupResourceNames!);
- checkUnnamed6257(o.notFoundResourceNames!);
+ checkUnnamed6307(o.canNotRemoveLastContactGroupResourceNames!);
+ checkUnnamed6308(o.notFoundResourceNames!);
}
buildCounterModifyContactGroupMembersResponse--;
}
@@ -1858,443 +1858,443 @@
buildCounterOrganization--;
}
-core.List<api.Address> buildUnnamed6258() {
+core.List<api.Address> buildUnnamed6309() {
var o = <api.Address>[];
o.add(buildAddress());
o.add(buildAddress());
return o;
}
-void checkUnnamed6258(core.List<api.Address> o) {
+void checkUnnamed6309(core.List<api.Address> o) {
unittest.expect(o, unittest.hasLength(2));
checkAddress(o[0] as api.Address);
checkAddress(o[1] as api.Address);
}
-core.List<api.AgeRangeType> buildUnnamed6259() {
+core.List<api.AgeRangeType> buildUnnamed6310() {
var o = <api.AgeRangeType>[];
o.add(buildAgeRangeType());
o.add(buildAgeRangeType());
return o;
}
-void checkUnnamed6259(core.List<api.AgeRangeType> o) {
+void checkUnnamed6310(core.List<api.AgeRangeType> o) {
unittest.expect(o, unittest.hasLength(2));
checkAgeRangeType(o[0] as api.AgeRangeType);
checkAgeRangeType(o[1] as api.AgeRangeType);
}
-core.List<api.Biography> buildUnnamed6260() {
+core.List<api.Biography> buildUnnamed6311() {
var o = <api.Biography>[];
o.add(buildBiography());
o.add(buildBiography());
return o;
}
-void checkUnnamed6260(core.List<api.Biography> o) {
+void checkUnnamed6311(core.List<api.Biography> o) {
unittest.expect(o, unittest.hasLength(2));
checkBiography(o[0] as api.Biography);
checkBiography(o[1] as api.Biography);
}
-core.List<api.Birthday> buildUnnamed6261() {
+core.List<api.Birthday> buildUnnamed6312() {
var o = <api.Birthday>[];
o.add(buildBirthday());
o.add(buildBirthday());
return o;
}
-void checkUnnamed6261(core.List<api.Birthday> o) {
+void checkUnnamed6312(core.List<api.Birthday> o) {
unittest.expect(o, unittest.hasLength(2));
checkBirthday(o[0] as api.Birthday);
checkBirthday(o[1] as api.Birthday);
}
-core.List<api.BraggingRights> buildUnnamed6262() {
+core.List<api.BraggingRights> buildUnnamed6313() {
var o = <api.BraggingRights>[];
o.add(buildBraggingRights());
o.add(buildBraggingRights());
return o;
}
-void checkUnnamed6262(core.List<api.BraggingRights> o) {
+void checkUnnamed6313(core.List<api.BraggingRights> o) {
unittest.expect(o, unittest.hasLength(2));
checkBraggingRights(o[0] as api.BraggingRights);
checkBraggingRights(o[1] as api.BraggingRights);
}
-core.List<api.CalendarUrl> buildUnnamed6263() {
+core.List<api.CalendarUrl> buildUnnamed6314() {
var o = <api.CalendarUrl>[];
o.add(buildCalendarUrl());
o.add(buildCalendarUrl());
return o;
}
-void checkUnnamed6263(core.List<api.CalendarUrl> o) {
+void checkUnnamed6314(core.List<api.CalendarUrl> o) {
unittest.expect(o, unittest.hasLength(2));
checkCalendarUrl(o[0] as api.CalendarUrl);
checkCalendarUrl(o[1] as api.CalendarUrl);
}
-core.List<api.ClientData> buildUnnamed6264() {
+core.List<api.ClientData> buildUnnamed6315() {
var o = <api.ClientData>[];
o.add(buildClientData());
o.add(buildClientData());
return o;
}
-void checkUnnamed6264(core.List<api.ClientData> o) {
+void checkUnnamed6315(core.List<api.ClientData> o) {
unittest.expect(o, unittest.hasLength(2));
checkClientData(o[0] as api.ClientData);
checkClientData(o[1] as api.ClientData);
}
-core.List<api.CoverPhoto> buildUnnamed6265() {
+core.List<api.CoverPhoto> buildUnnamed6316() {
var o = <api.CoverPhoto>[];
o.add(buildCoverPhoto());
o.add(buildCoverPhoto());
return o;
}
-void checkUnnamed6265(core.List<api.CoverPhoto> o) {
+void checkUnnamed6316(core.List<api.CoverPhoto> o) {
unittest.expect(o, unittest.hasLength(2));
checkCoverPhoto(o[0] as api.CoverPhoto);
checkCoverPhoto(o[1] as api.CoverPhoto);
}
-core.List<api.EmailAddress> buildUnnamed6266() {
+core.List<api.EmailAddress> buildUnnamed6317() {
var o = <api.EmailAddress>[];
o.add(buildEmailAddress());
o.add(buildEmailAddress());
return o;
}
-void checkUnnamed6266(core.List<api.EmailAddress> o) {
+void checkUnnamed6317(core.List<api.EmailAddress> o) {
unittest.expect(o, unittest.hasLength(2));
checkEmailAddress(o[0] as api.EmailAddress);
checkEmailAddress(o[1] as api.EmailAddress);
}
-core.List<api.Event> buildUnnamed6267() {
+core.List<api.Event> buildUnnamed6318() {
var o = <api.Event>[];
o.add(buildEvent());
o.add(buildEvent());
return o;
}
-void checkUnnamed6267(core.List<api.Event> o) {
+void checkUnnamed6318(core.List<api.Event> o) {
unittest.expect(o, unittest.hasLength(2));
checkEvent(o[0] as api.Event);
checkEvent(o[1] as api.Event);
}
-core.List<api.ExternalId> buildUnnamed6268() {
+core.List<api.ExternalId> buildUnnamed6319() {
var o = <api.ExternalId>[];
o.add(buildExternalId());
o.add(buildExternalId());
return o;
}
-void checkUnnamed6268(core.List<api.ExternalId> o) {
+void checkUnnamed6319(core.List<api.ExternalId> o) {
unittest.expect(o, unittest.hasLength(2));
checkExternalId(o[0] as api.ExternalId);
checkExternalId(o[1] as api.ExternalId);
}
-core.List<api.FileAs> buildUnnamed6269() {
+core.List<api.FileAs> buildUnnamed6320() {
var o = <api.FileAs>[];
o.add(buildFileAs());
o.add(buildFileAs());
return o;
}
-void checkUnnamed6269(core.List<api.FileAs> o) {
+void checkUnnamed6320(core.List<api.FileAs> o) {
unittest.expect(o, unittest.hasLength(2));
checkFileAs(o[0] as api.FileAs);
checkFileAs(o[1] as api.FileAs);
}
-core.List<api.Gender> buildUnnamed6270() {
+core.List<api.Gender> buildUnnamed6321() {
var o = <api.Gender>[];
o.add(buildGender());
o.add(buildGender());
return o;
}
-void checkUnnamed6270(core.List<api.Gender> o) {
+void checkUnnamed6321(core.List<api.Gender> o) {
unittest.expect(o, unittest.hasLength(2));
checkGender(o[0] as api.Gender);
checkGender(o[1] as api.Gender);
}
-core.List<api.ImClient> buildUnnamed6271() {
+core.List<api.ImClient> buildUnnamed6322() {
var o = <api.ImClient>[];
o.add(buildImClient());
o.add(buildImClient());
return o;
}
-void checkUnnamed6271(core.List<api.ImClient> o) {
+void checkUnnamed6322(core.List<api.ImClient> o) {
unittest.expect(o, unittest.hasLength(2));
checkImClient(o[0] as api.ImClient);
checkImClient(o[1] as api.ImClient);
}
-core.List<api.Interest> buildUnnamed6272() {
+core.List<api.Interest> buildUnnamed6323() {
var o = <api.Interest>[];
o.add(buildInterest());
o.add(buildInterest());
return o;
}
-void checkUnnamed6272(core.List<api.Interest> o) {
+void checkUnnamed6323(core.List<api.Interest> o) {
unittest.expect(o, unittest.hasLength(2));
checkInterest(o[0] as api.Interest);
checkInterest(o[1] as api.Interest);
}
-core.List<api.Locale> buildUnnamed6273() {
+core.List<api.Locale> buildUnnamed6324() {
var o = <api.Locale>[];
o.add(buildLocale());
o.add(buildLocale());
return o;
}
-void checkUnnamed6273(core.List<api.Locale> o) {
+void checkUnnamed6324(core.List<api.Locale> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocale(o[0] as api.Locale);
checkLocale(o[1] as api.Locale);
}
-core.List<api.Location> buildUnnamed6274() {
+core.List<api.Location> buildUnnamed6325() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed6274(core.List<api.Location> o) {
+void checkUnnamed6325(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
}
-core.List<api.Membership> buildUnnamed6275() {
+core.List<api.Membership> buildUnnamed6326() {
var o = <api.Membership>[];
o.add(buildMembership());
o.add(buildMembership());
return o;
}
-void checkUnnamed6275(core.List<api.Membership> o) {
+void checkUnnamed6326(core.List<api.Membership> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembership(o[0] as api.Membership);
checkMembership(o[1] as api.Membership);
}
-core.List<api.MiscKeyword> buildUnnamed6276() {
+core.List<api.MiscKeyword> buildUnnamed6327() {
var o = <api.MiscKeyword>[];
o.add(buildMiscKeyword());
o.add(buildMiscKeyword());
return o;
}
-void checkUnnamed6276(core.List<api.MiscKeyword> o) {
+void checkUnnamed6327(core.List<api.MiscKeyword> o) {
unittest.expect(o, unittest.hasLength(2));
checkMiscKeyword(o[0] as api.MiscKeyword);
checkMiscKeyword(o[1] as api.MiscKeyword);
}
-core.List<api.Name> buildUnnamed6277() {
+core.List<api.Name> buildUnnamed6328() {
var o = <api.Name>[];
o.add(buildName());
o.add(buildName());
return o;
}
-void checkUnnamed6277(core.List<api.Name> o) {
+void checkUnnamed6328(core.List<api.Name> o) {
unittest.expect(o, unittest.hasLength(2));
checkName(o[0] as api.Name);
checkName(o[1] as api.Name);
}
-core.List<api.Nickname> buildUnnamed6278() {
+core.List<api.Nickname> buildUnnamed6329() {
var o = <api.Nickname>[];
o.add(buildNickname());
o.add(buildNickname());
return o;
}
-void checkUnnamed6278(core.List<api.Nickname> o) {
+void checkUnnamed6329(core.List<api.Nickname> o) {
unittest.expect(o, unittest.hasLength(2));
checkNickname(o[0] as api.Nickname);
checkNickname(o[1] as api.Nickname);
}
-core.List<api.Occupation> buildUnnamed6279() {
+core.List<api.Occupation> buildUnnamed6330() {
var o = <api.Occupation>[];
o.add(buildOccupation());
o.add(buildOccupation());
return o;
}
-void checkUnnamed6279(core.List<api.Occupation> o) {
+void checkUnnamed6330(core.List<api.Occupation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOccupation(o[0] as api.Occupation);
checkOccupation(o[1] as api.Occupation);
}
-core.List<api.Organization> buildUnnamed6280() {
+core.List<api.Organization> buildUnnamed6331() {
var o = <api.Organization>[];
o.add(buildOrganization());
o.add(buildOrganization());
return o;
}
-void checkUnnamed6280(core.List<api.Organization> o) {
+void checkUnnamed6331(core.List<api.Organization> o) {
unittest.expect(o, unittest.hasLength(2));
checkOrganization(o[0] as api.Organization);
checkOrganization(o[1] as api.Organization);
}
-core.List<api.PhoneNumber> buildUnnamed6281() {
+core.List<api.PhoneNumber> buildUnnamed6332() {
var o = <api.PhoneNumber>[];
o.add(buildPhoneNumber());
o.add(buildPhoneNumber());
return o;
}
-void checkUnnamed6281(core.List<api.PhoneNumber> o) {
+void checkUnnamed6332(core.List<api.PhoneNumber> o) {
unittest.expect(o, unittest.hasLength(2));
checkPhoneNumber(o[0] as api.PhoneNumber);
checkPhoneNumber(o[1] as api.PhoneNumber);
}
-core.List<api.Photo> buildUnnamed6282() {
+core.List<api.Photo> buildUnnamed6333() {
var o = <api.Photo>[];
o.add(buildPhoto());
o.add(buildPhoto());
return o;
}
-void checkUnnamed6282(core.List<api.Photo> o) {
+void checkUnnamed6333(core.List<api.Photo> o) {
unittest.expect(o, unittest.hasLength(2));
checkPhoto(o[0] as api.Photo);
checkPhoto(o[1] as api.Photo);
}
-core.List<api.Relation> buildUnnamed6283() {
+core.List<api.Relation> buildUnnamed6334() {
var o = <api.Relation>[];
o.add(buildRelation());
o.add(buildRelation());
return o;
}
-void checkUnnamed6283(core.List<api.Relation> o) {
+void checkUnnamed6334(core.List<api.Relation> o) {
unittest.expect(o, unittest.hasLength(2));
checkRelation(o[0] as api.Relation);
checkRelation(o[1] as api.Relation);
}
-core.List<api.RelationshipInterest> buildUnnamed6284() {
+core.List<api.RelationshipInterest> buildUnnamed6335() {
var o = <api.RelationshipInterest>[];
o.add(buildRelationshipInterest());
o.add(buildRelationshipInterest());
return o;
}
-void checkUnnamed6284(core.List<api.RelationshipInterest> o) {
+void checkUnnamed6335(core.List<api.RelationshipInterest> o) {
unittest.expect(o, unittest.hasLength(2));
checkRelationshipInterest(o[0] as api.RelationshipInterest);
checkRelationshipInterest(o[1] as api.RelationshipInterest);
}
-core.List<api.RelationshipStatus> buildUnnamed6285() {
+core.List<api.RelationshipStatus> buildUnnamed6336() {
var o = <api.RelationshipStatus>[];
o.add(buildRelationshipStatus());
o.add(buildRelationshipStatus());
return o;
}
-void checkUnnamed6285(core.List<api.RelationshipStatus> o) {
+void checkUnnamed6336(core.List<api.RelationshipStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkRelationshipStatus(o[0] as api.RelationshipStatus);
checkRelationshipStatus(o[1] as api.RelationshipStatus);
}
-core.List<api.Residence> buildUnnamed6286() {
+core.List<api.Residence> buildUnnamed6337() {
var o = <api.Residence>[];
o.add(buildResidence());
o.add(buildResidence());
return o;
}
-void checkUnnamed6286(core.List<api.Residence> o) {
+void checkUnnamed6337(core.List<api.Residence> o) {
unittest.expect(o, unittest.hasLength(2));
checkResidence(o[0] as api.Residence);
checkResidence(o[1] as api.Residence);
}
-core.List<api.SipAddress> buildUnnamed6287() {
+core.List<api.SipAddress> buildUnnamed6338() {
var o = <api.SipAddress>[];
o.add(buildSipAddress());
o.add(buildSipAddress());
return o;
}
-void checkUnnamed6287(core.List<api.SipAddress> o) {
+void checkUnnamed6338(core.List<api.SipAddress> o) {
unittest.expect(o, unittest.hasLength(2));
checkSipAddress(o[0] as api.SipAddress);
checkSipAddress(o[1] as api.SipAddress);
}
-core.List<api.Skill> buildUnnamed6288() {
+core.List<api.Skill> buildUnnamed6339() {
var o = <api.Skill>[];
o.add(buildSkill());
o.add(buildSkill());
return o;
}
-void checkUnnamed6288(core.List<api.Skill> o) {
+void checkUnnamed6339(core.List<api.Skill> o) {
unittest.expect(o, unittest.hasLength(2));
checkSkill(o[0] as api.Skill);
checkSkill(o[1] as api.Skill);
}
-core.List<api.Tagline> buildUnnamed6289() {
+core.List<api.Tagline> buildUnnamed6340() {
var o = <api.Tagline>[];
o.add(buildTagline());
o.add(buildTagline());
return o;
}
-void checkUnnamed6289(core.List<api.Tagline> o) {
+void checkUnnamed6340(core.List<api.Tagline> o) {
unittest.expect(o, unittest.hasLength(2));
checkTagline(o[0] as api.Tagline);
checkTagline(o[1] as api.Tagline);
}
-core.List<api.Url> buildUnnamed6290() {
+core.List<api.Url> buildUnnamed6341() {
var o = <api.Url>[];
o.add(buildUrl());
o.add(buildUrl());
return o;
}
-void checkUnnamed6290(core.List<api.Url> o) {
+void checkUnnamed6341(core.List<api.Url> o) {
unittest.expect(o, unittest.hasLength(2));
checkUrl(o[0] as api.Url);
checkUrl(o[1] as api.Url);
}
-core.List<api.UserDefined> buildUnnamed6291() {
+core.List<api.UserDefined> buildUnnamed6342() {
var o = <api.UserDefined>[];
o.add(buildUserDefined());
o.add(buildUserDefined());
return o;
}
-void checkUnnamed6291(core.List<api.UserDefined> o) {
+void checkUnnamed6342(core.List<api.UserDefined> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserDefined(o[0] as api.UserDefined);
checkUserDefined(o[1] as api.UserDefined);
@@ -2305,44 +2305,44 @@
var o = api.Person();
buildCounterPerson++;
if (buildCounterPerson < 3) {
- o.addresses = buildUnnamed6258();
+ o.addresses = buildUnnamed6309();
o.ageRange = 'foo';
- o.ageRanges = buildUnnamed6259();
- o.biographies = buildUnnamed6260();
- o.birthdays = buildUnnamed6261();
- o.braggingRights = buildUnnamed6262();
- o.calendarUrls = buildUnnamed6263();
- o.clientData = buildUnnamed6264();
- o.coverPhotos = buildUnnamed6265();
- o.emailAddresses = buildUnnamed6266();
+ o.ageRanges = buildUnnamed6310();
+ o.biographies = buildUnnamed6311();
+ o.birthdays = buildUnnamed6312();
+ o.braggingRights = buildUnnamed6313();
+ o.calendarUrls = buildUnnamed6314();
+ o.clientData = buildUnnamed6315();
+ o.coverPhotos = buildUnnamed6316();
+ o.emailAddresses = buildUnnamed6317();
o.etag = 'foo';
- o.events = buildUnnamed6267();
- o.externalIds = buildUnnamed6268();
- o.fileAses = buildUnnamed6269();
- o.genders = buildUnnamed6270();
- o.imClients = buildUnnamed6271();
- o.interests = buildUnnamed6272();
- o.locales = buildUnnamed6273();
- o.locations = buildUnnamed6274();
- o.memberships = buildUnnamed6275();
+ o.events = buildUnnamed6318();
+ o.externalIds = buildUnnamed6319();
+ o.fileAses = buildUnnamed6320();
+ o.genders = buildUnnamed6321();
+ o.imClients = buildUnnamed6322();
+ o.interests = buildUnnamed6323();
+ o.locales = buildUnnamed6324();
+ o.locations = buildUnnamed6325();
+ o.memberships = buildUnnamed6326();
o.metadata = buildPersonMetadata();
- o.miscKeywords = buildUnnamed6276();
- o.names = buildUnnamed6277();
- o.nicknames = buildUnnamed6278();
- o.occupations = buildUnnamed6279();
- o.organizations = buildUnnamed6280();
- o.phoneNumbers = buildUnnamed6281();
- o.photos = buildUnnamed6282();
- o.relations = buildUnnamed6283();
- o.relationshipInterests = buildUnnamed6284();
- o.relationshipStatuses = buildUnnamed6285();
- o.residences = buildUnnamed6286();
+ o.miscKeywords = buildUnnamed6327();
+ o.names = buildUnnamed6328();
+ o.nicknames = buildUnnamed6329();
+ o.occupations = buildUnnamed6330();
+ o.organizations = buildUnnamed6331();
+ o.phoneNumbers = buildUnnamed6332();
+ o.photos = buildUnnamed6333();
+ o.relations = buildUnnamed6334();
+ o.relationshipInterests = buildUnnamed6335();
+ o.relationshipStatuses = buildUnnamed6336();
+ o.residences = buildUnnamed6337();
o.resourceName = 'foo';
- o.sipAddresses = buildUnnamed6287();
- o.skills = buildUnnamed6288();
- o.taglines = buildUnnamed6289();
- o.urls = buildUnnamed6290();
- o.userDefined = buildUnnamed6291();
+ o.sipAddresses = buildUnnamed6338();
+ o.skills = buildUnnamed6339();
+ o.taglines = buildUnnamed6340();
+ o.urls = buildUnnamed6341();
+ o.userDefined = buildUnnamed6342();
}
buildCounterPerson--;
return o;
@@ -2351,65 +2351,65 @@
void checkPerson(api.Person o) {
buildCounterPerson++;
if (buildCounterPerson < 3) {
- checkUnnamed6258(o.addresses!);
+ checkUnnamed6309(o.addresses!);
unittest.expect(
o.ageRange!,
unittest.equals('foo'),
);
- checkUnnamed6259(o.ageRanges!);
- checkUnnamed6260(o.biographies!);
- checkUnnamed6261(o.birthdays!);
- checkUnnamed6262(o.braggingRights!);
- checkUnnamed6263(o.calendarUrls!);
- checkUnnamed6264(o.clientData!);
- checkUnnamed6265(o.coverPhotos!);
- checkUnnamed6266(o.emailAddresses!);
+ checkUnnamed6310(o.ageRanges!);
+ checkUnnamed6311(o.biographies!);
+ checkUnnamed6312(o.birthdays!);
+ checkUnnamed6313(o.braggingRights!);
+ checkUnnamed6314(o.calendarUrls!);
+ checkUnnamed6315(o.clientData!);
+ checkUnnamed6316(o.coverPhotos!);
+ checkUnnamed6317(o.emailAddresses!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed6267(o.events!);
- checkUnnamed6268(o.externalIds!);
- checkUnnamed6269(o.fileAses!);
- checkUnnamed6270(o.genders!);
- checkUnnamed6271(o.imClients!);
- checkUnnamed6272(o.interests!);
- checkUnnamed6273(o.locales!);
- checkUnnamed6274(o.locations!);
- checkUnnamed6275(o.memberships!);
+ checkUnnamed6318(o.events!);
+ checkUnnamed6319(o.externalIds!);
+ checkUnnamed6320(o.fileAses!);
+ checkUnnamed6321(o.genders!);
+ checkUnnamed6322(o.imClients!);
+ checkUnnamed6323(o.interests!);
+ checkUnnamed6324(o.locales!);
+ checkUnnamed6325(o.locations!);
+ checkUnnamed6326(o.memberships!);
checkPersonMetadata(o.metadata! as api.PersonMetadata);
- checkUnnamed6276(o.miscKeywords!);
- checkUnnamed6277(o.names!);
- checkUnnamed6278(o.nicknames!);
- checkUnnamed6279(o.occupations!);
- checkUnnamed6280(o.organizations!);
- checkUnnamed6281(o.phoneNumbers!);
- checkUnnamed6282(o.photos!);
- checkUnnamed6283(o.relations!);
- checkUnnamed6284(o.relationshipInterests!);
- checkUnnamed6285(o.relationshipStatuses!);
- checkUnnamed6286(o.residences!);
+ checkUnnamed6327(o.miscKeywords!);
+ checkUnnamed6328(o.names!);
+ checkUnnamed6329(o.nicknames!);
+ checkUnnamed6330(o.occupations!);
+ checkUnnamed6331(o.organizations!);
+ checkUnnamed6332(o.phoneNumbers!);
+ checkUnnamed6333(o.photos!);
+ checkUnnamed6334(o.relations!);
+ checkUnnamed6335(o.relationshipInterests!);
+ checkUnnamed6336(o.relationshipStatuses!);
+ checkUnnamed6337(o.residences!);
unittest.expect(
o.resourceName!,
unittest.equals('foo'),
);
- checkUnnamed6287(o.sipAddresses!);
- checkUnnamed6288(o.skills!);
- checkUnnamed6289(o.taglines!);
- checkUnnamed6290(o.urls!);
- checkUnnamed6291(o.userDefined!);
+ checkUnnamed6338(o.sipAddresses!);
+ checkUnnamed6339(o.skills!);
+ checkUnnamed6340(o.taglines!);
+ checkUnnamed6341(o.urls!);
+ checkUnnamed6342(o.userDefined!);
}
buildCounterPerson--;
}
-core.List<core.String> buildUnnamed6292() {
+core.List<core.String> buildUnnamed6343() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6292(core.List<core.String> o) {
+void checkUnnamed6343(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2421,14 +2421,14 @@
);
}
-core.List<core.String> buildUnnamed6293() {
+core.List<core.String> buildUnnamed6344() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6293(core.List<core.String> o) {
+void checkUnnamed6344(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2440,14 +2440,14 @@
);
}
-core.List<api.Source> buildUnnamed6294() {
+core.List<api.Source> buildUnnamed6345() {
var o = <api.Source>[];
o.add(buildSource());
o.add(buildSource());
return o;
}
-void checkUnnamed6294(core.List<api.Source> o) {
+void checkUnnamed6345(core.List<api.Source> o) {
unittest.expect(o, unittest.hasLength(2));
checkSource(o[0] as api.Source);
checkSource(o[1] as api.Source);
@@ -2459,10 +2459,10 @@
buildCounterPersonMetadata++;
if (buildCounterPersonMetadata < 3) {
o.deleted = true;
- o.linkedPeopleResourceNames = buildUnnamed6292();
+ o.linkedPeopleResourceNames = buildUnnamed6343();
o.objectType = 'foo';
- o.previousResourceNames = buildUnnamed6293();
- o.sources = buildUnnamed6294();
+ o.previousResourceNames = buildUnnamed6344();
+ o.sources = buildUnnamed6345();
}
buildCounterPersonMetadata--;
return o;
@@ -2472,13 +2472,13 @@
buildCounterPersonMetadata++;
if (buildCounterPersonMetadata < 3) {
unittest.expect(o.deleted!, unittest.isTrue);
- checkUnnamed6292(o.linkedPeopleResourceNames!);
+ checkUnnamed6343(o.linkedPeopleResourceNames!);
unittest.expect(
o.objectType!,
unittest.equals('foo'),
);
- checkUnnamed6293(o.previousResourceNames!);
- checkUnnamed6294(o.sources!);
+ checkUnnamed6344(o.previousResourceNames!);
+ checkUnnamed6345(o.sources!);
}
buildCounterPersonMetadata--;
}
@@ -2579,14 +2579,14 @@
buildCounterPhoto--;
}
-core.List<core.String> buildUnnamed6295() {
+core.List<core.String> buildUnnamed6346() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6295(core.List<core.String> o) {
+void checkUnnamed6346(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2604,7 +2604,7 @@
buildCounterProfileMetadata++;
if (buildCounterProfileMetadata < 3) {
o.objectType = 'foo';
- o.userTypes = buildUnnamed6295();
+ o.userTypes = buildUnnamed6346();
}
buildCounterProfileMetadata--;
return o;
@@ -2617,7 +2617,7 @@
o.objectType!,
unittest.equals('foo'),
);
- checkUnnamed6295(o.userTypes!);
+ checkUnnamed6346(o.userTypes!);
}
buildCounterProfileMetadata--;
}
@@ -2740,14 +2740,14 @@
buildCounterResidence--;
}
-core.List<api.Person> buildUnnamed6296() {
+core.List<api.Person> buildUnnamed6347() {
var o = <api.Person>[];
o.add(buildPerson());
o.add(buildPerson());
return o;
}
-void checkUnnamed6296(core.List<api.Person> o) {
+void checkUnnamed6347(core.List<api.Person> o) {
unittest.expect(o, unittest.hasLength(2));
checkPerson(o[0] as api.Person);
checkPerson(o[1] as api.Person);
@@ -2759,7 +2759,7 @@
buildCounterSearchDirectoryPeopleResponse++;
if (buildCounterSearchDirectoryPeopleResponse < 3) {
o.nextPageToken = 'foo';
- o.people = buildUnnamed6296();
+ o.people = buildUnnamed6347();
o.totalSize = 42;
}
buildCounterSearchDirectoryPeopleResponse--;
@@ -2773,7 +2773,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6296(o.people!);
+ checkUnnamed6347(o.people!);
unittest.expect(
o.totalSize!,
unittest.equals(42),
@@ -2782,14 +2782,14 @@
buildCounterSearchDirectoryPeopleResponse--;
}
-core.List<api.SearchResult> buildUnnamed6297() {
+core.List<api.SearchResult> buildUnnamed6348() {
var o = <api.SearchResult>[];
o.add(buildSearchResult());
o.add(buildSearchResult());
return o;
}
-void checkUnnamed6297(core.List<api.SearchResult> o) {
+void checkUnnamed6348(core.List<api.SearchResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchResult(o[0] as api.SearchResult);
checkSearchResult(o[1] as api.SearchResult);
@@ -2800,7 +2800,7 @@
var o = api.SearchResponse();
buildCounterSearchResponse++;
if (buildCounterSearchResponse < 3) {
- o.results = buildUnnamed6297();
+ o.results = buildUnnamed6348();
}
buildCounterSearchResponse--;
return o;
@@ -2809,7 +2809,7 @@
void checkSearchResponse(api.SearchResponse o) {
buildCounterSearchResponse++;
if (buildCounterSearchResponse < 3) {
- checkUnnamed6297(o.results!);
+ checkUnnamed6348(o.results!);
}
buildCounterSearchResponse--;
}
@@ -2930,7 +2930,7 @@
buildCounterSource--;
}
-core.Map<core.String, core.Object> buildUnnamed6298() {
+core.Map<core.String, core.Object> buildUnnamed6349() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2945,7 +2945,7 @@
return o;
}
-void checkUnnamed6298(core.Map<core.String, core.Object> o) {
+void checkUnnamed6349(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2977,17 +2977,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6299() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6350() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6298());
- o.add(buildUnnamed6298());
+ o.add(buildUnnamed6349());
+ o.add(buildUnnamed6349());
return o;
}
-void checkUnnamed6299(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6350(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6298(o[0]);
- checkUnnamed6298(o[1]);
+ checkUnnamed6349(o[0]);
+ checkUnnamed6349(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2996,7 +2996,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed6299();
+ o.details = buildUnnamed6350();
o.message = 'foo';
}
buildCounterStatus--;
@@ -3010,7 +3010,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed6299(o.details!);
+ checkUnnamed6350(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -3072,14 +3072,14 @@
buildCounterUpdateContactGroupRequest--;
}
-core.List<core.String> buildUnnamed6300() {
+core.List<core.String> buildUnnamed6351() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6300(core.List<core.String> o) {
+void checkUnnamed6351(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3098,7 +3098,7 @@
if (buildCounterUpdateContactPhotoRequest < 3) {
o.personFields = 'foo';
o.photoBytes = 'foo';
- o.sources = buildUnnamed6300();
+ o.sources = buildUnnamed6351();
}
buildCounterUpdateContactPhotoRequest--;
return o;
@@ -3115,7 +3115,7 @@
o.photoBytes!,
unittest.equals('foo'),
);
- checkUnnamed6300(o.sources!);
+ checkUnnamed6351(o.sources!);
}
buildCounterUpdateContactPhotoRequest--;
}
@@ -3202,14 +3202,14 @@
buildCounterUserDefined--;
}
-core.List<core.String> buildUnnamed6301() {
+core.List<core.String> buildUnnamed6352() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6301(core.List<core.String> o) {
+void checkUnnamed6352(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3221,14 +3221,14 @@
);
}
-core.List<core.String> buildUnnamed6302() {
+core.List<core.String> buildUnnamed6353() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6302(core.List<core.String> o) {
+void checkUnnamed6353(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3240,14 +3240,14 @@
);
}
-core.List<core.String> buildUnnamed6303() {
+core.List<core.String> buildUnnamed6354() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6303(core.List<core.String> o) {
+void checkUnnamed6354(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3259,14 +3259,14 @@
);
}
-core.List<core.String> buildUnnamed6304() {
+core.List<core.String> buildUnnamed6355() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6304(core.List<core.String> o) {
+void checkUnnamed6355(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3278,14 +3278,14 @@
);
}
-core.List<core.String> buildUnnamed6305() {
+core.List<core.String> buildUnnamed6356() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6305(core.List<core.String> o) {
+void checkUnnamed6356(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3297,14 +3297,14 @@
);
}
-core.List<core.String> buildUnnamed6306() {
+core.List<core.String> buildUnnamed6357() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6306(core.List<core.String> o) {
+void checkUnnamed6357(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3316,14 +3316,14 @@
);
}
-core.List<core.String> buildUnnamed6307() {
+core.List<core.String> buildUnnamed6358() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6307(core.List<core.String> o) {
+void checkUnnamed6358(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3335,14 +3335,14 @@
);
}
-core.List<core.String> buildUnnamed6308() {
+core.List<core.String> buildUnnamed6359() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6308(core.List<core.String> o) {
+void checkUnnamed6359(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3354,14 +3354,14 @@
);
}
-core.List<core.String> buildUnnamed6309() {
+core.List<core.String> buildUnnamed6360() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6309(core.List<core.String> o) {
+void checkUnnamed6360(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3373,14 +3373,14 @@
);
}
-core.List<core.String> buildUnnamed6310() {
+core.List<core.String> buildUnnamed6361() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6310(core.List<core.String> o) {
+void checkUnnamed6361(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3392,14 +3392,14 @@
);
}
-core.List<core.String> buildUnnamed6311() {
+core.List<core.String> buildUnnamed6362() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6311(core.List<core.String> o) {
+void checkUnnamed6362(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3411,14 +3411,14 @@
);
}
-core.List<core.String> buildUnnamed6312() {
+core.List<core.String> buildUnnamed6363() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6312(core.List<core.String> o) {
+void checkUnnamed6363(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3430,14 +3430,14 @@
);
}
-core.List<core.String> buildUnnamed6313() {
+core.List<core.String> buildUnnamed6364() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6313(core.List<core.String> o) {
+void checkUnnamed6364(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4174,7 +4174,7 @@
var res = api.PeopleServiceApi(mock).contactGroups;
var arg_groupFields = 'foo';
var arg_maxMembers = 42;
- var arg_resourceNames = buildUnnamed6301();
+ var arg_resourceNames = buildUnnamed6352();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -5002,7 +5002,7 @@
var res = api.PeopleServiceApi(mock).people;
var arg_request = buildPerson();
var arg_personFields = 'foo';
- var arg_sources = buildUnnamed6302();
+ var arg_sources = buildUnnamed6353();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
@@ -5123,7 +5123,7 @@
var res = api.PeopleServiceApi(mock).people;
var arg_resourceName = 'foo';
var arg_personFields = 'foo';
- var arg_sources = buildUnnamed6303();
+ var arg_sources = buildUnnamed6354();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -5190,7 +5190,7 @@
var arg_resourceName = 'foo';
var arg_personFields = 'foo';
var arg_requestMask_includeField = 'foo';
- var arg_sources = buildUnnamed6304();
+ var arg_sources = buildUnnamed6355();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -5260,8 +5260,8 @@
var res = api.PeopleServiceApi(mock).people;
var arg_personFields = 'foo';
var arg_requestMask_includeField = 'foo';
- var arg_resourceNames = buildUnnamed6305();
- var arg_sources = buildUnnamed6306();
+ var arg_resourceNames = buildUnnamed6356();
+ var arg_sources = buildUnnamed6357();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -5333,12 +5333,12 @@
unittest.test('method--listDirectoryPeople', () async {
var mock = HttpServerMock();
var res = api.PeopleServiceApi(mock).people;
- var arg_mergeSources = buildUnnamed6307();
+ var arg_mergeSources = buildUnnamed6358();
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_readMask = 'foo';
var arg_requestSyncToken = true;
- var arg_sources = buildUnnamed6308();
+ var arg_sources = buildUnnamed6359();
var arg_syncToken = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5430,7 +5430,7 @@
var arg_pageSize = 42;
var arg_query = 'foo';
var arg_readMask = 'foo';
- var arg_sources = buildUnnamed6309();
+ var arg_sources = buildUnnamed6360();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -5502,12 +5502,12 @@
unittest.test('method--searchDirectoryPeople', () async {
var mock = HttpServerMock();
var res = api.PeopleServiceApi(mock).people;
- var arg_mergeSources = buildUnnamed6310();
+ var arg_mergeSources = buildUnnamed6361();
var arg_pageSize = 42;
var arg_pageToken = 'foo';
var arg_query = 'foo';
var arg_readMask = 'foo';
- var arg_sources = buildUnnamed6311();
+ var arg_sources = buildUnnamed6362();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -5593,7 +5593,7 @@
var arg_request = buildPerson();
var arg_resourceName = 'foo';
var arg_personFields = 'foo';
- var arg_sources = buildUnnamed6312();
+ var arg_sources = buildUnnamed6363();
var arg_updatePersonFields = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -5735,7 +5735,7 @@
var arg_requestMask_includeField = 'foo';
var arg_requestSyncToken = true;
var arg_sortOrder = 'foo';
- var arg_sources = buildUnnamed6313();
+ var arg_sources = buildUnnamed6364();
var arg_syncToken = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/playablelocations/v3_test.dart b/generated/googleapis/test/playablelocations/v3_test.dart
index 95eb5c1..5d1c367 100644
--- a/generated/googleapis/test/playablelocations/v3_test.dart
+++ b/generated/googleapis/test/playablelocations/v3_test.dart
@@ -61,14 +61,14 @@
buildCounterGoogleMapsPlayablelocationsV3Impression--;
}
-core.List<api.GoogleMapsPlayablelocationsV3Impression> buildUnnamed4791() {
+core.List<api.GoogleMapsPlayablelocationsV3Impression> buildUnnamed4834() {
var o = <api.GoogleMapsPlayablelocationsV3Impression>[];
o.add(buildGoogleMapsPlayablelocationsV3Impression());
o.add(buildGoogleMapsPlayablelocationsV3Impression());
return o;
}
-void checkUnnamed4791(
+void checkUnnamed4834(
core.List<api.GoogleMapsPlayablelocationsV3Impression> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleMapsPlayablelocationsV3Impression(
@@ -84,7 +84,7 @@
buildCounterGoogleMapsPlayablelocationsV3LogImpressionsRequest++;
if (buildCounterGoogleMapsPlayablelocationsV3LogImpressionsRequest < 3) {
o.clientInfo = buildGoogleMapsUnityClientInfo();
- o.impressions = buildUnnamed4791();
+ o.impressions = buildUnnamed4834();
o.requestId = 'foo';
}
buildCounterGoogleMapsPlayablelocationsV3LogImpressionsRequest--;
@@ -97,7 +97,7 @@
if (buildCounterGoogleMapsPlayablelocationsV3LogImpressionsRequest < 3) {
checkGoogleMapsUnityClientInfo(
o.clientInfo! as api.GoogleMapsUnityClientInfo);
- checkUnnamed4791(o.impressions!);
+ checkUnnamed4834(o.impressions!);
unittest.expect(
o.requestId!,
unittest.equals('foo'),
@@ -123,14 +123,14 @@
buildCounterGoogleMapsPlayablelocationsV3LogImpressionsResponse--;
}
-core.List<api.GoogleMapsPlayablelocationsV3PlayerReport> buildUnnamed4792() {
+core.List<api.GoogleMapsPlayablelocationsV3PlayerReport> buildUnnamed4835() {
var o = <api.GoogleMapsPlayablelocationsV3PlayerReport>[];
o.add(buildGoogleMapsPlayablelocationsV3PlayerReport());
o.add(buildGoogleMapsPlayablelocationsV3PlayerReport());
return o;
}
-void checkUnnamed4792(
+void checkUnnamed4835(
core.List<api.GoogleMapsPlayablelocationsV3PlayerReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleMapsPlayablelocationsV3PlayerReport(
@@ -146,7 +146,7 @@
buildCounterGoogleMapsPlayablelocationsV3LogPlayerReportsRequest++;
if (buildCounterGoogleMapsPlayablelocationsV3LogPlayerReportsRequest < 3) {
o.clientInfo = buildGoogleMapsUnityClientInfo();
- o.playerReports = buildUnnamed4792();
+ o.playerReports = buildUnnamed4835();
o.requestId = 'foo';
}
buildCounterGoogleMapsPlayablelocationsV3LogPlayerReportsRequest--;
@@ -159,7 +159,7 @@
if (buildCounterGoogleMapsPlayablelocationsV3LogPlayerReportsRequest < 3) {
checkGoogleMapsUnityClientInfo(
o.clientInfo! as api.GoogleMapsUnityClientInfo);
- checkUnnamed4792(o.playerReports!);
+ checkUnnamed4835(o.playerReports!);
unittest.expect(
o.requestId!,
unittest.equals('foo'),
@@ -185,14 +185,14 @@
buildCounterGoogleMapsPlayablelocationsV3LogPlayerReportsResponse--;
}
-core.List<core.String> buildUnnamed4793() {
+core.List<core.String> buildUnnamed4836() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4793(core.List<core.String> o) {
+void checkUnnamed4836(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -213,7 +213,7 @@
o.languageCode = 'foo';
o.locationName = 'foo';
o.reasonDetails = 'foo';
- o.reasons = buildUnnamed4793();
+ o.reasons = buildUnnamed4836();
}
buildCounterGoogleMapsPlayablelocationsV3PlayerReport--;
return o;
@@ -235,7 +235,7 @@
o.reasonDetails!,
unittest.equals('foo'),
);
- checkUnnamed4793(o.reasons!);
+ checkUnnamed4836(o.reasons!);
}
buildCounterGoogleMapsPlayablelocationsV3PlayerReport--;
}
@@ -296,14 +296,14 @@
buildCounterGoogleMapsPlayablelocationsV3SampleCriterion--;
}
-core.List<core.String> buildUnnamed4794() {
+core.List<core.String> buildUnnamed4837() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4794(core.List<core.String> o) {
+void checkUnnamed4837(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -321,7 +321,7 @@
var o = api.GoogleMapsPlayablelocationsV3SampleFilter();
buildCounterGoogleMapsPlayablelocationsV3SampleFilter++;
if (buildCounterGoogleMapsPlayablelocationsV3SampleFilter < 3) {
- o.includedTypes = buildUnnamed4794();
+ o.includedTypes = buildUnnamed4837();
o.maxLocationCount = 42;
o.spacing = buildGoogleMapsPlayablelocationsV3SampleSpacingOptions();
}
@@ -333,7 +333,7 @@
api.GoogleMapsPlayablelocationsV3SampleFilter o) {
buildCounterGoogleMapsPlayablelocationsV3SampleFilter++;
if (buildCounterGoogleMapsPlayablelocationsV3SampleFilter < 3) {
- checkUnnamed4794(o.includedTypes!);
+ checkUnnamed4837(o.includedTypes!);
unittest.expect(
o.maxLocationCount!,
unittest.equals(42),
@@ -344,14 +344,14 @@
buildCounterGoogleMapsPlayablelocationsV3SampleFilter--;
}
-core.List<core.String> buildUnnamed4795() {
+core.List<core.String> buildUnnamed4838() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4795(core.List<core.String> o) {
+void checkUnnamed4838(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -374,7 +374,7 @@
o.placeId = 'foo';
o.plusCode = 'foo';
o.snappedPoint = buildGoogleTypeLatLng();
- o.types = buildUnnamed4795();
+ o.types = buildUnnamed4838();
}
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocation--;
return o;
@@ -398,20 +398,20 @@
unittest.equals('foo'),
);
checkGoogleTypeLatLng(o.snappedPoint! as api.GoogleTypeLatLng);
- checkUnnamed4795(o.types!);
+ checkUnnamed4838(o.types!);
}
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocation--;
}
core.List<api.GoogleMapsPlayablelocationsV3SamplePlayableLocation>
- buildUnnamed4796() {
+ buildUnnamed4839() {
var o = <api.GoogleMapsPlayablelocationsV3SamplePlayableLocation>[];
o.add(buildGoogleMapsPlayablelocationsV3SamplePlayableLocation());
o.add(buildGoogleMapsPlayablelocationsV3SamplePlayableLocation());
return o;
}
-void checkUnnamed4796(
+void checkUnnamed4839(
core.List<api.GoogleMapsPlayablelocationsV3SamplePlayableLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleMapsPlayablelocationsV3SamplePlayableLocation(
@@ -427,7 +427,7 @@
var o = api.GoogleMapsPlayablelocationsV3SamplePlayableLocationList();
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationList++;
if (buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationList < 3) {
- o.locations = buildUnnamed4796();
+ o.locations = buildUnnamed4839();
}
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationList--;
return o;
@@ -437,19 +437,19 @@
api.GoogleMapsPlayablelocationsV3SamplePlayableLocationList o) {
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationList++;
if (buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationList < 3) {
- checkUnnamed4796(o.locations!);
+ checkUnnamed4839(o.locations!);
}
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationList--;
}
-core.List<api.GoogleMapsPlayablelocationsV3SampleCriterion> buildUnnamed4797() {
+core.List<api.GoogleMapsPlayablelocationsV3SampleCriterion> buildUnnamed4840() {
var o = <api.GoogleMapsPlayablelocationsV3SampleCriterion>[];
o.add(buildGoogleMapsPlayablelocationsV3SampleCriterion());
o.add(buildGoogleMapsPlayablelocationsV3SampleCriterion());
return o;
}
-void checkUnnamed4797(
+void checkUnnamed4840(
core.List<api.GoogleMapsPlayablelocationsV3SampleCriterion> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleMapsPlayablelocationsV3SampleCriterion(
@@ -467,7 +467,7 @@
if (buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsRequest <
3) {
o.areaFilter = buildGoogleMapsPlayablelocationsV3SampleAreaFilter();
- o.criteria = buildUnnamed4797();
+ o.criteria = buildUnnamed4840();
}
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsRequest--;
return o;
@@ -480,14 +480,14 @@
3) {
checkGoogleMapsPlayablelocationsV3SampleAreaFilter(
o.areaFilter! as api.GoogleMapsPlayablelocationsV3SampleAreaFilter);
- checkUnnamed4797(o.criteria!);
+ checkUnnamed4840(o.criteria!);
}
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsRequest--;
}
core.Map<core.String,
api.GoogleMapsPlayablelocationsV3SamplePlayableLocationList>
- buildUnnamed4798() {
+ buildUnnamed4841() {
var o = <core.String,
api.GoogleMapsPlayablelocationsV3SamplePlayableLocationList>{};
o['x'] = buildGoogleMapsPlayablelocationsV3SamplePlayableLocationList();
@@ -495,7 +495,7 @@
return o;
}
-void checkUnnamed4798(
+void checkUnnamed4841(
core.Map<core.String,
api.GoogleMapsPlayablelocationsV3SamplePlayableLocationList>
o) {
@@ -515,7 +515,7 @@
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse++;
if (buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse <
3) {
- o.locationsPerGameObjectType = buildUnnamed4798();
+ o.locationsPerGameObjectType = buildUnnamed4841();
o.ttl = 'foo';
}
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse--;
@@ -527,7 +527,7 @@
buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse++;
if (buildCounterGoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse <
3) {
- checkUnnamed4798(o.locationsPerGameObjectType!);
+ checkUnnamed4841(o.locationsPerGameObjectType!);
unittest.expect(
o.ttl!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/poly/v1_test.dart b/generated/googleapis/test/poly/v1_test.dart
index e2d6d08..db35715 100644
--- a/generated/googleapis/test/poly/v1_test.dart
+++ b/generated/googleapis/test/poly/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Format> buildUnnamed5652() {
+core.List<api.Format> buildUnnamed5703() {
var o = <api.Format>[];
o.add(buildFormat());
o.add(buildFormat());
return o;
}
-void checkUnnamed5652(core.List<api.Format> o) {
+void checkUnnamed5703(core.List<api.Format> o) {
unittest.expect(o, unittest.hasLength(2));
checkFormat(o[0] as api.Format);
checkFormat(o[1] as api.Format);
@@ -49,7 +49,7 @@
o.createTime = 'foo';
o.description = 'foo';
o.displayName = 'foo';
- o.formats = buildUnnamed5652();
+ o.formats = buildUnnamed5703();
o.isCurated = true;
o.license = 'foo';
o.metadata = 'foo';
@@ -83,7 +83,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed5652(o.formats!);
+ checkUnnamed5703(o.formats!);
unittest.expect(o.isCurated!, unittest.isTrue);
unittest.expect(
o.license!,
@@ -175,14 +175,14 @@
buildCounterFile--;
}
-core.List<api.File> buildUnnamed5653() {
+core.List<api.File> buildUnnamed5704() {
var o = <api.File>[];
o.add(buildFile());
o.add(buildFile());
return o;
}
-void checkUnnamed5653(core.List<api.File> o) {
+void checkUnnamed5704(core.List<api.File> o) {
unittest.expect(o, unittest.hasLength(2));
checkFile(o[0] as api.File);
checkFile(o[1] as api.File);
@@ -195,7 +195,7 @@
if (buildCounterFormat < 3) {
o.formatComplexity = buildFormatComplexity();
o.formatType = 'foo';
- o.resources = buildUnnamed5653();
+ o.resources = buildUnnamed5704();
o.root = buildFile();
}
buildCounterFormat--;
@@ -210,7 +210,7 @@
o.formatType!,
unittest.equals('foo'),
);
- checkUnnamed5653(o.resources!);
+ checkUnnamed5704(o.resources!);
checkFile(o.root! as api.File);
}
buildCounterFormat--;
@@ -270,14 +270,14 @@
buildCounterImageError--;
}
-core.List<api.Asset> buildUnnamed5654() {
+core.List<api.Asset> buildUnnamed5705() {
var o = <api.Asset>[];
o.add(buildAsset());
o.add(buildAsset());
return o;
}
-void checkUnnamed5654(core.List<api.Asset> o) {
+void checkUnnamed5705(core.List<api.Asset> o) {
unittest.expect(o, unittest.hasLength(2));
checkAsset(o[0] as api.Asset);
checkAsset(o[1] as api.Asset);
@@ -288,7 +288,7 @@
var o = api.ListAssetsResponse();
buildCounterListAssetsResponse++;
if (buildCounterListAssetsResponse < 3) {
- o.assets = buildUnnamed5654();
+ o.assets = buildUnnamed5705();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -299,7 +299,7 @@
void checkListAssetsResponse(api.ListAssetsResponse o) {
buildCounterListAssetsResponse++;
if (buildCounterListAssetsResponse < 3) {
- checkUnnamed5654(o.assets!);
+ checkUnnamed5705(o.assets!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -312,14 +312,14 @@
buildCounterListAssetsResponse--;
}
-core.List<api.Asset> buildUnnamed5655() {
+core.List<api.Asset> buildUnnamed5706() {
var o = <api.Asset>[];
o.add(buildAsset());
o.add(buildAsset());
return o;
}
-void checkUnnamed5655(core.List<api.Asset> o) {
+void checkUnnamed5706(core.List<api.Asset> o) {
unittest.expect(o, unittest.hasLength(2));
checkAsset(o[0] as api.Asset);
checkAsset(o[1] as api.Asset);
@@ -330,7 +330,7 @@
var o = api.ListLikedAssetsResponse();
buildCounterListLikedAssetsResponse++;
if (buildCounterListLikedAssetsResponse < 3) {
- o.assets = buildUnnamed5655();
+ o.assets = buildUnnamed5706();
o.nextPageToken = 'foo';
o.totalSize = 42;
}
@@ -341,7 +341,7 @@
void checkListLikedAssetsResponse(api.ListLikedAssetsResponse o) {
buildCounterListLikedAssetsResponse++;
if (buildCounterListLikedAssetsResponse < 3) {
- checkUnnamed5655(o.assets!);
+ checkUnnamed5706(o.assets!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -354,14 +354,14 @@
buildCounterListLikedAssetsResponse--;
}
-core.List<api.UserAsset> buildUnnamed5656() {
+core.List<api.UserAsset> buildUnnamed5707() {
var o = <api.UserAsset>[];
o.add(buildUserAsset());
o.add(buildUserAsset());
return o;
}
-void checkUnnamed5656(core.List<api.UserAsset> o) {
+void checkUnnamed5707(core.List<api.UserAsset> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserAsset(o[0] as api.UserAsset);
checkUserAsset(o[1] as api.UserAsset);
@@ -374,7 +374,7 @@
if (buildCounterListUserAssetsResponse < 3) {
o.nextPageToken = 'foo';
o.totalSize = 42;
- o.userAssets = buildUnnamed5656();
+ o.userAssets = buildUnnamed5707();
}
buildCounterListUserAssetsResponse--;
return o;
@@ -391,7 +391,7 @@
o.totalSize!,
unittest.equals(42),
);
- checkUnnamed5656(o.userAssets!);
+ checkUnnamed5707(o.userAssets!);
}
buildCounterListUserAssetsResponse--;
}
@@ -509,14 +509,14 @@
buildCounterQuaternion--;
}
-core.List<core.String> buildUnnamed5657() {
+core.List<core.String> buildUnnamed5708() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5657(core.List<core.String> o) {
+void checkUnnamed5708(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -533,7 +533,7 @@
var o = api.RemixInfo();
buildCounterRemixInfo++;
if (buildCounterRemixInfo < 3) {
- o.sourceAsset = buildUnnamed5657();
+ o.sourceAsset = buildUnnamed5708();
}
buildCounterRemixInfo--;
return o;
@@ -542,19 +542,19 @@
void checkRemixInfo(api.RemixInfo o) {
buildCounterRemixInfo++;
if (buildCounterRemixInfo < 3) {
- checkUnnamed5657(o.sourceAsset!);
+ checkUnnamed5708(o.sourceAsset!);
}
buildCounterRemixInfo--;
}
-core.List<api.AssetImportMessage> buildUnnamed5658() {
+core.List<api.AssetImportMessage> buildUnnamed5709() {
var o = <api.AssetImportMessage>[];
o.add(buildAssetImportMessage());
o.add(buildAssetImportMessage());
return o;
}
-void checkUnnamed5658(core.List<api.AssetImportMessage> o) {
+void checkUnnamed5709(core.List<api.AssetImportMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkAssetImportMessage(o[0] as api.AssetImportMessage);
checkAssetImportMessage(o[1] as api.AssetImportMessage);
@@ -567,7 +567,7 @@
if (buildCounterStartAssetImportResponse < 3) {
o.assetId = 'foo';
o.assetImportId = 'foo';
- o.assetImportMessages = buildUnnamed5658();
+ o.assetImportMessages = buildUnnamed5709();
o.publishUrl = 'foo';
}
buildCounterStartAssetImportResponse--;
@@ -585,7 +585,7 @@
o.assetImportId!,
unittest.equals('foo'),
);
- checkUnnamed5658(o.assetImportMessages!);
+ checkUnnamed5709(o.assetImportMessages!);
unittest.expect(
o.publishUrl!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/privateca/v1_test.dart b/generated/googleapis/test/privateca/v1_test.dart
index f62244e..8eae467 100644
--- a/generated/googleapis/test/privateca/v1_test.dart
+++ b/generated/googleapis/test/privateca/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed1701() {
+core.List<core.String> buildUnnamed1700() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1701(core.List<core.String> o) {
+void checkUnnamed1700(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -52,7 +52,7 @@
buildCounterAccessUrls++;
if (buildCounterAccessUrls < 3) {
o.caCertificateAccessUrl = 'foo';
- o.crlAccessUrls = buildUnnamed1701();
+ o.crlAccessUrls = buildUnnamed1700();
}
buildCounterAccessUrls--;
return o;
@@ -65,7 +65,7 @@
o.caCertificateAccessUrl!,
unittest.equals('foo'),
);
- checkUnnamed1701(o.crlAccessUrls!);
+ checkUnnamed1700(o.crlAccessUrls!);
}
buildCounterAccessUrls--;
}
@@ -122,14 +122,14 @@
buildCounterAllowedKeyType--;
}
-core.List<api.AuditLogConfig> buildUnnamed1702() {
+core.List<api.AuditLogConfig> buildUnnamed1701() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed1702(core.List<api.AuditLogConfig> o) {
+void checkUnnamed1701(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -140,7 +140,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed1702();
+ o.auditLogConfigs = buildUnnamed1701();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -150,7 +150,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed1702(o.auditLogConfigs!);
+ checkUnnamed1701(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -159,6 +159,49 @@
buildCounterAuditConfig--;
}
+core.List<core.String> buildUnnamed1702() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1702(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'),
+ );
+}
+
+core.int buildCounterAuditLogConfig = 0;
+api.AuditLogConfig buildAuditLogConfig() {
+ var o = api.AuditLogConfig();
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ o.exemptedMembers = buildUnnamed1702();
+ o.logType = 'foo';
+ }
+ buildCounterAuditLogConfig--;
+ return o;
+}
+
+void checkAuditLogConfig(api.AuditLogConfig o) {
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ checkUnnamed1702(o.exemptedMembers!);
+ unittest.expect(
+ o.logType!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAuditLogConfig--;
+}
+
core.List<core.String> buildUnnamed1703() {
var o = <core.String>[];
o.add('foo');
@@ -178,56 +221,13 @@
);
}
-core.int buildCounterAuditLogConfig = 0;
-api.AuditLogConfig buildAuditLogConfig() {
- var o = api.AuditLogConfig();
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed1703();
- o.logType = 'foo';
- }
- buildCounterAuditLogConfig--;
- return o;
-}
-
-void checkAuditLogConfig(api.AuditLogConfig o) {
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- checkUnnamed1703(o.exemptedMembers!);
- unittest.expect(
- o.logType!,
- unittest.equals('foo'),
- );
- }
- buildCounterAuditLogConfig--;
-}
-
-core.List<core.String> buildUnnamed1704() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1704(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'),
- );
-}
-
core.int buildCounterBinding = 0;
api.Binding buildBinding() {
var o = api.Binding();
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed1704();
+ o.members = buildUnnamed1703();
o.role = 'foo';
}
buildCounterBinding--;
@@ -238,7 +238,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed1704(o.members!);
+ checkUnnamed1703(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -271,14 +271,14 @@
buildCounterCaOptions--;
}
-core.Map<core.String, core.String> buildUnnamed1705() {
+core.Map<core.String, core.String> buildUnnamed1704() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1705(core.Map<core.String, core.String> o) {
+void checkUnnamed1704(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -296,7 +296,7 @@
buildCounterCaPool++;
if (buildCounterCaPool < 3) {
o.issuancePolicy = buildIssuancePolicy();
- o.labels = buildUnnamed1705();
+ o.labels = buildUnnamed1704();
o.name = 'foo';
o.publishingOptions = buildPublishingOptions();
o.tier = 'foo';
@@ -309,7 +309,7 @@
buildCounterCaPool++;
if (buildCounterCaPool < 3) {
checkIssuancePolicy(o.issuancePolicy! as api.IssuancePolicy);
- checkUnnamed1705(o.labels!);
+ checkUnnamed1704(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -338,14 +338,14 @@
buildCounterCancelOperationRequest--;
}
-core.List<core.String> buildUnnamed1706() {
+core.List<core.String> buildUnnamed1705() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1706(core.List<core.String> o) {
+void checkUnnamed1705(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -362,7 +362,7 @@
var o = api.CertChain();
buildCounterCertChain++;
if (buildCounterCertChain < 3) {
- o.certificates = buildUnnamed1706();
+ o.certificates = buildUnnamed1705();
}
buildCounterCertChain--;
return o;
@@ -371,19 +371,19 @@
void checkCertChain(api.CertChain o) {
buildCounterCertChain++;
if (buildCounterCertChain < 3) {
- checkUnnamed1706(o.certificates!);
+ checkUnnamed1705(o.certificates!);
}
buildCounterCertChain--;
}
-core.Map<core.String, core.String> buildUnnamed1707() {
+core.Map<core.String, core.String> buildUnnamed1706() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1707(core.Map<core.String, core.String> o) {
+void checkUnnamed1706(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -395,14 +395,14 @@
);
}
-core.List<core.String> buildUnnamed1708() {
+core.List<core.String> buildUnnamed1707() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1708(core.List<core.String> o) {
+void checkUnnamed1707(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -424,11 +424,11 @@
o.config = buildCertificateConfig();
o.createTime = 'foo';
o.issuerCertificateAuthority = 'foo';
- o.labels = buildUnnamed1707();
+ o.labels = buildUnnamed1706();
o.lifetime = 'foo';
o.name = 'foo';
o.pemCertificate = 'foo';
- o.pemCertificateChain = buildUnnamed1708();
+ o.pemCertificateChain = buildUnnamed1707();
o.pemCsr = 'foo';
o.revocationDetails = buildRevocationDetails();
o.subjectMode = 'foo';
@@ -456,7 +456,7 @@
o.issuerCertificateAuthority!,
unittest.equals('foo'),
);
- checkUnnamed1707(o.labels!);
+ checkUnnamed1706(o.labels!);
unittest.expect(
o.lifetime!,
unittest.equals('foo'),
@@ -469,7 +469,7 @@
o.pemCertificate!,
unittest.equals('foo'),
);
- checkUnnamed1708(o.pemCertificateChain!);
+ checkUnnamed1707(o.pemCertificateChain!);
unittest.expect(
o.pemCsr!,
unittest.equals('foo'),
@@ -487,27 +487,27 @@
buildCounterCertificate--;
}
-core.List<api.CertificateDescription> buildUnnamed1709() {
+core.List<api.CertificateDescription> buildUnnamed1708() {
var o = <api.CertificateDescription>[];
o.add(buildCertificateDescription());
o.add(buildCertificateDescription());
return o;
}
-void checkUnnamed1709(core.List<api.CertificateDescription> o) {
+void checkUnnamed1708(core.List<api.CertificateDescription> o) {
unittest.expect(o, unittest.hasLength(2));
checkCertificateDescription(o[0] as api.CertificateDescription);
checkCertificateDescription(o[1] as api.CertificateDescription);
}
-core.Map<core.String, core.String> buildUnnamed1710() {
+core.Map<core.String, core.String> buildUnnamed1709() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1710(core.Map<core.String, core.String> o) {
+void checkUnnamed1709(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -519,14 +519,14 @@
);
}
-core.List<core.String> buildUnnamed1711() {
+core.List<core.String> buildUnnamed1710() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1711(core.List<core.String> o) {
+void checkUnnamed1710(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -544,17 +544,17 @@
buildCounterCertificateAuthority++;
if (buildCounterCertificateAuthority < 3) {
o.accessUrls = buildAccessUrls();
- o.caCertificateDescriptions = buildUnnamed1709();
+ o.caCertificateDescriptions = buildUnnamed1708();
o.config = buildCertificateConfig();
o.createTime = 'foo';
o.deleteTime = 'foo';
o.expireTime = 'foo';
o.gcsBucket = 'foo';
o.keySpec = buildKeyVersionSpec();
- o.labels = buildUnnamed1710();
+ o.labels = buildUnnamed1709();
o.lifetime = 'foo';
o.name = 'foo';
- o.pemCaCertificates = buildUnnamed1711();
+ o.pemCaCertificates = buildUnnamed1710();
o.state = 'foo';
o.subordinateConfig = buildSubordinateConfig();
o.tier = 'foo';
@@ -569,7 +569,7 @@
buildCounterCertificateAuthority++;
if (buildCounterCertificateAuthority < 3) {
checkAccessUrls(o.accessUrls! as api.AccessUrls);
- checkUnnamed1709(o.caCertificateDescriptions!);
+ checkUnnamed1708(o.caCertificateDescriptions!);
checkCertificateConfig(o.config! as api.CertificateConfig);
unittest.expect(
o.createTime!,
@@ -588,7 +588,7 @@
unittest.equals('foo'),
);
checkKeyVersionSpec(o.keySpec! as api.KeyVersionSpec);
- checkUnnamed1710(o.labels!);
+ checkUnnamed1709(o.labels!);
unittest.expect(
o.lifetime!,
unittest.equals('foo'),
@@ -597,7 +597,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed1711(o.pemCaCertificates!);
+ checkUnnamed1710(o.pemCaCertificates!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -642,6 +642,25 @@
buildCounterCertificateConfig--;
}
+core.List<core.String> buildUnnamed1711() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1711(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'),
+ );
+}
+
core.List<core.String> buildUnnamed1712() {
var o = <core.String>[];
o.add('foo');
@@ -661,34 +680,15 @@
);
}
-core.List<core.String> buildUnnamed1713() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1713(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'),
- );
-}
-
core.int buildCounterCertificateDescription = 0;
api.CertificateDescription buildCertificateDescription() {
var o = api.CertificateDescription();
buildCounterCertificateDescription++;
if (buildCounterCertificateDescription < 3) {
- o.aiaIssuingCertificateUrls = buildUnnamed1712();
+ o.aiaIssuingCertificateUrls = buildUnnamed1711();
o.authorityKeyId = buildKeyId();
o.certFingerprint = buildCertificateFingerprint();
- o.crlDistributionPoints = buildUnnamed1713();
+ o.crlDistributionPoints = buildUnnamed1712();
o.publicKey = buildPublicKey();
o.subjectDescription = buildSubjectDescription();
o.subjectKeyId = buildKeyId();
@@ -701,11 +701,11 @@
void checkCertificateDescription(api.CertificateDescription o) {
buildCounterCertificateDescription++;
if (buildCounterCertificateDescription < 3) {
- checkUnnamed1712(o.aiaIssuingCertificateUrls!);
+ checkUnnamed1711(o.aiaIssuingCertificateUrls!);
checkKeyId(o.authorityKeyId! as api.KeyId);
checkCertificateFingerprint(
o.certFingerprint! as api.CertificateFingerprint);
- checkUnnamed1713(o.crlDistributionPoints!);
+ checkUnnamed1712(o.crlDistributionPoints!);
checkPublicKey(o.publicKey! as api.PublicKey);
checkSubjectDescription(o.subjectDescription! as api.SubjectDescription);
checkKeyId(o.subjectKeyId! as api.KeyId);
@@ -714,27 +714,27 @@
buildCounterCertificateDescription--;
}
-core.List<api.ObjectId> buildUnnamed1714() {
+core.List<api.ObjectId> buildUnnamed1713() {
var o = <api.ObjectId>[];
o.add(buildObjectId());
o.add(buildObjectId());
return o;
}
-void checkUnnamed1714(core.List<api.ObjectId> o) {
+void checkUnnamed1713(core.List<api.ObjectId> o) {
unittest.expect(o, unittest.hasLength(2));
checkObjectId(o[0] as api.ObjectId);
checkObjectId(o[1] as api.ObjectId);
}
-core.List<core.String> buildUnnamed1715() {
+core.List<core.String> buildUnnamed1714() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1715(core.List<core.String> o) {
+void checkUnnamed1714(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -751,8 +751,8 @@
var o = api.CertificateExtensionConstraints();
buildCounterCertificateExtensionConstraints++;
if (buildCounterCertificateExtensionConstraints < 3) {
- o.additionalExtensions = buildUnnamed1714();
- o.knownExtensions = buildUnnamed1715();
+ o.additionalExtensions = buildUnnamed1713();
+ o.knownExtensions = buildUnnamed1714();
}
buildCounterCertificateExtensionConstraints--;
return o;
@@ -762,8 +762,8 @@
api.CertificateExtensionConstraints o) {
buildCounterCertificateExtensionConstraints++;
if (buildCounterCertificateExtensionConstraints < 3) {
- checkUnnamed1714(o.additionalExtensions!);
- checkUnnamed1715(o.knownExtensions!);
+ checkUnnamed1713(o.additionalExtensions!);
+ checkUnnamed1714(o.knownExtensions!);
}
buildCounterCertificateExtensionConstraints--;
}
@@ -813,14 +813,14 @@
buildCounterCertificateIdentityConstraints--;
}
-core.Map<core.String, core.String> buildUnnamed1716() {
+core.Map<core.String, core.String> buildUnnamed1715() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1716(core.Map<core.String, core.String> o) {
+void checkUnnamed1715(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -832,14 +832,14 @@
);
}
-core.List<api.RevokedCertificate> buildUnnamed1717() {
+core.List<api.RevokedCertificate> buildUnnamed1716() {
var o = <api.RevokedCertificate>[];
o.add(buildRevokedCertificate());
o.add(buildRevokedCertificate());
return o;
}
-void checkUnnamed1717(core.List<api.RevokedCertificate> o) {
+void checkUnnamed1716(core.List<api.RevokedCertificate> o) {
unittest.expect(o, unittest.hasLength(2));
checkRevokedCertificate(o[0] as api.RevokedCertificate);
checkRevokedCertificate(o[1] as api.RevokedCertificate);
@@ -852,11 +852,11 @@
if (buildCounterCertificateRevocationList < 3) {
o.accessUrl = 'foo';
o.createTime = 'foo';
- o.labels = buildUnnamed1716();
+ o.labels = buildUnnamed1715();
o.name = 'foo';
o.pemCrl = 'foo';
o.revisionId = 'foo';
- o.revokedCertificates = buildUnnamed1717();
+ o.revokedCertificates = buildUnnamed1716();
o.sequenceNumber = 'foo';
o.state = 'foo';
o.updateTime = 'foo';
@@ -876,7 +876,7 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed1716(o.labels!);
+ checkUnnamed1715(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -889,7 +889,7 @@
o.revisionId!,
unittest.equals('foo'),
);
- checkUnnamed1717(o.revokedCertificates!);
+ checkUnnamed1716(o.revokedCertificates!);
unittest.expect(
o.sequenceNumber!,
unittest.equals('foo'),
@@ -906,14 +906,14 @@
buildCounterCertificateRevocationList--;
}
-core.Map<core.String, core.String> buildUnnamed1718() {
+core.Map<core.String, core.String> buildUnnamed1717() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1718(core.Map<core.String, core.String> o) {
+void checkUnnamed1717(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -933,7 +933,7 @@
o.createTime = 'foo';
o.description = 'foo';
o.identityConstraints = buildCertificateIdentityConstraints();
- o.labels = buildUnnamed1718();
+ o.labels = buildUnnamed1717();
o.name = 'foo';
o.passthroughExtensions = buildCertificateExtensionConstraints();
o.predefinedValues = buildX509Parameters();
@@ -956,7 +956,7 @@
);
checkCertificateIdentityConstraints(
o.identityConstraints! as api.CertificateIdentityConstraints);
- checkUnnamed1718(o.labels!);
+ checkUnnamed1717(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1144,14 +1144,14 @@
buildCounterFetchCaCertsRequest--;
}
-core.List<api.CertChain> buildUnnamed1719() {
+core.List<api.CertChain> buildUnnamed1718() {
var o = <api.CertChain>[];
o.add(buildCertChain());
o.add(buildCertChain());
return o;
}
-void checkUnnamed1719(core.List<api.CertChain> o) {
+void checkUnnamed1718(core.List<api.CertChain> o) {
unittest.expect(o, unittest.hasLength(2));
checkCertChain(o[0] as api.CertChain);
checkCertChain(o[1] as api.CertChain);
@@ -1162,7 +1162,7 @@
var o = api.FetchCaCertsResponse();
buildCounterFetchCaCertsResponse++;
if (buildCounterFetchCaCertsResponse < 3) {
- o.caCerts = buildUnnamed1719();
+ o.caCerts = buildUnnamed1718();
}
buildCounterFetchCaCertsResponse--;
return o;
@@ -1171,7 +1171,7 @@
void checkFetchCaCertsResponse(api.FetchCaCertsResponse o) {
buildCounterFetchCaCertsResponse++;
if (buildCounterFetchCaCertsResponse < 3) {
- checkUnnamed1719(o.caCerts!);
+ checkUnnamed1718(o.caCerts!);
}
buildCounterFetchCaCertsResponse--;
}
@@ -1221,14 +1221,14 @@
buildCounterIssuanceModes--;
}
-core.List<api.AllowedKeyType> buildUnnamed1720() {
+core.List<api.AllowedKeyType> buildUnnamed1719() {
var o = <api.AllowedKeyType>[];
o.add(buildAllowedKeyType());
o.add(buildAllowedKeyType());
return o;
}
-void checkUnnamed1720(core.List<api.AllowedKeyType> o) {
+void checkUnnamed1719(core.List<api.AllowedKeyType> o) {
unittest.expect(o, unittest.hasLength(2));
checkAllowedKeyType(o[0] as api.AllowedKeyType);
checkAllowedKeyType(o[1] as api.AllowedKeyType);
@@ -1240,7 +1240,7 @@
buildCounterIssuancePolicy++;
if (buildCounterIssuancePolicy < 3) {
o.allowedIssuanceModes = buildIssuanceModes();
- o.allowedKeyTypes = buildUnnamed1720();
+ o.allowedKeyTypes = buildUnnamed1719();
o.baselineValues = buildX509Parameters();
o.identityConstraints = buildCertificateIdentityConstraints();
o.maximumLifetime = 'foo';
@@ -1254,7 +1254,7 @@
buildCounterIssuancePolicy++;
if (buildCounterIssuancePolicy < 3) {
checkIssuanceModes(o.allowedIssuanceModes! as api.IssuanceModes);
- checkUnnamed1720(o.allowedKeyTypes!);
+ checkUnnamed1719(o.allowedKeyTypes!);
checkX509Parameters(o.baselineValues! as api.X509Parameters);
checkCertificateIdentityConstraints(
o.identityConstraints! as api.CertificateIdentityConstraints);
@@ -1290,14 +1290,14 @@
buildCounterKeyId--;
}
-core.List<api.ObjectId> buildUnnamed1721() {
+core.List<api.ObjectId> buildUnnamed1720() {
var o = <api.ObjectId>[];
o.add(buildObjectId());
o.add(buildObjectId());
return o;
}
-void checkUnnamed1721(core.List<api.ObjectId> o) {
+void checkUnnamed1720(core.List<api.ObjectId> o) {
unittest.expect(o, unittest.hasLength(2));
checkObjectId(o[0] as api.ObjectId);
checkObjectId(o[1] as api.ObjectId);
@@ -1310,7 +1310,7 @@
if (buildCounterKeyUsage < 3) {
o.baseKeyUsage = buildKeyUsageOptions();
o.extendedKeyUsage = buildExtendedKeyUsageOptions();
- o.unknownExtendedKeyUsages = buildUnnamed1721();
+ o.unknownExtendedKeyUsages = buildUnnamed1720();
}
buildCounterKeyUsage--;
return o;
@@ -1322,7 +1322,7 @@
checkKeyUsageOptions(o.baseKeyUsage! as api.KeyUsageOptions);
checkExtendedKeyUsageOptions(
o.extendedKeyUsage! as api.ExtendedKeyUsageOptions);
- checkUnnamed1721(o.unknownExtendedKeyUsages!);
+ checkUnnamed1720(o.unknownExtendedKeyUsages!);
}
buildCounterKeyUsage--;
}
@@ -1389,27 +1389,27 @@
buildCounterKeyVersionSpec--;
}
-core.List<api.CaPool> buildUnnamed1722() {
+core.List<api.CaPool> buildUnnamed1721() {
var o = <api.CaPool>[];
o.add(buildCaPool());
o.add(buildCaPool());
return o;
}
-void checkUnnamed1722(core.List<api.CaPool> o) {
+void checkUnnamed1721(core.List<api.CaPool> o) {
unittest.expect(o, unittest.hasLength(2));
checkCaPool(o[0] as api.CaPool);
checkCaPool(o[1] as api.CaPool);
}
-core.List<core.String> buildUnnamed1723() {
+core.List<core.String> buildUnnamed1722() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1723(core.List<core.String> o) {
+void checkUnnamed1722(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1426,9 +1426,9 @@
var o = api.ListCaPoolsResponse();
buildCounterListCaPoolsResponse++;
if (buildCounterListCaPoolsResponse < 3) {
- o.caPools = buildUnnamed1722();
+ o.caPools = buildUnnamed1721();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed1723();
+ o.unreachable = buildUnnamed1722();
}
buildCounterListCaPoolsResponse--;
return o;
@@ -1437,37 +1437,37 @@
void checkListCaPoolsResponse(api.ListCaPoolsResponse o) {
buildCounterListCaPoolsResponse++;
if (buildCounterListCaPoolsResponse < 3) {
- checkUnnamed1722(o.caPools!);
+ checkUnnamed1721(o.caPools!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1723(o.unreachable!);
+ checkUnnamed1722(o.unreachable!);
}
buildCounterListCaPoolsResponse--;
}
-core.List<api.CertificateAuthority> buildUnnamed1724() {
+core.List<api.CertificateAuthority> buildUnnamed1723() {
var o = <api.CertificateAuthority>[];
o.add(buildCertificateAuthority());
o.add(buildCertificateAuthority());
return o;
}
-void checkUnnamed1724(core.List<api.CertificateAuthority> o) {
+void checkUnnamed1723(core.List<api.CertificateAuthority> o) {
unittest.expect(o, unittest.hasLength(2));
checkCertificateAuthority(o[0] as api.CertificateAuthority);
checkCertificateAuthority(o[1] as api.CertificateAuthority);
}
-core.List<core.String> buildUnnamed1725() {
+core.List<core.String> buildUnnamed1724() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1725(core.List<core.String> o) {
+void checkUnnamed1724(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1485,9 +1485,9 @@
var o = api.ListCertificateAuthoritiesResponse();
buildCounterListCertificateAuthoritiesResponse++;
if (buildCounterListCertificateAuthoritiesResponse < 3) {
- o.certificateAuthorities = buildUnnamed1724();
+ o.certificateAuthorities = buildUnnamed1723();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed1725();
+ o.unreachable = buildUnnamed1724();
}
buildCounterListCertificateAuthoritiesResponse--;
return o;
@@ -1497,37 +1497,37 @@
api.ListCertificateAuthoritiesResponse o) {
buildCounterListCertificateAuthoritiesResponse++;
if (buildCounterListCertificateAuthoritiesResponse < 3) {
- checkUnnamed1724(o.certificateAuthorities!);
+ checkUnnamed1723(o.certificateAuthorities!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1725(o.unreachable!);
+ checkUnnamed1724(o.unreachable!);
}
buildCounterListCertificateAuthoritiesResponse--;
}
-core.List<api.CertificateRevocationList> buildUnnamed1726() {
+core.List<api.CertificateRevocationList> buildUnnamed1725() {
var o = <api.CertificateRevocationList>[];
o.add(buildCertificateRevocationList());
o.add(buildCertificateRevocationList());
return o;
}
-void checkUnnamed1726(core.List<api.CertificateRevocationList> o) {
+void checkUnnamed1725(core.List<api.CertificateRevocationList> o) {
unittest.expect(o, unittest.hasLength(2));
checkCertificateRevocationList(o[0] as api.CertificateRevocationList);
checkCertificateRevocationList(o[1] as api.CertificateRevocationList);
}
-core.List<core.String> buildUnnamed1727() {
+core.List<core.String> buildUnnamed1726() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1727(core.List<core.String> o) {
+void checkUnnamed1726(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1545,9 +1545,9 @@
var o = api.ListCertificateRevocationListsResponse();
buildCounterListCertificateRevocationListsResponse++;
if (buildCounterListCertificateRevocationListsResponse < 3) {
- o.certificateRevocationLists = buildUnnamed1726();
+ o.certificateRevocationLists = buildUnnamed1725();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed1727();
+ o.unreachable = buildUnnamed1726();
}
buildCounterListCertificateRevocationListsResponse--;
return o;
@@ -1557,37 +1557,37 @@
api.ListCertificateRevocationListsResponse o) {
buildCounterListCertificateRevocationListsResponse++;
if (buildCounterListCertificateRevocationListsResponse < 3) {
- checkUnnamed1726(o.certificateRevocationLists!);
+ checkUnnamed1725(o.certificateRevocationLists!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1727(o.unreachable!);
+ checkUnnamed1726(o.unreachable!);
}
buildCounterListCertificateRevocationListsResponse--;
}
-core.List<api.CertificateTemplate> buildUnnamed1728() {
+core.List<api.CertificateTemplate> buildUnnamed1727() {
var o = <api.CertificateTemplate>[];
o.add(buildCertificateTemplate());
o.add(buildCertificateTemplate());
return o;
}
-void checkUnnamed1728(core.List<api.CertificateTemplate> o) {
+void checkUnnamed1727(core.List<api.CertificateTemplate> o) {
unittest.expect(o, unittest.hasLength(2));
checkCertificateTemplate(o[0] as api.CertificateTemplate);
checkCertificateTemplate(o[1] as api.CertificateTemplate);
}
-core.List<core.String> buildUnnamed1729() {
+core.List<core.String> buildUnnamed1728() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1729(core.List<core.String> o) {
+void checkUnnamed1728(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1604,9 +1604,9 @@
var o = api.ListCertificateTemplatesResponse();
buildCounterListCertificateTemplatesResponse++;
if (buildCounterListCertificateTemplatesResponse < 3) {
- o.certificateTemplates = buildUnnamed1728();
+ o.certificateTemplates = buildUnnamed1727();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed1729();
+ o.unreachable = buildUnnamed1728();
}
buildCounterListCertificateTemplatesResponse--;
return o;
@@ -1616,37 +1616,37 @@
api.ListCertificateTemplatesResponse o) {
buildCounterListCertificateTemplatesResponse++;
if (buildCounterListCertificateTemplatesResponse < 3) {
- checkUnnamed1728(o.certificateTemplates!);
+ checkUnnamed1727(o.certificateTemplates!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1729(o.unreachable!);
+ checkUnnamed1728(o.unreachable!);
}
buildCounterListCertificateTemplatesResponse--;
}
-core.List<api.Certificate> buildUnnamed1730() {
+core.List<api.Certificate> buildUnnamed1729() {
var o = <api.Certificate>[];
o.add(buildCertificate());
o.add(buildCertificate());
return o;
}
-void checkUnnamed1730(core.List<api.Certificate> o) {
+void checkUnnamed1729(core.List<api.Certificate> o) {
unittest.expect(o, unittest.hasLength(2));
checkCertificate(o[0] as api.Certificate);
checkCertificate(o[1] as api.Certificate);
}
-core.List<core.String> buildUnnamed1731() {
+core.List<core.String> buildUnnamed1730() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1731(core.List<core.String> o) {
+void checkUnnamed1730(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1663,9 +1663,9 @@
var o = api.ListCertificatesResponse();
buildCounterListCertificatesResponse++;
if (buildCounterListCertificatesResponse < 3) {
- o.certificates = buildUnnamed1730();
+ o.certificates = buildUnnamed1729();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed1731();
+ o.unreachable = buildUnnamed1730();
}
buildCounterListCertificatesResponse--;
return o;
@@ -1674,24 +1674,24 @@
void checkListCertificatesResponse(api.ListCertificatesResponse o) {
buildCounterListCertificatesResponse++;
if (buildCounterListCertificatesResponse < 3) {
- checkUnnamed1730(o.certificates!);
+ checkUnnamed1729(o.certificates!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1731(o.unreachable!);
+ checkUnnamed1730(o.unreachable!);
}
buildCounterListCertificatesResponse--;
}
-core.List<api.Location> buildUnnamed1732() {
+core.List<api.Location> buildUnnamed1731() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed1732(core.List<api.Location> o) {
+void checkUnnamed1731(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1702,7 +1702,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed1732();
+ o.locations = buildUnnamed1731();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -1712,7 +1712,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed1732(o.locations!);
+ checkUnnamed1731(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1721,14 +1721,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed1733() {
+core.List<api.Operation> buildUnnamed1732() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed1733(core.List<api.Operation> o) {
+void checkUnnamed1732(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1740,7 +1740,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed1733();
+ o.operations = buildUnnamed1732();
}
buildCounterListOperationsResponse--;
return o;
@@ -1753,19 +1753,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1733(o.operations!);
+ checkUnnamed1732(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed1734() {
+core.Map<core.String, core.String> buildUnnamed1733() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1734(core.Map<core.String, core.String> o) {
+void checkUnnamed1733(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1777,7 +1777,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed1735() {
+core.Map<core.String, core.Object> buildUnnamed1734() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1792,7 +1792,7 @@
return o;
}
-void checkUnnamed1735(core.Map<core.String, core.Object> o) {
+void checkUnnamed1734(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1830,9 +1830,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed1734();
+ o.labels = buildUnnamed1733();
o.locationId = 'foo';
- o.metadata = buildUnnamed1735();
+ o.metadata = buildUnnamed1734();
o.name = 'foo';
}
buildCounterLocation--;
@@ -1846,12 +1846,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed1734(o.labels!);
+ checkUnnamed1733(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed1735(o.metadata!);
+ checkUnnamed1734(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1860,14 +1860,14 @@
buildCounterLocation--;
}
-core.List<core.int> buildUnnamed1736() {
+core.List<core.int> buildUnnamed1735() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed1736(core.List<core.int> o) {
+void checkUnnamed1735(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1884,7 +1884,7 @@
var o = api.ObjectId();
buildCounterObjectId++;
if (buildCounterObjectId < 3) {
- o.objectIdPath = buildUnnamed1736();
+ o.objectIdPath = buildUnnamed1735();
}
buildCounterObjectId--;
return o;
@@ -1893,12 +1893,12 @@
void checkObjectId(api.ObjectId o) {
buildCounterObjectId++;
if (buildCounterObjectId < 3) {
- checkUnnamed1736(o.objectIdPath!);
+ checkUnnamed1735(o.objectIdPath!);
}
buildCounterObjectId--;
}
-core.Map<core.String, core.Object> buildUnnamed1737() {
+core.Map<core.String, core.Object> buildUnnamed1736() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1913,7 +1913,7 @@
return o;
}
-void checkUnnamed1737(core.Map<core.String, core.Object> o) {
+void checkUnnamed1736(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1945,7 +1945,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed1738() {
+core.Map<core.String, core.Object> buildUnnamed1737() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1960,7 +1960,7 @@
return o;
}
-void checkUnnamed1738(core.Map<core.String, core.Object> o) {
+void checkUnnamed1737(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1999,9 +1999,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed1737();
+ o.metadata = buildUnnamed1736();
o.name = 'foo';
- o.response = buildUnnamed1738();
+ o.response = buildUnnamed1737();
}
buildCounterOperation--;
return o;
@@ -2012,12 +2012,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed1737(o.metadata!);
+ checkUnnamed1736(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed1738(o.response!);
+ checkUnnamed1737(o.response!);
}
buildCounterOperation--;
}
@@ -2071,27 +2071,27 @@
buildCounterOperationMetadata--;
}
-core.List<api.AuditConfig> buildUnnamed1739() {
+core.List<api.AuditConfig> buildUnnamed1738() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed1739(core.List<api.AuditConfig> o) {
+void checkUnnamed1738(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed1740() {
+core.List<api.Binding> buildUnnamed1739() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed1740(core.List<api.Binding> o) {
+void checkUnnamed1739(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -2102,8 +2102,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed1739();
- o.bindings = buildUnnamed1740();
+ o.auditConfigs = buildUnnamed1738();
+ o.bindings = buildUnnamed1739();
o.etag = 'foo';
o.version = 42;
}
@@ -2114,8 +2114,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed1739(o.auditConfigs!);
- checkUnnamed1740(o.bindings!);
+ checkUnnamed1738(o.auditConfigs!);
+ checkUnnamed1739(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -2338,7 +2338,7 @@
buildCounterSetIamPolicyRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed1741() {
+core.Map<core.String, core.Object> buildUnnamed1740() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2353,7 +2353,7 @@
return o;
}
-void checkUnnamed1741(core.Map<core.String, core.Object> o) {
+void checkUnnamed1740(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -2385,17 +2385,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed1742() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed1741() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed1741());
- o.add(buildUnnamed1741());
+ o.add(buildUnnamed1740());
+ o.add(buildUnnamed1740());
return o;
}
-void checkUnnamed1742(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed1741(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed1741(o[0]);
- checkUnnamed1741(o[1]);
+ checkUnnamed1740(o[0]);
+ checkUnnamed1740(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2404,7 +2404,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed1742();
+ o.details = buildUnnamed1741();
o.message = 'foo';
}
buildCounterStatus--;
@@ -2418,7 +2418,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed1742(o.details!);
+ checkUnnamed1741(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2484,19 +2484,38 @@
buildCounterSubject--;
}
-core.List<api.X509Extension> buildUnnamed1743() {
+core.List<api.X509Extension> buildUnnamed1742() {
var o = <api.X509Extension>[];
o.add(buildX509Extension());
o.add(buildX509Extension());
return o;
}
-void checkUnnamed1743(core.List<api.X509Extension> o) {
+void checkUnnamed1742(core.List<api.X509Extension> o) {
unittest.expect(o, unittest.hasLength(2));
checkX509Extension(o[0] as api.X509Extension);
checkX509Extension(o[1] as api.X509Extension);
}
+core.List<core.String> buildUnnamed1743() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1743(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'),
+ );
+}
+
core.List<core.String> buildUnnamed1744() {
var o = <core.String>[];
o.add('foo');
@@ -2554,35 +2573,16 @@
);
}
-core.List<core.String> buildUnnamed1747() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1747(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'),
- );
-}
-
core.int buildCounterSubjectAltNames = 0;
api.SubjectAltNames buildSubjectAltNames() {
var o = api.SubjectAltNames();
buildCounterSubjectAltNames++;
if (buildCounterSubjectAltNames < 3) {
- o.customSans = buildUnnamed1743();
- o.dnsNames = buildUnnamed1744();
- o.emailAddresses = buildUnnamed1745();
- o.ipAddresses = buildUnnamed1746();
- o.uris = buildUnnamed1747();
+ o.customSans = buildUnnamed1742();
+ o.dnsNames = buildUnnamed1743();
+ o.emailAddresses = buildUnnamed1744();
+ o.ipAddresses = buildUnnamed1745();
+ o.uris = buildUnnamed1746();
}
buildCounterSubjectAltNames--;
return o;
@@ -2591,11 +2591,11 @@
void checkSubjectAltNames(api.SubjectAltNames o) {
buildCounterSubjectAltNames++;
if (buildCounterSubjectAltNames < 3) {
- checkUnnamed1743(o.customSans!);
- checkUnnamed1744(o.dnsNames!);
- checkUnnamed1745(o.emailAddresses!);
- checkUnnamed1746(o.ipAddresses!);
- checkUnnamed1747(o.uris!);
+ checkUnnamed1742(o.customSans!);
+ checkUnnamed1743(o.dnsNames!);
+ checkUnnamed1744(o.emailAddresses!);
+ checkUnnamed1745(o.ipAddresses!);
+ checkUnnamed1746(o.uris!);
}
buildCounterSubjectAltNames--;
}
@@ -2687,6 +2687,44 @@
buildCounterSubordinateConfig--;
}
+core.List<core.String> buildUnnamed1747() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1747(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'),
+ );
+}
+
+core.int buildCounterSubordinateConfigChain = 0;
+api.SubordinateConfigChain buildSubordinateConfigChain() {
+ var o = api.SubordinateConfigChain();
+ buildCounterSubordinateConfigChain++;
+ if (buildCounterSubordinateConfigChain < 3) {
+ o.pemCertificates = buildUnnamed1747();
+ }
+ buildCounterSubordinateConfigChain--;
+ return o;
+}
+
+void checkSubordinateConfigChain(api.SubordinateConfigChain o) {
+ buildCounterSubordinateConfigChain++;
+ if (buildCounterSubordinateConfigChain < 3) {
+ checkUnnamed1747(o.pemCertificates!);
+ }
+ buildCounterSubordinateConfigChain--;
+}
+
core.List<core.String> buildUnnamed1748() {
var o = <core.String>[];
o.add('foo');
@@ -2706,23 +2744,23 @@
);
}
-core.int buildCounterSubordinateConfigChain = 0;
-api.SubordinateConfigChain buildSubordinateConfigChain() {
- var o = api.SubordinateConfigChain();
- buildCounterSubordinateConfigChain++;
- if (buildCounterSubordinateConfigChain < 3) {
- o.pemCertificates = buildUnnamed1748();
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed1748();
}
- buildCounterSubordinateConfigChain--;
+ buildCounterTestIamPermissionsRequest--;
return o;
}
-void checkSubordinateConfigChain(api.SubordinateConfigChain o) {
- buildCounterSubordinateConfigChain++;
- if (buildCounterSubordinateConfigChain < 3) {
- checkUnnamed1748(o.pemCertificates!);
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed1748(o.permissions!);
}
- buildCounterSubordinateConfigChain--;
+ buildCounterTestIamPermissionsRequest--;
}
core.List<core.String> buildUnnamed1749() {
@@ -2744,50 +2782,12 @@
);
}
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed1749();
- }
- buildCounterTestIamPermissionsRequest--;
- return o;
-}
-
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed1749(o.permissions!);
- }
- buildCounterTestIamPermissionsRequest--;
-}
-
-core.List<core.String> buildUnnamed1750() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1750(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'),
- );
-}
-
core.int buildCounterTestIamPermissionsResponse = 0;
api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed1750();
+ o.permissions = buildUnnamed1749();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -2796,7 +2796,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed1750(o.permissions!);
+ checkUnnamed1749(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
@@ -2851,27 +2851,27 @@
buildCounterX509Extension--;
}
-core.List<api.X509Extension> buildUnnamed1751() {
+core.List<api.X509Extension> buildUnnamed1750() {
var o = <api.X509Extension>[];
o.add(buildX509Extension());
o.add(buildX509Extension());
return o;
}
-void checkUnnamed1751(core.List<api.X509Extension> o) {
+void checkUnnamed1750(core.List<api.X509Extension> o) {
unittest.expect(o, unittest.hasLength(2));
checkX509Extension(o[0] as api.X509Extension);
checkX509Extension(o[1] as api.X509Extension);
}
-core.List<core.String> buildUnnamed1752() {
+core.List<core.String> buildUnnamed1751() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1752(core.List<core.String> o) {
+void checkUnnamed1751(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2883,14 +2883,14 @@
);
}
-core.List<api.ObjectId> buildUnnamed1753() {
+core.List<api.ObjectId> buildUnnamed1752() {
var o = <api.ObjectId>[];
o.add(buildObjectId());
o.add(buildObjectId());
return o;
}
-void checkUnnamed1753(core.List<api.ObjectId> o) {
+void checkUnnamed1752(core.List<api.ObjectId> o) {
unittest.expect(o, unittest.hasLength(2));
checkObjectId(o[0] as api.ObjectId);
checkObjectId(o[1] as api.ObjectId);
@@ -2901,11 +2901,11 @@
var o = api.X509Parameters();
buildCounterX509Parameters++;
if (buildCounterX509Parameters < 3) {
- o.additionalExtensions = buildUnnamed1751();
- o.aiaOcspServers = buildUnnamed1752();
+ o.additionalExtensions = buildUnnamed1750();
+ o.aiaOcspServers = buildUnnamed1751();
o.caOptions = buildCaOptions();
o.keyUsage = buildKeyUsage();
- o.policyIds = buildUnnamed1753();
+ o.policyIds = buildUnnamed1752();
}
buildCounterX509Parameters--;
return o;
@@ -2914,11 +2914,11 @@
void checkX509Parameters(api.X509Parameters o) {
buildCounterX509Parameters++;
if (buildCounterX509Parameters < 3) {
- checkUnnamed1751(o.additionalExtensions!);
- checkUnnamed1752(o.aiaOcspServers!);
+ checkUnnamed1750(o.additionalExtensions!);
+ checkUnnamed1751(o.aiaOcspServers!);
checkCaOptions(o.caOptions! as api.CaOptions);
checkKeyUsage(o.keyUsage! as api.KeyUsage);
- checkUnnamed1753(o.policyIds!);
+ checkUnnamed1752(o.policyIds!);
}
buildCounterX509Parameters--;
}
diff --git a/generated/googleapis/test/pubsublite/v1_test.dart b/generated/googleapis/test/pubsublite/v1_test.dart
index ac43945..ca744c0 100644
--- a/generated/googleapis/test/pubsublite/v1_test.dart
+++ b/generated/googleapis/test/pubsublite/v1_test.dart
@@ -299,14 +299,14 @@
buildCounterEmpty--;
}
-core.List<api.PartitionCursor> buildUnnamed7524() {
+core.List<api.PartitionCursor> buildUnnamed7578() {
var o = <api.PartitionCursor>[];
o.add(buildPartitionCursor());
o.add(buildPartitionCursor());
return o;
}
-void checkUnnamed7524(core.List<api.PartitionCursor> o) {
+void checkUnnamed7578(core.List<api.PartitionCursor> o) {
unittest.expect(o, unittest.hasLength(2));
checkPartitionCursor(o[0] as api.PartitionCursor);
checkPartitionCursor(o[1] as api.PartitionCursor);
@@ -318,7 +318,7 @@
buildCounterListPartitionCursorsResponse++;
if (buildCounterListPartitionCursorsResponse < 3) {
o.nextPageToken = 'foo';
- o.partitionCursors = buildUnnamed7524();
+ o.partitionCursors = buildUnnamed7578();
}
buildCounterListPartitionCursorsResponse--;
return o;
@@ -331,19 +331,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7524(o.partitionCursors!);
+ checkUnnamed7578(o.partitionCursors!);
}
buildCounterListPartitionCursorsResponse--;
}
-core.List<api.Subscription> buildUnnamed7525() {
+core.List<api.Subscription> buildUnnamed7579() {
var o = <api.Subscription>[];
o.add(buildSubscription());
o.add(buildSubscription());
return o;
}
-void checkUnnamed7525(core.List<api.Subscription> o) {
+void checkUnnamed7579(core.List<api.Subscription> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubscription(o[0] as api.Subscription);
checkSubscription(o[1] as api.Subscription);
@@ -355,7 +355,7 @@
buildCounterListSubscriptionsResponse++;
if (buildCounterListSubscriptionsResponse < 3) {
o.nextPageToken = 'foo';
- o.subscriptions = buildUnnamed7525();
+ o.subscriptions = buildUnnamed7579();
}
buildCounterListSubscriptionsResponse--;
return o;
@@ -368,19 +368,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7525(o.subscriptions!);
+ checkUnnamed7579(o.subscriptions!);
}
buildCounterListSubscriptionsResponse--;
}
-core.List<core.String> buildUnnamed7526() {
+core.List<core.String> buildUnnamed7580() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7526(core.List<core.String> o) {
+void checkUnnamed7580(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -398,7 +398,7 @@
buildCounterListTopicSubscriptionsResponse++;
if (buildCounterListTopicSubscriptionsResponse < 3) {
o.nextPageToken = 'foo';
- o.subscriptions = buildUnnamed7526();
+ o.subscriptions = buildUnnamed7580();
}
buildCounterListTopicSubscriptionsResponse--;
return o;
@@ -411,19 +411,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7526(o.subscriptions!);
+ checkUnnamed7580(o.subscriptions!);
}
buildCounterListTopicSubscriptionsResponse--;
}
-core.List<api.Topic> buildUnnamed7527() {
+core.List<api.Topic> buildUnnamed7581() {
var o = <api.Topic>[];
o.add(buildTopic());
o.add(buildTopic());
return o;
}
-void checkUnnamed7527(core.List<api.Topic> o) {
+void checkUnnamed7581(core.List<api.Topic> o) {
unittest.expect(o, unittest.hasLength(2));
checkTopic(o[0] as api.Topic);
checkTopic(o[1] as api.Topic);
@@ -435,7 +435,7 @@
buildCounterListTopicsResponse++;
if (buildCounterListTopicsResponse < 3) {
o.nextPageToken = 'foo';
- o.topics = buildUnnamed7527();
+ o.topics = buildUnnamed7581();
}
buildCounterListTopicsResponse--;
return o;
@@ -448,7 +448,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7527(o.topics!);
+ checkUnnamed7581(o.topics!);
}
buildCounterListTopicsResponse--;
}
diff --git a/generated/googleapis/test/realtimebidding/v1_test.dart b/generated/googleapis/test/realtimebidding/v1_test.dart
index 16454e8..e2059c0 100644
--- a/generated/googleapis/test/realtimebidding/v1_test.dart
+++ b/generated/googleapis/test/realtimebidding/v1_test.dart
@@ -43,14 +43,14 @@
buildCounterActivatePretargetingConfigRequest--;
}
-core.List<core.String> buildUnnamed6496() {
+core.List<core.String> buildUnnamed6547() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6496(core.List<core.String> o) {
+void checkUnnamed6547(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -62,14 +62,14 @@
);
}
-core.List<core.String> buildUnnamed6497() {
+core.List<core.String> buildUnnamed6548() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6497(core.List<core.String> o) {
+void checkUnnamed6548(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -81,14 +81,14 @@
);
}
-core.List<core.String> buildUnnamed6498() {
+core.List<core.String> buildUnnamed6549() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6498(core.List<core.String> o) {
+void checkUnnamed6549(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -105,9 +105,9 @@
var o = api.AdTechnologyProviders();
buildCounterAdTechnologyProviders++;
if (buildCounterAdTechnologyProviders < 3) {
- o.detectedGvlIds = buildUnnamed6496();
- o.detectedProviderIds = buildUnnamed6497();
- o.unidentifiedProviderDomains = buildUnnamed6498();
+ o.detectedGvlIds = buildUnnamed6547();
+ o.detectedProviderIds = buildUnnamed6548();
+ o.unidentifiedProviderDomains = buildUnnamed6549();
}
buildCounterAdTechnologyProviders--;
return o;
@@ -116,21 +116,21 @@
void checkAdTechnologyProviders(api.AdTechnologyProviders o) {
buildCounterAdTechnologyProviders++;
if (buildCounterAdTechnologyProviders < 3) {
- checkUnnamed6496(o.detectedGvlIds!);
- checkUnnamed6497(o.detectedProviderIds!);
- checkUnnamed6498(o.unidentifiedProviderDomains!);
+ checkUnnamed6547(o.detectedGvlIds!);
+ checkUnnamed6548(o.detectedProviderIds!);
+ checkUnnamed6549(o.unidentifiedProviderDomains!);
}
buildCounterAdTechnologyProviders--;
}
-core.List<core.String> buildUnnamed6499() {
+core.List<core.String> buildUnnamed6550() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6499(core.List<core.String> o) {
+void checkUnnamed6550(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -147,7 +147,7 @@
var o = api.AddTargetedAppsRequest();
buildCounterAddTargetedAppsRequest++;
if (buildCounterAddTargetedAppsRequest < 3) {
- o.appIds = buildUnnamed6499();
+ o.appIds = buildUnnamed6550();
o.targetingMode = 'foo';
}
buildCounterAddTargetedAppsRequest--;
@@ -157,7 +157,7 @@
void checkAddTargetedAppsRequest(api.AddTargetedAppsRequest o) {
buildCounterAddTargetedAppsRequest++;
if (buildCounterAddTargetedAppsRequest < 3) {
- checkUnnamed6499(o.appIds!);
+ checkUnnamed6550(o.appIds!);
unittest.expect(
o.targetingMode!,
unittest.equals('foo'),
@@ -166,14 +166,14 @@
buildCounterAddTargetedAppsRequest--;
}
-core.List<core.String> buildUnnamed6500() {
+core.List<core.String> buildUnnamed6551() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6500(core.List<core.String> o) {
+void checkUnnamed6551(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -190,7 +190,7 @@
var o = api.AddTargetedPublishersRequest();
buildCounterAddTargetedPublishersRequest++;
if (buildCounterAddTargetedPublishersRequest < 3) {
- o.publisherIds = buildUnnamed6500();
+ o.publisherIds = buildUnnamed6551();
o.targetingMode = 'foo';
}
buildCounterAddTargetedPublishersRequest--;
@@ -200,7 +200,7 @@
void checkAddTargetedPublishersRequest(api.AddTargetedPublishersRequest o) {
buildCounterAddTargetedPublishersRequest++;
if (buildCounterAddTargetedPublishersRequest < 3) {
- checkUnnamed6500(o.publisherIds!);
+ checkUnnamed6551(o.publisherIds!);
unittest.expect(
o.targetingMode!,
unittest.equals('foo'),
@@ -209,14 +209,14 @@
buildCounterAddTargetedPublishersRequest--;
}
-core.List<core.String> buildUnnamed6501() {
+core.List<core.String> buildUnnamed6552() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6501(core.List<core.String> o) {
+void checkUnnamed6552(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -233,7 +233,7 @@
var o = api.AddTargetedSitesRequest();
buildCounterAddTargetedSitesRequest++;
if (buildCounterAddTargetedSitesRequest < 3) {
- o.sites = buildUnnamed6501();
+ o.sites = buildUnnamed6552();
o.targetingMode = 'foo';
}
buildCounterAddTargetedSitesRequest--;
@@ -243,7 +243,7 @@
void checkAddTargetedSitesRequest(api.AddTargetedSitesRequest o) {
buildCounterAddTargetedSitesRequest++;
if (buildCounterAddTargetedSitesRequest < 3) {
- checkUnnamed6501(o.sites!);
+ checkUnnamed6552(o.sites!);
unittest.expect(
o.targetingMode!,
unittest.equals('foo'),
@@ -351,14 +351,14 @@
buildCounterBidder--;
}
-core.List<core.String> buildUnnamed6502() {
+core.List<core.String> buildUnnamed6553() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6502(core.List<core.String> o) {
+void checkUnnamed6553(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -377,7 +377,7 @@
if (buildCounterBuyer < 3) {
o.activeCreativeCount = 'foo';
o.bidder = 'foo';
- o.billingIds = buildUnnamed6502();
+ o.billingIds = buildUnnamed6553();
o.displayName = 'foo';
o.maximumActiveCreativeCount = 'foo';
o.name = 'foo';
@@ -397,7 +397,7 @@
o.bidder!,
unittest.equals('foo'),
);
- checkUnnamed6502(o.billingIds!);
+ checkUnnamed6553(o.billingIds!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
@@ -429,14 +429,14 @@
buildCounterCloseUserListRequest--;
}
-core.List<core.String> buildUnnamed6503() {
+core.List<core.String> buildUnnamed6554() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6503(core.List<core.String> o) {
+void checkUnnamed6554(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -448,14 +448,14 @@
);
}
-core.List<core.String> buildUnnamed6504() {
+core.List<core.String> buildUnnamed6555() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6504(core.List<core.String> o) {
+void checkUnnamed6555(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -467,14 +467,14 @@
);
}
-core.List<core.String> buildUnnamed6505() {
+core.List<core.String> buildUnnamed6556() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6505(core.List<core.String> o) {
+void checkUnnamed6556(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -486,14 +486,14 @@
);
}
-core.List<core.String> buildUnnamed6506() {
+core.List<core.String> buildUnnamed6557() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6506(core.List<core.String> o) {
+void checkUnnamed6557(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -505,14 +505,14 @@
);
}
-core.List<core.int> buildUnnamed6507() {
+core.List<core.int> buildUnnamed6558() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed6507(core.List<core.int> o) {
+void checkUnnamed6558(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -524,14 +524,14 @@
);
}
-core.List<core.String> buildUnnamed6508() {
+core.List<core.String> buildUnnamed6559() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6508(core.List<core.String> o) {
+void checkUnnamed6559(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -543,14 +543,14 @@
);
}
-core.List<core.String> buildUnnamed6509() {
+core.List<core.String> buildUnnamed6560() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6509(core.List<core.String> o) {
+void checkUnnamed6560(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -575,16 +575,16 @@
o.creativeFormat = 'foo';
o.creativeId = 'foo';
o.creativeServingDecision = buildCreativeServingDecision();
- o.dealIds = buildUnnamed6503();
- o.declaredAttributes = buildUnnamed6504();
- o.declaredClickThroughUrls = buildUnnamed6505();
- o.declaredRestrictedCategories = buildUnnamed6506();
- o.declaredVendorIds = buildUnnamed6507();
+ o.dealIds = buildUnnamed6554();
+ o.declaredAttributes = buildUnnamed6555();
+ o.declaredClickThroughUrls = buildUnnamed6556();
+ o.declaredRestrictedCategories = buildUnnamed6557();
+ o.declaredVendorIds = buildUnnamed6558();
o.html = buildHtmlContent();
- o.impressionTrackingUrls = buildUnnamed6508();
+ o.impressionTrackingUrls = buildUnnamed6559();
o.name = 'foo';
o.native = buildNativeContent();
- o.restrictedCategories = buildUnnamed6509();
+ o.restrictedCategories = buildUnnamed6560();
o.version = 42;
o.video = buildVideoContent();
}
@@ -625,19 +625,19 @@
);
checkCreativeServingDecision(
o.creativeServingDecision! as api.CreativeServingDecision);
- checkUnnamed6503(o.dealIds!);
- checkUnnamed6504(o.declaredAttributes!);
- checkUnnamed6505(o.declaredClickThroughUrls!);
- checkUnnamed6506(o.declaredRestrictedCategories!);
- checkUnnamed6507(o.declaredVendorIds!);
+ checkUnnamed6554(o.dealIds!);
+ checkUnnamed6555(o.declaredAttributes!);
+ checkUnnamed6556(o.declaredClickThroughUrls!);
+ checkUnnamed6557(o.declaredRestrictedCategories!);
+ checkUnnamed6558(o.declaredVendorIds!);
checkHtmlContent(o.html! as api.HtmlContent);
- checkUnnamed6508(o.impressionTrackingUrls!);
+ checkUnnamed6559(o.impressionTrackingUrls!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
checkNativeContent(o.native! as api.NativeContent);
- checkUnnamed6509(o.restrictedCategories!);
+ checkUnnamed6560(o.restrictedCategories!);
unittest.expect(
o.version!,
unittest.equals(42),
@@ -674,27 +674,27 @@
buildCounterCreativeDimensions--;
}
-core.List<api.AdvertiserAndBrand> buildUnnamed6510() {
+core.List<api.AdvertiserAndBrand> buildUnnamed6561() {
var o = <api.AdvertiserAndBrand>[];
o.add(buildAdvertiserAndBrand());
o.add(buildAdvertiserAndBrand());
return o;
}
-void checkUnnamed6510(core.List<api.AdvertiserAndBrand> o) {
+void checkUnnamed6561(core.List<api.AdvertiserAndBrand> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdvertiserAndBrand(o[0] as api.AdvertiserAndBrand);
checkAdvertiserAndBrand(o[1] as api.AdvertiserAndBrand);
}
-core.List<core.String> buildUnnamed6511() {
+core.List<core.String> buildUnnamed6562() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6511(core.List<core.String> o) {
+void checkUnnamed6562(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -706,14 +706,14 @@
);
}
-core.List<core.String> buildUnnamed6512() {
+core.List<core.String> buildUnnamed6563() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6512(core.List<core.String> o) {
+void checkUnnamed6563(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -725,14 +725,14 @@
);
}
-core.List<core.String> buildUnnamed6513() {
+core.List<core.String> buildUnnamed6564() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6513(core.List<core.String> o) {
+void checkUnnamed6564(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -744,14 +744,14 @@
);
}
-core.List<core.String> buildUnnamed6514() {
+core.List<core.String> buildUnnamed6565() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6514(core.List<core.String> o) {
+void checkUnnamed6565(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -763,14 +763,14 @@
);
}
-core.List<core.int> buildUnnamed6515() {
+core.List<core.int> buildUnnamed6566() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed6515(core.List<core.int> o) {
+void checkUnnamed6566(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -782,14 +782,14 @@
);
}
-core.List<core.int> buildUnnamed6516() {
+core.List<core.int> buildUnnamed6567() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed6516(core.List<core.int> o) {
+void checkUnnamed6567(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -801,14 +801,14 @@
);
}
-core.List<core.int> buildUnnamed6517() {
+core.List<core.int> buildUnnamed6568() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed6517(core.List<core.int> o) {
+void checkUnnamed6568(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -828,14 +828,14 @@
o.adTechnologyProviders = buildAdTechnologyProviders();
o.chinaPolicyCompliance = buildPolicyCompliance();
o.dealsPolicyCompliance = buildPolicyCompliance();
- o.detectedAdvertisers = buildUnnamed6510();
- o.detectedAttributes = buildUnnamed6511();
- o.detectedClickThroughUrls = buildUnnamed6512();
- o.detectedDomains = buildUnnamed6513();
- o.detectedLanguages = buildUnnamed6514();
- o.detectedProductCategories = buildUnnamed6515();
- o.detectedSensitiveCategories = buildUnnamed6516();
- o.detectedVendorIds = buildUnnamed6517();
+ o.detectedAdvertisers = buildUnnamed6561();
+ o.detectedAttributes = buildUnnamed6562();
+ o.detectedClickThroughUrls = buildUnnamed6563();
+ o.detectedDomains = buildUnnamed6564();
+ o.detectedLanguages = buildUnnamed6565();
+ o.detectedProductCategories = buildUnnamed6566();
+ o.detectedSensitiveCategories = buildUnnamed6567();
+ o.detectedVendorIds = buildUnnamed6568();
o.lastStatusUpdate = 'foo';
o.networkPolicyCompliance = buildPolicyCompliance();
o.platformPolicyCompliance = buildPolicyCompliance();
@@ -852,14 +852,14 @@
o.adTechnologyProviders! as api.AdTechnologyProviders);
checkPolicyCompliance(o.chinaPolicyCompliance! as api.PolicyCompliance);
checkPolicyCompliance(o.dealsPolicyCompliance! as api.PolicyCompliance);
- checkUnnamed6510(o.detectedAdvertisers!);
- checkUnnamed6511(o.detectedAttributes!);
- checkUnnamed6512(o.detectedClickThroughUrls!);
- checkUnnamed6513(o.detectedDomains!);
- checkUnnamed6514(o.detectedLanguages!);
- checkUnnamed6515(o.detectedProductCategories!);
- checkUnnamed6516(o.detectedSensitiveCategories!);
- checkUnnamed6517(o.detectedVendorIds!);
+ checkUnnamed6561(o.detectedAdvertisers!);
+ checkUnnamed6562(o.detectedAttributes!);
+ checkUnnamed6563(o.detectedClickThroughUrls!);
+ checkUnnamed6564(o.detectedDomains!);
+ checkUnnamed6565(o.detectedLanguages!);
+ checkUnnamed6566(o.detectedProductCategories!);
+ checkUnnamed6567(o.detectedSensitiveCategories!);
+ checkUnnamed6568(o.detectedVendorIds!);
unittest.expect(
o.lastStatusUpdate!,
unittest.equals('foo'),
@@ -1015,14 +1015,14 @@
buildCounterDestinationUrlEvidence--;
}
-core.List<api.DomainCalls> buildUnnamed6518() {
+core.List<api.DomainCalls> buildUnnamed6569() {
var o = <api.DomainCalls>[];
o.add(buildDomainCalls());
o.add(buildDomainCalls());
return o;
}
-void checkUnnamed6518(core.List<api.DomainCalls> o) {
+void checkUnnamed6569(core.List<api.DomainCalls> o) {
unittest.expect(o, unittest.hasLength(2));
checkDomainCalls(o[0] as api.DomainCalls);
checkDomainCalls(o[1] as api.DomainCalls);
@@ -1033,7 +1033,7 @@
var o = api.DomainCallEvidence();
buildCounterDomainCallEvidence++;
if (buildCounterDomainCallEvidence < 3) {
- o.topHttpCallDomains = buildUnnamed6518();
+ o.topHttpCallDomains = buildUnnamed6569();
o.totalHttpCallCount = 42;
}
buildCounterDomainCallEvidence--;
@@ -1043,7 +1043,7 @@
void checkDomainCallEvidence(api.DomainCallEvidence o) {
buildCounterDomainCallEvidence++;
if (buildCounterDomainCallEvidence < 3) {
- checkUnnamed6518(o.topHttpCallDomains!);
+ checkUnnamed6569(o.topHttpCallDomains!);
unittest.expect(
o.totalHttpCallCount!,
unittest.equals(42),
@@ -1079,14 +1079,14 @@
buildCounterDomainCalls--;
}
-core.List<api.UrlDownloadSize> buildUnnamed6519() {
+core.List<api.UrlDownloadSize> buildUnnamed6570() {
var o = <api.UrlDownloadSize>[];
o.add(buildUrlDownloadSize());
o.add(buildUrlDownloadSize());
return o;
}
-void checkUnnamed6519(core.List<api.UrlDownloadSize> o) {
+void checkUnnamed6570(core.List<api.UrlDownloadSize> o) {
unittest.expect(o, unittest.hasLength(2));
checkUrlDownloadSize(o[0] as api.UrlDownloadSize);
checkUrlDownloadSize(o[1] as api.UrlDownloadSize);
@@ -1097,7 +1097,7 @@
var o = api.DownloadSizeEvidence();
buildCounterDownloadSizeEvidence++;
if (buildCounterDownloadSizeEvidence < 3) {
- o.topUrlDownloadSizeBreakdowns = buildUnnamed6519();
+ o.topUrlDownloadSizeBreakdowns = buildUnnamed6570();
o.totalDownloadSizeKb = 42;
}
buildCounterDownloadSizeEvidence--;
@@ -1107,7 +1107,7 @@
void checkDownloadSizeEvidence(api.DownloadSizeEvidence o) {
buildCounterDownloadSizeEvidence++;
if (buildCounterDownloadSizeEvidence < 3) {
- checkUnnamed6519(o.topUrlDownloadSizeBreakdowns!);
+ checkUnnamed6570(o.topUrlDownloadSizeBreakdowns!);
unittest.expect(
o.totalDownloadSizeKb!,
unittest.equals(42),
@@ -1227,14 +1227,14 @@
buildCounterHtmlContent--;
}
-core.List<core.String> buildUnnamed6520() {
+core.List<core.String> buildUnnamed6571() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6520(core.List<core.String> o) {
+void checkUnnamed6571(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1251,7 +1251,7 @@
var o = api.HttpCallEvidence();
buildCounterHttpCallEvidence++;
if (buildCounterHttpCallEvidence < 3) {
- o.urls = buildUnnamed6520();
+ o.urls = buildUnnamed6571();
}
buildCounterHttpCallEvidence--;
return o;
@@ -1260,19 +1260,19 @@
void checkHttpCallEvidence(api.HttpCallEvidence o) {
buildCounterHttpCallEvidence++;
if (buildCounterHttpCallEvidence < 3) {
- checkUnnamed6520(o.urls!);
+ checkUnnamed6571(o.urls!);
}
buildCounterHttpCallEvidence--;
}
-core.List<core.String> buildUnnamed6521() {
+core.List<core.String> buildUnnamed6572() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6521(core.List<core.String> o) {
+void checkUnnamed6572(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1289,7 +1289,7 @@
var o = api.HttpCookieEvidence();
buildCounterHttpCookieEvidence++;
if (buildCounterHttpCookieEvidence < 3) {
- o.cookieNames = buildUnnamed6521();
+ o.cookieNames = buildUnnamed6572();
o.maxCookieCount = 42;
}
buildCounterHttpCookieEvidence--;
@@ -1299,7 +1299,7 @@
void checkHttpCookieEvidence(api.HttpCookieEvidence o) {
buildCounterHttpCookieEvidence++;
if (buildCounterHttpCookieEvidence < 3) {
- checkUnnamed6521(o.cookieNames!);
+ checkUnnamed6572(o.cookieNames!);
unittest.expect(
o.maxCookieCount!,
unittest.equals(42),
@@ -1340,14 +1340,14 @@
buildCounterImage--;
}
-core.List<api.Bidder> buildUnnamed6522() {
+core.List<api.Bidder> buildUnnamed6573() {
var o = <api.Bidder>[];
o.add(buildBidder());
o.add(buildBidder());
return o;
}
-void checkUnnamed6522(core.List<api.Bidder> o) {
+void checkUnnamed6573(core.List<api.Bidder> o) {
unittest.expect(o, unittest.hasLength(2));
checkBidder(o[0] as api.Bidder);
checkBidder(o[1] as api.Bidder);
@@ -1358,7 +1358,7 @@
var o = api.ListBiddersResponse();
buildCounterListBiddersResponse++;
if (buildCounterListBiddersResponse < 3) {
- o.bidders = buildUnnamed6522();
+ o.bidders = buildUnnamed6573();
o.nextPageToken = 'foo';
}
buildCounterListBiddersResponse--;
@@ -1368,7 +1368,7 @@
void checkListBiddersResponse(api.ListBiddersResponse o) {
buildCounterListBiddersResponse++;
if (buildCounterListBiddersResponse < 3) {
- checkUnnamed6522(o.bidders!);
+ checkUnnamed6573(o.bidders!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1377,14 +1377,14 @@
buildCounterListBiddersResponse--;
}
-core.List<api.Buyer> buildUnnamed6523() {
+core.List<api.Buyer> buildUnnamed6574() {
var o = <api.Buyer>[];
o.add(buildBuyer());
o.add(buildBuyer());
return o;
}
-void checkUnnamed6523(core.List<api.Buyer> o) {
+void checkUnnamed6574(core.List<api.Buyer> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuyer(o[0] as api.Buyer);
checkBuyer(o[1] as api.Buyer);
@@ -1395,7 +1395,7 @@
var o = api.ListBuyersResponse();
buildCounterListBuyersResponse++;
if (buildCounterListBuyersResponse < 3) {
- o.buyers = buildUnnamed6523();
+ o.buyers = buildUnnamed6574();
o.nextPageToken = 'foo';
}
buildCounterListBuyersResponse--;
@@ -1405,7 +1405,7 @@
void checkListBuyersResponse(api.ListBuyersResponse o) {
buildCounterListBuyersResponse++;
if (buildCounterListBuyersResponse < 3) {
- checkUnnamed6523(o.buyers!);
+ checkUnnamed6574(o.buyers!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1414,14 +1414,14 @@
buildCounterListBuyersResponse--;
}
-core.List<api.Creative> buildUnnamed6524() {
+core.List<api.Creative> buildUnnamed6575() {
var o = <api.Creative>[];
o.add(buildCreative());
o.add(buildCreative());
return o;
}
-void checkUnnamed6524(core.List<api.Creative> o) {
+void checkUnnamed6575(core.List<api.Creative> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreative(o[0] as api.Creative);
checkCreative(o[1] as api.Creative);
@@ -1432,7 +1432,7 @@
var o = api.ListCreativesResponse();
buildCounterListCreativesResponse++;
if (buildCounterListCreativesResponse < 3) {
- o.creatives = buildUnnamed6524();
+ o.creatives = buildUnnamed6575();
o.nextPageToken = 'foo';
}
buildCounterListCreativesResponse--;
@@ -1442,7 +1442,7 @@
void checkListCreativesResponse(api.ListCreativesResponse o) {
buildCounterListCreativesResponse++;
if (buildCounterListCreativesResponse < 3) {
- checkUnnamed6524(o.creatives!);
+ checkUnnamed6575(o.creatives!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1451,14 +1451,14 @@
buildCounterListCreativesResponse--;
}
-core.List<api.Endpoint> buildUnnamed6525() {
+core.List<api.Endpoint> buildUnnamed6576() {
var o = <api.Endpoint>[];
o.add(buildEndpoint());
o.add(buildEndpoint());
return o;
}
-void checkUnnamed6525(core.List<api.Endpoint> o) {
+void checkUnnamed6576(core.List<api.Endpoint> o) {
unittest.expect(o, unittest.hasLength(2));
checkEndpoint(o[0] as api.Endpoint);
checkEndpoint(o[1] as api.Endpoint);
@@ -1469,7 +1469,7 @@
var o = api.ListEndpointsResponse();
buildCounterListEndpointsResponse++;
if (buildCounterListEndpointsResponse < 3) {
- o.endpoints = buildUnnamed6525();
+ o.endpoints = buildUnnamed6576();
o.nextPageToken = 'foo';
}
buildCounterListEndpointsResponse--;
@@ -1479,7 +1479,7 @@
void checkListEndpointsResponse(api.ListEndpointsResponse o) {
buildCounterListEndpointsResponse++;
if (buildCounterListEndpointsResponse < 3) {
- checkUnnamed6525(o.endpoints!);
+ checkUnnamed6576(o.endpoints!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1488,14 +1488,14 @@
buildCounterListEndpointsResponse--;
}
-core.List<api.PretargetingConfig> buildUnnamed6526() {
+core.List<api.PretargetingConfig> buildUnnamed6577() {
var o = <api.PretargetingConfig>[];
o.add(buildPretargetingConfig());
o.add(buildPretargetingConfig());
return o;
}
-void checkUnnamed6526(core.List<api.PretargetingConfig> o) {
+void checkUnnamed6577(core.List<api.PretargetingConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkPretargetingConfig(o[0] as api.PretargetingConfig);
checkPretargetingConfig(o[1] as api.PretargetingConfig);
@@ -1507,7 +1507,7 @@
buildCounterListPretargetingConfigsResponse++;
if (buildCounterListPretargetingConfigsResponse < 3) {
o.nextPageToken = 'foo';
- o.pretargetingConfigs = buildUnnamed6526();
+ o.pretargetingConfigs = buildUnnamed6577();
}
buildCounterListPretargetingConfigsResponse--;
return o;
@@ -1521,19 +1521,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6526(o.pretargetingConfigs!);
+ checkUnnamed6577(o.pretargetingConfigs!);
}
buildCounterListPretargetingConfigsResponse--;
}
-core.List<api.UserList> buildUnnamed6527() {
+core.List<api.UserList> buildUnnamed6578() {
var o = <api.UserList>[];
o.add(buildUserList());
o.add(buildUserList());
return o;
}
-void checkUnnamed6527(core.List<api.UserList> o) {
+void checkUnnamed6578(core.List<api.UserList> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserList(o[0] as api.UserList);
checkUserList(o[1] as api.UserList);
@@ -1545,7 +1545,7 @@
buildCounterListUserListsResponse++;
if (buildCounterListUserListsResponse < 3) {
o.nextPageToken = 'foo';
- o.userLists = buildUnnamed6527();
+ o.userLists = buildUnnamed6578();
}
buildCounterListUserListsResponse--;
return o;
@@ -1558,7 +1558,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6527(o.userLists!);
+ checkUnnamed6578(o.userLists!);
}
buildCounterListUserListsResponse--;
}
@@ -1663,14 +1663,14 @@
buildCounterNativeContent--;
}
-core.List<core.String> buildUnnamed6528() {
+core.List<core.String> buildUnnamed6579() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6528(core.List<core.String> o) {
+void checkUnnamed6579(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1682,14 +1682,14 @@
);
}
-core.List<core.String> buildUnnamed6529() {
+core.List<core.String> buildUnnamed6580() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6529(core.List<core.String> o) {
+void checkUnnamed6580(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1706,8 +1706,8 @@
var o = api.NumericTargetingDimension();
buildCounterNumericTargetingDimension++;
if (buildCounterNumericTargetingDimension < 3) {
- o.excludedIds = buildUnnamed6528();
- o.includedIds = buildUnnamed6529();
+ o.excludedIds = buildUnnamed6579();
+ o.includedIds = buildUnnamed6580();
}
buildCounterNumericTargetingDimension--;
return o;
@@ -1716,8 +1716,8 @@
void checkNumericTargetingDimension(api.NumericTargetingDimension o) {
buildCounterNumericTargetingDimension++;
if (buildCounterNumericTargetingDimension < 3) {
- checkUnnamed6528(o.excludedIds!);
- checkUnnamed6529(o.includedIds!);
+ checkUnnamed6579(o.excludedIds!);
+ checkUnnamed6580(o.includedIds!);
}
buildCounterNumericTargetingDimension--;
}
@@ -1737,14 +1737,14 @@
buildCounterOpenUserListRequest--;
}
-core.List<api.PolicyTopicEntry> buildUnnamed6530() {
+core.List<api.PolicyTopicEntry> buildUnnamed6581() {
var o = <api.PolicyTopicEntry>[];
o.add(buildPolicyTopicEntry());
o.add(buildPolicyTopicEntry());
return o;
}
-void checkUnnamed6530(core.List<api.PolicyTopicEntry> o) {
+void checkUnnamed6581(core.List<api.PolicyTopicEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkPolicyTopicEntry(o[0] as api.PolicyTopicEntry);
checkPolicyTopicEntry(o[1] as api.PolicyTopicEntry);
@@ -1756,7 +1756,7 @@
buildCounterPolicyCompliance++;
if (buildCounterPolicyCompliance < 3) {
o.status = 'foo';
- o.topics = buildUnnamed6530();
+ o.topics = buildUnnamed6581();
}
buildCounterPolicyCompliance--;
return o;
@@ -1769,19 +1769,19 @@
o.status!,
unittest.equals('foo'),
);
- checkUnnamed6530(o.topics!);
+ checkUnnamed6581(o.topics!);
}
buildCounterPolicyCompliance--;
}
-core.List<api.PolicyTopicEvidence> buildUnnamed6531() {
+core.List<api.PolicyTopicEvidence> buildUnnamed6582() {
var o = <api.PolicyTopicEvidence>[];
o.add(buildPolicyTopicEvidence());
o.add(buildPolicyTopicEvidence());
return o;
}
-void checkUnnamed6531(core.List<api.PolicyTopicEvidence> o) {
+void checkUnnamed6582(core.List<api.PolicyTopicEvidence> o) {
unittest.expect(o, unittest.hasLength(2));
checkPolicyTopicEvidence(o[0] as api.PolicyTopicEvidence);
checkPolicyTopicEvidence(o[1] as api.PolicyTopicEvidence);
@@ -1792,7 +1792,7 @@
var o = api.PolicyTopicEntry();
buildCounterPolicyTopicEntry++;
if (buildCounterPolicyTopicEntry < 3) {
- o.evidences = buildUnnamed6531();
+ o.evidences = buildUnnamed6582();
o.helpCenterUrl = 'foo';
o.policyTopic = 'foo';
}
@@ -1803,7 +1803,7 @@
void checkPolicyTopicEntry(api.PolicyTopicEntry o) {
buildCounterPolicyTopicEntry++;
if (buildCounterPolicyTopicEntry < 3) {
- checkUnnamed6531(o.evidences!);
+ checkUnnamed6582(o.evidences!);
unittest.expect(
o.helpCenterUrl!,
unittest.equals('foo'),
@@ -1850,14 +1850,14 @@
buildCounterPolicyTopicEvidence--;
}
-core.List<core.String> buildUnnamed6532() {
+core.List<core.String> buildUnnamed6583() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6532(core.List<core.String> o) {
+void checkUnnamed6583(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1869,14 +1869,14 @@
);
}
-core.List<core.String> buildUnnamed6533() {
+core.List<core.String> buildUnnamed6584() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6533(core.List<core.String> o) {
+void checkUnnamed6584(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1888,27 +1888,27 @@
);
}
-core.List<api.CreativeDimensions> buildUnnamed6534() {
+core.List<api.CreativeDimensions> buildUnnamed6585() {
var o = <api.CreativeDimensions>[];
o.add(buildCreativeDimensions());
o.add(buildCreativeDimensions());
return o;
}
-void checkUnnamed6534(core.List<api.CreativeDimensions> o) {
+void checkUnnamed6585(core.List<api.CreativeDimensions> o) {
unittest.expect(o, unittest.hasLength(2));
checkCreativeDimensions(o[0] as api.CreativeDimensions);
checkCreativeDimensions(o[1] as api.CreativeDimensions);
}
-core.List<core.String> buildUnnamed6535() {
+core.List<core.String> buildUnnamed6586() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6535(core.List<core.String> o) {
+void checkUnnamed6586(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1920,14 +1920,14 @@
);
}
-core.List<core.String> buildUnnamed6536() {
+core.List<core.String> buildUnnamed6587() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6536(core.List<core.String> o) {
+void checkUnnamed6587(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1939,14 +1939,14 @@
);
}
-core.List<core.String> buildUnnamed6537() {
+core.List<core.String> buildUnnamed6588() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6537(core.List<core.String> o) {
+void checkUnnamed6588(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1958,14 +1958,14 @@
);
}
-core.List<core.String> buildUnnamed6538() {
+core.List<core.String> buildUnnamed6589() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6538(core.List<core.String> o) {
+void checkUnnamed6589(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1977,14 +1977,14 @@
);
}
-core.List<core.String> buildUnnamed6539() {
+core.List<core.String> buildUnnamed6590() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6539(core.List<core.String> o) {
+void checkUnnamed6590(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1996,14 +1996,14 @@
);
}
-core.List<core.String> buildUnnamed6540() {
+core.List<core.String> buildUnnamed6591() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6540(core.List<core.String> o) {
+void checkUnnamed6591(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2015,14 +2015,14 @@
);
}
-core.List<core.String> buildUnnamed6541() {
+core.List<core.String> buildUnnamed6592() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6541(core.List<core.String> o) {
+void checkUnnamed6592(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2039,21 +2039,21 @@
var o = api.PretargetingConfig();
buildCounterPretargetingConfig++;
if (buildCounterPretargetingConfig < 3) {
- o.allowedUserTargetingModes = buildUnnamed6532();
+ o.allowedUserTargetingModes = buildUnnamed6583();
o.appTargeting = buildAppTargeting();
o.billingId = 'foo';
o.displayName = 'foo';
- o.excludedContentLabelIds = buildUnnamed6533();
+ o.excludedContentLabelIds = buildUnnamed6584();
o.geoTargeting = buildNumericTargetingDimension();
- o.includedCreativeDimensions = buildUnnamed6534();
- o.includedEnvironments = buildUnnamed6535();
- o.includedFormats = buildUnnamed6536();
- o.includedLanguages = buildUnnamed6537();
- o.includedMobileOperatingSystemIds = buildUnnamed6538();
- o.includedPlatforms = buildUnnamed6539();
- o.includedUserIdTypes = buildUnnamed6540();
+ o.includedCreativeDimensions = buildUnnamed6585();
+ o.includedEnvironments = buildUnnamed6586();
+ o.includedFormats = buildUnnamed6587();
+ o.includedLanguages = buildUnnamed6588();
+ o.includedMobileOperatingSystemIds = buildUnnamed6589();
+ o.includedPlatforms = buildUnnamed6590();
+ o.includedUserIdTypes = buildUnnamed6591();
o.interstitialTargeting = 'foo';
- o.invalidGeoIds = buildUnnamed6541();
+ o.invalidGeoIds = buildUnnamed6592();
o.maximumQps = 'foo';
o.minimumViewabilityDecile = 42;
o.name = 'foo';
@@ -2070,7 +2070,7 @@
void checkPretargetingConfig(api.PretargetingConfig o) {
buildCounterPretargetingConfig++;
if (buildCounterPretargetingConfig < 3) {
- checkUnnamed6532(o.allowedUserTargetingModes!);
+ checkUnnamed6583(o.allowedUserTargetingModes!);
checkAppTargeting(o.appTargeting! as api.AppTargeting);
unittest.expect(
o.billingId!,
@@ -2080,21 +2080,21 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed6533(o.excludedContentLabelIds!);
+ checkUnnamed6584(o.excludedContentLabelIds!);
checkNumericTargetingDimension(
o.geoTargeting! as api.NumericTargetingDimension);
- checkUnnamed6534(o.includedCreativeDimensions!);
- checkUnnamed6535(o.includedEnvironments!);
- checkUnnamed6536(o.includedFormats!);
- checkUnnamed6537(o.includedLanguages!);
- checkUnnamed6538(o.includedMobileOperatingSystemIds!);
- checkUnnamed6539(o.includedPlatforms!);
- checkUnnamed6540(o.includedUserIdTypes!);
+ checkUnnamed6585(o.includedCreativeDimensions!);
+ checkUnnamed6586(o.includedEnvironments!);
+ checkUnnamed6587(o.includedFormats!);
+ checkUnnamed6588(o.includedLanguages!);
+ checkUnnamed6589(o.includedMobileOperatingSystemIds!);
+ checkUnnamed6590(o.includedPlatforms!);
+ checkUnnamed6591(o.includedUserIdTypes!);
unittest.expect(
o.interstitialTargeting!,
unittest.equals('foo'),
);
- checkUnnamed6541(o.invalidGeoIds!);
+ checkUnnamed6592(o.invalidGeoIds!);
unittest.expect(
o.maximumQps!,
unittest.equals('foo'),
@@ -2123,14 +2123,14 @@
buildCounterPretargetingConfig--;
}
-core.List<core.String> buildUnnamed6542() {
+core.List<core.String> buildUnnamed6593() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6542(core.List<core.String> o) {
+void checkUnnamed6593(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2147,7 +2147,7 @@
var o = api.RemoveTargetedAppsRequest();
buildCounterRemoveTargetedAppsRequest++;
if (buildCounterRemoveTargetedAppsRequest < 3) {
- o.appIds = buildUnnamed6542();
+ o.appIds = buildUnnamed6593();
}
buildCounterRemoveTargetedAppsRequest--;
return o;
@@ -2156,19 +2156,19 @@
void checkRemoveTargetedAppsRequest(api.RemoveTargetedAppsRequest o) {
buildCounterRemoveTargetedAppsRequest++;
if (buildCounterRemoveTargetedAppsRequest < 3) {
- checkUnnamed6542(o.appIds!);
+ checkUnnamed6593(o.appIds!);
}
buildCounterRemoveTargetedAppsRequest--;
}
-core.List<core.String> buildUnnamed6543() {
+core.List<core.String> buildUnnamed6594() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6543(core.List<core.String> o) {
+void checkUnnamed6594(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2185,7 +2185,7 @@
var o = api.RemoveTargetedPublishersRequest();
buildCounterRemoveTargetedPublishersRequest++;
if (buildCounterRemoveTargetedPublishersRequest < 3) {
- o.publisherIds = buildUnnamed6543();
+ o.publisherIds = buildUnnamed6594();
}
buildCounterRemoveTargetedPublishersRequest--;
return o;
@@ -2195,19 +2195,19 @@
api.RemoveTargetedPublishersRequest o) {
buildCounterRemoveTargetedPublishersRequest++;
if (buildCounterRemoveTargetedPublishersRequest < 3) {
- checkUnnamed6543(o.publisherIds!);
+ checkUnnamed6594(o.publisherIds!);
}
buildCounterRemoveTargetedPublishersRequest--;
}
-core.List<core.String> buildUnnamed6544() {
+core.List<core.String> buildUnnamed6595() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6544(core.List<core.String> o) {
+void checkUnnamed6595(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2224,7 +2224,7 @@
var o = api.RemoveTargetedSitesRequest();
buildCounterRemoveTargetedSitesRequest++;
if (buildCounterRemoveTargetedSitesRequest < 3) {
- o.sites = buildUnnamed6544();
+ o.sites = buildUnnamed6595();
}
buildCounterRemoveTargetedSitesRequest--;
return o;
@@ -2233,19 +2233,19 @@
void checkRemoveTargetedSitesRequest(api.RemoveTargetedSitesRequest o) {
buildCounterRemoveTargetedSitesRequest++;
if (buildCounterRemoveTargetedSitesRequest < 3) {
- checkUnnamed6544(o.sites!);
+ checkUnnamed6595(o.sites!);
}
buildCounterRemoveTargetedSitesRequest--;
}
-core.List<core.String> buildUnnamed6545() {
+core.List<core.String> buildUnnamed6596() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6545(core.List<core.String> o) {
+void checkUnnamed6596(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2263,7 +2263,7 @@
buildCounterStringTargetingDimension++;
if (buildCounterStringTargetingDimension < 3) {
o.targetingMode = 'foo';
- o.values = buildUnnamed6545();
+ o.values = buildUnnamed6596();
}
buildCounterStringTargetingDimension--;
return o;
@@ -2276,7 +2276,7 @@
o.targetingMode!,
unittest.equals('foo'),
);
- checkUnnamed6545(o.values!);
+ checkUnnamed6596(o.values!);
}
buildCounterStringTargetingDimension--;
}
@@ -2428,14 +2428,14 @@
buildCounterVideoContent--;
}
-core.List<api.MediaFile> buildUnnamed6546() {
+core.List<api.MediaFile> buildUnnamed6597() {
var o = <api.MediaFile>[];
o.add(buildMediaFile());
o.add(buildMediaFile());
return o;
}
-void checkUnnamed6546(core.List<api.MediaFile> o) {
+void checkUnnamed6597(core.List<api.MediaFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkMediaFile(o[0] as api.MediaFile);
checkMediaFile(o[1] as api.MediaFile);
@@ -2449,7 +2449,7 @@
o.duration = 'foo';
o.isValidVast = true;
o.isVpaid = true;
- o.mediaFiles = buildUnnamed6546();
+ o.mediaFiles = buildUnnamed6597();
o.skipOffset = 'foo';
o.vastVersion = 'foo';
}
@@ -2466,7 +2466,7 @@
);
unittest.expect(o.isValidVast!, unittest.isTrue);
unittest.expect(o.isVpaid!, unittest.isTrue);
- checkUnnamed6546(o.mediaFiles!);
+ checkUnnamed6597(o.mediaFiles!);
unittest.expect(
o.skipOffset!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/recaptchaenterprise/v1_test.dart b/generated/googleapis/test/recaptchaenterprise/v1_test.dart
index caf0d78..e9139aa 100644
--- a/generated/googleapis/test/recaptchaenterprise/v1_test.dart
+++ b/generated/googleapis/test/recaptchaenterprise/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed3704() {
+core.List<core.String> buildUnnamed3714() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3704(core.List<core.String> o) {
+void checkUnnamed3714(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -52,7 +52,7 @@
var o = api.GoogleCloudRecaptchaenterpriseV1AndroidKeySettings();
buildCounterGoogleCloudRecaptchaenterpriseV1AndroidKeySettings++;
if (buildCounterGoogleCloudRecaptchaenterpriseV1AndroidKeySettings < 3) {
- o.allowedPackageNames = buildUnnamed3704();
+ o.allowedPackageNames = buildUnnamed3714();
}
buildCounterGoogleCloudRecaptchaenterpriseV1AndroidKeySettings--;
return o;
@@ -62,19 +62,19 @@
api.GoogleCloudRecaptchaenterpriseV1AndroidKeySettings o) {
buildCounterGoogleCloudRecaptchaenterpriseV1AndroidKeySettings++;
if (buildCounterGoogleCloudRecaptchaenterpriseV1AndroidKeySettings < 3) {
- checkUnnamed3704(o.allowedPackageNames!);
+ checkUnnamed3714(o.allowedPackageNames!);
}
buildCounterGoogleCloudRecaptchaenterpriseV1AndroidKeySettings--;
}
-core.List<core.String> buildUnnamed3705() {
+core.List<core.String> buildUnnamed3715() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3705(core.List<core.String> o) {
+void checkUnnamed3715(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -95,7 +95,7 @@
if (buildCounterGoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest <
3) {
o.annotation = 'foo';
- o.reasons = buildUnnamed3705();
+ o.reasons = buildUnnamed3715();
}
buildCounterGoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest--;
return o;
@@ -110,7 +110,7 @@
o.annotation!,
unittest.equals('foo'),
);
- checkUnnamed3705(o.reasons!);
+ checkUnnamed3715(o.reasons!);
}
buildCounterGoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest--;
}
@@ -251,14 +251,14 @@
buildCounterGoogleCloudRecaptchaenterpriseV1Event--;
}
-core.List<core.String> buildUnnamed3706() {
+core.List<core.String> buildUnnamed3716() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3706(core.List<core.String> o) {
+void checkUnnamed3716(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -276,7 +276,7 @@
var o = api.GoogleCloudRecaptchaenterpriseV1IOSKeySettings();
buildCounterGoogleCloudRecaptchaenterpriseV1IOSKeySettings++;
if (buildCounterGoogleCloudRecaptchaenterpriseV1IOSKeySettings < 3) {
- o.allowedBundleIds = buildUnnamed3706();
+ o.allowedBundleIds = buildUnnamed3716();
}
buildCounterGoogleCloudRecaptchaenterpriseV1IOSKeySettings--;
return o;
@@ -286,19 +286,19 @@
api.GoogleCloudRecaptchaenterpriseV1IOSKeySettings o) {
buildCounterGoogleCloudRecaptchaenterpriseV1IOSKeySettings++;
if (buildCounterGoogleCloudRecaptchaenterpriseV1IOSKeySettings < 3) {
- checkUnnamed3706(o.allowedBundleIds!);
+ checkUnnamed3716(o.allowedBundleIds!);
}
buildCounterGoogleCloudRecaptchaenterpriseV1IOSKeySettings--;
}
-core.Map<core.String, core.String> buildUnnamed3707() {
+core.Map<core.String, core.String> buildUnnamed3717() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3707(core.Map<core.String, core.String> o) {
+void checkUnnamed3717(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -321,7 +321,7 @@
o.createTime = 'foo';
o.displayName = 'foo';
o.iosSettings = buildGoogleCloudRecaptchaenterpriseV1IOSKeySettings();
- o.labels = buildUnnamed3707();
+ o.labels = buildUnnamed3717();
o.name = 'foo';
o.testingOptions = buildGoogleCloudRecaptchaenterpriseV1TestingOptions();
o.webSettings = buildGoogleCloudRecaptchaenterpriseV1WebKeySettings();
@@ -346,7 +346,7 @@
);
checkGoogleCloudRecaptchaenterpriseV1IOSKeySettings(
o.iosSettings! as api.GoogleCloudRecaptchaenterpriseV1IOSKeySettings);
- checkUnnamed3707(o.labels!);
+ checkUnnamed3717(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -359,14 +359,14 @@
buildCounterGoogleCloudRecaptchaenterpriseV1Key--;
}
-core.List<api.GoogleCloudRecaptchaenterpriseV1Key> buildUnnamed3708() {
+core.List<api.GoogleCloudRecaptchaenterpriseV1Key> buildUnnamed3718() {
var o = <api.GoogleCloudRecaptchaenterpriseV1Key>[];
o.add(buildGoogleCloudRecaptchaenterpriseV1Key());
o.add(buildGoogleCloudRecaptchaenterpriseV1Key());
return o;
}
-void checkUnnamed3708(core.List<api.GoogleCloudRecaptchaenterpriseV1Key> o) {
+void checkUnnamed3718(core.List<api.GoogleCloudRecaptchaenterpriseV1Key> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecaptchaenterpriseV1Key(
o[0] as api.GoogleCloudRecaptchaenterpriseV1Key);
@@ -380,7 +380,7 @@
var o = api.GoogleCloudRecaptchaenterpriseV1ListKeysResponse();
buildCounterGoogleCloudRecaptchaenterpriseV1ListKeysResponse++;
if (buildCounterGoogleCloudRecaptchaenterpriseV1ListKeysResponse < 3) {
- o.keys = buildUnnamed3708();
+ o.keys = buildUnnamed3718();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudRecaptchaenterpriseV1ListKeysResponse--;
@@ -391,7 +391,7 @@
api.GoogleCloudRecaptchaenterpriseV1ListKeysResponse o) {
buildCounterGoogleCloudRecaptchaenterpriseV1ListKeysResponse++;
if (buildCounterGoogleCloudRecaptchaenterpriseV1ListKeysResponse < 3) {
- checkUnnamed3708(o.keys!);
+ checkUnnamed3718(o.keys!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -401,14 +401,14 @@
}
core.List<api.GoogleCloudRecaptchaenterpriseV1ChallengeMetrics>
- buildUnnamed3709() {
+ buildUnnamed3719() {
var o = <api.GoogleCloudRecaptchaenterpriseV1ChallengeMetrics>[];
o.add(buildGoogleCloudRecaptchaenterpriseV1ChallengeMetrics());
o.add(buildGoogleCloudRecaptchaenterpriseV1ChallengeMetrics());
return o;
}
-void checkUnnamed3709(
+void checkUnnamed3719(
core.List<api.GoogleCloudRecaptchaenterpriseV1ChallengeMetrics> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecaptchaenterpriseV1ChallengeMetrics(
@@ -417,14 +417,14 @@
o[1] as api.GoogleCloudRecaptchaenterpriseV1ChallengeMetrics);
}
-core.List<api.GoogleCloudRecaptchaenterpriseV1ScoreMetrics> buildUnnamed3710() {
+core.List<api.GoogleCloudRecaptchaenterpriseV1ScoreMetrics> buildUnnamed3720() {
var o = <api.GoogleCloudRecaptchaenterpriseV1ScoreMetrics>[];
o.add(buildGoogleCloudRecaptchaenterpriseV1ScoreMetrics());
o.add(buildGoogleCloudRecaptchaenterpriseV1ScoreMetrics());
return o;
}
-void checkUnnamed3710(
+void checkUnnamed3720(
core.List<api.GoogleCloudRecaptchaenterpriseV1ScoreMetrics> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecaptchaenterpriseV1ScoreMetrics(
@@ -439,8 +439,8 @@
var o = api.GoogleCloudRecaptchaenterpriseV1Metrics();
buildCounterGoogleCloudRecaptchaenterpriseV1Metrics++;
if (buildCounterGoogleCloudRecaptchaenterpriseV1Metrics < 3) {
- o.challengeMetrics = buildUnnamed3709();
- o.scoreMetrics = buildUnnamed3710();
+ o.challengeMetrics = buildUnnamed3719();
+ o.scoreMetrics = buildUnnamed3720();
o.startTime = 'foo';
}
buildCounterGoogleCloudRecaptchaenterpriseV1Metrics--;
@@ -451,8 +451,8 @@
api.GoogleCloudRecaptchaenterpriseV1Metrics o) {
buildCounterGoogleCloudRecaptchaenterpriseV1Metrics++;
if (buildCounterGoogleCloudRecaptchaenterpriseV1Metrics < 3) {
- checkUnnamed3709(o.challengeMetrics!);
- checkUnnamed3710(o.scoreMetrics!);
+ checkUnnamed3719(o.challengeMetrics!);
+ checkUnnamed3720(o.scoreMetrics!);
unittest.expect(
o.startTime!,
unittest.equals('foo'),
@@ -478,14 +478,14 @@
buildCounterGoogleCloudRecaptchaenterpriseV1MigrateKeyRequest--;
}
-core.List<core.String> buildUnnamed3711() {
+core.List<core.String> buildUnnamed3721() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3711(core.List<core.String> o) {
+void checkUnnamed3721(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -503,7 +503,7 @@
var o = api.GoogleCloudRecaptchaenterpriseV1RiskAnalysis();
buildCounterGoogleCloudRecaptchaenterpriseV1RiskAnalysis++;
if (buildCounterGoogleCloudRecaptchaenterpriseV1RiskAnalysis < 3) {
- o.reasons = buildUnnamed3711();
+ o.reasons = buildUnnamed3721();
o.score = 42.0;
}
buildCounterGoogleCloudRecaptchaenterpriseV1RiskAnalysis--;
@@ -514,7 +514,7 @@
api.GoogleCloudRecaptchaenterpriseV1RiskAnalysis o) {
buildCounterGoogleCloudRecaptchaenterpriseV1RiskAnalysis++;
if (buildCounterGoogleCloudRecaptchaenterpriseV1RiskAnalysis < 3) {
- checkUnnamed3711(o.reasons!);
+ checkUnnamed3721(o.reasons!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -523,14 +523,14 @@
buildCounterGoogleCloudRecaptchaenterpriseV1RiskAnalysis--;
}
-core.Map<core.String, core.String> buildUnnamed3712() {
+core.Map<core.String, core.String> buildUnnamed3722() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3712(core.Map<core.String, core.String> o) {
+void checkUnnamed3722(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -548,7 +548,7 @@
var o = api.GoogleCloudRecaptchaenterpriseV1ScoreDistribution();
buildCounterGoogleCloudRecaptchaenterpriseV1ScoreDistribution++;
if (buildCounterGoogleCloudRecaptchaenterpriseV1ScoreDistribution < 3) {
- o.scoreBuckets = buildUnnamed3712();
+ o.scoreBuckets = buildUnnamed3722();
}
buildCounterGoogleCloudRecaptchaenterpriseV1ScoreDistribution--;
return o;
@@ -558,13 +558,13 @@
api.GoogleCloudRecaptchaenterpriseV1ScoreDistribution o) {
buildCounterGoogleCloudRecaptchaenterpriseV1ScoreDistribution++;
if (buildCounterGoogleCloudRecaptchaenterpriseV1ScoreDistribution < 3) {
- checkUnnamed3712(o.scoreBuckets!);
+ checkUnnamed3722(o.scoreBuckets!);
}
buildCounterGoogleCloudRecaptchaenterpriseV1ScoreDistribution--;
}
core.Map<core.String, api.GoogleCloudRecaptchaenterpriseV1ScoreDistribution>
- buildUnnamed3713() {
+ buildUnnamed3723() {
var o =
<core.String, api.GoogleCloudRecaptchaenterpriseV1ScoreDistribution>{};
o['x'] = buildGoogleCloudRecaptchaenterpriseV1ScoreDistribution();
@@ -572,7 +572,7 @@
return o;
}
-void checkUnnamed3713(
+void checkUnnamed3723(
core.Map<core.String, api.GoogleCloudRecaptchaenterpriseV1ScoreDistribution>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -588,7 +588,7 @@
var o = api.GoogleCloudRecaptchaenterpriseV1ScoreMetrics();
buildCounterGoogleCloudRecaptchaenterpriseV1ScoreMetrics++;
if (buildCounterGoogleCloudRecaptchaenterpriseV1ScoreMetrics < 3) {
- o.actionMetrics = buildUnnamed3713();
+ o.actionMetrics = buildUnnamed3723();
o.overallMetrics = buildGoogleCloudRecaptchaenterpriseV1ScoreDistribution();
}
buildCounterGoogleCloudRecaptchaenterpriseV1ScoreMetrics--;
@@ -599,7 +599,7 @@
api.GoogleCloudRecaptchaenterpriseV1ScoreMetrics o) {
buildCounterGoogleCloudRecaptchaenterpriseV1ScoreMetrics++;
if (buildCounterGoogleCloudRecaptchaenterpriseV1ScoreMetrics < 3) {
- checkUnnamed3713(o.actionMetrics!);
+ checkUnnamed3723(o.actionMetrics!);
checkGoogleCloudRecaptchaenterpriseV1ScoreDistribution(o.overallMetrics!
as api.GoogleCloudRecaptchaenterpriseV1ScoreDistribution);
}
@@ -676,14 +676,14 @@
buildCounterGoogleCloudRecaptchaenterpriseV1TokenProperties--;
}
-core.List<core.String> buildUnnamed3714() {
+core.List<core.String> buildUnnamed3724() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3714(core.List<core.String> o) {
+void checkUnnamed3724(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -703,7 +703,7 @@
if (buildCounterGoogleCloudRecaptchaenterpriseV1WebKeySettings < 3) {
o.allowAllDomains = true;
o.allowAmpTraffic = true;
- o.allowedDomains = buildUnnamed3714();
+ o.allowedDomains = buildUnnamed3724();
o.challengeSecurityPreference = 'foo';
o.integrationType = 'foo';
}
@@ -717,7 +717,7 @@
if (buildCounterGoogleCloudRecaptchaenterpriseV1WebKeySettings < 3) {
unittest.expect(o.allowAllDomains!, unittest.isTrue);
unittest.expect(o.allowAmpTraffic!, unittest.isTrue);
- checkUnnamed3714(o.allowedDomains!);
+ checkUnnamed3724(o.allowedDomains!);
unittest.expect(
o.challengeSecurityPreference!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/recommender/v1_test.dart b/generated/googleapis/test/recommender/v1_test.dart
index a9cbf67..eac8b64 100644
--- a/generated/googleapis/test/recommender/v1_test.dart
+++ b/generated/googleapis/test/recommender/v1_test.dart
@@ -82,14 +82,14 @@
}
core.List<api.GoogleCloudRecommenderV1InsightRecommendationReference>
- buildUnnamed7668() {
+ buildUnnamed7722() {
var o = <api.GoogleCloudRecommenderV1InsightRecommendationReference>[];
o.add(buildGoogleCloudRecommenderV1InsightRecommendationReference());
o.add(buildGoogleCloudRecommenderV1InsightRecommendationReference());
return o;
}
-void checkUnnamed7668(
+void checkUnnamed7722(
core.List<api.GoogleCloudRecommenderV1InsightRecommendationReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommenderV1InsightRecommendationReference(
@@ -98,7 +98,7 @@
o[1] as api.GoogleCloudRecommenderV1InsightRecommendationReference);
}
-core.Map<core.String, core.Object> buildUnnamed7669() {
+core.Map<core.String, core.Object> buildUnnamed7723() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -113,7 +113,7 @@
return o;
}
-void checkUnnamed7669(core.Map<core.String, core.Object> o) {
+void checkUnnamed7723(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -145,14 +145,14 @@
);
}
-core.List<core.String> buildUnnamed7670() {
+core.List<core.String> buildUnnamed7724() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7670(core.List<core.String> o) {
+void checkUnnamed7724(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -169,9 +169,9 @@
var o = api.GoogleCloudRecommenderV1Insight();
buildCounterGoogleCloudRecommenderV1Insight++;
if (buildCounterGoogleCloudRecommenderV1Insight < 3) {
- o.associatedRecommendations = buildUnnamed7668();
+ o.associatedRecommendations = buildUnnamed7722();
o.category = 'foo';
- o.content = buildUnnamed7669();
+ o.content = buildUnnamed7723();
o.description = 'foo';
o.etag = 'foo';
o.insightSubtype = 'foo';
@@ -180,7 +180,7 @@
o.observationPeriod = 'foo';
o.severity = 'foo';
o.stateInfo = buildGoogleCloudRecommenderV1InsightStateInfo();
- o.targetResources = buildUnnamed7670();
+ o.targetResources = buildUnnamed7724();
}
buildCounterGoogleCloudRecommenderV1Insight--;
return o;
@@ -190,12 +190,12 @@
api.GoogleCloudRecommenderV1Insight o) {
buildCounterGoogleCloudRecommenderV1Insight++;
if (buildCounterGoogleCloudRecommenderV1Insight < 3) {
- checkUnnamed7668(o.associatedRecommendations!);
+ checkUnnamed7722(o.associatedRecommendations!);
unittest.expect(
o.category!,
unittest.equals('foo'),
);
- checkUnnamed7669(o.content!);
+ checkUnnamed7723(o.content!);
unittest.expect(
o.description!,
unittest.equals('foo'),
@@ -226,7 +226,7 @@
);
checkGoogleCloudRecommenderV1InsightStateInfo(
o.stateInfo! as api.GoogleCloudRecommenderV1InsightStateInfo);
- checkUnnamed7670(o.targetResources!);
+ checkUnnamed7724(o.targetResources!);
}
buildCounterGoogleCloudRecommenderV1Insight--;
}
@@ -255,14 +255,14 @@
buildCounterGoogleCloudRecommenderV1InsightRecommendationReference--;
}
-core.Map<core.String, core.String> buildUnnamed7671() {
+core.Map<core.String, core.String> buildUnnamed7725() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7671(core.Map<core.String, core.String> o) {
+void checkUnnamed7725(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -281,7 +281,7 @@
buildCounterGoogleCloudRecommenderV1InsightStateInfo++;
if (buildCounterGoogleCloudRecommenderV1InsightStateInfo < 3) {
o.state = 'foo';
- o.stateMetadata = buildUnnamed7671();
+ o.stateMetadata = buildUnnamed7725();
}
buildCounterGoogleCloudRecommenderV1InsightStateInfo--;
return o;
@@ -295,19 +295,19 @@
o.state!,
unittest.equals('foo'),
);
- checkUnnamed7671(o.stateMetadata!);
+ checkUnnamed7725(o.stateMetadata!);
}
buildCounterGoogleCloudRecommenderV1InsightStateInfo--;
}
-core.List<api.GoogleCloudRecommenderV1Insight> buildUnnamed7672() {
+core.List<api.GoogleCloudRecommenderV1Insight> buildUnnamed7726() {
var o = <api.GoogleCloudRecommenderV1Insight>[];
o.add(buildGoogleCloudRecommenderV1Insight());
o.add(buildGoogleCloudRecommenderV1Insight());
return o;
}
-void checkUnnamed7672(core.List<api.GoogleCloudRecommenderV1Insight> o) {
+void checkUnnamed7726(core.List<api.GoogleCloudRecommenderV1Insight> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommenderV1Insight(
o[0] as api.GoogleCloudRecommenderV1Insight);
@@ -321,7 +321,7 @@
var o = api.GoogleCloudRecommenderV1ListInsightsResponse();
buildCounterGoogleCloudRecommenderV1ListInsightsResponse++;
if (buildCounterGoogleCloudRecommenderV1ListInsightsResponse < 3) {
- o.insights = buildUnnamed7672();
+ o.insights = buildUnnamed7726();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudRecommenderV1ListInsightsResponse--;
@@ -332,7 +332,7 @@
api.GoogleCloudRecommenderV1ListInsightsResponse o) {
buildCounterGoogleCloudRecommenderV1ListInsightsResponse++;
if (buildCounterGoogleCloudRecommenderV1ListInsightsResponse < 3) {
- checkUnnamed7672(o.insights!);
+ checkUnnamed7726(o.insights!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -341,14 +341,14 @@
buildCounterGoogleCloudRecommenderV1ListInsightsResponse--;
}
-core.List<api.GoogleCloudRecommenderV1Recommendation> buildUnnamed7673() {
+core.List<api.GoogleCloudRecommenderV1Recommendation> buildUnnamed7727() {
var o = <api.GoogleCloudRecommenderV1Recommendation>[];
o.add(buildGoogleCloudRecommenderV1Recommendation());
o.add(buildGoogleCloudRecommenderV1Recommendation());
return o;
}
-void checkUnnamed7673(core.List<api.GoogleCloudRecommenderV1Recommendation> o) {
+void checkUnnamed7727(core.List<api.GoogleCloudRecommenderV1Recommendation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommenderV1Recommendation(
o[0] as api.GoogleCloudRecommenderV1Recommendation);
@@ -363,7 +363,7 @@
buildCounterGoogleCloudRecommenderV1ListRecommendationsResponse++;
if (buildCounterGoogleCloudRecommenderV1ListRecommendationsResponse < 3) {
o.nextPageToken = 'foo';
- o.recommendations = buildUnnamed7673();
+ o.recommendations = buildUnnamed7727();
}
buildCounterGoogleCloudRecommenderV1ListRecommendationsResponse--;
return o;
@@ -377,19 +377,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7673(o.recommendations!);
+ checkUnnamed7727(o.recommendations!);
}
buildCounterGoogleCloudRecommenderV1ListRecommendationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed7674() {
+core.Map<core.String, core.String> buildUnnamed7728() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7674(core.Map<core.String, core.String> o) {
+void checkUnnamed7728(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -408,7 +408,7 @@
buildCounterGoogleCloudRecommenderV1MarkInsightAcceptedRequest++;
if (buildCounterGoogleCloudRecommenderV1MarkInsightAcceptedRequest < 3) {
o.etag = 'foo';
- o.stateMetadata = buildUnnamed7674();
+ o.stateMetadata = buildUnnamed7728();
}
buildCounterGoogleCloudRecommenderV1MarkInsightAcceptedRequest--;
return o;
@@ -422,19 +422,19 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed7674(o.stateMetadata!);
+ checkUnnamed7728(o.stateMetadata!);
}
buildCounterGoogleCloudRecommenderV1MarkInsightAcceptedRequest--;
}
-core.Map<core.String, core.String> buildUnnamed7675() {
+core.Map<core.String, core.String> buildUnnamed7729() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7675(core.Map<core.String, core.String> o) {
+void checkUnnamed7729(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -455,7 +455,7 @@
if (buildCounterGoogleCloudRecommenderV1MarkRecommendationClaimedRequest <
3) {
o.etag = 'foo';
- o.stateMetadata = buildUnnamed7675();
+ o.stateMetadata = buildUnnamed7729();
}
buildCounterGoogleCloudRecommenderV1MarkRecommendationClaimedRequest--;
return o;
@@ -470,19 +470,19 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed7675(o.stateMetadata!);
+ checkUnnamed7729(o.stateMetadata!);
}
buildCounterGoogleCloudRecommenderV1MarkRecommendationClaimedRequest--;
}
-core.Map<core.String, core.String> buildUnnamed7676() {
+core.Map<core.String, core.String> buildUnnamed7730() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7676(core.Map<core.String, core.String> o) {
+void checkUnnamed7730(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -502,7 +502,7 @@
buildCounterGoogleCloudRecommenderV1MarkRecommendationFailedRequest++;
if (buildCounterGoogleCloudRecommenderV1MarkRecommendationFailedRequest < 3) {
o.etag = 'foo';
- o.stateMetadata = buildUnnamed7676();
+ o.stateMetadata = buildUnnamed7730();
}
buildCounterGoogleCloudRecommenderV1MarkRecommendationFailedRequest--;
return o;
@@ -516,19 +516,19 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed7676(o.stateMetadata!);
+ checkUnnamed7730(o.stateMetadata!);
}
buildCounterGoogleCloudRecommenderV1MarkRecommendationFailedRequest--;
}
-core.Map<core.String, core.String> buildUnnamed7677() {
+core.Map<core.String, core.String> buildUnnamed7731() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7677(core.Map<core.String, core.String> o) {
+void checkUnnamed7731(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -549,7 +549,7 @@
if (buildCounterGoogleCloudRecommenderV1MarkRecommendationSucceededRequest <
3) {
o.etag = 'foo';
- o.stateMetadata = buildUnnamed7677();
+ o.stateMetadata = buildUnnamed7731();
}
buildCounterGoogleCloudRecommenderV1MarkRecommendationSucceededRequest--;
return o;
@@ -564,12 +564,12 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed7677(o.stateMetadata!);
+ checkUnnamed7731(o.stateMetadata!);
}
buildCounterGoogleCloudRecommenderV1MarkRecommendationSucceededRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed7678() {
+core.Map<core.String, core.Object> buildUnnamed7732() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -584,7 +584,7 @@
return o;
}
-void checkUnnamed7678(core.Map<core.String, core.Object> o) {
+void checkUnnamed7732(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -617,14 +617,14 @@
}
core.Map<core.String, api.GoogleCloudRecommenderV1ValueMatcher>
- buildUnnamed7679() {
+ buildUnnamed7733() {
var o = <core.String, api.GoogleCloudRecommenderV1ValueMatcher>{};
o['x'] = buildGoogleCloudRecommenderV1ValueMatcher();
o['y'] = buildGoogleCloudRecommenderV1ValueMatcher();
return o;
}
-void checkUnnamed7679(
+void checkUnnamed7733(
core.Map<core.String, api.GoogleCloudRecommenderV1ValueMatcher> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommenderV1ValueMatcher(
@@ -640,8 +640,8 @@
if (buildCounterGoogleCloudRecommenderV1Operation < 3) {
o.action = 'foo';
o.path = 'foo';
- o.pathFilters = buildUnnamed7678();
- o.pathValueMatchers = buildUnnamed7679();
+ o.pathFilters = buildUnnamed7732();
+ o.pathValueMatchers = buildUnnamed7733();
o.resource = 'foo';
o.resourceType = 'foo';
o.sourcePath = 'foo';
@@ -669,8 +669,8 @@
o.path!,
unittest.equals('foo'),
);
- checkUnnamed7678(o.pathFilters!);
- checkUnnamed7679(o.pathValueMatchers!);
+ checkUnnamed7732(o.pathFilters!);
+ checkUnnamed7733(o.pathValueMatchers!);
unittest.expect(
o.resource!,
unittest.equals('foo'),
@@ -707,14 +707,14 @@
buildCounterGoogleCloudRecommenderV1Operation--;
}
-core.List<api.GoogleCloudRecommenderV1Operation> buildUnnamed7680() {
+core.List<api.GoogleCloudRecommenderV1Operation> buildUnnamed7734() {
var o = <api.GoogleCloudRecommenderV1Operation>[];
o.add(buildGoogleCloudRecommenderV1Operation());
o.add(buildGoogleCloudRecommenderV1Operation());
return o;
}
-void checkUnnamed7680(core.List<api.GoogleCloudRecommenderV1Operation> o) {
+void checkUnnamed7734(core.List<api.GoogleCloudRecommenderV1Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommenderV1Operation(
o[0] as api.GoogleCloudRecommenderV1Operation);
@@ -728,7 +728,7 @@
var o = api.GoogleCloudRecommenderV1OperationGroup();
buildCounterGoogleCloudRecommenderV1OperationGroup++;
if (buildCounterGoogleCloudRecommenderV1OperationGroup < 3) {
- o.operations = buildUnnamed7680();
+ o.operations = buildUnnamed7734();
}
buildCounterGoogleCloudRecommenderV1OperationGroup--;
return o;
@@ -738,19 +738,19 @@
api.GoogleCloudRecommenderV1OperationGroup o) {
buildCounterGoogleCloudRecommenderV1OperationGroup++;
if (buildCounterGoogleCloudRecommenderV1OperationGroup < 3) {
- checkUnnamed7680(o.operations!);
+ checkUnnamed7734(o.operations!);
}
buildCounterGoogleCloudRecommenderV1OperationGroup--;
}
-core.List<api.GoogleCloudRecommenderV1Impact> buildUnnamed7681() {
+core.List<api.GoogleCloudRecommenderV1Impact> buildUnnamed7735() {
var o = <api.GoogleCloudRecommenderV1Impact>[];
o.add(buildGoogleCloudRecommenderV1Impact());
o.add(buildGoogleCloudRecommenderV1Impact());
return o;
}
-void checkUnnamed7681(core.List<api.GoogleCloudRecommenderV1Impact> o) {
+void checkUnnamed7735(core.List<api.GoogleCloudRecommenderV1Impact> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommenderV1Impact(
o[0] as api.GoogleCloudRecommenderV1Impact);
@@ -759,14 +759,14 @@
}
core.List<api.GoogleCloudRecommenderV1RecommendationInsightReference>
- buildUnnamed7682() {
+ buildUnnamed7736() {
var o = <api.GoogleCloudRecommenderV1RecommendationInsightReference>[];
o.add(buildGoogleCloudRecommenderV1RecommendationInsightReference());
o.add(buildGoogleCloudRecommenderV1RecommendationInsightReference());
return o;
}
-void checkUnnamed7682(
+void checkUnnamed7736(
core.List<api.GoogleCloudRecommenderV1RecommendationInsightReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommenderV1RecommendationInsightReference(
@@ -781,8 +781,8 @@
var o = api.GoogleCloudRecommenderV1Recommendation();
buildCounterGoogleCloudRecommenderV1Recommendation++;
if (buildCounterGoogleCloudRecommenderV1Recommendation < 3) {
- o.additionalImpact = buildUnnamed7681();
- o.associatedInsights = buildUnnamed7682();
+ o.additionalImpact = buildUnnamed7735();
+ o.associatedInsights = buildUnnamed7736();
o.content = buildGoogleCloudRecommenderV1RecommendationContent();
o.description = 'foo';
o.etag = 'foo';
@@ -801,8 +801,8 @@
api.GoogleCloudRecommenderV1Recommendation o) {
buildCounterGoogleCloudRecommenderV1Recommendation++;
if (buildCounterGoogleCloudRecommenderV1Recommendation < 3) {
- checkUnnamed7681(o.additionalImpact!);
- checkUnnamed7682(o.associatedInsights!);
+ checkUnnamed7735(o.additionalImpact!);
+ checkUnnamed7736(o.associatedInsights!);
checkGoogleCloudRecommenderV1RecommendationContent(
o.content! as api.GoogleCloudRecommenderV1RecommendationContent);
unittest.expect(
@@ -837,14 +837,14 @@
buildCounterGoogleCloudRecommenderV1Recommendation--;
}
-core.List<api.GoogleCloudRecommenderV1OperationGroup> buildUnnamed7683() {
+core.List<api.GoogleCloudRecommenderV1OperationGroup> buildUnnamed7737() {
var o = <api.GoogleCloudRecommenderV1OperationGroup>[];
o.add(buildGoogleCloudRecommenderV1OperationGroup());
o.add(buildGoogleCloudRecommenderV1OperationGroup());
return o;
}
-void checkUnnamed7683(core.List<api.GoogleCloudRecommenderV1OperationGroup> o) {
+void checkUnnamed7737(core.List<api.GoogleCloudRecommenderV1OperationGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRecommenderV1OperationGroup(
o[0] as api.GoogleCloudRecommenderV1OperationGroup);
@@ -858,7 +858,7 @@
var o = api.GoogleCloudRecommenderV1RecommendationContent();
buildCounterGoogleCloudRecommenderV1RecommendationContent++;
if (buildCounterGoogleCloudRecommenderV1RecommendationContent < 3) {
- o.operationGroups = buildUnnamed7683();
+ o.operationGroups = buildUnnamed7737();
}
buildCounterGoogleCloudRecommenderV1RecommendationContent--;
return o;
@@ -868,7 +868,7 @@
api.GoogleCloudRecommenderV1RecommendationContent o) {
buildCounterGoogleCloudRecommenderV1RecommendationContent++;
if (buildCounterGoogleCloudRecommenderV1RecommendationContent < 3) {
- checkUnnamed7683(o.operationGroups!);
+ checkUnnamed7737(o.operationGroups!);
}
buildCounterGoogleCloudRecommenderV1RecommendationContent--;
}
@@ -897,14 +897,14 @@
buildCounterGoogleCloudRecommenderV1RecommendationInsightReference--;
}
-core.Map<core.String, core.String> buildUnnamed7684() {
+core.Map<core.String, core.String> buildUnnamed7738() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7684(core.Map<core.String, core.String> o) {
+void checkUnnamed7738(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -923,7 +923,7 @@
buildCounterGoogleCloudRecommenderV1RecommendationStateInfo++;
if (buildCounterGoogleCloudRecommenderV1RecommendationStateInfo < 3) {
o.state = 'foo';
- o.stateMetadata = buildUnnamed7684();
+ o.stateMetadata = buildUnnamed7738();
}
buildCounterGoogleCloudRecommenderV1RecommendationStateInfo--;
return o;
@@ -937,12 +937,12 @@
o.state!,
unittest.equals('foo'),
);
- checkUnnamed7684(o.stateMetadata!);
+ checkUnnamed7738(o.stateMetadata!);
}
buildCounterGoogleCloudRecommenderV1RecommendationStateInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed7685() {
+core.Map<core.String, core.Object> buildUnnamed7739() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -957,7 +957,7 @@
return o;
}
-void checkUnnamed7685(core.Map<core.String, core.Object> o) {
+void checkUnnamed7739(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted6 = (o['x']!) as core.Map;
unittest.expect(casted6, unittest.hasLength(3));
@@ -995,7 +995,7 @@
var o = api.GoogleCloudRecommenderV1SecurityProjection();
buildCounterGoogleCloudRecommenderV1SecurityProjection++;
if (buildCounterGoogleCloudRecommenderV1SecurityProjection < 3) {
- o.details = buildUnnamed7685();
+ o.details = buildUnnamed7739();
}
buildCounterGoogleCloudRecommenderV1SecurityProjection--;
return o;
@@ -1005,7 +1005,7 @@
api.GoogleCloudRecommenderV1SecurityProjection o) {
buildCounterGoogleCloudRecommenderV1SecurityProjection++;
if (buildCounterGoogleCloudRecommenderV1SecurityProjection < 3) {
- checkUnnamed7685(o.details!);
+ checkUnnamed7739(o.details!);
}
buildCounterGoogleCloudRecommenderV1SecurityProjection--;
}
diff --git a/generated/googleapis/test/redis/v1_test.dart b/generated/googleapis/test/redis/v1_test.dart
index 18ca266..bc38695 100644
--- a/generated/googleapis/test/redis/v1_test.dart
+++ b/generated/googleapis/test/redis/v1_test.dart
@@ -127,14 +127,14 @@
buildCounterGcsSource--;
}
-core.Map<core.String, api.GoogleCloudRedisV1ZoneMetadata> buildUnnamed2988() {
+core.Map<core.String, api.GoogleCloudRedisV1ZoneMetadata> buildUnnamed2996() {
var o = <core.String, api.GoogleCloudRedisV1ZoneMetadata>{};
o['x'] = buildGoogleCloudRedisV1ZoneMetadata();
o['y'] = buildGoogleCloudRedisV1ZoneMetadata();
return o;
}
-void checkUnnamed2988(
+void checkUnnamed2996(
core.Map<core.String, api.GoogleCloudRedisV1ZoneMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRedisV1ZoneMetadata(
@@ -149,7 +149,7 @@
var o = api.GoogleCloudRedisV1LocationMetadata();
buildCounterGoogleCloudRedisV1LocationMetadata++;
if (buildCounterGoogleCloudRedisV1LocationMetadata < 3) {
- o.availableZones = buildUnnamed2988();
+ o.availableZones = buildUnnamed2996();
}
buildCounterGoogleCloudRedisV1LocationMetadata--;
return o;
@@ -159,7 +159,7 @@
api.GoogleCloudRedisV1LocationMetadata o) {
buildCounterGoogleCloudRedisV1LocationMetadata++;
if (buildCounterGoogleCloudRedisV1LocationMetadata < 3) {
- checkUnnamed2988(o.availableZones!);
+ checkUnnamed2996(o.availableZones!);
}
buildCounterGoogleCloudRedisV1LocationMetadata--;
}
@@ -268,14 +268,14 @@
buildCounterInputConfig--;
}
-core.Map<core.String, core.String> buildUnnamed2989() {
+core.Map<core.String, core.String> buildUnnamed2997() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2989(core.Map<core.String, core.String> o) {
+void checkUnnamed2997(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -287,14 +287,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2990() {
+core.Map<core.String, core.String> buildUnnamed2998() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2990(core.Map<core.String, core.String> o) {
+void checkUnnamed2998(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -306,14 +306,14 @@
);
}
-core.List<api.TlsCertificate> buildUnnamed2991() {
+core.List<api.TlsCertificate> buildUnnamed2999() {
var o = <api.TlsCertificate>[];
o.add(buildTlsCertificate());
o.add(buildTlsCertificate());
return o;
}
-void checkUnnamed2991(core.List<api.TlsCertificate> o) {
+void checkUnnamed2999(core.List<api.TlsCertificate> o) {
unittest.expect(o, unittest.hasLength(2));
checkTlsCertificate(o[0] as api.TlsCertificate);
checkTlsCertificate(o[1] as api.TlsCertificate);
@@ -332,7 +332,7 @@
o.currentLocationId = 'foo';
o.displayName = 'foo';
o.host = 'foo';
- o.labels = buildUnnamed2989();
+ o.labels = buildUnnamed2997();
o.locationId = 'foo';
o.maintenancePolicy = buildMaintenancePolicy();
o.maintenanceSchedule = buildMaintenanceSchedule();
@@ -340,10 +340,10 @@
o.name = 'foo';
o.persistenceIamIdentity = 'foo';
o.port = 42;
- o.redisConfigs = buildUnnamed2990();
+ o.redisConfigs = buildUnnamed2998();
o.redisVersion = 'foo';
o.reservedIpRange = 'foo';
- o.serverCaCerts = buildUnnamed2991();
+ o.serverCaCerts = buildUnnamed2999();
o.state = 'foo';
o.statusMessage = 'foo';
o.tier = 'foo';
@@ -385,7 +385,7 @@
o.host!,
unittest.equals('foo'),
);
- checkUnnamed2989(o.labels!);
+ checkUnnamed2997(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
@@ -408,7 +408,7 @@
o.port!,
unittest.equals(42),
);
- checkUnnamed2990(o.redisConfigs!);
+ checkUnnamed2998(o.redisConfigs!);
unittest.expect(
o.redisVersion!,
unittest.equals('foo'),
@@ -417,7 +417,7 @@
o.reservedIpRange!,
unittest.equals('foo'),
);
- checkUnnamed2991(o.serverCaCerts!);
+ checkUnnamed2999(o.serverCaCerts!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -460,27 +460,27 @@
buildCounterInstanceAuthString--;
}
-core.List<api.Instance> buildUnnamed2992() {
+core.List<api.Instance> buildUnnamed3000() {
var o = <api.Instance>[];
o.add(buildInstance());
o.add(buildInstance());
return o;
}
-void checkUnnamed2992(core.List<api.Instance> o) {
+void checkUnnamed3000(core.List<api.Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstance(o[0] as api.Instance);
checkInstance(o[1] as api.Instance);
}
-core.List<core.String> buildUnnamed2993() {
+core.List<core.String> buildUnnamed3001() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2993(core.List<core.String> o) {
+void checkUnnamed3001(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -497,9 +497,9 @@
var o = api.ListInstancesResponse();
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- o.instances = buildUnnamed2992();
+ o.instances = buildUnnamed3000();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed2993();
+ o.unreachable = buildUnnamed3001();
}
buildCounterListInstancesResponse--;
return o;
@@ -508,24 +508,24 @@
void checkListInstancesResponse(api.ListInstancesResponse o) {
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- checkUnnamed2992(o.instances!);
+ checkUnnamed3000(o.instances!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2993(o.unreachable!);
+ checkUnnamed3001(o.unreachable!);
}
buildCounterListInstancesResponse--;
}
-core.List<api.Location> buildUnnamed2994() {
+core.List<api.Location> buildUnnamed3002() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed2994(core.List<api.Location> o) {
+void checkUnnamed3002(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -536,7 +536,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed2994();
+ o.locations = buildUnnamed3002();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -546,7 +546,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed2994(o.locations!);
+ checkUnnamed3002(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -555,14 +555,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed2995() {
+core.List<api.Operation> buildUnnamed3003() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed2995(core.List<api.Operation> o) {
+void checkUnnamed3003(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -574,7 +574,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed2995();
+ o.operations = buildUnnamed3003();
}
buildCounterListOperationsResponse--;
return o;
@@ -587,19 +587,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed2995(o.operations!);
+ checkUnnamed3003(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed2996() {
+core.Map<core.String, core.String> buildUnnamed3004() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2996(core.Map<core.String, core.String> o) {
+void checkUnnamed3004(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -611,7 +611,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2997() {
+core.Map<core.String, core.Object> buildUnnamed3005() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -626,7 +626,7 @@
return o;
}
-void checkUnnamed2997(core.Map<core.String, core.Object> o) {
+void checkUnnamed3005(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -664,9 +664,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed2996();
+ o.labels = buildUnnamed3004();
o.locationId = 'foo';
- o.metadata = buildUnnamed2997();
+ o.metadata = buildUnnamed3005();
o.name = 'foo';
}
buildCounterLocation--;
@@ -680,12 +680,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed2996(o.labels!);
+ checkUnnamed3004(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed2997(o.metadata!);
+ checkUnnamed3005(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -694,14 +694,14 @@
buildCounterLocation--;
}
-core.List<api.WeeklyMaintenanceWindow> buildUnnamed2998() {
+core.List<api.WeeklyMaintenanceWindow> buildUnnamed3006() {
var o = <api.WeeklyMaintenanceWindow>[];
o.add(buildWeeklyMaintenanceWindow());
o.add(buildWeeklyMaintenanceWindow());
return o;
}
-void checkUnnamed2998(core.List<api.WeeklyMaintenanceWindow> o) {
+void checkUnnamed3006(core.List<api.WeeklyMaintenanceWindow> o) {
unittest.expect(o, unittest.hasLength(2));
checkWeeklyMaintenanceWindow(o[0] as api.WeeklyMaintenanceWindow);
checkWeeklyMaintenanceWindow(o[1] as api.WeeklyMaintenanceWindow);
@@ -715,7 +715,7 @@
o.createTime = 'foo';
o.description = 'foo';
o.updateTime = 'foo';
- o.weeklyMaintenanceWindow = buildUnnamed2998();
+ o.weeklyMaintenanceWindow = buildUnnamed3006();
}
buildCounterMaintenancePolicy--;
return o;
@@ -736,7 +736,7 @@
o.updateTime!,
unittest.equals('foo'),
);
- checkUnnamed2998(o.weeklyMaintenanceWindow!);
+ checkUnnamed3006(o.weeklyMaintenanceWindow!);
}
buildCounterMaintenancePolicy--;
}
@@ -775,7 +775,7 @@
buildCounterMaintenanceSchedule--;
}
-core.Map<core.String, core.Object> buildUnnamed2999() {
+core.Map<core.String, core.Object> buildUnnamed3007() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -790,7 +790,7 @@
return o;
}
-void checkUnnamed2999(core.Map<core.String, core.Object> o) {
+void checkUnnamed3007(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -822,7 +822,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3000() {
+core.Map<core.String, core.Object> buildUnnamed3008() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -837,7 +837,7 @@
return o;
}
-void checkUnnamed3000(core.Map<core.String, core.Object> o) {
+void checkUnnamed3008(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -876,9 +876,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed2999();
+ o.metadata = buildUnnamed3007();
o.name = 'foo';
- o.response = buildUnnamed3000();
+ o.response = buildUnnamed3008();
}
buildCounterOperation--;
return o;
@@ -889,12 +889,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed2999(o.metadata!);
+ checkUnnamed3007(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3000(o.response!);
+ checkUnnamed3008(o.response!);
}
buildCounterOperation--;
}
@@ -945,7 +945,7 @@
buildCounterRescheduleMaintenanceRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed3001() {
+core.Map<core.String, core.Object> buildUnnamed3009() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -960,7 +960,7 @@
return o;
}
-void checkUnnamed3001(core.Map<core.String, core.Object> o) {
+void checkUnnamed3009(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -992,17 +992,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3002() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3010() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3001());
- o.add(buildUnnamed3001());
+ o.add(buildUnnamed3009());
+ o.add(buildUnnamed3009());
return o;
}
-void checkUnnamed3002(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3010(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3001(o[0]);
- checkUnnamed3001(o[1]);
+ checkUnnamed3009(o[0]);
+ checkUnnamed3009(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1011,7 +1011,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3002();
+ o.details = buildUnnamed3010();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1025,7 +1025,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3002(o.details!);
+ checkUnnamed3010(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/reseller/v1_test.dart b/generated/googleapis/test/reseller/v1_test.dart
index dae5696..15c2291 100644
--- a/generated/googleapis/test/reseller/v1_test.dart
+++ b/generated/googleapis/test/reseller/v1_test.dart
@@ -142,9 +142,11 @@
o.customerDomain = 'foo';
o.customerDomainVerified = true;
o.customerId = 'foo';
+ o.customerType = 'foo';
o.kind = 'foo';
o.phoneNumber = 'foo';
o.postalAddress = buildAddress();
+ o.primaryAdmin = buildPrimaryAdmin();
o.resourceUiUrl = 'foo';
}
buildCounterCustomer--;
@@ -168,6 +170,10 @@
unittest.equals('foo'),
);
unittest.expect(
+ o.customerType!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
o.kind!,
unittest.equals('foo'),
);
@@ -176,6 +182,7 @@
unittest.equals('foo'),
);
checkAddress(o.postalAddress! as api.Address);
+ checkPrimaryAdmin(o.primaryAdmin! as api.PrimaryAdmin);
unittest.expect(
o.resourceUiUrl!,
unittest.equals('foo'),
@@ -184,6 +191,28 @@
buildCounterCustomer--;
}
+core.int buildCounterPrimaryAdmin = 0;
+api.PrimaryAdmin buildPrimaryAdmin() {
+ var o = api.PrimaryAdmin();
+ buildCounterPrimaryAdmin++;
+ if (buildCounterPrimaryAdmin < 3) {
+ o.primaryEmail = 'foo';
+ }
+ buildCounterPrimaryAdmin--;
+ return o;
+}
+
+void checkPrimaryAdmin(api.PrimaryAdmin o) {
+ buildCounterPrimaryAdmin++;
+ if (buildCounterPrimaryAdmin < 3) {
+ unittest.expect(
+ o.primaryEmail!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterPrimaryAdmin--;
+}
+
core.int buildCounterRenewalSettings = 0;
api.RenewalSettings buildRenewalSettings() {
var o = api.RenewalSettings();
@@ -211,14 +240,14 @@
buildCounterRenewalSettings--;
}
-core.List<core.String> buildUnnamed4629() {
+core.List<core.String> buildUnnamed4672() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4629(core.List<core.String> o) {
+void checkUnnamed4672(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -236,7 +265,7 @@
var o = api.ResellernotifyGetwatchdetailsResponse();
buildCounterResellernotifyGetwatchdetailsResponse++;
if (buildCounterResellernotifyGetwatchdetailsResponse < 3) {
- o.serviceAccountEmailAddresses = buildUnnamed4629();
+ o.serviceAccountEmailAddresses = buildUnnamed4672();
o.topicName = 'foo';
}
buildCounterResellernotifyGetwatchdetailsResponse--;
@@ -247,7 +276,7 @@
api.ResellernotifyGetwatchdetailsResponse o) {
buildCounterResellernotifyGetwatchdetailsResponse++;
if (buildCounterResellernotifyGetwatchdetailsResponse < 3) {
- checkUnnamed4629(o.serviceAccountEmailAddresses!);
+ checkUnnamed4672(o.serviceAccountEmailAddresses!);
unittest.expect(
o.topicName!,
unittest.equals('foo'),
@@ -371,14 +400,14 @@
buildCounterSubscriptionPlan--;
}
-core.List<core.String> buildUnnamed4630() {
+core.List<core.String> buildUnnamed4673() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4630(core.List<core.String> o) {
+void checkUnnamed4673(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -466,7 +495,7 @@
o.skuName = 'foo';
o.status = 'foo';
o.subscriptionId = 'foo';
- o.suspensionReasons = buildUnnamed4630();
+ o.suspensionReasons = buildUnnamed4673();
o.transferInfo = buildSubscriptionTransferInfo();
o.trialSettings = buildSubscriptionTrialSettings();
}
@@ -528,7 +557,7 @@
o.subscriptionId!,
unittest.equals('foo'),
);
- checkUnnamed4630(o.suspensionReasons!);
+ checkUnnamed4673(o.suspensionReasons!);
checkSubscriptionTransferInfo(
o.transferInfo! as api.SubscriptionTransferInfo);
checkSubscriptionTrialSettings(
@@ -537,14 +566,14 @@
buildCounterSubscription--;
}
-core.List<api.Subscription> buildUnnamed4631() {
+core.List<api.Subscription> buildUnnamed4674() {
var o = <api.Subscription>[];
o.add(buildSubscription());
o.add(buildSubscription());
return o;
}
-void checkUnnamed4631(core.List<api.Subscription> o) {
+void checkUnnamed4674(core.List<api.Subscription> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubscription(o[0] as api.Subscription);
checkSubscription(o[1] as api.Subscription);
@@ -557,7 +586,7 @@
if (buildCounterSubscriptions < 3) {
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.subscriptions = buildUnnamed4631();
+ o.subscriptions = buildUnnamed4674();
}
buildCounterSubscriptions--;
return o;
@@ -574,7 +603,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4631(o.subscriptions!);
+ checkUnnamed4674(o.subscriptions!);
}
buildCounterSubscriptions--;
}
@@ -610,6 +639,16 @@
});
});
+ unittest.group('obj-schema-PrimaryAdmin', () {
+ unittest.test('to-json--from-json', () async {
+ var o = buildPrimaryAdmin();
+ var oJson = convert.jsonDecode(convert.jsonEncode(o));
+ var od = api.PrimaryAdmin.fromJson(
+ oJson as core.Map<core.String, core.dynamic>);
+ checkPrimaryAdmin(od as api.PrimaryAdmin);
+ });
+ });
+
unittest.group('obj-schema-RenewalSettings', () {
unittest.test('to-json--from-json', () async {
var o = buildRenewalSettings();
diff --git a/generated/googleapis/test/resourcesettings/v1_test.dart b/generated/googleapis/test/resourcesettings/v1_test.dart
index a0ad4cd..951113b 100644
--- a/generated/googleapis/test/resourcesettings/v1_test.dart
+++ b/generated/googleapis/test/resourcesettings/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.GoogleCloudResourcesettingsV1Setting> buildUnnamed5996() {
+core.List<api.GoogleCloudResourcesettingsV1Setting> buildUnnamed6047() {
var o = <api.GoogleCloudResourcesettingsV1Setting>[];
o.add(buildGoogleCloudResourcesettingsV1Setting());
o.add(buildGoogleCloudResourcesettingsV1Setting());
return o;
}
-void checkUnnamed5996(core.List<api.GoogleCloudResourcesettingsV1Setting> o) {
+void checkUnnamed6047(core.List<api.GoogleCloudResourcesettingsV1Setting> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudResourcesettingsV1Setting(
o[0] as api.GoogleCloudResourcesettingsV1Setting);
@@ -49,7 +49,7 @@
buildCounterGoogleCloudResourcesettingsV1ListSettingsResponse++;
if (buildCounterGoogleCloudResourcesettingsV1ListSettingsResponse < 3) {
o.nextPageToken = 'foo';
- o.settings = buildUnnamed5996();
+ o.settings = buildUnnamed6047();
}
buildCounterGoogleCloudResourcesettingsV1ListSettingsResponse--;
return o;
@@ -63,7 +63,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5996(o.settings!);
+ checkUnnamed6047(o.settings!);
}
buildCounterGoogleCloudResourcesettingsV1ListSettingsResponse--;
}
@@ -209,14 +209,14 @@
buildCounterGoogleCloudResourcesettingsV1ValueEnumValue--;
}
-core.Map<core.String, core.String> buildUnnamed5997() {
+core.Map<core.String, core.String> buildUnnamed6048() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5997(core.Map<core.String, core.String> o) {
+void checkUnnamed6048(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -234,7 +234,7 @@
var o = api.GoogleCloudResourcesettingsV1ValueStringMap();
buildCounterGoogleCloudResourcesettingsV1ValueStringMap++;
if (buildCounterGoogleCloudResourcesettingsV1ValueStringMap < 3) {
- o.mappings = buildUnnamed5997();
+ o.mappings = buildUnnamed6048();
}
buildCounterGoogleCloudResourcesettingsV1ValueStringMap--;
return o;
@@ -244,19 +244,19 @@
api.GoogleCloudResourcesettingsV1ValueStringMap o) {
buildCounterGoogleCloudResourcesettingsV1ValueStringMap++;
if (buildCounterGoogleCloudResourcesettingsV1ValueStringMap < 3) {
- checkUnnamed5997(o.mappings!);
+ checkUnnamed6048(o.mappings!);
}
buildCounterGoogleCloudResourcesettingsV1ValueStringMap--;
}
-core.List<core.String> buildUnnamed5998() {
+core.List<core.String> buildUnnamed6049() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5998(core.List<core.String> o) {
+void checkUnnamed6049(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -274,7 +274,7 @@
var o = api.GoogleCloudResourcesettingsV1ValueStringSet();
buildCounterGoogleCloudResourcesettingsV1ValueStringSet++;
if (buildCounterGoogleCloudResourcesettingsV1ValueStringSet < 3) {
- o.values = buildUnnamed5998();
+ o.values = buildUnnamed6049();
}
buildCounterGoogleCloudResourcesettingsV1ValueStringSet--;
return o;
@@ -284,7 +284,7 @@
api.GoogleCloudResourcesettingsV1ValueStringSet o) {
buildCounterGoogleCloudResourcesettingsV1ValueStringSet++;
if (buildCounterGoogleCloudResourcesettingsV1ValueStringSet < 3) {
- checkUnnamed5998(o.values!);
+ checkUnnamed6049(o.values!);
}
buildCounterGoogleCloudResourcesettingsV1ValueStringSet--;
}
diff --git a/generated/googleapis/test/retail/v2_test.dart b/generated/googleapis/test/retail/v2_test.dart
index dd6e5a6..8b9471f 100644
--- a/generated/googleapis/test/retail/v2_test.dart
+++ b/generated/googleapis/test/retail/v2_test.dart
@@ -27,7 +27,7 @@
import '../test_shared.dart';
-core.Map<core.String, core.Object> buildUnnamed3565() {
+core.Map<core.String, core.Object> buildUnnamed3575() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -42,7 +42,7 @@
return o;
}
-void checkUnnamed3565(core.Map<core.String, core.Object> o) {
+void checkUnnamed3575(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -74,17 +74,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3566() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3576() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3565());
- o.add(buildUnnamed3565());
+ o.add(buildUnnamed3575());
+ o.add(buildUnnamed3575());
return o;
}
-void checkUnnamed3566(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3576(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3565(o[0]);
- checkUnnamed3565(o[1]);
+ checkUnnamed3575(o[0]);
+ checkUnnamed3575(o[1]);
}
core.int buildCounterGoogleApiHttpBody = 0;
@@ -94,7 +94,7 @@
if (buildCounterGoogleApiHttpBody < 3) {
o.contentType = 'foo';
o.data = 'foo';
- o.extensions = buildUnnamed3566();
+ o.extensions = buildUnnamed3576();
}
buildCounterGoogleApiHttpBody--;
return o;
@@ -111,7 +111,7 @@
o.data!,
unittest.equals('foo'),
);
- checkUnnamed3566(o.extensions!);
+ checkUnnamed3576(o.extensions!);
}
buildCounterGoogleApiHttpBody--;
}
@@ -141,7 +141,7 @@
buildCounterGoogleCloudRetailLoggingErrorContext--;
}
-core.Map<core.String, core.Object> buildUnnamed3567() {
+core.Map<core.String, core.Object> buildUnnamed3577() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -156,7 +156,7 @@
return o;
}
-void checkUnnamed3567(core.Map<core.String, core.Object> o) {
+void checkUnnamed3577(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -188,7 +188,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3568() {
+core.Map<core.String, core.Object> buildUnnamed3578() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -203,7 +203,7 @@
return o;
}
-void checkUnnamed3568(core.Map<core.String, core.Object> o) {
+void checkUnnamed3578(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -243,8 +243,8 @@
o.context = buildGoogleCloudRetailLoggingErrorContext();
o.importPayload = buildGoogleCloudRetailLoggingImportErrorContext();
o.message = 'foo';
- o.requestPayload = buildUnnamed3567();
- o.responsePayload = buildUnnamed3568();
+ o.requestPayload = buildUnnamed3577();
+ o.responsePayload = buildUnnamed3578();
o.serviceContext = buildGoogleCloudRetailLoggingServiceContext();
o.status = buildGoogleRpcStatus();
}
@@ -264,8 +264,8 @@
o.message!,
unittest.equals('foo'),
);
- checkUnnamed3567(o.requestPayload!);
- checkUnnamed3568(o.responsePayload!);
+ checkUnnamed3577(o.requestPayload!);
+ checkUnnamed3578(o.responsePayload!);
checkGoogleCloudRetailLoggingServiceContext(
o.serviceContext! as api.GoogleCloudRetailLoggingServiceContext);
checkGoogleRpcStatus(o.status! as api.GoogleRpcStatus);
@@ -467,14 +467,14 @@
buildCounterGoogleCloudRetailV2Catalog--;
}
-core.List<core.double> buildUnnamed3569() {
+core.List<core.double> buildUnnamed3579() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed3569(core.List<core.double> o) {
+void checkUnnamed3579(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -486,14 +486,14 @@
);
}
-core.List<core.String> buildUnnamed3570() {
+core.List<core.String> buildUnnamed3580() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3570(core.List<core.String> o) {
+void checkUnnamed3580(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -511,8 +511,8 @@
var o = api.GoogleCloudRetailV2CustomAttribute();
buildCounterGoogleCloudRetailV2CustomAttribute++;
if (buildCounterGoogleCloudRetailV2CustomAttribute < 3) {
- o.numbers = buildUnnamed3569();
- o.text = buildUnnamed3570();
+ o.numbers = buildUnnamed3579();
+ o.text = buildUnnamed3580();
}
buildCounterGoogleCloudRetailV2CustomAttribute--;
return o;
@@ -522,20 +522,20 @@
api.GoogleCloudRetailV2CustomAttribute o) {
buildCounterGoogleCloudRetailV2CustomAttribute++;
if (buildCounterGoogleCloudRetailV2CustomAttribute < 3) {
- checkUnnamed3569(o.numbers!);
- checkUnnamed3570(o.text!);
+ checkUnnamed3579(o.numbers!);
+ checkUnnamed3580(o.text!);
}
buildCounterGoogleCloudRetailV2CustomAttribute--;
}
-core.List<core.String> buildUnnamed3571() {
+core.List<core.String> buildUnnamed3581() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3571(core.List<core.String> o) {
+void checkUnnamed3581(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -553,7 +553,7 @@
buildCounterGoogleCloudRetailV2GcsSource++;
if (buildCounterGoogleCloudRetailV2GcsSource < 3) {
o.dataSchema = 'foo';
- o.inputUris = buildUnnamed3571();
+ o.inputUris = buildUnnamed3581();
}
buildCounterGoogleCloudRetailV2GcsSource--;
return o;
@@ -566,7 +566,7 @@
o.dataSchema!,
unittest.equals('foo'),
);
- checkUnnamed3571(o.inputUris!);
+ checkUnnamed3581(o.inputUris!);
}
buildCounterGoogleCloudRetailV2GcsSource--;
}
@@ -695,14 +695,14 @@
buildCounterGoogleCloudRetailV2ImportProductsRequest--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3572() {
+core.List<api.GoogleRpcStatus> buildUnnamed3582() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed3572(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed3582(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -714,7 +714,7 @@
var o = api.GoogleCloudRetailV2ImportProductsResponse();
buildCounterGoogleCloudRetailV2ImportProductsResponse++;
if (buildCounterGoogleCloudRetailV2ImportProductsResponse < 3) {
- o.errorSamples = buildUnnamed3572();
+ o.errorSamples = buildUnnamed3582();
o.errorsConfig = buildGoogleCloudRetailV2ImportErrorsConfig();
}
buildCounterGoogleCloudRetailV2ImportProductsResponse--;
@@ -725,7 +725,7 @@
api.GoogleCloudRetailV2ImportProductsResponse o) {
buildCounterGoogleCloudRetailV2ImportProductsResponse++;
if (buildCounterGoogleCloudRetailV2ImportProductsResponse < 3) {
- checkUnnamed3572(o.errorSamples!);
+ checkUnnamed3582(o.errorSamples!);
checkGoogleCloudRetailV2ImportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2ImportErrorsConfig);
}
@@ -757,14 +757,14 @@
buildCounterGoogleCloudRetailV2ImportUserEventsRequest--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3573() {
+core.List<api.GoogleRpcStatus> buildUnnamed3583() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed3573(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed3583(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -776,7 +776,7 @@
var o = api.GoogleCloudRetailV2ImportUserEventsResponse();
buildCounterGoogleCloudRetailV2ImportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2ImportUserEventsResponse < 3) {
- o.errorSamples = buildUnnamed3573();
+ o.errorSamples = buildUnnamed3583();
o.errorsConfig = buildGoogleCloudRetailV2ImportErrorsConfig();
o.importSummary = buildGoogleCloudRetailV2UserEventImportSummary();
}
@@ -788,7 +788,7 @@
api.GoogleCloudRetailV2ImportUserEventsResponse o) {
buildCounterGoogleCloudRetailV2ImportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2ImportUserEventsResponse < 3) {
- checkUnnamed3573(o.errorSamples!);
+ checkUnnamed3583(o.errorSamples!);
checkGoogleCloudRetailV2ImportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2ImportErrorsConfig);
checkGoogleCloudRetailV2UserEventImportSummary(
@@ -797,14 +797,14 @@
buildCounterGoogleCloudRetailV2ImportUserEventsResponse--;
}
-core.List<api.GoogleCloudRetailV2Catalog> buildUnnamed3574() {
+core.List<api.GoogleCloudRetailV2Catalog> buildUnnamed3584() {
var o = <api.GoogleCloudRetailV2Catalog>[];
o.add(buildGoogleCloudRetailV2Catalog());
o.add(buildGoogleCloudRetailV2Catalog());
return o;
}
-void checkUnnamed3574(core.List<api.GoogleCloudRetailV2Catalog> o) {
+void checkUnnamed3584(core.List<api.GoogleCloudRetailV2Catalog> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2Catalog(o[0] as api.GoogleCloudRetailV2Catalog);
checkGoogleCloudRetailV2Catalog(o[1] as api.GoogleCloudRetailV2Catalog);
@@ -816,7 +816,7 @@
var o = api.GoogleCloudRetailV2ListCatalogsResponse();
buildCounterGoogleCloudRetailV2ListCatalogsResponse++;
if (buildCounterGoogleCloudRetailV2ListCatalogsResponse < 3) {
- o.catalogs = buildUnnamed3574();
+ o.catalogs = buildUnnamed3584();
o.nextPageToken = 'foo';
}
buildCounterGoogleCloudRetailV2ListCatalogsResponse--;
@@ -827,7 +827,7 @@
api.GoogleCloudRetailV2ListCatalogsResponse o) {
buildCounterGoogleCloudRetailV2ListCatalogsResponse++;
if (buildCounterGoogleCloudRetailV2ListCatalogsResponse < 3) {
- checkUnnamed3574(o.catalogs!);
+ checkUnnamed3584(o.catalogs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -836,14 +836,14 @@
buildCounterGoogleCloudRetailV2ListCatalogsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed3575() {
+core.Map<core.String, core.String> buildUnnamed3585() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed3575(core.Map<core.String, core.String> o) {
+void checkUnnamed3585(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -855,7 +855,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3576() {
+core.Map<core.String, core.Object> buildUnnamed3586() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -870,7 +870,7 @@
return o;
}
-void checkUnnamed3576(core.Map<core.String, core.Object> o) {
+void checkUnnamed3586(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -908,10 +908,10 @@
buildCounterGoogleCloudRetailV2PredictRequest++;
if (buildCounterGoogleCloudRetailV2PredictRequest < 3) {
o.filter = 'foo';
- o.labels = buildUnnamed3575();
+ o.labels = buildUnnamed3585();
o.pageSize = 42;
o.pageToken = 'foo';
- o.params = buildUnnamed3576();
+ o.params = buildUnnamed3586();
o.userEvent = buildGoogleCloudRetailV2UserEvent();
o.validateOnly = true;
}
@@ -927,7 +927,7 @@
o.filter!,
unittest.equals('foo'),
);
- checkUnnamed3575(o.labels!);
+ checkUnnamed3585(o.labels!);
unittest.expect(
o.pageSize!,
unittest.equals(42),
@@ -936,7 +936,7 @@
o.pageToken!,
unittest.equals('foo'),
);
- checkUnnamed3576(o.params!);
+ checkUnnamed3586(o.params!);
checkGoogleCloudRetailV2UserEvent(
o.userEvent! as api.GoogleCloudRetailV2UserEvent);
unittest.expect(o.validateOnly!, unittest.isTrue);
@@ -944,14 +944,14 @@
buildCounterGoogleCloudRetailV2PredictRequest--;
}
-core.List<core.String> buildUnnamed3577() {
+core.List<core.String> buildUnnamed3587() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3577(core.List<core.String> o) {
+void checkUnnamed3587(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -964,14 +964,14 @@
}
core.List<api.GoogleCloudRetailV2PredictResponsePredictionResult>
- buildUnnamed3578() {
+ buildUnnamed3588() {
var o = <api.GoogleCloudRetailV2PredictResponsePredictionResult>[];
o.add(buildGoogleCloudRetailV2PredictResponsePredictionResult());
o.add(buildGoogleCloudRetailV2PredictResponsePredictionResult());
return o;
}
-void checkUnnamed3578(
+void checkUnnamed3588(
core.List<api.GoogleCloudRetailV2PredictResponsePredictionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2PredictResponsePredictionResult(
@@ -987,8 +987,8 @@
buildCounterGoogleCloudRetailV2PredictResponse++;
if (buildCounterGoogleCloudRetailV2PredictResponse < 3) {
o.attributionToken = 'foo';
- o.missingIds = buildUnnamed3577();
- o.results = buildUnnamed3578();
+ o.missingIds = buildUnnamed3587();
+ o.results = buildUnnamed3588();
o.validateOnly = true;
}
buildCounterGoogleCloudRetailV2PredictResponse--;
@@ -1003,14 +1003,14 @@
o.attributionToken!,
unittest.equals('foo'),
);
- checkUnnamed3577(o.missingIds!);
- checkUnnamed3578(o.results!);
+ checkUnnamed3587(o.missingIds!);
+ checkUnnamed3588(o.results!);
unittest.expect(o.validateOnly!, unittest.isTrue);
}
buildCounterGoogleCloudRetailV2PredictResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed3579() {
+core.Map<core.String, core.Object> buildUnnamed3589() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1025,7 +1025,7 @@
return o;
}
-void checkUnnamed3579(core.Map<core.String, core.Object> o) {
+void checkUnnamed3589(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -1064,7 +1064,7 @@
buildCounterGoogleCloudRetailV2PredictResponsePredictionResult++;
if (buildCounterGoogleCloudRetailV2PredictResponsePredictionResult < 3) {
o.id = 'foo';
- o.metadata = buildUnnamed3579();
+ o.metadata = buildUnnamed3589();
}
buildCounterGoogleCloudRetailV2PredictResponsePredictionResult--;
return o;
@@ -1078,7 +1078,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed3579(o.metadata!);
+ checkUnnamed3589(o.metadata!);
}
buildCounterGoogleCloudRetailV2PredictResponsePredictionResult--;
}
@@ -1121,14 +1121,14 @@
}
core.Map<core.String, api.GoogleCloudRetailV2CustomAttribute>
- buildUnnamed3580() {
+ buildUnnamed3590() {
var o = <core.String, api.GoogleCloudRetailV2CustomAttribute>{};
o['x'] = buildGoogleCloudRetailV2CustomAttribute();
o['y'] = buildGoogleCloudRetailV2CustomAttribute();
return o;
}
-void checkUnnamed3580(
+void checkUnnamed3590(
core.Map<core.String, api.GoogleCloudRetailV2CustomAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2CustomAttribute(
@@ -1137,14 +1137,14 @@
o['y']! as api.GoogleCloudRetailV2CustomAttribute);
}
-core.List<core.String> buildUnnamed3581() {
+core.List<core.String> buildUnnamed3591() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3581(core.List<core.String> o) {
+void checkUnnamed3591(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1156,27 +1156,27 @@
);
}
-core.List<api.GoogleCloudRetailV2Image> buildUnnamed3582() {
+core.List<api.GoogleCloudRetailV2Image> buildUnnamed3592() {
var o = <api.GoogleCloudRetailV2Image>[];
o.add(buildGoogleCloudRetailV2Image());
o.add(buildGoogleCloudRetailV2Image());
return o;
}
-void checkUnnamed3582(core.List<api.GoogleCloudRetailV2Image> o) {
+void checkUnnamed3592(core.List<api.GoogleCloudRetailV2Image> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2Image(o[0] as api.GoogleCloudRetailV2Image);
checkGoogleCloudRetailV2Image(o[1] as api.GoogleCloudRetailV2Image);
}
-core.List<core.String> buildUnnamed3583() {
+core.List<core.String> buildUnnamed3593() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3583(core.List<core.String> o) {
+void checkUnnamed3593(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1193,18 +1193,18 @@
var o = api.GoogleCloudRetailV2Product();
buildCounterGoogleCloudRetailV2Product++;
if (buildCounterGoogleCloudRetailV2Product < 3) {
- o.attributes = buildUnnamed3580();
+ o.attributes = buildUnnamed3590();
o.availability = 'foo';
o.availableQuantity = 42;
o.availableTime = 'foo';
- o.categories = buildUnnamed3581();
+ o.categories = buildUnnamed3591();
o.description = 'foo';
o.id = 'foo';
- o.images = buildUnnamed3582();
+ o.images = buildUnnamed3592();
o.name = 'foo';
o.priceInfo = buildGoogleCloudRetailV2PriceInfo();
o.primaryProductId = 'foo';
- o.tags = buildUnnamed3583();
+ o.tags = buildUnnamed3593();
o.title = 'foo';
o.type = 'foo';
o.uri = 'foo';
@@ -1216,7 +1216,7 @@
void checkGoogleCloudRetailV2Product(api.GoogleCloudRetailV2Product o) {
buildCounterGoogleCloudRetailV2Product++;
if (buildCounterGoogleCloudRetailV2Product < 3) {
- checkUnnamed3580(o.attributes!);
+ checkUnnamed3590(o.attributes!);
unittest.expect(
o.availability!,
unittest.equals('foo'),
@@ -1229,7 +1229,7 @@
o.availableTime!,
unittest.equals('foo'),
);
- checkUnnamed3581(o.categories!);
+ checkUnnamed3591(o.categories!);
unittest.expect(
o.description!,
unittest.equals('foo'),
@@ -1238,7 +1238,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed3582(o.images!);
+ checkUnnamed3592(o.images!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1249,7 +1249,7 @@
o.primaryProductId!,
unittest.equals('foo'),
);
- checkUnnamed3583(o.tags!);
+ checkUnnamed3593(o.tags!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -1292,14 +1292,14 @@
buildCounterGoogleCloudRetailV2ProductDetail--;
}
-core.List<api.GoogleCloudRetailV2Product> buildUnnamed3584() {
+core.List<api.GoogleCloudRetailV2Product> buildUnnamed3594() {
var o = <api.GoogleCloudRetailV2Product>[];
o.add(buildGoogleCloudRetailV2Product());
o.add(buildGoogleCloudRetailV2Product());
return o;
}
-void checkUnnamed3584(core.List<api.GoogleCloudRetailV2Product> o) {
+void checkUnnamed3594(core.List<api.GoogleCloudRetailV2Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2Product(o[0] as api.GoogleCloudRetailV2Product);
checkGoogleCloudRetailV2Product(o[1] as api.GoogleCloudRetailV2Product);
@@ -1311,7 +1311,7 @@
var o = api.GoogleCloudRetailV2ProductInlineSource();
buildCounterGoogleCloudRetailV2ProductInlineSource++;
if (buildCounterGoogleCloudRetailV2ProductInlineSource < 3) {
- o.products = buildUnnamed3584();
+ o.products = buildUnnamed3594();
}
buildCounterGoogleCloudRetailV2ProductInlineSource--;
return o;
@@ -1321,7 +1321,7 @@
api.GoogleCloudRetailV2ProductInlineSource o) {
buildCounterGoogleCloudRetailV2ProductInlineSource++;
if (buildCounterGoogleCloudRetailV2ProductInlineSource < 3) {
- checkUnnamed3584(o.products!);
+ checkUnnamed3594(o.products!);
}
buildCounterGoogleCloudRetailV2ProductInlineSource--;
}
@@ -1559,14 +1559,14 @@
}
core.Map<core.String, api.GoogleCloudRetailV2CustomAttribute>
- buildUnnamed3585() {
+ buildUnnamed3595() {
var o = <core.String, api.GoogleCloudRetailV2CustomAttribute>{};
o['x'] = buildGoogleCloudRetailV2CustomAttribute();
o['y'] = buildGoogleCloudRetailV2CustomAttribute();
return o;
}
-void checkUnnamed3585(
+void checkUnnamed3595(
core.Map<core.String, api.GoogleCloudRetailV2CustomAttribute> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2CustomAttribute(
@@ -1575,14 +1575,14 @@
o['y']! as api.GoogleCloudRetailV2CustomAttribute);
}
-core.List<core.String> buildUnnamed3586() {
+core.List<core.String> buildUnnamed3596() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3586(core.List<core.String> o) {
+void checkUnnamed3596(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1594,14 +1594,14 @@
);
}
-core.List<core.String> buildUnnamed3587() {
+core.List<core.String> buildUnnamed3597() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3587(core.List<core.String> o) {
+void checkUnnamed3597(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1613,14 +1613,14 @@
);
}
-core.List<api.GoogleCloudRetailV2ProductDetail> buildUnnamed3588() {
+core.List<api.GoogleCloudRetailV2ProductDetail> buildUnnamed3598() {
var o = <api.GoogleCloudRetailV2ProductDetail>[];
o.add(buildGoogleCloudRetailV2ProductDetail());
o.add(buildGoogleCloudRetailV2ProductDetail());
return o;
}
-void checkUnnamed3588(core.List<api.GoogleCloudRetailV2ProductDetail> o) {
+void checkUnnamed3598(core.List<api.GoogleCloudRetailV2ProductDetail> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2ProductDetail(
o[0] as api.GoogleCloudRetailV2ProductDetail);
@@ -1633,15 +1633,15 @@
var o = api.GoogleCloudRetailV2UserEvent();
buildCounterGoogleCloudRetailV2UserEvent++;
if (buildCounterGoogleCloudRetailV2UserEvent < 3) {
- o.attributes = buildUnnamed3585();
+ o.attributes = buildUnnamed3595();
o.attributionToken = 'foo';
o.cartId = 'foo';
o.eventTime = 'foo';
o.eventType = 'foo';
- o.experimentIds = buildUnnamed3586();
- o.pageCategories = buildUnnamed3587();
+ o.experimentIds = buildUnnamed3596();
+ o.pageCategories = buildUnnamed3597();
o.pageViewId = 'foo';
- o.productDetails = buildUnnamed3588();
+ o.productDetails = buildUnnamed3598();
o.purchaseTransaction = buildGoogleCloudRetailV2PurchaseTransaction();
o.referrerUri = 'foo';
o.searchQuery = 'foo';
@@ -1656,7 +1656,7 @@
void checkGoogleCloudRetailV2UserEvent(api.GoogleCloudRetailV2UserEvent o) {
buildCounterGoogleCloudRetailV2UserEvent++;
if (buildCounterGoogleCloudRetailV2UserEvent < 3) {
- checkUnnamed3585(o.attributes!);
+ checkUnnamed3595(o.attributes!);
unittest.expect(
o.attributionToken!,
unittest.equals('foo'),
@@ -1673,13 +1673,13 @@
o.eventType!,
unittest.equals('foo'),
);
- checkUnnamed3586(o.experimentIds!);
- checkUnnamed3587(o.pageCategories!);
+ checkUnnamed3596(o.experimentIds!);
+ checkUnnamed3597(o.pageCategories!);
unittest.expect(
o.pageViewId!,
unittest.equals('foo'),
);
- checkUnnamed3588(o.productDetails!);
+ checkUnnamed3598(o.productDetails!);
checkGoogleCloudRetailV2PurchaseTransaction(
o.purchaseTransaction! as api.GoogleCloudRetailV2PurchaseTransaction);
unittest.expect(
@@ -1733,14 +1733,14 @@
buildCounterGoogleCloudRetailV2UserEventImportSummary--;
}
-core.List<api.GoogleCloudRetailV2UserEvent> buildUnnamed3589() {
+core.List<api.GoogleCloudRetailV2UserEvent> buildUnnamed3599() {
var o = <api.GoogleCloudRetailV2UserEvent>[];
o.add(buildGoogleCloudRetailV2UserEvent());
o.add(buildGoogleCloudRetailV2UserEvent());
return o;
}
-void checkUnnamed3589(core.List<api.GoogleCloudRetailV2UserEvent> o) {
+void checkUnnamed3599(core.List<api.GoogleCloudRetailV2UserEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRetailV2UserEvent(o[0] as api.GoogleCloudRetailV2UserEvent);
checkGoogleCloudRetailV2UserEvent(o[1] as api.GoogleCloudRetailV2UserEvent);
@@ -1752,7 +1752,7 @@
var o = api.GoogleCloudRetailV2UserEventInlineSource();
buildCounterGoogleCloudRetailV2UserEventInlineSource++;
if (buildCounterGoogleCloudRetailV2UserEventInlineSource < 3) {
- o.userEvents = buildUnnamed3589();
+ o.userEvents = buildUnnamed3599();
}
buildCounterGoogleCloudRetailV2UserEventInlineSource--;
return o;
@@ -1762,7 +1762,7 @@
api.GoogleCloudRetailV2UserEventInlineSource o) {
buildCounterGoogleCloudRetailV2UserEventInlineSource++;
if (buildCounterGoogleCloudRetailV2UserEventInlineSource < 3) {
- checkUnnamed3589(o.userEvents!);
+ checkUnnamed3599(o.userEvents!);
}
buildCounterGoogleCloudRetailV2UserEventInlineSource--;
}
@@ -1882,14 +1882,14 @@
buildCounterGoogleCloudRetailV2alphaExportMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3590() {
+core.List<api.GoogleRpcStatus> buildUnnamed3600() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed3590(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed3600(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -1901,7 +1901,7 @@
var o = api.GoogleCloudRetailV2alphaExportProductsResponse();
buildCounterGoogleCloudRetailV2alphaExportProductsResponse++;
if (buildCounterGoogleCloudRetailV2alphaExportProductsResponse < 3) {
- o.errorSamples = buildUnnamed3590();
+ o.errorSamples = buildUnnamed3600();
o.errorsConfig = buildGoogleCloudRetailV2alphaExportErrorsConfig();
}
buildCounterGoogleCloudRetailV2alphaExportProductsResponse--;
@@ -1912,21 +1912,21 @@
api.GoogleCloudRetailV2alphaExportProductsResponse o) {
buildCounterGoogleCloudRetailV2alphaExportProductsResponse++;
if (buildCounterGoogleCloudRetailV2alphaExportProductsResponse < 3) {
- checkUnnamed3590(o.errorSamples!);
+ checkUnnamed3600(o.errorSamples!);
checkGoogleCloudRetailV2alphaExportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2alphaExportErrorsConfig);
}
buildCounterGoogleCloudRetailV2alphaExportProductsResponse--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3591() {
+core.List<api.GoogleRpcStatus> buildUnnamed3601() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed3591(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed3601(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -1938,7 +1938,7 @@
var o = api.GoogleCloudRetailV2alphaExportUserEventsResponse();
buildCounterGoogleCloudRetailV2alphaExportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2alphaExportUserEventsResponse < 3) {
- o.errorSamples = buildUnnamed3591();
+ o.errorSamples = buildUnnamed3601();
o.errorsConfig = buildGoogleCloudRetailV2alphaExportErrorsConfig();
}
buildCounterGoogleCloudRetailV2alphaExportUserEventsResponse--;
@@ -1949,7 +1949,7 @@
api.GoogleCloudRetailV2alphaExportUserEventsResponse o) {
buildCounterGoogleCloudRetailV2alphaExportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2alphaExportUserEventsResponse < 3) {
- checkUnnamed3591(o.errorSamples!);
+ checkUnnamed3601(o.errorSamples!);
checkGoogleCloudRetailV2alphaExportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2alphaExportErrorsConfig);
}
@@ -2019,14 +2019,14 @@
buildCounterGoogleCloudRetailV2alphaImportMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3592() {
+core.List<api.GoogleRpcStatus> buildUnnamed3602() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed3592(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed3602(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -2038,7 +2038,7 @@
var o = api.GoogleCloudRetailV2alphaImportProductsResponse();
buildCounterGoogleCloudRetailV2alphaImportProductsResponse++;
if (buildCounterGoogleCloudRetailV2alphaImportProductsResponse < 3) {
- o.errorSamples = buildUnnamed3592();
+ o.errorSamples = buildUnnamed3602();
o.errorsConfig = buildGoogleCloudRetailV2alphaImportErrorsConfig();
}
buildCounterGoogleCloudRetailV2alphaImportProductsResponse--;
@@ -2049,21 +2049,21 @@
api.GoogleCloudRetailV2alphaImportProductsResponse o) {
buildCounterGoogleCloudRetailV2alphaImportProductsResponse++;
if (buildCounterGoogleCloudRetailV2alphaImportProductsResponse < 3) {
- checkUnnamed3592(o.errorSamples!);
+ checkUnnamed3602(o.errorSamples!);
checkGoogleCloudRetailV2alphaImportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2alphaImportErrorsConfig);
}
buildCounterGoogleCloudRetailV2alphaImportProductsResponse--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3593() {
+core.List<api.GoogleRpcStatus> buildUnnamed3603() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed3593(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed3603(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -2075,7 +2075,7 @@
var o = api.GoogleCloudRetailV2alphaImportUserEventsResponse();
buildCounterGoogleCloudRetailV2alphaImportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2alphaImportUserEventsResponse < 3) {
- o.errorSamples = buildUnnamed3593();
+ o.errorSamples = buildUnnamed3603();
o.errorsConfig = buildGoogleCloudRetailV2alphaImportErrorsConfig();
o.importSummary = buildGoogleCloudRetailV2alphaUserEventImportSummary();
}
@@ -2087,7 +2087,7 @@
api.GoogleCloudRetailV2alphaImportUserEventsResponse o) {
buildCounterGoogleCloudRetailV2alphaImportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2alphaImportUserEventsResponse < 3) {
- checkUnnamed3593(o.errorSamples!);
+ checkUnnamed3603(o.errorSamples!);
checkGoogleCloudRetailV2alphaImportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2alphaImportErrorsConfig);
checkGoogleCloudRetailV2alphaUserEventImportSummary(
@@ -2260,14 +2260,14 @@
buildCounterGoogleCloudRetailV2betaExportMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3594() {
+core.List<api.GoogleRpcStatus> buildUnnamed3604() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed3594(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed3604(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -2279,7 +2279,7 @@
var o = api.GoogleCloudRetailV2betaExportProductsResponse();
buildCounterGoogleCloudRetailV2betaExportProductsResponse++;
if (buildCounterGoogleCloudRetailV2betaExportProductsResponse < 3) {
- o.errorSamples = buildUnnamed3594();
+ o.errorSamples = buildUnnamed3604();
o.errorsConfig = buildGoogleCloudRetailV2betaExportErrorsConfig();
}
buildCounterGoogleCloudRetailV2betaExportProductsResponse--;
@@ -2290,21 +2290,21 @@
api.GoogleCloudRetailV2betaExportProductsResponse o) {
buildCounterGoogleCloudRetailV2betaExportProductsResponse++;
if (buildCounterGoogleCloudRetailV2betaExportProductsResponse < 3) {
- checkUnnamed3594(o.errorSamples!);
+ checkUnnamed3604(o.errorSamples!);
checkGoogleCloudRetailV2betaExportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2betaExportErrorsConfig);
}
buildCounterGoogleCloudRetailV2betaExportProductsResponse--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3595() {
+core.List<api.GoogleRpcStatus> buildUnnamed3605() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed3595(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed3605(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -2316,7 +2316,7 @@
var o = api.GoogleCloudRetailV2betaExportUserEventsResponse();
buildCounterGoogleCloudRetailV2betaExportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2betaExportUserEventsResponse < 3) {
- o.errorSamples = buildUnnamed3595();
+ o.errorSamples = buildUnnamed3605();
o.errorsConfig = buildGoogleCloudRetailV2betaExportErrorsConfig();
}
buildCounterGoogleCloudRetailV2betaExportUserEventsResponse--;
@@ -2327,7 +2327,7 @@
api.GoogleCloudRetailV2betaExportUserEventsResponse o) {
buildCounterGoogleCloudRetailV2betaExportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2betaExportUserEventsResponse < 3) {
- checkUnnamed3595(o.errorSamples!);
+ checkUnnamed3605(o.errorSamples!);
checkGoogleCloudRetailV2betaExportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2betaExportErrorsConfig);
}
@@ -2397,14 +2397,14 @@
buildCounterGoogleCloudRetailV2betaImportMetadata--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3596() {
+core.List<api.GoogleRpcStatus> buildUnnamed3606() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed3596(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed3606(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -2416,7 +2416,7 @@
var o = api.GoogleCloudRetailV2betaImportProductsResponse();
buildCounterGoogleCloudRetailV2betaImportProductsResponse++;
if (buildCounterGoogleCloudRetailV2betaImportProductsResponse < 3) {
- o.errorSamples = buildUnnamed3596();
+ o.errorSamples = buildUnnamed3606();
o.errorsConfig = buildGoogleCloudRetailV2betaImportErrorsConfig();
}
buildCounterGoogleCloudRetailV2betaImportProductsResponse--;
@@ -2427,21 +2427,21 @@
api.GoogleCloudRetailV2betaImportProductsResponse o) {
buildCounterGoogleCloudRetailV2betaImportProductsResponse++;
if (buildCounterGoogleCloudRetailV2betaImportProductsResponse < 3) {
- checkUnnamed3596(o.errorSamples!);
+ checkUnnamed3606(o.errorSamples!);
checkGoogleCloudRetailV2betaImportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2betaImportErrorsConfig);
}
buildCounterGoogleCloudRetailV2betaImportProductsResponse--;
}
-core.List<api.GoogleRpcStatus> buildUnnamed3597() {
+core.List<api.GoogleRpcStatus> buildUnnamed3607() {
var o = <api.GoogleRpcStatus>[];
o.add(buildGoogleRpcStatus());
o.add(buildGoogleRpcStatus());
return o;
}
-void checkUnnamed3597(core.List<api.GoogleRpcStatus> o) {
+void checkUnnamed3607(core.List<api.GoogleRpcStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleRpcStatus(o[0] as api.GoogleRpcStatus);
checkGoogleRpcStatus(o[1] as api.GoogleRpcStatus);
@@ -2453,7 +2453,7 @@
var o = api.GoogleCloudRetailV2betaImportUserEventsResponse();
buildCounterGoogleCloudRetailV2betaImportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2betaImportUserEventsResponse < 3) {
- o.errorSamples = buildUnnamed3597();
+ o.errorSamples = buildUnnamed3607();
o.errorsConfig = buildGoogleCloudRetailV2betaImportErrorsConfig();
o.importSummary = buildGoogleCloudRetailV2betaUserEventImportSummary();
}
@@ -2465,7 +2465,7 @@
api.GoogleCloudRetailV2betaImportUserEventsResponse o) {
buildCounterGoogleCloudRetailV2betaImportUserEventsResponse++;
if (buildCounterGoogleCloudRetailV2betaImportUserEventsResponse < 3) {
- checkUnnamed3597(o.errorSamples!);
+ checkUnnamed3607(o.errorSamples!);
checkGoogleCloudRetailV2betaImportErrorsConfig(
o.errorsConfig! as api.GoogleCloudRetailV2betaImportErrorsConfig);
checkGoogleCloudRetailV2betaUserEventImportSummary(
@@ -2585,14 +2585,14 @@
buildCounterGoogleCloudRetailV2betaUserEventImportSummary--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed3598() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed3608() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed3598(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed3608(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -2605,7 +2605,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed3598();
+ o.operations = buildUnnamed3608();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -2619,12 +2619,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed3598(o.operations!);
+ checkUnnamed3608(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed3599() {
+core.Map<core.String, core.Object> buildUnnamed3609() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2639,7 +2639,7 @@
return o;
}
-void checkUnnamed3599(core.Map<core.String, core.Object> o) {
+void checkUnnamed3609(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted11 = (o['x']!) as core.Map;
unittest.expect(casted11, unittest.hasLength(3));
@@ -2671,7 +2671,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed3600() {
+core.Map<core.String, core.Object> buildUnnamed3610() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2686,7 +2686,7 @@
return o;
}
-void checkUnnamed3600(core.Map<core.String, core.Object> o) {
+void checkUnnamed3610(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted13 = (o['x']!) as core.Map;
unittest.expect(casted13, unittest.hasLength(3));
@@ -2725,9 +2725,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildGoogleRpcStatus();
- o.metadata = buildUnnamed3599();
+ o.metadata = buildUnnamed3609();
o.name = 'foo';
- o.response = buildUnnamed3600();
+ o.response = buildUnnamed3610();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -2738,12 +2738,12 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed3599(o.metadata!);
+ checkUnnamed3609(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed3600(o.response!);
+ checkUnnamed3610(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
@@ -2763,7 +2763,7 @@
buildCounterGoogleProtobufEmpty--;
}
-core.Map<core.String, core.Object> buildUnnamed3601() {
+core.Map<core.String, core.Object> buildUnnamed3611() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2778,7 +2778,7 @@
return o;
}
-void checkUnnamed3601(core.Map<core.String, core.Object> o) {
+void checkUnnamed3611(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted15 = (o['x']!) as core.Map;
unittest.expect(casted15, unittest.hasLength(3));
@@ -2810,17 +2810,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed3602() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed3612() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed3601());
- o.add(buildUnnamed3601());
+ o.add(buildUnnamed3611());
+ o.add(buildUnnamed3611());
return o;
}
-void checkUnnamed3602(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed3612(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed3601(o[0]);
- checkUnnamed3601(o[1]);
+ checkUnnamed3611(o[0]);
+ checkUnnamed3611(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -2829,7 +2829,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed3602();
+ o.details = buildUnnamed3612();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -2843,7 +2843,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed3602(o.details!);
+ checkUnnamed3612(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/run/v1_test.dart b/generated/googleapis/test/run/v1_test.dart
index 9769579..466c87a 100644
--- a/generated/googleapis/test/run/v1_test.dart
+++ b/generated/googleapis/test/run/v1_test.dart
@@ -49,14 +49,14 @@
buildCounterAddressable--;
}
-core.List<api.AuditLogConfig> buildUnnamed1803() {
+core.List<api.AuditLogConfig> buildUnnamed1802() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed1803(core.List<api.AuditLogConfig> o) {
+void checkUnnamed1802(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -67,7 +67,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed1803();
+ o.auditLogConfigs = buildUnnamed1802();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -77,7 +77,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed1803(o.auditLogConfigs!);
+ checkUnnamed1802(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -86,14 +86,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed1804() {
+core.List<core.String> buildUnnamed1803() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1804(core.List<core.String> o) {
+void checkUnnamed1803(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -110,7 +110,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed1804();
+ o.exemptedMembers = buildUnnamed1803();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -120,7 +120,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed1804(o.exemptedMembers!);
+ checkUnnamed1803(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -156,14 +156,14 @@
buildCounterAuthorizedDomain--;
}
-core.List<core.String> buildUnnamed1805() {
+core.List<core.String> buildUnnamed1804() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1805(core.List<core.String> o) {
+void checkUnnamed1804(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -181,7 +181,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed1805();
+ o.members = buildUnnamed1804();
o.role = 'foo';
}
buildCounterBinding--;
@@ -192,7 +192,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed1805(o.members!);
+ checkUnnamed1804(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -260,14 +260,14 @@
buildCounterConfigMapKeySelector--;
}
-core.List<api.KeyToPath> buildUnnamed1806() {
+core.List<api.KeyToPath> buildUnnamed1805() {
var o = <api.KeyToPath>[];
o.add(buildKeyToPath());
o.add(buildKeyToPath());
return o;
}
-void checkUnnamed1806(core.List<api.KeyToPath> o) {
+void checkUnnamed1805(core.List<api.KeyToPath> o) {
unittest.expect(o, unittest.hasLength(2));
checkKeyToPath(o[0] as api.KeyToPath);
checkKeyToPath(o[1] as api.KeyToPath);
@@ -279,7 +279,7 @@
buildCounterConfigMapVolumeSource++;
if (buildCounterConfigMapVolumeSource < 3) {
o.defaultMode = 42;
- o.items = buildUnnamed1806();
+ o.items = buildUnnamed1805();
o.name = 'foo';
o.optional = true;
}
@@ -294,7 +294,7 @@
o.defaultMode!,
unittest.equals(42),
);
- checkUnnamed1806(o.items!);
+ checkUnnamed1805(o.items!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -356,14 +356,14 @@
buildCounterConfigurationSpec--;
}
-core.List<api.GoogleCloudRunV1Condition> buildUnnamed1807() {
+core.List<api.GoogleCloudRunV1Condition> buildUnnamed1806() {
var o = <api.GoogleCloudRunV1Condition>[];
o.add(buildGoogleCloudRunV1Condition());
o.add(buildGoogleCloudRunV1Condition());
return o;
}
-void checkUnnamed1807(core.List<api.GoogleCloudRunV1Condition> o) {
+void checkUnnamed1806(core.List<api.GoogleCloudRunV1Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRunV1Condition(o[0] as api.GoogleCloudRunV1Condition);
checkGoogleCloudRunV1Condition(o[1] as api.GoogleCloudRunV1Condition);
@@ -374,7 +374,7 @@
var o = api.ConfigurationStatus();
buildCounterConfigurationStatus++;
if (buildCounterConfigurationStatus < 3) {
- o.conditions = buildUnnamed1807();
+ o.conditions = buildUnnamed1806();
o.latestCreatedRevisionName = 'foo';
o.latestReadyRevisionName = 'foo';
o.observedGeneration = 42;
@@ -386,7 +386,7 @@
void checkConfigurationStatus(api.ConfigurationStatus o) {
buildCounterConfigurationStatus++;
if (buildCounterConfigurationStatus < 3) {
- checkUnnamed1807(o.conditions!);
+ checkUnnamed1806(o.conditions!);
unittest.expect(
o.latestCreatedRevisionName!,
unittest.equals('foo'),
@@ -403,6 +403,25 @@
buildCounterConfigurationStatus--;
}
+core.List<core.String> buildUnnamed1807() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1807(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'),
+ );
+}
+
core.List<core.String> buildUnnamed1808() {
var o = <core.String>[];
o.add('foo');
@@ -422,72 +441,53 @@
);
}
-core.List<core.String> buildUnnamed1809() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1809(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'),
- );
-}
-
-core.List<api.EnvVar> buildUnnamed1810() {
+core.List<api.EnvVar> buildUnnamed1809() {
var o = <api.EnvVar>[];
o.add(buildEnvVar());
o.add(buildEnvVar());
return o;
}
-void checkUnnamed1810(core.List<api.EnvVar> o) {
+void checkUnnamed1809(core.List<api.EnvVar> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnvVar(o[0] as api.EnvVar);
checkEnvVar(o[1] as api.EnvVar);
}
-core.List<api.EnvFromSource> buildUnnamed1811() {
+core.List<api.EnvFromSource> buildUnnamed1810() {
var o = <api.EnvFromSource>[];
o.add(buildEnvFromSource());
o.add(buildEnvFromSource());
return o;
}
-void checkUnnamed1811(core.List<api.EnvFromSource> o) {
+void checkUnnamed1810(core.List<api.EnvFromSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnvFromSource(o[0] as api.EnvFromSource);
checkEnvFromSource(o[1] as api.EnvFromSource);
}
-core.List<api.ContainerPort> buildUnnamed1812() {
+core.List<api.ContainerPort> buildUnnamed1811() {
var o = <api.ContainerPort>[];
o.add(buildContainerPort());
o.add(buildContainerPort());
return o;
}
-void checkUnnamed1812(core.List<api.ContainerPort> o) {
+void checkUnnamed1811(core.List<api.ContainerPort> o) {
unittest.expect(o, unittest.hasLength(2));
checkContainerPort(o[0] as api.ContainerPort);
checkContainerPort(o[1] as api.ContainerPort);
}
-core.List<api.VolumeMount> buildUnnamed1813() {
+core.List<api.VolumeMount> buildUnnamed1812() {
var o = <api.VolumeMount>[];
o.add(buildVolumeMount());
o.add(buildVolumeMount());
return o;
}
-void checkUnnamed1813(core.List<api.VolumeMount> o) {
+void checkUnnamed1812(core.List<api.VolumeMount> o) {
unittest.expect(o, unittest.hasLength(2));
checkVolumeMount(o[0] as api.VolumeMount);
checkVolumeMount(o[1] as api.VolumeMount);
@@ -498,22 +498,22 @@
var o = api.Container();
buildCounterContainer++;
if (buildCounterContainer < 3) {
- o.args = buildUnnamed1808();
- o.command = buildUnnamed1809();
- o.env = buildUnnamed1810();
- o.envFrom = buildUnnamed1811();
+ o.args = buildUnnamed1807();
+ o.command = buildUnnamed1808();
+ o.env = buildUnnamed1809();
+ o.envFrom = buildUnnamed1810();
o.image = 'foo';
o.imagePullPolicy = 'foo';
o.livenessProbe = buildProbe();
o.name = 'foo';
- o.ports = buildUnnamed1812();
+ o.ports = buildUnnamed1811();
o.readinessProbe = buildProbe();
o.resources = buildResourceRequirements();
o.securityContext = buildSecurityContext();
o.startupProbe = buildProbe();
o.terminationMessagePath = 'foo';
o.terminationMessagePolicy = 'foo';
- o.volumeMounts = buildUnnamed1813();
+ o.volumeMounts = buildUnnamed1812();
o.workingDir = 'foo';
}
buildCounterContainer--;
@@ -523,10 +523,10 @@
void checkContainer(api.Container o) {
buildCounterContainer++;
if (buildCounterContainer < 3) {
- checkUnnamed1808(o.args!);
- checkUnnamed1809(o.command!);
- checkUnnamed1810(o.env!);
- checkUnnamed1811(o.envFrom!);
+ checkUnnamed1807(o.args!);
+ checkUnnamed1808(o.command!);
+ checkUnnamed1809(o.env!);
+ checkUnnamed1810(o.envFrom!);
unittest.expect(
o.image!,
unittest.equals('foo'),
@@ -540,7 +540,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed1812(o.ports!);
+ checkUnnamed1811(o.ports!);
checkProbe(o.readinessProbe! as api.Probe);
checkResourceRequirements(o.resources! as api.ResourceRequirements);
checkSecurityContext(o.securityContext! as api.SecurityContext);
@@ -553,7 +553,7 @@
o.terminationMessagePolicy!,
unittest.equals('foo'),
);
- checkUnnamed1813(o.volumeMounts!);
+ checkUnnamed1812(o.volumeMounts!);
unittest.expect(
o.workingDir!,
unittest.equals('foo'),
@@ -656,27 +656,27 @@
buildCounterDomainMappingSpec--;
}
-core.List<api.GoogleCloudRunV1Condition> buildUnnamed1814() {
+core.List<api.GoogleCloudRunV1Condition> buildUnnamed1813() {
var o = <api.GoogleCloudRunV1Condition>[];
o.add(buildGoogleCloudRunV1Condition());
o.add(buildGoogleCloudRunV1Condition());
return o;
}
-void checkUnnamed1814(core.List<api.GoogleCloudRunV1Condition> o) {
+void checkUnnamed1813(core.List<api.GoogleCloudRunV1Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRunV1Condition(o[0] as api.GoogleCloudRunV1Condition);
checkGoogleCloudRunV1Condition(o[1] as api.GoogleCloudRunV1Condition);
}
-core.List<api.ResourceRecord> buildUnnamed1815() {
+core.List<api.ResourceRecord> buildUnnamed1814() {
var o = <api.ResourceRecord>[];
o.add(buildResourceRecord());
o.add(buildResourceRecord());
return o;
}
-void checkUnnamed1815(core.List<api.ResourceRecord> o) {
+void checkUnnamed1814(core.List<api.ResourceRecord> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceRecord(o[0] as api.ResourceRecord);
checkResourceRecord(o[1] as api.ResourceRecord);
@@ -687,10 +687,10 @@
var o = api.DomainMappingStatus();
buildCounterDomainMappingStatus++;
if (buildCounterDomainMappingStatus < 3) {
- o.conditions = buildUnnamed1814();
+ o.conditions = buildUnnamed1813();
o.mappedRouteName = 'foo';
o.observedGeneration = 42;
- o.resourceRecords = buildUnnamed1815();
+ o.resourceRecords = buildUnnamed1814();
o.url = 'foo';
}
buildCounterDomainMappingStatus--;
@@ -700,7 +700,7 @@
void checkDomainMappingStatus(api.DomainMappingStatus o) {
buildCounterDomainMappingStatus++;
if (buildCounterDomainMappingStatus < 3) {
- checkUnnamed1814(o.conditions!);
+ checkUnnamed1813(o.conditions!);
unittest.expect(
o.mappedRouteName!,
unittest.equals('foo'),
@@ -709,7 +709,7 @@
o.observedGeneration!,
unittest.equals(42),
);
- checkUnnamed1815(o.resourceRecords!);
+ checkUnnamed1814(o.resourceRecords!);
unittest.expect(
o.url!,
unittest.equals('foo'),
@@ -794,14 +794,14 @@
buildCounterEnvVarSource--;
}
-core.List<core.String> buildUnnamed1816() {
+core.List<core.String> buildUnnamed1815() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1816(core.List<core.String> o) {
+void checkUnnamed1815(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -818,7 +818,7 @@
var o = api.ExecAction();
buildCounterExecAction++;
if (buildCounterExecAction < 3) {
- o.command = buildUnnamed1816();
+ o.command = buildUnnamed1815();
}
buildCounterExecAction--;
return o;
@@ -827,7 +827,7 @@
void checkExecAction(api.ExecAction o) {
buildCounterExecAction++;
if (buildCounterExecAction < 3) {
- checkUnnamed1816(o.command!);
+ checkUnnamed1815(o.command!);
}
buildCounterExecAction--;
}
@@ -916,14 +916,14 @@
buildCounterGoogleCloudRunV1Condition--;
}
-core.List<api.HTTPHeader> buildUnnamed1817() {
+core.List<api.HTTPHeader> buildUnnamed1816() {
var o = <api.HTTPHeader>[];
o.add(buildHTTPHeader());
o.add(buildHTTPHeader());
return o;
}
-void checkUnnamed1817(core.List<api.HTTPHeader> o) {
+void checkUnnamed1816(core.List<api.HTTPHeader> o) {
unittest.expect(o, unittest.hasLength(2));
checkHTTPHeader(o[0] as api.HTTPHeader);
checkHTTPHeader(o[1] as api.HTTPHeader);
@@ -935,7 +935,7 @@
buildCounterHTTPGetAction++;
if (buildCounterHTTPGetAction < 3) {
o.host = 'foo';
- o.httpHeaders = buildUnnamed1817();
+ o.httpHeaders = buildUnnamed1816();
o.path = 'foo';
o.scheme = 'foo';
}
@@ -950,7 +950,7 @@
o.host!,
unittest.equals('foo'),
);
- checkUnnamed1817(o.httpHeaders!);
+ checkUnnamed1816(o.httpHeaders!);
unittest.expect(
o.path!,
unittest.equals('foo'),
@@ -1022,14 +1022,14 @@
buildCounterKeyToPath--;
}
-core.List<api.AuthorizedDomain> buildUnnamed1818() {
+core.List<api.AuthorizedDomain> buildUnnamed1817() {
var o = <api.AuthorizedDomain>[];
o.add(buildAuthorizedDomain());
o.add(buildAuthorizedDomain());
return o;
}
-void checkUnnamed1818(core.List<api.AuthorizedDomain> o) {
+void checkUnnamed1817(core.List<api.AuthorizedDomain> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthorizedDomain(o[0] as api.AuthorizedDomain);
checkAuthorizedDomain(o[1] as api.AuthorizedDomain);
@@ -1040,7 +1040,7 @@
var o = api.ListAuthorizedDomainsResponse();
buildCounterListAuthorizedDomainsResponse++;
if (buildCounterListAuthorizedDomainsResponse < 3) {
- o.domains = buildUnnamed1818();
+ o.domains = buildUnnamed1817();
o.nextPageToken = 'foo';
}
buildCounterListAuthorizedDomainsResponse--;
@@ -1050,7 +1050,7 @@
void checkListAuthorizedDomainsResponse(api.ListAuthorizedDomainsResponse o) {
buildCounterListAuthorizedDomainsResponse++;
if (buildCounterListAuthorizedDomainsResponse < 3) {
- checkUnnamed1818(o.domains!);
+ checkUnnamed1817(o.domains!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1059,27 +1059,27 @@
buildCounterListAuthorizedDomainsResponse--;
}
-core.List<api.Configuration> buildUnnamed1819() {
+core.List<api.Configuration> buildUnnamed1818() {
var o = <api.Configuration>[];
o.add(buildConfiguration());
o.add(buildConfiguration());
return o;
}
-void checkUnnamed1819(core.List<api.Configuration> o) {
+void checkUnnamed1818(core.List<api.Configuration> o) {
unittest.expect(o, unittest.hasLength(2));
checkConfiguration(o[0] as api.Configuration);
checkConfiguration(o[1] as api.Configuration);
}
-core.List<core.String> buildUnnamed1820() {
+core.List<core.String> buildUnnamed1819() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1820(core.List<core.String> o) {
+void checkUnnamed1819(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1097,10 +1097,10 @@
buildCounterListConfigurationsResponse++;
if (buildCounterListConfigurationsResponse < 3) {
o.apiVersion = 'foo';
- o.items = buildUnnamed1819();
+ o.items = buildUnnamed1818();
o.kind = 'foo';
o.metadata = buildListMeta();
- o.unreachable = buildUnnamed1820();
+ o.unreachable = buildUnnamed1819();
}
buildCounterListConfigurationsResponse--;
return o;
@@ -1113,38 +1113,38 @@
o.apiVersion!,
unittest.equals('foo'),
);
- checkUnnamed1819(o.items!);
+ checkUnnamed1818(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
checkListMeta(o.metadata! as api.ListMeta);
- checkUnnamed1820(o.unreachable!);
+ checkUnnamed1819(o.unreachable!);
}
buildCounterListConfigurationsResponse--;
}
-core.List<api.DomainMapping> buildUnnamed1821() {
+core.List<api.DomainMapping> buildUnnamed1820() {
var o = <api.DomainMapping>[];
o.add(buildDomainMapping());
o.add(buildDomainMapping());
return o;
}
-void checkUnnamed1821(core.List<api.DomainMapping> o) {
+void checkUnnamed1820(core.List<api.DomainMapping> o) {
unittest.expect(o, unittest.hasLength(2));
checkDomainMapping(o[0] as api.DomainMapping);
checkDomainMapping(o[1] as api.DomainMapping);
}
-core.List<core.String> buildUnnamed1822() {
+core.List<core.String> buildUnnamed1821() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1822(core.List<core.String> o) {
+void checkUnnamed1821(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1162,10 +1162,10 @@
buildCounterListDomainMappingsResponse++;
if (buildCounterListDomainMappingsResponse < 3) {
o.apiVersion = 'foo';
- o.items = buildUnnamed1821();
+ o.items = buildUnnamed1820();
o.kind = 'foo';
o.metadata = buildListMeta();
- o.unreachable = buildUnnamed1822();
+ o.unreachable = buildUnnamed1821();
}
buildCounterListDomainMappingsResponse--;
return o;
@@ -1178,25 +1178,25 @@
o.apiVersion!,
unittest.equals('foo'),
);
- checkUnnamed1821(o.items!);
+ checkUnnamed1820(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
checkListMeta(o.metadata! as api.ListMeta);
- checkUnnamed1822(o.unreachable!);
+ checkUnnamed1821(o.unreachable!);
}
buildCounterListDomainMappingsResponse--;
}
-core.List<api.Location> buildUnnamed1823() {
+core.List<api.Location> buildUnnamed1822() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed1823(core.List<api.Location> o) {
+void checkUnnamed1822(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -1207,7 +1207,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed1823();
+ o.locations = buildUnnamed1822();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -1217,7 +1217,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed1823(o.locations!);
+ checkUnnamed1822(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1258,27 +1258,27 @@
buildCounterListMeta--;
}
-core.List<api.Revision> buildUnnamed1824() {
+core.List<api.Revision> buildUnnamed1823() {
var o = <api.Revision>[];
o.add(buildRevision());
o.add(buildRevision());
return o;
}
-void checkUnnamed1824(core.List<api.Revision> o) {
+void checkUnnamed1823(core.List<api.Revision> o) {
unittest.expect(o, unittest.hasLength(2));
checkRevision(o[0] as api.Revision);
checkRevision(o[1] as api.Revision);
}
-core.List<core.String> buildUnnamed1825() {
+core.List<core.String> buildUnnamed1824() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1825(core.List<core.String> o) {
+void checkUnnamed1824(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1296,10 +1296,10 @@
buildCounterListRevisionsResponse++;
if (buildCounterListRevisionsResponse < 3) {
o.apiVersion = 'foo';
- o.items = buildUnnamed1824();
+ o.items = buildUnnamed1823();
o.kind = 'foo';
o.metadata = buildListMeta();
- o.unreachable = buildUnnamed1825();
+ o.unreachable = buildUnnamed1824();
}
buildCounterListRevisionsResponse--;
return o;
@@ -1312,38 +1312,38 @@
o.apiVersion!,
unittest.equals('foo'),
);
- checkUnnamed1824(o.items!);
+ checkUnnamed1823(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
checkListMeta(o.metadata! as api.ListMeta);
- checkUnnamed1825(o.unreachable!);
+ checkUnnamed1824(o.unreachable!);
}
buildCounterListRevisionsResponse--;
}
-core.List<api.Route> buildUnnamed1826() {
+core.List<api.Route> buildUnnamed1825() {
var o = <api.Route>[];
o.add(buildRoute());
o.add(buildRoute());
return o;
}
-void checkUnnamed1826(core.List<api.Route> o) {
+void checkUnnamed1825(core.List<api.Route> o) {
unittest.expect(o, unittest.hasLength(2));
checkRoute(o[0] as api.Route);
checkRoute(o[1] as api.Route);
}
-core.List<core.String> buildUnnamed1827() {
+core.List<core.String> buildUnnamed1826() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1827(core.List<core.String> o) {
+void checkUnnamed1826(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1361,10 +1361,10 @@
buildCounterListRoutesResponse++;
if (buildCounterListRoutesResponse < 3) {
o.apiVersion = 'foo';
- o.items = buildUnnamed1826();
+ o.items = buildUnnamed1825();
o.kind = 'foo';
o.metadata = buildListMeta();
- o.unreachable = buildUnnamed1827();
+ o.unreachable = buildUnnamed1826();
}
buildCounterListRoutesResponse--;
return o;
@@ -1377,38 +1377,38 @@
o.apiVersion!,
unittest.equals('foo'),
);
- checkUnnamed1826(o.items!);
+ checkUnnamed1825(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
checkListMeta(o.metadata! as api.ListMeta);
- checkUnnamed1827(o.unreachable!);
+ checkUnnamed1826(o.unreachable!);
}
buildCounterListRoutesResponse--;
}
-core.List<api.Service> buildUnnamed1828() {
+core.List<api.Service> buildUnnamed1827() {
var o = <api.Service>[];
o.add(buildService());
o.add(buildService());
return o;
}
-void checkUnnamed1828(core.List<api.Service> o) {
+void checkUnnamed1827(core.List<api.Service> o) {
unittest.expect(o, unittest.hasLength(2));
checkService(o[0] as api.Service);
checkService(o[1] as api.Service);
}
-core.List<core.String> buildUnnamed1829() {
+core.List<core.String> buildUnnamed1828() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1829(core.List<core.String> o) {
+void checkUnnamed1828(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1426,10 +1426,10 @@
buildCounterListServicesResponse++;
if (buildCounterListServicesResponse < 3) {
o.apiVersion = 'foo';
- o.items = buildUnnamed1828();
+ o.items = buildUnnamed1827();
o.kind = 'foo';
o.metadata = buildListMeta();
- o.unreachable = buildUnnamed1829();
+ o.unreachable = buildUnnamed1828();
}
buildCounterListServicesResponse--;
return o;
@@ -1442,13 +1442,13 @@
o.apiVersion!,
unittest.equals('foo'),
);
- checkUnnamed1828(o.items!);
+ checkUnnamed1827(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
checkListMeta(o.metadata! as api.ListMeta);
- checkUnnamed1829(o.unreachable!);
+ checkUnnamed1828(o.unreachable!);
}
buildCounterListServicesResponse--;
}
@@ -1475,14 +1475,14 @@
buildCounterLocalObjectReference--;
}
-core.Map<core.String, core.String> buildUnnamed1830() {
+core.Map<core.String, core.String> buildUnnamed1829() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1830(core.Map<core.String, core.String> o) {
+void checkUnnamed1829(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1494,7 +1494,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed1831() {
+core.Map<core.String, core.Object> buildUnnamed1830() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1509,7 +1509,7 @@
return o;
}
-void checkUnnamed1831(core.Map<core.String, core.Object> o) {
+void checkUnnamed1830(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1547,9 +1547,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed1830();
+ o.labels = buildUnnamed1829();
o.locationId = 'foo';
- o.metadata = buildUnnamed1831();
+ o.metadata = buildUnnamed1830();
o.name = 'foo';
}
buildCounterLocation--;
@@ -1563,12 +1563,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed1830(o.labels!);
+ checkUnnamed1829(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed1831(o.metadata!);
+ checkUnnamed1830(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1577,14 +1577,14 @@
buildCounterLocation--;
}
-core.Map<core.String, core.String> buildUnnamed1832() {
+core.Map<core.String, core.String> buildUnnamed1831() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1832(core.Map<core.String, core.String> o) {
+void checkUnnamed1831(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1596,14 +1596,14 @@
);
}
-core.List<core.String> buildUnnamed1833() {
+core.List<core.String> buildUnnamed1832() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1833(core.List<core.String> o) {
+void checkUnnamed1832(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1615,14 +1615,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed1834() {
+core.Map<core.String, core.String> buildUnnamed1833() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1834(core.Map<core.String, core.String> o) {
+void checkUnnamed1833(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1634,14 +1634,14 @@
);
}
-core.List<api.OwnerReference> buildUnnamed1835() {
+core.List<api.OwnerReference> buildUnnamed1834() {
var o = <api.OwnerReference>[];
o.add(buildOwnerReference());
o.add(buildOwnerReference());
return o;
}
-void checkUnnamed1835(core.List<api.OwnerReference> o) {
+void checkUnnamed1834(core.List<api.OwnerReference> o) {
unittest.expect(o, unittest.hasLength(2));
checkOwnerReference(o[0] as api.OwnerReference);
checkOwnerReference(o[1] as api.OwnerReference);
@@ -1652,18 +1652,18 @@
var o = api.ObjectMeta();
buildCounterObjectMeta++;
if (buildCounterObjectMeta < 3) {
- o.annotations = buildUnnamed1832();
+ o.annotations = buildUnnamed1831();
o.clusterName = 'foo';
o.creationTimestamp = 'foo';
o.deletionGracePeriodSeconds = 42;
o.deletionTimestamp = 'foo';
- o.finalizers = buildUnnamed1833();
+ o.finalizers = buildUnnamed1832();
o.generateName = 'foo';
o.generation = 42;
- o.labels = buildUnnamed1834();
+ o.labels = buildUnnamed1833();
o.name = 'foo';
o.namespace = 'foo';
- o.ownerReferences = buildUnnamed1835();
+ o.ownerReferences = buildUnnamed1834();
o.resourceVersion = 'foo';
o.selfLink = 'foo';
o.uid = 'foo';
@@ -1675,7 +1675,7 @@
void checkObjectMeta(api.ObjectMeta o) {
buildCounterObjectMeta++;
if (buildCounterObjectMeta < 3) {
- checkUnnamed1832(o.annotations!);
+ checkUnnamed1831(o.annotations!);
unittest.expect(
o.clusterName!,
unittest.equals('foo'),
@@ -1692,7 +1692,7 @@
o.deletionTimestamp!,
unittest.equals('foo'),
);
- checkUnnamed1833(o.finalizers!);
+ checkUnnamed1832(o.finalizers!);
unittest.expect(
o.generateName!,
unittest.equals('foo'),
@@ -1701,7 +1701,7 @@
o.generation!,
unittest.equals(42),
);
- checkUnnamed1834(o.labels!);
+ checkUnnamed1833(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1710,7 +1710,7 @@
o.namespace!,
unittest.equals('foo'),
);
- checkUnnamed1835(o.ownerReferences!);
+ checkUnnamed1834(o.ownerReferences!);
unittest.expect(
o.resourceVersion!,
unittest.equals('foo'),
@@ -1768,27 +1768,27 @@
buildCounterOwnerReference--;
}
-core.List<api.AuditConfig> buildUnnamed1836() {
+core.List<api.AuditConfig> buildUnnamed1835() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed1836(core.List<api.AuditConfig> o) {
+void checkUnnamed1835(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed1837() {
+core.List<api.Binding> buildUnnamed1836() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed1837(core.List<api.Binding> o) {
+void checkUnnamed1836(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -1799,8 +1799,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed1836();
- o.bindings = buildUnnamed1837();
+ o.auditConfigs = buildUnnamed1835();
+ o.bindings = buildUnnamed1836();
o.etag = 'foo';
o.version = 42;
}
@@ -1811,8 +1811,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed1836(o.auditConfigs!);
- checkUnnamed1837(o.bindings!);
+ checkUnnamed1835(o.auditConfigs!);
+ checkUnnamed1836(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1905,6 +1905,25 @@
buildCounterResourceRecord--;
}
+core.Map<core.String, core.String> buildUnnamed1837() {
+ var o = <core.String, core.String>{};
+ o['x'] = 'foo';
+ o['y'] = 'foo';
+ return o;
+}
+
+void checkUnnamed1837(core.Map<core.String, core.String> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o['x']!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o['y']!,
+ unittest.equals('foo'),
+ );
+}
+
core.Map<core.String, core.String> buildUnnamed1838() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
@@ -1924,32 +1943,13 @@
);
}
-core.Map<core.String, core.String> buildUnnamed1839() {
- var o = <core.String, core.String>{};
- o['x'] = 'foo';
- o['y'] = 'foo';
- return o;
-}
-
-void checkUnnamed1839(core.Map<core.String, core.String> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o['x']!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o['y']!,
- unittest.equals('foo'),
- );
-}
-
core.int buildCounterResourceRequirements = 0;
api.ResourceRequirements buildResourceRequirements() {
var o = api.ResourceRequirements();
buildCounterResourceRequirements++;
if (buildCounterResourceRequirements < 3) {
- o.limits = buildUnnamed1838();
- o.requests = buildUnnamed1839();
+ o.limits = buildUnnamed1837();
+ o.requests = buildUnnamed1838();
}
buildCounterResourceRequirements--;
return o;
@@ -1958,8 +1958,8 @@
void checkResourceRequirements(api.ResourceRequirements o) {
buildCounterResourceRequirements++;
if (buildCounterResourceRequirements < 3) {
- checkUnnamed1838(o.limits!);
- checkUnnamed1839(o.requests!);
+ checkUnnamed1837(o.limits!);
+ checkUnnamed1838(o.requests!);
}
buildCounterResourceRequirements--;
}
@@ -1997,27 +1997,27 @@
buildCounterRevision--;
}
-core.List<api.Container> buildUnnamed1840() {
+core.List<api.Container> buildUnnamed1839() {
var o = <api.Container>[];
o.add(buildContainer());
o.add(buildContainer());
return o;
}
-void checkUnnamed1840(core.List<api.Container> o) {
+void checkUnnamed1839(core.List<api.Container> o) {
unittest.expect(o, unittest.hasLength(2));
checkContainer(o[0] as api.Container);
checkContainer(o[1] as api.Container);
}
-core.List<api.Volume> buildUnnamed1841() {
+core.List<api.Volume> buildUnnamed1840() {
var o = <api.Volume>[];
o.add(buildVolume());
o.add(buildVolume());
return o;
}
-void checkUnnamed1841(core.List<api.Volume> o) {
+void checkUnnamed1840(core.List<api.Volume> o) {
unittest.expect(o, unittest.hasLength(2));
checkVolume(o[0] as api.Volume);
checkVolume(o[1] as api.Volume);
@@ -2029,10 +2029,10 @@
buildCounterRevisionSpec++;
if (buildCounterRevisionSpec < 3) {
o.containerConcurrency = 42;
- o.containers = buildUnnamed1840();
+ o.containers = buildUnnamed1839();
o.serviceAccountName = 'foo';
o.timeoutSeconds = 42;
- o.volumes = buildUnnamed1841();
+ o.volumes = buildUnnamed1840();
}
buildCounterRevisionSpec--;
return o;
@@ -2045,7 +2045,7 @@
o.containerConcurrency!,
unittest.equals(42),
);
- checkUnnamed1840(o.containers!);
+ checkUnnamed1839(o.containers!);
unittest.expect(
o.serviceAccountName!,
unittest.equals('foo'),
@@ -2054,19 +2054,19 @@
o.timeoutSeconds!,
unittest.equals(42),
);
- checkUnnamed1841(o.volumes!);
+ checkUnnamed1840(o.volumes!);
}
buildCounterRevisionSpec--;
}
-core.List<api.GoogleCloudRunV1Condition> buildUnnamed1842() {
+core.List<api.GoogleCloudRunV1Condition> buildUnnamed1841() {
var o = <api.GoogleCloudRunV1Condition>[];
o.add(buildGoogleCloudRunV1Condition());
o.add(buildGoogleCloudRunV1Condition());
return o;
}
-void checkUnnamed1842(core.List<api.GoogleCloudRunV1Condition> o) {
+void checkUnnamed1841(core.List<api.GoogleCloudRunV1Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRunV1Condition(o[0] as api.GoogleCloudRunV1Condition);
checkGoogleCloudRunV1Condition(o[1] as api.GoogleCloudRunV1Condition);
@@ -2077,7 +2077,7 @@
var o = api.RevisionStatus();
buildCounterRevisionStatus++;
if (buildCounterRevisionStatus < 3) {
- o.conditions = buildUnnamed1842();
+ o.conditions = buildUnnamed1841();
o.imageDigest = 'foo';
o.logUrl = 'foo';
o.observedGeneration = 42;
@@ -2090,7 +2090,7 @@
void checkRevisionStatus(api.RevisionStatus o) {
buildCounterRevisionStatus++;
if (buildCounterRevisionStatus < 3) {
- checkUnnamed1842(o.conditions!);
+ checkUnnamed1841(o.conditions!);
unittest.expect(
o.imageDigest!,
unittest.equals('foo'),
@@ -2165,14 +2165,14 @@
buildCounterRoute--;
}
-core.List<api.TrafficTarget> buildUnnamed1843() {
+core.List<api.TrafficTarget> buildUnnamed1842() {
var o = <api.TrafficTarget>[];
o.add(buildTrafficTarget());
o.add(buildTrafficTarget());
return o;
}
-void checkUnnamed1843(core.List<api.TrafficTarget> o) {
+void checkUnnamed1842(core.List<api.TrafficTarget> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrafficTarget(o[0] as api.TrafficTarget);
checkTrafficTarget(o[1] as api.TrafficTarget);
@@ -2183,7 +2183,7 @@
var o = api.RouteSpec();
buildCounterRouteSpec++;
if (buildCounterRouteSpec < 3) {
- o.traffic = buildUnnamed1843();
+ o.traffic = buildUnnamed1842();
}
buildCounterRouteSpec--;
return o;
@@ -2192,32 +2192,32 @@
void checkRouteSpec(api.RouteSpec o) {
buildCounterRouteSpec++;
if (buildCounterRouteSpec < 3) {
- checkUnnamed1843(o.traffic!);
+ checkUnnamed1842(o.traffic!);
}
buildCounterRouteSpec--;
}
-core.List<api.GoogleCloudRunV1Condition> buildUnnamed1844() {
+core.List<api.GoogleCloudRunV1Condition> buildUnnamed1843() {
var o = <api.GoogleCloudRunV1Condition>[];
o.add(buildGoogleCloudRunV1Condition());
o.add(buildGoogleCloudRunV1Condition());
return o;
}
-void checkUnnamed1844(core.List<api.GoogleCloudRunV1Condition> o) {
+void checkUnnamed1843(core.List<api.GoogleCloudRunV1Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRunV1Condition(o[0] as api.GoogleCloudRunV1Condition);
checkGoogleCloudRunV1Condition(o[1] as api.GoogleCloudRunV1Condition);
}
-core.List<api.TrafficTarget> buildUnnamed1845() {
+core.List<api.TrafficTarget> buildUnnamed1844() {
var o = <api.TrafficTarget>[];
o.add(buildTrafficTarget());
o.add(buildTrafficTarget());
return o;
}
-void checkUnnamed1845(core.List<api.TrafficTarget> o) {
+void checkUnnamed1844(core.List<api.TrafficTarget> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrafficTarget(o[0] as api.TrafficTarget);
checkTrafficTarget(o[1] as api.TrafficTarget);
@@ -2229,9 +2229,9 @@
buildCounterRouteStatus++;
if (buildCounterRouteStatus < 3) {
o.address = buildAddressable();
- o.conditions = buildUnnamed1844();
+ o.conditions = buildUnnamed1843();
o.observedGeneration = 42;
- o.traffic = buildUnnamed1845();
+ o.traffic = buildUnnamed1844();
o.url = 'foo';
}
buildCounterRouteStatus--;
@@ -2242,12 +2242,12 @@
buildCounterRouteStatus++;
if (buildCounterRouteStatus < 3) {
checkAddressable(o.address! as api.Addressable);
- checkUnnamed1844(o.conditions!);
+ checkUnnamed1843(o.conditions!);
unittest.expect(
o.observedGeneration!,
unittest.equals(42),
);
- checkUnnamed1845(o.traffic!);
+ checkUnnamed1844(o.traffic!);
unittest.expect(
o.url!,
unittest.equals('foo'),
@@ -2315,14 +2315,14 @@
buildCounterSecretKeySelector--;
}
-core.List<api.KeyToPath> buildUnnamed1846() {
+core.List<api.KeyToPath> buildUnnamed1845() {
var o = <api.KeyToPath>[];
o.add(buildKeyToPath());
o.add(buildKeyToPath());
return o;
}
-void checkUnnamed1846(core.List<api.KeyToPath> o) {
+void checkUnnamed1845(core.List<api.KeyToPath> o) {
unittest.expect(o, unittest.hasLength(2));
checkKeyToPath(o[0] as api.KeyToPath);
checkKeyToPath(o[1] as api.KeyToPath);
@@ -2334,7 +2334,7 @@
buildCounterSecretVolumeSource++;
if (buildCounterSecretVolumeSource < 3) {
o.defaultMode = 42;
- o.items = buildUnnamed1846();
+ o.items = buildUnnamed1845();
o.optional = true;
o.secretName = 'foo';
}
@@ -2349,7 +2349,7 @@
o.defaultMode!,
unittest.equals(42),
);
- checkUnnamed1846(o.items!);
+ checkUnnamed1845(o.items!);
unittest.expect(o.optional!, unittest.isTrue);
unittest.expect(
o.secretName!,
@@ -2414,14 +2414,14 @@
buildCounterService--;
}
-core.List<api.TrafficTarget> buildUnnamed1847() {
+core.List<api.TrafficTarget> buildUnnamed1846() {
var o = <api.TrafficTarget>[];
o.add(buildTrafficTarget());
o.add(buildTrafficTarget());
return o;
}
-void checkUnnamed1847(core.List<api.TrafficTarget> o) {
+void checkUnnamed1846(core.List<api.TrafficTarget> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrafficTarget(o[0] as api.TrafficTarget);
checkTrafficTarget(o[1] as api.TrafficTarget);
@@ -2433,7 +2433,7 @@
buildCounterServiceSpec++;
if (buildCounterServiceSpec < 3) {
o.template = buildRevisionTemplate();
- o.traffic = buildUnnamed1847();
+ o.traffic = buildUnnamed1846();
}
buildCounterServiceSpec--;
return o;
@@ -2443,32 +2443,32 @@
buildCounterServiceSpec++;
if (buildCounterServiceSpec < 3) {
checkRevisionTemplate(o.template! as api.RevisionTemplate);
- checkUnnamed1847(o.traffic!);
+ checkUnnamed1846(o.traffic!);
}
buildCounterServiceSpec--;
}
-core.List<api.GoogleCloudRunV1Condition> buildUnnamed1848() {
+core.List<api.GoogleCloudRunV1Condition> buildUnnamed1847() {
var o = <api.GoogleCloudRunV1Condition>[];
o.add(buildGoogleCloudRunV1Condition());
o.add(buildGoogleCloudRunV1Condition());
return o;
}
-void checkUnnamed1848(core.List<api.GoogleCloudRunV1Condition> o) {
+void checkUnnamed1847(core.List<api.GoogleCloudRunV1Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudRunV1Condition(o[0] as api.GoogleCloudRunV1Condition);
checkGoogleCloudRunV1Condition(o[1] as api.GoogleCloudRunV1Condition);
}
-core.List<api.TrafficTarget> buildUnnamed1849() {
+core.List<api.TrafficTarget> buildUnnamed1848() {
var o = <api.TrafficTarget>[];
o.add(buildTrafficTarget());
o.add(buildTrafficTarget());
return o;
}
-void checkUnnamed1849(core.List<api.TrafficTarget> o) {
+void checkUnnamed1848(core.List<api.TrafficTarget> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrafficTarget(o[0] as api.TrafficTarget);
checkTrafficTarget(o[1] as api.TrafficTarget);
@@ -2480,11 +2480,11 @@
buildCounterServiceStatus++;
if (buildCounterServiceStatus < 3) {
o.address = buildAddressable();
- o.conditions = buildUnnamed1848();
+ o.conditions = buildUnnamed1847();
o.latestCreatedRevisionName = 'foo';
o.latestReadyRevisionName = 'foo';
o.observedGeneration = 42;
- o.traffic = buildUnnamed1849();
+ o.traffic = buildUnnamed1848();
o.url = 'foo';
}
buildCounterServiceStatus--;
@@ -2495,7 +2495,7 @@
buildCounterServiceStatus++;
if (buildCounterServiceStatus < 3) {
checkAddressable(o.address! as api.Addressable);
- checkUnnamed1848(o.conditions!);
+ checkUnnamed1847(o.conditions!);
unittest.expect(
o.latestCreatedRevisionName!,
unittest.equals('foo'),
@@ -2508,7 +2508,7 @@
o.observedGeneration!,
unittest.equals(42),
);
- checkUnnamed1849(o.traffic!);
+ checkUnnamed1848(o.traffic!);
unittest.expect(
o.url!,
unittest.equals('foo'),
@@ -2614,14 +2614,14 @@
buildCounterStatusCause--;
}
-core.List<api.StatusCause> buildUnnamed1850() {
+core.List<api.StatusCause> buildUnnamed1849() {
var o = <api.StatusCause>[];
o.add(buildStatusCause());
o.add(buildStatusCause());
return o;
}
-void checkUnnamed1850(core.List<api.StatusCause> o) {
+void checkUnnamed1849(core.List<api.StatusCause> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatusCause(o[0] as api.StatusCause);
checkStatusCause(o[1] as api.StatusCause);
@@ -2632,7 +2632,7 @@
var o = api.StatusDetails();
buildCounterStatusDetails++;
if (buildCounterStatusDetails < 3) {
- o.causes = buildUnnamed1850();
+ o.causes = buildUnnamed1849();
o.group = 'foo';
o.kind = 'foo';
o.name = 'foo';
@@ -2646,7 +2646,7 @@
void checkStatusDetails(api.StatusDetails o) {
buildCounterStatusDetails++;
if (buildCounterStatusDetails < 3) {
- checkUnnamed1850(o.causes!);
+ checkUnnamed1849(o.causes!);
unittest.expect(
o.group!,
unittest.equals('foo'),
@@ -2698,6 +2698,44 @@
buildCounterTCPSocketAction--;
}
+core.List<core.String> buildUnnamed1850() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1850(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'),
+ );
+}
+
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed1850();
+ }
+ buildCounterTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed1850(o.permissions!);
+ }
+ buildCounterTestIamPermissionsRequest--;
+}
+
core.List<core.String> buildUnnamed1851() {
var o = <core.String>[];
o.add('foo');
@@ -2717,50 +2755,12 @@
);
}
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed1851();
- }
- buildCounterTestIamPermissionsRequest--;
- return o;
-}
-
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed1851(o.permissions!);
- }
- buildCounterTestIamPermissionsRequest--;
-}
-
-core.List<core.String> buildUnnamed1852() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1852(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'),
- );
-}
-
core.int buildCounterTestIamPermissionsResponse = 0;
api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed1852();
+ o.permissions = buildUnnamed1851();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -2769,7 +2769,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed1852(o.permissions!);
+ checkUnnamed1851(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/runtimeconfig/v1_test.dart b/generated/googleapis/test/runtimeconfig/v1_test.dart
index 149d0fb..4beef36 100644
--- a/generated/googleapis/test/runtimeconfig/v1_test.dart
+++ b/generated/googleapis/test/runtimeconfig/v1_test.dart
@@ -57,14 +57,14 @@
buildCounterEmpty--;
}
-core.List<api.Operation> buildUnnamed5823() {
+core.List<api.Operation> buildUnnamed5874() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed5823(core.List<api.Operation> o) {
+void checkUnnamed5874(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -76,7 +76,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed5823();
+ o.operations = buildUnnamed5874();
}
buildCounterListOperationsResponse--;
return o;
@@ -89,12 +89,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5823(o.operations!);
+ checkUnnamed5874(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed5824() {
+core.Map<core.String, core.Object> buildUnnamed5875() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -109,7 +109,7 @@
return o;
}
-void checkUnnamed5824(core.Map<core.String, core.Object> o) {
+void checkUnnamed5875(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -141,7 +141,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed5825() {
+core.Map<core.String, core.Object> buildUnnamed5876() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -156,7 +156,7 @@
return o;
}
-void checkUnnamed5825(core.Map<core.String, core.Object> o) {
+void checkUnnamed5876(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -195,9 +195,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed5824();
+ o.metadata = buildUnnamed5875();
o.name = 'foo';
- o.response = buildUnnamed5825();
+ o.response = buildUnnamed5876();
}
buildCounterOperation--;
return o;
@@ -208,17 +208,17 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed5824(o.metadata!);
+ checkUnnamed5875(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed5825(o.response!);
+ checkUnnamed5876(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.Object> buildUnnamed5826() {
+core.Map<core.String, core.Object> buildUnnamed5877() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -233,7 +233,7 @@
return o;
}
-void checkUnnamed5826(core.Map<core.String, core.Object> o) {
+void checkUnnamed5877(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -265,17 +265,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed5827() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed5878() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed5826());
- o.add(buildUnnamed5826());
+ o.add(buildUnnamed5877());
+ o.add(buildUnnamed5877());
return o;
}
-void checkUnnamed5827(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed5878(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed5826(o[0]);
- checkUnnamed5826(o[1]);
+ checkUnnamed5877(o[0]);
+ checkUnnamed5877(o[1]);
}
core.int buildCounterStatus = 0;
@@ -284,7 +284,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed5827();
+ o.details = buildUnnamed5878();
o.message = 'foo';
}
buildCounterStatus--;
@@ -298,7 +298,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed5827(o.details!);
+ checkUnnamed5878(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/safebrowsing/v4_test.dart b/generated/googleapis/test/safebrowsing/v4_test.dart
index ce213dc..29df84d 100644
--- a/generated/googleapis/test/safebrowsing/v4_test.dart
+++ b/generated/googleapis/test/safebrowsing/v4_test.dart
@@ -97,7 +97,7 @@
core.List<
api.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest>
- buildUnnamed5828() {
+ buildUnnamed5879() {
var o = <
api.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest>[];
o.add(
@@ -107,7 +107,7 @@
return o;
}
-void checkUnnamed5828(
+void checkUnnamed5879(
core.List<
api.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest>
o) {
@@ -129,7 +129,7 @@
if (buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest <
3) {
o.client = buildGoogleSecuritySafebrowsingV4ClientInfo();
- o.listUpdateRequests = buildUnnamed5828();
+ o.listUpdateRequests = buildUnnamed5879();
}
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest--;
return o;
@@ -142,7 +142,7 @@
3) {
checkGoogleSecuritySafebrowsingV4ClientInfo(
o.client! as api.GoogleSecuritySafebrowsingV4ClientInfo);
- checkUnnamed5828(o.listUpdateRequests!);
+ checkUnnamed5879(o.listUpdateRequests!);
}
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest--;
}
@@ -197,14 +197,14 @@
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest--;
}
-core.List<core.String> buildUnnamed5829() {
+core.List<core.String> buildUnnamed5880() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5829(core.List<core.String> o) {
+void checkUnnamed5880(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -231,7 +231,7 @@
o.maxDatabaseEntries = 42;
o.maxUpdateEntries = 42;
o.region = 'foo';
- o.supportedCompressions = buildUnnamed5829();
+ o.supportedCompressions = buildUnnamed5880();
}
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints--;
return o;
@@ -263,14 +263,14 @@
o.region!,
unittest.equals('foo'),
);
- checkUnnamed5829(o.supportedCompressions!);
+ checkUnnamed5880(o.supportedCompressions!);
}
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints--;
}
core.List<
api.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse>
- buildUnnamed5830() {
+ buildUnnamed5881() {
var o = <
api.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse>[];
o.add(
@@ -280,7 +280,7 @@
return o;
}
-void checkUnnamed5830(
+void checkUnnamed5881(
core.List<
api.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse>
o) {
@@ -301,7 +301,7 @@
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse <
3) {
- o.listUpdateResponses = buildUnnamed5830();
+ o.listUpdateResponses = buildUnnamed5881();
o.minimumWaitDuration = 'foo';
}
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse--;
@@ -313,7 +313,7 @@
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse <
3) {
- checkUnnamed5830(o.listUpdateResponses!);
+ checkUnnamed5881(o.listUpdateResponses!);
unittest.expect(
o.minimumWaitDuration!,
unittest.equals('foo'),
@@ -322,14 +322,14 @@
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse--;
}
-core.List<api.GoogleSecuritySafebrowsingV4ThreatEntrySet> buildUnnamed5831() {
+core.List<api.GoogleSecuritySafebrowsingV4ThreatEntrySet> buildUnnamed5882() {
var o = <api.GoogleSecuritySafebrowsingV4ThreatEntrySet>[];
o.add(buildGoogleSecuritySafebrowsingV4ThreatEntrySet());
o.add(buildGoogleSecuritySafebrowsingV4ThreatEntrySet());
return o;
}
-void checkUnnamed5831(
+void checkUnnamed5882(
core.List<api.GoogleSecuritySafebrowsingV4ThreatEntrySet> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleSecuritySafebrowsingV4ThreatEntrySet(
@@ -338,14 +338,14 @@
o[1] as api.GoogleSecuritySafebrowsingV4ThreatEntrySet);
}
-core.List<api.GoogleSecuritySafebrowsingV4ThreatEntrySet> buildUnnamed5832() {
+core.List<api.GoogleSecuritySafebrowsingV4ThreatEntrySet> buildUnnamed5883() {
var o = <api.GoogleSecuritySafebrowsingV4ThreatEntrySet>[];
o.add(buildGoogleSecuritySafebrowsingV4ThreatEntrySet());
o.add(buildGoogleSecuritySafebrowsingV4ThreatEntrySet());
return o;
}
-void checkUnnamed5832(
+void checkUnnamed5883(
core.List<api.GoogleSecuritySafebrowsingV4ThreatEntrySet> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleSecuritySafebrowsingV4ThreatEntrySet(
@@ -364,11 +364,11 @@
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse <
3) {
- o.additions = buildUnnamed5831();
+ o.additions = buildUnnamed5882();
o.checksum = buildGoogleSecuritySafebrowsingV4Checksum();
o.newClientState = 'foo';
o.platformType = 'foo';
- o.removals = buildUnnamed5832();
+ o.removals = buildUnnamed5883();
o.responseType = 'foo';
o.threatEntryType = 'foo';
o.threatType = 'foo';
@@ -383,7 +383,7 @@
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse <
3) {
- checkUnnamed5831(o.additions!);
+ checkUnnamed5882(o.additions!);
checkGoogleSecuritySafebrowsingV4Checksum(
o.checksum! as api.GoogleSecuritySafebrowsingV4Checksum);
unittest.expect(
@@ -394,7 +394,7 @@
o.platformType!,
unittest.equals('foo'),
);
- checkUnnamed5832(o.removals!);
+ checkUnnamed5883(o.removals!);
unittest.expect(
o.responseType!,
unittest.equals('foo'),
@@ -411,14 +411,14 @@
buildCounterGoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse--;
}
-core.List<core.String> buildUnnamed5833() {
+core.List<core.String> buildUnnamed5884() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5833(core.List<core.String> o) {
+void checkUnnamed5884(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -438,7 +438,7 @@
if (buildCounterGoogleSecuritySafebrowsingV4FindFullHashesRequest < 3) {
o.apiClient = buildGoogleSecuritySafebrowsingV4ClientInfo();
o.client = buildGoogleSecuritySafebrowsingV4ClientInfo();
- o.clientStates = buildUnnamed5833();
+ o.clientStates = buildUnnamed5884();
o.threatInfo = buildGoogleSecuritySafebrowsingV4ThreatInfo();
}
buildCounterGoogleSecuritySafebrowsingV4FindFullHashesRequest--;
@@ -453,21 +453,21 @@
o.apiClient! as api.GoogleSecuritySafebrowsingV4ClientInfo);
checkGoogleSecuritySafebrowsingV4ClientInfo(
o.client! as api.GoogleSecuritySafebrowsingV4ClientInfo);
- checkUnnamed5833(o.clientStates!);
+ checkUnnamed5884(o.clientStates!);
checkGoogleSecuritySafebrowsingV4ThreatInfo(
o.threatInfo! as api.GoogleSecuritySafebrowsingV4ThreatInfo);
}
buildCounterGoogleSecuritySafebrowsingV4FindFullHashesRequest--;
}
-core.List<api.GoogleSecuritySafebrowsingV4ThreatMatch> buildUnnamed5834() {
+core.List<api.GoogleSecuritySafebrowsingV4ThreatMatch> buildUnnamed5885() {
var o = <api.GoogleSecuritySafebrowsingV4ThreatMatch>[];
o.add(buildGoogleSecuritySafebrowsingV4ThreatMatch());
o.add(buildGoogleSecuritySafebrowsingV4ThreatMatch());
return o;
}
-void checkUnnamed5834(
+void checkUnnamed5885(
core.List<api.GoogleSecuritySafebrowsingV4ThreatMatch> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleSecuritySafebrowsingV4ThreatMatch(
@@ -482,7 +482,7 @@
var o = api.GoogleSecuritySafebrowsingV4FindFullHashesResponse();
buildCounterGoogleSecuritySafebrowsingV4FindFullHashesResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FindFullHashesResponse < 3) {
- o.matches = buildUnnamed5834();
+ o.matches = buildUnnamed5885();
o.minimumWaitDuration = 'foo';
o.negativeCacheDuration = 'foo';
}
@@ -494,7 +494,7 @@
api.GoogleSecuritySafebrowsingV4FindFullHashesResponse o) {
buildCounterGoogleSecuritySafebrowsingV4FindFullHashesResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FindFullHashesResponse < 3) {
- checkUnnamed5834(o.matches!);
+ checkUnnamed5885(o.matches!);
unittest.expect(
o.minimumWaitDuration!,
unittest.equals('foo'),
@@ -532,14 +532,14 @@
buildCounterGoogleSecuritySafebrowsingV4FindThreatMatchesRequest--;
}
-core.List<api.GoogleSecuritySafebrowsingV4ThreatMatch> buildUnnamed5835() {
+core.List<api.GoogleSecuritySafebrowsingV4ThreatMatch> buildUnnamed5886() {
var o = <api.GoogleSecuritySafebrowsingV4ThreatMatch>[];
o.add(buildGoogleSecuritySafebrowsingV4ThreatMatch());
o.add(buildGoogleSecuritySafebrowsingV4ThreatMatch());
return o;
}
-void checkUnnamed5835(
+void checkUnnamed5886(
core.List<api.GoogleSecuritySafebrowsingV4ThreatMatch> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleSecuritySafebrowsingV4ThreatMatch(
@@ -554,7 +554,7 @@
var o = api.GoogleSecuritySafebrowsingV4FindThreatMatchesResponse();
buildCounterGoogleSecuritySafebrowsingV4FindThreatMatchesResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FindThreatMatchesResponse < 3) {
- o.matches = buildUnnamed5835();
+ o.matches = buildUnnamed5886();
}
buildCounterGoogleSecuritySafebrowsingV4FindThreatMatchesResponse--;
return o;
@@ -564,20 +564,20 @@
api.GoogleSecuritySafebrowsingV4FindThreatMatchesResponse o) {
buildCounterGoogleSecuritySafebrowsingV4FindThreatMatchesResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4FindThreatMatchesResponse < 3) {
- checkUnnamed5835(o.matches!);
+ checkUnnamed5886(o.matches!);
}
buildCounterGoogleSecuritySafebrowsingV4FindThreatMatchesResponse--;
}
core.List<api.GoogleSecuritySafebrowsingV4ThreatListDescriptor>
- buildUnnamed5836() {
+ buildUnnamed5887() {
var o = <api.GoogleSecuritySafebrowsingV4ThreatListDescriptor>[];
o.add(buildGoogleSecuritySafebrowsingV4ThreatListDescriptor());
o.add(buildGoogleSecuritySafebrowsingV4ThreatListDescriptor());
return o;
}
-void checkUnnamed5836(
+void checkUnnamed5887(
core.List<api.GoogleSecuritySafebrowsingV4ThreatListDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleSecuritySafebrowsingV4ThreatListDescriptor(
@@ -592,7 +592,7 @@
var o = api.GoogleSecuritySafebrowsingV4ListThreatListsResponse();
buildCounterGoogleSecuritySafebrowsingV4ListThreatListsResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4ListThreatListsResponse < 3) {
- o.threatLists = buildUnnamed5836();
+ o.threatLists = buildUnnamed5887();
}
buildCounterGoogleSecuritySafebrowsingV4ListThreatListsResponse--;
return o;
@@ -602,7 +602,7 @@
api.GoogleSecuritySafebrowsingV4ListThreatListsResponse o) {
buildCounterGoogleSecuritySafebrowsingV4ListThreatListsResponse++;
if (buildCounterGoogleSecuritySafebrowsingV4ListThreatListsResponse < 3) {
- checkUnnamed5836(o.threatLists!);
+ checkUnnamed5887(o.threatLists!);
}
buildCounterGoogleSecuritySafebrowsingV4ListThreatListsResponse--;
}
@@ -636,14 +636,14 @@
buildCounterGoogleSecuritySafebrowsingV4RawHashes--;
}
-core.List<core.int> buildUnnamed5837() {
+core.List<core.int> buildUnnamed5888() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed5837(core.List<core.int> o) {
+void checkUnnamed5888(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -661,7 +661,7 @@
var o = api.GoogleSecuritySafebrowsingV4RawIndices();
buildCounterGoogleSecuritySafebrowsingV4RawIndices++;
if (buildCounterGoogleSecuritySafebrowsingV4RawIndices < 3) {
- o.indices = buildUnnamed5837();
+ o.indices = buildUnnamed5888();
}
buildCounterGoogleSecuritySafebrowsingV4RawIndices--;
return o;
@@ -671,7 +671,7 @@
api.GoogleSecuritySafebrowsingV4RawIndices o) {
buildCounterGoogleSecuritySafebrowsingV4RawIndices++;
if (buildCounterGoogleSecuritySafebrowsingV4RawIndices < 3) {
- checkUnnamed5837(o.indices!);
+ checkUnnamed5888(o.indices!);
}
buildCounterGoogleSecuritySafebrowsingV4RawIndices--;
}
@@ -750,14 +750,14 @@
}
core.List<api.GoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry>
- buildUnnamed5838() {
+ buildUnnamed5889() {
var o = <api.GoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry>[];
o.add(buildGoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry());
o.add(buildGoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry());
return o;
}
-void checkUnnamed5838(
+void checkUnnamed5889(
core.List<api.GoogleSecuritySafebrowsingV4ThreatEntryMetadataMetadataEntry>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -773,7 +773,7 @@
var o = api.GoogleSecuritySafebrowsingV4ThreatEntryMetadata();
buildCounterGoogleSecuritySafebrowsingV4ThreatEntryMetadata++;
if (buildCounterGoogleSecuritySafebrowsingV4ThreatEntryMetadata < 3) {
- o.entries = buildUnnamed5838();
+ o.entries = buildUnnamed5889();
}
buildCounterGoogleSecuritySafebrowsingV4ThreatEntryMetadata--;
return o;
@@ -783,7 +783,7 @@
api.GoogleSecuritySafebrowsingV4ThreatEntryMetadata o) {
buildCounterGoogleSecuritySafebrowsingV4ThreatEntryMetadata++;
if (buildCounterGoogleSecuritySafebrowsingV4ThreatEntryMetadata < 3) {
- checkUnnamed5838(o.entries!);
+ checkUnnamed5889(o.entries!);
}
buildCounterGoogleSecuritySafebrowsingV4ThreatEntryMetadata--;
}
@@ -858,14 +858,14 @@
}
core.List<api.GoogleSecuritySafebrowsingV4ThreatHitThreatSource>
- buildUnnamed5839() {
+ buildUnnamed5890() {
var o = <api.GoogleSecuritySafebrowsingV4ThreatHitThreatSource>[];
o.add(buildGoogleSecuritySafebrowsingV4ThreatHitThreatSource());
o.add(buildGoogleSecuritySafebrowsingV4ThreatHitThreatSource());
return o;
}
-void checkUnnamed5839(
+void checkUnnamed5890(
core.List<api.GoogleSecuritySafebrowsingV4ThreatHitThreatSource> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleSecuritySafebrowsingV4ThreatHitThreatSource(
@@ -883,7 +883,7 @@
o.clientInfo = buildGoogleSecuritySafebrowsingV4ClientInfo();
o.entry = buildGoogleSecuritySafebrowsingV4ThreatEntry();
o.platformType = 'foo';
- o.resources = buildUnnamed5839();
+ o.resources = buildUnnamed5890();
o.threatType = 'foo';
o.userInfo = buildGoogleSecuritySafebrowsingV4ThreatHitUserInfo();
}
@@ -903,7 +903,7 @@
o.platformType!,
unittest.equals('foo'),
);
- checkUnnamed5839(o.resources!);
+ checkUnnamed5890(o.resources!);
unittest.expect(
o.threatType!,
unittest.equals('foo'),
@@ -982,14 +982,14 @@
buildCounterGoogleSecuritySafebrowsingV4ThreatHitUserInfo--;
}
-core.List<core.String> buildUnnamed5840() {
+core.List<core.String> buildUnnamed5891() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5840(core.List<core.String> o) {
+void checkUnnamed5891(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1001,14 +1001,14 @@
);
}
-core.List<api.GoogleSecuritySafebrowsingV4ThreatEntry> buildUnnamed5841() {
+core.List<api.GoogleSecuritySafebrowsingV4ThreatEntry> buildUnnamed5892() {
var o = <api.GoogleSecuritySafebrowsingV4ThreatEntry>[];
o.add(buildGoogleSecuritySafebrowsingV4ThreatEntry());
o.add(buildGoogleSecuritySafebrowsingV4ThreatEntry());
return o;
}
-void checkUnnamed5841(
+void checkUnnamed5892(
core.List<api.GoogleSecuritySafebrowsingV4ThreatEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleSecuritySafebrowsingV4ThreatEntry(
@@ -1017,14 +1017,14 @@
o[1] as api.GoogleSecuritySafebrowsingV4ThreatEntry);
}
-core.List<core.String> buildUnnamed5842() {
+core.List<core.String> buildUnnamed5893() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5842(core.List<core.String> o) {
+void checkUnnamed5893(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1036,14 +1036,14 @@
);
}
-core.List<core.String> buildUnnamed5843() {
+core.List<core.String> buildUnnamed5894() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5843(core.List<core.String> o) {
+void checkUnnamed5894(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1061,10 +1061,10 @@
var o = api.GoogleSecuritySafebrowsingV4ThreatInfo();
buildCounterGoogleSecuritySafebrowsingV4ThreatInfo++;
if (buildCounterGoogleSecuritySafebrowsingV4ThreatInfo < 3) {
- o.platformTypes = buildUnnamed5840();
- o.threatEntries = buildUnnamed5841();
- o.threatEntryTypes = buildUnnamed5842();
- o.threatTypes = buildUnnamed5843();
+ o.platformTypes = buildUnnamed5891();
+ o.threatEntries = buildUnnamed5892();
+ o.threatEntryTypes = buildUnnamed5893();
+ o.threatTypes = buildUnnamed5894();
}
buildCounterGoogleSecuritySafebrowsingV4ThreatInfo--;
return o;
@@ -1074,10 +1074,10 @@
api.GoogleSecuritySafebrowsingV4ThreatInfo o) {
buildCounterGoogleSecuritySafebrowsingV4ThreatInfo++;
if (buildCounterGoogleSecuritySafebrowsingV4ThreatInfo < 3) {
- checkUnnamed5840(o.platformTypes!);
- checkUnnamed5841(o.threatEntries!);
- checkUnnamed5842(o.threatEntryTypes!);
- checkUnnamed5843(o.threatTypes!);
+ checkUnnamed5891(o.platformTypes!);
+ checkUnnamed5892(o.threatEntries!);
+ checkUnnamed5893(o.threatEntryTypes!);
+ checkUnnamed5894(o.threatTypes!);
}
buildCounterGoogleSecuritySafebrowsingV4ThreatInfo--;
}
diff --git a/generated/googleapis/test/script/v1_test.dart b/generated/googleapis/test/script/v1_test.dart
index 77bd22a..fe73307 100644
--- a/generated/googleapis/test/script/v1_test.dart
+++ b/generated/googleapis/test/script/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.File> buildUnnamed1853() {
+core.List<api.File> buildUnnamed1852() {
var o = <api.File>[];
o.add(buildFile());
o.add(buildFile());
return o;
}
-void checkUnnamed1853(core.List<api.File> o) {
+void checkUnnamed1852(core.List<api.File> o) {
unittest.expect(o, unittest.hasLength(2));
checkFile(o[0] as api.File);
checkFile(o[1] as api.File);
@@ -45,7 +45,7 @@
var o = api.Content();
buildCounterContent++;
if (buildCounterContent < 3) {
- o.files = buildUnnamed1853();
+ o.files = buildUnnamed1852();
o.scriptId = 'foo';
}
buildCounterContent--;
@@ -55,7 +55,7 @@
void checkContent(api.Content o) {
buildCounterContent++;
if (buildCounterContent < 3) {
- checkUnnamed1853(o.files!);
+ checkUnnamed1852(o.files!);
unittest.expect(
o.scriptId!,
unittest.equals('foo'),
@@ -91,14 +91,14 @@
buildCounterCreateProjectRequest--;
}
-core.List<api.EntryPoint> buildUnnamed1854() {
+core.List<api.EntryPoint> buildUnnamed1853() {
var o = <api.EntryPoint>[];
o.add(buildEntryPoint());
o.add(buildEntryPoint());
return o;
}
-void checkUnnamed1854(core.List<api.EntryPoint> o) {
+void checkUnnamed1853(core.List<api.EntryPoint> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntryPoint(o[0] as api.EntryPoint);
checkEntryPoint(o[1] as api.EntryPoint);
@@ -111,7 +111,7 @@
if (buildCounterDeployment < 3) {
o.deploymentConfig = buildDeploymentConfig();
o.deploymentId = 'foo';
- o.entryPoints = buildUnnamed1854();
+ o.entryPoints = buildUnnamed1853();
o.updateTime = 'foo';
}
buildCounterDeployment--;
@@ -126,7 +126,7 @@
o.deploymentId!,
unittest.equals('foo'),
);
- checkUnnamed1854(o.entryPoints!);
+ checkUnnamed1853(o.entryPoints!);
unittest.expect(
o.updateTime!,
unittest.equals('foo'),
@@ -237,14 +237,14 @@
buildCounterExecuteStreamResponse--;
}
-core.List<api.ScriptStackTraceElement> buildUnnamed1855() {
+core.List<api.ScriptStackTraceElement> buildUnnamed1854() {
var o = <api.ScriptStackTraceElement>[];
o.add(buildScriptStackTraceElement());
o.add(buildScriptStackTraceElement());
return o;
}
-void checkUnnamed1855(core.List<api.ScriptStackTraceElement> o) {
+void checkUnnamed1854(core.List<api.ScriptStackTraceElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkScriptStackTraceElement(o[0] as api.ScriptStackTraceElement);
checkScriptStackTraceElement(o[1] as api.ScriptStackTraceElement);
@@ -257,7 +257,7 @@
if (buildCounterExecutionError < 3) {
o.errorMessage = 'foo';
o.errorType = 'foo';
- o.scriptStackTraceElements = buildUnnamed1855();
+ o.scriptStackTraceElements = buildUnnamed1854();
}
buildCounterExecutionError--;
return o;
@@ -274,12 +274,12 @@
o.errorType!,
unittest.equals('foo'),
);
- checkUnnamed1855(o.scriptStackTraceElements!);
+ checkUnnamed1854(o.scriptStackTraceElements!);
}
buildCounterExecutionError--;
}
-core.List<core.Object> buildUnnamed1856() {
+core.List<core.Object> buildUnnamed1855() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -294,7 +294,7 @@
return o;
}
-void checkUnnamed1856(core.List<core.Object> o) {
+void checkUnnamed1855(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o[0]) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -333,7 +333,7 @@
if (buildCounterExecutionRequest < 3) {
o.devMode = true;
o.function = 'foo';
- o.parameters = buildUnnamed1856();
+ o.parameters = buildUnnamed1855();
o.sessionState = 'foo';
}
buildCounterExecutionRequest--;
@@ -348,7 +348,7 @@
o.function!,
unittest.equals('foo'),
);
- checkUnnamed1856(o.parameters!);
+ checkUnnamed1855(o.parameters!);
unittest.expect(
o.sessionState!,
unittest.equals('foo'),
@@ -558,14 +558,14 @@
buildCounterGoogleAppsScriptTypeFunction--;
}
-core.List<api.GoogleAppsScriptTypeFunction> buildUnnamed1857() {
+core.List<api.GoogleAppsScriptTypeFunction> buildUnnamed1856() {
var o = <api.GoogleAppsScriptTypeFunction>[];
o.add(buildGoogleAppsScriptTypeFunction());
o.add(buildGoogleAppsScriptTypeFunction());
return o;
}
-void checkUnnamed1857(core.List<api.GoogleAppsScriptTypeFunction> o) {
+void checkUnnamed1856(core.List<api.GoogleAppsScriptTypeFunction> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleAppsScriptTypeFunction(o[0] as api.GoogleAppsScriptTypeFunction);
checkGoogleAppsScriptTypeFunction(o[1] as api.GoogleAppsScriptTypeFunction);
@@ -576,7 +576,7 @@
var o = api.GoogleAppsScriptTypeFunctionSet();
buildCounterGoogleAppsScriptTypeFunctionSet++;
if (buildCounterGoogleAppsScriptTypeFunctionSet < 3) {
- o.values = buildUnnamed1857();
+ o.values = buildUnnamed1856();
}
buildCounterGoogleAppsScriptTypeFunctionSet--;
return o;
@@ -586,7 +586,7 @@
api.GoogleAppsScriptTypeFunctionSet o) {
buildCounterGoogleAppsScriptTypeFunctionSet++;
if (buildCounterGoogleAppsScriptTypeFunctionSet < 3) {
- checkUnnamed1857(o.values!);
+ checkUnnamed1856(o.values!);
}
buildCounterGoogleAppsScriptTypeFunctionSet--;
}
@@ -735,14 +735,14 @@
buildCounterGoogleAppsScriptTypeWebAppEntryPoint--;
}
-core.List<api.Deployment> buildUnnamed1858() {
+core.List<api.Deployment> buildUnnamed1857() {
var o = <api.Deployment>[];
o.add(buildDeployment());
o.add(buildDeployment());
return o;
}
-void checkUnnamed1858(core.List<api.Deployment> o) {
+void checkUnnamed1857(core.List<api.Deployment> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeployment(o[0] as api.Deployment);
checkDeployment(o[1] as api.Deployment);
@@ -753,7 +753,7 @@
var o = api.ListDeploymentsResponse();
buildCounterListDeploymentsResponse++;
if (buildCounterListDeploymentsResponse < 3) {
- o.deployments = buildUnnamed1858();
+ o.deployments = buildUnnamed1857();
o.nextPageToken = 'foo';
}
buildCounterListDeploymentsResponse--;
@@ -763,7 +763,7 @@
void checkListDeploymentsResponse(api.ListDeploymentsResponse o) {
buildCounterListDeploymentsResponse++;
if (buildCounterListDeploymentsResponse < 3) {
- checkUnnamed1858(o.deployments!);
+ checkUnnamed1857(o.deployments!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -772,6 +772,43 @@
buildCounterListDeploymentsResponse--;
}
+core.List<api.GoogleAppsScriptTypeProcess> buildUnnamed1858() {
+ var o = <api.GoogleAppsScriptTypeProcess>[];
+ o.add(buildGoogleAppsScriptTypeProcess());
+ o.add(buildGoogleAppsScriptTypeProcess());
+ return o;
+}
+
+void checkUnnamed1858(core.List<api.GoogleAppsScriptTypeProcess> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkGoogleAppsScriptTypeProcess(o[0] as api.GoogleAppsScriptTypeProcess);
+ checkGoogleAppsScriptTypeProcess(o[1] as api.GoogleAppsScriptTypeProcess);
+}
+
+core.int buildCounterListScriptProcessesResponse = 0;
+api.ListScriptProcessesResponse buildListScriptProcessesResponse() {
+ var o = api.ListScriptProcessesResponse();
+ buildCounterListScriptProcessesResponse++;
+ if (buildCounterListScriptProcessesResponse < 3) {
+ o.nextPageToken = 'foo';
+ o.processes = buildUnnamed1858();
+ }
+ buildCounterListScriptProcessesResponse--;
+ return o;
+}
+
+void checkListScriptProcessesResponse(api.ListScriptProcessesResponse o) {
+ buildCounterListScriptProcessesResponse++;
+ if (buildCounterListScriptProcessesResponse < 3) {
+ unittest.expect(
+ o.nextPageToken!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed1858(o.processes!);
+ }
+ buildCounterListScriptProcessesResponse--;
+}
+
core.List<api.GoogleAppsScriptTypeProcess> buildUnnamed1859() {
var o = <api.GoogleAppsScriptTypeProcess>[];
o.add(buildGoogleAppsScriptTypeProcess());
@@ -785,50 +822,13 @@
checkGoogleAppsScriptTypeProcess(o[1] as api.GoogleAppsScriptTypeProcess);
}
-core.int buildCounterListScriptProcessesResponse = 0;
-api.ListScriptProcessesResponse buildListScriptProcessesResponse() {
- var o = api.ListScriptProcessesResponse();
- buildCounterListScriptProcessesResponse++;
- if (buildCounterListScriptProcessesResponse < 3) {
- o.nextPageToken = 'foo';
- o.processes = buildUnnamed1859();
- }
- buildCounterListScriptProcessesResponse--;
- return o;
-}
-
-void checkListScriptProcessesResponse(api.ListScriptProcessesResponse o) {
- buildCounterListScriptProcessesResponse++;
- if (buildCounterListScriptProcessesResponse < 3) {
- unittest.expect(
- o.nextPageToken!,
- unittest.equals('foo'),
- );
- checkUnnamed1859(o.processes!);
- }
- buildCounterListScriptProcessesResponse--;
-}
-
-core.List<api.GoogleAppsScriptTypeProcess> buildUnnamed1860() {
- var o = <api.GoogleAppsScriptTypeProcess>[];
- o.add(buildGoogleAppsScriptTypeProcess());
- o.add(buildGoogleAppsScriptTypeProcess());
- return o;
-}
-
-void checkUnnamed1860(core.List<api.GoogleAppsScriptTypeProcess> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkGoogleAppsScriptTypeProcess(o[0] as api.GoogleAppsScriptTypeProcess);
- checkGoogleAppsScriptTypeProcess(o[1] as api.GoogleAppsScriptTypeProcess);
-}
-
core.int buildCounterListUserProcessesResponse = 0;
api.ListUserProcessesResponse buildListUserProcessesResponse() {
var o = api.ListUserProcessesResponse();
buildCounterListUserProcessesResponse++;
if (buildCounterListUserProcessesResponse < 3) {
o.nextPageToken = 'foo';
- o.processes = buildUnnamed1860();
+ o.processes = buildUnnamed1859();
}
buildCounterListUserProcessesResponse--;
return o;
@@ -841,19 +841,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1860(o.processes!);
+ checkUnnamed1859(o.processes!);
}
buildCounterListUserProcessesResponse--;
}
-core.List<api.Value> buildUnnamed1861() {
+core.List<api.Value> buildUnnamed1860() {
var o = <api.Value>[];
o.add(buildValue());
o.add(buildValue());
return o;
}
-void checkUnnamed1861(core.List<api.Value> o) {
+void checkUnnamed1860(core.List<api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o[0] as api.Value);
checkValue(o[1] as api.Value);
@@ -864,7 +864,7 @@
var o = api.ListValue();
buildCounterListValue++;
if (buildCounterListValue < 3) {
- o.values = buildUnnamed1861();
+ o.values = buildUnnamed1860();
}
buildCounterListValue--;
return o;
@@ -873,19 +873,19 @@
void checkListValue(api.ListValue o) {
buildCounterListValue++;
if (buildCounterListValue < 3) {
- checkUnnamed1861(o.values!);
+ checkUnnamed1860(o.values!);
}
buildCounterListValue--;
}
-core.List<api.Version> buildUnnamed1862() {
+core.List<api.Version> buildUnnamed1861() {
var o = <api.Version>[];
o.add(buildVersion());
o.add(buildVersion());
return o;
}
-void checkUnnamed1862(core.List<api.Version> o) {
+void checkUnnamed1861(core.List<api.Version> o) {
unittest.expect(o, unittest.hasLength(2));
checkVersion(o[0] as api.Version);
checkVersion(o[1] as api.Version);
@@ -897,7 +897,7 @@
buildCounterListVersionsResponse++;
if (buildCounterListVersionsResponse < 3) {
o.nextPageToken = 'foo';
- o.versions = buildUnnamed1862();
+ o.versions = buildUnnamed1861();
}
buildCounterListVersionsResponse--;
return o;
@@ -910,11 +910,24 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1862(o.versions!);
+ checkUnnamed1861(o.versions!);
}
buildCounterListVersionsResponse--;
}
+core.List<api.MetricsValue> buildUnnamed1862() {
+ var o = <api.MetricsValue>[];
+ o.add(buildMetricsValue());
+ o.add(buildMetricsValue());
+ return o;
+}
+
+void checkUnnamed1862(core.List<api.MetricsValue> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkMetricsValue(o[0] as api.MetricsValue);
+ checkMetricsValue(o[1] as api.MetricsValue);
+}
+
core.List<api.MetricsValue> buildUnnamed1863() {
var o = <api.MetricsValue>[];
o.add(buildMetricsValue());
@@ -941,27 +954,14 @@
checkMetricsValue(o[1] as api.MetricsValue);
}
-core.List<api.MetricsValue> buildUnnamed1865() {
- var o = <api.MetricsValue>[];
- o.add(buildMetricsValue());
- o.add(buildMetricsValue());
- return o;
-}
-
-void checkUnnamed1865(core.List<api.MetricsValue> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkMetricsValue(o[0] as api.MetricsValue);
- checkMetricsValue(o[1] as api.MetricsValue);
-}
-
core.int buildCounterMetrics = 0;
api.Metrics buildMetrics() {
var o = api.Metrics();
buildCounterMetrics++;
if (buildCounterMetrics < 3) {
- o.activeUsers = buildUnnamed1863();
- o.failedExecutions = buildUnnamed1864();
- o.totalExecutions = buildUnnamed1865();
+ o.activeUsers = buildUnnamed1862();
+ o.failedExecutions = buildUnnamed1863();
+ o.totalExecutions = buildUnnamed1864();
}
buildCounterMetrics--;
return o;
@@ -970,9 +970,9 @@
void checkMetrics(api.Metrics o) {
buildCounterMetrics++;
if (buildCounterMetrics < 3) {
- checkUnnamed1863(o.activeUsers!);
- checkUnnamed1864(o.failedExecutions!);
- checkUnnamed1865(o.totalExecutions!);
+ checkUnnamed1862(o.activeUsers!);
+ checkUnnamed1863(o.failedExecutions!);
+ checkUnnamed1864(o.totalExecutions!);
}
buildCounterMetrics--;
}
@@ -1009,7 +1009,7 @@
buildCounterMetricsValue--;
}
-core.Map<core.String, core.Object> buildUnnamed1866() {
+core.Map<core.String, core.Object> buildUnnamed1865() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1024,7 +1024,7 @@
return o;
}
-void checkUnnamed1866(core.Map<core.String, core.Object> o) {
+void checkUnnamed1865(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted4 = (o['x']!) as core.Map;
unittest.expect(casted4, unittest.hasLength(3));
@@ -1063,7 +1063,7 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.response = buildUnnamed1866();
+ o.response = buildUnnamed1865();
}
buildCounterOperation--;
return o;
@@ -1074,7 +1074,7 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed1866(o.response!);
+ checkUnnamed1865(o.response!);
}
buildCounterOperation--;
}
@@ -1172,7 +1172,7 @@
buildCounterScriptStackTraceElement--;
}
-core.Map<core.String, core.Object> buildUnnamed1867() {
+core.Map<core.String, core.Object> buildUnnamed1866() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1187,7 +1187,7 @@
return o;
}
-void checkUnnamed1867(core.Map<core.String, core.Object> o) {
+void checkUnnamed1866(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted6 = (o['x']!) as core.Map;
unittest.expect(casted6, unittest.hasLength(3));
@@ -1219,17 +1219,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed1868() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed1867() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed1867());
- o.add(buildUnnamed1867());
+ o.add(buildUnnamed1866());
+ o.add(buildUnnamed1866());
return o;
}
-void checkUnnamed1868(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed1867(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed1867(o[0]);
- checkUnnamed1867(o[1]);
+ checkUnnamed1866(o[0]);
+ checkUnnamed1866(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1238,7 +1238,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed1868();
+ o.details = buildUnnamed1867();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1252,7 +1252,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed1868(o.details!);
+ checkUnnamed1867(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1261,14 +1261,14 @@
buildCounterStatus--;
}
-core.Map<core.String, api.Value> buildUnnamed1869() {
+core.Map<core.String, api.Value> buildUnnamed1868() {
var o = <core.String, api.Value>{};
o['x'] = buildValue();
o['y'] = buildValue();
return o;
}
-void checkUnnamed1869(core.Map<core.String, api.Value> o) {
+void checkUnnamed1868(core.Map<core.String, api.Value> o) {
unittest.expect(o, unittest.hasLength(2));
checkValue(o['x']! as api.Value);
checkValue(o['y']! as api.Value);
@@ -1279,7 +1279,7 @@
var o = api.Struct();
buildCounterStruct++;
if (buildCounterStruct < 3) {
- o.fields = buildUnnamed1869();
+ o.fields = buildUnnamed1868();
}
buildCounterStruct--;
return o;
@@ -1288,7 +1288,7 @@
void checkStruct(api.Struct o) {
buildCounterStruct++;
if (buildCounterStruct < 3) {
- checkUnnamed1869(o.fields!);
+ checkUnnamed1868(o.fields!);
}
buildCounterStruct--;
}
@@ -1312,7 +1312,7 @@
buildCounterUpdateDeploymentRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed1870() {
+core.Map<core.String, core.Object> buildUnnamed1869() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1327,7 +1327,7 @@
return o;
}
-void checkUnnamed1870(core.Map<core.String, core.Object> o) {
+void checkUnnamed1869(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted8 = (o['x']!) as core.Map;
unittest.expect(casted8, unittest.hasLength(3));
@@ -1370,7 +1370,7 @@
o.listValue = buildListValue();
o.nullValue = 'foo';
o.numberValue = 42.0;
- o.protoValue = buildUnnamed1870();
+ o.protoValue = buildUnnamed1869();
o.stringValue = 'foo';
o.structValue = buildStruct();
}
@@ -1399,7 +1399,7 @@
o.numberValue!,
unittest.equals(42.0),
);
- checkUnnamed1870(o.protoValue!);
+ checkUnnamed1869(o.protoValue!);
unittest.expect(
o.stringValue!,
unittest.equals('foo'),
@@ -1446,6 +1446,25 @@
buildCounterVersion--;
}
+core.List<core.String> buildUnnamed1870() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1870(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'),
+ );
+}
+
core.List<core.String> buildUnnamed1871() {
var o = <core.String>[];
o.add('foo');
@@ -1541,25 +1560,6 @@
);
}
-core.List<core.String> buildUnnamed1876() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1876(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'),
- );
-}
-
void main() {
unittest.group('obj-schema-Content', () {
unittest.test('to-json--from-json', () async {
@@ -1936,9 +1936,9 @@
var arg_userProcessFilter_projectName = 'foo';
var arg_userProcessFilter_scriptId = 'foo';
var arg_userProcessFilter_startTime = 'foo';
- var arg_userProcessFilter_statuses = buildUnnamed1871();
- var arg_userProcessFilter_types = buildUnnamed1872();
- var arg_userProcessFilter_userAccessLevels = buildUnnamed1873();
+ var arg_userProcessFilter_statuses = buildUnnamed1870();
+ var arg_userProcessFilter_types = buildUnnamed1871();
+ var arg_userProcessFilter_userAccessLevels = buildUnnamed1872();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -2053,9 +2053,9 @@
var arg_scriptProcessFilter_endTime = 'foo';
var arg_scriptProcessFilter_functionName = 'foo';
var arg_scriptProcessFilter_startTime = 'foo';
- var arg_scriptProcessFilter_statuses = buildUnnamed1874();
- var arg_scriptProcessFilter_types = buildUnnamed1875();
- var arg_scriptProcessFilter_userAccessLevels = buildUnnamed1876();
+ var arg_scriptProcessFilter_statuses = buildUnnamed1873();
+ var arg_scriptProcessFilter_types = buildUnnamed1874();
+ var arg_scriptProcessFilter_userAccessLevels = buildUnnamed1875();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
diff --git a/generated/googleapis/test/searchconsole/v1_test.dart b/generated/googleapis/test/searchconsole/v1_test.dart
index 0e147d8..f2f427d 100644
--- a/generated/googleapis/test/searchconsole/v1_test.dart
+++ b/generated/googleapis/test/searchconsole/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed1769() {
+core.List<core.String> buildUnnamed1768() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1769(core.List<core.String> o) {
+void checkUnnamed1768(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -54,7 +54,7 @@
o.clicks = 42.0;
o.ctr = 42.0;
o.impressions = 42.0;
- o.keys = buildUnnamed1769();
+ o.keys = buildUnnamed1768();
o.position = 42.0;
}
buildCounterApiDataRow--;
@@ -76,7 +76,7 @@
o.impressions!,
unittest.equals(42.0),
);
- checkUnnamed1769(o.keys!);
+ checkUnnamed1768(o.keys!);
unittest.expect(
o.position!,
unittest.equals(42.0),
@@ -117,14 +117,14 @@
buildCounterApiDimensionFilter--;
}
-core.List<api.ApiDimensionFilter> buildUnnamed1770() {
+core.List<api.ApiDimensionFilter> buildUnnamed1769() {
var o = <api.ApiDimensionFilter>[];
o.add(buildApiDimensionFilter());
o.add(buildApiDimensionFilter());
return o;
}
-void checkUnnamed1770(core.List<api.ApiDimensionFilter> o) {
+void checkUnnamed1769(core.List<api.ApiDimensionFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkApiDimensionFilter(o[0] as api.ApiDimensionFilter);
checkApiDimensionFilter(o[1] as api.ApiDimensionFilter);
@@ -135,7 +135,7 @@
var o = api.ApiDimensionFilterGroup();
buildCounterApiDimensionFilterGroup++;
if (buildCounterApiDimensionFilterGroup < 3) {
- o.filters = buildUnnamed1770();
+ o.filters = buildUnnamed1769();
o.groupType = 'foo';
}
buildCounterApiDimensionFilterGroup--;
@@ -145,7 +145,7 @@
void checkApiDimensionFilterGroup(api.ApiDimensionFilterGroup o) {
buildCounterApiDimensionFilterGroup++;
if (buildCounterApiDimensionFilterGroup < 3) {
- checkUnnamed1770(o.filters!);
+ checkUnnamed1769(o.filters!);
unittest.expect(
o.groupType!,
unittest.equals('foo'),
@@ -268,27 +268,27 @@
buildCounterRunMobileFriendlyTestRequest--;
}
-core.List<api.MobileFriendlyIssue> buildUnnamed1771() {
+core.List<api.MobileFriendlyIssue> buildUnnamed1770() {
var o = <api.MobileFriendlyIssue>[];
o.add(buildMobileFriendlyIssue());
o.add(buildMobileFriendlyIssue());
return o;
}
-void checkUnnamed1771(core.List<api.MobileFriendlyIssue> o) {
+void checkUnnamed1770(core.List<api.MobileFriendlyIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkMobileFriendlyIssue(o[0] as api.MobileFriendlyIssue);
checkMobileFriendlyIssue(o[1] as api.MobileFriendlyIssue);
}
-core.List<api.ResourceIssue> buildUnnamed1772() {
+core.List<api.ResourceIssue> buildUnnamed1771() {
var o = <api.ResourceIssue>[];
o.add(buildResourceIssue());
o.add(buildResourceIssue());
return o;
}
-void checkUnnamed1772(core.List<api.ResourceIssue> o) {
+void checkUnnamed1771(core.List<api.ResourceIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceIssue(o[0] as api.ResourceIssue);
checkResourceIssue(o[1] as api.ResourceIssue);
@@ -300,8 +300,8 @@
buildCounterRunMobileFriendlyTestResponse++;
if (buildCounterRunMobileFriendlyTestResponse < 3) {
o.mobileFriendliness = 'foo';
- o.mobileFriendlyIssues = buildUnnamed1771();
- o.resourceIssues = buildUnnamed1772();
+ o.mobileFriendlyIssues = buildUnnamed1770();
+ o.resourceIssues = buildUnnamed1771();
o.screenshot = buildImage();
o.testStatus = buildTestStatus();
}
@@ -316,35 +316,35 @@
o.mobileFriendliness!,
unittest.equals('foo'),
);
- checkUnnamed1771(o.mobileFriendlyIssues!);
- checkUnnamed1772(o.resourceIssues!);
+ checkUnnamed1770(o.mobileFriendlyIssues!);
+ checkUnnamed1771(o.resourceIssues!);
checkImage(o.screenshot! as api.Image);
checkTestStatus(o.testStatus! as api.TestStatus);
}
buildCounterRunMobileFriendlyTestResponse--;
}
-core.List<api.ApiDimensionFilterGroup> buildUnnamed1773() {
+core.List<api.ApiDimensionFilterGroup> buildUnnamed1772() {
var o = <api.ApiDimensionFilterGroup>[];
o.add(buildApiDimensionFilterGroup());
o.add(buildApiDimensionFilterGroup());
return o;
}
-void checkUnnamed1773(core.List<api.ApiDimensionFilterGroup> o) {
+void checkUnnamed1772(core.List<api.ApiDimensionFilterGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkApiDimensionFilterGroup(o[0] as api.ApiDimensionFilterGroup);
checkApiDimensionFilterGroup(o[1] as api.ApiDimensionFilterGroup);
}
-core.List<core.String> buildUnnamed1774() {
+core.List<core.String> buildUnnamed1773() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1774(core.List<core.String> o) {
+void checkUnnamed1773(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -363,8 +363,8 @@
if (buildCounterSearchAnalyticsQueryRequest < 3) {
o.aggregationType = 'foo';
o.dataState = 'foo';
- o.dimensionFilterGroups = buildUnnamed1773();
- o.dimensions = buildUnnamed1774();
+ o.dimensionFilterGroups = buildUnnamed1772();
+ o.dimensions = buildUnnamed1773();
o.endDate = 'foo';
o.rowLimit = 42;
o.searchType = 'foo';
@@ -386,8 +386,8 @@
o.dataState!,
unittest.equals('foo'),
);
- checkUnnamed1773(o.dimensionFilterGroups!);
- checkUnnamed1774(o.dimensions!);
+ checkUnnamed1772(o.dimensionFilterGroups!);
+ checkUnnamed1773(o.dimensions!);
unittest.expect(
o.endDate!,
unittest.equals('foo'),
@@ -412,14 +412,14 @@
buildCounterSearchAnalyticsQueryRequest--;
}
-core.List<api.ApiDataRow> buildUnnamed1775() {
+core.List<api.ApiDataRow> buildUnnamed1774() {
var o = <api.ApiDataRow>[];
o.add(buildApiDataRow());
o.add(buildApiDataRow());
return o;
}
-void checkUnnamed1775(core.List<api.ApiDataRow> o) {
+void checkUnnamed1774(core.List<api.ApiDataRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkApiDataRow(o[0] as api.ApiDataRow);
checkApiDataRow(o[1] as api.ApiDataRow);
@@ -431,7 +431,7 @@
buildCounterSearchAnalyticsQueryResponse++;
if (buildCounterSearchAnalyticsQueryResponse < 3) {
o.responseAggregationType = 'foo';
- o.rows = buildUnnamed1775();
+ o.rows = buildUnnamed1774();
}
buildCounterSearchAnalyticsQueryResponse--;
return o;
@@ -444,19 +444,19 @@
o.responseAggregationType!,
unittest.equals('foo'),
);
- checkUnnamed1775(o.rows!);
+ checkUnnamed1774(o.rows!);
}
buildCounterSearchAnalyticsQueryResponse--;
}
-core.List<api.WmxSitemap> buildUnnamed1776() {
+core.List<api.WmxSitemap> buildUnnamed1775() {
var o = <api.WmxSitemap>[];
o.add(buildWmxSitemap());
o.add(buildWmxSitemap());
return o;
}
-void checkUnnamed1776(core.List<api.WmxSitemap> o) {
+void checkUnnamed1775(core.List<api.WmxSitemap> o) {
unittest.expect(o, unittest.hasLength(2));
checkWmxSitemap(o[0] as api.WmxSitemap);
checkWmxSitemap(o[1] as api.WmxSitemap);
@@ -467,7 +467,7 @@
var o = api.SitemapsListResponse();
buildCounterSitemapsListResponse++;
if (buildCounterSitemapsListResponse < 3) {
- o.sitemap = buildUnnamed1776();
+ o.sitemap = buildUnnamed1775();
}
buildCounterSitemapsListResponse--;
return o;
@@ -476,19 +476,19 @@
void checkSitemapsListResponse(api.SitemapsListResponse o) {
buildCounterSitemapsListResponse++;
if (buildCounterSitemapsListResponse < 3) {
- checkUnnamed1776(o.sitemap!);
+ checkUnnamed1775(o.sitemap!);
}
buildCounterSitemapsListResponse--;
}
-core.List<api.WmxSite> buildUnnamed1777() {
+core.List<api.WmxSite> buildUnnamed1776() {
var o = <api.WmxSite>[];
o.add(buildWmxSite());
o.add(buildWmxSite());
return o;
}
-void checkUnnamed1777(core.List<api.WmxSite> o) {
+void checkUnnamed1776(core.List<api.WmxSite> o) {
unittest.expect(o, unittest.hasLength(2));
checkWmxSite(o[0] as api.WmxSite);
checkWmxSite(o[1] as api.WmxSite);
@@ -499,7 +499,7 @@
var o = api.SitesListResponse();
buildCounterSitesListResponse++;
if (buildCounterSitesListResponse < 3) {
- o.siteEntry = buildUnnamed1777();
+ o.siteEntry = buildUnnamed1776();
}
buildCounterSitesListResponse--;
return o;
@@ -508,7 +508,7 @@
void checkSitesListResponse(api.SitesListResponse o) {
buildCounterSitesListResponse++;
if (buildCounterSitesListResponse < 3) {
- checkUnnamed1777(o.siteEntry!);
+ checkUnnamed1776(o.siteEntry!);
}
buildCounterSitesListResponse--;
}
@@ -567,14 +567,14 @@
buildCounterWmxSite--;
}
-core.List<api.WmxSitemapContent> buildUnnamed1778() {
+core.List<api.WmxSitemapContent> buildUnnamed1777() {
var o = <api.WmxSitemapContent>[];
o.add(buildWmxSitemapContent());
o.add(buildWmxSitemapContent());
return o;
}
-void checkUnnamed1778(core.List<api.WmxSitemapContent> o) {
+void checkUnnamed1777(core.List<api.WmxSitemapContent> o) {
unittest.expect(o, unittest.hasLength(2));
checkWmxSitemapContent(o[0] as api.WmxSitemapContent);
checkWmxSitemapContent(o[1] as api.WmxSitemapContent);
@@ -585,7 +585,7 @@
var o = api.WmxSitemap();
buildCounterWmxSitemap++;
if (buildCounterWmxSitemap < 3) {
- o.contents = buildUnnamed1778();
+ o.contents = buildUnnamed1777();
o.errors = 'foo';
o.isPending = true;
o.isSitemapsIndex = true;
@@ -602,7 +602,7 @@
void checkWmxSitemap(api.WmxSitemap o) {
buildCounterWmxSitemap++;
if (buildCounterWmxSitemap < 3) {
- checkUnnamed1778(o.contents!);
+ checkUnnamed1777(o.contents!);
unittest.expect(
o.errors!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/secretmanager/v1_test.dart b/generated/googleapis/test/secretmanager/v1_test.dart
index ccd50b9..76a6b61 100644
--- a/generated/googleapis/test/secretmanager/v1_test.dart
+++ b/generated/googleapis/test/secretmanager/v1_test.dart
@@ -70,14 +70,14 @@
buildCounterAddSecretVersionRequest--;
}
-core.List<api.AuditLogConfig> buildUnnamed6569() {
+core.List<api.AuditLogConfig> buildUnnamed6620() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed6569(core.List<api.AuditLogConfig> o) {
+void checkUnnamed6620(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -88,7 +88,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed6569();
+ o.auditLogConfigs = buildUnnamed6620();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -98,7 +98,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed6569(o.auditLogConfigs!);
+ checkUnnamed6620(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -107,14 +107,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed6570() {
+core.List<core.String> buildUnnamed6621() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6570(core.List<core.String> o) {
+void checkUnnamed6621(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -131,7 +131,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed6570();
+ o.exemptedMembers = buildUnnamed6621();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -141,7 +141,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed6570(o.exemptedMembers!);
+ checkUnnamed6621(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -190,14 +190,14 @@
buildCounterAutomaticStatus--;
}
-core.List<core.String> buildUnnamed6571() {
+core.List<core.String> buildUnnamed6622() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6571(core.List<core.String> o) {
+void checkUnnamed6622(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -215,7 +215,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed6571();
+ o.members = buildUnnamed6622();
o.role = 'foo';
}
buildCounterBinding--;
@@ -226,7 +226,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed6571(o.members!);
+ checkUnnamed6622(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -398,14 +398,14 @@
buildCounterExpr--;
}
-core.List<api.Location> buildUnnamed6572() {
+core.List<api.Location> buildUnnamed6623() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed6572(core.List<api.Location> o) {
+void checkUnnamed6623(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -416,7 +416,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed6572();
+ o.locations = buildUnnamed6623();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -426,7 +426,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed6572(o.locations!);
+ checkUnnamed6623(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -435,14 +435,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.SecretVersion> buildUnnamed6573() {
+core.List<api.SecretVersion> buildUnnamed6624() {
var o = <api.SecretVersion>[];
o.add(buildSecretVersion());
o.add(buildSecretVersion());
return o;
}
-void checkUnnamed6573(core.List<api.SecretVersion> o) {
+void checkUnnamed6624(core.List<api.SecretVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkSecretVersion(o[0] as api.SecretVersion);
checkSecretVersion(o[1] as api.SecretVersion);
@@ -455,7 +455,7 @@
if (buildCounterListSecretVersionsResponse < 3) {
o.nextPageToken = 'foo';
o.totalSize = 42;
- o.versions = buildUnnamed6573();
+ o.versions = buildUnnamed6624();
}
buildCounterListSecretVersionsResponse--;
return o;
@@ -472,19 +472,19 @@
o.totalSize!,
unittest.equals(42),
);
- checkUnnamed6573(o.versions!);
+ checkUnnamed6624(o.versions!);
}
buildCounterListSecretVersionsResponse--;
}
-core.List<api.Secret> buildUnnamed6574() {
+core.List<api.Secret> buildUnnamed6625() {
var o = <api.Secret>[];
o.add(buildSecret());
o.add(buildSecret());
return o;
}
-void checkUnnamed6574(core.List<api.Secret> o) {
+void checkUnnamed6625(core.List<api.Secret> o) {
unittest.expect(o, unittest.hasLength(2));
checkSecret(o[0] as api.Secret);
checkSecret(o[1] as api.Secret);
@@ -496,7 +496,7 @@
buildCounterListSecretsResponse++;
if (buildCounterListSecretsResponse < 3) {
o.nextPageToken = 'foo';
- o.secrets = buildUnnamed6574();
+ o.secrets = buildUnnamed6625();
o.totalSize = 42;
}
buildCounterListSecretsResponse--;
@@ -510,7 +510,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6574(o.secrets!);
+ checkUnnamed6625(o.secrets!);
unittest.expect(
o.totalSize!,
unittest.equals(42),
@@ -519,14 +519,14 @@
buildCounterListSecretsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed6575() {
+core.Map<core.String, core.String> buildUnnamed6626() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6575(core.Map<core.String, core.String> o) {
+void checkUnnamed6626(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -538,7 +538,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6576() {
+core.Map<core.String, core.Object> buildUnnamed6627() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -553,7 +553,7 @@
return o;
}
-void checkUnnamed6576(core.Map<core.String, core.Object> o) {
+void checkUnnamed6627(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -591,9 +591,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed6575();
+ o.labels = buildUnnamed6626();
o.locationId = 'foo';
- o.metadata = buildUnnamed6576();
+ o.metadata = buildUnnamed6627();
o.name = 'foo';
}
buildCounterLocation--;
@@ -607,12 +607,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed6575(o.labels!);
+ checkUnnamed6626(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed6576(o.metadata!);
+ checkUnnamed6627(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -621,27 +621,27 @@
buildCounterLocation--;
}
-core.List<api.AuditConfig> buildUnnamed6577() {
+core.List<api.AuditConfig> buildUnnamed6628() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed6577(core.List<api.AuditConfig> o) {
+void checkUnnamed6628(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed6578() {
+core.List<api.Binding> buildUnnamed6629() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed6578(core.List<api.Binding> o) {
+void checkUnnamed6629(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -652,8 +652,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed6577();
- o.bindings = buildUnnamed6578();
+ o.auditConfigs = buildUnnamed6628();
+ o.bindings = buildUnnamed6629();
o.etag = 'foo';
o.version = 42;
}
@@ -664,8 +664,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed6577(o.auditConfigs!);
- checkUnnamed6578(o.bindings!);
+ checkUnnamed6628(o.auditConfigs!);
+ checkUnnamed6629(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -797,14 +797,14 @@
buildCounterRotation--;
}
-core.Map<core.String, core.String> buildUnnamed6579() {
+core.Map<core.String, core.String> buildUnnamed6630() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6579(core.Map<core.String, core.String> o) {
+void checkUnnamed6630(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -816,14 +816,14 @@
);
}
-core.List<api.Topic> buildUnnamed6580() {
+core.List<api.Topic> buildUnnamed6631() {
var o = <api.Topic>[];
o.add(buildTopic());
o.add(buildTopic());
return o;
}
-void checkUnnamed6580(core.List<api.Topic> o) {
+void checkUnnamed6631(core.List<api.Topic> o) {
unittest.expect(o, unittest.hasLength(2));
checkTopic(o[0] as api.Topic);
checkTopic(o[1] as api.Topic);
@@ -837,11 +837,11 @@
o.createTime = 'foo';
o.etag = 'foo';
o.expireTime = 'foo';
- o.labels = buildUnnamed6579();
+ o.labels = buildUnnamed6630();
o.name = 'foo';
o.replication = buildReplication();
o.rotation = buildRotation();
- o.topics = buildUnnamed6580();
+ o.topics = buildUnnamed6631();
o.ttl = 'foo';
}
buildCounterSecret--;
@@ -863,14 +863,14 @@
o.expireTime!,
unittest.equals('foo'),
);
- checkUnnamed6579(o.labels!);
+ checkUnnamed6630(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
checkReplication(o.replication! as api.Replication);
checkRotation(o.rotation! as api.Rotation);
- checkUnnamed6580(o.topics!);
+ checkUnnamed6631(o.topics!);
unittest.expect(
o.ttl!,
unittest.equals('foo'),
@@ -969,14 +969,14 @@
buildCounterSetIamPolicyRequest--;
}
-core.List<core.String> buildUnnamed6581() {
+core.List<core.String> buildUnnamed6632() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6581(core.List<core.String> o) {
+void checkUnnamed6632(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -993,7 +993,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed6581();
+ o.permissions = buildUnnamed6632();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -1002,19 +1002,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed6581(o.permissions!);
+ checkUnnamed6632(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed6582() {
+core.List<core.String> buildUnnamed6633() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6582(core.List<core.String> o) {
+void checkUnnamed6633(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1031,7 +1031,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed6582();
+ o.permissions = buildUnnamed6633();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -1040,7 +1040,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed6582(o.permissions!);
+ checkUnnamed6633(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
@@ -1067,14 +1067,14 @@
buildCounterTopic--;
}
-core.List<api.Replica> buildUnnamed6583() {
+core.List<api.Replica> buildUnnamed6634() {
var o = <api.Replica>[];
o.add(buildReplica());
o.add(buildReplica());
return o;
}
-void checkUnnamed6583(core.List<api.Replica> o) {
+void checkUnnamed6634(core.List<api.Replica> o) {
unittest.expect(o, unittest.hasLength(2));
checkReplica(o[0] as api.Replica);
checkReplica(o[1] as api.Replica);
@@ -1085,7 +1085,7 @@
var o = api.UserManaged();
buildCounterUserManaged++;
if (buildCounterUserManaged < 3) {
- o.replicas = buildUnnamed6583();
+ o.replicas = buildUnnamed6634();
}
buildCounterUserManaged--;
return o;
@@ -1094,19 +1094,19 @@
void checkUserManaged(api.UserManaged o) {
buildCounterUserManaged++;
if (buildCounterUserManaged < 3) {
- checkUnnamed6583(o.replicas!);
+ checkUnnamed6634(o.replicas!);
}
buildCounterUserManaged--;
}
-core.List<api.ReplicaStatus> buildUnnamed6584() {
+core.List<api.ReplicaStatus> buildUnnamed6635() {
var o = <api.ReplicaStatus>[];
o.add(buildReplicaStatus());
o.add(buildReplicaStatus());
return o;
}
-void checkUnnamed6584(core.List<api.ReplicaStatus> o) {
+void checkUnnamed6635(core.List<api.ReplicaStatus> o) {
unittest.expect(o, unittest.hasLength(2));
checkReplicaStatus(o[0] as api.ReplicaStatus);
checkReplicaStatus(o[1] as api.ReplicaStatus);
@@ -1117,7 +1117,7 @@
var o = api.UserManagedStatus();
buildCounterUserManagedStatus++;
if (buildCounterUserManagedStatus < 3) {
- o.replicas = buildUnnamed6584();
+ o.replicas = buildUnnamed6635();
}
buildCounterUserManagedStatus--;
return o;
@@ -1126,7 +1126,7 @@
void checkUserManagedStatus(api.UserManagedStatus o) {
buildCounterUserManagedStatus++;
if (buildCounterUserManagedStatus < 3) {
- checkUnnamed6584(o.replicas!);
+ checkUnnamed6635(o.replicas!);
}
buildCounterUserManagedStatus--;
}
diff --git a/generated/googleapis/test/securitycenter/v1_test.dart b/generated/googleapis/test/securitycenter/v1_test.dart
index fac1c21..d2053b3 100644
--- a/generated/googleapis/test/securitycenter/v1_test.dart
+++ b/generated/googleapis/test/securitycenter/v1_test.dart
@@ -27,7 +27,7 @@
import '../test_shared.dart';
-core.Map<core.String, core.Object> buildUnnamed1884() {
+core.Map<core.String, core.Object> buildUnnamed1883() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -42,7 +42,7 @@
return o;
}
-void checkUnnamed1884(core.Map<core.String, core.Object> o) {
+void checkUnnamed1883(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -83,7 +83,7 @@
o.createTime = 'foo';
o.iamPolicy = buildIamPolicy();
o.name = 'foo';
- o.resourceProperties = buildUnnamed1884();
+ o.resourceProperties = buildUnnamed1883();
o.securityCenterProperties = buildSecurityCenterProperties();
o.securityMarks = buildSecurityMarks();
o.updateTime = 'foo';
@@ -108,7 +108,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed1884(o.resourceProperties!);
+ checkUnnamed1883(o.resourceProperties!);
checkSecurityCenterProperties(
o.securityCenterProperties! as api.SecurityCenterProperties);
checkSecurityMarks(o.securityMarks! as api.SecurityMarks);
@@ -120,6 +120,25 @@
buildCounterAsset--;
}
+core.List<core.String> buildUnnamed1884() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1884(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'),
+ );
+}
+
core.List<core.String> buildUnnamed1885() {
var o = <core.String>[];
o.add('foo');
@@ -139,14 +158,77 @@
);
}
-core.List<core.String> buildUnnamed1886() {
+core.int buildCounterAssetDiscoveryConfig = 0;
+api.AssetDiscoveryConfig buildAssetDiscoveryConfig() {
+ var o = api.AssetDiscoveryConfig();
+ buildCounterAssetDiscoveryConfig++;
+ if (buildCounterAssetDiscoveryConfig < 3) {
+ o.folderIds = buildUnnamed1884();
+ o.inclusionMode = 'foo';
+ o.projectIds = buildUnnamed1885();
+ }
+ buildCounterAssetDiscoveryConfig--;
+ return o;
+}
+
+void checkAssetDiscoveryConfig(api.AssetDiscoveryConfig o) {
+ buildCounterAssetDiscoveryConfig++;
+ if (buildCounterAssetDiscoveryConfig < 3) {
+ checkUnnamed1884(o.folderIds!);
+ unittest.expect(
+ o.inclusionMode!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed1885(o.projectIds!);
+ }
+ buildCounterAssetDiscoveryConfig--;
+}
+
+core.List<api.AuditLogConfig> buildUnnamed1886() {
+ var o = <api.AuditLogConfig>[];
+ o.add(buildAuditLogConfig());
+ o.add(buildAuditLogConfig());
+ return o;
+}
+
+void checkUnnamed1886(core.List<api.AuditLogConfig> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ checkAuditLogConfig(o[0] as api.AuditLogConfig);
+ checkAuditLogConfig(o[1] as api.AuditLogConfig);
+}
+
+core.int buildCounterAuditConfig = 0;
+api.AuditConfig buildAuditConfig() {
+ var o = api.AuditConfig();
+ buildCounterAuditConfig++;
+ if (buildCounterAuditConfig < 3) {
+ o.auditLogConfigs = buildUnnamed1886();
+ o.service = 'foo';
+ }
+ buildCounterAuditConfig--;
+ return o;
+}
+
+void checkAuditConfig(api.AuditConfig o) {
+ buildCounterAuditConfig++;
+ if (buildCounterAuditConfig < 3) {
+ checkUnnamed1886(o.auditLogConfigs!);
+ unittest.expect(
+ o.service!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterAuditConfig--;
+}
+
+core.List<core.String> buildUnnamed1887() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1886(core.List<core.String> o) {
+void checkUnnamed1887(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -158,67 +240,28 @@
);
}
-core.int buildCounterAssetDiscoveryConfig = 0;
-api.AssetDiscoveryConfig buildAssetDiscoveryConfig() {
- var o = api.AssetDiscoveryConfig();
- buildCounterAssetDiscoveryConfig++;
- if (buildCounterAssetDiscoveryConfig < 3) {
- o.folderIds = buildUnnamed1885();
- o.inclusionMode = 'foo';
- o.projectIds = buildUnnamed1886();
+core.int buildCounterAuditLogConfig = 0;
+api.AuditLogConfig buildAuditLogConfig() {
+ var o = api.AuditLogConfig();
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ o.exemptedMembers = buildUnnamed1887();
+ o.logType = 'foo';
}
- buildCounterAssetDiscoveryConfig--;
+ buildCounterAuditLogConfig--;
return o;
}
-void checkAssetDiscoveryConfig(api.AssetDiscoveryConfig o) {
- buildCounterAssetDiscoveryConfig++;
- if (buildCounterAssetDiscoveryConfig < 3) {
- checkUnnamed1885(o.folderIds!);
+void checkAuditLogConfig(api.AuditLogConfig o) {
+ buildCounterAuditLogConfig++;
+ if (buildCounterAuditLogConfig < 3) {
+ checkUnnamed1887(o.exemptedMembers!);
unittest.expect(
- o.inclusionMode!,
- unittest.equals('foo'),
- );
- checkUnnamed1886(o.projectIds!);
- }
- buildCounterAssetDiscoveryConfig--;
-}
-
-core.List<api.AuditLogConfig> buildUnnamed1887() {
- var o = <api.AuditLogConfig>[];
- o.add(buildAuditLogConfig());
- o.add(buildAuditLogConfig());
- return o;
-}
-
-void checkUnnamed1887(core.List<api.AuditLogConfig> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkAuditLogConfig(o[0] as api.AuditLogConfig);
- checkAuditLogConfig(o[1] as api.AuditLogConfig);
-}
-
-core.int buildCounterAuditConfig = 0;
-api.AuditConfig buildAuditConfig() {
- var o = api.AuditConfig();
- buildCounterAuditConfig++;
- if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed1887();
- o.service = 'foo';
- }
- buildCounterAuditConfig--;
- return o;
-}
-
-void checkAuditConfig(api.AuditConfig o) {
- buildCounterAuditConfig++;
- if (buildCounterAuditConfig < 3) {
- checkUnnamed1887(o.auditLogConfigs!);
- unittest.expect(
- o.service!,
+ o.logType!,
unittest.equals('foo'),
);
}
- buildCounterAuditConfig--;
+ buildCounterAuditLogConfig--;
}
core.List<core.String> buildUnnamed1888() {
@@ -240,56 +283,13 @@
);
}
-core.int buildCounterAuditLogConfig = 0;
-api.AuditLogConfig buildAuditLogConfig() {
- var o = api.AuditLogConfig();
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed1888();
- o.logType = 'foo';
- }
- buildCounterAuditLogConfig--;
- return o;
-}
-
-void checkAuditLogConfig(api.AuditLogConfig o) {
- buildCounterAuditLogConfig++;
- if (buildCounterAuditLogConfig < 3) {
- checkUnnamed1888(o.exemptedMembers!);
- unittest.expect(
- o.logType!,
- unittest.equals('foo'),
- );
- }
- buildCounterAuditLogConfig--;
-}
-
-core.List<core.String> buildUnnamed1889() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1889(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'),
- );
-}
-
core.int buildCounterBinding = 0;
api.Binding buildBinding() {
var o = api.Binding();
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed1889();
+ o.members = buildUnnamed1888();
o.role = 'foo';
}
buildCounterBinding--;
@@ -300,7 +300,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed1889(o.members!);
+ checkUnnamed1888(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -361,7 +361,7 @@
buildCounterExpr--;
}
-core.Map<core.String, core.Object> buildUnnamed1890() {
+core.Map<core.String, core.Object> buildUnnamed1889() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -376,7 +376,7 @@
return o;
}
-void checkUnnamed1890(core.Map<core.String, core.Object> o) {
+void checkUnnamed1889(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -423,7 +423,7 @@
o.resourceName = 'foo';
o.securityMarks = buildSecurityMarks();
o.severity = 'foo';
- o.sourceProperties = buildUnnamed1890();
+ o.sourceProperties = buildUnnamed1889();
o.state = 'foo';
}
buildCounterFinding--;
@@ -470,7 +470,7 @@
o.severity!,
unittest.equals('foo'),
);
- checkUnnamed1890(o.sourceProperties!);
+ checkUnnamed1889(o.sourceProperties!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -576,14 +576,14 @@
buildCounterGoogleCloudSecuritycenterV1NotificationMessage--;
}
-core.List<api.Folder> buildUnnamed1891() {
+core.List<api.Folder> buildUnnamed1890() {
var o = <api.Folder>[];
o.add(buildFolder());
o.add(buildFolder());
return o;
}
-void checkUnnamed1891(core.List<api.Folder> o) {
+void checkUnnamed1890(core.List<api.Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkFolder(o[0] as api.Folder);
checkFolder(o[1] as api.Folder);
@@ -595,7 +595,7 @@
var o = api.GoogleCloudSecuritycenterV1Resource();
buildCounterGoogleCloudSecuritycenterV1Resource++;
if (buildCounterGoogleCloudSecuritycenterV1Resource < 3) {
- o.folders = buildUnnamed1891();
+ o.folders = buildUnnamed1890();
o.name = 'foo';
o.parent = 'foo';
o.parentDisplayName = 'foo';
@@ -610,7 +610,7 @@
api.GoogleCloudSecuritycenterV1Resource o) {
buildCounterGoogleCloudSecuritycenterV1Resource++;
if (buildCounterGoogleCloudSecuritycenterV1Resource < 3) {
- checkUnnamed1891(o.folders!);
+ checkUnnamed1890(o.folders!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -696,7 +696,7 @@
buildCounterGoogleCloudSecuritycenterV1beta1RunAssetDiscoveryResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed1892() {
+core.Map<core.String, core.Object> buildUnnamed1891() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -711,7 +711,7 @@
return o;
}
-void checkUnnamed1892(core.Map<core.String, core.Object> o) {
+void checkUnnamed1891(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -759,7 +759,7 @@
o.resourceName = 'foo';
o.securityMarks = buildGoogleCloudSecuritycenterV1p1beta1SecurityMarks();
o.severity = 'foo';
- o.sourceProperties = buildUnnamed1892();
+ o.sourceProperties = buildUnnamed1891();
o.state = 'foo';
}
buildCounterGoogleCloudSecuritycenterV1p1beta1Finding--;
@@ -808,7 +808,7 @@
o.severity!,
unittest.equals('foo'),
);
- checkUnnamed1892(o.sourceProperties!);
+ checkUnnamed1891(o.sourceProperties!);
unittest.expect(
o.state!,
unittest.equals('foo'),
@@ -876,14 +876,14 @@
buildCounterGoogleCloudSecuritycenterV1p1beta1NotificationMessage--;
}
-core.List<api.GoogleCloudSecuritycenterV1p1beta1Folder> buildUnnamed1893() {
+core.List<api.GoogleCloudSecuritycenterV1p1beta1Folder> buildUnnamed1892() {
var o = <api.GoogleCloudSecuritycenterV1p1beta1Folder>[];
o.add(buildGoogleCloudSecuritycenterV1p1beta1Folder());
o.add(buildGoogleCloudSecuritycenterV1p1beta1Folder());
return o;
}
-void checkUnnamed1893(
+void checkUnnamed1892(
core.List<api.GoogleCloudSecuritycenterV1p1beta1Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudSecuritycenterV1p1beta1Folder(
@@ -898,7 +898,7 @@
var o = api.GoogleCloudSecuritycenterV1p1beta1Resource();
buildCounterGoogleCloudSecuritycenterV1p1beta1Resource++;
if (buildCounterGoogleCloudSecuritycenterV1p1beta1Resource < 3) {
- o.folders = buildUnnamed1893();
+ o.folders = buildUnnamed1892();
o.name = 'foo';
o.parent = 'foo';
o.parentDisplayName = 'foo';
@@ -913,7 +913,7 @@
api.GoogleCloudSecuritycenterV1p1beta1Resource o) {
buildCounterGoogleCloudSecuritycenterV1p1beta1Resource++;
if (buildCounterGoogleCloudSecuritycenterV1p1beta1Resource < 3) {
- checkUnnamed1893(o.folders!);
+ checkUnnamed1892(o.folders!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -970,14 +970,14 @@
buildCounterGoogleCloudSecuritycenterV1p1beta1RunAssetDiscoveryResponse--;
}
-core.Map<core.String, core.String> buildUnnamed1894() {
+core.Map<core.String, core.String> buildUnnamed1893() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1894(core.Map<core.String, core.String> o) {
+void checkUnnamed1893(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -996,7 +996,7 @@
buildCounterGoogleCloudSecuritycenterV1p1beta1SecurityMarks++;
if (buildCounterGoogleCloudSecuritycenterV1p1beta1SecurityMarks < 3) {
o.canonicalName = 'foo';
- o.marks = buildUnnamed1894();
+ o.marks = buildUnnamed1893();
o.name = 'foo';
}
buildCounterGoogleCloudSecuritycenterV1p1beta1SecurityMarks--;
@@ -1011,7 +1011,7 @@
o.canonicalName!,
unittest.equals('foo'),
);
- checkUnnamed1894(o.marks!);
+ checkUnnamed1893(o.marks!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1067,14 +1067,14 @@
buildCounterGroupAssetsRequest--;
}
-core.List<api.GroupResult> buildUnnamed1895() {
+core.List<api.GroupResult> buildUnnamed1894() {
var o = <api.GroupResult>[];
o.add(buildGroupResult());
o.add(buildGroupResult());
return o;
}
-void checkUnnamed1895(core.List<api.GroupResult> o) {
+void checkUnnamed1894(core.List<api.GroupResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroupResult(o[0] as api.GroupResult);
checkGroupResult(o[1] as api.GroupResult);
@@ -1085,7 +1085,7 @@
var o = api.GroupAssetsResponse();
buildCounterGroupAssetsResponse++;
if (buildCounterGroupAssetsResponse < 3) {
- o.groupByResults = buildUnnamed1895();
+ o.groupByResults = buildUnnamed1894();
o.nextPageToken = 'foo';
o.readTime = 'foo';
o.totalSize = 42;
@@ -1097,7 +1097,7 @@
void checkGroupAssetsResponse(api.GroupAssetsResponse o) {
buildCounterGroupAssetsResponse++;
if (buildCounterGroupAssetsResponse < 3) {
- checkUnnamed1895(o.groupByResults!);
+ checkUnnamed1894(o.groupByResults!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1161,14 +1161,14 @@
buildCounterGroupFindingsRequest--;
}
-core.List<api.GroupResult> buildUnnamed1896() {
+core.List<api.GroupResult> buildUnnamed1895() {
var o = <api.GroupResult>[];
o.add(buildGroupResult());
o.add(buildGroupResult());
return o;
}
-void checkUnnamed1896(core.List<api.GroupResult> o) {
+void checkUnnamed1895(core.List<api.GroupResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroupResult(o[0] as api.GroupResult);
checkGroupResult(o[1] as api.GroupResult);
@@ -1179,7 +1179,7 @@
var o = api.GroupFindingsResponse();
buildCounterGroupFindingsResponse++;
if (buildCounterGroupFindingsResponse < 3) {
- o.groupByResults = buildUnnamed1896();
+ o.groupByResults = buildUnnamed1895();
o.nextPageToken = 'foo';
o.readTime = 'foo';
o.totalSize = 42;
@@ -1191,7 +1191,7 @@
void checkGroupFindingsResponse(api.GroupFindingsResponse o) {
buildCounterGroupFindingsResponse++;
if (buildCounterGroupFindingsResponse < 3) {
- checkUnnamed1896(o.groupByResults!);
+ checkUnnamed1895(o.groupByResults!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1208,7 +1208,7 @@
buildCounterGroupFindingsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed1897() {
+core.Map<core.String, core.Object> buildUnnamed1896() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1223,7 +1223,7 @@
return o;
}
-void checkUnnamed1897(core.Map<core.String, core.Object> o) {
+void checkUnnamed1896(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1261,7 +1261,7 @@
buildCounterGroupResult++;
if (buildCounterGroupResult < 3) {
o.count = 'foo';
- o.properties = buildUnnamed1897();
+ o.properties = buildUnnamed1896();
}
buildCounterGroupResult--;
return o;
@@ -1274,7 +1274,7 @@
o.count!,
unittest.equals('foo'),
);
- checkUnnamed1897(o.properties!);
+ checkUnnamed1896(o.properties!);
}
buildCounterGroupResult--;
}
@@ -1301,14 +1301,14 @@
buildCounterIamPolicy--;
}
-core.List<api.ListAssetsResult> buildUnnamed1898() {
+core.List<api.ListAssetsResult> buildUnnamed1897() {
var o = <api.ListAssetsResult>[];
o.add(buildListAssetsResult());
o.add(buildListAssetsResult());
return o;
}
-void checkUnnamed1898(core.List<api.ListAssetsResult> o) {
+void checkUnnamed1897(core.List<api.ListAssetsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkListAssetsResult(o[0] as api.ListAssetsResult);
checkListAssetsResult(o[1] as api.ListAssetsResult);
@@ -1319,7 +1319,7 @@
var o = api.ListAssetsResponse();
buildCounterListAssetsResponse++;
if (buildCounterListAssetsResponse < 3) {
- o.listAssetsResults = buildUnnamed1898();
+ o.listAssetsResults = buildUnnamed1897();
o.nextPageToken = 'foo';
o.readTime = 'foo';
o.totalSize = 42;
@@ -1331,7 +1331,7 @@
void checkListAssetsResponse(api.ListAssetsResponse o) {
buildCounterListAssetsResponse++;
if (buildCounterListAssetsResponse < 3) {
- checkUnnamed1898(o.listAssetsResults!);
+ checkUnnamed1897(o.listAssetsResults!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1372,14 +1372,14 @@
buildCounterListAssetsResult--;
}
-core.List<api.ListFindingsResult> buildUnnamed1899() {
+core.List<api.ListFindingsResult> buildUnnamed1898() {
var o = <api.ListFindingsResult>[];
o.add(buildListFindingsResult());
o.add(buildListFindingsResult());
return o;
}
-void checkUnnamed1899(core.List<api.ListFindingsResult> o) {
+void checkUnnamed1898(core.List<api.ListFindingsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkListFindingsResult(o[0] as api.ListFindingsResult);
checkListFindingsResult(o[1] as api.ListFindingsResult);
@@ -1390,7 +1390,7 @@
var o = api.ListFindingsResponse();
buildCounterListFindingsResponse++;
if (buildCounterListFindingsResponse < 3) {
- o.listFindingsResults = buildUnnamed1899();
+ o.listFindingsResults = buildUnnamed1898();
o.nextPageToken = 'foo';
o.readTime = 'foo';
o.totalSize = 42;
@@ -1402,7 +1402,7 @@
void checkListFindingsResponse(api.ListFindingsResponse o) {
buildCounterListFindingsResponse++;
if (buildCounterListFindingsResponse < 3) {
- checkUnnamed1899(o.listFindingsResults!);
+ checkUnnamed1898(o.listFindingsResults!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1445,14 +1445,14 @@
buildCounterListFindingsResult--;
}
-core.List<api.NotificationConfig> buildUnnamed1900() {
+core.List<api.NotificationConfig> buildUnnamed1899() {
var o = <api.NotificationConfig>[];
o.add(buildNotificationConfig());
o.add(buildNotificationConfig());
return o;
}
-void checkUnnamed1900(core.List<api.NotificationConfig> o) {
+void checkUnnamed1899(core.List<api.NotificationConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkNotificationConfig(o[0] as api.NotificationConfig);
checkNotificationConfig(o[1] as api.NotificationConfig);
@@ -1464,7 +1464,7 @@
buildCounterListNotificationConfigsResponse++;
if (buildCounterListNotificationConfigsResponse < 3) {
o.nextPageToken = 'foo';
- o.notificationConfigs = buildUnnamed1900();
+ o.notificationConfigs = buildUnnamed1899();
}
buildCounterListNotificationConfigsResponse--;
return o;
@@ -1478,19 +1478,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1900(o.notificationConfigs!);
+ checkUnnamed1899(o.notificationConfigs!);
}
buildCounterListNotificationConfigsResponse--;
}
-core.List<api.Operation> buildUnnamed1901() {
+core.List<api.Operation> buildUnnamed1900() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed1901(core.List<api.Operation> o) {
+void checkUnnamed1900(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1502,7 +1502,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed1901();
+ o.operations = buildUnnamed1900();
}
buildCounterListOperationsResponse--;
return o;
@@ -1515,19 +1515,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1901(o.operations!);
+ checkUnnamed1900(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.Source> buildUnnamed1902() {
+core.List<api.Source> buildUnnamed1901() {
var o = <api.Source>[];
o.add(buildSource());
o.add(buildSource());
return o;
}
-void checkUnnamed1902(core.List<api.Source> o) {
+void checkUnnamed1901(core.List<api.Source> o) {
unittest.expect(o, unittest.hasLength(2));
checkSource(o[0] as api.Source);
checkSource(o[1] as api.Source);
@@ -1539,7 +1539,7 @@
buildCounterListSourcesResponse++;
if (buildCounterListSourcesResponse < 3) {
o.nextPageToken = 'foo';
- o.sources = buildUnnamed1902();
+ o.sources = buildUnnamed1901();
}
buildCounterListSourcesResponse--;
return o;
@@ -1552,7 +1552,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1902(o.sources!);
+ checkUnnamed1901(o.sources!);
}
buildCounterListSourcesResponse--;
}
@@ -1596,7 +1596,7 @@
buildCounterNotificationConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed1903() {
+core.Map<core.String, core.Object> buildUnnamed1902() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1611,7 +1611,7 @@
return o;
}
-void checkUnnamed1903(core.Map<core.String, core.Object> o) {
+void checkUnnamed1902(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -1643,7 +1643,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed1904() {
+core.Map<core.String, core.Object> buildUnnamed1903() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1658,7 +1658,7 @@
return o;
}
-void checkUnnamed1904(core.Map<core.String, core.Object> o) {
+void checkUnnamed1903(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted11 = (o['x']!) as core.Map;
unittest.expect(casted11, unittest.hasLength(3));
@@ -1697,9 +1697,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed1903();
+ o.metadata = buildUnnamed1902();
o.name = 'foo';
- o.response = buildUnnamed1904();
+ o.response = buildUnnamed1903();
}
buildCounterOperation--;
return o;
@@ -1710,12 +1710,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed1903(o.metadata!);
+ checkUnnamed1902(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed1904(o.response!);
+ checkUnnamed1903(o.response!);
}
buildCounterOperation--;
}
@@ -1747,27 +1747,27 @@
buildCounterOrganizationSettings--;
}
-core.List<api.AuditConfig> buildUnnamed1905() {
+core.List<api.AuditConfig> buildUnnamed1904() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed1905(core.List<api.AuditConfig> o) {
+void checkUnnamed1904(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed1906() {
+core.List<api.Binding> buildUnnamed1905() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed1906(core.List<api.Binding> o) {
+void checkUnnamed1905(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -1778,8 +1778,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed1905();
- o.bindings = buildUnnamed1906();
+ o.auditConfigs = buildUnnamed1904();
+ o.bindings = buildUnnamed1905();
o.etag = 'foo';
o.version = 42;
}
@@ -1790,8 +1790,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed1905(o.auditConfigs!);
- checkUnnamed1906(o.bindings!);
+ checkUnnamed1904(o.auditConfigs!);
+ checkUnnamed1905(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1804,14 +1804,14 @@
buildCounterPolicy--;
}
-core.List<api.Folder> buildUnnamed1907() {
+core.List<api.Folder> buildUnnamed1906() {
var o = <api.Folder>[];
o.add(buildFolder());
o.add(buildFolder());
return o;
}
-void checkUnnamed1907(core.List<api.Folder> o) {
+void checkUnnamed1906(core.List<api.Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkFolder(o[0] as api.Folder);
checkFolder(o[1] as api.Folder);
@@ -1822,7 +1822,7 @@
var o = api.Resource();
buildCounterResource++;
if (buildCounterResource < 3) {
- o.folders = buildUnnamed1907();
+ o.folders = buildUnnamed1906();
o.name = 'foo';
o.parentDisplayName = 'foo';
o.parentName = 'foo';
@@ -1836,7 +1836,7 @@
void checkResource(api.Resource o) {
buildCounterResource++;
if (buildCounterResource < 3) {
- checkUnnamed1907(o.folders!);
+ checkUnnamed1906(o.folders!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1876,27 +1876,27 @@
buildCounterRunAssetDiscoveryRequest--;
}
-core.List<api.Folder> buildUnnamed1908() {
+core.List<api.Folder> buildUnnamed1907() {
var o = <api.Folder>[];
o.add(buildFolder());
o.add(buildFolder());
return o;
}
-void checkUnnamed1908(core.List<api.Folder> o) {
+void checkUnnamed1907(core.List<api.Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkFolder(o[0] as api.Folder);
checkFolder(o[1] as api.Folder);
}
-core.List<core.String> buildUnnamed1909() {
+core.List<core.String> buildUnnamed1908() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1909(core.List<core.String> o) {
+void checkUnnamed1908(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1913,10 +1913,10 @@
var o = api.SecurityCenterProperties();
buildCounterSecurityCenterProperties++;
if (buildCounterSecurityCenterProperties < 3) {
- o.folders = buildUnnamed1908();
+ o.folders = buildUnnamed1907();
o.resourceDisplayName = 'foo';
o.resourceName = 'foo';
- o.resourceOwners = buildUnnamed1909();
+ o.resourceOwners = buildUnnamed1908();
o.resourceParent = 'foo';
o.resourceParentDisplayName = 'foo';
o.resourceProject = 'foo';
@@ -1930,7 +1930,7 @@
void checkSecurityCenterProperties(api.SecurityCenterProperties o) {
buildCounterSecurityCenterProperties++;
if (buildCounterSecurityCenterProperties < 3) {
- checkUnnamed1908(o.folders!);
+ checkUnnamed1907(o.folders!);
unittest.expect(
o.resourceDisplayName!,
unittest.equals('foo'),
@@ -1939,7 +1939,7 @@
o.resourceName!,
unittest.equals('foo'),
);
- checkUnnamed1909(o.resourceOwners!);
+ checkUnnamed1908(o.resourceOwners!);
unittest.expect(
o.resourceParent!,
unittest.equals('foo'),
@@ -1964,14 +1964,14 @@
buildCounterSecurityCenterProperties--;
}
-core.Map<core.String, core.String> buildUnnamed1910() {
+core.Map<core.String, core.String> buildUnnamed1909() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1910(core.Map<core.String, core.String> o) {
+void checkUnnamed1909(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1989,7 +1989,7 @@
buildCounterSecurityMarks++;
if (buildCounterSecurityMarks < 3) {
o.canonicalName = 'foo';
- o.marks = buildUnnamed1910();
+ o.marks = buildUnnamed1909();
o.name = 'foo';
}
buildCounterSecurityMarks--;
@@ -2003,7 +2003,7 @@
o.canonicalName!,
unittest.equals('foo'),
);
- checkUnnamed1910(o.marks!);
+ checkUnnamed1909(o.marks!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2100,7 +2100,7 @@
buildCounterSource--;
}
-core.Map<core.String, core.Object> buildUnnamed1911() {
+core.Map<core.String, core.Object> buildUnnamed1910() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2115,7 +2115,7 @@
return o;
}
-void checkUnnamed1911(core.Map<core.String, core.Object> o) {
+void checkUnnamed1910(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted13 = (o['x']!) as core.Map;
unittest.expect(casted13, unittest.hasLength(3));
@@ -2147,17 +2147,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed1912() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed1911() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed1911());
- o.add(buildUnnamed1911());
+ o.add(buildUnnamed1910());
+ o.add(buildUnnamed1910());
return o;
}
-void checkUnnamed1912(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed1911(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed1911(o[0]);
- checkUnnamed1911(o[1]);
+ checkUnnamed1910(o[0]);
+ checkUnnamed1910(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2166,7 +2166,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed1912();
+ o.details = buildUnnamed1911();
o.message = 'foo';
}
buildCounterStatus--;
@@ -2180,7 +2180,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed1912(o.details!);
+ checkUnnamed1911(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2211,6 +2211,44 @@
buildCounterStreamingConfig--;
}
+core.List<core.String> buildUnnamed1912() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1912(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'),
+ );
+}
+
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed1912();
+ }
+ buildCounterTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed1912(o.permissions!);
+ }
+ buildCounterTestIamPermissionsRequest--;
+}
+
core.List<core.String> buildUnnamed1913() {
var o = <core.String>[];
o.add('foo');
@@ -2230,50 +2268,12 @@
);
}
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed1913();
- }
- buildCounterTestIamPermissionsRequest--;
- return o;
-}
-
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed1913(o.permissions!);
- }
- buildCounterTestIamPermissionsRequest--;
-}
-
-core.List<core.String> buildUnnamed1914() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1914(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'),
- );
-}
-
core.int buildCounterTestIamPermissionsResponse = 0;
api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed1914();
+ o.permissions = buildUnnamed1913();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -2282,7 +2282,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed1914(o.permissions!);
+ checkUnnamed1913(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/serviceconsumermanagement/v1_test.dart b/generated/googleapis/test/serviceconsumermanagement/v1_test.dart
index e6cbc21..a01ef06 100644
--- a/generated/googleapis/test/serviceconsumermanagement/v1_test.dart
+++ b/generated/googleapis/test/serviceconsumermanagement/v1_test.dart
@@ -51,40 +51,40 @@
buildCounterAddTenantProjectRequest--;
}
-core.List<api.Method> buildUnnamed4712() {
+core.List<api.Method> buildUnnamed4755() {
var o = <api.Method>[];
o.add(buildMethod());
o.add(buildMethod());
return o;
}
-void checkUnnamed4712(core.List<api.Method> o) {
+void checkUnnamed4755(core.List<api.Method> o) {
unittest.expect(o, unittest.hasLength(2));
checkMethod(o[0] as api.Method);
checkMethod(o[1] as api.Method);
}
-core.List<api.Mixin> buildUnnamed4713() {
+core.List<api.Mixin> buildUnnamed4756() {
var o = <api.Mixin>[];
o.add(buildMixin());
o.add(buildMixin());
return o;
}
-void checkUnnamed4713(core.List<api.Mixin> o) {
+void checkUnnamed4756(core.List<api.Mixin> o) {
unittest.expect(o, unittest.hasLength(2));
checkMixin(o[0] as api.Mixin);
checkMixin(o[1] as api.Mixin);
}
-core.List<api.Option> buildUnnamed4714() {
+core.List<api.Option> buildUnnamed4757() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed4714(core.List<api.Option> o) {
+void checkUnnamed4757(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -95,10 +95,10 @@
var o = api.Api();
buildCounterApi++;
if (buildCounterApi < 3) {
- o.methods = buildUnnamed4712();
- o.mixins = buildUnnamed4713();
+ o.methods = buildUnnamed4755();
+ o.mixins = buildUnnamed4756();
o.name = 'foo';
- o.options = buildUnnamed4714();
+ o.options = buildUnnamed4757();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
o.version = 'foo';
@@ -110,13 +110,13 @@
void checkApi(api.Api o) {
buildCounterApi++;
if (buildCounterApi < 3) {
- checkUnnamed4712(o.methods!);
- checkUnnamed4713(o.mixins!);
+ checkUnnamed4755(o.methods!);
+ checkUnnamed4756(o.mixins!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4714(o.options!);
+ checkUnnamed4757(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -187,14 +187,14 @@
buildCounterAttachTenantProjectRequest--;
}
-core.List<api.JwtLocation> buildUnnamed4715() {
+core.List<api.JwtLocation> buildUnnamed4758() {
var o = <api.JwtLocation>[];
o.add(buildJwtLocation());
o.add(buildJwtLocation());
return o;
}
-void checkUnnamed4715(core.List<api.JwtLocation> o) {
+void checkUnnamed4758(core.List<api.JwtLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkJwtLocation(o[0] as api.JwtLocation);
checkJwtLocation(o[1] as api.JwtLocation);
@@ -210,7 +210,7 @@
o.id = 'foo';
o.issuer = 'foo';
o.jwksUri = 'foo';
- o.jwtLocations = buildUnnamed4715();
+ o.jwtLocations = buildUnnamed4758();
}
buildCounterAuthProvider--;
return o;
@@ -239,7 +239,7 @@
o.jwksUri!,
unittest.equals('foo'),
);
- checkUnnamed4715(o.jwtLocations!);
+ checkUnnamed4758(o.jwtLocations!);
}
buildCounterAuthProvider--;
}
@@ -271,27 +271,27 @@
buildCounterAuthRequirement--;
}
-core.List<api.AuthProvider> buildUnnamed4716() {
+core.List<api.AuthProvider> buildUnnamed4759() {
var o = <api.AuthProvider>[];
o.add(buildAuthProvider());
o.add(buildAuthProvider());
return o;
}
-void checkUnnamed4716(core.List<api.AuthProvider> o) {
+void checkUnnamed4759(core.List<api.AuthProvider> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthProvider(o[0] as api.AuthProvider);
checkAuthProvider(o[1] as api.AuthProvider);
}
-core.List<api.AuthenticationRule> buildUnnamed4717() {
+core.List<api.AuthenticationRule> buildUnnamed4760() {
var o = <api.AuthenticationRule>[];
o.add(buildAuthenticationRule());
o.add(buildAuthenticationRule());
return o;
}
-void checkUnnamed4717(core.List<api.AuthenticationRule> o) {
+void checkUnnamed4760(core.List<api.AuthenticationRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthenticationRule(o[0] as api.AuthenticationRule);
checkAuthenticationRule(o[1] as api.AuthenticationRule);
@@ -302,8 +302,8 @@
var o = api.Authentication();
buildCounterAuthentication++;
if (buildCounterAuthentication < 3) {
- o.providers = buildUnnamed4716();
- o.rules = buildUnnamed4717();
+ o.providers = buildUnnamed4759();
+ o.rules = buildUnnamed4760();
}
buildCounterAuthentication--;
return o;
@@ -312,20 +312,20 @@
void checkAuthentication(api.Authentication o) {
buildCounterAuthentication++;
if (buildCounterAuthentication < 3) {
- checkUnnamed4716(o.providers!);
- checkUnnamed4717(o.rules!);
+ checkUnnamed4759(o.providers!);
+ checkUnnamed4760(o.rules!);
}
buildCounterAuthentication--;
}
-core.List<api.AuthRequirement> buildUnnamed4718() {
+core.List<api.AuthRequirement> buildUnnamed4761() {
var o = <api.AuthRequirement>[];
o.add(buildAuthRequirement());
o.add(buildAuthRequirement());
return o;
}
-void checkUnnamed4718(core.List<api.AuthRequirement> o) {
+void checkUnnamed4761(core.List<api.AuthRequirement> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthRequirement(o[0] as api.AuthRequirement);
checkAuthRequirement(o[1] as api.AuthRequirement);
@@ -338,7 +338,7 @@
if (buildCounterAuthenticationRule < 3) {
o.allowWithoutCredential = true;
o.oauth = buildOAuthRequirements();
- o.requirements = buildUnnamed4718();
+ o.requirements = buildUnnamed4761();
o.selector = 'foo';
}
buildCounterAuthenticationRule--;
@@ -350,7 +350,7 @@
if (buildCounterAuthenticationRule < 3) {
unittest.expect(o.allowWithoutCredential!, unittest.isTrue);
checkOAuthRequirements(o.oauth! as api.OAuthRequirements);
- checkUnnamed4718(o.requirements!);
+ checkUnnamed4761(o.requirements!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -359,14 +359,14 @@
buildCounterAuthenticationRule--;
}
-core.List<api.BackendRule> buildUnnamed4719() {
+core.List<api.BackendRule> buildUnnamed4762() {
var o = <api.BackendRule>[];
o.add(buildBackendRule());
o.add(buildBackendRule());
return o;
}
-void checkUnnamed4719(core.List<api.BackendRule> o) {
+void checkUnnamed4762(core.List<api.BackendRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkBackendRule(o[0] as api.BackendRule);
checkBackendRule(o[1] as api.BackendRule);
@@ -377,7 +377,7 @@
var o = api.Backend();
buildCounterBackend++;
if (buildCounterBackend < 3) {
- o.rules = buildUnnamed4719();
+ o.rules = buildUnnamed4762();
}
buildCounterBackend--;
return o;
@@ -386,7 +386,7 @@
void checkBackend(api.Backend o) {
buildCounterBackend++;
if (buildCounterBackend < 3) {
- checkUnnamed4719(o.rules!);
+ checkUnnamed4762(o.rules!);
}
buildCounterBackend--;
}
@@ -445,14 +445,14 @@
buildCounterBackendRule--;
}
-core.List<api.BillingDestination> buildUnnamed4720() {
+core.List<api.BillingDestination> buildUnnamed4763() {
var o = <api.BillingDestination>[];
o.add(buildBillingDestination());
o.add(buildBillingDestination());
return o;
}
-void checkUnnamed4720(core.List<api.BillingDestination> o) {
+void checkUnnamed4763(core.List<api.BillingDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkBillingDestination(o[0] as api.BillingDestination);
checkBillingDestination(o[1] as api.BillingDestination);
@@ -463,7 +463,7 @@
var o = api.Billing();
buildCounterBilling++;
if (buildCounterBilling < 3) {
- o.consumerDestinations = buildUnnamed4720();
+ o.consumerDestinations = buildUnnamed4763();
}
buildCounterBilling--;
return o;
@@ -472,7 +472,7 @@
void checkBilling(api.Billing o) {
buildCounterBilling++;
if (buildCounterBilling < 3) {
- checkUnnamed4720(o.consumerDestinations!);
+ checkUnnamed4763(o.consumerDestinations!);
}
buildCounterBilling--;
}
@@ -499,14 +499,14 @@
buildCounterBillingConfig--;
}
-core.List<core.String> buildUnnamed4721() {
+core.List<core.String> buildUnnamed4764() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4721(core.List<core.String> o) {
+void checkUnnamed4764(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -523,7 +523,7 @@
var o = api.BillingDestination();
buildCounterBillingDestination++;
if (buildCounterBillingDestination < 3) {
- o.metrics = buildUnnamed4721();
+ o.metrics = buildUnnamed4764();
o.monitoredResource = 'foo';
}
buildCounterBillingDestination--;
@@ -533,7 +533,7 @@
void checkBillingDestination(api.BillingDestination o) {
buildCounterBillingDestination++;
if (buildCounterBillingDestination < 3) {
- checkUnnamed4721(o.metrics!);
+ checkUnnamed4764(o.metrics!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -557,14 +557,14 @@
buildCounterCancelOperationRequest--;
}
-core.List<api.ContextRule> buildUnnamed4722() {
+core.List<api.ContextRule> buildUnnamed4765() {
var o = <api.ContextRule>[];
o.add(buildContextRule());
o.add(buildContextRule());
return o;
}
-void checkUnnamed4722(core.List<api.ContextRule> o) {
+void checkUnnamed4765(core.List<api.ContextRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkContextRule(o[0] as api.ContextRule);
checkContextRule(o[1] as api.ContextRule);
@@ -575,7 +575,7 @@
var o = api.Context();
buildCounterContext++;
if (buildCounterContext < 3) {
- o.rules = buildUnnamed4722();
+ o.rules = buildUnnamed4765();
}
buildCounterContext--;
return o;
@@ -584,19 +584,19 @@
void checkContext(api.Context o) {
buildCounterContext++;
if (buildCounterContext < 3) {
- checkUnnamed4722(o.rules!);
+ checkUnnamed4765(o.rules!);
}
buildCounterContext--;
}
-core.List<core.String> buildUnnamed4723() {
+core.List<core.String> buildUnnamed4766() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4723(core.List<core.String> o) {
+void checkUnnamed4766(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -608,14 +608,14 @@
);
}
-core.List<core.String> buildUnnamed4724() {
+core.List<core.String> buildUnnamed4767() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4724(core.List<core.String> o) {
+void checkUnnamed4767(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -627,14 +627,14 @@
);
}
-core.List<core.String> buildUnnamed4725() {
+core.List<core.String> buildUnnamed4768() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4725(core.List<core.String> o) {
+void checkUnnamed4768(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -646,14 +646,14 @@
);
}
-core.List<core.String> buildUnnamed4726() {
+core.List<core.String> buildUnnamed4769() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4726(core.List<core.String> o) {
+void checkUnnamed4769(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -670,10 +670,10 @@
var o = api.ContextRule();
buildCounterContextRule++;
if (buildCounterContextRule < 3) {
- o.allowedRequestExtensions = buildUnnamed4723();
- o.allowedResponseExtensions = buildUnnamed4724();
- o.provided = buildUnnamed4725();
- o.requested = buildUnnamed4726();
+ o.allowedRequestExtensions = buildUnnamed4766();
+ o.allowedResponseExtensions = buildUnnamed4767();
+ o.provided = buildUnnamed4768();
+ o.requested = buildUnnamed4769();
o.selector = 'foo';
}
buildCounterContextRule--;
@@ -683,10 +683,10 @@
void checkContextRule(api.ContextRule o) {
buildCounterContextRule++;
if (buildCounterContextRule < 3) {
- checkUnnamed4723(o.allowedRequestExtensions!);
- checkUnnamed4724(o.allowedResponseExtensions!);
- checkUnnamed4725(o.provided!);
- checkUnnamed4726(o.requested!);
+ checkUnnamed4766(o.allowedRequestExtensions!);
+ checkUnnamed4767(o.allowedResponseExtensions!);
+ checkUnnamed4768(o.provided!);
+ checkUnnamed4769(o.requested!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -739,27 +739,27 @@
buildCounterCreateTenancyUnitRequest--;
}
-core.List<api.CustomErrorRule> buildUnnamed4727() {
+core.List<api.CustomErrorRule> buildUnnamed4770() {
var o = <api.CustomErrorRule>[];
o.add(buildCustomErrorRule());
o.add(buildCustomErrorRule());
return o;
}
-void checkUnnamed4727(core.List<api.CustomErrorRule> o) {
+void checkUnnamed4770(core.List<api.CustomErrorRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomErrorRule(o[0] as api.CustomErrorRule);
checkCustomErrorRule(o[1] as api.CustomErrorRule);
}
-core.List<core.String> buildUnnamed4728() {
+core.List<core.String> buildUnnamed4771() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4728(core.List<core.String> o) {
+void checkUnnamed4771(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -776,8 +776,8 @@
var o = api.CustomError();
buildCounterCustomError++;
if (buildCounterCustomError < 3) {
- o.rules = buildUnnamed4727();
- o.types = buildUnnamed4728();
+ o.rules = buildUnnamed4770();
+ o.types = buildUnnamed4771();
}
buildCounterCustomError--;
return o;
@@ -786,8 +786,8 @@
void checkCustomError(api.CustomError o) {
buildCounterCustomError++;
if (buildCounterCustomError < 3) {
- checkUnnamed4727(o.rules!);
- checkUnnamed4728(o.types!);
+ checkUnnamed4770(o.rules!);
+ checkUnnamed4771(o.types!);
}
buildCounterCustomError--;
}
@@ -865,27 +865,27 @@
buildCounterDeleteTenantProjectRequest--;
}
-core.List<api.Page> buildUnnamed4729() {
+core.List<api.Page> buildUnnamed4772() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed4729(core.List<api.Page> o) {
+void checkUnnamed4772(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
}
-core.List<api.DocumentationRule> buildUnnamed4730() {
+core.List<api.DocumentationRule> buildUnnamed4773() {
var o = <api.DocumentationRule>[];
o.add(buildDocumentationRule());
o.add(buildDocumentationRule());
return o;
}
-void checkUnnamed4730(core.List<api.DocumentationRule> o) {
+void checkUnnamed4773(core.List<api.DocumentationRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkDocumentationRule(o[0] as api.DocumentationRule);
checkDocumentationRule(o[1] as api.DocumentationRule);
@@ -898,8 +898,8 @@
if (buildCounterDocumentation < 3) {
o.documentationRootUrl = 'foo';
o.overview = 'foo';
- o.pages = buildUnnamed4729();
- o.rules = buildUnnamed4730();
+ o.pages = buildUnnamed4772();
+ o.rules = buildUnnamed4773();
o.serviceRootUrl = 'foo';
o.summary = 'foo';
}
@@ -918,8 +918,8 @@
o.overview!,
unittest.equals('foo'),
);
- checkUnnamed4729(o.pages!);
- checkUnnamed4730(o.rules!);
+ checkUnnamed4772(o.pages!);
+ checkUnnamed4773(o.rules!);
unittest.expect(
o.serviceRootUrl!,
unittest.equals('foo'),
@@ -1008,27 +1008,27 @@
buildCounterEndpoint--;
}
-core.List<api.EnumValue> buildUnnamed4731() {
+core.List<api.EnumValue> buildUnnamed4774() {
var o = <api.EnumValue>[];
o.add(buildEnumValue());
o.add(buildEnumValue());
return o;
}
-void checkUnnamed4731(core.List<api.EnumValue> o) {
+void checkUnnamed4774(core.List<api.EnumValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnumValue(o[0] as api.EnumValue);
checkEnumValue(o[1] as api.EnumValue);
}
-core.List<api.Option> buildUnnamed4732() {
+core.List<api.Option> buildUnnamed4775() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed4732(core.List<api.Option> o) {
+void checkUnnamed4775(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1039,9 +1039,9 @@
var o = api.Enum();
buildCounterEnum++;
if (buildCounterEnum < 3) {
- o.enumvalue = buildUnnamed4731();
+ o.enumvalue = buildUnnamed4774();
o.name = 'foo';
- o.options = buildUnnamed4732();
+ o.options = buildUnnamed4775();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
}
@@ -1052,12 +1052,12 @@
void checkEnum(api.Enum o) {
buildCounterEnum++;
if (buildCounterEnum < 3) {
- checkUnnamed4731(o.enumvalue!);
+ checkUnnamed4774(o.enumvalue!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4732(o.options!);
+ checkUnnamed4775(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -1067,14 +1067,14 @@
buildCounterEnum--;
}
-core.List<api.Option> buildUnnamed4733() {
+core.List<api.Option> buildUnnamed4776() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed4733(core.List<api.Option> o) {
+void checkUnnamed4776(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1087,7 +1087,7 @@
if (buildCounterEnumValue < 3) {
o.name = 'foo';
o.number = 42;
- o.options = buildUnnamed4733();
+ o.options = buildUnnamed4776();
}
buildCounterEnumValue--;
return o;
@@ -1104,19 +1104,19 @@
o.number!,
unittest.equals(42),
);
- checkUnnamed4733(o.options!);
+ checkUnnamed4776(o.options!);
}
buildCounterEnumValue--;
}
-core.List<api.Option> buildUnnamed4734() {
+core.List<api.Option> buildUnnamed4777() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed4734(core.List<api.Option> o) {
+void checkUnnamed4777(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1134,7 +1134,7 @@
o.name = 'foo';
o.number = 42;
o.oneofIndex = 42;
- o.options = buildUnnamed4734();
+ o.options = buildUnnamed4777();
o.packed = true;
o.typeUrl = 'foo';
}
@@ -1173,7 +1173,7 @@
o.oneofIndex!,
unittest.equals(42),
);
- checkUnnamed4734(o.options!);
+ checkUnnamed4777(o.options!);
unittest.expect(o.packed!, unittest.isTrue);
unittest.expect(
o.typeUrl!,
@@ -1183,14 +1183,14 @@
buildCounterField--;
}
-core.List<api.HttpRule> buildUnnamed4735() {
+core.List<api.HttpRule> buildUnnamed4778() {
var o = <api.HttpRule>[];
o.add(buildHttpRule());
o.add(buildHttpRule());
return o;
}
-void checkUnnamed4735(core.List<api.HttpRule> o) {
+void checkUnnamed4778(core.List<api.HttpRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkHttpRule(o[0] as api.HttpRule);
checkHttpRule(o[1] as api.HttpRule);
@@ -1202,7 +1202,7 @@
buildCounterHttp++;
if (buildCounterHttp < 3) {
o.fullyDecodeReservedExpansion = true;
- o.rules = buildUnnamed4735();
+ o.rules = buildUnnamed4778();
}
buildCounterHttp--;
return o;
@@ -1212,19 +1212,19 @@
buildCounterHttp++;
if (buildCounterHttp < 3) {
unittest.expect(o.fullyDecodeReservedExpansion!, unittest.isTrue);
- checkUnnamed4735(o.rules!);
+ checkUnnamed4778(o.rules!);
}
buildCounterHttp--;
}
-core.List<api.HttpRule> buildUnnamed4736() {
+core.List<api.HttpRule> buildUnnamed4779() {
var o = <api.HttpRule>[];
o.add(buildHttpRule());
o.add(buildHttpRule());
return o;
}
-void checkUnnamed4736(core.List<api.HttpRule> o) {
+void checkUnnamed4779(core.List<api.HttpRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkHttpRule(o[0] as api.HttpRule);
checkHttpRule(o[1] as api.HttpRule);
@@ -1235,7 +1235,7 @@
var o = api.HttpRule();
buildCounterHttpRule++;
if (buildCounterHttpRule < 3) {
- o.additionalBindings = buildUnnamed4736();
+ o.additionalBindings = buildUnnamed4779();
o.body = 'foo';
o.custom = buildCustomHttpPattern();
o.delete = 'foo';
@@ -1253,7 +1253,7 @@
void checkHttpRule(api.HttpRule o) {
buildCounterHttpRule++;
if (buildCounterHttpRule < 3) {
- checkUnnamed4736(o.additionalBindings!);
+ checkUnnamed4779(o.additionalBindings!);
unittest.expect(
o.body!,
unittest.equals('foo'),
@@ -1355,14 +1355,14 @@
buildCounterLabelDescriptor--;
}
-core.List<api.Operation> buildUnnamed4737() {
+core.List<api.Operation> buildUnnamed4780() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed4737(core.List<api.Operation> o) {
+void checkUnnamed4780(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1374,7 +1374,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed4737();
+ o.operations = buildUnnamed4780();
}
buildCounterListOperationsResponse--;
return o;
@@ -1387,19 +1387,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4737(o.operations!);
+ checkUnnamed4780(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.TenancyUnit> buildUnnamed4738() {
+core.List<api.TenancyUnit> buildUnnamed4781() {
var o = <api.TenancyUnit>[];
o.add(buildTenancyUnit());
o.add(buildTenancyUnit());
return o;
}
-void checkUnnamed4738(core.List<api.TenancyUnit> o) {
+void checkUnnamed4781(core.List<api.TenancyUnit> o) {
unittest.expect(o, unittest.hasLength(2));
checkTenancyUnit(o[0] as api.TenancyUnit);
checkTenancyUnit(o[1] as api.TenancyUnit);
@@ -1411,7 +1411,7 @@
buildCounterListTenancyUnitsResponse++;
if (buildCounterListTenancyUnitsResponse < 3) {
o.nextPageToken = 'foo';
- o.tenancyUnits = buildUnnamed4738();
+ o.tenancyUnits = buildUnnamed4781();
}
buildCounterListTenancyUnitsResponse--;
return o;
@@ -1424,19 +1424,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4738(o.tenancyUnits!);
+ checkUnnamed4781(o.tenancyUnits!);
}
buildCounterListTenancyUnitsResponse--;
}
-core.List<api.LabelDescriptor> buildUnnamed4739() {
+core.List<api.LabelDescriptor> buildUnnamed4782() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed4739(core.List<api.LabelDescriptor> o) {
+void checkUnnamed4782(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
@@ -1449,7 +1449,7 @@
if (buildCounterLogDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed4739();
+ o.labels = buildUnnamed4782();
o.name = 'foo';
}
buildCounterLogDescriptor--;
@@ -1467,7 +1467,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4739(o.labels!);
+ checkUnnamed4782(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1476,27 +1476,27 @@
buildCounterLogDescriptor--;
}
-core.List<api.LoggingDestination> buildUnnamed4740() {
+core.List<api.LoggingDestination> buildUnnamed4783() {
var o = <api.LoggingDestination>[];
o.add(buildLoggingDestination());
o.add(buildLoggingDestination());
return o;
}
-void checkUnnamed4740(core.List<api.LoggingDestination> o) {
+void checkUnnamed4783(core.List<api.LoggingDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkLoggingDestination(o[0] as api.LoggingDestination);
checkLoggingDestination(o[1] as api.LoggingDestination);
}
-core.List<api.LoggingDestination> buildUnnamed4741() {
+core.List<api.LoggingDestination> buildUnnamed4784() {
var o = <api.LoggingDestination>[];
o.add(buildLoggingDestination());
o.add(buildLoggingDestination());
return o;
}
-void checkUnnamed4741(core.List<api.LoggingDestination> o) {
+void checkUnnamed4784(core.List<api.LoggingDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkLoggingDestination(o[0] as api.LoggingDestination);
checkLoggingDestination(o[1] as api.LoggingDestination);
@@ -1507,8 +1507,8 @@
var o = api.Logging();
buildCounterLogging++;
if (buildCounterLogging < 3) {
- o.consumerDestinations = buildUnnamed4740();
- o.producerDestinations = buildUnnamed4741();
+ o.consumerDestinations = buildUnnamed4783();
+ o.producerDestinations = buildUnnamed4784();
}
buildCounterLogging--;
return o;
@@ -1517,20 +1517,20 @@
void checkLogging(api.Logging o) {
buildCounterLogging++;
if (buildCounterLogging < 3) {
- checkUnnamed4740(o.consumerDestinations!);
- checkUnnamed4741(o.producerDestinations!);
+ checkUnnamed4783(o.consumerDestinations!);
+ checkUnnamed4784(o.producerDestinations!);
}
buildCounterLogging--;
}
-core.List<core.String> buildUnnamed4742() {
+core.List<core.String> buildUnnamed4785() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4742(core.List<core.String> o) {
+void checkUnnamed4785(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1547,7 +1547,7 @@
var o = api.LoggingDestination();
buildCounterLoggingDestination++;
if (buildCounterLoggingDestination < 3) {
- o.logs = buildUnnamed4742();
+ o.logs = buildUnnamed4785();
o.monitoredResource = 'foo';
}
buildCounterLoggingDestination--;
@@ -1557,7 +1557,7 @@
void checkLoggingDestination(api.LoggingDestination o) {
buildCounterLoggingDestination++;
if (buildCounterLoggingDestination < 3) {
- checkUnnamed4742(o.logs!);
+ checkUnnamed4785(o.logs!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -1566,14 +1566,14 @@
buildCounterLoggingDestination--;
}
-core.List<api.Option> buildUnnamed4743() {
+core.List<api.Option> buildUnnamed4786() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed4743(core.List<api.Option> o) {
+void checkUnnamed4786(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1585,7 +1585,7 @@
buildCounterMethod++;
if (buildCounterMethod < 3) {
o.name = 'foo';
- o.options = buildUnnamed4743();
+ o.options = buildUnnamed4786();
o.requestStreaming = true;
o.requestTypeUrl = 'foo';
o.responseStreaming = true;
@@ -1603,7 +1603,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4743(o.options!);
+ checkUnnamed4786(o.options!);
unittest.expect(o.requestStreaming!, unittest.isTrue);
unittest.expect(
o.requestTypeUrl!,
@@ -1622,27 +1622,27 @@
buildCounterMethod--;
}
-core.List<api.LabelDescriptor> buildUnnamed4744() {
+core.List<api.LabelDescriptor> buildUnnamed4787() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed4744(core.List<api.LabelDescriptor> o) {
+void checkUnnamed4787(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
}
-core.List<core.String> buildUnnamed4745() {
+core.List<core.String> buildUnnamed4788() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4745(core.List<core.String> o) {
+void checkUnnamed4788(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1661,11 +1661,11 @@
if (buildCounterMetricDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed4744();
+ o.labels = buildUnnamed4787();
o.launchStage = 'foo';
o.metadata = buildMetricDescriptorMetadata();
o.metricKind = 'foo';
- o.monitoredResourceTypes = buildUnnamed4745();
+ o.monitoredResourceTypes = buildUnnamed4788();
o.name = 'foo';
o.type = 'foo';
o.unit = 'foo';
@@ -1686,7 +1686,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4744(o.labels!);
+ checkUnnamed4787(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -1696,7 +1696,7 @@
o.metricKind!,
unittest.equals('foo'),
);
- checkUnnamed4745(o.monitoredResourceTypes!);
+ checkUnnamed4788(o.monitoredResourceTypes!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1749,14 +1749,14 @@
buildCounterMetricDescriptorMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed4746() {
+core.Map<core.String, core.String> buildUnnamed4789() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4746(core.Map<core.String, core.String> o) {
+void checkUnnamed4789(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1773,7 +1773,7 @@
var o = api.MetricRule();
buildCounterMetricRule++;
if (buildCounterMetricRule < 3) {
- o.metricCosts = buildUnnamed4746();
+ o.metricCosts = buildUnnamed4789();
o.selector = 'foo';
}
buildCounterMetricRule--;
@@ -1783,7 +1783,7 @@
void checkMetricRule(api.MetricRule o) {
buildCounterMetricRule++;
if (buildCounterMetricRule < 3) {
- checkUnnamed4746(o.metricCosts!);
+ checkUnnamed4789(o.metricCosts!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -1819,14 +1819,14 @@
buildCounterMixin--;
}
-core.List<api.LabelDescriptor> buildUnnamed4747() {
+core.List<api.LabelDescriptor> buildUnnamed4790() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed4747(core.List<api.LabelDescriptor> o) {
+void checkUnnamed4790(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
@@ -1839,7 +1839,7 @@
if (buildCounterMonitoredResourceDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed4747();
+ o.labels = buildUnnamed4790();
o.launchStage = 'foo';
o.name = 'foo';
o.type = 'foo';
@@ -1859,7 +1859,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4747(o.labels!);
+ checkUnnamed4790(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -1876,27 +1876,27 @@
buildCounterMonitoredResourceDescriptor--;
}
-core.List<api.MonitoringDestination> buildUnnamed4748() {
+core.List<api.MonitoringDestination> buildUnnamed4791() {
var o = <api.MonitoringDestination>[];
o.add(buildMonitoringDestination());
o.add(buildMonitoringDestination());
return o;
}
-void checkUnnamed4748(core.List<api.MonitoringDestination> o) {
+void checkUnnamed4791(core.List<api.MonitoringDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoringDestination(o[0] as api.MonitoringDestination);
checkMonitoringDestination(o[1] as api.MonitoringDestination);
}
-core.List<api.MonitoringDestination> buildUnnamed4749() {
+core.List<api.MonitoringDestination> buildUnnamed4792() {
var o = <api.MonitoringDestination>[];
o.add(buildMonitoringDestination());
o.add(buildMonitoringDestination());
return o;
}
-void checkUnnamed4749(core.List<api.MonitoringDestination> o) {
+void checkUnnamed4792(core.List<api.MonitoringDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoringDestination(o[0] as api.MonitoringDestination);
checkMonitoringDestination(o[1] as api.MonitoringDestination);
@@ -1907,8 +1907,8 @@
var o = api.Monitoring();
buildCounterMonitoring++;
if (buildCounterMonitoring < 3) {
- o.consumerDestinations = buildUnnamed4748();
- o.producerDestinations = buildUnnamed4749();
+ o.consumerDestinations = buildUnnamed4791();
+ o.producerDestinations = buildUnnamed4792();
}
buildCounterMonitoring--;
return o;
@@ -1917,20 +1917,20 @@
void checkMonitoring(api.Monitoring o) {
buildCounterMonitoring++;
if (buildCounterMonitoring < 3) {
- checkUnnamed4748(o.consumerDestinations!);
- checkUnnamed4749(o.producerDestinations!);
+ checkUnnamed4791(o.consumerDestinations!);
+ checkUnnamed4792(o.producerDestinations!);
}
buildCounterMonitoring--;
}
-core.List<core.String> buildUnnamed4750() {
+core.List<core.String> buildUnnamed4793() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4750(core.List<core.String> o) {
+void checkUnnamed4793(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1947,7 +1947,7 @@
var o = api.MonitoringDestination();
buildCounterMonitoringDestination++;
if (buildCounterMonitoringDestination < 3) {
- o.metrics = buildUnnamed4750();
+ o.metrics = buildUnnamed4793();
o.monitoredResource = 'foo';
}
buildCounterMonitoringDestination--;
@@ -1957,7 +1957,7 @@
void checkMonitoringDestination(api.MonitoringDestination o) {
buildCounterMonitoringDestination++;
if (buildCounterMonitoringDestination < 3) {
- checkUnnamed4750(o.metrics!);
+ checkUnnamed4793(o.metrics!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -1988,7 +1988,7 @@
buildCounterOAuthRequirements--;
}
-core.Map<core.String, core.Object> buildUnnamed4751() {
+core.Map<core.String, core.Object> buildUnnamed4794() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2003,7 +2003,7 @@
return o;
}
-void checkUnnamed4751(core.Map<core.String, core.Object> o) {
+void checkUnnamed4794(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2035,7 +2035,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4752() {
+core.Map<core.String, core.Object> buildUnnamed4795() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2050,7 +2050,7 @@
return o;
}
-void checkUnnamed4752(core.Map<core.String, core.Object> o) {
+void checkUnnamed4795(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -2089,9 +2089,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed4751();
+ o.metadata = buildUnnamed4794();
o.name = 'foo';
- o.response = buildUnnamed4752();
+ o.response = buildUnnamed4795();
}
buildCounterOperation--;
return o;
@@ -2102,17 +2102,17 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed4751(o.metadata!);
+ checkUnnamed4794(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4752(o.response!);
+ checkUnnamed4795(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.Object> buildUnnamed4753() {
+core.Map<core.String, core.Object> buildUnnamed4796() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2127,7 +2127,7 @@
return o;
}
-void checkUnnamed4753(core.Map<core.String, core.Object> o) {
+void checkUnnamed4796(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -2165,7 +2165,7 @@
buildCounterOption++;
if (buildCounterOption < 3) {
o.name = 'foo';
- o.value = buildUnnamed4753();
+ o.value = buildUnnamed4796();
}
buildCounterOption--;
return o;
@@ -2178,19 +2178,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4753(o.value!);
+ checkUnnamed4796(o.value!);
}
buildCounterOption--;
}
-core.List<api.Page> buildUnnamed4754() {
+core.List<api.Page> buildUnnamed4797() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed4754(core.List<api.Page> o) {
+void checkUnnamed4797(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
@@ -2203,7 +2203,7 @@
if (buildCounterPage < 3) {
o.content = 'foo';
o.name = 'foo';
- o.subpages = buildUnnamed4754();
+ o.subpages = buildUnnamed4797();
}
buildCounterPage--;
return o;
@@ -2220,19 +2220,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4754(o.subpages!);
+ checkUnnamed4797(o.subpages!);
}
buildCounterPage--;
}
-core.List<core.String> buildUnnamed4755() {
+core.List<core.String> buildUnnamed4798() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4755(core.List<core.String> o) {
+void checkUnnamed4798(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2249,7 +2249,7 @@
var o = api.PolicyBinding();
buildCounterPolicyBinding++;
if (buildCounterPolicyBinding < 3) {
- o.members = buildUnnamed4755();
+ o.members = buildUnnamed4798();
o.role = 'foo';
}
buildCounterPolicyBinding--;
@@ -2259,7 +2259,7 @@
void checkPolicyBinding(api.PolicyBinding o) {
buildCounterPolicyBinding++;
if (buildCounterPolicyBinding < 3) {
- checkUnnamed4755(o.members!);
+ checkUnnamed4798(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -2268,27 +2268,27 @@
buildCounterPolicyBinding--;
}
-core.List<api.QuotaLimit> buildUnnamed4756() {
+core.List<api.QuotaLimit> buildUnnamed4799() {
var o = <api.QuotaLimit>[];
o.add(buildQuotaLimit());
o.add(buildQuotaLimit());
return o;
}
-void checkUnnamed4756(core.List<api.QuotaLimit> o) {
+void checkUnnamed4799(core.List<api.QuotaLimit> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuotaLimit(o[0] as api.QuotaLimit);
checkQuotaLimit(o[1] as api.QuotaLimit);
}
-core.List<api.MetricRule> buildUnnamed4757() {
+core.List<api.MetricRule> buildUnnamed4800() {
var o = <api.MetricRule>[];
o.add(buildMetricRule());
o.add(buildMetricRule());
return o;
}
-void checkUnnamed4757(core.List<api.MetricRule> o) {
+void checkUnnamed4800(core.List<api.MetricRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricRule(o[0] as api.MetricRule);
checkMetricRule(o[1] as api.MetricRule);
@@ -2299,8 +2299,8 @@
var o = api.Quota();
buildCounterQuota++;
if (buildCounterQuota < 3) {
- o.limits = buildUnnamed4756();
- o.metricRules = buildUnnamed4757();
+ o.limits = buildUnnamed4799();
+ o.metricRules = buildUnnamed4800();
}
buildCounterQuota--;
return o;
@@ -2309,20 +2309,20 @@
void checkQuota(api.Quota o) {
buildCounterQuota++;
if (buildCounterQuota < 3) {
- checkUnnamed4756(o.limits!);
- checkUnnamed4757(o.metricRules!);
+ checkUnnamed4799(o.limits!);
+ checkUnnamed4800(o.metricRules!);
}
buildCounterQuota--;
}
-core.Map<core.String, core.String> buildUnnamed4758() {
+core.Map<core.String, core.String> buildUnnamed4801() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4758(core.Map<core.String, core.String> o) {
+void checkUnnamed4801(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2348,7 +2348,7 @@
o.metric = 'foo';
o.name = 'foo';
o.unit = 'foo';
- o.values = buildUnnamed4758();
+ o.values = buildUnnamed4801();
}
buildCounterQuotaLimit--;
return o;
@@ -2393,7 +2393,7 @@
o.unit!,
unittest.equals('foo'),
);
- checkUnnamed4758(o.values!);
+ checkUnnamed4801(o.values!);
}
buildCounterQuotaLimit--;
}
@@ -2420,14 +2420,14 @@
buildCounterRemoveTenantProjectRequest--;
}
-core.List<api.TenancyUnit> buildUnnamed4759() {
+core.List<api.TenancyUnit> buildUnnamed4802() {
var o = <api.TenancyUnit>[];
o.add(buildTenancyUnit());
o.add(buildTenancyUnit());
return o;
}
-void checkUnnamed4759(core.List<api.TenancyUnit> o) {
+void checkUnnamed4802(core.List<api.TenancyUnit> o) {
unittest.expect(o, unittest.hasLength(2));
checkTenancyUnit(o[0] as api.TenancyUnit);
checkTenancyUnit(o[1] as api.TenancyUnit);
@@ -2439,7 +2439,7 @@
buildCounterSearchTenancyUnitsResponse++;
if (buildCounterSearchTenancyUnitsResponse < 3) {
o.nextPageToken = 'foo';
- o.tenancyUnits = buildUnnamed4759();
+ o.tenancyUnits = buildUnnamed4802();
}
buildCounterSearchTenancyUnitsResponse--;
return o;
@@ -2452,110 +2452,110 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4759(o.tenancyUnits!);
+ checkUnnamed4802(o.tenancyUnits!);
}
buildCounterSearchTenancyUnitsResponse--;
}
-core.List<api.Api> buildUnnamed4760() {
+core.List<api.Api> buildUnnamed4803() {
var o = <api.Api>[];
o.add(buildApi());
o.add(buildApi());
return o;
}
-void checkUnnamed4760(core.List<api.Api> o) {
+void checkUnnamed4803(core.List<api.Api> o) {
unittest.expect(o, unittest.hasLength(2));
checkApi(o[0] as api.Api);
checkApi(o[1] as api.Api);
}
-core.List<api.Endpoint> buildUnnamed4761() {
+core.List<api.Endpoint> buildUnnamed4804() {
var o = <api.Endpoint>[];
o.add(buildEndpoint());
o.add(buildEndpoint());
return o;
}
-void checkUnnamed4761(core.List<api.Endpoint> o) {
+void checkUnnamed4804(core.List<api.Endpoint> o) {
unittest.expect(o, unittest.hasLength(2));
checkEndpoint(o[0] as api.Endpoint);
checkEndpoint(o[1] as api.Endpoint);
}
-core.List<api.Enum> buildUnnamed4762() {
+core.List<api.Enum> buildUnnamed4805() {
var o = <api.Enum>[];
o.add(buildEnum());
o.add(buildEnum());
return o;
}
-void checkUnnamed4762(core.List<api.Enum> o) {
+void checkUnnamed4805(core.List<api.Enum> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnum(o[0] as api.Enum);
checkEnum(o[1] as api.Enum);
}
-core.List<api.LogDescriptor> buildUnnamed4763() {
+core.List<api.LogDescriptor> buildUnnamed4806() {
var o = <api.LogDescriptor>[];
o.add(buildLogDescriptor());
o.add(buildLogDescriptor());
return o;
}
-void checkUnnamed4763(core.List<api.LogDescriptor> o) {
+void checkUnnamed4806(core.List<api.LogDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogDescriptor(o[0] as api.LogDescriptor);
checkLogDescriptor(o[1] as api.LogDescriptor);
}
-core.List<api.MetricDescriptor> buildUnnamed4764() {
+core.List<api.MetricDescriptor> buildUnnamed4807() {
var o = <api.MetricDescriptor>[];
o.add(buildMetricDescriptor());
o.add(buildMetricDescriptor());
return o;
}
-void checkUnnamed4764(core.List<api.MetricDescriptor> o) {
+void checkUnnamed4807(core.List<api.MetricDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricDescriptor(o[0] as api.MetricDescriptor);
checkMetricDescriptor(o[1] as api.MetricDescriptor);
}
-core.List<api.MonitoredResourceDescriptor> buildUnnamed4765() {
+core.List<api.MonitoredResourceDescriptor> buildUnnamed4808() {
var o = <api.MonitoredResourceDescriptor>[];
o.add(buildMonitoredResourceDescriptor());
o.add(buildMonitoredResourceDescriptor());
return o;
}
-void checkUnnamed4765(core.List<api.MonitoredResourceDescriptor> o) {
+void checkUnnamed4808(core.List<api.MonitoredResourceDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoredResourceDescriptor(o[0] as api.MonitoredResourceDescriptor);
checkMonitoredResourceDescriptor(o[1] as api.MonitoredResourceDescriptor);
}
-core.List<api.Type> buildUnnamed4766() {
+core.List<api.Type> buildUnnamed4809() {
var o = <api.Type>[];
o.add(buildType());
o.add(buildType());
return o;
}
-void checkUnnamed4766(core.List<api.Type> o) {
+void checkUnnamed4809(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0] as api.Type);
checkType(o[1] as api.Type);
}
-core.List<api.Type> buildUnnamed4767() {
+core.List<api.Type> buildUnnamed4810() {
var o = <api.Type>[];
o.add(buildType());
o.add(buildType());
return o;
}
-void checkUnnamed4767(core.List<api.Type> o) {
+void checkUnnamed4810(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0] as api.Type);
checkType(o[1] as api.Type);
@@ -2566,7 +2566,7 @@
var o = api.Service();
buildCounterService++;
if (buildCounterService < 3) {
- o.apis = buildUnnamed4760();
+ o.apis = buildUnnamed4803();
o.authentication = buildAuthentication();
o.backend = buildBackend();
o.billing = buildBilling();
@@ -2575,23 +2575,23 @@
o.control = buildControl();
o.customError = buildCustomError();
o.documentation = buildDocumentation();
- o.endpoints = buildUnnamed4761();
- o.enums = buildUnnamed4762();
+ o.endpoints = buildUnnamed4804();
+ o.enums = buildUnnamed4805();
o.http = buildHttp();
o.id = 'foo';
o.logging = buildLogging();
- o.logs = buildUnnamed4763();
- o.metrics = buildUnnamed4764();
- o.monitoredResources = buildUnnamed4765();
+ o.logs = buildUnnamed4806();
+ o.metrics = buildUnnamed4807();
+ o.monitoredResources = buildUnnamed4808();
o.monitoring = buildMonitoring();
o.name = 'foo';
o.producerProjectId = 'foo';
o.quota = buildQuota();
o.sourceInfo = buildSourceInfo();
o.systemParameters = buildSystemParameters();
- o.systemTypes = buildUnnamed4766();
+ o.systemTypes = buildUnnamed4809();
o.title = 'foo';
- o.types = buildUnnamed4767();
+ o.types = buildUnnamed4810();
o.usage = buildUsage();
}
buildCounterService--;
@@ -2601,7 +2601,7 @@
void checkService(api.Service o) {
buildCounterService++;
if (buildCounterService < 3) {
- checkUnnamed4760(o.apis!);
+ checkUnnamed4803(o.apis!);
checkAuthentication(o.authentication! as api.Authentication);
checkBackend(o.backend! as api.Backend);
checkBilling(o.billing! as api.Billing);
@@ -2613,17 +2613,17 @@
checkControl(o.control! as api.Control);
checkCustomError(o.customError! as api.CustomError);
checkDocumentation(o.documentation! as api.Documentation);
- checkUnnamed4761(o.endpoints!);
- checkUnnamed4762(o.enums!);
+ checkUnnamed4804(o.endpoints!);
+ checkUnnamed4805(o.enums!);
checkHttp(o.http! as api.Http);
unittest.expect(
o.id!,
unittest.equals('foo'),
);
checkLogging(o.logging! as api.Logging);
- checkUnnamed4763(o.logs!);
- checkUnnamed4764(o.metrics!);
- checkUnnamed4765(o.monitoredResources!);
+ checkUnnamed4806(o.logs!);
+ checkUnnamed4807(o.metrics!);
+ checkUnnamed4808(o.monitoredResources!);
checkMonitoring(o.monitoring! as api.Monitoring);
unittest.expect(
o.name!,
@@ -2636,25 +2636,25 @@
checkQuota(o.quota! as api.Quota);
checkSourceInfo(o.sourceInfo! as api.SourceInfo);
checkSystemParameters(o.systemParameters! as api.SystemParameters);
- checkUnnamed4766(o.systemTypes!);
+ checkUnnamed4809(o.systemTypes!);
unittest.expect(
o.title!,
unittest.equals('foo'),
);
- checkUnnamed4767(o.types!);
+ checkUnnamed4810(o.types!);
checkUsage(o.usage! as api.Usage);
}
buildCounterService--;
}
-core.List<core.String> buildUnnamed4768() {
+core.List<core.String> buildUnnamed4811() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4768(core.List<core.String> o) {
+void checkUnnamed4811(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2672,7 +2672,7 @@
buildCounterServiceAccountConfig++;
if (buildCounterServiceAccountConfig < 3) {
o.accountId = 'foo';
- o.tenantProjectRoles = buildUnnamed4768();
+ o.tenantProjectRoles = buildUnnamed4811();
}
buildCounterServiceAccountConfig--;
return o;
@@ -2685,7 +2685,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed4768(o.tenantProjectRoles!);
+ checkUnnamed4811(o.tenantProjectRoles!);
}
buildCounterServiceAccountConfig--;
}
@@ -2712,7 +2712,7 @@
buildCounterSourceContext--;
}
-core.Map<core.String, core.Object> buildUnnamed4769() {
+core.Map<core.String, core.Object> buildUnnamed4812() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2727,7 +2727,7 @@
return o;
}
-void checkUnnamed4769(core.Map<core.String, core.Object> o) {
+void checkUnnamed4812(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -2759,17 +2759,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4770() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4813() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4769());
- o.add(buildUnnamed4769());
+ o.add(buildUnnamed4812());
+ o.add(buildUnnamed4812());
return o;
}
-void checkUnnamed4770(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4813(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4769(o[0]);
- checkUnnamed4769(o[1]);
+ checkUnnamed4812(o[0]);
+ checkUnnamed4812(o[1]);
}
core.int buildCounterSourceInfo = 0;
@@ -2777,7 +2777,7 @@
var o = api.SourceInfo();
buildCounterSourceInfo++;
if (buildCounterSourceInfo < 3) {
- o.sourceFiles = buildUnnamed4770();
+ o.sourceFiles = buildUnnamed4813();
}
buildCounterSourceInfo--;
return o;
@@ -2786,12 +2786,12 @@
void checkSourceInfo(api.SourceInfo o) {
buildCounterSourceInfo++;
if (buildCounterSourceInfo < 3) {
- checkUnnamed4770(o.sourceFiles!);
+ checkUnnamed4813(o.sourceFiles!);
}
buildCounterSourceInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed4771() {
+core.Map<core.String, core.Object> buildUnnamed4814() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2806,7 +2806,7 @@
return o;
}
-void checkUnnamed4771(core.Map<core.String, core.Object> o) {
+void checkUnnamed4814(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -2838,17 +2838,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4772() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4815() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4771());
- o.add(buildUnnamed4771());
+ o.add(buildUnnamed4814());
+ o.add(buildUnnamed4814());
return o;
}
-void checkUnnamed4772(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4815(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4771(o[0]);
- checkUnnamed4771(o[1]);
+ checkUnnamed4814(o[0]);
+ checkUnnamed4814(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2857,7 +2857,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4772();
+ o.details = buildUnnamed4815();
o.message = 'foo';
}
buildCounterStatus--;
@@ -2871,7 +2871,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4772(o.details!);
+ checkUnnamed4815(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2912,14 +2912,14 @@
buildCounterSystemParameter--;
}
-core.List<api.SystemParameter> buildUnnamed4773() {
+core.List<api.SystemParameter> buildUnnamed4816() {
var o = <api.SystemParameter>[];
o.add(buildSystemParameter());
o.add(buildSystemParameter());
return o;
}
-void checkUnnamed4773(core.List<api.SystemParameter> o) {
+void checkUnnamed4816(core.List<api.SystemParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkSystemParameter(o[0] as api.SystemParameter);
checkSystemParameter(o[1] as api.SystemParameter);
@@ -2930,7 +2930,7 @@
var o = api.SystemParameterRule();
buildCounterSystemParameterRule++;
if (buildCounterSystemParameterRule < 3) {
- o.parameters = buildUnnamed4773();
+ o.parameters = buildUnnamed4816();
o.selector = 'foo';
}
buildCounterSystemParameterRule--;
@@ -2940,7 +2940,7 @@
void checkSystemParameterRule(api.SystemParameterRule o) {
buildCounterSystemParameterRule++;
if (buildCounterSystemParameterRule < 3) {
- checkUnnamed4773(o.parameters!);
+ checkUnnamed4816(o.parameters!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -2949,14 +2949,14 @@
buildCounterSystemParameterRule--;
}
-core.List<api.SystemParameterRule> buildUnnamed4774() {
+core.List<api.SystemParameterRule> buildUnnamed4817() {
var o = <api.SystemParameterRule>[];
o.add(buildSystemParameterRule());
o.add(buildSystemParameterRule());
return o;
}
-void checkUnnamed4774(core.List<api.SystemParameterRule> o) {
+void checkUnnamed4817(core.List<api.SystemParameterRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkSystemParameterRule(o[0] as api.SystemParameterRule);
checkSystemParameterRule(o[1] as api.SystemParameterRule);
@@ -2967,7 +2967,7 @@
var o = api.SystemParameters();
buildCounterSystemParameters++;
if (buildCounterSystemParameters < 3) {
- o.rules = buildUnnamed4774();
+ o.rules = buildUnnamed4817();
}
buildCounterSystemParameters--;
return o;
@@ -2976,19 +2976,19 @@
void checkSystemParameters(api.SystemParameters o) {
buildCounterSystemParameters++;
if (buildCounterSystemParameters < 3) {
- checkUnnamed4774(o.rules!);
+ checkUnnamed4817(o.rules!);
}
buildCounterSystemParameters--;
}
-core.List<api.TenantResource> buildUnnamed4775() {
+core.List<api.TenantResource> buildUnnamed4818() {
var o = <api.TenantResource>[];
o.add(buildTenantResource());
o.add(buildTenantResource());
return o;
}
-void checkUnnamed4775(core.List<api.TenantResource> o) {
+void checkUnnamed4818(core.List<api.TenantResource> o) {
unittest.expect(o, unittest.hasLength(2));
checkTenantResource(o[0] as api.TenantResource);
checkTenantResource(o[1] as api.TenantResource);
@@ -3003,7 +3003,7 @@
o.createTime = 'foo';
o.name = 'foo';
o.service = 'foo';
- o.tenantResources = buildUnnamed4775();
+ o.tenantResources = buildUnnamed4818();
}
buildCounterTenancyUnit--;
return o;
@@ -3028,19 +3028,19 @@
o.service!,
unittest.equals('foo'),
);
- checkUnnamed4775(o.tenantResources!);
+ checkUnnamed4818(o.tenantResources!);
}
buildCounterTenancyUnit--;
}
-core.Map<core.String, core.String> buildUnnamed4776() {
+core.Map<core.String, core.String> buildUnnamed4819() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4776(core.Map<core.String, core.String> o) {
+void checkUnnamed4819(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3052,14 +3052,14 @@
);
}
-core.List<core.String> buildUnnamed4777() {
+core.List<core.String> buildUnnamed4820() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4777(core.List<core.String> o) {
+void checkUnnamed4820(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3078,9 +3078,9 @@
if (buildCounterTenantProjectConfig < 3) {
o.billingConfig = buildBillingConfig();
o.folder = 'foo';
- o.labels = buildUnnamed4776();
+ o.labels = buildUnnamed4819();
o.serviceAccountConfig = buildServiceAccountConfig();
- o.services = buildUnnamed4777();
+ o.services = buildUnnamed4820();
o.tenantProjectPolicy = buildTenantProjectPolicy();
}
buildCounterTenantProjectConfig--;
@@ -3095,23 +3095,23 @@
o.folder!,
unittest.equals('foo'),
);
- checkUnnamed4776(o.labels!);
+ checkUnnamed4819(o.labels!);
checkServiceAccountConfig(
o.serviceAccountConfig! as api.ServiceAccountConfig);
- checkUnnamed4777(o.services!);
+ checkUnnamed4820(o.services!);
checkTenantProjectPolicy(o.tenantProjectPolicy! as api.TenantProjectPolicy);
}
buildCounterTenantProjectConfig--;
}
-core.List<api.PolicyBinding> buildUnnamed4778() {
+core.List<api.PolicyBinding> buildUnnamed4821() {
var o = <api.PolicyBinding>[];
o.add(buildPolicyBinding());
o.add(buildPolicyBinding());
return o;
}
-void checkUnnamed4778(core.List<api.PolicyBinding> o) {
+void checkUnnamed4821(core.List<api.PolicyBinding> o) {
unittest.expect(o, unittest.hasLength(2));
checkPolicyBinding(o[0] as api.PolicyBinding);
checkPolicyBinding(o[1] as api.PolicyBinding);
@@ -3122,7 +3122,7 @@
var o = api.TenantProjectPolicy();
buildCounterTenantProjectPolicy++;
if (buildCounterTenantProjectPolicy < 3) {
- o.policyBindings = buildUnnamed4778();
+ o.policyBindings = buildUnnamed4821();
}
buildCounterTenantProjectPolicy--;
return o;
@@ -3131,7 +3131,7 @@
void checkTenantProjectPolicy(api.TenantProjectPolicy o) {
buildCounterTenantProjectPolicy++;
if (buildCounterTenantProjectPolicy < 3) {
- checkUnnamed4778(o.policyBindings!);
+ checkUnnamed4821(o.policyBindings!);
}
buildCounterTenantProjectPolicy--;
}
@@ -3168,27 +3168,27 @@
buildCounterTenantResource--;
}
-core.List<api.Field> buildUnnamed4779() {
+core.List<api.Field> buildUnnamed4822() {
var o = <api.Field>[];
o.add(buildField());
o.add(buildField());
return o;
}
-void checkUnnamed4779(core.List<api.Field> o) {
+void checkUnnamed4822(core.List<api.Field> o) {
unittest.expect(o, unittest.hasLength(2));
checkField(o[0] as api.Field);
checkField(o[1] as api.Field);
}
-core.List<core.String> buildUnnamed4780() {
+core.List<core.String> buildUnnamed4823() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4780(core.List<core.String> o) {
+void checkUnnamed4823(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3200,14 +3200,14 @@
);
}
-core.List<api.Option> buildUnnamed4781() {
+core.List<api.Option> buildUnnamed4824() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed4781(core.List<api.Option> o) {
+void checkUnnamed4824(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -3218,10 +3218,10 @@
var o = api.Type();
buildCounterType++;
if (buildCounterType < 3) {
- o.fields = buildUnnamed4779();
+ o.fields = buildUnnamed4822();
o.name = 'foo';
- o.oneofs = buildUnnamed4780();
- o.options = buildUnnamed4781();
+ o.oneofs = buildUnnamed4823();
+ o.options = buildUnnamed4824();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
}
@@ -3232,13 +3232,13 @@
void checkType(api.Type o) {
buildCounterType++;
if (buildCounterType < 3) {
- checkUnnamed4779(o.fields!);
+ checkUnnamed4822(o.fields!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4780(o.oneofs!);
- checkUnnamed4781(o.options!);
+ checkUnnamed4823(o.oneofs!);
+ checkUnnamed4824(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -3270,14 +3270,14 @@
buildCounterUndeleteTenantProjectRequest--;
}
-core.List<core.String> buildUnnamed4782() {
+core.List<core.String> buildUnnamed4825() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4782(core.List<core.String> o) {
+void checkUnnamed4825(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3289,14 +3289,14 @@
);
}
-core.List<api.UsageRule> buildUnnamed4783() {
+core.List<api.UsageRule> buildUnnamed4826() {
var o = <api.UsageRule>[];
o.add(buildUsageRule());
o.add(buildUsageRule());
return o;
}
-void checkUnnamed4783(core.List<api.UsageRule> o) {
+void checkUnnamed4826(core.List<api.UsageRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsageRule(o[0] as api.UsageRule);
checkUsageRule(o[1] as api.UsageRule);
@@ -3308,8 +3308,8 @@
buildCounterUsage++;
if (buildCounterUsage < 3) {
o.producerNotificationChannel = 'foo';
- o.requirements = buildUnnamed4782();
- o.rules = buildUnnamed4783();
+ o.requirements = buildUnnamed4825();
+ o.rules = buildUnnamed4826();
}
buildCounterUsage--;
return o;
@@ -3322,8 +3322,8 @@
o.producerNotificationChannel!,
unittest.equals('foo'),
);
- checkUnnamed4782(o.requirements!);
- checkUnnamed4783(o.rules!);
+ checkUnnamed4825(o.requirements!);
+ checkUnnamed4826(o.rules!);
}
buildCounterUsage--;
}
@@ -3354,14 +3354,14 @@
buildCounterUsageRule--;
}
-core.List<core.String> buildUnnamed4784() {
+core.List<core.String> buildUnnamed4827() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4784(core.List<core.String> o) {
+void checkUnnamed4827(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3378,7 +3378,7 @@
var o = api.V1AddVisibilityLabelsResponse();
buildCounterV1AddVisibilityLabelsResponse++;
if (buildCounterV1AddVisibilityLabelsResponse < 3) {
- o.labels = buildUnnamed4784();
+ o.labels = buildUnnamed4827();
}
buildCounterV1AddVisibilityLabelsResponse--;
return o;
@@ -3387,19 +3387,19 @@
void checkV1AddVisibilityLabelsResponse(api.V1AddVisibilityLabelsResponse o) {
buildCounterV1AddVisibilityLabelsResponse++;
if (buildCounterV1AddVisibilityLabelsResponse < 3) {
- checkUnnamed4784(o.labels!);
+ checkUnnamed4827(o.labels!);
}
buildCounterV1AddVisibilityLabelsResponse--;
}
-core.List<api.V1Beta1QuotaOverride> buildUnnamed4785() {
+core.List<api.V1Beta1QuotaOverride> buildUnnamed4828() {
var o = <api.V1Beta1QuotaOverride>[];
o.add(buildV1Beta1QuotaOverride());
o.add(buildV1Beta1QuotaOverride());
return o;
}
-void checkUnnamed4785(core.List<api.V1Beta1QuotaOverride> o) {
+void checkUnnamed4828(core.List<api.V1Beta1QuotaOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkV1Beta1QuotaOverride(o[0] as api.V1Beta1QuotaOverride);
checkV1Beta1QuotaOverride(o[1] as api.V1Beta1QuotaOverride);
@@ -3411,7 +3411,7 @@
var o = api.V1Beta1BatchCreateProducerOverridesResponse();
buildCounterV1Beta1BatchCreateProducerOverridesResponse++;
if (buildCounterV1Beta1BatchCreateProducerOverridesResponse < 3) {
- o.overrides = buildUnnamed4785();
+ o.overrides = buildUnnamed4828();
}
buildCounterV1Beta1BatchCreateProducerOverridesResponse--;
return o;
@@ -3421,7 +3421,7 @@
api.V1Beta1BatchCreateProducerOverridesResponse o) {
buildCounterV1Beta1BatchCreateProducerOverridesResponse++;
if (buildCounterV1Beta1BatchCreateProducerOverridesResponse < 3) {
- checkUnnamed4785(o.overrides!);
+ checkUnnamed4828(o.overrides!);
}
buildCounterV1Beta1BatchCreateProducerOverridesResponse--;
}
@@ -3477,14 +3477,14 @@
buildCounterV1Beta1GenerateServiceIdentityResponse--;
}
-core.List<api.V1Beta1QuotaOverride> buildUnnamed4786() {
+core.List<api.V1Beta1QuotaOverride> buildUnnamed4829() {
var o = <api.V1Beta1QuotaOverride>[];
o.add(buildV1Beta1QuotaOverride());
o.add(buildV1Beta1QuotaOverride());
return o;
}
-void checkUnnamed4786(core.List<api.V1Beta1QuotaOverride> o) {
+void checkUnnamed4829(core.List<api.V1Beta1QuotaOverride> o) {
unittest.expect(o, unittest.hasLength(2));
checkV1Beta1QuotaOverride(o[0] as api.V1Beta1QuotaOverride);
checkV1Beta1QuotaOverride(o[1] as api.V1Beta1QuotaOverride);
@@ -3496,7 +3496,7 @@
var o = api.V1Beta1ImportProducerOverridesResponse();
buildCounterV1Beta1ImportProducerOverridesResponse++;
if (buildCounterV1Beta1ImportProducerOverridesResponse < 3) {
- o.overrides = buildUnnamed4786();
+ o.overrides = buildUnnamed4829();
}
buildCounterV1Beta1ImportProducerOverridesResponse--;
return o;
@@ -3506,19 +3506,19 @@
api.V1Beta1ImportProducerOverridesResponse o) {
buildCounterV1Beta1ImportProducerOverridesResponse++;
if (buildCounterV1Beta1ImportProducerOverridesResponse < 3) {
- checkUnnamed4786(o.overrides!);
+ checkUnnamed4829(o.overrides!);
}
buildCounterV1Beta1ImportProducerOverridesResponse--;
}
-core.List<api.V1Beta1ProducerQuotaPolicy> buildUnnamed4787() {
+core.List<api.V1Beta1ProducerQuotaPolicy> buildUnnamed4830() {
var o = <api.V1Beta1ProducerQuotaPolicy>[];
o.add(buildV1Beta1ProducerQuotaPolicy());
o.add(buildV1Beta1ProducerQuotaPolicy());
return o;
}
-void checkUnnamed4787(core.List<api.V1Beta1ProducerQuotaPolicy> o) {
+void checkUnnamed4830(core.List<api.V1Beta1ProducerQuotaPolicy> o) {
unittest.expect(o, unittest.hasLength(2));
checkV1Beta1ProducerQuotaPolicy(o[0] as api.V1Beta1ProducerQuotaPolicy);
checkV1Beta1ProducerQuotaPolicy(o[1] as api.V1Beta1ProducerQuotaPolicy);
@@ -3530,7 +3530,7 @@
var o = api.V1Beta1ImportProducerQuotaPoliciesResponse();
buildCounterV1Beta1ImportProducerQuotaPoliciesResponse++;
if (buildCounterV1Beta1ImportProducerQuotaPoliciesResponse < 3) {
- o.policies = buildUnnamed4787();
+ o.policies = buildUnnamed4830();
}
buildCounterV1Beta1ImportProducerQuotaPoliciesResponse--;
return o;
@@ -3540,19 +3540,19 @@
api.V1Beta1ImportProducerQuotaPoliciesResponse o) {
buildCounterV1Beta1ImportProducerQuotaPoliciesResponse++;
if (buildCounterV1Beta1ImportProducerQuotaPoliciesResponse < 3) {
- checkUnnamed4787(o.policies!);
+ checkUnnamed4830(o.policies!);
}
buildCounterV1Beta1ImportProducerQuotaPoliciesResponse--;
}
-core.Map<core.String, core.String> buildUnnamed4788() {
+core.Map<core.String, core.String> buildUnnamed4831() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4788(core.Map<core.String, core.String> o) {
+void checkUnnamed4831(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3570,7 +3570,7 @@
buildCounterV1Beta1ProducerQuotaPolicy++;
if (buildCounterV1Beta1ProducerQuotaPolicy < 3) {
o.container = 'foo';
- o.dimensions = buildUnnamed4788();
+ o.dimensions = buildUnnamed4831();
o.metric = 'foo';
o.name = 'foo';
o.policyValue = 'foo';
@@ -3587,7 +3587,7 @@
o.container!,
unittest.equals('foo'),
);
- checkUnnamed4788(o.dimensions!);
+ checkUnnamed4831(o.dimensions!);
unittest.expect(
o.metric!,
unittest.equals('foo'),
@@ -3608,14 +3608,14 @@
buildCounterV1Beta1ProducerQuotaPolicy--;
}
-core.Map<core.String, core.String> buildUnnamed4789() {
+core.Map<core.String, core.String> buildUnnamed4832() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4789(core.Map<core.String, core.String> o) {
+void checkUnnamed4832(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3633,7 +3633,7 @@
buildCounterV1Beta1QuotaOverride++;
if (buildCounterV1Beta1QuotaOverride < 3) {
o.adminOverrideAncestor = 'foo';
- o.dimensions = buildUnnamed4789();
+ o.dimensions = buildUnnamed4832();
o.metric = 'foo';
o.name = 'foo';
o.overrideValue = 'foo';
@@ -3650,7 +3650,7 @@
o.adminOverrideAncestor!,
unittest.equals('foo'),
);
- checkUnnamed4789(o.dimensions!);
+ checkUnnamed4832(o.dimensions!);
unittest.expect(
o.metric!,
unittest.equals('foo'),
@@ -3855,14 +3855,14 @@
buildCounterV1RefreshConsumerResponse--;
}
-core.List<core.String> buildUnnamed4790() {
+core.List<core.String> buildUnnamed4833() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4790(core.List<core.String> o) {
+void checkUnnamed4833(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3879,7 +3879,7 @@
var o = api.V1RemoveVisibilityLabelsResponse();
buildCounterV1RemoveVisibilityLabelsResponse++;
if (buildCounterV1RemoveVisibilityLabelsResponse < 3) {
- o.labels = buildUnnamed4790();
+ o.labels = buildUnnamed4833();
}
buildCounterV1RemoveVisibilityLabelsResponse--;
return o;
@@ -3889,7 +3889,7 @@
api.V1RemoveVisibilityLabelsResponse o) {
buildCounterV1RemoveVisibilityLabelsResponse++;
if (buildCounterV1RemoveVisibilityLabelsResponse < 3) {
- checkUnnamed4790(o.labels!);
+ checkUnnamed4833(o.labels!);
}
buildCounterV1RemoveVisibilityLabelsResponse--;
}
diff --git a/generated/googleapis/test/servicecontrol/v1_test.dart b/generated/googleapis/test/servicecontrol/v1_test.dart
index 65d77c2..de103b6 100644
--- a/generated/googleapis/test/servicecontrol/v1_test.dart
+++ b/generated/googleapis/test/servicecontrol/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed2800() {
+core.List<core.String> buildUnnamed2808() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2800(core.List<core.String> o) {
+void checkUnnamed2808(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -51,7 +51,7 @@
var o = api.AllocateInfo();
buildCounterAllocateInfo++;
if (buildCounterAllocateInfo < 3) {
- o.unusedArguments = buildUnnamed2800();
+ o.unusedArguments = buildUnnamed2808();
}
buildCounterAllocateInfo--;
return o;
@@ -60,7 +60,7 @@
void checkAllocateInfo(api.AllocateInfo o) {
buildCounterAllocateInfo++;
if (buildCounterAllocateInfo < 3) {
- checkUnnamed2800(o.unusedArguments!);
+ checkUnnamed2808(o.unusedArguments!);
}
buildCounterAllocateInfo--;
}
@@ -89,27 +89,27 @@
buildCounterAllocateQuotaRequest--;
}
-core.List<api.QuotaError> buildUnnamed2801() {
+core.List<api.QuotaError> buildUnnamed2809() {
var o = <api.QuotaError>[];
o.add(buildQuotaError());
o.add(buildQuotaError());
return o;
}
-void checkUnnamed2801(core.List<api.QuotaError> o) {
+void checkUnnamed2809(core.List<api.QuotaError> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuotaError(o[0] as api.QuotaError);
checkQuotaError(o[1] as api.QuotaError);
}
-core.List<api.MetricValueSet> buildUnnamed2802() {
+core.List<api.MetricValueSet> buildUnnamed2810() {
var o = <api.MetricValueSet>[];
o.add(buildMetricValueSet());
o.add(buildMetricValueSet());
return o;
}
-void checkUnnamed2802(core.List<api.MetricValueSet> o) {
+void checkUnnamed2810(core.List<api.MetricValueSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricValueSet(o[0] as api.MetricValueSet);
checkMetricValueSet(o[1] as api.MetricValueSet);
@@ -120,10 +120,10 @@
var o = api.AllocateQuotaResponse();
buildCounterAllocateQuotaResponse++;
if (buildCounterAllocateQuotaResponse < 3) {
- o.allocateErrors = buildUnnamed2801();
+ o.allocateErrors = buildUnnamed2809();
o.allocateInfo = buildAllocateInfo();
o.operationId = 'foo';
- o.quotaMetrics = buildUnnamed2802();
+ o.quotaMetrics = buildUnnamed2810();
o.serviceConfigId = 'foo';
}
buildCounterAllocateQuotaResponse--;
@@ -133,13 +133,13 @@
void checkAllocateQuotaResponse(api.AllocateQuotaResponse o) {
buildCounterAllocateQuotaResponse++;
if (buildCounterAllocateQuotaResponse < 3) {
- checkUnnamed2801(o.allocateErrors!);
+ checkUnnamed2809(o.allocateErrors!);
checkAllocateInfo(o.allocateInfo! as api.AllocateInfo);
unittest.expect(
o.operationId!,
unittest.equals('foo'),
);
- checkUnnamed2802(o.quotaMetrics!);
+ checkUnnamed2810(o.quotaMetrics!);
unittest.expect(
o.serviceConfigId!,
unittest.equals('foo'),
@@ -174,14 +174,14 @@
buildCounterAttributeValue--;
}
-core.Map<core.String, api.AttributeValue> buildUnnamed2803() {
+core.Map<core.String, api.AttributeValue> buildUnnamed2811() {
var o = <core.String, api.AttributeValue>{};
o['x'] = buildAttributeValue();
o['y'] = buildAttributeValue();
return o;
}
-void checkUnnamed2803(core.Map<core.String, api.AttributeValue> o) {
+void checkUnnamed2811(core.Map<core.String, api.AttributeValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttributeValue(o['x']! as api.AttributeValue);
checkAttributeValue(o['y']! as api.AttributeValue);
@@ -192,7 +192,7 @@
var o = api.Attributes();
buildCounterAttributes++;
if (buildCounterAttributes < 3) {
- o.attributeMap = buildUnnamed2803();
+ o.attributeMap = buildUnnamed2811();
o.droppedAttributesCount = 42;
}
buildCounterAttributes--;
@@ -202,7 +202,7 @@
void checkAttributes(api.Attributes o) {
buildCounterAttributes++;
if (buildCounterAttributes < 3) {
- checkUnnamed2803(o.attributeMap!);
+ checkUnnamed2811(o.attributeMap!);
unittest.expect(
o.droppedAttributesCount!,
unittest.equals(42),
@@ -211,20 +211,20 @@
buildCounterAttributes--;
}
-core.List<api.AuthorizationInfo> buildUnnamed2804() {
+core.List<api.AuthorizationInfo> buildUnnamed2812() {
var o = <api.AuthorizationInfo>[];
o.add(buildAuthorizationInfo());
o.add(buildAuthorizationInfo());
return o;
}
-void checkUnnamed2804(core.List<api.AuthorizationInfo> o) {
+void checkUnnamed2812(core.List<api.AuthorizationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthorizationInfo(o[0] as api.AuthorizationInfo);
checkAuthorizationInfo(o[1] as api.AuthorizationInfo);
}
-core.Map<core.String, core.Object> buildUnnamed2805() {
+core.Map<core.String, core.Object> buildUnnamed2813() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -239,7 +239,7 @@
return o;
}
-void checkUnnamed2805(core.Map<core.String, core.Object> o) {
+void checkUnnamed2813(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -271,7 +271,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2806() {
+core.Map<core.String, core.Object> buildUnnamed2814() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -286,7 +286,7 @@
return o;
}
-void checkUnnamed2806(core.Map<core.String, core.Object> o) {
+void checkUnnamed2814(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -318,7 +318,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2807() {
+core.Map<core.String, core.Object> buildUnnamed2815() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -333,7 +333,7 @@
return o;
}
-void checkUnnamed2807(core.Map<core.String, core.Object> o) {
+void checkUnnamed2815(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -365,7 +365,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2808() {
+core.Map<core.String, core.Object> buildUnnamed2816() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -380,7 +380,7 @@
return o;
}
-void checkUnnamed2808(core.Map<core.String, core.Object> o) {
+void checkUnnamed2816(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -412,7 +412,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2809() {
+core.Map<core.String, core.Object> buildUnnamed2817() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -427,7 +427,7 @@
return o;
}
-void checkUnnamed2809(core.Map<core.String, core.Object> o) {
+void checkUnnamed2817(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -465,17 +465,17 @@
buildCounterAuditLog++;
if (buildCounterAuditLog < 3) {
o.authenticationInfo = buildAuthenticationInfo();
- o.authorizationInfo = buildUnnamed2804();
- o.metadata = buildUnnamed2805();
+ o.authorizationInfo = buildUnnamed2812();
+ o.metadata = buildUnnamed2813();
o.methodName = 'foo';
o.numResponseItems = 'foo';
- o.request = buildUnnamed2806();
+ o.request = buildUnnamed2814();
o.requestMetadata = buildRequestMetadata();
o.resourceLocation = buildResourceLocation();
o.resourceName = 'foo';
- o.resourceOriginalState = buildUnnamed2807();
- o.response = buildUnnamed2808();
- o.serviceData = buildUnnamed2809();
+ o.resourceOriginalState = buildUnnamed2815();
+ o.response = buildUnnamed2816();
+ o.serviceData = buildUnnamed2817();
o.serviceName = 'foo';
o.status = buildStatus();
}
@@ -487,8 +487,8 @@
buildCounterAuditLog++;
if (buildCounterAuditLog < 3) {
checkAuthenticationInfo(o.authenticationInfo! as api.AuthenticationInfo);
- checkUnnamed2804(o.authorizationInfo!);
- checkUnnamed2805(o.metadata!);
+ checkUnnamed2812(o.authorizationInfo!);
+ checkUnnamed2813(o.metadata!);
unittest.expect(
o.methodName!,
unittest.equals('foo'),
@@ -497,16 +497,16 @@
o.numResponseItems!,
unittest.equals('foo'),
);
- checkUnnamed2806(o.request!);
+ checkUnnamed2814(o.request!);
checkRequestMetadata(o.requestMetadata! as api.RequestMetadata);
checkResourceLocation(o.resourceLocation! as api.ResourceLocation);
unittest.expect(
o.resourceName!,
unittest.equals('foo'),
);
- checkUnnamed2807(o.resourceOriginalState!);
- checkUnnamed2808(o.response!);
- checkUnnamed2809(o.serviceData!);
+ checkUnnamed2815(o.resourceOriginalState!);
+ checkUnnamed2816(o.response!);
+ checkUnnamed2817(o.serviceData!);
unittest.expect(
o.serviceName!,
unittest.equals('foo'),
@@ -516,14 +516,14 @@
buildCounterAuditLog--;
}
-core.List<core.String> buildUnnamed2810() {
+core.List<core.String> buildUnnamed2818() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2810(core.List<core.String> o) {
+void checkUnnamed2818(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -535,14 +535,14 @@
);
}
-core.List<core.String> buildUnnamed2811() {
+core.List<core.String> buildUnnamed2819() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2811(core.List<core.String> o) {
+void checkUnnamed2819(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -554,7 +554,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2812() {
+core.Map<core.String, core.Object> buildUnnamed2820() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -569,7 +569,7 @@
return o;
}
-void checkUnnamed2812(core.Map<core.String, core.Object> o) {
+void checkUnnamed2820(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted11 = (o['x']!) as core.Map;
unittest.expect(casted11, unittest.hasLength(3));
@@ -606,9 +606,9 @@
var o = api.Auth();
buildCounterAuth++;
if (buildCounterAuth < 3) {
- o.accessLevels = buildUnnamed2810();
- o.audiences = buildUnnamed2811();
- o.claims = buildUnnamed2812();
+ o.accessLevels = buildUnnamed2818();
+ o.audiences = buildUnnamed2819();
+ o.claims = buildUnnamed2820();
o.presenter = 'foo';
o.principal = 'foo';
}
@@ -619,9 +619,9 @@
void checkAuth(api.Auth o) {
buildCounterAuth++;
if (buildCounterAuth < 3) {
- checkUnnamed2810(o.accessLevels!);
- checkUnnamed2811(o.audiences!);
- checkUnnamed2812(o.claims!);
+ checkUnnamed2818(o.accessLevels!);
+ checkUnnamed2819(o.audiences!);
+ checkUnnamed2820(o.claims!);
unittest.expect(
o.presenter!,
unittest.equals('foo'),
@@ -634,20 +634,20 @@
buildCounterAuth--;
}
-core.List<api.ServiceAccountDelegationInfo> buildUnnamed2813() {
+core.List<api.ServiceAccountDelegationInfo> buildUnnamed2821() {
var o = <api.ServiceAccountDelegationInfo>[];
o.add(buildServiceAccountDelegationInfo());
o.add(buildServiceAccountDelegationInfo());
return o;
}
-void checkUnnamed2813(core.List<api.ServiceAccountDelegationInfo> o) {
+void checkUnnamed2821(core.List<api.ServiceAccountDelegationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkServiceAccountDelegationInfo(o[0] as api.ServiceAccountDelegationInfo);
checkServiceAccountDelegationInfo(o[1] as api.ServiceAccountDelegationInfo);
}
-core.Map<core.String, core.Object> buildUnnamed2814() {
+core.Map<core.String, core.Object> buildUnnamed2822() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -662,7 +662,7 @@
return o;
}
-void checkUnnamed2814(core.Map<core.String, core.Object> o) {
+void checkUnnamed2822(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted13 = (o['x']!) as core.Map;
unittest.expect(casted13, unittest.hasLength(3));
@@ -702,9 +702,9 @@
o.authoritySelector = 'foo';
o.principalEmail = 'foo';
o.principalSubject = 'foo';
- o.serviceAccountDelegationInfo = buildUnnamed2813();
+ o.serviceAccountDelegationInfo = buildUnnamed2821();
o.serviceAccountKeyName = 'foo';
- o.thirdPartyPrincipal = buildUnnamed2814();
+ o.thirdPartyPrincipal = buildUnnamed2822();
}
buildCounterAuthenticationInfo--;
return o;
@@ -725,12 +725,12 @@
o.principalSubject!,
unittest.equals('foo'),
);
- checkUnnamed2813(o.serviceAccountDelegationInfo!);
+ checkUnnamed2821(o.serviceAccountDelegationInfo!);
unittest.expect(
o.serviceAccountKeyName!,
unittest.equals('foo'),
);
- checkUnnamed2814(o.thirdPartyPrincipal!);
+ checkUnnamed2822(o.thirdPartyPrincipal!);
}
buildCounterAuthenticationInfo--;
}
@@ -800,14 +800,14 @@
buildCounterCheckError--;
}
-core.List<core.String> buildUnnamed2815() {
+core.List<core.String> buildUnnamed2823() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2815(core.List<core.String> o) {
+void checkUnnamed2823(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -825,7 +825,7 @@
buildCounterCheckInfo++;
if (buildCounterCheckInfo < 3) {
o.consumerInfo = buildConsumerInfo();
- o.unusedArguments = buildUnnamed2815();
+ o.unusedArguments = buildUnnamed2823();
}
buildCounterCheckInfo--;
return o;
@@ -835,7 +835,7 @@
buildCounterCheckInfo++;
if (buildCounterCheckInfo < 3) {
checkConsumerInfo(o.consumerInfo! as api.ConsumerInfo);
- checkUnnamed2815(o.unusedArguments!);
+ checkUnnamed2823(o.unusedArguments!);
}
buildCounterCheckInfo--;
}
@@ -868,14 +868,14 @@
buildCounterCheckRequest--;
}
-core.List<api.CheckError> buildUnnamed2816() {
+core.List<api.CheckError> buildUnnamed2824() {
var o = <api.CheckError>[];
o.add(buildCheckError());
o.add(buildCheckError());
return o;
}
-void checkUnnamed2816(core.List<api.CheckError> o) {
+void checkUnnamed2824(core.List<api.CheckError> o) {
unittest.expect(o, unittest.hasLength(2));
checkCheckError(o[0] as api.CheckError);
checkCheckError(o[1] as api.CheckError);
@@ -886,7 +886,7 @@
var o = api.CheckResponse();
buildCounterCheckResponse++;
if (buildCounterCheckResponse < 3) {
- o.checkErrors = buildUnnamed2816();
+ o.checkErrors = buildUnnamed2824();
o.checkInfo = buildCheckInfo();
o.operationId = 'foo';
o.quotaInfo = buildQuotaInfo();
@@ -900,7 +900,7 @@
void checkCheckResponse(api.CheckResponse o) {
buildCounterCheckResponse++;
if (buildCounterCheckResponse < 3) {
- checkUnnamed2816(o.checkErrors!);
+ checkUnnamed2824(o.checkErrors!);
checkCheckInfo(o.checkInfo! as api.CheckInfo);
unittest.expect(
o.operationId!,
@@ -951,14 +951,14 @@
buildCounterConsumerInfo--;
}
-core.List<core.String> buildUnnamed2817() {
+core.List<core.String> buildUnnamed2825() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2817(core.List<core.String> o) {
+void checkUnnamed2825(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -970,14 +970,14 @@
);
}
-core.List<api.Exemplar> buildUnnamed2818() {
+core.List<api.Exemplar> buildUnnamed2826() {
var o = <api.Exemplar>[];
o.add(buildExemplar());
o.add(buildExemplar());
return o;
}
-void checkUnnamed2818(core.List<api.Exemplar> o) {
+void checkUnnamed2826(core.List<api.Exemplar> o) {
unittest.expect(o, unittest.hasLength(2));
checkExemplar(o[0] as api.Exemplar);
checkExemplar(o[1] as api.Exemplar);
@@ -988,9 +988,9 @@
var o = api.Distribution();
buildCounterDistribution++;
if (buildCounterDistribution < 3) {
- o.bucketCounts = buildUnnamed2817();
+ o.bucketCounts = buildUnnamed2825();
o.count = 'foo';
- o.exemplars = buildUnnamed2818();
+ o.exemplars = buildUnnamed2826();
o.explicitBuckets = buildExplicitBuckets();
o.exponentialBuckets = buildExponentialBuckets();
o.linearBuckets = buildLinearBuckets();
@@ -1006,12 +1006,12 @@
void checkDistribution(api.Distribution o) {
buildCounterDistribution++;
if (buildCounterDistribution < 3) {
- checkUnnamed2817(o.bucketCounts!);
+ checkUnnamed2825(o.bucketCounts!);
unittest.expect(
o.count!,
unittest.equals('foo'),
);
- checkUnnamed2818(o.exemplars!);
+ checkUnnamed2826(o.exemplars!);
checkExplicitBuckets(o.explicitBuckets! as api.ExplicitBuckets);
checkExponentialBuckets(o.exponentialBuckets! as api.ExponentialBuckets);
checkLinearBuckets(o.linearBuckets! as api.LinearBuckets);
@@ -1035,7 +1035,7 @@
buildCounterDistribution--;
}
-core.Map<core.String, core.Object> buildUnnamed2819() {
+core.Map<core.String, core.Object> buildUnnamed2827() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1050,7 +1050,7 @@
return o;
}
-void checkUnnamed2819(core.Map<core.String, core.Object> o) {
+void checkUnnamed2827(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted15 = (o['x']!) as core.Map;
unittest.expect(casted15, unittest.hasLength(3));
@@ -1082,17 +1082,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2820() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2828() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2819());
- o.add(buildUnnamed2819());
+ o.add(buildUnnamed2827());
+ o.add(buildUnnamed2827());
return o;
}
-void checkUnnamed2820(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2828(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2819(o[0]);
- checkUnnamed2819(o[1]);
+ checkUnnamed2827(o[0]);
+ checkUnnamed2827(o[1]);
}
core.int buildCounterExemplar = 0;
@@ -1100,7 +1100,7 @@
var o = api.Exemplar();
buildCounterExemplar++;
if (buildCounterExemplar < 3) {
- o.attachments = buildUnnamed2820();
+ o.attachments = buildUnnamed2828();
o.timestamp = 'foo';
o.value = 42.0;
}
@@ -1111,7 +1111,7 @@
void checkExemplar(api.Exemplar o) {
buildCounterExemplar++;
if (buildCounterExemplar < 3) {
- checkUnnamed2820(o.attachments!);
+ checkUnnamed2828(o.attachments!);
unittest.expect(
o.timestamp!,
unittest.equals('foo'),
@@ -1124,14 +1124,14 @@
buildCounterExemplar--;
}
-core.List<core.double> buildUnnamed2821() {
+core.List<core.double> buildUnnamed2829() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed2821(core.List<core.double> o) {
+void checkUnnamed2829(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1148,7 +1148,7 @@
var o = api.ExplicitBuckets();
buildCounterExplicitBuckets++;
if (buildCounterExplicitBuckets < 3) {
- o.bounds = buildUnnamed2821();
+ o.bounds = buildUnnamed2829();
}
buildCounterExplicitBuckets--;
return o;
@@ -1157,7 +1157,7 @@
void checkExplicitBuckets(api.ExplicitBuckets o) {
buildCounterExplicitBuckets++;
if (buildCounterExplicitBuckets < 3) {
- checkUnnamed2821(o.bounds!);
+ checkUnnamed2829(o.bounds!);
}
buildCounterExplicitBuckets--;
}
@@ -1194,7 +1194,7 @@
buildCounterExponentialBuckets--;
}
-core.Map<core.String, core.Object> buildUnnamed2822() {
+core.Map<core.String, core.Object> buildUnnamed2830() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1209,7 +1209,7 @@
return o;
}
-void checkUnnamed2822(core.Map<core.String, core.Object> o) {
+void checkUnnamed2830(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted17 = (o['x']!) as core.Map;
unittest.expect(casted17, unittest.hasLength(3));
@@ -1247,7 +1247,7 @@
buildCounterFirstPartyPrincipal++;
if (buildCounterFirstPartyPrincipal < 3) {
o.principalEmail = 'foo';
- o.serviceMetadata = buildUnnamed2822();
+ o.serviceMetadata = buildUnnamed2830();
}
buildCounterFirstPartyPrincipal--;
return o;
@@ -1260,7 +1260,7 @@
o.principalEmail!,
unittest.equals('foo'),
);
- checkUnnamed2822(o.serviceMetadata!);
+ checkUnnamed2830(o.serviceMetadata!);
}
buildCounterFirstPartyPrincipal--;
}
@@ -1380,14 +1380,14 @@
buildCounterLinearBuckets--;
}
-core.Map<core.String, core.String> buildUnnamed2823() {
+core.Map<core.String, core.String> buildUnnamed2831() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2823(core.Map<core.String, core.String> o) {
+void checkUnnamed2831(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1399,7 +1399,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2824() {
+core.Map<core.String, core.Object> buildUnnamed2832() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1414,7 +1414,7 @@
return o;
}
-void checkUnnamed2824(core.Map<core.String, core.Object> o) {
+void checkUnnamed2832(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted19 = (o['x']!) as core.Map;
unittest.expect(casted19, unittest.hasLength(3));
@@ -1446,7 +1446,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed2825() {
+core.Map<core.String, core.Object> buildUnnamed2833() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1461,7 +1461,7 @@
return o;
}
-void checkUnnamed2825(core.Map<core.String, core.Object> o) {
+void checkUnnamed2833(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted21 = (o['x']!) as core.Map;
unittest.expect(casted21, unittest.hasLength(3));
@@ -1500,13 +1500,13 @@
if (buildCounterLogEntry < 3) {
o.httpRequest = buildHttpRequest();
o.insertId = 'foo';
- o.labels = buildUnnamed2823();
+ o.labels = buildUnnamed2831();
o.name = 'foo';
o.operation = buildLogEntryOperation();
- o.protoPayload = buildUnnamed2824();
+ o.protoPayload = buildUnnamed2832();
o.severity = 'foo';
o.sourceLocation = buildLogEntrySourceLocation();
- o.structPayload = buildUnnamed2825();
+ o.structPayload = buildUnnamed2833();
o.textPayload = 'foo';
o.timestamp = 'foo';
o.trace = 'foo';
@@ -1523,20 +1523,20 @@
o.insertId!,
unittest.equals('foo'),
);
- checkUnnamed2823(o.labels!);
+ checkUnnamed2831(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
checkLogEntryOperation(o.operation! as api.LogEntryOperation);
- checkUnnamed2824(o.protoPayload!);
+ checkUnnamed2832(o.protoPayload!);
unittest.expect(
o.severity!,
unittest.equals('foo'),
);
checkLogEntrySourceLocation(
o.sourceLocation! as api.LogEntrySourceLocation);
- checkUnnamed2825(o.structPayload!);
+ checkUnnamed2833(o.structPayload!);
unittest.expect(
o.textPayload!,
unittest.equals('foo'),
@@ -1616,14 +1616,14 @@
buildCounterLogEntrySourceLocation--;
}
-core.Map<core.String, core.String> buildUnnamed2826() {
+core.Map<core.String, core.String> buildUnnamed2834() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2826(core.Map<core.String, core.String> o) {
+void checkUnnamed2834(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1645,7 +1645,7 @@
o.doubleValue = 42.0;
o.endTime = 'foo';
o.int64Value = 'foo';
- o.labels = buildUnnamed2826();
+ o.labels = buildUnnamed2834();
o.moneyValue = buildMoney();
o.startTime = 'foo';
o.stringValue = 'foo';
@@ -1671,7 +1671,7 @@
o.int64Value!,
unittest.equals('foo'),
);
- checkUnnamed2826(o.labels!);
+ checkUnnamed2834(o.labels!);
checkMoney(o.moneyValue! as api.Money);
unittest.expect(
o.startTime!,
@@ -1685,14 +1685,14 @@
buildCounterMetricValue--;
}
-core.List<api.MetricValue> buildUnnamed2827() {
+core.List<api.MetricValue> buildUnnamed2835() {
var o = <api.MetricValue>[];
o.add(buildMetricValue());
o.add(buildMetricValue());
return o;
}
-void checkUnnamed2827(core.List<api.MetricValue> o) {
+void checkUnnamed2835(core.List<api.MetricValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricValue(o[0] as api.MetricValue);
checkMetricValue(o[1] as api.MetricValue);
@@ -1704,7 +1704,7 @@
buildCounterMetricValueSet++;
if (buildCounterMetricValueSet < 3) {
o.metricName = 'foo';
- o.metricValues = buildUnnamed2827();
+ o.metricValues = buildUnnamed2835();
}
buildCounterMetricValueSet--;
return o;
@@ -1717,7 +1717,7 @@
o.metricName!,
unittest.equals('foo'),
);
- checkUnnamed2827(o.metricValues!);
+ checkUnnamed2835(o.metricValues!);
}
buildCounterMetricValueSet--;
}
@@ -1754,7 +1754,7 @@
buildCounterMoney--;
}
-core.Map<core.String, core.Object> buildUnnamed2828() {
+core.Map<core.String, core.Object> buildUnnamed2836() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1769,7 +1769,7 @@
return o;
}
-void checkUnnamed2828(core.Map<core.String, core.Object> o) {
+void checkUnnamed2836(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted23 = (o['x']!) as core.Map;
unittest.expect(casted23, unittest.hasLength(3));
@@ -1801,27 +1801,27 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2829() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2837() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2828());
- o.add(buildUnnamed2828());
+ o.add(buildUnnamed2836());
+ o.add(buildUnnamed2836());
return o;
}
-void checkUnnamed2829(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2837(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2828(o[0]);
- checkUnnamed2828(o[1]);
+ checkUnnamed2836(o[0]);
+ checkUnnamed2836(o[1]);
}
-core.Map<core.String, core.String> buildUnnamed2830() {
+core.Map<core.String, core.String> buildUnnamed2838() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2830(core.Map<core.String, core.String> o) {
+void checkUnnamed2838(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1833,66 +1833,66 @@
);
}
-core.List<api.LogEntry> buildUnnamed2831() {
+core.List<api.LogEntry> buildUnnamed2839() {
var o = <api.LogEntry>[];
o.add(buildLogEntry());
o.add(buildLogEntry());
return o;
}
-void checkUnnamed2831(core.List<api.LogEntry> o) {
+void checkUnnamed2839(core.List<api.LogEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogEntry(o[0] as api.LogEntry);
checkLogEntry(o[1] as api.LogEntry);
}
-core.List<api.MetricValueSet> buildUnnamed2832() {
+core.List<api.MetricValueSet> buildUnnamed2840() {
var o = <api.MetricValueSet>[];
o.add(buildMetricValueSet());
o.add(buildMetricValueSet());
return o;
}
-void checkUnnamed2832(core.List<api.MetricValueSet> o) {
+void checkUnnamed2840(core.List<api.MetricValueSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricValueSet(o[0] as api.MetricValueSet);
checkMetricValueSet(o[1] as api.MetricValueSet);
}
-core.List<api.ResourceInfo> buildUnnamed2833() {
+core.List<api.ResourceInfo> buildUnnamed2841() {
var o = <api.ResourceInfo>[];
o.add(buildResourceInfo());
o.add(buildResourceInfo());
return o;
}
-void checkUnnamed2833(core.List<api.ResourceInfo> o) {
+void checkUnnamed2841(core.List<api.ResourceInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceInfo(o[0] as api.ResourceInfo);
checkResourceInfo(o[1] as api.ResourceInfo);
}
-core.List<api.TraceSpan> buildUnnamed2834() {
+core.List<api.TraceSpan> buildUnnamed2842() {
var o = <api.TraceSpan>[];
o.add(buildTraceSpan());
o.add(buildTraceSpan());
return o;
}
-void checkUnnamed2834(core.List<api.TraceSpan> o) {
+void checkUnnamed2842(core.List<api.TraceSpan> o) {
unittest.expect(o, unittest.hasLength(2));
checkTraceSpan(o[0] as api.TraceSpan);
checkTraceSpan(o[1] as api.TraceSpan);
}
-core.Map<core.String, core.String> buildUnnamed2835() {
+core.Map<core.String, core.String> buildUnnamed2843() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2835(core.Map<core.String, core.String> o) {
+void checkUnnamed2843(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1911,18 +1911,18 @@
if (buildCounterOperation < 3) {
o.consumerId = 'foo';
o.endTime = 'foo';
- o.extensions = buildUnnamed2829();
+ o.extensions = buildUnnamed2837();
o.importance = 'foo';
- o.labels = buildUnnamed2830();
- o.logEntries = buildUnnamed2831();
- o.metricValueSets = buildUnnamed2832();
+ o.labels = buildUnnamed2838();
+ o.logEntries = buildUnnamed2839();
+ o.metricValueSets = buildUnnamed2840();
o.operationId = 'foo';
o.operationName = 'foo';
o.quotaProperties = buildQuotaProperties();
- o.resources = buildUnnamed2833();
+ o.resources = buildUnnamed2841();
o.startTime = 'foo';
- o.traceSpans = buildUnnamed2834();
- o.userLabels = buildUnnamed2835();
+ o.traceSpans = buildUnnamed2842();
+ o.userLabels = buildUnnamed2843();
}
buildCounterOperation--;
return o;
@@ -1939,14 +1939,14 @@
o.endTime!,
unittest.equals('foo'),
);
- checkUnnamed2829(o.extensions!);
+ checkUnnamed2837(o.extensions!);
unittest.expect(
o.importance!,
unittest.equals('foo'),
);
- checkUnnamed2830(o.labels!);
- checkUnnamed2831(o.logEntries!);
- checkUnnamed2832(o.metricValueSets!);
+ checkUnnamed2838(o.labels!);
+ checkUnnamed2839(o.logEntries!);
+ checkUnnamed2840(o.metricValueSets!);
unittest.expect(
o.operationId!,
unittest.equals('foo'),
@@ -1956,25 +1956,25 @@
unittest.equals('foo'),
);
checkQuotaProperties(o.quotaProperties! as api.QuotaProperties);
- checkUnnamed2833(o.resources!);
+ checkUnnamed2841(o.resources!);
unittest.expect(
o.startTime!,
unittest.equals('foo'),
);
- checkUnnamed2834(o.traceSpans!);
- checkUnnamed2835(o.userLabels!);
+ checkUnnamed2842(o.traceSpans!);
+ checkUnnamed2843(o.userLabels!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.String> buildUnnamed2836() {
+core.Map<core.String, core.String> buildUnnamed2844() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2836(core.Map<core.String, core.String> o) {
+void checkUnnamed2844(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1992,7 +1992,7 @@
buildCounterPeer++;
if (buildCounterPeer < 3) {
o.ip = 'foo';
- o.labels = buildUnnamed2836();
+ o.labels = buildUnnamed2844();
o.port = 'foo';
o.principal = 'foo';
o.regionCode = 'foo';
@@ -2008,7 +2008,7 @@
o.ip!,
unittest.equals('foo'),
);
- checkUnnamed2836(o.labels!);
+ checkUnnamed2844(o.labels!);
unittest.expect(
o.port!,
unittest.equals('foo'),
@@ -2059,14 +2059,14 @@
buildCounterQuotaError--;
}
-core.List<core.String> buildUnnamed2837() {
+core.List<core.String> buildUnnamed2845() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2837(core.List<core.String> o) {
+void checkUnnamed2845(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2078,14 +2078,14 @@
);
}
-core.Map<core.String, core.int> buildUnnamed2838() {
+core.Map<core.String, core.int> buildUnnamed2846() {
var o = <core.String, core.int>{};
o['x'] = 42;
o['y'] = 42;
return o;
}
-void checkUnnamed2838(core.Map<core.String, core.int> o) {
+void checkUnnamed2846(core.Map<core.String, core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2097,14 +2097,14 @@
);
}
-core.List<api.MetricValueSet> buildUnnamed2839() {
+core.List<api.MetricValueSet> buildUnnamed2847() {
var o = <api.MetricValueSet>[];
o.add(buildMetricValueSet());
o.add(buildMetricValueSet());
return o;
}
-void checkUnnamed2839(core.List<api.MetricValueSet> o) {
+void checkUnnamed2847(core.List<api.MetricValueSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricValueSet(o[0] as api.MetricValueSet);
checkMetricValueSet(o[1] as api.MetricValueSet);
@@ -2115,9 +2115,9 @@
var o = api.QuotaInfo();
buildCounterQuotaInfo++;
if (buildCounterQuotaInfo < 3) {
- o.limitExceeded = buildUnnamed2837();
- o.quotaConsumed = buildUnnamed2838();
- o.quotaMetrics = buildUnnamed2839();
+ o.limitExceeded = buildUnnamed2845();
+ o.quotaConsumed = buildUnnamed2846();
+ o.quotaMetrics = buildUnnamed2847();
}
buildCounterQuotaInfo--;
return o;
@@ -2126,21 +2126,21 @@
void checkQuotaInfo(api.QuotaInfo o) {
buildCounterQuotaInfo++;
if (buildCounterQuotaInfo < 3) {
- checkUnnamed2837(o.limitExceeded!);
- checkUnnamed2838(o.quotaConsumed!);
- checkUnnamed2839(o.quotaMetrics!);
+ checkUnnamed2845(o.limitExceeded!);
+ checkUnnamed2846(o.quotaConsumed!);
+ checkUnnamed2847(o.quotaMetrics!);
}
buildCounterQuotaInfo--;
}
-core.Map<core.String, core.String> buildUnnamed2840() {
+core.Map<core.String, core.String> buildUnnamed2848() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2840(core.Map<core.String, core.String> o) {
+void checkUnnamed2848(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2152,14 +2152,14 @@
);
}
-core.List<api.MetricValueSet> buildUnnamed2841() {
+core.List<api.MetricValueSet> buildUnnamed2849() {
var o = <api.MetricValueSet>[];
o.add(buildMetricValueSet());
o.add(buildMetricValueSet());
return o;
}
-void checkUnnamed2841(core.List<api.MetricValueSet> o) {
+void checkUnnamed2849(core.List<api.MetricValueSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricValueSet(o[0] as api.MetricValueSet);
checkMetricValueSet(o[1] as api.MetricValueSet);
@@ -2171,10 +2171,10 @@
buildCounterQuotaOperation++;
if (buildCounterQuotaOperation < 3) {
o.consumerId = 'foo';
- o.labels = buildUnnamed2840();
+ o.labels = buildUnnamed2848();
o.methodName = 'foo';
o.operationId = 'foo';
- o.quotaMetrics = buildUnnamed2841();
+ o.quotaMetrics = buildUnnamed2849();
o.quotaMode = 'foo';
}
buildCounterQuotaOperation--;
@@ -2188,7 +2188,7 @@
o.consumerId!,
unittest.equals('foo'),
);
- checkUnnamed2840(o.labels!);
+ checkUnnamed2848(o.labels!);
unittest.expect(
o.methodName!,
unittest.equals('foo'),
@@ -2197,7 +2197,7 @@
o.operationId!,
unittest.equals('foo'),
);
- checkUnnamed2841(o.quotaMetrics!);
+ checkUnnamed2849(o.quotaMetrics!);
unittest.expect(
o.quotaMode!,
unittest.equals('foo'),
@@ -2252,14 +2252,14 @@
buildCounterReportError--;
}
-core.List<api.Operation> buildUnnamed2842() {
+core.List<api.Operation> buildUnnamed2850() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed2842(core.List<api.Operation> o) {
+void checkUnnamed2850(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -2270,7 +2270,7 @@
var o = api.ReportRequest();
buildCounterReportRequest++;
if (buildCounterReportRequest < 3) {
- o.operations = buildUnnamed2842();
+ o.operations = buildUnnamed2850();
o.serviceConfigId = 'foo';
}
buildCounterReportRequest--;
@@ -2280,7 +2280,7 @@
void checkReportRequest(api.ReportRequest o) {
buildCounterReportRequest++;
if (buildCounterReportRequest < 3) {
- checkUnnamed2842(o.operations!);
+ checkUnnamed2850(o.operations!);
unittest.expect(
o.serviceConfigId!,
unittest.equals('foo'),
@@ -2289,14 +2289,14 @@
buildCounterReportRequest--;
}
-core.List<api.ReportError> buildUnnamed2843() {
+core.List<api.ReportError> buildUnnamed2851() {
var o = <api.ReportError>[];
o.add(buildReportError());
o.add(buildReportError());
return o;
}
-void checkUnnamed2843(core.List<api.ReportError> o) {
+void checkUnnamed2851(core.List<api.ReportError> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportError(o[0] as api.ReportError);
checkReportError(o[1] as api.ReportError);
@@ -2307,7 +2307,7 @@
var o = api.ReportResponse();
buildCounterReportResponse++;
if (buildCounterReportResponse < 3) {
- o.reportErrors = buildUnnamed2843();
+ o.reportErrors = buildUnnamed2851();
o.serviceConfigId = 'foo';
o.serviceRolloutId = 'foo';
}
@@ -2318,7 +2318,7 @@
void checkReportResponse(api.ReportResponse o) {
buildCounterReportResponse++;
if (buildCounterReportResponse < 3) {
- checkUnnamed2843(o.reportErrors!);
+ checkUnnamed2851(o.reportErrors!);
unittest.expect(
o.serviceConfigId!,
unittest.equals('foo'),
@@ -2331,14 +2331,14 @@
buildCounterReportResponse--;
}
-core.Map<core.String, core.String> buildUnnamed2844() {
+core.Map<core.String, core.String> buildUnnamed2852() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2844(core.Map<core.String, core.String> o) {
+void checkUnnamed2852(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2356,7 +2356,7 @@
buildCounterRequest++;
if (buildCounterRequest < 3) {
o.auth = buildAuth();
- o.headers = buildUnnamed2844();
+ o.headers = buildUnnamed2852();
o.host = 'foo';
o.id = 'foo';
o.method = 'foo';
@@ -2376,7 +2376,7 @@
buildCounterRequest++;
if (buildCounterRequest < 3) {
checkAuth(o.auth! as api.Auth);
- checkUnnamed2844(o.headers!);
+ checkUnnamed2852(o.headers!);
unittest.expect(
o.host!,
unittest.equals('foo'),
@@ -2457,14 +2457,14 @@
buildCounterRequestMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed2845() {
+core.Map<core.String, core.String> buildUnnamed2853() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2845(core.Map<core.String, core.String> o) {
+void checkUnnamed2853(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2476,14 +2476,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed2846() {
+core.Map<core.String, core.String> buildUnnamed2854() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2846(core.Map<core.String, core.String> o) {
+void checkUnnamed2854(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2500,12 +2500,12 @@
var o = api.Resource();
buildCounterResource++;
if (buildCounterResource < 3) {
- o.annotations = buildUnnamed2845();
+ o.annotations = buildUnnamed2853();
o.createTime = 'foo';
o.deleteTime = 'foo';
o.displayName = 'foo';
o.etag = 'foo';
- o.labels = buildUnnamed2846();
+ o.labels = buildUnnamed2854();
o.location = 'foo';
o.name = 'foo';
o.service = 'foo';
@@ -2520,7 +2520,7 @@
void checkResource(api.Resource o) {
buildCounterResource++;
if (buildCounterResource < 3) {
- checkUnnamed2845(o.annotations!);
+ checkUnnamed2853(o.annotations!);
unittest.expect(
o.createTime!,
unittest.equals('foo'),
@@ -2537,7 +2537,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed2846(o.labels!);
+ checkUnnamed2854(o.labels!);
unittest.expect(
o.location!,
unittest.equals('foo'),
@@ -2598,14 +2598,14 @@
buildCounterResourceInfo--;
}
-core.List<core.String> buildUnnamed2847() {
+core.List<core.String> buildUnnamed2855() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2847(core.List<core.String> o) {
+void checkUnnamed2855(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2617,14 +2617,14 @@
);
}
-core.List<core.String> buildUnnamed2848() {
+core.List<core.String> buildUnnamed2856() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2848(core.List<core.String> o) {
+void checkUnnamed2856(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2641,8 +2641,8 @@
var o = api.ResourceLocation();
buildCounterResourceLocation++;
if (buildCounterResourceLocation < 3) {
- o.currentLocations = buildUnnamed2847();
- o.originalLocations = buildUnnamed2848();
+ o.currentLocations = buildUnnamed2855();
+ o.originalLocations = buildUnnamed2856();
}
buildCounterResourceLocation--;
return o;
@@ -2651,8 +2651,8 @@
void checkResourceLocation(api.ResourceLocation o) {
buildCounterResourceLocation++;
if (buildCounterResourceLocation < 3) {
- checkUnnamed2847(o.currentLocations!);
- checkUnnamed2848(o.originalLocations!);
+ checkUnnamed2855(o.currentLocations!);
+ checkUnnamed2856(o.originalLocations!);
}
buildCounterResourceLocation--;
}
@@ -2705,7 +2705,7 @@
buildCounterSpanContext--;
}
-core.Map<core.String, core.Object> buildUnnamed2849() {
+core.Map<core.String, core.Object> buildUnnamed2857() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2720,7 +2720,7 @@
return o;
}
-void checkUnnamed2849(core.Map<core.String, core.Object> o) {
+void checkUnnamed2857(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted25 = (o['x']!) as core.Map;
unittest.expect(casted25, unittest.hasLength(3));
@@ -2752,17 +2752,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2850() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2858() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2849());
- o.add(buildUnnamed2849());
+ o.add(buildUnnamed2857());
+ o.add(buildUnnamed2857());
return o;
}
-void checkUnnamed2850(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2858(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2849(o[0]);
- checkUnnamed2849(o[1]);
+ checkUnnamed2857(o[0]);
+ checkUnnamed2857(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2771,7 +2771,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2850();
+ o.details = buildUnnamed2858();
o.message = 'foo';
}
buildCounterStatus--;
@@ -2785,7 +2785,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2850(o.details!);
+ checkUnnamed2858(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2794,7 +2794,7 @@
buildCounterStatus--;
}
-core.Map<core.String, core.Object> buildUnnamed2851() {
+core.Map<core.String, core.Object> buildUnnamed2859() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2809,7 +2809,7 @@
return o;
}
-void checkUnnamed2851(core.Map<core.String, core.Object> o) {
+void checkUnnamed2859(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted27 = (o['x']!) as core.Map;
unittest.expect(casted27, unittest.hasLength(3));
@@ -2846,7 +2846,7 @@
var o = api.ThirdPartyPrincipal();
buildCounterThirdPartyPrincipal++;
if (buildCounterThirdPartyPrincipal < 3) {
- o.thirdPartyClaims = buildUnnamed2851();
+ o.thirdPartyClaims = buildUnnamed2859();
}
buildCounterThirdPartyPrincipal--;
return o;
@@ -2855,7 +2855,7 @@
void checkThirdPartyPrincipal(api.ThirdPartyPrincipal o) {
buildCounterThirdPartyPrincipal++;
if (buildCounterThirdPartyPrincipal < 3) {
- checkUnnamed2851(o.thirdPartyClaims!);
+ checkUnnamed2859(o.thirdPartyClaims!);
}
buildCounterThirdPartyPrincipal--;
}
diff --git a/generated/googleapis/test/servicecontrol/v2_test.dart b/generated/googleapis/test/servicecontrol/v2_test.dart
index 5878db7..65fcb07 100644
--- a/generated/googleapis/test/servicecontrol/v2_test.dart
+++ b/generated/googleapis/test/servicecontrol/v2_test.dart
@@ -64,7 +64,7 @@
buildCounterApi--;
}
-core.Map<core.String, core.Object> buildUnnamed4881() {
+core.Map<core.String, core.Object> buildUnnamed4924() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -79,7 +79,7 @@
return o;
}
-void checkUnnamed4881(core.Map<core.String, core.Object> o) {
+void checkUnnamed4924(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -111,17 +111,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4882() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4925() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4881());
- o.add(buildUnnamed4881());
+ o.add(buildUnnamed4924());
+ o.add(buildUnnamed4924());
return o;
}
-void checkUnnamed4882(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4925(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4881(o[0]);
- checkUnnamed4881(o[1]);
+ checkUnnamed4924(o[0]);
+ checkUnnamed4924(o[1]);
}
core.int buildCounterAttributeContext = 0;
@@ -131,7 +131,7 @@
if (buildCounterAttributeContext < 3) {
o.api = buildApi();
o.destination = buildPeer();
- o.extensions = buildUnnamed4882();
+ o.extensions = buildUnnamed4925();
o.origin = buildPeer();
o.request = buildRequest();
o.resource = buildResource();
@@ -147,7 +147,7 @@
if (buildCounterAttributeContext < 3) {
checkApi(o.api! as api.Api);
checkPeer(o.destination! as api.Peer);
- checkUnnamed4882(o.extensions!);
+ checkUnnamed4925(o.extensions!);
checkPeer(o.origin! as api.Peer);
checkRequest(o.request! as api.Request);
checkResource(o.resource! as api.Resource);
@@ -157,20 +157,20 @@
buildCounterAttributeContext--;
}
-core.List<api.AuthorizationInfo> buildUnnamed4883() {
+core.List<api.AuthorizationInfo> buildUnnamed4926() {
var o = <api.AuthorizationInfo>[];
o.add(buildAuthorizationInfo());
o.add(buildAuthorizationInfo());
return o;
}
-void checkUnnamed4883(core.List<api.AuthorizationInfo> o) {
+void checkUnnamed4926(core.List<api.AuthorizationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthorizationInfo(o[0] as api.AuthorizationInfo);
checkAuthorizationInfo(o[1] as api.AuthorizationInfo);
}
-core.Map<core.String, core.Object> buildUnnamed4884() {
+core.Map<core.String, core.Object> buildUnnamed4927() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -185,7 +185,7 @@
return o;
}
-void checkUnnamed4884(core.Map<core.String, core.Object> o) {
+void checkUnnamed4927(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -217,7 +217,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4885() {
+core.Map<core.String, core.Object> buildUnnamed4928() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -232,7 +232,7 @@
return o;
}
-void checkUnnamed4885(core.Map<core.String, core.Object> o) {
+void checkUnnamed4928(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -264,7 +264,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4886() {
+core.Map<core.String, core.Object> buildUnnamed4929() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -279,7 +279,7 @@
return o;
}
-void checkUnnamed4886(core.Map<core.String, core.Object> o) {
+void checkUnnamed4929(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -311,7 +311,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4887() {
+core.Map<core.String, core.Object> buildUnnamed4930() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -326,7 +326,7 @@
return o;
}
-void checkUnnamed4887(core.Map<core.String, core.Object> o) {
+void checkUnnamed4930(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -358,7 +358,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4888() {
+core.Map<core.String, core.Object> buildUnnamed4931() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -373,7 +373,7 @@
return o;
}
-void checkUnnamed4888(core.Map<core.String, core.Object> o) {
+void checkUnnamed4931(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted11 = (o['x']!) as core.Map;
unittest.expect(casted11, unittest.hasLength(3));
@@ -411,17 +411,17 @@
buildCounterAuditLog++;
if (buildCounterAuditLog < 3) {
o.authenticationInfo = buildAuthenticationInfo();
- o.authorizationInfo = buildUnnamed4883();
- o.metadata = buildUnnamed4884();
+ o.authorizationInfo = buildUnnamed4926();
+ o.metadata = buildUnnamed4927();
o.methodName = 'foo';
o.numResponseItems = 'foo';
- o.request = buildUnnamed4885();
+ o.request = buildUnnamed4928();
o.requestMetadata = buildRequestMetadata();
o.resourceLocation = buildResourceLocation();
o.resourceName = 'foo';
- o.resourceOriginalState = buildUnnamed4886();
- o.response = buildUnnamed4887();
- o.serviceData = buildUnnamed4888();
+ o.resourceOriginalState = buildUnnamed4929();
+ o.response = buildUnnamed4930();
+ o.serviceData = buildUnnamed4931();
o.serviceName = 'foo';
o.status = buildStatus();
}
@@ -433,8 +433,8 @@
buildCounterAuditLog++;
if (buildCounterAuditLog < 3) {
checkAuthenticationInfo(o.authenticationInfo! as api.AuthenticationInfo);
- checkUnnamed4883(o.authorizationInfo!);
- checkUnnamed4884(o.metadata!);
+ checkUnnamed4926(o.authorizationInfo!);
+ checkUnnamed4927(o.metadata!);
unittest.expect(
o.methodName!,
unittest.equals('foo'),
@@ -443,16 +443,16 @@
o.numResponseItems!,
unittest.equals('foo'),
);
- checkUnnamed4885(o.request!);
+ checkUnnamed4928(o.request!);
checkRequestMetadata(o.requestMetadata! as api.RequestMetadata);
checkResourceLocation(o.resourceLocation! as api.ResourceLocation);
unittest.expect(
o.resourceName!,
unittest.equals('foo'),
);
- checkUnnamed4886(o.resourceOriginalState!);
- checkUnnamed4887(o.response!);
- checkUnnamed4888(o.serviceData!);
+ checkUnnamed4929(o.resourceOriginalState!);
+ checkUnnamed4930(o.response!);
+ checkUnnamed4931(o.serviceData!);
unittest.expect(
o.serviceName!,
unittest.equals('foo'),
@@ -462,14 +462,14 @@
buildCounterAuditLog--;
}
-core.List<core.String> buildUnnamed4889() {
+core.List<core.String> buildUnnamed4932() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4889(core.List<core.String> o) {
+void checkUnnamed4932(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -481,14 +481,14 @@
);
}
-core.List<core.String> buildUnnamed4890() {
+core.List<core.String> buildUnnamed4933() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4890(core.List<core.String> o) {
+void checkUnnamed4933(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -500,7 +500,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4891() {
+core.Map<core.String, core.Object> buildUnnamed4934() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -515,7 +515,7 @@
return o;
}
-void checkUnnamed4891(core.Map<core.String, core.Object> o) {
+void checkUnnamed4934(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted13 = (o['x']!) as core.Map;
unittest.expect(casted13, unittest.hasLength(3));
@@ -552,9 +552,9 @@
var o = api.Auth();
buildCounterAuth++;
if (buildCounterAuth < 3) {
- o.accessLevels = buildUnnamed4889();
- o.audiences = buildUnnamed4890();
- o.claims = buildUnnamed4891();
+ o.accessLevels = buildUnnamed4932();
+ o.audiences = buildUnnamed4933();
+ o.claims = buildUnnamed4934();
o.presenter = 'foo';
o.principal = 'foo';
}
@@ -565,9 +565,9 @@
void checkAuth(api.Auth o) {
buildCounterAuth++;
if (buildCounterAuth < 3) {
- checkUnnamed4889(o.accessLevels!);
- checkUnnamed4890(o.audiences!);
- checkUnnamed4891(o.claims!);
+ checkUnnamed4932(o.accessLevels!);
+ checkUnnamed4933(o.audiences!);
+ checkUnnamed4934(o.claims!);
unittest.expect(
o.presenter!,
unittest.equals('foo'),
@@ -580,20 +580,20 @@
buildCounterAuth--;
}
-core.List<api.ServiceAccountDelegationInfo> buildUnnamed4892() {
+core.List<api.ServiceAccountDelegationInfo> buildUnnamed4935() {
var o = <api.ServiceAccountDelegationInfo>[];
o.add(buildServiceAccountDelegationInfo());
o.add(buildServiceAccountDelegationInfo());
return o;
}
-void checkUnnamed4892(core.List<api.ServiceAccountDelegationInfo> o) {
+void checkUnnamed4935(core.List<api.ServiceAccountDelegationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkServiceAccountDelegationInfo(o[0] as api.ServiceAccountDelegationInfo);
checkServiceAccountDelegationInfo(o[1] as api.ServiceAccountDelegationInfo);
}
-core.Map<core.String, core.Object> buildUnnamed4893() {
+core.Map<core.String, core.Object> buildUnnamed4936() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -608,7 +608,7 @@
return o;
}
-void checkUnnamed4893(core.Map<core.String, core.Object> o) {
+void checkUnnamed4936(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted15 = (o['x']!) as core.Map;
unittest.expect(casted15, unittest.hasLength(3));
@@ -648,9 +648,9 @@
o.authoritySelector = 'foo';
o.principalEmail = 'foo';
o.principalSubject = 'foo';
- o.serviceAccountDelegationInfo = buildUnnamed4892();
+ o.serviceAccountDelegationInfo = buildUnnamed4935();
o.serviceAccountKeyName = 'foo';
- o.thirdPartyPrincipal = buildUnnamed4893();
+ o.thirdPartyPrincipal = buildUnnamed4936();
}
buildCounterAuthenticationInfo--;
return o;
@@ -671,12 +671,12 @@
o.principalSubject!,
unittest.equals('foo'),
);
- checkUnnamed4892(o.serviceAccountDelegationInfo!);
+ checkUnnamed4935(o.serviceAccountDelegationInfo!);
unittest.expect(
o.serviceAccountKeyName!,
unittest.equals('foo'),
);
- checkUnnamed4893(o.thirdPartyPrincipal!);
+ checkUnnamed4936(o.thirdPartyPrincipal!);
}
buildCounterAuthenticationInfo--;
}
@@ -712,14 +712,14 @@
buildCounterAuthorizationInfo--;
}
-core.List<api.ResourceInfo> buildUnnamed4894() {
+core.List<api.ResourceInfo> buildUnnamed4937() {
var o = <api.ResourceInfo>[];
o.add(buildResourceInfo());
o.add(buildResourceInfo());
return o;
}
-void checkUnnamed4894(core.List<api.ResourceInfo> o) {
+void checkUnnamed4937(core.List<api.ResourceInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkResourceInfo(o[0] as api.ResourceInfo);
checkResourceInfo(o[1] as api.ResourceInfo);
@@ -732,7 +732,7 @@
if (buildCounterCheckRequest < 3) {
o.attributes = buildAttributeContext();
o.flags = 'foo';
- o.resources = buildUnnamed4894();
+ o.resources = buildUnnamed4937();
o.serviceConfigId = 'foo';
}
buildCounterCheckRequest--;
@@ -747,7 +747,7 @@
o.flags!,
unittest.equals('foo'),
);
- checkUnnamed4894(o.resources!);
+ checkUnnamed4937(o.resources!);
unittest.expect(
o.serviceConfigId!,
unittest.equals('foo'),
@@ -756,14 +756,14 @@
buildCounterCheckRequest--;
}
-core.Map<core.String, core.String> buildUnnamed4895() {
+core.Map<core.String, core.String> buildUnnamed4938() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4895(core.Map<core.String, core.String> o) {
+void checkUnnamed4938(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -780,7 +780,7 @@
var o = api.CheckResponse();
buildCounterCheckResponse++;
if (buildCounterCheckResponse < 3) {
- o.headers = buildUnnamed4895();
+ o.headers = buildUnnamed4938();
o.status = buildStatus();
}
buildCounterCheckResponse--;
@@ -790,13 +790,13 @@
void checkCheckResponse(api.CheckResponse o) {
buildCounterCheckResponse++;
if (buildCounterCheckResponse < 3) {
- checkUnnamed4895(o.headers!);
+ checkUnnamed4938(o.headers!);
checkStatus(o.status! as api.Status);
}
buildCounterCheckResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed4896() {
+core.Map<core.String, core.Object> buildUnnamed4939() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -811,7 +811,7 @@
return o;
}
-void checkUnnamed4896(core.Map<core.String, core.Object> o) {
+void checkUnnamed4939(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted17 = (o['x']!) as core.Map;
unittest.expect(casted17, unittest.hasLength(3));
@@ -849,7 +849,7 @@
buildCounterFirstPartyPrincipal++;
if (buildCounterFirstPartyPrincipal < 3) {
o.principalEmail = 'foo';
- o.serviceMetadata = buildUnnamed4896();
+ o.serviceMetadata = buildUnnamed4939();
}
buildCounterFirstPartyPrincipal--;
return o;
@@ -862,19 +862,19 @@
o.principalEmail!,
unittest.equals('foo'),
);
- checkUnnamed4896(o.serviceMetadata!);
+ checkUnnamed4939(o.serviceMetadata!);
}
buildCounterFirstPartyPrincipal--;
}
-core.Map<core.String, core.String> buildUnnamed4897() {
+core.Map<core.String, core.String> buildUnnamed4940() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4897(core.Map<core.String, core.String> o) {
+void checkUnnamed4940(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -892,7 +892,7 @@
buildCounterPeer++;
if (buildCounterPeer < 3) {
o.ip = 'foo';
- o.labels = buildUnnamed4897();
+ o.labels = buildUnnamed4940();
o.port = 'foo';
o.principal = 'foo';
o.regionCode = 'foo';
@@ -908,7 +908,7 @@
o.ip!,
unittest.equals('foo'),
);
- checkUnnamed4897(o.labels!);
+ checkUnnamed4940(o.labels!);
unittest.expect(
o.port!,
unittest.equals('foo'),
@@ -925,14 +925,14 @@
buildCounterPeer--;
}
-core.List<api.AttributeContext> buildUnnamed4898() {
+core.List<api.AttributeContext> buildUnnamed4941() {
var o = <api.AttributeContext>[];
o.add(buildAttributeContext());
o.add(buildAttributeContext());
return o;
}
-void checkUnnamed4898(core.List<api.AttributeContext> o) {
+void checkUnnamed4941(core.List<api.AttributeContext> o) {
unittest.expect(o, unittest.hasLength(2));
checkAttributeContext(o[0] as api.AttributeContext);
checkAttributeContext(o[1] as api.AttributeContext);
@@ -943,7 +943,7 @@
var o = api.ReportRequest();
buildCounterReportRequest++;
if (buildCounterReportRequest < 3) {
- o.operations = buildUnnamed4898();
+ o.operations = buildUnnamed4941();
o.serviceConfigId = 'foo';
}
buildCounterReportRequest--;
@@ -953,7 +953,7 @@
void checkReportRequest(api.ReportRequest o) {
buildCounterReportRequest++;
if (buildCounterReportRequest < 3) {
- checkUnnamed4898(o.operations!);
+ checkUnnamed4941(o.operations!);
unittest.expect(
o.serviceConfigId!,
unittest.equals('foo'),
@@ -977,14 +977,14 @@
buildCounterReportResponse--;
}
-core.Map<core.String, core.String> buildUnnamed4899() {
+core.Map<core.String, core.String> buildUnnamed4942() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4899(core.Map<core.String, core.String> o) {
+void checkUnnamed4942(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1002,7 +1002,7 @@
buildCounterRequest++;
if (buildCounterRequest < 3) {
o.auth = buildAuth();
- o.headers = buildUnnamed4899();
+ o.headers = buildUnnamed4942();
o.host = 'foo';
o.id = 'foo';
o.method = 'foo';
@@ -1022,7 +1022,7 @@
buildCounterRequest++;
if (buildCounterRequest < 3) {
checkAuth(o.auth! as api.Auth);
- checkUnnamed4899(o.headers!);
+ checkUnnamed4942(o.headers!);
unittest.expect(
o.host!,
unittest.equals('foo'),
@@ -1103,14 +1103,14 @@
buildCounterRequestMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed4900() {
+core.Map<core.String, core.String> buildUnnamed4943() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4900(core.Map<core.String, core.String> o) {
+void checkUnnamed4943(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1122,14 +1122,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed4901() {
+core.Map<core.String, core.String> buildUnnamed4944() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4901(core.Map<core.String, core.String> o) {
+void checkUnnamed4944(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1146,12 +1146,12 @@
var o = api.Resource();
buildCounterResource++;
if (buildCounterResource < 3) {
- o.annotations = buildUnnamed4900();
+ o.annotations = buildUnnamed4943();
o.createTime = 'foo';
o.deleteTime = 'foo';
o.displayName = 'foo';
o.etag = 'foo';
- o.labels = buildUnnamed4901();
+ o.labels = buildUnnamed4944();
o.location = 'foo';
o.name = 'foo';
o.service = 'foo';
@@ -1166,7 +1166,7 @@
void checkResource(api.Resource o) {
buildCounterResource++;
if (buildCounterResource < 3) {
- checkUnnamed4900(o.annotations!);
+ checkUnnamed4943(o.annotations!);
unittest.expect(
o.createTime!,
unittest.equals('foo'),
@@ -1183,7 +1183,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed4901(o.labels!);
+ checkUnnamed4944(o.labels!);
unittest.expect(
o.location!,
unittest.equals('foo'),
@@ -1254,14 +1254,14 @@
buildCounterResourceInfo--;
}
-core.List<core.String> buildUnnamed4902() {
+core.List<core.String> buildUnnamed4945() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4902(core.List<core.String> o) {
+void checkUnnamed4945(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1273,14 +1273,14 @@
);
}
-core.List<core.String> buildUnnamed4903() {
+core.List<core.String> buildUnnamed4946() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4903(core.List<core.String> o) {
+void checkUnnamed4946(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1297,8 +1297,8 @@
var o = api.ResourceLocation();
buildCounterResourceLocation++;
if (buildCounterResourceLocation < 3) {
- o.currentLocations = buildUnnamed4902();
- o.originalLocations = buildUnnamed4903();
+ o.currentLocations = buildUnnamed4945();
+ o.originalLocations = buildUnnamed4946();
}
buildCounterResourceLocation--;
return o;
@@ -1307,20 +1307,20 @@
void checkResourceLocation(api.ResourceLocation o) {
buildCounterResourceLocation++;
if (buildCounterResourceLocation < 3) {
- checkUnnamed4902(o.currentLocations!);
- checkUnnamed4903(o.originalLocations!);
+ checkUnnamed4945(o.currentLocations!);
+ checkUnnamed4946(o.originalLocations!);
}
buildCounterResourceLocation--;
}
-core.Map<core.String, core.String> buildUnnamed4904() {
+core.Map<core.String, core.String> buildUnnamed4947() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4904(core.Map<core.String, core.String> o) {
+void checkUnnamed4947(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1339,7 +1339,7 @@
if (buildCounterResponse < 3) {
o.backendLatency = 'foo';
o.code = 'foo';
- o.headers = buildUnnamed4904();
+ o.headers = buildUnnamed4947();
o.size = 'foo';
o.time = 'foo';
}
@@ -1358,7 +1358,7 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed4904(o.headers!);
+ checkUnnamed4947(o.headers!);
unittest.expect(
o.size!,
unittest.equals('foo'),
@@ -1419,7 +1419,7 @@
buildCounterSpanContext--;
}
-core.Map<core.String, core.Object> buildUnnamed4905() {
+core.Map<core.String, core.Object> buildUnnamed4948() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1434,7 +1434,7 @@
return o;
}
-void checkUnnamed4905(core.Map<core.String, core.Object> o) {
+void checkUnnamed4948(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted19 = (o['x']!) as core.Map;
unittest.expect(casted19, unittest.hasLength(3));
@@ -1466,17 +1466,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4906() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4949() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4905());
- o.add(buildUnnamed4905());
+ o.add(buildUnnamed4948());
+ o.add(buildUnnamed4948());
return o;
}
-void checkUnnamed4906(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4949(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4905(o[0]);
- checkUnnamed4905(o[1]);
+ checkUnnamed4948(o[0]);
+ checkUnnamed4948(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1485,7 +1485,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4906();
+ o.details = buildUnnamed4949();
o.message = 'foo';
}
buildCounterStatus--;
@@ -1499,7 +1499,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4906(o.details!);
+ checkUnnamed4949(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1508,7 +1508,7 @@
buildCounterStatus--;
}
-core.Map<core.String, core.Object> buildUnnamed4907() {
+core.Map<core.String, core.Object> buildUnnamed4950() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1523,7 +1523,7 @@
return o;
}
-void checkUnnamed4907(core.Map<core.String, core.Object> o) {
+void checkUnnamed4950(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted21 = (o['x']!) as core.Map;
unittest.expect(casted21, unittest.hasLength(3));
@@ -1560,7 +1560,7 @@
var o = api.ThirdPartyPrincipal();
buildCounterThirdPartyPrincipal++;
if (buildCounterThirdPartyPrincipal < 3) {
- o.thirdPartyClaims = buildUnnamed4907();
+ o.thirdPartyClaims = buildUnnamed4950();
}
buildCounterThirdPartyPrincipal--;
return o;
@@ -1569,7 +1569,7 @@
void checkThirdPartyPrincipal(api.ThirdPartyPrincipal o) {
buildCounterThirdPartyPrincipal++;
if (buildCounterThirdPartyPrincipal < 3) {
- checkUnnamed4907(o.thirdPartyClaims!);
+ checkUnnamed4950(o.thirdPartyClaims!);
}
buildCounterThirdPartyPrincipal--;
}
diff --git a/generated/googleapis/test/servicemanagement/v1_test.dart b/generated/googleapis/test/servicemanagement/v1_test.dart
index 02c6eca..750f4c5 100644
--- a/generated/googleapis/test/servicemanagement/v1_test.dart
+++ b/generated/googleapis/test/servicemanagement/v1_test.dart
@@ -49,40 +49,40 @@
buildCounterAdvice--;
}
-core.List<api.Method> buildUnnamed6081() {
+core.List<api.Method> buildUnnamed6132() {
var o = <api.Method>[];
o.add(buildMethod());
o.add(buildMethod());
return o;
}
-void checkUnnamed6081(core.List<api.Method> o) {
+void checkUnnamed6132(core.List<api.Method> o) {
unittest.expect(o, unittest.hasLength(2));
checkMethod(o[0] as api.Method);
checkMethod(o[1] as api.Method);
}
-core.List<api.Mixin> buildUnnamed6082() {
+core.List<api.Mixin> buildUnnamed6133() {
var o = <api.Mixin>[];
o.add(buildMixin());
o.add(buildMixin());
return o;
}
-void checkUnnamed6082(core.List<api.Mixin> o) {
+void checkUnnamed6133(core.List<api.Mixin> o) {
unittest.expect(o, unittest.hasLength(2));
checkMixin(o[0] as api.Mixin);
checkMixin(o[1] as api.Mixin);
}
-core.List<api.Option> buildUnnamed6083() {
+core.List<api.Option> buildUnnamed6134() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed6083(core.List<api.Option> o) {
+void checkUnnamed6134(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -93,10 +93,10 @@
var o = api.Api();
buildCounterApi++;
if (buildCounterApi < 3) {
- o.methods = buildUnnamed6081();
- o.mixins = buildUnnamed6082();
+ o.methods = buildUnnamed6132();
+ o.mixins = buildUnnamed6133();
o.name = 'foo';
- o.options = buildUnnamed6083();
+ o.options = buildUnnamed6134();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
o.version = 'foo';
@@ -108,13 +108,13 @@
void checkApi(api.Api o) {
buildCounterApi++;
if (buildCounterApi < 3) {
- checkUnnamed6081(o.methods!);
- checkUnnamed6082(o.mixins!);
+ checkUnnamed6132(o.methods!);
+ checkUnnamed6133(o.mixins!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6083(o.options!);
+ checkUnnamed6134(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -128,14 +128,14 @@
buildCounterApi--;
}
-core.List<api.AuditLogConfig> buildUnnamed6084() {
+core.List<api.AuditLogConfig> buildUnnamed6135() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed6084(core.List<api.AuditLogConfig> o) {
+void checkUnnamed6135(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -146,7 +146,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed6084();
+ o.auditLogConfigs = buildUnnamed6135();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -156,7 +156,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed6084(o.auditLogConfigs!);
+ checkUnnamed6135(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -165,14 +165,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed6085() {
+core.List<core.String> buildUnnamed6136() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6085(core.List<core.String> o) {
+void checkUnnamed6136(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -189,7 +189,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed6085();
+ o.exemptedMembers = buildUnnamed6136();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -199,7 +199,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed6085(o.exemptedMembers!);
+ checkUnnamed6136(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -208,14 +208,14 @@
buildCounterAuditLogConfig--;
}
-core.List<api.JwtLocation> buildUnnamed6086() {
+core.List<api.JwtLocation> buildUnnamed6137() {
var o = <api.JwtLocation>[];
o.add(buildJwtLocation());
o.add(buildJwtLocation());
return o;
}
-void checkUnnamed6086(core.List<api.JwtLocation> o) {
+void checkUnnamed6137(core.List<api.JwtLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkJwtLocation(o[0] as api.JwtLocation);
checkJwtLocation(o[1] as api.JwtLocation);
@@ -231,7 +231,7 @@
o.id = 'foo';
o.issuer = 'foo';
o.jwksUri = 'foo';
- o.jwtLocations = buildUnnamed6086();
+ o.jwtLocations = buildUnnamed6137();
}
buildCounterAuthProvider--;
return o;
@@ -260,7 +260,7 @@
o.jwksUri!,
unittest.equals('foo'),
);
- checkUnnamed6086(o.jwtLocations!);
+ checkUnnamed6137(o.jwtLocations!);
}
buildCounterAuthProvider--;
}
@@ -292,27 +292,27 @@
buildCounterAuthRequirement--;
}
-core.List<api.AuthProvider> buildUnnamed6087() {
+core.List<api.AuthProvider> buildUnnamed6138() {
var o = <api.AuthProvider>[];
o.add(buildAuthProvider());
o.add(buildAuthProvider());
return o;
}
-void checkUnnamed6087(core.List<api.AuthProvider> o) {
+void checkUnnamed6138(core.List<api.AuthProvider> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthProvider(o[0] as api.AuthProvider);
checkAuthProvider(o[1] as api.AuthProvider);
}
-core.List<api.AuthenticationRule> buildUnnamed6088() {
+core.List<api.AuthenticationRule> buildUnnamed6139() {
var o = <api.AuthenticationRule>[];
o.add(buildAuthenticationRule());
o.add(buildAuthenticationRule());
return o;
}
-void checkUnnamed6088(core.List<api.AuthenticationRule> o) {
+void checkUnnamed6139(core.List<api.AuthenticationRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthenticationRule(o[0] as api.AuthenticationRule);
checkAuthenticationRule(o[1] as api.AuthenticationRule);
@@ -323,8 +323,8 @@
var o = api.Authentication();
buildCounterAuthentication++;
if (buildCounterAuthentication < 3) {
- o.providers = buildUnnamed6087();
- o.rules = buildUnnamed6088();
+ o.providers = buildUnnamed6138();
+ o.rules = buildUnnamed6139();
}
buildCounterAuthentication--;
return o;
@@ -333,20 +333,20 @@
void checkAuthentication(api.Authentication o) {
buildCounterAuthentication++;
if (buildCounterAuthentication < 3) {
- checkUnnamed6087(o.providers!);
- checkUnnamed6088(o.rules!);
+ checkUnnamed6138(o.providers!);
+ checkUnnamed6139(o.rules!);
}
buildCounterAuthentication--;
}
-core.List<api.AuthRequirement> buildUnnamed6089() {
+core.List<api.AuthRequirement> buildUnnamed6140() {
var o = <api.AuthRequirement>[];
o.add(buildAuthRequirement());
o.add(buildAuthRequirement());
return o;
}
-void checkUnnamed6089(core.List<api.AuthRequirement> o) {
+void checkUnnamed6140(core.List<api.AuthRequirement> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthRequirement(o[0] as api.AuthRequirement);
checkAuthRequirement(o[1] as api.AuthRequirement);
@@ -359,7 +359,7 @@
if (buildCounterAuthenticationRule < 3) {
o.allowWithoutCredential = true;
o.oauth = buildOAuthRequirements();
- o.requirements = buildUnnamed6089();
+ o.requirements = buildUnnamed6140();
o.selector = 'foo';
}
buildCounterAuthenticationRule--;
@@ -371,7 +371,7 @@
if (buildCounterAuthenticationRule < 3) {
unittest.expect(o.allowWithoutCredential!, unittest.isTrue);
checkOAuthRequirements(o.oauth! as api.OAuthRequirements);
- checkUnnamed6089(o.requirements!);
+ checkUnnamed6140(o.requirements!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -380,14 +380,14 @@
buildCounterAuthenticationRule--;
}
-core.List<api.BackendRule> buildUnnamed6090() {
+core.List<api.BackendRule> buildUnnamed6141() {
var o = <api.BackendRule>[];
o.add(buildBackendRule());
o.add(buildBackendRule());
return o;
}
-void checkUnnamed6090(core.List<api.BackendRule> o) {
+void checkUnnamed6141(core.List<api.BackendRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkBackendRule(o[0] as api.BackendRule);
checkBackendRule(o[1] as api.BackendRule);
@@ -398,7 +398,7 @@
var o = api.Backend();
buildCounterBackend++;
if (buildCounterBackend < 3) {
- o.rules = buildUnnamed6090();
+ o.rules = buildUnnamed6141();
}
buildCounterBackend--;
return o;
@@ -407,7 +407,7 @@
void checkBackend(api.Backend o) {
buildCounterBackend++;
if (buildCounterBackend < 3) {
- checkUnnamed6090(o.rules!);
+ checkUnnamed6141(o.rules!);
}
buildCounterBackend--;
}
@@ -466,14 +466,14 @@
buildCounterBackendRule--;
}
-core.List<api.BillingDestination> buildUnnamed6091() {
+core.List<api.BillingDestination> buildUnnamed6142() {
var o = <api.BillingDestination>[];
o.add(buildBillingDestination());
o.add(buildBillingDestination());
return o;
}
-void checkUnnamed6091(core.List<api.BillingDestination> o) {
+void checkUnnamed6142(core.List<api.BillingDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkBillingDestination(o[0] as api.BillingDestination);
checkBillingDestination(o[1] as api.BillingDestination);
@@ -484,7 +484,7 @@
var o = api.Billing();
buildCounterBilling++;
if (buildCounterBilling < 3) {
- o.consumerDestinations = buildUnnamed6091();
+ o.consumerDestinations = buildUnnamed6142();
}
buildCounterBilling--;
return o;
@@ -493,19 +493,19 @@
void checkBilling(api.Billing o) {
buildCounterBilling++;
if (buildCounterBilling < 3) {
- checkUnnamed6091(o.consumerDestinations!);
+ checkUnnamed6142(o.consumerDestinations!);
}
buildCounterBilling--;
}
-core.List<core.String> buildUnnamed6092() {
+core.List<core.String> buildUnnamed6143() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6092(core.List<core.String> o) {
+void checkUnnamed6143(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -522,7 +522,7 @@
var o = api.BillingDestination();
buildCounterBillingDestination++;
if (buildCounterBillingDestination < 3) {
- o.metrics = buildUnnamed6092();
+ o.metrics = buildUnnamed6143();
o.monitoredResource = 'foo';
}
buildCounterBillingDestination--;
@@ -532,7 +532,7 @@
void checkBillingDestination(api.BillingDestination o) {
buildCounterBillingDestination++;
if (buildCounterBillingDestination < 3) {
- checkUnnamed6092(o.metrics!);
+ checkUnnamed6143(o.metrics!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -541,14 +541,14 @@
buildCounterBillingDestination--;
}
-core.List<core.String> buildUnnamed6093() {
+core.List<core.String> buildUnnamed6144() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6093(core.List<core.String> o) {
+void checkUnnamed6144(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -566,7 +566,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed6093();
+ o.members = buildUnnamed6144();
o.role = 'foo';
}
buildCounterBinding--;
@@ -577,7 +577,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed6093(o.members!);
+ checkUnnamed6144(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -586,14 +586,14 @@
buildCounterBinding--;
}
-core.List<api.ConfigChange> buildUnnamed6094() {
+core.List<api.ConfigChange> buildUnnamed6145() {
var o = <api.ConfigChange>[];
o.add(buildConfigChange());
o.add(buildConfigChange());
return o;
}
-void checkUnnamed6094(core.List<api.ConfigChange> o) {
+void checkUnnamed6145(core.List<api.ConfigChange> o) {
unittest.expect(o, unittest.hasLength(2));
checkConfigChange(o[0] as api.ConfigChange);
checkConfigChange(o[1] as api.ConfigChange);
@@ -604,7 +604,7 @@
var o = api.ChangeReport();
buildCounterChangeReport++;
if (buildCounterChangeReport < 3) {
- o.configChanges = buildUnnamed6094();
+ o.configChanges = buildUnnamed6145();
}
buildCounterChangeReport--;
return o;
@@ -613,19 +613,19 @@
void checkChangeReport(api.ChangeReport o) {
buildCounterChangeReport++;
if (buildCounterChangeReport < 3) {
- checkUnnamed6094(o.configChanges!);
+ checkUnnamed6145(o.configChanges!);
}
buildCounterChangeReport--;
}
-core.List<api.Advice> buildUnnamed6095() {
+core.List<api.Advice> buildUnnamed6146() {
var o = <api.Advice>[];
o.add(buildAdvice());
o.add(buildAdvice());
return o;
}
-void checkUnnamed6095(core.List<api.Advice> o) {
+void checkUnnamed6146(core.List<api.Advice> o) {
unittest.expect(o, unittest.hasLength(2));
checkAdvice(o[0] as api.Advice);
checkAdvice(o[1] as api.Advice);
@@ -636,7 +636,7 @@
var o = api.ConfigChange();
buildCounterConfigChange++;
if (buildCounterConfigChange < 3) {
- o.advices = buildUnnamed6095();
+ o.advices = buildUnnamed6146();
o.changeType = 'foo';
o.element = 'foo';
o.newValue = 'foo';
@@ -649,7 +649,7 @@
void checkConfigChange(api.ConfigChange o) {
buildCounterConfigChange++;
if (buildCounterConfigChange < 3) {
- checkUnnamed6095(o.advices!);
+ checkUnnamed6146(o.advices!);
unittest.expect(
o.changeType!,
unittest.equals('foo'),
@@ -724,14 +724,14 @@
buildCounterConfigRef--;
}
-core.List<api.ConfigFile> buildUnnamed6096() {
+core.List<api.ConfigFile> buildUnnamed6147() {
var o = <api.ConfigFile>[];
o.add(buildConfigFile());
o.add(buildConfigFile());
return o;
}
-void checkUnnamed6096(core.List<api.ConfigFile> o) {
+void checkUnnamed6147(core.List<api.ConfigFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkConfigFile(o[0] as api.ConfigFile);
checkConfigFile(o[1] as api.ConfigFile);
@@ -742,7 +742,7 @@
var o = api.ConfigSource();
buildCounterConfigSource++;
if (buildCounterConfigSource < 3) {
- o.files = buildUnnamed6096();
+ o.files = buildUnnamed6147();
o.id = 'foo';
}
buildCounterConfigSource--;
@@ -752,7 +752,7 @@
void checkConfigSource(api.ConfigSource o) {
buildCounterConfigSource++;
if (buildCounterConfigSource < 3) {
- checkUnnamed6096(o.files!);
+ checkUnnamed6147(o.files!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -761,14 +761,14 @@
buildCounterConfigSource--;
}
-core.List<api.ContextRule> buildUnnamed6097() {
+core.List<api.ContextRule> buildUnnamed6148() {
var o = <api.ContextRule>[];
o.add(buildContextRule());
o.add(buildContextRule());
return o;
}
-void checkUnnamed6097(core.List<api.ContextRule> o) {
+void checkUnnamed6148(core.List<api.ContextRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkContextRule(o[0] as api.ContextRule);
checkContextRule(o[1] as api.ContextRule);
@@ -779,7 +779,7 @@
var o = api.Context();
buildCounterContext++;
if (buildCounterContext < 3) {
- o.rules = buildUnnamed6097();
+ o.rules = buildUnnamed6148();
}
buildCounterContext--;
return o;
@@ -788,19 +788,19 @@
void checkContext(api.Context o) {
buildCounterContext++;
if (buildCounterContext < 3) {
- checkUnnamed6097(o.rules!);
+ checkUnnamed6148(o.rules!);
}
buildCounterContext--;
}
-core.List<core.String> buildUnnamed6098() {
+core.List<core.String> buildUnnamed6149() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6098(core.List<core.String> o) {
+void checkUnnamed6149(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -812,14 +812,14 @@
);
}
-core.List<core.String> buildUnnamed6099() {
+core.List<core.String> buildUnnamed6150() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6099(core.List<core.String> o) {
+void checkUnnamed6150(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -831,14 +831,14 @@
);
}
-core.List<core.String> buildUnnamed6100() {
+core.List<core.String> buildUnnamed6151() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6100(core.List<core.String> o) {
+void checkUnnamed6151(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -850,14 +850,14 @@
);
}
-core.List<core.String> buildUnnamed6101() {
+core.List<core.String> buildUnnamed6152() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6101(core.List<core.String> o) {
+void checkUnnamed6152(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -874,10 +874,10 @@
var o = api.ContextRule();
buildCounterContextRule++;
if (buildCounterContextRule < 3) {
- o.allowedRequestExtensions = buildUnnamed6098();
- o.allowedResponseExtensions = buildUnnamed6099();
- o.provided = buildUnnamed6100();
- o.requested = buildUnnamed6101();
+ o.allowedRequestExtensions = buildUnnamed6149();
+ o.allowedResponseExtensions = buildUnnamed6150();
+ o.provided = buildUnnamed6151();
+ o.requested = buildUnnamed6152();
o.selector = 'foo';
}
buildCounterContextRule--;
@@ -887,10 +887,10 @@
void checkContextRule(api.ContextRule o) {
buildCounterContextRule++;
if (buildCounterContextRule < 3) {
- checkUnnamed6098(o.allowedRequestExtensions!);
- checkUnnamed6099(o.allowedResponseExtensions!);
- checkUnnamed6100(o.provided!);
- checkUnnamed6101(o.requested!);
+ checkUnnamed6149(o.allowedRequestExtensions!);
+ checkUnnamed6150(o.allowedResponseExtensions!);
+ checkUnnamed6151(o.provided!);
+ checkUnnamed6152(o.requested!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -921,27 +921,27 @@
buildCounterControl--;
}
-core.List<api.CustomErrorRule> buildUnnamed6102() {
+core.List<api.CustomErrorRule> buildUnnamed6153() {
var o = <api.CustomErrorRule>[];
o.add(buildCustomErrorRule());
o.add(buildCustomErrorRule());
return o;
}
-void checkUnnamed6102(core.List<api.CustomErrorRule> o) {
+void checkUnnamed6153(core.List<api.CustomErrorRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomErrorRule(o[0] as api.CustomErrorRule);
checkCustomErrorRule(o[1] as api.CustomErrorRule);
}
-core.List<core.String> buildUnnamed6103() {
+core.List<core.String> buildUnnamed6154() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6103(core.List<core.String> o) {
+void checkUnnamed6154(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -958,8 +958,8 @@
var o = api.CustomError();
buildCounterCustomError++;
if (buildCounterCustomError < 3) {
- o.rules = buildUnnamed6102();
- o.types = buildUnnamed6103();
+ o.rules = buildUnnamed6153();
+ o.types = buildUnnamed6154();
}
buildCounterCustomError--;
return o;
@@ -968,8 +968,8 @@
void checkCustomError(api.CustomError o) {
buildCounterCustomError++;
if (buildCounterCustomError < 3) {
- checkUnnamed6102(o.rules!);
- checkUnnamed6103(o.types!);
+ checkUnnamed6153(o.rules!);
+ checkUnnamed6154(o.types!);
}
buildCounterCustomError--;
}
@@ -1072,27 +1072,27 @@
buildCounterDiagnostic--;
}
-core.List<api.Page> buildUnnamed6104() {
+core.List<api.Page> buildUnnamed6155() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed6104(core.List<api.Page> o) {
+void checkUnnamed6155(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
}
-core.List<api.DocumentationRule> buildUnnamed6105() {
+core.List<api.DocumentationRule> buildUnnamed6156() {
var o = <api.DocumentationRule>[];
o.add(buildDocumentationRule());
o.add(buildDocumentationRule());
return o;
}
-void checkUnnamed6105(core.List<api.DocumentationRule> o) {
+void checkUnnamed6156(core.List<api.DocumentationRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkDocumentationRule(o[0] as api.DocumentationRule);
checkDocumentationRule(o[1] as api.DocumentationRule);
@@ -1105,8 +1105,8 @@
if (buildCounterDocumentation < 3) {
o.documentationRootUrl = 'foo';
o.overview = 'foo';
- o.pages = buildUnnamed6104();
- o.rules = buildUnnamed6105();
+ o.pages = buildUnnamed6155();
+ o.rules = buildUnnamed6156();
o.serviceRootUrl = 'foo';
o.summary = 'foo';
}
@@ -1125,8 +1125,8 @@
o.overview!,
unittest.equals('foo'),
);
- checkUnnamed6104(o.pages!);
- checkUnnamed6105(o.rules!);
+ checkUnnamed6155(o.pages!);
+ checkUnnamed6156(o.rules!);
unittest.expect(
o.serviceRootUrl!,
unittest.equals('foo'),
@@ -1215,27 +1215,27 @@
buildCounterEndpoint--;
}
-core.List<api.EnumValue> buildUnnamed6106() {
+core.List<api.EnumValue> buildUnnamed6157() {
var o = <api.EnumValue>[];
o.add(buildEnumValue());
o.add(buildEnumValue());
return o;
}
-void checkUnnamed6106(core.List<api.EnumValue> o) {
+void checkUnnamed6157(core.List<api.EnumValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnumValue(o[0] as api.EnumValue);
checkEnumValue(o[1] as api.EnumValue);
}
-core.List<api.Option> buildUnnamed6107() {
+core.List<api.Option> buildUnnamed6158() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed6107(core.List<api.Option> o) {
+void checkUnnamed6158(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1246,9 +1246,9 @@
var o = api.Enum();
buildCounterEnum++;
if (buildCounterEnum < 3) {
- o.enumvalue = buildUnnamed6106();
+ o.enumvalue = buildUnnamed6157();
o.name = 'foo';
- o.options = buildUnnamed6107();
+ o.options = buildUnnamed6158();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
}
@@ -1259,12 +1259,12 @@
void checkEnum(api.Enum o) {
buildCounterEnum++;
if (buildCounterEnum < 3) {
- checkUnnamed6106(o.enumvalue!);
+ checkUnnamed6157(o.enumvalue!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6107(o.options!);
+ checkUnnamed6158(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -1274,14 +1274,14 @@
buildCounterEnum--;
}
-core.List<api.Option> buildUnnamed6108() {
+core.List<api.Option> buildUnnamed6159() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed6108(core.List<api.Option> o) {
+void checkUnnamed6159(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1294,7 +1294,7 @@
if (buildCounterEnumValue < 3) {
o.name = 'foo';
o.number = 42;
- o.options = buildUnnamed6108();
+ o.options = buildUnnamed6159();
}
buildCounterEnumValue--;
return o;
@@ -1311,7 +1311,7 @@
o.number!,
unittest.equals(42),
);
- checkUnnamed6108(o.options!);
+ checkUnnamed6159(o.options!);
}
buildCounterEnumValue--;
}
@@ -1353,14 +1353,14 @@
buildCounterExpr--;
}
-core.List<api.Option> buildUnnamed6109() {
+core.List<api.Option> buildUnnamed6160() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed6109(core.List<api.Option> o) {
+void checkUnnamed6160(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1378,7 +1378,7 @@
o.name = 'foo';
o.number = 42;
o.oneofIndex = 42;
- o.options = buildUnnamed6109();
+ o.options = buildUnnamed6160();
o.packed = true;
o.typeUrl = 'foo';
}
@@ -1417,7 +1417,7 @@
o.oneofIndex!,
unittest.equals(42),
);
- checkUnnamed6109(o.options!);
+ checkUnnamed6160(o.options!);
unittest.expect(o.packed!, unittest.isTrue);
unittest.expect(
o.typeUrl!,
@@ -1454,7 +1454,7 @@
buildCounterFlowErrorDetails--;
}
-core.Map<core.String, core.Object> buildUnnamed6110() {
+core.Map<core.String, core.Object> buildUnnamed6161() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1469,7 +1469,7 @@
return o;
}
-void checkUnnamed6110(core.Map<core.String, core.Object> o) {
+void checkUnnamed6161(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1501,7 +1501,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6111() {
+core.Map<core.String, core.Object> buildUnnamed6162() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1516,7 +1516,7 @@
return o;
}
-void checkUnnamed6111(core.Map<core.String, core.Object> o) {
+void checkUnnamed6162(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1553,8 +1553,8 @@
var o = api.GenerateConfigReportRequest();
buildCounterGenerateConfigReportRequest++;
if (buildCounterGenerateConfigReportRequest < 3) {
- o.newConfig = buildUnnamed6110();
- o.oldConfig = buildUnnamed6111();
+ o.newConfig = buildUnnamed6161();
+ o.oldConfig = buildUnnamed6162();
}
buildCounterGenerateConfigReportRequest--;
return o;
@@ -1563,33 +1563,33 @@
void checkGenerateConfigReportRequest(api.GenerateConfigReportRequest o) {
buildCounterGenerateConfigReportRequest++;
if (buildCounterGenerateConfigReportRequest < 3) {
- checkUnnamed6110(o.newConfig!);
- checkUnnamed6111(o.oldConfig!);
+ checkUnnamed6161(o.newConfig!);
+ checkUnnamed6162(o.oldConfig!);
}
buildCounterGenerateConfigReportRequest--;
}
-core.List<api.ChangeReport> buildUnnamed6112() {
+core.List<api.ChangeReport> buildUnnamed6163() {
var o = <api.ChangeReport>[];
o.add(buildChangeReport());
o.add(buildChangeReport());
return o;
}
-void checkUnnamed6112(core.List<api.ChangeReport> o) {
+void checkUnnamed6163(core.List<api.ChangeReport> o) {
unittest.expect(o, unittest.hasLength(2));
checkChangeReport(o[0] as api.ChangeReport);
checkChangeReport(o[1] as api.ChangeReport);
}
-core.List<api.Diagnostic> buildUnnamed6113() {
+core.List<api.Diagnostic> buildUnnamed6164() {
var o = <api.Diagnostic>[];
o.add(buildDiagnostic());
o.add(buildDiagnostic());
return o;
}
-void checkUnnamed6113(core.List<api.Diagnostic> o) {
+void checkUnnamed6164(core.List<api.Diagnostic> o) {
unittest.expect(o, unittest.hasLength(2));
checkDiagnostic(o[0] as api.Diagnostic);
checkDiagnostic(o[1] as api.Diagnostic);
@@ -1600,8 +1600,8 @@
var o = api.GenerateConfigReportResponse();
buildCounterGenerateConfigReportResponse++;
if (buildCounterGenerateConfigReportResponse < 3) {
- o.changeReports = buildUnnamed6112();
- o.diagnostics = buildUnnamed6113();
+ o.changeReports = buildUnnamed6163();
+ o.diagnostics = buildUnnamed6164();
o.id = 'foo';
o.serviceName = 'foo';
}
@@ -1612,8 +1612,8 @@
void checkGenerateConfigReportResponse(api.GenerateConfigReportResponse o) {
buildCounterGenerateConfigReportResponse++;
if (buildCounterGenerateConfigReportResponse < 3) {
- checkUnnamed6112(o.changeReports!);
- checkUnnamed6113(o.diagnostics!);
+ checkUnnamed6163(o.changeReports!);
+ checkUnnamed6164(o.diagnostics!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -1667,14 +1667,14 @@
buildCounterGetPolicyOptions--;
}
-core.List<api.HttpRule> buildUnnamed6114() {
+core.List<api.HttpRule> buildUnnamed6165() {
var o = <api.HttpRule>[];
o.add(buildHttpRule());
o.add(buildHttpRule());
return o;
}
-void checkUnnamed6114(core.List<api.HttpRule> o) {
+void checkUnnamed6165(core.List<api.HttpRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkHttpRule(o[0] as api.HttpRule);
checkHttpRule(o[1] as api.HttpRule);
@@ -1686,7 +1686,7 @@
buildCounterHttp++;
if (buildCounterHttp < 3) {
o.fullyDecodeReservedExpansion = true;
- o.rules = buildUnnamed6114();
+ o.rules = buildUnnamed6165();
}
buildCounterHttp--;
return o;
@@ -1696,19 +1696,19 @@
buildCounterHttp++;
if (buildCounterHttp < 3) {
unittest.expect(o.fullyDecodeReservedExpansion!, unittest.isTrue);
- checkUnnamed6114(o.rules!);
+ checkUnnamed6165(o.rules!);
}
buildCounterHttp--;
}
-core.List<api.HttpRule> buildUnnamed6115() {
+core.List<api.HttpRule> buildUnnamed6166() {
var o = <api.HttpRule>[];
o.add(buildHttpRule());
o.add(buildHttpRule());
return o;
}
-void checkUnnamed6115(core.List<api.HttpRule> o) {
+void checkUnnamed6166(core.List<api.HttpRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkHttpRule(o[0] as api.HttpRule);
checkHttpRule(o[1] as api.HttpRule);
@@ -1719,7 +1719,7 @@
var o = api.HttpRule();
buildCounterHttpRule++;
if (buildCounterHttpRule < 3) {
- o.additionalBindings = buildUnnamed6115();
+ o.additionalBindings = buildUnnamed6166();
o.body = 'foo';
o.custom = buildCustomHttpPattern();
o.delete = 'foo';
@@ -1737,7 +1737,7 @@
void checkHttpRule(api.HttpRule o) {
buildCounterHttpRule++;
if (buildCounterHttpRule < 3) {
- checkUnnamed6115(o.additionalBindings!);
+ checkUnnamed6166(o.additionalBindings!);
unittest.expect(
o.body!,
unittest.equals('foo'),
@@ -1839,14 +1839,14 @@
buildCounterLabelDescriptor--;
}
-core.List<api.Operation> buildUnnamed6116() {
+core.List<api.Operation> buildUnnamed6167() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed6116(core.List<api.Operation> o) {
+void checkUnnamed6167(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1858,7 +1858,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed6116();
+ o.operations = buildUnnamed6167();
}
buildCounterListOperationsResponse--;
return o;
@@ -1871,19 +1871,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6116(o.operations!);
+ checkUnnamed6167(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.Service> buildUnnamed6117() {
+core.List<api.Service> buildUnnamed6168() {
var o = <api.Service>[];
o.add(buildService());
o.add(buildService());
return o;
}
-void checkUnnamed6117(core.List<api.Service> o) {
+void checkUnnamed6168(core.List<api.Service> o) {
unittest.expect(o, unittest.hasLength(2));
checkService(o[0] as api.Service);
checkService(o[1] as api.Service);
@@ -1895,7 +1895,7 @@
buildCounterListServiceConfigsResponse++;
if (buildCounterListServiceConfigsResponse < 3) {
o.nextPageToken = 'foo';
- o.serviceConfigs = buildUnnamed6117();
+ o.serviceConfigs = buildUnnamed6168();
}
buildCounterListServiceConfigsResponse--;
return o;
@@ -1908,19 +1908,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6117(o.serviceConfigs!);
+ checkUnnamed6168(o.serviceConfigs!);
}
buildCounterListServiceConfigsResponse--;
}
-core.List<api.Rollout> buildUnnamed6118() {
+core.List<api.Rollout> buildUnnamed6169() {
var o = <api.Rollout>[];
o.add(buildRollout());
o.add(buildRollout());
return o;
}
-void checkUnnamed6118(core.List<api.Rollout> o) {
+void checkUnnamed6169(core.List<api.Rollout> o) {
unittest.expect(o, unittest.hasLength(2));
checkRollout(o[0] as api.Rollout);
checkRollout(o[1] as api.Rollout);
@@ -1932,7 +1932,7 @@
buildCounterListServiceRolloutsResponse++;
if (buildCounterListServiceRolloutsResponse < 3) {
o.nextPageToken = 'foo';
- o.rollouts = buildUnnamed6118();
+ o.rollouts = buildUnnamed6169();
}
buildCounterListServiceRolloutsResponse--;
return o;
@@ -1945,19 +1945,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6118(o.rollouts!);
+ checkUnnamed6169(o.rollouts!);
}
buildCounterListServiceRolloutsResponse--;
}
-core.List<api.ManagedService> buildUnnamed6119() {
+core.List<api.ManagedService> buildUnnamed6170() {
var o = <api.ManagedService>[];
o.add(buildManagedService());
o.add(buildManagedService());
return o;
}
-void checkUnnamed6119(core.List<api.ManagedService> o) {
+void checkUnnamed6170(core.List<api.ManagedService> o) {
unittest.expect(o, unittest.hasLength(2));
checkManagedService(o[0] as api.ManagedService);
checkManagedService(o[1] as api.ManagedService);
@@ -1969,7 +1969,7 @@
buildCounterListServicesResponse++;
if (buildCounterListServicesResponse < 3) {
o.nextPageToken = 'foo';
- o.services = buildUnnamed6119();
+ o.services = buildUnnamed6170();
}
buildCounterListServicesResponse--;
return o;
@@ -1982,19 +1982,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6119(o.services!);
+ checkUnnamed6170(o.services!);
}
buildCounterListServicesResponse--;
}
-core.List<api.LabelDescriptor> buildUnnamed6120() {
+core.List<api.LabelDescriptor> buildUnnamed6171() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed6120(core.List<api.LabelDescriptor> o) {
+void checkUnnamed6171(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
@@ -2007,7 +2007,7 @@
if (buildCounterLogDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed6120();
+ o.labels = buildUnnamed6171();
o.name = 'foo';
}
buildCounterLogDescriptor--;
@@ -2025,7 +2025,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed6120(o.labels!);
+ checkUnnamed6171(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2034,27 +2034,27 @@
buildCounterLogDescriptor--;
}
-core.List<api.LoggingDestination> buildUnnamed6121() {
+core.List<api.LoggingDestination> buildUnnamed6172() {
var o = <api.LoggingDestination>[];
o.add(buildLoggingDestination());
o.add(buildLoggingDestination());
return o;
}
-void checkUnnamed6121(core.List<api.LoggingDestination> o) {
+void checkUnnamed6172(core.List<api.LoggingDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkLoggingDestination(o[0] as api.LoggingDestination);
checkLoggingDestination(o[1] as api.LoggingDestination);
}
-core.List<api.LoggingDestination> buildUnnamed6122() {
+core.List<api.LoggingDestination> buildUnnamed6173() {
var o = <api.LoggingDestination>[];
o.add(buildLoggingDestination());
o.add(buildLoggingDestination());
return o;
}
-void checkUnnamed6122(core.List<api.LoggingDestination> o) {
+void checkUnnamed6173(core.List<api.LoggingDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkLoggingDestination(o[0] as api.LoggingDestination);
checkLoggingDestination(o[1] as api.LoggingDestination);
@@ -2065,8 +2065,8 @@
var o = api.Logging();
buildCounterLogging++;
if (buildCounterLogging < 3) {
- o.consumerDestinations = buildUnnamed6121();
- o.producerDestinations = buildUnnamed6122();
+ o.consumerDestinations = buildUnnamed6172();
+ o.producerDestinations = buildUnnamed6173();
}
buildCounterLogging--;
return o;
@@ -2075,20 +2075,20 @@
void checkLogging(api.Logging o) {
buildCounterLogging++;
if (buildCounterLogging < 3) {
- checkUnnamed6121(o.consumerDestinations!);
- checkUnnamed6122(o.producerDestinations!);
+ checkUnnamed6172(o.consumerDestinations!);
+ checkUnnamed6173(o.producerDestinations!);
}
buildCounterLogging--;
}
-core.List<core.String> buildUnnamed6123() {
+core.List<core.String> buildUnnamed6174() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6123(core.List<core.String> o) {
+void checkUnnamed6174(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2105,7 +2105,7 @@
var o = api.LoggingDestination();
buildCounterLoggingDestination++;
if (buildCounterLoggingDestination < 3) {
- o.logs = buildUnnamed6123();
+ o.logs = buildUnnamed6174();
o.monitoredResource = 'foo';
}
buildCounterLoggingDestination--;
@@ -2115,7 +2115,7 @@
void checkLoggingDestination(api.LoggingDestination o) {
buildCounterLoggingDestination++;
if (buildCounterLoggingDestination < 3) {
- checkUnnamed6123(o.logs!);
+ checkUnnamed6174(o.logs!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -2151,14 +2151,14 @@
buildCounterManagedService--;
}
-core.List<api.Option> buildUnnamed6124() {
+core.List<api.Option> buildUnnamed6175() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed6124(core.List<api.Option> o) {
+void checkUnnamed6175(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -2170,7 +2170,7 @@
buildCounterMethod++;
if (buildCounterMethod < 3) {
o.name = 'foo';
- o.options = buildUnnamed6124();
+ o.options = buildUnnamed6175();
o.requestStreaming = true;
o.requestTypeUrl = 'foo';
o.responseStreaming = true;
@@ -2188,7 +2188,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6124(o.options!);
+ checkUnnamed6175(o.options!);
unittest.expect(o.requestStreaming!, unittest.isTrue);
unittest.expect(
o.requestTypeUrl!,
@@ -2207,27 +2207,27 @@
buildCounterMethod--;
}
-core.List<api.LabelDescriptor> buildUnnamed6125() {
+core.List<api.LabelDescriptor> buildUnnamed6176() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed6125(core.List<api.LabelDescriptor> o) {
+void checkUnnamed6176(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
}
-core.List<core.String> buildUnnamed6126() {
+core.List<core.String> buildUnnamed6177() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6126(core.List<core.String> o) {
+void checkUnnamed6177(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2246,11 +2246,11 @@
if (buildCounterMetricDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed6125();
+ o.labels = buildUnnamed6176();
o.launchStage = 'foo';
o.metadata = buildMetricDescriptorMetadata();
o.metricKind = 'foo';
- o.monitoredResourceTypes = buildUnnamed6126();
+ o.monitoredResourceTypes = buildUnnamed6177();
o.name = 'foo';
o.type = 'foo';
o.unit = 'foo';
@@ -2271,7 +2271,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed6125(o.labels!);
+ checkUnnamed6176(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -2281,7 +2281,7 @@
o.metricKind!,
unittest.equals('foo'),
);
- checkUnnamed6126(o.monitoredResourceTypes!);
+ checkUnnamed6177(o.monitoredResourceTypes!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2334,14 +2334,14 @@
buildCounterMetricDescriptorMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed6127() {
+core.Map<core.String, core.String> buildUnnamed6178() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6127(core.Map<core.String, core.String> o) {
+void checkUnnamed6178(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2358,7 +2358,7 @@
var o = api.MetricRule();
buildCounterMetricRule++;
if (buildCounterMetricRule < 3) {
- o.metricCosts = buildUnnamed6127();
+ o.metricCosts = buildUnnamed6178();
o.selector = 'foo';
}
buildCounterMetricRule--;
@@ -2368,7 +2368,7 @@
void checkMetricRule(api.MetricRule o) {
buildCounterMetricRule++;
if (buildCounterMetricRule < 3) {
- checkUnnamed6127(o.metricCosts!);
+ checkUnnamed6178(o.metricCosts!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -2404,14 +2404,14 @@
buildCounterMixin--;
}
-core.List<api.LabelDescriptor> buildUnnamed6128() {
+core.List<api.LabelDescriptor> buildUnnamed6179() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed6128(core.List<api.LabelDescriptor> o) {
+void checkUnnamed6179(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
@@ -2424,7 +2424,7 @@
if (buildCounterMonitoredResourceDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed6128();
+ o.labels = buildUnnamed6179();
o.launchStage = 'foo';
o.name = 'foo';
o.type = 'foo';
@@ -2444,7 +2444,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed6128(o.labels!);
+ checkUnnamed6179(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -2461,27 +2461,27 @@
buildCounterMonitoredResourceDescriptor--;
}
-core.List<api.MonitoringDestination> buildUnnamed6129() {
+core.List<api.MonitoringDestination> buildUnnamed6180() {
var o = <api.MonitoringDestination>[];
o.add(buildMonitoringDestination());
o.add(buildMonitoringDestination());
return o;
}
-void checkUnnamed6129(core.List<api.MonitoringDestination> o) {
+void checkUnnamed6180(core.List<api.MonitoringDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoringDestination(o[0] as api.MonitoringDestination);
checkMonitoringDestination(o[1] as api.MonitoringDestination);
}
-core.List<api.MonitoringDestination> buildUnnamed6130() {
+core.List<api.MonitoringDestination> buildUnnamed6181() {
var o = <api.MonitoringDestination>[];
o.add(buildMonitoringDestination());
o.add(buildMonitoringDestination());
return o;
}
-void checkUnnamed6130(core.List<api.MonitoringDestination> o) {
+void checkUnnamed6181(core.List<api.MonitoringDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoringDestination(o[0] as api.MonitoringDestination);
checkMonitoringDestination(o[1] as api.MonitoringDestination);
@@ -2492,8 +2492,8 @@
var o = api.Monitoring();
buildCounterMonitoring++;
if (buildCounterMonitoring < 3) {
- o.consumerDestinations = buildUnnamed6129();
- o.producerDestinations = buildUnnamed6130();
+ o.consumerDestinations = buildUnnamed6180();
+ o.producerDestinations = buildUnnamed6181();
}
buildCounterMonitoring--;
return o;
@@ -2502,20 +2502,20 @@
void checkMonitoring(api.Monitoring o) {
buildCounterMonitoring++;
if (buildCounterMonitoring < 3) {
- checkUnnamed6129(o.consumerDestinations!);
- checkUnnamed6130(o.producerDestinations!);
+ checkUnnamed6180(o.consumerDestinations!);
+ checkUnnamed6181(o.producerDestinations!);
}
buildCounterMonitoring--;
}
-core.List<core.String> buildUnnamed6131() {
+core.List<core.String> buildUnnamed6182() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6131(core.List<core.String> o) {
+void checkUnnamed6182(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2532,7 +2532,7 @@
var o = api.MonitoringDestination();
buildCounterMonitoringDestination++;
if (buildCounterMonitoringDestination < 3) {
- o.metrics = buildUnnamed6131();
+ o.metrics = buildUnnamed6182();
o.monitoredResource = 'foo';
}
buildCounterMonitoringDestination--;
@@ -2542,7 +2542,7 @@
void checkMonitoringDestination(api.MonitoringDestination o) {
buildCounterMonitoringDestination++;
if (buildCounterMonitoringDestination < 3) {
- checkUnnamed6131(o.metrics!);
+ checkUnnamed6182(o.metrics!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -2573,7 +2573,7 @@
buildCounterOAuthRequirements--;
}
-core.Map<core.String, core.Object> buildUnnamed6132() {
+core.Map<core.String, core.Object> buildUnnamed6183() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2588,7 +2588,7 @@
return o;
}
-void checkUnnamed6132(core.Map<core.String, core.Object> o) {
+void checkUnnamed6183(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -2620,7 +2620,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6133() {
+core.Map<core.String, core.Object> buildUnnamed6184() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2635,7 +2635,7 @@
return o;
}
-void checkUnnamed6133(core.Map<core.String, core.Object> o) {
+void checkUnnamed6184(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -2674,9 +2674,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed6132();
+ o.metadata = buildUnnamed6183();
o.name = 'foo';
- o.response = buildUnnamed6133();
+ o.response = buildUnnamed6184();
}
buildCounterOperation--;
return o;
@@ -2687,12 +2687,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed6132(o.metadata!);
+ checkUnnamed6183(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6133(o.response!);
+ checkUnnamed6184(o.response!);
}
buildCounterOperation--;
}
@@ -2724,14 +2724,14 @@
buildCounterOperationInfo--;
}
-core.List<core.String> buildUnnamed6134() {
+core.List<core.String> buildUnnamed6185() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6134(core.List<core.String> o) {
+void checkUnnamed6185(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2743,14 +2743,14 @@
);
}
-core.List<api.Step> buildUnnamed6135() {
+core.List<api.Step> buildUnnamed6186() {
var o = <api.Step>[];
o.add(buildStep());
o.add(buildStep());
return o;
}
-void checkUnnamed6135(core.List<api.Step> o) {
+void checkUnnamed6186(core.List<api.Step> o) {
unittest.expect(o, unittest.hasLength(2));
checkStep(o[0] as api.Step);
checkStep(o[1] as api.Step);
@@ -2762,9 +2762,9 @@
buildCounterOperationMetadata++;
if (buildCounterOperationMetadata < 3) {
o.progressPercentage = 42;
- o.resourceNames = buildUnnamed6134();
+ o.resourceNames = buildUnnamed6185();
o.startTime = 'foo';
- o.steps = buildUnnamed6135();
+ o.steps = buildUnnamed6186();
}
buildCounterOperationMetadata--;
return o;
@@ -2777,17 +2777,17 @@
o.progressPercentage!,
unittest.equals(42),
);
- checkUnnamed6134(o.resourceNames!);
+ checkUnnamed6185(o.resourceNames!);
unittest.expect(
o.startTime!,
unittest.equals('foo'),
);
- checkUnnamed6135(o.steps!);
+ checkUnnamed6186(o.steps!);
}
buildCounterOperationMetadata--;
}
-core.Map<core.String, core.Object> buildUnnamed6136() {
+core.Map<core.String, core.Object> buildUnnamed6187() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2802,7 +2802,7 @@
return o;
}
-void checkUnnamed6136(core.Map<core.String, core.Object> o) {
+void checkUnnamed6187(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -2840,7 +2840,7 @@
buildCounterOption++;
if (buildCounterOption < 3) {
o.name = 'foo';
- o.value = buildUnnamed6136();
+ o.value = buildUnnamed6187();
}
buildCounterOption--;
return o;
@@ -2853,19 +2853,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6136(o.value!);
+ checkUnnamed6187(o.value!);
}
buildCounterOption--;
}
-core.List<api.Page> buildUnnamed6137() {
+core.List<api.Page> buildUnnamed6188() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed6137(core.List<api.Page> o) {
+void checkUnnamed6188(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
@@ -2878,7 +2878,7 @@
if (buildCounterPage < 3) {
o.content = 'foo';
o.name = 'foo';
- o.subpages = buildUnnamed6137();
+ o.subpages = buildUnnamed6188();
}
buildCounterPage--;
return o;
@@ -2895,32 +2895,32 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6137(o.subpages!);
+ checkUnnamed6188(o.subpages!);
}
buildCounterPage--;
}
-core.List<api.AuditConfig> buildUnnamed6138() {
+core.List<api.AuditConfig> buildUnnamed6189() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed6138(core.List<api.AuditConfig> o) {
+void checkUnnamed6189(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed6139() {
+core.List<api.Binding> buildUnnamed6190() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed6139(core.List<api.Binding> o) {
+void checkUnnamed6190(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -2931,8 +2931,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed6138();
- o.bindings = buildUnnamed6139();
+ o.auditConfigs = buildUnnamed6189();
+ o.bindings = buildUnnamed6190();
o.etag = 'foo';
o.version = 42;
}
@@ -2943,8 +2943,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed6138(o.auditConfigs!);
- checkUnnamed6139(o.bindings!);
+ checkUnnamed6189(o.auditConfigs!);
+ checkUnnamed6190(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -2957,27 +2957,27 @@
buildCounterPolicy--;
}
-core.List<api.QuotaLimit> buildUnnamed6140() {
+core.List<api.QuotaLimit> buildUnnamed6191() {
var o = <api.QuotaLimit>[];
o.add(buildQuotaLimit());
o.add(buildQuotaLimit());
return o;
}
-void checkUnnamed6140(core.List<api.QuotaLimit> o) {
+void checkUnnamed6191(core.List<api.QuotaLimit> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuotaLimit(o[0] as api.QuotaLimit);
checkQuotaLimit(o[1] as api.QuotaLimit);
}
-core.List<api.MetricRule> buildUnnamed6141() {
+core.List<api.MetricRule> buildUnnamed6192() {
var o = <api.MetricRule>[];
o.add(buildMetricRule());
o.add(buildMetricRule());
return o;
}
-void checkUnnamed6141(core.List<api.MetricRule> o) {
+void checkUnnamed6192(core.List<api.MetricRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricRule(o[0] as api.MetricRule);
checkMetricRule(o[1] as api.MetricRule);
@@ -2988,8 +2988,8 @@
var o = api.Quota();
buildCounterQuota++;
if (buildCounterQuota < 3) {
- o.limits = buildUnnamed6140();
- o.metricRules = buildUnnamed6141();
+ o.limits = buildUnnamed6191();
+ o.metricRules = buildUnnamed6192();
}
buildCounterQuota--;
return o;
@@ -2998,20 +2998,20 @@
void checkQuota(api.Quota o) {
buildCounterQuota++;
if (buildCounterQuota < 3) {
- checkUnnamed6140(o.limits!);
- checkUnnamed6141(o.metricRules!);
+ checkUnnamed6191(o.limits!);
+ checkUnnamed6192(o.metricRules!);
}
buildCounterQuota--;
}
-core.Map<core.String, core.String> buildUnnamed6142() {
+core.Map<core.String, core.String> buildUnnamed6193() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6142(core.Map<core.String, core.String> o) {
+void checkUnnamed6193(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3037,7 +3037,7 @@
o.metric = 'foo';
o.name = 'foo';
o.unit = 'foo';
- o.values = buildUnnamed6142();
+ o.values = buildUnnamed6193();
}
buildCounterQuotaLimit--;
return o;
@@ -3082,7 +3082,7 @@
o.unit!,
unittest.equals('foo'),
);
- checkUnnamed6142(o.values!);
+ checkUnnamed6193(o.values!);
}
buildCounterQuotaLimit--;
}
@@ -3162,105 +3162,105 @@
buildCounterRollout--;
}
-core.List<api.Api> buildUnnamed6143() {
+core.List<api.Api> buildUnnamed6194() {
var o = <api.Api>[];
o.add(buildApi());
o.add(buildApi());
return o;
}
-void checkUnnamed6143(core.List<api.Api> o) {
+void checkUnnamed6194(core.List<api.Api> o) {
unittest.expect(o, unittest.hasLength(2));
checkApi(o[0] as api.Api);
checkApi(o[1] as api.Api);
}
-core.List<api.Endpoint> buildUnnamed6144() {
+core.List<api.Endpoint> buildUnnamed6195() {
var o = <api.Endpoint>[];
o.add(buildEndpoint());
o.add(buildEndpoint());
return o;
}
-void checkUnnamed6144(core.List<api.Endpoint> o) {
+void checkUnnamed6195(core.List<api.Endpoint> o) {
unittest.expect(o, unittest.hasLength(2));
checkEndpoint(o[0] as api.Endpoint);
checkEndpoint(o[1] as api.Endpoint);
}
-core.List<api.Enum> buildUnnamed6145() {
+core.List<api.Enum> buildUnnamed6196() {
var o = <api.Enum>[];
o.add(buildEnum());
o.add(buildEnum());
return o;
}
-void checkUnnamed6145(core.List<api.Enum> o) {
+void checkUnnamed6196(core.List<api.Enum> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnum(o[0] as api.Enum);
checkEnum(o[1] as api.Enum);
}
-core.List<api.LogDescriptor> buildUnnamed6146() {
+core.List<api.LogDescriptor> buildUnnamed6197() {
var o = <api.LogDescriptor>[];
o.add(buildLogDescriptor());
o.add(buildLogDescriptor());
return o;
}
-void checkUnnamed6146(core.List<api.LogDescriptor> o) {
+void checkUnnamed6197(core.List<api.LogDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogDescriptor(o[0] as api.LogDescriptor);
checkLogDescriptor(o[1] as api.LogDescriptor);
}
-core.List<api.MetricDescriptor> buildUnnamed6147() {
+core.List<api.MetricDescriptor> buildUnnamed6198() {
var o = <api.MetricDescriptor>[];
o.add(buildMetricDescriptor());
o.add(buildMetricDescriptor());
return o;
}
-void checkUnnamed6147(core.List<api.MetricDescriptor> o) {
+void checkUnnamed6198(core.List<api.MetricDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricDescriptor(o[0] as api.MetricDescriptor);
checkMetricDescriptor(o[1] as api.MetricDescriptor);
}
-core.List<api.MonitoredResourceDescriptor> buildUnnamed6148() {
+core.List<api.MonitoredResourceDescriptor> buildUnnamed6199() {
var o = <api.MonitoredResourceDescriptor>[];
o.add(buildMonitoredResourceDescriptor());
o.add(buildMonitoredResourceDescriptor());
return o;
}
-void checkUnnamed6148(core.List<api.MonitoredResourceDescriptor> o) {
+void checkUnnamed6199(core.List<api.MonitoredResourceDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoredResourceDescriptor(o[0] as api.MonitoredResourceDescriptor);
checkMonitoredResourceDescriptor(o[1] as api.MonitoredResourceDescriptor);
}
-core.List<api.Type> buildUnnamed6149() {
+core.List<api.Type> buildUnnamed6200() {
var o = <api.Type>[];
o.add(buildType());
o.add(buildType());
return o;
}
-void checkUnnamed6149(core.List<api.Type> o) {
+void checkUnnamed6200(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0] as api.Type);
checkType(o[1] as api.Type);
}
-core.List<api.Type> buildUnnamed6150() {
+core.List<api.Type> buildUnnamed6201() {
var o = <api.Type>[];
o.add(buildType());
o.add(buildType());
return o;
}
-void checkUnnamed6150(core.List<api.Type> o) {
+void checkUnnamed6201(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0] as api.Type);
checkType(o[1] as api.Type);
@@ -3271,7 +3271,7 @@
var o = api.Service();
buildCounterService++;
if (buildCounterService < 3) {
- o.apis = buildUnnamed6143();
+ o.apis = buildUnnamed6194();
o.authentication = buildAuthentication();
o.backend = buildBackend();
o.billing = buildBilling();
@@ -3280,23 +3280,23 @@
o.control = buildControl();
o.customError = buildCustomError();
o.documentation = buildDocumentation();
- o.endpoints = buildUnnamed6144();
- o.enums = buildUnnamed6145();
+ o.endpoints = buildUnnamed6195();
+ o.enums = buildUnnamed6196();
o.http = buildHttp();
o.id = 'foo';
o.logging = buildLogging();
- o.logs = buildUnnamed6146();
- o.metrics = buildUnnamed6147();
- o.monitoredResources = buildUnnamed6148();
+ o.logs = buildUnnamed6197();
+ o.metrics = buildUnnamed6198();
+ o.monitoredResources = buildUnnamed6199();
o.monitoring = buildMonitoring();
o.name = 'foo';
o.producerProjectId = 'foo';
o.quota = buildQuota();
o.sourceInfo = buildSourceInfo();
o.systemParameters = buildSystemParameters();
- o.systemTypes = buildUnnamed6149();
+ o.systemTypes = buildUnnamed6200();
o.title = 'foo';
- o.types = buildUnnamed6150();
+ o.types = buildUnnamed6201();
o.usage = buildUsage();
}
buildCounterService--;
@@ -3306,7 +3306,7 @@
void checkService(api.Service o) {
buildCounterService++;
if (buildCounterService < 3) {
- checkUnnamed6143(o.apis!);
+ checkUnnamed6194(o.apis!);
checkAuthentication(o.authentication! as api.Authentication);
checkBackend(o.backend! as api.Backend);
checkBilling(o.billing! as api.Billing);
@@ -3318,17 +3318,17 @@
checkControl(o.control! as api.Control);
checkCustomError(o.customError! as api.CustomError);
checkDocumentation(o.documentation! as api.Documentation);
- checkUnnamed6144(o.endpoints!);
- checkUnnamed6145(o.enums!);
+ checkUnnamed6195(o.endpoints!);
+ checkUnnamed6196(o.enums!);
checkHttp(o.http! as api.Http);
unittest.expect(
o.id!,
unittest.equals('foo'),
);
checkLogging(o.logging! as api.Logging);
- checkUnnamed6146(o.logs!);
- checkUnnamed6147(o.metrics!);
- checkUnnamed6148(o.monitoredResources!);
+ checkUnnamed6197(o.logs!);
+ checkUnnamed6198(o.metrics!);
+ checkUnnamed6199(o.monitoredResources!);
checkMonitoring(o.monitoring! as api.Monitoring);
unittest.expect(
o.name!,
@@ -3341,12 +3341,12 @@
checkQuota(o.quota! as api.Quota);
checkSourceInfo(o.sourceInfo! as api.SourceInfo);
checkSystemParameters(o.systemParameters! as api.SystemParameters);
- checkUnnamed6149(o.systemTypes!);
+ checkUnnamed6200(o.systemTypes!);
unittest.expect(
o.title!,
unittest.equals('foo'),
);
- checkUnnamed6150(o.types!);
+ checkUnnamed6201(o.types!);
checkUsage(o.usage! as api.Usage);
}
buildCounterService--;
@@ -3398,7 +3398,7 @@
buildCounterSourceContext--;
}
-core.Map<core.String, core.Object> buildUnnamed6151() {
+core.Map<core.String, core.Object> buildUnnamed6202() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3413,7 +3413,7 @@
return o;
}
-void checkUnnamed6151(core.Map<core.String, core.Object> o) {
+void checkUnnamed6202(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted11 = (o['x']!) as core.Map;
unittest.expect(casted11, unittest.hasLength(3));
@@ -3445,17 +3445,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6152() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6203() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6151());
- o.add(buildUnnamed6151());
+ o.add(buildUnnamed6202());
+ o.add(buildUnnamed6202());
return o;
}
-void checkUnnamed6152(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6203(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6151(o[0]);
- checkUnnamed6151(o[1]);
+ checkUnnamed6202(o[0]);
+ checkUnnamed6202(o[1]);
}
core.int buildCounterSourceInfo = 0;
@@ -3463,7 +3463,7 @@
var o = api.SourceInfo();
buildCounterSourceInfo++;
if (buildCounterSourceInfo < 3) {
- o.sourceFiles = buildUnnamed6152();
+ o.sourceFiles = buildUnnamed6203();
}
buildCounterSourceInfo--;
return o;
@@ -3472,12 +3472,12 @@
void checkSourceInfo(api.SourceInfo o) {
buildCounterSourceInfo++;
if (buildCounterSourceInfo < 3) {
- checkUnnamed6152(o.sourceFiles!);
+ checkUnnamed6203(o.sourceFiles!);
}
buildCounterSourceInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed6153() {
+core.Map<core.String, core.Object> buildUnnamed6204() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3492,7 +3492,7 @@
return o;
}
-void checkUnnamed6153(core.Map<core.String, core.Object> o) {
+void checkUnnamed6204(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted13 = (o['x']!) as core.Map;
unittest.expect(casted13, unittest.hasLength(3));
@@ -3524,17 +3524,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6154() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6205() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6153());
- o.add(buildUnnamed6153());
+ o.add(buildUnnamed6204());
+ o.add(buildUnnamed6204());
return o;
}
-void checkUnnamed6154(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6205(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6153(o[0]);
- checkUnnamed6153(o[1]);
+ checkUnnamed6204(o[0]);
+ checkUnnamed6204(o[1]);
}
core.int buildCounterStatus = 0;
@@ -3543,7 +3543,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed6154();
+ o.details = buildUnnamed6205();
o.message = 'foo';
}
buildCounterStatus--;
@@ -3557,7 +3557,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed6154(o.details!);
+ checkUnnamed6205(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -3665,14 +3665,14 @@
buildCounterSystemParameter--;
}
-core.List<api.SystemParameter> buildUnnamed6155() {
+core.List<api.SystemParameter> buildUnnamed6206() {
var o = <api.SystemParameter>[];
o.add(buildSystemParameter());
o.add(buildSystemParameter());
return o;
}
-void checkUnnamed6155(core.List<api.SystemParameter> o) {
+void checkUnnamed6206(core.List<api.SystemParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkSystemParameter(o[0] as api.SystemParameter);
checkSystemParameter(o[1] as api.SystemParameter);
@@ -3683,7 +3683,7 @@
var o = api.SystemParameterRule();
buildCounterSystemParameterRule++;
if (buildCounterSystemParameterRule < 3) {
- o.parameters = buildUnnamed6155();
+ o.parameters = buildUnnamed6206();
o.selector = 'foo';
}
buildCounterSystemParameterRule--;
@@ -3693,7 +3693,7 @@
void checkSystemParameterRule(api.SystemParameterRule o) {
buildCounterSystemParameterRule++;
if (buildCounterSystemParameterRule < 3) {
- checkUnnamed6155(o.parameters!);
+ checkUnnamed6206(o.parameters!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -3702,14 +3702,14 @@
buildCounterSystemParameterRule--;
}
-core.List<api.SystemParameterRule> buildUnnamed6156() {
+core.List<api.SystemParameterRule> buildUnnamed6207() {
var o = <api.SystemParameterRule>[];
o.add(buildSystemParameterRule());
o.add(buildSystemParameterRule());
return o;
}
-void checkUnnamed6156(core.List<api.SystemParameterRule> o) {
+void checkUnnamed6207(core.List<api.SystemParameterRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkSystemParameterRule(o[0] as api.SystemParameterRule);
checkSystemParameterRule(o[1] as api.SystemParameterRule);
@@ -3720,7 +3720,7 @@
var o = api.SystemParameters();
buildCounterSystemParameters++;
if (buildCounterSystemParameters < 3) {
- o.rules = buildUnnamed6156();
+ o.rules = buildUnnamed6207();
}
buildCounterSystemParameters--;
return o;
@@ -3729,19 +3729,19 @@
void checkSystemParameters(api.SystemParameters o) {
buildCounterSystemParameters++;
if (buildCounterSystemParameters < 3) {
- checkUnnamed6156(o.rules!);
+ checkUnnamed6207(o.rules!);
}
buildCounterSystemParameters--;
}
-core.List<core.String> buildUnnamed6157() {
+core.List<core.String> buildUnnamed6208() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6157(core.List<core.String> o) {
+void checkUnnamed6208(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3758,7 +3758,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed6157();
+ o.permissions = buildUnnamed6208();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -3767,19 +3767,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed6157(o.permissions!);
+ checkUnnamed6208(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed6158() {
+core.List<core.String> buildUnnamed6209() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6158(core.List<core.String> o) {
+void checkUnnamed6209(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3796,7 +3796,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed6158();
+ o.permissions = buildUnnamed6209();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -3805,19 +3805,19 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed6158(o.permissions!);
+ checkUnnamed6209(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
-core.Map<core.String, core.double> buildUnnamed6159() {
+core.Map<core.String, core.double> buildUnnamed6210() {
var o = <core.String, core.double>{};
o['x'] = 42.0;
o['y'] = 42.0;
return o;
}
-void checkUnnamed6159(core.Map<core.String, core.double> o) {
+void checkUnnamed6210(core.Map<core.String, core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3834,7 +3834,7 @@
var o = api.TrafficPercentStrategy();
buildCounterTrafficPercentStrategy++;
if (buildCounterTrafficPercentStrategy < 3) {
- o.percentages = buildUnnamed6159();
+ o.percentages = buildUnnamed6210();
}
buildCounterTrafficPercentStrategy--;
return o;
@@ -3843,32 +3843,32 @@
void checkTrafficPercentStrategy(api.TrafficPercentStrategy o) {
buildCounterTrafficPercentStrategy++;
if (buildCounterTrafficPercentStrategy < 3) {
- checkUnnamed6159(o.percentages!);
+ checkUnnamed6210(o.percentages!);
}
buildCounterTrafficPercentStrategy--;
}
-core.List<api.Field> buildUnnamed6160() {
+core.List<api.Field> buildUnnamed6211() {
var o = <api.Field>[];
o.add(buildField());
o.add(buildField());
return o;
}
-void checkUnnamed6160(core.List<api.Field> o) {
+void checkUnnamed6211(core.List<api.Field> o) {
unittest.expect(o, unittest.hasLength(2));
checkField(o[0] as api.Field);
checkField(o[1] as api.Field);
}
-core.List<core.String> buildUnnamed6161() {
+core.List<core.String> buildUnnamed6212() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6161(core.List<core.String> o) {
+void checkUnnamed6212(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3880,14 +3880,14 @@
);
}
-core.List<api.Option> buildUnnamed6162() {
+core.List<api.Option> buildUnnamed6213() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed6162(core.List<api.Option> o) {
+void checkUnnamed6213(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -3898,10 +3898,10 @@
var o = api.Type();
buildCounterType++;
if (buildCounterType < 3) {
- o.fields = buildUnnamed6160();
+ o.fields = buildUnnamed6211();
o.name = 'foo';
- o.oneofs = buildUnnamed6161();
- o.options = buildUnnamed6162();
+ o.oneofs = buildUnnamed6212();
+ o.options = buildUnnamed6213();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
}
@@ -3912,13 +3912,13 @@
void checkType(api.Type o) {
buildCounterType++;
if (buildCounterType < 3) {
- checkUnnamed6160(o.fields!);
+ checkUnnamed6211(o.fields!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6161(o.oneofs!);
- checkUnnamed6162(o.options!);
+ checkUnnamed6212(o.oneofs!);
+ checkUnnamed6213(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -3947,14 +3947,14 @@
buildCounterUndeleteServiceResponse--;
}
-core.List<core.String> buildUnnamed6163() {
+core.List<core.String> buildUnnamed6214() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6163(core.List<core.String> o) {
+void checkUnnamed6214(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3966,14 +3966,14 @@
);
}
-core.List<api.UsageRule> buildUnnamed6164() {
+core.List<api.UsageRule> buildUnnamed6215() {
var o = <api.UsageRule>[];
o.add(buildUsageRule());
o.add(buildUsageRule());
return o;
}
-void checkUnnamed6164(core.List<api.UsageRule> o) {
+void checkUnnamed6215(core.List<api.UsageRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsageRule(o[0] as api.UsageRule);
checkUsageRule(o[1] as api.UsageRule);
@@ -3985,8 +3985,8 @@
buildCounterUsage++;
if (buildCounterUsage < 3) {
o.producerNotificationChannel = 'foo';
- o.requirements = buildUnnamed6163();
- o.rules = buildUnnamed6164();
+ o.requirements = buildUnnamed6214();
+ o.rules = buildUnnamed6215();
}
buildCounterUsage--;
return o;
@@ -3999,8 +3999,8 @@
o.producerNotificationChannel!,
unittest.equals('foo'),
);
- checkUnnamed6163(o.requirements!);
- checkUnnamed6164(o.rules!);
+ checkUnnamed6214(o.requirements!);
+ checkUnnamed6215(o.rules!);
}
buildCounterUsage--;
}
diff --git a/generated/googleapis/test/servicenetworking/v1_test.dart b/generated/googleapis/test/servicenetworking/v1_test.dart
index 379f6e9..990d9c6 100644
--- a/generated/googleapis/test/servicenetworking/v1_test.dart
+++ b/generated/googleapis/test/servicenetworking/v1_test.dart
@@ -154,14 +154,14 @@
buildCounterAddRolesMetadata--;
}
-core.List<api.PolicyBinding> buildUnnamed4632() {
+core.List<api.PolicyBinding> buildUnnamed4675() {
var o = <api.PolicyBinding>[];
o.add(buildPolicyBinding());
o.add(buildPolicyBinding());
return o;
}
-void checkUnnamed4632(core.List<api.PolicyBinding> o) {
+void checkUnnamed4675(core.List<api.PolicyBinding> o) {
unittest.expect(o, unittest.hasLength(2));
checkPolicyBinding(o[0] as api.PolicyBinding);
checkPolicyBinding(o[1] as api.PolicyBinding);
@@ -173,7 +173,7 @@
buildCounterAddRolesRequest++;
if (buildCounterAddRolesRequest < 3) {
o.consumerNetwork = 'foo';
- o.policyBinding = buildUnnamed4632();
+ o.policyBinding = buildUnnamed4675();
}
buildCounterAddRolesRequest--;
return o;
@@ -186,19 +186,19 @@
o.consumerNetwork!,
unittest.equals('foo'),
);
- checkUnnamed4632(o.policyBinding!);
+ checkUnnamed4675(o.policyBinding!);
}
buildCounterAddRolesRequest--;
}
-core.List<api.PolicyBinding> buildUnnamed4633() {
+core.List<api.PolicyBinding> buildUnnamed4676() {
var o = <api.PolicyBinding>[];
o.add(buildPolicyBinding());
o.add(buildPolicyBinding());
return o;
}
-void checkUnnamed4633(core.List<api.PolicyBinding> o) {
+void checkUnnamed4676(core.List<api.PolicyBinding> o) {
unittest.expect(o, unittest.hasLength(2));
checkPolicyBinding(o[0] as api.PolicyBinding);
checkPolicyBinding(o[1] as api.PolicyBinding);
@@ -209,7 +209,7 @@
var o = api.AddRolesResponse();
buildCounterAddRolesResponse++;
if (buildCounterAddRolesResponse < 3) {
- o.policyBinding = buildUnnamed4633();
+ o.policyBinding = buildUnnamed4676();
}
buildCounterAddRolesResponse--;
return o;
@@ -218,19 +218,19 @@
void checkAddRolesResponse(api.AddRolesResponse o) {
buildCounterAddRolesResponse++;
if (buildCounterAddRolesResponse < 3) {
- checkUnnamed4633(o.policyBinding!);
+ checkUnnamed4676(o.policyBinding!);
}
buildCounterAddRolesResponse--;
}
-core.List<core.String> buildUnnamed4634() {
+core.List<core.String> buildUnnamed4677() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4634(core.List<core.String> o) {
+void checkUnnamed4677(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -242,27 +242,27 @@
);
}
-core.List<api.SecondaryIpRangeSpec> buildUnnamed4635() {
+core.List<api.SecondaryIpRangeSpec> buildUnnamed4678() {
var o = <api.SecondaryIpRangeSpec>[];
o.add(buildSecondaryIpRangeSpec());
o.add(buildSecondaryIpRangeSpec());
return o;
}
-void checkUnnamed4635(core.List<api.SecondaryIpRangeSpec> o) {
+void checkUnnamed4678(core.List<api.SecondaryIpRangeSpec> o) {
unittest.expect(o, unittest.hasLength(2));
checkSecondaryIpRangeSpec(o[0] as api.SecondaryIpRangeSpec);
checkSecondaryIpRangeSpec(o[1] as api.SecondaryIpRangeSpec);
}
-core.List<core.String> buildUnnamed4636() {
+core.List<core.String> buildUnnamed4679() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4636(core.List<core.String> o) {
+void checkUnnamed4679(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -285,10 +285,10 @@
o.ipPrefixLength = 42;
o.region = 'foo';
o.requestedAddress = 'foo';
- o.requestedRanges = buildUnnamed4634();
- o.secondaryIpRangeSpecs = buildUnnamed4635();
+ o.requestedRanges = buildUnnamed4677();
+ o.secondaryIpRangeSpecs = buildUnnamed4678();
o.subnetwork = 'foo';
- o.subnetworkUsers = buildUnnamed4636();
+ o.subnetworkUsers = buildUnnamed4679();
}
buildCounterAddSubnetworkRequest--;
return o;
@@ -321,51 +321,51 @@
o.requestedAddress!,
unittest.equals('foo'),
);
- checkUnnamed4634(o.requestedRanges!);
- checkUnnamed4635(o.secondaryIpRangeSpecs!);
+ checkUnnamed4677(o.requestedRanges!);
+ checkUnnamed4678(o.secondaryIpRangeSpecs!);
unittest.expect(
o.subnetwork!,
unittest.equals('foo'),
);
- checkUnnamed4636(o.subnetworkUsers!);
+ checkUnnamed4679(o.subnetworkUsers!);
}
buildCounterAddSubnetworkRequest--;
}
-core.List<api.Method> buildUnnamed4637() {
+core.List<api.Method> buildUnnamed4680() {
var o = <api.Method>[];
o.add(buildMethod());
o.add(buildMethod());
return o;
}
-void checkUnnamed4637(core.List<api.Method> o) {
+void checkUnnamed4680(core.List<api.Method> o) {
unittest.expect(o, unittest.hasLength(2));
checkMethod(o[0] as api.Method);
checkMethod(o[1] as api.Method);
}
-core.List<api.Mixin> buildUnnamed4638() {
+core.List<api.Mixin> buildUnnamed4681() {
var o = <api.Mixin>[];
o.add(buildMixin());
o.add(buildMixin());
return o;
}
-void checkUnnamed4638(core.List<api.Mixin> o) {
+void checkUnnamed4681(core.List<api.Mixin> o) {
unittest.expect(o, unittest.hasLength(2));
checkMixin(o[0] as api.Mixin);
checkMixin(o[1] as api.Mixin);
}
-core.List<api.Option> buildUnnamed4639() {
+core.List<api.Option> buildUnnamed4682() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed4639(core.List<api.Option> o) {
+void checkUnnamed4682(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -376,10 +376,10 @@
var o = api.Api();
buildCounterApi++;
if (buildCounterApi < 3) {
- o.methods = buildUnnamed4637();
- o.mixins = buildUnnamed4638();
+ o.methods = buildUnnamed4680();
+ o.mixins = buildUnnamed4681();
o.name = 'foo';
- o.options = buildUnnamed4639();
+ o.options = buildUnnamed4682();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
o.version = 'foo';
@@ -391,13 +391,13 @@
void checkApi(api.Api o) {
buildCounterApi++;
if (buildCounterApi < 3) {
- checkUnnamed4637(o.methods!);
- checkUnnamed4638(o.mixins!);
+ checkUnnamed4680(o.methods!);
+ checkUnnamed4681(o.mixins!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4639(o.options!);
+ checkUnnamed4682(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -411,14 +411,14 @@
buildCounterApi--;
}
-core.List<api.JwtLocation> buildUnnamed4640() {
+core.List<api.JwtLocation> buildUnnamed4683() {
var o = <api.JwtLocation>[];
o.add(buildJwtLocation());
o.add(buildJwtLocation());
return o;
}
-void checkUnnamed4640(core.List<api.JwtLocation> o) {
+void checkUnnamed4683(core.List<api.JwtLocation> o) {
unittest.expect(o, unittest.hasLength(2));
checkJwtLocation(o[0] as api.JwtLocation);
checkJwtLocation(o[1] as api.JwtLocation);
@@ -434,7 +434,7 @@
o.id = 'foo';
o.issuer = 'foo';
o.jwksUri = 'foo';
- o.jwtLocations = buildUnnamed4640();
+ o.jwtLocations = buildUnnamed4683();
}
buildCounterAuthProvider--;
return o;
@@ -463,7 +463,7 @@
o.jwksUri!,
unittest.equals('foo'),
);
- checkUnnamed4640(o.jwtLocations!);
+ checkUnnamed4683(o.jwtLocations!);
}
buildCounterAuthProvider--;
}
@@ -495,27 +495,27 @@
buildCounterAuthRequirement--;
}
-core.List<api.AuthProvider> buildUnnamed4641() {
+core.List<api.AuthProvider> buildUnnamed4684() {
var o = <api.AuthProvider>[];
o.add(buildAuthProvider());
o.add(buildAuthProvider());
return o;
}
-void checkUnnamed4641(core.List<api.AuthProvider> o) {
+void checkUnnamed4684(core.List<api.AuthProvider> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthProvider(o[0] as api.AuthProvider);
checkAuthProvider(o[1] as api.AuthProvider);
}
-core.List<api.AuthenticationRule> buildUnnamed4642() {
+core.List<api.AuthenticationRule> buildUnnamed4685() {
var o = <api.AuthenticationRule>[];
o.add(buildAuthenticationRule());
o.add(buildAuthenticationRule());
return o;
}
-void checkUnnamed4642(core.List<api.AuthenticationRule> o) {
+void checkUnnamed4685(core.List<api.AuthenticationRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthenticationRule(o[0] as api.AuthenticationRule);
checkAuthenticationRule(o[1] as api.AuthenticationRule);
@@ -526,8 +526,8 @@
var o = api.Authentication();
buildCounterAuthentication++;
if (buildCounterAuthentication < 3) {
- o.providers = buildUnnamed4641();
- o.rules = buildUnnamed4642();
+ o.providers = buildUnnamed4684();
+ o.rules = buildUnnamed4685();
}
buildCounterAuthentication--;
return o;
@@ -536,20 +536,20 @@
void checkAuthentication(api.Authentication o) {
buildCounterAuthentication++;
if (buildCounterAuthentication < 3) {
- checkUnnamed4641(o.providers!);
- checkUnnamed4642(o.rules!);
+ checkUnnamed4684(o.providers!);
+ checkUnnamed4685(o.rules!);
}
buildCounterAuthentication--;
}
-core.List<api.AuthRequirement> buildUnnamed4643() {
+core.List<api.AuthRequirement> buildUnnamed4686() {
var o = <api.AuthRequirement>[];
o.add(buildAuthRequirement());
o.add(buildAuthRequirement());
return o;
}
-void checkUnnamed4643(core.List<api.AuthRequirement> o) {
+void checkUnnamed4686(core.List<api.AuthRequirement> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuthRequirement(o[0] as api.AuthRequirement);
checkAuthRequirement(o[1] as api.AuthRequirement);
@@ -562,7 +562,7 @@
if (buildCounterAuthenticationRule < 3) {
o.allowWithoutCredential = true;
o.oauth = buildOAuthRequirements();
- o.requirements = buildUnnamed4643();
+ o.requirements = buildUnnamed4686();
o.selector = 'foo';
}
buildCounterAuthenticationRule--;
@@ -574,7 +574,7 @@
if (buildCounterAuthenticationRule < 3) {
unittest.expect(o.allowWithoutCredential!, unittest.isTrue);
checkOAuthRequirements(o.oauth! as api.OAuthRequirements);
- checkUnnamed4643(o.requirements!);
+ checkUnnamed4686(o.requirements!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -583,14 +583,14 @@
buildCounterAuthenticationRule--;
}
-core.List<api.BackendRule> buildUnnamed4644() {
+core.List<api.BackendRule> buildUnnamed4687() {
var o = <api.BackendRule>[];
o.add(buildBackendRule());
o.add(buildBackendRule());
return o;
}
-void checkUnnamed4644(core.List<api.BackendRule> o) {
+void checkUnnamed4687(core.List<api.BackendRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkBackendRule(o[0] as api.BackendRule);
checkBackendRule(o[1] as api.BackendRule);
@@ -601,7 +601,7 @@
var o = api.Backend();
buildCounterBackend++;
if (buildCounterBackend < 3) {
- o.rules = buildUnnamed4644();
+ o.rules = buildUnnamed4687();
}
buildCounterBackend--;
return o;
@@ -610,7 +610,7 @@
void checkBackend(api.Backend o) {
buildCounterBackend++;
if (buildCounterBackend < 3) {
- checkUnnamed4644(o.rules!);
+ checkUnnamed4687(o.rules!);
}
buildCounterBackend--;
}
@@ -669,14 +669,14 @@
buildCounterBackendRule--;
}
-core.List<api.BillingDestination> buildUnnamed4645() {
+core.List<api.BillingDestination> buildUnnamed4688() {
var o = <api.BillingDestination>[];
o.add(buildBillingDestination());
o.add(buildBillingDestination());
return o;
}
-void checkUnnamed4645(core.List<api.BillingDestination> o) {
+void checkUnnamed4688(core.List<api.BillingDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkBillingDestination(o[0] as api.BillingDestination);
checkBillingDestination(o[1] as api.BillingDestination);
@@ -687,7 +687,7 @@
var o = api.Billing();
buildCounterBilling++;
if (buildCounterBilling < 3) {
- o.consumerDestinations = buildUnnamed4645();
+ o.consumerDestinations = buildUnnamed4688();
}
buildCounterBilling--;
return o;
@@ -696,19 +696,19 @@
void checkBilling(api.Billing o) {
buildCounterBilling++;
if (buildCounterBilling < 3) {
- checkUnnamed4645(o.consumerDestinations!);
+ checkUnnamed4688(o.consumerDestinations!);
}
buildCounterBilling--;
}
-core.List<core.String> buildUnnamed4646() {
+core.List<core.String> buildUnnamed4689() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4646(core.List<core.String> o) {
+void checkUnnamed4689(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -725,7 +725,7 @@
var o = api.BillingDestination();
buildCounterBillingDestination++;
if (buildCounterBillingDestination < 3) {
- o.metrics = buildUnnamed4646();
+ o.metrics = buildUnnamed4689();
o.monitoredResource = 'foo';
}
buildCounterBillingDestination--;
@@ -735,7 +735,7 @@
void checkBillingDestination(api.BillingDestination o) {
buildCounterBillingDestination++;
if (buildCounterBillingDestination < 3) {
- checkUnnamed4646(o.metrics!);
+ checkUnnamed4689(o.metrics!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -759,14 +759,14 @@
buildCounterCancelOperationRequest--;
}
-core.List<core.String> buildUnnamed4647() {
+core.List<core.String> buildUnnamed4690() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4647(core.List<core.String> o) {
+void checkUnnamed4690(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -785,7 +785,7 @@
if (buildCounterConnection < 3) {
o.network = 'foo';
o.peering = 'foo';
- o.reservedPeeringRanges = buildUnnamed4647();
+ o.reservedPeeringRanges = buildUnnamed4690();
o.service = 'foo';
}
buildCounterConnection--;
@@ -803,7 +803,7 @@
o.peering!,
unittest.equals('foo'),
);
- checkUnnamed4647(o.reservedPeeringRanges!);
+ checkUnnamed4690(o.reservedPeeringRanges!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -813,14 +813,14 @@
}
core.List<api.GoogleCloudServicenetworkingV1ConsumerConfigReservedRange>
- buildUnnamed4648() {
+ buildUnnamed4691() {
var o = <api.GoogleCloudServicenetworkingV1ConsumerConfigReservedRange>[];
o.add(buildGoogleCloudServicenetworkingV1ConsumerConfigReservedRange());
o.add(buildGoogleCloudServicenetworkingV1ConsumerConfigReservedRange());
return o;
}
-void checkUnnamed4648(
+void checkUnnamed4691(
core.List<api.GoogleCloudServicenetworkingV1ConsumerConfigReservedRange>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -844,7 +844,7 @@
o.producerImportCustomRoutes = true;
o.producerImportSubnetRoutesWithPublicIp = true;
o.producerNetwork = 'foo';
- o.reservedRanges = buildUnnamed4648();
+ o.reservedRanges = buildUnnamed4691();
o.vpcScReferenceArchitectureEnabled = true;
}
buildCounterConsumerConfig--;
@@ -866,7 +866,7 @@
o.producerNetwork!,
unittest.equals('foo'),
);
- checkUnnamed4648(o.reservedRanges!);
+ checkUnnamed4691(o.reservedRanges!);
unittest.expect(o.vpcScReferenceArchitectureEnabled!, unittest.isTrue);
}
buildCounterConsumerConfig--;
@@ -909,14 +909,14 @@
buildCounterConsumerProject--;
}
-core.List<api.ContextRule> buildUnnamed4649() {
+core.List<api.ContextRule> buildUnnamed4692() {
var o = <api.ContextRule>[];
o.add(buildContextRule());
o.add(buildContextRule());
return o;
}
-void checkUnnamed4649(core.List<api.ContextRule> o) {
+void checkUnnamed4692(core.List<api.ContextRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkContextRule(o[0] as api.ContextRule);
checkContextRule(o[1] as api.ContextRule);
@@ -927,7 +927,7 @@
var o = api.Context();
buildCounterContext++;
if (buildCounterContext < 3) {
- o.rules = buildUnnamed4649();
+ o.rules = buildUnnamed4692();
}
buildCounterContext--;
return o;
@@ -936,19 +936,19 @@
void checkContext(api.Context o) {
buildCounterContext++;
if (buildCounterContext < 3) {
- checkUnnamed4649(o.rules!);
+ checkUnnamed4692(o.rules!);
}
buildCounterContext--;
}
-core.List<core.String> buildUnnamed4650() {
+core.List<core.String> buildUnnamed4693() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4650(core.List<core.String> o) {
+void checkUnnamed4693(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -960,14 +960,14 @@
);
}
-core.List<core.String> buildUnnamed4651() {
+core.List<core.String> buildUnnamed4694() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4651(core.List<core.String> o) {
+void checkUnnamed4694(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -979,14 +979,14 @@
);
}
-core.List<core.String> buildUnnamed4652() {
+core.List<core.String> buildUnnamed4695() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4652(core.List<core.String> o) {
+void checkUnnamed4695(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -998,14 +998,14 @@
);
}
-core.List<core.String> buildUnnamed4653() {
+core.List<core.String> buildUnnamed4696() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4653(core.List<core.String> o) {
+void checkUnnamed4696(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1022,10 +1022,10 @@
var o = api.ContextRule();
buildCounterContextRule++;
if (buildCounterContextRule < 3) {
- o.allowedRequestExtensions = buildUnnamed4650();
- o.allowedResponseExtensions = buildUnnamed4651();
- o.provided = buildUnnamed4652();
- o.requested = buildUnnamed4653();
+ o.allowedRequestExtensions = buildUnnamed4693();
+ o.allowedResponseExtensions = buildUnnamed4694();
+ o.provided = buildUnnamed4695();
+ o.requested = buildUnnamed4696();
o.selector = 'foo';
}
buildCounterContextRule--;
@@ -1035,10 +1035,10 @@
void checkContextRule(api.ContextRule o) {
buildCounterContextRule++;
if (buildCounterContextRule < 3) {
- checkUnnamed4650(o.allowedRequestExtensions!);
- checkUnnamed4651(o.allowedResponseExtensions!);
- checkUnnamed4652(o.provided!);
- checkUnnamed4653(o.requested!);
+ checkUnnamed4693(o.allowedRequestExtensions!);
+ checkUnnamed4694(o.allowedResponseExtensions!);
+ checkUnnamed4695(o.provided!);
+ checkUnnamed4696(o.requested!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -1069,27 +1069,27 @@
buildCounterControl--;
}
-core.List<api.CustomErrorRule> buildUnnamed4654() {
+core.List<api.CustomErrorRule> buildUnnamed4697() {
var o = <api.CustomErrorRule>[];
o.add(buildCustomErrorRule());
o.add(buildCustomErrorRule());
return o;
}
-void checkUnnamed4654(core.List<api.CustomErrorRule> o) {
+void checkUnnamed4697(core.List<api.CustomErrorRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomErrorRule(o[0] as api.CustomErrorRule);
checkCustomErrorRule(o[1] as api.CustomErrorRule);
}
-core.List<core.String> buildUnnamed4655() {
+core.List<core.String> buildUnnamed4698() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4655(core.List<core.String> o) {
+void checkUnnamed4698(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1106,8 +1106,8 @@
var o = api.CustomError();
buildCounterCustomError++;
if (buildCounterCustomError < 3) {
- o.rules = buildUnnamed4654();
- o.types = buildUnnamed4655();
+ o.rules = buildUnnamed4697();
+ o.types = buildUnnamed4698();
}
buildCounterCustomError--;
return o;
@@ -1116,8 +1116,8 @@
void checkCustomError(api.CustomError o) {
buildCounterCustomError++;
if (buildCounterCustomError < 3) {
- checkUnnamed4654(o.rules!);
- checkUnnamed4655(o.types!);
+ checkUnnamed4697(o.rules!);
+ checkUnnamed4698(o.types!);
}
buildCounterCustomError--;
}
@@ -1248,14 +1248,14 @@
buildCounterDisableVpcServiceControlsRequest--;
}
-core.List<core.String> buildUnnamed4656() {
+core.List<core.String> buildUnnamed4699() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4656(core.List<core.String> o) {
+void checkUnnamed4699(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1272,7 +1272,7 @@
var o = api.DnsRecordSet();
buildCounterDnsRecordSet++;
if (buildCounterDnsRecordSet < 3) {
- o.data = buildUnnamed4656();
+ o.data = buildUnnamed4699();
o.domain = 'foo';
o.ttl = 'foo';
o.type = 'foo';
@@ -1284,7 +1284,7 @@
void checkDnsRecordSet(api.DnsRecordSet o) {
buildCounterDnsRecordSet++;
if (buildCounterDnsRecordSet < 3) {
- checkUnnamed4656(o.data!);
+ checkUnnamed4699(o.data!);
unittest.expect(
o.domain!,
unittest.equals('foo'),
@@ -1328,27 +1328,27 @@
buildCounterDnsZone--;
}
-core.List<api.Page> buildUnnamed4657() {
+core.List<api.Page> buildUnnamed4700() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed4657(core.List<api.Page> o) {
+void checkUnnamed4700(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
}
-core.List<api.DocumentationRule> buildUnnamed4658() {
+core.List<api.DocumentationRule> buildUnnamed4701() {
var o = <api.DocumentationRule>[];
o.add(buildDocumentationRule());
o.add(buildDocumentationRule());
return o;
}
-void checkUnnamed4658(core.List<api.DocumentationRule> o) {
+void checkUnnamed4701(core.List<api.DocumentationRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkDocumentationRule(o[0] as api.DocumentationRule);
checkDocumentationRule(o[1] as api.DocumentationRule);
@@ -1361,8 +1361,8 @@
if (buildCounterDocumentation < 3) {
o.documentationRootUrl = 'foo';
o.overview = 'foo';
- o.pages = buildUnnamed4657();
- o.rules = buildUnnamed4658();
+ o.pages = buildUnnamed4700();
+ o.rules = buildUnnamed4701();
o.serviceRootUrl = 'foo';
o.summary = 'foo';
}
@@ -1381,8 +1381,8 @@
o.overview!,
unittest.equals('foo'),
);
- checkUnnamed4657(o.pages!);
- checkUnnamed4658(o.rules!);
+ checkUnnamed4700(o.pages!);
+ checkUnnamed4701(o.rules!);
unittest.expect(
o.serviceRootUrl!,
unittest.equals('foo'),
@@ -1494,27 +1494,27 @@
buildCounterEndpoint--;
}
-core.List<api.EnumValue> buildUnnamed4659() {
+core.List<api.EnumValue> buildUnnamed4702() {
var o = <api.EnumValue>[];
o.add(buildEnumValue());
o.add(buildEnumValue());
return o;
}
-void checkUnnamed4659(core.List<api.EnumValue> o) {
+void checkUnnamed4702(core.List<api.EnumValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnumValue(o[0] as api.EnumValue);
checkEnumValue(o[1] as api.EnumValue);
}
-core.List<api.Option> buildUnnamed4660() {
+core.List<api.Option> buildUnnamed4703() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed4660(core.List<api.Option> o) {
+void checkUnnamed4703(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1525,9 +1525,9 @@
var o = api.Enum();
buildCounterEnum++;
if (buildCounterEnum < 3) {
- o.enumvalue = buildUnnamed4659();
+ o.enumvalue = buildUnnamed4702();
o.name = 'foo';
- o.options = buildUnnamed4660();
+ o.options = buildUnnamed4703();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
}
@@ -1538,12 +1538,12 @@
void checkEnum(api.Enum o) {
buildCounterEnum++;
if (buildCounterEnum < 3) {
- checkUnnamed4659(o.enumvalue!);
+ checkUnnamed4702(o.enumvalue!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4660(o.options!);
+ checkUnnamed4703(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -1553,14 +1553,14 @@
buildCounterEnum--;
}
-core.List<api.Option> buildUnnamed4661() {
+core.List<api.Option> buildUnnamed4704() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed4661(core.List<api.Option> o) {
+void checkUnnamed4704(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1573,7 +1573,7 @@
if (buildCounterEnumValue < 3) {
o.name = 'foo';
o.number = 42;
- o.options = buildUnnamed4661();
+ o.options = buildUnnamed4704();
}
buildCounterEnumValue--;
return o;
@@ -1590,19 +1590,19 @@
o.number!,
unittest.equals(42),
);
- checkUnnamed4661(o.options!);
+ checkUnnamed4704(o.options!);
}
buildCounterEnumValue--;
}
-core.List<api.Option> buildUnnamed4662() {
+core.List<api.Option> buildUnnamed4705() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed4662(core.List<api.Option> o) {
+void checkUnnamed4705(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -1620,7 +1620,7 @@
o.name = 'foo';
o.number = 42;
o.oneofIndex = 42;
- o.options = buildUnnamed4662();
+ o.options = buildUnnamed4705();
o.packed = true;
o.typeUrl = 'foo';
}
@@ -1659,7 +1659,7 @@
o.oneofIndex!,
unittest.equals(42),
);
- checkUnnamed4662(o.options!);
+ checkUnnamed4705(o.options!);
unittest.expect(o.packed!, unittest.isTrue);
unittest.expect(
o.typeUrl!,
@@ -1706,14 +1706,14 @@
buildCounterGoogleCloudServicenetworkingV1ConsumerConfigReservedRange--;
}
-core.List<core.String> buildUnnamed4663() {
+core.List<core.String> buildUnnamed4706() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4663(core.List<core.String> o) {
+void checkUnnamed4706(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1733,7 +1733,7 @@
if (buildCounterGoogleCloudServicenetworkingV1betaConnection < 3) {
o.network = 'foo';
o.peering = 'foo';
- o.reservedPeeringRanges = buildUnnamed4663();
+ o.reservedPeeringRanges = buildUnnamed4706();
o.service = 'foo';
}
buildCounterGoogleCloudServicenetworkingV1betaConnection--;
@@ -1752,7 +1752,7 @@
o.peering!,
unittest.equals('foo'),
);
- checkUnnamed4663(o.reservedPeeringRanges!);
+ checkUnnamed4706(o.reservedPeeringRanges!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -1797,14 +1797,14 @@
buildCounterGoogleCloudServicenetworkingV1betaSubnetwork--;
}
-core.List<api.HttpRule> buildUnnamed4664() {
+core.List<api.HttpRule> buildUnnamed4707() {
var o = <api.HttpRule>[];
o.add(buildHttpRule());
o.add(buildHttpRule());
return o;
}
-void checkUnnamed4664(core.List<api.HttpRule> o) {
+void checkUnnamed4707(core.List<api.HttpRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkHttpRule(o[0] as api.HttpRule);
checkHttpRule(o[1] as api.HttpRule);
@@ -1816,7 +1816,7 @@
buildCounterHttp++;
if (buildCounterHttp < 3) {
o.fullyDecodeReservedExpansion = true;
- o.rules = buildUnnamed4664();
+ o.rules = buildUnnamed4707();
}
buildCounterHttp--;
return o;
@@ -1826,19 +1826,19 @@
buildCounterHttp++;
if (buildCounterHttp < 3) {
unittest.expect(o.fullyDecodeReservedExpansion!, unittest.isTrue);
- checkUnnamed4664(o.rules!);
+ checkUnnamed4707(o.rules!);
}
buildCounterHttp--;
}
-core.List<api.HttpRule> buildUnnamed4665() {
+core.List<api.HttpRule> buildUnnamed4708() {
var o = <api.HttpRule>[];
o.add(buildHttpRule());
o.add(buildHttpRule());
return o;
}
-void checkUnnamed4665(core.List<api.HttpRule> o) {
+void checkUnnamed4708(core.List<api.HttpRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkHttpRule(o[0] as api.HttpRule);
checkHttpRule(o[1] as api.HttpRule);
@@ -1849,7 +1849,7 @@
var o = api.HttpRule();
buildCounterHttpRule++;
if (buildCounterHttpRule < 3) {
- o.additionalBindings = buildUnnamed4665();
+ o.additionalBindings = buildUnnamed4708();
o.body = 'foo';
o.custom = buildCustomHttpPattern();
o.delete = 'foo';
@@ -1867,7 +1867,7 @@
void checkHttpRule(api.HttpRule o) {
buildCounterHttpRule++;
if (buildCounterHttpRule < 3) {
- checkUnnamed4665(o.additionalBindings!);
+ checkUnnamed4708(o.additionalBindings!);
unittest.expect(
o.body!,
unittest.equals('foo'),
@@ -1969,14 +1969,14 @@
buildCounterLabelDescriptor--;
}
-core.List<api.Connection> buildUnnamed4666() {
+core.List<api.Connection> buildUnnamed4709() {
var o = <api.Connection>[];
o.add(buildConnection());
o.add(buildConnection());
return o;
}
-void checkUnnamed4666(core.List<api.Connection> o) {
+void checkUnnamed4709(core.List<api.Connection> o) {
unittest.expect(o, unittest.hasLength(2));
checkConnection(o[0] as api.Connection);
checkConnection(o[1] as api.Connection);
@@ -1987,7 +1987,7 @@
var o = api.ListConnectionsResponse();
buildCounterListConnectionsResponse++;
if (buildCounterListConnectionsResponse < 3) {
- o.connections = buildUnnamed4666();
+ o.connections = buildUnnamed4709();
}
buildCounterListConnectionsResponse--;
return o;
@@ -1996,19 +1996,19 @@
void checkListConnectionsResponse(api.ListConnectionsResponse o) {
buildCounterListConnectionsResponse++;
if (buildCounterListConnectionsResponse < 3) {
- checkUnnamed4666(o.connections!);
+ checkUnnamed4709(o.connections!);
}
buildCounterListConnectionsResponse--;
}
-core.List<api.Operation> buildUnnamed4667() {
+core.List<api.Operation> buildUnnamed4710() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed4667(core.List<api.Operation> o) {
+void checkUnnamed4710(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -2020,7 +2020,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed4667();
+ o.operations = buildUnnamed4710();
}
buildCounterListOperationsResponse--;
return o;
@@ -2033,19 +2033,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4667(o.operations!);
+ checkUnnamed4710(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.PeeredDnsDomain> buildUnnamed4668() {
+core.List<api.PeeredDnsDomain> buildUnnamed4711() {
var o = <api.PeeredDnsDomain>[];
o.add(buildPeeredDnsDomain());
o.add(buildPeeredDnsDomain());
return o;
}
-void checkUnnamed4668(core.List<api.PeeredDnsDomain> o) {
+void checkUnnamed4711(core.List<api.PeeredDnsDomain> o) {
unittest.expect(o, unittest.hasLength(2));
checkPeeredDnsDomain(o[0] as api.PeeredDnsDomain);
checkPeeredDnsDomain(o[1] as api.PeeredDnsDomain);
@@ -2056,7 +2056,7 @@
var o = api.ListPeeredDnsDomainsResponse();
buildCounterListPeeredDnsDomainsResponse++;
if (buildCounterListPeeredDnsDomainsResponse < 3) {
- o.peeredDnsDomains = buildUnnamed4668();
+ o.peeredDnsDomains = buildUnnamed4711();
}
buildCounterListPeeredDnsDomainsResponse--;
return o;
@@ -2065,19 +2065,19 @@
void checkListPeeredDnsDomainsResponse(api.ListPeeredDnsDomainsResponse o) {
buildCounterListPeeredDnsDomainsResponse++;
if (buildCounterListPeeredDnsDomainsResponse < 3) {
- checkUnnamed4668(o.peeredDnsDomains!);
+ checkUnnamed4711(o.peeredDnsDomains!);
}
buildCounterListPeeredDnsDomainsResponse--;
}
-core.List<api.LabelDescriptor> buildUnnamed4669() {
+core.List<api.LabelDescriptor> buildUnnamed4712() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed4669(core.List<api.LabelDescriptor> o) {
+void checkUnnamed4712(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
@@ -2090,7 +2090,7 @@
if (buildCounterLogDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed4669();
+ o.labels = buildUnnamed4712();
o.name = 'foo';
}
buildCounterLogDescriptor--;
@@ -2108,7 +2108,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4669(o.labels!);
+ checkUnnamed4712(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2117,27 +2117,27 @@
buildCounterLogDescriptor--;
}
-core.List<api.LoggingDestination> buildUnnamed4670() {
+core.List<api.LoggingDestination> buildUnnamed4713() {
var o = <api.LoggingDestination>[];
o.add(buildLoggingDestination());
o.add(buildLoggingDestination());
return o;
}
-void checkUnnamed4670(core.List<api.LoggingDestination> o) {
+void checkUnnamed4713(core.List<api.LoggingDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkLoggingDestination(o[0] as api.LoggingDestination);
checkLoggingDestination(o[1] as api.LoggingDestination);
}
-core.List<api.LoggingDestination> buildUnnamed4671() {
+core.List<api.LoggingDestination> buildUnnamed4714() {
var o = <api.LoggingDestination>[];
o.add(buildLoggingDestination());
o.add(buildLoggingDestination());
return o;
}
-void checkUnnamed4671(core.List<api.LoggingDestination> o) {
+void checkUnnamed4714(core.List<api.LoggingDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkLoggingDestination(o[0] as api.LoggingDestination);
checkLoggingDestination(o[1] as api.LoggingDestination);
@@ -2148,8 +2148,8 @@
var o = api.Logging();
buildCounterLogging++;
if (buildCounterLogging < 3) {
- o.consumerDestinations = buildUnnamed4670();
- o.producerDestinations = buildUnnamed4671();
+ o.consumerDestinations = buildUnnamed4713();
+ o.producerDestinations = buildUnnamed4714();
}
buildCounterLogging--;
return o;
@@ -2158,20 +2158,20 @@
void checkLogging(api.Logging o) {
buildCounterLogging++;
if (buildCounterLogging < 3) {
- checkUnnamed4670(o.consumerDestinations!);
- checkUnnamed4671(o.producerDestinations!);
+ checkUnnamed4713(o.consumerDestinations!);
+ checkUnnamed4714(o.producerDestinations!);
}
buildCounterLogging--;
}
-core.List<core.String> buildUnnamed4672() {
+core.List<core.String> buildUnnamed4715() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4672(core.List<core.String> o) {
+void checkUnnamed4715(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2188,7 +2188,7 @@
var o = api.LoggingDestination();
buildCounterLoggingDestination++;
if (buildCounterLoggingDestination < 3) {
- o.logs = buildUnnamed4672();
+ o.logs = buildUnnamed4715();
o.monitoredResource = 'foo';
}
buildCounterLoggingDestination--;
@@ -2198,7 +2198,7 @@
void checkLoggingDestination(api.LoggingDestination o) {
buildCounterLoggingDestination++;
if (buildCounterLoggingDestination < 3) {
- checkUnnamed4672(o.logs!);
+ checkUnnamed4715(o.logs!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -2207,14 +2207,14 @@
buildCounterLoggingDestination--;
}
-core.List<api.Option> buildUnnamed4673() {
+core.List<api.Option> buildUnnamed4716() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed4673(core.List<api.Option> o) {
+void checkUnnamed4716(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -2226,7 +2226,7 @@
buildCounterMethod++;
if (buildCounterMethod < 3) {
o.name = 'foo';
- o.options = buildUnnamed4673();
+ o.options = buildUnnamed4716();
o.requestStreaming = true;
o.requestTypeUrl = 'foo';
o.responseStreaming = true;
@@ -2244,7 +2244,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4673(o.options!);
+ checkUnnamed4716(o.options!);
unittest.expect(o.requestStreaming!, unittest.isTrue);
unittest.expect(
o.requestTypeUrl!,
@@ -2263,27 +2263,27 @@
buildCounterMethod--;
}
-core.List<api.LabelDescriptor> buildUnnamed4674() {
+core.List<api.LabelDescriptor> buildUnnamed4717() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed4674(core.List<api.LabelDescriptor> o) {
+void checkUnnamed4717(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
}
-core.List<core.String> buildUnnamed4675() {
+core.List<core.String> buildUnnamed4718() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4675(core.List<core.String> o) {
+void checkUnnamed4718(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2302,11 +2302,11 @@
if (buildCounterMetricDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed4674();
+ o.labels = buildUnnamed4717();
o.launchStage = 'foo';
o.metadata = buildMetricDescriptorMetadata();
o.metricKind = 'foo';
- o.monitoredResourceTypes = buildUnnamed4675();
+ o.monitoredResourceTypes = buildUnnamed4718();
o.name = 'foo';
o.type = 'foo';
o.unit = 'foo';
@@ -2327,7 +2327,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4674(o.labels!);
+ checkUnnamed4717(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -2337,7 +2337,7 @@
o.metricKind!,
unittest.equals('foo'),
);
- checkUnnamed4675(o.monitoredResourceTypes!);
+ checkUnnamed4718(o.monitoredResourceTypes!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -2390,14 +2390,14 @@
buildCounterMetricDescriptorMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed4676() {
+core.Map<core.String, core.String> buildUnnamed4719() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4676(core.Map<core.String, core.String> o) {
+void checkUnnamed4719(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2414,7 +2414,7 @@
var o = api.MetricRule();
buildCounterMetricRule++;
if (buildCounterMetricRule < 3) {
- o.metricCosts = buildUnnamed4676();
+ o.metricCosts = buildUnnamed4719();
o.selector = 'foo';
}
buildCounterMetricRule--;
@@ -2424,7 +2424,7 @@
void checkMetricRule(api.MetricRule o) {
buildCounterMetricRule++;
if (buildCounterMetricRule < 3) {
- checkUnnamed4676(o.metricCosts!);
+ checkUnnamed4719(o.metricCosts!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -2460,14 +2460,14 @@
buildCounterMixin--;
}
-core.List<api.LabelDescriptor> buildUnnamed4677() {
+core.List<api.LabelDescriptor> buildUnnamed4720() {
var o = <api.LabelDescriptor>[];
o.add(buildLabelDescriptor());
o.add(buildLabelDescriptor());
return o;
}
-void checkUnnamed4677(core.List<api.LabelDescriptor> o) {
+void checkUnnamed4720(core.List<api.LabelDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLabelDescriptor(o[0] as api.LabelDescriptor);
checkLabelDescriptor(o[1] as api.LabelDescriptor);
@@ -2480,7 +2480,7 @@
if (buildCounterMonitoredResourceDescriptor < 3) {
o.description = 'foo';
o.displayName = 'foo';
- o.labels = buildUnnamed4677();
+ o.labels = buildUnnamed4720();
o.launchStage = 'foo';
o.name = 'foo';
o.type = 'foo';
@@ -2500,7 +2500,7 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed4677(o.labels!);
+ checkUnnamed4720(o.labels!);
unittest.expect(
o.launchStage!,
unittest.equals('foo'),
@@ -2517,27 +2517,27 @@
buildCounterMonitoredResourceDescriptor--;
}
-core.List<api.MonitoringDestination> buildUnnamed4678() {
+core.List<api.MonitoringDestination> buildUnnamed4721() {
var o = <api.MonitoringDestination>[];
o.add(buildMonitoringDestination());
o.add(buildMonitoringDestination());
return o;
}
-void checkUnnamed4678(core.List<api.MonitoringDestination> o) {
+void checkUnnamed4721(core.List<api.MonitoringDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoringDestination(o[0] as api.MonitoringDestination);
checkMonitoringDestination(o[1] as api.MonitoringDestination);
}
-core.List<api.MonitoringDestination> buildUnnamed4679() {
+core.List<api.MonitoringDestination> buildUnnamed4722() {
var o = <api.MonitoringDestination>[];
o.add(buildMonitoringDestination());
o.add(buildMonitoringDestination());
return o;
}
-void checkUnnamed4679(core.List<api.MonitoringDestination> o) {
+void checkUnnamed4722(core.List<api.MonitoringDestination> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoringDestination(o[0] as api.MonitoringDestination);
checkMonitoringDestination(o[1] as api.MonitoringDestination);
@@ -2548,8 +2548,8 @@
var o = api.Monitoring();
buildCounterMonitoring++;
if (buildCounterMonitoring < 3) {
- o.consumerDestinations = buildUnnamed4678();
- o.producerDestinations = buildUnnamed4679();
+ o.consumerDestinations = buildUnnamed4721();
+ o.producerDestinations = buildUnnamed4722();
}
buildCounterMonitoring--;
return o;
@@ -2558,20 +2558,20 @@
void checkMonitoring(api.Monitoring o) {
buildCounterMonitoring++;
if (buildCounterMonitoring < 3) {
- checkUnnamed4678(o.consumerDestinations!);
- checkUnnamed4679(o.producerDestinations!);
+ checkUnnamed4721(o.consumerDestinations!);
+ checkUnnamed4722(o.producerDestinations!);
}
buildCounterMonitoring--;
}
-core.List<core.String> buildUnnamed4680() {
+core.List<core.String> buildUnnamed4723() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4680(core.List<core.String> o) {
+void checkUnnamed4723(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2588,7 +2588,7 @@
var o = api.MonitoringDestination();
buildCounterMonitoringDestination++;
if (buildCounterMonitoringDestination < 3) {
- o.metrics = buildUnnamed4680();
+ o.metrics = buildUnnamed4723();
o.monitoredResource = 'foo';
}
buildCounterMonitoringDestination--;
@@ -2598,7 +2598,7 @@
void checkMonitoringDestination(api.MonitoringDestination o) {
buildCounterMonitoringDestination++;
if (buildCounterMonitoringDestination < 3) {
- checkUnnamed4680(o.metrics!);
+ checkUnnamed4723(o.metrics!);
unittest.expect(
o.monitoredResource!,
unittest.equals('foo'),
@@ -2629,7 +2629,7 @@
buildCounterOAuthRequirements--;
}
-core.Map<core.String, core.Object> buildUnnamed4681() {
+core.Map<core.String, core.Object> buildUnnamed4724() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2644,7 +2644,7 @@
return o;
}
-void checkUnnamed4681(core.Map<core.String, core.Object> o) {
+void checkUnnamed4724(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -2676,7 +2676,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4682() {
+core.Map<core.String, core.Object> buildUnnamed4725() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2691,7 +2691,7 @@
return o;
}
-void checkUnnamed4682(core.Map<core.String, core.Object> o) {
+void checkUnnamed4725(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -2730,9 +2730,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed4681();
+ o.metadata = buildUnnamed4724();
o.name = 'foo';
- o.response = buildUnnamed4682();
+ o.response = buildUnnamed4725();
}
buildCounterOperation--;
return o;
@@ -2743,17 +2743,17 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed4681(o.metadata!);
+ checkUnnamed4724(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4682(o.response!);
+ checkUnnamed4725(o.response!);
}
buildCounterOperation--;
}
-core.Map<core.String, core.Object> buildUnnamed4683() {
+core.Map<core.String, core.Object> buildUnnamed4726() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2768,7 +2768,7 @@
return o;
}
-void checkUnnamed4683(core.Map<core.String, core.Object> o) {
+void checkUnnamed4726(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -2806,7 +2806,7 @@
buildCounterOption++;
if (buildCounterOption < 3) {
o.name = 'foo';
- o.value = buildUnnamed4683();
+ o.value = buildUnnamed4726();
}
buildCounterOption--;
return o;
@@ -2819,19 +2819,19 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4683(o.value!);
+ checkUnnamed4726(o.value!);
}
buildCounterOption--;
}
-core.List<api.Page> buildUnnamed4684() {
+core.List<api.Page> buildUnnamed4727() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed4684(core.List<api.Page> o) {
+void checkUnnamed4727(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
@@ -2844,7 +2844,7 @@
if (buildCounterPage < 3) {
o.content = 'foo';
o.name = 'foo';
- o.subpages = buildUnnamed4684();
+ o.subpages = buildUnnamed4727();
}
buildCounterPage--;
return o;
@@ -2861,7 +2861,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4684(o.subpages!);
+ checkUnnamed4727(o.subpages!);
}
buildCounterPage--;
}
@@ -2951,27 +2951,27 @@
buildCounterPolicyBinding--;
}
-core.List<api.QuotaLimit> buildUnnamed4685() {
+core.List<api.QuotaLimit> buildUnnamed4728() {
var o = <api.QuotaLimit>[];
o.add(buildQuotaLimit());
o.add(buildQuotaLimit());
return o;
}
-void checkUnnamed4685(core.List<api.QuotaLimit> o) {
+void checkUnnamed4728(core.List<api.QuotaLimit> o) {
unittest.expect(o, unittest.hasLength(2));
checkQuotaLimit(o[0] as api.QuotaLimit);
checkQuotaLimit(o[1] as api.QuotaLimit);
}
-core.List<api.MetricRule> buildUnnamed4686() {
+core.List<api.MetricRule> buildUnnamed4729() {
var o = <api.MetricRule>[];
o.add(buildMetricRule());
o.add(buildMetricRule());
return o;
}
-void checkUnnamed4686(core.List<api.MetricRule> o) {
+void checkUnnamed4729(core.List<api.MetricRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricRule(o[0] as api.MetricRule);
checkMetricRule(o[1] as api.MetricRule);
@@ -2982,8 +2982,8 @@
var o = api.Quota();
buildCounterQuota++;
if (buildCounterQuota < 3) {
- o.limits = buildUnnamed4685();
- o.metricRules = buildUnnamed4686();
+ o.limits = buildUnnamed4728();
+ o.metricRules = buildUnnamed4729();
}
buildCounterQuota--;
return o;
@@ -2992,20 +2992,20 @@
void checkQuota(api.Quota o) {
buildCounterQuota++;
if (buildCounterQuota < 3) {
- checkUnnamed4685(o.limits!);
- checkUnnamed4686(o.metricRules!);
+ checkUnnamed4728(o.limits!);
+ checkUnnamed4729(o.metricRules!);
}
buildCounterQuota--;
}
-core.Map<core.String, core.String> buildUnnamed4687() {
+core.Map<core.String, core.String> buildUnnamed4730() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed4687(core.Map<core.String, core.String> o) {
+void checkUnnamed4730(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3031,7 +3031,7 @@
o.metric = 'foo';
o.name = 'foo';
o.unit = 'foo';
- o.values = buildUnnamed4687();
+ o.values = buildUnnamed4730();
}
buildCounterQuotaLimit--;
return o;
@@ -3076,7 +3076,7 @@
o.unit!,
unittest.equals('foo'),
);
- checkUnnamed4687(o.values!);
+ checkUnnamed4730(o.values!);
}
buildCounterQuotaLimit--;
}
@@ -3108,14 +3108,14 @@
buildCounterRange--;
}
-core.List<core.String> buildUnnamed4688() {
+core.List<core.String> buildUnnamed4731() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4688(core.List<core.String> o) {
+void checkUnnamed4731(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3127,14 +3127,14 @@
);
}
-core.List<core.int> buildUnnamed4689() {
+core.List<core.int> buildUnnamed4732() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed4689(core.List<core.int> o) {
+void checkUnnamed4732(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3146,14 +3146,14 @@
);
}
-core.List<api.Subnetwork> buildUnnamed4690() {
+core.List<api.Subnetwork> buildUnnamed4733() {
var o = <api.Subnetwork>[];
o.add(buildSubnetwork());
o.add(buildSubnetwork());
return o;
}
-void checkUnnamed4690(core.List<api.Subnetwork> o) {
+void checkUnnamed4733(core.List<api.Subnetwork> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubnetwork(o[0] as api.Subnetwork);
checkSubnetwork(o[1] as api.Subnetwork);
@@ -3165,9 +3165,9 @@
buildCounterRangeReservation++;
if (buildCounterRangeReservation < 3) {
o.ipPrefixLength = 42;
- o.requestedRanges = buildUnnamed4688();
- o.secondaryRangeIpPrefixLengths = buildUnnamed4689();
- o.subnetworkCandidates = buildUnnamed4690();
+ o.requestedRanges = buildUnnamed4731();
+ o.secondaryRangeIpPrefixLengths = buildUnnamed4732();
+ o.subnetworkCandidates = buildUnnamed4733();
}
buildCounterRangeReservation--;
return o;
@@ -3180,9 +3180,9 @@
o.ipPrefixLength!,
unittest.equals(42),
);
- checkUnnamed4688(o.requestedRanges!);
- checkUnnamed4689(o.secondaryRangeIpPrefixLengths!);
- checkUnnamed4690(o.subnetworkCandidates!);
+ checkUnnamed4731(o.requestedRanges!);
+ checkUnnamed4732(o.secondaryRangeIpPrefixLengths!);
+ checkUnnamed4733(o.subnetworkCandidates!);
}
buildCounterRangeReservation--;
}
@@ -3426,105 +3426,105 @@
buildCounterSecondaryIpRangeSpec--;
}
-core.List<api.Api> buildUnnamed4691() {
+core.List<api.Api> buildUnnamed4734() {
var o = <api.Api>[];
o.add(buildApi());
o.add(buildApi());
return o;
}
-void checkUnnamed4691(core.List<api.Api> o) {
+void checkUnnamed4734(core.List<api.Api> o) {
unittest.expect(o, unittest.hasLength(2));
checkApi(o[0] as api.Api);
checkApi(o[1] as api.Api);
}
-core.List<api.Endpoint> buildUnnamed4692() {
+core.List<api.Endpoint> buildUnnamed4735() {
var o = <api.Endpoint>[];
o.add(buildEndpoint());
o.add(buildEndpoint());
return o;
}
-void checkUnnamed4692(core.List<api.Endpoint> o) {
+void checkUnnamed4735(core.List<api.Endpoint> o) {
unittest.expect(o, unittest.hasLength(2));
checkEndpoint(o[0] as api.Endpoint);
checkEndpoint(o[1] as api.Endpoint);
}
-core.List<api.Enum> buildUnnamed4693() {
+core.List<api.Enum> buildUnnamed4736() {
var o = <api.Enum>[];
o.add(buildEnum());
o.add(buildEnum());
return o;
}
-void checkUnnamed4693(core.List<api.Enum> o) {
+void checkUnnamed4736(core.List<api.Enum> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnum(o[0] as api.Enum);
checkEnum(o[1] as api.Enum);
}
-core.List<api.LogDescriptor> buildUnnamed4694() {
+core.List<api.LogDescriptor> buildUnnamed4737() {
var o = <api.LogDescriptor>[];
o.add(buildLogDescriptor());
o.add(buildLogDescriptor());
return o;
}
-void checkUnnamed4694(core.List<api.LogDescriptor> o) {
+void checkUnnamed4737(core.List<api.LogDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkLogDescriptor(o[0] as api.LogDescriptor);
checkLogDescriptor(o[1] as api.LogDescriptor);
}
-core.List<api.MetricDescriptor> buildUnnamed4695() {
+core.List<api.MetricDescriptor> buildUnnamed4738() {
var o = <api.MetricDescriptor>[];
o.add(buildMetricDescriptor());
o.add(buildMetricDescriptor());
return o;
}
-void checkUnnamed4695(core.List<api.MetricDescriptor> o) {
+void checkUnnamed4738(core.List<api.MetricDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricDescriptor(o[0] as api.MetricDescriptor);
checkMetricDescriptor(o[1] as api.MetricDescriptor);
}
-core.List<api.MonitoredResourceDescriptor> buildUnnamed4696() {
+core.List<api.MonitoredResourceDescriptor> buildUnnamed4739() {
var o = <api.MonitoredResourceDescriptor>[];
o.add(buildMonitoredResourceDescriptor());
o.add(buildMonitoredResourceDescriptor());
return o;
}
-void checkUnnamed4696(core.List<api.MonitoredResourceDescriptor> o) {
+void checkUnnamed4739(core.List<api.MonitoredResourceDescriptor> o) {
unittest.expect(o, unittest.hasLength(2));
checkMonitoredResourceDescriptor(o[0] as api.MonitoredResourceDescriptor);
checkMonitoredResourceDescriptor(o[1] as api.MonitoredResourceDescriptor);
}
-core.List<api.Type> buildUnnamed4697() {
+core.List<api.Type> buildUnnamed4740() {
var o = <api.Type>[];
o.add(buildType());
o.add(buildType());
return o;
}
-void checkUnnamed4697(core.List<api.Type> o) {
+void checkUnnamed4740(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0] as api.Type);
checkType(o[1] as api.Type);
}
-core.List<api.Type> buildUnnamed4698() {
+core.List<api.Type> buildUnnamed4741() {
var o = <api.Type>[];
o.add(buildType());
o.add(buildType());
return o;
}
-void checkUnnamed4698(core.List<api.Type> o) {
+void checkUnnamed4741(core.List<api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o[0] as api.Type);
checkType(o[1] as api.Type);
@@ -3535,7 +3535,7 @@
var o = api.Service();
buildCounterService++;
if (buildCounterService < 3) {
- o.apis = buildUnnamed4691();
+ o.apis = buildUnnamed4734();
o.authentication = buildAuthentication();
o.backend = buildBackend();
o.billing = buildBilling();
@@ -3544,23 +3544,23 @@
o.control = buildControl();
o.customError = buildCustomError();
o.documentation = buildDocumentation();
- o.endpoints = buildUnnamed4692();
- o.enums = buildUnnamed4693();
+ o.endpoints = buildUnnamed4735();
+ o.enums = buildUnnamed4736();
o.http = buildHttp();
o.id = 'foo';
o.logging = buildLogging();
- o.logs = buildUnnamed4694();
- o.metrics = buildUnnamed4695();
- o.monitoredResources = buildUnnamed4696();
+ o.logs = buildUnnamed4737();
+ o.metrics = buildUnnamed4738();
+ o.monitoredResources = buildUnnamed4739();
o.monitoring = buildMonitoring();
o.name = 'foo';
o.producerProjectId = 'foo';
o.quota = buildQuota();
o.sourceInfo = buildSourceInfo();
o.systemParameters = buildSystemParameters();
- o.systemTypes = buildUnnamed4697();
+ o.systemTypes = buildUnnamed4740();
o.title = 'foo';
- o.types = buildUnnamed4698();
+ o.types = buildUnnamed4741();
o.usage = buildUsage();
}
buildCounterService--;
@@ -3570,7 +3570,7 @@
void checkService(api.Service o) {
buildCounterService++;
if (buildCounterService < 3) {
- checkUnnamed4691(o.apis!);
+ checkUnnamed4734(o.apis!);
checkAuthentication(o.authentication! as api.Authentication);
checkBackend(o.backend! as api.Backend);
checkBilling(o.billing! as api.Billing);
@@ -3582,17 +3582,17 @@
checkControl(o.control! as api.Control);
checkCustomError(o.customError! as api.CustomError);
checkDocumentation(o.documentation! as api.Documentation);
- checkUnnamed4692(o.endpoints!);
- checkUnnamed4693(o.enums!);
+ checkUnnamed4735(o.endpoints!);
+ checkUnnamed4736(o.enums!);
checkHttp(o.http! as api.Http);
unittest.expect(
o.id!,
unittest.equals('foo'),
);
checkLogging(o.logging! as api.Logging);
- checkUnnamed4694(o.logs!);
- checkUnnamed4695(o.metrics!);
- checkUnnamed4696(o.monitoredResources!);
+ checkUnnamed4737(o.logs!);
+ checkUnnamed4738(o.metrics!);
+ checkUnnamed4739(o.monitoredResources!);
checkMonitoring(o.monitoring! as api.Monitoring);
unittest.expect(
o.name!,
@@ -3605,12 +3605,12 @@
checkQuota(o.quota! as api.Quota);
checkSourceInfo(o.sourceInfo! as api.SourceInfo);
checkSystemParameters(o.systemParameters! as api.SystemParameters);
- checkUnnamed4697(o.systemTypes!);
+ checkUnnamed4740(o.systemTypes!);
unittest.expect(
o.title!,
unittest.equals('foo'),
);
- checkUnnamed4698(o.types!);
+ checkUnnamed4741(o.types!);
checkUsage(o.usage! as api.Usage);
}
buildCounterService--;
@@ -3638,7 +3638,7 @@
buildCounterSourceContext--;
}
-core.Map<core.String, core.Object> buildUnnamed4699() {
+core.Map<core.String, core.Object> buildUnnamed4742() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3653,7 +3653,7 @@
return o;
}
-void checkUnnamed4699(core.Map<core.String, core.Object> o) {
+void checkUnnamed4742(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -3685,17 +3685,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4700() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4743() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4699());
- o.add(buildUnnamed4699());
+ o.add(buildUnnamed4742());
+ o.add(buildUnnamed4742());
return o;
}
-void checkUnnamed4700(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4743(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4699(o[0]);
- checkUnnamed4699(o[1]);
+ checkUnnamed4742(o[0]);
+ checkUnnamed4742(o[1]);
}
core.int buildCounterSourceInfo = 0;
@@ -3703,7 +3703,7 @@
var o = api.SourceInfo();
buildCounterSourceInfo++;
if (buildCounterSourceInfo < 3) {
- o.sourceFiles = buildUnnamed4700();
+ o.sourceFiles = buildUnnamed4743();
}
buildCounterSourceInfo--;
return o;
@@ -3712,12 +3712,12 @@
void checkSourceInfo(api.SourceInfo o) {
buildCounterSourceInfo++;
if (buildCounterSourceInfo < 3) {
- checkUnnamed4700(o.sourceFiles!);
+ checkUnnamed4743(o.sourceFiles!);
}
buildCounterSourceInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed4701() {
+core.Map<core.String, core.Object> buildUnnamed4744() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3732,7 +3732,7 @@
return o;
}
-void checkUnnamed4701(core.Map<core.String, core.Object> o) {
+void checkUnnamed4744(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -3764,17 +3764,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4702() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4745() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4701());
- o.add(buildUnnamed4701());
+ o.add(buildUnnamed4744());
+ o.add(buildUnnamed4744());
return o;
}
-void checkUnnamed4702(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4745(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4701(o[0]);
- checkUnnamed4701(o[1]);
+ checkUnnamed4744(o[0]);
+ checkUnnamed4744(o[1]);
}
core.int buildCounterStatus = 0;
@@ -3783,7 +3783,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4702();
+ o.details = buildUnnamed4745();
o.message = 'foo';
}
buildCounterStatus--;
@@ -3797,7 +3797,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4702(o.details!);
+ checkUnnamed4745(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -3806,14 +3806,14 @@
buildCounterStatus--;
}
-core.List<api.SecondaryIpRange> buildUnnamed4703() {
+core.List<api.SecondaryIpRange> buildUnnamed4746() {
var o = <api.SecondaryIpRange>[];
o.add(buildSecondaryIpRange());
o.add(buildSecondaryIpRange());
return o;
}
-void checkUnnamed4703(core.List<api.SecondaryIpRange> o) {
+void checkUnnamed4746(core.List<api.SecondaryIpRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkSecondaryIpRange(o[0] as api.SecondaryIpRange);
checkSecondaryIpRange(o[1] as api.SecondaryIpRange);
@@ -3829,7 +3829,7 @@
o.network = 'foo';
o.outsideAllocation = true;
o.region = 'foo';
- o.secondaryIpRanges = buildUnnamed4703();
+ o.secondaryIpRanges = buildUnnamed4746();
}
buildCounterSubnetwork--;
return o;
@@ -3855,7 +3855,7 @@
o.region!,
unittest.equals('foo'),
);
- checkUnnamed4703(o.secondaryIpRanges!);
+ checkUnnamed4746(o.secondaryIpRanges!);
}
buildCounterSubnetwork--;
}
@@ -3892,14 +3892,14 @@
buildCounterSystemParameter--;
}
-core.List<api.SystemParameter> buildUnnamed4704() {
+core.List<api.SystemParameter> buildUnnamed4747() {
var o = <api.SystemParameter>[];
o.add(buildSystemParameter());
o.add(buildSystemParameter());
return o;
}
-void checkUnnamed4704(core.List<api.SystemParameter> o) {
+void checkUnnamed4747(core.List<api.SystemParameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkSystemParameter(o[0] as api.SystemParameter);
checkSystemParameter(o[1] as api.SystemParameter);
@@ -3910,7 +3910,7 @@
var o = api.SystemParameterRule();
buildCounterSystemParameterRule++;
if (buildCounterSystemParameterRule < 3) {
- o.parameters = buildUnnamed4704();
+ o.parameters = buildUnnamed4747();
o.selector = 'foo';
}
buildCounterSystemParameterRule--;
@@ -3920,7 +3920,7 @@
void checkSystemParameterRule(api.SystemParameterRule o) {
buildCounterSystemParameterRule++;
if (buildCounterSystemParameterRule < 3) {
- checkUnnamed4704(o.parameters!);
+ checkUnnamed4747(o.parameters!);
unittest.expect(
o.selector!,
unittest.equals('foo'),
@@ -3929,14 +3929,14 @@
buildCounterSystemParameterRule--;
}
-core.List<api.SystemParameterRule> buildUnnamed4705() {
+core.List<api.SystemParameterRule> buildUnnamed4748() {
var o = <api.SystemParameterRule>[];
o.add(buildSystemParameterRule());
o.add(buildSystemParameterRule());
return o;
}
-void checkUnnamed4705(core.List<api.SystemParameterRule> o) {
+void checkUnnamed4748(core.List<api.SystemParameterRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkSystemParameterRule(o[0] as api.SystemParameterRule);
checkSystemParameterRule(o[1] as api.SystemParameterRule);
@@ -3947,7 +3947,7 @@
var o = api.SystemParameters();
buildCounterSystemParameters++;
if (buildCounterSystemParameters < 3) {
- o.rules = buildUnnamed4705();
+ o.rules = buildUnnamed4748();
}
buildCounterSystemParameters--;
return o;
@@ -3956,32 +3956,32 @@
void checkSystemParameters(api.SystemParameters o) {
buildCounterSystemParameters++;
if (buildCounterSystemParameters < 3) {
- checkUnnamed4705(o.rules!);
+ checkUnnamed4748(o.rules!);
}
buildCounterSystemParameters--;
}
-core.List<api.Field> buildUnnamed4706() {
+core.List<api.Field> buildUnnamed4749() {
var o = <api.Field>[];
o.add(buildField());
o.add(buildField());
return o;
}
-void checkUnnamed4706(core.List<api.Field> o) {
+void checkUnnamed4749(core.List<api.Field> o) {
unittest.expect(o, unittest.hasLength(2));
checkField(o[0] as api.Field);
checkField(o[1] as api.Field);
}
-core.List<core.String> buildUnnamed4707() {
+core.List<core.String> buildUnnamed4750() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4707(core.List<core.String> o) {
+void checkUnnamed4750(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3993,14 +3993,14 @@
);
}
-core.List<api.Option> buildUnnamed4708() {
+core.List<api.Option> buildUnnamed4751() {
var o = <api.Option>[];
o.add(buildOption());
o.add(buildOption());
return o;
}
-void checkUnnamed4708(core.List<api.Option> o) {
+void checkUnnamed4751(core.List<api.Option> o) {
unittest.expect(o, unittest.hasLength(2));
checkOption(o[0] as api.Option);
checkOption(o[1] as api.Option);
@@ -4011,10 +4011,10 @@
var o = api.Type();
buildCounterType++;
if (buildCounterType < 3) {
- o.fields = buildUnnamed4706();
+ o.fields = buildUnnamed4749();
o.name = 'foo';
- o.oneofs = buildUnnamed4707();
- o.options = buildUnnamed4708();
+ o.oneofs = buildUnnamed4750();
+ o.options = buildUnnamed4751();
o.sourceContext = buildSourceContext();
o.syntax = 'foo';
}
@@ -4025,13 +4025,13 @@
void checkType(api.Type o) {
buildCounterType++;
if (buildCounterType < 3) {
- checkUnnamed4706(o.fields!);
+ checkUnnamed4749(o.fields!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4707(o.oneofs!);
- checkUnnamed4708(o.options!);
+ checkUnnamed4750(o.oneofs!);
+ checkUnnamed4751(o.options!);
checkSourceContext(o.sourceContext! as api.SourceContext);
unittest.expect(
o.syntax!,
@@ -4106,14 +4106,14 @@
buildCounterUpdateDnsRecordSetRequest--;
}
-core.List<core.String> buildUnnamed4709() {
+core.List<core.String> buildUnnamed4752() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4709(core.List<core.String> o) {
+void checkUnnamed4752(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4125,14 +4125,14 @@
);
}
-core.List<api.UsageRule> buildUnnamed4710() {
+core.List<api.UsageRule> buildUnnamed4753() {
var o = <api.UsageRule>[];
o.add(buildUsageRule());
o.add(buildUsageRule());
return o;
}
-void checkUnnamed4710(core.List<api.UsageRule> o) {
+void checkUnnamed4753(core.List<api.UsageRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkUsageRule(o[0] as api.UsageRule);
checkUsageRule(o[1] as api.UsageRule);
@@ -4144,8 +4144,8 @@
buildCounterUsage++;
if (buildCounterUsage < 3) {
o.producerNotificationChannel = 'foo';
- o.requirements = buildUnnamed4709();
- o.rules = buildUnnamed4710();
+ o.requirements = buildUnnamed4752();
+ o.rules = buildUnnamed4753();
}
buildCounterUsage--;
return o;
@@ -4158,8 +4158,8 @@
o.producerNotificationChannel!,
unittest.equals('foo'),
);
- checkUnnamed4709(o.requirements!);
- checkUnnamed4710(o.rules!);
+ checkUnnamed4752(o.requirements!);
+ checkUnnamed4753(o.rules!);
}
buildCounterUsage--;
}
@@ -4218,14 +4218,14 @@
buildCounterValidateConsumerConfigRequest--;
}
-core.List<api.Subnetwork> buildUnnamed4711() {
+core.List<api.Subnetwork> buildUnnamed4754() {
var o = <api.Subnetwork>[];
o.add(buildSubnetwork());
o.add(buildSubnetwork());
return o;
}
-void checkUnnamed4711(core.List<api.Subnetwork> o) {
+void checkUnnamed4754(core.List<api.Subnetwork> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubnetwork(o[0] as api.Subnetwork);
checkSubnetwork(o[1] as api.Subnetwork);
@@ -4236,7 +4236,7 @@
var o = api.ValidateConsumerConfigResponse();
buildCounterValidateConsumerConfigResponse++;
if (buildCounterValidateConsumerConfigResponse < 3) {
- o.existingSubnetworkCandidates = buildUnnamed4711();
+ o.existingSubnetworkCandidates = buildUnnamed4754();
o.isValid = true;
o.validationError = 'foo';
}
@@ -4247,7 +4247,7 @@
void checkValidateConsumerConfigResponse(api.ValidateConsumerConfigResponse o) {
buildCounterValidateConsumerConfigResponse++;
if (buildCounterValidateConsumerConfigResponse < 3) {
- checkUnnamed4711(o.existingSubnetworkCandidates!);
+ checkUnnamed4754(o.existingSubnetworkCandidates!);
unittest.expect(o.isValid!, unittest.isTrue);
unittest.expect(
o.validationError!,
diff --git a/generated/googleapis/test/siteverification/v1_test.dart b/generated/googleapis/test/siteverification/v1_test.dart
index 19a7859..06d46ad 100644
--- a/generated/googleapis/test/siteverification/v1_test.dart
+++ b/generated/googleapis/test/siteverification/v1_test.dart
@@ -112,14 +112,14 @@
buildCounterSiteVerificationWebResourceGettokenResponse--;
}
-core.List<api.SiteVerificationWebResourceResource> buildUnnamed5668() {
+core.List<api.SiteVerificationWebResourceResource> buildUnnamed5719() {
var o = <api.SiteVerificationWebResourceResource>[];
o.add(buildSiteVerificationWebResourceResource());
o.add(buildSiteVerificationWebResourceResource());
return o;
}
-void checkUnnamed5668(core.List<api.SiteVerificationWebResourceResource> o) {
+void checkUnnamed5719(core.List<api.SiteVerificationWebResourceResource> o) {
unittest.expect(o, unittest.hasLength(2));
checkSiteVerificationWebResourceResource(
o[0] as api.SiteVerificationWebResourceResource);
@@ -133,7 +133,7 @@
var o = api.SiteVerificationWebResourceListResponse();
buildCounterSiteVerificationWebResourceListResponse++;
if (buildCounterSiteVerificationWebResourceListResponse < 3) {
- o.items = buildUnnamed5668();
+ o.items = buildUnnamed5719();
}
buildCounterSiteVerificationWebResourceListResponse--;
return o;
@@ -143,19 +143,19 @@
api.SiteVerificationWebResourceListResponse o) {
buildCounterSiteVerificationWebResourceListResponse++;
if (buildCounterSiteVerificationWebResourceListResponse < 3) {
- checkUnnamed5668(o.items!);
+ checkUnnamed5719(o.items!);
}
buildCounterSiteVerificationWebResourceListResponse--;
}
-core.List<core.String> buildUnnamed5669() {
+core.List<core.String> buildUnnamed5720() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5669(core.List<core.String> o) {
+void checkUnnamed5720(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -203,7 +203,7 @@
buildCounterSiteVerificationWebResourceResource++;
if (buildCounterSiteVerificationWebResourceResource < 3) {
o.id = 'foo';
- o.owners = buildUnnamed5669();
+ o.owners = buildUnnamed5720();
o.site = buildSiteVerificationWebResourceResourceSite();
}
buildCounterSiteVerificationWebResourceResource--;
@@ -218,7 +218,7 @@
o.id!,
unittest.equals('foo'),
);
- checkUnnamed5669(o.owners!);
+ checkUnnamed5720(o.owners!);
checkSiteVerificationWebResourceResourceSite(
o.site! as api.SiteVerificationWebResourceResourceSite);
}
diff --git a/generated/googleapis/test/slides/v1_test.dart b/generated/googleapis/test/slides/v1_test.dart
index b9b8392..1128405 100644
--- a/generated/googleapis/test/slides/v1_test.dart
+++ b/generated/googleapis/test/slides/v1_test.dart
@@ -140,14 +140,14 @@
buildCounterAutofit--;
}
-core.List<api.Request> buildUnnamed2595() {
+core.List<api.Request> buildUnnamed2602() {
var o = <api.Request>[];
o.add(buildRequest());
o.add(buildRequest());
return o;
}
-void checkUnnamed2595(core.List<api.Request> o) {
+void checkUnnamed2602(core.List<api.Request> o) {
unittest.expect(o, unittest.hasLength(2));
checkRequest(o[0] as api.Request);
checkRequest(o[1] as api.Request);
@@ -158,7 +158,7 @@
var o = api.BatchUpdatePresentationRequest();
buildCounterBatchUpdatePresentationRequest++;
if (buildCounterBatchUpdatePresentationRequest < 3) {
- o.requests = buildUnnamed2595();
+ o.requests = buildUnnamed2602();
o.writeControl = buildWriteControl();
}
buildCounterBatchUpdatePresentationRequest--;
@@ -168,20 +168,20 @@
void checkBatchUpdatePresentationRequest(api.BatchUpdatePresentationRequest o) {
buildCounterBatchUpdatePresentationRequest++;
if (buildCounterBatchUpdatePresentationRequest < 3) {
- checkUnnamed2595(o.requests!);
+ checkUnnamed2602(o.requests!);
checkWriteControl(o.writeControl! as api.WriteControl);
}
buildCounterBatchUpdatePresentationRequest--;
}
-core.List<api.Response> buildUnnamed2596() {
+core.List<api.Response> buildUnnamed2603() {
var o = <api.Response>[];
o.add(buildResponse());
o.add(buildResponse());
return o;
}
-void checkUnnamed2596(core.List<api.Response> o) {
+void checkUnnamed2603(core.List<api.Response> o) {
unittest.expect(o, unittest.hasLength(2));
checkResponse(o[0] as api.Response);
checkResponse(o[1] as api.Response);
@@ -193,7 +193,7 @@
buildCounterBatchUpdatePresentationResponse++;
if (buildCounterBatchUpdatePresentationResponse < 3) {
o.presentationId = 'foo';
- o.replies = buildUnnamed2596();
+ o.replies = buildUnnamed2603();
o.writeControl = buildWriteControl();
}
buildCounterBatchUpdatePresentationResponse--;
@@ -208,7 +208,7 @@
o.presentationId!,
unittest.equals('foo'),
);
- checkUnnamed2596(o.replies!);
+ checkUnnamed2603(o.replies!);
checkWriteControl(o.writeControl! as api.WriteControl);
}
buildCounterBatchUpdatePresentationResponse--;
@@ -248,14 +248,14 @@
buildCounterBullet--;
}
-core.List<api.ThemeColorPair> buildUnnamed2597() {
+core.List<api.ThemeColorPair> buildUnnamed2604() {
var o = <api.ThemeColorPair>[];
o.add(buildThemeColorPair());
o.add(buildThemeColorPair());
return o;
}
-void checkUnnamed2597(core.List<api.ThemeColorPair> o) {
+void checkUnnamed2604(core.List<api.ThemeColorPair> o) {
unittest.expect(o, unittest.hasLength(2));
checkThemeColorPair(o[0] as api.ThemeColorPair);
checkThemeColorPair(o[1] as api.ThemeColorPair);
@@ -266,7 +266,7 @@
var o = api.ColorScheme();
buildCounterColorScheme++;
if (buildCounterColorScheme < 3) {
- o.colors = buildUnnamed2597();
+ o.colors = buildUnnamed2604();
}
buildCounterColorScheme--;
return o;
@@ -275,7 +275,7 @@
void checkColorScheme(api.ColorScheme o) {
buildCounterColorScheme++;
if (buildCounterColorScheme < 3) {
- checkUnnamed2597(o.colors!);
+ checkUnnamed2604(o.colors!);
}
buildCounterColorScheme--;
}
@@ -563,14 +563,14 @@
buildCounterCreateSheetsChartResponse--;
}
-core.List<api.LayoutPlaceholderIdMapping> buildUnnamed2598() {
+core.List<api.LayoutPlaceholderIdMapping> buildUnnamed2605() {
var o = <api.LayoutPlaceholderIdMapping>[];
o.add(buildLayoutPlaceholderIdMapping());
o.add(buildLayoutPlaceholderIdMapping());
return o;
}
-void checkUnnamed2598(core.List<api.LayoutPlaceholderIdMapping> o) {
+void checkUnnamed2605(core.List<api.LayoutPlaceholderIdMapping> o) {
unittest.expect(o, unittest.hasLength(2));
checkLayoutPlaceholderIdMapping(o[0] as api.LayoutPlaceholderIdMapping);
checkLayoutPlaceholderIdMapping(o[1] as api.LayoutPlaceholderIdMapping);
@@ -583,7 +583,7 @@
if (buildCounterCreateSlideRequest < 3) {
o.insertionIndex = 42;
o.objectId = 'foo';
- o.placeholderIdMappings = buildUnnamed2598();
+ o.placeholderIdMappings = buildUnnamed2605();
o.slideLayoutReference = buildLayoutReference();
}
buildCounterCreateSlideRequest--;
@@ -601,7 +601,7 @@
o.objectId!,
unittest.equals('foo'),
);
- checkUnnamed2598(o.placeholderIdMappings!);
+ checkUnnamed2605(o.placeholderIdMappings!);
checkLayoutReference(o.slideLayoutReference! as api.LayoutReference);
}
buildCounterCreateSlideRequest--;
@@ -934,14 +934,14 @@
buildCounterDimension--;
}
-core.Map<core.String, core.String> buildUnnamed2599() {
+core.Map<core.String, core.String> buildUnnamed2606() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2599(core.Map<core.String, core.String> o) {
+void checkUnnamed2606(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -959,7 +959,7 @@
buildCounterDuplicateObjectRequest++;
if (buildCounterDuplicateObjectRequest < 3) {
o.objectId = 'foo';
- o.objectIds = buildUnnamed2599();
+ o.objectIds = buildUnnamed2606();
}
buildCounterDuplicateObjectRequest--;
return o;
@@ -972,7 +972,7 @@
o.objectId!,
unittest.equals('foo'),
);
- checkUnnamed2599(o.objectIds!);
+ checkUnnamed2606(o.objectIds!);
}
buildCounterDuplicateObjectRequest--;
}
@@ -999,14 +999,14 @@
buildCounterDuplicateObjectResponse--;
}
-core.List<api.PageElement> buildUnnamed2600() {
+core.List<api.PageElement> buildUnnamed2607() {
var o = <api.PageElement>[];
o.add(buildPageElement());
o.add(buildPageElement());
return o;
}
-void checkUnnamed2600(core.List<api.PageElement> o) {
+void checkUnnamed2607(core.List<api.PageElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkPageElement(o[0] as api.PageElement);
checkPageElement(o[1] as api.PageElement);
@@ -1017,7 +1017,7 @@
var o = api.Group();
buildCounterGroup++;
if (buildCounterGroup < 3) {
- o.children = buildUnnamed2600();
+ o.children = buildUnnamed2607();
}
buildCounterGroup--;
return o;
@@ -1026,19 +1026,19 @@
void checkGroup(api.Group o) {
buildCounterGroup++;
if (buildCounterGroup < 3) {
- checkUnnamed2600(o.children!);
+ checkUnnamed2607(o.children!);
}
buildCounterGroup--;
}
-core.List<core.String> buildUnnamed2601() {
+core.List<core.String> buildUnnamed2608() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2601(core.List<core.String> o) {
+void checkUnnamed2608(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1055,7 +1055,7 @@
var o = api.GroupObjectsRequest();
buildCounterGroupObjectsRequest++;
if (buildCounterGroupObjectsRequest < 3) {
- o.childrenObjectIds = buildUnnamed2601();
+ o.childrenObjectIds = buildUnnamed2608();
o.groupObjectId = 'foo';
}
buildCounterGroupObjectsRequest--;
@@ -1065,7 +1065,7 @@
void checkGroupObjectsRequest(api.GroupObjectsRequest o) {
buildCounterGroupObjectsRequest++;
if (buildCounterGroupObjectsRequest < 3) {
- checkUnnamed2601(o.childrenObjectIds!);
+ checkUnnamed2608(o.childrenObjectIds!);
unittest.expect(
o.groupObjectId!,
unittest.equals('foo'),
@@ -1505,14 +1505,14 @@
buildCounterLink--;
}
-core.Map<core.String, api.NestingLevel> buildUnnamed2602() {
+core.Map<core.String, api.NestingLevel> buildUnnamed2609() {
var o = <core.String, api.NestingLevel>{};
o['x'] = buildNestingLevel();
o['y'] = buildNestingLevel();
return o;
}
-void checkUnnamed2602(core.Map<core.String, api.NestingLevel> o) {
+void checkUnnamed2609(core.Map<core.String, api.NestingLevel> o) {
unittest.expect(o, unittest.hasLength(2));
checkNestingLevel(o['x']! as api.NestingLevel);
checkNestingLevel(o['y']! as api.NestingLevel);
@@ -1524,7 +1524,7 @@
buildCounterList++;
if (buildCounterList < 3) {
o.listId = 'foo';
- o.nestingLevel = buildUnnamed2602();
+ o.nestingLevel = buildUnnamed2609();
}
buildCounterList--;
return o;
@@ -1537,7 +1537,7 @@
o.listId!,
unittest.equals('foo'),
);
- checkUnnamed2602(o.nestingLevel!);
+ checkUnnamed2609(o.nestingLevel!);
}
buildCounterList--;
}
@@ -1722,14 +1722,14 @@
buildCounterOutlineFill--;
}
-core.List<api.PageElement> buildUnnamed2603() {
+core.List<api.PageElement> buildUnnamed2610() {
var o = <api.PageElement>[];
o.add(buildPageElement());
o.add(buildPageElement());
return o;
}
-void checkUnnamed2603(core.List<api.PageElement> o) {
+void checkUnnamed2610(core.List<api.PageElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkPageElement(o[0] as api.PageElement);
checkPageElement(o[1] as api.PageElement);
@@ -1744,7 +1744,7 @@
o.masterProperties = buildMasterProperties();
o.notesProperties = buildNotesProperties();
o.objectId = 'foo';
- o.pageElements = buildUnnamed2603();
+ o.pageElements = buildUnnamed2610();
o.pageProperties = buildPageProperties();
o.pageType = 'foo';
o.revisionId = 'foo';
@@ -1764,7 +1764,7 @@
o.objectId!,
unittest.equals('foo'),
);
- checkUnnamed2603(o.pageElements!);
+ checkUnnamed2610(o.pageElements!);
checkPageProperties(o.pageProperties! as api.PageProperties);
unittest.expect(
o.pageType!,
@@ -2005,40 +2005,40 @@
buildCounterPlaceholder--;
}
-core.List<api.Page> buildUnnamed2604() {
+core.List<api.Page> buildUnnamed2611() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed2604(core.List<api.Page> o) {
+void checkUnnamed2611(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
}
-core.List<api.Page> buildUnnamed2605() {
+core.List<api.Page> buildUnnamed2612() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed2605(core.List<api.Page> o) {
+void checkUnnamed2612(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
}
-core.List<api.Page> buildUnnamed2606() {
+core.List<api.Page> buildUnnamed2613() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed2606(core.List<api.Page> o) {
+void checkUnnamed2613(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
@@ -2049,14 +2049,14 @@
var o = api.Presentation();
buildCounterPresentation++;
if (buildCounterPresentation < 3) {
- o.layouts = buildUnnamed2604();
+ o.layouts = buildUnnamed2611();
o.locale = 'foo';
- o.masters = buildUnnamed2605();
+ o.masters = buildUnnamed2612();
o.notesMaster = buildPage();
o.pageSize = buildSize();
o.presentationId = 'foo';
o.revisionId = 'foo';
- o.slides = buildUnnamed2606();
+ o.slides = buildUnnamed2613();
o.title = 'foo';
}
buildCounterPresentation--;
@@ -2066,12 +2066,12 @@
void checkPresentation(api.Presentation o) {
buildCounterPresentation++;
if (buildCounterPresentation < 3) {
- checkUnnamed2604(o.layouts!);
+ checkUnnamed2611(o.layouts!);
unittest.expect(
o.locale!,
unittest.equals('foo'),
);
- checkUnnamed2605(o.masters!);
+ checkUnnamed2612(o.masters!);
checkPage(o.notesMaster! as api.Page);
checkSize(o.pageSize! as api.Size);
unittest.expect(
@@ -2082,7 +2082,7 @@
o.revisionId!,
unittest.equals('foo'),
);
- checkUnnamed2606(o.slides!);
+ checkUnnamed2613(o.slides!);
unittest.expect(
o.title!,
unittest.equals('foo'),
@@ -2123,14 +2123,14 @@
buildCounterRange--;
}
-core.List<api.ColorStop> buildUnnamed2607() {
+core.List<api.ColorStop> buildUnnamed2614() {
var o = <api.ColorStop>[];
o.add(buildColorStop());
o.add(buildColorStop());
return o;
}
-void checkUnnamed2607(core.List<api.ColorStop> o) {
+void checkUnnamed2614(core.List<api.ColorStop> o) {
unittest.expect(o, unittest.hasLength(2));
checkColorStop(o[0] as api.ColorStop);
checkColorStop(o[1] as api.ColorStop);
@@ -2142,7 +2142,7 @@
buildCounterRecolor++;
if (buildCounterRecolor < 3) {
o.name = 'foo';
- o.recolorStops = buildUnnamed2607();
+ o.recolorStops = buildUnnamed2614();
}
buildCounterRecolor--;
return o;
@@ -2155,7 +2155,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2607(o.recolorStops!);
+ checkUnnamed2614(o.recolorStops!);
}
buildCounterRecolor--;
}
@@ -2182,14 +2182,14 @@
buildCounterRefreshSheetsChartRequest--;
}
-core.List<core.String> buildUnnamed2608() {
+core.List<core.String> buildUnnamed2615() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2608(core.List<core.String> o) {
+void checkUnnamed2615(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2209,7 +2209,7 @@
o.containsText = buildSubstringMatchCriteria();
o.imageReplaceMethod = 'foo';
o.imageUrl = 'foo';
- o.pageObjectIds = buildUnnamed2608();
+ o.pageObjectIds = buildUnnamed2615();
o.replaceMethod = 'foo';
}
buildCounterReplaceAllShapesWithImageRequest--;
@@ -2229,7 +2229,7 @@
o.imageUrl!,
unittest.equals('foo'),
);
- checkUnnamed2608(o.pageObjectIds!);
+ checkUnnamed2615(o.pageObjectIds!);
unittest.expect(
o.replaceMethod!,
unittest.equals('foo'),
@@ -2261,14 +2261,14 @@
buildCounterReplaceAllShapesWithImageResponse--;
}
-core.List<core.String> buildUnnamed2609() {
+core.List<core.String> buildUnnamed2616() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2609(core.List<core.String> o) {
+void checkUnnamed2616(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2289,7 +2289,7 @@
o.chartId = 42;
o.containsText = buildSubstringMatchCriteria();
o.linkingMode = 'foo';
- o.pageObjectIds = buildUnnamed2609();
+ o.pageObjectIds = buildUnnamed2616();
o.spreadsheetId = 'foo';
}
buildCounterReplaceAllShapesWithSheetsChartRequest--;
@@ -2309,7 +2309,7 @@
o.linkingMode!,
unittest.equals('foo'),
);
- checkUnnamed2609(o.pageObjectIds!);
+ checkUnnamed2616(o.pageObjectIds!);
unittest.expect(
o.spreadsheetId!,
unittest.equals('foo'),
@@ -2342,14 +2342,14 @@
buildCounterReplaceAllShapesWithSheetsChartResponse--;
}
-core.List<core.String> buildUnnamed2610() {
+core.List<core.String> buildUnnamed2617() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2610(core.List<core.String> o) {
+void checkUnnamed2617(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2367,7 +2367,7 @@
buildCounterReplaceAllTextRequest++;
if (buildCounterReplaceAllTextRequest < 3) {
o.containsText = buildSubstringMatchCriteria();
- o.pageObjectIds = buildUnnamed2610();
+ o.pageObjectIds = buildUnnamed2617();
o.replaceText = 'foo';
}
buildCounterReplaceAllTextRequest--;
@@ -2378,7 +2378,7 @@
buildCounterReplaceAllTextRequest++;
if (buildCounterReplaceAllTextRequest < 3) {
checkSubstringMatchCriteria(o.containsText! as api.SubstringMatchCriteria);
- checkUnnamed2610(o.pageObjectIds!);
+ checkUnnamed2617(o.pageObjectIds!);
unittest.expect(
o.replaceText!,
unittest.equals('foo'),
@@ -2885,6 +2885,7 @@
var o = api.SlideProperties();
buildCounterSlideProperties++;
if (buildCounterSlideProperties < 3) {
+ o.isSkipped = true;
o.layoutObjectId = 'foo';
o.masterObjectId = 'foo';
o.notesPage = buildPage();
@@ -2896,6 +2897,7 @@
void checkSlideProperties(api.SlideProperties o) {
buildCounterSlideProperties++;
if (buildCounterSlideProperties < 3) {
+ unittest.expect(o.isSkipped!, unittest.isTrue);
unittest.expect(
o.layoutObjectId!,
unittest.equals('foo'),
@@ -2981,53 +2983,53 @@
buildCounterSubstringMatchCriteria--;
}
-core.List<api.TableBorderRow> buildUnnamed2611() {
+core.List<api.TableBorderRow> buildUnnamed2618() {
var o = <api.TableBorderRow>[];
o.add(buildTableBorderRow());
o.add(buildTableBorderRow());
return o;
}
-void checkUnnamed2611(core.List<api.TableBorderRow> o) {
+void checkUnnamed2618(core.List<api.TableBorderRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableBorderRow(o[0] as api.TableBorderRow);
checkTableBorderRow(o[1] as api.TableBorderRow);
}
-core.List<api.TableColumnProperties> buildUnnamed2612() {
+core.List<api.TableColumnProperties> buildUnnamed2619() {
var o = <api.TableColumnProperties>[];
o.add(buildTableColumnProperties());
o.add(buildTableColumnProperties());
return o;
}
-void checkUnnamed2612(core.List<api.TableColumnProperties> o) {
+void checkUnnamed2619(core.List<api.TableColumnProperties> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableColumnProperties(o[0] as api.TableColumnProperties);
checkTableColumnProperties(o[1] as api.TableColumnProperties);
}
-core.List<api.TableRow> buildUnnamed2613() {
+core.List<api.TableRow> buildUnnamed2620() {
var o = <api.TableRow>[];
o.add(buildTableRow());
o.add(buildTableRow());
return o;
}
-void checkUnnamed2613(core.List<api.TableRow> o) {
+void checkUnnamed2620(core.List<api.TableRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableRow(o[0] as api.TableRow);
checkTableRow(o[1] as api.TableRow);
}
-core.List<api.TableBorderRow> buildUnnamed2614() {
+core.List<api.TableBorderRow> buildUnnamed2621() {
var o = <api.TableBorderRow>[];
o.add(buildTableBorderRow());
o.add(buildTableBorderRow());
return o;
}
-void checkUnnamed2614(core.List<api.TableBorderRow> o) {
+void checkUnnamed2621(core.List<api.TableBorderRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableBorderRow(o[0] as api.TableBorderRow);
checkTableBorderRow(o[1] as api.TableBorderRow);
@@ -3039,11 +3041,11 @@
buildCounterTable++;
if (buildCounterTable < 3) {
o.columns = 42;
- o.horizontalBorderRows = buildUnnamed2611();
+ o.horizontalBorderRows = buildUnnamed2618();
o.rows = 42;
- o.tableColumns = buildUnnamed2612();
- o.tableRows = buildUnnamed2613();
- o.verticalBorderRows = buildUnnamed2614();
+ o.tableColumns = buildUnnamed2619();
+ o.tableRows = buildUnnamed2620();
+ o.verticalBorderRows = buildUnnamed2621();
}
buildCounterTable--;
return o;
@@ -3056,14 +3058,14 @@
o.columns!,
unittest.equals(42),
);
- checkUnnamed2611(o.horizontalBorderRows!);
+ checkUnnamed2618(o.horizontalBorderRows!);
unittest.expect(
o.rows!,
unittest.equals(42),
);
- checkUnnamed2612(o.tableColumns!);
- checkUnnamed2613(o.tableRows!);
- checkUnnamed2614(o.verticalBorderRows!);
+ checkUnnamed2619(o.tableColumns!);
+ checkUnnamed2620(o.tableRows!);
+ checkUnnamed2621(o.verticalBorderRows!);
}
buildCounterTable--;
}
@@ -3135,14 +3137,14 @@
buildCounterTableBorderProperties--;
}
-core.List<api.TableBorderCell> buildUnnamed2615() {
+core.List<api.TableBorderCell> buildUnnamed2622() {
var o = <api.TableBorderCell>[];
o.add(buildTableBorderCell());
o.add(buildTableBorderCell());
return o;
}
-void checkUnnamed2615(core.List<api.TableBorderCell> o) {
+void checkUnnamed2622(core.List<api.TableBorderCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableBorderCell(o[0] as api.TableBorderCell);
checkTableBorderCell(o[1] as api.TableBorderCell);
@@ -3153,7 +3155,7 @@
var o = api.TableBorderRow();
buildCounterTableBorderRow++;
if (buildCounterTableBorderRow < 3) {
- o.tableBorderCells = buildUnnamed2615();
+ o.tableBorderCells = buildUnnamed2622();
}
buildCounterTableBorderRow--;
return o;
@@ -3162,7 +3164,7 @@
void checkTableBorderRow(api.TableBorderRow o) {
buildCounterTableBorderRow++;
if (buildCounterTableBorderRow < 3) {
- checkUnnamed2615(o.tableBorderCells!);
+ checkUnnamed2622(o.tableBorderCells!);
}
buildCounterTableBorderRow--;
}
@@ -3324,14 +3326,14 @@
buildCounterTableRange--;
}
-core.List<api.TableCell> buildUnnamed2616() {
+core.List<api.TableCell> buildUnnamed2623() {
var o = <api.TableCell>[];
o.add(buildTableCell());
o.add(buildTableCell());
return o;
}
-void checkUnnamed2616(core.List<api.TableCell> o) {
+void checkUnnamed2623(core.List<api.TableCell> o) {
unittest.expect(o, unittest.hasLength(2));
checkTableCell(o[0] as api.TableCell);
checkTableCell(o[1] as api.TableCell);
@@ -3343,7 +3345,7 @@
buildCounterTableRow++;
if (buildCounterTableRow < 3) {
o.rowHeight = buildDimension();
- o.tableCells = buildUnnamed2616();
+ o.tableCells = buildUnnamed2623();
o.tableRowProperties = buildTableRowProperties();
}
buildCounterTableRow--;
@@ -3354,7 +3356,7 @@
buildCounterTableRow++;
if (buildCounterTableRow < 3) {
checkDimension(o.rowHeight! as api.Dimension);
- checkUnnamed2616(o.tableCells!);
+ checkUnnamed2623(o.tableCells!);
checkTableRowProperties(o.tableRowProperties! as api.TableRowProperties);
}
buildCounterTableRow--;
@@ -3379,27 +3381,27 @@
buildCounterTableRowProperties--;
}
-core.Map<core.String, api.List> buildUnnamed2617() {
+core.Map<core.String, api.List> buildUnnamed2624() {
var o = <core.String, api.List>{};
o['x'] = buildList();
o['y'] = buildList();
return o;
}
-void checkUnnamed2617(core.Map<core.String, api.List> o) {
+void checkUnnamed2624(core.Map<core.String, api.List> o) {
unittest.expect(o, unittest.hasLength(2));
checkList(o['x']! as api.List);
checkList(o['y']! as api.List);
}
-core.List<api.TextElement> buildUnnamed2618() {
+core.List<api.TextElement> buildUnnamed2625() {
var o = <api.TextElement>[];
o.add(buildTextElement());
o.add(buildTextElement());
return o;
}
-void checkUnnamed2618(core.List<api.TextElement> o) {
+void checkUnnamed2625(core.List<api.TextElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkTextElement(o[0] as api.TextElement);
checkTextElement(o[1] as api.TextElement);
@@ -3410,8 +3412,8 @@
var o = api.TextContent();
buildCounterTextContent++;
if (buildCounterTextContent < 3) {
- o.lists = buildUnnamed2617();
- o.textElements = buildUnnamed2618();
+ o.lists = buildUnnamed2624();
+ o.textElements = buildUnnamed2625();
}
buildCounterTextContent--;
return o;
@@ -3420,8 +3422,8 @@
void checkTextContent(api.TextContent o) {
buildCounterTextContent++;
if (buildCounterTextContent < 3) {
- checkUnnamed2617(o.lists!);
- checkUnnamed2618(o.textElements!);
+ checkUnnamed2624(o.lists!);
+ checkUnnamed2625(o.textElements!);
}
buildCounterTextContent--;
}
@@ -3586,14 +3588,14 @@
buildCounterThumbnail--;
}
-core.List<core.String> buildUnnamed2619() {
+core.List<core.String> buildUnnamed2626() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2619(core.List<core.String> o) {
+void checkUnnamed2626(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3610,7 +3612,7 @@
var o = api.UngroupObjectsRequest();
buildCounterUngroupObjectsRequest++;
if (buildCounterUngroupObjectsRequest < 3) {
- o.objectIds = buildUnnamed2619();
+ o.objectIds = buildUnnamed2626();
}
buildCounterUngroupObjectsRequest--;
return o;
@@ -3619,7 +3621,7 @@
void checkUngroupObjectsRequest(api.UngroupObjectsRequest o) {
buildCounterUngroupObjectsRequest++;
if (buildCounterUngroupObjectsRequest < 3) {
- checkUnnamed2619(o.objectIds!);
+ checkUnnamed2626(o.objectIds!);
}
buildCounterUngroupObjectsRequest--;
}
@@ -3796,14 +3798,14 @@
buildCounterUpdatePageElementTransformRequest--;
}
-core.List<core.String> buildUnnamed2620() {
+core.List<core.String> buildUnnamed2627() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2620(core.List<core.String> o) {
+void checkUnnamed2627(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3821,7 +3823,7 @@
buildCounterUpdatePageElementsZOrderRequest++;
if (buildCounterUpdatePageElementsZOrderRequest < 3) {
o.operation = 'foo';
- o.pageElementObjectIds = buildUnnamed2620();
+ o.pageElementObjectIds = buildUnnamed2627();
}
buildCounterUpdatePageElementsZOrderRequest--;
return o;
@@ -3835,7 +3837,7 @@
o.operation!,
unittest.equals('foo'),
);
- checkUnnamed2620(o.pageElementObjectIds!);
+ checkUnnamed2627(o.pageElementObjectIds!);
}
buildCounterUpdatePageElementsZOrderRequest--;
}
@@ -3931,14 +3933,14 @@
buildCounterUpdateShapePropertiesRequest--;
}
-core.List<core.String> buildUnnamed2621() {
+core.List<core.String> buildUnnamed2628() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2621(core.List<core.String> o) {
+void checkUnnamed2628(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3956,7 +3958,7 @@
buildCounterUpdateSlidesPositionRequest++;
if (buildCounterUpdateSlidesPositionRequest < 3) {
o.insertionIndex = 42;
- o.slideObjectIds = buildUnnamed2621();
+ o.slideObjectIds = buildUnnamed2628();
}
buildCounterUpdateSlidesPositionRequest--;
return o;
@@ -3969,7 +3971,7 @@
o.insertionIndex!,
unittest.equals(42),
);
- checkUnnamed2621(o.slideObjectIds!);
+ checkUnnamed2628(o.slideObjectIds!);
}
buildCounterUpdateSlidesPositionRequest--;
}
@@ -4045,14 +4047,14 @@
buildCounterUpdateTableCellPropertiesRequest--;
}
-core.List<core.int> buildUnnamed2622() {
+core.List<core.int> buildUnnamed2629() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed2622(core.List<core.int> o) {
+void checkUnnamed2629(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4070,7 +4072,7 @@
var o = api.UpdateTableColumnPropertiesRequest();
buildCounterUpdateTableColumnPropertiesRequest++;
if (buildCounterUpdateTableColumnPropertiesRequest < 3) {
- o.columnIndices = buildUnnamed2622();
+ o.columnIndices = buildUnnamed2629();
o.fields = 'foo';
o.objectId = 'foo';
o.tableColumnProperties = buildTableColumnProperties();
@@ -4083,7 +4085,7 @@
api.UpdateTableColumnPropertiesRequest o) {
buildCounterUpdateTableColumnPropertiesRequest++;
if (buildCounterUpdateTableColumnPropertiesRequest < 3) {
- checkUnnamed2622(o.columnIndices!);
+ checkUnnamed2629(o.columnIndices!);
unittest.expect(
o.fields!,
unittest.equals('foo'),
@@ -4098,14 +4100,14 @@
buildCounterUpdateTableColumnPropertiesRequest--;
}
-core.List<core.int> buildUnnamed2623() {
+core.List<core.int> buildUnnamed2630() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed2623(core.List<core.int> o) {
+void checkUnnamed2630(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4124,7 +4126,7 @@
if (buildCounterUpdateTableRowPropertiesRequest < 3) {
o.fields = 'foo';
o.objectId = 'foo';
- o.rowIndices = buildUnnamed2623();
+ o.rowIndices = buildUnnamed2630();
o.tableRowProperties = buildTableRowProperties();
}
buildCounterUpdateTableRowPropertiesRequest--;
@@ -4143,7 +4145,7 @@
o.objectId!,
unittest.equals('foo'),
);
- checkUnnamed2623(o.rowIndices!);
+ checkUnnamed2630(o.rowIndices!);
checkTableRowProperties(o.tableRowProperties! as api.TableRowProperties);
}
buildCounterUpdateTableRowPropertiesRequest--;
diff --git a/generated/googleapis/test/smartdevicemanagement/v1_test.dart b/generated/googleapis/test/smartdevicemanagement/v1_test.dart
index ac0f8bf..b109b24 100644
--- a/generated/googleapis/test/smartdevicemanagement/v1_test.dart
+++ b/generated/googleapis/test/smartdevicemanagement/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.GoogleHomeEnterpriseSdmV1ParentRelation> buildUnnamed7209() {
+core.List<api.GoogleHomeEnterpriseSdmV1ParentRelation> buildUnnamed7260() {
var o = <api.GoogleHomeEnterpriseSdmV1ParentRelation>[];
o.add(buildGoogleHomeEnterpriseSdmV1ParentRelation());
o.add(buildGoogleHomeEnterpriseSdmV1ParentRelation());
return o;
}
-void checkUnnamed7209(
+void checkUnnamed7260(
core.List<api.GoogleHomeEnterpriseSdmV1ParentRelation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleHomeEnterpriseSdmV1ParentRelation(
@@ -43,7 +43,7 @@
o[1] as api.GoogleHomeEnterpriseSdmV1ParentRelation);
}
-core.Map<core.String, core.Object> buildUnnamed7210() {
+core.Map<core.String, core.Object> buildUnnamed7261() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -58,7 +58,7 @@
return o;
}
-void checkUnnamed7210(core.Map<core.String, core.Object> o) {
+void checkUnnamed7261(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -96,8 +96,8 @@
buildCounterGoogleHomeEnterpriseSdmV1Device++;
if (buildCounterGoogleHomeEnterpriseSdmV1Device < 3) {
o.name = 'foo';
- o.parentRelations = buildUnnamed7209();
- o.traits = buildUnnamed7210();
+ o.parentRelations = buildUnnamed7260();
+ o.traits = buildUnnamed7261();
o.type = 'foo';
}
buildCounterGoogleHomeEnterpriseSdmV1Device--;
@@ -112,8 +112,8 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7209(o.parentRelations!);
- checkUnnamed7210(o.traits!);
+ checkUnnamed7260(o.parentRelations!);
+ checkUnnamed7261(o.traits!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -122,7 +122,7 @@
buildCounterGoogleHomeEnterpriseSdmV1Device--;
}
-core.Map<core.String, core.Object> buildUnnamed7211() {
+core.Map<core.String, core.Object> buildUnnamed7262() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -137,7 +137,7 @@
return o;
}
-void checkUnnamed7211(core.Map<core.String, core.Object> o) {
+void checkUnnamed7262(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -176,7 +176,7 @@
buildCounterGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest++;
if (buildCounterGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest < 3) {
o.command = 'foo';
- o.params = buildUnnamed7211();
+ o.params = buildUnnamed7262();
}
buildCounterGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest--;
return o;
@@ -190,12 +190,12 @@
o.command!,
unittest.equals('foo'),
);
- checkUnnamed7211(o.params!);
+ checkUnnamed7262(o.params!);
}
buildCounterGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed7212() {
+core.Map<core.String, core.Object> buildUnnamed7263() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -210,7 +210,7 @@
return o;
}
-void checkUnnamed7212(core.Map<core.String, core.Object> o) {
+void checkUnnamed7263(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -248,7 +248,7 @@
var o = api.GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse();
buildCounterGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse++;
if (buildCounterGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse < 3) {
- o.results = buildUnnamed7212();
+ o.results = buildUnnamed7263();
}
buildCounterGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse--;
return o;
@@ -258,19 +258,19 @@
api.GoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse o) {
buildCounterGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse++;
if (buildCounterGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse < 3) {
- checkUnnamed7212(o.results!);
+ checkUnnamed7263(o.results!);
}
buildCounterGoogleHomeEnterpriseSdmV1ExecuteDeviceCommandResponse--;
}
-core.List<api.GoogleHomeEnterpriseSdmV1Device> buildUnnamed7213() {
+core.List<api.GoogleHomeEnterpriseSdmV1Device> buildUnnamed7264() {
var o = <api.GoogleHomeEnterpriseSdmV1Device>[];
o.add(buildGoogleHomeEnterpriseSdmV1Device());
o.add(buildGoogleHomeEnterpriseSdmV1Device());
return o;
}
-void checkUnnamed7213(core.List<api.GoogleHomeEnterpriseSdmV1Device> o) {
+void checkUnnamed7264(core.List<api.GoogleHomeEnterpriseSdmV1Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleHomeEnterpriseSdmV1Device(
o[0] as api.GoogleHomeEnterpriseSdmV1Device);
@@ -284,7 +284,7 @@
var o = api.GoogleHomeEnterpriseSdmV1ListDevicesResponse();
buildCounterGoogleHomeEnterpriseSdmV1ListDevicesResponse++;
if (buildCounterGoogleHomeEnterpriseSdmV1ListDevicesResponse < 3) {
- o.devices = buildUnnamed7213();
+ o.devices = buildUnnamed7264();
o.nextPageToken = 'foo';
}
buildCounterGoogleHomeEnterpriseSdmV1ListDevicesResponse--;
@@ -295,7 +295,7 @@
api.GoogleHomeEnterpriseSdmV1ListDevicesResponse o) {
buildCounterGoogleHomeEnterpriseSdmV1ListDevicesResponse++;
if (buildCounterGoogleHomeEnterpriseSdmV1ListDevicesResponse < 3) {
- checkUnnamed7213(o.devices!);
+ checkUnnamed7264(o.devices!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -304,14 +304,14 @@
buildCounterGoogleHomeEnterpriseSdmV1ListDevicesResponse--;
}
-core.List<api.GoogleHomeEnterpriseSdmV1Room> buildUnnamed7214() {
+core.List<api.GoogleHomeEnterpriseSdmV1Room> buildUnnamed7265() {
var o = <api.GoogleHomeEnterpriseSdmV1Room>[];
o.add(buildGoogleHomeEnterpriseSdmV1Room());
o.add(buildGoogleHomeEnterpriseSdmV1Room());
return o;
}
-void checkUnnamed7214(core.List<api.GoogleHomeEnterpriseSdmV1Room> o) {
+void checkUnnamed7265(core.List<api.GoogleHomeEnterpriseSdmV1Room> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleHomeEnterpriseSdmV1Room(o[0] as api.GoogleHomeEnterpriseSdmV1Room);
checkGoogleHomeEnterpriseSdmV1Room(o[1] as api.GoogleHomeEnterpriseSdmV1Room);
@@ -324,7 +324,7 @@
buildCounterGoogleHomeEnterpriseSdmV1ListRoomsResponse++;
if (buildCounterGoogleHomeEnterpriseSdmV1ListRoomsResponse < 3) {
o.nextPageToken = 'foo';
- o.rooms = buildUnnamed7214();
+ o.rooms = buildUnnamed7265();
}
buildCounterGoogleHomeEnterpriseSdmV1ListRoomsResponse--;
return o;
@@ -338,19 +338,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7214(o.rooms!);
+ checkUnnamed7265(o.rooms!);
}
buildCounterGoogleHomeEnterpriseSdmV1ListRoomsResponse--;
}
-core.List<api.GoogleHomeEnterpriseSdmV1Structure> buildUnnamed7215() {
+core.List<api.GoogleHomeEnterpriseSdmV1Structure> buildUnnamed7266() {
var o = <api.GoogleHomeEnterpriseSdmV1Structure>[];
o.add(buildGoogleHomeEnterpriseSdmV1Structure());
o.add(buildGoogleHomeEnterpriseSdmV1Structure());
return o;
}
-void checkUnnamed7215(core.List<api.GoogleHomeEnterpriseSdmV1Structure> o) {
+void checkUnnamed7266(core.List<api.GoogleHomeEnterpriseSdmV1Structure> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleHomeEnterpriseSdmV1Structure(
o[0] as api.GoogleHomeEnterpriseSdmV1Structure);
@@ -365,7 +365,7 @@
buildCounterGoogleHomeEnterpriseSdmV1ListStructuresResponse++;
if (buildCounterGoogleHomeEnterpriseSdmV1ListStructuresResponse < 3) {
o.nextPageToken = 'foo';
- o.structures = buildUnnamed7215();
+ o.structures = buildUnnamed7266();
}
buildCounterGoogleHomeEnterpriseSdmV1ListStructuresResponse--;
return o;
@@ -379,7 +379,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7215(o.structures!);
+ checkUnnamed7266(o.structures!);
}
buildCounterGoogleHomeEnterpriseSdmV1ListStructuresResponse--;
}
@@ -413,7 +413,7 @@
buildCounterGoogleHomeEnterpriseSdmV1ParentRelation--;
}
-core.Map<core.String, core.Object> buildUnnamed7216() {
+core.Map<core.String, core.Object> buildUnnamed7267() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -428,7 +428,7 @@
return o;
}
-void checkUnnamed7216(core.Map<core.String, core.Object> o) {
+void checkUnnamed7267(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -466,7 +466,7 @@
buildCounterGoogleHomeEnterpriseSdmV1Room++;
if (buildCounterGoogleHomeEnterpriseSdmV1Room < 3) {
o.name = 'foo';
- o.traits = buildUnnamed7216();
+ o.traits = buildUnnamed7267();
}
buildCounterGoogleHomeEnterpriseSdmV1Room--;
return o;
@@ -479,12 +479,12 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7216(o.traits!);
+ checkUnnamed7267(o.traits!);
}
buildCounterGoogleHomeEnterpriseSdmV1Room--;
}
-core.Map<core.String, core.Object> buildUnnamed7217() {
+core.Map<core.String, core.Object> buildUnnamed7268() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -499,7 +499,7 @@
return o;
}
-void checkUnnamed7217(core.Map<core.String, core.Object> o) {
+void checkUnnamed7268(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -538,7 +538,7 @@
buildCounterGoogleHomeEnterpriseSdmV1Structure++;
if (buildCounterGoogleHomeEnterpriseSdmV1Structure < 3) {
o.name = 'foo';
- o.traits = buildUnnamed7217();
+ o.traits = buildUnnamed7268();
}
buildCounterGoogleHomeEnterpriseSdmV1Structure--;
return o;
@@ -552,7 +552,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7217(o.traits!);
+ checkUnnamed7268(o.traits!);
}
buildCounterGoogleHomeEnterpriseSdmV1Structure--;
}
diff --git a/generated/googleapis/test/sourcerepo/v1_test.dart b/generated/googleapis/test/sourcerepo/v1_test.dart
index 751dd58..d9d7809 100644
--- a/generated/googleapis/test/sourcerepo/v1_test.dart
+++ b/generated/googleapis/test/sourcerepo/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.AuditLogConfig> buildUnnamed4449() {
+core.List<api.AuditLogConfig> buildUnnamed4492() {
var o = <api.AuditLogConfig>[];
o.add(buildAuditLogConfig());
o.add(buildAuditLogConfig());
return o;
}
-void checkUnnamed4449(core.List<api.AuditLogConfig> o) {
+void checkUnnamed4492(core.List<api.AuditLogConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditLogConfig(o[0] as api.AuditLogConfig);
checkAuditLogConfig(o[1] as api.AuditLogConfig);
@@ -45,7 +45,7 @@
var o = api.AuditConfig();
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- o.auditLogConfigs = buildUnnamed4449();
+ o.auditLogConfigs = buildUnnamed4492();
o.service = 'foo';
}
buildCounterAuditConfig--;
@@ -55,7 +55,7 @@
void checkAuditConfig(api.AuditConfig o) {
buildCounterAuditConfig++;
if (buildCounterAuditConfig < 3) {
- checkUnnamed4449(o.auditLogConfigs!);
+ checkUnnamed4492(o.auditLogConfigs!);
unittest.expect(
o.service!,
unittest.equals('foo'),
@@ -64,14 +64,14 @@
buildCounterAuditConfig--;
}
-core.List<core.String> buildUnnamed4450() {
+core.List<core.String> buildUnnamed4493() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4450(core.List<core.String> o) {
+void checkUnnamed4493(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -88,7 +88,7 @@
var o = api.AuditLogConfig();
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- o.exemptedMembers = buildUnnamed4450();
+ o.exemptedMembers = buildUnnamed4493();
o.logType = 'foo';
}
buildCounterAuditLogConfig--;
@@ -98,7 +98,7 @@
void checkAuditLogConfig(api.AuditLogConfig o) {
buildCounterAuditLogConfig++;
if (buildCounterAuditLogConfig < 3) {
- checkUnnamed4450(o.exemptedMembers!);
+ checkUnnamed4493(o.exemptedMembers!);
unittest.expect(
o.logType!,
unittest.equals('foo'),
@@ -107,14 +107,14 @@
buildCounterAuditLogConfig--;
}
-core.List<core.String> buildUnnamed4451() {
+core.List<core.String> buildUnnamed4494() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4451(core.List<core.String> o) {
+void checkUnnamed4494(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -132,7 +132,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed4451();
+ o.members = buildUnnamed4494();
o.role = 'foo';
}
buildCounterBinding--;
@@ -143,7 +143,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed4451(o.members!);
+ checkUnnamed4494(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -204,14 +204,14 @@
buildCounterExpr--;
}
-core.List<api.Repo> buildUnnamed4452() {
+core.List<api.Repo> buildUnnamed4495() {
var o = <api.Repo>[];
o.add(buildRepo());
o.add(buildRepo());
return o;
}
-void checkUnnamed4452(core.List<api.Repo> o) {
+void checkUnnamed4495(core.List<api.Repo> o) {
unittest.expect(o, unittest.hasLength(2));
checkRepo(o[0] as api.Repo);
checkRepo(o[1] as api.Repo);
@@ -223,7 +223,7 @@
buildCounterListReposResponse++;
if (buildCounterListReposResponse < 3) {
o.nextPageToken = 'foo';
- o.repos = buildUnnamed4452();
+ o.repos = buildUnnamed4495();
}
buildCounterListReposResponse--;
return o;
@@ -236,7 +236,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4452(o.repos!);
+ checkUnnamed4495(o.repos!);
}
buildCounterListReposResponse--;
}
@@ -273,7 +273,7 @@
buildCounterMirrorConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed4453() {
+core.Map<core.String, core.Object> buildUnnamed4496() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -288,7 +288,7 @@
return o;
}
-void checkUnnamed4453(core.Map<core.String, core.Object> o) {
+void checkUnnamed4496(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -320,7 +320,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4454() {
+core.Map<core.String, core.Object> buildUnnamed4497() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -335,7 +335,7 @@
return o;
}
-void checkUnnamed4454(core.Map<core.String, core.Object> o) {
+void checkUnnamed4497(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -374,9 +374,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed4453();
+ o.metadata = buildUnnamed4496();
o.name = 'foo';
- o.response = buildUnnamed4454();
+ o.response = buildUnnamed4497();
}
buildCounterOperation--;
return o;
@@ -387,37 +387,37 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed4453(o.metadata!);
+ checkUnnamed4496(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4454(o.response!);
+ checkUnnamed4497(o.response!);
}
buildCounterOperation--;
}
-core.List<api.AuditConfig> buildUnnamed4455() {
+core.List<api.AuditConfig> buildUnnamed4498() {
var o = <api.AuditConfig>[];
o.add(buildAuditConfig());
o.add(buildAuditConfig());
return o;
}
-void checkUnnamed4455(core.List<api.AuditConfig> o) {
+void checkUnnamed4498(core.List<api.AuditConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkAuditConfig(o[0] as api.AuditConfig);
checkAuditConfig(o[1] as api.AuditConfig);
}
-core.List<api.Binding> buildUnnamed4456() {
+core.List<api.Binding> buildUnnamed4499() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed4456(core.List<api.Binding> o) {
+void checkUnnamed4499(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -428,8 +428,8 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.auditConfigs = buildUnnamed4455();
- o.bindings = buildUnnamed4456();
+ o.auditConfigs = buildUnnamed4498();
+ o.bindings = buildUnnamed4499();
o.etag = 'foo';
o.version = 42;
}
@@ -440,8 +440,8 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed4455(o.auditConfigs!);
- checkUnnamed4456(o.bindings!);
+ checkUnnamed4498(o.auditConfigs!);
+ checkUnnamed4499(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -454,14 +454,14 @@
buildCounterPolicy--;
}
-core.Map<core.String, api.PubsubConfig> buildUnnamed4457() {
+core.Map<core.String, api.PubsubConfig> buildUnnamed4500() {
var o = <core.String, api.PubsubConfig>{};
o['x'] = buildPubsubConfig();
o['y'] = buildPubsubConfig();
return o;
}
-void checkUnnamed4457(core.Map<core.String, api.PubsubConfig> o) {
+void checkUnnamed4500(core.Map<core.String, api.PubsubConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkPubsubConfig(o['x']! as api.PubsubConfig);
checkPubsubConfig(o['y']! as api.PubsubConfig);
@@ -474,7 +474,7 @@
if (buildCounterProjectConfig < 3) {
o.enablePrivateKeyCheck = true;
o.name = 'foo';
- o.pubsubConfigs = buildUnnamed4457();
+ o.pubsubConfigs = buildUnnamed4500();
}
buildCounterProjectConfig--;
return o;
@@ -488,7 +488,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4457(o.pubsubConfigs!);
+ checkUnnamed4500(o.pubsubConfigs!);
}
buildCounterProjectConfig--;
}
@@ -525,14 +525,14 @@
buildCounterPubsubConfig--;
}
-core.Map<core.String, api.PubsubConfig> buildUnnamed4458() {
+core.Map<core.String, api.PubsubConfig> buildUnnamed4501() {
var o = <core.String, api.PubsubConfig>{};
o['x'] = buildPubsubConfig();
o['y'] = buildPubsubConfig();
return o;
}
-void checkUnnamed4458(core.Map<core.String, api.PubsubConfig> o) {
+void checkUnnamed4501(core.Map<core.String, api.PubsubConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkPubsubConfig(o['x']! as api.PubsubConfig);
checkPubsubConfig(o['y']! as api.PubsubConfig);
@@ -545,7 +545,7 @@
if (buildCounterRepo < 3) {
o.mirrorConfig = buildMirrorConfig();
o.name = 'foo';
- o.pubsubConfigs = buildUnnamed4458();
+ o.pubsubConfigs = buildUnnamed4501();
o.size = 'foo';
o.url = 'foo';
}
@@ -561,7 +561,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4458(o.pubsubConfigs!);
+ checkUnnamed4501(o.pubsubConfigs!);
unittest.expect(
o.size!,
unittest.equals('foo'),
@@ -598,7 +598,7 @@
buildCounterSetIamPolicyRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed4459() {
+core.Map<core.String, core.Object> buildUnnamed4502() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -613,7 +613,7 @@
return o;
}
-void checkUnnamed4459(core.Map<core.String, core.Object> o) {
+void checkUnnamed4502(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -645,17 +645,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4460() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4503() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4459());
- o.add(buildUnnamed4459());
+ o.add(buildUnnamed4502());
+ o.add(buildUnnamed4502());
return o;
}
-void checkUnnamed4460(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4503(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4459(o[0]);
- checkUnnamed4459(o[1]);
+ checkUnnamed4502(o[0]);
+ checkUnnamed4502(o[1]);
}
core.int buildCounterStatus = 0;
@@ -664,7 +664,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4460();
+ o.details = buildUnnamed4503();
o.message = 'foo';
}
buildCounterStatus--;
@@ -678,7 +678,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4460(o.details!);
+ checkUnnamed4503(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -739,14 +739,14 @@
buildCounterSyncRepoRequest--;
}
-core.List<core.String> buildUnnamed4461() {
+core.List<core.String> buildUnnamed4504() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4461(core.List<core.String> o) {
+void checkUnnamed4504(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -763,7 +763,7 @@
var o = api.TestIamPermissionsRequest();
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed4461();
+ o.permissions = buildUnnamed4504();
}
buildCounterTestIamPermissionsRequest--;
return o;
@@ -772,19 +772,19 @@
void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
buildCounterTestIamPermissionsRequest++;
if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed4461(o.permissions!);
+ checkUnnamed4504(o.permissions!);
}
buildCounterTestIamPermissionsRequest--;
}
-core.List<core.String> buildUnnamed4462() {
+core.List<core.String> buildUnnamed4505() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4462(core.List<core.String> o) {
+void checkUnnamed4505(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -801,7 +801,7 @@
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed4462();
+ o.permissions = buildUnnamed4505();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -810,7 +810,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed4462(o.permissions!);
+ checkUnnamed4505(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
diff --git a/generated/googleapis/test/spanner/v1_test.dart b/generated/googleapis/test/spanner/v1_test.dart
index 79365ce..601dc14 100644
--- a/generated/googleapis/test/spanner/v1_test.dart
+++ b/generated/googleapis/test/spanner/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed1945() {
+core.List<core.String> buildUnnamed1944() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1945(core.List<core.String> o) {
+void checkUnnamed1944(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -56,7 +56,7 @@
o.encryptionInfo = buildEncryptionInfo();
o.expireTime = 'foo';
o.name = 'foo';
- o.referencingDatabases = buildUnnamed1945();
+ o.referencingDatabases = buildUnnamed1944();
o.sizeBytes = 'foo';
o.state = 'foo';
o.versionTime = 'foo';
@@ -85,7 +85,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed1945(o.referencingDatabases!);
+ checkUnnamed1944(o.referencingDatabases!);
unittest.expect(
o.sizeBytes!,
unittest.equals('foo'),
@@ -163,14 +163,14 @@
buildCounterBatchCreateSessionsRequest--;
}
-core.List<api.Session> buildUnnamed1946() {
+core.List<api.Session> buildUnnamed1945() {
var o = <api.Session>[];
o.add(buildSession());
o.add(buildSession());
return o;
}
-void checkUnnamed1946(core.List<api.Session> o) {
+void checkUnnamed1945(core.List<api.Session> o) {
unittest.expect(o, unittest.hasLength(2));
checkSession(o[0] as api.Session);
checkSession(o[1] as api.Session);
@@ -181,7 +181,7 @@
var o = api.BatchCreateSessionsResponse();
buildCounterBatchCreateSessionsResponse++;
if (buildCounterBatchCreateSessionsResponse < 3) {
- o.session = buildUnnamed1946();
+ o.session = buildUnnamed1945();
}
buildCounterBatchCreateSessionsResponse--;
return o;
@@ -190,7 +190,7 @@
void checkBatchCreateSessionsResponse(api.BatchCreateSessionsResponse o) {
buildCounterBatchCreateSessionsResponse++;
if (buildCounterBatchCreateSessionsResponse < 3) {
- checkUnnamed1946(o.session!);
+ checkUnnamed1945(o.session!);
}
buildCounterBatchCreateSessionsResponse--;
}
@@ -216,14 +216,14 @@
buildCounterBeginTransactionRequest--;
}
-core.List<core.String> buildUnnamed1947() {
+core.List<core.String> buildUnnamed1946() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1947(core.List<core.String> o) {
+void checkUnnamed1946(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -241,7 +241,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed1947();
+ o.members = buildUnnamed1946();
o.role = 'foo';
}
buildCounterBinding--;
@@ -252,7 +252,7 @@
buildCounterBinding++;
if (buildCounterBinding < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed1947(o.members!);
+ checkUnnamed1946(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -293,14 +293,14 @@
buildCounterChildLink--;
}
-core.List<api.Mutation> buildUnnamed1948() {
+core.List<api.Mutation> buildUnnamed1947() {
var o = <api.Mutation>[];
o.add(buildMutation());
o.add(buildMutation());
return o;
}
-void checkUnnamed1948(core.List<api.Mutation> o) {
+void checkUnnamed1947(core.List<api.Mutation> o) {
unittest.expect(o, unittest.hasLength(2));
checkMutation(o[0] as api.Mutation);
checkMutation(o[1] as api.Mutation);
@@ -311,7 +311,7 @@
var o = api.CommitRequest();
buildCounterCommitRequest++;
if (buildCounterCommitRequest < 3) {
- o.mutations = buildUnnamed1948();
+ o.mutations = buildUnnamed1947();
o.requestOptions = buildRequestOptions();
o.returnCommitStats = true;
o.singleUseTransaction = buildTransactionOptions();
@@ -324,7 +324,7 @@
void checkCommitRequest(api.CommitRequest o) {
buildCounterCommitRequest++;
if (buildCounterCommitRequest < 3) {
- checkUnnamed1948(o.mutations!);
+ checkUnnamed1947(o.mutations!);
checkRequestOptions(o.requestOptions! as api.RequestOptions);
unittest.expect(o.returnCommitStats!, unittest.isTrue);
checkTransactionOptions(o.singleUseTransaction! as api.TransactionOptions);
@@ -472,14 +472,14 @@
buildCounterCreateDatabaseMetadata--;
}
-core.List<core.String> buildUnnamed1949() {
+core.List<core.String> buildUnnamed1948() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1949(core.List<core.String> o) {
+void checkUnnamed1948(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -498,7 +498,7 @@
if (buildCounterCreateDatabaseRequest < 3) {
o.createStatement = 'foo';
o.encryptionConfig = buildEncryptionConfig();
- o.extraStatements = buildUnnamed1949();
+ o.extraStatements = buildUnnamed1948();
}
buildCounterCreateDatabaseRequest--;
return o;
@@ -512,7 +512,7 @@
unittest.equals('foo'),
);
checkEncryptionConfig(o.encryptionConfig! as api.EncryptionConfig);
- checkUnnamed1949(o.extraStatements!);
+ checkUnnamed1948(o.extraStatements!);
}
buildCounterCreateDatabaseRequest--;
}
@@ -594,14 +594,14 @@
buildCounterCreateSessionRequest--;
}
-core.List<api.EncryptionInfo> buildUnnamed1950() {
+core.List<api.EncryptionInfo> buildUnnamed1949() {
var o = <api.EncryptionInfo>[];
o.add(buildEncryptionInfo());
o.add(buildEncryptionInfo());
return o;
}
-void checkUnnamed1950(core.List<api.EncryptionInfo> o) {
+void checkUnnamed1949(core.List<api.EncryptionInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkEncryptionInfo(o[0] as api.EncryptionInfo);
checkEncryptionInfo(o[1] as api.EncryptionInfo);
@@ -615,7 +615,7 @@
o.createTime = 'foo';
o.earliestVersionTime = 'foo';
o.encryptionConfig = buildEncryptionConfig();
- o.encryptionInfo = buildUnnamed1950();
+ o.encryptionInfo = buildUnnamed1949();
o.name = 'foo';
o.restoreInfo = buildRestoreInfo();
o.state = 'foo';
@@ -637,7 +637,7 @@
unittest.equals('foo'),
);
checkEncryptionConfig(o.encryptionConfig! as api.EncryptionConfig);
- checkUnnamed1950(o.encryptionInfo!);
+ checkUnnamed1949(o.encryptionInfo!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -796,14 +796,14 @@
buildCounterEncryptionInfo--;
}
-core.List<api.Statement> buildUnnamed1951() {
+core.List<api.Statement> buildUnnamed1950() {
var o = <api.Statement>[];
o.add(buildStatement());
o.add(buildStatement());
return o;
}
-void checkUnnamed1951(core.List<api.Statement> o) {
+void checkUnnamed1950(core.List<api.Statement> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatement(o[0] as api.Statement);
checkStatement(o[1] as api.Statement);
@@ -816,7 +816,7 @@
if (buildCounterExecuteBatchDmlRequest < 3) {
o.requestOptions = buildRequestOptions();
o.seqno = 'foo';
- o.statements = buildUnnamed1951();
+ o.statements = buildUnnamed1950();
o.transaction = buildTransactionSelector();
}
buildCounterExecuteBatchDmlRequest--;
@@ -831,20 +831,20 @@
o.seqno!,
unittest.equals('foo'),
);
- checkUnnamed1951(o.statements!);
+ checkUnnamed1950(o.statements!);
checkTransactionSelector(o.transaction! as api.TransactionSelector);
}
buildCounterExecuteBatchDmlRequest--;
}
-core.List<api.ResultSet> buildUnnamed1952() {
+core.List<api.ResultSet> buildUnnamed1951() {
var o = <api.ResultSet>[];
o.add(buildResultSet());
o.add(buildResultSet());
return o;
}
-void checkUnnamed1952(core.List<api.ResultSet> o) {
+void checkUnnamed1951(core.List<api.ResultSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkResultSet(o[0] as api.ResultSet);
checkResultSet(o[1] as api.ResultSet);
@@ -855,7 +855,7 @@
var o = api.ExecuteBatchDmlResponse();
buildCounterExecuteBatchDmlResponse++;
if (buildCounterExecuteBatchDmlResponse < 3) {
- o.resultSets = buildUnnamed1952();
+ o.resultSets = buildUnnamed1951();
o.status = buildStatus();
}
buildCounterExecuteBatchDmlResponse--;
@@ -865,26 +865,26 @@
void checkExecuteBatchDmlResponse(api.ExecuteBatchDmlResponse o) {
buildCounterExecuteBatchDmlResponse++;
if (buildCounterExecuteBatchDmlResponse < 3) {
- checkUnnamed1952(o.resultSets!);
+ checkUnnamed1951(o.resultSets!);
checkStatus(o.status! as api.Status);
}
buildCounterExecuteBatchDmlResponse--;
}
-core.Map<core.String, api.Type> buildUnnamed1953() {
+core.Map<core.String, api.Type> buildUnnamed1952() {
var o = <core.String, api.Type>{};
o['x'] = buildType();
o['y'] = buildType();
return o;
}
-void checkUnnamed1953(core.Map<core.String, api.Type> o) {
+void checkUnnamed1952(core.Map<core.String, api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o['x']! as api.Type);
checkType(o['y']! as api.Type);
}
-core.Map<core.String, core.Object> buildUnnamed1954() {
+core.Map<core.String, core.Object> buildUnnamed1953() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -899,7 +899,7 @@
return o;
}
-void checkUnnamed1954(core.Map<core.String, core.Object> o) {
+void checkUnnamed1953(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -936,8 +936,8 @@
var o = api.ExecuteSqlRequest();
buildCounterExecuteSqlRequest++;
if (buildCounterExecuteSqlRequest < 3) {
- o.paramTypes = buildUnnamed1953();
- o.params = buildUnnamed1954();
+ o.paramTypes = buildUnnamed1952();
+ o.params = buildUnnamed1953();
o.partitionToken = 'foo';
o.queryMode = 'foo';
o.queryOptions = buildQueryOptions();
@@ -954,8 +954,8 @@
void checkExecuteSqlRequest(api.ExecuteSqlRequest o) {
buildCounterExecuteSqlRequest++;
if (buildCounterExecuteSqlRequest < 3) {
- checkUnnamed1953(o.paramTypes!);
- checkUnnamed1954(o.params!);
+ checkUnnamed1952(o.paramTypes!);
+ checkUnnamed1953(o.params!);
unittest.expect(
o.partitionToken!,
unittest.equals('foo'),
@@ -1044,14 +1044,14 @@
buildCounterField--;
}
-core.List<core.String> buildUnnamed1955() {
+core.List<core.String> buildUnnamed1954() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1955(core.List<core.String> o) {
+void checkUnnamed1954(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1068,7 +1068,7 @@
var o = api.GetDatabaseDdlResponse();
buildCounterGetDatabaseDdlResponse++;
if (buildCounterGetDatabaseDdlResponse < 3) {
- o.statements = buildUnnamed1955();
+ o.statements = buildUnnamed1954();
}
buildCounterGetDatabaseDdlResponse--;
return o;
@@ -1077,7 +1077,7 @@
void checkGetDatabaseDdlResponse(api.GetDatabaseDdlResponse o) {
buildCounterGetDatabaseDdlResponse++;
if (buildCounterGetDatabaseDdlResponse < 3) {
- checkUnnamed1955(o.statements!);
+ checkUnnamed1954(o.statements!);
}
buildCounterGetDatabaseDdlResponse--;
}
@@ -1123,14 +1123,14 @@
buildCounterGetPolicyOptions--;
}
-core.Map<core.String, core.int> buildUnnamed1956() {
+core.Map<core.String, core.int> buildUnnamed1955() {
var o = <core.String, core.int>{};
o['x'] = 42;
o['y'] = 42;
return o;
}
-void checkUnnamed1956(core.Map<core.String, core.int> o) {
+void checkUnnamed1955(core.Map<core.String, core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1147,7 +1147,7 @@
var o = api.IndexedHotKey();
buildCounterIndexedHotKey++;
if (buildCounterIndexedHotKey < 3) {
- o.sparseHotKeys = buildUnnamed1956();
+ o.sparseHotKeys = buildUnnamed1955();
}
buildCounterIndexedHotKey--;
return o;
@@ -1156,19 +1156,19 @@
void checkIndexedHotKey(api.IndexedHotKey o) {
buildCounterIndexedHotKey++;
if (buildCounterIndexedHotKey < 3) {
- checkUnnamed1956(o.sparseHotKeys!);
+ checkUnnamed1955(o.sparseHotKeys!);
}
buildCounterIndexedHotKey--;
}
-core.Map<core.String, api.KeyRangeInfos> buildUnnamed1957() {
+core.Map<core.String, api.KeyRangeInfos> buildUnnamed1956() {
var o = <core.String, api.KeyRangeInfos>{};
o['x'] = buildKeyRangeInfos();
o['y'] = buildKeyRangeInfos();
return o;
}
-void checkUnnamed1957(core.Map<core.String, api.KeyRangeInfos> o) {
+void checkUnnamed1956(core.Map<core.String, api.KeyRangeInfos> o) {
unittest.expect(o, unittest.hasLength(2));
checkKeyRangeInfos(o['x']! as api.KeyRangeInfos);
checkKeyRangeInfos(o['y']! as api.KeyRangeInfos);
@@ -1179,7 +1179,7 @@
var o = api.IndexedKeyRangeInfos();
buildCounterIndexedKeyRangeInfos++;
if (buildCounterIndexedKeyRangeInfos < 3) {
- o.keyRangeInfos = buildUnnamed1957();
+ o.keyRangeInfos = buildUnnamed1956();
}
buildCounterIndexedKeyRangeInfos--;
return o;
@@ -1188,19 +1188,19 @@
void checkIndexedKeyRangeInfos(api.IndexedKeyRangeInfos o) {
buildCounterIndexedKeyRangeInfos++;
if (buildCounterIndexedKeyRangeInfos < 3) {
- checkUnnamed1957(o.keyRangeInfos!);
+ checkUnnamed1956(o.keyRangeInfos!);
}
buildCounterIndexedKeyRangeInfos--;
}
-core.List<core.String> buildUnnamed1958() {
+core.List<core.String> buildUnnamed1957() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1958(core.List<core.String> o) {
+void checkUnnamed1957(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1212,14 +1212,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed1959() {
+core.Map<core.String, core.String> buildUnnamed1958() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1959(core.Map<core.String, core.String> o) {
+void checkUnnamed1958(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1238,8 +1238,8 @@
if (buildCounterInstance < 3) {
o.config = 'foo';
o.displayName = 'foo';
- o.endpointUris = buildUnnamed1958();
- o.labels = buildUnnamed1959();
+ o.endpointUris = buildUnnamed1957();
+ o.labels = buildUnnamed1958();
o.name = 'foo';
o.nodeCount = 42;
o.processingUnits = 42;
@@ -1260,8 +1260,8 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed1958(o.endpointUris!);
- checkUnnamed1959(o.labels!);
+ checkUnnamed1957(o.endpointUris!);
+ checkUnnamed1958(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1282,14 +1282,14 @@
buildCounterInstance--;
}
-core.List<api.ReplicaInfo> buildUnnamed1960() {
+core.List<api.ReplicaInfo> buildUnnamed1959() {
var o = <api.ReplicaInfo>[];
o.add(buildReplicaInfo());
o.add(buildReplicaInfo());
return o;
}
-void checkUnnamed1960(core.List<api.ReplicaInfo> o) {
+void checkUnnamed1959(core.List<api.ReplicaInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkReplicaInfo(o[0] as api.ReplicaInfo);
checkReplicaInfo(o[1] as api.ReplicaInfo);
@@ -1302,7 +1302,7 @@
if (buildCounterInstanceConfig < 3) {
o.displayName = 'foo';
o.name = 'foo';
- o.replicas = buildUnnamed1960();
+ o.replicas = buildUnnamed1959();
}
buildCounterInstanceConfig--;
return o;
@@ -1319,12 +1319,12 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed1960(o.replicas!);
+ checkUnnamed1959(o.replicas!);
}
buildCounterInstanceConfig--;
}
-core.List<core.Object> buildUnnamed1961() {
+core.List<core.Object> buildUnnamed1960() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -1339,7 +1339,7 @@
return o;
}
-void checkUnnamed1961(core.List<core.Object> o) {
+void checkUnnamed1960(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o[0]) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1371,7 +1371,7 @@
);
}
-core.List<core.Object> buildUnnamed1962() {
+core.List<core.Object> buildUnnamed1961() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -1386,7 +1386,7 @@
return o;
}
-void checkUnnamed1962(core.List<core.Object> o) {
+void checkUnnamed1961(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o[0]) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1418,7 +1418,7 @@
);
}
-core.List<core.Object> buildUnnamed1963() {
+core.List<core.Object> buildUnnamed1962() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -1433,7 +1433,7 @@
return o;
}
-void checkUnnamed1963(core.List<core.Object> o) {
+void checkUnnamed1962(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o[0]) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -1465,7 +1465,7 @@
);
}
-core.List<core.Object> buildUnnamed1964() {
+core.List<core.Object> buildUnnamed1963() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -1480,7 +1480,7 @@
return o;
}
-void checkUnnamed1964(core.List<core.Object> o) {
+void checkUnnamed1963(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o[0]) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -1517,10 +1517,10 @@
var o = api.KeyRange();
buildCounterKeyRange++;
if (buildCounterKeyRange < 3) {
- o.endClosed = buildUnnamed1961();
- o.endOpen = buildUnnamed1962();
- o.startClosed = buildUnnamed1963();
- o.startOpen = buildUnnamed1964();
+ o.endClosed = buildUnnamed1960();
+ o.endOpen = buildUnnamed1961();
+ o.startClosed = buildUnnamed1962();
+ o.startOpen = buildUnnamed1963();
}
buildCounterKeyRange--;
return o;
@@ -1529,22 +1529,22 @@
void checkKeyRange(api.KeyRange o) {
buildCounterKeyRange++;
if (buildCounterKeyRange < 3) {
- checkUnnamed1961(o.endClosed!);
- checkUnnamed1962(o.endOpen!);
- checkUnnamed1963(o.startClosed!);
- checkUnnamed1964(o.startOpen!);
+ checkUnnamed1960(o.endClosed!);
+ checkUnnamed1961(o.endOpen!);
+ checkUnnamed1962(o.startClosed!);
+ checkUnnamed1963(o.startOpen!);
}
buildCounterKeyRange--;
}
-core.List<api.ContextValue> buildUnnamed1965() {
+core.List<api.ContextValue> buildUnnamed1964() {
var o = <api.ContextValue>[];
o.add(buildContextValue());
o.add(buildContextValue());
return o;
}
-void checkUnnamed1965(core.List<api.ContextValue> o) {
+void checkUnnamed1964(core.List<api.ContextValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkContextValue(o[0] as api.ContextValue);
checkContextValue(o[1] as api.ContextValue);
@@ -1555,12 +1555,13 @@
var o = api.KeyRangeInfo();
buildCounterKeyRangeInfo++;
if (buildCounterKeyRangeInfo < 3) {
- o.contextValues = buildUnnamed1965();
+ o.contextValues = buildUnnamed1964();
o.endKeyIndex = 42;
o.info = buildLocalizedString();
o.keysCount = 'foo';
o.metric = buildLocalizedString();
o.startKeyIndex = 42;
+ o.timeOffset = 'foo';
o.unit = buildLocalizedString();
o.value = 42.0;
}
@@ -1571,7 +1572,7 @@
void checkKeyRangeInfo(api.KeyRangeInfo o) {
buildCounterKeyRangeInfo++;
if (buildCounterKeyRangeInfo < 3) {
- checkUnnamed1965(o.contextValues!);
+ checkUnnamed1964(o.contextValues!);
unittest.expect(
o.endKeyIndex!,
unittest.equals(42),
@@ -1586,6 +1587,10 @@
o.startKeyIndex!,
unittest.equals(42),
);
+ unittest.expect(
+ o.timeOffset!,
+ unittest.equals('foo'),
+ );
checkLocalizedString(o.unit! as api.LocalizedString);
unittest.expect(
o.value!,
@@ -1595,14 +1600,14 @@
buildCounterKeyRangeInfo--;
}
-core.List<api.KeyRangeInfo> buildUnnamed1966() {
+core.List<api.KeyRangeInfo> buildUnnamed1965() {
var o = <api.KeyRangeInfo>[];
o.add(buildKeyRangeInfo());
o.add(buildKeyRangeInfo());
return o;
}
-void checkUnnamed1966(core.List<api.KeyRangeInfo> o) {
+void checkUnnamed1965(core.List<api.KeyRangeInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkKeyRangeInfo(o[0] as api.KeyRangeInfo);
checkKeyRangeInfo(o[1] as api.KeyRangeInfo);
@@ -1613,7 +1618,7 @@
var o = api.KeyRangeInfos();
buildCounterKeyRangeInfos++;
if (buildCounterKeyRangeInfos < 3) {
- o.infos = buildUnnamed1966();
+ o.infos = buildUnnamed1965();
o.totalSize = 42;
}
buildCounterKeyRangeInfos--;
@@ -1623,7 +1628,7 @@
void checkKeyRangeInfos(api.KeyRangeInfos o) {
buildCounterKeyRangeInfos++;
if (buildCounterKeyRangeInfos < 3) {
- checkUnnamed1966(o.infos!);
+ checkUnnamed1965(o.infos!);
unittest.expect(
o.totalSize!,
unittest.equals(42),
@@ -1632,7 +1637,7 @@
buildCounterKeyRangeInfos--;
}
-core.List<core.Object> buildUnnamed1967() {
+core.List<core.Object> buildUnnamed1966() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -1647,7 +1652,7 @@
return o;
}
-void checkUnnamed1967(core.List<core.Object> o) {
+void checkUnnamed1966(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted11 = (o[0]) as core.Map;
unittest.expect(casted11, unittest.hasLength(3));
@@ -1679,27 +1684,27 @@
);
}
-core.List<core.List<core.Object>> buildUnnamed1968() {
+core.List<core.List<core.Object>> buildUnnamed1967() {
var o = <core.List<core.Object>>[];
- o.add(buildUnnamed1967());
- o.add(buildUnnamed1967());
+ o.add(buildUnnamed1966());
+ o.add(buildUnnamed1966());
return o;
}
-void checkUnnamed1968(core.List<core.List<core.Object>> o) {
+void checkUnnamed1967(core.List<core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed1967(o[0]);
- checkUnnamed1967(o[1]);
+ checkUnnamed1966(o[0]);
+ checkUnnamed1966(o[1]);
}
-core.List<api.KeyRange> buildUnnamed1969() {
+core.List<api.KeyRange> buildUnnamed1968() {
var o = <api.KeyRange>[];
o.add(buildKeyRange());
o.add(buildKeyRange());
return o;
}
-void checkUnnamed1969(core.List<api.KeyRange> o) {
+void checkUnnamed1968(core.List<api.KeyRange> o) {
unittest.expect(o, unittest.hasLength(2));
checkKeyRange(o[0] as api.KeyRange);
checkKeyRange(o[1] as api.KeyRange);
@@ -1711,8 +1716,8 @@
buildCounterKeySet++;
if (buildCounterKeySet < 3) {
o.all = true;
- o.keys = buildUnnamed1968();
- o.ranges = buildUnnamed1969();
+ o.keys = buildUnnamed1967();
+ o.ranges = buildUnnamed1968();
}
buildCounterKeySet--;
return o;
@@ -1722,20 +1727,20 @@
buildCounterKeySet++;
if (buildCounterKeySet < 3) {
unittest.expect(o.all!, unittest.isTrue);
- checkUnnamed1968(o.keys!);
- checkUnnamed1969(o.ranges!);
+ checkUnnamed1967(o.keys!);
+ checkUnnamed1968(o.ranges!);
}
buildCounterKeySet--;
}
-core.List<api.Operation> buildUnnamed1970() {
+core.List<api.Operation> buildUnnamed1969() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed1970(core.List<api.Operation> o) {
+void checkUnnamed1969(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1747,7 +1752,7 @@
buildCounterListBackupOperationsResponse++;
if (buildCounterListBackupOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed1970();
+ o.operations = buildUnnamed1969();
}
buildCounterListBackupOperationsResponse--;
return o;
@@ -1760,19 +1765,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1970(o.operations!);
+ checkUnnamed1969(o.operations!);
}
buildCounterListBackupOperationsResponse--;
}
-core.List<api.Backup> buildUnnamed1971() {
+core.List<api.Backup> buildUnnamed1970() {
var o = <api.Backup>[];
o.add(buildBackup());
o.add(buildBackup());
return o;
}
-void checkUnnamed1971(core.List<api.Backup> o) {
+void checkUnnamed1970(core.List<api.Backup> o) {
unittest.expect(o, unittest.hasLength(2));
checkBackup(o[0] as api.Backup);
checkBackup(o[1] as api.Backup);
@@ -1783,7 +1788,7 @@
var o = api.ListBackupsResponse();
buildCounterListBackupsResponse++;
if (buildCounterListBackupsResponse < 3) {
- o.backups = buildUnnamed1971();
+ o.backups = buildUnnamed1970();
o.nextPageToken = 'foo';
}
buildCounterListBackupsResponse--;
@@ -1793,7 +1798,7 @@
void checkListBackupsResponse(api.ListBackupsResponse o) {
buildCounterListBackupsResponse++;
if (buildCounterListBackupsResponse < 3) {
- checkUnnamed1971(o.backups!);
+ checkUnnamed1970(o.backups!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1802,14 +1807,14 @@
buildCounterListBackupsResponse--;
}
-core.List<api.Operation> buildUnnamed1972() {
+core.List<api.Operation> buildUnnamed1971() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed1972(core.List<api.Operation> o) {
+void checkUnnamed1971(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1821,7 +1826,7 @@
buildCounterListDatabaseOperationsResponse++;
if (buildCounterListDatabaseOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed1972();
+ o.operations = buildUnnamed1971();
}
buildCounterListDatabaseOperationsResponse--;
return o;
@@ -1834,19 +1839,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1972(o.operations!);
+ checkUnnamed1971(o.operations!);
}
buildCounterListDatabaseOperationsResponse--;
}
-core.List<api.Database> buildUnnamed1973() {
+core.List<api.Database> buildUnnamed1972() {
var o = <api.Database>[];
o.add(buildDatabase());
o.add(buildDatabase());
return o;
}
-void checkUnnamed1973(core.List<api.Database> o) {
+void checkUnnamed1972(core.List<api.Database> o) {
unittest.expect(o, unittest.hasLength(2));
checkDatabase(o[0] as api.Database);
checkDatabase(o[1] as api.Database);
@@ -1857,7 +1862,7 @@
var o = api.ListDatabasesResponse();
buildCounterListDatabasesResponse++;
if (buildCounterListDatabasesResponse < 3) {
- o.databases = buildUnnamed1973();
+ o.databases = buildUnnamed1972();
o.nextPageToken = 'foo';
}
buildCounterListDatabasesResponse--;
@@ -1867,7 +1872,7 @@
void checkListDatabasesResponse(api.ListDatabasesResponse o) {
buildCounterListDatabasesResponse++;
if (buildCounterListDatabasesResponse < 3) {
- checkUnnamed1973(o.databases!);
+ checkUnnamed1972(o.databases!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1876,14 +1881,14 @@
buildCounterListDatabasesResponse--;
}
-core.List<api.InstanceConfig> buildUnnamed1974() {
+core.List<api.InstanceConfig> buildUnnamed1973() {
var o = <api.InstanceConfig>[];
o.add(buildInstanceConfig());
o.add(buildInstanceConfig());
return o;
}
-void checkUnnamed1974(core.List<api.InstanceConfig> o) {
+void checkUnnamed1973(core.List<api.InstanceConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstanceConfig(o[0] as api.InstanceConfig);
checkInstanceConfig(o[1] as api.InstanceConfig);
@@ -1894,7 +1899,7 @@
var o = api.ListInstanceConfigsResponse();
buildCounterListInstanceConfigsResponse++;
if (buildCounterListInstanceConfigsResponse < 3) {
- o.instanceConfigs = buildUnnamed1974();
+ o.instanceConfigs = buildUnnamed1973();
o.nextPageToken = 'foo';
}
buildCounterListInstanceConfigsResponse--;
@@ -1904,7 +1909,7 @@
void checkListInstanceConfigsResponse(api.ListInstanceConfigsResponse o) {
buildCounterListInstanceConfigsResponse++;
if (buildCounterListInstanceConfigsResponse < 3) {
- checkUnnamed1974(o.instanceConfigs!);
+ checkUnnamed1973(o.instanceConfigs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1913,27 +1918,27 @@
buildCounterListInstanceConfigsResponse--;
}
-core.List<api.Instance> buildUnnamed1975() {
+core.List<api.Instance> buildUnnamed1974() {
var o = <api.Instance>[];
o.add(buildInstance());
o.add(buildInstance());
return o;
}
-void checkUnnamed1975(core.List<api.Instance> o) {
+void checkUnnamed1974(core.List<api.Instance> o) {
unittest.expect(o, unittest.hasLength(2));
checkInstance(o[0] as api.Instance);
checkInstance(o[1] as api.Instance);
}
-core.List<core.String> buildUnnamed1976() {
+core.List<core.String> buildUnnamed1975() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1976(core.List<core.String> o) {
+void checkUnnamed1975(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1950,9 +1955,9 @@
var o = api.ListInstancesResponse();
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- o.instances = buildUnnamed1975();
+ o.instances = buildUnnamed1974();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed1976();
+ o.unreachable = buildUnnamed1975();
}
buildCounterListInstancesResponse--;
return o;
@@ -1961,24 +1966,24 @@
void checkListInstancesResponse(api.ListInstancesResponse o) {
buildCounterListInstancesResponse++;
if (buildCounterListInstancesResponse < 3) {
- checkUnnamed1975(o.instances!);
+ checkUnnamed1974(o.instances!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1976(o.unreachable!);
+ checkUnnamed1975(o.unreachable!);
}
buildCounterListInstancesResponse--;
}
-core.List<api.Operation> buildUnnamed1977() {
+core.List<api.Operation> buildUnnamed1976() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed1977(core.List<api.Operation> o) {
+void checkUnnamed1976(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1990,7 +1995,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed1977();
+ o.operations = buildUnnamed1976();
}
buildCounterListOperationsResponse--;
return o;
@@ -2003,19 +2008,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1977(o.operations!);
+ checkUnnamed1976(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.Scan> buildUnnamed1978() {
+core.List<api.Scan> buildUnnamed1977() {
var o = <api.Scan>[];
o.add(buildScan());
o.add(buildScan());
return o;
}
-void checkUnnamed1978(core.List<api.Scan> o) {
+void checkUnnamed1977(core.List<api.Scan> o) {
unittest.expect(o, unittest.hasLength(2));
checkScan(o[0] as api.Scan);
checkScan(o[1] as api.Scan);
@@ -2027,7 +2032,7 @@
buildCounterListScansResponse++;
if (buildCounterListScansResponse < 3) {
o.nextPageToken = 'foo';
- o.scans = buildUnnamed1978();
+ o.scans = buildUnnamed1977();
}
buildCounterListScansResponse--;
return o;
@@ -2040,19 +2045,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1978(o.scans!);
+ checkUnnamed1977(o.scans!);
}
buildCounterListScansResponse--;
}
-core.List<api.Session> buildUnnamed1979() {
+core.List<api.Session> buildUnnamed1978() {
var o = <api.Session>[];
o.add(buildSession());
o.add(buildSession());
return o;
}
-void checkUnnamed1979(core.List<api.Session> o) {
+void checkUnnamed1978(core.List<api.Session> o) {
unittest.expect(o, unittest.hasLength(2));
checkSession(o[0] as api.Session);
checkSession(o[1] as api.Session);
@@ -2064,7 +2069,7 @@
buildCounterListSessionsResponse++;
if (buildCounterListSessionsResponse < 3) {
o.nextPageToken = 'foo';
- o.sessions = buildUnnamed1979();
+ o.sessions = buildUnnamed1978();
}
buildCounterListSessionsResponse--;
return o;
@@ -2077,19 +2082,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1979(o.sessions!);
+ checkUnnamed1978(o.sessions!);
}
buildCounterListSessionsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed1980() {
+core.Map<core.String, core.String> buildUnnamed1979() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1980(core.Map<core.String, core.String> o) {
+void checkUnnamed1979(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -2106,7 +2111,7 @@
var o = api.LocalizedString();
buildCounterLocalizedString++;
if (buildCounterLocalizedString < 3) {
- o.args = buildUnnamed1980();
+ o.args = buildUnnamed1979();
o.message = 'foo';
o.token = 'foo';
}
@@ -2117,7 +2122,7 @@
void checkLocalizedString(api.LocalizedString o) {
buildCounterLocalizedString++;
if (buildCounterLocalizedString < 3) {
- checkUnnamed1980(o.args!);
+ checkUnnamed1979(o.args!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2130,27 +2135,27 @@
buildCounterLocalizedString--;
}
-core.Map<core.String, api.IndexedHotKey> buildUnnamed1981() {
+core.Map<core.String, api.IndexedHotKey> buildUnnamed1980() {
var o = <core.String, api.IndexedHotKey>{};
o['x'] = buildIndexedHotKey();
o['y'] = buildIndexedHotKey();
return o;
}
-void checkUnnamed1981(core.Map<core.String, api.IndexedHotKey> o) {
+void checkUnnamed1980(core.Map<core.String, api.IndexedHotKey> o) {
unittest.expect(o, unittest.hasLength(2));
checkIndexedHotKey(o['x']! as api.IndexedHotKey);
checkIndexedHotKey(o['y']! as api.IndexedHotKey);
}
-core.Map<core.String, api.IndexedKeyRangeInfos> buildUnnamed1982() {
+core.Map<core.String, api.IndexedKeyRangeInfos> buildUnnamed1981() {
var o = <core.String, api.IndexedKeyRangeInfos>{};
o['x'] = buildIndexedKeyRangeInfos();
o['y'] = buildIndexedKeyRangeInfos();
return o;
}
-void checkUnnamed1982(core.Map<core.String, api.IndexedKeyRangeInfos> o) {
+void checkUnnamed1981(core.Map<core.String, api.IndexedKeyRangeInfos> o) {
unittest.expect(o, unittest.hasLength(2));
checkIndexedKeyRangeInfos(o['x']! as api.IndexedKeyRangeInfos);
checkIndexedKeyRangeInfos(o['y']! as api.IndexedKeyRangeInfos);
@@ -2167,8 +2172,8 @@
o.displayLabel = buildLocalizedString();
o.hasNonzeroData = true;
o.hotValue = 42.0;
- o.indexedHotKeys = buildUnnamed1981();
- o.indexedKeyRangeInfos = buildUnnamed1982();
+ o.indexedHotKeys = buildUnnamed1980();
+ o.indexedKeyRangeInfos = buildUnnamed1981();
o.info = buildLocalizedString();
o.matrix = buildMetricMatrix();
o.unit = buildLocalizedString();
@@ -2193,8 +2198,8 @@
o.hotValue!,
unittest.equals(42.0),
);
- checkUnnamed1981(o.indexedHotKeys!);
- checkUnnamed1982(o.indexedKeyRangeInfos!);
+ checkUnnamed1980(o.indexedHotKeys!);
+ checkUnnamed1981(o.indexedKeyRangeInfos!);
checkLocalizedString(o.info! as api.LocalizedString);
checkMetricMatrix(o.matrix! as api.MetricMatrix);
checkLocalizedString(o.unit! as api.LocalizedString);
@@ -2203,14 +2208,14 @@
buildCounterMetric--;
}
-core.List<api.MetricMatrixRow> buildUnnamed1983() {
+core.List<api.MetricMatrixRow> buildUnnamed1982() {
var o = <api.MetricMatrixRow>[];
o.add(buildMetricMatrixRow());
o.add(buildMetricMatrixRow());
return o;
}
-void checkUnnamed1983(core.List<api.MetricMatrixRow> o) {
+void checkUnnamed1982(core.List<api.MetricMatrixRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetricMatrixRow(o[0] as api.MetricMatrixRow);
checkMetricMatrixRow(o[1] as api.MetricMatrixRow);
@@ -2221,7 +2226,7 @@
var o = api.MetricMatrix();
buildCounterMetricMatrix++;
if (buildCounterMetricMatrix < 3) {
- o.rows = buildUnnamed1983();
+ o.rows = buildUnnamed1982();
}
buildCounterMetricMatrix--;
return o;
@@ -2230,19 +2235,19 @@
void checkMetricMatrix(api.MetricMatrix o) {
buildCounterMetricMatrix++;
if (buildCounterMetricMatrix < 3) {
- checkUnnamed1983(o.rows!);
+ checkUnnamed1982(o.rows!);
}
buildCounterMetricMatrix--;
}
-core.List<core.double> buildUnnamed1984() {
+core.List<core.double> buildUnnamed1983() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed1984(core.List<core.double> o) {
+void checkUnnamed1983(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2259,7 +2264,7 @@
var o = api.MetricMatrixRow();
buildCounterMetricMatrixRow++;
if (buildCounterMetricMatrixRow < 3) {
- o.cols = buildUnnamed1984();
+ o.cols = buildUnnamed1983();
}
buildCounterMetricMatrixRow--;
return o;
@@ -2268,7 +2273,7 @@
void checkMetricMatrixRow(api.MetricMatrixRow o) {
buildCounterMetricMatrixRow++;
if (buildCounterMetricMatrixRow < 3) {
- checkUnnamed1984(o.cols!);
+ checkUnnamed1983(o.cols!);
}
buildCounterMetricMatrixRow--;
}
@@ -2300,7 +2305,7 @@
buildCounterMutation--;
}
-core.Map<core.String, core.Object> buildUnnamed1985() {
+core.Map<core.String, core.Object> buildUnnamed1984() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2315,7 +2320,7 @@
return o;
}
-void checkUnnamed1985(core.Map<core.String, core.Object> o) {
+void checkUnnamed1984(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted13 = (o['x']!) as core.Map;
unittest.expect(casted13, unittest.hasLength(3));
@@ -2347,7 +2352,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed1986() {
+core.Map<core.String, core.Object> buildUnnamed1985() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2362,7 +2367,7 @@
return o;
}
-void checkUnnamed1986(core.Map<core.String, core.Object> o) {
+void checkUnnamed1985(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted15 = (o['x']!) as core.Map;
unittest.expect(casted15, unittest.hasLength(3));
@@ -2401,9 +2406,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed1985();
+ o.metadata = buildUnnamed1984();
o.name = 'foo';
- o.response = buildUnnamed1986();
+ o.response = buildUnnamed1985();
}
buildCounterOperation--;
return o;
@@ -2414,12 +2419,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed1985(o.metadata!);
+ checkUnnamed1984(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed1986(o.response!);
+ checkUnnamed1985(o.response!);
}
buildCounterOperation--;
}
@@ -2481,7 +2486,7 @@
buildCounterOptimizeRestoredDatabaseMetadata--;
}
-core.List<core.Object> buildUnnamed1987() {
+core.List<core.Object> buildUnnamed1986() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -2496,7 +2501,7 @@
return o;
}
-void checkUnnamed1987(core.List<core.Object> o) {
+void checkUnnamed1986(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted17 = (o[0]) as core.Map;
unittest.expect(casted17, unittest.hasLength(3));
@@ -2537,7 +2542,7 @@
o.metadata = buildResultSetMetadata();
o.resumeToken = 'foo';
o.stats = buildResultSetStats();
- o.values = buildUnnamed1987();
+ o.values = buildUnnamed1986();
}
buildCounterPartialResultSet--;
return o;
@@ -2553,7 +2558,7 @@
unittest.equals('foo'),
);
checkResultSetStats(o.stats! as api.ResultSetStats);
- checkUnnamed1987(o.values!);
+ checkUnnamed1986(o.values!);
}
buildCounterPartialResultSet--;
}
@@ -2607,20 +2612,20 @@
buildCounterPartitionOptions--;
}
-core.Map<core.String, api.Type> buildUnnamed1988() {
+core.Map<core.String, api.Type> buildUnnamed1987() {
var o = <core.String, api.Type>{};
o['x'] = buildType();
o['y'] = buildType();
return o;
}
-void checkUnnamed1988(core.Map<core.String, api.Type> o) {
+void checkUnnamed1987(core.Map<core.String, api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o['x']! as api.Type);
checkType(o['y']! as api.Type);
}
-core.Map<core.String, core.Object> buildUnnamed1989() {
+core.Map<core.String, core.Object> buildUnnamed1988() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2635,7 +2640,7 @@
return o;
}
-void checkUnnamed1989(core.Map<core.String, core.Object> o) {
+void checkUnnamed1988(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted19 = (o['x']!) as core.Map;
unittest.expect(casted19, unittest.hasLength(3));
@@ -2672,8 +2677,8 @@
var o = api.PartitionQueryRequest();
buildCounterPartitionQueryRequest++;
if (buildCounterPartitionQueryRequest < 3) {
- o.paramTypes = buildUnnamed1988();
- o.params = buildUnnamed1989();
+ o.paramTypes = buildUnnamed1987();
+ o.params = buildUnnamed1988();
o.partitionOptions = buildPartitionOptions();
o.sql = 'foo';
o.transaction = buildTransactionSelector();
@@ -2685,8 +2690,8 @@
void checkPartitionQueryRequest(api.PartitionQueryRequest o) {
buildCounterPartitionQueryRequest++;
if (buildCounterPartitionQueryRequest < 3) {
- checkUnnamed1988(o.paramTypes!);
- checkUnnamed1989(o.params!);
+ checkUnnamed1987(o.paramTypes!);
+ checkUnnamed1988(o.params!);
checkPartitionOptions(o.partitionOptions! as api.PartitionOptions);
unittest.expect(
o.sql!,
@@ -2697,14 +2702,14 @@
buildCounterPartitionQueryRequest--;
}
-core.List<core.String> buildUnnamed1990() {
+core.List<core.String> buildUnnamed1989() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1990(core.List<core.String> o) {
+void checkUnnamed1989(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2721,7 +2726,7 @@
var o = api.PartitionReadRequest();
buildCounterPartitionReadRequest++;
if (buildCounterPartitionReadRequest < 3) {
- o.columns = buildUnnamed1990();
+ o.columns = buildUnnamed1989();
o.index = 'foo';
o.keySet = buildKeySet();
o.partitionOptions = buildPartitionOptions();
@@ -2735,7 +2740,7 @@
void checkPartitionReadRequest(api.PartitionReadRequest o) {
buildCounterPartitionReadRequest++;
if (buildCounterPartitionReadRequest < 3) {
- checkUnnamed1990(o.columns!);
+ checkUnnamed1989(o.columns!);
unittest.expect(
o.index!,
unittest.equals('foo'),
@@ -2751,14 +2756,14 @@
buildCounterPartitionReadRequest--;
}
-core.List<api.Partition> buildUnnamed1991() {
+core.List<api.Partition> buildUnnamed1990() {
var o = <api.Partition>[];
o.add(buildPartition());
o.add(buildPartition());
return o;
}
-void checkUnnamed1991(core.List<api.Partition> o) {
+void checkUnnamed1990(core.List<api.Partition> o) {
unittest.expect(o, unittest.hasLength(2));
checkPartition(o[0] as api.Partition);
checkPartition(o[1] as api.Partition);
@@ -2769,7 +2774,7 @@
var o = api.PartitionResponse();
buildCounterPartitionResponse++;
if (buildCounterPartitionResponse < 3) {
- o.partitions = buildUnnamed1991();
+ o.partitions = buildUnnamed1990();
o.transaction = buildTransaction();
}
buildCounterPartitionResponse--;
@@ -2779,7 +2784,7 @@
void checkPartitionResponse(api.PartitionResponse o) {
buildCounterPartitionResponse++;
if (buildCounterPartitionResponse < 3) {
- checkUnnamed1991(o.partitions!);
+ checkUnnamed1990(o.partitions!);
checkTransaction(o.transaction! as api.Transaction);
}
buildCounterPartitionResponse--;
@@ -2800,20 +2805,20 @@
buildCounterPartitionedDml--;
}
-core.List<api.ChildLink> buildUnnamed1992() {
+core.List<api.ChildLink> buildUnnamed1991() {
var o = <api.ChildLink>[];
o.add(buildChildLink());
o.add(buildChildLink());
return o;
}
-void checkUnnamed1992(core.List<api.ChildLink> o) {
+void checkUnnamed1991(core.List<api.ChildLink> o) {
unittest.expect(o, unittest.hasLength(2));
checkChildLink(o[0] as api.ChildLink);
checkChildLink(o[1] as api.ChildLink);
}
-core.Map<core.String, core.Object> buildUnnamed1993() {
+core.Map<core.String, core.Object> buildUnnamed1992() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2828,7 +2833,7 @@
return o;
}
-void checkUnnamed1993(core.Map<core.String, core.Object> o) {
+void checkUnnamed1992(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted21 = (o['x']!) as core.Map;
unittest.expect(casted21, unittest.hasLength(3));
@@ -2860,7 +2865,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed1994() {
+core.Map<core.String, core.Object> buildUnnamed1993() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -2875,7 +2880,7 @@
return o;
}
-void checkUnnamed1994(core.Map<core.String, core.Object> o) {
+void checkUnnamed1993(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted23 = (o['x']!) as core.Map;
unittest.expect(casted23, unittest.hasLength(3));
@@ -2912,12 +2917,12 @@
var o = api.PlanNode();
buildCounterPlanNode++;
if (buildCounterPlanNode < 3) {
- o.childLinks = buildUnnamed1992();
+ o.childLinks = buildUnnamed1991();
o.displayName = 'foo';
- o.executionStats = buildUnnamed1993();
+ o.executionStats = buildUnnamed1992();
o.index = 42;
o.kind = 'foo';
- o.metadata = buildUnnamed1994();
+ o.metadata = buildUnnamed1993();
o.shortRepresentation = buildShortRepresentation();
}
buildCounterPlanNode--;
@@ -2927,12 +2932,12 @@
void checkPlanNode(api.PlanNode o) {
buildCounterPlanNode++;
if (buildCounterPlanNode < 3) {
- checkUnnamed1992(o.childLinks!);
+ checkUnnamed1991(o.childLinks!);
unittest.expect(
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed1993(o.executionStats!);
+ checkUnnamed1992(o.executionStats!);
unittest.expect(
o.index!,
unittest.equals(42),
@@ -2941,20 +2946,20 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed1994(o.metadata!);
+ checkUnnamed1993(o.metadata!);
checkShortRepresentation(o.shortRepresentation! as api.ShortRepresentation);
}
buildCounterPlanNode--;
}
-core.List<api.Binding> buildUnnamed1995() {
+core.List<api.Binding> buildUnnamed1994() {
var o = <api.Binding>[];
o.add(buildBinding());
o.add(buildBinding());
return o;
}
-void checkUnnamed1995(core.List<api.Binding> o) {
+void checkUnnamed1994(core.List<api.Binding> o) {
unittest.expect(o, unittest.hasLength(2));
checkBinding(o[0] as api.Binding);
checkBinding(o[1] as api.Binding);
@@ -2965,7 +2970,7 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed1995();
+ o.bindings = buildUnnamed1994();
o.etag = 'foo';
o.version = 42;
}
@@ -2976,7 +2981,7 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed1995(o.bindings!);
+ checkUnnamed1994(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -3055,14 +3060,14 @@
buildCounterQueryOptions--;
}
-core.List<api.PlanNode> buildUnnamed1996() {
+core.List<api.PlanNode> buildUnnamed1995() {
var o = <api.PlanNode>[];
o.add(buildPlanNode());
o.add(buildPlanNode());
return o;
}
-void checkUnnamed1996(core.List<api.PlanNode> o) {
+void checkUnnamed1995(core.List<api.PlanNode> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlanNode(o[0] as api.PlanNode);
checkPlanNode(o[1] as api.PlanNode);
@@ -3073,7 +3078,7 @@
var o = api.QueryPlan();
buildCounterQueryPlan++;
if (buildCounterQueryPlan < 3) {
- o.planNodes = buildUnnamed1996();
+ o.planNodes = buildUnnamed1995();
}
buildCounterQueryPlan--;
return o;
@@ -3082,7 +3087,7 @@
void checkQueryPlan(api.QueryPlan o) {
buildCounterQueryPlan++;
if (buildCounterQueryPlan < 3) {
- checkUnnamed1996(o.planNodes!);
+ checkUnnamed1995(o.planNodes!);
}
buildCounterQueryPlan--;
}
@@ -3128,14 +3133,14 @@
buildCounterReadOnly--;
}
-core.List<core.String> buildUnnamed1997() {
+core.List<core.String> buildUnnamed1996() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1997(core.List<core.String> o) {
+void checkUnnamed1996(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3152,7 +3157,7 @@
var o = api.ReadRequest();
buildCounterReadRequest++;
if (buildCounterReadRequest < 3) {
- o.columns = buildUnnamed1997();
+ o.columns = buildUnnamed1996();
o.index = 'foo';
o.keySet = buildKeySet();
o.limit = 'foo';
@@ -3169,7 +3174,7 @@
void checkReadRequest(api.ReadRequest o) {
buildCounterReadRequest++;
if (buildCounterReadRequest < 3) {
- checkUnnamed1997(o.columns!);
+ checkUnnamed1996(o.columns!);
unittest.expect(
o.index!,
unittest.equals('foo'),
@@ -3396,7 +3401,7 @@
buildCounterRestoreInfo--;
}
-core.List<core.Object> buildUnnamed1998() {
+core.List<core.Object> buildUnnamed1997() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -3411,7 +3416,7 @@
return o;
}
-void checkUnnamed1998(core.List<core.Object> o) {
+void checkUnnamed1997(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted25 = (o[0]) as core.Map;
unittest.expect(casted25, unittest.hasLength(3));
@@ -3443,17 +3448,17 @@
);
}
-core.List<core.List<core.Object>> buildUnnamed1999() {
+core.List<core.List<core.Object>> buildUnnamed1998() {
var o = <core.List<core.Object>>[];
- o.add(buildUnnamed1998());
- o.add(buildUnnamed1998());
+ o.add(buildUnnamed1997());
+ o.add(buildUnnamed1997());
return o;
}
-void checkUnnamed1999(core.List<core.List<core.Object>> o) {
+void checkUnnamed1998(core.List<core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed1998(o[0]);
- checkUnnamed1998(o[1]);
+ checkUnnamed1997(o[0]);
+ checkUnnamed1997(o[1]);
}
core.int buildCounterResultSet = 0;
@@ -3462,7 +3467,7 @@
buildCounterResultSet++;
if (buildCounterResultSet < 3) {
o.metadata = buildResultSetMetadata();
- o.rows = buildUnnamed1999();
+ o.rows = buildUnnamed1998();
o.stats = buildResultSetStats();
}
buildCounterResultSet--;
@@ -3473,7 +3478,7 @@
buildCounterResultSet++;
if (buildCounterResultSet < 3) {
checkResultSetMetadata(o.metadata! as api.ResultSetMetadata);
- checkUnnamed1999(o.rows!);
+ checkUnnamed1998(o.rows!);
checkResultSetStats(o.stats! as api.ResultSetStats);
}
buildCounterResultSet--;
@@ -3500,7 +3505,7 @@
buildCounterResultSetMetadata--;
}
-core.Map<core.String, core.Object> buildUnnamed2000() {
+core.Map<core.String, core.Object> buildUnnamed1999() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3515,7 +3520,7 @@
return o;
}
-void checkUnnamed2000(core.Map<core.String, core.Object> o) {
+void checkUnnamed1999(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted27 = (o['x']!) as core.Map;
unittest.expect(casted27, unittest.hasLength(3));
@@ -3553,7 +3558,7 @@
buildCounterResultSetStats++;
if (buildCounterResultSetStats < 3) {
o.queryPlan = buildQueryPlan();
- o.queryStats = buildUnnamed2000();
+ o.queryStats = buildUnnamed1999();
o.rowCountExact = 'foo';
o.rowCountLowerBound = 'foo';
}
@@ -3565,7 +3570,7 @@
buildCounterResultSetStats++;
if (buildCounterResultSetStats < 3) {
checkQueryPlan(o.queryPlan! as api.QueryPlan);
- checkUnnamed2000(o.queryStats!);
+ checkUnnamed1999(o.queryStats!);
unittest.expect(
o.rowCountExact!,
unittest.equals('foo'),
@@ -3600,7 +3605,7 @@
buildCounterRollbackRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed2001() {
+core.Map<core.String, core.Object> buildUnnamed2000() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3615,7 +3620,7 @@
return o;
}
-void checkUnnamed2001(core.Map<core.String, core.Object> o) {
+void checkUnnamed2000(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted29 = (o['x']!) as core.Map;
unittest.expect(casted29, unittest.hasLength(3));
@@ -3652,7 +3657,7 @@
var o = api.Scan();
buildCounterScan++;
if (buildCounterScan < 3) {
- o.details = buildUnnamed2001();
+ o.details = buildUnnamed2000();
o.endTime = 'foo';
o.name = 'foo';
o.scanData = buildScanData();
@@ -3665,7 +3670,7 @@
void checkScan(api.Scan o) {
buildCounterScan++;
if (buildCounterScan < 3) {
- checkUnnamed2001(o.details!);
+ checkUnnamed2000(o.details!);
unittest.expect(
o.endTime!,
unittest.equals('foo'),
@@ -3712,14 +3717,14 @@
buildCounterScanData--;
}
-core.Map<core.String, core.String> buildUnnamed2002() {
+core.Map<core.String, core.String> buildUnnamed2001() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed2002(core.Map<core.String, core.String> o) {
+void checkUnnamed2001(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3738,7 +3743,7 @@
if (buildCounterSession < 3) {
o.approximateLastUseTime = 'foo';
o.createTime = 'foo';
- o.labels = buildUnnamed2002();
+ o.labels = buildUnnamed2001();
o.name = 'foo';
}
buildCounterSession--;
@@ -3756,7 +3761,7 @@
o.createTime!,
unittest.equals('foo'),
);
- checkUnnamed2002(o.labels!);
+ checkUnnamed2001(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -3784,14 +3789,14 @@
buildCounterSetIamPolicyRequest--;
}
-core.Map<core.String, core.int> buildUnnamed2003() {
+core.Map<core.String, core.int> buildUnnamed2002() {
var o = <core.String, core.int>{};
o['x'] = 42;
o['y'] = 42;
return o;
}
-void checkUnnamed2003(core.Map<core.String, core.int> o) {
+void checkUnnamed2002(core.Map<core.String, core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -3809,7 +3814,7 @@
buildCounterShortRepresentation++;
if (buildCounterShortRepresentation < 3) {
o.description = 'foo';
- o.subqueries = buildUnnamed2003();
+ o.subqueries = buildUnnamed2002();
}
buildCounterShortRepresentation--;
return o;
@@ -3822,25 +3827,25 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed2003(o.subqueries!);
+ checkUnnamed2002(o.subqueries!);
}
buildCounterShortRepresentation--;
}
-core.Map<core.String, api.Type> buildUnnamed2004() {
+core.Map<core.String, api.Type> buildUnnamed2003() {
var o = <core.String, api.Type>{};
o['x'] = buildType();
o['y'] = buildType();
return o;
}
-void checkUnnamed2004(core.Map<core.String, api.Type> o) {
+void checkUnnamed2003(core.Map<core.String, api.Type> o) {
unittest.expect(o, unittest.hasLength(2));
checkType(o['x']! as api.Type);
checkType(o['y']! as api.Type);
}
-core.Map<core.String, core.Object> buildUnnamed2005() {
+core.Map<core.String, core.Object> buildUnnamed2004() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3855,7 +3860,7 @@
return o;
}
-void checkUnnamed2005(core.Map<core.String, core.Object> o) {
+void checkUnnamed2004(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted31 = (o['x']!) as core.Map;
unittest.expect(casted31, unittest.hasLength(3));
@@ -3892,8 +3897,8 @@
var o = api.Statement();
buildCounterStatement++;
if (buildCounterStatement < 3) {
- o.paramTypes = buildUnnamed2004();
- o.params = buildUnnamed2005();
+ o.paramTypes = buildUnnamed2003();
+ o.params = buildUnnamed2004();
o.sql = 'foo';
}
buildCounterStatement--;
@@ -3903,8 +3908,8 @@
void checkStatement(api.Statement o) {
buildCounterStatement++;
if (buildCounterStatement < 3) {
- checkUnnamed2004(o.paramTypes!);
- checkUnnamed2005(o.params!);
+ checkUnnamed2003(o.paramTypes!);
+ checkUnnamed2004(o.params!);
unittest.expect(
o.sql!,
unittest.equals('foo'),
@@ -3913,7 +3918,7 @@
buildCounterStatement--;
}
-core.Map<core.String, core.Object> buildUnnamed2006() {
+core.Map<core.String, core.Object> buildUnnamed2005() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -3928,7 +3933,7 @@
return o;
}
-void checkUnnamed2006(core.Map<core.String, core.Object> o) {
+void checkUnnamed2005(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted33 = (o['x']!) as core.Map;
unittest.expect(casted33, unittest.hasLength(3));
@@ -3960,17 +3965,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2007() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2006() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2006());
- o.add(buildUnnamed2006());
+ o.add(buildUnnamed2005());
+ o.add(buildUnnamed2005());
return o;
}
-void checkUnnamed2007(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2006(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2006(o[0]);
- checkUnnamed2006(o[1]);
+ checkUnnamed2005(o[0]);
+ checkUnnamed2005(o[1]);
}
core.int buildCounterStatus = 0;
@@ -3979,7 +3984,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2007();
+ o.details = buildUnnamed2006();
o.message = 'foo';
}
buildCounterStatus--;
@@ -3993,7 +3998,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed2007(o.details!);
+ checkUnnamed2006(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -4002,14 +4007,14 @@
buildCounterStatus--;
}
-core.List<api.Field> buildUnnamed2008() {
+core.List<api.Field> buildUnnamed2007() {
var o = <api.Field>[];
o.add(buildField());
o.add(buildField());
return o;
}
-void checkUnnamed2008(core.List<api.Field> o) {
+void checkUnnamed2007(core.List<api.Field> o) {
unittest.expect(o, unittest.hasLength(2));
checkField(o[0] as api.Field);
checkField(o[1] as api.Field);
@@ -4020,7 +4025,7 @@
var o = api.StructType();
buildCounterStructType++;
if (buildCounterStructType < 3) {
- o.fields = buildUnnamed2008();
+ o.fields = buildUnnamed2007();
}
buildCounterStructType--;
return o;
@@ -4029,11 +4034,49 @@
void checkStructType(api.StructType o) {
buildCounterStructType++;
if (buildCounterStructType < 3) {
- checkUnnamed2008(o.fields!);
+ checkUnnamed2007(o.fields!);
}
buildCounterStructType--;
}
+core.List<core.String> buildUnnamed2008() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2008(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'),
+ );
+}
+
+core.int buildCounterTestIamPermissionsRequest = 0;
+api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
+ var o = api.TestIamPermissionsRequest();
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ o.permissions = buildUnnamed2008();
+ }
+ buildCounterTestIamPermissionsRequest--;
+ return o;
+}
+
+void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
+ buildCounterTestIamPermissionsRequest++;
+ if (buildCounterTestIamPermissionsRequest < 3) {
+ checkUnnamed2008(o.permissions!);
+ }
+ buildCounterTestIamPermissionsRequest--;
+}
+
core.List<core.String> buildUnnamed2009() {
var o = <core.String>[];
o.add('foo');
@@ -4053,50 +4096,12 @@
);
}
-core.int buildCounterTestIamPermissionsRequest = 0;
-api.TestIamPermissionsRequest buildTestIamPermissionsRequest() {
- var o = api.TestIamPermissionsRequest();
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- o.permissions = buildUnnamed2009();
- }
- buildCounterTestIamPermissionsRequest--;
- return o;
-}
-
-void checkTestIamPermissionsRequest(api.TestIamPermissionsRequest o) {
- buildCounterTestIamPermissionsRequest++;
- if (buildCounterTestIamPermissionsRequest < 3) {
- checkUnnamed2009(o.permissions!);
- }
- buildCounterTestIamPermissionsRequest--;
-}
-
-core.List<core.String> buildUnnamed2010() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2010(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'),
- );
-}
-
core.int buildCounterTestIamPermissionsResponse = 0;
api.TestIamPermissionsResponse buildTestIamPermissionsResponse() {
var o = api.TestIamPermissionsResponse();
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- o.permissions = buildUnnamed2010();
+ o.permissions = buildUnnamed2009();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -4105,7 +4110,7 @@
void checkTestIamPermissionsResponse(api.TestIamPermissionsResponse o) {
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
- checkUnnamed2010(o.permissions!);
+ checkUnnamed2009(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
@@ -4212,14 +4217,14 @@
buildCounterType--;
}
-core.List<core.String> buildUnnamed2011() {
+core.List<core.String> buildUnnamed2010() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2011(core.List<core.String> o) {
+void checkUnnamed2010(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4231,19 +4236,68 @@
);
}
-core.List<api.OperationProgress> buildUnnamed2012() {
+core.List<api.OperationProgress> buildUnnamed2011() {
var o = <api.OperationProgress>[];
o.add(buildOperationProgress());
o.add(buildOperationProgress());
return o;
}
-void checkUnnamed2012(core.List<api.OperationProgress> o) {
+void checkUnnamed2011(core.List<api.OperationProgress> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationProgress(o[0] as api.OperationProgress);
checkOperationProgress(o[1] as api.OperationProgress);
}
+core.List<core.String> buildUnnamed2012() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2012(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'),
+ );
+}
+
+core.int buildCounterUpdateDatabaseDdlMetadata = 0;
+api.UpdateDatabaseDdlMetadata buildUpdateDatabaseDdlMetadata() {
+ var o = api.UpdateDatabaseDdlMetadata();
+ buildCounterUpdateDatabaseDdlMetadata++;
+ if (buildCounterUpdateDatabaseDdlMetadata < 3) {
+ o.commitTimestamps = buildUnnamed2010();
+ o.database = 'foo';
+ o.progress = buildUnnamed2011();
+ o.statements = buildUnnamed2012();
+ o.throttled = true;
+ }
+ buildCounterUpdateDatabaseDdlMetadata--;
+ return o;
+}
+
+void checkUpdateDatabaseDdlMetadata(api.UpdateDatabaseDdlMetadata o) {
+ buildCounterUpdateDatabaseDdlMetadata++;
+ if (buildCounterUpdateDatabaseDdlMetadata < 3) {
+ checkUnnamed2010(o.commitTimestamps!);
+ unittest.expect(
+ o.database!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed2011(o.progress!);
+ checkUnnamed2012(o.statements!);
+ unittest.expect(o.throttled!, unittest.isTrue);
+ }
+ buildCounterUpdateDatabaseDdlMetadata--;
+}
+
core.List<core.String> buildUnnamed2013() {
var o = <core.String>[];
o.add('foo');
@@ -4263,62 +4317,13 @@
);
}
-core.int buildCounterUpdateDatabaseDdlMetadata = 0;
-api.UpdateDatabaseDdlMetadata buildUpdateDatabaseDdlMetadata() {
- var o = api.UpdateDatabaseDdlMetadata();
- buildCounterUpdateDatabaseDdlMetadata++;
- if (buildCounterUpdateDatabaseDdlMetadata < 3) {
- o.commitTimestamps = buildUnnamed2011();
- o.database = 'foo';
- o.progress = buildUnnamed2012();
- o.statements = buildUnnamed2013();
- o.throttled = true;
- }
- buildCounterUpdateDatabaseDdlMetadata--;
- return o;
-}
-
-void checkUpdateDatabaseDdlMetadata(api.UpdateDatabaseDdlMetadata o) {
- buildCounterUpdateDatabaseDdlMetadata++;
- if (buildCounterUpdateDatabaseDdlMetadata < 3) {
- checkUnnamed2011(o.commitTimestamps!);
- unittest.expect(
- o.database!,
- unittest.equals('foo'),
- );
- checkUnnamed2012(o.progress!);
- checkUnnamed2013(o.statements!);
- unittest.expect(o.throttled!, unittest.isTrue);
- }
- buildCounterUpdateDatabaseDdlMetadata--;
-}
-
-core.List<core.String> buildUnnamed2014() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2014(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'),
- );
-}
-
core.int buildCounterUpdateDatabaseDdlRequest = 0;
api.UpdateDatabaseDdlRequest buildUpdateDatabaseDdlRequest() {
var o = api.UpdateDatabaseDdlRequest();
buildCounterUpdateDatabaseDdlRequest++;
if (buildCounterUpdateDatabaseDdlRequest < 3) {
o.operationId = 'foo';
- o.statements = buildUnnamed2014();
+ o.statements = buildUnnamed2013();
}
buildCounterUpdateDatabaseDdlRequest--;
return o;
@@ -4331,7 +4336,7 @@
o.operationId!,
unittest.equals('foo'),
);
- checkUnnamed2014(o.statements!);
+ checkUnnamed2013(o.statements!);
}
buildCounterUpdateDatabaseDdlRequest--;
}
@@ -4394,19 +4399,38 @@
buildCounterUpdateInstanceRequest--;
}
-core.List<api.DiagnosticMessage> buildUnnamed2015() {
+core.List<api.DiagnosticMessage> buildUnnamed2014() {
var o = <api.DiagnosticMessage>[];
o.add(buildDiagnosticMessage());
o.add(buildDiagnosticMessage());
return o;
}
-void checkUnnamed2015(core.List<api.DiagnosticMessage> o) {
+void checkUnnamed2014(core.List<api.DiagnosticMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkDiagnosticMessage(o[0] as api.DiagnosticMessage);
checkDiagnosticMessage(o[1] as api.DiagnosticMessage);
}
+core.List<core.String> buildUnnamed2015() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed2015(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'),
+ );
+}
+
core.List<core.String> buildUnnamed2016() {
var o = <core.String>[];
o.add('foo');
@@ -4426,46 +4450,27 @@
);
}
-core.List<core.String> buildUnnamed2017() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed2017(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'),
- );
-}
-
-core.List<api.Metric> buildUnnamed2018() {
+core.List<api.Metric> buildUnnamed2017() {
var o = <api.Metric>[];
o.add(buildMetric());
o.add(buildMetric());
return o;
}
-void checkUnnamed2018(core.List<api.Metric> o) {
+void checkUnnamed2017(core.List<api.Metric> o) {
unittest.expect(o, unittest.hasLength(2));
checkMetric(o[0] as api.Metric);
checkMetric(o[1] as api.Metric);
}
-core.List<api.PrefixNode> buildUnnamed2019() {
+core.List<api.PrefixNode> buildUnnamed2018() {
var o = <api.PrefixNode>[];
o.add(buildPrefixNode());
o.add(buildPrefixNode());
return o;
}
-void checkUnnamed2019(core.List<api.PrefixNode> o) {
+void checkUnnamed2018(core.List<api.PrefixNode> o) {
unittest.expect(o, unittest.hasLength(2));
checkPrefixNode(o[0] as api.PrefixNode);
checkPrefixNode(o[1] as api.PrefixNode);
@@ -4478,14 +4483,14 @@
if (buildCounterVisualizationData < 3) {
o.dataSourceEndToken = 'foo';
o.dataSourceSeparatorToken = 'foo';
- o.diagnosticMessages = buildUnnamed2015();
- o.endKeyStrings = buildUnnamed2016();
+ o.diagnosticMessages = buildUnnamed2014();
+ o.endKeyStrings = buildUnnamed2015();
o.hasPii = true;
- o.indexedKeys = buildUnnamed2017();
+ o.indexedKeys = buildUnnamed2016();
o.keySeparator = 'foo';
o.keyUnit = 'foo';
- o.metrics = buildUnnamed2018();
- o.prefixNodes = buildUnnamed2019();
+ o.metrics = buildUnnamed2017();
+ o.prefixNodes = buildUnnamed2018();
}
buildCounterVisualizationData--;
return o;
@@ -4502,10 +4507,10 @@
o.dataSourceSeparatorToken!,
unittest.equals('foo'),
);
- checkUnnamed2015(o.diagnosticMessages!);
- checkUnnamed2016(o.endKeyStrings!);
+ checkUnnamed2014(o.diagnosticMessages!);
+ checkUnnamed2015(o.endKeyStrings!);
unittest.expect(o.hasPii!, unittest.isTrue);
- checkUnnamed2017(o.indexedKeys!);
+ checkUnnamed2016(o.indexedKeys!);
unittest.expect(
o.keySeparator!,
unittest.equals('foo'),
@@ -4514,20 +4519,20 @@
o.keyUnit!,
unittest.equals('foo'),
);
- checkUnnamed2018(o.metrics!);
- checkUnnamed2019(o.prefixNodes!);
+ checkUnnamed2017(o.metrics!);
+ checkUnnamed2018(o.prefixNodes!);
}
buildCounterVisualizationData--;
}
-core.List<core.String> buildUnnamed2020() {
+core.List<core.String> buildUnnamed2019() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2020(core.List<core.String> o) {
+void checkUnnamed2019(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4539,7 +4544,7 @@
);
}
-core.List<core.Object> buildUnnamed2021() {
+core.List<core.Object> buildUnnamed2020() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -4554,7 +4559,7 @@
return o;
}
-void checkUnnamed2021(core.List<core.Object> o) {
+void checkUnnamed2020(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted35 = (o[0]) as core.Map;
unittest.expect(casted35, unittest.hasLength(3));
@@ -4586,17 +4591,17 @@
);
}
-core.List<core.List<core.Object>> buildUnnamed2022() {
+core.List<core.List<core.Object>> buildUnnamed2021() {
var o = <core.List<core.Object>>[];
- o.add(buildUnnamed2021());
- o.add(buildUnnamed2021());
+ o.add(buildUnnamed2020());
+ o.add(buildUnnamed2020());
return o;
}
-void checkUnnamed2022(core.List<core.List<core.Object>> o) {
+void checkUnnamed2021(core.List<core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2021(o[0]);
- checkUnnamed2021(o[1]);
+ checkUnnamed2020(o[0]);
+ checkUnnamed2020(o[1]);
}
core.int buildCounterWrite = 0;
@@ -4604,9 +4609,9 @@
var o = api.Write();
buildCounterWrite++;
if (buildCounterWrite < 3) {
- o.columns = buildUnnamed2020();
+ o.columns = buildUnnamed2019();
o.table = 'foo';
- o.values = buildUnnamed2022();
+ o.values = buildUnnamed2021();
}
buildCounterWrite--;
return o;
@@ -4615,12 +4620,12 @@
void checkWrite(api.Write o) {
buildCounterWrite++;
if (buildCounterWrite < 3) {
- checkUnnamed2020(o.columns!);
+ checkUnnamed2019(o.columns!);
unittest.expect(
o.table!,
unittest.equals('foo'),
);
- checkUnnamed2022(o.values!);
+ checkUnnamed2021(o.values!);
}
buildCounterWrite--;
}
diff --git a/generated/googleapis/test/speech/v1_test.dart b/generated/googleapis/test/speech/v1_test.dart
index b296cdd..a9a425b 100644
--- a/generated/googleapis/test/speech/v1_test.dart
+++ b/generated/googleapis/test/speech/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.Operation> buildUnnamed5999() {
+core.List<api.Operation> buildUnnamed6050() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed5999(core.List<api.Operation> o) {
+void checkUnnamed6050(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -46,7 +46,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed5999();
+ o.operations = buildUnnamed6050();
}
buildCounterListOperationsResponse--;
return o;
@@ -59,7 +59,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5999(o.operations!);
+ checkUnnamed6050(o.operations!);
}
buildCounterListOperationsResponse--;
}
@@ -122,14 +122,14 @@
buildCounterLongRunningRecognizeRequest--;
}
-core.List<api.SpeechRecognitionResult> buildUnnamed6000() {
+core.List<api.SpeechRecognitionResult> buildUnnamed6051() {
var o = <api.SpeechRecognitionResult>[];
o.add(buildSpeechRecognitionResult());
o.add(buildSpeechRecognitionResult());
return o;
}
-void checkUnnamed6000(core.List<api.SpeechRecognitionResult> o) {
+void checkUnnamed6051(core.List<api.SpeechRecognitionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSpeechRecognitionResult(o[0] as api.SpeechRecognitionResult);
checkSpeechRecognitionResult(o[1] as api.SpeechRecognitionResult);
@@ -140,7 +140,7 @@
var o = api.LongRunningRecognizeResponse();
buildCounterLongRunningRecognizeResponse++;
if (buildCounterLongRunningRecognizeResponse < 3) {
- o.results = buildUnnamed6000();
+ o.results = buildUnnamed6051();
}
buildCounterLongRunningRecognizeResponse--;
return o;
@@ -149,12 +149,12 @@
void checkLongRunningRecognizeResponse(api.LongRunningRecognizeResponse o) {
buildCounterLongRunningRecognizeResponse++;
if (buildCounterLongRunningRecognizeResponse < 3) {
- checkUnnamed6000(o.results!);
+ checkUnnamed6051(o.results!);
}
buildCounterLongRunningRecognizeResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed6001() {
+core.Map<core.String, core.Object> buildUnnamed6052() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -169,7 +169,7 @@
return o;
}
-void checkUnnamed6001(core.Map<core.String, core.Object> o) {
+void checkUnnamed6052(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -201,7 +201,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6002() {
+core.Map<core.String, core.Object> buildUnnamed6053() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -216,7 +216,7 @@
return o;
}
-void checkUnnamed6002(core.Map<core.String, core.Object> o) {
+void checkUnnamed6053(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -255,9 +255,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed6001();
+ o.metadata = buildUnnamed6052();
o.name = 'foo';
- o.response = buildUnnamed6002();
+ o.response = buildUnnamed6053();
}
buildCounterOperation--;
return o;
@@ -268,12 +268,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed6001(o.metadata!);
+ checkUnnamed6052(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6002(o.response!);
+ checkUnnamed6053(o.response!);
}
buildCounterOperation--;
}
@@ -305,14 +305,14 @@
buildCounterRecognitionAudio--;
}
-core.List<api.SpeechContext> buildUnnamed6003() {
+core.List<api.SpeechContext> buildUnnamed6054() {
var o = <api.SpeechContext>[];
o.add(buildSpeechContext());
o.add(buildSpeechContext());
return o;
}
-void checkUnnamed6003(core.List<api.SpeechContext> o) {
+void checkUnnamed6054(core.List<api.SpeechContext> o) {
unittest.expect(o, unittest.hasLength(2));
checkSpeechContext(o[0] as api.SpeechContext);
checkSpeechContext(o[1] as api.SpeechContext);
@@ -335,7 +335,7 @@
o.model = 'foo';
o.profanityFilter = true;
o.sampleRateHertz = 42;
- o.speechContexts = buildUnnamed6003();
+ o.speechContexts = buildUnnamed6054();
o.useEnhanced = true;
}
buildCounterRecognitionConfig--;
@@ -376,7 +376,7 @@
o.sampleRateHertz!,
unittest.equals(42),
);
- checkUnnamed6003(o.speechContexts!);
+ checkUnnamed6054(o.speechContexts!);
unittest.expect(o.useEnhanced!, unittest.isTrue);
}
buildCounterRecognitionConfig--;
@@ -460,14 +460,14 @@
buildCounterRecognizeRequest--;
}
-core.List<api.SpeechRecognitionResult> buildUnnamed6004() {
+core.List<api.SpeechRecognitionResult> buildUnnamed6055() {
var o = <api.SpeechRecognitionResult>[];
o.add(buildSpeechRecognitionResult());
o.add(buildSpeechRecognitionResult());
return o;
}
-void checkUnnamed6004(core.List<api.SpeechRecognitionResult> o) {
+void checkUnnamed6055(core.List<api.SpeechRecognitionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSpeechRecognitionResult(o[0] as api.SpeechRecognitionResult);
checkSpeechRecognitionResult(o[1] as api.SpeechRecognitionResult);
@@ -478,7 +478,7 @@
var o = api.RecognizeResponse();
buildCounterRecognizeResponse++;
if (buildCounterRecognizeResponse < 3) {
- o.results = buildUnnamed6004();
+ o.results = buildUnnamed6055();
}
buildCounterRecognizeResponse--;
return o;
@@ -487,7 +487,7 @@
void checkRecognizeResponse(api.RecognizeResponse o) {
buildCounterRecognizeResponse++;
if (buildCounterRecognizeResponse < 3) {
- checkUnnamed6004(o.results!);
+ checkUnnamed6055(o.results!);
}
buildCounterRecognizeResponse--;
}
@@ -526,14 +526,14 @@
buildCounterSpeakerDiarizationConfig--;
}
-core.List<core.String> buildUnnamed6005() {
+core.List<core.String> buildUnnamed6056() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6005(core.List<core.String> o) {
+void checkUnnamed6056(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -550,7 +550,7 @@
var o = api.SpeechContext();
buildCounterSpeechContext++;
if (buildCounterSpeechContext < 3) {
- o.phrases = buildUnnamed6005();
+ o.phrases = buildUnnamed6056();
}
buildCounterSpeechContext--;
return o;
@@ -559,19 +559,19 @@
void checkSpeechContext(api.SpeechContext o) {
buildCounterSpeechContext++;
if (buildCounterSpeechContext < 3) {
- checkUnnamed6005(o.phrases!);
+ checkUnnamed6056(o.phrases!);
}
buildCounterSpeechContext--;
}
-core.List<api.WordInfo> buildUnnamed6006() {
+core.List<api.WordInfo> buildUnnamed6057() {
var o = <api.WordInfo>[];
o.add(buildWordInfo());
o.add(buildWordInfo());
return o;
}
-void checkUnnamed6006(core.List<api.WordInfo> o) {
+void checkUnnamed6057(core.List<api.WordInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkWordInfo(o[0] as api.WordInfo);
checkWordInfo(o[1] as api.WordInfo);
@@ -584,7 +584,7 @@
if (buildCounterSpeechRecognitionAlternative < 3) {
o.confidence = 42.0;
o.transcript = 'foo';
- o.words = buildUnnamed6006();
+ o.words = buildUnnamed6057();
}
buildCounterSpeechRecognitionAlternative--;
return o;
@@ -601,19 +601,19 @@
o.transcript!,
unittest.equals('foo'),
);
- checkUnnamed6006(o.words!);
+ checkUnnamed6057(o.words!);
}
buildCounterSpeechRecognitionAlternative--;
}
-core.List<api.SpeechRecognitionAlternative> buildUnnamed6007() {
+core.List<api.SpeechRecognitionAlternative> buildUnnamed6058() {
var o = <api.SpeechRecognitionAlternative>[];
o.add(buildSpeechRecognitionAlternative());
o.add(buildSpeechRecognitionAlternative());
return o;
}
-void checkUnnamed6007(core.List<api.SpeechRecognitionAlternative> o) {
+void checkUnnamed6058(core.List<api.SpeechRecognitionAlternative> o) {
unittest.expect(o, unittest.hasLength(2));
checkSpeechRecognitionAlternative(o[0] as api.SpeechRecognitionAlternative);
checkSpeechRecognitionAlternative(o[1] as api.SpeechRecognitionAlternative);
@@ -624,7 +624,7 @@
var o = api.SpeechRecognitionResult();
buildCounterSpeechRecognitionResult++;
if (buildCounterSpeechRecognitionResult < 3) {
- o.alternatives = buildUnnamed6007();
+ o.alternatives = buildUnnamed6058();
o.channelTag = 42;
}
buildCounterSpeechRecognitionResult--;
@@ -634,7 +634,7 @@
void checkSpeechRecognitionResult(api.SpeechRecognitionResult o) {
buildCounterSpeechRecognitionResult++;
if (buildCounterSpeechRecognitionResult < 3) {
- checkUnnamed6007(o.alternatives!);
+ checkUnnamed6058(o.alternatives!);
unittest.expect(
o.channelTag!,
unittest.equals(42),
@@ -643,7 +643,7 @@
buildCounterSpeechRecognitionResult--;
}
-core.Map<core.String, core.Object> buildUnnamed6008() {
+core.Map<core.String, core.Object> buildUnnamed6059() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -658,7 +658,7 @@
return o;
}
-void checkUnnamed6008(core.Map<core.String, core.Object> o) {
+void checkUnnamed6059(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -690,17 +690,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6009() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6060() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6008());
- o.add(buildUnnamed6008());
+ o.add(buildUnnamed6059());
+ o.add(buildUnnamed6059());
return o;
}
-void checkUnnamed6009(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6060(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6008(o[0]);
- checkUnnamed6008(o[1]);
+ checkUnnamed6059(o[0]);
+ checkUnnamed6059(o[1]);
}
core.int buildCounterStatus = 0;
@@ -709,7 +709,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed6009();
+ o.details = buildUnnamed6060();
o.message = 'foo';
}
buildCounterStatus--;
@@ -723,7 +723,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed6009(o.details!);
+ checkUnnamed6060(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/storage/v1_test.dart b/generated/googleapis/test/storage/v1_test.dart
index 5103e09..48880e9 100644
--- a/generated/googleapis/test/storage/v1_test.dart
+++ b/generated/googleapis/test/storage/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<api.BucketAccessControl> buildUnnamed5288() {
+core.List<api.BucketAccessControl> buildUnnamed5339() {
var o = <api.BucketAccessControl>[];
o.add(buildBucketAccessControl());
o.add(buildBucketAccessControl());
return o;
}
-void checkUnnamed5288(core.List<api.BucketAccessControl> o) {
+void checkUnnamed5339(core.List<api.BucketAccessControl> o) {
unittest.expect(o, unittest.hasLength(2));
checkBucketAccessControl(o[0] as api.BucketAccessControl);
checkBucketAccessControl(o[1] as api.BucketAccessControl);
@@ -59,14 +59,14 @@
buildCounterBucketBilling--;
}
-core.List<core.String> buildUnnamed5289() {
+core.List<core.String> buildUnnamed5340() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5289(core.List<core.String> o) {
+void checkUnnamed5340(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -78,14 +78,14 @@
);
}
-core.List<core.String> buildUnnamed5290() {
+core.List<core.String> buildUnnamed5341() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5290(core.List<core.String> o) {
+void checkUnnamed5341(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -97,14 +97,14 @@
);
}
-core.List<core.String> buildUnnamed5291() {
+core.List<core.String> buildUnnamed5342() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5291(core.List<core.String> o) {
+void checkUnnamed5342(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -122,9 +122,9 @@
buildCounterBucketCors++;
if (buildCounterBucketCors < 3) {
o.maxAgeSeconds = 42;
- o.method = buildUnnamed5289();
- o.origin = buildUnnamed5290();
- o.responseHeader = buildUnnamed5291();
+ o.method = buildUnnamed5340();
+ o.origin = buildUnnamed5341();
+ o.responseHeader = buildUnnamed5342();
}
buildCounterBucketCors--;
return o;
@@ -137,34 +137,34 @@
o.maxAgeSeconds!,
unittest.equals(42),
);
- checkUnnamed5289(o.method!);
- checkUnnamed5290(o.origin!);
- checkUnnamed5291(o.responseHeader!);
+ checkUnnamed5340(o.method!);
+ checkUnnamed5341(o.origin!);
+ checkUnnamed5342(o.responseHeader!);
}
buildCounterBucketCors--;
}
-core.List<api.BucketCors> buildUnnamed5292() {
+core.List<api.BucketCors> buildUnnamed5343() {
var o = <api.BucketCors>[];
o.add(buildBucketCors());
o.add(buildBucketCors());
return o;
}
-void checkUnnamed5292(core.List<api.BucketCors> o) {
+void checkUnnamed5343(core.List<api.BucketCors> o) {
unittest.expect(o, unittest.hasLength(2));
checkBucketCors(o[0] as api.BucketCors);
checkBucketCors(o[1] as api.BucketCors);
}
-core.List<api.ObjectAccessControl> buildUnnamed5293() {
+core.List<api.ObjectAccessControl> buildUnnamed5344() {
var o = <api.ObjectAccessControl>[];
o.add(buildObjectAccessControl());
o.add(buildObjectAccessControl());
return o;
}
-void checkUnnamed5293(core.List<api.ObjectAccessControl> o) {
+void checkUnnamed5344(core.List<api.ObjectAccessControl> o) {
unittest.expect(o, unittest.hasLength(2));
checkObjectAccessControl(o[0] as api.ObjectAccessControl);
checkObjectAccessControl(o[1] as api.ObjectAccessControl);
@@ -274,14 +274,14 @@
buildCounterBucketIamConfiguration--;
}
-core.Map<core.String, core.String> buildUnnamed5294() {
+core.Map<core.String, core.String> buildUnnamed5345() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5294(core.Map<core.String, core.String> o) {
+void checkUnnamed5345(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -320,14 +320,14 @@
buildCounterBucketLifecycleRuleAction--;
}
-core.List<core.String> buildUnnamed5295() {
+core.List<core.String> buildUnnamed5346() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5295(core.List<core.String> o) {
+void checkUnnamed5346(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -351,7 +351,7 @@
o.daysSinceNoncurrentTime = 42;
o.isLive = true;
o.matchesPattern = 'foo';
- o.matchesStorageClass = buildUnnamed5295();
+ o.matchesStorageClass = buildUnnamed5346();
o.noncurrentTimeBefore = core.DateTime.parse('2002-02-27T14:01:02Z');
o.numNewerVersions = 42;
}
@@ -387,7 +387,7 @@
o.matchesPattern!,
unittest.equals('foo'),
);
- checkUnnamed5295(o.matchesStorageClass!);
+ checkUnnamed5346(o.matchesStorageClass!);
unittest.expect(
o.noncurrentTimeBefore!,
unittest.equals(core.DateTime.parse("2002-02-27T00:00:00")),
@@ -422,14 +422,14 @@
buildCounterBucketLifecycleRule--;
}
-core.List<api.BucketLifecycleRule> buildUnnamed5296() {
+core.List<api.BucketLifecycleRule> buildUnnamed5347() {
var o = <api.BucketLifecycleRule>[];
o.add(buildBucketLifecycleRule());
o.add(buildBucketLifecycleRule());
return o;
}
-void checkUnnamed5296(core.List<api.BucketLifecycleRule> o) {
+void checkUnnamed5347(core.List<api.BucketLifecycleRule> o) {
unittest.expect(o, unittest.hasLength(2));
checkBucketLifecycleRule(o[0] as api.BucketLifecycleRule);
checkBucketLifecycleRule(o[1] as api.BucketLifecycleRule);
@@ -440,7 +440,7 @@
var o = api.BucketLifecycle();
buildCounterBucketLifecycle++;
if (buildCounterBucketLifecycle < 3) {
- o.rule = buildUnnamed5296();
+ o.rule = buildUnnamed5347();
}
buildCounterBucketLifecycle--;
return o;
@@ -449,7 +449,7 @@
void checkBucketLifecycle(api.BucketLifecycle o) {
buildCounterBucketLifecycle++;
if (buildCounterBucketLifecycle < 3) {
- checkUnnamed5296(o.rule!);
+ checkUnnamed5347(o.rule!);
}
buildCounterBucketLifecycle--;
}
@@ -583,14 +583,14 @@
buildCounterBucketWebsite--;
}
-core.List<core.String> buildUnnamed5297() {
+core.List<core.String> buildUnnamed5348() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5297(core.List<core.String> o) {
+void checkUnnamed5348(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -607,17 +607,17 @@
var o = api.Bucket();
buildCounterBucket++;
if (buildCounterBucket < 3) {
- o.acl = buildUnnamed5288();
+ o.acl = buildUnnamed5339();
o.billing = buildBucketBilling();
- o.cors = buildUnnamed5292();
+ o.cors = buildUnnamed5343();
o.defaultEventBasedHold = true;
- o.defaultObjectAcl = buildUnnamed5293();
+ o.defaultObjectAcl = buildUnnamed5344();
o.encryption = buildBucketEncryption();
o.etag = 'foo';
o.iamConfiguration = buildBucketIamConfiguration();
o.id = 'foo';
o.kind = 'foo';
- o.labels = buildUnnamed5294();
+ o.labels = buildUnnamed5345();
o.lifecycle = buildBucketLifecycle();
o.location = 'foo';
o.locationType = 'foo';
@@ -634,7 +634,7 @@
o.updated = core.DateTime.parse("2002-02-27T14:01:02");
o.versioning = buildBucketVersioning();
o.website = buildBucketWebsite();
- o.zoneAffinity = buildUnnamed5297();
+ o.zoneAffinity = buildUnnamed5348();
}
buildCounterBucket--;
return o;
@@ -643,11 +643,11 @@
void checkBucket(api.Bucket o) {
buildCounterBucket++;
if (buildCounterBucket < 3) {
- checkUnnamed5288(o.acl!);
+ checkUnnamed5339(o.acl!);
checkBucketBilling(o.billing! as api.BucketBilling);
- checkUnnamed5292(o.cors!);
+ checkUnnamed5343(o.cors!);
unittest.expect(o.defaultEventBasedHold!, unittest.isTrue);
- checkUnnamed5293(o.defaultObjectAcl!);
+ checkUnnamed5344(o.defaultObjectAcl!);
checkBucketEncryption(o.encryption! as api.BucketEncryption);
unittest.expect(
o.etag!,
@@ -663,7 +663,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5294(o.labels!);
+ checkUnnamed5345(o.labels!);
checkBucketLifecycle(o.lifecycle! as api.BucketLifecycle);
unittest.expect(
o.location!,
@@ -707,7 +707,7 @@
);
checkBucketVersioning(o.versioning! as api.BucketVersioning);
checkBucketWebsite(o.website! as api.BucketWebsite);
- checkUnnamed5297(o.zoneAffinity!);
+ checkUnnamed5348(o.zoneAffinity!);
}
buildCounterBucket--;
}
@@ -809,14 +809,14 @@
buildCounterBucketAccessControl--;
}
-core.List<api.BucketAccessControl> buildUnnamed5298() {
+core.List<api.BucketAccessControl> buildUnnamed5349() {
var o = <api.BucketAccessControl>[];
o.add(buildBucketAccessControl());
o.add(buildBucketAccessControl());
return o;
}
-void checkUnnamed5298(core.List<api.BucketAccessControl> o) {
+void checkUnnamed5349(core.List<api.BucketAccessControl> o) {
unittest.expect(o, unittest.hasLength(2));
checkBucketAccessControl(o[0] as api.BucketAccessControl);
checkBucketAccessControl(o[1] as api.BucketAccessControl);
@@ -827,7 +827,7 @@
var o = api.BucketAccessControls();
buildCounterBucketAccessControls++;
if (buildCounterBucketAccessControls < 3) {
- o.items = buildUnnamed5298();
+ o.items = buildUnnamed5349();
o.kind = 'foo';
}
buildCounterBucketAccessControls--;
@@ -837,7 +837,7 @@
void checkBucketAccessControls(api.BucketAccessControls o) {
buildCounterBucketAccessControls++;
if (buildCounterBucketAccessControls < 3) {
- checkUnnamed5298(o.items!);
+ checkUnnamed5349(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -846,14 +846,14 @@
buildCounterBucketAccessControls--;
}
-core.List<api.Bucket> buildUnnamed5299() {
+core.List<api.Bucket> buildUnnamed5350() {
var o = <api.Bucket>[];
o.add(buildBucket());
o.add(buildBucket());
return o;
}
-void checkUnnamed5299(core.List<api.Bucket> o) {
+void checkUnnamed5350(core.List<api.Bucket> o) {
unittest.expect(o, unittest.hasLength(2));
checkBucket(o[0] as api.Bucket);
checkBucket(o[1] as api.Bucket);
@@ -864,7 +864,7 @@
var o = api.Buckets();
buildCounterBuckets++;
if (buildCounterBuckets < 3) {
- o.items = buildUnnamed5299();
+ o.items = buildUnnamed5350();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -875,7 +875,7 @@
void checkBuckets(api.Buckets o) {
buildCounterBuckets++;
if (buildCounterBuckets < 3) {
- checkUnnamed5299(o.items!);
+ checkUnnamed5350(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -888,14 +888,14 @@
buildCounterBuckets--;
}
-core.Map<core.String, core.String> buildUnnamed5300() {
+core.Map<core.String, core.String> buildUnnamed5351() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5300(core.Map<core.String, core.String> o) {
+void checkUnnamed5351(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -916,7 +916,7 @@
o.expiration = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.params = buildUnnamed5300();
+ o.params = buildUnnamed5351();
o.payload = true;
o.resourceId = 'foo';
o.resourceUri = 'foo';
@@ -946,7 +946,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5300(o.params!);
+ checkUnnamed5351(o.params!);
unittest.expect(o.payload!, unittest.isTrue);
unittest.expect(
o.resourceId!,
@@ -1023,14 +1023,14 @@
buildCounterComposeRequestSourceObjects--;
}
-core.List<api.ComposeRequestSourceObjects> buildUnnamed5301() {
+core.List<api.ComposeRequestSourceObjects> buildUnnamed5352() {
var o = <api.ComposeRequestSourceObjects>[];
o.add(buildComposeRequestSourceObjects());
o.add(buildComposeRequestSourceObjects());
return o;
}
-void checkUnnamed5301(core.List<api.ComposeRequestSourceObjects> o) {
+void checkUnnamed5352(core.List<api.ComposeRequestSourceObjects> o) {
unittest.expect(o, unittest.hasLength(2));
checkComposeRequestSourceObjects(o[0] as api.ComposeRequestSourceObjects);
checkComposeRequestSourceObjects(o[1] as api.ComposeRequestSourceObjects);
@@ -1043,7 +1043,7 @@
if (buildCounterComposeRequest < 3) {
o.destination = buildObject();
o.kind = 'foo';
- o.sourceObjects = buildUnnamed5301();
+ o.sourceObjects = buildUnnamed5352();
}
buildCounterComposeRequest--;
return o;
@@ -1057,7 +1057,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5301(o.sourceObjects!);
+ checkUnnamed5352(o.sourceObjects!);
}
buildCounterComposeRequest--;
}
@@ -1195,14 +1195,14 @@
buildCounterHmacKeyMetadata--;
}
-core.List<api.HmacKeyMetadata> buildUnnamed5302() {
+core.List<api.HmacKeyMetadata> buildUnnamed5353() {
var o = <api.HmacKeyMetadata>[];
o.add(buildHmacKeyMetadata());
o.add(buildHmacKeyMetadata());
return o;
}
-void checkUnnamed5302(core.List<api.HmacKeyMetadata> o) {
+void checkUnnamed5353(core.List<api.HmacKeyMetadata> o) {
unittest.expect(o, unittest.hasLength(2));
checkHmacKeyMetadata(o[0] as api.HmacKeyMetadata);
checkHmacKeyMetadata(o[1] as api.HmacKeyMetadata);
@@ -1213,7 +1213,7 @@
var o = api.HmacKeysMetadata();
buildCounterHmacKeysMetadata++;
if (buildCounterHmacKeysMetadata < 3) {
- o.items = buildUnnamed5302();
+ o.items = buildUnnamed5353();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -1224,7 +1224,7 @@
void checkHmacKeysMetadata(api.HmacKeysMetadata o) {
buildCounterHmacKeysMetadata++;
if (buildCounterHmacKeysMetadata < 3) {
- checkUnnamed5302(o.items!);
+ checkUnnamed5353(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1237,14 +1237,14 @@
buildCounterHmacKeysMetadata--;
}
-core.Map<core.String, core.String> buildUnnamed5303() {
+core.Map<core.String, core.String> buildUnnamed5354() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5303(core.Map<core.String, core.String> o) {
+void checkUnnamed5354(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1256,14 +1256,14 @@
);
}
-core.List<core.String> buildUnnamed5304() {
+core.List<core.String> buildUnnamed5355() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5304(core.List<core.String> o) {
+void checkUnnamed5355(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1280,9 +1280,9 @@
var o = api.Notification();
buildCounterNotification++;
if (buildCounterNotification < 3) {
- o.customAttributes = buildUnnamed5303();
+ o.customAttributes = buildUnnamed5354();
o.etag = 'foo';
- o.eventTypes = buildUnnamed5304();
+ o.eventTypes = buildUnnamed5355();
o.id = 'foo';
o.kind = 'foo';
o.objectNamePrefix = 'foo';
@@ -1297,12 +1297,12 @@
void checkNotification(api.Notification o) {
buildCounterNotification++;
if (buildCounterNotification < 3) {
- checkUnnamed5303(o.customAttributes!);
+ checkUnnamed5354(o.customAttributes!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed5304(o.eventTypes!);
+ checkUnnamed5355(o.eventTypes!);
unittest.expect(
o.id!,
unittest.equals('foo'),
@@ -1331,14 +1331,14 @@
buildCounterNotification--;
}
-core.List<api.Notification> buildUnnamed5305() {
+core.List<api.Notification> buildUnnamed5356() {
var o = <api.Notification>[];
o.add(buildNotification());
o.add(buildNotification());
return o;
}
-void checkUnnamed5305(core.List<api.Notification> o) {
+void checkUnnamed5356(core.List<api.Notification> o) {
unittest.expect(o, unittest.hasLength(2));
checkNotification(o[0] as api.Notification);
checkNotification(o[1] as api.Notification);
@@ -1349,7 +1349,7 @@
var o = api.Notifications();
buildCounterNotifications++;
if (buildCounterNotifications < 3) {
- o.items = buildUnnamed5305();
+ o.items = buildUnnamed5356();
o.kind = 'foo';
}
buildCounterNotifications--;
@@ -1359,7 +1359,7 @@
void checkNotifications(api.Notifications o) {
buildCounterNotifications++;
if (buildCounterNotifications < 3) {
- checkUnnamed5305(o.items!);
+ checkUnnamed5356(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1368,14 +1368,14 @@
buildCounterNotifications--;
}
-core.List<api.ObjectAccessControl> buildUnnamed5306() {
+core.List<api.ObjectAccessControl> buildUnnamed5357() {
var o = <api.ObjectAccessControl>[];
o.add(buildObjectAccessControl());
o.add(buildObjectAccessControl());
return o;
}
-void checkUnnamed5306(core.List<api.ObjectAccessControl> o) {
+void checkUnnamed5357(core.List<api.ObjectAccessControl> o) {
unittest.expect(o, unittest.hasLength(2));
checkObjectAccessControl(o[0] as api.ObjectAccessControl);
checkObjectAccessControl(o[1] as api.ObjectAccessControl);
@@ -1408,14 +1408,14 @@
buildCounterObjectCustomerEncryption--;
}
-core.Map<core.String, core.String> buildUnnamed5307() {
+core.Map<core.String, core.String> buildUnnamed5358() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed5307(core.Map<core.String, core.String> o) {
+void checkUnnamed5358(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1459,7 +1459,7 @@
var o = api.Object();
buildCounterObject++;
if (buildCounterObject < 3) {
- o.acl = buildUnnamed5306();
+ o.acl = buildUnnamed5357();
o.bucket = 'foo';
o.cacheControl = 'foo';
o.componentCount = 42;
@@ -1478,7 +1478,7 @@
o.kmsKeyName = 'foo';
o.md5Hash = 'foo';
o.mediaLink = 'foo';
- o.metadata = buildUnnamed5307();
+ o.metadata = buildUnnamed5358();
o.metageneration = 'foo';
o.name = 'foo';
o.owner = buildObjectOwner();
@@ -1499,7 +1499,7 @@
void checkObject(api.Object o) {
buildCounterObject++;
if (buildCounterObject < 3) {
- checkUnnamed5306(o.acl!);
+ checkUnnamed5357(o.acl!);
unittest.expect(
o.bucket!,
unittest.equals('foo'),
@@ -1567,7 +1567,7 @@
o.mediaLink!,
unittest.equals('foo'),
);
- checkUnnamed5307(o.metadata!);
+ checkUnnamed5358(o.metadata!);
unittest.expect(
o.metageneration!,
unittest.equals('foo'),
@@ -1721,14 +1721,14 @@
buildCounterObjectAccessControl--;
}
-core.List<api.ObjectAccessControl> buildUnnamed5308() {
+core.List<api.ObjectAccessControl> buildUnnamed5359() {
var o = <api.ObjectAccessControl>[];
o.add(buildObjectAccessControl());
o.add(buildObjectAccessControl());
return o;
}
-void checkUnnamed5308(core.List<api.ObjectAccessControl> o) {
+void checkUnnamed5359(core.List<api.ObjectAccessControl> o) {
unittest.expect(o, unittest.hasLength(2));
checkObjectAccessControl(o[0] as api.ObjectAccessControl);
checkObjectAccessControl(o[1] as api.ObjectAccessControl);
@@ -1739,7 +1739,7 @@
var o = api.ObjectAccessControls();
buildCounterObjectAccessControls++;
if (buildCounterObjectAccessControls < 3) {
- o.items = buildUnnamed5308();
+ o.items = buildUnnamed5359();
o.kind = 'foo';
}
buildCounterObjectAccessControls--;
@@ -1749,7 +1749,7 @@
void checkObjectAccessControls(api.ObjectAccessControls o) {
buildCounterObjectAccessControls++;
if (buildCounterObjectAccessControls < 3) {
- checkUnnamed5308(o.items!);
+ checkUnnamed5359(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1758,27 +1758,27 @@
buildCounterObjectAccessControls--;
}
-core.List<api.Object> buildUnnamed5309() {
+core.List<api.Object> buildUnnamed5360() {
var o = <api.Object>[];
o.add(buildObject());
o.add(buildObject());
return o;
}
-void checkUnnamed5309(core.List<api.Object> o) {
+void checkUnnamed5360(core.List<api.Object> o) {
unittest.expect(o, unittest.hasLength(2));
checkObject(o[0] as api.Object);
checkObject(o[1] as api.Object);
}
-core.List<core.String> buildUnnamed5310() {
+core.List<core.String> buildUnnamed5361() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5310(core.List<core.String> o) {
+void checkUnnamed5361(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1795,10 +1795,10 @@
var o = api.Objects();
buildCounterObjects++;
if (buildCounterObjects < 3) {
- o.items = buildUnnamed5309();
+ o.items = buildUnnamed5360();
o.kind = 'foo';
o.nextPageToken = 'foo';
- o.prefixes = buildUnnamed5310();
+ o.prefixes = buildUnnamed5361();
}
buildCounterObjects--;
return o;
@@ -1807,7 +1807,7 @@
void checkObjects(api.Objects o) {
buildCounterObjects++;
if (buildCounterObjects < 3) {
- checkUnnamed5309(o.items!);
+ checkUnnamed5360(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1816,19 +1816,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5310(o.prefixes!);
+ checkUnnamed5361(o.prefixes!);
}
buildCounterObjects--;
}
-core.List<core.String> buildUnnamed5311() {
+core.List<core.String> buildUnnamed5362() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5311(core.List<core.String> o) {
+void checkUnnamed5362(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1846,7 +1846,7 @@
buildCounterPolicyBindings++;
if (buildCounterPolicyBindings < 3) {
o.condition = buildExpr();
- o.members = buildUnnamed5311();
+ o.members = buildUnnamed5362();
o.role = 'foo';
}
buildCounterPolicyBindings--;
@@ -1857,7 +1857,7 @@
buildCounterPolicyBindings++;
if (buildCounterPolicyBindings < 3) {
checkExpr(o.condition! as api.Expr);
- checkUnnamed5311(o.members!);
+ checkUnnamed5362(o.members!);
unittest.expect(
o.role!,
unittest.equals('foo'),
@@ -1866,14 +1866,14 @@
buildCounterPolicyBindings--;
}
-core.List<api.PolicyBindings> buildUnnamed5312() {
+core.List<api.PolicyBindings> buildUnnamed5363() {
var o = <api.PolicyBindings>[];
o.add(buildPolicyBindings());
o.add(buildPolicyBindings());
return o;
}
-void checkUnnamed5312(core.List<api.PolicyBindings> o) {
+void checkUnnamed5363(core.List<api.PolicyBindings> o) {
unittest.expect(o, unittest.hasLength(2));
checkPolicyBindings(o[0] as api.PolicyBindings);
checkPolicyBindings(o[1] as api.PolicyBindings);
@@ -1884,7 +1884,7 @@
var o = api.Policy();
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- o.bindings = buildUnnamed5312();
+ o.bindings = buildUnnamed5363();
o.etag = 'foo';
o.kind = 'foo';
o.resourceId = 'foo';
@@ -1897,7 +1897,7 @@
void checkPolicy(api.Policy o) {
buildCounterPolicy++;
if (buildCounterPolicy < 3) {
- checkUnnamed5312(o.bindings!);
+ checkUnnamed5363(o.bindings!);
unittest.expect(
o.etag!,
unittest.equals('foo'),
@@ -1986,14 +1986,14 @@
buildCounterServiceAccount--;
}
-core.List<core.String> buildUnnamed5313() {
+core.List<core.String> buildUnnamed5364() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5313(core.List<core.String> o) {
+void checkUnnamed5364(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2011,7 +2011,7 @@
buildCounterTestIamPermissionsResponse++;
if (buildCounterTestIamPermissionsResponse < 3) {
o.kind = 'foo';
- o.permissions = buildUnnamed5313();
+ o.permissions = buildUnnamed5364();
}
buildCounterTestIamPermissionsResponse--;
return o;
@@ -2024,19 +2024,19 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed5313(o.permissions!);
+ checkUnnamed5364(o.permissions!);
}
buildCounterTestIamPermissionsResponse--;
}
-core.List<core.String> buildUnnamed5314() {
+core.List<core.String> buildUnnamed5365() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5314(core.List<core.String> o) {
+void checkUnnamed5365(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2048,14 +2048,14 @@
);
}
-core.List<core.String> buildUnnamed5315() {
+core.List<core.String> buildUnnamed5366() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5315(core.List<core.String> o) {
+void checkUnnamed5366(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3789,7 +3789,7 @@
var mock = HttpServerMock();
var res = api.StorageApi(mock).buckets;
var arg_bucket = 'foo';
- var arg_permissions = buildUnnamed5314();
+ var arg_permissions = buildUnnamed5365();
var arg_provisionalUserProject = 'foo';
var arg_userProject = 'foo';
var arg_$fields = 'foo';
@@ -7045,7 +7045,7 @@
var res = api.StorageApi(mock).objects;
var arg_bucket = 'foo';
var arg_object = 'foo';
- var arg_permissions = buildUnnamed5315();
+ var arg_permissions = buildUnnamed5366();
var arg_generation = 'foo';
var arg_provisionalUserProject = 'foo';
var arg_userProject = 'foo';
diff --git a/generated/googleapis/test/storagetransfer/v1_test.dart b/generated/googleapis/test/storagetransfer/v1_test.dart
index 03a1698..a0756b4 100644
--- a/generated/googleapis/test/storagetransfer/v1_test.dart
+++ b/generated/googleapis/test/storagetransfer/v1_test.dart
@@ -62,6 +62,7 @@
o.awsAccessKey = buildAwsAccessKey();
o.bucketName = 'foo';
o.path = 'foo';
+ o.roleArn = 'foo';
}
buildCounterAwsS3Data--;
return o;
@@ -79,6 +80,10 @@
o.path!,
unittest.equals('foo'),
);
+ unittest.expect(
+ o.roleArn!,
+ unittest.equals('foo'),
+ );
}
buildCounterAwsS3Data--;
}
@@ -201,14 +206,14 @@
buildCounterEmpty--;
}
-core.List<core.String> buildUnnamed1791() {
+core.List<core.String> buildUnnamed1790() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1791(core.List<core.String> o) {
+void checkUnnamed1790(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -225,7 +230,7 @@
var o = api.ErrorLogEntry();
buildCounterErrorLogEntry++;
if (buildCounterErrorLogEntry < 3) {
- o.errorDetails = buildUnnamed1791();
+ o.errorDetails = buildUnnamed1790();
o.url = 'foo';
}
buildCounterErrorLogEntry--;
@@ -235,7 +240,7 @@
void checkErrorLogEntry(api.ErrorLogEntry o) {
buildCounterErrorLogEntry++;
if (buildCounterErrorLogEntry < 3) {
- checkUnnamed1791(o.errorDetails!);
+ checkUnnamed1790(o.errorDetails!);
unittest.expect(
o.url!,
unittest.equals('foo'),
@@ -244,14 +249,14 @@
buildCounterErrorLogEntry--;
}
-core.List<api.ErrorLogEntry> buildUnnamed1792() {
+core.List<api.ErrorLogEntry> buildUnnamed1791() {
var o = <api.ErrorLogEntry>[];
o.add(buildErrorLogEntry());
o.add(buildErrorLogEntry());
return o;
}
-void checkUnnamed1792(core.List<api.ErrorLogEntry> o) {
+void checkUnnamed1791(core.List<api.ErrorLogEntry> o) {
unittest.expect(o, unittest.hasLength(2));
checkErrorLogEntry(o[0] as api.ErrorLogEntry);
checkErrorLogEntry(o[1] as api.ErrorLogEntry);
@@ -264,7 +269,7 @@
if (buildCounterErrorSummary < 3) {
o.errorCode = 'foo';
o.errorCount = 'foo';
- o.errorLogEntries = buildUnnamed1792();
+ o.errorLogEntries = buildUnnamed1791();
}
buildCounterErrorSummary--;
return o;
@@ -281,7 +286,7 @@
o.errorCount!,
unittest.equals('foo'),
);
- checkUnnamed1792(o.errorLogEntries!);
+ checkUnnamed1791(o.errorLogEntries!);
}
buildCounterErrorSummary--;
}
@@ -319,6 +324,7 @@
buildCounterGoogleServiceAccount++;
if (buildCounterGoogleServiceAccount < 3) {
o.accountEmail = 'foo';
+ o.subjectId = 'foo';
}
buildCounterGoogleServiceAccount--;
return o;
@@ -331,6 +337,10 @@
o.accountEmail!,
unittest.equals('foo'),
);
+ unittest.expect(
+ o.subjectId!,
+ unittest.equals('foo'),
+ );
}
buildCounterGoogleServiceAccount--;
}
@@ -357,14 +367,14 @@
buildCounterHttpData--;
}
-core.List<api.Operation> buildUnnamed1793() {
+core.List<api.Operation> buildUnnamed1792() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed1793(core.List<api.Operation> o) {
+void checkUnnamed1792(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -376,7 +386,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed1793();
+ o.operations = buildUnnamed1792();
}
buildCounterListOperationsResponse--;
return o;
@@ -389,19 +399,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1793(o.operations!);
+ checkUnnamed1792(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.TransferJob> buildUnnamed1794() {
+core.List<api.TransferJob> buildUnnamed1793() {
var o = <api.TransferJob>[];
o.add(buildTransferJob());
o.add(buildTransferJob());
return o;
}
-void checkUnnamed1794(core.List<api.TransferJob> o) {
+void checkUnnamed1793(core.List<api.TransferJob> o) {
unittest.expect(o, unittest.hasLength(2));
checkTransferJob(o[0] as api.TransferJob);
checkTransferJob(o[1] as api.TransferJob);
@@ -413,7 +423,7 @@
buildCounterListTransferJobsResponse++;
if (buildCounterListTransferJobsResponse < 3) {
o.nextPageToken = 'foo';
- o.transferJobs = buildUnnamed1794();
+ o.transferJobs = buildUnnamed1793();
}
buildCounterListTransferJobsResponse--;
return o;
@@ -426,11 +436,59 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1794(o.transferJobs!);
+ checkUnnamed1793(o.transferJobs!);
}
buildCounterListTransferJobsResponse--;
}
+core.List<core.String> buildUnnamed1794() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1794(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'),
+ );
+}
+
+core.int buildCounterNotificationConfig = 0;
+api.NotificationConfig buildNotificationConfig() {
+ var o = api.NotificationConfig();
+ buildCounterNotificationConfig++;
+ if (buildCounterNotificationConfig < 3) {
+ o.eventTypes = buildUnnamed1794();
+ o.payloadFormat = 'foo';
+ o.pubsubTopic = 'foo';
+ }
+ buildCounterNotificationConfig--;
+ return o;
+}
+
+void checkNotificationConfig(api.NotificationConfig o) {
+ buildCounterNotificationConfig++;
+ if (buildCounterNotificationConfig < 3) {
+ checkUnnamed1794(o.eventTypes!);
+ unittest.expect(
+ o.payloadFormat!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.pubsubTopic!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterNotificationConfig--;
+}
+
core.List<core.String> buildUnnamed1795() {
var o = <core.String>[];
o.add('foo');
@@ -450,35 +508,6 @@
);
}
-core.int buildCounterNotificationConfig = 0;
-api.NotificationConfig buildNotificationConfig() {
- var o = api.NotificationConfig();
- buildCounterNotificationConfig++;
- if (buildCounterNotificationConfig < 3) {
- o.eventTypes = buildUnnamed1795();
- o.payloadFormat = 'foo';
- o.pubsubTopic = 'foo';
- }
- buildCounterNotificationConfig--;
- return o;
-}
-
-void checkNotificationConfig(api.NotificationConfig o) {
- buildCounterNotificationConfig++;
- if (buildCounterNotificationConfig < 3) {
- checkUnnamed1795(o.eventTypes!);
- unittest.expect(
- o.payloadFormat!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.pubsubTopic!,
- unittest.equals('foo'),
- );
- }
- buildCounterNotificationConfig--;
-}
-
core.List<core.String> buildUnnamed1796() {
var o = <core.String>[];
o.add('foo');
@@ -498,32 +527,13 @@
);
}
-core.List<core.String> buildUnnamed1797() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1797(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'),
- );
-}
-
core.int buildCounterObjectConditions = 0;
api.ObjectConditions buildObjectConditions() {
var o = api.ObjectConditions();
buildCounterObjectConditions++;
if (buildCounterObjectConditions < 3) {
- o.excludePrefixes = buildUnnamed1796();
- o.includePrefixes = buildUnnamed1797();
+ o.excludePrefixes = buildUnnamed1795();
+ o.includePrefixes = buildUnnamed1796();
o.lastModifiedBefore = 'foo';
o.lastModifiedSince = 'foo';
o.maxTimeElapsedSinceLastModification = 'foo';
@@ -536,8 +546,8 @@
void checkObjectConditions(api.ObjectConditions o) {
buildCounterObjectConditions++;
if (buildCounterObjectConditions < 3) {
- checkUnnamed1796(o.excludePrefixes!);
- checkUnnamed1797(o.includePrefixes!);
+ checkUnnamed1795(o.excludePrefixes!);
+ checkUnnamed1796(o.includePrefixes!);
unittest.expect(
o.lastModifiedBefore!,
unittest.equals('foo'),
@@ -558,7 +568,7 @@
buildCounterObjectConditions--;
}
-core.Map<core.String, core.Object> buildUnnamed1798() {
+core.Map<core.String, core.Object> buildUnnamed1797() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -573,7 +583,7 @@
return o;
}
-void checkUnnamed1798(core.Map<core.String, core.Object> o) {
+void checkUnnamed1797(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -605,7 +615,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed1799() {
+core.Map<core.String, core.Object> buildUnnamed1798() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -620,7 +630,7 @@
return o;
}
-void checkUnnamed1799(core.Map<core.String, core.Object> o) {
+void checkUnnamed1798(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -659,9 +669,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed1798();
+ o.metadata = buildUnnamed1797();
o.name = 'foo';
- o.response = buildUnnamed1799();
+ o.response = buildUnnamed1798();
}
buildCounterOperation--;
return o;
@@ -672,12 +682,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed1798(o.metadata!);
+ checkUnnamed1797(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed1799(o.response!);
+ checkUnnamed1798(o.response!);
}
buildCounterOperation--;
}
@@ -764,7 +774,7 @@
buildCounterSchedule--;
}
-core.Map<core.String, core.Object> buildUnnamed1800() {
+core.Map<core.String, core.Object> buildUnnamed1799() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -779,7 +789,7 @@
return o;
}
-void checkUnnamed1800(core.Map<core.String, core.Object> o) {
+void checkUnnamed1799(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -811,17 +821,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed1801() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed1800() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed1800());
- o.add(buildUnnamed1800());
+ o.add(buildUnnamed1799());
+ o.add(buildUnnamed1799());
return o;
}
-void checkUnnamed1801(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed1800(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed1800(o[0]);
- checkUnnamed1800(o[1]);
+ checkUnnamed1799(o[0]);
+ checkUnnamed1799(o[1]);
}
core.int buildCounterStatus = 0;
@@ -830,7 +840,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed1801();
+ o.details = buildUnnamed1800();
o.message = 'foo';
}
buildCounterStatus--;
@@ -844,7 +854,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed1801(o.details!);
+ checkUnnamed1800(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -1050,14 +1060,14 @@
buildCounterTransferJob--;
}
-core.List<api.ErrorSummary> buildUnnamed1802() {
+core.List<api.ErrorSummary> buildUnnamed1801() {
var o = <api.ErrorSummary>[];
o.add(buildErrorSummary());
o.add(buildErrorSummary());
return o;
}
-void checkUnnamed1802(core.List<api.ErrorSummary> o) {
+void checkUnnamed1801(core.List<api.ErrorSummary> o) {
unittest.expect(o, unittest.hasLength(2));
checkErrorSummary(o[0] as api.ErrorSummary);
checkErrorSummary(o[1] as api.ErrorSummary);
@@ -1070,7 +1080,7 @@
if (buildCounterTransferOperation < 3) {
o.counters = buildTransferCounters();
o.endTime = 'foo';
- o.errorBreakdowns = buildUnnamed1802();
+ o.errorBreakdowns = buildUnnamed1801();
o.name = 'foo';
o.notificationConfig = buildNotificationConfig();
o.projectId = 'foo';
@@ -1091,7 +1101,7 @@
o.endTime!,
unittest.equals('foo'),
);
- checkUnnamed1802(o.errorBreakdowns!);
+ checkUnnamed1801(o.errorBreakdowns!);
unittest.expect(
o.name!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/streetviewpublish/v1_test.dart b/generated/googleapis/test/streetviewpublish/v1_test.dart
index ad9cff1..be50426 100644
--- a/generated/googleapis/test/streetviewpublish/v1_test.dart
+++ b/generated/googleapis/test/streetviewpublish/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed7618() {
+core.List<core.String> buildUnnamed7672() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7618(core.List<core.String> o) {
+void checkUnnamed7672(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -51,7 +51,7 @@
var o = api.BatchDeletePhotosRequest();
buildCounterBatchDeletePhotosRequest++;
if (buildCounterBatchDeletePhotosRequest < 3) {
- o.photoIds = buildUnnamed7618();
+ o.photoIds = buildUnnamed7672();
}
buildCounterBatchDeletePhotosRequest--;
return o;
@@ -60,19 +60,19 @@
void checkBatchDeletePhotosRequest(api.BatchDeletePhotosRequest o) {
buildCounterBatchDeletePhotosRequest++;
if (buildCounterBatchDeletePhotosRequest < 3) {
- checkUnnamed7618(o.photoIds!);
+ checkUnnamed7672(o.photoIds!);
}
buildCounterBatchDeletePhotosRequest--;
}
-core.List<api.Status> buildUnnamed7619() {
+core.List<api.Status> buildUnnamed7673() {
var o = <api.Status>[];
o.add(buildStatus());
o.add(buildStatus());
return o;
}
-void checkUnnamed7619(core.List<api.Status> o) {
+void checkUnnamed7673(core.List<api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o[0] as api.Status);
checkStatus(o[1] as api.Status);
@@ -83,7 +83,7 @@
var o = api.BatchDeletePhotosResponse();
buildCounterBatchDeletePhotosResponse++;
if (buildCounterBatchDeletePhotosResponse < 3) {
- o.status = buildUnnamed7619();
+ o.status = buildUnnamed7673();
}
buildCounterBatchDeletePhotosResponse--;
return o;
@@ -92,19 +92,19 @@
void checkBatchDeletePhotosResponse(api.BatchDeletePhotosResponse o) {
buildCounterBatchDeletePhotosResponse++;
if (buildCounterBatchDeletePhotosResponse < 3) {
- checkUnnamed7619(o.status!);
+ checkUnnamed7673(o.status!);
}
buildCounterBatchDeletePhotosResponse--;
}
-core.List<api.PhotoResponse> buildUnnamed7620() {
+core.List<api.PhotoResponse> buildUnnamed7674() {
var o = <api.PhotoResponse>[];
o.add(buildPhotoResponse());
o.add(buildPhotoResponse());
return o;
}
-void checkUnnamed7620(core.List<api.PhotoResponse> o) {
+void checkUnnamed7674(core.List<api.PhotoResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkPhotoResponse(o[0] as api.PhotoResponse);
checkPhotoResponse(o[1] as api.PhotoResponse);
@@ -115,7 +115,7 @@
var o = api.BatchGetPhotosResponse();
buildCounterBatchGetPhotosResponse++;
if (buildCounterBatchGetPhotosResponse < 3) {
- o.results = buildUnnamed7620();
+ o.results = buildUnnamed7674();
}
buildCounterBatchGetPhotosResponse--;
return o;
@@ -124,19 +124,19 @@
void checkBatchGetPhotosResponse(api.BatchGetPhotosResponse o) {
buildCounterBatchGetPhotosResponse++;
if (buildCounterBatchGetPhotosResponse < 3) {
- checkUnnamed7620(o.results!);
+ checkUnnamed7674(o.results!);
}
buildCounterBatchGetPhotosResponse--;
}
-core.List<api.UpdatePhotoRequest> buildUnnamed7621() {
+core.List<api.UpdatePhotoRequest> buildUnnamed7675() {
var o = <api.UpdatePhotoRequest>[];
o.add(buildUpdatePhotoRequest());
o.add(buildUpdatePhotoRequest());
return o;
}
-void checkUnnamed7621(core.List<api.UpdatePhotoRequest> o) {
+void checkUnnamed7675(core.List<api.UpdatePhotoRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkUpdatePhotoRequest(o[0] as api.UpdatePhotoRequest);
checkUpdatePhotoRequest(o[1] as api.UpdatePhotoRequest);
@@ -147,7 +147,7 @@
var o = api.BatchUpdatePhotosRequest();
buildCounterBatchUpdatePhotosRequest++;
if (buildCounterBatchUpdatePhotosRequest < 3) {
- o.updatePhotoRequests = buildUnnamed7621();
+ o.updatePhotoRequests = buildUnnamed7675();
}
buildCounterBatchUpdatePhotosRequest--;
return o;
@@ -156,19 +156,19 @@
void checkBatchUpdatePhotosRequest(api.BatchUpdatePhotosRequest o) {
buildCounterBatchUpdatePhotosRequest++;
if (buildCounterBatchUpdatePhotosRequest < 3) {
- checkUnnamed7621(o.updatePhotoRequests!);
+ checkUnnamed7675(o.updatePhotoRequests!);
}
buildCounterBatchUpdatePhotosRequest--;
}
-core.List<api.PhotoResponse> buildUnnamed7622() {
+core.List<api.PhotoResponse> buildUnnamed7676() {
var o = <api.PhotoResponse>[];
o.add(buildPhotoResponse());
o.add(buildPhotoResponse());
return o;
}
-void checkUnnamed7622(core.List<api.PhotoResponse> o) {
+void checkUnnamed7676(core.List<api.PhotoResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkPhotoResponse(o[0] as api.PhotoResponse);
checkPhotoResponse(o[1] as api.PhotoResponse);
@@ -179,7 +179,7 @@
var o = api.BatchUpdatePhotosResponse();
buildCounterBatchUpdatePhotosResponse++;
if (buildCounterBatchUpdatePhotosResponse < 3) {
- o.results = buildUnnamed7622();
+ o.results = buildUnnamed7676();
}
buildCounterBatchUpdatePhotosResponse--;
return o;
@@ -188,7 +188,7 @@
void checkBatchUpdatePhotosResponse(api.BatchUpdatePhotosResponse o) {
buildCounterBatchUpdatePhotosResponse++;
if (buildCounterBatchUpdatePhotosResponse < 3) {
- checkUnnamed7622(o.results!);
+ checkUnnamed7676(o.results!);
}
buildCounterBatchUpdatePhotosResponse--;
}
@@ -281,14 +281,14 @@
buildCounterLevel--;
}
-core.List<api.Photo> buildUnnamed7623() {
+core.List<api.Photo> buildUnnamed7677() {
var o = <api.Photo>[];
o.add(buildPhoto());
o.add(buildPhoto());
return o;
}
-void checkUnnamed7623(core.List<api.Photo> o) {
+void checkUnnamed7677(core.List<api.Photo> o) {
unittest.expect(o, unittest.hasLength(2));
checkPhoto(o[0] as api.Photo);
checkPhoto(o[1] as api.Photo);
@@ -300,7 +300,7 @@
buildCounterListPhotosResponse++;
if (buildCounterListPhotosResponse < 3) {
o.nextPageToken = 'foo';
- o.photos = buildUnnamed7623();
+ o.photos = buildUnnamed7677();
}
buildCounterListPhotosResponse--;
return o;
@@ -313,12 +313,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7623(o.photos!);
+ checkUnnamed7677(o.photos!);
}
buildCounterListPhotosResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed7624() {
+core.Map<core.String, core.Object> buildUnnamed7678() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -333,7 +333,7 @@
return o;
}
-void checkUnnamed7624(core.Map<core.String, core.Object> o) {
+void checkUnnamed7678(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -365,7 +365,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7625() {
+core.Map<core.String, core.Object> buildUnnamed7679() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -380,7 +380,7 @@
return o;
}
-void checkUnnamed7625(core.Map<core.String, core.Object> o) {
+void checkUnnamed7679(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -419,9 +419,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed7624();
+ o.metadata = buildUnnamed7678();
o.name = 'foo';
- o.response = buildUnnamed7625();
+ o.response = buildUnnamed7679();
}
buildCounterOperation--;
return o;
@@ -432,37 +432,37 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed7624(o.metadata!);
+ checkUnnamed7678(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7625(o.response!);
+ checkUnnamed7679(o.response!);
}
buildCounterOperation--;
}
-core.List<api.Connection> buildUnnamed7626() {
+core.List<api.Connection> buildUnnamed7680() {
var o = <api.Connection>[];
o.add(buildConnection());
o.add(buildConnection());
return o;
}
-void checkUnnamed7626(core.List<api.Connection> o) {
+void checkUnnamed7680(core.List<api.Connection> o) {
unittest.expect(o, unittest.hasLength(2));
checkConnection(o[0] as api.Connection);
checkConnection(o[1] as api.Connection);
}
-core.List<api.Place> buildUnnamed7627() {
+core.List<api.Place> buildUnnamed7681() {
var o = <api.Place>[];
o.add(buildPlace());
o.add(buildPlace());
return o;
}
-void checkUnnamed7627(core.List<api.Place> o) {
+void checkUnnamed7681(core.List<api.Place> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlace(o[0] as api.Place);
checkPlace(o[1] as api.Place);
@@ -474,11 +474,11 @@
buildCounterPhoto++;
if (buildCounterPhoto < 3) {
o.captureTime = 'foo';
- o.connections = buildUnnamed7626();
+ o.connections = buildUnnamed7680();
o.downloadUrl = 'foo';
o.mapsPublishStatus = 'foo';
o.photoId = buildPhotoId();
- o.places = buildUnnamed7627();
+ o.places = buildUnnamed7681();
o.pose = buildPose();
o.shareLink = 'foo';
o.thumbnailUrl = 'foo';
@@ -497,7 +497,7 @@
o.captureTime!,
unittest.equals('foo'),
);
- checkUnnamed7626(o.connections!);
+ checkUnnamed7680(o.connections!);
unittest.expect(
o.downloadUrl!,
unittest.equals('foo'),
@@ -507,7 +507,7 @@
unittest.equals('foo'),
);
checkPhotoId(o.photoId! as api.PhotoId);
- checkUnnamed7627(o.places!);
+ checkUnnamed7681(o.places!);
checkPose(o.pose! as api.Pose);
unittest.expect(
o.shareLink!,
@@ -651,7 +651,7 @@
buildCounterPose--;
}
-core.Map<core.String, core.Object> buildUnnamed7628() {
+core.Map<core.String, core.Object> buildUnnamed7682() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -666,7 +666,7 @@
return o;
}
-void checkUnnamed7628(core.Map<core.String, core.Object> o) {
+void checkUnnamed7682(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -698,17 +698,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7629() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7683() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7628());
- o.add(buildUnnamed7628());
+ o.add(buildUnnamed7682());
+ o.add(buildUnnamed7682());
return o;
}
-void checkUnnamed7629(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7683(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7628(o[0]);
- checkUnnamed7628(o[1]);
+ checkUnnamed7682(o[0]);
+ checkUnnamed7682(o[1]);
}
core.int buildCounterStatus = 0;
@@ -717,7 +717,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed7629();
+ o.details = buildUnnamed7683();
o.message = 'foo';
}
buildCounterStatus--;
@@ -731,7 +731,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed7629(o.details!);
+ checkUnnamed7683(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -786,14 +786,14 @@
buildCounterUploadRef--;
}
-core.List<core.String> buildUnnamed7630() {
+core.List<core.String> buildUnnamed7684() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7630(core.List<core.String> o) {
+void checkUnnamed7684(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1356,7 +1356,7 @@
var mock = HttpServerMock();
var res = api.StreetViewPublishApi(mock).photos;
var arg_languageCode = 'foo';
- var arg_photoIds = buildUnnamed7630();
+ var arg_photoIds = buildUnnamed7684();
var arg_view = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/tagmanager/v1_test.dart b/generated/googleapis/test/tagmanager/v1_test.dart
index 747dab7..508842a 100644
--- a/generated/googleapis/test/tagmanager/v1_test.dart
+++ b/generated/googleapis/test/tagmanager/v1_test.dart
@@ -61,14 +61,14 @@
buildCounterAccount--;
}
-core.List<core.String> buildUnnamed2495() {
+core.List<core.String> buildUnnamed2502() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2495(core.List<core.String> o) {
+void checkUnnamed2502(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -85,7 +85,7 @@
var o = api.AccountAccess();
buildCounterAccountAccess++;
if (buildCounterAccountAccess < 3) {
- o.permission = buildUnnamed2495();
+ o.permission = buildUnnamed2502();
}
buildCounterAccountAccess--;
return o;
@@ -94,19 +94,19 @@
void checkAccountAccess(api.AccountAccess o) {
buildCounterAccountAccess++;
if (buildCounterAccountAccess < 3) {
- checkUnnamed2495(o.permission!);
+ checkUnnamed2502(o.permission!);
}
buildCounterAccountAccess--;
}
-core.List<api.Parameter> buildUnnamed2496() {
+core.List<api.Parameter> buildUnnamed2503() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed2496(core.List<api.Parameter> o) {
+void checkUnnamed2503(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
@@ -117,7 +117,7 @@
var o = api.Condition();
buildCounterCondition++;
if (buildCounterCondition < 3) {
- o.parameter = buildUnnamed2496();
+ o.parameter = buildUnnamed2503();
o.type = 'foo';
}
buildCounterCondition--;
@@ -127,7 +127,7 @@
void checkCondition(api.Condition o) {
buildCounterCondition++;
if (buildCounterCondition < 3) {
- checkUnnamed2496(o.parameter!);
+ checkUnnamed2503(o.parameter!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -136,14 +136,14 @@
buildCounterCondition--;
}
-core.List<core.String> buildUnnamed2497() {
+core.List<core.String> buildUnnamed2504() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2497(core.List<core.String> o) {
+void checkUnnamed2504(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -155,14 +155,14 @@
);
}
-core.List<core.String> buildUnnamed2498() {
+core.List<core.String> buildUnnamed2505() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2498(core.List<core.String> o) {
+void checkUnnamed2505(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -174,14 +174,14 @@
);
}
-core.List<core.String> buildUnnamed2499() {
+core.List<core.String> buildUnnamed2506() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2499(core.List<core.String> o) {
+void checkUnnamed2506(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -200,15 +200,15 @@
if (buildCounterContainer < 3) {
o.accountId = 'foo';
o.containerId = 'foo';
- o.domainName = buildUnnamed2497();
- o.enabledBuiltInVariable = buildUnnamed2498();
+ o.domainName = buildUnnamed2504();
+ o.enabledBuiltInVariable = buildUnnamed2505();
o.fingerprint = 'foo';
o.name = 'foo';
o.notes = 'foo';
o.publicId = 'foo';
o.timeZoneCountryId = 'foo';
o.timeZoneId = 'foo';
- o.usageContext = buildUnnamed2499();
+ o.usageContext = buildUnnamed2506();
}
buildCounterContainer--;
return o;
@@ -225,8 +225,8 @@
o.containerId!,
unittest.equals('foo'),
);
- checkUnnamed2497(o.domainName!);
- checkUnnamed2498(o.enabledBuiltInVariable!);
+ checkUnnamed2504(o.domainName!);
+ checkUnnamed2505(o.enabledBuiltInVariable!);
unittest.expect(
o.fingerprint!,
unittest.equals('foo'),
@@ -251,19 +251,19 @@
o.timeZoneId!,
unittest.equals('foo'),
);
- checkUnnamed2499(o.usageContext!);
+ checkUnnamed2506(o.usageContext!);
}
buildCounterContainer--;
}
-core.List<core.String> buildUnnamed2500() {
+core.List<core.String> buildUnnamed2507() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2500(core.List<core.String> o) {
+void checkUnnamed2507(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -281,7 +281,7 @@
buildCounterContainerAccess++;
if (buildCounterContainerAccess < 3) {
o.containerId = 'foo';
- o.permission = buildUnnamed2500();
+ o.permission = buildUnnamed2507();
}
buildCounterContainerAccess--;
return o;
@@ -294,84 +294,84 @@
o.containerId!,
unittest.equals('foo'),
);
- checkUnnamed2500(o.permission!);
+ checkUnnamed2507(o.permission!);
}
buildCounterContainerAccess--;
}
-core.List<api.Folder> buildUnnamed2501() {
+core.List<api.Folder> buildUnnamed2508() {
var o = <api.Folder>[];
o.add(buildFolder());
o.add(buildFolder());
return o;
}
-void checkUnnamed2501(core.List<api.Folder> o) {
+void checkUnnamed2508(core.List<api.Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkFolder(o[0] as api.Folder);
checkFolder(o[1] as api.Folder);
}
-core.List<api.Macro> buildUnnamed2502() {
+core.List<api.Macro> buildUnnamed2509() {
var o = <api.Macro>[];
o.add(buildMacro());
o.add(buildMacro());
return o;
}
-void checkUnnamed2502(core.List<api.Macro> o) {
+void checkUnnamed2509(core.List<api.Macro> o) {
unittest.expect(o, unittest.hasLength(2));
checkMacro(o[0] as api.Macro);
checkMacro(o[1] as api.Macro);
}
-core.List<api.Rule> buildUnnamed2503() {
+core.List<api.Rule> buildUnnamed2510() {
var o = <api.Rule>[];
o.add(buildRule());
o.add(buildRule());
return o;
}
-void checkUnnamed2503(core.List<api.Rule> o) {
+void checkUnnamed2510(core.List<api.Rule> o) {
unittest.expect(o, unittest.hasLength(2));
checkRule(o[0] as api.Rule);
checkRule(o[1] as api.Rule);
}
-core.List<api.Tag> buildUnnamed2504() {
+core.List<api.Tag> buildUnnamed2511() {
var o = <api.Tag>[];
o.add(buildTag());
o.add(buildTag());
return o;
}
-void checkUnnamed2504(core.List<api.Tag> o) {
+void checkUnnamed2511(core.List<api.Tag> o) {
unittest.expect(o, unittest.hasLength(2));
checkTag(o[0] as api.Tag);
checkTag(o[1] as api.Tag);
}
-core.List<api.Trigger> buildUnnamed2505() {
+core.List<api.Trigger> buildUnnamed2512() {
var o = <api.Trigger>[];
o.add(buildTrigger());
o.add(buildTrigger());
return o;
}
-void checkUnnamed2505(core.List<api.Trigger> o) {
+void checkUnnamed2512(core.List<api.Trigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrigger(o[0] as api.Trigger);
checkTrigger(o[1] as api.Trigger);
}
-core.List<api.Variable> buildUnnamed2506() {
+core.List<api.Variable> buildUnnamed2513() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed2506(core.List<api.Variable> o) {
+void checkUnnamed2513(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
@@ -388,14 +388,14 @@
o.containerVersionId = 'foo';
o.deleted = true;
o.fingerprint = 'foo';
- o.folder = buildUnnamed2501();
- o.macro = buildUnnamed2502();
+ o.folder = buildUnnamed2508();
+ o.macro = buildUnnamed2509();
o.name = 'foo';
o.notes = 'foo';
- o.rule = buildUnnamed2503();
- o.tag = buildUnnamed2504();
- o.trigger = buildUnnamed2505();
- o.variable = buildUnnamed2506();
+ o.rule = buildUnnamed2510();
+ o.tag = buildUnnamed2511();
+ o.trigger = buildUnnamed2512();
+ o.variable = buildUnnamed2513();
}
buildCounterContainerVersion--;
return o;
@@ -422,8 +422,8 @@
o.fingerprint!,
unittest.equals('foo'),
);
- checkUnnamed2501(o.folder!);
- checkUnnamed2502(o.macro!);
+ checkUnnamed2508(o.folder!);
+ checkUnnamed2509(o.macro!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -432,10 +432,10 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed2503(o.rule!);
- checkUnnamed2504(o.tag!);
- checkUnnamed2505(o.trigger!);
- checkUnnamed2506(o.variable!);
+ checkUnnamed2510(o.rule!);
+ checkUnnamed2511(o.tag!);
+ checkUnnamed2512(o.trigger!);
+ checkUnnamed2513(o.variable!);
}
buildCounterContainerVersion--;
}
@@ -672,40 +672,40 @@
buildCounterFolder--;
}
-core.List<api.Tag> buildUnnamed2507() {
+core.List<api.Tag> buildUnnamed2514() {
var o = <api.Tag>[];
o.add(buildTag());
o.add(buildTag());
return o;
}
-void checkUnnamed2507(core.List<api.Tag> o) {
+void checkUnnamed2514(core.List<api.Tag> o) {
unittest.expect(o, unittest.hasLength(2));
checkTag(o[0] as api.Tag);
checkTag(o[1] as api.Tag);
}
-core.List<api.Trigger> buildUnnamed2508() {
+core.List<api.Trigger> buildUnnamed2515() {
var o = <api.Trigger>[];
o.add(buildTrigger());
o.add(buildTrigger());
return o;
}
-void checkUnnamed2508(core.List<api.Trigger> o) {
+void checkUnnamed2515(core.List<api.Trigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrigger(o[0] as api.Trigger);
checkTrigger(o[1] as api.Trigger);
}
-core.List<api.Variable> buildUnnamed2509() {
+core.List<api.Variable> buildUnnamed2516() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed2509(core.List<api.Variable> o) {
+void checkUnnamed2516(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
@@ -716,9 +716,9 @@
var o = api.FolderEntities();
buildCounterFolderEntities++;
if (buildCounterFolderEntities < 3) {
- o.tag = buildUnnamed2507();
- o.trigger = buildUnnamed2508();
- o.variable = buildUnnamed2509();
+ o.tag = buildUnnamed2514();
+ o.trigger = buildUnnamed2515();
+ o.variable = buildUnnamed2516();
}
buildCounterFolderEntities--;
return o;
@@ -727,21 +727,21 @@
void checkFolderEntities(api.FolderEntities o) {
buildCounterFolderEntities++;
if (buildCounterFolderEntities < 3) {
- checkUnnamed2507(o.tag!);
- checkUnnamed2508(o.trigger!);
- checkUnnamed2509(o.variable!);
+ checkUnnamed2514(o.tag!);
+ checkUnnamed2515(o.trigger!);
+ checkUnnamed2516(o.variable!);
}
buildCounterFolderEntities--;
}
-core.List<api.UserAccess> buildUnnamed2510() {
+core.List<api.UserAccess> buildUnnamed2517() {
var o = <api.UserAccess>[];
o.add(buildUserAccess());
o.add(buildUserAccess());
return o;
}
-void checkUnnamed2510(core.List<api.UserAccess> o) {
+void checkUnnamed2517(core.List<api.UserAccess> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserAccess(o[0] as api.UserAccess);
checkUserAccess(o[1] as api.UserAccess);
@@ -752,7 +752,7 @@
var o = api.ListAccountUsersResponse();
buildCounterListAccountUsersResponse++;
if (buildCounterListAccountUsersResponse < 3) {
- o.userAccess = buildUnnamed2510();
+ o.userAccess = buildUnnamed2517();
}
buildCounterListAccountUsersResponse--;
return o;
@@ -761,19 +761,19 @@
void checkListAccountUsersResponse(api.ListAccountUsersResponse o) {
buildCounterListAccountUsersResponse++;
if (buildCounterListAccountUsersResponse < 3) {
- checkUnnamed2510(o.userAccess!);
+ checkUnnamed2517(o.userAccess!);
}
buildCounterListAccountUsersResponse--;
}
-core.List<api.Account> buildUnnamed2511() {
+core.List<api.Account> buildUnnamed2518() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed2511(core.List<api.Account> o) {
+void checkUnnamed2518(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -784,7 +784,7 @@
var o = api.ListAccountsResponse();
buildCounterListAccountsResponse++;
if (buildCounterListAccountsResponse < 3) {
- o.accounts = buildUnnamed2511();
+ o.accounts = buildUnnamed2518();
}
buildCounterListAccountsResponse--;
return o;
@@ -793,32 +793,32 @@
void checkListAccountsResponse(api.ListAccountsResponse o) {
buildCounterListAccountsResponse++;
if (buildCounterListAccountsResponse < 3) {
- checkUnnamed2511(o.accounts!);
+ checkUnnamed2518(o.accounts!);
}
buildCounterListAccountsResponse--;
}
-core.List<api.ContainerVersion> buildUnnamed2512() {
+core.List<api.ContainerVersion> buildUnnamed2519() {
var o = <api.ContainerVersion>[];
o.add(buildContainerVersion());
o.add(buildContainerVersion());
return o;
}
-void checkUnnamed2512(core.List<api.ContainerVersion> o) {
+void checkUnnamed2519(core.List<api.ContainerVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkContainerVersion(o[0] as api.ContainerVersion);
checkContainerVersion(o[1] as api.ContainerVersion);
}
-core.List<api.ContainerVersionHeader> buildUnnamed2513() {
+core.List<api.ContainerVersionHeader> buildUnnamed2520() {
var o = <api.ContainerVersionHeader>[];
o.add(buildContainerVersionHeader());
o.add(buildContainerVersionHeader());
return o;
}
-void checkUnnamed2513(core.List<api.ContainerVersionHeader> o) {
+void checkUnnamed2520(core.List<api.ContainerVersionHeader> o) {
unittest.expect(o, unittest.hasLength(2));
checkContainerVersionHeader(o[0] as api.ContainerVersionHeader);
checkContainerVersionHeader(o[1] as api.ContainerVersionHeader);
@@ -829,8 +829,8 @@
var o = api.ListContainerVersionsResponse();
buildCounterListContainerVersionsResponse++;
if (buildCounterListContainerVersionsResponse < 3) {
- o.containerVersion = buildUnnamed2512();
- o.containerVersionHeader = buildUnnamed2513();
+ o.containerVersion = buildUnnamed2519();
+ o.containerVersionHeader = buildUnnamed2520();
}
buildCounterListContainerVersionsResponse--;
return o;
@@ -839,20 +839,20 @@
void checkListContainerVersionsResponse(api.ListContainerVersionsResponse o) {
buildCounterListContainerVersionsResponse++;
if (buildCounterListContainerVersionsResponse < 3) {
- checkUnnamed2512(o.containerVersion!);
- checkUnnamed2513(o.containerVersionHeader!);
+ checkUnnamed2519(o.containerVersion!);
+ checkUnnamed2520(o.containerVersionHeader!);
}
buildCounterListContainerVersionsResponse--;
}
-core.List<api.Container> buildUnnamed2514() {
+core.List<api.Container> buildUnnamed2521() {
var o = <api.Container>[];
o.add(buildContainer());
o.add(buildContainer());
return o;
}
-void checkUnnamed2514(core.List<api.Container> o) {
+void checkUnnamed2521(core.List<api.Container> o) {
unittest.expect(o, unittest.hasLength(2));
checkContainer(o[0] as api.Container);
checkContainer(o[1] as api.Container);
@@ -863,7 +863,7 @@
var o = api.ListContainersResponse();
buildCounterListContainersResponse++;
if (buildCounterListContainersResponse < 3) {
- o.containers = buildUnnamed2514();
+ o.containers = buildUnnamed2521();
}
buildCounterListContainersResponse--;
return o;
@@ -872,19 +872,19 @@
void checkListContainersResponse(api.ListContainersResponse o) {
buildCounterListContainersResponse++;
if (buildCounterListContainersResponse < 3) {
- checkUnnamed2514(o.containers!);
+ checkUnnamed2521(o.containers!);
}
buildCounterListContainersResponse--;
}
-core.List<api.Environment> buildUnnamed2515() {
+core.List<api.Environment> buildUnnamed2522() {
var o = <api.Environment>[];
o.add(buildEnvironment());
o.add(buildEnvironment());
return o;
}
-void checkUnnamed2515(core.List<api.Environment> o) {
+void checkUnnamed2522(core.List<api.Environment> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnvironment(o[0] as api.Environment);
checkEnvironment(o[1] as api.Environment);
@@ -895,7 +895,7 @@
var o = api.ListEnvironmentsResponse();
buildCounterListEnvironmentsResponse++;
if (buildCounterListEnvironmentsResponse < 3) {
- o.environments = buildUnnamed2515();
+ o.environments = buildUnnamed2522();
}
buildCounterListEnvironmentsResponse--;
return o;
@@ -904,19 +904,19 @@
void checkListEnvironmentsResponse(api.ListEnvironmentsResponse o) {
buildCounterListEnvironmentsResponse++;
if (buildCounterListEnvironmentsResponse < 3) {
- checkUnnamed2515(o.environments!);
+ checkUnnamed2522(o.environments!);
}
buildCounterListEnvironmentsResponse--;
}
-core.List<api.Folder> buildUnnamed2516() {
+core.List<api.Folder> buildUnnamed2523() {
var o = <api.Folder>[];
o.add(buildFolder());
o.add(buildFolder());
return o;
}
-void checkUnnamed2516(core.List<api.Folder> o) {
+void checkUnnamed2523(core.List<api.Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkFolder(o[0] as api.Folder);
checkFolder(o[1] as api.Folder);
@@ -927,7 +927,7 @@
var o = api.ListFoldersResponse();
buildCounterListFoldersResponse++;
if (buildCounterListFoldersResponse < 3) {
- o.folders = buildUnnamed2516();
+ o.folders = buildUnnamed2523();
}
buildCounterListFoldersResponse--;
return o;
@@ -936,19 +936,19 @@
void checkListFoldersResponse(api.ListFoldersResponse o) {
buildCounterListFoldersResponse++;
if (buildCounterListFoldersResponse < 3) {
- checkUnnamed2516(o.folders!);
+ checkUnnamed2523(o.folders!);
}
buildCounterListFoldersResponse--;
}
-core.List<api.Tag> buildUnnamed2517() {
+core.List<api.Tag> buildUnnamed2524() {
var o = <api.Tag>[];
o.add(buildTag());
o.add(buildTag());
return o;
}
-void checkUnnamed2517(core.List<api.Tag> o) {
+void checkUnnamed2524(core.List<api.Tag> o) {
unittest.expect(o, unittest.hasLength(2));
checkTag(o[0] as api.Tag);
checkTag(o[1] as api.Tag);
@@ -959,7 +959,7 @@
var o = api.ListTagsResponse();
buildCounterListTagsResponse++;
if (buildCounterListTagsResponse < 3) {
- o.tags = buildUnnamed2517();
+ o.tags = buildUnnamed2524();
}
buildCounterListTagsResponse--;
return o;
@@ -968,19 +968,19 @@
void checkListTagsResponse(api.ListTagsResponse o) {
buildCounterListTagsResponse++;
if (buildCounterListTagsResponse < 3) {
- checkUnnamed2517(o.tags!);
+ checkUnnamed2524(o.tags!);
}
buildCounterListTagsResponse--;
}
-core.List<api.Trigger> buildUnnamed2518() {
+core.List<api.Trigger> buildUnnamed2525() {
var o = <api.Trigger>[];
o.add(buildTrigger());
o.add(buildTrigger());
return o;
}
-void checkUnnamed2518(core.List<api.Trigger> o) {
+void checkUnnamed2525(core.List<api.Trigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrigger(o[0] as api.Trigger);
checkTrigger(o[1] as api.Trigger);
@@ -991,7 +991,7 @@
var o = api.ListTriggersResponse();
buildCounterListTriggersResponse++;
if (buildCounterListTriggersResponse < 3) {
- o.triggers = buildUnnamed2518();
+ o.triggers = buildUnnamed2525();
}
buildCounterListTriggersResponse--;
return o;
@@ -1000,19 +1000,19 @@
void checkListTriggersResponse(api.ListTriggersResponse o) {
buildCounterListTriggersResponse++;
if (buildCounterListTriggersResponse < 3) {
- checkUnnamed2518(o.triggers!);
+ checkUnnamed2525(o.triggers!);
}
buildCounterListTriggersResponse--;
}
-core.List<api.Variable> buildUnnamed2519() {
+core.List<api.Variable> buildUnnamed2526() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed2519(core.List<api.Variable> o) {
+void checkUnnamed2526(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
@@ -1023,7 +1023,7 @@
var o = api.ListVariablesResponse();
buildCounterListVariablesResponse++;
if (buildCounterListVariablesResponse < 3) {
- o.variables = buildUnnamed2519();
+ o.variables = buildUnnamed2526();
}
buildCounterListVariablesResponse--;
return o;
@@ -1032,19 +1032,19 @@
void checkListVariablesResponse(api.ListVariablesResponse o) {
buildCounterListVariablesResponse++;
if (buildCounterListVariablesResponse < 3) {
- checkUnnamed2519(o.variables!);
+ checkUnnamed2526(o.variables!);
}
buildCounterListVariablesResponse--;
}
-core.List<core.String> buildUnnamed2520() {
+core.List<core.String> buildUnnamed2527() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2520(core.List<core.String> o) {
+void checkUnnamed2527(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1056,14 +1056,14 @@
);
}
-core.List<core.String> buildUnnamed2521() {
+core.List<core.String> buildUnnamed2528() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2521(core.List<core.String> o) {
+void checkUnnamed2528(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1075,14 +1075,14 @@
);
}
-core.List<api.Parameter> buildUnnamed2522() {
+core.List<api.Parameter> buildUnnamed2529() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed2522(core.List<api.Parameter> o) {
+void checkUnnamed2529(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
@@ -1095,13 +1095,13 @@
if (buildCounterMacro < 3) {
o.accountId = 'foo';
o.containerId = 'foo';
- o.disablingRuleId = buildUnnamed2520();
- o.enablingRuleId = buildUnnamed2521();
+ o.disablingRuleId = buildUnnamed2527();
+ o.enablingRuleId = buildUnnamed2528();
o.fingerprint = 'foo';
o.macroId = 'foo';
o.name = 'foo';
o.notes = 'foo';
- o.parameter = buildUnnamed2522();
+ o.parameter = buildUnnamed2529();
o.parentFolderId = 'foo';
o.scheduleEndMs = 'foo';
o.scheduleStartMs = 'foo';
@@ -1122,8 +1122,8 @@
o.containerId!,
unittest.equals('foo'),
);
- checkUnnamed2520(o.disablingRuleId!);
- checkUnnamed2521(o.enablingRuleId!);
+ checkUnnamed2527(o.disablingRuleId!);
+ checkUnnamed2528(o.enablingRuleId!);
unittest.expect(
o.fingerprint!,
unittest.equals('foo'),
@@ -1140,7 +1140,7 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed2522(o.parameter!);
+ checkUnnamed2529(o.parameter!);
unittest.expect(
o.parentFolderId!,
unittest.equals('foo'),
@@ -1161,27 +1161,27 @@
buildCounterMacro--;
}
-core.List<api.Parameter> buildUnnamed2523() {
+core.List<api.Parameter> buildUnnamed2530() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed2523(core.List<api.Parameter> o) {
+void checkUnnamed2530(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
}
-core.List<api.Parameter> buildUnnamed2524() {
+core.List<api.Parameter> buildUnnamed2531() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed2524(core.List<api.Parameter> o) {
+void checkUnnamed2531(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
@@ -1193,8 +1193,8 @@
buildCounterParameter++;
if (buildCounterParameter < 3) {
o.key = 'foo';
- o.list = buildUnnamed2523();
- o.map = buildUnnamed2524();
+ o.list = buildUnnamed2530();
+ o.map = buildUnnamed2531();
o.type = 'foo';
o.value = 'foo';
}
@@ -1209,8 +1209,8 @@
o.key!,
unittest.equals('foo'),
);
- checkUnnamed2523(o.list!);
- checkUnnamed2524(o.map!);
+ checkUnnamed2530(o.list!);
+ checkUnnamed2531(o.map!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -1245,14 +1245,14 @@
buildCounterPublishContainerVersionResponse--;
}
-core.List<api.Condition> buildUnnamed2525() {
+core.List<api.Condition> buildUnnamed2532() {
var o = <api.Condition>[];
o.add(buildCondition());
o.add(buildCondition());
return o;
}
-void checkUnnamed2525(core.List<api.Condition> o) {
+void checkUnnamed2532(core.List<api.Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkCondition(o[0] as api.Condition);
checkCondition(o[1] as api.Condition);
@@ -1264,7 +1264,7 @@
buildCounterRule++;
if (buildCounterRule < 3) {
o.accountId = 'foo';
- o.condition = buildUnnamed2525();
+ o.condition = buildUnnamed2532();
o.containerId = 'foo';
o.fingerprint = 'foo';
o.name = 'foo';
@@ -1282,7 +1282,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed2525(o.condition!);
+ checkUnnamed2532(o.condition!);
unittest.expect(
o.containerId!,
unittest.equals('foo'),
@@ -1331,14 +1331,14 @@
buildCounterSetupTag--;
}
-core.List<core.String> buildUnnamed2526() {
+core.List<core.String> buildUnnamed2533() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2526(core.List<core.String> o) {
+void checkUnnamed2533(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1350,14 +1350,14 @@
);
}
-core.List<core.String> buildUnnamed2527() {
+core.List<core.String> buildUnnamed2534() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2527(core.List<core.String> o) {
+void checkUnnamed2534(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1369,14 +1369,14 @@
);
}
-core.List<core.String> buildUnnamed2528() {
+core.List<core.String> buildUnnamed2535() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2528(core.List<core.String> o) {
+void checkUnnamed2535(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1388,14 +1388,14 @@
);
}
-core.List<core.String> buildUnnamed2529() {
+core.List<core.String> buildUnnamed2536() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2529(core.List<core.String> o) {
+void checkUnnamed2536(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1407,40 +1407,40 @@
);
}
-core.List<api.Parameter> buildUnnamed2530() {
+core.List<api.Parameter> buildUnnamed2537() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed2530(core.List<api.Parameter> o) {
+void checkUnnamed2537(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
}
-core.List<api.SetupTag> buildUnnamed2531() {
+core.List<api.SetupTag> buildUnnamed2538() {
var o = <api.SetupTag>[];
o.add(buildSetupTag());
o.add(buildSetupTag());
return o;
}
-void checkUnnamed2531(core.List<api.SetupTag> o) {
+void checkUnnamed2538(core.List<api.SetupTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkSetupTag(o[0] as api.SetupTag);
checkSetupTag(o[1] as api.SetupTag);
}
-core.List<api.TeardownTag> buildUnnamed2532() {
+core.List<api.TeardownTag> buildUnnamed2539() {
var o = <api.TeardownTag>[];
o.add(buildTeardownTag());
o.add(buildTeardownTag());
return o;
}
-void checkUnnamed2532(core.List<api.TeardownTag> o) {
+void checkUnnamed2539(core.List<api.TeardownTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkTeardownTag(o[0] as api.TeardownTag);
checkTeardownTag(o[1] as api.TeardownTag);
@@ -1452,25 +1452,25 @@
buildCounterTag++;
if (buildCounterTag < 3) {
o.accountId = 'foo';
- o.blockingRuleId = buildUnnamed2526();
- o.blockingTriggerId = buildUnnamed2527();
+ o.blockingRuleId = buildUnnamed2533();
+ o.blockingTriggerId = buildUnnamed2534();
o.containerId = 'foo';
o.fingerprint = 'foo';
- o.firingRuleId = buildUnnamed2528();
- o.firingTriggerId = buildUnnamed2529();
+ o.firingRuleId = buildUnnamed2535();
+ o.firingTriggerId = buildUnnamed2536();
o.liveOnly = true;
o.name = 'foo';
o.notes = 'foo';
- o.parameter = buildUnnamed2530();
+ o.parameter = buildUnnamed2537();
o.parentFolderId = 'foo';
o.paused = true;
o.priority = buildParameter();
o.scheduleEndMs = 'foo';
o.scheduleStartMs = 'foo';
- o.setupTag = buildUnnamed2531();
+ o.setupTag = buildUnnamed2538();
o.tagFiringOption = 'foo';
o.tagId = 'foo';
- o.teardownTag = buildUnnamed2532();
+ o.teardownTag = buildUnnamed2539();
o.type = 'foo';
}
buildCounterTag--;
@@ -1484,8 +1484,8 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed2526(o.blockingRuleId!);
- checkUnnamed2527(o.blockingTriggerId!);
+ checkUnnamed2533(o.blockingRuleId!);
+ checkUnnamed2534(o.blockingTriggerId!);
unittest.expect(
o.containerId!,
unittest.equals('foo'),
@@ -1494,8 +1494,8 @@
o.fingerprint!,
unittest.equals('foo'),
);
- checkUnnamed2528(o.firingRuleId!);
- checkUnnamed2529(o.firingTriggerId!);
+ checkUnnamed2535(o.firingRuleId!);
+ checkUnnamed2536(o.firingTriggerId!);
unittest.expect(o.liveOnly!, unittest.isTrue);
unittest.expect(
o.name!,
@@ -1505,7 +1505,7 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed2530(o.parameter!);
+ checkUnnamed2537(o.parameter!);
unittest.expect(
o.parentFolderId!,
unittest.equals('foo'),
@@ -1520,7 +1520,7 @@
o.scheduleStartMs!,
unittest.equals('foo'),
);
- checkUnnamed2531(o.setupTag!);
+ checkUnnamed2538(o.setupTag!);
unittest.expect(
o.tagFiringOption!,
unittest.equals('foo'),
@@ -1529,7 +1529,7 @@
o.tagId!,
unittest.equals('foo'),
);
- checkUnnamed2532(o.teardownTag!);
+ checkUnnamed2539(o.teardownTag!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -1562,53 +1562,53 @@
buildCounterTeardownTag--;
}
-core.List<api.Condition> buildUnnamed2533() {
+core.List<api.Condition> buildUnnamed2540() {
var o = <api.Condition>[];
o.add(buildCondition());
o.add(buildCondition());
return o;
}
-void checkUnnamed2533(core.List<api.Condition> o) {
+void checkUnnamed2540(core.List<api.Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkCondition(o[0] as api.Condition);
checkCondition(o[1] as api.Condition);
}
-core.List<api.Condition> buildUnnamed2534() {
+core.List<api.Condition> buildUnnamed2541() {
var o = <api.Condition>[];
o.add(buildCondition());
o.add(buildCondition());
return o;
}
-void checkUnnamed2534(core.List<api.Condition> o) {
+void checkUnnamed2541(core.List<api.Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkCondition(o[0] as api.Condition);
checkCondition(o[1] as api.Condition);
}
-core.List<api.Condition> buildUnnamed2535() {
+core.List<api.Condition> buildUnnamed2542() {
var o = <api.Condition>[];
o.add(buildCondition());
o.add(buildCondition());
return o;
}
-void checkUnnamed2535(core.List<api.Condition> o) {
+void checkUnnamed2542(core.List<api.Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkCondition(o[0] as api.Condition);
checkCondition(o[1] as api.Condition);
}
-core.List<api.Parameter> buildUnnamed2536() {
+core.List<api.Parameter> buildUnnamed2543() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed2536(core.List<api.Parameter> o) {
+void checkUnnamed2543(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
@@ -1620,13 +1620,13 @@
buildCounterTrigger++;
if (buildCounterTrigger < 3) {
o.accountId = 'foo';
- o.autoEventFilter = buildUnnamed2533();
+ o.autoEventFilter = buildUnnamed2540();
o.checkValidation = buildParameter();
o.containerId = 'foo';
o.continuousTimeMinMilliseconds = buildParameter();
- o.customEventFilter = buildUnnamed2534();
+ o.customEventFilter = buildUnnamed2541();
o.eventName = buildParameter();
- o.filter = buildUnnamed2535();
+ o.filter = buildUnnamed2542();
o.fingerprint = 'foo';
o.horizontalScrollPercentageList = buildParameter();
o.interval = buildParameter();
@@ -1634,7 +1634,7 @@
o.limit = buildParameter();
o.maxTimerLengthSeconds = buildParameter();
o.name = 'foo';
- o.parameter = buildUnnamed2536();
+ o.parameter = buildUnnamed2543();
o.parentFolderId = 'foo';
o.selector = buildParameter();
o.totalTimeMinMilliseconds = buildParameter();
@@ -1659,16 +1659,16 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed2533(o.autoEventFilter!);
+ checkUnnamed2540(o.autoEventFilter!);
checkParameter(o.checkValidation! as api.Parameter);
unittest.expect(
o.containerId!,
unittest.equals('foo'),
);
checkParameter(o.continuousTimeMinMilliseconds! as api.Parameter);
- checkUnnamed2534(o.customEventFilter!);
+ checkUnnamed2541(o.customEventFilter!);
checkParameter(o.eventName! as api.Parameter);
- checkUnnamed2535(o.filter!);
+ checkUnnamed2542(o.filter!);
unittest.expect(
o.fingerprint!,
unittest.equals('foo'),
@@ -1682,7 +1682,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2536(o.parameter!);
+ checkUnnamed2543(o.parameter!);
unittest.expect(
o.parentFolderId!,
unittest.equals('foo'),
@@ -1708,14 +1708,14 @@
buildCounterTrigger--;
}
-core.List<api.ContainerAccess> buildUnnamed2537() {
+core.List<api.ContainerAccess> buildUnnamed2544() {
var o = <api.ContainerAccess>[];
o.add(buildContainerAccess());
o.add(buildContainerAccess());
return o;
}
-void checkUnnamed2537(core.List<api.ContainerAccess> o) {
+void checkUnnamed2544(core.List<api.ContainerAccess> o) {
unittest.expect(o, unittest.hasLength(2));
checkContainerAccess(o[0] as api.ContainerAccess);
checkContainerAccess(o[1] as api.ContainerAccess);
@@ -1728,7 +1728,7 @@
if (buildCounterUserAccess < 3) {
o.accountAccess = buildAccountAccess();
o.accountId = 'foo';
- o.containerAccess = buildUnnamed2537();
+ o.containerAccess = buildUnnamed2544();
o.emailAddress = 'foo';
o.permissionId = 'foo';
}
@@ -1744,7 +1744,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed2537(o.containerAccess!);
+ checkUnnamed2544(o.containerAccess!);
unittest.expect(
o.emailAddress!,
unittest.equals('foo'),
@@ -1757,14 +1757,14 @@
buildCounterUserAccess--;
}
-core.List<core.String> buildUnnamed2538() {
+core.List<core.String> buildUnnamed2545() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2538(core.List<core.String> o) {
+void checkUnnamed2545(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1776,14 +1776,14 @@
);
}
-core.List<core.String> buildUnnamed2539() {
+core.List<core.String> buildUnnamed2546() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2539(core.List<core.String> o) {
+void checkUnnamed2546(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1795,14 +1795,14 @@
);
}
-core.List<api.Parameter> buildUnnamed2540() {
+core.List<api.Parameter> buildUnnamed2547() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed2540(core.List<api.Parameter> o) {
+void checkUnnamed2547(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
@@ -1815,12 +1815,12 @@
if (buildCounterVariable < 3) {
o.accountId = 'foo';
o.containerId = 'foo';
- o.disablingTriggerId = buildUnnamed2538();
- o.enablingTriggerId = buildUnnamed2539();
+ o.disablingTriggerId = buildUnnamed2545();
+ o.enablingTriggerId = buildUnnamed2546();
o.fingerprint = 'foo';
o.name = 'foo';
o.notes = 'foo';
- o.parameter = buildUnnamed2540();
+ o.parameter = buildUnnamed2547();
o.parentFolderId = 'foo';
o.scheduleEndMs = 'foo';
o.scheduleStartMs = 'foo';
@@ -1842,8 +1842,8 @@
o.containerId!,
unittest.equals('foo'),
);
- checkUnnamed2538(o.disablingTriggerId!);
- checkUnnamed2539(o.enablingTriggerId!);
+ checkUnnamed2545(o.disablingTriggerId!);
+ checkUnnamed2546(o.enablingTriggerId!);
unittest.expect(
o.fingerprint!,
unittest.equals('foo'),
@@ -1856,7 +1856,7 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed2540(o.parameter!);
+ checkUnnamed2547(o.parameter!);
unittest.expect(
o.parentFolderId!,
unittest.equals('foo'),
@@ -1881,14 +1881,14 @@
buildCounterVariable--;
}
-core.List<core.String> buildUnnamed2541() {
+core.List<core.String> buildUnnamed2548() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2541(core.List<core.String> o) {
+void checkUnnamed2548(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1900,14 +1900,14 @@
);
}
-core.List<core.String> buildUnnamed2542() {
+core.List<core.String> buildUnnamed2549() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2542(core.List<core.String> o) {
+void checkUnnamed2549(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1919,14 +1919,14 @@
);
}
-core.List<core.String> buildUnnamed2543() {
+core.List<core.String> buildUnnamed2550() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2543(core.List<core.String> o) {
+void checkUnnamed2550(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -3790,9 +3790,9 @@
var arg_accountId = 'foo';
var arg_containerId = 'foo';
var arg_folderId = 'foo';
- var arg_tagId = buildUnnamed2541();
- var arg_triggerId = buildUnnamed2542();
- var arg_variableId = buildUnnamed2543();
+ var arg_tagId = buildUnnamed2548();
+ var arg_triggerId = buildUnnamed2549();
+ var arg_variableId = buildUnnamed2550();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
diff --git a/generated/googleapis/test/tagmanager/v2_test.dart b/generated/googleapis/test/tagmanager/v2_test.dart
index 1dfe64a..ed68f4a 100644
--- a/generated/googleapis/test/tagmanager/v2_test.dart
+++ b/generated/googleapis/test/tagmanager/v2_test.dart
@@ -140,14 +140,14 @@
buildCounterBuiltInVariable--;
}
-core.List<api.Parameter> buildUnnamed5673() {
+core.List<api.Parameter> buildUnnamed5724() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed5673(core.List<api.Parameter> o) {
+void checkUnnamed5724(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
@@ -164,7 +164,7 @@
o.fingerprint = 'foo';
o.name = 'foo';
o.notes = 'foo';
- o.parameter = buildUnnamed5673();
+ o.parameter = buildUnnamed5724();
o.parentFolderId = 'foo';
o.path = 'foo';
o.priority = 42;
@@ -203,7 +203,7 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed5673(o.parameter!);
+ checkUnnamed5724(o.parameter!);
unittest.expect(
o.parentFolderId!,
unittest.equals('foo'),
@@ -232,14 +232,14 @@
buildCounterClient--;
}
-core.List<api.Parameter> buildUnnamed5674() {
+core.List<api.Parameter> buildUnnamed5725() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed5674(core.List<api.Parameter> o) {
+void checkUnnamed5725(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
@@ -250,7 +250,7 @@
var o = api.Condition();
buildCounterCondition++;
if (buildCounterCondition < 3) {
- o.parameter = buildUnnamed5674();
+ o.parameter = buildUnnamed5725();
o.type = 'foo';
}
buildCounterCondition--;
@@ -260,7 +260,7 @@
void checkCondition(api.Condition o) {
buildCounterCondition++;
if (buildCounterCondition < 3) {
- checkUnnamed5674(o.parameter!);
+ checkUnnamed5725(o.parameter!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -269,14 +269,14 @@
buildCounterCondition--;
}
-core.List<core.String> buildUnnamed5675() {
+core.List<core.String> buildUnnamed5726() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5675(core.List<core.String> o) {
+void checkUnnamed5726(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -288,14 +288,14 @@
);
}
-core.List<core.String> buildUnnamed5676() {
+core.List<core.String> buildUnnamed5727() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5676(core.List<core.String> o) {
+void checkUnnamed5727(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -314,14 +314,14 @@
if (buildCounterContainer < 3) {
o.accountId = 'foo';
o.containerId = 'foo';
- o.domainName = buildUnnamed5675();
+ o.domainName = buildUnnamed5726();
o.fingerprint = 'foo';
o.name = 'foo';
o.notes = 'foo';
o.path = 'foo';
o.publicId = 'foo';
o.tagManagerUrl = 'foo';
- o.usageContext = buildUnnamed5676();
+ o.usageContext = buildUnnamed5727();
}
buildCounterContainer--;
return o;
@@ -338,7 +338,7 @@
o.containerId!,
unittest.equals('foo'),
);
- checkUnnamed5675(o.domainName!);
+ checkUnnamed5726(o.domainName!);
unittest.expect(
o.fingerprint!,
unittest.equals('foo'),
@@ -363,7 +363,7 @@
o.tagManagerUrl!,
unittest.equals('foo'),
);
- checkUnnamed5676(o.usageContext!);
+ checkUnnamed5727(o.usageContext!);
}
buildCounterContainer--;
}
@@ -395,105 +395,105 @@
buildCounterContainerAccess--;
}
-core.List<api.BuiltInVariable> buildUnnamed5677() {
+core.List<api.BuiltInVariable> buildUnnamed5728() {
var o = <api.BuiltInVariable>[];
o.add(buildBuiltInVariable());
o.add(buildBuiltInVariable());
return o;
}
-void checkUnnamed5677(core.List<api.BuiltInVariable> o) {
+void checkUnnamed5728(core.List<api.BuiltInVariable> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuiltInVariable(o[0] as api.BuiltInVariable);
checkBuiltInVariable(o[1] as api.BuiltInVariable);
}
-core.List<api.Client> buildUnnamed5678() {
+core.List<api.Client> buildUnnamed5729() {
var o = <api.Client>[];
o.add(buildClient());
o.add(buildClient());
return o;
}
-void checkUnnamed5678(core.List<api.Client> o) {
+void checkUnnamed5729(core.List<api.Client> o) {
unittest.expect(o, unittest.hasLength(2));
checkClient(o[0] as api.Client);
checkClient(o[1] as api.Client);
}
-core.List<api.CustomTemplate> buildUnnamed5679() {
+core.List<api.CustomTemplate> buildUnnamed5730() {
var o = <api.CustomTemplate>[];
o.add(buildCustomTemplate());
o.add(buildCustomTemplate());
return o;
}
-void checkUnnamed5679(core.List<api.CustomTemplate> o) {
+void checkUnnamed5730(core.List<api.CustomTemplate> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomTemplate(o[0] as api.CustomTemplate);
checkCustomTemplate(o[1] as api.CustomTemplate);
}
-core.List<api.Folder> buildUnnamed5680() {
+core.List<api.Folder> buildUnnamed5731() {
var o = <api.Folder>[];
o.add(buildFolder());
o.add(buildFolder());
return o;
}
-void checkUnnamed5680(core.List<api.Folder> o) {
+void checkUnnamed5731(core.List<api.Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkFolder(o[0] as api.Folder);
checkFolder(o[1] as api.Folder);
}
-core.List<api.Tag> buildUnnamed5681() {
+core.List<api.Tag> buildUnnamed5732() {
var o = <api.Tag>[];
o.add(buildTag());
o.add(buildTag());
return o;
}
-void checkUnnamed5681(core.List<api.Tag> o) {
+void checkUnnamed5732(core.List<api.Tag> o) {
unittest.expect(o, unittest.hasLength(2));
checkTag(o[0] as api.Tag);
checkTag(o[1] as api.Tag);
}
-core.List<api.Trigger> buildUnnamed5682() {
+core.List<api.Trigger> buildUnnamed5733() {
var o = <api.Trigger>[];
o.add(buildTrigger());
o.add(buildTrigger());
return o;
}
-void checkUnnamed5682(core.List<api.Trigger> o) {
+void checkUnnamed5733(core.List<api.Trigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrigger(o[0] as api.Trigger);
checkTrigger(o[1] as api.Trigger);
}
-core.List<api.Variable> buildUnnamed5683() {
+core.List<api.Variable> buildUnnamed5734() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed5683(core.List<api.Variable> o) {
+void checkUnnamed5734(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
}
-core.List<api.Zone> buildUnnamed5684() {
+core.List<api.Zone> buildUnnamed5735() {
var o = <api.Zone>[];
o.add(buildZone());
o.add(buildZone());
return o;
}
-void checkUnnamed5684(core.List<api.Zone> o) {
+void checkUnnamed5735(core.List<api.Zone> o) {
unittest.expect(o, unittest.hasLength(2));
checkZone(o[0] as api.Zone);
checkZone(o[1] as api.Zone);
@@ -505,23 +505,23 @@
buildCounterContainerVersion++;
if (buildCounterContainerVersion < 3) {
o.accountId = 'foo';
- o.builtInVariable = buildUnnamed5677();
- o.client = buildUnnamed5678();
+ o.builtInVariable = buildUnnamed5728();
+ o.client = buildUnnamed5729();
o.container = buildContainer();
o.containerId = 'foo';
o.containerVersionId = 'foo';
- o.customTemplate = buildUnnamed5679();
+ o.customTemplate = buildUnnamed5730();
o.deleted = true;
o.description = 'foo';
o.fingerprint = 'foo';
- o.folder = buildUnnamed5680();
+ o.folder = buildUnnamed5731();
o.name = 'foo';
o.path = 'foo';
- o.tag = buildUnnamed5681();
+ o.tag = buildUnnamed5732();
o.tagManagerUrl = 'foo';
- o.trigger = buildUnnamed5682();
- o.variable = buildUnnamed5683();
- o.zone = buildUnnamed5684();
+ o.trigger = buildUnnamed5733();
+ o.variable = buildUnnamed5734();
+ o.zone = buildUnnamed5735();
}
buildCounterContainerVersion--;
return o;
@@ -534,8 +534,8 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed5677(o.builtInVariable!);
- checkUnnamed5678(o.client!);
+ checkUnnamed5728(o.builtInVariable!);
+ checkUnnamed5729(o.client!);
checkContainer(o.container! as api.Container);
unittest.expect(
o.containerId!,
@@ -545,7 +545,7 @@
o.containerVersionId!,
unittest.equals('foo'),
);
- checkUnnamed5679(o.customTemplate!);
+ checkUnnamed5730(o.customTemplate!);
unittest.expect(o.deleted!, unittest.isTrue);
unittest.expect(
o.description!,
@@ -555,7 +555,7 @@
o.fingerprint!,
unittest.equals('foo'),
);
- checkUnnamed5680(o.folder!);
+ checkUnnamed5731(o.folder!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -564,14 +564,14 @@
o.path!,
unittest.equals('foo'),
);
- checkUnnamed5681(o.tag!);
+ checkUnnamed5732(o.tag!);
unittest.expect(
o.tagManagerUrl!,
unittest.equals('foo'),
);
- checkUnnamed5682(o.trigger!);
- checkUnnamed5683(o.variable!);
- checkUnnamed5684(o.zone!);
+ checkUnnamed5733(o.trigger!);
+ checkUnnamed5734(o.variable!);
+ checkUnnamed5735(o.zone!);
}
buildCounterContainerVersion--;
}
@@ -660,14 +660,14 @@
buildCounterContainerVersionHeader--;
}
-core.List<api.BuiltInVariable> buildUnnamed5685() {
+core.List<api.BuiltInVariable> buildUnnamed5736() {
var o = <api.BuiltInVariable>[];
o.add(buildBuiltInVariable());
o.add(buildBuiltInVariable());
return o;
}
-void checkUnnamed5685(core.List<api.BuiltInVariable> o) {
+void checkUnnamed5736(core.List<api.BuiltInVariable> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuiltInVariable(o[0] as api.BuiltInVariable);
checkBuiltInVariable(o[1] as api.BuiltInVariable);
@@ -678,7 +678,7 @@
var o = api.CreateBuiltInVariableResponse();
buildCounterCreateBuiltInVariableResponse++;
if (buildCounterCreateBuiltInVariableResponse < 3) {
- o.builtInVariable = buildUnnamed5685();
+ o.builtInVariable = buildUnnamed5736();
}
buildCounterCreateBuiltInVariableResponse--;
return o;
@@ -687,7 +687,7 @@
void checkCreateBuiltInVariableResponse(api.CreateBuiltInVariableResponse o) {
buildCounterCreateBuiltInVariableResponse++;
if (buildCounterCreateBuiltInVariableResponse < 3) {
- checkUnnamed5685(o.builtInVariable!);
+ checkUnnamed5736(o.builtInVariable!);
}
buildCounterCreateBuiltInVariableResponse--;
}
@@ -996,40 +996,40 @@
buildCounterFolder--;
}
-core.List<api.Tag> buildUnnamed5686() {
+core.List<api.Tag> buildUnnamed5737() {
var o = <api.Tag>[];
o.add(buildTag());
o.add(buildTag());
return o;
}
-void checkUnnamed5686(core.List<api.Tag> o) {
+void checkUnnamed5737(core.List<api.Tag> o) {
unittest.expect(o, unittest.hasLength(2));
checkTag(o[0] as api.Tag);
checkTag(o[1] as api.Tag);
}
-core.List<api.Trigger> buildUnnamed5687() {
+core.List<api.Trigger> buildUnnamed5738() {
var o = <api.Trigger>[];
o.add(buildTrigger());
o.add(buildTrigger());
return o;
}
-void checkUnnamed5687(core.List<api.Trigger> o) {
+void checkUnnamed5738(core.List<api.Trigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrigger(o[0] as api.Trigger);
checkTrigger(o[1] as api.Trigger);
}
-core.List<api.Variable> buildUnnamed5688() {
+core.List<api.Variable> buildUnnamed5739() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed5688(core.List<api.Variable> o) {
+void checkUnnamed5739(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
@@ -1041,9 +1041,9 @@
buildCounterFolderEntities++;
if (buildCounterFolderEntities < 3) {
o.nextPageToken = 'foo';
- o.tag = buildUnnamed5686();
- o.trigger = buildUnnamed5687();
- o.variable = buildUnnamed5688();
+ o.tag = buildUnnamed5737();
+ o.trigger = buildUnnamed5738();
+ o.variable = buildUnnamed5739();
}
buildCounterFolderEntities--;
return o;
@@ -1056,9 +1056,9 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5686(o.tag!);
- checkUnnamed5687(o.trigger!);
- checkUnnamed5688(o.variable!);
+ checkUnnamed5737(o.tag!);
+ checkUnnamed5738(o.trigger!);
+ checkUnnamed5739(o.variable!);
}
buildCounterFolderEntities--;
}
@@ -1107,27 +1107,27 @@
buildCounterGalleryReference--;
}
-core.List<api.MergeConflict> buildUnnamed5689() {
+core.List<api.MergeConflict> buildUnnamed5740() {
var o = <api.MergeConflict>[];
o.add(buildMergeConflict());
o.add(buildMergeConflict());
return o;
}
-void checkUnnamed5689(core.List<api.MergeConflict> o) {
+void checkUnnamed5740(core.List<api.MergeConflict> o) {
unittest.expect(o, unittest.hasLength(2));
checkMergeConflict(o[0] as api.MergeConflict);
checkMergeConflict(o[1] as api.MergeConflict);
}
-core.List<api.Entity> buildUnnamed5690() {
+core.List<api.Entity> buildUnnamed5741() {
var o = <api.Entity>[];
o.add(buildEntity());
o.add(buildEntity());
return o;
}
-void checkUnnamed5690(core.List<api.Entity> o) {
+void checkUnnamed5741(core.List<api.Entity> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntity(o[0] as api.Entity);
checkEntity(o[1] as api.Entity);
@@ -1138,8 +1138,8 @@
var o = api.GetWorkspaceStatusResponse();
buildCounterGetWorkspaceStatusResponse++;
if (buildCounterGetWorkspaceStatusResponse < 3) {
- o.mergeConflict = buildUnnamed5689();
- o.workspaceChange = buildUnnamed5690();
+ o.mergeConflict = buildUnnamed5740();
+ o.workspaceChange = buildUnnamed5741();
}
buildCounterGetWorkspaceStatusResponse--;
return o;
@@ -1148,20 +1148,20 @@
void checkGetWorkspaceStatusResponse(api.GetWorkspaceStatusResponse o) {
buildCounterGetWorkspaceStatusResponse++;
if (buildCounterGetWorkspaceStatusResponse < 3) {
- checkUnnamed5689(o.mergeConflict!);
- checkUnnamed5690(o.workspaceChange!);
+ checkUnnamed5740(o.mergeConflict!);
+ checkUnnamed5741(o.workspaceChange!);
}
buildCounterGetWorkspaceStatusResponse--;
}
-core.List<api.Account> buildUnnamed5691() {
+core.List<api.Account> buildUnnamed5742() {
var o = <api.Account>[];
o.add(buildAccount());
o.add(buildAccount());
return o;
}
-void checkUnnamed5691(core.List<api.Account> o) {
+void checkUnnamed5742(core.List<api.Account> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccount(o[0] as api.Account);
checkAccount(o[1] as api.Account);
@@ -1172,7 +1172,7 @@
var o = api.ListAccountsResponse();
buildCounterListAccountsResponse++;
if (buildCounterListAccountsResponse < 3) {
- o.account = buildUnnamed5691();
+ o.account = buildUnnamed5742();
o.nextPageToken = 'foo';
}
buildCounterListAccountsResponse--;
@@ -1182,7 +1182,7 @@
void checkListAccountsResponse(api.ListAccountsResponse o) {
buildCounterListAccountsResponse++;
if (buildCounterListAccountsResponse < 3) {
- checkUnnamed5691(o.account!);
+ checkUnnamed5742(o.account!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1191,14 +1191,14 @@
buildCounterListAccountsResponse--;
}
-core.List<api.ContainerVersionHeader> buildUnnamed5692() {
+core.List<api.ContainerVersionHeader> buildUnnamed5743() {
var o = <api.ContainerVersionHeader>[];
o.add(buildContainerVersionHeader());
o.add(buildContainerVersionHeader());
return o;
}
-void checkUnnamed5692(core.List<api.ContainerVersionHeader> o) {
+void checkUnnamed5743(core.List<api.ContainerVersionHeader> o) {
unittest.expect(o, unittest.hasLength(2));
checkContainerVersionHeader(o[0] as api.ContainerVersionHeader);
checkContainerVersionHeader(o[1] as api.ContainerVersionHeader);
@@ -1209,7 +1209,7 @@
var o = api.ListContainerVersionsResponse();
buildCounterListContainerVersionsResponse++;
if (buildCounterListContainerVersionsResponse < 3) {
- o.containerVersionHeader = buildUnnamed5692();
+ o.containerVersionHeader = buildUnnamed5743();
o.nextPageToken = 'foo';
}
buildCounterListContainerVersionsResponse--;
@@ -1219,7 +1219,7 @@
void checkListContainerVersionsResponse(api.ListContainerVersionsResponse o) {
buildCounterListContainerVersionsResponse++;
if (buildCounterListContainerVersionsResponse < 3) {
- checkUnnamed5692(o.containerVersionHeader!);
+ checkUnnamed5743(o.containerVersionHeader!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1228,14 +1228,14 @@
buildCounterListContainerVersionsResponse--;
}
-core.List<api.Container> buildUnnamed5693() {
+core.List<api.Container> buildUnnamed5744() {
var o = <api.Container>[];
o.add(buildContainer());
o.add(buildContainer());
return o;
}
-void checkUnnamed5693(core.List<api.Container> o) {
+void checkUnnamed5744(core.List<api.Container> o) {
unittest.expect(o, unittest.hasLength(2));
checkContainer(o[0] as api.Container);
checkContainer(o[1] as api.Container);
@@ -1246,7 +1246,7 @@
var o = api.ListContainersResponse();
buildCounterListContainersResponse++;
if (buildCounterListContainersResponse < 3) {
- o.container = buildUnnamed5693();
+ o.container = buildUnnamed5744();
o.nextPageToken = 'foo';
}
buildCounterListContainersResponse--;
@@ -1256,7 +1256,7 @@
void checkListContainersResponse(api.ListContainersResponse o) {
buildCounterListContainersResponse++;
if (buildCounterListContainersResponse < 3) {
- checkUnnamed5693(o.container!);
+ checkUnnamed5744(o.container!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1265,14 +1265,14 @@
buildCounterListContainersResponse--;
}
-core.List<api.BuiltInVariable> buildUnnamed5694() {
+core.List<api.BuiltInVariable> buildUnnamed5745() {
var o = <api.BuiltInVariable>[];
o.add(buildBuiltInVariable());
o.add(buildBuiltInVariable());
return o;
}
-void checkUnnamed5694(core.List<api.BuiltInVariable> o) {
+void checkUnnamed5745(core.List<api.BuiltInVariable> o) {
unittest.expect(o, unittest.hasLength(2));
checkBuiltInVariable(o[0] as api.BuiltInVariable);
checkBuiltInVariable(o[1] as api.BuiltInVariable);
@@ -1284,7 +1284,7 @@
var o = api.ListEnabledBuiltInVariablesResponse();
buildCounterListEnabledBuiltInVariablesResponse++;
if (buildCounterListEnabledBuiltInVariablesResponse < 3) {
- o.builtInVariable = buildUnnamed5694();
+ o.builtInVariable = buildUnnamed5745();
o.nextPageToken = 'foo';
}
buildCounterListEnabledBuiltInVariablesResponse--;
@@ -1295,7 +1295,7 @@
api.ListEnabledBuiltInVariablesResponse o) {
buildCounterListEnabledBuiltInVariablesResponse++;
if (buildCounterListEnabledBuiltInVariablesResponse < 3) {
- checkUnnamed5694(o.builtInVariable!);
+ checkUnnamed5745(o.builtInVariable!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1304,14 +1304,14 @@
buildCounterListEnabledBuiltInVariablesResponse--;
}
-core.List<api.Environment> buildUnnamed5695() {
+core.List<api.Environment> buildUnnamed5746() {
var o = <api.Environment>[];
o.add(buildEnvironment());
o.add(buildEnvironment());
return o;
}
-void checkUnnamed5695(core.List<api.Environment> o) {
+void checkUnnamed5746(core.List<api.Environment> o) {
unittest.expect(o, unittest.hasLength(2));
checkEnvironment(o[0] as api.Environment);
checkEnvironment(o[1] as api.Environment);
@@ -1322,7 +1322,7 @@
var o = api.ListEnvironmentsResponse();
buildCounterListEnvironmentsResponse++;
if (buildCounterListEnvironmentsResponse < 3) {
- o.environment = buildUnnamed5695();
+ o.environment = buildUnnamed5746();
o.nextPageToken = 'foo';
}
buildCounterListEnvironmentsResponse--;
@@ -1332,7 +1332,7 @@
void checkListEnvironmentsResponse(api.ListEnvironmentsResponse o) {
buildCounterListEnvironmentsResponse++;
if (buildCounterListEnvironmentsResponse < 3) {
- checkUnnamed5695(o.environment!);
+ checkUnnamed5746(o.environment!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1341,14 +1341,14 @@
buildCounterListEnvironmentsResponse--;
}
-core.List<api.Folder> buildUnnamed5696() {
+core.List<api.Folder> buildUnnamed5747() {
var o = <api.Folder>[];
o.add(buildFolder());
o.add(buildFolder());
return o;
}
-void checkUnnamed5696(core.List<api.Folder> o) {
+void checkUnnamed5747(core.List<api.Folder> o) {
unittest.expect(o, unittest.hasLength(2));
checkFolder(o[0] as api.Folder);
checkFolder(o[1] as api.Folder);
@@ -1359,7 +1359,7 @@
var o = api.ListFoldersResponse();
buildCounterListFoldersResponse++;
if (buildCounterListFoldersResponse < 3) {
- o.folder = buildUnnamed5696();
+ o.folder = buildUnnamed5747();
o.nextPageToken = 'foo';
}
buildCounterListFoldersResponse--;
@@ -1369,7 +1369,7 @@
void checkListFoldersResponse(api.ListFoldersResponse o) {
buildCounterListFoldersResponse++;
if (buildCounterListFoldersResponse < 3) {
- checkUnnamed5696(o.folder!);
+ checkUnnamed5747(o.folder!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1378,14 +1378,14 @@
buildCounterListFoldersResponse--;
}
-core.List<api.Tag> buildUnnamed5697() {
+core.List<api.Tag> buildUnnamed5748() {
var o = <api.Tag>[];
o.add(buildTag());
o.add(buildTag());
return o;
}
-void checkUnnamed5697(core.List<api.Tag> o) {
+void checkUnnamed5748(core.List<api.Tag> o) {
unittest.expect(o, unittest.hasLength(2));
checkTag(o[0] as api.Tag);
checkTag(o[1] as api.Tag);
@@ -1397,7 +1397,7 @@
buildCounterListTagsResponse++;
if (buildCounterListTagsResponse < 3) {
o.nextPageToken = 'foo';
- o.tag = buildUnnamed5697();
+ o.tag = buildUnnamed5748();
}
buildCounterListTagsResponse--;
return o;
@@ -1410,19 +1410,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5697(o.tag!);
+ checkUnnamed5748(o.tag!);
}
buildCounterListTagsResponse--;
}
-core.List<api.CustomTemplate> buildUnnamed5698() {
+core.List<api.CustomTemplate> buildUnnamed5749() {
var o = <api.CustomTemplate>[];
o.add(buildCustomTemplate());
o.add(buildCustomTemplate());
return o;
}
-void checkUnnamed5698(core.List<api.CustomTemplate> o) {
+void checkUnnamed5749(core.List<api.CustomTemplate> o) {
unittest.expect(o, unittest.hasLength(2));
checkCustomTemplate(o[0] as api.CustomTemplate);
checkCustomTemplate(o[1] as api.CustomTemplate);
@@ -1434,7 +1434,7 @@
buildCounterListTemplatesResponse++;
if (buildCounterListTemplatesResponse < 3) {
o.nextPageToken = 'foo';
- o.template = buildUnnamed5698();
+ o.template = buildUnnamed5749();
}
buildCounterListTemplatesResponse--;
return o;
@@ -1447,19 +1447,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5698(o.template!);
+ checkUnnamed5749(o.template!);
}
buildCounterListTemplatesResponse--;
}
-core.List<api.Trigger> buildUnnamed5699() {
+core.List<api.Trigger> buildUnnamed5750() {
var o = <api.Trigger>[];
o.add(buildTrigger());
o.add(buildTrigger());
return o;
}
-void checkUnnamed5699(core.List<api.Trigger> o) {
+void checkUnnamed5750(core.List<api.Trigger> o) {
unittest.expect(o, unittest.hasLength(2));
checkTrigger(o[0] as api.Trigger);
checkTrigger(o[1] as api.Trigger);
@@ -1471,7 +1471,7 @@
buildCounterListTriggersResponse++;
if (buildCounterListTriggersResponse < 3) {
o.nextPageToken = 'foo';
- o.trigger = buildUnnamed5699();
+ o.trigger = buildUnnamed5750();
}
buildCounterListTriggersResponse--;
return o;
@@ -1484,19 +1484,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5699(o.trigger!);
+ checkUnnamed5750(o.trigger!);
}
buildCounterListTriggersResponse--;
}
-core.List<api.UserPermission> buildUnnamed5700() {
+core.List<api.UserPermission> buildUnnamed5751() {
var o = <api.UserPermission>[];
o.add(buildUserPermission());
o.add(buildUserPermission());
return o;
}
-void checkUnnamed5700(core.List<api.UserPermission> o) {
+void checkUnnamed5751(core.List<api.UserPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkUserPermission(o[0] as api.UserPermission);
checkUserPermission(o[1] as api.UserPermission);
@@ -1508,7 +1508,7 @@
buildCounterListUserPermissionsResponse++;
if (buildCounterListUserPermissionsResponse < 3) {
o.nextPageToken = 'foo';
- o.userPermission = buildUnnamed5700();
+ o.userPermission = buildUnnamed5751();
}
buildCounterListUserPermissionsResponse--;
return o;
@@ -1521,19 +1521,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5700(o.userPermission!);
+ checkUnnamed5751(o.userPermission!);
}
buildCounterListUserPermissionsResponse--;
}
-core.List<api.Variable> buildUnnamed5701() {
+core.List<api.Variable> buildUnnamed5752() {
var o = <api.Variable>[];
o.add(buildVariable());
o.add(buildVariable());
return o;
}
-void checkUnnamed5701(core.List<api.Variable> o) {
+void checkUnnamed5752(core.List<api.Variable> o) {
unittest.expect(o, unittest.hasLength(2));
checkVariable(o[0] as api.Variable);
checkVariable(o[1] as api.Variable);
@@ -1545,7 +1545,7 @@
buildCounterListVariablesResponse++;
if (buildCounterListVariablesResponse < 3) {
o.nextPageToken = 'foo';
- o.variable = buildUnnamed5701();
+ o.variable = buildUnnamed5752();
}
buildCounterListVariablesResponse--;
return o;
@@ -1558,19 +1558,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5701(o.variable!);
+ checkUnnamed5752(o.variable!);
}
buildCounterListVariablesResponse--;
}
-core.List<api.Workspace> buildUnnamed5702() {
+core.List<api.Workspace> buildUnnamed5753() {
var o = <api.Workspace>[];
o.add(buildWorkspace());
o.add(buildWorkspace());
return o;
}
-void checkUnnamed5702(core.List<api.Workspace> o) {
+void checkUnnamed5753(core.List<api.Workspace> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkspace(o[0] as api.Workspace);
checkWorkspace(o[1] as api.Workspace);
@@ -1582,7 +1582,7 @@
buildCounterListWorkspacesResponse++;
if (buildCounterListWorkspacesResponse < 3) {
o.nextPageToken = 'foo';
- o.workspace = buildUnnamed5702();
+ o.workspace = buildUnnamed5753();
}
buildCounterListWorkspacesResponse--;
return o;
@@ -1595,19 +1595,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5702(o.workspace!);
+ checkUnnamed5753(o.workspace!);
}
buildCounterListWorkspacesResponse--;
}
-core.List<api.Zone> buildUnnamed5703() {
+core.List<api.Zone> buildUnnamed5754() {
var o = <api.Zone>[];
o.add(buildZone());
o.add(buildZone());
return o;
}
-void checkUnnamed5703(core.List<api.Zone> o) {
+void checkUnnamed5754(core.List<api.Zone> o) {
unittest.expect(o, unittest.hasLength(2));
checkZone(o[0] as api.Zone);
checkZone(o[1] as api.Zone);
@@ -1619,7 +1619,7 @@
buildCounterListZonesResponse++;
if (buildCounterListZonesResponse < 3) {
o.nextPageToken = 'foo';
- o.zone = buildUnnamed5703();
+ o.zone = buildUnnamed5754();
}
buildCounterListZonesResponse--;
return o;
@@ -1632,7 +1632,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed5703(o.zone!);
+ checkUnnamed5754(o.zone!);
}
buildCounterListZonesResponse--;
}
@@ -1658,27 +1658,27 @@
buildCounterMergeConflict--;
}
-core.List<api.Parameter> buildUnnamed5704() {
+core.List<api.Parameter> buildUnnamed5755() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed5704(core.List<api.Parameter> o) {
+void checkUnnamed5755(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
}
-core.List<api.Parameter> buildUnnamed5705() {
+core.List<api.Parameter> buildUnnamed5756() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed5705(core.List<api.Parameter> o) {
+void checkUnnamed5756(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
@@ -1690,8 +1690,8 @@
buildCounterParameter++;
if (buildCounterParameter < 3) {
o.key = 'foo';
- o.list = buildUnnamed5704();
- o.map = buildUnnamed5705();
+ o.list = buildUnnamed5755();
+ o.map = buildUnnamed5756();
o.type = 'foo';
o.value = 'foo';
}
@@ -1706,8 +1706,8 @@
o.key!,
unittest.equals('foo'),
);
- checkUnnamed5704(o.list!);
- checkUnnamed5705(o.map!);
+ checkUnnamed5755(o.list!);
+ checkUnnamed5756(o.map!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -1943,14 +1943,14 @@
buildCounterSyncStatus--;
}
-core.List<api.MergeConflict> buildUnnamed5706() {
+core.List<api.MergeConflict> buildUnnamed5757() {
var o = <api.MergeConflict>[];
o.add(buildMergeConflict());
o.add(buildMergeConflict());
return o;
}
-void checkUnnamed5706(core.List<api.MergeConflict> o) {
+void checkUnnamed5757(core.List<api.MergeConflict> o) {
unittest.expect(o, unittest.hasLength(2));
checkMergeConflict(o[0] as api.MergeConflict);
checkMergeConflict(o[1] as api.MergeConflict);
@@ -1961,7 +1961,7 @@
var o = api.SyncWorkspaceResponse();
buildCounterSyncWorkspaceResponse++;
if (buildCounterSyncWorkspaceResponse < 3) {
- o.mergeConflict = buildUnnamed5706();
+ o.mergeConflict = buildUnnamed5757();
o.syncStatus = buildSyncStatus();
}
buildCounterSyncWorkspaceResponse--;
@@ -1971,20 +1971,20 @@
void checkSyncWorkspaceResponse(api.SyncWorkspaceResponse o) {
buildCounterSyncWorkspaceResponse++;
if (buildCounterSyncWorkspaceResponse < 3) {
- checkUnnamed5706(o.mergeConflict!);
+ checkUnnamed5757(o.mergeConflict!);
checkSyncStatus(o.syncStatus! as api.SyncStatus);
}
buildCounterSyncWorkspaceResponse--;
}
-core.List<core.String> buildUnnamed5707() {
+core.List<core.String> buildUnnamed5758() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5707(core.List<core.String> o) {
+void checkUnnamed5758(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1996,14 +1996,14 @@
);
}
-core.List<core.String> buildUnnamed5708() {
+core.List<core.String> buildUnnamed5759() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5708(core.List<core.String> o) {
+void checkUnnamed5759(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2015,14 +2015,14 @@
);
}
-core.List<core.String> buildUnnamed5709() {
+core.List<core.String> buildUnnamed5760() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5709(core.List<core.String> o) {
+void checkUnnamed5760(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2034,14 +2034,14 @@
);
}
-core.List<core.String> buildUnnamed5710() {
+core.List<core.String> buildUnnamed5761() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5710(core.List<core.String> o) {
+void checkUnnamed5761(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2053,40 +2053,40 @@
);
}
-core.List<api.Parameter> buildUnnamed5711() {
+core.List<api.Parameter> buildUnnamed5762() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed5711(core.List<api.Parameter> o) {
+void checkUnnamed5762(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
}
-core.List<api.SetupTag> buildUnnamed5712() {
+core.List<api.SetupTag> buildUnnamed5763() {
var o = <api.SetupTag>[];
o.add(buildSetupTag());
o.add(buildSetupTag());
return o;
}
-void checkUnnamed5712(core.List<api.SetupTag> o) {
+void checkUnnamed5763(core.List<api.SetupTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkSetupTag(o[0] as api.SetupTag);
checkSetupTag(o[1] as api.SetupTag);
}
-core.List<api.TeardownTag> buildUnnamed5713() {
+core.List<api.TeardownTag> buildUnnamed5764() {
var o = <api.TeardownTag>[];
o.add(buildTeardownTag());
o.add(buildTeardownTag());
return o;
}
-void checkUnnamed5713(core.List<api.TeardownTag> o) {
+void checkUnnamed5764(core.List<api.TeardownTag> o) {
unittest.expect(o, unittest.hasLength(2));
checkTeardownTag(o[0] as api.TeardownTag);
checkTeardownTag(o[1] as api.TeardownTag);
@@ -2098,29 +2098,29 @@
buildCounterTag++;
if (buildCounterTag < 3) {
o.accountId = 'foo';
- o.blockingRuleId = buildUnnamed5707();
- o.blockingTriggerId = buildUnnamed5708();
+ o.blockingRuleId = buildUnnamed5758();
+ o.blockingTriggerId = buildUnnamed5759();
o.containerId = 'foo';
o.fingerprint = 'foo';
- o.firingRuleId = buildUnnamed5709();
- o.firingTriggerId = buildUnnamed5710();
+ o.firingRuleId = buildUnnamed5760();
+ o.firingTriggerId = buildUnnamed5761();
o.liveOnly = true;
o.monitoringMetadata = buildParameter();
o.monitoringMetadataTagNameKey = 'foo';
o.name = 'foo';
o.notes = 'foo';
- o.parameter = buildUnnamed5711();
+ o.parameter = buildUnnamed5762();
o.parentFolderId = 'foo';
o.path = 'foo';
o.paused = true;
o.priority = buildParameter();
o.scheduleEndMs = 'foo';
o.scheduleStartMs = 'foo';
- o.setupTag = buildUnnamed5712();
+ o.setupTag = buildUnnamed5763();
o.tagFiringOption = 'foo';
o.tagId = 'foo';
o.tagManagerUrl = 'foo';
- o.teardownTag = buildUnnamed5713();
+ o.teardownTag = buildUnnamed5764();
o.type = 'foo';
o.workspaceId = 'foo';
}
@@ -2135,8 +2135,8 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed5707(o.blockingRuleId!);
- checkUnnamed5708(o.blockingTriggerId!);
+ checkUnnamed5758(o.blockingRuleId!);
+ checkUnnamed5759(o.blockingTriggerId!);
unittest.expect(
o.containerId!,
unittest.equals('foo'),
@@ -2145,8 +2145,8 @@
o.fingerprint!,
unittest.equals('foo'),
);
- checkUnnamed5709(o.firingRuleId!);
- checkUnnamed5710(o.firingTriggerId!);
+ checkUnnamed5760(o.firingRuleId!);
+ checkUnnamed5761(o.firingTriggerId!);
unittest.expect(o.liveOnly!, unittest.isTrue);
checkParameter(o.monitoringMetadata! as api.Parameter);
unittest.expect(
@@ -2161,7 +2161,7 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed5711(o.parameter!);
+ checkUnnamed5762(o.parameter!);
unittest.expect(
o.parentFolderId!,
unittest.equals('foo'),
@@ -2180,7 +2180,7 @@
o.scheduleStartMs!,
unittest.equals('foo'),
);
- checkUnnamed5712(o.setupTag!);
+ checkUnnamed5763(o.setupTag!);
unittest.expect(
o.tagFiringOption!,
unittest.equals('foo'),
@@ -2193,7 +2193,7 @@
o.tagManagerUrl!,
unittest.equals('foo'),
);
- checkUnnamed5713(o.teardownTag!);
+ checkUnnamed5764(o.teardownTag!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -2230,53 +2230,53 @@
buildCounterTeardownTag--;
}
-core.List<api.Condition> buildUnnamed5714() {
+core.List<api.Condition> buildUnnamed5765() {
var o = <api.Condition>[];
o.add(buildCondition());
o.add(buildCondition());
return o;
}
-void checkUnnamed5714(core.List<api.Condition> o) {
+void checkUnnamed5765(core.List<api.Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkCondition(o[0] as api.Condition);
checkCondition(o[1] as api.Condition);
}
-core.List<api.Condition> buildUnnamed5715() {
+core.List<api.Condition> buildUnnamed5766() {
var o = <api.Condition>[];
o.add(buildCondition());
o.add(buildCondition());
return o;
}
-void checkUnnamed5715(core.List<api.Condition> o) {
+void checkUnnamed5766(core.List<api.Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkCondition(o[0] as api.Condition);
checkCondition(o[1] as api.Condition);
}
-core.List<api.Condition> buildUnnamed5716() {
+core.List<api.Condition> buildUnnamed5767() {
var o = <api.Condition>[];
o.add(buildCondition());
o.add(buildCondition());
return o;
}
-void checkUnnamed5716(core.List<api.Condition> o) {
+void checkUnnamed5767(core.List<api.Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkCondition(o[0] as api.Condition);
checkCondition(o[1] as api.Condition);
}
-core.List<api.Parameter> buildUnnamed5717() {
+core.List<api.Parameter> buildUnnamed5768() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed5717(core.List<api.Parameter> o) {
+void checkUnnamed5768(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
@@ -2288,13 +2288,13 @@
buildCounterTrigger++;
if (buildCounterTrigger < 3) {
o.accountId = 'foo';
- o.autoEventFilter = buildUnnamed5714();
+ o.autoEventFilter = buildUnnamed5765();
o.checkValidation = buildParameter();
o.containerId = 'foo';
o.continuousTimeMinMilliseconds = buildParameter();
- o.customEventFilter = buildUnnamed5715();
+ o.customEventFilter = buildUnnamed5766();
o.eventName = buildParameter();
- o.filter = buildUnnamed5716();
+ o.filter = buildUnnamed5767();
o.fingerprint = 'foo';
o.horizontalScrollPercentageList = buildParameter();
o.interval = buildParameter();
@@ -2303,7 +2303,7 @@
o.maxTimerLengthSeconds = buildParameter();
o.name = 'foo';
o.notes = 'foo';
- o.parameter = buildUnnamed5717();
+ o.parameter = buildUnnamed5768();
o.parentFolderId = 'foo';
o.path = 'foo';
o.selector = buildParameter();
@@ -2331,16 +2331,16 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed5714(o.autoEventFilter!);
+ checkUnnamed5765(o.autoEventFilter!);
checkParameter(o.checkValidation! as api.Parameter);
unittest.expect(
o.containerId!,
unittest.equals('foo'),
);
checkParameter(o.continuousTimeMinMilliseconds! as api.Parameter);
- checkUnnamed5715(o.customEventFilter!);
+ checkUnnamed5766(o.customEventFilter!);
checkParameter(o.eventName! as api.Parameter);
- checkUnnamed5716(o.filter!);
+ checkUnnamed5767(o.filter!);
unittest.expect(
o.fingerprint!,
unittest.equals('foo'),
@@ -2358,7 +2358,7 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed5717(o.parameter!);
+ checkUnnamed5768(o.parameter!);
unittest.expect(
o.parentFolderId!,
unittest.equals('foo'),
@@ -2396,14 +2396,14 @@
buildCounterTrigger--;
}
-core.List<api.ContainerAccess> buildUnnamed5718() {
+core.List<api.ContainerAccess> buildUnnamed5769() {
var o = <api.ContainerAccess>[];
o.add(buildContainerAccess());
o.add(buildContainerAccess());
return o;
}
-void checkUnnamed5718(core.List<api.ContainerAccess> o) {
+void checkUnnamed5769(core.List<api.ContainerAccess> o) {
unittest.expect(o, unittest.hasLength(2));
checkContainerAccess(o[0] as api.ContainerAccess);
checkContainerAccess(o[1] as api.ContainerAccess);
@@ -2416,7 +2416,7 @@
if (buildCounterUserPermission < 3) {
o.accountAccess = buildAccountAccess();
o.accountId = 'foo';
- o.containerAccess = buildUnnamed5718();
+ o.containerAccess = buildUnnamed5769();
o.emailAddress = 'foo';
o.path = 'foo';
}
@@ -2432,7 +2432,7 @@
o.accountId!,
unittest.equals('foo'),
);
- checkUnnamed5718(o.containerAccess!);
+ checkUnnamed5769(o.containerAccess!);
unittest.expect(
o.emailAddress!,
unittest.equals('foo'),
@@ -2445,14 +2445,14 @@
buildCounterUserPermission--;
}
-core.List<core.String> buildUnnamed5719() {
+core.List<core.String> buildUnnamed5770() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5719(core.List<core.String> o) {
+void checkUnnamed5770(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2464,14 +2464,14 @@
);
}
-core.List<core.String> buildUnnamed5720() {
+core.List<core.String> buildUnnamed5771() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5720(core.List<core.String> o) {
+void checkUnnamed5771(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2483,14 +2483,14 @@
);
}
-core.List<api.Parameter> buildUnnamed5721() {
+core.List<api.Parameter> buildUnnamed5772() {
var o = <api.Parameter>[];
o.add(buildParameter());
o.add(buildParameter());
return o;
}
-void checkUnnamed5721(core.List<api.Parameter> o) {
+void checkUnnamed5772(core.List<api.Parameter> o) {
unittest.expect(o, unittest.hasLength(2));
checkParameter(o[0] as api.Parameter);
checkParameter(o[1] as api.Parameter);
@@ -2503,13 +2503,13 @@
if (buildCounterVariable < 3) {
o.accountId = 'foo';
o.containerId = 'foo';
- o.disablingTriggerId = buildUnnamed5719();
- o.enablingTriggerId = buildUnnamed5720();
+ o.disablingTriggerId = buildUnnamed5770();
+ o.enablingTriggerId = buildUnnamed5771();
o.fingerprint = 'foo';
o.formatValue = buildVariableFormatValue();
o.name = 'foo';
o.notes = 'foo';
- o.parameter = buildUnnamed5721();
+ o.parameter = buildUnnamed5772();
o.parentFolderId = 'foo';
o.path = 'foo';
o.scheduleEndMs = 'foo';
@@ -2534,8 +2534,8 @@
o.containerId!,
unittest.equals('foo'),
);
- checkUnnamed5719(o.disablingTriggerId!);
- checkUnnamed5720(o.enablingTriggerId!);
+ checkUnnamed5770(o.disablingTriggerId!);
+ checkUnnamed5771(o.enablingTriggerId!);
unittest.expect(
o.fingerprint!,
unittest.equals('foo'),
@@ -2549,7 +2549,7 @@
o.notes!,
unittest.equals('foo'),
);
- checkUnnamed5721(o.parameter!);
+ checkUnnamed5772(o.parameter!);
unittest.expect(
o.parentFolderId!,
unittest.equals('foo'),
@@ -2673,14 +2673,14 @@
buildCounterWorkspace--;
}
-core.List<api.ZoneChildContainer> buildUnnamed5722() {
+core.List<api.ZoneChildContainer> buildUnnamed5773() {
var o = <api.ZoneChildContainer>[];
o.add(buildZoneChildContainer());
o.add(buildZoneChildContainer());
return o;
}
-void checkUnnamed5722(core.List<api.ZoneChildContainer> o) {
+void checkUnnamed5773(core.List<api.ZoneChildContainer> o) {
unittest.expect(o, unittest.hasLength(2));
checkZoneChildContainer(o[0] as api.ZoneChildContainer);
checkZoneChildContainer(o[1] as api.ZoneChildContainer);
@@ -2693,7 +2693,7 @@
if (buildCounterZone < 3) {
o.accountId = 'foo';
o.boundary = buildZoneBoundary();
- o.childContainer = buildUnnamed5722();
+ o.childContainer = buildUnnamed5773();
o.containerId = 'foo';
o.fingerprint = 'foo';
o.name = 'foo';
@@ -2716,7 +2716,7 @@
unittest.equals('foo'),
);
checkZoneBoundary(o.boundary! as api.ZoneBoundary);
- checkUnnamed5722(o.childContainer!);
+ checkUnnamed5773(o.childContainer!);
unittest.expect(
o.containerId!,
unittest.equals('foo'),
@@ -2754,27 +2754,27 @@
buildCounterZone--;
}
-core.List<api.Condition> buildUnnamed5723() {
+core.List<api.Condition> buildUnnamed5774() {
var o = <api.Condition>[];
o.add(buildCondition());
o.add(buildCondition());
return o;
}
-void checkUnnamed5723(core.List<api.Condition> o) {
+void checkUnnamed5774(core.List<api.Condition> o) {
unittest.expect(o, unittest.hasLength(2));
checkCondition(o[0] as api.Condition);
checkCondition(o[1] as api.Condition);
}
-core.List<core.String> buildUnnamed5724() {
+core.List<core.String> buildUnnamed5775() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5724(core.List<core.String> o) {
+void checkUnnamed5775(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2791,8 +2791,8 @@
var o = api.ZoneBoundary();
buildCounterZoneBoundary++;
if (buildCounterZoneBoundary < 3) {
- o.condition = buildUnnamed5723();
- o.customEvaluationTriggerId = buildUnnamed5724();
+ o.condition = buildUnnamed5774();
+ o.customEvaluationTriggerId = buildUnnamed5775();
}
buildCounterZoneBoundary--;
return o;
@@ -2801,8 +2801,8 @@
void checkZoneBoundary(api.ZoneBoundary o) {
buildCounterZoneBoundary++;
if (buildCounterZoneBoundary < 3) {
- checkUnnamed5723(o.condition!);
- checkUnnamed5724(o.customEvaluationTriggerId!);
+ checkUnnamed5774(o.condition!);
+ checkUnnamed5775(o.customEvaluationTriggerId!);
}
buildCounterZoneBoundary--;
}
@@ -2834,14 +2834,14 @@
buildCounterZoneChildContainer--;
}
-core.List<core.String> buildUnnamed5725() {
+core.List<core.String> buildUnnamed5776() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5725(core.List<core.String> o) {
+void checkUnnamed5776(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2859,7 +2859,7 @@
buildCounterZoneTypeRestriction++;
if (buildCounterZoneTypeRestriction < 3) {
o.enable = true;
- o.whitelistedTypeId = buildUnnamed5725();
+ o.whitelistedTypeId = buildUnnamed5776();
}
buildCounterZoneTypeRestriction--;
return o;
@@ -2869,19 +2869,19 @@
buildCounterZoneTypeRestriction++;
if (buildCounterZoneTypeRestriction < 3) {
unittest.expect(o.enable!, unittest.isTrue);
- checkUnnamed5725(o.whitelistedTypeId!);
+ checkUnnamed5776(o.whitelistedTypeId!);
}
buildCounterZoneTypeRestriction--;
}
-core.List<core.String> buildUnnamed5726() {
+core.List<core.String> buildUnnamed5777() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5726(core.List<core.String> o) {
+void checkUnnamed5777(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2893,14 +2893,14 @@
);
}
-core.List<core.String> buildUnnamed5727() {
+core.List<core.String> buildUnnamed5778() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5727(core.List<core.String> o) {
+void checkUnnamed5778(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2912,14 +2912,14 @@
);
}
-core.List<core.String> buildUnnamed5728() {
+core.List<core.String> buildUnnamed5779() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5728(core.List<core.String> o) {
+void checkUnnamed5779(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2931,14 +2931,14 @@
);
}
-core.List<core.String> buildUnnamed5729() {
+core.List<core.String> buildUnnamed5780() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5729(core.List<core.String> o) {
+void checkUnnamed5780(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2950,14 +2950,14 @@
);
}
-core.List<core.String> buildUnnamed5730() {
+core.List<core.String> buildUnnamed5781() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5730(core.List<core.String> o) {
+void checkUnnamed5781(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5426,7 +5426,7 @@
.workspaces
.builtInVariables;
var arg_parent = 'foo';
- var arg_type = buildUnnamed5726();
+ var arg_type = buildUnnamed5777();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -5489,7 +5489,7 @@
.workspaces
.builtInVariables;
var arg_path = 'foo';
- var arg_type = buildUnnamed5727();
+ var arg_type = buildUnnamed5778();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -5952,9 +5952,9 @@
var res = api.TagManagerApi(mock).accounts.containers.workspaces.folders;
var arg_request = buildFolder();
var arg_path = 'foo';
- var arg_tagId = buildUnnamed5728();
- var arg_triggerId = buildUnnamed5729();
- var arg_variableId = buildUnnamed5730();
+ var arg_tagId = buildUnnamed5779();
+ var arg_triggerId = buildUnnamed5780();
+ var arg_variableId = buildUnnamed5781();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
diff --git a/generated/googleapis/test/tasks/v1_test.dart b/generated/googleapis/test/tasks/v1_test.dart
index 8725b70..b289ca0 100644
--- a/generated/googleapis/test/tasks/v1_test.dart
+++ b/generated/googleapis/test/tasks/v1_test.dart
@@ -59,14 +59,14 @@
buildCounterTaskLinks--;
}
-core.List<api.TaskLinks> buildUnnamed7735() {
+core.List<api.TaskLinks> buildUnnamed7789() {
var o = <api.TaskLinks>[];
o.add(buildTaskLinks());
o.add(buildTaskLinks());
return o;
}
-void checkUnnamed7735(core.List<api.TaskLinks> o) {
+void checkUnnamed7789(core.List<api.TaskLinks> o) {
unittest.expect(o, unittest.hasLength(2));
checkTaskLinks(o[0] as api.TaskLinks);
checkTaskLinks(o[1] as api.TaskLinks);
@@ -84,7 +84,7 @@
o.hidden = true;
o.id = 'foo';
o.kind = 'foo';
- o.links = buildUnnamed7735();
+ o.links = buildUnnamed7789();
o.notes = 'foo';
o.parent = 'foo';
o.position = 'foo';
@@ -122,7 +122,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed7735(o.links!);
+ checkUnnamed7789(o.links!);
unittest.expect(
o.notes!,
unittest.equals('foo'),
@@ -202,14 +202,14 @@
buildCounterTaskList--;
}
-core.List<api.TaskList> buildUnnamed7736() {
+core.List<api.TaskList> buildUnnamed7790() {
var o = <api.TaskList>[];
o.add(buildTaskList());
o.add(buildTaskList());
return o;
}
-void checkUnnamed7736(core.List<api.TaskList> o) {
+void checkUnnamed7790(core.List<api.TaskList> o) {
unittest.expect(o, unittest.hasLength(2));
checkTaskList(o[0] as api.TaskList);
checkTaskList(o[1] as api.TaskList);
@@ -221,7 +221,7 @@
buildCounterTaskLists++;
if (buildCounterTaskLists < 3) {
o.etag = 'foo';
- o.items = buildUnnamed7736();
+ o.items = buildUnnamed7790();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -236,7 +236,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed7736(o.items!);
+ checkUnnamed7790(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -249,14 +249,14 @@
buildCounterTaskLists--;
}
-core.List<api.Task> buildUnnamed7737() {
+core.List<api.Task> buildUnnamed7791() {
var o = <api.Task>[];
o.add(buildTask());
o.add(buildTask());
return o;
}
-void checkUnnamed7737(core.List<api.Task> o) {
+void checkUnnamed7791(core.List<api.Task> o) {
unittest.expect(o, unittest.hasLength(2));
checkTask(o[0] as api.Task);
checkTask(o[1] as api.Task);
@@ -268,7 +268,7 @@
buildCounterTasks++;
if (buildCounterTasks < 3) {
o.etag = 'foo';
- o.items = buildUnnamed7737();
+ o.items = buildUnnamed7791();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -283,7 +283,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed7737(o.items!);
+ checkUnnamed7791(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/texttospeech/v1_test.dart b/generated/googleapis/test/texttospeech/v1_test.dart
index 9a5a14b..0008b93 100644
--- a/generated/googleapis/test/texttospeech/v1_test.dart
+++ b/generated/googleapis/test/texttospeech/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed5820() {
+core.List<core.String> buildUnnamed5871() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5820(core.List<core.String> o) {
+void checkUnnamed5871(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -52,7 +52,7 @@
buildCounterAudioConfig++;
if (buildCounterAudioConfig < 3) {
o.audioEncoding = 'foo';
- o.effectsProfileId = buildUnnamed5820();
+ o.effectsProfileId = buildUnnamed5871();
o.pitch = 42.0;
o.sampleRateHertz = 42;
o.speakingRate = 42.0;
@@ -69,7 +69,7 @@
o.audioEncoding!,
unittest.equals('foo'),
);
- checkUnnamed5820(o.effectsProfileId!);
+ checkUnnamed5871(o.effectsProfileId!);
unittest.expect(
o.pitch!,
unittest.equals(42.0),
@@ -90,14 +90,14 @@
buildCounterAudioConfig--;
}
-core.List<api.Voice> buildUnnamed5821() {
+core.List<api.Voice> buildUnnamed5872() {
var o = <api.Voice>[];
o.add(buildVoice());
o.add(buildVoice());
return o;
}
-void checkUnnamed5821(core.List<api.Voice> o) {
+void checkUnnamed5872(core.List<api.Voice> o) {
unittest.expect(o, unittest.hasLength(2));
checkVoice(o[0] as api.Voice);
checkVoice(o[1] as api.Voice);
@@ -108,7 +108,7 @@
var o = api.ListVoicesResponse();
buildCounterListVoicesResponse++;
if (buildCounterListVoicesResponse < 3) {
- o.voices = buildUnnamed5821();
+ o.voices = buildUnnamed5872();
}
buildCounterListVoicesResponse--;
return o;
@@ -117,7 +117,7 @@
void checkListVoicesResponse(api.ListVoicesResponse o) {
buildCounterListVoicesResponse++;
if (buildCounterListVoicesResponse < 3) {
- checkUnnamed5821(o.voices!);
+ checkUnnamed5872(o.voices!);
}
buildCounterListVoicesResponse--;
}
@@ -194,14 +194,14 @@
buildCounterSynthesizeSpeechResponse--;
}
-core.List<core.String> buildUnnamed5822() {
+core.List<core.String> buildUnnamed5873() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed5822(core.List<core.String> o) {
+void checkUnnamed5873(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -218,7 +218,7 @@
var o = api.Voice();
buildCounterVoice++;
if (buildCounterVoice < 3) {
- o.languageCodes = buildUnnamed5822();
+ o.languageCodes = buildUnnamed5873();
o.name = 'foo';
o.naturalSampleRateHertz = 42;
o.ssmlGender = 'foo';
@@ -230,7 +230,7 @@
void checkVoice(api.Voice o) {
buildCounterVoice++;
if (buildCounterVoice < 3) {
- checkUnnamed5822(o.languageCodes!);
+ checkUnnamed5873(o.languageCodes!);
unittest.expect(
o.name!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/tpu/v1_test.dart b/generated/googleapis/test/tpu/v1_test.dart
index 7db3e98..1116dd0 100644
--- a/generated/googleapis/test/tpu/v1_test.dart
+++ b/generated/googleapis/test/tpu/v1_test.dart
@@ -69,27 +69,27 @@
buildCounterEmpty--;
}
-core.List<api.AcceleratorType> buildUnnamed7192() {
+core.List<api.AcceleratorType> buildUnnamed7243() {
var o = <api.AcceleratorType>[];
o.add(buildAcceleratorType());
o.add(buildAcceleratorType());
return o;
}
-void checkUnnamed7192(core.List<api.AcceleratorType> o) {
+void checkUnnamed7243(core.List<api.AcceleratorType> o) {
unittest.expect(o, unittest.hasLength(2));
checkAcceleratorType(o[0] as api.AcceleratorType);
checkAcceleratorType(o[1] as api.AcceleratorType);
}
-core.List<core.String> buildUnnamed7193() {
+core.List<core.String> buildUnnamed7244() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7193(core.List<core.String> o) {
+void checkUnnamed7244(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -106,9 +106,9 @@
var o = api.ListAcceleratorTypesResponse();
buildCounterListAcceleratorTypesResponse++;
if (buildCounterListAcceleratorTypesResponse < 3) {
- o.acceleratorTypes = buildUnnamed7192();
+ o.acceleratorTypes = buildUnnamed7243();
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed7193();
+ o.unreachable = buildUnnamed7244();
}
buildCounterListAcceleratorTypesResponse--;
return o;
@@ -117,24 +117,24 @@
void checkListAcceleratorTypesResponse(api.ListAcceleratorTypesResponse o) {
buildCounterListAcceleratorTypesResponse++;
if (buildCounterListAcceleratorTypesResponse < 3) {
- checkUnnamed7192(o.acceleratorTypes!);
+ checkUnnamed7243(o.acceleratorTypes!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7193(o.unreachable!);
+ checkUnnamed7244(o.unreachable!);
}
buildCounterListAcceleratorTypesResponse--;
}
-core.List<api.Location> buildUnnamed7194() {
+core.List<api.Location> buildUnnamed7245() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed7194(core.List<api.Location> o) {
+void checkUnnamed7245(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -145,7 +145,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed7194();
+ o.locations = buildUnnamed7245();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -155,7 +155,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed7194(o.locations!);
+ checkUnnamed7245(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -164,27 +164,27 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Node> buildUnnamed7195() {
+core.List<api.Node> buildUnnamed7246() {
var o = <api.Node>[];
o.add(buildNode());
o.add(buildNode());
return o;
}
-void checkUnnamed7195(core.List<api.Node> o) {
+void checkUnnamed7246(core.List<api.Node> o) {
unittest.expect(o, unittest.hasLength(2));
checkNode(o[0] as api.Node);
checkNode(o[1] as api.Node);
}
-core.List<core.String> buildUnnamed7196() {
+core.List<core.String> buildUnnamed7247() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7196(core.List<core.String> o) {
+void checkUnnamed7247(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -202,8 +202,8 @@
buildCounterListNodesResponse++;
if (buildCounterListNodesResponse < 3) {
o.nextPageToken = 'foo';
- o.nodes = buildUnnamed7195();
- o.unreachable = buildUnnamed7196();
+ o.nodes = buildUnnamed7246();
+ o.unreachable = buildUnnamed7247();
}
buildCounterListNodesResponse--;
return o;
@@ -216,20 +216,20 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7195(o.nodes!);
- checkUnnamed7196(o.unreachable!);
+ checkUnnamed7246(o.nodes!);
+ checkUnnamed7247(o.unreachable!);
}
buildCounterListNodesResponse--;
}
-core.List<api.Operation> buildUnnamed7197() {
+core.List<api.Operation> buildUnnamed7248() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed7197(core.List<api.Operation> o) {
+void checkUnnamed7248(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -241,7 +241,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed7197();
+ o.operations = buildUnnamed7248();
}
buildCounterListOperationsResponse--;
return o;
@@ -254,32 +254,32 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7197(o.operations!);
+ checkUnnamed7248(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.TensorFlowVersion> buildUnnamed7198() {
+core.List<api.TensorFlowVersion> buildUnnamed7249() {
var o = <api.TensorFlowVersion>[];
o.add(buildTensorFlowVersion());
o.add(buildTensorFlowVersion());
return o;
}
-void checkUnnamed7198(core.List<api.TensorFlowVersion> o) {
+void checkUnnamed7249(core.List<api.TensorFlowVersion> o) {
unittest.expect(o, unittest.hasLength(2));
checkTensorFlowVersion(o[0] as api.TensorFlowVersion);
checkTensorFlowVersion(o[1] as api.TensorFlowVersion);
}
-core.List<core.String> buildUnnamed7199() {
+core.List<core.String> buildUnnamed7250() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed7199(core.List<core.String> o) {
+void checkUnnamed7250(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -297,8 +297,8 @@
buildCounterListTensorFlowVersionsResponse++;
if (buildCounterListTensorFlowVersionsResponse < 3) {
o.nextPageToken = 'foo';
- o.tensorflowVersions = buildUnnamed7198();
- o.unreachable = buildUnnamed7199();
+ o.tensorflowVersions = buildUnnamed7249();
+ o.unreachable = buildUnnamed7250();
}
buildCounterListTensorFlowVersionsResponse--;
return o;
@@ -311,20 +311,20 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed7198(o.tensorflowVersions!);
- checkUnnamed7199(o.unreachable!);
+ checkUnnamed7249(o.tensorflowVersions!);
+ checkUnnamed7250(o.unreachable!);
}
buildCounterListTensorFlowVersionsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed7200() {
+core.Map<core.String, core.String> buildUnnamed7251() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7200(core.Map<core.String, core.String> o) {
+void checkUnnamed7251(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -336,7 +336,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7201() {
+core.Map<core.String, core.Object> buildUnnamed7252() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -351,7 +351,7 @@
return o;
}
-void checkUnnamed7201(core.Map<core.String, core.Object> o) {
+void checkUnnamed7252(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -389,9 +389,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed7200();
+ o.labels = buildUnnamed7251();
o.locationId = 'foo';
- o.metadata = buildUnnamed7201();
+ o.metadata = buildUnnamed7252();
o.name = 'foo';
}
buildCounterLocation--;
@@ -405,12 +405,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed7200(o.labels!);
+ checkUnnamed7251(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed7201(o.metadata!);
+ checkUnnamed7252(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -446,14 +446,14 @@
buildCounterNetworkEndpoint--;
}
-core.Map<core.String, core.String> buildUnnamed7202() {
+core.Map<core.String, core.String> buildUnnamed7253() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed7202(core.Map<core.String, core.String> o) {
+void checkUnnamed7253(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -465,27 +465,27 @@
);
}
-core.List<api.NetworkEndpoint> buildUnnamed7203() {
+core.List<api.NetworkEndpoint> buildUnnamed7254() {
var o = <api.NetworkEndpoint>[];
o.add(buildNetworkEndpoint());
o.add(buildNetworkEndpoint());
return o;
}
-void checkUnnamed7203(core.List<api.NetworkEndpoint> o) {
+void checkUnnamed7254(core.List<api.NetworkEndpoint> o) {
unittest.expect(o, unittest.hasLength(2));
checkNetworkEndpoint(o[0] as api.NetworkEndpoint);
checkNetworkEndpoint(o[1] as api.NetworkEndpoint);
}
-core.List<api.Symptom> buildUnnamed7204() {
+core.List<api.Symptom> buildUnnamed7255() {
var o = <api.Symptom>[];
o.add(buildSymptom());
o.add(buildSymptom());
return o;
}
-void checkUnnamed7204(core.List<api.Symptom> o) {
+void checkUnnamed7255(core.List<api.Symptom> o) {
unittest.expect(o, unittest.hasLength(2));
checkSymptom(o[0] as api.Symptom);
checkSymptom(o[1] as api.Symptom);
@@ -504,15 +504,15 @@
o.health = 'foo';
o.healthDescription = 'foo';
o.ipAddress = 'foo';
- o.labels = buildUnnamed7202();
+ o.labels = buildUnnamed7253();
o.name = 'foo';
o.network = 'foo';
- o.networkEndpoints = buildUnnamed7203();
+ o.networkEndpoints = buildUnnamed7254();
o.port = 'foo';
o.schedulingConfig = buildSchedulingConfig();
o.serviceAccount = 'foo';
o.state = 'foo';
- o.symptoms = buildUnnamed7204();
+ o.symptoms = buildUnnamed7255();
o.tensorflowVersion = 'foo';
o.useServiceNetworking = true;
}
@@ -555,7 +555,7 @@
o.ipAddress!,
unittest.equals('foo'),
);
- checkUnnamed7202(o.labels!);
+ checkUnnamed7253(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -564,7 +564,7 @@
o.network!,
unittest.equals('foo'),
);
- checkUnnamed7203(o.networkEndpoints!);
+ checkUnnamed7254(o.networkEndpoints!);
unittest.expect(
o.port!,
unittest.equals('foo'),
@@ -578,7 +578,7 @@
o.state!,
unittest.equals('foo'),
);
- checkUnnamed7204(o.symptoms!);
+ checkUnnamed7255(o.symptoms!);
unittest.expect(
o.tensorflowVersion!,
unittest.equals('foo'),
@@ -588,7 +588,7 @@
buildCounterNode--;
}
-core.Map<core.String, core.Object> buildUnnamed7205() {
+core.Map<core.String, core.Object> buildUnnamed7256() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -603,7 +603,7 @@
return o;
}
-void checkUnnamed7205(core.Map<core.String, core.Object> o) {
+void checkUnnamed7256(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -635,7 +635,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed7206() {
+core.Map<core.String, core.Object> buildUnnamed7257() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -650,7 +650,7 @@
return o;
}
-void checkUnnamed7206(core.Map<core.String, core.Object> o) {
+void checkUnnamed7257(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -689,9 +689,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed7205();
+ o.metadata = buildUnnamed7256();
o.name = 'foo';
- o.response = buildUnnamed7206();
+ o.response = buildUnnamed7257();
}
buildCounterOperation--;
return o;
@@ -702,12 +702,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed7205(o.metadata!);
+ checkUnnamed7256(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed7206(o.response!);
+ checkUnnamed7257(o.response!);
}
buildCounterOperation--;
}
@@ -819,7 +819,7 @@
buildCounterStartNodeRequest--;
}
-core.Map<core.String, core.Object> buildUnnamed7207() {
+core.Map<core.String, core.Object> buildUnnamed7258() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -834,7 +834,7 @@
return o;
}
-void checkUnnamed7207(core.Map<core.String, core.Object> o) {
+void checkUnnamed7258(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -866,17 +866,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed7208() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed7259() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed7207());
- o.add(buildUnnamed7207());
+ o.add(buildUnnamed7258());
+ o.add(buildUnnamed7258());
return o;
}
-void checkUnnamed7208(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed7259(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed7207(o[0]);
- checkUnnamed7207(o[1]);
+ checkUnnamed7258(o[0]);
+ checkUnnamed7258(o[1]);
}
core.int buildCounterStatus = 0;
@@ -885,7 +885,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed7208();
+ o.details = buildUnnamed7259();
o.message = 'foo';
}
buildCounterStatus--;
@@ -899,7 +899,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed7208(o.details!);
+ checkUnnamed7259(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/trafficdirector/v2_test.dart b/generated/googleapis/test/trafficdirector/v2_test.dart
index 4e62f4f..104781c 100644
--- a/generated/googleapis/test/trafficdirector/v2_test.dart
+++ b/generated/googleapis/test/trafficdirector/v2_test.dart
@@ -48,7 +48,7 @@
buildCounterAddress--;
}
-core.Map<core.String, core.Object> buildUnnamed2565() {
+core.Map<core.String, core.Object> buildUnnamed2572() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -63,7 +63,7 @@
return o;
}
-void checkUnnamed2565(core.Map<core.String, core.Object> o) {
+void checkUnnamed2572(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -100,7 +100,7 @@
var o = api.BuildVersion();
buildCounterBuildVersion++;
if (buildCounterBuildVersion < 3) {
- o.metadata = buildUnnamed2565();
+ o.metadata = buildUnnamed2572();
o.version = buildSemanticVersion();
}
buildCounterBuildVersion--;
@@ -110,20 +110,20 @@
void checkBuildVersion(api.BuildVersion o) {
buildCounterBuildVersion++;
if (buildCounterBuildVersion < 3) {
- checkUnnamed2565(o.metadata!);
+ checkUnnamed2572(o.metadata!);
checkSemanticVersion(o.version! as api.SemanticVersion);
}
buildCounterBuildVersion--;
}
-core.List<api.PerXdsConfig> buildUnnamed2566() {
+core.List<api.PerXdsConfig> buildUnnamed2573() {
var o = <api.PerXdsConfig>[];
o.add(buildPerXdsConfig());
o.add(buildPerXdsConfig());
return o;
}
-void checkUnnamed2566(core.List<api.PerXdsConfig> o) {
+void checkUnnamed2573(core.List<api.PerXdsConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkPerXdsConfig(o[0] as api.PerXdsConfig);
checkPerXdsConfig(o[1] as api.PerXdsConfig);
@@ -135,7 +135,7 @@
buildCounterClientConfig++;
if (buildCounterClientConfig < 3) {
o.node = buildNode();
- o.xdsConfig = buildUnnamed2566();
+ o.xdsConfig = buildUnnamed2573();
}
buildCounterClientConfig--;
return o;
@@ -145,19 +145,19 @@
buildCounterClientConfig++;
if (buildCounterClientConfig < 3) {
checkNode(o.node! as api.Node);
- checkUnnamed2566(o.xdsConfig!);
+ checkUnnamed2573(o.xdsConfig!);
}
buildCounterClientConfig--;
}
-core.List<api.NodeMatcher> buildUnnamed2567() {
+core.List<api.NodeMatcher> buildUnnamed2574() {
var o = <api.NodeMatcher>[];
o.add(buildNodeMatcher());
o.add(buildNodeMatcher());
return o;
}
-void checkUnnamed2567(core.List<api.NodeMatcher> o) {
+void checkUnnamed2574(core.List<api.NodeMatcher> o) {
unittest.expect(o, unittest.hasLength(2));
checkNodeMatcher(o[0] as api.NodeMatcher);
checkNodeMatcher(o[1] as api.NodeMatcher);
@@ -168,7 +168,7 @@
var o = api.ClientStatusRequest();
buildCounterClientStatusRequest++;
if (buildCounterClientStatusRequest < 3) {
- o.nodeMatchers = buildUnnamed2567();
+ o.nodeMatchers = buildUnnamed2574();
}
buildCounterClientStatusRequest--;
return o;
@@ -177,19 +177,19 @@
void checkClientStatusRequest(api.ClientStatusRequest o) {
buildCounterClientStatusRequest++;
if (buildCounterClientStatusRequest < 3) {
- checkUnnamed2567(o.nodeMatchers!);
+ checkUnnamed2574(o.nodeMatchers!);
}
buildCounterClientStatusRequest--;
}
-core.List<api.ClientConfig> buildUnnamed2568() {
+core.List<api.ClientConfig> buildUnnamed2575() {
var o = <api.ClientConfig>[];
o.add(buildClientConfig());
o.add(buildClientConfig());
return o;
}
-void checkUnnamed2568(core.List<api.ClientConfig> o) {
+void checkUnnamed2575(core.List<api.ClientConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkClientConfig(o[0] as api.ClientConfig);
checkClientConfig(o[1] as api.ClientConfig);
@@ -200,7 +200,7 @@
var o = api.ClientStatusResponse();
buildCounterClientStatusResponse++;
if (buildCounterClientStatusResponse < 3) {
- o.config = buildUnnamed2568();
+ o.config = buildUnnamed2575();
}
buildCounterClientStatusResponse--;
return o;
@@ -209,45 +209,45 @@
void checkClientStatusResponse(api.ClientStatusResponse o) {
buildCounterClientStatusResponse++;
if (buildCounterClientStatusResponse < 3) {
- checkUnnamed2568(o.config!);
+ checkUnnamed2575(o.config!);
}
buildCounterClientStatusResponse--;
}
-core.List<api.DynamicCluster> buildUnnamed2569() {
+core.List<api.DynamicCluster> buildUnnamed2576() {
var o = <api.DynamicCluster>[];
o.add(buildDynamicCluster());
o.add(buildDynamicCluster());
return o;
}
-void checkUnnamed2569(core.List<api.DynamicCluster> o) {
+void checkUnnamed2576(core.List<api.DynamicCluster> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicCluster(o[0] as api.DynamicCluster);
checkDynamicCluster(o[1] as api.DynamicCluster);
}
-core.List<api.DynamicCluster> buildUnnamed2570() {
+core.List<api.DynamicCluster> buildUnnamed2577() {
var o = <api.DynamicCluster>[];
o.add(buildDynamicCluster());
o.add(buildDynamicCluster());
return o;
}
-void checkUnnamed2570(core.List<api.DynamicCluster> o) {
+void checkUnnamed2577(core.List<api.DynamicCluster> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicCluster(o[0] as api.DynamicCluster);
checkDynamicCluster(o[1] as api.DynamicCluster);
}
-core.List<api.StaticCluster> buildUnnamed2571() {
+core.List<api.StaticCluster> buildUnnamed2578() {
var o = <api.StaticCluster>[];
o.add(buildStaticCluster());
o.add(buildStaticCluster());
return o;
}
-void checkUnnamed2571(core.List<api.StaticCluster> o) {
+void checkUnnamed2578(core.List<api.StaticCluster> o) {
unittest.expect(o, unittest.hasLength(2));
checkStaticCluster(o[0] as api.StaticCluster);
checkStaticCluster(o[1] as api.StaticCluster);
@@ -258,9 +258,9 @@
var o = api.ClustersConfigDump();
buildCounterClustersConfigDump++;
if (buildCounterClustersConfigDump < 3) {
- o.dynamicActiveClusters = buildUnnamed2569();
- o.dynamicWarmingClusters = buildUnnamed2570();
- o.staticClusters = buildUnnamed2571();
+ o.dynamicActiveClusters = buildUnnamed2576();
+ o.dynamicWarmingClusters = buildUnnamed2577();
+ o.staticClusters = buildUnnamed2578();
o.versionInfo = 'foo';
}
buildCounterClustersConfigDump--;
@@ -270,9 +270,9 @@
void checkClustersConfigDump(api.ClustersConfigDump o) {
buildCounterClustersConfigDump++;
if (buildCounterClustersConfigDump < 3) {
- checkUnnamed2569(o.dynamicActiveClusters!);
- checkUnnamed2570(o.dynamicWarmingClusters!);
- checkUnnamed2571(o.staticClusters!);
+ checkUnnamed2576(o.dynamicActiveClusters!);
+ checkUnnamed2577(o.dynamicWarmingClusters!);
+ checkUnnamed2578(o.staticClusters!);
unittest.expect(
o.versionInfo!,
unittest.equals('foo'),
@@ -332,7 +332,7 @@
buildCounterDoubleRange--;
}
-core.Map<core.String, core.Object> buildUnnamed2572() {
+core.Map<core.String, core.Object> buildUnnamed2579() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -347,7 +347,7 @@
return o;
}
-void checkUnnamed2572(core.Map<core.String, core.Object> o) {
+void checkUnnamed2579(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -384,7 +384,7 @@
var o = api.DynamicCluster();
buildCounterDynamicCluster++;
if (buildCounterDynamicCluster < 3) {
- o.cluster = buildUnnamed2572();
+ o.cluster = buildUnnamed2579();
o.lastUpdated = 'foo';
o.versionInfo = 'foo';
}
@@ -395,7 +395,7 @@
void checkDynamicCluster(api.DynamicCluster o) {
buildCounterDynamicCluster++;
if (buildCounterDynamicCluster < 3) {
- checkUnnamed2572(o.cluster!);
+ checkUnnamed2579(o.cluster!);
unittest.expect(
o.lastUpdated!,
unittest.equals('foo'),
@@ -438,7 +438,7 @@
buildCounterDynamicListener--;
}
-core.Map<core.String, core.Object> buildUnnamed2573() {
+core.Map<core.String, core.Object> buildUnnamed2580() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -453,7 +453,7 @@
return o;
}
-void checkUnnamed2573(core.Map<core.String, core.Object> o) {
+void checkUnnamed2580(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -491,7 +491,7 @@
buildCounterDynamicListenerState++;
if (buildCounterDynamicListenerState < 3) {
o.lastUpdated = 'foo';
- o.listener = buildUnnamed2573();
+ o.listener = buildUnnamed2580();
o.versionInfo = 'foo';
}
buildCounterDynamicListenerState--;
@@ -505,7 +505,7 @@
o.lastUpdated!,
unittest.equals('foo'),
);
- checkUnnamed2573(o.listener!);
+ checkUnnamed2580(o.listener!);
unittest.expect(
o.versionInfo!,
unittest.equals('foo'),
@@ -514,7 +514,7 @@
buildCounterDynamicListenerState--;
}
-core.Map<core.String, core.Object> buildUnnamed2574() {
+core.Map<core.String, core.Object> buildUnnamed2581() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -529,7 +529,7 @@
return o;
}
-void checkUnnamed2574(core.Map<core.String, core.Object> o) {
+void checkUnnamed2581(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -567,7 +567,7 @@
buildCounterDynamicRouteConfig++;
if (buildCounterDynamicRouteConfig < 3) {
o.lastUpdated = 'foo';
- o.routeConfig = buildUnnamed2574();
+ o.routeConfig = buildUnnamed2581();
o.versionInfo = 'foo';
}
buildCounterDynamicRouteConfig--;
@@ -581,7 +581,7 @@
o.lastUpdated!,
unittest.equals('foo'),
);
- checkUnnamed2574(o.routeConfig!);
+ checkUnnamed2581(o.routeConfig!);
unittest.expect(
o.versionInfo!,
unittest.equals('foo'),
@@ -590,7 +590,7 @@
buildCounterDynamicRouteConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed2575() {
+core.Map<core.String, core.Object> buildUnnamed2582() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -605,7 +605,7 @@
return o;
}
-void checkUnnamed2575(core.Map<core.String, core.Object> o) {
+void checkUnnamed2582(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted9 = (o['x']!) as core.Map;
unittest.expect(casted9, unittest.hasLength(3));
@@ -637,17 +637,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2576() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2583() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2575());
- o.add(buildUnnamed2575());
+ o.add(buildUnnamed2582());
+ o.add(buildUnnamed2582());
return o;
}
-void checkUnnamed2576(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2583(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2575(o[0]);
- checkUnnamed2575(o[1]);
+ checkUnnamed2582(o[0]);
+ checkUnnamed2582(o[1]);
}
core.int buildCounterDynamicScopedRouteConfigs = 0;
@@ -657,7 +657,7 @@
if (buildCounterDynamicScopedRouteConfigs < 3) {
o.lastUpdated = 'foo';
o.name = 'foo';
- o.scopedRouteConfigs = buildUnnamed2576();
+ o.scopedRouteConfigs = buildUnnamed2583();
o.versionInfo = 'foo';
}
buildCounterDynamicScopedRouteConfigs--;
@@ -675,7 +675,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2576(o.scopedRouteConfigs!);
+ checkUnnamed2583(o.scopedRouteConfigs!);
unittest.expect(
o.versionInfo!,
unittest.equals('foo'),
@@ -742,7 +742,7 @@
buildCounterGoogleRE2--;
}
-core.Map<core.String, core.Object> buildUnnamed2577() {
+core.Map<core.String, core.Object> buildUnnamed2584() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -757,7 +757,7 @@
return o;
}
-void checkUnnamed2577(core.Map<core.String, core.Object> o) {
+void checkUnnamed2584(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted11 = (o['x']!) as core.Map;
unittest.expect(casted11, unittest.hasLength(3));
@@ -789,17 +789,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed2578() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed2585() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed2577());
- o.add(buildUnnamed2577());
+ o.add(buildUnnamed2584());
+ o.add(buildUnnamed2584());
return o;
}
-void checkUnnamed2578(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed2585(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2577(o[0]);
- checkUnnamed2577(o[1]);
+ checkUnnamed2584(o[0]);
+ checkUnnamed2584(o[1]);
}
core.int buildCounterInlineScopedRouteConfigs = 0;
@@ -809,7 +809,7 @@
if (buildCounterInlineScopedRouteConfigs < 3) {
o.lastUpdated = 'foo';
o.name = 'foo';
- o.scopedRouteConfigs = buildUnnamed2578();
+ o.scopedRouteConfigs = buildUnnamed2585();
}
buildCounterInlineScopedRouteConfigs--;
return o;
@@ -826,7 +826,7 @@
o.name!,
unittest.equals('foo'),
);
- checkUnnamed2578(o.scopedRouteConfigs!);
+ checkUnnamed2585(o.scopedRouteConfigs!);
}
buildCounterInlineScopedRouteConfigs--;
}
@@ -850,27 +850,27 @@
buildCounterListMatcher--;
}
-core.List<api.DynamicListener> buildUnnamed2579() {
+core.List<api.DynamicListener> buildUnnamed2586() {
var o = <api.DynamicListener>[];
o.add(buildDynamicListener());
o.add(buildDynamicListener());
return o;
}
-void checkUnnamed2579(core.List<api.DynamicListener> o) {
+void checkUnnamed2586(core.List<api.DynamicListener> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicListener(o[0] as api.DynamicListener);
checkDynamicListener(o[1] as api.DynamicListener);
}
-core.List<api.StaticListener> buildUnnamed2580() {
+core.List<api.StaticListener> buildUnnamed2587() {
var o = <api.StaticListener>[];
o.add(buildStaticListener());
o.add(buildStaticListener());
return o;
}
-void checkUnnamed2580(core.List<api.StaticListener> o) {
+void checkUnnamed2587(core.List<api.StaticListener> o) {
unittest.expect(o, unittest.hasLength(2));
checkStaticListener(o[0] as api.StaticListener);
checkStaticListener(o[1] as api.StaticListener);
@@ -881,8 +881,8 @@
var o = api.ListenersConfigDump();
buildCounterListenersConfigDump++;
if (buildCounterListenersConfigDump < 3) {
- o.dynamicListeners = buildUnnamed2579();
- o.staticListeners = buildUnnamed2580();
+ o.dynamicListeners = buildUnnamed2586();
+ o.staticListeners = buildUnnamed2587();
o.versionInfo = 'foo';
}
buildCounterListenersConfigDump--;
@@ -892,8 +892,8 @@
void checkListenersConfigDump(api.ListenersConfigDump o) {
buildCounterListenersConfigDump++;
if (buildCounterListenersConfigDump < 3) {
- checkUnnamed2579(o.dynamicListeners!);
- checkUnnamed2580(o.staticListeners!);
+ checkUnnamed2586(o.dynamicListeners!);
+ checkUnnamed2587(o.staticListeners!);
unittest.expect(
o.versionInfo!,
unittest.equals('foo'),
@@ -934,14 +934,14 @@
buildCounterLocality--;
}
-core.List<core.String> buildUnnamed2581() {
+core.List<core.String> buildUnnamed2588() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed2581(core.List<core.String> o) {
+void checkUnnamed2588(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -953,33 +953,33 @@
);
}
-core.List<api.Extension> buildUnnamed2582() {
+core.List<api.Extension> buildUnnamed2589() {
var o = <api.Extension>[];
o.add(buildExtension());
o.add(buildExtension());
return o;
}
-void checkUnnamed2582(core.List<api.Extension> o) {
+void checkUnnamed2589(core.List<api.Extension> o) {
unittest.expect(o, unittest.hasLength(2));
checkExtension(o[0] as api.Extension);
checkExtension(o[1] as api.Extension);
}
-core.List<api.Address> buildUnnamed2583() {
+core.List<api.Address> buildUnnamed2590() {
var o = <api.Address>[];
o.add(buildAddress());
o.add(buildAddress());
return o;
}
-void checkUnnamed2583(core.List<api.Address> o) {
+void checkUnnamed2590(core.List<api.Address> o) {
unittest.expect(o, unittest.hasLength(2));
checkAddress(o[0] as api.Address);
checkAddress(o[1] as api.Address);
}
-core.Map<core.String, core.Object> buildUnnamed2584() {
+core.Map<core.String, core.Object> buildUnnamed2591() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -994,7 +994,7 @@
return o;
}
-void checkUnnamed2584(core.Map<core.String, core.Object> o) {
+void checkUnnamed2591(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted13 = (o['x']!) as core.Map;
unittest.expect(casted13, unittest.hasLength(3));
@@ -1032,13 +1032,13 @@
buildCounterNode++;
if (buildCounterNode < 3) {
o.buildVersion = 'foo';
- o.clientFeatures = buildUnnamed2581();
+ o.clientFeatures = buildUnnamed2588();
o.cluster = 'foo';
- o.extensions = buildUnnamed2582();
+ o.extensions = buildUnnamed2589();
o.id = 'foo';
- o.listeningAddresses = buildUnnamed2583();
+ o.listeningAddresses = buildUnnamed2590();
o.locality = buildLocality();
- o.metadata = buildUnnamed2584();
+ o.metadata = buildUnnamed2591();
o.userAgentBuildVersion = buildBuildVersion();
o.userAgentName = 'foo';
o.userAgentVersion = 'foo';
@@ -1054,19 +1054,19 @@
o.buildVersion!,
unittest.equals('foo'),
);
- checkUnnamed2581(o.clientFeatures!);
+ checkUnnamed2588(o.clientFeatures!);
unittest.expect(
o.cluster!,
unittest.equals('foo'),
);
- checkUnnamed2582(o.extensions!);
+ checkUnnamed2589(o.extensions!);
unittest.expect(
o.id!,
unittest.equals('foo'),
);
- checkUnnamed2583(o.listeningAddresses!);
+ checkUnnamed2590(o.listeningAddresses!);
checkLocality(o.locality! as api.Locality);
- checkUnnamed2584(o.metadata!);
+ checkUnnamed2591(o.metadata!);
checkBuildVersion(o.userAgentBuildVersion! as api.BuildVersion);
unittest.expect(
o.userAgentName!,
@@ -1080,14 +1080,14 @@
buildCounterNode--;
}
-core.List<api.StructMatcher> buildUnnamed2585() {
+core.List<api.StructMatcher> buildUnnamed2592() {
var o = <api.StructMatcher>[];
o.add(buildStructMatcher());
o.add(buildStructMatcher());
return o;
}
-void checkUnnamed2585(core.List<api.StructMatcher> o) {
+void checkUnnamed2592(core.List<api.StructMatcher> o) {
unittest.expect(o, unittest.hasLength(2));
checkStructMatcher(o[0] as api.StructMatcher);
checkStructMatcher(o[1] as api.StructMatcher);
@@ -1099,7 +1099,7 @@
buildCounterNodeMatcher++;
if (buildCounterNodeMatcher < 3) {
o.nodeId = buildStringMatcher();
- o.nodeMetadatas = buildUnnamed2585();
+ o.nodeMetadatas = buildUnnamed2592();
}
buildCounterNodeMatcher--;
return o;
@@ -1109,7 +1109,7 @@
buildCounterNodeMatcher++;
if (buildCounterNodeMatcher < 3) {
checkStringMatcher(o.nodeId! as api.StringMatcher);
- checkUnnamed2585(o.nodeMetadatas!);
+ checkUnnamed2592(o.nodeMetadatas!);
}
buildCounterNodeMatcher--;
}
@@ -1233,27 +1233,27 @@
buildCounterRegexMatcher--;
}
-core.List<api.DynamicRouteConfig> buildUnnamed2586() {
+core.List<api.DynamicRouteConfig> buildUnnamed2593() {
var o = <api.DynamicRouteConfig>[];
o.add(buildDynamicRouteConfig());
o.add(buildDynamicRouteConfig());
return o;
}
-void checkUnnamed2586(core.List<api.DynamicRouteConfig> o) {
+void checkUnnamed2593(core.List<api.DynamicRouteConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicRouteConfig(o[0] as api.DynamicRouteConfig);
checkDynamicRouteConfig(o[1] as api.DynamicRouteConfig);
}
-core.List<api.StaticRouteConfig> buildUnnamed2587() {
+core.List<api.StaticRouteConfig> buildUnnamed2594() {
var o = <api.StaticRouteConfig>[];
o.add(buildStaticRouteConfig());
o.add(buildStaticRouteConfig());
return o;
}
-void checkUnnamed2587(core.List<api.StaticRouteConfig> o) {
+void checkUnnamed2594(core.List<api.StaticRouteConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkStaticRouteConfig(o[0] as api.StaticRouteConfig);
checkStaticRouteConfig(o[1] as api.StaticRouteConfig);
@@ -1264,8 +1264,8 @@
var o = api.RoutesConfigDump();
buildCounterRoutesConfigDump++;
if (buildCounterRoutesConfigDump < 3) {
- o.dynamicRouteConfigs = buildUnnamed2586();
- o.staticRouteConfigs = buildUnnamed2587();
+ o.dynamicRouteConfigs = buildUnnamed2593();
+ o.staticRouteConfigs = buildUnnamed2594();
}
buildCounterRoutesConfigDump--;
return o;
@@ -1274,33 +1274,33 @@
void checkRoutesConfigDump(api.RoutesConfigDump o) {
buildCounterRoutesConfigDump++;
if (buildCounterRoutesConfigDump < 3) {
- checkUnnamed2586(o.dynamicRouteConfigs!);
- checkUnnamed2587(o.staticRouteConfigs!);
+ checkUnnamed2593(o.dynamicRouteConfigs!);
+ checkUnnamed2594(o.staticRouteConfigs!);
}
buildCounterRoutesConfigDump--;
}
-core.List<api.DynamicScopedRouteConfigs> buildUnnamed2588() {
+core.List<api.DynamicScopedRouteConfigs> buildUnnamed2595() {
var o = <api.DynamicScopedRouteConfigs>[];
o.add(buildDynamicScopedRouteConfigs());
o.add(buildDynamicScopedRouteConfigs());
return o;
}
-void checkUnnamed2588(core.List<api.DynamicScopedRouteConfigs> o) {
+void checkUnnamed2595(core.List<api.DynamicScopedRouteConfigs> o) {
unittest.expect(o, unittest.hasLength(2));
checkDynamicScopedRouteConfigs(o[0] as api.DynamicScopedRouteConfigs);
checkDynamicScopedRouteConfigs(o[1] as api.DynamicScopedRouteConfigs);
}
-core.List<api.InlineScopedRouteConfigs> buildUnnamed2589() {
+core.List<api.InlineScopedRouteConfigs> buildUnnamed2596() {
var o = <api.InlineScopedRouteConfigs>[];
o.add(buildInlineScopedRouteConfigs());
o.add(buildInlineScopedRouteConfigs());
return o;
}
-void checkUnnamed2589(core.List<api.InlineScopedRouteConfigs> o) {
+void checkUnnamed2596(core.List<api.InlineScopedRouteConfigs> o) {
unittest.expect(o, unittest.hasLength(2));
checkInlineScopedRouteConfigs(o[0] as api.InlineScopedRouteConfigs);
checkInlineScopedRouteConfigs(o[1] as api.InlineScopedRouteConfigs);
@@ -1311,8 +1311,8 @@
var o = api.ScopedRoutesConfigDump();
buildCounterScopedRoutesConfigDump++;
if (buildCounterScopedRoutesConfigDump < 3) {
- o.dynamicScopedRouteConfigs = buildUnnamed2588();
- o.inlineScopedRouteConfigs = buildUnnamed2589();
+ o.dynamicScopedRouteConfigs = buildUnnamed2595();
+ o.inlineScopedRouteConfigs = buildUnnamed2596();
}
buildCounterScopedRoutesConfigDump--;
return o;
@@ -1321,8 +1321,8 @@
void checkScopedRoutesConfigDump(api.ScopedRoutesConfigDump o) {
buildCounterScopedRoutesConfigDump++;
if (buildCounterScopedRoutesConfigDump < 3) {
- checkUnnamed2588(o.dynamicScopedRouteConfigs!);
- checkUnnamed2589(o.inlineScopedRouteConfigs!);
+ checkUnnamed2595(o.dynamicScopedRouteConfigs!);
+ checkUnnamed2596(o.inlineScopedRouteConfigs!);
}
buildCounterScopedRoutesConfigDump--;
}
@@ -1403,7 +1403,7 @@
buildCounterSocketAddress--;
}
-core.Map<core.String, core.Object> buildUnnamed2590() {
+core.Map<core.String, core.Object> buildUnnamed2597() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1418,7 +1418,7 @@
return o;
}
-void checkUnnamed2590(core.Map<core.String, core.Object> o) {
+void checkUnnamed2597(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted15 = (o['x']!) as core.Map;
unittest.expect(casted15, unittest.hasLength(3));
@@ -1455,7 +1455,7 @@
var o = api.StaticCluster();
buildCounterStaticCluster++;
if (buildCounterStaticCluster < 3) {
- o.cluster = buildUnnamed2590();
+ o.cluster = buildUnnamed2597();
o.lastUpdated = 'foo';
}
buildCounterStaticCluster--;
@@ -1465,7 +1465,7 @@
void checkStaticCluster(api.StaticCluster o) {
buildCounterStaticCluster++;
if (buildCounterStaticCluster < 3) {
- checkUnnamed2590(o.cluster!);
+ checkUnnamed2597(o.cluster!);
unittest.expect(
o.lastUpdated!,
unittest.equals('foo'),
@@ -1474,7 +1474,7 @@
buildCounterStaticCluster--;
}
-core.Map<core.String, core.Object> buildUnnamed2591() {
+core.Map<core.String, core.Object> buildUnnamed2598() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1489,7 +1489,7 @@
return o;
}
-void checkUnnamed2591(core.Map<core.String, core.Object> o) {
+void checkUnnamed2598(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted17 = (o['x']!) as core.Map;
unittest.expect(casted17, unittest.hasLength(3));
@@ -1527,7 +1527,7 @@
buildCounterStaticListener++;
if (buildCounterStaticListener < 3) {
o.lastUpdated = 'foo';
- o.listener = buildUnnamed2591();
+ o.listener = buildUnnamed2598();
}
buildCounterStaticListener--;
return o;
@@ -1540,12 +1540,12 @@
o.lastUpdated!,
unittest.equals('foo'),
);
- checkUnnamed2591(o.listener!);
+ checkUnnamed2598(o.listener!);
}
buildCounterStaticListener--;
}
-core.Map<core.String, core.Object> buildUnnamed2592() {
+core.Map<core.String, core.Object> buildUnnamed2599() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1560,7 +1560,7 @@
return o;
}
-void checkUnnamed2592(core.Map<core.String, core.Object> o) {
+void checkUnnamed2599(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted19 = (o['x']!) as core.Map;
unittest.expect(casted19, unittest.hasLength(3));
@@ -1598,7 +1598,7 @@
buildCounterStaticRouteConfig++;
if (buildCounterStaticRouteConfig < 3) {
o.lastUpdated = 'foo';
- o.routeConfig = buildUnnamed2592();
+ o.routeConfig = buildUnnamed2599();
}
buildCounterStaticRouteConfig--;
return o;
@@ -1611,7 +1611,7 @@
o.lastUpdated!,
unittest.equals('foo'),
);
- checkUnnamed2592(o.routeConfig!);
+ checkUnnamed2599(o.routeConfig!);
}
buildCounterStaticRouteConfig--;
}
@@ -1657,14 +1657,14 @@
buildCounterStringMatcher--;
}
-core.List<api.PathSegment> buildUnnamed2593() {
+core.List<api.PathSegment> buildUnnamed2600() {
var o = <api.PathSegment>[];
o.add(buildPathSegment());
o.add(buildPathSegment());
return o;
}
-void checkUnnamed2593(core.List<api.PathSegment> o) {
+void checkUnnamed2600(core.List<api.PathSegment> o) {
unittest.expect(o, unittest.hasLength(2));
checkPathSegment(o[0] as api.PathSegment);
checkPathSegment(o[1] as api.PathSegment);
@@ -1675,7 +1675,7 @@
var o = api.StructMatcher();
buildCounterStructMatcher++;
if (buildCounterStructMatcher < 3) {
- o.path = buildUnnamed2593();
+ o.path = buildUnnamed2600();
o.value = buildValueMatcher();
}
buildCounterStructMatcher--;
@@ -1685,13 +1685,13 @@
void checkStructMatcher(api.StructMatcher o) {
buildCounterStructMatcher++;
if (buildCounterStructMatcher < 3) {
- checkUnnamed2593(o.path!);
+ checkUnnamed2600(o.path!);
checkValueMatcher(o.value! as api.ValueMatcher);
}
buildCounterStructMatcher--;
}
-core.Map<core.String, core.Object> buildUnnamed2594() {
+core.Map<core.String, core.Object> buildUnnamed2601() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1706,7 +1706,7 @@
return o;
}
-void checkUnnamed2594(core.Map<core.String, core.Object> o) {
+void checkUnnamed2601(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted21 = (o['x']!) as core.Map;
unittest.expect(casted21, unittest.hasLength(3));
@@ -1744,7 +1744,7 @@
buildCounterUpdateFailureState++;
if (buildCounterUpdateFailureState < 3) {
o.details = 'foo';
- o.failedConfiguration = buildUnnamed2594();
+ o.failedConfiguration = buildUnnamed2601();
o.lastUpdateAttempt = 'foo';
}
buildCounterUpdateFailureState--;
@@ -1758,7 +1758,7 @@
o.details!,
unittest.equals('foo'),
);
- checkUnnamed2594(o.failedConfiguration!);
+ checkUnnamed2601(o.failedConfiguration!);
unittest.expect(
o.lastUpdateAttempt!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/translate/v3_test.dart b/generated/googleapis/test/translate/v3_test.dart
index c429f22..343b547 100644
--- a/generated/googleapis/test/translate/v3_test.dart
+++ b/generated/googleapis/test/translate/v3_test.dart
@@ -27,41 +27,41 @@
import '../test_shared.dart';
-core.Map<core.String, api.TranslateTextGlossaryConfig> buildUnnamed6547() {
+core.Map<core.String, api.TranslateTextGlossaryConfig> buildUnnamed6598() {
var o = <core.String, api.TranslateTextGlossaryConfig>{};
o['x'] = buildTranslateTextGlossaryConfig();
o['y'] = buildTranslateTextGlossaryConfig();
return o;
}
-void checkUnnamed6547(
+void checkUnnamed6598(
core.Map<core.String, api.TranslateTextGlossaryConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkTranslateTextGlossaryConfig(o['x']! as api.TranslateTextGlossaryConfig);
checkTranslateTextGlossaryConfig(o['y']! as api.TranslateTextGlossaryConfig);
}
-core.List<api.InputConfig> buildUnnamed6548() {
+core.List<api.InputConfig> buildUnnamed6599() {
var o = <api.InputConfig>[];
o.add(buildInputConfig());
o.add(buildInputConfig());
return o;
}
-void checkUnnamed6548(core.List<api.InputConfig> o) {
+void checkUnnamed6599(core.List<api.InputConfig> o) {
unittest.expect(o, unittest.hasLength(2));
checkInputConfig(o[0] as api.InputConfig);
checkInputConfig(o[1] as api.InputConfig);
}
-core.Map<core.String, core.String> buildUnnamed6549() {
+core.Map<core.String, core.String> buildUnnamed6600() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6549(core.Map<core.String, core.String> o) {
+void checkUnnamed6600(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -73,14 +73,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed6550() {
+core.Map<core.String, core.String> buildUnnamed6601() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6550(core.Map<core.String, core.String> o) {
+void checkUnnamed6601(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -92,14 +92,14 @@
);
}
-core.List<core.String> buildUnnamed6551() {
+core.List<core.String> buildUnnamed6602() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6551(core.List<core.String> o) {
+void checkUnnamed6602(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -116,13 +116,13 @@
var o = api.BatchTranslateTextRequest();
buildCounterBatchTranslateTextRequest++;
if (buildCounterBatchTranslateTextRequest < 3) {
- o.glossaries = buildUnnamed6547();
- o.inputConfigs = buildUnnamed6548();
- o.labels = buildUnnamed6549();
- o.models = buildUnnamed6550();
+ o.glossaries = buildUnnamed6598();
+ o.inputConfigs = buildUnnamed6599();
+ o.labels = buildUnnamed6600();
+ o.models = buildUnnamed6601();
o.outputConfig = buildOutputConfig();
o.sourceLanguageCode = 'foo';
- o.targetLanguageCodes = buildUnnamed6551();
+ o.targetLanguageCodes = buildUnnamed6602();
}
buildCounterBatchTranslateTextRequest--;
return o;
@@ -131,16 +131,16 @@
void checkBatchTranslateTextRequest(api.BatchTranslateTextRequest o) {
buildCounterBatchTranslateTextRequest++;
if (buildCounterBatchTranslateTextRequest < 3) {
- checkUnnamed6547(o.glossaries!);
- checkUnnamed6548(o.inputConfigs!);
- checkUnnamed6549(o.labels!);
- checkUnnamed6550(o.models!);
+ checkUnnamed6598(o.glossaries!);
+ checkUnnamed6599(o.inputConfigs!);
+ checkUnnamed6600(o.labels!);
+ checkUnnamed6601(o.models!);
checkOutputConfig(o.outputConfig! as api.OutputConfig);
unittest.expect(
o.sourceLanguageCode!,
unittest.equals('foo'),
);
- checkUnnamed6551(o.targetLanguageCodes!);
+ checkUnnamed6602(o.targetLanguageCodes!);
}
buildCounterBatchTranslateTextRequest--;
}
@@ -160,14 +160,14 @@
buildCounterCancelOperationRequest--;
}
-core.Map<core.String, core.String> buildUnnamed6552() {
+core.Map<core.String, core.String> buildUnnamed6603() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6552(core.Map<core.String, core.String> o) {
+void checkUnnamed6603(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -185,7 +185,7 @@
buildCounterDetectLanguageRequest++;
if (buildCounterDetectLanguageRequest < 3) {
o.content = 'foo';
- o.labels = buildUnnamed6552();
+ o.labels = buildUnnamed6603();
o.mimeType = 'foo';
o.model = 'foo';
}
@@ -200,7 +200,7 @@
o.content!,
unittest.equals('foo'),
);
- checkUnnamed6552(o.labels!);
+ checkUnnamed6603(o.labels!);
unittest.expect(
o.mimeType!,
unittest.equals('foo'),
@@ -213,14 +213,14 @@
buildCounterDetectLanguageRequest--;
}
-core.List<api.DetectedLanguage> buildUnnamed6553() {
+core.List<api.DetectedLanguage> buildUnnamed6604() {
var o = <api.DetectedLanguage>[];
o.add(buildDetectedLanguage());
o.add(buildDetectedLanguage());
return o;
}
-void checkUnnamed6553(core.List<api.DetectedLanguage> o) {
+void checkUnnamed6604(core.List<api.DetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkDetectedLanguage(o[0] as api.DetectedLanguage);
checkDetectedLanguage(o[1] as api.DetectedLanguage);
@@ -231,7 +231,7 @@
var o = api.DetectLanguageResponse();
buildCounterDetectLanguageResponse++;
if (buildCounterDetectLanguageResponse < 3) {
- o.languages = buildUnnamed6553();
+ o.languages = buildUnnamed6604();
}
buildCounterDetectLanguageResponse--;
return o;
@@ -240,7 +240,7 @@
void checkDetectLanguageResponse(api.DetectLanguageResponse o) {
buildCounterDetectLanguageResponse++;
if (buildCounterDetectLanguageResponse < 3) {
- checkUnnamed6553(o.languages!);
+ checkUnnamed6604(o.languages!);
}
buildCounterDetectLanguageResponse--;
}
@@ -444,14 +444,14 @@
buildCounterLanguageCodePair--;
}
-core.List<core.String> buildUnnamed6554() {
+core.List<core.String> buildUnnamed6605() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6554(core.List<core.String> o) {
+void checkUnnamed6605(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -468,7 +468,7 @@
var o = api.LanguageCodesSet();
buildCounterLanguageCodesSet++;
if (buildCounterLanguageCodesSet < 3) {
- o.languageCodes = buildUnnamed6554();
+ o.languageCodes = buildUnnamed6605();
}
buildCounterLanguageCodesSet--;
return o;
@@ -477,19 +477,19 @@
void checkLanguageCodesSet(api.LanguageCodesSet o) {
buildCounterLanguageCodesSet++;
if (buildCounterLanguageCodesSet < 3) {
- checkUnnamed6554(o.languageCodes!);
+ checkUnnamed6605(o.languageCodes!);
}
buildCounterLanguageCodesSet--;
}
-core.List<api.Glossary> buildUnnamed6555() {
+core.List<api.Glossary> buildUnnamed6606() {
var o = <api.Glossary>[];
o.add(buildGlossary());
o.add(buildGlossary());
return o;
}
-void checkUnnamed6555(core.List<api.Glossary> o) {
+void checkUnnamed6606(core.List<api.Glossary> o) {
unittest.expect(o, unittest.hasLength(2));
checkGlossary(o[0] as api.Glossary);
checkGlossary(o[1] as api.Glossary);
@@ -500,7 +500,7 @@
var o = api.ListGlossariesResponse();
buildCounterListGlossariesResponse++;
if (buildCounterListGlossariesResponse < 3) {
- o.glossaries = buildUnnamed6555();
+ o.glossaries = buildUnnamed6606();
o.nextPageToken = 'foo';
}
buildCounterListGlossariesResponse--;
@@ -510,7 +510,7 @@
void checkListGlossariesResponse(api.ListGlossariesResponse o) {
buildCounterListGlossariesResponse++;
if (buildCounterListGlossariesResponse < 3) {
- checkUnnamed6555(o.glossaries!);
+ checkUnnamed6606(o.glossaries!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -519,14 +519,14 @@
buildCounterListGlossariesResponse--;
}
-core.List<api.Location> buildUnnamed6556() {
+core.List<api.Location> buildUnnamed6607() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed6556(core.List<api.Location> o) {
+void checkUnnamed6607(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -537,7 +537,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed6556();
+ o.locations = buildUnnamed6607();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -547,7 +547,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed6556(o.locations!);
+ checkUnnamed6607(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -556,14 +556,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed6557() {
+core.List<api.Operation> buildUnnamed6608() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed6557(core.List<api.Operation> o) {
+void checkUnnamed6608(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -575,7 +575,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed6557();
+ o.operations = buildUnnamed6608();
}
buildCounterListOperationsResponse--;
return o;
@@ -588,19 +588,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6557(o.operations!);
+ checkUnnamed6608(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed6558() {
+core.Map<core.String, core.String> buildUnnamed6609() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6558(core.Map<core.String, core.String> o) {
+void checkUnnamed6609(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -612,7 +612,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6559() {
+core.Map<core.String, core.Object> buildUnnamed6610() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -627,7 +627,7 @@
return o;
}
-void checkUnnamed6559(core.Map<core.String, core.Object> o) {
+void checkUnnamed6610(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -665,9 +665,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed6558();
+ o.labels = buildUnnamed6609();
o.locationId = 'foo';
- o.metadata = buildUnnamed6559();
+ o.metadata = buildUnnamed6610();
o.name = 'foo';
}
buildCounterLocation--;
@@ -681,12 +681,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed6558(o.labels!);
+ checkUnnamed6609(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed6559(o.metadata!);
+ checkUnnamed6610(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -695,7 +695,7 @@
buildCounterLocation--;
}
-core.Map<core.String, core.Object> buildUnnamed6560() {
+core.Map<core.String, core.Object> buildUnnamed6611() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -710,7 +710,7 @@
return o;
}
-void checkUnnamed6560(core.Map<core.String, core.Object> o) {
+void checkUnnamed6611(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -742,7 +742,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6561() {
+core.Map<core.String, core.Object> buildUnnamed6612() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -757,7 +757,7 @@
return o;
}
-void checkUnnamed6561(core.Map<core.String, core.Object> o) {
+void checkUnnamed6612(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -796,9 +796,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed6560();
+ o.metadata = buildUnnamed6611();
o.name = 'foo';
- o.response = buildUnnamed6561();
+ o.response = buildUnnamed6612();
}
buildCounterOperation--;
return o;
@@ -809,12 +809,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed6560(o.metadata!);
+ checkUnnamed6611(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6561(o.response!);
+ checkUnnamed6612(o.response!);
}
buildCounterOperation--;
}
@@ -838,7 +838,7 @@
buildCounterOutputConfig--;
}
-core.Map<core.String, core.Object> buildUnnamed6562() {
+core.Map<core.String, core.Object> buildUnnamed6613() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -853,7 +853,7 @@
return o;
}
-void checkUnnamed6562(core.Map<core.String, core.Object> o) {
+void checkUnnamed6613(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -885,17 +885,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6563() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6614() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6562());
- o.add(buildUnnamed6562());
+ o.add(buildUnnamed6613());
+ o.add(buildUnnamed6613());
return o;
}
-void checkUnnamed6563(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6614(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6562(o[0]);
- checkUnnamed6562(o[1]);
+ checkUnnamed6613(o[0]);
+ checkUnnamed6613(o[1]);
}
core.int buildCounterStatus = 0;
@@ -904,7 +904,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed6563();
+ o.details = buildUnnamed6614();
o.message = 'foo';
}
buildCounterStatus--;
@@ -918,7 +918,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed6563(o.details!);
+ checkUnnamed6614(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -958,14 +958,14 @@
buildCounterSupportedLanguage--;
}
-core.List<api.SupportedLanguage> buildUnnamed6564() {
+core.List<api.SupportedLanguage> buildUnnamed6615() {
var o = <api.SupportedLanguage>[];
o.add(buildSupportedLanguage());
o.add(buildSupportedLanguage());
return o;
}
-void checkUnnamed6564(core.List<api.SupportedLanguage> o) {
+void checkUnnamed6615(core.List<api.SupportedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkSupportedLanguage(o[0] as api.SupportedLanguage);
checkSupportedLanguage(o[1] as api.SupportedLanguage);
@@ -976,7 +976,7 @@
var o = api.SupportedLanguages();
buildCounterSupportedLanguages++;
if (buildCounterSupportedLanguages < 3) {
- o.languages = buildUnnamed6564();
+ o.languages = buildUnnamed6615();
}
buildCounterSupportedLanguages--;
return o;
@@ -985,7 +985,7 @@
void checkSupportedLanguages(api.SupportedLanguages o) {
buildCounterSupportedLanguages++;
if (buildCounterSupportedLanguages < 3) {
- checkUnnamed6564(o.languages!);
+ checkUnnamed6615(o.languages!);
}
buildCounterSupportedLanguages--;
}
@@ -1014,14 +1014,14 @@
buildCounterTranslateTextGlossaryConfig--;
}
-core.List<core.String> buildUnnamed6565() {
+core.List<core.String> buildUnnamed6616() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6565(core.List<core.String> o) {
+void checkUnnamed6616(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1033,14 +1033,14 @@
);
}
-core.Map<core.String, core.String> buildUnnamed6566() {
+core.Map<core.String, core.String> buildUnnamed6617() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed6566(core.Map<core.String, core.String> o) {
+void checkUnnamed6617(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -1057,9 +1057,9 @@
var o = api.TranslateTextRequest();
buildCounterTranslateTextRequest++;
if (buildCounterTranslateTextRequest < 3) {
- o.contents = buildUnnamed6565();
+ o.contents = buildUnnamed6616();
o.glossaryConfig = buildTranslateTextGlossaryConfig();
- o.labels = buildUnnamed6566();
+ o.labels = buildUnnamed6617();
o.mimeType = 'foo';
o.model = 'foo';
o.sourceLanguageCode = 'foo';
@@ -1072,10 +1072,10 @@
void checkTranslateTextRequest(api.TranslateTextRequest o) {
buildCounterTranslateTextRequest++;
if (buildCounterTranslateTextRequest < 3) {
- checkUnnamed6565(o.contents!);
+ checkUnnamed6616(o.contents!);
checkTranslateTextGlossaryConfig(
o.glossaryConfig! as api.TranslateTextGlossaryConfig);
- checkUnnamed6566(o.labels!);
+ checkUnnamed6617(o.labels!);
unittest.expect(
o.mimeType!,
unittest.equals('foo'),
@@ -1096,27 +1096,27 @@
buildCounterTranslateTextRequest--;
}
-core.List<api.Translation> buildUnnamed6567() {
+core.List<api.Translation> buildUnnamed6618() {
var o = <api.Translation>[];
o.add(buildTranslation());
o.add(buildTranslation());
return o;
}
-void checkUnnamed6567(core.List<api.Translation> o) {
+void checkUnnamed6618(core.List<api.Translation> o) {
unittest.expect(o, unittest.hasLength(2));
checkTranslation(o[0] as api.Translation);
checkTranslation(o[1] as api.Translation);
}
-core.List<api.Translation> buildUnnamed6568() {
+core.List<api.Translation> buildUnnamed6619() {
var o = <api.Translation>[];
o.add(buildTranslation());
o.add(buildTranslation());
return o;
}
-void checkUnnamed6568(core.List<api.Translation> o) {
+void checkUnnamed6619(core.List<api.Translation> o) {
unittest.expect(o, unittest.hasLength(2));
checkTranslation(o[0] as api.Translation);
checkTranslation(o[1] as api.Translation);
@@ -1127,8 +1127,8 @@
var o = api.TranslateTextResponse();
buildCounterTranslateTextResponse++;
if (buildCounterTranslateTextResponse < 3) {
- o.glossaryTranslations = buildUnnamed6567();
- o.translations = buildUnnamed6568();
+ o.glossaryTranslations = buildUnnamed6618();
+ o.translations = buildUnnamed6619();
}
buildCounterTranslateTextResponse--;
return o;
@@ -1137,8 +1137,8 @@
void checkTranslateTextResponse(api.TranslateTextResponse o) {
buildCounterTranslateTextResponse++;
if (buildCounterTranslateTextResponse < 3) {
- checkUnnamed6567(o.glossaryTranslations!);
- checkUnnamed6568(o.translations!);
+ checkUnnamed6618(o.glossaryTranslations!);
+ checkUnnamed6619(o.translations!);
}
buildCounterTranslateTextResponse--;
}
diff --git a/generated/googleapis/test/vault/v1_test.dart b/generated/googleapis/test/vault/v1_test.dart
index 5923f1a..240e45e 100644
--- a/generated/googleapis/test/vault/v1_test.dart
+++ b/generated/googleapis/test/vault/v1_test.dart
@@ -75,14 +75,14 @@
buildCounterAccountCountError--;
}
-core.List<core.String> buildUnnamed6171() {
+core.List<core.String> buildUnnamed6222() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6171(core.List<core.String> o) {
+void checkUnnamed6222(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -99,7 +99,7 @@
var o = api.AccountInfo();
buildCounterAccountInfo++;
if (buildCounterAccountInfo < 3) {
- o.emails = buildUnnamed6171();
+ o.emails = buildUnnamed6222();
}
buildCounterAccountInfo--;
return o;
@@ -108,7 +108,7 @@
void checkAccountInfo(api.AccountInfo o) {
buildCounterAccountInfo++;
if (buildCounterAccountInfo < 3) {
- checkUnnamed6171(o.emails!);
+ checkUnnamed6222(o.emails!);
}
buildCounterAccountInfo--;
}
@@ -134,14 +134,14 @@
buildCounterAddHeldAccountResult--;
}
-core.List<core.String> buildUnnamed6172() {
+core.List<core.String> buildUnnamed6223() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6172(core.List<core.String> o) {
+void checkUnnamed6223(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -153,14 +153,14 @@
);
}
-core.List<core.String> buildUnnamed6173() {
+core.List<core.String> buildUnnamed6224() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6173(core.List<core.String> o) {
+void checkUnnamed6224(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -177,8 +177,8 @@
var o = api.AddHeldAccountsRequest();
buildCounterAddHeldAccountsRequest++;
if (buildCounterAddHeldAccountsRequest < 3) {
- o.accountIds = buildUnnamed6172();
- o.emails = buildUnnamed6173();
+ o.accountIds = buildUnnamed6223();
+ o.emails = buildUnnamed6224();
}
buildCounterAddHeldAccountsRequest--;
return o;
@@ -187,20 +187,20 @@
void checkAddHeldAccountsRequest(api.AddHeldAccountsRequest o) {
buildCounterAddHeldAccountsRequest++;
if (buildCounterAddHeldAccountsRequest < 3) {
- checkUnnamed6172(o.accountIds!);
- checkUnnamed6173(o.emails!);
+ checkUnnamed6223(o.accountIds!);
+ checkUnnamed6224(o.emails!);
}
buildCounterAddHeldAccountsRequest--;
}
-core.List<api.AddHeldAccountResult> buildUnnamed6174() {
+core.List<api.AddHeldAccountResult> buildUnnamed6225() {
var o = <api.AddHeldAccountResult>[];
o.add(buildAddHeldAccountResult());
o.add(buildAddHeldAccountResult());
return o;
}
-void checkUnnamed6174(core.List<api.AddHeldAccountResult> o) {
+void checkUnnamed6225(core.List<api.AddHeldAccountResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkAddHeldAccountResult(o[0] as api.AddHeldAccountResult);
checkAddHeldAccountResult(o[1] as api.AddHeldAccountResult);
@@ -211,7 +211,7 @@
var o = api.AddHeldAccountsResponse();
buildCounterAddHeldAccountsResponse++;
if (buildCounterAddHeldAccountsResponse < 3) {
- o.responses = buildUnnamed6174();
+ o.responses = buildUnnamed6225();
}
buildCounterAddHeldAccountsResponse--;
return o;
@@ -220,7 +220,7 @@
void checkAddHeldAccountsResponse(api.AddHeldAccountsResponse o) {
buildCounterAddHeldAccountsResponse++;
if (buildCounterAddHeldAccountsResponse < 3) {
- checkUnnamed6174(o.responses!);
+ checkUnnamed6225(o.responses!);
}
buildCounterAddHeldAccountsResponse--;
}
@@ -334,14 +334,14 @@
buildCounterCloudStorageFile--;
}
-core.List<api.CloudStorageFile> buildUnnamed6175() {
+core.List<api.CloudStorageFile> buildUnnamed6226() {
var o = <api.CloudStorageFile>[];
o.add(buildCloudStorageFile());
o.add(buildCloudStorageFile());
return o;
}
-void checkUnnamed6175(core.List<api.CloudStorageFile> o) {
+void checkUnnamed6226(core.List<api.CloudStorageFile> o) {
unittest.expect(o, unittest.hasLength(2));
checkCloudStorageFile(o[0] as api.CloudStorageFile);
checkCloudStorageFile(o[1] as api.CloudStorageFile);
@@ -352,7 +352,7 @@
var o = api.CloudStorageSink();
buildCounterCloudStorageSink++;
if (buildCounterCloudStorageSink < 3) {
- o.files = buildUnnamed6175();
+ o.files = buildUnnamed6226();
}
buildCounterCloudStorageSink--;
return o;
@@ -361,7 +361,7 @@
void checkCloudStorageSink(api.CloudStorageSink o) {
buildCounterCloudStorageSink++;
if (buildCounterCloudStorageSink < 3) {
- checkUnnamed6175(o.files!);
+ checkUnnamed6226(o.files!);
}
buildCounterCloudStorageSink--;
}
@@ -655,40 +655,40 @@
buildCounterExportStats--;
}
-core.List<api.AccountCountError> buildUnnamed6176() {
+core.List<api.AccountCountError> buildUnnamed6227() {
var o = <api.AccountCountError>[];
o.add(buildAccountCountError());
o.add(buildAccountCountError());
return o;
}
-void checkUnnamed6176(core.List<api.AccountCountError> o) {
+void checkUnnamed6227(core.List<api.AccountCountError> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountCountError(o[0] as api.AccountCountError);
checkAccountCountError(o[1] as api.AccountCountError);
}
-core.List<api.AccountCount> buildUnnamed6177() {
+core.List<api.AccountCount> buildUnnamed6228() {
var o = <api.AccountCount>[];
o.add(buildAccountCount());
o.add(buildAccountCount());
return o;
}
-void checkUnnamed6177(core.List<api.AccountCount> o) {
+void checkUnnamed6228(core.List<api.AccountCount> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountCount(o[0] as api.AccountCount);
checkAccountCount(o[1] as api.AccountCount);
}
-core.List<core.String> buildUnnamed6178() {
+core.List<core.String> buildUnnamed6229() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6178(core.List<core.String> o) {
+void checkUnnamed6229(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -705,10 +705,10 @@
var o = api.GroupsCountResult();
buildCounterGroupsCountResult++;
if (buildCounterGroupsCountResult < 3) {
- o.accountCountErrors = buildUnnamed6176();
- o.accountCounts = buildUnnamed6177();
+ o.accountCountErrors = buildUnnamed6227();
+ o.accountCounts = buildUnnamed6228();
o.matchingAccountsCount = 'foo';
- o.nonQueryableAccounts = buildUnnamed6178();
+ o.nonQueryableAccounts = buildUnnamed6229();
o.queriedAccountsCount = 'foo';
}
buildCounterGroupsCountResult--;
@@ -718,13 +718,13 @@
void checkGroupsCountResult(api.GroupsCountResult o) {
buildCounterGroupsCountResult++;
if (buildCounterGroupsCountResult < 3) {
- checkUnnamed6176(o.accountCountErrors!);
- checkUnnamed6177(o.accountCounts!);
+ checkUnnamed6227(o.accountCountErrors!);
+ checkUnnamed6228(o.accountCounts!);
unittest.expect(
o.matchingAccountsCount!,
unittest.equals('foo'),
);
- checkUnnamed6178(o.nonQueryableAccounts!);
+ checkUnnamed6229(o.nonQueryableAccounts!);
unittest.expect(
o.queriedAccountsCount!,
unittest.equals('foo'),
@@ -777,14 +777,14 @@
buildCounterHangoutsChatExportOptions--;
}
-core.List<core.String> buildUnnamed6179() {
+core.List<core.String> buildUnnamed6230() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6179(core.List<core.String> o) {
+void checkUnnamed6230(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -801,7 +801,7 @@
var o = api.HangoutsChatInfo();
buildCounterHangoutsChatInfo++;
if (buildCounterHangoutsChatInfo < 3) {
- o.roomId = buildUnnamed6179();
+ o.roomId = buildUnnamed6230();
}
buildCounterHangoutsChatInfo--;
return o;
@@ -810,7 +810,7 @@
void checkHangoutsChatInfo(api.HangoutsChatInfo o) {
buildCounterHangoutsChatInfo++;
if (buildCounterHangoutsChatInfo < 3) {
- checkUnnamed6179(o.roomId!);
+ checkUnnamed6230(o.roomId!);
}
buildCounterHangoutsChatInfo--;
}
@@ -1007,14 +1007,14 @@
buildCounterHeldOrgUnit--;
}
-core.List<core.String> buildUnnamed6180() {
+core.List<core.String> buildUnnamed6231() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6180(core.List<core.String> o) {
+void checkUnnamed6231(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1031,7 +1031,7 @@
var o = api.HeldVoiceQuery();
buildCounterHeldVoiceQuery++;
if (buildCounterHeldVoiceQuery < 3) {
- o.coveredData = buildUnnamed6180();
+ o.coveredData = buildUnnamed6231();
}
buildCounterHeldVoiceQuery--;
return o;
@@ -1040,19 +1040,19 @@
void checkHeldVoiceQuery(api.HeldVoiceQuery o) {
buildCounterHeldVoiceQuery++;
if (buildCounterHeldVoiceQuery < 3) {
- checkUnnamed6180(o.coveredData!);
+ checkUnnamed6231(o.coveredData!);
}
buildCounterHeldVoiceQuery--;
}
-core.List<api.HeldAccount> buildUnnamed6181() {
+core.List<api.HeldAccount> buildUnnamed6232() {
var o = <api.HeldAccount>[];
o.add(buildHeldAccount());
o.add(buildHeldAccount());
return o;
}
-void checkUnnamed6181(core.List<api.HeldAccount> o) {
+void checkUnnamed6232(core.List<api.HeldAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkHeldAccount(o[0] as api.HeldAccount);
checkHeldAccount(o[1] as api.HeldAccount);
@@ -1063,7 +1063,7 @@
var o = api.Hold();
buildCounterHold++;
if (buildCounterHold < 3) {
- o.accounts = buildUnnamed6181();
+ o.accounts = buildUnnamed6232();
o.corpus = 'foo';
o.holdId = 'foo';
o.name = 'foo';
@@ -1078,7 +1078,7 @@
void checkHold(api.Hold o) {
buildCounterHold++;
if (buildCounterHold < 3) {
- checkUnnamed6181(o.accounts!);
+ checkUnnamed6232(o.accounts!);
unittest.expect(
o.corpus!,
unittest.equals('foo'),
@@ -1101,14 +1101,14 @@
buildCounterHold--;
}
-core.List<api.Export> buildUnnamed6182() {
+core.List<api.Export> buildUnnamed6233() {
var o = <api.Export>[];
o.add(buildExport());
o.add(buildExport());
return o;
}
-void checkUnnamed6182(core.List<api.Export> o) {
+void checkUnnamed6233(core.List<api.Export> o) {
unittest.expect(o, unittest.hasLength(2));
checkExport(o[0] as api.Export);
checkExport(o[1] as api.Export);
@@ -1119,7 +1119,7 @@
var o = api.ListExportsResponse();
buildCounterListExportsResponse++;
if (buildCounterListExportsResponse < 3) {
- o.exports = buildUnnamed6182();
+ o.exports = buildUnnamed6233();
o.nextPageToken = 'foo';
}
buildCounterListExportsResponse--;
@@ -1129,7 +1129,7 @@
void checkListExportsResponse(api.ListExportsResponse o) {
buildCounterListExportsResponse++;
if (buildCounterListExportsResponse < 3) {
- checkUnnamed6182(o.exports!);
+ checkUnnamed6233(o.exports!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1138,14 +1138,14 @@
buildCounterListExportsResponse--;
}
-core.List<api.HeldAccount> buildUnnamed6183() {
+core.List<api.HeldAccount> buildUnnamed6234() {
var o = <api.HeldAccount>[];
o.add(buildHeldAccount());
o.add(buildHeldAccount());
return o;
}
-void checkUnnamed6183(core.List<api.HeldAccount> o) {
+void checkUnnamed6234(core.List<api.HeldAccount> o) {
unittest.expect(o, unittest.hasLength(2));
checkHeldAccount(o[0] as api.HeldAccount);
checkHeldAccount(o[1] as api.HeldAccount);
@@ -1156,7 +1156,7 @@
var o = api.ListHeldAccountsResponse();
buildCounterListHeldAccountsResponse++;
if (buildCounterListHeldAccountsResponse < 3) {
- o.accounts = buildUnnamed6183();
+ o.accounts = buildUnnamed6234();
}
buildCounterListHeldAccountsResponse--;
return o;
@@ -1165,19 +1165,19 @@
void checkListHeldAccountsResponse(api.ListHeldAccountsResponse o) {
buildCounterListHeldAccountsResponse++;
if (buildCounterListHeldAccountsResponse < 3) {
- checkUnnamed6183(o.accounts!);
+ checkUnnamed6234(o.accounts!);
}
buildCounterListHeldAccountsResponse--;
}
-core.List<api.Hold> buildUnnamed6184() {
+core.List<api.Hold> buildUnnamed6235() {
var o = <api.Hold>[];
o.add(buildHold());
o.add(buildHold());
return o;
}
-void checkUnnamed6184(core.List<api.Hold> o) {
+void checkUnnamed6235(core.List<api.Hold> o) {
unittest.expect(o, unittest.hasLength(2));
checkHold(o[0] as api.Hold);
checkHold(o[1] as api.Hold);
@@ -1188,7 +1188,7 @@
var o = api.ListHoldsResponse();
buildCounterListHoldsResponse++;
if (buildCounterListHoldsResponse < 3) {
- o.holds = buildUnnamed6184();
+ o.holds = buildUnnamed6235();
o.nextPageToken = 'foo';
}
buildCounterListHoldsResponse--;
@@ -1198,7 +1198,7 @@
void checkListHoldsResponse(api.ListHoldsResponse o) {
buildCounterListHoldsResponse++;
if (buildCounterListHoldsResponse < 3) {
- checkUnnamed6184(o.holds!);
+ checkUnnamed6235(o.holds!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1207,14 +1207,14 @@
buildCounterListHoldsResponse--;
}
-core.List<api.Matter> buildUnnamed6185() {
+core.List<api.Matter> buildUnnamed6236() {
var o = <api.Matter>[];
o.add(buildMatter());
o.add(buildMatter());
return o;
}
-void checkUnnamed6185(core.List<api.Matter> o) {
+void checkUnnamed6236(core.List<api.Matter> o) {
unittest.expect(o, unittest.hasLength(2));
checkMatter(o[0] as api.Matter);
checkMatter(o[1] as api.Matter);
@@ -1225,7 +1225,7 @@
var o = api.ListMattersResponse();
buildCounterListMattersResponse++;
if (buildCounterListMattersResponse < 3) {
- o.matters = buildUnnamed6185();
+ o.matters = buildUnnamed6236();
o.nextPageToken = 'foo';
}
buildCounterListMattersResponse--;
@@ -1235,7 +1235,7 @@
void checkListMattersResponse(api.ListMattersResponse o) {
buildCounterListMattersResponse++;
if (buildCounterListMattersResponse < 3) {
- checkUnnamed6185(o.matters!);
+ checkUnnamed6236(o.matters!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -1244,14 +1244,14 @@
buildCounterListMattersResponse--;
}
-core.List<api.Operation> buildUnnamed6186() {
+core.List<api.Operation> buildUnnamed6237() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed6186(core.List<api.Operation> o) {
+void checkUnnamed6237(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -1263,7 +1263,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed6186();
+ o.operations = buildUnnamed6237();
}
buildCounterListOperationsResponse--;
return o;
@@ -1276,19 +1276,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6186(o.operations!);
+ checkUnnamed6237(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.SavedQuery> buildUnnamed6187() {
+core.List<api.SavedQuery> buildUnnamed6238() {
var o = <api.SavedQuery>[];
o.add(buildSavedQuery());
o.add(buildSavedQuery());
return o;
}
-void checkUnnamed6187(core.List<api.SavedQuery> o) {
+void checkUnnamed6238(core.List<api.SavedQuery> o) {
unittest.expect(o, unittest.hasLength(2));
checkSavedQuery(o[0] as api.SavedQuery);
checkSavedQuery(o[1] as api.SavedQuery);
@@ -1300,7 +1300,7 @@
buildCounterListSavedQueriesResponse++;
if (buildCounterListSavedQueriesResponse < 3) {
o.nextPageToken = 'foo';
- o.savedQueries = buildUnnamed6187();
+ o.savedQueries = buildUnnamed6238();
}
buildCounterListSavedQueriesResponse--;
return o;
@@ -1313,45 +1313,45 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed6187(o.savedQueries!);
+ checkUnnamed6238(o.savedQueries!);
}
buildCounterListSavedQueriesResponse--;
}
-core.List<api.AccountCountError> buildUnnamed6188() {
+core.List<api.AccountCountError> buildUnnamed6239() {
var o = <api.AccountCountError>[];
o.add(buildAccountCountError());
o.add(buildAccountCountError());
return o;
}
-void checkUnnamed6188(core.List<api.AccountCountError> o) {
+void checkUnnamed6239(core.List<api.AccountCountError> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountCountError(o[0] as api.AccountCountError);
checkAccountCountError(o[1] as api.AccountCountError);
}
-core.List<api.AccountCount> buildUnnamed6189() {
+core.List<api.AccountCount> buildUnnamed6240() {
var o = <api.AccountCount>[];
o.add(buildAccountCount());
o.add(buildAccountCount());
return o;
}
-void checkUnnamed6189(core.List<api.AccountCount> o) {
+void checkUnnamed6240(core.List<api.AccountCount> o) {
unittest.expect(o, unittest.hasLength(2));
checkAccountCount(o[0] as api.AccountCount);
checkAccountCount(o[1] as api.AccountCount);
}
-core.List<core.String> buildUnnamed6190() {
+core.List<core.String> buildUnnamed6241() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6190(core.List<core.String> o) {
+void checkUnnamed6241(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1368,10 +1368,10 @@
var o = api.MailCountResult();
buildCounterMailCountResult++;
if (buildCounterMailCountResult < 3) {
- o.accountCountErrors = buildUnnamed6188();
- o.accountCounts = buildUnnamed6189();
+ o.accountCountErrors = buildUnnamed6239();
+ o.accountCounts = buildUnnamed6240();
o.matchingAccountsCount = 'foo';
- o.nonQueryableAccounts = buildUnnamed6190();
+ o.nonQueryableAccounts = buildUnnamed6241();
o.queriedAccountsCount = 'foo';
}
buildCounterMailCountResult--;
@@ -1381,13 +1381,13 @@
void checkMailCountResult(api.MailCountResult o) {
buildCounterMailCountResult++;
if (buildCounterMailCountResult < 3) {
- checkUnnamed6188(o.accountCountErrors!);
- checkUnnamed6189(o.accountCounts!);
+ checkUnnamed6239(o.accountCountErrors!);
+ checkUnnamed6240(o.accountCounts!);
unittest.expect(
o.matchingAccountsCount!,
unittest.equals('foo'),
);
- checkUnnamed6190(o.nonQueryableAccounts!);
+ checkUnnamed6241(o.nonQueryableAccounts!);
unittest.expect(
o.queriedAccountsCount!,
unittest.equals('foo'),
@@ -1439,14 +1439,14 @@
buildCounterMailOptions--;
}
-core.List<api.MatterPermission> buildUnnamed6191() {
+core.List<api.MatterPermission> buildUnnamed6242() {
var o = <api.MatterPermission>[];
o.add(buildMatterPermission());
o.add(buildMatterPermission());
return o;
}
-void checkUnnamed6191(core.List<api.MatterPermission> o) {
+void checkUnnamed6242(core.List<api.MatterPermission> o) {
unittest.expect(o, unittest.hasLength(2));
checkMatterPermission(o[0] as api.MatterPermission);
checkMatterPermission(o[1] as api.MatterPermission);
@@ -1459,7 +1459,7 @@
if (buildCounterMatter < 3) {
o.description = 'foo';
o.matterId = 'foo';
- o.matterPermissions = buildUnnamed6191();
+ o.matterPermissions = buildUnnamed6242();
o.name = 'foo';
o.state = 'foo';
}
@@ -1478,7 +1478,7 @@
o.matterId!,
unittest.equals('foo'),
);
- checkUnnamed6191(o.matterPermissions!);
+ checkUnnamed6242(o.matterPermissions!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -1518,7 +1518,7 @@
buildCounterMatterPermission--;
}
-core.Map<core.String, core.Object> buildUnnamed6192() {
+core.Map<core.String, core.Object> buildUnnamed6243() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1533,7 +1533,7 @@
return o;
}
-void checkUnnamed6192(core.Map<core.String, core.Object> o) {
+void checkUnnamed6243(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -1565,7 +1565,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed6193() {
+core.Map<core.String, core.Object> buildUnnamed6244() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1580,7 +1580,7 @@
return o;
}
-void checkUnnamed6193(core.Map<core.String, core.Object> o) {
+void checkUnnamed6244(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -1619,9 +1619,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed6192();
+ o.metadata = buildUnnamed6243();
o.name = 'foo';
- o.response = buildUnnamed6193();
+ o.response = buildUnnamed6244();
}
buildCounterOperation--;
return o;
@@ -1632,12 +1632,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed6192(o.metadata!);
+ checkUnnamed6243(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed6193(o.response!);
+ checkUnnamed6244(o.response!);
}
buildCounterOperation--;
}
@@ -1739,14 +1739,14 @@
buildCounterQuery--;
}
-core.List<core.String> buildUnnamed6194() {
+core.List<core.String> buildUnnamed6245() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6194(core.List<core.String> o) {
+void checkUnnamed6245(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1763,7 +1763,7 @@
var o = api.RemoveHeldAccountsRequest();
buildCounterRemoveHeldAccountsRequest++;
if (buildCounterRemoveHeldAccountsRequest < 3) {
- o.accountIds = buildUnnamed6194();
+ o.accountIds = buildUnnamed6245();
}
buildCounterRemoveHeldAccountsRequest--;
return o;
@@ -1772,19 +1772,19 @@
void checkRemoveHeldAccountsRequest(api.RemoveHeldAccountsRequest o) {
buildCounterRemoveHeldAccountsRequest++;
if (buildCounterRemoveHeldAccountsRequest < 3) {
- checkUnnamed6194(o.accountIds!);
+ checkUnnamed6245(o.accountIds!);
}
buildCounterRemoveHeldAccountsRequest--;
}
-core.List<api.Status> buildUnnamed6195() {
+core.List<api.Status> buildUnnamed6246() {
var o = <api.Status>[];
o.add(buildStatus());
o.add(buildStatus());
return o;
}
-void checkUnnamed6195(core.List<api.Status> o) {
+void checkUnnamed6246(core.List<api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o[0] as api.Status);
checkStatus(o[1] as api.Status);
@@ -1795,7 +1795,7 @@
var o = api.RemoveHeldAccountsResponse();
buildCounterRemoveHeldAccountsResponse++;
if (buildCounterRemoveHeldAccountsResponse < 3) {
- o.statuses = buildUnnamed6195();
+ o.statuses = buildUnnamed6246();
}
buildCounterRemoveHeldAccountsResponse--;
return o;
@@ -1804,7 +1804,7 @@
void checkRemoveHeldAccountsResponse(api.RemoveHeldAccountsResponse o) {
buildCounterRemoveHeldAccountsResponse++;
if (buildCounterRemoveHeldAccountsResponse < 3) {
- checkUnnamed6195(o.statuses!);
+ checkUnnamed6246(o.statuses!);
}
buildCounterRemoveHeldAccountsResponse--;
}
@@ -1904,14 +1904,14 @@
buildCounterSavedQuery--;
}
-core.List<core.String> buildUnnamed6196() {
+core.List<core.String> buildUnnamed6247() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6196(core.List<core.String> o) {
+void checkUnnamed6247(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1928,7 +1928,7 @@
var o = api.SharedDriveInfo();
buildCounterSharedDriveInfo++;
if (buildCounterSharedDriveInfo < 3) {
- o.sharedDriveIds = buildUnnamed6196();
+ o.sharedDriveIds = buildUnnamed6247();
}
buildCounterSharedDriveInfo--;
return o;
@@ -1937,12 +1937,12 @@
void checkSharedDriveInfo(api.SharedDriveInfo o) {
buildCounterSharedDriveInfo++;
if (buildCounterSharedDriveInfo < 3) {
- checkUnnamed6196(o.sharedDriveIds!);
+ checkUnnamed6247(o.sharedDriveIds!);
}
buildCounterSharedDriveInfo--;
}
-core.Map<core.String, core.Object> buildUnnamed6197() {
+core.Map<core.String, core.Object> buildUnnamed6248() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -1957,7 +1957,7 @@
return o;
}
-void checkUnnamed6197(core.Map<core.String, core.Object> o) {
+void checkUnnamed6248(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -1989,17 +1989,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed6198() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed6249() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed6197());
- o.add(buildUnnamed6197());
+ o.add(buildUnnamed6248());
+ o.add(buildUnnamed6248());
return o;
}
-void checkUnnamed6198(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed6249(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6197(o[0]);
- checkUnnamed6197(o[1]);
+ checkUnnamed6248(o[0]);
+ checkUnnamed6248(o[1]);
}
core.int buildCounterStatus = 0;
@@ -2008,7 +2008,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed6198();
+ o.details = buildUnnamed6249();
o.message = 'foo';
}
buildCounterStatus--;
@@ -2022,7 +2022,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed6198(o.details!);
+ checkUnnamed6249(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -2031,14 +2031,14 @@
buildCounterStatus--;
}
-core.List<core.String> buildUnnamed6199() {
+core.List<core.String> buildUnnamed6250() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6199(core.List<core.String> o) {
+void checkUnnamed6250(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2055,7 +2055,7 @@
var o = api.TeamDriveInfo();
buildCounterTeamDriveInfo++;
if (buildCounterTeamDriveInfo < 3) {
- o.teamDriveIds = buildUnnamed6199();
+ o.teamDriveIds = buildUnnamed6250();
}
buildCounterTeamDriveInfo--;
return o;
@@ -2064,7 +2064,7 @@
void checkTeamDriveInfo(api.TeamDriveInfo o) {
buildCounterTeamDriveInfo++;
if (buildCounterTeamDriveInfo < 3) {
- checkUnnamed6199(o.teamDriveIds!);
+ checkUnnamed6250(o.teamDriveIds!);
}
buildCounterTeamDriveInfo--;
}
@@ -2133,14 +2133,14 @@
buildCounterVoiceExportOptions--;
}
-core.List<core.String> buildUnnamed6200() {
+core.List<core.String> buildUnnamed6251() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6200(core.List<core.String> o) {
+void checkUnnamed6251(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2157,7 +2157,7 @@
var o = api.VoiceOptions();
buildCounterVoiceOptions++;
if (buildCounterVoiceOptions < 3) {
- o.coveredData = buildUnnamed6200();
+ o.coveredData = buildUnnamed6251();
}
buildCounterVoiceOptions--;
return o;
@@ -2166,7 +2166,7 @@
void checkVoiceOptions(api.VoiceOptions o) {
buildCounterVoiceOptions++;
if (buildCounterVoiceOptions < 3) {
- checkUnnamed6200(o.coveredData!);
+ checkUnnamed6251(o.coveredData!);
}
buildCounterVoiceOptions--;
}
diff --git a/generated/googleapis/test/vectortile/v1_test.dart b/generated/googleapis/test/vectortile/v1_test.dart
index bca0032..ed007d7 100644
--- a/generated/googleapis/test/vectortile/v1_test.dart
+++ b/generated/googleapis/test/vectortile/v1_test.dart
@@ -27,6 +27,25 @@
import '../test_shared.dart';
+core.List<core.int> buildUnnamed1646() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
+ return o;
+}
+
+void checkUnnamed1646(core.List<core.int> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42),
+ );
+}
+
core.List<core.int> buildUnnamed1647() {
var o = <core.int>[];
o.add(42);
@@ -65,25 +84,6 @@
);
}
-core.List<core.int> buildUnnamed1649() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
- return o;
-}
-
-void checkUnnamed1649(core.List<core.int> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals(42),
- );
- unittest.expect(
- o[1],
- unittest.equals(42),
- );
-}
-
core.int buildCounterArea = 0;
api.Area buildArea() {
var o = api.Area();
@@ -91,9 +91,9 @@
if (buildCounterArea < 3) {
o.basemapZOrder = buildBasemapZOrder();
o.hasExternalEdges = true;
- o.internalEdges = buildUnnamed1647();
- o.loopBreaks = buildUnnamed1648();
- o.triangleIndices = buildUnnamed1649();
+ o.internalEdges = buildUnnamed1646();
+ o.loopBreaks = buildUnnamed1647();
+ o.triangleIndices = buildUnnamed1648();
o.type = 'foo';
o.vertexOffsets = buildVertex2DList();
o.zOrder = 42;
@@ -107,9 +107,9 @@
if (buildCounterArea < 3) {
checkBasemapZOrder(o.basemapZOrder! as api.BasemapZOrder);
unittest.expect(o.hasExternalEdges!, unittest.isTrue);
- checkUnnamed1647(o.internalEdges!);
- checkUnnamed1648(o.loopBreaks!);
- checkUnnamed1649(o.triangleIndices!);
+ checkUnnamed1646(o.internalEdges!);
+ checkUnnamed1647(o.loopBreaks!);
+ checkUnnamed1648(o.triangleIndices!);
unittest.expect(
o.type!,
unittest.equals('foo'),
@@ -184,14 +184,14 @@
buildCounterExtrudedArea--;
}
-core.List<api.Relation> buildUnnamed1650() {
+core.List<api.Relation> buildUnnamed1649() {
var o = <api.Relation>[];
o.add(buildRelation());
o.add(buildRelation());
return o;
}
-void checkUnnamed1650(core.List<api.Relation> o) {
+void checkUnnamed1649(core.List<api.Relation> o) {
unittest.expect(o, unittest.hasLength(2));
checkRelation(o[0] as api.Relation);
checkRelation(o[1] as api.Relation);
@@ -205,7 +205,7 @@
o.displayName = 'foo';
o.geometry = buildGeometry();
o.placeId = 'foo';
- o.relations = buildUnnamed1650();
+ o.relations = buildUnnamed1649();
o.segmentInfo = buildSegmentInfo();
o.type = 'foo';
}
@@ -225,7 +225,7 @@
o.placeId!,
unittest.equals('foo'),
);
- checkUnnamed1650(o.relations!);
+ checkUnnamed1649(o.relations!);
checkSegmentInfo(o.segmentInfo! as api.SegmentInfo);
unittest.expect(
o.type!,
@@ -235,27 +235,27 @@
buildCounterFeature--;
}
-core.List<api.Feature> buildUnnamed1651() {
+core.List<api.Feature> buildUnnamed1650() {
var o = <api.Feature>[];
o.add(buildFeature());
o.add(buildFeature());
return o;
}
-void checkUnnamed1651(core.List<api.Feature> o) {
+void checkUnnamed1650(core.List<api.Feature> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeature(o[0] as api.Feature);
checkFeature(o[1] as api.Feature);
}
-core.List<api.ProviderInfo> buildUnnamed1652() {
+core.List<api.ProviderInfo> buildUnnamed1651() {
var o = <api.ProviderInfo>[];
o.add(buildProviderInfo());
o.add(buildProviderInfo());
return o;
}
-void checkUnnamed1652(core.List<api.ProviderInfo> o) {
+void checkUnnamed1651(core.List<api.ProviderInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkProviderInfo(o[0] as api.ProviderInfo);
checkProviderInfo(o[1] as api.ProviderInfo);
@@ -267,9 +267,9 @@
buildCounterFeatureTile++;
if (buildCounterFeatureTile < 3) {
o.coordinates = buildTileCoordinates();
- o.features = buildUnnamed1651();
+ o.features = buildUnnamed1650();
o.name = 'foo';
- o.providers = buildUnnamed1652();
+ o.providers = buildUnnamed1651();
o.status = 'foo';
o.versionId = 'foo';
}
@@ -281,12 +281,12 @@
buildCounterFeatureTile++;
if (buildCounterFeatureTile < 3) {
checkTileCoordinates(o.coordinates! as api.TileCoordinates);
- checkUnnamed1651(o.features!);
+ checkUnnamed1650(o.features!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed1652(o.providers!);
+ checkUnnamed1651(o.providers!);
unittest.expect(
o.status!,
unittest.equals('foo'),
@@ -299,14 +299,14 @@
buildCounterFeatureTile--;
}
-core.List<api.Row> buildUnnamed1653() {
+core.List<api.Row> buildUnnamed1652() {
var o = <api.Row>[];
o.add(buildRow());
o.add(buildRow());
return o;
}
-void checkUnnamed1653(core.List<api.Row> o) {
+void checkUnnamed1652(core.List<api.Row> o) {
unittest.expect(o, unittest.hasLength(2));
checkRow(o[0] as api.Row);
checkRow(o[1] as api.Row);
@@ -318,7 +318,7 @@
buildCounterFirstDerivativeElevationGrid++;
if (buildCounterFirstDerivativeElevationGrid < 3) {
o.altitudeMultiplier = 42.0;
- o.rows = buildUnnamed1653();
+ o.rows = buildUnnamed1652();
}
buildCounterFirstDerivativeElevationGrid--;
return o;
@@ -331,58 +331,58 @@
o.altitudeMultiplier!,
unittest.equals(42.0),
);
- checkUnnamed1653(o.rows!);
+ checkUnnamed1652(o.rows!);
}
buildCounterFirstDerivativeElevationGrid--;
}
-core.List<api.Area> buildUnnamed1654() {
+core.List<api.Area> buildUnnamed1653() {
var o = <api.Area>[];
o.add(buildArea());
o.add(buildArea());
return o;
}
-void checkUnnamed1654(core.List<api.Area> o) {
+void checkUnnamed1653(core.List<api.Area> o) {
unittest.expect(o, unittest.hasLength(2));
checkArea(o[0] as api.Area);
checkArea(o[1] as api.Area);
}
-core.List<api.ExtrudedArea> buildUnnamed1655() {
+core.List<api.ExtrudedArea> buildUnnamed1654() {
var o = <api.ExtrudedArea>[];
o.add(buildExtrudedArea());
o.add(buildExtrudedArea());
return o;
}
-void checkUnnamed1655(core.List<api.ExtrudedArea> o) {
+void checkUnnamed1654(core.List<api.ExtrudedArea> o) {
unittest.expect(o, unittest.hasLength(2));
checkExtrudedArea(o[0] as api.ExtrudedArea);
checkExtrudedArea(o[1] as api.ExtrudedArea);
}
-core.List<api.Line> buildUnnamed1656() {
+core.List<api.Line> buildUnnamed1655() {
var o = <api.Line>[];
o.add(buildLine());
o.add(buildLine());
return o;
}
-void checkUnnamed1656(core.List<api.Line> o) {
+void checkUnnamed1655(core.List<api.Line> o) {
unittest.expect(o, unittest.hasLength(2));
checkLine(o[0] as api.Line);
checkLine(o[1] as api.Line);
}
-core.List<api.ModeledVolume> buildUnnamed1657() {
+core.List<api.ModeledVolume> buildUnnamed1656() {
var o = <api.ModeledVolume>[];
o.add(buildModeledVolume());
o.add(buildModeledVolume());
return o;
}
-void checkUnnamed1657(core.List<api.ModeledVolume> o) {
+void checkUnnamed1656(core.List<api.ModeledVolume> o) {
unittest.expect(o, unittest.hasLength(2));
checkModeledVolume(o[0] as api.ModeledVolume);
checkModeledVolume(o[1] as api.ModeledVolume);
@@ -393,10 +393,10 @@
var o = api.Geometry();
buildCounterGeometry++;
if (buildCounterGeometry < 3) {
- o.areas = buildUnnamed1654();
- o.extrudedAreas = buildUnnamed1655();
- o.lines = buildUnnamed1656();
- o.modeledVolumes = buildUnnamed1657();
+ o.areas = buildUnnamed1653();
+ o.extrudedAreas = buildUnnamed1654();
+ o.lines = buildUnnamed1655();
+ o.modeledVolumes = buildUnnamed1656();
}
buildCounterGeometry--;
return o;
@@ -405,10 +405,10 @@
void checkGeometry(api.Geometry o) {
buildCounterGeometry++;
if (buildCounterGeometry < 3) {
- checkUnnamed1654(o.areas!);
- checkUnnamed1655(o.extrudedAreas!);
- checkUnnamed1656(o.lines!);
- checkUnnamed1657(o.modeledVolumes!);
+ checkUnnamed1653(o.areas!);
+ checkUnnamed1654(o.extrudedAreas!);
+ checkUnnamed1655(o.lines!);
+ checkUnnamed1656(o.modeledVolumes!);
}
buildCounterGeometry--;
}
@@ -439,14 +439,14 @@
buildCounterLine--;
}
-core.List<api.TriangleStrip> buildUnnamed1658() {
+core.List<api.TriangleStrip> buildUnnamed1657() {
var o = <api.TriangleStrip>[];
o.add(buildTriangleStrip());
o.add(buildTriangleStrip());
return o;
}
-void checkUnnamed1658(core.List<api.TriangleStrip> o) {
+void checkUnnamed1657(core.List<api.TriangleStrip> o) {
unittest.expect(o, unittest.hasLength(2));
checkTriangleStrip(o[0] as api.TriangleStrip);
checkTriangleStrip(o[1] as api.TriangleStrip);
@@ -457,7 +457,7 @@
var o = api.ModeledVolume();
buildCounterModeledVolume++;
if (buildCounterModeledVolume < 3) {
- o.strips = buildUnnamed1658();
+ o.strips = buildUnnamed1657();
o.vertexOffsets = buildVertex3DList();
}
buildCounterModeledVolume--;
@@ -467,7 +467,7 @@
void checkModeledVolume(api.ModeledVolume o) {
buildCounterModeledVolume++;
if (buildCounterModeledVolume < 3) {
- checkUnnamed1658(o.strips!);
+ checkUnnamed1657(o.strips!);
checkVertex3DList(o.vertexOffsets! as api.Vertex3DList);
}
buildCounterModeledVolume--;
@@ -541,14 +541,14 @@
buildCounterRoadInfo--;
}
-core.List<core.int> buildUnnamed1659() {
+core.List<core.int> buildUnnamed1658() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed1659(core.List<core.int> o) {
+void checkUnnamed1658(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -565,7 +565,7 @@
var o = api.Row();
buildCounterRow++;
if (buildCounterRow < 3) {
- o.altitudeDiffs = buildUnnamed1659();
+ o.altitudeDiffs = buildUnnamed1658();
}
buildCounterRow--;
return o;
@@ -574,7 +574,7 @@
void checkRow(api.Row o) {
buildCounterRow++;
if (buildCounterRow < 3) {
- checkUnnamed1659(o.altitudeDiffs!);
+ checkUnnamed1658(o.altitudeDiffs!);
}
buildCounterRow--;
}
@@ -697,6 +697,44 @@
buildCounterTileCoordinates--;
}
+core.List<core.int> buildUnnamed1659() {
+ var o = <core.int>[];
+ o.add(42);
+ o.add(42);
+ return o;
+}
+
+void checkUnnamed1659(core.List<core.int> o) {
+ unittest.expect(o, unittest.hasLength(2));
+ unittest.expect(
+ o[0],
+ unittest.equals(42),
+ );
+ unittest.expect(
+ o[1],
+ unittest.equals(42),
+ );
+}
+
+core.int buildCounterTriangleStrip = 0;
+api.TriangleStrip buildTriangleStrip() {
+ var o = api.TriangleStrip();
+ buildCounterTriangleStrip++;
+ if (buildCounterTriangleStrip < 3) {
+ o.vertexIndices = buildUnnamed1659();
+ }
+ buildCounterTriangleStrip--;
+ return o;
+}
+
+void checkTriangleStrip(api.TriangleStrip o) {
+ buildCounterTriangleStrip++;
+ if (buildCounterTriangleStrip < 3) {
+ checkUnnamed1659(o.vertexIndices!);
+ }
+ buildCounterTriangleStrip--;
+}
+
core.List<core.int> buildUnnamed1660() {
var o = <core.int>[];
o.add(42);
@@ -716,25 +754,6 @@
);
}
-core.int buildCounterTriangleStrip = 0;
-api.TriangleStrip buildTriangleStrip() {
- var o = api.TriangleStrip();
- buildCounterTriangleStrip++;
- if (buildCounterTriangleStrip < 3) {
- o.vertexIndices = buildUnnamed1660();
- }
- buildCounterTriangleStrip--;
- return o;
-}
-
-void checkTriangleStrip(api.TriangleStrip o) {
- buildCounterTriangleStrip++;
- if (buildCounterTriangleStrip < 3) {
- checkUnnamed1660(o.vertexIndices!);
- }
- buildCounterTriangleStrip--;
-}
-
core.List<core.int> buildUnnamed1661() {
var o = <core.int>[];
o.add(42);
@@ -754,6 +773,27 @@
);
}
+core.int buildCounterVertex2DList = 0;
+api.Vertex2DList buildVertex2DList() {
+ var o = api.Vertex2DList();
+ buildCounterVertex2DList++;
+ if (buildCounterVertex2DList < 3) {
+ o.xOffsets = buildUnnamed1660();
+ o.yOffsets = buildUnnamed1661();
+ }
+ buildCounterVertex2DList--;
+ return o;
+}
+
+void checkVertex2DList(api.Vertex2DList o) {
+ buildCounterVertex2DList++;
+ if (buildCounterVertex2DList < 3) {
+ checkUnnamed1660(o.xOffsets!);
+ checkUnnamed1661(o.yOffsets!);
+ }
+ buildCounterVertex2DList--;
+}
+
core.List<core.int> buildUnnamed1662() {
var o = <core.int>[];
o.add(42);
@@ -773,27 +813,6 @@
);
}
-core.int buildCounterVertex2DList = 0;
-api.Vertex2DList buildVertex2DList() {
- var o = api.Vertex2DList();
- buildCounterVertex2DList++;
- if (buildCounterVertex2DList < 3) {
- o.xOffsets = buildUnnamed1661();
- o.yOffsets = buildUnnamed1662();
- }
- buildCounterVertex2DList--;
- return o;
-}
-
-void checkVertex2DList(api.Vertex2DList o) {
- buildCounterVertex2DList++;
- if (buildCounterVertex2DList < 3) {
- checkUnnamed1661(o.xOffsets!);
- checkUnnamed1662(o.yOffsets!);
- }
- buildCounterVertex2DList--;
-}
-
core.List<core.int> buildUnnamed1663() {
var o = <core.int>[];
o.add(42);
@@ -832,33 +851,14 @@
);
}
-core.List<core.int> buildUnnamed1665() {
- var o = <core.int>[];
- o.add(42);
- o.add(42);
- return o;
-}
-
-void checkUnnamed1665(core.List<core.int> o) {
- unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals(42),
- );
- unittest.expect(
- o[1],
- unittest.equals(42),
- );
-}
-
core.int buildCounterVertex3DList = 0;
api.Vertex3DList buildVertex3DList() {
var o = api.Vertex3DList();
buildCounterVertex3DList++;
if (buildCounterVertex3DList < 3) {
- o.xOffsets = buildUnnamed1663();
- o.yOffsets = buildUnnamed1664();
- o.zOffsets = buildUnnamed1665();
+ o.xOffsets = buildUnnamed1662();
+ o.yOffsets = buildUnnamed1663();
+ o.zOffsets = buildUnnamed1664();
}
buildCounterVertex3DList--;
return o;
@@ -867,21 +867,21 @@
void checkVertex3DList(api.Vertex3DList o) {
buildCounterVertex3DList++;
if (buildCounterVertex3DList < 3) {
- checkUnnamed1663(o.xOffsets!);
- checkUnnamed1664(o.yOffsets!);
- checkUnnamed1665(o.zOffsets!);
+ checkUnnamed1662(o.xOffsets!);
+ checkUnnamed1663(o.yOffsets!);
+ checkUnnamed1664(o.zOffsets!);
}
buildCounterVertex3DList--;
}
-core.List<core.String> buildUnnamed1666() {
+core.List<core.String> buildUnnamed1665() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1666(core.List<core.String> o) {
+void checkUnnamed1665(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1264,7 +1264,7 @@
var arg_clientInfo_userId = 'foo';
var arg_maxElevationResolutionCells = 42;
var arg_minElevationResolutionCells = 42;
- var arg_terrainFormats = buildUnnamed1666();
+ var arg_terrainFormats = buildUnnamed1665();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
diff --git a/generated/googleapis/test/vision/v1_test.dart b/generated/googleapis/test/vision/v1_test.dart
index 0861e18..7528431 100644
--- a/generated/googleapis/test/vision/v1_test.dart
+++ b/generated/googleapis/test/vision/v1_test.dart
@@ -49,27 +49,27 @@
buildCounterAddProductToProductSetRequest--;
}
-core.List<api.Feature> buildUnnamed4148() {
+core.List<api.Feature> buildUnnamed4191() {
var o = <api.Feature>[];
o.add(buildFeature());
o.add(buildFeature());
return o;
}
-void checkUnnamed4148(core.List<api.Feature> o) {
+void checkUnnamed4191(core.List<api.Feature> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeature(o[0] as api.Feature);
checkFeature(o[1] as api.Feature);
}
-core.List<core.int> buildUnnamed4149() {
+core.List<core.int> buildUnnamed4192() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed4149(core.List<core.int> o) {
+void checkUnnamed4192(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -86,10 +86,10 @@
var o = api.AnnotateFileRequest();
buildCounterAnnotateFileRequest++;
if (buildCounterAnnotateFileRequest < 3) {
- o.features = buildUnnamed4148();
+ o.features = buildUnnamed4191();
o.imageContext = buildImageContext();
o.inputConfig = buildInputConfig();
- o.pages = buildUnnamed4149();
+ o.pages = buildUnnamed4192();
}
buildCounterAnnotateFileRequest--;
return o;
@@ -98,22 +98,22 @@
void checkAnnotateFileRequest(api.AnnotateFileRequest o) {
buildCounterAnnotateFileRequest++;
if (buildCounterAnnotateFileRequest < 3) {
- checkUnnamed4148(o.features!);
+ checkUnnamed4191(o.features!);
checkImageContext(o.imageContext! as api.ImageContext);
checkInputConfig(o.inputConfig! as api.InputConfig);
- checkUnnamed4149(o.pages!);
+ checkUnnamed4192(o.pages!);
}
buildCounterAnnotateFileRequest--;
}
-core.List<api.AnnotateImageResponse> buildUnnamed4150() {
+core.List<api.AnnotateImageResponse> buildUnnamed4193() {
var o = <api.AnnotateImageResponse>[];
o.add(buildAnnotateImageResponse());
o.add(buildAnnotateImageResponse());
return o;
}
-void checkUnnamed4150(core.List<api.AnnotateImageResponse> o) {
+void checkUnnamed4193(core.List<api.AnnotateImageResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotateImageResponse(o[0] as api.AnnotateImageResponse);
checkAnnotateImageResponse(o[1] as api.AnnotateImageResponse);
@@ -126,7 +126,7 @@
if (buildCounterAnnotateFileResponse < 3) {
o.error = buildStatus();
o.inputConfig = buildInputConfig();
- o.responses = buildUnnamed4150();
+ o.responses = buildUnnamed4193();
o.totalPages = 42;
}
buildCounterAnnotateFileResponse--;
@@ -138,7 +138,7 @@
if (buildCounterAnnotateFileResponse < 3) {
checkStatus(o.error! as api.Status);
checkInputConfig(o.inputConfig! as api.InputConfig);
- checkUnnamed4150(o.responses!);
+ checkUnnamed4193(o.responses!);
unittest.expect(
o.totalPages!,
unittest.equals(42),
@@ -147,14 +147,14 @@
buildCounterAnnotateFileResponse--;
}
-core.List<api.Feature> buildUnnamed4151() {
+core.List<api.Feature> buildUnnamed4194() {
var o = <api.Feature>[];
o.add(buildFeature());
o.add(buildFeature());
return o;
}
-void checkUnnamed4151(core.List<api.Feature> o) {
+void checkUnnamed4194(core.List<api.Feature> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeature(o[0] as api.Feature);
checkFeature(o[1] as api.Feature);
@@ -165,7 +165,7 @@
var o = api.AnnotateImageRequest();
buildCounterAnnotateImageRequest++;
if (buildCounterAnnotateImageRequest < 3) {
- o.features = buildUnnamed4151();
+ o.features = buildUnnamed4194();
o.image = buildImage();
o.imageContext = buildImageContext();
}
@@ -176,86 +176,86 @@
void checkAnnotateImageRequest(api.AnnotateImageRequest o) {
buildCounterAnnotateImageRequest++;
if (buildCounterAnnotateImageRequest < 3) {
- checkUnnamed4151(o.features!);
+ checkUnnamed4194(o.features!);
checkImage(o.image! as api.Image);
checkImageContext(o.imageContext! as api.ImageContext);
}
buildCounterAnnotateImageRequest--;
}
-core.List<api.FaceAnnotation> buildUnnamed4152() {
+core.List<api.FaceAnnotation> buildUnnamed4195() {
var o = <api.FaceAnnotation>[];
o.add(buildFaceAnnotation());
o.add(buildFaceAnnotation());
return o;
}
-void checkUnnamed4152(core.List<api.FaceAnnotation> o) {
+void checkUnnamed4195(core.List<api.FaceAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkFaceAnnotation(o[0] as api.FaceAnnotation);
checkFaceAnnotation(o[1] as api.FaceAnnotation);
}
-core.List<api.EntityAnnotation> buildUnnamed4153() {
+core.List<api.EntityAnnotation> buildUnnamed4196() {
var o = <api.EntityAnnotation>[];
o.add(buildEntityAnnotation());
o.add(buildEntityAnnotation());
return o;
}
-void checkUnnamed4153(core.List<api.EntityAnnotation> o) {
+void checkUnnamed4196(core.List<api.EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityAnnotation(o[0] as api.EntityAnnotation);
checkEntityAnnotation(o[1] as api.EntityAnnotation);
}
-core.List<api.EntityAnnotation> buildUnnamed4154() {
+core.List<api.EntityAnnotation> buildUnnamed4197() {
var o = <api.EntityAnnotation>[];
o.add(buildEntityAnnotation());
o.add(buildEntityAnnotation());
return o;
}
-void checkUnnamed4154(core.List<api.EntityAnnotation> o) {
+void checkUnnamed4197(core.List<api.EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityAnnotation(o[0] as api.EntityAnnotation);
checkEntityAnnotation(o[1] as api.EntityAnnotation);
}
-core.List<api.LocalizedObjectAnnotation> buildUnnamed4155() {
+core.List<api.LocalizedObjectAnnotation> buildUnnamed4198() {
var o = <api.LocalizedObjectAnnotation>[];
o.add(buildLocalizedObjectAnnotation());
o.add(buildLocalizedObjectAnnotation());
return o;
}
-void checkUnnamed4155(core.List<api.LocalizedObjectAnnotation> o) {
+void checkUnnamed4198(core.List<api.LocalizedObjectAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalizedObjectAnnotation(o[0] as api.LocalizedObjectAnnotation);
checkLocalizedObjectAnnotation(o[1] as api.LocalizedObjectAnnotation);
}
-core.List<api.EntityAnnotation> buildUnnamed4156() {
+core.List<api.EntityAnnotation> buildUnnamed4199() {
var o = <api.EntityAnnotation>[];
o.add(buildEntityAnnotation());
o.add(buildEntityAnnotation());
return o;
}
-void checkUnnamed4156(core.List<api.EntityAnnotation> o) {
+void checkUnnamed4199(core.List<api.EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityAnnotation(o[0] as api.EntityAnnotation);
checkEntityAnnotation(o[1] as api.EntityAnnotation);
}
-core.List<api.EntityAnnotation> buildUnnamed4157() {
+core.List<api.EntityAnnotation> buildUnnamed4200() {
var o = <api.EntityAnnotation>[];
o.add(buildEntityAnnotation());
o.add(buildEntityAnnotation());
return o;
}
-void checkUnnamed4157(core.List<api.EntityAnnotation> o) {
+void checkUnnamed4200(core.List<api.EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkEntityAnnotation(o[0] as api.EntityAnnotation);
checkEntityAnnotation(o[1] as api.EntityAnnotation);
@@ -269,16 +269,16 @@
o.context = buildImageAnnotationContext();
o.cropHintsAnnotation = buildCropHintsAnnotation();
o.error = buildStatus();
- o.faceAnnotations = buildUnnamed4152();
+ o.faceAnnotations = buildUnnamed4195();
o.fullTextAnnotation = buildTextAnnotation();
o.imagePropertiesAnnotation = buildImageProperties();
- o.labelAnnotations = buildUnnamed4153();
- o.landmarkAnnotations = buildUnnamed4154();
- o.localizedObjectAnnotations = buildUnnamed4155();
- o.logoAnnotations = buildUnnamed4156();
+ o.labelAnnotations = buildUnnamed4196();
+ o.landmarkAnnotations = buildUnnamed4197();
+ o.localizedObjectAnnotations = buildUnnamed4198();
+ o.logoAnnotations = buildUnnamed4199();
o.productSearchResults = buildProductSearchResults();
o.safeSearchAnnotation = buildSafeSearchAnnotation();
- o.textAnnotations = buildUnnamed4157();
+ o.textAnnotations = buildUnnamed4200();
o.webDetection = buildWebDetection();
}
buildCounterAnnotateImageResponse--;
@@ -291,31 +291,31 @@
checkImageAnnotationContext(o.context! as api.ImageAnnotationContext);
checkCropHintsAnnotation(o.cropHintsAnnotation! as api.CropHintsAnnotation);
checkStatus(o.error! as api.Status);
- checkUnnamed4152(o.faceAnnotations!);
+ checkUnnamed4195(o.faceAnnotations!);
checkTextAnnotation(o.fullTextAnnotation! as api.TextAnnotation);
checkImageProperties(o.imagePropertiesAnnotation! as api.ImageProperties);
- checkUnnamed4153(o.labelAnnotations!);
- checkUnnamed4154(o.landmarkAnnotations!);
- checkUnnamed4155(o.localizedObjectAnnotations!);
- checkUnnamed4156(o.logoAnnotations!);
+ checkUnnamed4196(o.labelAnnotations!);
+ checkUnnamed4197(o.landmarkAnnotations!);
+ checkUnnamed4198(o.localizedObjectAnnotations!);
+ checkUnnamed4199(o.logoAnnotations!);
checkProductSearchResults(
o.productSearchResults! as api.ProductSearchResults);
checkSafeSearchAnnotation(
o.safeSearchAnnotation! as api.SafeSearchAnnotation);
- checkUnnamed4157(o.textAnnotations!);
+ checkUnnamed4200(o.textAnnotations!);
checkWebDetection(o.webDetection! as api.WebDetection);
}
buildCounterAnnotateImageResponse--;
}
-core.List<api.Feature> buildUnnamed4158() {
+core.List<api.Feature> buildUnnamed4201() {
var o = <api.Feature>[];
o.add(buildFeature());
o.add(buildFeature());
return o;
}
-void checkUnnamed4158(core.List<api.Feature> o) {
+void checkUnnamed4201(core.List<api.Feature> o) {
unittest.expect(o, unittest.hasLength(2));
checkFeature(o[0] as api.Feature);
checkFeature(o[1] as api.Feature);
@@ -326,7 +326,7 @@
var o = api.AsyncAnnotateFileRequest();
buildCounterAsyncAnnotateFileRequest++;
if (buildCounterAsyncAnnotateFileRequest < 3) {
- o.features = buildUnnamed4158();
+ o.features = buildUnnamed4201();
o.imageContext = buildImageContext();
o.inputConfig = buildInputConfig();
o.outputConfig = buildOutputConfig();
@@ -338,7 +338,7 @@
void checkAsyncAnnotateFileRequest(api.AsyncAnnotateFileRequest o) {
buildCounterAsyncAnnotateFileRequest++;
if (buildCounterAsyncAnnotateFileRequest < 3) {
- checkUnnamed4158(o.features!);
+ checkUnnamed4201(o.features!);
checkImageContext(o.imageContext! as api.ImageContext);
checkInputConfig(o.inputConfig! as api.InputConfig);
checkOutputConfig(o.outputConfig! as api.OutputConfig);
@@ -365,14 +365,14 @@
buildCounterAsyncAnnotateFileResponse--;
}
-core.List<api.AsyncAnnotateFileRequest> buildUnnamed4159() {
+core.List<api.AsyncAnnotateFileRequest> buildUnnamed4202() {
var o = <api.AsyncAnnotateFileRequest>[];
o.add(buildAsyncAnnotateFileRequest());
o.add(buildAsyncAnnotateFileRequest());
return o;
}
-void checkUnnamed4159(core.List<api.AsyncAnnotateFileRequest> o) {
+void checkUnnamed4202(core.List<api.AsyncAnnotateFileRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkAsyncAnnotateFileRequest(o[0] as api.AsyncAnnotateFileRequest);
checkAsyncAnnotateFileRequest(o[1] as api.AsyncAnnotateFileRequest);
@@ -384,7 +384,7 @@
buildCounterAsyncBatchAnnotateFilesRequest++;
if (buildCounterAsyncBatchAnnotateFilesRequest < 3) {
o.parent = 'foo';
- o.requests = buildUnnamed4159();
+ o.requests = buildUnnamed4202();
}
buildCounterAsyncBatchAnnotateFilesRequest--;
return o;
@@ -397,19 +397,19 @@
o.parent!,
unittest.equals('foo'),
);
- checkUnnamed4159(o.requests!);
+ checkUnnamed4202(o.requests!);
}
buildCounterAsyncBatchAnnotateFilesRequest--;
}
-core.List<api.AsyncAnnotateFileResponse> buildUnnamed4160() {
+core.List<api.AsyncAnnotateFileResponse> buildUnnamed4203() {
var o = <api.AsyncAnnotateFileResponse>[];
o.add(buildAsyncAnnotateFileResponse());
o.add(buildAsyncAnnotateFileResponse());
return o;
}
-void checkUnnamed4160(core.List<api.AsyncAnnotateFileResponse> o) {
+void checkUnnamed4203(core.List<api.AsyncAnnotateFileResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkAsyncAnnotateFileResponse(o[0] as api.AsyncAnnotateFileResponse);
checkAsyncAnnotateFileResponse(o[1] as api.AsyncAnnotateFileResponse);
@@ -420,7 +420,7 @@
var o = api.AsyncBatchAnnotateFilesResponse();
buildCounterAsyncBatchAnnotateFilesResponse++;
if (buildCounterAsyncBatchAnnotateFilesResponse < 3) {
- o.responses = buildUnnamed4160();
+ o.responses = buildUnnamed4203();
}
buildCounterAsyncBatchAnnotateFilesResponse--;
return o;
@@ -430,19 +430,19 @@
api.AsyncBatchAnnotateFilesResponse o) {
buildCounterAsyncBatchAnnotateFilesResponse++;
if (buildCounterAsyncBatchAnnotateFilesResponse < 3) {
- checkUnnamed4160(o.responses!);
+ checkUnnamed4203(o.responses!);
}
buildCounterAsyncBatchAnnotateFilesResponse--;
}
-core.List<api.AnnotateImageRequest> buildUnnamed4161() {
+core.List<api.AnnotateImageRequest> buildUnnamed4204() {
var o = <api.AnnotateImageRequest>[];
o.add(buildAnnotateImageRequest());
o.add(buildAnnotateImageRequest());
return o;
}
-void checkUnnamed4161(core.List<api.AnnotateImageRequest> o) {
+void checkUnnamed4204(core.List<api.AnnotateImageRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotateImageRequest(o[0] as api.AnnotateImageRequest);
checkAnnotateImageRequest(o[1] as api.AnnotateImageRequest);
@@ -455,7 +455,7 @@
if (buildCounterAsyncBatchAnnotateImagesRequest < 3) {
o.outputConfig = buildOutputConfig();
o.parent = 'foo';
- o.requests = buildUnnamed4161();
+ o.requests = buildUnnamed4204();
}
buildCounterAsyncBatchAnnotateImagesRequest--;
return o;
@@ -470,7 +470,7 @@
o.parent!,
unittest.equals('foo'),
);
- checkUnnamed4161(o.requests!);
+ checkUnnamed4204(o.requests!);
}
buildCounterAsyncBatchAnnotateImagesRequest--;
}
@@ -495,14 +495,14 @@
buildCounterAsyncBatchAnnotateImagesResponse--;
}
-core.List<api.AnnotateFileRequest> buildUnnamed4162() {
+core.List<api.AnnotateFileRequest> buildUnnamed4205() {
var o = <api.AnnotateFileRequest>[];
o.add(buildAnnotateFileRequest());
o.add(buildAnnotateFileRequest());
return o;
}
-void checkUnnamed4162(core.List<api.AnnotateFileRequest> o) {
+void checkUnnamed4205(core.List<api.AnnotateFileRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotateFileRequest(o[0] as api.AnnotateFileRequest);
checkAnnotateFileRequest(o[1] as api.AnnotateFileRequest);
@@ -514,7 +514,7 @@
buildCounterBatchAnnotateFilesRequest++;
if (buildCounterBatchAnnotateFilesRequest < 3) {
o.parent = 'foo';
- o.requests = buildUnnamed4162();
+ o.requests = buildUnnamed4205();
}
buildCounterBatchAnnotateFilesRequest--;
return o;
@@ -527,19 +527,19 @@
o.parent!,
unittest.equals('foo'),
);
- checkUnnamed4162(o.requests!);
+ checkUnnamed4205(o.requests!);
}
buildCounterBatchAnnotateFilesRequest--;
}
-core.List<api.AnnotateFileResponse> buildUnnamed4163() {
+core.List<api.AnnotateFileResponse> buildUnnamed4206() {
var o = <api.AnnotateFileResponse>[];
o.add(buildAnnotateFileResponse());
o.add(buildAnnotateFileResponse());
return o;
}
-void checkUnnamed4163(core.List<api.AnnotateFileResponse> o) {
+void checkUnnamed4206(core.List<api.AnnotateFileResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotateFileResponse(o[0] as api.AnnotateFileResponse);
checkAnnotateFileResponse(o[1] as api.AnnotateFileResponse);
@@ -550,7 +550,7 @@
var o = api.BatchAnnotateFilesResponse();
buildCounterBatchAnnotateFilesResponse++;
if (buildCounterBatchAnnotateFilesResponse < 3) {
- o.responses = buildUnnamed4163();
+ o.responses = buildUnnamed4206();
}
buildCounterBatchAnnotateFilesResponse--;
return o;
@@ -559,19 +559,19 @@
void checkBatchAnnotateFilesResponse(api.BatchAnnotateFilesResponse o) {
buildCounterBatchAnnotateFilesResponse++;
if (buildCounterBatchAnnotateFilesResponse < 3) {
- checkUnnamed4163(o.responses!);
+ checkUnnamed4206(o.responses!);
}
buildCounterBatchAnnotateFilesResponse--;
}
-core.List<api.AnnotateImageRequest> buildUnnamed4164() {
+core.List<api.AnnotateImageRequest> buildUnnamed4207() {
var o = <api.AnnotateImageRequest>[];
o.add(buildAnnotateImageRequest());
o.add(buildAnnotateImageRequest());
return o;
}
-void checkUnnamed4164(core.List<api.AnnotateImageRequest> o) {
+void checkUnnamed4207(core.List<api.AnnotateImageRequest> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotateImageRequest(o[0] as api.AnnotateImageRequest);
checkAnnotateImageRequest(o[1] as api.AnnotateImageRequest);
@@ -583,7 +583,7 @@
buildCounterBatchAnnotateImagesRequest++;
if (buildCounterBatchAnnotateImagesRequest < 3) {
o.parent = 'foo';
- o.requests = buildUnnamed4164();
+ o.requests = buildUnnamed4207();
}
buildCounterBatchAnnotateImagesRequest--;
return o;
@@ -596,19 +596,19 @@
o.parent!,
unittest.equals('foo'),
);
- checkUnnamed4164(o.requests!);
+ checkUnnamed4207(o.requests!);
}
buildCounterBatchAnnotateImagesRequest--;
}
-core.List<api.AnnotateImageResponse> buildUnnamed4165() {
+core.List<api.AnnotateImageResponse> buildUnnamed4208() {
var o = <api.AnnotateImageResponse>[];
o.add(buildAnnotateImageResponse());
o.add(buildAnnotateImageResponse());
return o;
}
-void checkUnnamed4165(core.List<api.AnnotateImageResponse> o) {
+void checkUnnamed4208(core.List<api.AnnotateImageResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkAnnotateImageResponse(o[0] as api.AnnotateImageResponse);
checkAnnotateImageResponse(o[1] as api.AnnotateImageResponse);
@@ -619,7 +619,7 @@
var o = api.BatchAnnotateImagesResponse();
buildCounterBatchAnnotateImagesResponse++;
if (buildCounterBatchAnnotateImagesResponse < 3) {
- o.responses = buildUnnamed4165();
+ o.responses = buildUnnamed4208();
}
buildCounterBatchAnnotateImagesResponse--;
return o;
@@ -628,7 +628,7 @@
void checkBatchAnnotateImagesResponse(api.BatchAnnotateImagesResponse o) {
buildCounterBatchAnnotateImagesResponse++;
if (buildCounterBatchAnnotateImagesResponse < 3) {
- checkUnnamed4165(o.responses!);
+ checkUnnamed4208(o.responses!);
}
buildCounterBatchAnnotateImagesResponse--;
}
@@ -665,14 +665,14 @@
buildCounterBatchOperationMetadata--;
}
-core.List<api.Paragraph> buildUnnamed4166() {
+core.List<api.Paragraph> buildUnnamed4209() {
var o = <api.Paragraph>[];
o.add(buildParagraph());
o.add(buildParagraph());
return o;
}
-void checkUnnamed4166(core.List<api.Paragraph> o) {
+void checkUnnamed4209(core.List<api.Paragraph> o) {
unittest.expect(o, unittest.hasLength(2));
checkParagraph(o[0] as api.Paragraph);
checkParagraph(o[1] as api.Paragraph);
@@ -686,7 +686,7 @@
o.blockType = 'foo';
o.boundingBox = buildBoundingPoly();
o.confidence = 42.0;
- o.paragraphs = buildUnnamed4166();
+ o.paragraphs = buildUnnamed4209();
o.property = buildTextProperty();
}
buildCounterBlock--;
@@ -705,33 +705,33 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed4166(o.paragraphs!);
+ checkUnnamed4209(o.paragraphs!);
checkTextProperty(o.property! as api.TextProperty);
}
buildCounterBlock--;
}
-core.List<api.NormalizedVertex> buildUnnamed4167() {
+core.List<api.NormalizedVertex> buildUnnamed4210() {
var o = <api.NormalizedVertex>[];
o.add(buildNormalizedVertex());
o.add(buildNormalizedVertex());
return o;
}
-void checkUnnamed4167(core.List<api.NormalizedVertex> o) {
+void checkUnnamed4210(core.List<api.NormalizedVertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkNormalizedVertex(o[0] as api.NormalizedVertex);
checkNormalizedVertex(o[1] as api.NormalizedVertex);
}
-core.List<api.Vertex> buildUnnamed4168() {
+core.List<api.Vertex> buildUnnamed4211() {
var o = <api.Vertex>[];
o.add(buildVertex());
o.add(buildVertex());
return o;
}
-void checkUnnamed4168(core.List<api.Vertex> o) {
+void checkUnnamed4211(core.List<api.Vertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkVertex(o[0] as api.Vertex);
checkVertex(o[1] as api.Vertex);
@@ -742,8 +742,8 @@
var o = api.BoundingPoly();
buildCounterBoundingPoly++;
if (buildCounterBoundingPoly < 3) {
- o.normalizedVertices = buildUnnamed4167();
- o.vertices = buildUnnamed4168();
+ o.normalizedVertices = buildUnnamed4210();
+ o.vertices = buildUnnamed4211();
}
buildCounterBoundingPoly--;
return o;
@@ -752,8 +752,8 @@
void checkBoundingPoly(api.BoundingPoly o) {
buildCounterBoundingPoly++;
if (buildCounterBoundingPoly < 3) {
- checkUnnamed4167(o.normalizedVertices!);
- checkUnnamed4168(o.vertices!);
+ checkUnnamed4210(o.normalizedVertices!);
+ checkUnnamed4211(o.vertices!);
}
buildCounterBoundingPoly--;
}
@@ -868,14 +868,14 @@
buildCounterCropHint--;
}
-core.List<api.CropHint> buildUnnamed4169() {
+core.List<api.CropHint> buildUnnamed4212() {
var o = <api.CropHint>[];
o.add(buildCropHint());
o.add(buildCropHint());
return o;
}
-void checkUnnamed4169(core.List<api.CropHint> o) {
+void checkUnnamed4212(core.List<api.CropHint> o) {
unittest.expect(o, unittest.hasLength(2));
checkCropHint(o[0] as api.CropHint);
checkCropHint(o[1] as api.CropHint);
@@ -886,7 +886,7 @@
var o = api.CropHintsAnnotation();
buildCounterCropHintsAnnotation++;
if (buildCounterCropHintsAnnotation < 3) {
- o.cropHints = buildUnnamed4169();
+ o.cropHints = buildUnnamed4212();
}
buildCounterCropHintsAnnotation--;
return o;
@@ -895,19 +895,19 @@
void checkCropHintsAnnotation(api.CropHintsAnnotation o) {
buildCounterCropHintsAnnotation++;
if (buildCounterCropHintsAnnotation < 3) {
- checkUnnamed4169(o.cropHints!);
+ checkUnnamed4212(o.cropHints!);
}
buildCounterCropHintsAnnotation--;
}
-core.List<core.double> buildUnnamed4170() {
+core.List<core.double> buildUnnamed4213() {
var o = <core.double>[];
o.add(42.0);
o.add(42.0);
return o;
}
-void checkUnnamed4170(core.List<core.double> o) {
+void checkUnnamed4213(core.List<core.double> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -924,7 +924,7 @@
var o = api.CropHintsParams();
buildCounterCropHintsParams++;
if (buildCounterCropHintsParams < 3) {
- o.aspectRatios = buildUnnamed4170();
+ o.aspectRatios = buildUnnamed4213();
}
buildCounterCropHintsParams--;
return o;
@@ -933,7 +933,7 @@
void checkCropHintsParams(api.CropHintsParams o) {
buildCounterCropHintsParams++;
if (buildCounterCropHintsParams < 3) {
- checkUnnamed4170(o.aspectRatios!);
+ checkUnnamed4213(o.aspectRatios!);
}
buildCounterCropHintsParams--;
}
@@ -989,14 +989,14 @@
buildCounterDetectedLanguage--;
}
-core.List<api.ColorInfo> buildUnnamed4171() {
+core.List<api.ColorInfo> buildUnnamed4214() {
var o = <api.ColorInfo>[];
o.add(buildColorInfo());
o.add(buildColorInfo());
return o;
}
-void checkUnnamed4171(core.List<api.ColorInfo> o) {
+void checkUnnamed4214(core.List<api.ColorInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkColorInfo(o[0] as api.ColorInfo);
checkColorInfo(o[1] as api.ColorInfo);
@@ -1007,7 +1007,7 @@
var o = api.DominantColorsAnnotation();
buildCounterDominantColorsAnnotation++;
if (buildCounterDominantColorsAnnotation < 3) {
- o.colors = buildUnnamed4171();
+ o.colors = buildUnnamed4214();
}
buildCounterDominantColorsAnnotation--;
return o;
@@ -1016,7 +1016,7 @@
void checkDominantColorsAnnotation(api.DominantColorsAnnotation o) {
buildCounterDominantColorsAnnotation++;
if (buildCounterDominantColorsAnnotation < 3) {
- checkUnnamed4171(o.colors!);
+ checkUnnamed4214(o.colors!);
}
buildCounterDominantColorsAnnotation--;
}
@@ -1036,27 +1036,27 @@
buildCounterEmpty--;
}
-core.List<api.LocationInfo> buildUnnamed4172() {
+core.List<api.LocationInfo> buildUnnamed4215() {
var o = <api.LocationInfo>[];
o.add(buildLocationInfo());
o.add(buildLocationInfo());
return o;
}
-void checkUnnamed4172(core.List<api.LocationInfo> o) {
+void checkUnnamed4215(core.List<api.LocationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocationInfo(o[0] as api.LocationInfo);
checkLocationInfo(o[1] as api.LocationInfo);
}
-core.List<api.Property> buildUnnamed4173() {
+core.List<api.Property> buildUnnamed4216() {
var o = <api.Property>[];
o.add(buildProperty());
o.add(buildProperty());
return o;
}
-void checkUnnamed4173(core.List<api.Property> o) {
+void checkUnnamed4216(core.List<api.Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkProperty(o[0] as api.Property);
checkProperty(o[1] as api.Property);
@@ -1071,9 +1071,9 @@
o.confidence = 42.0;
o.description = 'foo';
o.locale = 'foo';
- o.locations = buildUnnamed4172();
+ o.locations = buildUnnamed4215();
o.mid = 'foo';
- o.properties = buildUnnamed4173();
+ o.properties = buildUnnamed4216();
o.score = 42.0;
o.topicality = 42.0;
}
@@ -1097,12 +1097,12 @@
o.locale!,
unittest.equals('foo'),
);
- checkUnnamed4172(o.locations!);
+ checkUnnamed4215(o.locations!);
unittest.expect(
o.mid!,
unittest.equals('foo'),
);
- checkUnnamed4173(o.properties!);
+ checkUnnamed4216(o.properties!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -1115,14 +1115,14 @@
buildCounterEntityAnnotation--;
}
-core.List<api.Landmark> buildUnnamed4174() {
+core.List<api.Landmark> buildUnnamed4217() {
var o = <api.Landmark>[];
o.add(buildLandmark());
o.add(buildLandmark());
return o;
}
-void checkUnnamed4174(core.List<api.Landmark> o) {
+void checkUnnamed4217(core.List<api.Landmark> o) {
unittest.expect(o, unittest.hasLength(2));
checkLandmark(o[0] as api.Landmark);
checkLandmark(o[1] as api.Landmark);
@@ -1141,7 +1141,7 @@
o.headwearLikelihood = 'foo';
o.joyLikelihood = 'foo';
o.landmarkingConfidence = 42.0;
- o.landmarks = buildUnnamed4174();
+ o.landmarks = buildUnnamed4217();
o.panAngle = 42.0;
o.rollAngle = 42.0;
o.sorrowLikelihood = 'foo';
@@ -1182,7 +1182,7 @@
o.landmarkingConfidence!,
unittest.equals(42.0),
);
- checkUnnamed4174(o.landmarks!);
+ checkUnnamed4217(o.landmarks!);
unittest.expect(
o.panAngle!,
unittest.equals(42.0),
@@ -1288,14 +1288,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1AnnotateImageResponse>
- buildUnnamed4175() {
+ buildUnnamed4218() {
var o = <api.GoogleCloudVisionV1p1beta1AnnotateImageResponse>[];
o.add(buildGoogleCloudVisionV1p1beta1AnnotateImageResponse());
o.add(buildGoogleCloudVisionV1p1beta1AnnotateImageResponse());
return o;
}
-void checkUnnamed4175(
+void checkUnnamed4218(
core.List<api.GoogleCloudVisionV1p1beta1AnnotateImageResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1AnnotateImageResponse(
@@ -1312,7 +1312,7 @@
if (buildCounterGoogleCloudVisionV1p1beta1AnnotateFileResponse < 3) {
o.error = buildStatus();
o.inputConfig = buildGoogleCloudVisionV1p1beta1InputConfig();
- o.responses = buildUnnamed4175();
+ o.responses = buildUnnamed4218();
o.totalPages = 42;
}
buildCounterGoogleCloudVisionV1p1beta1AnnotateFileResponse--;
@@ -1326,7 +1326,7 @@
checkStatus(o.error! as api.Status);
checkGoogleCloudVisionV1p1beta1InputConfig(
o.inputConfig! as api.GoogleCloudVisionV1p1beta1InputConfig);
- checkUnnamed4175(o.responses!);
+ checkUnnamed4218(o.responses!);
unittest.expect(
o.totalPages!,
unittest.equals(42),
@@ -1335,14 +1335,14 @@
buildCounterGoogleCloudVisionV1p1beta1AnnotateFileResponse--;
}
-core.List<api.GoogleCloudVisionV1p1beta1FaceAnnotation> buildUnnamed4176() {
+core.List<api.GoogleCloudVisionV1p1beta1FaceAnnotation> buildUnnamed4219() {
var o = <api.GoogleCloudVisionV1p1beta1FaceAnnotation>[];
o.add(buildGoogleCloudVisionV1p1beta1FaceAnnotation());
o.add(buildGoogleCloudVisionV1p1beta1FaceAnnotation());
return o;
}
-void checkUnnamed4176(
+void checkUnnamed4219(
core.List<api.GoogleCloudVisionV1p1beta1FaceAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1FaceAnnotation(
@@ -1351,14 +1351,14 @@
o[1] as api.GoogleCloudVisionV1p1beta1FaceAnnotation);
}
-core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> buildUnnamed4177() {
+core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> buildUnnamed4220() {
var o = <api.GoogleCloudVisionV1p1beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
return o;
}
-void checkUnnamed4177(
+void checkUnnamed4220(
core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1EntityAnnotation(
@@ -1367,14 +1367,14 @@
o[1] as api.GoogleCloudVisionV1p1beta1EntityAnnotation);
}
-core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> buildUnnamed4178() {
+core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> buildUnnamed4221() {
var o = <api.GoogleCloudVisionV1p1beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
return o;
}
-void checkUnnamed4178(
+void checkUnnamed4221(
core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1EntityAnnotation(
@@ -1384,14 +1384,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation>
- buildUnnamed4179() {
+ buildUnnamed4222() {
var o = <api.GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation>[];
o.add(buildGoogleCloudVisionV1p1beta1LocalizedObjectAnnotation());
o.add(buildGoogleCloudVisionV1p1beta1LocalizedObjectAnnotation());
return o;
}
-void checkUnnamed4179(
+void checkUnnamed4222(
core.List<api.GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1LocalizedObjectAnnotation(
@@ -1400,14 +1400,14 @@
o[1] as api.GoogleCloudVisionV1p1beta1LocalizedObjectAnnotation);
}
-core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> buildUnnamed4180() {
+core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> buildUnnamed4223() {
var o = <api.GoogleCloudVisionV1p1beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
return o;
}
-void checkUnnamed4180(
+void checkUnnamed4223(
core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1EntityAnnotation(
@@ -1416,14 +1416,14 @@
o[1] as api.GoogleCloudVisionV1p1beta1EntityAnnotation);
}
-core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> buildUnnamed4181() {
+core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> buildUnnamed4224() {
var o = <api.GoogleCloudVisionV1p1beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p1beta1EntityAnnotation());
return o;
}
-void checkUnnamed4181(
+void checkUnnamed4224(
core.List<api.GoogleCloudVisionV1p1beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1EntityAnnotation(
@@ -1442,19 +1442,19 @@
o.cropHintsAnnotation =
buildGoogleCloudVisionV1p1beta1CropHintsAnnotation();
o.error = buildStatus();
- o.faceAnnotations = buildUnnamed4176();
+ o.faceAnnotations = buildUnnamed4219();
o.fullTextAnnotation = buildGoogleCloudVisionV1p1beta1TextAnnotation();
o.imagePropertiesAnnotation =
buildGoogleCloudVisionV1p1beta1ImageProperties();
- o.labelAnnotations = buildUnnamed4177();
- o.landmarkAnnotations = buildUnnamed4178();
- o.localizedObjectAnnotations = buildUnnamed4179();
- o.logoAnnotations = buildUnnamed4180();
+ o.labelAnnotations = buildUnnamed4220();
+ o.landmarkAnnotations = buildUnnamed4221();
+ o.localizedObjectAnnotations = buildUnnamed4222();
+ o.logoAnnotations = buildUnnamed4223();
o.productSearchResults =
buildGoogleCloudVisionV1p1beta1ProductSearchResults();
o.safeSearchAnnotation =
buildGoogleCloudVisionV1p1beta1SafeSearchAnnotation();
- o.textAnnotations = buildUnnamed4181();
+ o.textAnnotations = buildUnnamed4224();
o.webDetection = buildGoogleCloudVisionV1p1beta1WebDetection();
}
buildCounterGoogleCloudVisionV1p1beta1AnnotateImageResponse--;
@@ -1470,20 +1470,20 @@
checkGoogleCloudVisionV1p1beta1CropHintsAnnotation(o.cropHintsAnnotation!
as api.GoogleCloudVisionV1p1beta1CropHintsAnnotation);
checkStatus(o.error! as api.Status);
- checkUnnamed4176(o.faceAnnotations!);
+ checkUnnamed4219(o.faceAnnotations!);
checkGoogleCloudVisionV1p1beta1TextAnnotation(
o.fullTextAnnotation! as api.GoogleCloudVisionV1p1beta1TextAnnotation);
checkGoogleCloudVisionV1p1beta1ImageProperties(o.imagePropertiesAnnotation!
as api.GoogleCloudVisionV1p1beta1ImageProperties);
- checkUnnamed4177(o.labelAnnotations!);
- checkUnnamed4178(o.landmarkAnnotations!);
- checkUnnamed4179(o.localizedObjectAnnotations!);
- checkUnnamed4180(o.logoAnnotations!);
+ checkUnnamed4220(o.labelAnnotations!);
+ checkUnnamed4221(o.landmarkAnnotations!);
+ checkUnnamed4222(o.localizedObjectAnnotations!);
+ checkUnnamed4223(o.logoAnnotations!);
checkGoogleCloudVisionV1p1beta1ProductSearchResults(o.productSearchResults!
as api.GoogleCloudVisionV1p1beta1ProductSearchResults);
checkGoogleCloudVisionV1p1beta1SafeSearchAnnotation(o.safeSearchAnnotation!
as api.GoogleCloudVisionV1p1beta1SafeSearchAnnotation);
- checkUnnamed4181(o.textAnnotations!);
+ checkUnnamed4224(o.textAnnotations!);
checkGoogleCloudVisionV1p1beta1WebDetection(
o.webDetection! as api.GoogleCloudVisionV1p1beta1WebDetection);
}
@@ -1513,14 +1513,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse>
- buildUnnamed4182() {
+ buildUnnamed4225() {
var o = <api.GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse>[];
o.add(buildGoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse());
o.add(buildGoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse());
return o;
}
-void checkUnnamed4182(
+void checkUnnamed4225(
core.List<api.GoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1AsyncAnnotateFileResponse(
@@ -1537,7 +1537,7 @@
buildCounterGoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse <
3) {
- o.responses = buildUnnamed4182();
+ o.responses = buildUnnamed4225();
}
buildCounterGoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse--;
return o;
@@ -1548,19 +1548,19 @@
buildCounterGoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse <
3) {
- checkUnnamed4182(o.responses!);
+ checkUnnamed4225(o.responses!);
}
buildCounterGoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse--;
}
-core.List<api.GoogleCloudVisionV1p1beta1Paragraph> buildUnnamed4183() {
+core.List<api.GoogleCloudVisionV1p1beta1Paragraph> buildUnnamed4226() {
var o = <api.GoogleCloudVisionV1p1beta1Paragraph>[];
o.add(buildGoogleCloudVisionV1p1beta1Paragraph());
o.add(buildGoogleCloudVisionV1p1beta1Paragraph());
return o;
}
-void checkUnnamed4183(core.List<api.GoogleCloudVisionV1p1beta1Paragraph> o) {
+void checkUnnamed4226(core.List<api.GoogleCloudVisionV1p1beta1Paragraph> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1Paragraph(
o[0] as api.GoogleCloudVisionV1p1beta1Paragraph);
@@ -1576,7 +1576,7 @@
o.blockType = 'foo';
o.boundingBox = buildGoogleCloudVisionV1p1beta1BoundingPoly();
o.confidence = 42.0;
- o.paragraphs = buildUnnamed4183();
+ o.paragraphs = buildUnnamed4226();
o.property = buildGoogleCloudVisionV1p1beta1TextAnnotationTextProperty();
}
buildCounterGoogleCloudVisionV1p1beta1Block--;
@@ -1597,21 +1597,21 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed4183(o.paragraphs!);
+ checkUnnamed4226(o.paragraphs!);
checkGoogleCloudVisionV1p1beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p1beta1TextAnnotationTextProperty);
}
buildCounterGoogleCloudVisionV1p1beta1Block--;
}
-core.List<api.GoogleCloudVisionV1p1beta1NormalizedVertex> buildUnnamed4184() {
+core.List<api.GoogleCloudVisionV1p1beta1NormalizedVertex> buildUnnamed4227() {
var o = <api.GoogleCloudVisionV1p1beta1NormalizedVertex>[];
o.add(buildGoogleCloudVisionV1p1beta1NormalizedVertex());
o.add(buildGoogleCloudVisionV1p1beta1NormalizedVertex());
return o;
}
-void checkUnnamed4184(
+void checkUnnamed4227(
core.List<api.GoogleCloudVisionV1p1beta1NormalizedVertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1NormalizedVertex(
@@ -1620,14 +1620,14 @@
o[1] as api.GoogleCloudVisionV1p1beta1NormalizedVertex);
}
-core.List<api.GoogleCloudVisionV1p1beta1Vertex> buildUnnamed4185() {
+core.List<api.GoogleCloudVisionV1p1beta1Vertex> buildUnnamed4228() {
var o = <api.GoogleCloudVisionV1p1beta1Vertex>[];
o.add(buildGoogleCloudVisionV1p1beta1Vertex());
o.add(buildGoogleCloudVisionV1p1beta1Vertex());
return o;
}
-void checkUnnamed4185(core.List<api.GoogleCloudVisionV1p1beta1Vertex> o) {
+void checkUnnamed4228(core.List<api.GoogleCloudVisionV1p1beta1Vertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1Vertex(
o[0] as api.GoogleCloudVisionV1p1beta1Vertex);
@@ -1641,8 +1641,8 @@
var o = api.GoogleCloudVisionV1p1beta1BoundingPoly();
buildCounterGoogleCloudVisionV1p1beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p1beta1BoundingPoly < 3) {
- o.normalizedVertices = buildUnnamed4184();
- o.vertices = buildUnnamed4185();
+ o.normalizedVertices = buildUnnamed4227();
+ o.vertices = buildUnnamed4228();
}
buildCounterGoogleCloudVisionV1p1beta1BoundingPoly--;
return o;
@@ -1652,8 +1652,8 @@
api.GoogleCloudVisionV1p1beta1BoundingPoly o) {
buildCounterGoogleCloudVisionV1p1beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p1beta1BoundingPoly < 3) {
- checkUnnamed4184(o.normalizedVertices!);
- checkUnnamed4185(o.vertices!);
+ checkUnnamed4227(o.normalizedVertices!);
+ checkUnnamed4228(o.vertices!);
}
buildCounterGoogleCloudVisionV1p1beta1BoundingPoly--;
}
@@ -1721,14 +1721,14 @@
buildCounterGoogleCloudVisionV1p1beta1CropHint--;
}
-core.List<api.GoogleCloudVisionV1p1beta1CropHint> buildUnnamed4186() {
+core.List<api.GoogleCloudVisionV1p1beta1CropHint> buildUnnamed4229() {
var o = <api.GoogleCloudVisionV1p1beta1CropHint>[];
o.add(buildGoogleCloudVisionV1p1beta1CropHint());
o.add(buildGoogleCloudVisionV1p1beta1CropHint());
return o;
}
-void checkUnnamed4186(core.List<api.GoogleCloudVisionV1p1beta1CropHint> o) {
+void checkUnnamed4229(core.List<api.GoogleCloudVisionV1p1beta1CropHint> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1CropHint(
o[0] as api.GoogleCloudVisionV1p1beta1CropHint);
@@ -1742,7 +1742,7 @@
var o = api.GoogleCloudVisionV1p1beta1CropHintsAnnotation();
buildCounterGoogleCloudVisionV1p1beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p1beta1CropHintsAnnotation < 3) {
- o.cropHints = buildUnnamed4186();
+ o.cropHints = buildUnnamed4229();
}
buildCounterGoogleCloudVisionV1p1beta1CropHintsAnnotation--;
return o;
@@ -1752,19 +1752,19 @@
api.GoogleCloudVisionV1p1beta1CropHintsAnnotation o) {
buildCounterGoogleCloudVisionV1p1beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p1beta1CropHintsAnnotation < 3) {
- checkUnnamed4186(o.cropHints!);
+ checkUnnamed4229(o.cropHints!);
}
buildCounterGoogleCloudVisionV1p1beta1CropHintsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p1beta1ColorInfo> buildUnnamed4187() {
+core.List<api.GoogleCloudVisionV1p1beta1ColorInfo> buildUnnamed4230() {
var o = <api.GoogleCloudVisionV1p1beta1ColorInfo>[];
o.add(buildGoogleCloudVisionV1p1beta1ColorInfo());
o.add(buildGoogleCloudVisionV1p1beta1ColorInfo());
return o;
}
-void checkUnnamed4187(core.List<api.GoogleCloudVisionV1p1beta1ColorInfo> o) {
+void checkUnnamed4230(core.List<api.GoogleCloudVisionV1p1beta1ColorInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1ColorInfo(
o[0] as api.GoogleCloudVisionV1p1beta1ColorInfo);
@@ -1778,7 +1778,7 @@
var o = api.GoogleCloudVisionV1p1beta1DominantColorsAnnotation();
buildCounterGoogleCloudVisionV1p1beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p1beta1DominantColorsAnnotation < 3) {
- o.colors = buildUnnamed4187();
+ o.colors = buildUnnamed4230();
}
buildCounterGoogleCloudVisionV1p1beta1DominantColorsAnnotation--;
return o;
@@ -1788,19 +1788,19 @@
api.GoogleCloudVisionV1p1beta1DominantColorsAnnotation o) {
buildCounterGoogleCloudVisionV1p1beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p1beta1DominantColorsAnnotation < 3) {
- checkUnnamed4187(o.colors!);
+ checkUnnamed4230(o.colors!);
}
buildCounterGoogleCloudVisionV1p1beta1DominantColorsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p1beta1LocationInfo> buildUnnamed4188() {
+core.List<api.GoogleCloudVisionV1p1beta1LocationInfo> buildUnnamed4231() {
var o = <api.GoogleCloudVisionV1p1beta1LocationInfo>[];
o.add(buildGoogleCloudVisionV1p1beta1LocationInfo());
o.add(buildGoogleCloudVisionV1p1beta1LocationInfo());
return o;
}
-void checkUnnamed4188(core.List<api.GoogleCloudVisionV1p1beta1LocationInfo> o) {
+void checkUnnamed4231(core.List<api.GoogleCloudVisionV1p1beta1LocationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1LocationInfo(
o[0] as api.GoogleCloudVisionV1p1beta1LocationInfo);
@@ -1808,14 +1808,14 @@
o[1] as api.GoogleCloudVisionV1p1beta1LocationInfo);
}
-core.List<api.GoogleCloudVisionV1p1beta1Property> buildUnnamed4189() {
+core.List<api.GoogleCloudVisionV1p1beta1Property> buildUnnamed4232() {
var o = <api.GoogleCloudVisionV1p1beta1Property>[];
o.add(buildGoogleCloudVisionV1p1beta1Property());
o.add(buildGoogleCloudVisionV1p1beta1Property());
return o;
}
-void checkUnnamed4189(core.List<api.GoogleCloudVisionV1p1beta1Property> o) {
+void checkUnnamed4232(core.List<api.GoogleCloudVisionV1p1beta1Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1Property(
o[0] as api.GoogleCloudVisionV1p1beta1Property);
@@ -1833,9 +1833,9 @@
o.confidence = 42.0;
o.description = 'foo';
o.locale = 'foo';
- o.locations = buildUnnamed4188();
+ o.locations = buildUnnamed4231();
o.mid = 'foo';
- o.properties = buildUnnamed4189();
+ o.properties = buildUnnamed4232();
o.score = 42.0;
o.topicality = 42.0;
}
@@ -1861,12 +1861,12 @@
o.locale!,
unittest.equals('foo'),
);
- checkUnnamed4188(o.locations!);
+ checkUnnamed4231(o.locations!);
unittest.expect(
o.mid!,
unittest.equals('foo'),
);
- checkUnnamed4189(o.properties!);
+ checkUnnamed4232(o.properties!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -1880,14 +1880,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1FaceAnnotationLandmark>
- buildUnnamed4190() {
+ buildUnnamed4233() {
var o = <api.GoogleCloudVisionV1p1beta1FaceAnnotationLandmark>[];
o.add(buildGoogleCloudVisionV1p1beta1FaceAnnotationLandmark());
o.add(buildGoogleCloudVisionV1p1beta1FaceAnnotationLandmark());
return o;
}
-void checkUnnamed4190(
+void checkUnnamed4233(
core.List<api.GoogleCloudVisionV1p1beta1FaceAnnotationLandmark> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1FaceAnnotationLandmark(
@@ -1910,7 +1910,7 @@
o.headwearLikelihood = 'foo';
o.joyLikelihood = 'foo';
o.landmarkingConfidence = 42.0;
- o.landmarks = buildUnnamed4190();
+ o.landmarks = buildUnnamed4233();
o.panAngle = 42.0;
o.rollAngle = 42.0;
o.sorrowLikelihood = 'foo';
@@ -1954,7 +1954,7 @@
o.landmarkingConfidence!,
unittest.equals(42.0),
);
- checkUnnamed4190(o.landmarks!);
+ checkUnnamed4233(o.landmarks!);
unittest.expect(
o.panAngle!,
unittest.equals(42.0),
@@ -2295,14 +2295,14 @@
buildCounterGoogleCloudVisionV1p1beta1OutputConfig--;
}
-core.List<api.GoogleCloudVisionV1p1beta1Block> buildUnnamed4191() {
+core.List<api.GoogleCloudVisionV1p1beta1Block> buildUnnamed4234() {
var o = <api.GoogleCloudVisionV1p1beta1Block>[];
o.add(buildGoogleCloudVisionV1p1beta1Block());
o.add(buildGoogleCloudVisionV1p1beta1Block());
return o;
}
-void checkUnnamed4191(core.List<api.GoogleCloudVisionV1p1beta1Block> o) {
+void checkUnnamed4234(core.List<api.GoogleCloudVisionV1p1beta1Block> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1Block(
o[0] as api.GoogleCloudVisionV1p1beta1Block);
@@ -2315,7 +2315,7 @@
var o = api.GoogleCloudVisionV1p1beta1Page();
buildCounterGoogleCloudVisionV1p1beta1Page++;
if (buildCounterGoogleCloudVisionV1p1beta1Page < 3) {
- o.blocks = buildUnnamed4191();
+ o.blocks = buildUnnamed4234();
o.confidence = 42.0;
o.height = 42;
o.property = buildGoogleCloudVisionV1p1beta1TextAnnotationTextProperty();
@@ -2328,7 +2328,7 @@
void checkGoogleCloudVisionV1p1beta1Page(api.GoogleCloudVisionV1p1beta1Page o) {
buildCounterGoogleCloudVisionV1p1beta1Page++;
if (buildCounterGoogleCloudVisionV1p1beta1Page < 3) {
- checkUnnamed4191(o.blocks!);
+ checkUnnamed4234(o.blocks!);
unittest.expect(
o.confidence!,
unittest.equals(42.0),
@@ -2347,14 +2347,14 @@
buildCounterGoogleCloudVisionV1p1beta1Page--;
}
-core.List<api.GoogleCloudVisionV1p1beta1Word> buildUnnamed4192() {
+core.List<api.GoogleCloudVisionV1p1beta1Word> buildUnnamed4235() {
var o = <api.GoogleCloudVisionV1p1beta1Word>[];
o.add(buildGoogleCloudVisionV1p1beta1Word());
o.add(buildGoogleCloudVisionV1p1beta1Word());
return o;
}
-void checkUnnamed4192(core.List<api.GoogleCloudVisionV1p1beta1Word> o) {
+void checkUnnamed4235(core.List<api.GoogleCloudVisionV1p1beta1Word> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1Word(
o[0] as api.GoogleCloudVisionV1p1beta1Word);
@@ -2371,7 +2371,7 @@
o.boundingBox = buildGoogleCloudVisionV1p1beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p1beta1TextAnnotationTextProperty();
- o.words = buildUnnamed4192();
+ o.words = buildUnnamed4235();
}
buildCounterGoogleCloudVisionV1p1beta1Paragraph--;
return o;
@@ -2389,7 +2389,7 @@
);
checkGoogleCloudVisionV1p1beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p1beta1TextAnnotationTextProperty);
- checkUnnamed4192(o.words!);
+ checkUnnamed4235(o.words!);
}
buildCounterGoogleCloudVisionV1p1beta1Paragraph--;
}
@@ -2428,14 +2428,14 @@
buildCounterGoogleCloudVisionV1p1beta1Position--;
}
-core.List<api.GoogleCloudVisionV1p1beta1ProductKeyValue> buildUnnamed4193() {
+core.List<api.GoogleCloudVisionV1p1beta1ProductKeyValue> buildUnnamed4236() {
var o = <api.GoogleCloudVisionV1p1beta1ProductKeyValue>[];
o.add(buildGoogleCloudVisionV1p1beta1ProductKeyValue());
o.add(buildGoogleCloudVisionV1p1beta1ProductKeyValue());
return o;
}
-void checkUnnamed4193(
+void checkUnnamed4236(
core.List<api.GoogleCloudVisionV1p1beta1ProductKeyValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1ProductKeyValue(
@@ -2453,7 +2453,7 @@
o.displayName = 'foo';
o.name = 'foo';
o.productCategory = 'foo';
- o.productLabels = buildUnnamed4193();
+ o.productLabels = buildUnnamed4236();
}
buildCounterGoogleCloudVisionV1p1beta1Product--;
return o;
@@ -2479,7 +2479,7 @@
o.productCategory!,
unittest.equals('foo'),
);
- checkUnnamed4193(o.productLabels!);
+ checkUnnamed4236(o.productLabels!);
}
buildCounterGoogleCloudVisionV1p1beta1Product--;
}
@@ -2514,14 +2514,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult>
- buildUnnamed4194() {
+ buildUnnamed4237() {
var o = <api.GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult>[];
o.add(buildGoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult());
o.add(buildGoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult());
return o;
}
-void checkUnnamed4194(
+void checkUnnamed4237(
core.List<api.GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -2532,14 +2532,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1ProductSearchResultsResult>
- buildUnnamed4195() {
+ buildUnnamed4238() {
var o = <api.GoogleCloudVisionV1p1beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p1beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p1beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed4195(
+void checkUnnamed4238(
core.List<api.GoogleCloudVisionV1p1beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1ProductSearchResultsResult(
@@ -2555,8 +2555,8 @@
buildCounterGoogleCloudVisionV1p1beta1ProductSearchResults++;
if (buildCounterGoogleCloudVisionV1p1beta1ProductSearchResults < 3) {
o.indexTime = 'foo';
- o.productGroupedResults = buildUnnamed4194();
- o.results = buildUnnamed4195();
+ o.productGroupedResults = buildUnnamed4237();
+ o.results = buildUnnamed4238();
}
buildCounterGoogleCloudVisionV1p1beta1ProductSearchResults--;
return o;
@@ -2570,14 +2570,14 @@
o.indexTime!,
unittest.equals('foo'),
);
- checkUnnamed4194(o.productGroupedResults!);
- checkUnnamed4195(o.results!);
+ checkUnnamed4237(o.productGroupedResults!);
+ checkUnnamed4238(o.results!);
}
buildCounterGoogleCloudVisionV1p1beta1ProductSearchResults--;
}
core.List<api.GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation>
- buildUnnamed4196() {
+ buildUnnamed4239() {
var o =
<api.GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation>[];
o.add(buildGoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation());
@@ -2585,7 +2585,7 @@
return o;
}
-void checkUnnamed4196(
+void checkUnnamed4239(
core.List<
api.GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation>
o) {
@@ -2597,14 +2597,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1ProductSearchResultsResult>
- buildUnnamed4197() {
+ buildUnnamed4240() {
var o = <api.GoogleCloudVisionV1p1beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p1beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p1beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed4197(
+void checkUnnamed4240(
core.List<api.GoogleCloudVisionV1p1beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1ProductSearchResultsResult(
@@ -2622,8 +2622,8 @@
if (buildCounterGoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult <
3) {
o.boundingPoly = buildGoogleCloudVisionV1p1beta1BoundingPoly();
- o.objectAnnotations = buildUnnamed4196();
- o.results = buildUnnamed4197();
+ o.objectAnnotations = buildUnnamed4239();
+ o.results = buildUnnamed4240();
}
buildCounterGoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult--;
return o;
@@ -2636,8 +2636,8 @@
3) {
checkGoogleCloudVisionV1p1beta1BoundingPoly(
o.boundingPoly! as api.GoogleCloudVisionV1p1beta1BoundingPoly);
- checkUnnamed4196(o.objectAnnotations!);
- checkUnnamed4197(o.results!);
+ checkUnnamed4239(o.objectAnnotations!);
+ checkUnnamed4240(o.results!);
}
buildCounterGoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult--;
}
@@ -2829,14 +2829,14 @@
buildCounterGoogleCloudVisionV1p1beta1Symbol--;
}
-core.List<api.GoogleCloudVisionV1p1beta1Page> buildUnnamed4198() {
+core.List<api.GoogleCloudVisionV1p1beta1Page> buildUnnamed4241() {
var o = <api.GoogleCloudVisionV1p1beta1Page>[];
o.add(buildGoogleCloudVisionV1p1beta1Page());
o.add(buildGoogleCloudVisionV1p1beta1Page());
return o;
}
-void checkUnnamed4198(core.List<api.GoogleCloudVisionV1p1beta1Page> o) {
+void checkUnnamed4241(core.List<api.GoogleCloudVisionV1p1beta1Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1Page(
o[0] as api.GoogleCloudVisionV1p1beta1Page);
@@ -2850,7 +2850,7 @@
var o = api.GoogleCloudVisionV1p1beta1TextAnnotation();
buildCounterGoogleCloudVisionV1p1beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p1beta1TextAnnotation < 3) {
- o.pages = buildUnnamed4198();
+ o.pages = buildUnnamed4241();
o.text = 'foo';
}
buildCounterGoogleCloudVisionV1p1beta1TextAnnotation--;
@@ -2861,7 +2861,7 @@
api.GoogleCloudVisionV1p1beta1TextAnnotation o) {
buildCounterGoogleCloudVisionV1p1beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p1beta1TextAnnotation < 3) {
- checkUnnamed4198(o.pages!);
+ checkUnnamed4241(o.pages!);
unittest.expect(
o.text!,
unittest.equals('foo'),
@@ -2929,14 +2929,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage>
- buildUnnamed4199() {
+ buildUnnamed4242() {
var o = <api.GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage>[];
o.add(buildGoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage());
o.add(buildGoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage());
return o;
}
-void checkUnnamed4199(
+void checkUnnamed4242(
core.List<api.GoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1TextAnnotationDetectedLanguage(
@@ -2953,7 +2953,7 @@
if (buildCounterGoogleCloudVisionV1p1beta1TextAnnotationTextProperty < 3) {
o.detectedBreak =
buildGoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak();
- o.detectedLanguages = buildUnnamed4199();
+ o.detectedLanguages = buildUnnamed4242();
}
buildCounterGoogleCloudVisionV1p1beta1TextAnnotationTextProperty--;
return o;
@@ -2965,7 +2965,7 @@
if (buildCounterGoogleCloudVisionV1p1beta1TextAnnotationTextProperty < 3) {
checkGoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak(o.detectedBreak!
as api.GoogleCloudVisionV1p1beta1TextAnnotationDetectedBreak);
- checkUnnamed4199(o.detectedLanguages!);
+ checkUnnamed4242(o.detectedLanguages!);
}
buildCounterGoogleCloudVisionV1p1beta1TextAnnotationTextProperty--;
}
@@ -2999,14 +2999,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebLabel>
- buildUnnamed4200() {
+ buildUnnamed4243() {
var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebLabel>[];
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebLabel());
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebLabel());
return o;
}
-void checkUnnamed4200(
+void checkUnnamed4243(
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1WebDetectionWebLabel(
@@ -3016,14 +3016,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>
- buildUnnamed4201() {
+ buildUnnamed4244() {
var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4201(
+void checkUnnamed4244(
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1WebDetectionWebImage(
@@ -3033,14 +3033,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebPage>
- buildUnnamed4202() {
+ buildUnnamed4245() {
var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebPage>[];
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebPage());
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebPage());
return o;
}
-void checkUnnamed4202(
+void checkUnnamed4245(
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1WebDetectionWebPage(
@@ -3050,14 +3050,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>
- buildUnnamed4203() {
+ buildUnnamed4246() {
var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4203(
+void checkUnnamed4246(
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1WebDetectionWebImage(
@@ -3067,14 +3067,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>
- buildUnnamed4204() {
+ buildUnnamed4247() {
var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4204(
+void checkUnnamed4247(
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1WebDetectionWebImage(
@@ -3084,14 +3084,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebEntity>
- buildUnnamed4205() {
+ buildUnnamed4248() {
var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebEntity>[];
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebEntity());
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebEntity());
return o;
}
-void checkUnnamed4205(
+void checkUnnamed4248(
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1WebDetectionWebEntity(
@@ -3106,12 +3106,12 @@
var o = api.GoogleCloudVisionV1p1beta1WebDetection();
buildCounterGoogleCloudVisionV1p1beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p1beta1WebDetection < 3) {
- o.bestGuessLabels = buildUnnamed4200();
- o.fullMatchingImages = buildUnnamed4201();
- o.pagesWithMatchingImages = buildUnnamed4202();
- o.partialMatchingImages = buildUnnamed4203();
- o.visuallySimilarImages = buildUnnamed4204();
- o.webEntities = buildUnnamed4205();
+ o.bestGuessLabels = buildUnnamed4243();
+ o.fullMatchingImages = buildUnnamed4244();
+ o.pagesWithMatchingImages = buildUnnamed4245();
+ o.partialMatchingImages = buildUnnamed4246();
+ o.visuallySimilarImages = buildUnnamed4247();
+ o.webEntities = buildUnnamed4248();
}
buildCounterGoogleCloudVisionV1p1beta1WebDetection--;
return o;
@@ -3121,12 +3121,12 @@
api.GoogleCloudVisionV1p1beta1WebDetection o) {
buildCounterGoogleCloudVisionV1p1beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p1beta1WebDetection < 3) {
- checkUnnamed4200(o.bestGuessLabels!);
- checkUnnamed4201(o.fullMatchingImages!);
- checkUnnamed4202(o.pagesWithMatchingImages!);
- checkUnnamed4203(o.partialMatchingImages!);
- checkUnnamed4204(o.visuallySimilarImages!);
- checkUnnamed4205(o.webEntities!);
+ checkUnnamed4243(o.bestGuessLabels!);
+ checkUnnamed4244(o.fullMatchingImages!);
+ checkUnnamed4245(o.pagesWithMatchingImages!);
+ checkUnnamed4246(o.partialMatchingImages!);
+ checkUnnamed4247(o.visuallySimilarImages!);
+ checkUnnamed4248(o.webEntities!);
}
buildCounterGoogleCloudVisionV1p1beta1WebDetection--;
}
@@ -3224,14 +3224,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>
- buildUnnamed4206() {
+ buildUnnamed4249() {
var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4206(
+void checkUnnamed4249(
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1WebDetectionWebImage(
@@ -3241,14 +3241,14 @@
}
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>
- buildUnnamed4207() {
+ buildUnnamed4250() {
var o = <api.GoogleCloudVisionV1p1beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p1beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4207(
+void checkUnnamed4250(
core.List<api.GoogleCloudVisionV1p1beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1WebDetectionWebImage(
@@ -3263,9 +3263,9 @@
var o = api.GoogleCloudVisionV1p1beta1WebDetectionWebPage();
buildCounterGoogleCloudVisionV1p1beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p1beta1WebDetectionWebPage < 3) {
- o.fullMatchingImages = buildUnnamed4206();
+ o.fullMatchingImages = buildUnnamed4249();
o.pageTitle = 'foo';
- o.partialMatchingImages = buildUnnamed4207();
+ o.partialMatchingImages = buildUnnamed4250();
o.score = 42.0;
o.url = 'foo';
}
@@ -3277,12 +3277,12 @@
api.GoogleCloudVisionV1p1beta1WebDetectionWebPage o) {
buildCounterGoogleCloudVisionV1p1beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p1beta1WebDetectionWebPage < 3) {
- checkUnnamed4206(o.fullMatchingImages!);
+ checkUnnamed4249(o.fullMatchingImages!);
unittest.expect(
o.pageTitle!,
unittest.equals('foo'),
);
- checkUnnamed4207(o.partialMatchingImages!);
+ checkUnnamed4250(o.partialMatchingImages!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -3295,14 +3295,14 @@
buildCounterGoogleCloudVisionV1p1beta1WebDetectionWebPage--;
}
-core.List<api.GoogleCloudVisionV1p1beta1Symbol> buildUnnamed4208() {
+core.List<api.GoogleCloudVisionV1p1beta1Symbol> buildUnnamed4251() {
var o = <api.GoogleCloudVisionV1p1beta1Symbol>[];
o.add(buildGoogleCloudVisionV1p1beta1Symbol());
o.add(buildGoogleCloudVisionV1p1beta1Symbol());
return o;
}
-void checkUnnamed4208(core.List<api.GoogleCloudVisionV1p1beta1Symbol> o) {
+void checkUnnamed4251(core.List<api.GoogleCloudVisionV1p1beta1Symbol> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p1beta1Symbol(
o[0] as api.GoogleCloudVisionV1p1beta1Symbol);
@@ -3318,7 +3318,7 @@
o.boundingBox = buildGoogleCloudVisionV1p1beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p1beta1TextAnnotationTextProperty();
- o.symbols = buildUnnamed4208();
+ o.symbols = buildUnnamed4251();
}
buildCounterGoogleCloudVisionV1p1beta1Word--;
return o;
@@ -3335,20 +3335,20 @@
);
checkGoogleCloudVisionV1p1beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p1beta1TextAnnotationTextProperty);
- checkUnnamed4208(o.symbols!);
+ checkUnnamed4251(o.symbols!);
}
buildCounterGoogleCloudVisionV1p1beta1Word--;
}
core.List<api.GoogleCloudVisionV1p2beta1AnnotateImageResponse>
- buildUnnamed4209() {
+ buildUnnamed4252() {
var o = <api.GoogleCloudVisionV1p2beta1AnnotateImageResponse>[];
o.add(buildGoogleCloudVisionV1p2beta1AnnotateImageResponse());
o.add(buildGoogleCloudVisionV1p2beta1AnnotateImageResponse());
return o;
}
-void checkUnnamed4209(
+void checkUnnamed4252(
core.List<api.GoogleCloudVisionV1p2beta1AnnotateImageResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1AnnotateImageResponse(
@@ -3365,7 +3365,7 @@
if (buildCounterGoogleCloudVisionV1p2beta1AnnotateFileResponse < 3) {
o.error = buildStatus();
o.inputConfig = buildGoogleCloudVisionV1p2beta1InputConfig();
- o.responses = buildUnnamed4209();
+ o.responses = buildUnnamed4252();
o.totalPages = 42;
}
buildCounterGoogleCloudVisionV1p2beta1AnnotateFileResponse--;
@@ -3379,7 +3379,7 @@
checkStatus(o.error! as api.Status);
checkGoogleCloudVisionV1p2beta1InputConfig(
o.inputConfig! as api.GoogleCloudVisionV1p2beta1InputConfig);
- checkUnnamed4209(o.responses!);
+ checkUnnamed4252(o.responses!);
unittest.expect(
o.totalPages!,
unittest.equals(42),
@@ -3388,14 +3388,14 @@
buildCounterGoogleCloudVisionV1p2beta1AnnotateFileResponse--;
}
-core.List<api.GoogleCloudVisionV1p2beta1FaceAnnotation> buildUnnamed4210() {
+core.List<api.GoogleCloudVisionV1p2beta1FaceAnnotation> buildUnnamed4253() {
var o = <api.GoogleCloudVisionV1p2beta1FaceAnnotation>[];
o.add(buildGoogleCloudVisionV1p2beta1FaceAnnotation());
o.add(buildGoogleCloudVisionV1p2beta1FaceAnnotation());
return o;
}
-void checkUnnamed4210(
+void checkUnnamed4253(
core.List<api.GoogleCloudVisionV1p2beta1FaceAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1FaceAnnotation(
@@ -3404,14 +3404,14 @@
o[1] as api.GoogleCloudVisionV1p2beta1FaceAnnotation);
}
-core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> buildUnnamed4211() {
+core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> buildUnnamed4254() {
var o = <api.GoogleCloudVisionV1p2beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
return o;
}
-void checkUnnamed4211(
+void checkUnnamed4254(
core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1EntityAnnotation(
@@ -3420,14 +3420,14 @@
o[1] as api.GoogleCloudVisionV1p2beta1EntityAnnotation);
}
-core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> buildUnnamed4212() {
+core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> buildUnnamed4255() {
var o = <api.GoogleCloudVisionV1p2beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
return o;
}
-void checkUnnamed4212(
+void checkUnnamed4255(
core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1EntityAnnotation(
@@ -3437,14 +3437,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation>
- buildUnnamed4213() {
+ buildUnnamed4256() {
var o = <api.GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation>[];
o.add(buildGoogleCloudVisionV1p2beta1LocalizedObjectAnnotation());
o.add(buildGoogleCloudVisionV1p2beta1LocalizedObjectAnnotation());
return o;
}
-void checkUnnamed4213(
+void checkUnnamed4256(
core.List<api.GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1LocalizedObjectAnnotation(
@@ -3453,14 +3453,14 @@
o[1] as api.GoogleCloudVisionV1p2beta1LocalizedObjectAnnotation);
}
-core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> buildUnnamed4214() {
+core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> buildUnnamed4257() {
var o = <api.GoogleCloudVisionV1p2beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
return o;
}
-void checkUnnamed4214(
+void checkUnnamed4257(
core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1EntityAnnotation(
@@ -3469,14 +3469,14 @@
o[1] as api.GoogleCloudVisionV1p2beta1EntityAnnotation);
}
-core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> buildUnnamed4215() {
+core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> buildUnnamed4258() {
var o = <api.GoogleCloudVisionV1p2beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p2beta1EntityAnnotation());
return o;
}
-void checkUnnamed4215(
+void checkUnnamed4258(
core.List<api.GoogleCloudVisionV1p2beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1EntityAnnotation(
@@ -3495,19 +3495,19 @@
o.cropHintsAnnotation =
buildGoogleCloudVisionV1p2beta1CropHintsAnnotation();
o.error = buildStatus();
- o.faceAnnotations = buildUnnamed4210();
+ o.faceAnnotations = buildUnnamed4253();
o.fullTextAnnotation = buildGoogleCloudVisionV1p2beta1TextAnnotation();
o.imagePropertiesAnnotation =
buildGoogleCloudVisionV1p2beta1ImageProperties();
- o.labelAnnotations = buildUnnamed4211();
- o.landmarkAnnotations = buildUnnamed4212();
- o.localizedObjectAnnotations = buildUnnamed4213();
- o.logoAnnotations = buildUnnamed4214();
+ o.labelAnnotations = buildUnnamed4254();
+ o.landmarkAnnotations = buildUnnamed4255();
+ o.localizedObjectAnnotations = buildUnnamed4256();
+ o.logoAnnotations = buildUnnamed4257();
o.productSearchResults =
buildGoogleCloudVisionV1p2beta1ProductSearchResults();
o.safeSearchAnnotation =
buildGoogleCloudVisionV1p2beta1SafeSearchAnnotation();
- o.textAnnotations = buildUnnamed4215();
+ o.textAnnotations = buildUnnamed4258();
o.webDetection = buildGoogleCloudVisionV1p2beta1WebDetection();
}
buildCounterGoogleCloudVisionV1p2beta1AnnotateImageResponse--;
@@ -3523,20 +3523,20 @@
checkGoogleCloudVisionV1p2beta1CropHintsAnnotation(o.cropHintsAnnotation!
as api.GoogleCloudVisionV1p2beta1CropHintsAnnotation);
checkStatus(o.error! as api.Status);
- checkUnnamed4210(o.faceAnnotations!);
+ checkUnnamed4253(o.faceAnnotations!);
checkGoogleCloudVisionV1p2beta1TextAnnotation(
o.fullTextAnnotation! as api.GoogleCloudVisionV1p2beta1TextAnnotation);
checkGoogleCloudVisionV1p2beta1ImageProperties(o.imagePropertiesAnnotation!
as api.GoogleCloudVisionV1p2beta1ImageProperties);
- checkUnnamed4211(o.labelAnnotations!);
- checkUnnamed4212(o.landmarkAnnotations!);
- checkUnnamed4213(o.localizedObjectAnnotations!);
- checkUnnamed4214(o.logoAnnotations!);
+ checkUnnamed4254(o.labelAnnotations!);
+ checkUnnamed4255(o.landmarkAnnotations!);
+ checkUnnamed4256(o.localizedObjectAnnotations!);
+ checkUnnamed4257(o.logoAnnotations!);
checkGoogleCloudVisionV1p2beta1ProductSearchResults(o.productSearchResults!
as api.GoogleCloudVisionV1p2beta1ProductSearchResults);
checkGoogleCloudVisionV1p2beta1SafeSearchAnnotation(o.safeSearchAnnotation!
as api.GoogleCloudVisionV1p2beta1SafeSearchAnnotation);
- checkUnnamed4215(o.textAnnotations!);
+ checkUnnamed4258(o.textAnnotations!);
checkGoogleCloudVisionV1p2beta1WebDetection(
o.webDetection! as api.GoogleCloudVisionV1p2beta1WebDetection);
}
@@ -3566,14 +3566,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse>
- buildUnnamed4216() {
+ buildUnnamed4259() {
var o = <api.GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse>[];
o.add(buildGoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse());
o.add(buildGoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse());
return o;
}
-void checkUnnamed4216(
+void checkUnnamed4259(
core.List<api.GoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1AsyncAnnotateFileResponse(
@@ -3590,7 +3590,7 @@
buildCounterGoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse <
3) {
- o.responses = buildUnnamed4216();
+ o.responses = buildUnnamed4259();
}
buildCounterGoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse--;
return o;
@@ -3601,19 +3601,19 @@
buildCounterGoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse <
3) {
- checkUnnamed4216(o.responses!);
+ checkUnnamed4259(o.responses!);
}
buildCounterGoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse--;
}
-core.List<api.GoogleCloudVisionV1p2beta1Paragraph> buildUnnamed4217() {
+core.List<api.GoogleCloudVisionV1p2beta1Paragraph> buildUnnamed4260() {
var o = <api.GoogleCloudVisionV1p2beta1Paragraph>[];
o.add(buildGoogleCloudVisionV1p2beta1Paragraph());
o.add(buildGoogleCloudVisionV1p2beta1Paragraph());
return o;
}
-void checkUnnamed4217(core.List<api.GoogleCloudVisionV1p2beta1Paragraph> o) {
+void checkUnnamed4260(core.List<api.GoogleCloudVisionV1p2beta1Paragraph> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1Paragraph(
o[0] as api.GoogleCloudVisionV1p2beta1Paragraph);
@@ -3629,7 +3629,7 @@
o.blockType = 'foo';
o.boundingBox = buildGoogleCloudVisionV1p2beta1BoundingPoly();
o.confidence = 42.0;
- o.paragraphs = buildUnnamed4217();
+ o.paragraphs = buildUnnamed4260();
o.property = buildGoogleCloudVisionV1p2beta1TextAnnotationTextProperty();
}
buildCounterGoogleCloudVisionV1p2beta1Block--;
@@ -3650,21 +3650,21 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed4217(o.paragraphs!);
+ checkUnnamed4260(o.paragraphs!);
checkGoogleCloudVisionV1p2beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p2beta1TextAnnotationTextProperty);
}
buildCounterGoogleCloudVisionV1p2beta1Block--;
}
-core.List<api.GoogleCloudVisionV1p2beta1NormalizedVertex> buildUnnamed4218() {
+core.List<api.GoogleCloudVisionV1p2beta1NormalizedVertex> buildUnnamed4261() {
var o = <api.GoogleCloudVisionV1p2beta1NormalizedVertex>[];
o.add(buildGoogleCloudVisionV1p2beta1NormalizedVertex());
o.add(buildGoogleCloudVisionV1p2beta1NormalizedVertex());
return o;
}
-void checkUnnamed4218(
+void checkUnnamed4261(
core.List<api.GoogleCloudVisionV1p2beta1NormalizedVertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1NormalizedVertex(
@@ -3673,14 +3673,14 @@
o[1] as api.GoogleCloudVisionV1p2beta1NormalizedVertex);
}
-core.List<api.GoogleCloudVisionV1p2beta1Vertex> buildUnnamed4219() {
+core.List<api.GoogleCloudVisionV1p2beta1Vertex> buildUnnamed4262() {
var o = <api.GoogleCloudVisionV1p2beta1Vertex>[];
o.add(buildGoogleCloudVisionV1p2beta1Vertex());
o.add(buildGoogleCloudVisionV1p2beta1Vertex());
return o;
}
-void checkUnnamed4219(core.List<api.GoogleCloudVisionV1p2beta1Vertex> o) {
+void checkUnnamed4262(core.List<api.GoogleCloudVisionV1p2beta1Vertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1Vertex(
o[0] as api.GoogleCloudVisionV1p2beta1Vertex);
@@ -3694,8 +3694,8 @@
var o = api.GoogleCloudVisionV1p2beta1BoundingPoly();
buildCounterGoogleCloudVisionV1p2beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p2beta1BoundingPoly < 3) {
- o.normalizedVertices = buildUnnamed4218();
- o.vertices = buildUnnamed4219();
+ o.normalizedVertices = buildUnnamed4261();
+ o.vertices = buildUnnamed4262();
}
buildCounterGoogleCloudVisionV1p2beta1BoundingPoly--;
return o;
@@ -3705,8 +3705,8 @@
api.GoogleCloudVisionV1p2beta1BoundingPoly o) {
buildCounterGoogleCloudVisionV1p2beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p2beta1BoundingPoly < 3) {
- checkUnnamed4218(o.normalizedVertices!);
- checkUnnamed4219(o.vertices!);
+ checkUnnamed4261(o.normalizedVertices!);
+ checkUnnamed4262(o.vertices!);
}
buildCounterGoogleCloudVisionV1p2beta1BoundingPoly--;
}
@@ -3774,14 +3774,14 @@
buildCounterGoogleCloudVisionV1p2beta1CropHint--;
}
-core.List<api.GoogleCloudVisionV1p2beta1CropHint> buildUnnamed4220() {
+core.List<api.GoogleCloudVisionV1p2beta1CropHint> buildUnnamed4263() {
var o = <api.GoogleCloudVisionV1p2beta1CropHint>[];
o.add(buildGoogleCloudVisionV1p2beta1CropHint());
o.add(buildGoogleCloudVisionV1p2beta1CropHint());
return o;
}
-void checkUnnamed4220(core.List<api.GoogleCloudVisionV1p2beta1CropHint> o) {
+void checkUnnamed4263(core.List<api.GoogleCloudVisionV1p2beta1CropHint> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1CropHint(
o[0] as api.GoogleCloudVisionV1p2beta1CropHint);
@@ -3795,7 +3795,7 @@
var o = api.GoogleCloudVisionV1p2beta1CropHintsAnnotation();
buildCounterGoogleCloudVisionV1p2beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p2beta1CropHintsAnnotation < 3) {
- o.cropHints = buildUnnamed4220();
+ o.cropHints = buildUnnamed4263();
}
buildCounterGoogleCloudVisionV1p2beta1CropHintsAnnotation--;
return o;
@@ -3805,19 +3805,19 @@
api.GoogleCloudVisionV1p2beta1CropHintsAnnotation o) {
buildCounterGoogleCloudVisionV1p2beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p2beta1CropHintsAnnotation < 3) {
- checkUnnamed4220(o.cropHints!);
+ checkUnnamed4263(o.cropHints!);
}
buildCounterGoogleCloudVisionV1p2beta1CropHintsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p2beta1ColorInfo> buildUnnamed4221() {
+core.List<api.GoogleCloudVisionV1p2beta1ColorInfo> buildUnnamed4264() {
var o = <api.GoogleCloudVisionV1p2beta1ColorInfo>[];
o.add(buildGoogleCloudVisionV1p2beta1ColorInfo());
o.add(buildGoogleCloudVisionV1p2beta1ColorInfo());
return o;
}
-void checkUnnamed4221(core.List<api.GoogleCloudVisionV1p2beta1ColorInfo> o) {
+void checkUnnamed4264(core.List<api.GoogleCloudVisionV1p2beta1ColorInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1ColorInfo(
o[0] as api.GoogleCloudVisionV1p2beta1ColorInfo);
@@ -3831,7 +3831,7 @@
var o = api.GoogleCloudVisionV1p2beta1DominantColorsAnnotation();
buildCounterGoogleCloudVisionV1p2beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p2beta1DominantColorsAnnotation < 3) {
- o.colors = buildUnnamed4221();
+ o.colors = buildUnnamed4264();
}
buildCounterGoogleCloudVisionV1p2beta1DominantColorsAnnotation--;
return o;
@@ -3841,19 +3841,19 @@
api.GoogleCloudVisionV1p2beta1DominantColorsAnnotation o) {
buildCounterGoogleCloudVisionV1p2beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p2beta1DominantColorsAnnotation < 3) {
- checkUnnamed4221(o.colors!);
+ checkUnnamed4264(o.colors!);
}
buildCounterGoogleCloudVisionV1p2beta1DominantColorsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p2beta1LocationInfo> buildUnnamed4222() {
+core.List<api.GoogleCloudVisionV1p2beta1LocationInfo> buildUnnamed4265() {
var o = <api.GoogleCloudVisionV1p2beta1LocationInfo>[];
o.add(buildGoogleCloudVisionV1p2beta1LocationInfo());
o.add(buildGoogleCloudVisionV1p2beta1LocationInfo());
return o;
}
-void checkUnnamed4222(core.List<api.GoogleCloudVisionV1p2beta1LocationInfo> o) {
+void checkUnnamed4265(core.List<api.GoogleCloudVisionV1p2beta1LocationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1LocationInfo(
o[0] as api.GoogleCloudVisionV1p2beta1LocationInfo);
@@ -3861,14 +3861,14 @@
o[1] as api.GoogleCloudVisionV1p2beta1LocationInfo);
}
-core.List<api.GoogleCloudVisionV1p2beta1Property> buildUnnamed4223() {
+core.List<api.GoogleCloudVisionV1p2beta1Property> buildUnnamed4266() {
var o = <api.GoogleCloudVisionV1p2beta1Property>[];
o.add(buildGoogleCloudVisionV1p2beta1Property());
o.add(buildGoogleCloudVisionV1p2beta1Property());
return o;
}
-void checkUnnamed4223(core.List<api.GoogleCloudVisionV1p2beta1Property> o) {
+void checkUnnamed4266(core.List<api.GoogleCloudVisionV1p2beta1Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1Property(
o[0] as api.GoogleCloudVisionV1p2beta1Property);
@@ -3886,9 +3886,9 @@
o.confidence = 42.0;
o.description = 'foo';
o.locale = 'foo';
- o.locations = buildUnnamed4222();
+ o.locations = buildUnnamed4265();
o.mid = 'foo';
- o.properties = buildUnnamed4223();
+ o.properties = buildUnnamed4266();
o.score = 42.0;
o.topicality = 42.0;
}
@@ -3914,12 +3914,12 @@
o.locale!,
unittest.equals('foo'),
);
- checkUnnamed4222(o.locations!);
+ checkUnnamed4265(o.locations!);
unittest.expect(
o.mid!,
unittest.equals('foo'),
);
- checkUnnamed4223(o.properties!);
+ checkUnnamed4266(o.properties!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -3933,14 +3933,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1FaceAnnotationLandmark>
- buildUnnamed4224() {
+ buildUnnamed4267() {
var o = <api.GoogleCloudVisionV1p2beta1FaceAnnotationLandmark>[];
o.add(buildGoogleCloudVisionV1p2beta1FaceAnnotationLandmark());
o.add(buildGoogleCloudVisionV1p2beta1FaceAnnotationLandmark());
return o;
}
-void checkUnnamed4224(
+void checkUnnamed4267(
core.List<api.GoogleCloudVisionV1p2beta1FaceAnnotationLandmark> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1FaceAnnotationLandmark(
@@ -3963,7 +3963,7 @@
o.headwearLikelihood = 'foo';
o.joyLikelihood = 'foo';
o.landmarkingConfidence = 42.0;
- o.landmarks = buildUnnamed4224();
+ o.landmarks = buildUnnamed4267();
o.panAngle = 42.0;
o.rollAngle = 42.0;
o.sorrowLikelihood = 'foo';
@@ -4007,7 +4007,7 @@
o.landmarkingConfidence!,
unittest.equals(42.0),
);
- checkUnnamed4224(o.landmarks!);
+ checkUnnamed4267(o.landmarks!);
unittest.expect(
o.panAngle!,
unittest.equals(42.0),
@@ -4348,14 +4348,14 @@
buildCounterGoogleCloudVisionV1p2beta1OutputConfig--;
}
-core.List<api.GoogleCloudVisionV1p2beta1Block> buildUnnamed4225() {
+core.List<api.GoogleCloudVisionV1p2beta1Block> buildUnnamed4268() {
var o = <api.GoogleCloudVisionV1p2beta1Block>[];
o.add(buildGoogleCloudVisionV1p2beta1Block());
o.add(buildGoogleCloudVisionV1p2beta1Block());
return o;
}
-void checkUnnamed4225(core.List<api.GoogleCloudVisionV1p2beta1Block> o) {
+void checkUnnamed4268(core.List<api.GoogleCloudVisionV1p2beta1Block> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1Block(
o[0] as api.GoogleCloudVisionV1p2beta1Block);
@@ -4368,7 +4368,7 @@
var o = api.GoogleCloudVisionV1p2beta1Page();
buildCounterGoogleCloudVisionV1p2beta1Page++;
if (buildCounterGoogleCloudVisionV1p2beta1Page < 3) {
- o.blocks = buildUnnamed4225();
+ o.blocks = buildUnnamed4268();
o.confidence = 42.0;
o.height = 42;
o.property = buildGoogleCloudVisionV1p2beta1TextAnnotationTextProperty();
@@ -4381,7 +4381,7 @@
void checkGoogleCloudVisionV1p2beta1Page(api.GoogleCloudVisionV1p2beta1Page o) {
buildCounterGoogleCloudVisionV1p2beta1Page++;
if (buildCounterGoogleCloudVisionV1p2beta1Page < 3) {
- checkUnnamed4225(o.blocks!);
+ checkUnnamed4268(o.blocks!);
unittest.expect(
o.confidence!,
unittest.equals(42.0),
@@ -4400,14 +4400,14 @@
buildCounterGoogleCloudVisionV1p2beta1Page--;
}
-core.List<api.GoogleCloudVisionV1p2beta1Word> buildUnnamed4226() {
+core.List<api.GoogleCloudVisionV1p2beta1Word> buildUnnamed4269() {
var o = <api.GoogleCloudVisionV1p2beta1Word>[];
o.add(buildGoogleCloudVisionV1p2beta1Word());
o.add(buildGoogleCloudVisionV1p2beta1Word());
return o;
}
-void checkUnnamed4226(core.List<api.GoogleCloudVisionV1p2beta1Word> o) {
+void checkUnnamed4269(core.List<api.GoogleCloudVisionV1p2beta1Word> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1Word(
o[0] as api.GoogleCloudVisionV1p2beta1Word);
@@ -4424,7 +4424,7 @@
o.boundingBox = buildGoogleCloudVisionV1p2beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p2beta1TextAnnotationTextProperty();
- o.words = buildUnnamed4226();
+ o.words = buildUnnamed4269();
}
buildCounterGoogleCloudVisionV1p2beta1Paragraph--;
return o;
@@ -4442,7 +4442,7 @@
);
checkGoogleCloudVisionV1p2beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p2beta1TextAnnotationTextProperty);
- checkUnnamed4226(o.words!);
+ checkUnnamed4269(o.words!);
}
buildCounterGoogleCloudVisionV1p2beta1Paragraph--;
}
@@ -4481,14 +4481,14 @@
buildCounterGoogleCloudVisionV1p2beta1Position--;
}
-core.List<api.GoogleCloudVisionV1p2beta1ProductKeyValue> buildUnnamed4227() {
+core.List<api.GoogleCloudVisionV1p2beta1ProductKeyValue> buildUnnamed4270() {
var o = <api.GoogleCloudVisionV1p2beta1ProductKeyValue>[];
o.add(buildGoogleCloudVisionV1p2beta1ProductKeyValue());
o.add(buildGoogleCloudVisionV1p2beta1ProductKeyValue());
return o;
}
-void checkUnnamed4227(
+void checkUnnamed4270(
core.List<api.GoogleCloudVisionV1p2beta1ProductKeyValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1ProductKeyValue(
@@ -4506,7 +4506,7 @@
o.displayName = 'foo';
o.name = 'foo';
o.productCategory = 'foo';
- o.productLabels = buildUnnamed4227();
+ o.productLabels = buildUnnamed4270();
}
buildCounterGoogleCloudVisionV1p2beta1Product--;
return o;
@@ -4532,7 +4532,7 @@
o.productCategory!,
unittest.equals('foo'),
);
- checkUnnamed4227(o.productLabels!);
+ checkUnnamed4270(o.productLabels!);
}
buildCounterGoogleCloudVisionV1p2beta1Product--;
}
@@ -4567,14 +4567,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult>
- buildUnnamed4228() {
+ buildUnnamed4271() {
var o = <api.GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult>[];
o.add(buildGoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult());
o.add(buildGoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult());
return o;
}
-void checkUnnamed4228(
+void checkUnnamed4271(
core.List<api.GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -4585,14 +4585,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1ProductSearchResultsResult>
- buildUnnamed4229() {
+ buildUnnamed4272() {
var o = <api.GoogleCloudVisionV1p2beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p2beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p2beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed4229(
+void checkUnnamed4272(
core.List<api.GoogleCloudVisionV1p2beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1ProductSearchResultsResult(
@@ -4608,8 +4608,8 @@
buildCounterGoogleCloudVisionV1p2beta1ProductSearchResults++;
if (buildCounterGoogleCloudVisionV1p2beta1ProductSearchResults < 3) {
o.indexTime = 'foo';
- o.productGroupedResults = buildUnnamed4228();
- o.results = buildUnnamed4229();
+ o.productGroupedResults = buildUnnamed4271();
+ o.results = buildUnnamed4272();
}
buildCounterGoogleCloudVisionV1p2beta1ProductSearchResults--;
return o;
@@ -4623,14 +4623,14 @@
o.indexTime!,
unittest.equals('foo'),
);
- checkUnnamed4228(o.productGroupedResults!);
- checkUnnamed4229(o.results!);
+ checkUnnamed4271(o.productGroupedResults!);
+ checkUnnamed4272(o.results!);
}
buildCounterGoogleCloudVisionV1p2beta1ProductSearchResults--;
}
core.List<api.GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation>
- buildUnnamed4230() {
+ buildUnnamed4273() {
var o =
<api.GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation>[];
o.add(buildGoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation());
@@ -4638,7 +4638,7 @@
return o;
}
-void checkUnnamed4230(
+void checkUnnamed4273(
core.List<
api.GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation>
o) {
@@ -4650,14 +4650,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1ProductSearchResultsResult>
- buildUnnamed4231() {
+ buildUnnamed4274() {
var o = <api.GoogleCloudVisionV1p2beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p2beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p2beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed4231(
+void checkUnnamed4274(
core.List<api.GoogleCloudVisionV1p2beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1ProductSearchResultsResult(
@@ -4675,8 +4675,8 @@
if (buildCounterGoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult <
3) {
o.boundingPoly = buildGoogleCloudVisionV1p2beta1BoundingPoly();
- o.objectAnnotations = buildUnnamed4230();
- o.results = buildUnnamed4231();
+ o.objectAnnotations = buildUnnamed4273();
+ o.results = buildUnnamed4274();
}
buildCounterGoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult--;
return o;
@@ -4689,8 +4689,8 @@
3) {
checkGoogleCloudVisionV1p2beta1BoundingPoly(
o.boundingPoly! as api.GoogleCloudVisionV1p2beta1BoundingPoly);
- checkUnnamed4230(o.objectAnnotations!);
- checkUnnamed4231(o.results!);
+ checkUnnamed4273(o.objectAnnotations!);
+ checkUnnamed4274(o.results!);
}
buildCounterGoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult--;
}
@@ -4882,14 +4882,14 @@
buildCounterGoogleCloudVisionV1p2beta1Symbol--;
}
-core.List<api.GoogleCloudVisionV1p2beta1Page> buildUnnamed4232() {
+core.List<api.GoogleCloudVisionV1p2beta1Page> buildUnnamed4275() {
var o = <api.GoogleCloudVisionV1p2beta1Page>[];
o.add(buildGoogleCloudVisionV1p2beta1Page());
o.add(buildGoogleCloudVisionV1p2beta1Page());
return o;
}
-void checkUnnamed4232(core.List<api.GoogleCloudVisionV1p2beta1Page> o) {
+void checkUnnamed4275(core.List<api.GoogleCloudVisionV1p2beta1Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1Page(
o[0] as api.GoogleCloudVisionV1p2beta1Page);
@@ -4903,7 +4903,7 @@
var o = api.GoogleCloudVisionV1p2beta1TextAnnotation();
buildCounterGoogleCloudVisionV1p2beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p2beta1TextAnnotation < 3) {
- o.pages = buildUnnamed4232();
+ o.pages = buildUnnamed4275();
o.text = 'foo';
}
buildCounterGoogleCloudVisionV1p2beta1TextAnnotation--;
@@ -4914,7 +4914,7 @@
api.GoogleCloudVisionV1p2beta1TextAnnotation o) {
buildCounterGoogleCloudVisionV1p2beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p2beta1TextAnnotation < 3) {
- checkUnnamed4232(o.pages!);
+ checkUnnamed4275(o.pages!);
unittest.expect(
o.text!,
unittest.equals('foo'),
@@ -4982,14 +4982,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage>
- buildUnnamed4233() {
+ buildUnnamed4276() {
var o = <api.GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage>[];
o.add(buildGoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage());
o.add(buildGoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage());
return o;
}
-void checkUnnamed4233(
+void checkUnnamed4276(
core.List<api.GoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1TextAnnotationDetectedLanguage(
@@ -5006,7 +5006,7 @@
if (buildCounterGoogleCloudVisionV1p2beta1TextAnnotationTextProperty < 3) {
o.detectedBreak =
buildGoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak();
- o.detectedLanguages = buildUnnamed4233();
+ o.detectedLanguages = buildUnnamed4276();
}
buildCounterGoogleCloudVisionV1p2beta1TextAnnotationTextProperty--;
return o;
@@ -5018,7 +5018,7 @@
if (buildCounterGoogleCloudVisionV1p2beta1TextAnnotationTextProperty < 3) {
checkGoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak(o.detectedBreak!
as api.GoogleCloudVisionV1p2beta1TextAnnotationDetectedBreak);
- checkUnnamed4233(o.detectedLanguages!);
+ checkUnnamed4276(o.detectedLanguages!);
}
buildCounterGoogleCloudVisionV1p2beta1TextAnnotationTextProperty--;
}
@@ -5052,14 +5052,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebLabel>
- buildUnnamed4234() {
+ buildUnnamed4277() {
var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebLabel>[];
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebLabel());
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebLabel());
return o;
}
-void checkUnnamed4234(
+void checkUnnamed4277(
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1WebDetectionWebLabel(
@@ -5069,14 +5069,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>
- buildUnnamed4235() {
+ buildUnnamed4278() {
var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4235(
+void checkUnnamed4278(
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1WebDetectionWebImage(
@@ -5086,14 +5086,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebPage>
- buildUnnamed4236() {
+ buildUnnamed4279() {
var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebPage>[];
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebPage());
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebPage());
return o;
}
-void checkUnnamed4236(
+void checkUnnamed4279(
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1WebDetectionWebPage(
@@ -5103,14 +5103,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>
- buildUnnamed4237() {
+ buildUnnamed4280() {
var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4237(
+void checkUnnamed4280(
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1WebDetectionWebImage(
@@ -5120,14 +5120,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>
- buildUnnamed4238() {
+ buildUnnamed4281() {
var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4238(
+void checkUnnamed4281(
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1WebDetectionWebImage(
@@ -5137,14 +5137,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebEntity>
- buildUnnamed4239() {
+ buildUnnamed4282() {
var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebEntity>[];
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebEntity());
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebEntity());
return o;
}
-void checkUnnamed4239(
+void checkUnnamed4282(
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1WebDetectionWebEntity(
@@ -5159,12 +5159,12 @@
var o = api.GoogleCloudVisionV1p2beta1WebDetection();
buildCounterGoogleCloudVisionV1p2beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p2beta1WebDetection < 3) {
- o.bestGuessLabels = buildUnnamed4234();
- o.fullMatchingImages = buildUnnamed4235();
- o.pagesWithMatchingImages = buildUnnamed4236();
- o.partialMatchingImages = buildUnnamed4237();
- o.visuallySimilarImages = buildUnnamed4238();
- o.webEntities = buildUnnamed4239();
+ o.bestGuessLabels = buildUnnamed4277();
+ o.fullMatchingImages = buildUnnamed4278();
+ o.pagesWithMatchingImages = buildUnnamed4279();
+ o.partialMatchingImages = buildUnnamed4280();
+ o.visuallySimilarImages = buildUnnamed4281();
+ o.webEntities = buildUnnamed4282();
}
buildCounterGoogleCloudVisionV1p2beta1WebDetection--;
return o;
@@ -5174,12 +5174,12 @@
api.GoogleCloudVisionV1p2beta1WebDetection o) {
buildCounterGoogleCloudVisionV1p2beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p2beta1WebDetection < 3) {
- checkUnnamed4234(o.bestGuessLabels!);
- checkUnnamed4235(o.fullMatchingImages!);
- checkUnnamed4236(o.pagesWithMatchingImages!);
- checkUnnamed4237(o.partialMatchingImages!);
- checkUnnamed4238(o.visuallySimilarImages!);
- checkUnnamed4239(o.webEntities!);
+ checkUnnamed4277(o.bestGuessLabels!);
+ checkUnnamed4278(o.fullMatchingImages!);
+ checkUnnamed4279(o.pagesWithMatchingImages!);
+ checkUnnamed4280(o.partialMatchingImages!);
+ checkUnnamed4281(o.visuallySimilarImages!);
+ checkUnnamed4282(o.webEntities!);
}
buildCounterGoogleCloudVisionV1p2beta1WebDetection--;
}
@@ -5277,14 +5277,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>
- buildUnnamed4240() {
+ buildUnnamed4283() {
var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4240(
+void checkUnnamed4283(
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1WebDetectionWebImage(
@@ -5294,14 +5294,14 @@
}
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>
- buildUnnamed4241() {
+ buildUnnamed4284() {
var o = <api.GoogleCloudVisionV1p2beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p2beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4241(
+void checkUnnamed4284(
core.List<api.GoogleCloudVisionV1p2beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1WebDetectionWebImage(
@@ -5316,9 +5316,9 @@
var o = api.GoogleCloudVisionV1p2beta1WebDetectionWebPage();
buildCounterGoogleCloudVisionV1p2beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p2beta1WebDetectionWebPage < 3) {
- o.fullMatchingImages = buildUnnamed4240();
+ o.fullMatchingImages = buildUnnamed4283();
o.pageTitle = 'foo';
- o.partialMatchingImages = buildUnnamed4241();
+ o.partialMatchingImages = buildUnnamed4284();
o.score = 42.0;
o.url = 'foo';
}
@@ -5330,12 +5330,12 @@
api.GoogleCloudVisionV1p2beta1WebDetectionWebPage o) {
buildCounterGoogleCloudVisionV1p2beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p2beta1WebDetectionWebPage < 3) {
- checkUnnamed4240(o.fullMatchingImages!);
+ checkUnnamed4283(o.fullMatchingImages!);
unittest.expect(
o.pageTitle!,
unittest.equals('foo'),
);
- checkUnnamed4241(o.partialMatchingImages!);
+ checkUnnamed4284(o.partialMatchingImages!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -5348,14 +5348,14 @@
buildCounterGoogleCloudVisionV1p2beta1WebDetectionWebPage--;
}
-core.List<api.GoogleCloudVisionV1p2beta1Symbol> buildUnnamed4242() {
+core.List<api.GoogleCloudVisionV1p2beta1Symbol> buildUnnamed4285() {
var o = <api.GoogleCloudVisionV1p2beta1Symbol>[];
o.add(buildGoogleCloudVisionV1p2beta1Symbol());
o.add(buildGoogleCloudVisionV1p2beta1Symbol());
return o;
}
-void checkUnnamed4242(core.List<api.GoogleCloudVisionV1p2beta1Symbol> o) {
+void checkUnnamed4285(core.List<api.GoogleCloudVisionV1p2beta1Symbol> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p2beta1Symbol(
o[0] as api.GoogleCloudVisionV1p2beta1Symbol);
@@ -5371,7 +5371,7 @@
o.boundingBox = buildGoogleCloudVisionV1p2beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p2beta1TextAnnotationTextProperty();
- o.symbols = buildUnnamed4242();
+ o.symbols = buildUnnamed4285();
}
buildCounterGoogleCloudVisionV1p2beta1Word--;
return o;
@@ -5388,20 +5388,20 @@
);
checkGoogleCloudVisionV1p2beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p2beta1TextAnnotationTextProperty);
- checkUnnamed4242(o.symbols!);
+ checkUnnamed4285(o.symbols!);
}
buildCounterGoogleCloudVisionV1p2beta1Word--;
}
core.List<api.GoogleCloudVisionV1p3beta1AnnotateImageResponse>
- buildUnnamed4243() {
+ buildUnnamed4286() {
var o = <api.GoogleCloudVisionV1p3beta1AnnotateImageResponse>[];
o.add(buildGoogleCloudVisionV1p3beta1AnnotateImageResponse());
o.add(buildGoogleCloudVisionV1p3beta1AnnotateImageResponse());
return o;
}
-void checkUnnamed4243(
+void checkUnnamed4286(
core.List<api.GoogleCloudVisionV1p3beta1AnnotateImageResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1AnnotateImageResponse(
@@ -5418,7 +5418,7 @@
if (buildCounterGoogleCloudVisionV1p3beta1AnnotateFileResponse < 3) {
o.error = buildStatus();
o.inputConfig = buildGoogleCloudVisionV1p3beta1InputConfig();
- o.responses = buildUnnamed4243();
+ o.responses = buildUnnamed4286();
o.totalPages = 42;
}
buildCounterGoogleCloudVisionV1p3beta1AnnotateFileResponse--;
@@ -5432,7 +5432,7 @@
checkStatus(o.error! as api.Status);
checkGoogleCloudVisionV1p3beta1InputConfig(
o.inputConfig! as api.GoogleCloudVisionV1p3beta1InputConfig);
- checkUnnamed4243(o.responses!);
+ checkUnnamed4286(o.responses!);
unittest.expect(
o.totalPages!,
unittest.equals(42),
@@ -5441,14 +5441,14 @@
buildCounterGoogleCloudVisionV1p3beta1AnnotateFileResponse--;
}
-core.List<api.GoogleCloudVisionV1p3beta1FaceAnnotation> buildUnnamed4244() {
+core.List<api.GoogleCloudVisionV1p3beta1FaceAnnotation> buildUnnamed4287() {
var o = <api.GoogleCloudVisionV1p3beta1FaceAnnotation>[];
o.add(buildGoogleCloudVisionV1p3beta1FaceAnnotation());
o.add(buildGoogleCloudVisionV1p3beta1FaceAnnotation());
return o;
}
-void checkUnnamed4244(
+void checkUnnamed4287(
core.List<api.GoogleCloudVisionV1p3beta1FaceAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1FaceAnnotation(
@@ -5457,14 +5457,14 @@
o[1] as api.GoogleCloudVisionV1p3beta1FaceAnnotation);
}
-core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> buildUnnamed4245() {
+core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> buildUnnamed4288() {
var o = <api.GoogleCloudVisionV1p3beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
return o;
}
-void checkUnnamed4245(
+void checkUnnamed4288(
core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1EntityAnnotation(
@@ -5473,14 +5473,14 @@
o[1] as api.GoogleCloudVisionV1p3beta1EntityAnnotation);
}
-core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> buildUnnamed4246() {
+core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> buildUnnamed4289() {
var o = <api.GoogleCloudVisionV1p3beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
return o;
}
-void checkUnnamed4246(
+void checkUnnamed4289(
core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1EntityAnnotation(
@@ -5490,14 +5490,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation>
- buildUnnamed4247() {
+ buildUnnamed4290() {
var o = <api.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation>[];
o.add(buildGoogleCloudVisionV1p3beta1LocalizedObjectAnnotation());
o.add(buildGoogleCloudVisionV1p3beta1LocalizedObjectAnnotation());
return o;
}
-void checkUnnamed4247(
+void checkUnnamed4290(
core.List<api.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1LocalizedObjectAnnotation(
@@ -5506,14 +5506,14 @@
o[1] as api.GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation);
}
-core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> buildUnnamed4248() {
+core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> buildUnnamed4291() {
var o = <api.GoogleCloudVisionV1p3beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
return o;
}
-void checkUnnamed4248(
+void checkUnnamed4291(
core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1EntityAnnotation(
@@ -5522,14 +5522,14 @@
o[1] as api.GoogleCloudVisionV1p3beta1EntityAnnotation);
}
-core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> buildUnnamed4249() {
+core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> buildUnnamed4292() {
var o = <api.GoogleCloudVisionV1p3beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p3beta1EntityAnnotation());
return o;
}
-void checkUnnamed4249(
+void checkUnnamed4292(
core.List<api.GoogleCloudVisionV1p3beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1EntityAnnotation(
@@ -5548,19 +5548,19 @@
o.cropHintsAnnotation =
buildGoogleCloudVisionV1p3beta1CropHintsAnnotation();
o.error = buildStatus();
- o.faceAnnotations = buildUnnamed4244();
+ o.faceAnnotations = buildUnnamed4287();
o.fullTextAnnotation = buildGoogleCloudVisionV1p3beta1TextAnnotation();
o.imagePropertiesAnnotation =
buildGoogleCloudVisionV1p3beta1ImageProperties();
- o.labelAnnotations = buildUnnamed4245();
- o.landmarkAnnotations = buildUnnamed4246();
- o.localizedObjectAnnotations = buildUnnamed4247();
- o.logoAnnotations = buildUnnamed4248();
+ o.labelAnnotations = buildUnnamed4288();
+ o.landmarkAnnotations = buildUnnamed4289();
+ o.localizedObjectAnnotations = buildUnnamed4290();
+ o.logoAnnotations = buildUnnamed4291();
o.productSearchResults =
buildGoogleCloudVisionV1p3beta1ProductSearchResults();
o.safeSearchAnnotation =
buildGoogleCloudVisionV1p3beta1SafeSearchAnnotation();
- o.textAnnotations = buildUnnamed4249();
+ o.textAnnotations = buildUnnamed4292();
o.webDetection = buildGoogleCloudVisionV1p3beta1WebDetection();
}
buildCounterGoogleCloudVisionV1p3beta1AnnotateImageResponse--;
@@ -5576,20 +5576,20 @@
checkGoogleCloudVisionV1p3beta1CropHintsAnnotation(o.cropHintsAnnotation!
as api.GoogleCloudVisionV1p3beta1CropHintsAnnotation);
checkStatus(o.error! as api.Status);
- checkUnnamed4244(o.faceAnnotations!);
+ checkUnnamed4287(o.faceAnnotations!);
checkGoogleCloudVisionV1p3beta1TextAnnotation(
o.fullTextAnnotation! as api.GoogleCloudVisionV1p3beta1TextAnnotation);
checkGoogleCloudVisionV1p3beta1ImageProperties(o.imagePropertiesAnnotation!
as api.GoogleCloudVisionV1p3beta1ImageProperties);
- checkUnnamed4245(o.labelAnnotations!);
- checkUnnamed4246(o.landmarkAnnotations!);
- checkUnnamed4247(o.localizedObjectAnnotations!);
- checkUnnamed4248(o.logoAnnotations!);
+ checkUnnamed4288(o.labelAnnotations!);
+ checkUnnamed4289(o.landmarkAnnotations!);
+ checkUnnamed4290(o.localizedObjectAnnotations!);
+ checkUnnamed4291(o.logoAnnotations!);
checkGoogleCloudVisionV1p3beta1ProductSearchResults(o.productSearchResults!
as api.GoogleCloudVisionV1p3beta1ProductSearchResults);
checkGoogleCloudVisionV1p3beta1SafeSearchAnnotation(o.safeSearchAnnotation!
as api.GoogleCloudVisionV1p3beta1SafeSearchAnnotation);
- checkUnnamed4249(o.textAnnotations!);
+ checkUnnamed4292(o.textAnnotations!);
checkGoogleCloudVisionV1p3beta1WebDetection(
o.webDetection! as api.GoogleCloudVisionV1p3beta1WebDetection);
}
@@ -5619,14 +5619,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse>
- buildUnnamed4250() {
+ buildUnnamed4293() {
var o = <api.GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse>[];
o.add(buildGoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse());
o.add(buildGoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse());
return o;
}
-void checkUnnamed4250(
+void checkUnnamed4293(
core.List<api.GoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1AsyncAnnotateFileResponse(
@@ -5643,7 +5643,7 @@
buildCounterGoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse <
3) {
- o.responses = buildUnnamed4250();
+ o.responses = buildUnnamed4293();
}
buildCounterGoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse--;
return o;
@@ -5654,7 +5654,7 @@
buildCounterGoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse <
3) {
- checkUnnamed4250(o.responses!);
+ checkUnnamed4293(o.responses!);
}
buildCounterGoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse--;
}
@@ -5693,14 +5693,14 @@
buildCounterGoogleCloudVisionV1p3beta1BatchOperationMetadata--;
}
-core.List<api.GoogleCloudVisionV1p3beta1Paragraph> buildUnnamed4251() {
+core.List<api.GoogleCloudVisionV1p3beta1Paragraph> buildUnnamed4294() {
var o = <api.GoogleCloudVisionV1p3beta1Paragraph>[];
o.add(buildGoogleCloudVisionV1p3beta1Paragraph());
o.add(buildGoogleCloudVisionV1p3beta1Paragraph());
return o;
}
-void checkUnnamed4251(core.List<api.GoogleCloudVisionV1p3beta1Paragraph> o) {
+void checkUnnamed4294(core.List<api.GoogleCloudVisionV1p3beta1Paragraph> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1Paragraph(
o[0] as api.GoogleCloudVisionV1p3beta1Paragraph);
@@ -5716,7 +5716,7 @@
o.blockType = 'foo';
o.boundingBox = buildGoogleCloudVisionV1p3beta1BoundingPoly();
o.confidence = 42.0;
- o.paragraphs = buildUnnamed4251();
+ o.paragraphs = buildUnnamed4294();
o.property = buildGoogleCloudVisionV1p3beta1TextAnnotationTextProperty();
}
buildCounterGoogleCloudVisionV1p3beta1Block--;
@@ -5737,21 +5737,21 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed4251(o.paragraphs!);
+ checkUnnamed4294(o.paragraphs!);
checkGoogleCloudVisionV1p3beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p3beta1TextAnnotationTextProperty);
}
buildCounterGoogleCloudVisionV1p3beta1Block--;
}
-core.List<api.GoogleCloudVisionV1p3beta1NormalizedVertex> buildUnnamed4252() {
+core.List<api.GoogleCloudVisionV1p3beta1NormalizedVertex> buildUnnamed4295() {
var o = <api.GoogleCloudVisionV1p3beta1NormalizedVertex>[];
o.add(buildGoogleCloudVisionV1p3beta1NormalizedVertex());
o.add(buildGoogleCloudVisionV1p3beta1NormalizedVertex());
return o;
}
-void checkUnnamed4252(
+void checkUnnamed4295(
core.List<api.GoogleCloudVisionV1p3beta1NormalizedVertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1NormalizedVertex(
@@ -5760,14 +5760,14 @@
o[1] as api.GoogleCloudVisionV1p3beta1NormalizedVertex);
}
-core.List<api.GoogleCloudVisionV1p3beta1Vertex> buildUnnamed4253() {
+core.List<api.GoogleCloudVisionV1p3beta1Vertex> buildUnnamed4296() {
var o = <api.GoogleCloudVisionV1p3beta1Vertex>[];
o.add(buildGoogleCloudVisionV1p3beta1Vertex());
o.add(buildGoogleCloudVisionV1p3beta1Vertex());
return o;
}
-void checkUnnamed4253(core.List<api.GoogleCloudVisionV1p3beta1Vertex> o) {
+void checkUnnamed4296(core.List<api.GoogleCloudVisionV1p3beta1Vertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1Vertex(
o[0] as api.GoogleCloudVisionV1p3beta1Vertex);
@@ -5781,8 +5781,8 @@
var o = api.GoogleCloudVisionV1p3beta1BoundingPoly();
buildCounterGoogleCloudVisionV1p3beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p3beta1BoundingPoly < 3) {
- o.normalizedVertices = buildUnnamed4252();
- o.vertices = buildUnnamed4253();
+ o.normalizedVertices = buildUnnamed4295();
+ o.vertices = buildUnnamed4296();
}
buildCounterGoogleCloudVisionV1p3beta1BoundingPoly--;
return o;
@@ -5792,8 +5792,8 @@
api.GoogleCloudVisionV1p3beta1BoundingPoly o) {
buildCounterGoogleCloudVisionV1p3beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p3beta1BoundingPoly < 3) {
- checkUnnamed4252(o.normalizedVertices!);
- checkUnnamed4253(o.vertices!);
+ checkUnnamed4295(o.normalizedVertices!);
+ checkUnnamed4296(o.vertices!);
}
buildCounterGoogleCloudVisionV1p3beta1BoundingPoly--;
}
@@ -5861,14 +5861,14 @@
buildCounterGoogleCloudVisionV1p3beta1CropHint--;
}
-core.List<api.GoogleCloudVisionV1p3beta1CropHint> buildUnnamed4254() {
+core.List<api.GoogleCloudVisionV1p3beta1CropHint> buildUnnamed4297() {
var o = <api.GoogleCloudVisionV1p3beta1CropHint>[];
o.add(buildGoogleCloudVisionV1p3beta1CropHint());
o.add(buildGoogleCloudVisionV1p3beta1CropHint());
return o;
}
-void checkUnnamed4254(core.List<api.GoogleCloudVisionV1p3beta1CropHint> o) {
+void checkUnnamed4297(core.List<api.GoogleCloudVisionV1p3beta1CropHint> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1CropHint(
o[0] as api.GoogleCloudVisionV1p3beta1CropHint);
@@ -5882,7 +5882,7 @@
var o = api.GoogleCloudVisionV1p3beta1CropHintsAnnotation();
buildCounterGoogleCloudVisionV1p3beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p3beta1CropHintsAnnotation < 3) {
- o.cropHints = buildUnnamed4254();
+ o.cropHints = buildUnnamed4297();
}
buildCounterGoogleCloudVisionV1p3beta1CropHintsAnnotation--;
return o;
@@ -5892,19 +5892,19 @@
api.GoogleCloudVisionV1p3beta1CropHintsAnnotation o) {
buildCounterGoogleCloudVisionV1p3beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p3beta1CropHintsAnnotation < 3) {
- checkUnnamed4254(o.cropHints!);
+ checkUnnamed4297(o.cropHints!);
}
buildCounterGoogleCloudVisionV1p3beta1CropHintsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p3beta1ColorInfo> buildUnnamed4255() {
+core.List<api.GoogleCloudVisionV1p3beta1ColorInfo> buildUnnamed4298() {
var o = <api.GoogleCloudVisionV1p3beta1ColorInfo>[];
o.add(buildGoogleCloudVisionV1p3beta1ColorInfo());
o.add(buildGoogleCloudVisionV1p3beta1ColorInfo());
return o;
}
-void checkUnnamed4255(core.List<api.GoogleCloudVisionV1p3beta1ColorInfo> o) {
+void checkUnnamed4298(core.List<api.GoogleCloudVisionV1p3beta1ColorInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1ColorInfo(
o[0] as api.GoogleCloudVisionV1p3beta1ColorInfo);
@@ -5918,7 +5918,7 @@
var o = api.GoogleCloudVisionV1p3beta1DominantColorsAnnotation();
buildCounterGoogleCloudVisionV1p3beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p3beta1DominantColorsAnnotation < 3) {
- o.colors = buildUnnamed4255();
+ o.colors = buildUnnamed4298();
}
buildCounterGoogleCloudVisionV1p3beta1DominantColorsAnnotation--;
return o;
@@ -5928,19 +5928,19 @@
api.GoogleCloudVisionV1p3beta1DominantColorsAnnotation o) {
buildCounterGoogleCloudVisionV1p3beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p3beta1DominantColorsAnnotation < 3) {
- checkUnnamed4255(o.colors!);
+ checkUnnamed4298(o.colors!);
}
buildCounterGoogleCloudVisionV1p3beta1DominantColorsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p3beta1LocationInfo> buildUnnamed4256() {
+core.List<api.GoogleCloudVisionV1p3beta1LocationInfo> buildUnnamed4299() {
var o = <api.GoogleCloudVisionV1p3beta1LocationInfo>[];
o.add(buildGoogleCloudVisionV1p3beta1LocationInfo());
o.add(buildGoogleCloudVisionV1p3beta1LocationInfo());
return o;
}
-void checkUnnamed4256(core.List<api.GoogleCloudVisionV1p3beta1LocationInfo> o) {
+void checkUnnamed4299(core.List<api.GoogleCloudVisionV1p3beta1LocationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1LocationInfo(
o[0] as api.GoogleCloudVisionV1p3beta1LocationInfo);
@@ -5948,14 +5948,14 @@
o[1] as api.GoogleCloudVisionV1p3beta1LocationInfo);
}
-core.List<api.GoogleCloudVisionV1p3beta1Property> buildUnnamed4257() {
+core.List<api.GoogleCloudVisionV1p3beta1Property> buildUnnamed4300() {
var o = <api.GoogleCloudVisionV1p3beta1Property>[];
o.add(buildGoogleCloudVisionV1p3beta1Property());
o.add(buildGoogleCloudVisionV1p3beta1Property());
return o;
}
-void checkUnnamed4257(core.List<api.GoogleCloudVisionV1p3beta1Property> o) {
+void checkUnnamed4300(core.List<api.GoogleCloudVisionV1p3beta1Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1Property(
o[0] as api.GoogleCloudVisionV1p3beta1Property);
@@ -5973,9 +5973,9 @@
o.confidence = 42.0;
o.description = 'foo';
o.locale = 'foo';
- o.locations = buildUnnamed4256();
+ o.locations = buildUnnamed4299();
o.mid = 'foo';
- o.properties = buildUnnamed4257();
+ o.properties = buildUnnamed4300();
o.score = 42.0;
o.topicality = 42.0;
}
@@ -6001,12 +6001,12 @@
o.locale!,
unittest.equals('foo'),
);
- checkUnnamed4256(o.locations!);
+ checkUnnamed4299(o.locations!);
unittest.expect(
o.mid!,
unittest.equals('foo'),
);
- checkUnnamed4257(o.properties!);
+ checkUnnamed4300(o.properties!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -6020,14 +6020,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1FaceAnnotationLandmark>
- buildUnnamed4258() {
+ buildUnnamed4301() {
var o = <api.GoogleCloudVisionV1p3beta1FaceAnnotationLandmark>[];
o.add(buildGoogleCloudVisionV1p3beta1FaceAnnotationLandmark());
o.add(buildGoogleCloudVisionV1p3beta1FaceAnnotationLandmark());
return o;
}
-void checkUnnamed4258(
+void checkUnnamed4301(
core.List<api.GoogleCloudVisionV1p3beta1FaceAnnotationLandmark> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1FaceAnnotationLandmark(
@@ -6050,7 +6050,7 @@
o.headwearLikelihood = 'foo';
o.joyLikelihood = 'foo';
o.landmarkingConfidence = 42.0;
- o.landmarks = buildUnnamed4258();
+ o.landmarks = buildUnnamed4301();
o.panAngle = 42.0;
o.rollAngle = 42.0;
o.sorrowLikelihood = 'foo';
@@ -6094,7 +6094,7 @@
o.landmarkingConfidence!,
unittest.equals(42.0),
);
- checkUnnamed4258(o.landmarks!);
+ checkUnnamed4301(o.landmarks!);
unittest.expect(
o.panAngle!,
unittest.equals(42.0),
@@ -6250,14 +6250,14 @@
buildCounterGoogleCloudVisionV1p3beta1ImageProperties--;
}
-core.List<api.GoogleCloudVisionV1p3beta1ReferenceImage> buildUnnamed4259() {
+core.List<api.GoogleCloudVisionV1p3beta1ReferenceImage> buildUnnamed4302() {
var o = <api.GoogleCloudVisionV1p3beta1ReferenceImage>[];
o.add(buildGoogleCloudVisionV1p3beta1ReferenceImage());
o.add(buildGoogleCloudVisionV1p3beta1ReferenceImage());
return o;
}
-void checkUnnamed4259(
+void checkUnnamed4302(
core.List<api.GoogleCloudVisionV1p3beta1ReferenceImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1ReferenceImage(
@@ -6266,14 +6266,14 @@
o[1] as api.GoogleCloudVisionV1p3beta1ReferenceImage);
}
-core.List<api.Status> buildUnnamed4260() {
+core.List<api.Status> buildUnnamed4303() {
var o = <api.Status>[];
o.add(buildStatus());
o.add(buildStatus());
return o;
}
-void checkUnnamed4260(core.List<api.Status> o) {
+void checkUnnamed4303(core.List<api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o[0] as api.Status);
checkStatus(o[1] as api.Status);
@@ -6285,8 +6285,8 @@
var o = api.GoogleCloudVisionV1p3beta1ImportProductSetsResponse();
buildCounterGoogleCloudVisionV1p3beta1ImportProductSetsResponse++;
if (buildCounterGoogleCloudVisionV1p3beta1ImportProductSetsResponse < 3) {
- o.referenceImages = buildUnnamed4259();
- o.statuses = buildUnnamed4260();
+ o.referenceImages = buildUnnamed4302();
+ o.statuses = buildUnnamed4303();
}
buildCounterGoogleCloudVisionV1p3beta1ImportProductSetsResponse--;
return o;
@@ -6296,8 +6296,8 @@
api.GoogleCloudVisionV1p3beta1ImportProductSetsResponse o) {
buildCounterGoogleCloudVisionV1p3beta1ImportProductSetsResponse++;
if (buildCounterGoogleCloudVisionV1p3beta1ImportProductSetsResponse < 3) {
- checkUnnamed4259(o.referenceImages!);
- checkUnnamed4260(o.statuses!);
+ checkUnnamed4302(o.referenceImages!);
+ checkUnnamed4303(o.statuses!);
}
buildCounterGoogleCloudVisionV1p3beta1ImportProductSetsResponse--;
}
@@ -6487,14 +6487,14 @@
buildCounterGoogleCloudVisionV1p3beta1OutputConfig--;
}
-core.List<api.GoogleCloudVisionV1p3beta1Block> buildUnnamed4261() {
+core.List<api.GoogleCloudVisionV1p3beta1Block> buildUnnamed4304() {
var o = <api.GoogleCloudVisionV1p3beta1Block>[];
o.add(buildGoogleCloudVisionV1p3beta1Block());
o.add(buildGoogleCloudVisionV1p3beta1Block());
return o;
}
-void checkUnnamed4261(core.List<api.GoogleCloudVisionV1p3beta1Block> o) {
+void checkUnnamed4304(core.List<api.GoogleCloudVisionV1p3beta1Block> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1Block(
o[0] as api.GoogleCloudVisionV1p3beta1Block);
@@ -6507,7 +6507,7 @@
var o = api.GoogleCloudVisionV1p3beta1Page();
buildCounterGoogleCloudVisionV1p3beta1Page++;
if (buildCounterGoogleCloudVisionV1p3beta1Page < 3) {
- o.blocks = buildUnnamed4261();
+ o.blocks = buildUnnamed4304();
o.confidence = 42.0;
o.height = 42;
o.property = buildGoogleCloudVisionV1p3beta1TextAnnotationTextProperty();
@@ -6520,7 +6520,7 @@
void checkGoogleCloudVisionV1p3beta1Page(api.GoogleCloudVisionV1p3beta1Page o) {
buildCounterGoogleCloudVisionV1p3beta1Page++;
if (buildCounterGoogleCloudVisionV1p3beta1Page < 3) {
- checkUnnamed4261(o.blocks!);
+ checkUnnamed4304(o.blocks!);
unittest.expect(
o.confidence!,
unittest.equals(42.0),
@@ -6539,14 +6539,14 @@
buildCounterGoogleCloudVisionV1p3beta1Page--;
}
-core.List<api.GoogleCloudVisionV1p3beta1Word> buildUnnamed4262() {
+core.List<api.GoogleCloudVisionV1p3beta1Word> buildUnnamed4305() {
var o = <api.GoogleCloudVisionV1p3beta1Word>[];
o.add(buildGoogleCloudVisionV1p3beta1Word());
o.add(buildGoogleCloudVisionV1p3beta1Word());
return o;
}
-void checkUnnamed4262(core.List<api.GoogleCloudVisionV1p3beta1Word> o) {
+void checkUnnamed4305(core.List<api.GoogleCloudVisionV1p3beta1Word> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1Word(
o[0] as api.GoogleCloudVisionV1p3beta1Word);
@@ -6563,7 +6563,7 @@
o.boundingBox = buildGoogleCloudVisionV1p3beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p3beta1TextAnnotationTextProperty();
- o.words = buildUnnamed4262();
+ o.words = buildUnnamed4305();
}
buildCounterGoogleCloudVisionV1p3beta1Paragraph--;
return o;
@@ -6581,7 +6581,7 @@
);
checkGoogleCloudVisionV1p3beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p3beta1TextAnnotationTextProperty);
- checkUnnamed4262(o.words!);
+ checkUnnamed4305(o.words!);
}
buildCounterGoogleCloudVisionV1p3beta1Paragraph--;
}
@@ -6620,14 +6620,14 @@
buildCounterGoogleCloudVisionV1p3beta1Position--;
}
-core.List<api.GoogleCloudVisionV1p3beta1ProductKeyValue> buildUnnamed4263() {
+core.List<api.GoogleCloudVisionV1p3beta1ProductKeyValue> buildUnnamed4306() {
var o = <api.GoogleCloudVisionV1p3beta1ProductKeyValue>[];
o.add(buildGoogleCloudVisionV1p3beta1ProductKeyValue());
o.add(buildGoogleCloudVisionV1p3beta1ProductKeyValue());
return o;
}
-void checkUnnamed4263(
+void checkUnnamed4306(
core.List<api.GoogleCloudVisionV1p3beta1ProductKeyValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1ProductKeyValue(
@@ -6645,7 +6645,7 @@
o.displayName = 'foo';
o.name = 'foo';
o.productCategory = 'foo';
- o.productLabels = buildUnnamed4263();
+ o.productLabels = buildUnnamed4306();
}
buildCounterGoogleCloudVisionV1p3beta1Product--;
return o;
@@ -6671,7 +6671,7 @@
o.productCategory!,
unittest.equals('foo'),
);
- checkUnnamed4263(o.productLabels!);
+ checkUnnamed4306(o.productLabels!);
}
buildCounterGoogleCloudVisionV1p3beta1Product--;
}
@@ -6706,14 +6706,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult>
- buildUnnamed4264() {
+ buildUnnamed4307() {
var o = <api.GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult>[];
o.add(buildGoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult());
o.add(buildGoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult());
return o;
}
-void checkUnnamed4264(
+void checkUnnamed4307(
core.List<api.GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -6724,14 +6724,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1ProductSearchResultsResult>
- buildUnnamed4265() {
+ buildUnnamed4308() {
var o = <api.GoogleCloudVisionV1p3beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p3beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p3beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed4265(
+void checkUnnamed4308(
core.List<api.GoogleCloudVisionV1p3beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1ProductSearchResultsResult(
@@ -6747,8 +6747,8 @@
buildCounterGoogleCloudVisionV1p3beta1ProductSearchResults++;
if (buildCounterGoogleCloudVisionV1p3beta1ProductSearchResults < 3) {
o.indexTime = 'foo';
- o.productGroupedResults = buildUnnamed4264();
- o.results = buildUnnamed4265();
+ o.productGroupedResults = buildUnnamed4307();
+ o.results = buildUnnamed4308();
}
buildCounterGoogleCloudVisionV1p3beta1ProductSearchResults--;
return o;
@@ -6762,14 +6762,14 @@
o.indexTime!,
unittest.equals('foo'),
);
- checkUnnamed4264(o.productGroupedResults!);
- checkUnnamed4265(o.results!);
+ checkUnnamed4307(o.productGroupedResults!);
+ checkUnnamed4308(o.results!);
}
buildCounterGoogleCloudVisionV1p3beta1ProductSearchResults--;
}
core.List<api.GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation>
- buildUnnamed4266() {
+ buildUnnamed4309() {
var o =
<api.GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation>[];
o.add(buildGoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation());
@@ -6777,7 +6777,7 @@
return o;
}
-void checkUnnamed4266(
+void checkUnnamed4309(
core.List<
api.GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation>
o) {
@@ -6789,14 +6789,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1ProductSearchResultsResult>
- buildUnnamed4267() {
+ buildUnnamed4310() {
var o = <api.GoogleCloudVisionV1p3beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p3beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p3beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed4267(
+void checkUnnamed4310(
core.List<api.GoogleCloudVisionV1p3beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1ProductSearchResultsResult(
@@ -6814,8 +6814,8 @@
if (buildCounterGoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult <
3) {
o.boundingPoly = buildGoogleCloudVisionV1p3beta1BoundingPoly();
- o.objectAnnotations = buildUnnamed4266();
- o.results = buildUnnamed4267();
+ o.objectAnnotations = buildUnnamed4309();
+ o.results = buildUnnamed4310();
}
buildCounterGoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult--;
return o;
@@ -6828,8 +6828,8 @@
3) {
checkGoogleCloudVisionV1p3beta1BoundingPoly(
o.boundingPoly! as api.GoogleCloudVisionV1p3beta1BoundingPoly);
- checkUnnamed4266(o.objectAnnotations!);
- checkUnnamed4267(o.results!);
+ checkUnnamed4309(o.objectAnnotations!);
+ checkUnnamed4310(o.results!);
}
buildCounterGoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult--;
}
@@ -6943,14 +6943,14 @@
buildCounterGoogleCloudVisionV1p3beta1Property--;
}
-core.List<api.GoogleCloudVisionV1p3beta1BoundingPoly> buildUnnamed4268() {
+core.List<api.GoogleCloudVisionV1p3beta1BoundingPoly> buildUnnamed4311() {
var o = <api.GoogleCloudVisionV1p3beta1BoundingPoly>[];
o.add(buildGoogleCloudVisionV1p3beta1BoundingPoly());
o.add(buildGoogleCloudVisionV1p3beta1BoundingPoly());
return o;
}
-void checkUnnamed4268(core.List<api.GoogleCloudVisionV1p3beta1BoundingPoly> o) {
+void checkUnnamed4311(core.List<api.GoogleCloudVisionV1p3beta1BoundingPoly> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1BoundingPoly(
o[0] as api.GoogleCloudVisionV1p3beta1BoundingPoly);
@@ -6964,7 +6964,7 @@
var o = api.GoogleCloudVisionV1p3beta1ReferenceImage();
buildCounterGoogleCloudVisionV1p3beta1ReferenceImage++;
if (buildCounterGoogleCloudVisionV1p3beta1ReferenceImage < 3) {
- o.boundingPolys = buildUnnamed4268();
+ o.boundingPolys = buildUnnamed4311();
o.name = 'foo';
o.uri = 'foo';
}
@@ -6976,7 +6976,7 @@
api.GoogleCloudVisionV1p3beta1ReferenceImage o) {
buildCounterGoogleCloudVisionV1p3beta1ReferenceImage++;
if (buildCounterGoogleCloudVisionV1p3beta1ReferenceImage < 3) {
- checkUnnamed4268(o.boundingPolys!);
+ checkUnnamed4311(o.boundingPolys!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -7067,14 +7067,14 @@
buildCounterGoogleCloudVisionV1p3beta1Symbol--;
}
-core.List<api.GoogleCloudVisionV1p3beta1Page> buildUnnamed4269() {
+core.List<api.GoogleCloudVisionV1p3beta1Page> buildUnnamed4312() {
var o = <api.GoogleCloudVisionV1p3beta1Page>[];
o.add(buildGoogleCloudVisionV1p3beta1Page());
o.add(buildGoogleCloudVisionV1p3beta1Page());
return o;
}
-void checkUnnamed4269(core.List<api.GoogleCloudVisionV1p3beta1Page> o) {
+void checkUnnamed4312(core.List<api.GoogleCloudVisionV1p3beta1Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1Page(
o[0] as api.GoogleCloudVisionV1p3beta1Page);
@@ -7088,7 +7088,7 @@
var o = api.GoogleCloudVisionV1p3beta1TextAnnotation();
buildCounterGoogleCloudVisionV1p3beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p3beta1TextAnnotation < 3) {
- o.pages = buildUnnamed4269();
+ o.pages = buildUnnamed4312();
o.text = 'foo';
}
buildCounterGoogleCloudVisionV1p3beta1TextAnnotation--;
@@ -7099,7 +7099,7 @@
api.GoogleCloudVisionV1p3beta1TextAnnotation o) {
buildCounterGoogleCloudVisionV1p3beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p3beta1TextAnnotation < 3) {
- checkUnnamed4269(o.pages!);
+ checkUnnamed4312(o.pages!);
unittest.expect(
o.text!,
unittest.equals('foo'),
@@ -7167,14 +7167,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage>
- buildUnnamed4270() {
+ buildUnnamed4313() {
var o = <api.GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage>[];
o.add(buildGoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage());
o.add(buildGoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage());
return o;
}
-void checkUnnamed4270(
+void checkUnnamed4313(
core.List<api.GoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1TextAnnotationDetectedLanguage(
@@ -7191,7 +7191,7 @@
if (buildCounterGoogleCloudVisionV1p3beta1TextAnnotationTextProperty < 3) {
o.detectedBreak =
buildGoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak();
- o.detectedLanguages = buildUnnamed4270();
+ o.detectedLanguages = buildUnnamed4313();
}
buildCounterGoogleCloudVisionV1p3beta1TextAnnotationTextProperty--;
return o;
@@ -7203,7 +7203,7 @@
if (buildCounterGoogleCloudVisionV1p3beta1TextAnnotationTextProperty < 3) {
checkGoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak(o.detectedBreak!
as api.GoogleCloudVisionV1p3beta1TextAnnotationDetectedBreak);
- checkUnnamed4270(o.detectedLanguages!);
+ checkUnnamed4313(o.detectedLanguages!);
}
buildCounterGoogleCloudVisionV1p3beta1TextAnnotationTextProperty--;
}
@@ -7237,14 +7237,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebLabel>
- buildUnnamed4271() {
+ buildUnnamed4314() {
var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebLabel>[];
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebLabel());
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebLabel());
return o;
}
-void checkUnnamed4271(
+void checkUnnamed4314(
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1WebDetectionWebLabel(
@@ -7254,14 +7254,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>
- buildUnnamed4272() {
+ buildUnnamed4315() {
var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4272(
+void checkUnnamed4315(
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1WebDetectionWebImage(
@@ -7271,14 +7271,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebPage>
- buildUnnamed4273() {
+ buildUnnamed4316() {
var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebPage>[];
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebPage());
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebPage());
return o;
}
-void checkUnnamed4273(
+void checkUnnamed4316(
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1WebDetectionWebPage(
@@ -7288,14 +7288,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>
- buildUnnamed4274() {
+ buildUnnamed4317() {
var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4274(
+void checkUnnamed4317(
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1WebDetectionWebImage(
@@ -7305,14 +7305,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>
- buildUnnamed4275() {
+ buildUnnamed4318() {
var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4275(
+void checkUnnamed4318(
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1WebDetectionWebImage(
@@ -7322,14 +7322,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebEntity>
- buildUnnamed4276() {
+ buildUnnamed4319() {
var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebEntity>[];
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebEntity());
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebEntity());
return o;
}
-void checkUnnamed4276(
+void checkUnnamed4319(
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1WebDetectionWebEntity(
@@ -7344,12 +7344,12 @@
var o = api.GoogleCloudVisionV1p3beta1WebDetection();
buildCounterGoogleCloudVisionV1p3beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p3beta1WebDetection < 3) {
- o.bestGuessLabels = buildUnnamed4271();
- o.fullMatchingImages = buildUnnamed4272();
- o.pagesWithMatchingImages = buildUnnamed4273();
- o.partialMatchingImages = buildUnnamed4274();
- o.visuallySimilarImages = buildUnnamed4275();
- o.webEntities = buildUnnamed4276();
+ o.bestGuessLabels = buildUnnamed4314();
+ o.fullMatchingImages = buildUnnamed4315();
+ o.pagesWithMatchingImages = buildUnnamed4316();
+ o.partialMatchingImages = buildUnnamed4317();
+ o.visuallySimilarImages = buildUnnamed4318();
+ o.webEntities = buildUnnamed4319();
}
buildCounterGoogleCloudVisionV1p3beta1WebDetection--;
return o;
@@ -7359,12 +7359,12 @@
api.GoogleCloudVisionV1p3beta1WebDetection o) {
buildCounterGoogleCloudVisionV1p3beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p3beta1WebDetection < 3) {
- checkUnnamed4271(o.bestGuessLabels!);
- checkUnnamed4272(o.fullMatchingImages!);
- checkUnnamed4273(o.pagesWithMatchingImages!);
- checkUnnamed4274(o.partialMatchingImages!);
- checkUnnamed4275(o.visuallySimilarImages!);
- checkUnnamed4276(o.webEntities!);
+ checkUnnamed4314(o.bestGuessLabels!);
+ checkUnnamed4315(o.fullMatchingImages!);
+ checkUnnamed4316(o.pagesWithMatchingImages!);
+ checkUnnamed4317(o.partialMatchingImages!);
+ checkUnnamed4318(o.visuallySimilarImages!);
+ checkUnnamed4319(o.webEntities!);
}
buildCounterGoogleCloudVisionV1p3beta1WebDetection--;
}
@@ -7462,14 +7462,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>
- buildUnnamed4277() {
+ buildUnnamed4320() {
var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4277(
+void checkUnnamed4320(
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1WebDetectionWebImage(
@@ -7479,14 +7479,14 @@
}
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>
- buildUnnamed4278() {
+ buildUnnamed4321() {
var o = <api.GoogleCloudVisionV1p3beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p3beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4278(
+void checkUnnamed4321(
core.List<api.GoogleCloudVisionV1p3beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1WebDetectionWebImage(
@@ -7501,9 +7501,9 @@
var o = api.GoogleCloudVisionV1p3beta1WebDetectionWebPage();
buildCounterGoogleCloudVisionV1p3beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p3beta1WebDetectionWebPage < 3) {
- o.fullMatchingImages = buildUnnamed4277();
+ o.fullMatchingImages = buildUnnamed4320();
o.pageTitle = 'foo';
- o.partialMatchingImages = buildUnnamed4278();
+ o.partialMatchingImages = buildUnnamed4321();
o.score = 42.0;
o.url = 'foo';
}
@@ -7515,12 +7515,12 @@
api.GoogleCloudVisionV1p3beta1WebDetectionWebPage o) {
buildCounterGoogleCloudVisionV1p3beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p3beta1WebDetectionWebPage < 3) {
- checkUnnamed4277(o.fullMatchingImages!);
+ checkUnnamed4320(o.fullMatchingImages!);
unittest.expect(
o.pageTitle!,
unittest.equals('foo'),
);
- checkUnnamed4278(o.partialMatchingImages!);
+ checkUnnamed4321(o.partialMatchingImages!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -7533,14 +7533,14 @@
buildCounterGoogleCloudVisionV1p3beta1WebDetectionWebPage--;
}
-core.List<api.GoogleCloudVisionV1p3beta1Symbol> buildUnnamed4279() {
+core.List<api.GoogleCloudVisionV1p3beta1Symbol> buildUnnamed4322() {
var o = <api.GoogleCloudVisionV1p3beta1Symbol>[];
o.add(buildGoogleCloudVisionV1p3beta1Symbol());
o.add(buildGoogleCloudVisionV1p3beta1Symbol());
return o;
}
-void checkUnnamed4279(core.List<api.GoogleCloudVisionV1p3beta1Symbol> o) {
+void checkUnnamed4322(core.List<api.GoogleCloudVisionV1p3beta1Symbol> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p3beta1Symbol(
o[0] as api.GoogleCloudVisionV1p3beta1Symbol);
@@ -7556,7 +7556,7 @@
o.boundingBox = buildGoogleCloudVisionV1p3beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p3beta1TextAnnotationTextProperty();
- o.symbols = buildUnnamed4279();
+ o.symbols = buildUnnamed4322();
}
buildCounterGoogleCloudVisionV1p3beta1Word--;
return o;
@@ -7573,20 +7573,20 @@
);
checkGoogleCloudVisionV1p3beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p3beta1TextAnnotationTextProperty);
- checkUnnamed4279(o.symbols!);
+ checkUnnamed4322(o.symbols!);
}
buildCounterGoogleCloudVisionV1p3beta1Word--;
}
core.List<api.GoogleCloudVisionV1p4beta1AnnotateImageResponse>
- buildUnnamed4280() {
+ buildUnnamed4323() {
var o = <api.GoogleCloudVisionV1p4beta1AnnotateImageResponse>[];
o.add(buildGoogleCloudVisionV1p4beta1AnnotateImageResponse());
o.add(buildGoogleCloudVisionV1p4beta1AnnotateImageResponse());
return o;
}
-void checkUnnamed4280(
+void checkUnnamed4323(
core.List<api.GoogleCloudVisionV1p4beta1AnnotateImageResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1AnnotateImageResponse(
@@ -7603,7 +7603,7 @@
if (buildCounterGoogleCloudVisionV1p4beta1AnnotateFileResponse < 3) {
o.error = buildStatus();
o.inputConfig = buildGoogleCloudVisionV1p4beta1InputConfig();
- o.responses = buildUnnamed4280();
+ o.responses = buildUnnamed4323();
o.totalPages = 42;
}
buildCounterGoogleCloudVisionV1p4beta1AnnotateFileResponse--;
@@ -7617,7 +7617,7 @@
checkStatus(o.error! as api.Status);
checkGoogleCloudVisionV1p4beta1InputConfig(
o.inputConfig! as api.GoogleCloudVisionV1p4beta1InputConfig);
- checkUnnamed4280(o.responses!);
+ checkUnnamed4323(o.responses!);
unittest.expect(
o.totalPages!,
unittest.equals(42),
@@ -7626,14 +7626,14 @@
buildCounterGoogleCloudVisionV1p4beta1AnnotateFileResponse--;
}
-core.List<api.GoogleCloudVisionV1p4beta1FaceAnnotation> buildUnnamed4281() {
+core.List<api.GoogleCloudVisionV1p4beta1FaceAnnotation> buildUnnamed4324() {
var o = <api.GoogleCloudVisionV1p4beta1FaceAnnotation>[];
o.add(buildGoogleCloudVisionV1p4beta1FaceAnnotation());
o.add(buildGoogleCloudVisionV1p4beta1FaceAnnotation());
return o;
}
-void checkUnnamed4281(
+void checkUnnamed4324(
core.List<api.GoogleCloudVisionV1p4beta1FaceAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1FaceAnnotation(
@@ -7642,14 +7642,14 @@
o[1] as api.GoogleCloudVisionV1p4beta1FaceAnnotation);
}
-core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> buildUnnamed4282() {
+core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> buildUnnamed4325() {
var o = <api.GoogleCloudVisionV1p4beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
return o;
}
-void checkUnnamed4282(
+void checkUnnamed4325(
core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1EntityAnnotation(
@@ -7658,14 +7658,14 @@
o[1] as api.GoogleCloudVisionV1p4beta1EntityAnnotation);
}
-core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> buildUnnamed4283() {
+core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> buildUnnamed4326() {
var o = <api.GoogleCloudVisionV1p4beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
return o;
}
-void checkUnnamed4283(
+void checkUnnamed4326(
core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1EntityAnnotation(
@@ -7675,14 +7675,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation>
- buildUnnamed4284() {
+ buildUnnamed4327() {
var o = <api.GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation>[];
o.add(buildGoogleCloudVisionV1p4beta1LocalizedObjectAnnotation());
o.add(buildGoogleCloudVisionV1p4beta1LocalizedObjectAnnotation());
return o;
}
-void checkUnnamed4284(
+void checkUnnamed4327(
core.List<api.GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1LocalizedObjectAnnotation(
@@ -7691,14 +7691,14 @@
o[1] as api.GoogleCloudVisionV1p4beta1LocalizedObjectAnnotation);
}
-core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> buildUnnamed4285() {
+core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> buildUnnamed4328() {
var o = <api.GoogleCloudVisionV1p4beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
return o;
}
-void checkUnnamed4285(
+void checkUnnamed4328(
core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1EntityAnnotation(
@@ -7707,14 +7707,14 @@
o[1] as api.GoogleCloudVisionV1p4beta1EntityAnnotation);
}
-core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> buildUnnamed4286() {
+core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> buildUnnamed4329() {
var o = <api.GoogleCloudVisionV1p4beta1EntityAnnotation>[];
o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
o.add(buildGoogleCloudVisionV1p4beta1EntityAnnotation());
return o;
}
-void checkUnnamed4286(
+void checkUnnamed4329(
core.List<api.GoogleCloudVisionV1p4beta1EntityAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1EntityAnnotation(
@@ -7733,19 +7733,19 @@
o.cropHintsAnnotation =
buildGoogleCloudVisionV1p4beta1CropHintsAnnotation();
o.error = buildStatus();
- o.faceAnnotations = buildUnnamed4281();
+ o.faceAnnotations = buildUnnamed4324();
o.fullTextAnnotation = buildGoogleCloudVisionV1p4beta1TextAnnotation();
o.imagePropertiesAnnotation =
buildGoogleCloudVisionV1p4beta1ImageProperties();
- o.labelAnnotations = buildUnnamed4282();
- o.landmarkAnnotations = buildUnnamed4283();
- o.localizedObjectAnnotations = buildUnnamed4284();
- o.logoAnnotations = buildUnnamed4285();
+ o.labelAnnotations = buildUnnamed4325();
+ o.landmarkAnnotations = buildUnnamed4326();
+ o.localizedObjectAnnotations = buildUnnamed4327();
+ o.logoAnnotations = buildUnnamed4328();
o.productSearchResults =
buildGoogleCloudVisionV1p4beta1ProductSearchResults();
o.safeSearchAnnotation =
buildGoogleCloudVisionV1p4beta1SafeSearchAnnotation();
- o.textAnnotations = buildUnnamed4286();
+ o.textAnnotations = buildUnnamed4329();
o.webDetection = buildGoogleCloudVisionV1p4beta1WebDetection();
}
buildCounterGoogleCloudVisionV1p4beta1AnnotateImageResponse--;
@@ -7761,20 +7761,20 @@
checkGoogleCloudVisionV1p4beta1CropHintsAnnotation(o.cropHintsAnnotation!
as api.GoogleCloudVisionV1p4beta1CropHintsAnnotation);
checkStatus(o.error! as api.Status);
- checkUnnamed4281(o.faceAnnotations!);
+ checkUnnamed4324(o.faceAnnotations!);
checkGoogleCloudVisionV1p4beta1TextAnnotation(
o.fullTextAnnotation! as api.GoogleCloudVisionV1p4beta1TextAnnotation);
checkGoogleCloudVisionV1p4beta1ImageProperties(o.imagePropertiesAnnotation!
as api.GoogleCloudVisionV1p4beta1ImageProperties);
- checkUnnamed4282(o.labelAnnotations!);
- checkUnnamed4283(o.landmarkAnnotations!);
- checkUnnamed4284(o.localizedObjectAnnotations!);
- checkUnnamed4285(o.logoAnnotations!);
+ checkUnnamed4325(o.labelAnnotations!);
+ checkUnnamed4326(o.landmarkAnnotations!);
+ checkUnnamed4327(o.localizedObjectAnnotations!);
+ checkUnnamed4328(o.logoAnnotations!);
checkGoogleCloudVisionV1p4beta1ProductSearchResults(o.productSearchResults!
as api.GoogleCloudVisionV1p4beta1ProductSearchResults);
checkGoogleCloudVisionV1p4beta1SafeSearchAnnotation(o.safeSearchAnnotation!
as api.GoogleCloudVisionV1p4beta1SafeSearchAnnotation);
- checkUnnamed4286(o.textAnnotations!);
+ checkUnnamed4329(o.textAnnotations!);
checkGoogleCloudVisionV1p4beta1WebDetection(
o.webDetection! as api.GoogleCloudVisionV1p4beta1WebDetection);
}
@@ -7804,14 +7804,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse>
- buildUnnamed4287() {
+ buildUnnamed4330() {
var o = <api.GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse>[];
o.add(buildGoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse());
o.add(buildGoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse());
return o;
}
-void checkUnnamed4287(
+void checkUnnamed4330(
core.List<api.GoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1AsyncAnnotateFileResponse(
@@ -7828,7 +7828,7 @@
buildCounterGoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse <
3) {
- o.responses = buildUnnamed4287();
+ o.responses = buildUnnamed4330();
}
buildCounterGoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse--;
return o;
@@ -7839,7 +7839,7 @@
buildCounterGoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse <
3) {
- checkUnnamed4287(o.responses!);
+ checkUnnamed4330(o.responses!);
}
buildCounterGoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse--;
}
@@ -7870,14 +7870,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1AnnotateFileResponse>
- buildUnnamed4288() {
+ buildUnnamed4331() {
var o = <api.GoogleCloudVisionV1p4beta1AnnotateFileResponse>[];
o.add(buildGoogleCloudVisionV1p4beta1AnnotateFileResponse());
o.add(buildGoogleCloudVisionV1p4beta1AnnotateFileResponse());
return o;
}
-void checkUnnamed4288(
+void checkUnnamed4331(
core.List<api.GoogleCloudVisionV1p4beta1AnnotateFileResponse> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1AnnotateFileResponse(
@@ -7892,7 +7892,7 @@
var o = api.GoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse();
buildCounterGoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse < 3) {
- o.responses = buildUnnamed4288();
+ o.responses = buildUnnamed4331();
}
buildCounterGoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse--;
return o;
@@ -7902,7 +7902,7 @@
api.GoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse o) {
buildCounterGoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse++;
if (buildCounterGoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse < 3) {
- checkUnnamed4288(o.responses!);
+ checkUnnamed4331(o.responses!);
}
buildCounterGoogleCloudVisionV1p4beta1BatchAnnotateFilesResponse--;
}
@@ -7941,14 +7941,14 @@
buildCounterGoogleCloudVisionV1p4beta1BatchOperationMetadata--;
}
-core.List<api.GoogleCloudVisionV1p4beta1Paragraph> buildUnnamed4289() {
+core.List<api.GoogleCloudVisionV1p4beta1Paragraph> buildUnnamed4332() {
var o = <api.GoogleCloudVisionV1p4beta1Paragraph>[];
o.add(buildGoogleCloudVisionV1p4beta1Paragraph());
o.add(buildGoogleCloudVisionV1p4beta1Paragraph());
return o;
}
-void checkUnnamed4289(core.List<api.GoogleCloudVisionV1p4beta1Paragraph> o) {
+void checkUnnamed4332(core.List<api.GoogleCloudVisionV1p4beta1Paragraph> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1Paragraph(
o[0] as api.GoogleCloudVisionV1p4beta1Paragraph);
@@ -7964,7 +7964,7 @@
o.blockType = 'foo';
o.boundingBox = buildGoogleCloudVisionV1p4beta1BoundingPoly();
o.confidence = 42.0;
- o.paragraphs = buildUnnamed4289();
+ o.paragraphs = buildUnnamed4332();
o.property = buildGoogleCloudVisionV1p4beta1TextAnnotationTextProperty();
}
buildCounterGoogleCloudVisionV1p4beta1Block--;
@@ -7985,21 +7985,21 @@
o.confidence!,
unittest.equals(42.0),
);
- checkUnnamed4289(o.paragraphs!);
+ checkUnnamed4332(o.paragraphs!);
checkGoogleCloudVisionV1p4beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p4beta1TextAnnotationTextProperty);
}
buildCounterGoogleCloudVisionV1p4beta1Block--;
}
-core.List<api.GoogleCloudVisionV1p4beta1NormalizedVertex> buildUnnamed4290() {
+core.List<api.GoogleCloudVisionV1p4beta1NormalizedVertex> buildUnnamed4333() {
var o = <api.GoogleCloudVisionV1p4beta1NormalizedVertex>[];
o.add(buildGoogleCloudVisionV1p4beta1NormalizedVertex());
o.add(buildGoogleCloudVisionV1p4beta1NormalizedVertex());
return o;
}
-void checkUnnamed4290(
+void checkUnnamed4333(
core.List<api.GoogleCloudVisionV1p4beta1NormalizedVertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1NormalizedVertex(
@@ -8008,14 +8008,14 @@
o[1] as api.GoogleCloudVisionV1p4beta1NormalizedVertex);
}
-core.List<api.GoogleCloudVisionV1p4beta1Vertex> buildUnnamed4291() {
+core.List<api.GoogleCloudVisionV1p4beta1Vertex> buildUnnamed4334() {
var o = <api.GoogleCloudVisionV1p4beta1Vertex>[];
o.add(buildGoogleCloudVisionV1p4beta1Vertex());
o.add(buildGoogleCloudVisionV1p4beta1Vertex());
return o;
}
-void checkUnnamed4291(core.List<api.GoogleCloudVisionV1p4beta1Vertex> o) {
+void checkUnnamed4334(core.List<api.GoogleCloudVisionV1p4beta1Vertex> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1Vertex(
o[0] as api.GoogleCloudVisionV1p4beta1Vertex);
@@ -8029,8 +8029,8 @@
var o = api.GoogleCloudVisionV1p4beta1BoundingPoly();
buildCounterGoogleCloudVisionV1p4beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p4beta1BoundingPoly < 3) {
- o.normalizedVertices = buildUnnamed4290();
- o.vertices = buildUnnamed4291();
+ o.normalizedVertices = buildUnnamed4333();
+ o.vertices = buildUnnamed4334();
}
buildCounterGoogleCloudVisionV1p4beta1BoundingPoly--;
return o;
@@ -8040,8 +8040,8 @@
api.GoogleCloudVisionV1p4beta1BoundingPoly o) {
buildCounterGoogleCloudVisionV1p4beta1BoundingPoly++;
if (buildCounterGoogleCloudVisionV1p4beta1BoundingPoly < 3) {
- checkUnnamed4290(o.normalizedVertices!);
- checkUnnamed4291(o.vertices!);
+ checkUnnamed4333(o.normalizedVertices!);
+ checkUnnamed4334(o.vertices!);
}
buildCounterGoogleCloudVisionV1p4beta1BoundingPoly--;
}
@@ -8143,14 +8143,14 @@
buildCounterGoogleCloudVisionV1p4beta1CropHint--;
}
-core.List<api.GoogleCloudVisionV1p4beta1CropHint> buildUnnamed4292() {
+core.List<api.GoogleCloudVisionV1p4beta1CropHint> buildUnnamed4335() {
var o = <api.GoogleCloudVisionV1p4beta1CropHint>[];
o.add(buildGoogleCloudVisionV1p4beta1CropHint());
o.add(buildGoogleCloudVisionV1p4beta1CropHint());
return o;
}
-void checkUnnamed4292(core.List<api.GoogleCloudVisionV1p4beta1CropHint> o) {
+void checkUnnamed4335(core.List<api.GoogleCloudVisionV1p4beta1CropHint> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1CropHint(
o[0] as api.GoogleCloudVisionV1p4beta1CropHint);
@@ -8164,7 +8164,7 @@
var o = api.GoogleCloudVisionV1p4beta1CropHintsAnnotation();
buildCounterGoogleCloudVisionV1p4beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p4beta1CropHintsAnnotation < 3) {
- o.cropHints = buildUnnamed4292();
+ o.cropHints = buildUnnamed4335();
}
buildCounterGoogleCloudVisionV1p4beta1CropHintsAnnotation--;
return o;
@@ -8174,19 +8174,19 @@
api.GoogleCloudVisionV1p4beta1CropHintsAnnotation o) {
buildCounterGoogleCloudVisionV1p4beta1CropHintsAnnotation++;
if (buildCounterGoogleCloudVisionV1p4beta1CropHintsAnnotation < 3) {
- checkUnnamed4292(o.cropHints!);
+ checkUnnamed4335(o.cropHints!);
}
buildCounterGoogleCloudVisionV1p4beta1CropHintsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p4beta1ColorInfo> buildUnnamed4293() {
+core.List<api.GoogleCloudVisionV1p4beta1ColorInfo> buildUnnamed4336() {
var o = <api.GoogleCloudVisionV1p4beta1ColorInfo>[];
o.add(buildGoogleCloudVisionV1p4beta1ColorInfo());
o.add(buildGoogleCloudVisionV1p4beta1ColorInfo());
return o;
}
-void checkUnnamed4293(core.List<api.GoogleCloudVisionV1p4beta1ColorInfo> o) {
+void checkUnnamed4336(core.List<api.GoogleCloudVisionV1p4beta1ColorInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1ColorInfo(
o[0] as api.GoogleCloudVisionV1p4beta1ColorInfo);
@@ -8200,7 +8200,7 @@
var o = api.GoogleCloudVisionV1p4beta1DominantColorsAnnotation();
buildCounterGoogleCloudVisionV1p4beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p4beta1DominantColorsAnnotation < 3) {
- o.colors = buildUnnamed4293();
+ o.colors = buildUnnamed4336();
}
buildCounterGoogleCloudVisionV1p4beta1DominantColorsAnnotation--;
return o;
@@ -8210,19 +8210,19 @@
api.GoogleCloudVisionV1p4beta1DominantColorsAnnotation o) {
buildCounterGoogleCloudVisionV1p4beta1DominantColorsAnnotation++;
if (buildCounterGoogleCloudVisionV1p4beta1DominantColorsAnnotation < 3) {
- checkUnnamed4293(o.colors!);
+ checkUnnamed4336(o.colors!);
}
buildCounterGoogleCloudVisionV1p4beta1DominantColorsAnnotation--;
}
-core.List<api.GoogleCloudVisionV1p4beta1LocationInfo> buildUnnamed4294() {
+core.List<api.GoogleCloudVisionV1p4beta1LocationInfo> buildUnnamed4337() {
var o = <api.GoogleCloudVisionV1p4beta1LocationInfo>[];
o.add(buildGoogleCloudVisionV1p4beta1LocationInfo());
o.add(buildGoogleCloudVisionV1p4beta1LocationInfo());
return o;
}
-void checkUnnamed4294(core.List<api.GoogleCloudVisionV1p4beta1LocationInfo> o) {
+void checkUnnamed4337(core.List<api.GoogleCloudVisionV1p4beta1LocationInfo> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1LocationInfo(
o[0] as api.GoogleCloudVisionV1p4beta1LocationInfo);
@@ -8230,14 +8230,14 @@
o[1] as api.GoogleCloudVisionV1p4beta1LocationInfo);
}
-core.List<api.GoogleCloudVisionV1p4beta1Property> buildUnnamed4295() {
+core.List<api.GoogleCloudVisionV1p4beta1Property> buildUnnamed4338() {
var o = <api.GoogleCloudVisionV1p4beta1Property>[];
o.add(buildGoogleCloudVisionV1p4beta1Property());
o.add(buildGoogleCloudVisionV1p4beta1Property());
return o;
}
-void checkUnnamed4295(core.List<api.GoogleCloudVisionV1p4beta1Property> o) {
+void checkUnnamed4338(core.List<api.GoogleCloudVisionV1p4beta1Property> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1Property(
o[0] as api.GoogleCloudVisionV1p4beta1Property);
@@ -8255,9 +8255,9 @@
o.confidence = 42.0;
o.description = 'foo';
o.locale = 'foo';
- o.locations = buildUnnamed4294();
+ o.locations = buildUnnamed4337();
o.mid = 'foo';
- o.properties = buildUnnamed4295();
+ o.properties = buildUnnamed4338();
o.score = 42.0;
o.topicality = 42.0;
}
@@ -8283,12 +8283,12 @@
o.locale!,
unittest.equals('foo'),
);
- checkUnnamed4294(o.locations!);
+ checkUnnamed4337(o.locations!);
unittest.expect(
o.mid!,
unittest.equals('foo'),
);
- checkUnnamed4295(o.properties!);
+ checkUnnamed4338(o.properties!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -8302,14 +8302,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1FaceAnnotationLandmark>
- buildUnnamed4296() {
+ buildUnnamed4339() {
var o = <api.GoogleCloudVisionV1p4beta1FaceAnnotationLandmark>[];
o.add(buildGoogleCloudVisionV1p4beta1FaceAnnotationLandmark());
o.add(buildGoogleCloudVisionV1p4beta1FaceAnnotationLandmark());
return o;
}
-void checkUnnamed4296(
+void checkUnnamed4339(
core.List<api.GoogleCloudVisionV1p4beta1FaceAnnotationLandmark> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1FaceAnnotationLandmark(
@@ -8319,14 +8319,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1FaceRecognitionResult>
- buildUnnamed4297() {
+ buildUnnamed4340() {
var o = <api.GoogleCloudVisionV1p4beta1FaceRecognitionResult>[];
o.add(buildGoogleCloudVisionV1p4beta1FaceRecognitionResult());
o.add(buildGoogleCloudVisionV1p4beta1FaceRecognitionResult());
return o;
}
-void checkUnnamed4297(
+void checkUnnamed4340(
core.List<api.GoogleCloudVisionV1p4beta1FaceRecognitionResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1FaceRecognitionResult(
@@ -8349,9 +8349,9 @@
o.headwearLikelihood = 'foo';
o.joyLikelihood = 'foo';
o.landmarkingConfidence = 42.0;
- o.landmarks = buildUnnamed4296();
+ o.landmarks = buildUnnamed4339();
o.panAngle = 42.0;
- o.recognitionResult = buildUnnamed4297();
+ o.recognitionResult = buildUnnamed4340();
o.rollAngle = 42.0;
o.sorrowLikelihood = 'foo';
o.surpriseLikelihood = 'foo';
@@ -8394,12 +8394,12 @@
o.landmarkingConfidence!,
unittest.equals(42.0),
);
- checkUnnamed4296(o.landmarks!);
+ checkUnnamed4339(o.landmarks!);
unittest.expect(
o.panAngle!,
unittest.equals(42.0),
);
- checkUnnamed4297(o.recognitionResult!);
+ checkUnnamed4340(o.recognitionResult!);
unittest.expect(
o.rollAngle!,
unittest.equals(42.0),
@@ -8578,14 +8578,14 @@
buildCounterGoogleCloudVisionV1p4beta1ImageProperties--;
}
-core.List<api.GoogleCloudVisionV1p4beta1ReferenceImage> buildUnnamed4298() {
+core.List<api.GoogleCloudVisionV1p4beta1ReferenceImage> buildUnnamed4341() {
var o = <api.GoogleCloudVisionV1p4beta1ReferenceImage>[];
o.add(buildGoogleCloudVisionV1p4beta1ReferenceImage());
o.add(buildGoogleCloudVisionV1p4beta1ReferenceImage());
return o;
}
-void checkUnnamed4298(
+void checkUnnamed4341(
core.List<api.GoogleCloudVisionV1p4beta1ReferenceImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1ReferenceImage(
@@ -8594,14 +8594,14 @@
o[1] as api.GoogleCloudVisionV1p4beta1ReferenceImage);
}
-core.List<api.Status> buildUnnamed4299() {
+core.List<api.Status> buildUnnamed4342() {
var o = <api.Status>[];
o.add(buildStatus());
o.add(buildStatus());
return o;
}
-void checkUnnamed4299(core.List<api.Status> o) {
+void checkUnnamed4342(core.List<api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o[0] as api.Status);
checkStatus(o[1] as api.Status);
@@ -8613,8 +8613,8 @@
var o = api.GoogleCloudVisionV1p4beta1ImportProductSetsResponse();
buildCounterGoogleCloudVisionV1p4beta1ImportProductSetsResponse++;
if (buildCounterGoogleCloudVisionV1p4beta1ImportProductSetsResponse < 3) {
- o.referenceImages = buildUnnamed4298();
- o.statuses = buildUnnamed4299();
+ o.referenceImages = buildUnnamed4341();
+ o.statuses = buildUnnamed4342();
}
buildCounterGoogleCloudVisionV1p4beta1ImportProductSetsResponse--;
return o;
@@ -8624,8 +8624,8 @@
api.GoogleCloudVisionV1p4beta1ImportProductSetsResponse o) {
buildCounterGoogleCloudVisionV1p4beta1ImportProductSetsResponse++;
if (buildCounterGoogleCloudVisionV1p4beta1ImportProductSetsResponse < 3) {
- checkUnnamed4298(o.referenceImages!);
- checkUnnamed4299(o.statuses!);
+ checkUnnamed4341(o.referenceImages!);
+ checkUnnamed4342(o.statuses!);
}
buildCounterGoogleCloudVisionV1p4beta1ImportProductSetsResponse--;
}
@@ -8815,14 +8815,14 @@
buildCounterGoogleCloudVisionV1p4beta1OutputConfig--;
}
-core.List<api.GoogleCloudVisionV1p4beta1Block> buildUnnamed4300() {
+core.List<api.GoogleCloudVisionV1p4beta1Block> buildUnnamed4343() {
var o = <api.GoogleCloudVisionV1p4beta1Block>[];
o.add(buildGoogleCloudVisionV1p4beta1Block());
o.add(buildGoogleCloudVisionV1p4beta1Block());
return o;
}
-void checkUnnamed4300(core.List<api.GoogleCloudVisionV1p4beta1Block> o) {
+void checkUnnamed4343(core.List<api.GoogleCloudVisionV1p4beta1Block> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1Block(
o[0] as api.GoogleCloudVisionV1p4beta1Block);
@@ -8835,7 +8835,7 @@
var o = api.GoogleCloudVisionV1p4beta1Page();
buildCounterGoogleCloudVisionV1p4beta1Page++;
if (buildCounterGoogleCloudVisionV1p4beta1Page < 3) {
- o.blocks = buildUnnamed4300();
+ o.blocks = buildUnnamed4343();
o.confidence = 42.0;
o.height = 42;
o.property = buildGoogleCloudVisionV1p4beta1TextAnnotationTextProperty();
@@ -8848,7 +8848,7 @@
void checkGoogleCloudVisionV1p4beta1Page(api.GoogleCloudVisionV1p4beta1Page o) {
buildCounterGoogleCloudVisionV1p4beta1Page++;
if (buildCounterGoogleCloudVisionV1p4beta1Page < 3) {
- checkUnnamed4300(o.blocks!);
+ checkUnnamed4343(o.blocks!);
unittest.expect(
o.confidence!,
unittest.equals(42.0),
@@ -8867,14 +8867,14 @@
buildCounterGoogleCloudVisionV1p4beta1Page--;
}
-core.List<api.GoogleCloudVisionV1p4beta1Word> buildUnnamed4301() {
+core.List<api.GoogleCloudVisionV1p4beta1Word> buildUnnamed4344() {
var o = <api.GoogleCloudVisionV1p4beta1Word>[];
o.add(buildGoogleCloudVisionV1p4beta1Word());
o.add(buildGoogleCloudVisionV1p4beta1Word());
return o;
}
-void checkUnnamed4301(core.List<api.GoogleCloudVisionV1p4beta1Word> o) {
+void checkUnnamed4344(core.List<api.GoogleCloudVisionV1p4beta1Word> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1Word(
o[0] as api.GoogleCloudVisionV1p4beta1Word);
@@ -8891,7 +8891,7 @@
o.boundingBox = buildGoogleCloudVisionV1p4beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p4beta1TextAnnotationTextProperty();
- o.words = buildUnnamed4301();
+ o.words = buildUnnamed4344();
}
buildCounterGoogleCloudVisionV1p4beta1Paragraph--;
return o;
@@ -8909,7 +8909,7 @@
);
checkGoogleCloudVisionV1p4beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p4beta1TextAnnotationTextProperty);
- checkUnnamed4301(o.words!);
+ checkUnnamed4344(o.words!);
}
buildCounterGoogleCloudVisionV1p4beta1Paragraph--;
}
@@ -8948,14 +8948,14 @@
buildCounterGoogleCloudVisionV1p4beta1Position--;
}
-core.List<api.GoogleCloudVisionV1p4beta1ProductKeyValue> buildUnnamed4302() {
+core.List<api.GoogleCloudVisionV1p4beta1ProductKeyValue> buildUnnamed4345() {
var o = <api.GoogleCloudVisionV1p4beta1ProductKeyValue>[];
o.add(buildGoogleCloudVisionV1p4beta1ProductKeyValue());
o.add(buildGoogleCloudVisionV1p4beta1ProductKeyValue());
return o;
}
-void checkUnnamed4302(
+void checkUnnamed4345(
core.List<api.GoogleCloudVisionV1p4beta1ProductKeyValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1ProductKeyValue(
@@ -8973,7 +8973,7 @@
o.displayName = 'foo';
o.name = 'foo';
o.productCategory = 'foo';
- o.productLabels = buildUnnamed4302();
+ o.productLabels = buildUnnamed4345();
}
buildCounterGoogleCloudVisionV1p4beta1Product--;
return o;
@@ -8999,7 +8999,7 @@
o.productCategory!,
unittest.equals('foo'),
);
- checkUnnamed4302(o.productLabels!);
+ checkUnnamed4345(o.productLabels!);
}
buildCounterGoogleCloudVisionV1p4beta1Product--;
}
@@ -9034,14 +9034,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult>
- buildUnnamed4303() {
+ buildUnnamed4346() {
var o = <api.GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult>[];
o.add(buildGoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult());
o.add(buildGoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult());
return o;
}
-void checkUnnamed4303(
+void checkUnnamed4346(
core.List<api.GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult>
o) {
unittest.expect(o, unittest.hasLength(2));
@@ -9052,14 +9052,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1ProductSearchResultsResult>
- buildUnnamed4304() {
+ buildUnnamed4347() {
var o = <api.GoogleCloudVisionV1p4beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p4beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p4beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed4304(
+void checkUnnamed4347(
core.List<api.GoogleCloudVisionV1p4beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1ProductSearchResultsResult(
@@ -9075,8 +9075,8 @@
buildCounterGoogleCloudVisionV1p4beta1ProductSearchResults++;
if (buildCounterGoogleCloudVisionV1p4beta1ProductSearchResults < 3) {
o.indexTime = 'foo';
- o.productGroupedResults = buildUnnamed4303();
- o.results = buildUnnamed4304();
+ o.productGroupedResults = buildUnnamed4346();
+ o.results = buildUnnamed4347();
}
buildCounterGoogleCloudVisionV1p4beta1ProductSearchResults--;
return o;
@@ -9090,14 +9090,14 @@
o.indexTime!,
unittest.equals('foo'),
);
- checkUnnamed4303(o.productGroupedResults!);
- checkUnnamed4304(o.results!);
+ checkUnnamed4346(o.productGroupedResults!);
+ checkUnnamed4347(o.results!);
}
buildCounterGoogleCloudVisionV1p4beta1ProductSearchResults--;
}
core.List<api.GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation>
- buildUnnamed4305() {
+ buildUnnamed4348() {
var o =
<api.GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation>[];
o.add(buildGoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation());
@@ -9105,7 +9105,7 @@
return o;
}
-void checkUnnamed4305(
+void checkUnnamed4348(
core.List<
api.GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation>
o) {
@@ -9117,14 +9117,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1ProductSearchResultsResult>
- buildUnnamed4306() {
+ buildUnnamed4349() {
var o = <api.GoogleCloudVisionV1p4beta1ProductSearchResultsResult>[];
o.add(buildGoogleCloudVisionV1p4beta1ProductSearchResultsResult());
o.add(buildGoogleCloudVisionV1p4beta1ProductSearchResultsResult());
return o;
}
-void checkUnnamed4306(
+void checkUnnamed4349(
core.List<api.GoogleCloudVisionV1p4beta1ProductSearchResultsResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1ProductSearchResultsResult(
@@ -9142,8 +9142,8 @@
if (buildCounterGoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult <
3) {
o.boundingPoly = buildGoogleCloudVisionV1p4beta1BoundingPoly();
- o.objectAnnotations = buildUnnamed4305();
- o.results = buildUnnamed4306();
+ o.objectAnnotations = buildUnnamed4348();
+ o.results = buildUnnamed4349();
}
buildCounterGoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult--;
return o;
@@ -9156,8 +9156,8 @@
3) {
checkGoogleCloudVisionV1p4beta1BoundingPoly(
o.boundingPoly! as api.GoogleCloudVisionV1p4beta1BoundingPoly);
- checkUnnamed4305(o.objectAnnotations!);
- checkUnnamed4306(o.results!);
+ checkUnnamed4348(o.objectAnnotations!);
+ checkUnnamed4349(o.results!);
}
buildCounterGoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult--;
}
@@ -9271,14 +9271,14 @@
buildCounterGoogleCloudVisionV1p4beta1Property--;
}
-core.List<api.GoogleCloudVisionV1p4beta1BoundingPoly> buildUnnamed4307() {
+core.List<api.GoogleCloudVisionV1p4beta1BoundingPoly> buildUnnamed4350() {
var o = <api.GoogleCloudVisionV1p4beta1BoundingPoly>[];
o.add(buildGoogleCloudVisionV1p4beta1BoundingPoly());
o.add(buildGoogleCloudVisionV1p4beta1BoundingPoly());
return o;
}
-void checkUnnamed4307(core.List<api.GoogleCloudVisionV1p4beta1BoundingPoly> o) {
+void checkUnnamed4350(core.List<api.GoogleCloudVisionV1p4beta1BoundingPoly> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1BoundingPoly(
o[0] as api.GoogleCloudVisionV1p4beta1BoundingPoly);
@@ -9292,7 +9292,7 @@
var o = api.GoogleCloudVisionV1p4beta1ReferenceImage();
buildCounterGoogleCloudVisionV1p4beta1ReferenceImage++;
if (buildCounterGoogleCloudVisionV1p4beta1ReferenceImage < 3) {
- o.boundingPolys = buildUnnamed4307();
+ o.boundingPolys = buildUnnamed4350();
o.name = 'foo';
o.uri = 'foo';
}
@@ -9304,7 +9304,7 @@
api.GoogleCloudVisionV1p4beta1ReferenceImage o) {
buildCounterGoogleCloudVisionV1p4beta1ReferenceImage++;
if (buildCounterGoogleCloudVisionV1p4beta1ReferenceImage < 3) {
- checkUnnamed4307(o.boundingPolys!);
+ checkUnnamed4350(o.boundingPolys!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -9395,14 +9395,14 @@
buildCounterGoogleCloudVisionV1p4beta1Symbol--;
}
-core.List<api.GoogleCloudVisionV1p4beta1Page> buildUnnamed4308() {
+core.List<api.GoogleCloudVisionV1p4beta1Page> buildUnnamed4351() {
var o = <api.GoogleCloudVisionV1p4beta1Page>[];
o.add(buildGoogleCloudVisionV1p4beta1Page());
o.add(buildGoogleCloudVisionV1p4beta1Page());
return o;
}
-void checkUnnamed4308(core.List<api.GoogleCloudVisionV1p4beta1Page> o) {
+void checkUnnamed4351(core.List<api.GoogleCloudVisionV1p4beta1Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1Page(
o[0] as api.GoogleCloudVisionV1p4beta1Page);
@@ -9416,7 +9416,7 @@
var o = api.GoogleCloudVisionV1p4beta1TextAnnotation();
buildCounterGoogleCloudVisionV1p4beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p4beta1TextAnnotation < 3) {
- o.pages = buildUnnamed4308();
+ o.pages = buildUnnamed4351();
o.text = 'foo';
}
buildCounterGoogleCloudVisionV1p4beta1TextAnnotation--;
@@ -9427,7 +9427,7 @@
api.GoogleCloudVisionV1p4beta1TextAnnotation o) {
buildCounterGoogleCloudVisionV1p4beta1TextAnnotation++;
if (buildCounterGoogleCloudVisionV1p4beta1TextAnnotation < 3) {
- checkUnnamed4308(o.pages!);
+ checkUnnamed4351(o.pages!);
unittest.expect(
o.text!,
unittest.equals('foo'),
@@ -9495,14 +9495,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage>
- buildUnnamed4309() {
+ buildUnnamed4352() {
var o = <api.GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage>[];
o.add(buildGoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage());
o.add(buildGoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage());
return o;
}
-void checkUnnamed4309(
+void checkUnnamed4352(
core.List<api.GoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1TextAnnotationDetectedLanguage(
@@ -9519,7 +9519,7 @@
if (buildCounterGoogleCloudVisionV1p4beta1TextAnnotationTextProperty < 3) {
o.detectedBreak =
buildGoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak();
- o.detectedLanguages = buildUnnamed4309();
+ o.detectedLanguages = buildUnnamed4352();
}
buildCounterGoogleCloudVisionV1p4beta1TextAnnotationTextProperty--;
return o;
@@ -9531,7 +9531,7 @@
if (buildCounterGoogleCloudVisionV1p4beta1TextAnnotationTextProperty < 3) {
checkGoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak(o.detectedBreak!
as api.GoogleCloudVisionV1p4beta1TextAnnotationDetectedBreak);
- checkUnnamed4309(o.detectedLanguages!);
+ checkUnnamed4352(o.detectedLanguages!);
}
buildCounterGoogleCloudVisionV1p4beta1TextAnnotationTextProperty--;
}
@@ -9565,14 +9565,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebLabel>
- buildUnnamed4310() {
+ buildUnnamed4353() {
var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebLabel>[];
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebLabel());
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebLabel());
return o;
}
-void checkUnnamed4310(
+void checkUnnamed4353(
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1WebDetectionWebLabel(
@@ -9582,14 +9582,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>
- buildUnnamed4311() {
+ buildUnnamed4354() {
var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4311(
+void checkUnnamed4354(
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1WebDetectionWebImage(
@@ -9599,14 +9599,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebPage>
- buildUnnamed4312() {
+ buildUnnamed4355() {
var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebPage>[];
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebPage());
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebPage());
return o;
}
-void checkUnnamed4312(
+void checkUnnamed4355(
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1WebDetectionWebPage(
@@ -9616,14 +9616,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>
- buildUnnamed4313() {
+ buildUnnamed4356() {
var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4313(
+void checkUnnamed4356(
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1WebDetectionWebImage(
@@ -9633,14 +9633,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>
- buildUnnamed4314() {
+ buildUnnamed4357() {
var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4314(
+void checkUnnamed4357(
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1WebDetectionWebImage(
@@ -9650,14 +9650,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebEntity>
- buildUnnamed4315() {
+ buildUnnamed4358() {
var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebEntity>[];
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebEntity());
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebEntity());
return o;
}
-void checkUnnamed4315(
+void checkUnnamed4358(
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1WebDetectionWebEntity(
@@ -9672,12 +9672,12 @@
var o = api.GoogleCloudVisionV1p4beta1WebDetection();
buildCounterGoogleCloudVisionV1p4beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p4beta1WebDetection < 3) {
- o.bestGuessLabels = buildUnnamed4310();
- o.fullMatchingImages = buildUnnamed4311();
- o.pagesWithMatchingImages = buildUnnamed4312();
- o.partialMatchingImages = buildUnnamed4313();
- o.visuallySimilarImages = buildUnnamed4314();
- o.webEntities = buildUnnamed4315();
+ o.bestGuessLabels = buildUnnamed4353();
+ o.fullMatchingImages = buildUnnamed4354();
+ o.pagesWithMatchingImages = buildUnnamed4355();
+ o.partialMatchingImages = buildUnnamed4356();
+ o.visuallySimilarImages = buildUnnamed4357();
+ o.webEntities = buildUnnamed4358();
}
buildCounterGoogleCloudVisionV1p4beta1WebDetection--;
return o;
@@ -9687,12 +9687,12 @@
api.GoogleCloudVisionV1p4beta1WebDetection o) {
buildCounterGoogleCloudVisionV1p4beta1WebDetection++;
if (buildCounterGoogleCloudVisionV1p4beta1WebDetection < 3) {
- checkUnnamed4310(o.bestGuessLabels!);
- checkUnnamed4311(o.fullMatchingImages!);
- checkUnnamed4312(o.pagesWithMatchingImages!);
- checkUnnamed4313(o.partialMatchingImages!);
- checkUnnamed4314(o.visuallySimilarImages!);
- checkUnnamed4315(o.webEntities!);
+ checkUnnamed4353(o.bestGuessLabels!);
+ checkUnnamed4354(o.fullMatchingImages!);
+ checkUnnamed4355(o.pagesWithMatchingImages!);
+ checkUnnamed4356(o.partialMatchingImages!);
+ checkUnnamed4357(o.visuallySimilarImages!);
+ checkUnnamed4358(o.webEntities!);
}
buildCounterGoogleCloudVisionV1p4beta1WebDetection--;
}
@@ -9790,14 +9790,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>
- buildUnnamed4316() {
+ buildUnnamed4359() {
var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4316(
+void checkUnnamed4359(
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1WebDetectionWebImage(
@@ -9807,14 +9807,14 @@
}
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>
- buildUnnamed4317() {
+ buildUnnamed4360() {
var o = <api.GoogleCloudVisionV1p4beta1WebDetectionWebImage>[];
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
o.add(buildGoogleCloudVisionV1p4beta1WebDetectionWebImage());
return o;
}
-void checkUnnamed4317(
+void checkUnnamed4360(
core.List<api.GoogleCloudVisionV1p4beta1WebDetectionWebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1WebDetectionWebImage(
@@ -9829,9 +9829,9 @@
var o = api.GoogleCloudVisionV1p4beta1WebDetectionWebPage();
buildCounterGoogleCloudVisionV1p4beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p4beta1WebDetectionWebPage < 3) {
- o.fullMatchingImages = buildUnnamed4316();
+ o.fullMatchingImages = buildUnnamed4359();
o.pageTitle = 'foo';
- o.partialMatchingImages = buildUnnamed4317();
+ o.partialMatchingImages = buildUnnamed4360();
o.score = 42.0;
o.url = 'foo';
}
@@ -9843,12 +9843,12 @@
api.GoogleCloudVisionV1p4beta1WebDetectionWebPage o) {
buildCounterGoogleCloudVisionV1p4beta1WebDetectionWebPage++;
if (buildCounterGoogleCloudVisionV1p4beta1WebDetectionWebPage < 3) {
- checkUnnamed4316(o.fullMatchingImages!);
+ checkUnnamed4359(o.fullMatchingImages!);
unittest.expect(
o.pageTitle!,
unittest.equals('foo'),
);
- checkUnnamed4317(o.partialMatchingImages!);
+ checkUnnamed4360(o.partialMatchingImages!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -9861,14 +9861,14 @@
buildCounterGoogleCloudVisionV1p4beta1WebDetectionWebPage--;
}
-core.List<api.GoogleCloudVisionV1p4beta1Symbol> buildUnnamed4318() {
+core.List<api.GoogleCloudVisionV1p4beta1Symbol> buildUnnamed4361() {
var o = <api.GoogleCloudVisionV1p4beta1Symbol>[];
o.add(buildGoogleCloudVisionV1p4beta1Symbol());
o.add(buildGoogleCloudVisionV1p4beta1Symbol());
return o;
}
-void checkUnnamed4318(core.List<api.GoogleCloudVisionV1p4beta1Symbol> o) {
+void checkUnnamed4361(core.List<api.GoogleCloudVisionV1p4beta1Symbol> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudVisionV1p4beta1Symbol(
o[0] as api.GoogleCloudVisionV1p4beta1Symbol);
@@ -9884,7 +9884,7 @@
o.boundingBox = buildGoogleCloudVisionV1p4beta1BoundingPoly();
o.confidence = 42.0;
o.property = buildGoogleCloudVisionV1p4beta1TextAnnotationTextProperty();
- o.symbols = buildUnnamed4318();
+ o.symbols = buildUnnamed4361();
}
buildCounterGoogleCloudVisionV1p4beta1Word--;
return o;
@@ -9901,32 +9901,32 @@
);
checkGoogleCloudVisionV1p4beta1TextAnnotationTextProperty(o.property!
as api.GoogleCloudVisionV1p4beta1TextAnnotationTextProperty);
- checkUnnamed4318(o.symbols!);
+ checkUnnamed4361(o.symbols!);
}
buildCounterGoogleCloudVisionV1p4beta1Word--;
}
-core.List<api.ObjectAnnotation> buildUnnamed4319() {
+core.List<api.ObjectAnnotation> buildUnnamed4362() {
var o = <api.ObjectAnnotation>[];
o.add(buildObjectAnnotation());
o.add(buildObjectAnnotation());
return o;
}
-void checkUnnamed4319(core.List<api.ObjectAnnotation> o) {
+void checkUnnamed4362(core.List<api.ObjectAnnotation> o) {
unittest.expect(o, unittest.hasLength(2));
checkObjectAnnotation(o[0] as api.ObjectAnnotation);
checkObjectAnnotation(o[1] as api.ObjectAnnotation);
}
-core.List<api.Result> buildUnnamed4320() {
+core.List<api.Result> buildUnnamed4363() {
var o = <api.Result>[];
o.add(buildResult());
o.add(buildResult());
return o;
}
-void checkUnnamed4320(core.List<api.Result> o) {
+void checkUnnamed4363(core.List<api.Result> o) {
unittest.expect(o, unittest.hasLength(2));
checkResult(o[0] as api.Result);
checkResult(o[1] as api.Result);
@@ -9938,8 +9938,8 @@
buildCounterGroupedResult++;
if (buildCounterGroupedResult < 3) {
o.boundingPoly = buildBoundingPoly();
- o.objectAnnotations = buildUnnamed4319();
- o.results = buildUnnamed4320();
+ o.objectAnnotations = buildUnnamed4362();
+ o.results = buildUnnamed4363();
}
buildCounterGroupedResult--;
return o;
@@ -9949,8 +9949,8 @@
buildCounterGroupedResult++;
if (buildCounterGroupedResult < 3) {
checkBoundingPoly(o.boundingPoly! as api.BoundingPoly);
- checkUnnamed4319(o.objectAnnotations!);
- checkUnnamed4320(o.results!);
+ checkUnnamed4362(o.objectAnnotations!);
+ checkUnnamed4363(o.results!);
}
buildCounterGroupedResult--;
}
@@ -10006,14 +10006,14 @@
buildCounterImageAnnotationContext--;
}
-core.List<core.String> buildUnnamed4321() {
+core.List<core.String> buildUnnamed4364() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4321(core.List<core.String> o) {
+void checkUnnamed4364(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -10031,7 +10031,7 @@
buildCounterImageContext++;
if (buildCounterImageContext < 3) {
o.cropHintsParams = buildCropHintsParams();
- o.languageHints = buildUnnamed4321();
+ o.languageHints = buildUnnamed4364();
o.latLongRect = buildLatLongRect();
o.productSearchParams = buildProductSearchParams();
o.textDetectionParams = buildTextDetectionParams();
@@ -10045,7 +10045,7 @@
buildCounterImageContext++;
if (buildCounterImageContext < 3) {
checkCropHintsParams(o.cropHintsParams! as api.CropHintsParams);
- checkUnnamed4321(o.languageHints!);
+ checkUnnamed4364(o.languageHints!);
checkLatLongRect(o.latLongRect! as api.LatLongRect);
checkProductSearchParams(o.productSearchParams! as api.ProductSearchParams);
checkTextDetectionParams(o.textDetectionParams! as api.TextDetectionParams);
@@ -10163,27 +10163,27 @@
buildCounterImportProductSetsRequest--;
}
-core.List<api.ReferenceImage> buildUnnamed4322() {
+core.List<api.ReferenceImage> buildUnnamed4365() {
var o = <api.ReferenceImage>[];
o.add(buildReferenceImage());
o.add(buildReferenceImage());
return o;
}
-void checkUnnamed4322(core.List<api.ReferenceImage> o) {
+void checkUnnamed4365(core.List<api.ReferenceImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkReferenceImage(o[0] as api.ReferenceImage);
checkReferenceImage(o[1] as api.ReferenceImage);
}
-core.List<api.Status> buildUnnamed4323() {
+core.List<api.Status> buildUnnamed4366() {
var o = <api.Status>[];
o.add(buildStatus());
o.add(buildStatus());
return o;
}
-void checkUnnamed4323(core.List<api.Status> o) {
+void checkUnnamed4366(core.List<api.Status> o) {
unittest.expect(o, unittest.hasLength(2));
checkStatus(o[0] as api.Status);
checkStatus(o[1] as api.Status);
@@ -10194,8 +10194,8 @@
var o = api.ImportProductSetsResponse();
buildCounterImportProductSetsResponse++;
if (buildCounterImportProductSetsResponse < 3) {
- o.referenceImages = buildUnnamed4322();
- o.statuses = buildUnnamed4323();
+ o.referenceImages = buildUnnamed4365();
+ o.statuses = buildUnnamed4366();
}
buildCounterImportProductSetsResponse--;
return o;
@@ -10204,8 +10204,8 @@
void checkImportProductSetsResponse(api.ImportProductSetsResponse o) {
buildCounterImportProductSetsResponse++;
if (buildCounterImportProductSetsResponse < 3) {
- checkUnnamed4322(o.referenceImages!);
- checkUnnamed4323(o.statuses!);
+ checkUnnamed4365(o.referenceImages!);
+ checkUnnamed4366(o.statuses!);
}
buildCounterImportProductSetsResponse--;
}
@@ -10338,14 +10338,14 @@
buildCounterLatLongRect--;
}
-core.List<api.Operation> buildUnnamed4324() {
+core.List<api.Operation> buildUnnamed4367() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed4324(core.List<api.Operation> o) {
+void checkUnnamed4367(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -10357,7 +10357,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed4324();
+ o.operations = buildUnnamed4367();
}
buildCounterListOperationsResponse--;
return o;
@@ -10370,19 +10370,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4324(o.operations!);
+ checkUnnamed4367(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<api.ProductSet> buildUnnamed4325() {
+core.List<api.ProductSet> buildUnnamed4368() {
var o = <api.ProductSet>[];
o.add(buildProductSet());
o.add(buildProductSet());
return o;
}
-void checkUnnamed4325(core.List<api.ProductSet> o) {
+void checkUnnamed4368(core.List<api.ProductSet> o) {
unittest.expect(o, unittest.hasLength(2));
checkProductSet(o[0] as api.ProductSet);
checkProductSet(o[1] as api.ProductSet);
@@ -10394,7 +10394,7 @@
buildCounterListProductSetsResponse++;
if (buildCounterListProductSetsResponse < 3) {
o.nextPageToken = 'foo';
- o.productSets = buildUnnamed4325();
+ o.productSets = buildUnnamed4368();
}
buildCounterListProductSetsResponse--;
return o;
@@ -10407,19 +10407,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4325(o.productSets!);
+ checkUnnamed4368(o.productSets!);
}
buildCounterListProductSetsResponse--;
}
-core.List<api.Product> buildUnnamed4326() {
+core.List<api.Product> buildUnnamed4369() {
var o = <api.Product>[];
o.add(buildProduct());
o.add(buildProduct());
return o;
}
-void checkUnnamed4326(core.List<api.Product> o) {
+void checkUnnamed4369(core.List<api.Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkProduct(o[0] as api.Product);
checkProduct(o[1] as api.Product);
@@ -10431,7 +10431,7 @@
buildCounterListProductsInProductSetResponse++;
if (buildCounterListProductsInProductSetResponse < 3) {
o.nextPageToken = 'foo';
- o.products = buildUnnamed4326();
+ o.products = buildUnnamed4369();
}
buildCounterListProductsInProductSetResponse--;
return o;
@@ -10445,19 +10445,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4326(o.products!);
+ checkUnnamed4369(o.products!);
}
buildCounterListProductsInProductSetResponse--;
}
-core.List<api.Product> buildUnnamed4327() {
+core.List<api.Product> buildUnnamed4370() {
var o = <api.Product>[];
o.add(buildProduct());
o.add(buildProduct());
return o;
}
-void checkUnnamed4327(core.List<api.Product> o) {
+void checkUnnamed4370(core.List<api.Product> o) {
unittest.expect(o, unittest.hasLength(2));
checkProduct(o[0] as api.Product);
checkProduct(o[1] as api.Product);
@@ -10469,7 +10469,7 @@
buildCounterListProductsResponse++;
if (buildCounterListProductsResponse < 3) {
o.nextPageToken = 'foo';
- o.products = buildUnnamed4327();
+ o.products = buildUnnamed4370();
}
buildCounterListProductsResponse--;
return o;
@@ -10482,19 +10482,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4327(o.products!);
+ checkUnnamed4370(o.products!);
}
buildCounterListProductsResponse--;
}
-core.List<api.ReferenceImage> buildUnnamed4328() {
+core.List<api.ReferenceImage> buildUnnamed4371() {
var o = <api.ReferenceImage>[];
o.add(buildReferenceImage());
o.add(buildReferenceImage());
return o;
}
-void checkUnnamed4328(core.List<api.ReferenceImage> o) {
+void checkUnnamed4371(core.List<api.ReferenceImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkReferenceImage(o[0] as api.ReferenceImage);
checkReferenceImage(o[1] as api.ReferenceImage);
@@ -10507,7 +10507,7 @@
if (buildCounterListReferenceImagesResponse < 3) {
o.nextPageToken = 'foo';
o.pageSize = 42;
- o.referenceImages = buildUnnamed4328();
+ o.referenceImages = buildUnnamed4371();
}
buildCounterListReferenceImagesResponse--;
return o;
@@ -10524,7 +10524,7 @@
o.pageSize!,
unittest.equals(42),
);
- checkUnnamed4328(o.referenceImages!);
+ checkUnnamed4371(o.referenceImages!);
}
buildCounterListReferenceImagesResponse--;
}
@@ -10651,7 +10651,7 @@
buildCounterObjectAnnotation--;
}
-core.Map<core.String, core.Object> buildUnnamed4329() {
+core.Map<core.String, core.Object> buildUnnamed4372() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -10666,7 +10666,7 @@
return o;
}
-void checkUnnamed4329(core.Map<core.String, core.Object> o) {
+void checkUnnamed4372(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -10698,7 +10698,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed4330() {
+core.Map<core.String, core.Object> buildUnnamed4373() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -10713,7 +10713,7 @@
return o;
}
-void checkUnnamed4330(core.Map<core.String, core.Object> o) {
+void checkUnnamed4373(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -10752,9 +10752,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed4329();
+ o.metadata = buildUnnamed4372();
o.name = 'foo';
- o.response = buildUnnamed4330();
+ o.response = buildUnnamed4373();
}
buildCounterOperation--;
return o;
@@ -10765,12 +10765,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed4329(o.metadata!);
+ checkUnnamed4372(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed4330(o.response!);
+ checkUnnamed4373(o.response!);
}
buildCounterOperation--;
}
@@ -10831,14 +10831,14 @@
buildCounterOutputConfig--;
}
-core.List<api.Block> buildUnnamed4331() {
+core.List<api.Block> buildUnnamed4374() {
var o = <api.Block>[];
o.add(buildBlock());
o.add(buildBlock());
return o;
}
-void checkUnnamed4331(core.List<api.Block> o) {
+void checkUnnamed4374(core.List<api.Block> o) {
unittest.expect(o, unittest.hasLength(2));
checkBlock(o[0] as api.Block);
checkBlock(o[1] as api.Block);
@@ -10849,7 +10849,7 @@
var o = api.Page();
buildCounterPage++;
if (buildCounterPage < 3) {
- o.blocks = buildUnnamed4331();
+ o.blocks = buildUnnamed4374();
o.confidence = 42.0;
o.height = 42;
o.property = buildTextProperty();
@@ -10862,7 +10862,7 @@
void checkPage(api.Page o) {
buildCounterPage++;
if (buildCounterPage < 3) {
- checkUnnamed4331(o.blocks!);
+ checkUnnamed4374(o.blocks!);
unittest.expect(
o.confidence!,
unittest.equals(42.0),
@@ -10880,14 +10880,14 @@
buildCounterPage--;
}
-core.List<api.Word> buildUnnamed4332() {
+core.List<api.Word> buildUnnamed4375() {
var o = <api.Word>[];
o.add(buildWord());
o.add(buildWord());
return o;
}
-void checkUnnamed4332(core.List<api.Word> o) {
+void checkUnnamed4375(core.List<api.Word> o) {
unittest.expect(o, unittest.hasLength(2));
checkWord(o[0] as api.Word);
checkWord(o[1] as api.Word);
@@ -10901,7 +10901,7 @@
o.boundingBox = buildBoundingPoly();
o.confidence = 42.0;
o.property = buildTextProperty();
- o.words = buildUnnamed4332();
+ o.words = buildUnnamed4375();
}
buildCounterParagraph--;
return o;
@@ -10916,7 +10916,7 @@
unittest.equals(42.0),
);
checkTextProperty(o.property! as api.TextProperty);
- checkUnnamed4332(o.words!);
+ checkUnnamed4375(o.words!);
}
buildCounterParagraph--;
}
@@ -10953,14 +10953,14 @@
buildCounterPosition--;
}
-core.List<api.KeyValue> buildUnnamed4333() {
+core.List<api.KeyValue> buildUnnamed4376() {
var o = <api.KeyValue>[];
o.add(buildKeyValue());
o.add(buildKeyValue());
return o;
}
-void checkUnnamed4333(core.List<api.KeyValue> o) {
+void checkUnnamed4376(core.List<api.KeyValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkKeyValue(o[0] as api.KeyValue);
checkKeyValue(o[1] as api.KeyValue);
@@ -10975,7 +10975,7 @@
o.displayName = 'foo';
o.name = 'foo';
o.productCategory = 'foo';
- o.productLabels = buildUnnamed4333();
+ o.productLabels = buildUnnamed4376();
}
buildCounterProduct--;
return o;
@@ -11000,19 +11000,19 @@
o.productCategory!,
unittest.equals('foo'),
);
- checkUnnamed4333(o.productLabels!);
+ checkUnnamed4376(o.productLabels!);
}
buildCounterProduct--;
}
-core.List<core.String> buildUnnamed4334() {
+core.List<core.String> buildUnnamed4377() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed4334(core.List<core.String> o) {
+void checkUnnamed4377(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -11031,7 +11031,7 @@
if (buildCounterProductSearchParams < 3) {
o.boundingPoly = buildBoundingPoly();
o.filter = 'foo';
- o.productCategories = buildUnnamed4334();
+ o.productCategories = buildUnnamed4377();
o.productSet = 'foo';
}
buildCounterProductSearchParams--;
@@ -11046,7 +11046,7 @@
o.filter!,
unittest.equals('foo'),
);
- checkUnnamed4334(o.productCategories!);
+ checkUnnamed4377(o.productCategories!);
unittest.expect(
o.productSet!,
unittest.equals('foo'),
@@ -11055,27 +11055,27 @@
buildCounterProductSearchParams--;
}
-core.List<api.GroupedResult> buildUnnamed4335() {
+core.List<api.GroupedResult> buildUnnamed4378() {
var o = <api.GroupedResult>[];
o.add(buildGroupedResult());
o.add(buildGroupedResult());
return o;
}
-void checkUnnamed4335(core.List<api.GroupedResult> o) {
+void checkUnnamed4378(core.List<api.GroupedResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroupedResult(o[0] as api.GroupedResult);
checkGroupedResult(o[1] as api.GroupedResult);
}
-core.List<api.Result> buildUnnamed4336() {
+core.List<api.Result> buildUnnamed4379() {
var o = <api.Result>[];
o.add(buildResult());
o.add(buildResult());
return o;
}
-void checkUnnamed4336(core.List<api.Result> o) {
+void checkUnnamed4379(core.List<api.Result> o) {
unittest.expect(o, unittest.hasLength(2));
checkResult(o[0] as api.Result);
checkResult(o[1] as api.Result);
@@ -11087,8 +11087,8 @@
buildCounterProductSearchResults++;
if (buildCounterProductSearchResults < 3) {
o.indexTime = 'foo';
- o.productGroupedResults = buildUnnamed4335();
- o.results = buildUnnamed4336();
+ o.productGroupedResults = buildUnnamed4378();
+ o.results = buildUnnamed4379();
}
buildCounterProductSearchResults--;
return o;
@@ -11101,8 +11101,8 @@
o.indexTime!,
unittest.equals('foo'),
);
- checkUnnamed4335(o.productGroupedResults!);
- checkUnnamed4336(o.results!);
+ checkUnnamed4378(o.productGroupedResults!);
+ checkUnnamed4379(o.results!);
}
buildCounterProductSearchResults--;
}
@@ -11219,14 +11219,14 @@
buildCounterPurgeProductsRequest--;
}
-core.List<api.BoundingPoly> buildUnnamed4337() {
+core.List<api.BoundingPoly> buildUnnamed4380() {
var o = <api.BoundingPoly>[];
o.add(buildBoundingPoly());
o.add(buildBoundingPoly());
return o;
}
-void checkUnnamed4337(core.List<api.BoundingPoly> o) {
+void checkUnnamed4380(core.List<api.BoundingPoly> o) {
unittest.expect(o, unittest.hasLength(2));
checkBoundingPoly(o[0] as api.BoundingPoly);
checkBoundingPoly(o[1] as api.BoundingPoly);
@@ -11237,7 +11237,7 @@
var o = api.ReferenceImage();
buildCounterReferenceImage++;
if (buildCounterReferenceImage < 3) {
- o.boundingPolys = buildUnnamed4337();
+ o.boundingPolys = buildUnnamed4380();
o.name = 'foo';
o.uri = 'foo';
}
@@ -11248,7 +11248,7 @@
void checkReferenceImage(api.ReferenceImage o) {
buildCounterReferenceImage++;
if (buildCounterReferenceImage < 3) {
- checkUnnamed4337(o.boundingPolys!);
+ checkUnnamed4380(o.boundingPolys!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -11356,7 +11356,7 @@
buildCounterSafeSearchAnnotation--;
}
-core.Map<core.String, core.Object> buildUnnamed4338() {
+core.Map<core.String, core.Object> buildUnnamed4381() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -11371,7 +11371,7 @@
return o;
}
-void checkUnnamed4338(core.Map<core.String, core.Object> o) {
+void checkUnnamed4381(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -11403,17 +11403,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed4339() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed4382() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed4338());
- o.add(buildUnnamed4338());
+ o.add(buildUnnamed4381());
+ o.add(buildUnnamed4381());
return o;
}
-void checkUnnamed4339(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed4382(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed4338(o[0]);
- checkUnnamed4338(o[1]);
+ checkUnnamed4381(o[0]);
+ checkUnnamed4381(o[1]);
}
core.int buildCounterStatus = 0;
@@ -11422,7 +11422,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed4339();
+ o.details = buildUnnamed4382();
o.message = 'foo';
}
buildCounterStatus--;
@@ -11436,7 +11436,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed4339(o.details!);
+ checkUnnamed4382(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -11476,14 +11476,14 @@
buildCounterSymbol--;
}
-core.List<api.Page> buildUnnamed4340() {
+core.List<api.Page> buildUnnamed4383() {
var o = <api.Page>[];
o.add(buildPage());
o.add(buildPage());
return o;
}
-void checkUnnamed4340(core.List<api.Page> o) {
+void checkUnnamed4383(core.List<api.Page> o) {
unittest.expect(o, unittest.hasLength(2));
checkPage(o[0] as api.Page);
checkPage(o[1] as api.Page);
@@ -11494,7 +11494,7 @@
var o = api.TextAnnotation();
buildCounterTextAnnotation++;
if (buildCounterTextAnnotation < 3) {
- o.pages = buildUnnamed4340();
+ o.pages = buildUnnamed4383();
o.text = 'foo';
}
buildCounterTextAnnotation--;
@@ -11504,7 +11504,7 @@
void checkTextAnnotation(api.TextAnnotation o) {
buildCounterTextAnnotation++;
if (buildCounterTextAnnotation < 3) {
- checkUnnamed4340(o.pages!);
+ checkUnnamed4383(o.pages!);
unittest.expect(
o.text!,
unittest.equals('foo'),
@@ -11532,14 +11532,14 @@
buildCounterTextDetectionParams--;
}
-core.List<api.DetectedLanguage> buildUnnamed4341() {
+core.List<api.DetectedLanguage> buildUnnamed4384() {
var o = <api.DetectedLanguage>[];
o.add(buildDetectedLanguage());
o.add(buildDetectedLanguage());
return o;
}
-void checkUnnamed4341(core.List<api.DetectedLanguage> o) {
+void checkUnnamed4384(core.List<api.DetectedLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkDetectedLanguage(o[0] as api.DetectedLanguage);
checkDetectedLanguage(o[1] as api.DetectedLanguage);
@@ -11551,7 +11551,7 @@
buildCounterTextProperty++;
if (buildCounterTextProperty < 3) {
o.detectedBreak = buildDetectedBreak();
- o.detectedLanguages = buildUnnamed4341();
+ o.detectedLanguages = buildUnnamed4384();
}
buildCounterTextProperty--;
return o;
@@ -11561,7 +11561,7 @@
buildCounterTextProperty++;
if (buildCounterTextProperty < 3) {
checkDetectedBreak(o.detectedBreak! as api.DetectedBreak);
- checkUnnamed4341(o.detectedLanguages!);
+ checkUnnamed4384(o.detectedLanguages!);
}
buildCounterTextProperty--;
}
@@ -11593,79 +11593,79 @@
buildCounterVertex--;
}
-core.List<api.WebLabel> buildUnnamed4342() {
+core.List<api.WebLabel> buildUnnamed4385() {
var o = <api.WebLabel>[];
o.add(buildWebLabel());
o.add(buildWebLabel());
return o;
}
-void checkUnnamed4342(core.List<api.WebLabel> o) {
+void checkUnnamed4385(core.List<api.WebLabel> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebLabel(o[0] as api.WebLabel);
checkWebLabel(o[1] as api.WebLabel);
}
-core.List<api.WebImage> buildUnnamed4343() {
+core.List<api.WebImage> buildUnnamed4386() {
var o = <api.WebImage>[];
o.add(buildWebImage());
o.add(buildWebImage());
return o;
}
-void checkUnnamed4343(core.List<api.WebImage> o) {
+void checkUnnamed4386(core.List<api.WebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebImage(o[0] as api.WebImage);
checkWebImage(o[1] as api.WebImage);
}
-core.List<api.WebPage> buildUnnamed4344() {
+core.List<api.WebPage> buildUnnamed4387() {
var o = <api.WebPage>[];
o.add(buildWebPage());
o.add(buildWebPage());
return o;
}
-void checkUnnamed4344(core.List<api.WebPage> o) {
+void checkUnnamed4387(core.List<api.WebPage> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebPage(o[0] as api.WebPage);
checkWebPage(o[1] as api.WebPage);
}
-core.List<api.WebImage> buildUnnamed4345() {
+core.List<api.WebImage> buildUnnamed4388() {
var o = <api.WebImage>[];
o.add(buildWebImage());
o.add(buildWebImage());
return o;
}
-void checkUnnamed4345(core.List<api.WebImage> o) {
+void checkUnnamed4388(core.List<api.WebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebImage(o[0] as api.WebImage);
checkWebImage(o[1] as api.WebImage);
}
-core.List<api.WebImage> buildUnnamed4346() {
+core.List<api.WebImage> buildUnnamed4389() {
var o = <api.WebImage>[];
o.add(buildWebImage());
o.add(buildWebImage());
return o;
}
-void checkUnnamed4346(core.List<api.WebImage> o) {
+void checkUnnamed4389(core.List<api.WebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebImage(o[0] as api.WebImage);
checkWebImage(o[1] as api.WebImage);
}
-core.List<api.WebEntity> buildUnnamed4347() {
+core.List<api.WebEntity> buildUnnamed4390() {
var o = <api.WebEntity>[];
o.add(buildWebEntity());
o.add(buildWebEntity());
return o;
}
-void checkUnnamed4347(core.List<api.WebEntity> o) {
+void checkUnnamed4390(core.List<api.WebEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebEntity(o[0] as api.WebEntity);
checkWebEntity(o[1] as api.WebEntity);
@@ -11676,12 +11676,12 @@
var o = api.WebDetection();
buildCounterWebDetection++;
if (buildCounterWebDetection < 3) {
- o.bestGuessLabels = buildUnnamed4342();
- o.fullMatchingImages = buildUnnamed4343();
- o.pagesWithMatchingImages = buildUnnamed4344();
- o.partialMatchingImages = buildUnnamed4345();
- o.visuallySimilarImages = buildUnnamed4346();
- o.webEntities = buildUnnamed4347();
+ o.bestGuessLabels = buildUnnamed4385();
+ o.fullMatchingImages = buildUnnamed4386();
+ o.pagesWithMatchingImages = buildUnnamed4387();
+ o.partialMatchingImages = buildUnnamed4388();
+ o.visuallySimilarImages = buildUnnamed4389();
+ o.webEntities = buildUnnamed4390();
}
buildCounterWebDetection--;
return o;
@@ -11690,12 +11690,12 @@
void checkWebDetection(api.WebDetection o) {
buildCounterWebDetection++;
if (buildCounterWebDetection < 3) {
- checkUnnamed4342(o.bestGuessLabels!);
- checkUnnamed4343(o.fullMatchingImages!);
- checkUnnamed4344(o.pagesWithMatchingImages!);
- checkUnnamed4345(o.partialMatchingImages!);
- checkUnnamed4346(o.visuallySimilarImages!);
- checkUnnamed4347(o.webEntities!);
+ checkUnnamed4385(o.bestGuessLabels!);
+ checkUnnamed4386(o.fullMatchingImages!);
+ checkUnnamed4387(o.pagesWithMatchingImages!);
+ checkUnnamed4388(o.partialMatchingImages!);
+ checkUnnamed4389(o.visuallySimilarImages!);
+ checkUnnamed4390(o.webEntities!);
}
buildCounterWebDetection--;
}
@@ -11805,27 +11805,27 @@
buildCounterWebLabel--;
}
-core.List<api.WebImage> buildUnnamed4348() {
+core.List<api.WebImage> buildUnnamed4391() {
var o = <api.WebImage>[];
o.add(buildWebImage());
o.add(buildWebImage());
return o;
}
-void checkUnnamed4348(core.List<api.WebImage> o) {
+void checkUnnamed4391(core.List<api.WebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebImage(o[0] as api.WebImage);
checkWebImage(o[1] as api.WebImage);
}
-core.List<api.WebImage> buildUnnamed4349() {
+core.List<api.WebImage> buildUnnamed4392() {
var o = <api.WebImage>[];
o.add(buildWebImage());
o.add(buildWebImage());
return o;
}
-void checkUnnamed4349(core.List<api.WebImage> o) {
+void checkUnnamed4392(core.List<api.WebImage> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebImage(o[0] as api.WebImage);
checkWebImage(o[1] as api.WebImage);
@@ -11836,9 +11836,9 @@
var o = api.WebPage();
buildCounterWebPage++;
if (buildCounterWebPage < 3) {
- o.fullMatchingImages = buildUnnamed4348();
+ o.fullMatchingImages = buildUnnamed4391();
o.pageTitle = 'foo';
- o.partialMatchingImages = buildUnnamed4349();
+ o.partialMatchingImages = buildUnnamed4392();
o.score = 42.0;
o.url = 'foo';
}
@@ -11849,12 +11849,12 @@
void checkWebPage(api.WebPage o) {
buildCounterWebPage++;
if (buildCounterWebPage < 3) {
- checkUnnamed4348(o.fullMatchingImages!);
+ checkUnnamed4391(o.fullMatchingImages!);
unittest.expect(
o.pageTitle!,
unittest.equals('foo'),
);
- checkUnnamed4349(o.partialMatchingImages!);
+ checkUnnamed4392(o.partialMatchingImages!);
unittest.expect(
o.score!,
unittest.equals(42.0),
@@ -11867,14 +11867,14 @@
buildCounterWebPage--;
}
-core.List<api.Symbol> buildUnnamed4350() {
+core.List<api.Symbol> buildUnnamed4393() {
var o = <api.Symbol>[];
o.add(buildSymbol());
o.add(buildSymbol());
return o;
}
-void checkUnnamed4350(core.List<api.Symbol> o) {
+void checkUnnamed4393(core.List<api.Symbol> o) {
unittest.expect(o, unittest.hasLength(2));
checkSymbol(o[0] as api.Symbol);
checkSymbol(o[1] as api.Symbol);
@@ -11888,7 +11888,7 @@
o.boundingBox = buildBoundingPoly();
o.confidence = 42.0;
o.property = buildTextProperty();
- o.symbols = buildUnnamed4350();
+ o.symbols = buildUnnamed4393();
}
buildCounterWord--;
return o;
@@ -11903,7 +11903,7 @@
unittest.equals(42.0),
);
checkTextProperty(o.property! as api.TextProperty);
- checkUnnamed4350(o.symbols!);
+ checkUnnamed4393(o.symbols!);
}
buildCounterWord--;
}
diff --git a/generated/googleapis/test/webfonts/v1_test.dart b/generated/googleapis/test/webfonts/v1_test.dart
index f770fc6..cd883ba 100644
--- a/generated/googleapis/test/webfonts/v1_test.dart
+++ b/generated/googleapis/test/webfonts/v1_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.Map<core.String, core.String> buildUnnamed1754() {
+core.Map<core.String, core.String> buildUnnamed1753() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1754(core.Map<core.String, core.String> o) {
+void checkUnnamed1753(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -46,6 +46,25 @@
);
}
+core.List<core.String> buildUnnamed1754() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1754(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'),
+ );
+}
+
core.List<core.String> buildUnnamed1755() {
var o = <core.String>[];
o.add('foo');
@@ -65,25 +84,6 @@
);
}
-core.List<core.String> buildUnnamed1756() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1756(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'),
- );
-}
-
core.int buildCounterWebfont = 0;
api.Webfont buildWebfont() {
var o = api.Webfont();
@@ -91,11 +91,11 @@
if (buildCounterWebfont < 3) {
o.category = 'foo';
o.family = 'foo';
- o.files = buildUnnamed1754();
+ o.files = buildUnnamed1753();
o.kind = 'foo';
o.lastModified = 'foo';
- o.subsets = buildUnnamed1755();
- o.variants = buildUnnamed1756();
+ o.subsets = buildUnnamed1754();
+ o.variants = buildUnnamed1755();
o.version = 'foo';
}
buildCounterWebfont--;
@@ -113,7 +113,7 @@
o.family!,
unittest.equals('foo'),
);
- checkUnnamed1754(o.files!);
+ checkUnnamed1753(o.files!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -122,8 +122,8 @@
o.lastModified!,
unittest.equals('foo'),
);
- checkUnnamed1755(o.subsets!);
- checkUnnamed1756(o.variants!);
+ checkUnnamed1754(o.subsets!);
+ checkUnnamed1755(o.variants!);
unittest.expect(
o.version!,
unittest.equals('foo'),
@@ -132,14 +132,14 @@
buildCounterWebfont--;
}
-core.List<api.Webfont> buildUnnamed1757() {
+core.List<api.Webfont> buildUnnamed1756() {
var o = <api.Webfont>[];
o.add(buildWebfont());
o.add(buildWebfont());
return o;
}
-void checkUnnamed1757(core.List<api.Webfont> o) {
+void checkUnnamed1756(core.List<api.Webfont> o) {
unittest.expect(o, unittest.hasLength(2));
checkWebfont(o[0] as api.Webfont);
checkWebfont(o[1] as api.Webfont);
@@ -150,7 +150,7 @@
var o = api.WebfontList();
buildCounterWebfontList++;
if (buildCounterWebfontList < 3) {
- o.items = buildUnnamed1757();
+ o.items = buildUnnamed1756();
o.kind = 'foo';
}
buildCounterWebfontList--;
@@ -160,7 +160,7 @@
void checkWebfontList(api.WebfontList o) {
buildCounterWebfontList++;
if (buildCounterWebfontList < 3) {
- checkUnnamed1757(o.items!);
+ checkUnnamed1756(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/webmasters/v3_test.dart b/generated/googleapis/test/webmasters/v3_test.dart
index dc29004..7dff340 100644
--- a/generated/googleapis/test/webmasters/v3_test.dart
+++ b/generated/googleapis/test/webmasters/v3_test.dart
@@ -27,14 +27,14 @@
import '../test_shared.dart';
-core.List<core.String> buildUnnamed3607() {
+core.List<core.String> buildUnnamed3617() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3607(core.List<core.String> o) {
+void checkUnnamed3617(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -54,7 +54,7 @@
o.clicks = 42.0;
o.ctr = 42.0;
o.impressions = 42.0;
- o.keys = buildUnnamed3607();
+ o.keys = buildUnnamed3617();
o.position = 42.0;
}
buildCounterApiDataRow--;
@@ -76,7 +76,7 @@
o.impressions!,
unittest.equals(42.0),
);
- checkUnnamed3607(o.keys!);
+ checkUnnamed3617(o.keys!);
unittest.expect(
o.position!,
unittest.equals(42.0),
@@ -117,14 +117,14 @@
buildCounterApiDimensionFilter--;
}
-core.List<api.ApiDimensionFilter> buildUnnamed3608() {
+core.List<api.ApiDimensionFilter> buildUnnamed3618() {
var o = <api.ApiDimensionFilter>[];
o.add(buildApiDimensionFilter());
o.add(buildApiDimensionFilter());
return o;
}
-void checkUnnamed3608(core.List<api.ApiDimensionFilter> o) {
+void checkUnnamed3618(core.List<api.ApiDimensionFilter> o) {
unittest.expect(o, unittest.hasLength(2));
checkApiDimensionFilter(o[0] as api.ApiDimensionFilter);
checkApiDimensionFilter(o[1] as api.ApiDimensionFilter);
@@ -135,7 +135,7 @@
var o = api.ApiDimensionFilterGroup();
buildCounterApiDimensionFilterGroup++;
if (buildCounterApiDimensionFilterGroup < 3) {
- o.filters = buildUnnamed3608();
+ o.filters = buildUnnamed3618();
o.groupType = 'foo';
}
buildCounterApiDimensionFilterGroup--;
@@ -145,7 +145,7 @@
void checkApiDimensionFilterGroup(api.ApiDimensionFilterGroup o) {
buildCounterApiDimensionFilterGroup++;
if (buildCounterApiDimensionFilterGroup < 3) {
- checkUnnamed3608(o.filters!);
+ checkUnnamed3618(o.filters!);
unittest.expect(
o.groupType!,
unittest.equals('foo'),
@@ -154,27 +154,27 @@
buildCounterApiDimensionFilterGroup--;
}
-core.List<api.ApiDimensionFilterGroup> buildUnnamed3609() {
+core.List<api.ApiDimensionFilterGroup> buildUnnamed3619() {
var o = <api.ApiDimensionFilterGroup>[];
o.add(buildApiDimensionFilterGroup());
o.add(buildApiDimensionFilterGroup());
return o;
}
-void checkUnnamed3609(core.List<api.ApiDimensionFilterGroup> o) {
+void checkUnnamed3619(core.List<api.ApiDimensionFilterGroup> o) {
unittest.expect(o, unittest.hasLength(2));
checkApiDimensionFilterGroup(o[0] as api.ApiDimensionFilterGroup);
checkApiDimensionFilterGroup(o[1] as api.ApiDimensionFilterGroup);
}
-core.List<core.String> buildUnnamed3610() {
+core.List<core.String> buildUnnamed3620() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3610(core.List<core.String> o) {
+void checkUnnamed3620(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -193,8 +193,8 @@
if (buildCounterSearchAnalyticsQueryRequest < 3) {
o.aggregationType = 'foo';
o.dataState = 'foo';
- o.dimensionFilterGroups = buildUnnamed3609();
- o.dimensions = buildUnnamed3610();
+ o.dimensionFilterGroups = buildUnnamed3619();
+ o.dimensions = buildUnnamed3620();
o.endDate = 'foo';
o.rowLimit = 42;
o.searchType = 'foo';
@@ -216,8 +216,8 @@
o.dataState!,
unittest.equals('foo'),
);
- checkUnnamed3609(o.dimensionFilterGroups!);
- checkUnnamed3610(o.dimensions!);
+ checkUnnamed3619(o.dimensionFilterGroups!);
+ checkUnnamed3620(o.dimensions!);
unittest.expect(
o.endDate!,
unittest.equals('foo'),
@@ -242,14 +242,14 @@
buildCounterSearchAnalyticsQueryRequest--;
}
-core.List<api.ApiDataRow> buildUnnamed3611() {
+core.List<api.ApiDataRow> buildUnnamed3621() {
var o = <api.ApiDataRow>[];
o.add(buildApiDataRow());
o.add(buildApiDataRow());
return o;
}
-void checkUnnamed3611(core.List<api.ApiDataRow> o) {
+void checkUnnamed3621(core.List<api.ApiDataRow> o) {
unittest.expect(o, unittest.hasLength(2));
checkApiDataRow(o[0] as api.ApiDataRow);
checkApiDataRow(o[1] as api.ApiDataRow);
@@ -261,7 +261,7 @@
buildCounterSearchAnalyticsQueryResponse++;
if (buildCounterSearchAnalyticsQueryResponse < 3) {
o.responseAggregationType = 'foo';
- o.rows = buildUnnamed3611();
+ o.rows = buildUnnamed3621();
}
buildCounterSearchAnalyticsQueryResponse--;
return o;
@@ -274,19 +274,19 @@
o.responseAggregationType!,
unittest.equals('foo'),
);
- checkUnnamed3611(o.rows!);
+ checkUnnamed3621(o.rows!);
}
buildCounterSearchAnalyticsQueryResponse--;
}
-core.List<api.WmxSitemap> buildUnnamed3612() {
+core.List<api.WmxSitemap> buildUnnamed3622() {
var o = <api.WmxSitemap>[];
o.add(buildWmxSitemap());
o.add(buildWmxSitemap());
return o;
}
-void checkUnnamed3612(core.List<api.WmxSitemap> o) {
+void checkUnnamed3622(core.List<api.WmxSitemap> o) {
unittest.expect(o, unittest.hasLength(2));
checkWmxSitemap(o[0] as api.WmxSitemap);
checkWmxSitemap(o[1] as api.WmxSitemap);
@@ -297,7 +297,7 @@
var o = api.SitemapsListResponse();
buildCounterSitemapsListResponse++;
if (buildCounterSitemapsListResponse < 3) {
- o.sitemap = buildUnnamed3612();
+ o.sitemap = buildUnnamed3622();
}
buildCounterSitemapsListResponse--;
return o;
@@ -306,19 +306,19 @@
void checkSitemapsListResponse(api.SitemapsListResponse o) {
buildCounterSitemapsListResponse++;
if (buildCounterSitemapsListResponse < 3) {
- checkUnnamed3612(o.sitemap!);
+ checkUnnamed3622(o.sitemap!);
}
buildCounterSitemapsListResponse--;
}
-core.List<api.WmxSite> buildUnnamed3613() {
+core.List<api.WmxSite> buildUnnamed3623() {
var o = <api.WmxSite>[];
o.add(buildWmxSite());
o.add(buildWmxSite());
return o;
}
-void checkUnnamed3613(core.List<api.WmxSite> o) {
+void checkUnnamed3623(core.List<api.WmxSite> o) {
unittest.expect(o, unittest.hasLength(2));
checkWmxSite(o[0] as api.WmxSite);
checkWmxSite(o[1] as api.WmxSite);
@@ -329,7 +329,7 @@
var o = api.SitesListResponse();
buildCounterSitesListResponse++;
if (buildCounterSitesListResponse < 3) {
- o.siteEntry = buildUnnamed3613();
+ o.siteEntry = buildUnnamed3623();
}
buildCounterSitesListResponse--;
return o;
@@ -338,7 +338,7 @@
void checkSitesListResponse(api.SitesListResponse o) {
buildCounterSitesListResponse++;
if (buildCounterSitesListResponse < 3) {
- checkUnnamed3613(o.siteEntry!);
+ checkUnnamed3623(o.siteEntry!);
}
buildCounterSitesListResponse--;
}
@@ -370,14 +370,14 @@
buildCounterWmxSite--;
}
-core.List<api.WmxSitemapContent> buildUnnamed3614() {
+core.List<api.WmxSitemapContent> buildUnnamed3624() {
var o = <api.WmxSitemapContent>[];
o.add(buildWmxSitemapContent());
o.add(buildWmxSitemapContent());
return o;
}
-void checkUnnamed3614(core.List<api.WmxSitemapContent> o) {
+void checkUnnamed3624(core.List<api.WmxSitemapContent> o) {
unittest.expect(o, unittest.hasLength(2));
checkWmxSitemapContent(o[0] as api.WmxSitemapContent);
checkWmxSitemapContent(o[1] as api.WmxSitemapContent);
@@ -388,7 +388,7 @@
var o = api.WmxSitemap();
buildCounterWmxSitemap++;
if (buildCounterWmxSitemap < 3) {
- o.contents = buildUnnamed3614();
+ o.contents = buildUnnamed3624();
o.errors = 'foo';
o.isPending = true;
o.isSitemapsIndex = true;
@@ -405,7 +405,7 @@
void checkWmxSitemap(api.WmxSitemap o) {
buildCounterWmxSitemap++;
if (buildCounterWmxSitemap < 3) {
- checkUnnamed3614(o.contents!);
+ checkUnnamed3624(o.contents!);
unittest.expect(
o.errors!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/webrisk/v1_test.dart b/generated/googleapis/test/webrisk/v1_test.dart
index cf28077..dbab231 100644
--- a/generated/googleapis/test/webrisk/v1_test.dart
+++ b/generated/googleapis/test/webrisk/v1_test.dart
@@ -125,14 +125,14 @@
buildCounterGoogleCloudWebriskV1RawHashes--;
}
-core.List<core.int> buildUnnamed1633() {
+core.List<core.int> buildUnnamed1632() {
var o = <core.int>[];
o.add(42);
o.add(42);
return o;
}
-void checkUnnamed1633(core.List<core.int> o) {
+void checkUnnamed1632(core.List<core.int> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -149,7 +149,7 @@
var o = api.GoogleCloudWebriskV1RawIndices();
buildCounterGoogleCloudWebriskV1RawIndices++;
if (buildCounterGoogleCloudWebriskV1RawIndices < 3) {
- o.indices = buildUnnamed1633();
+ o.indices = buildUnnamed1632();
}
buildCounterGoogleCloudWebriskV1RawIndices--;
return o;
@@ -158,7 +158,7 @@
void checkGoogleCloudWebriskV1RawIndices(api.GoogleCloudWebriskV1RawIndices o) {
buildCounterGoogleCloudWebriskV1RawIndices++;
if (buildCounterGoogleCloudWebriskV1RawIndices < 3) {
- checkUnnamed1633(o.indices!);
+ checkUnnamed1632(o.indices!);
}
buildCounterGoogleCloudWebriskV1RawIndices--;
}
@@ -203,14 +203,14 @@
}
core.List<api.GoogleCloudWebriskV1SearchHashesResponseThreatHash>
- buildUnnamed1634() {
+ buildUnnamed1633() {
var o = <api.GoogleCloudWebriskV1SearchHashesResponseThreatHash>[];
o.add(buildGoogleCloudWebriskV1SearchHashesResponseThreatHash());
o.add(buildGoogleCloudWebriskV1SearchHashesResponseThreatHash());
return o;
}
-void checkUnnamed1634(
+void checkUnnamed1633(
core.List<api.GoogleCloudWebriskV1SearchHashesResponseThreatHash> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudWebriskV1SearchHashesResponseThreatHash(
@@ -226,7 +226,7 @@
buildCounterGoogleCloudWebriskV1SearchHashesResponse++;
if (buildCounterGoogleCloudWebriskV1SearchHashesResponse < 3) {
o.negativeExpireTime = 'foo';
- o.threats = buildUnnamed1634();
+ o.threats = buildUnnamed1633();
}
buildCounterGoogleCloudWebriskV1SearchHashesResponse--;
return o;
@@ -240,19 +240,19 @@
o.negativeExpireTime!,
unittest.equals('foo'),
);
- checkUnnamed1634(o.threats!);
+ checkUnnamed1633(o.threats!);
}
buildCounterGoogleCloudWebriskV1SearchHashesResponse--;
}
-core.List<core.String> buildUnnamed1635() {
+core.List<core.String> buildUnnamed1634() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1635(core.List<core.String> o) {
+void checkUnnamed1634(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -272,7 +272,7 @@
if (buildCounterGoogleCloudWebriskV1SearchHashesResponseThreatHash < 3) {
o.expireTime = 'foo';
o.hash = 'foo';
- o.threatTypes = buildUnnamed1635();
+ o.threatTypes = buildUnnamed1634();
}
buildCounterGoogleCloudWebriskV1SearchHashesResponseThreatHash--;
return o;
@@ -290,7 +290,7 @@
o.hash!,
unittest.equals('foo'),
);
- checkUnnamed1635(o.threatTypes!);
+ checkUnnamed1634(o.threatTypes!);
}
buildCounterGoogleCloudWebriskV1SearchHashesResponseThreatHash--;
}
@@ -317,6 +317,51 @@
buildCounterGoogleCloudWebriskV1SearchUrisResponse--;
}
+core.List<core.String> buildUnnamed1635() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1635(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'),
+ );
+}
+
+core.int buildCounterGoogleCloudWebriskV1SearchUrisResponseThreatUri = 0;
+api.GoogleCloudWebriskV1SearchUrisResponseThreatUri
+ buildGoogleCloudWebriskV1SearchUrisResponseThreatUri() {
+ var o = api.GoogleCloudWebriskV1SearchUrisResponseThreatUri();
+ buildCounterGoogleCloudWebriskV1SearchUrisResponseThreatUri++;
+ if (buildCounterGoogleCloudWebriskV1SearchUrisResponseThreatUri < 3) {
+ o.expireTime = 'foo';
+ o.threatTypes = buildUnnamed1635();
+ }
+ buildCounterGoogleCloudWebriskV1SearchUrisResponseThreatUri--;
+ return o;
+}
+
+void checkGoogleCloudWebriskV1SearchUrisResponseThreatUri(
+ api.GoogleCloudWebriskV1SearchUrisResponseThreatUri o) {
+ buildCounterGoogleCloudWebriskV1SearchUrisResponseThreatUri++;
+ if (buildCounterGoogleCloudWebriskV1SearchUrisResponseThreatUri < 3) {
+ unittest.expect(
+ o.expireTime!,
+ unittest.equals('foo'),
+ );
+ checkUnnamed1635(o.threatTypes!);
+ }
+ buildCounterGoogleCloudWebriskV1SearchUrisResponseThreatUri--;
+}
+
core.List<core.String> buildUnnamed1636() {
var o = <core.String>[];
o.add('foo');
@@ -336,57 +381,12 @@
);
}
-core.int buildCounterGoogleCloudWebriskV1SearchUrisResponseThreatUri = 0;
-api.GoogleCloudWebriskV1SearchUrisResponseThreatUri
- buildGoogleCloudWebriskV1SearchUrisResponseThreatUri() {
- var o = api.GoogleCloudWebriskV1SearchUrisResponseThreatUri();
- buildCounterGoogleCloudWebriskV1SearchUrisResponseThreatUri++;
- if (buildCounterGoogleCloudWebriskV1SearchUrisResponseThreatUri < 3) {
- o.expireTime = 'foo';
- o.threatTypes = buildUnnamed1636();
- }
- buildCounterGoogleCloudWebriskV1SearchUrisResponseThreatUri--;
- return o;
-}
-
-void checkGoogleCloudWebriskV1SearchUrisResponseThreatUri(
- api.GoogleCloudWebriskV1SearchUrisResponseThreatUri o) {
- buildCounterGoogleCloudWebriskV1SearchUrisResponseThreatUri++;
- if (buildCounterGoogleCloudWebriskV1SearchUrisResponseThreatUri < 3) {
- unittest.expect(
- o.expireTime!,
- unittest.equals('foo'),
- );
- checkUnnamed1636(o.threatTypes!);
- }
- buildCounterGoogleCloudWebriskV1SearchUrisResponseThreatUri--;
-}
-
-core.List<core.String> buildUnnamed1637() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1637(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'),
- );
-}
-
core.int buildCounterGoogleCloudWebriskV1Submission = 0;
api.GoogleCloudWebriskV1Submission buildGoogleCloudWebriskV1Submission() {
var o = api.GoogleCloudWebriskV1Submission();
buildCounterGoogleCloudWebriskV1Submission++;
if (buildCounterGoogleCloudWebriskV1Submission < 3) {
- o.threatTypes = buildUnnamed1637();
+ o.threatTypes = buildUnnamed1636();
o.uri = 'foo';
}
buildCounterGoogleCloudWebriskV1Submission--;
@@ -396,7 +396,7 @@
void checkGoogleCloudWebriskV1Submission(api.GoogleCloudWebriskV1Submission o) {
buildCounterGoogleCloudWebriskV1Submission++;
if (buildCounterGoogleCloudWebriskV1Submission < 3) {
- checkUnnamed1637(o.threatTypes!);
+ checkUnnamed1636(o.threatTypes!);
unittest.expect(
o.uri!,
unittest.equals('foo'),
@@ -461,14 +461,14 @@
buildCounterGoogleCloudWebriskV1SubmitUriRequest--;
}
-core.List<api.GoogleCloudWebriskV1RawHashes> buildUnnamed1638() {
+core.List<api.GoogleCloudWebriskV1RawHashes> buildUnnamed1637() {
var o = <api.GoogleCloudWebriskV1RawHashes>[];
o.add(buildGoogleCloudWebriskV1RawHashes());
o.add(buildGoogleCloudWebriskV1RawHashes());
return o;
}
-void checkUnnamed1638(core.List<api.GoogleCloudWebriskV1RawHashes> o) {
+void checkUnnamed1637(core.List<api.GoogleCloudWebriskV1RawHashes> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleCloudWebriskV1RawHashes(o[0] as api.GoogleCloudWebriskV1RawHashes);
checkGoogleCloudWebriskV1RawHashes(o[1] as api.GoogleCloudWebriskV1RawHashes);
@@ -480,7 +480,7 @@
var o = api.GoogleCloudWebriskV1ThreatEntryAdditions();
buildCounterGoogleCloudWebriskV1ThreatEntryAdditions++;
if (buildCounterGoogleCloudWebriskV1ThreatEntryAdditions < 3) {
- o.rawHashes = buildUnnamed1638();
+ o.rawHashes = buildUnnamed1637();
o.riceHashes = buildGoogleCloudWebriskV1RiceDeltaEncoding();
}
buildCounterGoogleCloudWebriskV1ThreatEntryAdditions--;
@@ -491,7 +491,7 @@
api.GoogleCloudWebriskV1ThreatEntryAdditions o) {
buildCounterGoogleCloudWebriskV1ThreatEntryAdditions++;
if (buildCounterGoogleCloudWebriskV1ThreatEntryAdditions < 3) {
- checkUnnamed1638(o.rawHashes!);
+ checkUnnamed1637(o.rawHashes!);
checkGoogleCloudWebriskV1RiceDeltaEncoding(
o.riceHashes! as api.GoogleCloudWebriskV1RiceDeltaEncoding);
}
@@ -540,14 +540,14 @@
buildCounterGoogleLongrunningCancelOperationRequest--;
}
-core.List<api.GoogleLongrunningOperation> buildUnnamed1639() {
+core.List<api.GoogleLongrunningOperation> buildUnnamed1638() {
var o = <api.GoogleLongrunningOperation>[];
o.add(buildGoogleLongrunningOperation());
o.add(buildGoogleLongrunningOperation());
return o;
}
-void checkUnnamed1639(core.List<api.GoogleLongrunningOperation> o) {
+void checkUnnamed1638(core.List<api.GoogleLongrunningOperation> o) {
unittest.expect(o, unittest.hasLength(2));
checkGoogleLongrunningOperation(o[0] as api.GoogleLongrunningOperation);
checkGoogleLongrunningOperation(o[1] as api.GoogleLongrunningOperation);
@@ -560,7 +560,7 @@
buildCounterGoogleLongrunningListOperationsResponse++;
if (buildCounterGoogleLongrunningListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed1639();
+ o.operations = buildUnnamed1638();
}
buildCounterGoogleLongrunningListOperationsResponse--;
return o;
@@ -574,12 +574,12 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1639(o.operations!);
+ checkUnnamed1638(o.operations!);
}
buildCounterGoogleLongrunningListOperationsResponse--;
}
-core.Map<core.String, core.Object> buildUnnamed1640() {
+core.Map<core.String, core.Object> buildUnnamed1639() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -594,7 +594,7 @@
return o;
}
-void checkUnnamed1640(core.Map<core.String, core.Object> o) {
+void checkUnnamed1639(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -626,7 +626,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed1641() {
+core.Map<core.String, core.Object> buildUnnamed1640() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -641,7 +641,7 @@
return o;
}
-void checkUnnamed1641(core.Map<core.String, core.Object> o) {
+void checkUnnamed1640(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -680,9 +680,9 @@
if (buildCounterGoogleLongrunningOperation < 3) {
o.done = true;
o.error = buildGoogleRpcStatus();
- o.metadata = buildUnnamed1640();
+ o.metadata = buildUnnamed1639();
o.name = 'foo';
- o.response = buildUnnamed1641();
+ o.response = buildUnnamed1640();
}
buildCounterGoogleLongrunningOperation--;
return o;
@@ -693,12 +693,12 @@
if (buildCounterGoogleLongrunningOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkGoogleRpcStatus(o.error! as api.GoogleRpcStatus);
- checkUnnamed1640(o.metadata!);
+ checkUnnamed1639(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed1641(o.response!);
+ checkUnnamed1640(o.response!);
}
buildCounterGoogleLongrunningOperation--;
}
@@ -718,7 +718,7 @@
buildCounterGoogleProtobufEmpty--;
}
-core.Map<core.String, core.Object> buildUnnamed1642() {
+core.Map<core.String, core.Object> buildUnnamed1641() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -733,7 +733,7 @@
return o;
}
-void checkUnnamed1642(core.Map<core.String, core.Object> o) {
+void checkUnnamed1641(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -765,17 +765,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed1643() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed1642() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed1642());
- o.add(buildUnnamed1642());
+ o.add(buildUnnamed1641());
+ o.add(buildUnnamed1641());
return o;
}
-void checkUnnamed1643(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed1642(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed1642(o[0]);
- checkUnnamed1642(o[1]);
+ checkUnnamed1641(o[0]);
+ checkUnnamed1641(o[1]);
}
core.int buildCounterGoogleRpcStatus = 0;
@@ -784,7 +784,7 @@
buildCounterGoogleRpcStatus++;
if (buildCounterGoogleRpcStatus < 3) {
o.code = 42;
- o.details = buildUnnamed1643();
+ o.details = buildUnnamed1642();
o.message = 'foo';
}
buildCounterGoogleRpcStatus--;
@@ -798,7 +798,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed1643(o.details!);
+ checkUnnamed1642(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -807,6 +807,25 @@
buildCounterGoogleRpcStatus--;
}
+core.List<core.String> buildUnnamed1643() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed1643(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'),
+ );
+}
+
core.List<core.String> buildUnnamed1644() {
var o = <core.String>[];
o.add('foo');
@@ -845,25 +864,6 @@
);
}
-core.List<core.String> buildUnnamed1646() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed1646(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'),
- );
-}
-
void main() {
unittest.group('obj-schema-GoogleCloudWebriskV1ComputeThreatListDiffResponse',
() {
@@ -1081,7 +1081,7 @@
var mock = HttpServerMock();
var res = api.WebRiskApi(mock).hashes;
var arg_hashPrefix = 'foo';
- var arg_threatTypes = buildUnnamed1644();
+ var arg_threatTypes = buildUnnamed1643();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -1512,7 +1512,7 @@
var res = api.WebRiskApi(mock).threatLists;
var arg_constraints_maxDatabaseEntries = 42;
var arg_constraints_maxDiffEntries = 42;
- var arg_constraints_supportedCompressions = buildUnnamed1645();
+ var arg_constraints_supportedCompressions = buildUnnamed1644();
var arg_threatType = 'foo';
var arg_versionToken = 'foo';
var arg_$fields = 'foo';
@@ -1596,7 +1596,7 @@
unittest.test('method--search', () async {
var mock = HttpServerMock();
var res = api.WebRiskApi(mock).uris;
- var arg_threatTypes = buildUnnamed1646();
+ var arg_threatTypes = buildUnnamed1645();
var arg_uri = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
diff --git a/generated/googleapis/test/workflowexecutions/v1_test.dart b/generated/googleapis/test/workflowexecutions/v1_test.dart
index b2e886b..0479caf 100644
--- a/generated/googleapis/test/workflowexecutions/v1_test.dart
+++ b/generated/googleapis/test/workflowexecutions/v1_test.dart
@@ -125,14 +125,14 @@
buildCounterExecution--;
}
-core.List<api.Execution> buildUnnamed6079() {
+core.List<api.Execution> buildUnnamed6130() {
var o = <api.Execution>[];
o.add(buildExecution());
o.add(buildExecution());
return o;
}
-void checkUnnamed6079(core.List<api.Execution> o) {
+void checkUnnamed6130(core.List<api.Execution> o) {
unittest.expect(o, unittest.hasLength(2));
checkExecution(o[0] as api.Execution);
checkExecution(o[1] as api.Execution);
@@ -143,7 +143,7 @@
var o = api.ListExecutionsResponse();
buildCounterListExecutionsResponse++;
if (buildCounterListExecutionsResponse < 3) {
- o.executions = buildUnnamed6079();
+ o.executions = buildUnnamed6130();
o.nextPageToken = 'foo';
}
buildCounterListExecutionsResponse--;
@@ -153,7 +153,7 @@
void checkListExecutionsResponse(api.ListExecutionsResponse o) {
buildCounterListExecutionsResponse++;
if (buildCounterListExecutionsResponse < 3) {
- checkUnnamed6079(o.executions!);
+ checkUnnamed6130(o.executions!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -194,14 +194,14 @@
buildCounterPosition--;
}
-core.List<api.StackTraceElement> buildUnnamed6080() {
+core.List<api.StackTraceElement> buildUnnamed6131() {
var o = <api.StackTraceElement>[];
o.add(buildStackTraceElement());
o.add(buildStackTraceElement());
return o;
}
-void checkUnnamed6080(core.List<api.StackTraceElement> o) {
+void checkUnnamed6131(core.List<api.StackTraceElement> o) {
unittest.expect(o, unittest.hasLength(2));
checkStackTraceElement(o[0] as api.StackTraceElement);
checkStackTraceElement(o[1] as api.StackTraceElement);
@@ -212,7 +212,7 @@
var o = api.StackTrace();
buildCounterStackTrace++;
if (buildCounterStackTrace < 3) {
- o.elements = buildUnnamed6080();
+ o.elements = buildUnnamed6131();
}
buildCounterStackTrace--;
return o;
@@ -221,7 +221,7 @@
void checkStackTrace(api.StackTrace o) {
buildCounterStackTrace++;
if (buildCounterStackTrace < 3) {
- checkUnnamed6080(o.elements!);
+ checkUnnamed6131(o.elements!);
}
buildCounterStackTrace--;
}
diff --git a/generated/googleapis/test/workflows/v1_test.dart b/generated/googleapis/test/workflows/v1_test.dart
index 2689ec2..2247207 100644
--- a/generated/googleapis/test/workflows/v1_test.dart
+++ b/generated/googleapis/test/workflows/v1_test.dart
@@ -42,14 +42,14 @@
buildCounterEmpty--;
}
-core.List<api.Location> buildUnnamed1758() {
+core.List<api.Location> buildUnnamed1757() {
var o = <api.Location>[];
o.add(buildLocation());
o.add(buildLocation());
return o;
}
-void checkUnnamed1758(core.List<api.Location> o) {
+void checkUnnamed1757(core.List<api.Location> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocation(o[0] as api.Location);
checkLocation(o[1] as api.Location);
@@ -60,7 +60,7 @@
var o = api.ListLocationsResponse();
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- o.locations = buildUnnamed1758();
+ o.locations = buildUnnamed1757();
o.nextPageToken = 'foo';
}
buildCounterListLocationsResponse--;
@@ -70,7 +70,7 @@
void checkListLocationsResponse(api.ListLocationsResponse o) {
buildCounterListLocationsResponse++;
if (buildCounterListLocationsResponse < 3) {
- checkUnnamed1758(o.locations!);
+ checkUnnamed1757(o.locations!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -79,14 +79,14 @@
buildCounterListLocationsResponse--;
}
-core.List<api.Operation> buildUnnamed1759() {
+core.List<api.Operation> buildUnnamed1758() {
var o = <api.Operation>[];
o.add(buildOperation());
o.add(buildOperation());
return o;
}
-void checkUnnamed1759(core.List<api.Operation> o) {
+void checkUnnamed1758(core.List<api.Operation> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperation(o[0] as api.Operation);
checkOperation(o[1] as api.Operation);
@@ -98,7 +98,7 @@
buildCounterListOperationsResponse++;
if (buildCounterListOperationsResponse < 3) {
o.nextPageToken = 'foo';
- o.operations = buildUnnamed1759();
+ o.operations = buildUnnamed1758();
}
buildCounterListOperationsResponse--;
return o;
@@ -111,19 +111,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1759(o.operations!);
+ checkUnnamed1758(o.operations!);
}
buildCounterListOperationsResponse--;
}
-core.List<core.String> buildUnnamed1760() {
+core.List<core.String> buildUnnamed1759() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed1760(core.List<core.String> o) {
+void checkUnnamed1759(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -135,14 +135,14 @@
);
}
-core.List<api.Workflow> buildUnnamed1761() {
+core.List<api.Workflow> buildUnnamed1760() {
var o = <api.Workflow>[];
o.add(buildWorkflow());
o.add(buildWorkflow());
return o;
}
-void checkUnnamed1761(core.List<api.Workflow> o) {
+void checkUnnamed1760(core.List<api.Workflow> o) {
unittest.expect(o, unittest.hasLength(2));
checkWorkflow(o[0] as api.Workflow);
checkWorkflow(o[1] as api.Workflow);
@@ -154,8 +154,8 @@
buildCounterListWorkflowsResponse++;
if (buildCounterListWorkflowsResponse < 3) {
o.nextPageToken = 'foo';
- o.unreachable = buildUnnamed1760();
- o.workflows = buildUnnamed1761();
+ o.unreachable = buildUnnamed1759();
+ o.workflows = buildUnnamed1760();
}
buildCounterListWorkflowsResponse--;
return o;
@@ -168,20 +168,20 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed1760(o.unreachable!);
- checkUnnamed1761(o.workflows!);
+ checkUnnamed1759(o.unreachable!);
+ checkUnnamed1760(o.workflows!);
}
buildCounterListWorkflowsResponse--;
}
-core.Map<core.String, core.String> buildUnnamed1762() {
+core.Map<core.String, core.String> buildUnnamed1761() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1762(core.Map<core.String, core.String> o) {
+void checkUnnamed1761(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -193,7 +193,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed1763() {
+core.Map<core.String, core.Object> buildUnnamed1762() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -208,7 +208,7 @@
return o;
}
-void checkUnnamed1763(core.Map<core.String, core.Object> o) {
+void checkUnnamed1762(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o['x']!) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -246,9 +246,9 @@
buildCounterLocation++;
if (buildCounterLocation < 3) {
o.displayName = 'foo';
- o.labels = buildUnnamed1762();
+ o.labels = buildUnnamed1761();
o.locationId = 'foo';
- o.metadata = buildUnnamed1763();
+ o.metadata = buildUnnamed1762();
o.name = 'foo';
}
buildCounterLocation--;
@@ -262,12 +262,12 @@
o.displayName!,
unittest.equals('foo'),
);
- checkUnnamed1762(o.labels!);
+ checkUnnamed1761(o.labels!);
unittest.expect(
o.locationId!,
unittest.equals('foo'),
);
- checkUnnamed1763(o.metadata!);
+ checkUnnamed1762(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
@@ -276,7 +276,7 @@
buildCounterLocation--;
}
-core.Map<core.String, core.Object> buildUnnamed1764() {
+core.Map<core.String, core.Object> buildUnnamed1763() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -291,7 +291,7 @@
return o;
}
-void checkUnnamed1764(core.Map<core.String, core.Object> o) {
+void checkUnnamed1763(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted3 = (o['x']!) as core.Map;
unittest.expect(casted3, unittest.hasLength(3));
@@ -323,7 +323,7 @@
);
}
-core.Map<core.String, core.Object> buildUnnamed1765() {
+core.Map<core.String, core.Object> buildUnnamed1764() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -338,7 +338,7 @@
return o;
}
-void checkUnnamed1765(core.Map<core.String, core.Object> o) {
+void checkUnnamed1764(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted5 = (o['x']!) as core.Map;
unittest.expect(casted5, unittest.hasLength(3));
@@ -377,9 +377,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed1764();
+ o.metadata = buildUnnamed1763();
o.name = 'foo';
- o.response = buildUnnamed1765();
+ o.response = buildUnnamed1764();
}
buildCounterOperation--;
return o;
@@ -390,12 +390,12 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done!, unittest.isTrue);
checkStatus(o.error! as api.Status);
- checkUnnamed1764(o.metadata!);
+ checkUnnamed1763(o.metadata!);
unittest.expect(
o.name!,
unittest.equals('foo'),
);
- checkUnnamed1765(o.response!);
+ checkUnnamed1764(o.response!);
}
buildCounterOperation--;
}
@@ -442,7 +442,7 @@
buildCounterOperationMetadata--;
}
-core.Map<core.String, core.Object> buildUnnamed1766() {
+core.Map<core.String, core.Object> buildUnnamed1765() {
var o = <core.String, core.Object>{};
o['x'] = {
'list': [1, 2, 3],
@@ -457,7 +457,7 @@
return o;
}
-void checkUnnamed1766(core.Map<core.String, core.Object> o) {
+void checkUnnamed1765(core.Map<core.String, core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted7 = (o['x']!) as core.Map;
unittest.expect(casted7, unittest.hasLength(3));
@@ -489,17 +489,17 @@
);
}
-core.List<core.Map<core.String, core.Object>> buildUnnamed1767() {
+core.List<core.Map<core.String, core.Object>> buildUnnamed1766() {
var o = <core.Map<core.String, core.Object>>[];
- o.add(buildUnnamed1766());
- o.add(buildUnnamed1766());
+ o.add(buildUnnamed1765());
+ o.add(buildUnnamed1765());
return o;
}
-void checkUnnamed1767(core.List<core.Map<core.String, core.Object>> o) {
+void checkUnnamed1766(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed1766(o[0]);
- checkUnnamed1766(o[1]);
+ checkUnnamed1765(o[0]);
+ checkUnnamed1765(o[1]);
}
core.int buildCounterStatus = 0;
@@ -508,7 +508,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed1767();
+ o.details = buildUnnamed1766();
o.message = 'foo';
}
buildCounterStatus--;
@@ -522,7 +522,7 @@
o.code!,
unittest.equals(42),
);
- checkUnnamed1767(o.details!);
+ checkUnnamed1766(o.details!);
unittest.expect(
o.message!,
unittest.equals('foo'),
@@ -531,14 +531,14 @@
buildCounterStatus--;
}
-core.Map<core.String, core.String> buildUnnamed1768() {
+core.Map<core.String, core.String> buildUnnamed1767() {
var o = <core.String, core.String>{};
o['x'] = 'foo';
o['y'] = 'foo';
return o;
}
-void checkUnnamed1768(core.Map<core.String, core.String> o) {
+void checkUnnamed1767(core.Map<core.String, core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o['x']!,
@@ -557,7 +557,7 @@
if (buildCounterWorkflow < 3) {
o.createTime = 'foo';
o.description = 'foo';
- o.labels = buildUnnamed1768();
+ o.labels = buildUnnamed1767();
o.name = 'foo';
o.revisionCreateTime = 'foo';
o.revisionId = 'foo';
@@ -581,7 +581,7 @@
o.description!,
unittest.equals('foo'),
);
- checkUnnamed1768(o.labels!);
+ checkUnnamed1767(o.labels!);
unittest.expect(
o.name!,
unittest.equals('foo'),
diff --git a/generated/googleapis/test/youtube/v3_test.dart b/generated/googleapis/test/youtube/v3_test.dart
index 13aa273..17edae6 100644
--- a/generated/googleapis/test/youtube/v3_test.dart
+++ b/generated/googleapis/test/youtube/v3_test.dart
@@ -27,27 +27,27 @@
import '../test_shared.dart';
-core.List<api.AbuseType> buildUnnamed3032() {
+core.List<api.AbuseType> buildUnnamed3040() {
var o = <api.AbuseType>[];
o.add(buildAbuseType());
o.add(buildAbuseType());
return o;
}
-void checkUnnamed3032(core.List<api.AbuseType> o) {
+void checkUnnamed3040(core.List<api.AbuseType> o) {
unittest.expect(o, unittest.hasLength(2));
checkAbuseType(o[0] as api.AbuseType);
checkAbuseType(o[1] as api.AbuseType);
}
-core.List<api.RelatedEntity> buildUnnamed3033() {
+core.List<api.RelatedEntity> buildUnnamed3041() {
var o = <api.RelatedEntity>[];
o.add(buildRelatedEntity());
o.add(buildRelatedEntity());
return o;
}
-void checkUnnamed3033(core.List<api.RelatedEntity> o) {
+void checkUnnamed3041(core.List<api.RelatedEntity> o) {
unittest.expect(o, unittest.hasLength(2));
checkRelatedEntity(o[0] as api.RelatedEntity);
checkRelatedEntity(o[1] as api.RelatedEntity);
@@ -58,9 +58,9 @@
var o = api.AbuseReport();
buildCounterAbuseReport++;
if (buildCounterAbuseReport < 3) {
- o.abuseTypes = buildUnnamed3032();
+ o.abuseTypes = buildUnnamed3040();
o.description = 'foo';
- o.relatedEntities = buildUnnamed3033();
+ o.relatedEntities = buildUnnamed3041();
o.subject = buildEntity();
}
buildCounterAbuseReport--;
@@ -70,12 +70,12 @@
void checkAbuseReport(api.AbuseReport o) {
buildCounterAbuseReport++;
if (buildCounterAbuseReport < 3) {
- checkUnnamed3032(o.abuseTypes!);
+ checkUnnamed3040(o.abuseTypes!);
unittest.expect(
o.description!,
unittest.equals('foo'),
);
- checkUnnamed3033(o.relatedEntities!);
+ checkUnnamed3041(o.relatedEntities!);
checkEntity(o.subject! as api.Entity);
}
buildCounterAbuseReport--;
@@ -103,14 +103,14 @@
buildCounterAbuseType--;
}
-core.List<core.String> buildUnnamed3034() {
+core.List<core.String> buildUnnamed3042() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3034(core.List<core.String> o) {
+void checkUnnamed3042(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -128,7 +128,7 @@
buildCounterAccessPolicy++;
if (buildCounterAccessPolicy < 3) {
o.allowed = true;
- o.exception = buildUnnamed3034();
+ o.exception = buildUnnamed3042();
}
buildCounterAccessPolicy--;
return o;
@@ -138,7 +138,7 @@
buildCounterAccessPolicy++;
if (buildCounterAccessPolicy < 3) {
unittest.expect(o.allowed!, unittest.isTrue);
- checkUnnamed3034(o.exception!);
+ checkUnnamed3042(o.exception!);
}
buildCounterAccessPolicy--;
}
@@ -356,14 +356,14 @@
buildCounterActivityContentDetailsPlaylistItem--;
}
-core.List<core.String> buildUnnamed3035() {
+core.List<core.String> buildUnnamed3043() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3035(core.List<core.String> o) {
+void checkUnnamed3043(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -375,14 +375,14 @@
);
}
-core.List<core.String> buildUnnamed3036() {
+core.List<core.String> buildUnnamed3044() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3036(core.List<core.String> o) {
+void checkUnnamed3044(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -407,8 +407,8 @@
o.customCtaButtonText = 'foo';
o.descriptionText = 'foo';
o.destinationUrl = 'foo';
- o.forecastingUrl = buildUnnamed3035();
- o.impressionUrl = buildUnnamed3036();
+ o.forecastingUrl = buildUnnamed3043();
+ o.impressionUrl = buildUnnamed3044();
o.videoId = 'foo';
}
buildCounterActivityContentDetailsPromotedItem--;
@@ -447,8 +447,8 @@
o.destinationUrl!,
unittest.equals('foo'),
);
- checkUnnamed3035(o.forecastingUrl!);
- checkUnnamed3036(o.impressionUrl!);
+ checkUnnamed3043(o.forecastingUrl!);
+ checkUnnamed3044(o.impressionUrl!);
unittest.expect(
o.videoId!,
unittest.equals('foo'),
@@ -567,14 +567,14 @@
buildCounterActivityContentDetailsUpload--;
}
-core.List<api.Activity> buildUnnamed3037() {
+core.List<api.Activity> buildUnnamed3045() {
var o = <api.Activity>[];
o.add(buildActivity());
o.add(buildActivity());
return o;
}
-void checkUnnamed3037(core.List<api.Activity> o) {
+void checkUnnamed3045(core.List<api.Activity> o) {
unittest.expect(o, unittest.hasLength(2));
checkActivity(o[0] as api.Activity);
checkActivity(o[1] as api.Activity);
@@ -587,7 +587,7 @@
if (buildCounterActivityListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3037();
+ o.items = buildUnnamed3045();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -610,7 +610,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3037(o.items!);
+ checkUnnamed3045(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -721,14 +721,14 @@
buildCounterCaption--;
}
-core.List<api.Caption> buildUnnamed3038() {
+core.List<api.Caption> buildUnnamed3046() {
var o = <api.Caption>[];
o.add(buildCaption());
o.add(buildCaption());
return o;
}
-void checkUnnamed3038(core.List<api.Caption> o) {
+void checkUnnamed3046(core.List<api.Caption> o) {
unittest.expect(o, unittest.hasLength(2));
checkCaption(o[0] as api.Caption);
checkCaption(o[1] as api.Caption);
@@ -741,7 +741,7 @@
if (buildCounterCaptionListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3038();
+ o.items = buildUnnamed3046();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -760,7 +760,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3038(o.items!);
+ checkUnnamed3046(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -879,14 +879,14 @@
buildCounterCdnSettings--;
}
-core.Map<core.String, api.ChannelLocalization> buildUnnamed3039() {
+core.Map<core.String, api.ChannelLocalization> buildUnnamed3047() {
var o = <core.String, api.ChannelLocalization>{};
o['x'] = buildChannelLocalization();
o['y'] = buildChannelLocalization();
return o;
}
-void checkUnnamed3039(core.Map<core.String, api.ChannelLocalization> o) {
+void checkUnnamed3047(core.Map<core.String, api.ChannelLocalization> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannelLocalization(o['x']! as api.ChannelLocalization);
checkChannelLocalization(o['y']! as api.ChannelLocalization);
@@ -905,7 +905,7 @@
o.etag = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.localizations = buildUnnamed3039();
+ o.localizations = buildUnnamed3047();
o.snippet = buildChannelSnippet();
o.statistics = buildChannelStatistics();
o.status = buildChannelStatus();
@@ -938,7 +938,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3039(o.localizations!);
+ checkUnnamed3047(o.localizations!);
checkChannelSnippet(o.snippet! as api.ChannelSnippet);
checkChannelStatistics(o.statistics! as api.ChannelStatistics);
checkChannelStatus(o.status! as api.ChannelStatus);
@@ -1002,14 +1002,14 @@
buildCounterChannelBannerResource--;
}
-core.List<api.PropertyValue> buildUnnamed3040() {
+core.List<api.PropertyValue> buildUnnamed3048() {
var o = <api.PropertyValue>[];
o.add(buildPropertyValue());
o.add(buildPropertyValue());
return o;
}
-void checkUnnamed3040(core.List<api.PropertyValue> o) {
+void checkUnnamed3048(core.List<api.PropertyValue> o) {
unittest.expect(o, unittest.hasLength(2));
checkPropertyValue(o[0] as api.PropertyValue);
checkPropertyValue(o[1] as api.PropertyValue);
@@ -1021,7 +1021,7 @@
buildCounterChannelBrandingSettings++;
if (buildCounterChannelBrandingSettings < 3) {
o.channel = buildChannelSettings();
- o.hints = buildUnnamed3040();
+ o.hints = buildUnnamed3048();
o.image = buildImageSettings();
o.watch = buildWatchSettings();
}
@@ -1033,7 +1033,7 @@
buildCounterChannelBrandingSettings++;
if (buildCounterChannelBrandingSettings < 3) {
checkChannelSettings(o.channel! as api.ChannelSettings);
- checkUnnamed3040(o.hints!);
+ checkUnnamed3048(o.hints!);
checkImageSettings(o.image! as api.ImageSettings);
checkWatchSettings(o.watch! as api.WatchSettings);
}
@@ -1158,14 +1158,14 @@
buildCounterChannelConversionPing--;
}
-core.List<api.ChannelConversionPing> buildUnnamed3041() {
+core.List<api.ChannelConversionPing> buildUnnamed3049() {
var o = <api.ChannelConversionPing>[];
o.add(buildChannelConversionPing());
o.add(buildChannelConversionPing());
return o;
}
-void checkUnnamed3041(core.List<api.ChannelConversionPing> o) {
+void checkUnnamed3049(core.List<api.ChannelConversionPing> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannelConversionPing(o[0] as api.ChannelConversionPing);
checkChannelConversionPing(o[1] as api.ChannelConversionPing);
@@ -1176,7 +1176,7 @@
var o = api.ChannelConversionPings();
buildCounterChannelConversionPings++;
if (buildCounterChannelConversionPings < 3) {
- o.pings = buildUnnamed3041();
+ o.pings = buildUnnamed3049();
}
buildCounterChannelConversionPings--;
return o;
@@ -1185,19 +1185,19 @@
void checkChannelConversionPings(api.ChannelConversionPings o) {
buildCounterChannelConversionPings++;
if (buildCounterChannelConversionPings < 3) {
- checkUnnamed3041(o.pings!);
+ checkUnnamed3049(o.pings!);
}
buildCounterChannelConversionPings--;
}
-core.List<api.Channel> buildUnnamed3042() {
+core.List<api.Channel> buildUnnamed3050() {
var o = <api.Channel>[];
o.add(buildChannel());
o.add(buildChannel());
return o;
}
-void checkUnnamed3042(core.List<api.Channel> o) {
+void checkUnnamed3050(core.List<api.Channel> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannel(o[0] as api.Channel);
checkChannel(o[1] as api.Channel);
@@ -1210,7 +1210,7 @@
if (buildCounterChannelListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3042();
+ o.items = buildUnnamed3050();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -1233,7 +1233,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3042(o.items!);
+ checkUnnamed3050(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1320,14 +1320,14 @@
buildCounterChannelProfileDetails--;
}
-core.Map<core.String, api.ChannelSectionLocalization> buildUnnamed3043() {
+core.Map<core.String, api.ChannelSectionLocalization> buildUnnamed3051() {
var o = <core.String, api.ChannelSectionLocalization>{};
o['x'] = buildChannelSectionLocalization();
o['y'] = buildChannelSectionLocalization();
return o;
}
-void checkUnnamed3043(core.Map<core.String, api.ChannelSectionLocalization> o) {
+void checkUnnamed3051(core.Map<core.String, api.ChannelSectionLocalization> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannelSectionLocalization(o['x']! as api.ChannelSectionLocalization);
checkChannelSectionLocalization(o['y']! as api.ChannelSectionLocalization);
@@ -1342,7 +1342,7 @@
o.etag = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.localizations = buildUnnamed3043();
+ o.localizations = buildUnnamed3051();
o.snippet = buildChannelSectionSnippet();
o.targeting = buildChannelSectionTargeting();
}
@@ -1367,21 +1367,21 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3043(o.localizations!);
+ checkUnnamed3051(o.localizations!);
checkChannelSectionSnippet(o.snippet! as api.ChannelSectionSnippet);
checkChannelSectionTargeting(o.targeting! as api.ChannelSectionTargeting);
}
buildCounterChannelSection--;
}
-core.List<core.String> buildUnnamed3044() {
+core.List<core.String> buildUnnamed3052() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3044(core.List<core.String> o) {
+void checkUnnamed3052(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1393,14 +1393,14 @@
);
}
-core.List<core.String> buildUnnamed3045() {
+core.List<core.String> buildUnnamed3053() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3045(core.List<core.String> o) {
+void checkUnnamed3053(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1417,8 +1417,8 @@
var o = api.ChannelSectionContentDetails();
buildCounterChannelSectionContentDetails++;
if (buildCounterChannelSectionContentDetails < 3) {
- o.channels = buildUnnamed3044();
- o.playlists = buildUnnamed3045();
+ o.channels = buildUnnamed3052();
+ o.playlists = buildUnnamed3053();
}
buildCounterChannelSectionContentDetails--;
return o;
@@ -1427,20 +1427,20 @@
void checkChannelSectionContentDetails(api.ChannelSectionContentDetails o) {
buildCounterChannelSectionContentDetails++;
if (buildCounterChannelSectionContentDetails < 3) {
- checkUnnamed3044(o.channels!);
- checkUnnamed3045(o.playlists!);
+ checkUnnamed3052(o.channels!);
+ checkUnnamed3053(o.playlists!);
}
buildCounterChannelSectionContentDetails--;
}
-core.List<api.ChannelSection> buildUnnamed3046() {
+core.List<api.ChannelSection> buildUnnamed3054() {
var o = <api.ChannelSection>[];
o.add(buildChannelSection());
o.add(buildChannelSection());
return o;
}
-void checkUnnamed3046(core.List<api.ChannelSection> o) {
+void checkUnnamed3054(core.List<api.ChannelSection> o) {
unittest.expect(o, unittest.hasLength(2));
checkChannelSection(o[0] as api.ChannelSection);
checkChannelSection(o[1] as api.ChannelSection);
@@ -1453,7 +1453,7 @@
if (buildCounterChannelSectionListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3046();
+ o.items = buildUnnamed3054();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -1472,7 +1472,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3046(o.items!);
+ checkUnnamed3054(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -1557,14 +1557,14 @@
buildCounterChannelSectionSnippet--;
}
-core.List<core.String> buildUnnamed3047() {
+core.List<core.String> buildUnnamed3055() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3047(core.List<core.String> o) {
+void checkUnnamed3055(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1576,14 +1576,14 @@
);
}
-core.List<core.String> buildUnnamed3048() {
+core.List<core.String> buildUnnamed3056() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3048(core.List<core.String> o) {
+void checkUnnamed3056(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1595,14 +1595,14 @@
);
}
-core.List<core.String> buildUnnamed3049() {
+core.List<core.String> buildUnnamed3057() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3049(core.List<core.String> o) {
+void checkUnnamed3057(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1619,9 +1619,9 @@
var o = api.ChannelSectionTargeting();
buildCounterChannelSectionTargeting++;
if (buildCounterChannelSectionTargeting < 3) {
- o.countries = buildUnnamed3047();
- o.languages = buildUnnamed3048();
- o.regions = buildUnnamed3049();
+ o.countries = buildUnnamed3055();
+ o.languages = buildUnnamed3056();
+ o.regions = buildUnnamed3057();
}
buildCounterChannelSectionTargeting--;
return o;
@@ -1630,21 +1630,21 @@
void checkChannelSectionTargeting(api.ChannelSectionTargeting o) {
buildCounterChannelSectionTargeting++;
if (buildCounterChannelSectionTargeting < 3) {
- checkUnnamed3047(o.countries!);
- checkUnnamed3048(o.languages!);
- checkUnnamed3049(o.regions!);
+ checkUnnamed3055(o.countries!);
+ checkUnnamed3056(o.languages!);
+ checkUnnamed3057(o.regions!);
}
buildCounterChannelSectionTargeting--;
}
-core.List<core.String> buildUnnamed3050() {
+core.List<core.String> buildUnnamed3058() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3050(core.List<core.String> o) {
+void checkUnnamed3058(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1666,7 +1666,7 @@
o.defaultTab = 'foo';
o.description = 'foo';
o.featuredChannelsTitle = 'foo';
- o.featuredChannelsUrls = buildUnnamed3050();
+ o.featuredChannelsUrls = buildUnnamed3058();
o.keywords = 'foo';
o.moderateComments = true;
o.profileColor = 'foo';
@@ -1703,7 +1703,7 @@
o.featuredChannelsTitle!,
unittest.equals('foo'),
);
- checkUnnamed3050(o.featuredChannelsUrls!);
+ checkUnnamed3058(o.featuredChannelsUrls!);
unittest.expect(
o.keywords!,
unittest.equals('foo'),
@@ -1881,14 +1881,14 @@
buildCounterChannelToStoreLinkDetails--;
}
-core.List<core.String> buildUnnamed3051() {
+core.List<core.String> buildUnnamed3059() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3051(core.List<core.String> o) {
+void checkUnnamed3059(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1900,14 +1900,14 @@
);
}
-core.List<core.String> buildUnnamed3052() {
+core.List<core.String> buildUnnamed3060() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3052(core.List<core.String> o) {
+void checkUnnamed3060(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -1924,8 +1924,8 @@
var o = api.ChannelTopicDetails();
buildCounterChannelTopicDetails++;
if (buildCounterChannelTopicDetails < 3) {
- o.topicCategories = buildUnnamed3051();
- o.topicIds = buildUnnamed3052();
+ o.topicCategories = buildUnnamed3059();
+ o.topicIds = buildUnnamed3060();
}
buildCounterChannelTopicDetails--;
return o;
@@ -1934,8 +1934,8 @@
void checkChannelTopicDetails(api.ChannelTopicDetails o) {
buildCounterChannelTopicDetails++;
if (buildCounterChannelTopicDetails < 3) {
- checkUnnamed3051(o.topicCategories!);
- checkUnnamed3052(o.topicIds!);
+ checkUnnamed3059(o.topicCategories!);
+ checkUnnamed3060(o.topicIds!);
}
buildCounterChannelTopicDetails--;
}
@@ -1974,14 +1974,14 @@
buildCounterComment--;
}
-core.List<api.Comment> buildUnnamed3053() {
+core.List<api.Comment> buildUnnamed3061() {
var o = <api.Comment>[];
o.add(buildComment());
o.add(buildComment());
return o;
}
-void checkUnnamed3053(core.List<api.Comment> o) {
+void checkUnnamed3061(core.List<api.Comment> o) {
unittest.expect(o, unittest.hasLength(2));
checkComment(o[0] as api.Comment);
checkComment(o[1] as api.Comment);
@@ -1994,7 +1994,7 @@
if (buildCounterCommentListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3053();
+ o.items = buildUnnamed3061();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -2016,7 +2016,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3053(o.items!);
+ checkUnnamed3061(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2180,14 +2180,14 @@
buildCounterCommentThread--;
}
-core.List<api.CommentThread> buildUnnamed3054() {
+core.List<api.CommentThread> buildUnnamed3062() {
var o = <api.CommentThread>[];
o.add(buildCommentThread());
o.add(buildCommentThread());
return o;
}
-void checkUnnamed3054(core.List<api.CommentThread> o) {
+void checkUnnamed3062(core.List<api.CommentThread> o) {
unittest.expect(o, unittest.hasLength(2));
checkCommentThread(o[0] as api.CommentThread);
checkCommentThread(o[1] as api.CommentThread);
@@ -2200,7 +2200,7 @@
if (buildCounterCommentThreadListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3054();
+ o.items = buildUnnamed3062();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -2222,7 +2222,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3054(o.items!);
+ checkUnnamed3062(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2241,14 +2241,14 @@
buildCounterCommentThreadListResponse--;
}
-core.List<api.Comment> buildUnnamed3055() {
+core.List<api.Comment> buildUnnamed3063() {
var o = <api.Comment>[];
o.add(buildComment());
o.add(buildComment());
return o;
}
-void checkUnnamed3055(core.List<api.Comment> o) {
+void checkUnnamed3063(core.List<api.Comment> o) {
unittest.expect(o, unittest.hasLength(2));
checkComment(o[0] as api.Comment);
checkComment(o[1] as api.Comment);
@@ -2259,7 +2259,7 @@
var o = api.CommentThreadReplies();
buildCounterCommentThreadReplies++;
if (buildCounterCommentThreadReplies < 3) {
- o.comments = buildUnnamed3055();
+ o.comments = buildUnnamed3063();
}
buildCounterCommentThreadReplies--;
return o;
@@ -2268,7 +2268,7 @@
void checkCommentThreadReplies(api.CommentThreadReplies o) {
buildCounterCommentThreadReplies++;
if (buildCounterCommentThreadReplies < 3) {
- checkUnnamed3055(o.comments!);
+ checkUnnamed3063(o.comments!);
}
buildCounterCommentThreadReplies--;
}
@@ -2311,14 +2311,14 @@
buildCounterCommentThreadSnippet--;
}
-core.List<core.String> buildUnnamed3056() {
+core.List<core.String> buildUnnamed3064() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3056(core.List<core.String> o) {
+void checkUnnamed3064(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2330,14 +2330,14 @@
);
}
-core.List<core.String> buildUnnamed3057() {
+core.List<core.String> buildUnnamed3065() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3057(core.List<core.String> o) {
+void checkUnnamed3065(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -2374,7 +2374,7 @@
o.cscfRating = 'foo';
o.czfilmRating = 'foo';
o.djctqRating = 'foo';
- o.djctqRatingReasons = buildUnnamed3056();
+ o.djctqRatingReasons = buildUnnamed3064();
o.ecbmctRating = 'foo';
o.eefilmRating = 'foo';
o.egfilmRating = 'foo';
@@ -2383,7 +2383,7 @@
o.fcoRating = 'foo';
o.fmocRating = 'foo';
o.fpbRating = 'foo';
- o.fpbRatingReasons = buildUnnamed3057();
+ o.fpbRatingReasons = buildUnnamed3065();
o.fskRating = 'foo';
o.grfilmRating = 'foo';
o.icaaRating = 'foo';
@@ -2513,7 +2513,7 @@
o.djctqRating!,
unittest.equals('foo'),
);
- checkUnnamed3056(o.djctqRatingReasons!);
+ checkUnnamed3064(o.djctqRatingReasons!);
unittest.expect(
o.ecbmctRating!,
unittest.equals('foo'),
@@ -2546,7 +2546,7 @@
o.fpbRating!,
unittest.equals('foo'),
);
- checkUnnamed3057(o.fpbRatingReasons!);
+ checkUnnamed3065(o.fpbRatingReasons!);
unittest.expect(
o.fskRating!,
unittest.equals('foo'),
@@ -2813,14 +2813,14 @@
buildCounterI18nLanguage--;
}
-core.List<api.I18nLanguage> buildUnnamed3058() {
+core.List<api.I18nLanguage> buildUnnamed3066() {
var o = <api.I18nLanguage>[];
o.add(buildI18nLanguage());
o.add(buildI18nLanguage());
return o;
}
-void checkUnnamed3058(core.List<api.I18nLanguage> o) {
+void checkUnnamed3066(core.List<api.I18nLanguage> o) {
unittest.expect(o, unittest.hasLength(2));
checkI18nLanguage(o[0] as api.I18nLanguage);
checkI18nLanguage(o[1] as api.I18nLanguage);
@@ -2833,7 +2833,7 @@
if (buildCounterI18nLanguageListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3058();
+ o.items = buildUnnamed3066();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -2852,7 +2852,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3058(o.items!);
+ checkUnnamed3066(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -2926,14 +2926,14 @@
buildCounterI18nRegion--;
}
-core.List<api.I18nRegion> buildUnnamed3059() {
+core.List<api.I18nRegion> buildUnnamed3067() {
var o = <api.I18nRegion>[];
o.add(buildI18nRegion());
o.add(buildI18nRegion());
return o;
}
-void checkUnnamed3059(core.List<api.I18nRegion> o) {
+void checkUnnamed3067(core.List<api.I18nRegion> o) {
unittest.expect(o, unittest.hasLength(2));
checkI18nRegion(o[0] as api.I18nRegion);
checkI18nRegion(o[1] as api.I18nRegion);
@@ -2946,7 +2946,7 @@
if (buildCounterI18nRegionListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3059();
+ o.items = buildUnnamed3067();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -2965,7 +2965,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3059(o.items!);
+ checkUnnamed3067(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3415,14 +3415,14 @@
buildCounterLiveBroadcastContentDetails--;
}
-core.List<api.LiveBroadcast> buildUnnamed3060() {
+core.List<api.LiveBroadcast> buildUnnamed3068() {
var o = <api.LiveBroadcast>[];
o.add(buildLiveBroadcast());
o.add(buildLiveBroadcast());
return o;
}
-void checkUnnamed3060(core.List<api.LiveBroadcast> o) {
+void checkUnnamed3068(core.List<api.LiveBroadcast> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveBroadcast(o[0] as api.LiveBroadcast);
checkLiveBroadcast(o[1] as api.LiveBroadcast);
@@ -3435,7 +3435,7 @@
if (buildCounterLiveBroadcastListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3060();
+ o.items = buildUnnamed3068();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -3458,7 +3458,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3060(o.items!);
+ checkUnnamed3068(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -3820,14 +3820,14 @@
buildCounterLiveChatMessageDeletedDetails--;
}
-core.List<api.LiveChatMessage> buildUnnamed3061() {
+core.List<api.LiveChatMessage> buildUnnamed3069() {
var o = <api.LiveChatMessage>[];
o.add(buildLiveChatMessage());
o.add(buildLiveChatMessage());
return o;
}
-void checkUnnamed3061(core.List<api.LiveChatMessage> o) {
+void checkUnnamed3069(core.List<api.LiveChatMessage> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveChatMessage(o[0] as api.LiveChatMessage);
checkLiveChatMessage(o[1] as api.LiveChatMessage);
@@ -3840,7 +3840,7 @@
if (buildCounterLiveChatMessageListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3061();
+ o.items = buildUnnamed3069();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.offlineAt = core.DateTime.parse("2002-02-27T14:01:02");
@@ -3864,7 +3864,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3061(o.items!);
+ checkUnnamed3069(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4013,14 +4013,14 @@
buildCounterLiveChatModerator--;
}
-core.List<api.LiveChatModerator> buildUnnamed3062() {
+core.List<api.LiveChatModerator> buildUnnamed3070() {
var o = <api.LiveChatModerator>[];
o.add(buildLiveChatModerator());
o.add(buildLiveChatModerator());
return o;
}
-void checkUnnamed3062(core.List<api.LiveChatModerator> o) {
+void checkUnnamed3070(core.List<api.LiveChatModerator> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveChatModerator(o[0] as api.LiveChatModerator);
checkLiveChatModerator(o[1] as api.LiveChatModerator);
@@ -4033,7 +4033,7 @@
if (buildCounterLiveChatModeratorListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3062();
+ o.items = buildUnnamed3070();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -4056,7 +4056,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3062(o.items!);
+ checkUnnamed3070(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4341,14 +4341,14 @@
buildCounterLiveStreamContentDetails--;
}
-core.List<api.LiveStreamConfigurationIssue> buildUnnamed3063() {
+core.List<api.LiveStreamConfigurationIssue> buildUnnamed3071() {
var o = <api.LiveStreamConfigurationIssue>[];
o.add(buildLiveStreamConfigurationIssue());
o.add(buildLiveStreamConfigurationIssue());
return o;
}
-void checkUnnamed3063(core.List<api.LiveStreamConfigurationIssue> o) {
+void checkUnnamed3071(core.List<api.LiveStreamConfigurationIssue> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveStreamConfigurationIssue(o[0] as api.LiveStreamConfigurationIssue);
checkLiveStreamConfigurationIssue(o[1] as api.LiveStreamConfigurationIssue);
@@ -4359,7 +4359,7 @@
var o = api.LiveStreamHealthStatus();
buildCounterLiveStreamHealthStatus++;
if (buildCounterLiveStreamHealthStatus < 3) {
- o.configurationIssues = buildUnnamed3063();
+ o.configurationIssues = buildUnnamed3071();
o.lastUpdateTimeSeconds = 'foo';
o.status = 'foo';
}
@@ -4370,7 +4370,7 @@
void checkLiveStreamHealthStatus(api.LiveStreamHealthStatus o) {
buildCounterLiveStreamHealthStatus++;
if (buildCounterLiveStreamHealthStatus < 3) {
- checkUnnamed3063(o.configurationIssues!);
+ checkUnnamed3071(o.configurationIssues!);
unittest.expect(
o.lastUpdateTimeSeconds!,
unittest.equals('foo'),
@@ -4383,14 +4383,14 @@
buildCounterLiveStreamHealthStatus--;
}
-core.List<api.LiveStream> buildUnnamed3064() {
+core.List<api.LiveStream> buildUnnamed3072() {
var o = <api.LiveStream>[];
o.add(buildLiveStream());
o.add(buildLiveStream());
return o;
}
-void checkUnnamed3064(core.List<api.LiveStream> o) {
+void checkUnnamed3072(core.List<api.LiveStream> o) {
unittest.expect(o, unittest.hasLength(2));
checkLiveStream(o[0] as api.LiveStream);
checkLiveStream(o[1] as api.LiveStream);
@@ -4403,7 +4403,7 @@
if (buildCounterLiveStreamListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3064();
+ o.items = buildUnnamed3072();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -4426,7 +4426,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3064(o.items!);
+ checkUnnamed3072(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4512,14 +4512,14 @@
buildCounterLiveStreamStatus--;
}
-core.List<api.LocalizedString> buildUnnamed3065() {
+core.List<api.LocalizedString> buildUnnamed3073() {
var o = <api.LocalizedString>[];
o.add(buildLocalizedString());
o.add(buildLocalizedString());
return o;
}
-void checkUnnamed3065(core.List<api.LocalizedString> o) {
+void checkUnnamed3073(core.List<api.LocalizedString> o) {
unittest.expect(o, unittest.hasLength(2));
checkLocalizedString(o[0] as api.LocalizedString);
checkLocalizedString(o[1] as api.LocalizedString);
@@ -4532,7 +4532,7 @@
if (buildCounterLocalizedProperty < 3) {
o.default_ = 'foo';
o.defaultLanguage = buildLanguageTag();
- o.localized = buildUnnamed3065();
+ o.localized = buildUnnamed3073();
}
buildCounterLocalizedProperty--;
return o;
@@ -4546,7 +4546,7 @@
unittest.equals('foo'),
);
checkLanguageTag(o.defaultLanguage! as api.LanguageTag);
- checkUnnamed3065(o.localized!);
+ checkUnnamed3073(o.localized!);
}
buildCounterLocalizedProperty--;
}
@@ -4607,14 +4607,14 @@
buildCounterMember--;
}
-core.List<api.Member> buildUnnamed3066() {
+core.List<api.Member> buildUnnamed3074() {
var o = <api.Member>[];
o.add(buildMember());
o.add(buildMember());
return o;
}
-void checkUnnamed3066(core.List<api.Member> o) {
+void checkUnnamed3074(core.List<api.Member> o) {
unittest.expect(o, unittest.hasLength(2));
checkMember(o[0] as api.Member);
checkMember(o[1] as api.Member);
@@ -4627,7 +4627,7 @@
if (buildCounterMemberListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3066();
+ o.items = buildUnnamed3074();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -4649,7 +4649,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3066(o.items!);
+ checkUnnamed3074(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4694,14 +4694,14 @@
buildCounterMemberSnippet--;
}
-core.List<core.String> buildUnnamed3067() {
+core.List<core.String> buildUnnamed3075() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3067(core.List<core.String> o) {
+void checkUnnamed3075(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -4713,14 +4713,14 @@
);
}
-core.List<api.MembershipsDurationAtLevel> buildUnnamed3068() {
+core.List<api.MembershipsDurationAtLevel> buildUnnamed3076() {
var o = <api.MembershipsDurationAtLevel>[];
o.add(buildMembershipsDurationAtLevel());
o.add(buildMembershipsDurationAtLevel());
return o;
}
-void checkUnnamed3068(core.List<api.MembershipsDurationAtLevel> o) {
+void checkUnnamed3076(core.List<api.MembershipsDurationAtLevel> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembershipsDurationAtLevel(o[0] as api.MembershipsDurationAtLevel);
checkMembershipsDurationAtLevel(o[1] as api.MembershipsDurationAtLevel);
@@ -4731,11 +4731,11 @@
var o = api.MembershipsDetails();
buildCounterMembershipsDetails++;
if (buildCounterMembershipsDetails < 3) {
- o.accessibleLevels = buildUnnamed3067();
+ o.accessibleLevels = buildUnnamed3075();
o.highestAccessibleLevel = 'foo';
o.highestAccessibleLevelDisplayName = 'foo';
o.membershipsDuration = buildMembershipsDuration();
- o.membershipsDurationAtLevels = buildUnnamed3068();
+ o.membershipsDurationAtLevels = buildUnnamed3076();
}
buildCounterMembershipsDetails--;
return o;
@@ -4744,7 +4744,7 @@
void checkMembershipsDetails(api.MembershipsDetails o) {
buildCounterMembershipsDetails++;
if (buildCounterMembershipsDetails < 3) {
- checkUnnamed3067(o.accessibleLevels!);
+ checkUnnamed3075(o.accessibleLevels!);
unittest.expect(
o.highestAccessibleLevel!,
unittest.equals('foo'),
@@ -4754,7 +4754,7 @@
unittest.equals('foo'),
);
checkMembershipsDuration(o.membershipsDuration! as api.MembershipsDuration);
- checkUnnamed3068(o.membershipsDurationAtLevels!);
+ checkUnnamed3076(o.membershipsDurationAtLevels!);
}
buildCounterMembershipsDetails--;
}
@@ -4852,14 +4852,14 @@
buildCounterMembershipsLevel--;
}
-core.List<api.MembershipsLevel> buildUnnamed3069() {
+core.List<api.MembershipsLevel> buildUnnamed3077() {
var o = <api.MembershipsLevel>[];
o.add(buildMembershipsLevel());
o.add(buildMembershipsLevel());
return o;
}
-void checkUnnamed3069(core.List<api.MembershipsLevel> o) {
+void checkUnnamed3077(core.List<api.MembershipsLevel> o) {
unittest.expect(o, unittest.hasLength(2));
checkMembershipsLevel(o[0] as api.MembershipsLevel);
checkMembershipsLevel(o[1] as api.MembershipsLevel);
@@ -4872,7 +4872,7 @@
if (buildCounterMembershipsLevelListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3069();
+ o.items = buildUnnamed3077();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -4891,7 +4891,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3069(o.items!);
+ checkUnnamed3077(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -4984,14 +4984,14 @@
buildCounterPageInfo--;
}
-core.Map<core.String, api.PlaylistLocalization> buildUnnamed3070() {
+core.Map<core.String, api.PlaylistLocalization> buildUnnamed3078() {
var o = <core.String, api.PlaylistLocalization>{};
o['x'] = buildPlaylistLocalization();
o['y'] = buildPlaylistLocalization();
return o;
}
-void checkUnnamed3070(core.Map<core.String, api.PlaylistLocalization> o) {
+void checkUnnamed3078(core.Map<core.String, api.PlaylistLocalization> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlaylistLocalization(o['x']! as api.PlaylistLocalization);
checkPlaylistLocalization(o['y']! as api.PlaylistLocalization);
@@ -5006,7 +5006,7 @@
o.etag = 'foo';
o.id = 'foo';
o.kind = 'foo';
- o.localizations = buildUnnamed3070();
+ o.localizations = buildUnnamed3078();
o.player = buildPlaylistPlayer();
o.snippet = buildPlaylistSnippet();
o.status = buildPlaylistStatus();
@@ -5032,7 +5032,7 @@
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed3070(o.localizations!);
+ checkUnnamed3078(o.localizations!);
checkPlaylistPlayer(o.player! as api.PlaylistPlayer);
checkPlaylistSnippet(o.snippet! as api.PlaylistSnippet);
checkPlaylistStatus(o.status! as api.PlaylistStatus);
@@ -5143,14 +5143,14 @@
buildCounterPlaylistItemContentDetails--;
}
-core.List<api.PlaylistItem> buildUnnamed3071() {
+core.List<api.PlaylistItem> buildUnnamed3079() {
var o = <api.PlaylistItem>[];
o.add(buildPlaylistItem());
o.add(buildPlaylistItem());
return o;
}
-void checkUnnamed3071(core.List<api.PlaylistItem> o) {
+void checkUnnamed3079(core.List<api.PlaylistItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlaylistItem(o[0] as api.PlaylistItem);
checkPlaylistItem(o[1] as api.PlaylistItem);
@@ -5163,7 +5163,7 @@
if (buildCounterPlaylistItemListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3071();
+ o.items = buildUnnamed3079();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -5186,7 +5186,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3071(o.items!);
+ checkUnnamed3079(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5297,14 +5297,14 @@
buildCounterPlaylistItemStatus--;
}
-core.List<api.Playlist> buildUnnamed3072() {
+core.List<api.Playlist> buildUnnamed3080() {
var o = <api.Playlist>[];
o.add(buildPlaylist());
o.add(buildPlaylist());
return o;
}
-void checkUnnamed3072(core.List<api.Playlist> o) {
+void checkUnnamed3080(core.List<api.Playlist> o) {
unittest.expect(o, unittest.hasLength(2));
checkPlaylist(o[0] as api.Playlist);
checkPlaylist(o[1] as api.Playlist);
@@ -5317,7 +5317,7 @@
if (buildCounterPlaylistListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3072();
+ o.items = buildUnnamed3080();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -5340,7 +5340,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3072(o.items!);
+ checkUnnamed3080(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5412,14 +5412,14 @@
buildCounterPlaylistPlayer--;
}
-core.List<core.String> buildUnnamed3073() {
+core.List<core.String> buildUnnamed3081() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3073(core.List<core.String> o) {
+void checkUnnamed3081(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -5442,7 +5442,7 @@
o.description = 'foo';
o.localized = buildPlaylistLocalization();
o.publishedAt = core.DateTime.parse("2002-02-27T14:01:02");
- o.tags = buildUnnamed3073();
+ o.tags = buildUnnamed3081();
o.thumbnailVideoId = 'foo';
o.thumbnails = buildThumbnailDetails();
o.title = 'foo';
@@ -5475,7 +5475,7 @@
o.publishedAt!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed3073(o.tags!);
+ checkUnnamed3081(o.tags!);
unittest.expect(
o.thumbnailVideoId!,
unittest.equals('foo'),
@@ -5594,14 +5594,14 @@
buildCounterResourceId--;
}
-core.List<api.SearchResult> buildUnnamed3074() {
+core.List<api.SearchResult> buildUnnamed3082() {
var o = <api.SearchResult>[];
o.add(buildSearchResult());
o.add(buildSearchResult());
return o;
}
-void checkUnnamed3074(core.List<api.SearchResult> o) {
+void checkUnnamed3082(core.List<api.SearchResult> o) {
unittest.expect(o, unittest.hasLength(2));
checkSearchResult(o[0] as api.SearchResult);
checkSearchResult(o[1] as api.SearchResult);
@@ -5614,7 +5614,7 @@
if (buildCounterSearchListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3074();
+ o.items = buildUnnamed3082();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -5638,7 +5638,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3074(o.items!);
+ checkUnnamed3082(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5817,14 +5817,14 @@
buildCounterSubscriptionContentDetails--;
}
-core.List<api.Subscription> buildUnnamed3075() {
+core.List<api.Subscription> buildUnnamed3083() {
var o = <api.Subscription>[];
o.add(buildSubscription());
o.add(buildSubscription());
return o;
}
-void checkUnnamed3075(core.List<api.Subscription> o) {
+void checkUnnamed3083(core.List<api.Subscription> o) {
unittest.expect(o, unittest.hasLength(2));
checkSubscription(o[0] as api.Subscription);
checkSubscription(o[1] as api.Subscription);
@@ -5837,7 +5837,7 @@
if (buildCounterSubscriptionListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3075();
+ o.items = buildUnnamed3083();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -5860,7 +5860,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3075(o.items!);
+ checkUnnamed3083(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -5997,14 +5997,14 @@
buildCounterSuperChatEvent--;
}
-core.List<api.SuperChatEvent> buildUnnamed3076() {
+core.List<api.SuperChatEvent> buildUnnamed3084() {
var o = <api.SuperChatEvent>[];
o.add(buildSuperChatEvent());
o.add(buildSuperChatEvent());
return o;
}
-void checkUnnamed3076(core.List<api.SuperChatEvent> o) {
+void checkUnnamed3084(core.List<api.SuperChatEvent> o) {
unittest.expect(o, unittest.hasLength(2));
checkSuperChatEvent(o[0] as api.SuperChatEvent);
checkSuperChatEvent(o[1] as api.SuperChatEvent);
@@ -6017,7 +6017,7 @@
if (buildCounterSuperChatEventListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3076();
+ o.items = buildUnnamed3084();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -6039,7 +6039,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3076(o.items!);
+ checkUnnamed3084(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6338,14 +6338,14 @@
buildCounterThumbnailDetails--;
}
-core.List<api.ThumbnailDetails> buildUnnamed3077() {
+core.List<api.ThumbnailDetails> buildUnnamed3085() {
var o = <api.ThumbnailDetails>[];
o.add(buildThumbnailDetails());
o.add(buildThumbnailDetails());
return o;
}
-void checkUnnamed3077(core.List<api.ThumbnailDetails> o) {
+void checkUnnamed3085(core.List<api.ThumbnailDetails> o) {
unittest.expect(o, unittest.hasLength(2));
checkThumbnailDetails(o[0] as api.ThumbnailDetails);
checkThumbnailDetails(o[1] as api.ThumbnailDetails);
@@ -6358,7 +6358,7 @@
if (buildCounterThumbnailSetResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3077();
+ o.items = buildUnnamed3085();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -6377,7 +6377,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3077(o.items!);
+ checkUnnamed3085(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6405,14 +6405,14 @@
buildCounterTokenPagination--;
}
-core.Map<core.String, api.VideoLocalization> buildUnnamed3078() {
+core.Map<core.String, api.VideoLocalization> buildUnnamed3086() {
var o = <core.String, api.VideoLocalization>{};
o['x'] = buildVideoLocalization();
o['y'] = buildVideoLocalization();
return o;
}
-void checkUnnamed3078(core.Map<core.String, api.VideoLocalization> o) {
+void checkUnnamed3086(core.Map<core.String, api.VideoLocalization> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoLocalization(o['x']! as api.VideoLocalization);
checkVideoLocalization(o['y']! as api.VideoLocalization);
@@ -6430,7 +6430,7 @@
o.id = 'foo';
o.kind = 'foo';
o.liveStreamingDetails = buildVideoLiveStreamingDetails();
- o.localizations = buildUnnamed3078();
+ o.localizations = buildUnnamed3086();
o.monetizationDetails = buildVideoMonetizationDetails();
o.player = buildVideoPlayer();
o.processingDetails = buildVideoProcessingDetails();
@@ -6466,7 +6466,7 @@
);
checkVideoLiveStreamingDetails(
o.liveStreamingDetails! as api.VideoLiveStreamingDetails);
- checkUnnamed3078(o.localizations!);
+ checkUnnamed3086(o.localizations!);
checkVideoMonetizationDetails(
o.monetizationDetails! as api.VideoMonetizationDetails);
checkVideoPlayer(o.player! as api.VideoPlayer);
@@ -6561,14 +6561,14 @@
buildCounterVideoAbuseReportReason--;
}
-core.List<api.VideoAbuseReportReason> buildUnnamed3079() {
+core.List<api.VideoAbuseReportReason> buildUnnamed3087() {
var o = <api.VideoAbuseReportReason>[];
o.add(buildVideoAbuseReportReason());
o.add(buildVideoAbuseReportReason());
return o;
}
-void checkUnnamed3079(core.List<api.VideoAbuseReportReason> o) {
+void checkUnnamed3087(core.List<api.VideoAbuseReportReason> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoAbuseReportReason(o[0] as api.VideoAbuseReportReason);
checkVideoAbuseReportReason(o[1] as api.VideoAbuseReportReason);
@@ -6582,7 +6582,7 @@
if (buildCounterVideoAbuseReportReasonListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3079();
+ o.items = buildUnnamed3087();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -6602,7 +6602,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3079(o.items!);
+ checkUnnamed3087(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6615,14 +6615,14 @@
buildCounterVideoAbuseReportReasonListResponse--;
}
-core.List<api.VideoAbuseReportSecondaryReason> buildUnnamed3080() {
+core.List<api.VideoAbuseReportSecondaryReason> buildUnnamed3088() {
var o = <api.VideoAbuseReportSecondaryReason>[];
o.add(buildVideoAbuseReportSecondaryReason());
o.add(buildVideoAbuseReportSecondaryReason());
return o;
}
-void checkUnnamed3080(core.List<api.VideoAbuseReportSecondaryReason> o) {
+void checkUnnamed3088(core.List<api.VideoAbuseReportSecondaryReason> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoAbuseReportSecondaryReason(
o[0] as api.VideoAbuseReportSecondaryReason);
@@ -6636,7 +6636,7 @@
buildCounterVideoAbuseReportReasonSnippet++;
if (buildCounterVideoAbuseReportReasonSnippet < 3) {
o.label = 'foo';
- o.secondaryReasons = buildUnnamed3080();
+ o.secondaryReasons = buildUnnamed3088();
}
buildCounterVideoAbuseReportReasonSnippet--;
return o;
@@ -6649,7 +6649,7 @@
o.label!,
unittest.equals('foo'),
);
- checkUnnamed3080(o.secondaryReasons!);
+ checkUnnamed3088(o.secondaryReasons!);
}
buildCounterVideoAbuseReportReasonSnippet--;
}
@@ -6742,14 +6742,14 @@
buildCounterVideoCategory--;
}
-core.List<api.VideoCategory> buildUnnamed3081() {
+core.List<api.VideoCategory> buildUnnamed3089() {
var o = <api.VideoCategory>[];
o.add(buildVideoCategory());
o.add(buildVideoCategory());
return o;
}
-void checkUnnamed3081(core.List<api.VideoCategory> o) {
+void checkUnnamed3089(core.List<api.VideoCategory> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoCategory(o[0] as api.VideoCategory);
checkVideoCategory(o[1] as api.VideoCategory);
@@ -6762,7 +6762,7 @@
if (buildCounterVideoCategoryListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3081();
+ o.items = buildUnnamed3089();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -6785,7 +6785,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3081(o.items!);
+ checkUnnamed3089(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -6890,14 +6890,14 @@
buildCounterVideoContentDetails--;
}
-core.List<core.String> buildUnnamed3082() {
+core.List<core.String> buildUnnamed3090() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3082(core.List<core.String> o) {
+void checkUnnamed3090(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6909,14 +6909,14 @@
);
}
-core.List<core.String> buildUnnamed3083() {
+core.List<core.String> buildUnnamed3091() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3083(core.List<core.String> o) {
+void checkUnnamed3091(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -6934,8 +6934,8 @@
var o = api.VideoContentDetailsRegionRestriction();
buildCounterVideoContentDetailsRegionRestriction++;
if (buildCounterVideoContentDetailsRegionRestriction < 3) {
- o.allowed = buildUnnamed3082();
- o.blocked = buildUnnamed3083();
+ o.allowed = buildUnnamed3090();
+ o.blocked = buildUnnamed3091();
}
buildCounterVideoContentDetailsRegionRestriction--;
return o;
@@ -6945,33 +6945,33 @@
api.VideoContentDetailsRegionRestriction o) {
buildCounterVideoContentDetailsRegionRestriction++;
if (buildCounterVideoContentDetailsRegionRestriction < 3) {
- checkUnnamed3082(o.allowed!);
- checkUnnamed3083(o.blocked!);
+ checkUnnamed3090(o.allowed!);
+ checkUnnamed3091(o.blocked!);
}
buildCounterVideoContentDetailsRegionRestriction--;
}
-core.List<api.VideoFileDetailsAudioStream> buildUnnamed3084() {
+core.List<api.VideoFileDetailsAudioStream> buildUnnamed3092() {
var o = <api.VideoFileDetailsAudioStream>[];
o.add(buildVideoFileDetailsAudioStream());
o.add(buildVideoFileDetailsAudioStream());
return o;
}
-void checkUnnamed3084(core.List<api.VideoFileDetailsAudioStream> o) {
+void checkUnnamed3092(core.List<api.VideoFileDetailsAudioStream> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoFileDetailsAudioStream(o[0] as api.VideoFileDetailsAudioStream);
checkVideoFileDetailsAudioStream(o[1] as api.VideoFileDetailsAudioStream);
}
-core.List<api.VideoFileDetailsVideoStream> buildUnnamed3085() {
+core.List<api.VideoFileDetailsVideoStream> buildUnnamed3093() {
var o = <api.VideoFileDetailsVideoStream>[];
o.add(buildVideoFileDetailsVideoStream());
o.add(buildVideoFileDetailsVideoStream());
return o;
}
-void checkUnnamed3085(core.List<api.VideoFileDetailsVideoStream> o) {
+void checkUnnamed3093(core.List<api.VideoFileDetailsVideoStream> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoFileDetailsVideoStream(o[0] as api.VideoFileDetailsVideoStream);
checkVideoFileDetailsVideoStream(o[1] as api.VideoFileDetailsVideoStream);
@@ -6982,7 +6982,7 @@
var o = api.VideoFileDetails();
buildCounterVideoFileDetails++;
if (buildCounterVideoFileDetails < 3) {
- o.audioStreams = buildUnnamed3084();
+ o.audioStreams = buildUnnamed3092();
o.bitrateBps = 'foo';
o.container = 'foo';
o.creationTime = 'foo';
@@ -6990,7 +6990,7 @@
o.fileName = 'foo';
o.fileSize = 'foo';
o.fileType = 'foo';
- o.videoStreams = buildUnnamed3085();
+ o.videoStreams = buildUnnamed3093();
}
buildCounterVideoFileDetails--;
return o;
@@ -6999,7 +6999,7 @@
void checkVideoFileDetails(api.VideoFileDetails o) {
buildCounterVideoFileDetails++;
if (buildCounterVideoFileDetails < 3) {
- checkUnnamed3084(o.audioStreams!);
+ checkUnnamed3092(o.audioStreams!);
unittest.expect(
o.bitrateBps!,
unittest.equals('foo'),
@@ -7028,7 +7028,7 @@
o.fileType!,
unittest.equals('foo'),
);
- checkUnnamed3085(o.videoStreams!);
+ checkUnnamed3093(o.videoStreams!);
}
buildCounterVideoFileDetails--;
}
@@ -7127,14 +7127,14 @@
buildCounterVideoFileDetailsVideoStream--;
}
-core.List<api.VideoRating> buildUnnamed3086() {
+core.List<api.VideoRating> buildUnnamed3094() {
var o = <api.VideoRating>[];
o.add(buildVideoRating());
o.add(buildVideoRating());
return o;
}
-void checkUnnamed3086(core.List<api.VideoRating> o) {
+void checkUnnamed3094(core.List<api.VideoRating> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideoRating(o[0] as api.VideoRating);
checkVideoRating(o[1] as api.VideoRating);
@@ -7147,7 +7147,7 @@
if (buildCounterVideoGetRatingResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3086();
+ o.items = buildUnnamed3094();
o.kind = 'foo';
o.visitorId = 'foo';
}
@@ -7166,7 +7166,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3086(o.items!);
+ checkUnnamed3094(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -7179,14 +7179,14 @@
buildCounterVideoGetRatingResponse--;
}
-core.List<api.Video> buildUnnamed3087() {
+core.List<api.Video> buildUnnamed3095() {
var o = <api.Video>[];
o.add(buildVideo());
o.add(buildVideo());
return o;
}
-void checkUnnamed3087(core.List<api.Video> o) {
+void checkUnnamed3095(core.List<api.Video> o) {
unittest.expect(o, unittest.hasLength(2));
checkVideo(o[0] as api.Video);
checkVideo(o[1] as api.Video);
@@ -7199,7 +7199,7 @@
if (buildCounterVideoListResponse < 3) {
o.etag = 'foo';
o.eventId = 'foo';
- o.items = buildUnnamed3087();
+ o.items = buildUnnamed3095();
o.kind = 'foo';
o.nextPageToken = 'foo';
o.pageInfo = buildPageInfo();
@@ -7222,7 +7222,7 @@
o.eventId!,
unittest.equals('foo'),
);
- checkUnnamed3087(o.items!);
+ checkUnnamed3095(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -7530,14 +7530,14 @@
buildCounterVideoRecordingDetails--;
}
-core.List<core.String> buildUnnamed3088() {
+core.List<core.String> buildUnnamed3096() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed3088(core.List<core.String> o) {
+void checkUnnamed3096(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -7563,7 +7563,7 @@
o.liveBroadcastContent = 'foo';
o.localized = buildVideoLocalization();
o.publishedAt = core.DateTime.parse("2002-02-27T14:01:02");
- o.tags = buildUnnamed3088();
+ o.tags = buildUnnamed3096();
o.thumbnails = buildThumbnailDetails();
o.title = 'foo';
}
@@ -7607,7 +7607,7 @@
o.publishedAt!,
unittest.equals(core.DateTime.parse("2002-02-27T14:01:02")),
);
- checkUnnamed3088(o.tags!);
+ checkUnnamed3096(o.tags!);
checkThumbnailDetails(o.thumbnails! as api.ThumbnailDetails);
unittest.expect(
o.title!,
@@ -7714,203 +7714,6 @@
buildCounterVideoStatus--;
}
-core.List<core.String> buildUnnamed3089() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3089(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3090() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3090(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3091() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3091(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3092() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3092(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'),
- );
-}
-
-core.List<api.VideoSuggestionsTagSuggestion> buildUnnamed3093() {
- var o = <api.VideoSuggestionsTagSuggestion>[];
- o.add(buildVideoSuggestionsTagSuggestion());
- o.add(buildVideoSuggestionsTagSuggestion());
- return o;
-}
-
-void checkUnnamed3093(core.List<api.VideoSuggestionsTagSuggestion> o) {
- unittest.expect(o, unittest.hasLength(2));
- checkVideoSuggestionsTagSuggestion(o[0] as api.VideoSuggestionsTagSuggestion);
- checkVideoSuggestionsTagSuggestion(o[1] as api.VideoSuggestionsTagSuggestion);
-}
-
-core.int buildCounterVideoSuggestions = 0;
-api.VideoSuggestions buildVideoSuggestions() {
- var o = api.VideoSuggestions();
- buildCounterVideoSuggestions++;
- if (buildCounterVideoSuggestions < 3) {
- o.editorSuggestions = buildUnnamed3089();
- o.processingErrors = buildUnnamed3090();
- o.processingHints = buildUnnamed3091();
- o.processingWarnings = buildUnnamed3092();
- o.tagSuggestions = buildUnnamed3093();
- }
- buildCounterVideoSuggestions--;
- return o;
-}
-
-void checkVideoSuggestions(api.VideoSuggestions o) {
- buildCounterVideoSuggestions++;
- if (buildCounterVideoSuggestions < 3) {
- checkUnnamed3089(o.editorSuggestions!);
- checkUnnamed3090(o.processingErrors!);
- checkUnnamed3091(o.processingHints!);
- checkUnnamed3092(o.processingWarnings!);
- checkUnnamed3093(o.tagSuggestions!);
- }
- buildCounterVideoSuggestions--;
-}
-
-core.List<core.String> buildUnnamed3094() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3094(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'),
- );
-}
-
-core.int buildCounterVideoSuggestionsTagSuggestion = 0;
-api.VideoSuggestionsTagSuggestion buildVideoSuggestionsTagSuggestion() {
- var o = api.VideoSuggestionsTagSuggestion();
- buildCounterVideoSuggestionsTagSuggestion++;
- if (buildCounterVideoSuggestionsTagSuggestion < 3) {
- o.categoryRestricts = buildUnnamed3094();
- o.tag = 'foo';
- }
- buildCounterVideoSuggestionsTagSuggestion--;
- return o;
-}
-
-void checkVideoSuggestionsTagSuggestion(api.VideoSuggestionsTagSuggestion o) {
- buildCounterVideoSuggestionsTagSuggestion++;
- if (buildCounterVideoSuggestionsTagSuggestion < 3) {
- checkUnnamed3094(o.categoryRestricts!);
- unittest.expect(
- o.tag!,
- unittest.equals('foo'),
- );
- }
- buildCounterVideoSuggestionsTagSuggestion--;
-}
-
-core.List<core.String> buildUnnamed3095() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3095(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'),
- );
-}
-
-core.List<core.String> buildUnnamed3096() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
- return o;
-}
-
-void checkUnnamed3096(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'),
- );
-}
-
core.List<core.String> buildUnnamed3097() {
var o = <core.String>[];
o.add('foo');
@@ -7930,61 +7733,6 @@
);
}
-core.int buildCounterVideoTopicDetails = 0;
-api.VideoTopicDetails buildVideoTopicDetails() {
- var o = api.VideoTopicDetails();
- buildCounterVideoTopicDetails++;
- if (buildCounterVideoTopicDetails < 3) {
- o.relevantTopicIds = buildUnnamed3095();
- o.topicCategories = buildUnnamed3096();
- o.topicIds = buildUnnamed3097();
- }
- buildCounterVideoTopicDetails--;
- return o;
-}
-
-void checkVideoTopicDetails(api.VideoTopicDetails o) {
- buildCounterVideoTopicDetails++;
- if (buildCounterVideoTopicDetails < 3) {
- checkUnnamed3095(o.relevantTopicIds!);
- checkUnnamed3096(o.topicCategories!);
- checkUnnamed3097(o.topicIds!);
- }
- buildCounterVideoTopicDetails--;
-}
-
-core.int buildCounterWatchSettings = 0;
-api.WatchSettings buildWatchSettings() {
- var o = api.WatchSettings();
- buildCounterWatchSettings++;
- if (buildCounterWatchSettings < 3) {
- o.backgroundColor = 'foo';
- o.featuredPlaylistId = 'foo';
- o.textColor = 'foo';
- }
- buildCounterWatchSettings--;
- return o;
-}
-
-void checkWatchSettings(api.WatchSettings o) {
- buildCounterWatchSettings++;
- if (buildCounterWatchSettings < 3) {
- unittest.expect(
- o.backgroundColor!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.featuredPlaylistId!,
- unittest.equals('foo'),
- );
- unittest.expect(
- o.textColor!,
- unittest.equals('foo'),
- );
- }
- buildCounterWatchSettings--;
-}
-
core.List<core.String> buildUnnamed3098() {
var o = <core.String>[];
o.add('foo');
@@ -8042,23 +7790,44 @@
);
}
-core.List<core.String> buildUnnamed3101() {
- var o = <core.String>[];
- o.add('foo');
- o.add('foo');
+core.List<api.VideoSuggestionsTagSuggestion> buildUnnamed3101() {
+ var o = <api.VideoSuggestionsTagSuggestion>[];
+ o.add(buildVideoSuggestionsTagSuggestion());
+ o.add(buildVideoSuggestionsTagSuggestion());
return o;
}
-void checkUnnamed3101(core.List<core.String> o) {
+void checkUnnamed3101(core.List<api.VideoSuggestionsTagSuggestion> o) {
unittest.expect(o, unittest.hasLength(2));
- unittest.expect(
- o[0],
- unittest.equals('foo'),
- );
- unittest.expect(
- o[1],
- unittest.equals('foo'),
- );
+ checkVideoSuggestionsTagSuggestion(o[0] as api.VideoSuggestionsTagSuggestion);
+ checkVideoSuggestionsTagSuggestion(o[1] as api.VideoSuggestionsTagSuggestion);
+}
+
+core.int buildCounterVideoSuggestions = 0;
+api.VideoSuggestions buildVideoSuggestions() {
+ var o = api.VideoSuggestions();
+ buildCounterVideoSuggestions++;
+ if (buildCounterVideoSuggestions < 3) {
+ o.editorSuggestions = buildUnnamed3097();
+ o.processingErrors = buildUnnamed3098();
+ o.processingHints = buildUnnamed3099();
+ o.processingWarnings = buildUnnamed3100();
+ o.tagSuggestions = buildUnnamed3101();
+ }
+ buildCounterVideoSuggestions--;
+ return o;
+}
+
+void checkVideoSuggestions(api.VideoSuggestions o) {
+ buildCounterVideoSuggestions++;
+ if (buildCounterVideoSuggestions < 3) {
+ checkUnnamed3097(o.editorSuggestions!);
+ checkUnnamed3098(o.processingErrors!);
+ checkUnnamed3099(o.processingHints!);
+ checkUnnamed3100(o.processingWarnings!);
+ checkUnnamed3101(o.tagSuggestions!);
+ }
+ buildCounterVideoSuggestions--;
}
core.List<core.String> buildUnnamed3102() {
@@ -8080,6 +7849,30 @@
);
}
+core.int buildCounterVideoSuggestionsTagSuggestion = 0;
+api.VideoSuggestionsTagSuggestion buildVideoSuggestionsTagSuggestion() {
+ var o = api.VideoSuggestionsTagSuggestion();
+ buildCounterVideoSuggestionsTagSuggestion++;
+ if (buildCounterVideoSuggestionsTagSuggestion < 3) {
+ o.categoryRestricts = buildUnnamed3102();
+ o.tag = 'foo';
+ }
+ buildCounterVideoSuggestionsTagSuggestion--;
+ return o;
+}
+
+void checkVideoSuggestionsTagSuggestion(api.VideoSuggestionsTagSuggestion o) {
+ buildCounterVideoSuggestionsTagSuggestion++;
+ if (buildCounterVideoSuggestionsTagSuggestion < 3) {
+ checkUnnamed3102(o.categoryRestricts!);
+ unittest.expect(
+ o.tag!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterVideoSuggestionsTagSuggestion--;
+}
+
core.List<core.String> buildUnnamed3103() {
var o = <core.String>[];
o.add('foo');
@@ -8137,6 +7930,61 @@
);
}
+core.int buildCounterVideoTopicDetails = 0;
+api.VideoTopicDetails buildVideoTopicDetails() {
+ var o = api.VideoTopicDetails();
+ buildCounterVideoTopicDetails++;
+ if (buildCounterVideoTopicDetails < 3) {
+ o.relevantTopicIds = buildUnnamed3103();
+ o.topicCategories = buildUnnamed3104();
+ o.topicIds = buildUnnamed3105();
+ }
+ buildCounterVideoTopicDetails--;
+ return o;
+}
+
+void checkVideoTopicDetails(api.VideoTopicDetails o) {
+ buildCounterVideoTopicDetails++;
+ if (buildCounterVideoTopicDetails < 3) {
+ checkUnnamed3103(o.relevantTopicIds!);
+ checkUnnamed3104(o.topicCategories!);
+ checkUnnamed3105(o.topicIds!);
+ }
+ buildCounterVideoTopicDetails--;
+}
+
+core.int buildCounterWatchSettings = 0;
+api.WatchSettings buildWatchSettings() {
+ var o = api.WatchSettings();
+ buildCounterWatchSettings++;
+ if (buildCounterWatchSettings < 3) {
+ o.backgroundColor = 'foo';
+ o.featuredPlaylistId = 'foo';
+ o.textColor = 'foo';
+ }
+ buildCounterWatchSettings--;
+ return o;
+}
+
+void checkWatchSettings(api.WatchSettings o) {
+ buildCounterWatchSettings++;
+ if (buildCounterWatchSettings < 3) {
+ unittest.expect(
+ o.backgroundColor!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.featuredPlaylistId!,
+ unittest.equals('foo'),
+ );
+ unittest.expect(
+ o.textColor!,
+ unittest.equals('foo'),
+ );
+ }
+ buildCounterWatchSettings--;
+}
+
core.List<core.String> buildUnnamed3106() {
var o = <core.String>[];
o.add('foo');
@@ -9296,6 +9144,158 @@
);
}
+core.List<core.String> buildUnnamed3167() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3167(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3168() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3168(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3169() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3169(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3170() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3170(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3171() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3171(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3172() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3172(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3173() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3173(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'),
+ );
+}
+
+core.List<core.String> buildUnnamed3174() {
+ var o = <core.String>[];
+ o.add('foo');
+ o.add('foo');
+ return o;
+}
+
+void checkUnnamed3174(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'),
+ );
+}
+
void main() {
unittest.group('obj-schema-AbuseReport', () {
unittest.test('to-json--from-json', () async {
@@ -11133,7 +11133,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).abuseReports;
var arg_request = buildAbuseReport();
- var arg_part = buildUnnamed3098();
+ var arg_part = buildUnnamed3106();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.AbuseReport.fromJson(
@@ -11195,7 +11195,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).activities;
- var arg_part = buildUnnamed3099();
+ var arg_part = buildUnnamed3107();
var arg_channelId = 'foo';
var arg_home = true;
var arg_maxResults = 42;
@@ -11456,7 +11456,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).captions;
var arg_request = buildCaption();
- var arg_part = buildUnnamed3100();
+ var arg_part = buildUnnamed3108();
var arg_onBehalfOf = 'foo';
var arg_onBehalfOfContentOwner = 'foo';
var arg_sync = true;
@@ -11534,9 +11534,9 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).captions;
- var arg_part = buildUnnamed3101();
+ var arg_part = buildUnnamed3109();
var arg_videoId = 'foo';
- var arg_id = buildUnnamed3102();
+ var arg_id = buildUnnamed3110();
var arg_onBehalfOf = 'foo';
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
@@ -11617,7 +11617,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).captions;
var arg_request = buildCaption();
- var arg_part = buildUnnamed3103();
+ var arg_part = buildUnnamed3111();
var arg_onBehalfOf = 'foo';
var arg_onBehalfOfContentOwner = 'foo';
var arg_sync = true;
@@ -11838,7 +11838,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).channelSections;
var arg_request = buildChannelSection();
- var arg_part = buildUnnamed3104();
+ var arg_part = buildUnnamed3112();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_$fields = 'foo';
@@ -11910,10 +11910,10 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).channelSections;
- var arg_part = buildUnnamed3105();
+ var arg_part = buildUnnamed3113();
var arg_channelId = 'foo';
var arg_hl = 'foo';
- var arg_id = buildUnnamed3106();
+ var arg_id = buildUnnamed3114();
var arg_mine = true;
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
@@ -11998,7 +11998,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).channelSections;
var arg_request = buildChannelSection();
- var arg_part = buildUnnamed3107();
+ var arg_part = buildUnnamed3115();
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -12066,11 +12066,11 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).channels;
- var arg_part = buildUnnamed3108();
+ var arg_part = buildUnnamed3116();
var arg_categoryId = 'foo';
var arg_forUsername = 'foo';
var arg_hl = 'foo';
- var arg_id = buildUnnamed3109();
+ var arg_id = buildUnnamed3117();
var arg_managedByMe = true;
var arg_maxResults = 42;
var arg_mine = true;
@@ -12183,7 +12183,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).channels;
var arg_request = buildChannel();
- var arg_part = buildUnnamed3110();
+ var arg_part = buildUnnamed3118();
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -12252,7 +12252,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).commentThreads;
var arg_request = buildCommentThread();
- var arg_part = buildUnnamed3111();
+ var arg_part = buildUnnamed3119();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.CommentThread.fromJson(
@@ -12312,10 +12312,10 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).commentThreads;
- var arg_part = buildUnnamed3112();
+ var arg_part = buildUnnamed3120();
var arg_allThreadsRelatedToChannelId = 'foo';
var arg_channelId = 'foo';
- var arg_id = buildUnnamed3113();
+ var arg_id = buildUnnamed3121();
var arg_maxResults = 42;
var arg_moderationStatus = 'foo';
var arg_order = 'foo';
@@ -12424,67 +12424,6 @@
$fields: arg_$fields);
checkCommentThreadListResponse(response as api.CommentThreadListResponse);
});
-
- unittest.test('method--update', () async {
- var mock = HttpServerMock();
- var res = api.YouTubeApi(mock).commentThreads;
- var arg_request = buildCommentThread();
- var arg_part = buildUnnamed3114();
- var arg_$fields = 'foo';
- mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
- var obj = api.CommentThread.fromJson(
- json as core.Map<core.String, core.dynamic>);
- checkCommentThread(obj as api.CommentThread);
-
- var path = (req.url).path;
- var pathOffset = 0;
- core.int index;
- core.String subPart;
- unittest.expect(
- path.substring(pathOffset, pathOffset + 1),
- unittest.equals("/"),
- );
- pathOffset += 1;
- unittest.expect(
- path.substring(pathOffset, pathOffset + 25),
- unittest.equals("youtube/v3/commentThreads"),
- );
- pathOffset += 25;
-
- var query = (req.url).query;
- var queryOffset = 0;
- var queryMap = <core.String, core.List<core.String>>{};
- void addQueryParam(core.String n, core.String v) =>
- queryMap.putIfAbsent(n, () => []).add(v);
-
- if (query.isNotEmpty) {
- for (var part in query.split('&')) {
- var keyValue = part.split('=');
- addQueryParam(
- core.Uri.decodeQueryComponent(keyValue[0]),
- core.Uri.decodeQueryComponent(keyValue[1]),
- );
- }
- }
- unittest.expect(
- queryMap["part"]!,
- unittest.equals(arg_part),
- );
- unittest.expect(
- queryMap["fields"]!.first,
- unittest.equals(arg_$fields),
- );
-
- var h = {
- 'content-type': 'application/json; charset=utf-8',
- };
- var resp = convert.json.encode(buildCommentThread());
- return async.Future.value(stringResponse(200, h, resp));
- }), true);
- final response =
- await res.update(arg_request, arg_part, $fields: arg_$fields);
- checkCommentThread(response as api.CommentThread);
- });
});
unittest.group('resource-CommentsResource', () {
@@ -12546,7 +12485,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).comments;
var arg_request = buildComment();
- var arg_part = buildUnnamed3115();
+ var arg_part = buildUnnamed3122();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
@@ -12606,8 +12545,8 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).comments;
- var arg_part = buildUnnamed3116();
- var arg_id = buildUnnamed3117();
+ var arg_part = buildUnnamed3123();
+ var arg_id = buildUnnamed3124();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_parentId = 'foo';
@@ -12692,7 +12631,7 @@
unittest.test('method--markAsSpam', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).comments;
- var arg_id = buildUnnamed3118();
+ var arg_id = buildUnnamed3125();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -12746,7 +12685,7 @@
unittest.test('method--setModerationStatus', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).comments;
- var arg_id = buildUnnamed3119();
+ var arg_id = buildUnnamed3126();
var arg_moderationStatus = 'foo';
var arg_banAuthor = true;
var arg_$fields = 'foo';
@@ -12812,7 +12751,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).comments;
var arg_request = buildComment();
- var arg_part = buildUnnamed3120();
+ var arg_part = buildUnnamed3127();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
@@ -12874,7 +12813,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).i18nLanguages;
- var arg_part = buildUnnamed3121();
+ var arg_part = buildUnnamed3128();
var arg_hl = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -12937,7 +12876,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).i18nRegions;
- var arg_part = buildUnnamed3122();
+ var arg_part = buildUnnamed3129();
var arg_hl = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -13001,7 +12940,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveBroadcasts;
var arg_id = 'foo';
- var arg_part = buildUnnamed3123();
+ var arg_part = buildUnnamed3130();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_streamId = 'foo';
@@ -13147,7 +13086,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveBroadcasts;
var arg_request = buildLiveBroadcast();
- var arg_part = buildUnnamed3124();
+ var arg_part = buildUnnamed3131();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_$fields = 'foo';
@@ -13219,10 +13158,10 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveBroadcasts;
- var arg_part = buildUnnamed3125();
+ var arg_part = buildUnnamed3132();
var arg_broadcastStatus = 'foo';
var arg_broadcastType = 'foo';
- var arg_id = buildUnnamed3126();
+ var arg_id = buildUnnamed3133();
var arg_maxResults = 42;
var arg_mine = true;
var arg_onBehalfOfContentOwner = 'foo';
@@ -13325,7 +13264,7 @@
var res = api.YouTubeApi(mock).liveBroadcasts;
var arg_broadcastStatus = 'foo';
var arg_id = 'foo';
- var arg_part = buildUnnamed3127();
+ var arg_part = buildUnnamed3134();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_$fields = 'foo';
@@ -13403,7 +13342,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveBroadcasts;
var arg_request = buildLiveBroadcast();
- var arg_part = buildUnnamed3128();
+ var arg_part = buildUnnamed3135();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_$fields = 'foo';
@@ -13532,7 +13471,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveChatBans;
var arg_request = buildLiveChatBan();
- var arg_part = buildUnnamed3129();
+ var arg_part = buildUnnamed3136();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.LiveChatBan.fromJson(
@@ -13649,7 +13588,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveChatMessages;
var arg_request = buildLiveChatMessage();
- var arg_part = buildUnnamed3130();
+ var arg_part = buildUnnamed3137();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.LiveChatMessage.fromJson(
@@ -13710,7 +13649,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveChatMessages;
var arg_liveChatId = 'foo';
- var arg_part = buildUnnamed3131();
+ var arg_part = buildUnnamed3138();
var arg_hl = 'foo';
var arg_maxResults = 42;
var arg_pageToken = 'foo';
@@ -13852,7 +13791,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveChatModerators;
var arg_request = buildLiveChatModerator();
- var arg_part = buildUnnamed3132();
+ var arg_part = buildUnnamed3139();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.LiveChatModerator.fromJson(
@@ -13913,7 +13852,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveChatModerators;
var arg_liveChatId = 'foo';
- var arg_part = buildUnnamed3133();
+ var arg_part = buildUnnamed3140();
var arg_maxResults = 42;
var arg_pageToken = 'foo';
var arg_$fields = 'foo';
@@ -14056,7 +13995,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveStreams;
var arg_request = buildLiveStream();
- var arg_part = buildUnnamed3134();
+ var arg_part = buildUnnamed3141();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_$fields = 'foo';
@@ -14128,8 +14067,8 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveStreams;
- var arg_part = buildUnnamed3135();
- var arg_id = buildUnnamed3136();
+ var arg_part = buildUnnamed3142();
+ var arg_id = buildUnnamed3143();
var arg_maxResults = 42;
var arg_mine = true;
var arg_onBehalfOfContentOwner = 'foo';
@@ -14221,7 +14160,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).liveStreams;
var arg_request = buildLiveStream();
- var arg_part = buildUnnamed3137();
+ var arg_part = buildUnnamed3144();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_$fields = 'foo';
@@ -14295,7 +14234,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).members;
- var arg_part = buildUnnamed3138();
+ var arg_part = buildUnnamed3145();
var arg_filterByMemberChannelId = 'foo';
var arg_hasAccessToLevel = 'foo';
var arg_maxResults = 42;
@@ -14383,7 +14322,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).membershipsLevels;
- var arg_part = buildUnnamed3139();
+ var arg_part = buildUnnamed3146();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -14503,7 +14442,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).playlistItems;
var arg_request = buildPlaylistItem();
- var arg_part = buildUnnamed3140();
+ var arg_part = buildUnnamed3147();
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -14569,8 +14508,8 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).playlistItems;
- var arg_part = buildUnnamed3141();
- var arg_id = buildUnnamed3142();
+ var arg_part = buildUnnamed3148();
+ var arg_id = buildUnnamed3149();
var arg_maxResults = 42;
var arg_onBehalfOfContentOwner = 'foo';
var arg_pageToken = 'foo';
@@ -14662,7 +14601,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).playlistItems;
var arg_request = buildPlaylistItem();
- var arg_part = buildUnnamed3143();
+ var arg_part = buildUnnamed3150();
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -14792,7 +14731,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).playlists;
var arg_request = buildPlaylist();
- var arg_part = buildUnnamed3144();
+ var arg_part = buildUnnamed3151();
var arg_onBehalfOfContentOwner = 'foo';
var arg_onBehalfOfContentOwnerChannel = 'foo';
var arg_$fields = 'foo';
@@ -14864,10 +14803,10 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).playlists;
- var arg_part = buildUnnamed3145();
+ var arg_part = buildUnnamed3152();
var arg_channelId = 'foo';
var arg_hl = 'foo';
- var arg_id = buildUnnamed3146();
+ var arg_id = buildUnnamed3153();
var arg_maxResults = 42;
var arg_mine = true;
var arg_onBehalfOfContentOwner = 'foo';
@@ -14969,7 +14908,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).playlists;
var arg_request = buildPlaylist();
- var arg_part = buildUnnamed3147();
+ var arg_part = buildUnnamed3154();
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -15037,7 +14976,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).search;
- var arg_part = buildUnnamed3148();
+ var arg_part = buildUnnamed3155();
var arg_channelId = 'foo';
var arg_channelType = 'foo';
var arg_eventType = 'foo';
@@ -15058,7 +14997,7 @@
var arg_relevanceLanguage = 'foo';
var arg_safeSearch = 'foo';
var arg_topicId = 'foo';
- var arg_type = buildUnnamed3149();
+ var arg_type = buildUnnamed3156();
var arg_videoCaption = 'foo';
var arg_videoCategoryId = 'foo';
var arg_videoDefinition = 'foo';
@@ -15330,7 +15269,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).subscriptions;
var arg_request = buildSubscription();
- var arg_part = buildUnnamed3150();
+ var arg_part = buildUnnamed3157();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.Subscription.fromJson(
@@ -15390,10 +15329,10 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).subscriptions;
- var arg_part = buildUnnamed3151();
+ var arg_part = buildUnnamed3158();
var arg_channelId = 'foo';
var arg_forChannelId = 'foo';
- var arg_id = buildUnnamed3152();
+ var arg_id = buildUnnamed3159();
var arg_maxResults = 42;
var arg_mine = true;
var arg_myRecentSubscribers = true;
@@ -15514,7 +15453,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).superChatEvents;
- var arg_part = buildUnnamed3153();
+ var arg_part = buildUnnamed3160();
var arg_hl = 'foo';
var arg_maxResults = 42;
var arg_pageToken = 'foo';
@@ -15592,7 +15531,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).tests;
var arg_request = buildTestItem();
- var arg_part = buildUnnamed3154();
+ var arg_part = buildUnnamed3161();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj =
@@ -15656,7 +15595,7 @@
var res = api.YouTubeApi(mock).thirdPartyLinks;
var arg_linkingToken = 'foo';
var arg_type = 'foo';
- var arg_part = buildUnnamed3155();
+ var arg_part = buildUnnamed3162();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var path = (req.url).path;
@@ -15720,7 +15659,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).thirdPartyLinks;
var arg_request = buildThirdPartyLink();
- var arg_part = buildUnnamed3156();
+ var arg_part = buildUnnamed3163();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.ThirdPartyLink.fromJson(
@@ -15780,7 +15719,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).thirdPartyLinks;
- var arg_part = buildUnnamed3157();
+ var arg_part = buildUnnamed3164();
var arg_linkingToken = 'foo';
var arg_type = 'foo';
var arg_$fields = 'foo';
@@ -15847,7 +15786,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).thirdPartyLinks;
var arg_request = buildThirdPartyLink();
- var arg_part = buildUnnamed3158();
+ var arg_part = buildUnnamed3165();
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
var obj = api.ThirdPartyLink.fromJson(
@@ -15976,7 +15915,7 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).videoAbuseReportReasons;
- var arg_part = buildUnnamed3159();
+ var arg_part = buildUnnamed3166();
var arg_hl = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -16041,9 +15980,9 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).videoCategories;
- var arg_part = buildUnnamed3160();
+ var arg_part = buildUnnamed3167();
var arg_hl = 'foo';
- var arg_id = buildUnnamed3161();
+ var arg_id = buildUnnamed3168();
var arg_regionCode = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -16178,7 +16117,7 @@
unittest.test('method--getRating', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).videos;
- var arg_id = buildUnnamed3162();
+ var arg_id = buildUnnamed3169();
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -16244,7 +16183,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).videos;
var arg_request = buildVideo();
- var arg_part = buildUnnamed3163();
+ var arg_part = buildUnnamed3170();
var arg_autoLevels = true;
var arg_notifySubscribers = true;
var arg_onBehalfOfContentOwner = 'foo';
@@ -16334,10 +16273,10 @@
unittest.test('method--list', () async {
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).videos;
- var arg_part = buildUnnamed3164();
+ var arg_part = buildUnnamed3171();
var arg_chart = 'foo';
var arg_hl = 'foo';
- var arg_id = buildUnnamed3165();
+ var arg_id = buildUnnamed3172();
var arg_locale = 'foo';
var arg_maxHeight = 42;
var arg_maxResults = 42;
@@ -16583,7 +16522,7 @@
var mock = HttpServerMock();
var res = api.YouTubeApi(mock).videos;
var arg_request = buildVideo();
- var arg_part = buildUnnamed3166();
+ var arg_part = buildUnnamed3173();
var arg_onBehalfOfContentOwner = 'foo';
var arg_$fields = 'foo';
mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
@@ -16778,4 +16717,67 @@
$fields: arg_$fields);
});
});
+
+ unittest.group('resource-YoutubeV3Resource', () {
+ unittest.test('method--updateCommentThreads', () async {
+ var mock = HttpServerMock();
+ var res = api.YouTubeApi(mock).youtube.v3;
+ var arg_request = buildCommentThread();
+ var arg_part = buildUnnamed3174();
+ var arg_$fields = 'foo';
+ mock.register(unittest.expectAsync2((http.BaseRequest req, json) {
+ var obj = api.CommentThread.fromJson(
+ json as core.Map<core.String, core.dynamic>);
+ checkCommentThread(obj as api.CommentThread);
+
+ var path = (req.url).path;
+ var pathOffset = 0;
+ core.int index;
+ core.String subPart;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 1),
+ unittest.equals("/"),
+ );
+ pathOffset += 1;
+ unittest.expect(
+ path.substring(pathOffset, pathOffset + 25),
+ unittest.equals("youtube/v3/commentThreads"),
+ );
+ pathOffset += 25;
+
+ var query = (req.url).query;
+ var queryOffset = 0;
+ var queryMap = <core.String, core.List<core.String>>{};
+ void addQueryParam(core.String n, core.String v) =>
+ queryMap.putIfAbsent(n, () => []).add(v);
+
+ if (query.isNotEmpty) {
+ for (var part in query.split('&')) {
+ var keyValue = part.split('=');
+ addQueryParam(
+ core.Uri.decodeQueryComponent(keyValue[0]),
+ core.Uri.decodeQueryComponent(keyValue[1]),
+ );
+ }
+ }
+ unittest.expect(
+ queryMap["part"]!,
+ unittest.equals(arg_part),
+ );
+ unittest.expect(
+ queryMap["fields"]!.first,
+ unittest.equals(arg_$fields),
+ );
+
+ var h = {
+ 'content-type': 'application/json; charset=utf-8',
+ };
+ var resp = convert.json.encode(buildCommentThread());
+ return async.Future.value(stringResponse(200, h, resp));
+ }), true);
+ final response = await res.updateCommentThreads(arg_request,
+ part: arg_part, $fields: arg_$fields);
+ checkCommentThread(response as api.CommentThread);
+ });
+ });
}
diff --git a/generated/googleapis/test/youtubeanalytics/v2_test.dart b/generated/googleapis/test/youtubeanalytics/v2_test.dart
index e120ea9..ac86082 100644
--- a/generated/googleapis/test/youtubeanalytics/v2_test.dart
+++ b/generated/googleapis/test/youtubeanalytics/v2_test.dart
@@ -46,14 +46,14 @@
buildCounterEmptyResponse--;
}
-core.List<core.String> buildUnnamed6201() {
+core.List<core.String> buildUnnamed6252() {
var o = <core.String>[];
o.add('foo');
o.add('foo');
return o;
}
-void checkUnnamed6201(core.List<core.String> o) {
+void checkUnnamed6252(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(
o[0],
@@ -70,7 +70,7 @@
var o = api.ErrorProto();
buildCounterErrorProto++;
if (buildCounterErrorProto < 3) {
- o.argument = buildUnnamed6201();
+ o.argument = buildUnnamed6252();
o.code = 'foo';
o.debugInfo = 'foo';
o.domain = 'foo';
@@ -85,7 +85,7 @@
void checkErrorProto(api.ErrorProto o) {
buildCounterErrorProto++;
if (buildCounterErrorProto < 3) {
- checkUnnamed6201(o.argument!);
+ checkUnnamed6252(o.argument!);
unittest.expect(
o.code!,
unittest.equals('foo'),
@@ -114,14 +114,14 @@
buildCounterErrorProto--;
}
-core.List<api.ErrorProto> buildUnnamed6202() {
+core.List<api.ErrorProto> buildUnnamed6253() {
var o = <api.ErrorProto>[];
o.add(buildErrorProto());
o.add(buildErrorProto());
return o;
}
-void checkUnnamed6202(core.List<api.ErrorProto> o) {
+void checkUnnamed6253(core.List<api.ErrorProto> o) {
unittest.expect(o, unittest.hasLength(2));
checkErrorProto(o[0] as api.ErrorProto);
checkErrorProto(o[1] as api.ErrorProto);
@@ -133,7 +133,7 @@
buildCounterErrors++;
if (buildCounterErrors < 3) {
o.code = 'foo';
- o.error = buildUnnamed6202();
+ o.error = buildUnnamed6253();
o.requestId = 'foo';
}
buildCounterErrors--;
@@ -147,7 +147,7 @@
o.code!,
unittest.equals('foo'),
);
- checkUnnamed6202(o.error!);
+ checkUnnamed6253(o.error!);
unittest.expect(
o.requestId!,
unittest.equals('foo'),
@@ -316,14 +316,14 @@
buildCounterGroupSnippet--;
}
-core.List<api.GroupItem> buildUnnamed6203() {
+core.List<api.GroupItem> buildUnnamed6254() {
var o = <api.GroupItem>[];
o.add(buildGroupItem());
o.add(buildGroupItem());
return o;
}
-void checkUnnamed6203(core.List<api.GroupItem> o) {
+void checkUnnamed6254(core.List<api.GroupItem> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroupItem(o[0] as api.GroupItem);
checkGroupItem(o[1] as api.GroupItem);
@@ -336,7 +336,7 @@
if (buildCounterListGroupItemsResponse < 3) {
o.errors = buildErrors();
o.etag = 'foo';
- o.items = buildUnnamed6203();
+ o.items = buildUnnamed6254();
o.kind = 'foo';
}
buildCounterListGroupItemsResponse--;
@@ -351,7 +351,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed6203(o.items!);
+ checkUnnamed6254(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -360,14 +360,14 @@
buildCounterListGroupItemsResponse--;
}
-core.List<api.Group> buildUnnamed6204() {
+core.List<api.Group> buildUnnamed6255() {
var o = <api.Group>[];
o.add(buildGroup());
o.add(buildGroup());
return o;
}
-void checkUnnamed6204(core.List<api.Group> o) {
+void checkUnnamed6255(core.List<api.Group> o) {
unittest.expect(o, unittest.hasLength(2));
checkGroup(o[0] as api.Group);
checkGroup(o[1] as api.Group);
@@ -380,7 +380,7 @@
if (buildCounterListGroupsResponse < 3) {
o.errors = buildErrors();
o.etag = 'foo';
- o.items = buildUnnamed6204();
+ o.items = buildUnnamed6255();
o.kind = 'foo';
o.nextPageToken = 'foo';
}
@@ -396,7 +396,7 @@
o.etag!,
unittest.equals('foo'),
);
- checkUnnamed6204(o.items!);
+ checkUnnamed6255(o.items!);
unittest.expect(
o.kind!,
unittest.equals('foo'),
@@ -409,20 +409,20 @@
buildCounterListGroupsResponse--;
}
-core.List<api.ResultTableColumnHeader> buildUnnamed6205() {
+core.List<api.ResultTableColumnHeader> buildUnnamed6256() {
var o = <api.ResultTableColumnHeader>[];
o.add(buildResultTableColumnHeader());
o.add(buildResultTableColumnHeader());
return o;
}
-void checkUnnamed6205(core.List<api.ResultTableColumnHeader> o) {
+void checkUnnamed6256(core.List<api.ResultTableColumnHeader> o) {
unittest.expect(o, unittest.hasLength(2));
checkResultTableColumnHeader(o[0] as api.ResultTableColumnHeader);
checkResultTableColumnHeader(o[1] as api.ResultTableColumnHeader);
}
-core.List<core.Object> buildUnnamed6206() {
+core.List<core.Object> buildUnnamed6257() {
var o = <core.Object>[];
o.add({
'list': [1, 2, 3],
@@ -437,7 +437,7 @@
return o;
}
-void checkUnnamed6206(core.List<core.Object> o) {
+void checkUnnamed6257(core.List<core.Object> o) {
unittest.expect(o, unittest.hasLength(2));
var casted1 = (o[0]) as core.Map;
unittest.expect(casted1, unittest.hasLength(3));
@@ -469,17 +469,17 @@
);
}
-core.List<core.List<core.Object>> buildUnnamed6207() {
+core.List<core.List<core.Object>> buildUnnamed6258() {
var o = <core.List<core.Object>>[];
- o.add(buildUnnamed6206());
- o.add(buildUnnamed6206());
+ o.add(buildUnnamed6257());
+ o.add(buildUnnamed6257());
return o;
}
-void checkUnnamed6207(core.List<core.List<core.Object>> o) {
+void checkUnnamed6258(core.List<core.List<core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed6206(o[0]);
- checkUnnamed6206(o[1]);
+ checkUnnamed6257(o[0]);
+ checkUnnamed6257(o[1]);
}
core.int buildCounterQueryResponse = 0;
@@ -487,10 +487,10 @@
var o = api.QueryResponse();
buildCounterQueryResponse++;
if (buildCounterQueryResponse < 3) {
- o.columnHeaders = buildUnnamed6205();
+ o.columnHeaders = buildUnnamed6256();
o.errors = buildErrors();
o.kind = 'foo';
- o.rows = buildUnnamed6207();
+ o.rows = buildUnnamed6258();
}
buildCounterQueryResponse--;
return o;
@@ -499,13 +499,13 @@
void checkQueryResponse(api.QueryResponse o) {
buildCounterQueryResponse++;
if (buildCounterQueryResponse < 3) {
- checkUnnamed6205(o.columnHeaders!);
+ checkUnnamed6256(o.columnHeaders!);
checkErrors(o.errors! as api.Errors);
unittest.expect(
o.kind!,
unittest.equals('foo'),
);
- checkUnnamed6207(o.rows!);
+ checkUnnamed6258(o.rows!);
}
buildCounterQueryResponse--;
}
diff --git a/generated/googleapis/test/youtubereporting/v1_test.dart b/generated/googleapis/test/youtubereporting/v1_test.dart
index 3619c5b..87a9c56 100644
--- a/generated/googleapis/test/youtubereporting/v1_test.dart
+++ b/generated/googleapis/test/youtubereporting/v1_test.dart
@@ -345,14 +345,14 @@
buildCounterGdataDownloadParameters--;
}
-core.List<api.GdataCompositeMedia> buildUnnamed4442() {
+core.List<api.GdataCompositeMedia> buildUnnamed4485() {
var o = <api.GdataCompositeMedia>[];
o.add(buildGdataCompositeMedia());
o.add(buildGdataCompositeMedia());
return o;
}
-void checkUnnamed4442(core.List<api.GdataCompositeMedia> o) {
+void checkUnnamed4485(core.List<api.GdataCompositeMedia> o) {
unittest.expect(o, unittest.hasLength(2));
checkGdataCompositeMedia(o[0] as api.GdataCompositeMedia);
checkGdataCompositeMedia(o[1] as api.GdataCompositeMedia);
@@ -367,7 +367,7 @@
o.bigstoreObjectRef = 'foo';
o.blobRef = 'foo';
o.blobstore2Info = buildGdataBlobstore2Info();
- o.compositeMedia = buildUnnamed4442();
+ o.compositeMedia = buildUnnamed4485();
o.contentType = 'foo';
o.contentTypeInfo = buildGdataContentTypeInfo();
o.cosmoBinaryReference = 'foo';
@@ -414,7 +414,7 @@
unittest.equals('foo'),
);
checkGdataBlobstore2Info(o.blobstore2Info! as api.GdataBlobstore2Info);
- checkUnnamed4442(o.compositeMedia!);
+ checkUnnamed4485(o.compositeMedia!);
unittest.expect(
o.contentType!,
unittest.equals('foo'),
@@ -571,14 +571,14 @@
buildCounterJob--;
}
-core.List<api.Job> buildUnnamed4443() {
+core.List<api.Job> buildUnnamed4486() {
var o = <api.Job>[];
o.add(buildJob());
o.add(buildJob());
return o;
}
-void checkUnnamed4443(core.List<api.Job> o) {
+void checkUnnamed4486(core.List<api.Job> o) {
unittest.expect(o, unittest.hasLength(2));
checkJob(o[0] as api.Job);
checkJob(o[1] as api.Job);
@@ -589,7 +589,7 @@
var o = api.ListJobsResponse();
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- o.jobs = buildUnnamed4443();
+ o.jobs = buildUnnamed4486();
o.nextPageToken = 'foo';
}
buildCounterListJobsResponse--;
@@ -599,7 +599,7 @@
void checkListJobsResponse(api.ListJobsResponse o) {
buildCounterListJobsResponse++;
if (buildCounterListJobsResponse < 3) {
- checkUnnamed4443(o.jobs!);
+ checkUnnamed4486(o.jobs!);
unittest.expect(
o.nextPageToken!,
unittest.equals('foo'),
@@ -608,14 +608,14 @@
buildCounterListJobsResponse--;
}
-core.List<api.ReportType> buildUnnamed4444() {
+core.List<api.ReportType> buildUnnamed4487() {
var o = <api.ReportType>[];
o.add(buildReportType());
o.add(buildReportType());
return o;
}
-void checkUnnamed4444(core.List<api.ReportType> o) {
+void checkUnnamed4487(core.List<api.ReportType> o) {
unittest.expect(o, unittest.hasLength(2));
checkReportType(o[0] as api.ReportType);
checkReportType(o[1] as api.ReportType);
@@ -627,7 +627,7 @@
buildCounterListReportTypesResponse++;
if (buildCounterListReportTypesResponse < 3) {
o.nextPageToken = 'foo';
- o.reportTypes = buildUnnamed4444();
+ o.reportTypes = buildUnnamed4487();
}
buildCounterListReportTypesResponse--;
return o;
@@ -640,19 +640,19 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4444(o.reportTypes!);
+ checkUnnamed4487(o.reportTypes!);
}
buildCounterListReportTypesResponse--;
}
-core.List<api.Report> buildUnnamed4445() {
+core.List<api.Report> buildUnnamed4488() {
var o = <api.Report>[];
o.add(buildReport());
o.add(buildReport());
return o;
}
-void checkUnnamed4445(core.List<api.Report> o) {
+void checkUnnamed4488(core.List<api.Report> o) {
unittest.expect(o, unittest.hasLength(2));
checkReport(o[0] as api.Report);
checkReport(o[1] as api.Report);
@@ -664,7 +664,7 @@
buildCounterListReportsResponse++;
if (buildCounterListReportsResponse < 3) {
o.nextPageToken = 'foo';
- o.reports = buildUnnamed4445();
+ o.reports = buildUnnamed4488();
}
buildCounterListReportsResponse--;
return o;
@@ -677,7 +677,7 @@
o.nextPageToken!,
unittest.equals('foo'),
);
- checkUnnamed4445(o.reports!);
+ checkUnnamed4488(o.reports!);
}
buildCounterListReportsResponse--;
}