Module pagers (0.1.0)

API documentation for privilegedaccessmanager_v1.services.privileged_access_manager.pagers module.

Classes

ListEntitlementsAsyncPager

ListEntitlementsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.ListEntitlementsResponse
        ],
    ],
    request: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.ListEntitlementsRequest,
    response: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.ListEntitlementsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_entitlements requests.

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

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

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

ListEntitlementsPager

ListEntitlementsPager(
    method: typing.Callable[
        [...],
        google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.ListEntitlementsResponse,
    ],
    request: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.ListEntitlementsRequest,
    response: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.ListEntitlementsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_entitlements requests.

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

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

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

ListGrantsAsyncPager

ListGrantsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.ListGrantsResponse
        ],
    ],
    request: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.ListGrantsRequest,
    response: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.ListGrantsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_grants requests.

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

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

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

ListGrantsPager

ListGrantsPager(
    method: typing.Callable[
        [...],
        google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.ListGrantsResponse,
    ],
    request: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.ListGrantsRequest,
    response: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.ListGrantsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_grants requests.

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

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

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

SearchEntitlementsAsyncPager

SearchEntitlementsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.SearchEntitlementsResponse
        ],
    ],
    request: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.SearchEntitlementsRequest,
    response: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.SearchEntitlementsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through search_entitlements requests.

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

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

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

SearchEntitlementsPager

SearchEntitlementsPager(
    method: typing.Callable[
        [...],
        google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.SearchEntitlementsResponse,
    ],
    request: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.SearchEntitlementsRequest,
    response: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.SearchEntitlementsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through search_entitlements requests.

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

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

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

SearchGrantsAsyncPager

SearchGrantsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.SearchGrantsResponse
        ],
    ],
    request: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.SearchGrantsRequest,
    response: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.SearchGrantsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through search_grants requests.

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

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

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

SearchGrantsPager

SearchGrantsPager(
    method: typing.Callable[
        [...],
        google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.SearchGrantsResponse,
    ],
    request: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.SearchGrantsRequest,
    response: google.cloud.privilegedaccessmanager_v1.types.privilegedaccessmanager.SearchGrantsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through search_grants requests.

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

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

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