Generated new packages
diff --git a/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart b/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart
index d066a3b..d41226a 100644
--- a/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart
+++ b/generated/googleapis/test/androiddeviceprovisioning/v1_test.dart
@@ -96,14 +96,14 @@
buildCounterClaimDeviceResponse--;
}
-buildUnnamed2657() {
+buildUnnamed2661() {
var o = new core.List<api.PartnerClaim>();
o.add(buildPartnerClaim());
o.add(buildPartnerClaim());
return o;
}
-checkUnnamed2657(core.List<api.PartnerClaim> o) {
+checkUnnamed2661(core.List<api.PartnerClaim> o) {
unittest.expect(o, unittest.hasLength(2));
checkPartnerClaim(o[0]);
checkPartnerClaim(o[1]);
@@ -114,7 +114,7 @@
var o = new api.ClaimDevicesRequest();
buildCounterClaimDevicesRequest++;
if (buildCounterClaimDevicesRequest < 3) {
- o.claims = buildUnnamed2657();
+ o.claims = buildUnnamed2661();
}
buildCounterClaimDevicesRequest--;
return o;
@@ -123,32 +123,32 @@
checkClaimDevicesRequest(api.ClaimDevicesRequest o) {
buildCounterClaimDevicesRequest++;
if (buildCounterClaimDevicesRequest < 3) {
- checkUnnamed2657(o.claims);
+ checkUnnamed2661(o.claims);
}
buildCounterClaimDevicesRequest--;
}
-buildUnnamed2658() {
+buildUnnamed2662() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2658(core.List<core.String> o) {
+checkUnnamed2662(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
}
-buildUnnamed2659() {
+buildUnnamed2663() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2659(core.List<core.String> o) {
+checkUnnamed2663(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -159,11 +159,11 @@
var o = new api.Company();
buildCounterCompany++;
if (buildCounterCompany < 3) {
- o.adminEmails = buildUnnamed2658();
+ o.adminEmails = buildUnnamed2662();
o.companyId = "foo";
o.companyName = "foo";
o.name = "foo";
- o.ownerEmails = buildUnnamed2659();
+ o.ownerEmails = buildUnnamed2663();
o.termsStatus = "foo";
}
buildCounterCompany--;
@@ -173,11 +173,11 @@
checkCompany(api.Company o) {
buildCounterCompany++;
if (buildCounterCompany < 3) {
- checkUnnamed2658(o.adminEmails);
+ checkUnnamed2662(o.adminEmails);
unittest.expect(o.companyId, unittest.equals('foo'));
unittest.expect(o.companyName, unittest.equals('foo'));
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed2659(o.ownerEmails);
+ checkUnnamed2663(o.ownerEmails);
unittest.expect(o.termsStatus, unittest.equals('foo'));
}
buildCounterCompany--;
@@ -261,14 +261,14 @@
buildCounterCustomerApplyConfigurationRequest--;
}
-buildUnnamed2660() {
+buildUnnamed2664() {
var o = new core.List<api.Configuration>();
o.add(buildConfiguration());
o.add(buildConfiguration());
return o;
}
-checkUnnamed2660(core.List<api.Configuration> o) {
+checkUnnamed2664(core.List<api.Configuration> o) {
unittest.expect(o, unittest.hasLength(2));
checkConfiguration(o[0]);
checkConfiguration(o[1]);
@@ -279,7 +279,7 @@
var o = new api.CustomerListConfigurationsResponse();
buildCounterCustomerListConfigurationsResponse++;
if (buildCounterCustomerListConfigurationsResponse < 3) {
- o.configurations = buildUnnamed2660();
+ o.configurations = buildUnnamed2664();
}
buildCounterCustomerListConfigurationsResponse--;
return o;
@@ -289,19 +289,19 @@
api.CustomerListConfigurationsResponse o) {
buildCounterCustomerListConfigurationsResponse++;
if (buildCounterCustomerListConfigurationsResponse < 3) {
- checkUnnamed2660(o.configurations);
+ checkUnnamed2664(o.configurations);
}
buildCounterCustomerListConfigurationsResponse--;
}
-buildUnnamed2661() {
+buildUnnamed2665() {
var o = new core.List<api.Company>();
o.add(buildCompany());
o.add(buildCompany());
return o;
}
-checkUnnamed2661(core.List<api.Company> o) {
+checkUnnamed2665(core.List<api.Company> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompany(o[0]);
checkCompany(o[1]);
@@ -312,7 +312,7 @@
var o = new api.CustomerListCustomersResponse();
buildCounterCustomerListCustomersResponse++;
if (buildCounterCustomerListCustomersResponse < 3) {
- o.customers = buildUnnamed2661();
+ o.customers = buildUnnamed2665();
o.nextPageToken = "foo";
}
buildCounterCustomerListCustomersResponse--;
@@ -322,20 +322,20 @@
checkCustomerListCustomersResponse(api.CustomerListCustomersResponse o) {
buildCounterCustomerListCustomersResponse++;
if (buildCounterCustomerListCustomersResponse < 3) {
- checkUnnamed2661(o.customers);
+ checkUnnamed2665(o.customers);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterCustomerListCustomersResponse--;
}
-buildUnnamed2662() {
+buildUnnamed2666() {
var o = new core.List<api.Device>();
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-checkUnnamed2662(core.List<api.Device> o) {
+checkUnnamed2666(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0]);
checkDevice(o[1]);
@@ -346,7 +346,7 @@
var o = new api.CustomerListDevicesResponse();
buildCounterCustomerListDevicesResponse++;
if (buildCounterCustomerListDevicesResponse < 3) {
- o.devices = buildUnnamed2662();
+ o.devices = buildUnnamed2666();
o.nextPageToken = "foo";
}
buildCounterCustomerListDevicesResponse--;
@@ -356,20 +356,20 @@
checkCustomerListDevicesResponse(api.CustomerListDevicesResponse o) {
buildCounterCustomerListDevicesResponse++;
if (buildCounterCustomerListDevicesResponse < 3) {
- checkUnnamed2662(o.devices);
+ checkUnnamed2666(o.devices);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
}
buildCounterCustomerListDevicesResponse--;
}
-buildUnnamed2663() {
+buildUnnamed2667() {
var o = new core.List<api.Dpc>();
o.add(buildDpc());
o.add(buildDpc());
return o;
}
-checkUnnamed2663(core.List<api.Dpc> o) {
+checkUnnamed2667(core.List<api.Dpc> o) {
unittest.expect(o, unittest.hasLength(2));
checkDpc(o[0]);
checkDpc(o[1]);
@@ -380,7 +380,7 @@
var o = new api.CustomerListDpcsResponse();
buildCounterCustomerListDpcsResponse++;
if (buildCounterCustomerListDpcsResponse < 3) {
- o.dpcs = buildUnnamed2663();
+ o.dpcs = buildUnnamed2667();
}
buildCounterCustomerListDpcsResponse--;
return o;
@@ -389,7 +389,7 @@
checkCustomerListDpcsResponse(api.CustomerListDpcsResponse o) {
buildCounterCustomerListDpcsResponse++;
if (buildCounterCustomerListDpcsResponse < 3) {
- checkUnnamed2663(o.dpcs);
+ checkUnnamed2667(o.dpcs);
}
buildCounterCustomerListDpcsResponse--;
}
@@ -433,14 +433,14 @@
buildCounterCustomerUnclaimDeviceRequest--;
}
-buildUnnamed2664() {
+buildUnnamed2668() {
var o = new core.List<api.DeviceClaim>();
o.add(buildDeviceClaim());
o.add(buildDeviceClaim());
return o;
}
-checkUnnamed2664(core.List<api.DeviceClaim> o) {
+checkUnnamed2668(core.List<api.DeviceClaim> o) {
unittest.expect(o, unittest.hasLength(2));
checkDeviceClaim(o[0]);
checkDeviceClaim(o[1]);
@@ -451,7 +451,7 @@
var o = new api.Device();
buildCounterDevice++;
if (buildCounterDevice < 3) {
- o.claims = buildUnnamed2664();
+ o.claims = buildUnnamed2668();
o.configuration = "foo";
o.deviceId = "foo";
o.deviceIdentifier = buildDeviceIdentifier();
@@ -465,7 +465,7 @@
checkDevice(api.Device o) {
buildCounterDevice++;
if (buildCounterDevice < 3) {
- checkUnnamed2664(o.claims);
+ checkUnnamed2668(o.claims);
unittest.expect(o.configuration, unittest.equals('foo'));
unittest.expect(o.deviceId, unittest.equals('foo'));
checkDeviceIdentifier(o.deviceIdentifier);
@@ -529,14 +529,14 @@
buildCounterDeviceIdentifier--;
}
-buildUnnamed2665() {
+buildUnnamed2669() {
var o = new core.Map<core.String, core.String>();
o["x"] = "foo";
o["y"] = "foo";
return o;
}
-checkUnnamed2665(core.Map<core.String, core.String> o) {
+checkUnnamed2669(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'));
@@ -547,7 +547,7 @@
var o = new api.DeviceMetadata();
buildCounterDeviceMetadata++;
if (buildCounterDeviceMetadata < 3) {
- o.entries = buildUnnamed2665();
+ o.entries = buildUnnamed2669();
}
buildCounterDeviceMetadata--;
return o;
@@ -556,7 +556,7 @@
checkDeviceMetadata(api.DeviceMetadata o) {
buildCounterDeviceMetadata++;
if (buildCounterDeviceMetadata < 3) {
- checkUnnamed2665(o.entries);
+ checkUnnamed2669(o.entries);
}
buildCounterDeviceMetadata--;
}
@@ -606,14 +606,14 @@
buildCounterDevicesLongRunningOperationMetadata--;
}
-buildUnnamed2666() {
+buildUnnamed2670() {
var o = new core.List<api.OperationPerDevice>();
o.add(buildOperationPerDevice());
o.add(buildOperationPerDevice());
return o;
}
-checkUnnamed2666(core.List<api.OperationPerDevice> o) {
+checkUnnamed2670(core.List<api.OperationPerDevice> o) {
unittest.expect(o, unittest.hasLength(2));
checkOperationPerDevice(o[0]);
checkOperationPerDevice(o[1]);
@@ -624,7 +624,7 @@
var o = new api.DevicesLongRunningOperationResponse();
buildCounterDevicesLongRunningOperationResponse++;
if (buildCounterDevicesLongRunningOperationResponse < 3) {
- o.perDeviceStatus = buildUnnamed2666();
+ o.perDeviceStatus = buildUnnamed2670();
o.successCount = 42;
}
buildCounterDevicesLongRunningOperationResponse--;
@@ -635,7 +635,7 @@
api.DevicesLongRunningOperationResponse o) {
buildCounterDevicesLongRunningOperationResponse++;
if (buildCounterDevicesLongRunningOperationResponse < 3) {
- checkUnnamed2666(o.perDeviceStatus);
+ checkUnnamed2670(o.perDeviceStatus);
unittest.expect(o.successCount, unittest.equals(42));
}
buildCounterDevicesLongRunningOperationResponse--;
@@ -703,14 +703,14 @@
buildCounterFindDevicesByDeviceIdentifierRequest--;
}
-buildUnnamed2667() {
+buildUnnamed2671() {
var o = new core.List<api.Device>();
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-checkUnnamed2667(core.List<api.Device> o) {
+checkUnnamed2671(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0]);
checkDevice(o[1]);
@@ -721,7 +721,7 @@
var o = new api.FindDevicesByDeviceIdentifierResponse();
buildCounterFindDevicesByDeviceIdentifierResponse++;
if (buildCounterFindDevicesByDeviceIdentifierResponse < 3) {
- o.devices = buildUnnamed2667();
+ o.devices = buildUnnamed2671();
o.nextPageToken = "foo";
o.totalSize = 42;
}
@@ -733,21 +733,21 @@
api.FindDevicesByDeviceIdentifierResponse o) {
buildCounterFindDevicesByDeviceIdentifierResponse++;
if (buildCounterFindDevicesByDeviceIdentifierResponse < 3) {
- checkUnnamed2667(o.devices);
+ checkUnnamed2671(o.devices);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
unittest.expect(o.totalSize, unittest.equals(42));
}
buildCounterFindDevicesByDeviceIdentifierResponse--;
}
-buildUnnamed2668() {
+buildUnnamed2672() {
var o = new core.List<core.String>();
o.add("foo");
o.add("foo");
return o;
}
-checkUnnamed2668(core.List<core.String> o) {
+checkUnnamed2672(core.List<core.String> o) {
unittest.expect(o, unittest.hasLength(2));
unittest.expect(o[0], unittest.equals('foo'));
unittest.expect(o[1], unittest.equals('foo'));
@@ -758,7 +758,7 @@
var o = new api.FindDevicesByOwnerRequest();
buildCounterFindDevicesByOwnerRequest++;
if (buildCounterFindDevicesByOwnerRequest < 3) {
- o.customerId = buildUnnamed2668();
+ o.customerId = buildUnnamed2672();
o.limit = "foo";
o.pageToken = "foo";
o.sectionType = "foo";
@@ -770,7 +770,7 @@
checkFindDevicesByOwnerRequest(api.FindDevicesByOwnerRequest o) {
buildCounterFindDevicesByOwnerRequest++;
if (buildCounterFindDevicesByOwnerRequest < 3) {
- checkUnnamed2668(o.customerId);
+ checkUnnamed2672(o.customerId);
unittest.expect(o.limit, unittest.equals('foo'));
unittest.expect(o.pageToken, unittest.equals('foo'));
unittest.expect(o.sectionType, unittest.equals('foo'));
@@ -778,14 +778,14 @@
buildCounterFindDevicesByOwnerRequest--;
}
-buildUnnamed2669() {
+buildUnnamed2673() {
var o = new core.List<api.Device>();
o.add(buildDevice());
o.add(buildDevice());
return o;
}
-checkUnnamed2669(core.List<api.Device> o) {
+checkUnnamed2673(core.List<api.Device> o) {
unittest.expect(o, unittest.hasLength(2));
checkDevice(o[0]);
checkDevice(o[1]);
@@ -796,7 +796,7 @@
var o = new api.FindDevicesByOwnerResponse();
buildCounterFindDevicesByOwnerResponse++;
if (buildCounterFindDevicesByOwnerResponse < 3) {
- o.devices = buildUnnamed2669();
+ o.devices = buildUnnamed2673();
o.nextPageToken = "foo";
o.totalSize = 42;
}
@@ -807,21 +807,21 @@
checkFindDevicesByOwnerResponse(api.FindDevicesByOwnerResponse o) {
buildCounterFindDevicesByOwnerResponse++;
if (buildCounterFindDevicesByOwnerResponse < 3) {
- checkUnnamed2669(o.devices);
+ checkUnnamed2673(o.devices);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
unittest.expect(o.totalSize, unittest.equals(42));
}
buildCounterFindDevicesByOwnerResponse--;
}
-buildUnnamed2670() {
+buildUnnamed2674() {
var o = new core.List<api.Company>();
o.add(buildCompany());
o.add(buildCompany());
return o;
}
-checkUnnamed2670(core.List<api.Company> o) {
+checkUnnamed2674(core.List<api.Company> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompany(o[0]);
checkCompany(o[1]);
@@ -832,7 +832,7 @@
var o = new api.ListCustomersResponse();
buildCounterListCustomersResponse++;
if (buildCounterListCustomersResponse < 3) {
- o.customers = buildUnnamed2670();
+ o.customers = buildUnnamed2674();
o.nextPageToken = "foo";
o.totalSize = 42;
}
@@ -843,21 +843,21 @@
checkListCustomersResponse(api.ListCustomersResponse o) {
buildCounterListCustomersResponse++;
if (buildCounterListCustomersResponse < 3) {
- checkUnnamed2670(o.customers);
+ checkUnnamed2674(o.customers);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
unittest.expect(o.totalSize, unittest.equals(42));
}
buildCounterListCustomersResponse--;
}
-buildUnnamed2671() {
+buildUnnamed2675() {
var o = new core.List<api.Company>();
o.add(buildCompany());
o.add(buildCompany());
return o;
}
-checkUnnamed2671(core.List<api.Company> o) {
+checkUnnamed2675(core.List<api.Company> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompany(o[0]);
checkCompany(o[1]);
@@ -868,7 +868,7 @@
var o = new api.ListVendorCustomersResponse();
buildCounterListVendorCustomersResponse++;
if (buildCounterListVendorCustomersResponse < 3) {
- o.customers = buildUnnamed2671();
+ o.customers = buildUnnamed2675();
o.nextPageToken = "foo";
o.totalSize = 42;
}
@@ -879,21 +879,21 @@
checkListVendorCustomersResponse(api.ListVendorCustomersResponse o) {
buildCounterListVendorCustomersResponse++;
if (buildCounterListVendorCustomersResponse < 3) {
- checkUnnamed2671(o.customers);
+ checkUnnamed2675(o.customers);
unittest.expect(o.nextPageToken, unittest.equals('foo'));
unittest.expect(o.totalSize, unittest.equals(42));
}
buildCounterListVendorCustomersResponse--;
}
-buildUnnamed2672() {
+buildUnnamed2676() {
var o = new core.List<api.Company>();
o.add(buildCompany());
o.add(buildCompany());
return o;
}
-checkUnnamed2672(core.List<api.Company> o) {
+checkUnnamed2676(core.List<api.Company> o) {
unittest.expect(o, unittest.hasLength(2));
checkCompany(o[0]);
checkCompany(o[1]);
@@ -906,7 +906,7 @@
if (buildCounterListVendorsResponse < 3) {
o.nextPageToken = "foo";
o.totalSize = 42;
- o.vendors = buildUnnamed2672();
+ o.vendors = buildUnnamed2676();
}
buildCounterListVendorsResponse--;
return o;
@@ -917,12 +917,12 @@
if (buildCounterListVendorsResponse < 3) {
unittest.expect(o.nextPageToken, unittest.equals('foo'));
unittest.expect(o.totalSize, unittest.equals(42));
- checkUnnamed2672(o.vendors);
+ checkUnnamed2676(o.vendors);
}
buildCounterListVendorsResponse--;
}
-buildUnnamed2673() {
+buildUnnamed2677() {
var o = new core.Map<core.String, core.Object>();
o["x"] = {
'list': [1, 2, 3],
@@ -937,7 +937,7 @@
return o;
}
-checkUnnamed2673(core.Map<core.String, core.Object> o) {
+checkUnnamed2677(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));
@@ -951,7 +951,7 @@
unittest.expect(casted2["string"], unittest.equals('foo'));
}
-buildUnnamed2674() {
+buildUnnamed2678() {
var o = new core.Map<core.String, core.Object>();
o["x"] = {
'list': [1, 2, 3],
@@ -966,7 +966,7 @@
return o;
}
-checkUnnamed2674(core.Map<core.String, core.Object> o) {
+checkUnnamed2678(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));
@@ -987,9 +987,9 @@
if (buildCounterOperation < 3) {
o.done = true;
o.error = buildStatus();
- o.metadata = buildUnnamed2673();
+ o.metadata = buildUnnamed2677();
o.name = "foo";
- o.response = buildUnnamed2674();
+ o.response = buildUnnamed2678();
}
buildCounterOperation--;
return o;
@@ -1000,9 +1000,9 @@
if (buildCounterOperation < 3) {
unittest.expect(o.done, unittest.isTrue);
checkStatus(o.error);
- checkUnnamed2673(o.metadata);
+ checkUnnamed2677(o.metadata);
unittest.expect(o.name, unittest.equals('foo'));
- checkUnnamed2674(o.response);
+ checkUnnamed2678(o.response);
}
buildCounterOperation--;
}
@@ -1109,7 +1109,7 @@
buildCounterPerDeviceStatusInBatch--;
}
-buildUnnamed2675() {
+buildUnnamed2679() {
var o = new core.Map<core.String, core.Object>();
o["x"] = {
'list': [1, 2, 3],
@@ -1124,7 +1124,7 @@
return o;
}
-checkUnnamed2675(core.Map<core.String, core.Object> o) {
+checkUnnamed2679(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));
@@ -1138,17 +1138,17 @@
unittest.expect(casted6["string"], unittest.equals('foo'));
}
-buildUnnamed2676() {
+buildUnnamed2680() {
var o = new core.List<core.Map<core.String, core.Object>>();
- o.add(buildUnnamed2675());
- o.add(buildUnnamed2675());
+ o.add(buildUnnamed2679());
+ o.add(buildUnnamed2679());
return o;
}
-checkUnnamed2676(core.List<core.Map<core.String, core.Object>> o) {
+checkUnnamed2680(core.List<core.Map<core.String, core.Object>> o) {
unittest.expect(o, unittest.hasLength(2));
- checkUnnamed2675(o[0]);
- checkUnnamed2675(o[1]);
+ checkUnnamed2679(o[0]);
+ checkUnnamed2679(o[1]);
}
core.int buildCounterStatus = 0;
@@ -1157,7 +1157,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
o.code = 42;
- o.details = buildUnnamed2676();
+ o.details = buildUnnamed2680();
o.message = "foo";
}
buildCounterStatus--;
@@ -1168,7 +1168,7 @@
buildCounterStatus++;
if (buildCounterStatus < 3) {
unittest.expect(o.code, unittest.equals(42));
- checkUnnamed2676(o.details);
+ checkUnnamed2680(o.details);
unittest.expect(o.message, unittest.equals('foo'));
}
buildCounterStatus--;
@@ -1201,14 +1201,14 @@
buildCounterUnclaimDeviceRequest--;
}
-buildUnnamed2677() {
+buildUnnamed2681() {
var o = new core.List<api.PartnerUnclaim>();
o.add(buildPartnerUnclaim());
o.add(buildPartnerUnclaim());
return o;
}
-checkUnnamed2677(core.List<api.PartnerUnclaim> o) {
+checkUnnamed2681(core.List<api.PartnerUnclaim> o) {
unittest.expect(o, unittest.hasLength(2));
checkPartnerUnclaim(o[0]);
checkPartnerUnclaim(o[1]);
@@ -1219,7 +1219,7 @@
var o = new api.UnclaimDevicesRequest();
buildCounterUnclaimDevicesRequest++;
if (buildCounterUnclaimDevicesRequest < 3) {
- o.unclaims = buildUnnamed2677();
+ o.unclaims = buildUnnamed2681();
}
buildCounterUnclaimDevicesRequest--;
return o;
@@ -1228,19 +1228,19 @@
checkUnclaimDevicesRequest(api.UnclaimDevicesRequest o) {
buildCounterUnclaimDevicesRequest++;
if (buildCounterUnclaimDevicesRequest < 3) {
- checkUnnamed2677(o.unclaims);
+ checkUnnamed2681(o.unclaims);
}
buildCounterUnclaimDevicesRequest--;
}
-buildUnnamed2678() {
+buildUnnamed2682() {
var o = new core.List<api.UpdateMetadataArguments>();
o.add(buildUpdateMetadataArguments());
o.add(buildUpdateMetadataArguments());
return o;
}
-checkUnnamed2678(core.List<api.UpdateMetadataArguments> o) {
+checkUnnamed2682(core.List<api.UpdateMetadataArguments> o) {
unittest.expect(o, unittest.hasLength(2));
checkUpdateMetadataArguments(o[0]);
checkUpdateMetadataArguments(o[1]);
@@ -1251,7 +1251,7 @@
var o = new api.UpdateDeviceMetadataInBatchRequest();
buildCounterUpdateDeviceMetadataInBatchRequest++;
if (buildCounterUpdateDeviceMetadataInBatchRequest < 3) {
- o.updates = buildUnnamed2678();
+ o.updates = buildUnnamed2682();
}
buildCounterUpdateDeviceMetadataInBatchRequest--;
return o;
@@ -1261,7 +1261,7 @@
api.UpdateDeviceMetadataInBatchRequest o) {
buildCounterUpdateDeviceMetadataInBatchRequest++;
if (buildCounterUpdateDeviceMetadataInBatchRequest < 3) {
- checkUnnamed2678(o.updates);
+ checkUnnamed2682(o.updates);
}
buildCounterUpdateDeviceMetadataInBatchRequest--;
}
@@ -1636,8 +1636,8 @@
var mock = new HttpServerMock();
api.CustomersResourceApi res =
new api.AndroiddeviceprovisioningApi(mock).customers;
- var arg_pageToken = "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;
@@ -1669,10 +1669,10 @@
core.Uri.decodeQueryComponent(keyvalue[1]));
}
}
- unittest.expect(
- queryMap["pageToken"].first, unittest.equals(arg_pageToken));
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 = {
@@ -1683,8 +1683,8 @@
}), true);
res
.list(
- pageToken: arg_pageToken,
pageSize: arg_pageSize,
+ pageToken: arg_pageToken,
$fields: arg_$fields)
.then(unittest.expectAsync1(((response) {
checkCustomerListCustomersResponse(response);
@@ -3051,8 +3051,8 @@
api.PartnersVendorsCustomersResourceApi res =
new api.AndroiddeviceprovisioningApi(mock).partners.vendors.customers;
var arg_parent = "foo";
- var arg_pageToken = "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;
@@ -3085,10 +3085,10 @@
core.Uri.decodeQueryComponent(keyvalue[1]));
}
}
- unittest.expect(
- queryMap["pageToken"].first, unittest.equals(arg_pageToken));
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 = {
@@ -3099,8 +3099,8 @@
}), true);
res
.list(arg_parent,
- pageToken: arg_pageToken,
pageSize: arg_pageSize,
+ pageToken: arg_pageToken,
$fields: arg_$fields)
.then(unittest.expectAsync1(((response) {
checkListVendorCustomersResponse(response);