FetchDomainVerificationStatusAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.discoveryengine_v1beta.types.site_search_engine_service.FetchDomainVerificationStatusResponse
],
],
request: google.cloud.discoveryengine_v1beta.types.site_search_engine_service.FetchDomainVerificationStatusRequest,
response: google.cloud.discoveryengine_v1beta.types.site_search_engine_service.FetchDomainVerificationStatusResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
A pager for iterating through fetch_domain_verification_status
requests.
This class thinly wraps an initial
FetchDomainVerificationStatusResponse object, and
provides an __aiter__
method to iterate through its
target_sites
field.
If there are more pages, the __aiter__
method will make additional
FetchDomainVerificationStatus
requests and continue to iterate
through the target_sites
field on the
corresponding responses.
All the usual FetchDomainVerificationStatusResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
Methods
FetchDomainVerificationStatusAsyncPager
FetchDomainVerificationStatusAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.discoveryengine_v1beta.types.site_search_engine_service.FetchDomainVerificationStatusResponse
],
],
request: google.cloud.discoveryengine_v1beta.types.site_search_engine_service.FetchDomainVerificationStatusRequest,
response: google.cloud.discoveryengine_v1beta.types.site_search_engine_service.FetchDomainVerificationStatusResponse,
*,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)
Instantiates the pager.
Parameters | |
---|---|
Name | Description |
method |
Callable
The method that was originally called, and which instantiated this pager. |
request |
google.cloud.discoveryengine_v1beta.types.FetchDomainVerificationStatusRequest
The initial request object. |
response |
google.cloud.discoveryengine_v1beta.types.FetchDomainVerificationStatusResponse
The initial response object. |
metadata |
Sequence[Tuple[str, str]]
Strings which should be sent along with the request as metadata. |