API documentation for servicedirectory_v1beta1.services.registration_service.pagers
module.
Classes
ListEndpointsAsyncPager
ListEndpointsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.servicedirectory_v1beta1.types.registration_service.ListEndpointsResponse
],
],
request: google.cloud.servicedirectory_v1beta1.types.registration_service.ListEndpointsRequest,
response: google.cloud.servicedirectory_v1beta1.types.registration_service.ListEndpointsResponse,
*,
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, str]] = ()
)
A pager for iterating through list_endpoints
requests.
This class thinly wraps an initial
ListEndpointsResponse object, and
provides an __aiter__
method to iterate through its
endpoints
field.
If there are more pages, the __aiter__
method will make additional
ListEndpoints
requests and continue to iterate
through the endpoints
field on the
corresponding responses.
All the usual ListEndpointsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListEndpointsPager
ListEndpointsPager(
method: typing.Callable[
[...],
google.cloud.servicedirectory_v1beta1.types.registration_service.ListEndpointsResponse,
],
request: google.cloud.servicedirectory_v1beta1.types.registration_service.ListEndpointsRequest,
response: google.cloud.servicedirectory_v1beta1.types.registration_service.ListEndpointsResponse,
*,
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, str]] = ()
)
A pager for iterating through list_endpoints
requests.
This class thinly wraps an initial
ListEndpointsResponse object, and
provides an __iter__
method to iterate through its
endpoints
field.
If there are more pages, the __iter__
method will make additional
ListEndpoints
requests and continue to iterate
through the endpoints
field on the
corresponding responses.
All the usual ListEndpointsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListNamespacesAsyncPager
ListNamespacesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.servicedirectory_v1beta1.types.registration_service.ListNamespacesResponse
],
],
request: google.cloud.servicedirectory_v1beta1.types.registration_service.ListNamespacesRequest,
response: google.cloud.servicedirectory_v1beta1.types.registration_service.ListNamespacesResponse,
*,
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, str]] = ()
)
A pager for iterating through list_namespaces
requests.
This class thinly wraps an initial
ListNamespacesResponse object, and
provides an __aiter__
method to iterate through its
namespaces
field.
If there are more pages, the __aiter__
method will make additional
ListNamespaces
requests and continue to iterate
through the namespaces
field on the
corresponding responses.
All the usual ListNamespacesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListNamespacesPager
ListNamespacesPager(
method: typing.Callable[
[...],
google.cloud.servicedirectory_v1beta1.types.registration_service.ListNamespacesResponse,
],
request: google.cloud.servicedirectory_v1beta1.types.registration_service.ListNamespacesRequest,
response: google.cloud.servicedirectory_v1beta1.types.registration_service.ListNamespacesResponse,
*,
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, str]] = ()
)
A pager for iterating through list_namespaces
requests.
This class thinly wraps an initial
ListNamespacesResponse object, and
provides an __iter__
method to iterate through its
namespaces
field.
If there are more pages, the __iter__
method will make additional
ListNamespaces
requests and continue to iterate
through the namespaces
field on the
corresponding responses.
All the usual ListNamespacesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListServicesAsyncPager
ListServicesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.servicedirectory_v1beta1.types.registration_service.ListServicesResponse
],
],
request: google.cloud.servicedirectory_v1beta1.types.registration_service.ListServicesRequest,
response: google.cloud.servicedirectory_v1beta1.types.registration_service.ListServicesResponse,
*,
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, str]] = ()
)
A pager for iterating through list_services
requests.
This class thinly wraps an initial
ListServicesResponse object, and
provides an __aiter__
method to iterate through its
services
field.
If there are more pages, the __aiter__
method will make additional
ListServices
requests and continue to iterate
through the services
field on the
corresponding responses.
All the usual ListServicesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListServicesPager
ListServicesPager(
method: typing.Callable[
[...],
google.cloud.servicedirectory_v1beta1.types.registration_service.ListServicesResponse,
],
request: google.cloud.servicedirectory_v1beta1.types.registration_service.ListServicesRequest,
response: google.cloud.servicedirectory_v1beta1.types.registration_service.ListServicesResponse,
*,
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, str]] = ()
)
A pager for iterating through list_services
requests.
This class thinly wraps an initial
ListServicesResponse object, and
provides an __iter__
method to iterate through its
services
field.
If there are more pages, the __iter__
method will make additional
ListServices
requests and continue to iterate
through the services
field on the
corresponding responses.
All the usual ListServicesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.