A pager for iterating through list_device_registries requests.
This class thinly wraps an initial
ListDeviceRegistriesResponse object, and
provides an __aiter__ method to iterate through its
device_registries field.
If there are more pages, the __aiter__ method will make additional
ListDeviceRegistries requests and continue to iterate
through the device_registries field on the
corresponding responses.
All the usual ListDeviceRegistriesResponse
attributes are available on the pager. If multiple requests are made, only
the most recent response is retained, and thus used for attribute lookup.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class ListDeviceRegistriesAsyncPager (2.9.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.9.2 (latest)](/python/docs/reference/cloudiot/latest/google.cloud.iot_v1.services.device_manager.pagers.ListDeviceRegistriesAsyncPager)\n- [2.9.1](/python/docs/reference/cloudiot/2.9.1/google.cloud.iot_v1.services.device_manager.pagers.ListDeviceRegistriesAsyncPager)\n- [2.8.1](/python/docs/reference/cloudiot/2.8.1/google.cloud.iot_v1.services.device_manager.pagers.ListDeviceRegistriesAsyncPager)\n- [2.7.0](/python/docs/reference/cloudiot/2.7.0/google.cloud.iot_v1.services.device_manager.pagers.ListDeviceRegistriesAsyncPager)\n- [2.6.4](/python/docs/reference/cloudiot/2.6.4/google.cloud.iot_v1.services.device_manager.pagers.ListDeviceRegistriesAsyncPager)\n- [2.5.1](/python/docs/reference/cloudiot/2.5.1/google.cloud.iot_v1.services.device_manager.pagers.ListDeviceRegistriesAsyncPager)\n- [2.4.1](/python/docs/reference/cloudiot/2.4.1/google.cloud.iot_v1.services.device_manager.pagers.ListDeviceRegistriesAsyncPager)\n- [2.3.0](/python/docs/reference/cloudiot/2.3.0/google.cloud.iot_v1.services.device_manager.pagers.ListDeviceRegistriesAsyncPager)\n- [2.2.1](/python/docs/reference/cloudiot/2.2.1/google.cloud.iot_v1.services.device_manager.pagers.ListDeviceRegistriesAsyncPager)\n- [2.1.0](/python/docs/reference/cloudiot/2.1.0/google.cloud.iot_v1.services.device_manager.pagers.ListDeviceRegistriesAsyncPager)\n- [2.0.2](/python/docs/reference/cloudiot/2.0.2/google.cloud.iot_v1.services.device_manager.pagers.ListDeviceRegistriesAsyncPager)\n- [1.0.2](/python/docs/reference/cloudiot/1.0.2/google.cloud.iot_v1.services.device_manager.pagers.ListDeviceRegistriesAsyncPager)\n- [0.3.3](/python/docs/reference/cloudiot/0.3.3/google.cloud.iot_v1.services.device_manager.pagers.ListDeviceRegistriesAsyncPager) \n\n ListDeviceRegistriesAsyncPager(\n method: typing.Callable[\n [...],\n typing.Awaitable[\n google.cloud.iot_v1.types.device_manager.ListDeviceRegistriesResponse\n ],\n ],\n request: google.cloud.iot_v1.types.device_manager.ListDeviceRegistriesRequest,\n response: google.cloud.iot_v1.types.device_manager.ListDeviceRegistriesResponse,\n *,\n metadata: typing.Sequence[typing.Tuple[str, str]] = ()\n )\n\nA pager for iterating through `list_device_registries` requests.\n\nThis class thinly wraps an initial\n[ListDeviceRegistriesResponse](/python/docs/reference/cloudiot/latest/google.cloud.iot_v1.types.ListDeviceRegistriesResponse) object, and\nprovides an `__aiter__` method to iterate through its\n`device_registries` field.\n\nIf there are more pages, the `__aiter__` method will make additional\n`ListDeviceRegistries` requests and continue to iterate\nthrough the `device_registries` field on the\ncorresponding responses.\n\nAll the usual [ListDeviceRegistriesResponse](/python/docs/reference/cloudiot/latest/google.cloud.iot_v1.types.ListDeviceRegistriesResponse)\nattributes are available on the pager. If multiple requests are made, only\nthe most recent response is retained, and thus used for attribute lookup.\n\nMethods\n-------\n\n### ListDeviceRegistriesAsyncPager\n\n ListDeviceRegistriesAsyncPager(\n method: typing.Callable[\n [...],\n typing.Awaitable[\n google.cloud.iot_v1.types.device_manager.ListDeviceRegistriesResponse\n ],\n ],\n request: google.cloud.iot_v1.types.device_manager.ListDeviceRegistriesRequest,\n response: google.cloud.iot_v1.types.device_manager.ListDeviceRegistriesResponse,\n *,\n metadata: typing.Sequence[typing.Tuple[str, str]] = ()\n )\n\nInstantiates the pager."]]