Module pagers (0.17.17)

API documentation for batch_v1alpha.services.batch_service.pagers module.

Classes

ListJobsAsyncPager

ListJobsAsyncPager(
    method: typing.Callable[
        [...], typing.Awaitable[google.cloud.batch_v1alpha.types.batch.ListJobsResponse]
    ],
    request: google.cloud.batch_v1alpha.types.batch.ListJobsRequest,
    response: google.cloud.batch_v1alpha.types.batch.ListJobsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_jobs requests.

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

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

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

ListJobsPager

ListJobsPager(
    method: typing.Callable[
        [...], google.cloud.batch_v1alpha.types.batch.ListJobsResponse
    ],
    request: google.cloud.batch_v1alpha.types.batch.ListJobsRequest,
    response: google.cloud.batch_v1alpha.types.batch.ListJobsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_jobs requests.

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

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

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

ListResourceAllowancesAsyncPager

ListResourceAllowancesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.batch_v1alpha.types.batch.ListResourceAllowancesResponse
        ],
    ],
    request: google.cloud.batch_v1alpha.types.batch.ListResourceAllowancesRequest,
    response: google.cloud.batch_v1alpha.types.batch.ListResourceAllowancesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_resource_allowances requests.

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

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

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

ListResourceAllowancesPager

ListResourceAllowancesPager(
    method: typing.Callable[
        [...], google.cloud.batch_v1alpha.types.batch.ListResourceAllowancesResponse
    ],
    request: google.cloud.batch_v1alpha.types.batch.ListResourceAllowancesRequest,
    response: google.cloud.batch_v1alpha.types.batch.ListResourceAllowancesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_resource_allowances requests.

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

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

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

ListTasksAsyncPager

ListTasksAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.batch_v1alpha.types.batch.ListTasksResponse],
    ],
    request: google.cloud.batch_v1alpha.types.batch.ListTasksRequest,
    response: google.cloud.batch_v1alpha.types.batch.ListTasksResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_tasks requests.

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

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

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

ListTasksPager

ListTasksPager(
    method: typing.Callable[
        [...], google.cloud.batch_v1alpha.types.batch.ListTasksResponse
    ],
    request: google.cloud.batch_v1alpha.types.batch.ListTasksRequest,
    response: google.cloud.batch_v1alpha.types.batch.ListTasksResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_tasks requests.

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

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

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