Module pagers (1.1.2)

API documentation for artifactregistry_v1.services.artifact_registry.pagers module.

Classes

ListDockerImagesAsyncPager

ListDockerImagesAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.artifactregistry_v1.types.artifact.ListDockerImagesResponse
        ],
    ],
    request: google.cloud.artifactregistry_v1.types.artifact.ListDockerImagesRequest,
    response: google.cloud.artifactregistry_v1.types.artifact.ListDockerImagesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_docker_images requests.

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

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

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

ListDockerImagesPager

ListDockerImagesPager(
    method: Callable[
        [...], google.cloud.artifactregistry_v1.types.artifact.ListDockerImagesResponse
    ],
    request: google.cloud.artifactregistry_v1.types.artifact.ListDockerImagesRequest,
    response: google.cloud.artifactregistry_v1.types.artifact.ListDockerImagesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_docker_images requests.

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

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

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

ListRepositoriesAsyncPager

ListRepositoriesAsyncPager(
    method: Callable[
        [...],
        Awaitable[
            google.cloud.artifactregistry_v1.types.repository.ListRepositoriesResponse
        ],
    ],
    request: google.cloud.artifactregistry_v1.types.repository.ListRepositoriesRequest,
    response: google.cloud.artifactregistry_v1.types.repository.ListRepositoriesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_repositories requests.

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

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

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

ListRepositoriesPager

ListRepositoriesPager(
    method: Callable[
        [...],
        google.cloud.artifactregistry_v1.types.repository.ListRepositoriesResponse,
    ],
    request: google.cloud.artifactregistry_v1.types.repository.ListRepositoriesRequest,
    response: google.cloud.artifactregistry_v1.types.repository.ListRepositoriesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_repositories requests.

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

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

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