A pager for iterating through list_report_configs requests.
This class thinly wraps an initial
ListReportConfigsResponse object, and
provides an __iter__ method to iterate through its
report_configs field.
If there are more pages, the __iter__ method will make additional
ListReportConfigs requests and continue to iterate
through the report_configs field on the
corresponding responses.
All the usual ListReportConfigsResponse
attributes are available on the pager. If multiple requests are made, only
the most recent response is retained, and thus used for attribute lookup.
Designation of what errors, if any, should be retried.
timeout
float
The timeout for this request.
metadata
Sequence[Tuple[str, Union[str, bytes]]]
Key/value pairs which should be sent along with the request as metadata. Normally, each value must be of type str, but for metadata keys ending with the suffix -bin, the corresponding values must be of type bytes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Class ListReportConfigsPager (0.1.15)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.15 (latest)](/python/docs/reference/migrationcenter/latest/google.cloud.migrationcenter_v1.services.migration_center.pagers.ListReportConfigsPager)\n- [0.1.13](/python/docs/reference/migrationcenter/0.1.13/google.cloud.migrationcenter_v1.services.migration_center.pagers.ListReportConfigsPager) \n\n ListReportConfigsPager(\n method: typing.Callable[\n [...],\n google.cloud.migrationcenter_v1.types.migrationcenter.ListReportConfigsResponse,\n ],\n request: google.cloud.migrationcenter_v1.types.migrationcenter.ListReportConfigsRequest,\n response: google.cloud.migrationcenter_v1.types.migrationcenter.ListReportConfigsResponse,\n *,\n retry: typing.Optional[\n typing.Union[\n google.api_core.retry.retry_unary.Retry,\n google.api_core.gapic_v1.method._MethodDefault,\n ]\n ] = _MethodDefault._DEFAULT_VALUE,\n timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,\n metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()\n )\n\nA pager for iterating through `list_report_configs` requests.\n\nThis class thinly wraps an initial\n[ListReportConfigsResponse](/python/docs/reference/migrationcenter/latest/google.cloud.migrationcenter_v1.types.ListReportConfigsResponse) object, and\nprovides an `__iter__` method to iterate through its\n`report_configs` field.\n\nIf there are more pages, the `__iter__` method will make additional\n`ListReportConfigs` requests and continue to iterate\nthrough the `report_configs` field on the\ncorresponding responses.\n\nAll the usual [ListReportConfigsResponse](/python/docs/reference/migrationcenter/latest/google.cloud.migrationcenter_v1.types.ListReportConfigsResponse)\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### ListReportConfigsPager\n\n ListReportConfigsPager(\n method: typing.Callable[\n [...],\n google.cloud.migrationcenter_v1.types.migrationcenter.ListReportConfigsResponse,\n ],\n request: google.cloud.migrationcenter_v1.types.migrationcenter.ListReportConfigsRequest,\n response: google.cloud.migrationcenter_v1.types.migrationcenter.ListReportConfigsResponse,\n *,\n retry: typing.Optional[\n typing.Union[\n google.api_core.retry.retry_unary.Retry,\n google.api_core.gapic_v1.method._MethodDefault,\n ]\n ] = _MethodDefault._DEFAULT_VALUE,\n timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,\n metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()\n )\n\nInstantiate the pager."]]