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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
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,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
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.