API documentation for clouddms_v1.services.data_migration_service.pagers
module.
Classes
ListConnectionProfilesAsyncPager
ListConnectionProfilesAsyncPager(
method: Callable[
[...],
Awaitable[
google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesResponse
],
],
request: google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesRequest,
response: google.cloud.clouddms_v1.types.clouddms.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.clouddms_v1.types.clouddms.ListConnectionProfilesResponse
],
request: google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesRequest,
response: google.cloud.clouddms_v1.types.clouddms.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.
ListMigrationJobsAsyncPager
ListMigrationJobsAsyncPager(
method: Callable[
[...],
Awaitable[google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsResponse],
],
request: google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsRequest,
response: google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_migration_jobs
requests.
This class thinly wraps an initial
ListMigrationJobsResponse object, and
provides an __aiter__
method to iterate through its
migration_jobs
field.
If there are more pages, the __aiter__
method will make additional
ListMigrationJobs
requests and continue to iterate
through the migration_jobs
field on the
corresponding responses.
All the usual ListMigrationJobsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListMigrationJobsPager
ListMigrationJobsPager(
method: Callable[
[...], google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsResponse
],
request: google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsRequest,
response: google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsResponse,
*,
metadata: Sequence[Tuple[str, str]] = ()
)
A pager for iterating through list_migration_jobs
requests.
This class thinly wraps an initial
ListMigrationJobsResponse object, and
provides an __iter__
method to iterate through its
migration_jobs
field.
If there are more pages, the __iter__
method will make additional
ListMigrationJobs
requests and continue to iterate
through the migration_jobs
field on the
corresponding responses.
All the usual ListMigrationJobsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.