Index: generated/googleapis_beta/test/proximitybeacon/v1beta1_test.dart |
diff --git a/generated/googleapis_beta/test/proximitybeacon/v1beta1_test.dart b/generated/googleapis_beta/test/proximitybeacon/v1beta1_test.dart |
index b58617428b4aa022b0a15037702e92011ed0b505..66ea8177fac446dd8a5841aa4b2443ab51030762 100644 |
--- a/generated/googleapis_beta/test/proximitybeacon/v1beta1_test.dart |
+++ b/generated/googleapis_beta/test/proximitybeacon/v1beta1_test.dart |
@@ -93,14 +93,14 @@ checkAttachmentInfo(api.AttachmentInfo o) { |
buildCounterAttachmentInfo--; |
} |
-buildUnnamed3963() { |
+buildUnnamed3674() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed3963(core.Map<core.String, core.String> o) { |
+checkUnnamed3674(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')); |
@@ -119,7 +119,7 @@ buildBeacon() { |
o.indoorLevel = buildIndoorLevel(); |
o.latLng = buildLatLng(); |
o.placeId = "foo"; |
- o.properties = buildUnnamed3963(); |
+ o.properties = buildUnnamed3674(); |
o.provisioningKey = "foo"; |
o.status = "foo"; |
} |
@@ -138,7 +138,7 @@ checkBeacon(api.Beacon o) { |
checkIndoorLevel(o.indoorLevel); |
checkLatLng(o.latLng); |
unittest.expect(o.placeId, unittest.equals('foo')); |
- checkUnnamed3963(o.properties); |
+ checkUnnamed3674(o.properties); |
unittest.expect(o.provisioningKey, unittest.equals('foo')); |
unittest.expect(o.status, unittest.equals('foo')); |
} |
@@ -168,14 +168,14 @@ checkBeaconAttachment(api.BeaconAttachment o) { |
buildCounterBeaconAttachment--; |
} |
-buildUnnamed3964() { |
+buildUnnamed3675() { |
var o = new core.List<api.AttachmentInfo>(); |
o.add(buildAttachmentInfo()); |
o.add(buildAttachmentInfo()); |
return o; |
} |
-checkUnnamed3964(core.List<api.AttachmentInfo> o) { |
+checkUnnamed3675(core.List<api.AttachmentInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkAttachmentInfo(o[0]); |
checkAttachmentInfo(o[1]); |
@@ -187,7 +187,7 @@ buildBeaconInfo() { |
buildCounterBeaconInfo++; |
if (buildCounterBeaconInfo < 3) { |
o.advertisedId = buildAdvertisedId(); |
- o.attachments = buildUnnamed3964(); |
+ o.attachments = buildUnnamed3675(); |
o.beaconName = "foo"; |
} |
buildCounterBeaconInfo--; |
@@ -198,7 +198,7 @@ checkBeaconInfo(api.BeaconInfo o) { |
buildCounterBeaconInfo++; |
if (buildCounterBeaconInfo < 3) { |
checkAdvertisedId(o.advertisedId); |
- checkUnnamed3964(o.attachments); |
+ checkUnnamed3675(o.attachments); |
unittest.expect(o.beaconName, unittest.equals('foo')); |
} |
buildCounterBeaconInfo--; |
@@ -246,14 +246,14 @@ checkDeleteAttachmentsResponse(api.DeleteAttachmentsResponse o) { |
buildCounterDeleteAttachmentsResponse--; |
} |
-buildUnnamed3965() { |
+buildUnnamed3676() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3965(core.List<core.String> o) { |
+checkUnnamed3676(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -264,7 +264,7 @@ buildDiagnostics() { |
var o = new api.Diagnostics(); |
buildCounterDiagnostics++; |
if (buildCounterDiagnostics < 3) { |
- o.alerts = buildUnnamed3965(); |
+ o.alerts = buildUnnamed3676(); |
o.beaconName = "foo"; |
o.estimatedLowBatteryDate = buildDate(); |
} |
@@ -275,7 +275,7 @@ buildDiagnostics() { |
checkDiagnostics(api.Diagnostics o) { |
buildCounterDiagnostics++; |
if (buildCounterDiagnostics < 3) { |
- checkUnnamed3965(o.alerts); |
+ checkUnnamed3676(o.alerts); |
unittest.expect(o.beaconName, unittest.equals('foo')); |
checkDate(o.estimatedLowBatteryDate); |
} |
@@ -351,27 +351,27 @@ checkEphemeralIdRegistrationParams(api.EphemeralIdRegistrationParams o) { |
buildCounterEphemeralIdRegistrationParams--; |
} |
-buildUnnamed3966() { |
+buildUnnamed3677() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3966(core.List<core.String> o) { |
+checkUnnamed3677(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed3967() { |
+buildUnnamed3678() { |
var o = new core.List<api.Observation>(); |
o.add(buildObservation()); |
o.add(buildObservation()); |
return o; |
} |
-checkUnnamed3967(core.List<api.Observation> o) { |
+checkUnnamed3678(core.List<api.Observation> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkObservation(o[0]); |
checkObservation(o[1]); |
@@ -382,8 +382,8 @@ buildGetInfoForObservedBeaconsRequest() { |
var o = new api.GetInfoForObservedBeaconsRequest(); |
buildCounterGetInfoForObservedBeaconsRequest++; |
if (buildCounterGetInfoForObservedBeaconsRequest < 3) { |
- o.namespacedTypes = buildUnnamed3966(); |
- o.observations = buildUnnamed3967(); |
+ o.namespacedTypes = buildUnnamed3677(); |
+ o.observations = buildUnnamed3678(); |
} |
buildCounterGetInfoForObservedBeaconsRequest--; |
return o; |
@@ -392,20 +392,20 @@ buildGetInfoForObservedBeaconsRequest() { |
checkGetInfoForObservedBeaconsRequest(api.GetInfoForObservedBeaconsRequest o) { |
buildCounterGetInfoForObservedBeaconsRequest++; |
if (buildCounterGetInfoForObservedBeaconsRequest < 3) { |
- checkUnnamed3966(o.namespacedTypes); |
- checkUnnamed3967(o.observations); |
+ checkUnnamed3677(o.namespacedTypes); |
+ checkUnnamed3678(o.observations); |
} |
buildCounterGetInfoForObservedBeaconsRequest--; |
} |
-buildUnnamed3968() { |
+buildUnnamed3679() { |
var o = new core.List<api.BeaconInfo>(); |
o.add(buildBeaconInfo()); |
o.add(buildBeaconInfo()); |
return o; |
} |
-checkUnnamed3968(core.List<api.BeaconInfo> o) { |
+checkUnnamed3679(core.List<api.BeaconInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkBeaconInfo(o[0]); |
checkBeaconInfo(o[1]); |
@@ -416,7 +416,7 @@ buildGetInfoForObservedBeaconsResponse() { |
var o = new api.GetInfoForObservedBeaconsResponse(); |
buildCounterGetInfoForObservedBeaconsResponse++; |
if (buildCounterGetInfoForObservedBeaconsResponse < 3) { |
- o.beacons = buildUnnamed3968(); |
+ o.beacons = buildUnnamed3679(); |
} |
buildCounterGetInfoForObservedBeaconsResponse--; |
return o; |
@@ -425,7 +425,7 @@ buildGetInfoForObservedBeaconsResponse() { |
checkGetInfoForObservedBeaconsResponse(api.GetInfoForObservedBeaconsResponse o) { |
buildCounterGetInfoForObservedBeaconsResponse++; |
if (buildCounterGetInfoForObservedBeaconsResponse < 3) { |
- checkUnnamed3968(o.beacons); |
+ checkUnnamed3679(o.beacons); |
} |
buildCounterGetInfoForObservedBeaconsResponse--; |
} |
@@ -470,14 +470,14 @@ checkLatLng(api.LatLng o) { |
buildCounterLatLng--; |
} |
-buildUnnamed3969() { |
+buildUnnamed3680() { |
var o = new core.List<api.BeaconAttachment>(); |
o.add(buildBeaconAttachment()); |
o.add(buildBeaconAttachment()); |
return o; |
} |
-checkUnnamed3969(core.List<api.BeaconAttachment> o) { |
+checkUnnamed3680(core.List<api.BeaconAttachment> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkBeaconAttachment(o[0]); |
checkBeaconAttachment(o[1]); |
@@ -488,7 +488,7 @@ buildListBeaconAttachmentsResponse() { |
var o = new api.ListBeaconAttachmentsResponse(); |
buildCounterListBeaconAttachmentsResponse++; |
if (buildCounterListBeaconAttachmentsResponse < 3) { |
- o.attachments = buildUnnamed3969(); |
+ o.attachments = buildUnnamed3680(); |
} |
buildCounterListBeaconAttachmentsResponse--; |
return o; |
@@ -497,19 +497,19 @@ buildListBeaconAttachmentsResponse() { |
checkListBeaconAttachmentsResponse(api.ListBeaconAttachmentsResponse o) { |
buildCounterListBeaconAttachmentsResponse++; |
if (buildCounterListBeaconAttachmentsResponse < 3) { |
- checkUnnamed3969(o.attachments); |
+ checkUnnamed3680(o.attachments); |
} |
buildCounterListBeaconAttachmentsResponse--; |
} |
-buildUnnamed3970() { |
+buildUnnamed3681() { |
var o = new core.List<api.Beacon>(); |
o.add(buildBeacon()); |
o.add(buildBeacon()); |
return o; |
} |
-checkUnnamed3970(core.List<api.Beacon> o) { |
+checkUnnamed3681(core.List<api.Beacon> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkBeacon(o[0]); |
checkBeacon(o[1]); |
@@ -520,7 +520,7 @@ buildListBeaconsResponse() { |
var o = new api.ListBeaconsResponse(); |
buildCounterListBeaconsResponse++; |
if (buildCounterListBeaconsResponse < 3) { |
- o.beacons = buildUnnamed3970(); |
+ o.beacons = buildUnnamed3681(); |
o.nextPageToken = "foo"; |
o.totalCount = "foo"; |
} |
@@ -531,21 +531,21 @@ buildListBeaconsResponse() { |
checkListBeaconsResponse(api.ListBeaconsResponse o) { |
buildCounterListBeaconsResponse++; |
if (buildCounterListBeaconsResponse < 3) { |
- checkUnnamed3970(o.beacons); |
+ checkUnnamed3681(o.beacons); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
unittest.expect(o.totalCount, unittest.equals('foo')); |
} |
buildCounterListBeaconsResponse--; |
} |
-buildUnnamed3971() { |
+buildUnnamed3682() { |
var o = new core.List<api.Diagnostics>(); |
o.add(buildDiagnostics()); |
o.add(buildDiagnostics()); |
return o; |
} |
-checkUnnamed3971(core.List<api.Diagnostics> o) { |
+checkUnnamed3682(core.List<api.Diagnostics> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkDiagnostics(o[0]); |
checkDiagnostics(o[1]); |
@@ -556,7 +556,7 @@ buildListDiagnosticsResponse() { |
var o = new api.ListDiagnosticsResponse(); |
buildCounterListDiagnosticsResponse++; |
if (buildCounterListDiagnosticsResponse < 3) { |
- o.diagnostics = buildUnnamed3971(); |
+ o.diagnostics = buildUnnamed3682(); |
o.nextPageToken = "foo"; |
} |
buildCounterListDiagnosticsResponse--; |
@@ -566,20 +566,20 @@ buildListDiagnosticsResponse() { |
checkListDiagnosticsResponse(api.ListDiagnosticsResponse o) { |
buildCounterListDiagnosticsResponse++; |
if (buildCounterListDiagnosticsResponse < 3) { |
- checkUnnamed3971(o.diagnostics); |
+ checkUnnamed3682(o.diagnostics); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListDiagnosticsResponse--; |
} |
-buildUnnamed3972() { |
+buildUnnamed3683() { |
var o = new core.List<api.Namespace>(); |
o.add(buildNamespace()); |
o.add(buildNamespace()); |
return o; |
} |
-checkUnnamed3972(core.List<api.Namespace> o) { |
+checkUnnamed3683(core.List<api.Namespace> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkNamespace(o[0]); |
checkNamespace(o[1]); |
@@ -590,7 +590,7 @@ buildListNamespacesResponse() { |
var o = new api.ListNamespacesResponse(); |
buildCounterListNamespacesResponse++; |
if (buildCounterListNamespacesResponse < 3) { |
- o.namespaces = buildUnnamed3972(); |
+ o.namespaces = buildUnnamed3683(); |
} |
buildCounterListNamespacesResponse--; |
return o; |
@@ -599,7 +599,7 @@ buildListNamespacesResponse() { |
checkListNamespacesResponse(api.ListNamespacesResponse o) { |
buildCounterListNamespacesResponse++; |
if (buildCounterListNamespacesResponse < 3) { |
- checkUnnamed3972(o.namespaces); |
+ checkUnnamed3683(o.namespaces); |
} |
buildCounterListNamespacesResponse--; |
} |