Module pagers (0.1.0)

API documentation for developerconnect_v1.services.developer_connect.pagers module.

Classes

FetchGitRefsAsyncPager

FetchGitRefsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.developerconnect_v1.types.developer_connect.FetchGitRefsResponse
        ],
    ],
    request: google.cloud.developerconnect_v1.types.developer_connect.FetchGitRefsRequest,
    response: google.cloud.developerconnect_v1.types.developer_connect.FetchGitRefsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through fetch_git_refs requests.

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

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

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

FetchGitRefsPager

FetchGitRefsPager(
    method: typing.Callable[
        [...],
        google.cloud.developerconnect_v1.types.developer_connect.FetchGitRefsResponse,
    ],
    request: google.cloud.developerconnect_v1.types.developer_connect.FetchGitRefsRequest,
    response: google.cloud.developerconnect_v1.types.developer_connect.FetchGitRefsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through fetch_git_refs requests.

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

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

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

FetchLinkableGitRepositoriesAsyncPager

FetchLinkableGitRepositoriesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.developerconnect_v1.types.developer_connect.FetchLinkableGitRepositoriesResponse
        ],
    ],
    request: google.cloud.developerconnect_v1.types.developer_connect.FetchLinkableGitRepositoriesRequest,
    response: google.cloud.developerconnect_v1.types.developer_connect.FetchLinkableGitRepositoriesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through fetch_linkable_git_repositories requests.

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

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

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

FetchLinkableGitRepositoriesPager

FetchLinkableGitRepositoriesPager(
    method: typing.Callable[
        [...],
        google.cloud.developerconnect_v1.types.developer_connect.FetchLinkableGitRepositoriesResponse,
    ],
    request: google.cloud.developerconnect_v1.types.developer_connect.FetchLinkableGitRepositoriesRequest,
    response: google.cloud.developerconnect_v1.types.developer_connect.FetchLinkableGitRepositoriesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through fetch_linkable_git_repositories requests.

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

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

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

ListConnectionsAsyncPager

ListConnectionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.developerconnect_v1.types.developer_connect.ListConnectionsResponse
        ],
    ],
    request: google.cloud.developerconnect_v1.types.developer_connect.ListConnectionsRequest,
    response: google.cloud.developerconnect_v1.types.developer_connect.ListConnectionsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_connections requests.

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

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

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

ListConnectionsPager

ListConnectionsPager(
    method: typing.Callable[
        [...],
        google.cloud.developerconnect_v1.types.developer_connect.ListConnectionsResponse,
    ],
    request: google.cloud.developerconnect_v1.types.developer_connect.ListConnectionsRequest,
    response: google.cloud.developerconnect_v1.types.developer_connect.ListConnectionsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_connections requests.

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

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

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

ListGitRepositoryLinksAsyncPager

ListGitRepositoryLinksAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.developerconnect_v1.types.developer_connect.ListGitRepositoryLinksResponse
        ],
    ],
    request: google.cloud.developerconnect_v1.types.developer_connect.ListGitRepositoryLinksRequest,
    response: google.cloud.developerconnect_v1.types.developer_connect.ListGitRepositoryLinksResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_git_repository_links requests.

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

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

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

ListGitRepositoryLinksPager

ListGitRepositoryLinksPager(
    method: typing.Callable[
        [...],
        google.cloud.developerconnect_v1.types.developer_connect.ListGitRepositoryLinksResponse,
    ],
    request: google.cloud.developerconnect_v1.types.developer_connect.ListGitRepositoryLinksRequest,
    response: google.cloud.developerconnect_v1.types.developer_connect.ListGitRepositoryLinksResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_git_repository_links requests.

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

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

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