API documentation for saasplatform_saasservicemgmt_v1beta1.services.saas_rollouts.pagers module.
Classes
ListRolloutKindsAsyncPager
ListRolloutKindsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.saasplatform_saasservicemgmt_v1beta1.types.rollouts_service.ListRolloutKindsResponse
],
],
request: google.cloud.saasplatform_saasservicemgmt_v1beta1.types.rollouts_service.ListRolloutKindsRequest,
response: google.cloud.saasplatform_saasservicemgmt_v1beta1.types.rollouts_service.ListRolloutKindsResponse,
*,
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_rollout_kinds requests.
This class thinly wraps an initial
ListRolloutKindsResponse object, and
provides an __aiter__ method to iterate through its
rollout_kinds field.
If there are more pages, the __aiter__ method will make additional
ListRolloutKinds requests and continue to iterate
through the rollout_kinds field on the
corresponding responses.
All the usual ListRolloutKindsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListRolloutKindsPager
ListRolloutKindsPager(
method: typing.Callable[
[...],
google.cloud.saasplatform_saasservicemgmt_v1beta1.types.rollouts_service.ListRolloutKindsResponse,
],
request: google.cloud.saasplatform_saasservicemgmt_v1beta1.types.rollouts_service.ListRolloutKindsRequest,
response: google.cloud.saasplatform_saasservicemgmt_v1beta1.types.rollouts_service.ListRolloutKindsResponse,
*,
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_rollout_kinds requests.
This class thinly wraps an initial
ListRolloutKindsResponse object, and
provides an __iter__ method to iterate through its
rollout_kinds field.
If there are more pages, the __iter__ method will make additional
ListRolloutKinds requests and continue to iterate
through the rollout_kinds field on the
corresponding responses.
All the usual ListRolloutKindsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListRolloutsAsyncPager
ListRolloutsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.saasplatform_saasservicemgmt_v1beta1.types.rollouts_service.ListRolloutsResponse
],
],
request: google.cloud.saasplatform_saasservicemgmt_v1beta1.types.rollouts_service.ListRolloutsRequest,
response: google.cloud.saasplatform_saasservicemgmt_v1beta1.types.rollouts_service.ListRolloutsResponse,
*,
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_rollouts requests.
This class thinly wraps an initial
ListRolloutsResponse object, and
provides an __aiter__ method to iterate through its
rollouts field.
If there are more pages, the __aiter__ method will make additional
ListRollouts requests and continue to iterate
through the rollouts field on the
corresponding responses.
All the usual ListRolloutsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListRolloutsPager
ListRolloutsPager(
method: typing.Callable[
[...],
google.cloud.saasplatform_saasservicemgmt_v1beta1.types.rollouts_service.ListRolloutsResponse,
],
request: google.cloud.saasplatform_saasservicemgmt_v1beta1.types.rollouts_service.ListRolloutsRequest,
response: google.cloud.saasplatform_saasservicemgmt_v1beta1.types.rollouts_service.ListRolloutsResponse,
*,
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_rollouts requests.
This class thinly wraps an initial
ListRolloutsResponse object, and
provides an __iter__ method to iterate through its
rollouts field.
If there are more pages, the __iter__ method will make additional
ListRollouts requests and continue to iterate
through the rollouts field on the
corresponding responses.
All the usual ListRolloutsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.