Module pagers (0.1.4)

API documentation for securesourcemanager_v1.services.secure_source_manager.pagers module.

Classes

ListInstancesAsyncPager

ListInstancesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.securesourcemanager_v1.types.secure_source_manager.ListInstancesResponse
        ],
    ],
    request: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListInstancesRequest,
    response: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListInstancesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_instances requests.

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

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

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

ListInstancesPager

ListInstancesPager(
    method: typing.Callable[
        [...],
        google.cloud.securesourcemanager_v1.types.secure_source_manager.ListInstancesResponse,
    ],
    request: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListInstancesRequest,
    response: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListInstancesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_instances requests.

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

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

All the usual ListInstancesResponse 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: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.securesourcemanager_v1.types.secure_source_manager.ListRepositoriesResponse
        ],
    ],
    request: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListRepositoriesRequest,
    response: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListRepositoriesResponse,
    *,
    metadata: typing.Sequence[typing.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: typing.Callable[
        [...],
        google.cloud.securesourcemanager_v1.types.secure_source_manager.ListRepositoriesResponse,
    ],
    request: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListRepositoriesRequest,
    response: google.cloud.securesourcemanager_v1.types.secure_source_manager.ListRepositoriesResponse,
    *,
    metadata: typing.Sequence[typing.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.