Module pagers (1.1.1)

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

Classes

ListDeliveryPipelinesAsyncPager

ListDeliveryPipelinesAsyncPager(
    method: Callable[
        [...],
        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: Sequence[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: 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: Sequence[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.

ListReleasesAsyncPager

ListReleasesAsyncPager(
    method: Callable[
        [...], 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: Sequence[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: 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: Sequence[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: Callable[
        [...], 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: Sequence[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: 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: Sequence[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: Callable[
        [...], 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: Sequence[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: 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: Sequence[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.