Class ListProvidersPager (1.5.1)
 
 
 
 
 
 
 Stay organized with collections
 
 
 
 Save and categorize content based on your preferences.
 
   
 
 
 
 
 ListProvidersPager(
 method: Callable[
 [...], google.cloud.eventarc_v1.types.eventarc.ListProvidersResponse
 ],
 request: google.cloud.eventarc_v1.types.eventarc.ListProvidersRequest,
 response: google.cloud.eventarc_v1.types.eventarc.ListProvidersResponse,
 *,
 metadata: Sequence[Tuple[str, str]] = ()
)A pager for iterating through list_providers requests.
This class thinly wraps an initial
ListProvidersResponse object, and
provides an __iter__ method to iterate through its
providers field.
If there are more pages, the __iter__ method will make additional
ListProviders requests and continue to iterate
through the providers field on the
corresponding responses.
All the usual ListProvidersResponse 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
ListProvidersPager
ListProvidersPager(
 method: Callable[
 [...], google.cloud.eventarc_v1.types.eventarc.ListProvidersResponse
 ],
 request: google.cloud.eventarc_v1.types.eventarc.ListProvidersRequest,
 response: google.cloud.eventarc_v1.types.eventarc.ListProvidersResponse,
 *,
 metadata: Sequence[Tuple[str, str]] = ()
)Instantiate the pager.
| Parameters | |
|---|---|
| Name | Description | 
method | 
 
 Callable
 The method that was originally called, and which instantiated this pager.  | 
 
request | 
 
 google.cloud.eventarc_v1.types.ListProvidersRequest 
 The initial request object.  | 
 
response | 
 
 google.cloud.eventarc_v1.types.ListProvidersResponse 
 The initial response object.  | 
 
metadata | 
 
 Sequence[Tuple[str, str]]
 Strings which should be sent along with the request as metadata.  |