A pager for iterating through list_org_policy_violations requests.
This class thinly wraps an initial
ListOrgPolicyViolationsResponse object, and
provides an __aiter__ method to iterate through its
org_policy_violations field.
If there are more pages, the __aiter__ method will make additional
ListOrgPolicyViolations requests and continue to iterate
through the org_policy_violations field on the
corresponding responses.
All the usual ListOrgPolicyViolationsResponse
attributes are available on the pager. If multiple requests are made, only
the most recent response is retained, and thus used for attribute lookup.
A pager for iterating through list_org_policy_violations requests.
This class thinly wraps an initial
ListOrgPolicyViolationsResponse object, and
provides an __iter__ method to iterate through its
org_policy_violations field.
If there are more pages, the __iter__ method will make additional
ListOrgPolicyViolations requests and continue to iterate
through the org_policy_violations field on the
corresponding responses.
All the usual ListOrgPolicyViolationsResponse
attributes are available on the pager. If multiple requests are made, only
the most recent response is retained, and thus used for attribute lookup.
A pager for iterating through list_org_policy_violations_previews requests.
This class thinly wraps an initial
ListOrgPolicyViolationsPreviewsResponse object, and
provides an __aiter__ method to iterate through its
org_policy_violations_previews field.
If there are more pages, the __aiter__ method will make additional
ListOrgPolicyViolationsPreviews requests and continue to iterate
through the org_policy_violations_previews field on the
corresponding responses.
All the usual ListOrgPolicyViolationsPreviewsResponse
attributes are available on the pager. If multiple requests are made, only
the most recent response is retained, and thus used for attribute lookup.
A pager for iterating through list_org_policy_violations_previews requests.
This class thinly wraps an initial
ListOrgPolicyViolationsPreviewsResponse object, and
provides an __iter__ method to iterate through its
org_policy_violations_previews field.
If there are more pages, the __iter__ method will make additional
ListOrgPolicyViolationsPreviews requests and continue to iterate
through the org_policy_violations_previews field on the
corresponding responses.
All the usual ListOrgPolicyViolationsPreviewsResponse
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"]],[["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,["# Module pagers (0.1.15)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.15 (latest)](/python/docs/reference/policysimulator/latest/google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.pagers)\n- [0.1.14](/python/docs/reference/policysimulator/0.1.14/google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.pagers) \nAPI documentation for `policysimulator_v1.services.org_policy_violations_preview_service.pagers` module.\n\nClasses\n-------\n\n### [ListOrgPolicyViolationsAsyncPager](/python/docs/reference/policysimulator/latest/google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.pagers.ListOrgPolicyViolationsAsyncPager)\n\n ListOrgPolicyViolationsAsyncPager(\n method: typing.Callable[\n [...],\n typing.Awaitable[\n google.cloud.policysimulator_v1.types.orgpolicy.ListOrgPolicyViolationsResponse\n ],\n ],\n request: google.cloud.policysimulator_v1.types.orgpolicy.ListOrgPolicyViolationsRequest,\n response: google.cloud.policysimulator_v1.types.orgpolicy.ListOrgPolicyViolationsResponse,\n *,\n retry: typing.Optional[\n typing.Union[\n google.api_core.retry.retry_unary_async.AsyncRetry,\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_org_policy_violations` requests.\n\nThis class thinly wraps an initial\n[ListOrgPolicyViolationsResponse](/python/docs/reference/policysimulator/latest/google.cloud.policysimulator_v1.types.ListOrgPolicyViolationsResponse) object, and\nprovides an `__aiter__` method to iterate through its\n`org_policy_violations` field.\n\nIf there are more pages, the `__aiter__` method will make additional\n`ListOrgPolicyViolations` requests and continue to iterate\nthrough the `org_policy_violations` field on the\ncorresponding responses.\n\nAll the usual [ListOrgPolicyViolationsResponse](/python/docs/reference/policysimulator/latest/google.cloud.policysimulator_v1.types.ListOrgPolicyViolationsResponse)\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\n### [ListOrgPolicyViolationsPager](/python/docs/reference/policysimulator/latest/google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.pagers.ListOrgPolicyViolationsPager)\n\n ListOrgPolicyViolationsPager(\n method: typing.Callable[\n [...],\n google.cloud.policysimulator_v1.types.orgpolicy.ListOrgPolicyViolationsResponse,\n ],\n request: google.cloud.policysimulator_v1.types.orgpolicy.ListOrgPolicyViolationsRequest,\n response: google.cloud.policysimulator_v1.types.orgpolicy.ListOrgPolicyViolationsResponse,\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_org_policy_violations` requests.\n\nThis class thinly wraps an initial\n[ListOrgPolicyViolationsResponse](/python/docs/reference/policysimulator/latest/google.cloud.policysimulator_v1.types.ListOrgPolicyViolationsResponse) object, and\nprovides an `__iter__` method to iterate through its\n`org_policy_violations` field.\n\nIf there are more pages, the `__iter__` method will make additional\n`ListOrgPolicyViolations` requests and continue to iterate\nthrough the `org_policy_violations` field on the\ncorresponding responses.\n\nAll the usual [ListOrgPolicyViolationsResponse](/python/docs/reference/policysimulator/latest/google.cloud.policysimulator_v1.types.ListOrgPolicyViolationsResponse)\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\n### [ListOrgPolicyViolationsPreviewsAsyncPager](/python/docs/reference/policysimulator/latest/google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.pagers.ListOrgPolicyViolationsPreviewsAsyncPager)\n\n ListOrgPolicyViolationsPreviewsAsyncPager(\n method: typing.Callable[\n [...],\n typing.Awaitable[\n google.cloud.policysimulator_v1.types.orgpolicy.ListOrgPolicyViolationsPreviewsResponse\n ],\n ],\n request: google.cloud.policysimulator_v1.types.orgpolicy.ListOrgPolicyViolationsPreviewsRequest,\n response: google.cloud.policysimulator_v1.types.orgpolicy.ListOrgPolicyViolationsPreviewsResponse,\n *,\n retry: typing.Optional[\n typing.Union[\n google.api_core.retry.retry_unary_async.AsyncRetry,\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_org_policy_violations_previews` requests.\n\nThis class thinly wraps an initial\n[ListOrgPolicyViolationsPreviewsResponse](/python/docs/reference/policysimulator/latest/google.cloud.policysimulator_v1.types.ListOrgPolicyViolationsPreviewsResponse) object, and\nprovides an `__aiter__` method to iterate through its\n`org_policy_violations_previews` field.\n\nIf there are more pages, the `__aiter__` method will make additional\n`ListOrgPolicyViolationsPreviews` requests and continue to iterate\nthrough the `org_policy_violations_previews` field on the\ncorresponding responses.\n\nAll the usual [ListOrgPolicyViolationsPreviewsResponse](/python/docs/reference/policysimulator/latest/google.cloud.policysimulator_v1.types.ListOrgPolicyViolationsPreviewsResponse)\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\n### [ListOrgPolicyViolationsPreviewsPager](/python/docs/reference/policysimulator/latest/google.cloud.policysimulator_v1.services.org_policy_violations_preview_service.pagers.ListOrgPolicyViolationsPreviewsPager)\n\n ListOrgPolicyViolationsPreviewsPager(\n method: typing.Callable[\n [...],\n google.cloud.policysimulator_v1.types.orgpolicy.ListOrgPolicyViolationsPreviewsResponse,\n ],\n request: google.cloud.policysimulator_v1.types.orgpolicy.ListOrgPolicyViolationsPreviewsRequest,\n response: google.cloud.policysimulator_v1.types.orgpolicy.ListOrgPolicyViolationsPreviewsResponse,\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_org_policy_violations_previews` requests.\n\nThis class thinly wraps an initial\n[ListOrgPolicyViolationsPreviewsResponse](/python/docs/reference/policysimulator/latest/google.cloud.policysimulator_v1.types.ListOrgPolicyViolationsPreviewsResponse) object, and\nprovides an `__iter__` method to iterate through its\n`org_policy_violations_previews` field.\n\nIf there are more pages, the `__iter__` method will make additional\n`ListOrgPolicyViolationsPreviews` requests and continue to iterate\nthrough the `org_policy_violations_previews` field on the\ncorresponding responses.\n\nAll the usual [ListOrgPolicyViolationsPreviewsResponse](/python/docs/reference/policysimulator/latest/google.cloud.policysimulator_v1.types.ListOrgPolicyViolationsPreviewsResponse)\nattributes are available on the pager. If multiple requests are made, only\nthe most recent response is retained, and thus used for attribute lookup."]]