API documentation for datastream_v1alpha1.services.datastream.pagers
module.
Classes
FetchStaticIpsAsyncPager
FetchStaticIpsAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.datastream_v1alpha1.types.datastream.FetchStaticIpsResponse
],
],
request: google.cloud.datastream_v1alpha1.types.datastream.FetchStaticIpsRequest,
response: google.cloud.datastream_v1alpha1.types.datastream.FetchStaticIpsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through fetch_static_ips
requests.
This class thinly wraps an initial
FetchStaticIpsResponse object, and
provides an __aiter__
method to iterate through its
static_ips
field.
If there are more pages, the __aiter__
method will make additional
FetchStaticIps
requests and continue to iterate
through the static_ips
field on the
corresponding responses.
All the usual FetchStaticIpsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
FetchStaticIpsPager
FetchStaticIpsPager(
method: Callable[
[...], google.cloud.datastream_v1alpha1.types.datastream.FetchStaticIpsResponse
],
request: google.cloud.datastream_v1alpha1.types.datastream.FetchStaticIpsRequest,
response: google.cloud.datastream_v1alpha1.types.datastream.FetchStaticIpsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through fetch_static_ips
requests.
This class thinly wraps an initial
FetchStaticIpsResponse object, and
provides an __iter__
method to iterate through its
static_ips
field.
If there are more pages, the __iter__
method will make additional
FetchStaticIps
requests and continue to iterate
through the static_ips
field on the
corresponding responses.
All the usual FetchStaticIpsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListConnectionProfilesAsyncPager
ListConnectionProfilesAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.datastream_v1alpha1.types.datastream.ListConnectionProfilesResponse
],
],
request: google.cloud.datastream_v1alpha1.types.datastream.ListConnectionProfilesRequest,
response: google.cloud.datastream_v1alpha1.types.datastream.ListConnectionProfilesResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_connection_profiles
requests.
This class thinly wraps an initial
ListConnectionProfilesResponse object, and
provides an __aiter__
method to iterate through its
connection_profiles
field.
If there are more pages, the __aiter__
method will make additional
ListConnectionProfiles
requests and continue to iterate
through the connection_profiles
field on the
corresponding responses.
All the usual ListConnectionProfilesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListConnectionProfilesPager
ListConnectionProfilesPager(
method: Callable[
[...],
google.cloud.datastream_v1alpha1.types.datastream.ListConnectionProfilesResponse,
],
request: google.cloud.datastream_v1alpha1.types.datastream.ListConnectionProfilesRequest,
response: google.cloud.datastream_v1alpha1.types.datastream.ListConnectionProfilesResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_connection_profiles
requests.
This class thinly wraps an initial
ListConnectionProfilesResponse object, and
provides an __iter__
method to iterate through its
connection_profiles
field.
If there are more pages, the __iter__
method will make additional
ListConnectionProfiles
requests and continue to iterate
through the connection_profiles
field on the
corresponding responses.
All the usual ListConnectionProfilesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListPrivateConnectionsAsyncPager
ListPrivateConnectionsAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.datastream_v1alpha1.types.datastream.ListPrivateConnectionsResponse
],
],
request: google.cloud.datastream_v1alpha1.types.datastream.ListPrivateConnectionsRequest,
response: google.cloud.datastream_v1alpha1.types.datastream.ListPrivateConnectionsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_private_connections
requests.
This class thinly wraps an initial
ListPrivateConnectionsResponse object, and
provides an __aiter__
method to iterate through its
private_connections
field.
If there are more pages, the __aiter__
method will make additional
ListPrivateConnections
requests and continue to iterate
through the private_connections
field on the
corresponding responses.
All the usual ListPrivateConnectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListPrivateConnectionsPager
ListPrivateConnectionsPager(
method: Callable[
[...],
google.cloud.datastream_v1alpha1.types.datastream.ListPrivateConnectionsResponse,
],
request: google.cloud.datastream_v1alpha1.types.datastream.ListPrivateConnectionsRequest,
response: google.cloud.datastream_v1alpha1.types.datastream.ListPrivateConnectionsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_private_connections
requests.
This class thinly wraps an initial
ListPrivateConnectionsResponse object, and
provides an __iter__
method to iterate through its
private_connections
field.
If there are more pages, the __iter__
method will make additional
ListPrivateConnections
requests and continue to iterate
through the private_connections
field on the
corresponding responses.
All the usual ListPrivateConnectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListRoutesAsyncPager
ListRoutesAsyncPager(
method: Callable[
[...],
Awaitable[google.cloud.datastream_v1alpha1.types.datastream.ListRoutesResponse],
],
request: google.cloud.datastream_v1alpha1.types.datastream.ListRoutesRequest,
response: google.cloud.datastream_v1alpha1.types.datastream.ListRoutesResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_routes
requests.
This class thinly wraps an initial
ListRoutesResponse object, and
provides an __aiter__
method to iterate through its
routes
field.
If there are more pages, the __aiter__
method will make additional
ListRoutes
requests and continue to iterate
through the routes
field on the
corresponding responses.
All the usual ListRoutesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListRoutesPager
ListRoutesPager(
method: Callable[
[...], google.cloud.datastream_v1alpha1.types.datastream.ListRoutesResponse
],
request: google.cloud.datastream_v1alpha1.types.datastream.ListRoutesRequest,
response: google.cloud.datastream_v1alpha1.types.datastream.ListRoutesResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_routes
requests.
This class thinly wraps an initial
ListRoutesResponse object, and
provides an __iter__
method to iterate through its
routes
field.
If there are more pages, the __iter__
method will make additional
ListRoutes
requests and continue to iterate
through the routes
field on the
corresponding responses.
All the usual ListRoutesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListStreamsAsyncPager
ListStreamsAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.datastream_v1alpha1.types.datastream.ListStreamsResponse
],
],
request: google.cloud.datastream_v1alpha1.types.datastream.ListStreamsRequest,
response: google.cloud.datastream_v1alpha1.types.datastream.ListStreamsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_streams
requests.
This class thinly wraps an initial
ListStreamsResponse object, and
provides an __aiter__
method to iterate through its
streams
field.
If there are more pages, the __aiter__
method will make additional
ListStreams
requests and continue to iterate
through the streams
field on the
corresponding responses.
All the usual ListStreamsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListStreamsPager
ListStreamsPager(
method: Callable[
[...], google.cloud.datastream_v1alpha1.types.datastream.ListStreamsResponse
],
request: google.cloud.datastream_v1alpha1.types.datastream.ListStreamsRequest,
response: google.cloud.datastream_v1alpha1.types.datastream.ListStreamsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_streams
requests.
This class thinly wraps an initial
ListStreamsResponse object, and
provides an __iter__
method to iterate through its
streams
field.
If there are more pages, the __iter__
method will make additional
ListStreams
requests and continue to iterate
through the streams
field on the
corresponding responses.
All the usual ListStreamsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.