API documentation for auditmanager_v1.services.audit_manager.pagers module.
Classes
ListAuditReportsAsyncPager
ListAuditReportsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.auditmanager_v1.types.auditmanager.ListAuditReportsResponse
],
],
request: google.cloud.auditmanager_v1.types.auditmanager.ListAuditReportsRequest,
response: google.cloud.auditmanager_v1.types.auditmanager.ListAuditReportsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)A pager for iterating through list_audit_reports requests.
This class thinly wraps an initial
ListAuditReportsResponse object, and
provides an __aiter__ method to iterate through its
audit_reports field.
If there are more pages, the __aiter__ method will make additional
ListAuditReports requests and continue to iterate
through the audit_reports field on the
corresponding responses.
All the usual ListAuditReportsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListAuditReportsPager
ListAuditReportsPager(
method: typing.Callable[
[...], google.cloud.auditmanager_v1.types.auditmanager.ListAuditReportsResponse
],
request: google.cloud.auditmanager_v1.types.auditmanager.ListAuditReportsRequest,
response: google.cloud.auditmanager_v1.types.auditmanager.ListAuditReportsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)A pager for iterating through list_audit_reports requests.
This class thinly wraps an initial
ListAuditReportsResponse object, and
provides an __iter__ method to iterate through its
audit_reports field.
If there are more pages, the __iter__ method will make additional
ListAuditReports requests and continue to iterate
through the audit_reports field on the
corresponding responses.
All the usual ListAuditReportsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListControlsAsyncPager
ListControlsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.auditmanager_v1.types.auditmanager.ListControlsResponse
],
],
request: google.cloud.auditmanager_v1.types.auditmanager.ListControlsRequest,
response: google.cloud.auditmanager_v1.types.auditmanager.ListControlsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)A pager for iterating through list_controls requests.
This class thinly wraps an initial
ListControlsResponse object, and
provides an __aiter__ method to iterate through its
controls field.
If there are more pages, the __aiter__ method will make additional
ListControls requests and continue to iterate
through the controls field on the
corresponding responses.
All the usual ListControlsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListControlsPager
ListControlsPager(
method: typing.Callable[
[...], google.cloud.auditmanager_v1.types.auditmanager.ListControlsResponse
],
request: google.cloud.auditmanager_v1.types.auditmanager.ListControlsRequest,
response: google.cloud.auditmanager_v1.types.auditmanager.ListControlsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)A pager for iterating through list_controls requests.
This class thinly wraps an initial
ListControlsResponse object, and
provides an __iter__ method to iterate through its
controls field.
If there are more pages, the __iter__ method will make additional
ListControls requests and continue to iterate
through the controls field on the
corresponding responses.
All the usual ListControlsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListResourceEnrollmentStatusesAsyncPager
ListResourceEnrollmentStatusesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.auditmanager_v1.types.auditmanager.ListResourceEnrollmentStatusesResponse
],
],
request: google.cloud.auditmanager_v1.types.auditmanager.ListResourceEnrollmentStatusesRequest,
response: google.cloud.auditmanager_v1.types.auditmanager.ListResourceEnrollmentStatusesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)A pager for iterating through list_resource_enrollment_statuses requests.
This class thinly wraps an initial
ListResourceEnrollmentStatusesResponse object, and
provides an __aiter__ method to iterate through its
resource_enrollment_statuses field.
If there are more pages, the __aiter__ method will make additional
ListResourceEnrollmentStatuses requests and continue to iterate
through the resource_enrollment_statuses field on the
corresponding responses.
All the usual ListResourceEnrollmentStatusesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListResourceEnrollmentStatusesPager
ListResourceEnrollmentStatusesPager(
method: typing.Callable[
[...],
google.cloud.auditmanager_v1.types.auditmanager.ListResourceEnrollmentStatusesResponse,
],
request: google.cloud.auditmanager_v1.types.auditmanager.ListResourceEnrollmentStatusesRequest,
response: google.cloud.auditmanager_v1.types.auditmanager.ListResourceEnrollmentStatusesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)A pager for iterating through list_resource_enrollment_statuses requests.
This class thinly wraps an initial
ListResourceEnrollmentStatusesResponse object, and
provides an __iter__ method to iterate through its
resource_enrollment_statuses field.
If there are more pages, the __iter__ method will make additional
ListResourceEnrollmentStatuses requests and continue to iterate
through the resource_enrollment_statuses field on the
corresponding responses.
All the usual ListResourceEnrollmentStatusesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.