API documentation for workloadmanager_v1.services.workload_manager.pagers module.
Classes
ListEvaluationsAsyncPager
ListEvaluationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.workloadmanager_v1.types.service.ListEvaluationsResponse
],
],
request: google.cloud.workloadmanager_v1.types.service.ListEvaluationsRequest,
response: google.cloud.workloadmanager_v1.types.service.ListEvaluationsResponse,
*,
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_evaluations requests.
This class thinly wraps an initial
ListEvaluationsResponse object, and
provides an __aiter__ method to iterate through its
evaluations field.
If there are more pages, the __aiter__ method will make additional
ListEvaluations requests and continue to iterate
through the evaluations field on the
corresponding responses.
All the usual ListEvaluationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListEvaluationsPager
ListEvaluationsPager(
method: typing.Callable[
[...], google.cloud.workloadmanager_v1.types.service.ListEvaluationsResponse
],
request: google.cloud.workloadmanager_v1.types.service.ListEvaluationsRequest,
response: google.cloud.workloadmanager_v1.types.service.ListEvaluationsResponse,
*,
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_evaluations requests.
This class thinly wraps an initial
ListEvaluationsResponse object, and
provides an __iter__ method to iterate through its
evaluations field.
If there are more pages, the __iter__ method will make additional
ListEvaluations requests and continue to iterate
through the evaluations field on the
corresponding responses.
All the usual ListEvaluationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListExecutionResultsAsyncPager
ListExecutionResultsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.workloadmanager_v1.types.service.ListExecutionResultsResponse
],
],
request: google.cloud.workloadmanager_v1.types.service.ListExecutionResultsRequest,
response: google.cloud.workloadmanager_v1.types.service.ListExecutionResultsResponse,
*,
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_execution_results requests.
This class thinly wraps an initial
ListExecutionResultsResponse object, and
provides an __aiter__ method to iterate through its
execution_results field.
If there are more pages, the __aiter__ method will make additional
ListExecutionResults requests and continue to iterate
through the execution_results field on the
corresponding responses.
All the usual ListExecutionResultsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListExecutionResultsPager
ListExecutionResultsPager(
method: typing.Callable[
[...],
google.cloud.workloadmanager_v1.types.service.ListExecutionResultsResponse,
],
request: google.cloud.workloadmanager_v1.types.service.ListExecutionResultsRequest,
response: google.cloud.workloadmanager_v1.types.service.ListExecutionResultsResponse,
*,
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_execution_results requests.
This class thinly wraps an initial
ListExecutionResultsResponse object, and
provides an __iter__ method to iterate through its
execution_results field.
If there are more pages, the __iter__ method will make additional
ListExecutionResults requests and continue to iterate
through the execution_results field on the
corresponding responses.
All the usual ListExecutionResultsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListExecutionsAsyncPager
ListExecutionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.workloadmanager_v1.types.service.ListExecutionsResponse
],
],
request: google.cloud.workloadmanager_v1.types.service.ListExecutionsRequest,
response: google.cloud.workloadmanager_v1.types.service.ListExecutionsResponse,
*,
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_executions requests.
This class thinly wraps an initial
ListExecutionsResponse object, and
provides an __aiter__ method to iterate through its
executions field.
If there are more pages, the __aiter__ method will make additional
ListExecutions requests and continue to iterate
through the executions field on the
corresponding responses.
All the usual ListExecutionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListExecutionsPager
ListExecutionsPager(
method: typing.Callable[
[...], google.cloud.workloadmanager_v1.types.service.ListExecutionsResponse
],
request: google.cloud.workloadmanager_v1.types.service.ListExecutionsRequest,
response: google.cloud.workloadmanager_v1.types.service.ListExecutionsResponse,
*,
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_executions requests.
This class thinly wraps an initial
ListExecutionsResponse object, and
provides an __iter__ method to iterate through its
executions field.
If there are more pages, the __iter__ method will make additional
ListExecutions requests and continue to iterate
through the executions field on the
corresponding responses.
All the usual ListExecutionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListScannedResourcesAsyncPager
ListScannedResourcesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.workloadmanager_v1.types.service.ListScannedResourcesResponse
],
],
request: google.cloud.workloadmanager_v1.types.service.ListScannedResourcesRequest,
response: google.cloud.workloadmanager_v1.types.service.ListScannedResourcesResponse,
*,
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_scanned_resources requests.
This class thinly wraps an initial
ListScannedResourcesResponse object, and
provides an __aiter__ method to iterate through its
scanned_resources field.
If there are more pages, the __aiter__ method will make additional
ListScannedResources requests and continue to iterate
through the scanned_resources field on the
corresponding responses.
All the usual ListScannedResourcesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListScannedResourcesPager
ListScannedResourcesPager(
method: typing.Callable[
[...],
google.cloud.workloadmanager_v1.types.service.ListScannedResourcesResponse,
],
request: google.cloud.workloadmanager_v1.types.service.ListScannedResourcesRequest,
response: google.cloud.workloadmanager_v1.types.service.ListScannedResourcesResponse,
*,
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_scanned_resources requests.
This class thinly wraps an initial
ListScannedResourcesResponse object, and
provides an __iter__ method to iterate through its
scanned_resources field.
If there are more pages, the __iter__ method will make additional
ListScannedResources requests and continue to iterate
through the scanned_resources field on the
corresponding responses.
All the usual ListScannedResourcesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.