Module pagers (1.18.0)

API documentation for deploy_v1.services.cloud_deploy.pagers module.

Classes

ListAutomationRunsAsyncPager

ListAutomationRunsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.deploy_v1.types.cloud_deploy.ListAutomationRunsResponse
        ],
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListAutomationRunsRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListAutomationRunsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_automation_runs requests.

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

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

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

ListAutomationRunsPager

ListAutomationRunsPager(
    method: typing.Callable[
        [...], google.cloud.deploy_v1.types.cloud_deploy.ListAutomationRunsResponse
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListAutomationRunsRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListAutomationRunsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_automation_runs requests.

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

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

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

ListAutomationsAsyncPager

ListAutomationsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.deploy_v1.types.cloud_deploy.ListAutomationsResponse
        ],
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListAutomationsRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListAutomationsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_automations requests.

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

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

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

ListAutomationsPager

ListAutomationsPager(
    method: typing.Callable[
        [...], google.cloud.deploy_v1.types.cloud_deploy.ListAutomationsResponse
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListAutomationsRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListAutomationsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_automations requests.

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

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

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

ListCustomTargetTypesAsyncPager

ListCustomTargetTypesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.deploy_v1.types.cloud_deploy.ListCustomTargetTypesResponse
        ],
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListCustomTargetTypesRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListCustomTargetTypesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_custom_target_types requests.

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

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

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

ListCustomTargetTypesPager

ListCustomTargetTypesPager(
    method: typing.Callable[
        [...], google.cloud.deploy_v1.types.cloud_deploy.ListCustomTargetTypesResponse
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListCustomTargetTypesRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListCustomTargetTypesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_custom_target_types requests.

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

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

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

ListDeliveryPipelinesAsyncPager

ListDeliveryPipelinesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.deploy_v1.types.cloud_deploy.ListDeliveryPipelinesResponse
        ],
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListDeliveryPipelinesRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListDeliveryPipelinesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_delivery_pipelines requests.

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

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

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

ListDeliveryPipelinesPager

ListDeliveryPipelinesPager(
    method: typing.Callable[
        [...], google.cloud.deploy_v1.types.cloud_deploy.ListDeliveryPipelinesResponse
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListDeliveryPipelinesRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListDeliveryPipelinesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_delivery_pipelines requests.

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

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

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

ListJobRunsAsyncPager

ListJobRunsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.deploy_v1.types.cloud_deploy.ListJobRunsResponse],
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListJobRunsRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListJobRunsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_job_runs requests.

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

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

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

ListJobRunsPager

ListJobRunsPager(
    method: typing.Callable[
        [...], google.cloud.deploy_v1.types.cloud_deploy.ListJobRunsResponse
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListJobRunsRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListJobRunsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_job_runs requests.

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

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

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

ListReleasesAsyncPager

ListReleasesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.deploy_v1.types.cloud_deploy.ListReleasesResponse
        ],
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListReleasesRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListReleasesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_releases requests.

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

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

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

ListReleasesPager

ListReleasesPager(
    method: typing.Callable[
        [...], google.cloud.deploy_v1.types.cloud_deploy.ListReleasesResponse
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListReleasesRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListReleasesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_releases requests.

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

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

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

ListRolloutsAsyncPager

ListRolloutsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.deploy_v1.types.cloud_deploy.ListRolloutsResponse
        ],
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListRolloutsRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListRolloutsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_rollouts requests.

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

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

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

ListRolloutsPager

ListRolloutsPager(
    method: typing.Callable[
        [...], google.cloud.deploy_v1.types.cloud_deploy.ListRolloutsResponse
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListRolloutsRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListRolloutsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_rollouts requests.

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

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

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

ListTargetsAsyncPager

ListTargetsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.deploy_v1.types.cloud_deploy.ListTargetsResponse],
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListTargetsRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListTargetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_targets requests.

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

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

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

ListTargetsPager

ListTargetsPager(
    method: typing.Callable[
        [...], google.cloud.deploy_v1.types.cloud_deploy.ListTargetsResponse
    ],
    request: google.cloud.deploy_v1.types.cloud_deploy.ListTargetsRequest,
    response: google.cloud.deploy_v1.types.cloud_deploy.ListTargetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_targets requests.

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

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

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