API documentation for securitycenter_v2.services.security_center.pagers
module.
Classes
GroupFindingsAsyncPager
GroupFindingsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycenter_v2.types.securitycenter_service.GroupFindingsResponse
],
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.GroupFindingsRequest,
response: google.cloud.securitycenter_v2.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, 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_v2.types.securitycenter_service.GroupFindingsResponse,
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.GroupFindingsRequest,
response: google.cloud.securitycenter_v2.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, 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.
ListAttackPathsAsyncPager
ListAttackPathsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycenter_v2.types.securitycenter_service.ListAttackPathsResponse
],
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListAttackPathsRequest,
response: google.cloud.securitycenter_v2.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, str]] = ()
)
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_v2.types.securitycenter_service.ListAttackPathsResponse,
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListAttackPathsRequest,
response: google.cloud.securitycenter_v2.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, str]] = ()
)
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_v2.types.securitycenter_service.ListBigQueryExportsResponse
],
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListBigQueryExportsRequest,
response: google.cloud.securitycenter_v2.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, 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_v2.types.securitycenter_service.ListBigQueryExportsResponse,
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListBigQueryExportsRequest,
response: google.cloud.securitycenter_v2.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, 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.
ListFindingsAsyncPager
ListFindingsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycenter_v2.types.securitycenter_service.ListFindingsResponse
],
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListFindingsRequest,
response: google.cloud.securitycenter_v2.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, 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_v2.types.securitycenter_service.ListFindingsResponse,
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListFindingsRequest,
response: google.cloud.securitycenter_v2.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, 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_v2.types.securitycenter_service.ListMuteConfigsResponse
],
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListMuteConfigsRequest,
response: google.cloud.securitycenter_v2.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, 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_v2.types.securitycenter_service.ListMuteConfigsResponse,
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListMuteConfigsRequest,
response: google.cloud.securitycenter_v2.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, 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_v2.types.securitycenter_service.ListNotificationConfigsResponse
],
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListNotificationConfigsRequest,
response: google.cloud.securitycenter_v2.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, 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_v2.types.securitycenter_service.ListNotificationConfigsResponse,
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListNotificationConfigsRequest,
response: google.cloud.securitycenter_v2.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, 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.
ListResourceValueConfigsAsyncPager
ListResourceValueConfigsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycenter_v2.types.securitycenter_service.ListResourceValueConfigsResponse
],
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListResourceValueConfigsRequest,
response: google.cloud.securitycenter_v2.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, str]] = ()
)
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_v2.types.securitycenter_service.ListResourceValueConfigsResponse,
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListResourceValueConfigsRequest,
response: google.cloud.securitycenter_v2.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, str]] = ()
)
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.
ListSourcesAsyncPager
ListSourcesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycenter_v2.types.securitycenter_service.ListSourcesResponse
],
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListSourcesRequest,
response: google.cloud.securitycenter_v2.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, 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_v2.types.securitycenter_service.ListSourcesResponse,
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListSourcesRequest,
response: google.cloud.securitycenter_v2.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, 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.
ListValuedResourcesAsyncPager
ListValuedResourcesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.securitycenter_v2.types.securitycenter_service.ListValuedResourcesResponse
],
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListValuedResourcesRequest,
response: google.cloud.securitycenter_v2.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, str]] = ()
)
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_v2.types.securitycenter_service.ListValuedResourcesResponse,
],
request: google.cloud.securitycenter_v2.types.securitycenter_service.ListValuedResourcesRequest,
response: google.cloud.securitycenter_v2.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, str]] = ()
)
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.