API documentation for certificate_manager_v1.services.certificate_manager.pagers
module.
Classes
ListCertificateMapEntriesAsyncPager
ListCertificateMapEntriesAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificateMapEntriesResponse
],
],
request: google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificateMapEntriesRequest,
response: google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificateMapEntriesResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_certificate_map_entries
requests.
This class thinly wraps an initial
ListCertificateMapEntriesResponse object, and
provides an __aiter__
method to iterate through its
certificate_map_entries
field.
If there are more pages, the __aiter__
method will make additional
ListCertificateMapEntries
requests and continue to iterate
through the certificate_map_entries
field on the
corresponding responses.
All the usual ListCertificateMapEntriesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListCertificateMapEntriesPager
ListCertificateMapEntriesPager(
method: Callable[
[...],
google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificateMapEntriesResponse,
],
request: google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificateMapEntriesRequest,
response: google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificateMapEntriesResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_certificate_map_entries
requests.
This class thinly wraps an initial
ListCertificateMapEntriesResponse object, and
provides an __iter__
method to iterate through its
certificate_map_entries
field.
If there are more pages, the __iter__
method will make additional
ListCertificateMapEntries
requests and continue to iterate
through the certificate_map_entries
field on the
corresponding responses.
All the usual ListCertificateMapEntriesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListCertificateMapsAsyncPager
ListCertificateMapsAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificateMapsResponse
],
],
request: google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificateMapsRequest,
response: google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificateMapsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_certificate_maps
requests.
This class thinly wraps an initial
ListCertificateMapsResponse object, and
provides an __aiter__
method to iterate through its
certificate_maps
field.
If there are more pages, the __aiter__
method will make additional
ListCertificateMaps
requests and continue to iterate
through the certificate_maps
field on the
corresponding responses.
All the usual ListCertificateMapsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListCertificateMapsPager
ListCertificateMapsPager(
method: Callable[
[...],
google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificateMapsResponse,
],
request: google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificateMapsRequest,
response: google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificateMapsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_certificate_maps
requests.
This class thinly wraps an initial
ListCertificateMapsResponse object, and
provides an __iter__
method to iterate through its
certificate_maps
field.
If there are more pages, the __iter__
method will make additional
ListCertificateMaps
requests and continue to iterate
through the certificate_maps
field on the
corresponding responses.
All the usual ListCertificateMapsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListCertificatesAsyncPager
ListCertificatesAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificatesResponse
],
],
request: google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificatesRequest,
response: google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificatesResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_certificates
requests.
This class thinly wraps an initial
ListCertificatesResponse object, and
provides an __aiter__
method to iterate through its
certificates
field.
If there are more pages, the __aiter__
method will make additional
ListCertificates
requests and continue to iterate
through the certificates
field on the
corresponding responses.
All the usual ListCertificatesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListCertificatesPager
ListCertificatesPager(
method: Callable[
[...],
google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificatesResponse,
],
request: google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificatesRequest,
response: google.cloud.certificate_manager_v1.types.certificate_manager.ListCertificatesResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_certificates
requests.
This class thinly wraps an initial
ListCertificatesResponse object, and
provides an __iter__
method to iterate through its
certificates
field.
If there are more pages, the __iter__
method will make additional
ListCertificates
requests and continue to iterate
through the certificates
field on the
corresponding responses.
All the usual ListCertificatesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListDnsAuthorizationsAsyncPager
ListDnsAuthorizationsAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.certificate_manager_v1.types.certificate_manager.ListDnsAuthorizationsResponse
],
],
request: google.cloud.certificate_manager_v1.types.certificate_manager.ListDnsAuthorizationsRequest,
response: google.cloud.certificate_manager_v1.types.certificate_manager.ListDnsAuthorizationsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_dns_authorizations
requests.
This class thinly wraps an initial
ListDnsAuthorizationsResponse object, and
provides an __aiter__
method to iterate through its
dns_authorizations
field.
If there are more pages, the __aiter__
method will make additional
ListDnsAuthorizations
requests and continue to iterate
through the dns_authorizations
field on the
corresponding responses.
All the usual ListDnsAuthorizationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListDnsAuthorizationsPager
ListDnsAuthorizationsPager(
method: Callable[
[...],
google.cloud.certificate_manager_v1.types.certificate_manager.ListDnsAuthorizationsResponse,
],
request: google.cloud.certificate_manager_v1.types.certificate_manager.ListDnsAuthorizationsRequest,
response: google.cloud.certificate_manager_v1.types.certificate_manager.ListDnsAuthorizationsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_dns_authorizations
requests.
This class thinly wraps an initial
ListDnsAuthorizationsResponse object, and
provides an __iter__
method to iterate through its
dns_authorizations
field.
If there are more pages, the __iter__
method will make additional
ListDnsAuthorizations
requests and continue to iterate
through the dns_authorizations
field on the
corresponding responses.
All the usual ListDnsAuthorizationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.