Module pagers (1.3.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.

ListFilesAsyncPager

ListFilesAsyncPager(
    method: Callable[
        [...], Awaitable[google.cloud.artifactregistry_v1.types.file.ListFilesResponse]
    ],
    request: google.cloud.artifactregistry_v1.types.file.ListFilesRequest,
    response: google.cloud.artifactregistry_v1.types.file.ListFilesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_files requests.

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

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

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

ListFilesPager

ListFilesPager(
    method: Callable[
        [...], google.cloud.artifactregistry_v1.types.file.ListFilesResponse
    ],
    request: google.cloud.artifactregistry_v1.types.file.ListFilesRequest,
    response: google.cloud.artifactregistry_v1.types.file.ListFilesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_files requests.

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

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

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

ListPackagesAsyncPager

ListPackagesAsyncPager(
    method: Callable[
        [...],
        Awaitable[google.cloud.artifactregistry_v1.types.package.ListPackagesResponse],
    ],
    request: google.cloud.artifactregistry_v1.types.package.ListPackagesRequest,
    response: google.cloud.artifactregistry_v1.types.package.ListPackagesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_packages requests.

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

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

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

ListPackagesPager

ListPackagesPager(
    method: Callable[
        [...], google.cloud.artifactregistry_v1.types.package.ListPackagesResponse
    ],
    request: google.cloud.artifactregistry_v1.types.package.ListPackagesRequest,
    response: google.cloud.artifactregistry_v1.types.package.ListPackagesResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_packages requests.

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

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

All the usual ListPackagesResponse 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.

ListTagsAsyncPager

ListTagsAsyncPager(
    method: Callable[
        [...], Awaitable[google.cloud.artifactregistry_v1.types.tag.ListTagsResponse]
    ],
    request: google.cloud.artifactregistry_v1.types.tag.ListTagsRequest,
    response: google.cloud.artifactregistry_v1.types.tag.ListTagsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_tags requests.

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

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

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

ListTagsPager

ListTagsPager(
    method: Callable[
        [...], google.cloud.artifactregistry_v1.types.tag.ListTagsResponse
    ],
    request: google.cloud.artifactregistry_v1.types.tag.ListTagsRequest,
    response: google.cloud.artifactregistry_v1.types.tag.ListTagsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_tags requests.

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

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

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

ListVersionsAsyncPager

ListVersionsAsyncPager(
    method: Callable[
        [...],
        Awaitable[google.cloud.artifactregistry_v1.types.version.ListVersionsResponse],
    ],
    request: google.cloud.artifactregistry_v1.types.version.ListVersionsRequest,
    response: google.cloud.artifactregistry_v1.types.version.ListVersionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_versions requests.

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

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

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

ListVersionsPager

ListVersionsPager(
    method: Callable[
        [...], google.cloud.artifactregistry_v1.types.version.ListVersionsResponse
    ],
    request: google.cloud.artifactregistry_v1.types.version.ListVersionsRequest,
    response: google.cloud.artifactregistry_v1.types.version.ListVersionsResponse,
    *,
    metadata: Sequence[Tuple[str, str]] = ()
)

A pager for iterating through list_versions requests.

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

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

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