API documentation for recommender_v1beta1.services.recommender.pagers module.
Classes
ListInsightTypesAsyncPager
ListInsightTypesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.recommender_v1beta1.types.recommender_service.ListInsightTypesResponse
],
],
request: google.cloud.recommender_v1beta1.types.recommender_service.ListInsightTypesRequest,
response: google.cloud.recommender_v1beta1.types.recommender_service.ListInsightTypesResponse,
*,
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, typing.Union[str, bytes]]] = ()
)A pager for iterating through list_insight_types requests.
This class thinly wraps an initial
ListInsightTypesResponse object, and
provides an __aiter__ method to iterate through its
insight_types field.
If there are more pages, the __aiter__ method will make additional
ListInsightTypes requests and continue to iterate
through the insight_types field on the
corresponding responses.
All the usual ListInsightTypesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListInsightTypesPager
ListInsightTypesPager(
method: typing.Callable[
[...],
google.cloud.recommender_v1beta1.types.recommender_service.ListInsightTypesResponse,
],
request: google.cloud.recommender_v1beta1.types.recommender_service.ListInsightTypesRequest,
response: google.cloud.recommender_v1beta1.types.recommender_service.ListInsightTypesResponse,
*,
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, typing.Union[str, bytes]]] = ()
)A pager for iterating through list_insight_types requests.
This class thinly wraps an initial
ListInsightTypesResponse object, and
provides an __iter__ method to iterate through its
insight_types field.
If there are more pages, the __iter__ method will make additional
ListInsightTypes requests and continue to iterate
through the insight_types field on the
corresponding responses.
All the usual ListInsightTypesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListInsightsAsyncPager
ListInsightsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.recommender_v1beta1.types.recommender_service.ListInsightsResponse
],
],
request: google.cloud.recommender_v1beta1.types.recommender_service.ListInsightsRequest,
response: google.cloud.recommender_v1beta1.types.recommender_service.ListInsightsResponse,
*,
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, typing.Union[str, bytes]]] = ()
)A pager for iterating through list_insights requests.
This class thinly wraps an initial
ListInsightsResponse object, and
provides an __aiter__ method to iterate through its
insights field.
If there are more pages, the __aiter__ method will make additional
ListInsights requests and continue to iterate
through the insights field on the
corresponding responses.
All the usual ListInsightsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListInsightsPager
ListInsightsPager(
method: typing.Callable[
[...],
google.cloud.recommender_v1beta1.types.recommender_service.ListInsightsResponse,
],
request: google.cloud.recommender_v1beta1.types.recommender_service.ListInsightsRequest,
response: google.cloud.recommender_v1beta1.types.recommender_service.ListInsightsResponse,
*,
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, typing.Union[str, bytes]]] = ()
)A pager for iterating through list_insights requests.
This class thinly wraps an initial
ListInsightsResponse object, and
provides an __iter__ method to iterate through its
insights field.
If there are more pages, the __iter__ method will make additional
ListInsights requests and continue to iterate
through the insights field on the
corresponding responses.
All the usual ListInsightsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListRecommendationsAsyncPager
ListRecommendationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.recommender_v1beta1.types.recommender_service.ListRecommendationsResponse
],
],
request: google.cloud.recommender_v1beta1.types.recommender_service.ListRecommendationsRequest,
response: google.cloud.recommender_v1beta1.types.recommender_service.ListRecommendationsResponse,
*,
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, typing.Union[str, bytes]]] = ()
)A pager for iterating through list_recommendations requests.
This class thinly wraps an initial
ListRecommendationsResponse object, and
provides an __aiter__ method to iterate through its
recommendations field.
If there are more pages, the __aiter__ method will make additional
ListRecommendations requests and continue to iterate
through the recommendations field on the
corresponding responses.
All the usual ListRecommendationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListRecommendationsPager
ListRecommendationsPager(
method: typing.Callable[
[...],
google.cloud.recommender_v1beta1.types.recommender_service.ListRecommendationsResponse,
],
request: google.cloud.recommender_v1beta1.types.recommender_service.ListRecommendationsRequest,
response: google.cloud.recommender_v1beta1.types.recommender_service.ListRecommendationsResponse,
*,
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, typing.Union[str, bytes]]] = ()
)A pager for iterating through list_recommendations requests.
This class thinly wraps an initial
ListRecommendationsResponse object, and
provides an __iter__ method to iterate through its
recommendations field.
If there are more pages, the __iter__ method will make additional
ListRecommendations requests and continue to iterate
through the recommendations field on the
corresponding responses.
All the usual ListRecommendationsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListRecommendersAsyncPager
ListRecommendersAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.recommender_v1beta1.types.recommender_service.ListRecommendersResponse
],
],
request: google.cloud.recommender_v1beta1.types.recommender_service.ListRecommendersRequest,
response: google.cloud.recommender_v1beta1.types.recommender_service.ListRecommendersResponse,
*,
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, typing.Union[str, bytes]]] = ()
)A pager for iterating through list_recommenders requests.
This class thinly wraps an initial
ListRecommendersResponse object, and
provides an __aiter__ method to iterate through its
recommenders field.
If there are more pages, the __aiter__ method will make additional
ListRecommenders requests and continue to iterate
through the recommenders field on the
corresponding responses.
All the usual ListRecommendersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListRecommendersPager
ListRecommendersPager(
method: typing.Callable[
[...],
google.cloud.recommender_v1beta1.types.recommender_service.ListRecommendersResponse,
],
request: google.cloud.recommender_v1beta1.types.recommender_service.ListRecommendersRequest,
response: google.cloud.recommender_v1beta1.types.recommender_service.ListRecommendersResponse,
*,
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, typing.Union[str, bytes]]] = ()
)A pager for iterating through list_recommenders requests.
This class thinly wraps an initial
ListRecommendersResponse object, and
provides an __iter__ method to iterate through its
recommenders field.
If there are more pages, the __iter__ method will make additional
ListRecommenders requests and continue to iterate
through the recommenders field on the
corresponding responses.
All the usual ListRecommendersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.