- 1.41.0 (latest)
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.1
- 1.33.1
- 1.32.1
- 1.31.0
- 1.30.1
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.1
- 1.25.0
- 1.24.1
- 1.23.2
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.1
- 1.18.2
- 1.17.0
- 1.16.2
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.1
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.2
- 1.4.0
- 1.3.1
- 1.2.0
- 1.1.0
- 1.0.0
- 0.7.3
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.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,
*,
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 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,
*,
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 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,
*,
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 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,
*,
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 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,
*,
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_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,
*,
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_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.
ListAttackPathsAsyncPager
ListAttackPathsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycenter_v1.types.securitycenter_service.ListAttackPathsResponse
],
],
request: google.cloud.securitycenter_v1.types.securitycenter_service.ListAttackPathsRequest,
response: google.cloud.securitycenter_v1.types.securitycenter_service.ListAttackPathsResponse,
*,
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_attack_paths requests.
This class thinly wraps an initial
ListAttackPathsResponse object, and
provides an __aiter__ method to iterate through its
attack_paths field.
If there are more pages, the __aiter__ method will make additional
ListAttackPaths requests and continue to iterate
through the attack_paths field on the
corresponding responses.
All the usual ListAttackPathsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListAttackPathsPager
ListAttackPathsPager(
method: typing.Callable[
[...],
google.cloud.securitycenter_v1.types.securitycenter_service.ListAttackPathsResponse,
],
request: google.cloud.securitycenter_v1.types.securitycenter_service.ListAttackPathsRequest,
response: google.cloud.securitycenter_v1.types.securitycenter_service.ListAttackPathsResponse,
*,
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_attack_paths requests.
This class thinly wraps an initial
ListAttackPathsResponse object, and
provides an __iter__ method to iterate through its
attack_paths field.
If there are more pages, the __iter__ method will make additional
ListAttackPaths requests and continue to iterate
through the attack_paths field on the
corresponding responses.
All the usual ListAttackPathsResponse 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,
*,
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_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,
*,
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_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.
ListDescendantEventThreatDetectionCustomModulesAsyncPager
ListDescendantEventThreatDetectionCustomModulesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycenter_v1.types.securitycenter_service.ListDescendantEventThreatDetectionCustomModulesResponse
],
],
request: google.cloud.securitycenter_v1.types.securitycenter_service.ListDescendantEventThreatDetectionCustomModulesRequest,
response: google.cloud.securitycenter_v1.types.securitycenter_service.ListDescendantEventThreatDetectionCustomModulesResponse,
*,
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_descendant_event_threat_detection_custom_modules requests.
This class thinly wraps an initial
ListDescendantEventThreatDetectionCustomModulesResponse object, and
provides an __aiter__ method to iterate through its
event_threat_detection_custom_modules field.
If there are more pages, the __aiter__ method will make additional
ListDescendantEventThreatDetectionCustomModules requests and continue to iterate
through the event_threat_detection_custom_modules field on the
corresponding responses.
All the usual ListDescendantEventThreatDetectionCustomModulesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListDescendantEventThreatDetectionCustomModulesPager
ListDescendantEventThreatDetectionCustomModulesPager(
method: typing.Callable[
[...],
google.cloud.securitycenter_v1.types.securitycenter_service.ListDescendantEventThreatDetectionCustomModulesResponse,
],
request: google.cloud.securitycenter_v1.types.securitycenter_service.ListDescendantEventThreatDetectionCustomModulesRequest,
response: google.cloud.securitycenter_v1.types.securitycenter_service.ListDescendantEventThreatDetectionCustomModulesResponse,
*,
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_descendant_event_threat_detection_custom_modules requests.
This class thinly wraps an initial
ListDescendantEventThreatDetectionCustomModulesResponse object, and
provides an __iter__ method to iterate through its
event_threat_detection_custom_modules field.
If there are more pages, the __iter__ method will make additional
ListDescendantEventThreatDetectionCustomModules requests and continue to iterate
through the event_threat_detection_custom_modules field on the
corresponding responses.
All the usual ListDescendantEventThreatDetectionCustomModulesResponse 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,
*,
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_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,
*,
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_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.
ListEffectiveEventThreatDetectionCustomModulesAsyncPager
ListEffectiveEventThreatDetectionCustomModulesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycenter_v1.types.securitycenter_service.ListEffectiveEventThreatDetectionCustomModulesResponse
],
],
request: google.cloud.securitycenter_v1.types.securitycenter_service.ListEffectiveEventThreatDetectionCustomModulesRequest,
response: google.cloud.securitycenter_v1.types.securitycenter_service.ListEffectiveEventThreatDetectionCustomModulesResponse,
*,
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_effective_event_threat_detection_custom_modules requests.
This class thinly wraps an initial
ListEffectiveEventThreatDetectionCustomModulesResponse object, and
provides an __aiter__ method to iterate through its
effective_event_threat_detection_custom_modules field.
If there are more pages, the __aiter__ method will make additional
ListEffectiveEventThreatDetectionCustomModules requests and continue to iterate
through the effective_event_threat_detection_custom_modules field on the
corresponding responses.
All the usual ListEffectiveEventThreatDetectionCustomModulesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListEffectiveEventThreatDetectionCustomModulesPager
ListEffectiveEventThreatDetectionCustomModulesPager(
method: typing.Callable[
[...],
google.cloud.securitycenter_v1.types.securitycenter_service.ListEffectiveEventThreatDetectionCustomModulesResponse,
],
request: google.cloud.securitycenter_v1.types.securitycenter_service.ListEffectiveEventThreatDetectionCustomModulesRequest,
response: google.cloud.securitycenter_v1.types.securitycenter_service.ListEffectiveEventThreatDetectionCustomModulesResponse,
*,
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_effective_event_threat_detection_custom_modules requests.
This class thinly wraps an initial
ListEffectiveEventThreatDetectionCustomModulesResponse object, and
provides an __iter__ method to iterate through its
effective_event_threat_detection_custom_modules field.
If there are more pages, the __iter__ method will make additional
ListEffectiveEventThreatDetectionCustomModules requests and continue to iterate
through the effective_event_threat_detection_custom_modules field on the
corresponding responses.
All the usual ListEffectiveEventThreatDetectionCustomModulesResponse 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,
*,
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_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,
*,
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_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.
ListEventThreatDetectionCustomModulesAsyncPager
ListEventThreatDetectionCustomModulesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycenter_v1.types.securitycenter_service.ListEventThreatDetectionCustomModulesResponse
],
],
request: google.cloud.securitycenter_v1.types.securitycenter_service.ListEventThreatDetectionCustomModulesRequest,
response: google.cloud.securitycenter_v1.types.securitycenter_service.ListEventThreatDetectionCustomModulesResponse,
*,
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_event_threat_detection_custom_modules requests.
This class thinly wraps an initial
ListEventThreatDetectionCustomModulesResponse object, and
provides an __aiter__ method to iterate through its
event_threat_detection_custom_modules field.
If there are more pages, the __aiter__ method will make additional
ListEventThreatDetectionCustomModules requests and continue to iterate
through the event_threat_detection_custom_modules field on the
corresponding responses.
All the usual ListEventThreatDetectionCustomModulesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListEventThreatDetectionCustomModulesPager
ListEventThreatDetectionCustomModulesPager(
method: typing.Callable[
[...],
google.cloud.securitycenter_v1.types.securitycenter_service.ListEventThreatDetectionCustomModulesResponse,
],
request: google.cloud.securitycenter_v1.types.securitycenter_service.ListEventThreatDetectionCustomModulesRequest,
response: google.cloud.securitycenter_v1.types.securitycenter_service.ListEventThreatDetectionCustomModulesResponse,
*,
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_event_threat_detection_custom_modules requests.
This class thinly wraps an initial
ListEventThreatDetectionCustomModulesResponse object, and
provides an __iter__ method to iterate through its
event_threat_detection_custom_modules field.
If there are more pages, the __iter__ method will make additional
ListEventThreatDetectionCustomModules requests and continue to iterate
through the event_threat_detection_custom_modules field on the
corresponding responses.
All the usual ListEventThreatDetectionCustomModulesResponse 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,
*,
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_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,
*,
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_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,
*,
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_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,
*,
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_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,
*,
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_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,
*,
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_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.
ListResourceValueConfigsAsyncPager
ListResourceValueConfigsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycenter_v1.types.securitycenter_service.ListResourceValueConfigsResponse
],
],
request: google.cloud.securitycenter_v1.types.securitycenter_service.ListResourceValueConfigsRequest,
response: google.cloud.securitycenter_v1.types.securitycenter_service.ListResourceValueConfigsResponse,
*,
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_value_configs requests.
This class thinly wraps an initial
ListResourceValueConfigsResponse object, and
provides an __aiter__ method to iterate through its
resource_value_configs field.
If there are more pages, the __aiter__ method will make additional
ListResourceValueConfigs requests and continue to iterate
through the resource_value_configs field on the
corresponding responses.
All the usual ListResourceValueConfigsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListResourceValueConfigsPager
ListResourceValueConfigsPager(
method: typing.Callable[
[...],
google.cloud.securitycenter_v1.types.securitycenter_service.ListResourceValueConfigsResponse,
],
request: google.cloud.securitycenter_v1.types.securitycenter_service.ListResourceValueConfigsRequest,
response: google.cloud.securitycenter_v1.types.securitycenter_service.ListResourceValueConfigsResponse,
*,
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_value_configs requests.
This class thinly wraps an initial
ListResourceValueConfigsResponse object, and
provides an __iter__ method to iterate through its
resource_value_configs field.
If there are more pages, the __iter__ method will make additional
ListResourceValueConfigs requests and continue to iterate
through the resource_value_configs field on the
corresponding responses.
All the usual ListResourceValueConfigsResponse 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,
*,
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_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,
*,
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_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,
*,
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_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,
*,
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_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.
ListValuedResourcesAsyncPager
ListValuedResourcesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycenter_v1.types.securitycenter_service.ListValuedResourcesResponse
],
],
request: google.cloud.securitycenter_v1.types.securitycenter_service.ListValuedResourcesRequest,
response: google.cloud.securitycenter_v1.types.securitycenter_service.ListValuedResourcesResponse,
*,
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_valued_resources requests.
This class thinly wraps an initial
ListValuedResourcesResponse object, and
provides an __aiter__ method to iterate through its
valued_resources field.
If there are more pages, the __aiter__ method will make additional
ListValuedResources requests and continue to iterate
through the valued_resources field on the
corresponding responses.
All the usual ListValuedResourcesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListValuedResourcesPager
ListValuedResourcesPager(
method: typing.Callable[
[...],
google.cloud.securitycenter_v1.types.securitycenter_service.ListValuedResourcesResponse,
],
request: google.cloud.securitycenter_v1.types.securitycenter_service.ListValuedResourcesRequest,
response: google.cloud.securitycenter_v1.types.securitycenter_service.ListValuedResourcesResponse,
*,
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_valued_resources requests.
This class thinly wraps an initial
ListValuedResourcesResponse object, and
provides an __iter__ method to iterate through its
valued_resources field.
If there are more pages, the __iter__ method will make additional
ListValuedResources requests and continue to iterate
through the valued_resources field on the
corresponding responses.
All the usual ListValuedResourcesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.