Module pagers (1.31.0)

API documentation for securitycenter_v1.services.security_center.pagers module.

Classes

GroupAssetsAsyncPager

GroupAssetsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.securitycenter_v1.types.securitycenter_service.GroupAssetsResponse
        ],
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.GroupAssetsRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.GroupAssetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through group_assets requests.

This class thinly wraps an initial GroupAssetsResponse object, and provides an __aiter__ method to iterate through its group_by_results field.

If there are more pages, the __aiter__ method will make additional GroupAssets requests and continue to iterate through the group_by_results field on the corresponding responses.

All the usual GroupAssetsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

GroupAssetsPager

GroupAssetsPager(
    method: typing.Callable[
        [...],
        google.cloud.securitycenter_v1.types.securitycenter_service.GroupAssetsResponse,
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.GroupAssetsRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.GroupAssetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through group_assets requests.

This class thinly wraps an initial GroupAssetsResponse object, and provides an __iter__ method to iterate through its group_by_results field.

If there are more pages, the __iter__ method will make additional GroupAssets requests and continue to iterate through the group_by_results field on the corresponding responses.

All the usual GroupAssetsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

GroupFindingsAsyncPager

GroupFindingsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.securitycenter_v1.types.securitycenter_service.GroupFindingsResponse
        ],
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.GroupFindingsRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.GroupFindingsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through group_findings requests.

This class thinly wraps an initial GroupFindingsResponse object, and provides an __aiter__ method to iterate through its group_by_results field.

If there are more pages, the __aiter__ method will make additional GroupFindings requests and continue to iterate through the group_by_results field on the corresponding responses.

All the usual GroupFindingsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

GroupFindingsPager

GroupFindingsPager(
    method: typing.Callable[
        [...],
        google.cloud.securitycenter_v1.types.securitycenter_service.GroupFindingsResponse,
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.GroupFindingsRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.GroupFindingsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through group_findings requests.

This class thinly wraps an initial GroupFindingsResponse object, and provides an __iter__ method to iterate through its group_by_results field.

If there are more pages, the __iter__ method will make additional GroupFindings requests and continue to iterate through the group_by_results field on the corresponding responses.

All the usual GroupFindingsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListAssetsAsyncPager

ListAssetsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.securitycenter_v1.types.securitycenter_service.ListAssetsResponse
        ],
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListAssetsRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListAssetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_assets requests.

This class thinly wraps an initial ListAssetsResponse object, and provides an __aiter__ method to iterate through its list_assets_results field.

If there are more pages, the __aiter__ method will make additional ListAssets requests and continue to iterate through the list_assets_results field on the corresponding responses.

All the usual ListAssetsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListAssetsPager

ListAssetsPager(
    method: typing.Callable[
        [...],
        google.cloud.securitycenter_v1.types.securitycenter_service.ListAssetsResponse,
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListAssetsRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListAssetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_assets requests.

This class thinly wraps an initial ListAssetsResponse object, and provides an __iter__ method to iterate through its list_assets_results field.

If there are more pages, the __iter__ method will make additional ListAssets requests and continue to iterate through the list_assets_results field on the corresponding responses.

All the usual ListAssetsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListBigQueryExportsAsyncPager

ListBigQueryExportsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.securitycenter_v1.types.securitycenter_service.ListBigQueryExportsResponse
        ],
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListBigQueryExportsRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListBigQueryExportsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_big_query_exports requests.

This class thinly wraps an initial ListBigQueryExportsResponse object, and provides an __aiter__ method to iterate through its big_query_exports field.

If there are more pages, the __aiter__ method will make additional ListBigQueryExports requests and continue to iterate through the big_query_exports field on the corresponding responses.

All the usual ListBigQueryExportsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListBigQueryExportsPager

ListBigQueryExportsPager(
    method: typing.Callable[
        [...],
        google.cloud.securitycenter_v1.types.securitycenter_service.ListBigQueryExportsResponse,
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListBigQueryExportsRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListBigQueryExportsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_big_query_exports requests.

This class thinly wraps an initial ListBigQueryExportsResponse object, and provides an __iter__ method to iterate through its big_query_exports field.

If there are more pages, the __iter__ method will make additional ListBigQueryExports requests and continue to iterate through the big_query_exports field on the corresponding responses.

All the usual ListBigQueryExportsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDescendantSecurityHealthAnalyticsCustomModulesAsyncPager

ListDescendantSecurityHealthAnalyticsCustomModulesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.securitycenter_v1.types.securitycenter_service.ListDescendantSecurityHealthAnalyticsCustomModulesResponse
        ],
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListDescendantSecurityHealthAnalyticsCustomModulesRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListDescendantSecurityHealthAnalyticsCustomModulesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_descendant_security_health_analytics_custom_modules requests.

This class thinly wraps an initial ListDescendantSecurityHealthAnalyticsCustomModulesResponse object, and provides an __aiter__ method to iterate through its security_health_analytics_custom_modules field.

If there are more pages, the __aiter__ method will make additional ListDescendantSecurityHealthAnalyticsCustomModules requests and continue to iterate through the security_health_analytics_custom_modules field on the corresponding responses.

All the usual ListDescendantSecurityHealthAnalyticsCustomModulesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDescendantSecurityHealthAnalyticsCustomModulesPager

ListDescendantSecurityHealthAnalyticsCustomModulesPager(
    method: typing.Callable[
        [...],
        google.cloud.securitycenter_v1.types.securitycenter_service.ListDescendantSecurityHealthAnalyticsCustomModulesResponse,
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListDescendantSecurityHealthAnalyticsCustomModulesRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListDescendantSecurityHealthAnalyticsCustomModulesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_descendant_security_health_analytics_custom_modules requests.

This class thinly wraps an initial ListDescendantSecurityHealthAnalyticsCustomModulesResponse object, and provides an __iter__ method to iterate through its security_health_analytics_custom_modules field.

If there are more pages, the __iter__ method will make additional ListDescendantSecurityHealthAnalyticsCustomModules requests and continue to iterate through the security_health_analytics_custom_modules field on the corresponding responses.

All the usual ListDescendantSecurityHealthAnalyticsCustomModulesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListEffectiveSecurityHealthAnalyticsCustomModulesAsyncPager

ListEffectiveSecurityHealthAnalyticsCustomModulesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.securitycenter_v1.types.securitycenter_service.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse
        ],
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListEffectiveSecurityHealthAnalyticsCustomModulesRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_effective_security_health_analytics_custom_modules requests.

This class thinly wraps an initial ListEffectiveSecurityHealthAnalyticsCustomModulesResponse object, and provides an __aiter__ method to iterate through its effective_security_health_analytics_custom_modules field.

If there are more pages, the __aiter__ method will make additional ListEffectiveSecurityHealthAnalyticsCustomModules requests and continue to iterate through the effective_security_health_analytics_custom_modules field on the corresponding responses.

All the usual ListEffectiveSecurityHealthAnalyticsCustomModulesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListEffectiveSecurityHealthAnalyticsCustomModulesPager

ListEffectiveSecurityHealthAnalyticsCustomModulesPager(
    method: typing.Callable[
        [...],
        google.cloud.securitycenter_v1.types.securitycenter_service.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse,
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListEffectiveSecurityHealthAnalyticsCustomModulesRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_effective_security_health_analytics_custom_modules requests.

This class thinly wraps an initial ListEffectiveSecurityHealthAnalyticsCustomModulesResponse object, and provides an __iter__ method to iterate through its effective_security_health_analytics_custom_modules field.

If there are more pages, the __iter__ method will make additional ListEffectiveSecurityHealthAnalyticsCustomModules requests and continue to iterate through the effective_security_health_analytics_custom_modules field on the corresponding responses.

All the usual ListEffectiveSecurityHealthAnalyticsCustomModulesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListFindingsAsyncPager

ListFindingsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.securitycenter_v1.types.securitycenter_service.ListFindingsResponse
        ],
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListFindingsRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListFindingsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_findings requests.

This class thinly wraps an initial ListFindingsResponse object, and provides an __aiter__ method to iterate through its list_findings_results field.

If there are more pages, the __aiter__ method will make additional ListFindings requests and continue to iterate through the list_findings_results field on the corresponding responses.

All the usual ListFindingsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListFindingsPager

ListFindingsPager(
    method: typing.Callable[
        [...],
        google.cloud.securitycenter_v1.types.securitycenter_service.ListFindingsResponse,
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListFindingsRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListFindingsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_findings requests.

This class thinly wraps an initial ListFindingsResponse object, and provides an __iter__ method to iterate through its list_findings_results field.

If there are more pages, the __iter__ method will make additional ListFindings requests and continue to iterate through the list_findings_results field on the corresponding responses.

All the usual ListFindingsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListMuteConfigsAsyncPager

ListMuteConfigsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.securitycenter_v1.types.securitycenter_service.ListMuteConfigsResponse
        ],
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListMuteConfigsRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListMuteConfigsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_mute_configs requests.

This class thinly wraps an initial ListMuteConfigsResponse object, and provides an __aiter__ method to iterate through its mute_configs field.

If there are more pages, the __aiter__ method will make additional ListMuteConfigs requests and continue to iterate through the mute_configs field on the corresponding responses.

All the usual ListMuteConfigsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListMuteConfigsPager

ListMuteConfigsPager(
    method: typing.Callable[
        [...],
        google.cloud.securitycenter_v1.types.securitycenter_service.ListMuteConfigsResponse,
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListMuteConfigsRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListMuteConfigsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_mute_configs requests.

This class thinly wraps an initial ListMuteConfigsResponse object, and provides an __iter__ method to iterate through its mute_configs field.

If there are more pages, the __iter__ method will make additional ListMuteConfigs requests and continue to iterate through the mute_configs field on the corresponding responses.

All the usual ListMuteConfigsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListNotificationConfigsAsyncPager

ListNotificationConfigsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.securitycenter_v1.types.securitycenter_service.ListNotificationConfigsResponse
        ],
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListNotificationConfigsRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListNotificationConfigsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_notification_configs requests.

This class thinly wraps an initial ListNotificationConfigsResponse object, and provides an __aiter__ method to iterate through its notification_configs field.

If there are more pages, the __aiter__ method will make additional ListNotificationConfigs requests and continue to iterate through the notification_configs field on the corresponding responses.

All the usual ListNotificationConfigsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListNotificationConfigsPager

ListNotificationConfigsPager(
    method: typing.Callable[
        [...],
        google.cloud.securitycenter_v1.types.securitycenter_service.ListNotificationConfigsResponse,
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListNotificationConfigsRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListNotificationConfigsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_notification_configs requests.

This class thinly wraps an initial ListNotificationConfigsResponse object, and provides an __iter__ method to iterate through its notification_configs field.

If there are more pages, the __iter__ method will make additional ListNotificationConfigs requests and continue to iterate through the notification_configs field on the corresponding responses.

All the usual ListNotificationConfigsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListSecurityHealthAnalyticsCustomModulesAsyncPager

ListSecurityHealthAnalyticsCustomModulesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.securitycenter_v1.types.securitycenter_service.ListSecurityHealthAnalyticsCustomModulesResponse
        ],
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListSecurityHealthAnalyticsCustomModulesRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListSecurityHealthAnalyticsCustomModulesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_security_health_analytics_custom_modules requests.

This class thinly wraps an initial ListSecurityHealthAnalyticsCustomModulesResponse object, and provides an __aiter__ method to iterate through its security_health_analytics_custom_modules field.

If there are more pages, the __aiter__ method will make additional ListSecurityHealthAnalyticsCustomModules requests and continue to iterate through the security_health_analytics_custom_modules field on the corresponding responses.

All the usual ListSecurityHealthAnalyticsCustomModulesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListSecurityHealthAnalyticsCustomModulesPager

ListSecurityHealthAnalyticsCustomModulesPager(
    method: typing.Callable[
        [...],
        google.cloud.securitycenter_v1.types.securitycenter_service.ListSecurityHealthAnalyticsCustomModulesResponse,
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListSecurityHealthAnalyticsCustomModulesRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListSecurityHealthAnalyticsCustomModulesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_security_health_analytics_custom_modules requests.

This class thinly wraps an initial ListSecurityHealthAnalyticsCustomModulesResponse object, and provides an __iter__ method to iterate through its security_health_analytics_custom_modules field.

If there are more pages, the __iter__ method will make additional ListSecurityHealthAnalyticsCustomModules requests and continue to iterate through the security_health_analytics_custom_modules field on the corresponding responses.

All the usual ListSecurityHealthAnalyticsCustomModulesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListSourcesAsyncPager

ListSourcesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.securitycenter_v1.types.securitycenter_service.ListSourcesResponse
        ],
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListSourcesRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListSourcesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_sources requests.

This class thinly wraps an initial ListSourcesResponse object, and provides an __aiter__ method to iterate through its sources field.

If there are more pages, the __aiter__ method will make additional ListSources requests and continue to iterate through the sources field on the corresponding responses.

All the usual ListSourcesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListSourcesPager

ListSourcesPager(
    method: typing.Callable[
        [...],
        google.cloud.securitycenter_v1.types.securitycenter_service.ListSourcesResponse,
    ],
    request: google.cloud.securitycenter_v1.types.securitycenter_service.ListSourcesRequest,
    response: google.cloud.securitycenter_v1.types.securitycenter_service.ListSourcesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_sources requests.

This class thinly wraps an initial ListSourcesResponse object, and provides an __iter__ method to iterate through its sources field.

If there are more pages, the __iter__ method will make additional ListSources requests and continue to iterate through the sources field on the corresponding responses.

All the usual ListSourcesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.