A pager for iterating through list_google_api_sources requests.
This class thinly wraps an initial ListGoogleApiSourcesResponse object, and provides an __iter__ method to iterate through its google_api_sources field.
If there are more pages, the __iter__ method will make additional ListGoogleApiSources requests and continue to iterate through the google_api_sources field on the corresponding responses.
All the usual ListGoogleApiSourcesResponse 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"]],[["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 ListGoogleApiSourcesPager (1.15.3)\n\nVersion latestkeyboard_arrow_down\n\n- [1.15.3 (latest)](/python/docs/reference/eventarc/latest/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.15.1](/python/docs/reference/eventarc/1.15.1/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.14.0](/python/docs/reference/eventarc/1.14.0/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.13.2](/python/docs/reference/eventarc/1.13.2/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.12.0](/python/docs/reference/eventarc/1.12.0/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.11.5](/python/docs/reference/eventarc/1.11.5/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.10.0](/python/docs/reference/eventarc/1.10.0/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.9.2](/python/docs/reference/eventarc/1.9.2/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.8.1](/python/docs/reference/eventarc/1.8.1/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.7.0](/python/docs/reference/eventarc/1.7.0/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.6.3](/python/docs/reference/eventarc/1.6.3/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.5.1](/python/docs/reference/eventarc/1.5.1/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.4.2](/python/docs/reference/eventarc/1.4.2/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.3.0](/python/docs/reference/eventarc/1.3.0/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.2.1](/python/docs/reference/eventarc/1.2.1/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.1.0](/python/docs/reference/eventarc/1.1.0/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [1.0.2](/python/docs/reference/eventarc/1.0.2/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [0.2.4](/python/docs/reference/eventarc/0.2.4/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager)\n- [0.1.0](/python/docs/reference/eventarc/0.1.0/google.cloud.eventarc_v1.services.eventarc.pagers.ListGoogleApiSourcesPager) \n\n ListGoogleApiSourcesPager(\n method: typing.Callable[\n [...], google.cloud.eventarc_v1.types.eventarc.ListGoogleApiSourcesResponse\n ],\n request: google.cloud.eventarc_v1.types.eventarc.ListGoogleApiSourcesRequest,\n response: google.cloud.eventarc_v1.types.eventarc.ListGoogleApiSourcesResponse,\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_google_api_sources` requests.\n\nThis class thinly wraps an initial\n[ListGoogleApiSourcesResponse](/python/docs/reference/eventarc/latest/google.cloud.eventarc_v1.types.ListGoogleApiSourcesResponse) object, and\nprovides an `__iter__` method to iterate through its\n`google_api_sources` field.\n\nIf there are more pages, the `__iter__` method will make additional\n`ListGoogleApiSources` requests and continue to iterate\nthrough the `google_api_sources` field on the\ncorresponding responses.\n\nAll the usual [ListGoogleApiSourcesResponse](/python/docs/reference/eventarc/latest/google.cloud.eventarc_v1.types.ListGoogleApiSourcesResponse)\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### ListGoogleApiSourcesPager\n\n ListGoogleApiSourcesPager(\n method: typing.Callable[\n [...], google.cloud.eventarc_v1.types.eventarc.ListGoogleApiSourcesResponse\n ],\n request: google.cloud.eventarc_v1.types.eventarc.ListGoogleApiSourcesRequest,\n response: google.cloud.eventarc_v1.types.eventarc.ListGoogleApiSourcesResponse,\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."]]