API documentation for clouddms_v1.services.data_migration_service.pagers module.
Classes
DescribeDatabaseEntitiesAsyncPager
DescribeDatabaseEntitiesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.clouddms_v1.types.clouddms.DescribeDatabaseEntitiesResponse
],
],
request: google.cloud.clouddms_v1.types.clouddms.DescribeDatabaseEntitiesRequest,
response: google.cloud.clouddms_v1.types.clouddms.DescribeDatabaseEntitiesResponse,
*,
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 describe_database_entities requests.
This class thinly wraps an initial
DescribeDatabaseEntitiesResponse object, and
provides an __aiter__ method to iterate through its
database_entities field.
If there are more pages, the __aiter__ method will make additional
DescribeDatabaseEntities requests and continue to iterate
through the database_entities field on the
corresponding responses.
All the usual DescribeDatabaseEntitiesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
DescribeDatabaseEntitiesPager
DescribeDatabaseEntitiesPager(
method: typing.Callable[
[...], google.cloud.clouddms_v1.types.clouddms.DescribeDatabaseEntitiesResponse
],
request: google.cloud.clouddms_v1.types.clouddms.DescribeDatabaseEntitiesRequest,
response: google.cloud.clouddms_v1.types.clouddms.DescribeDatabaseEntitiesResponse,
*,
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 describe_database_entities requests.
This class thinly wraps an initial
DescribeDatabaseEntitiesResponse object, and
provides an __iter__ method to iterate through its
database_entities field.
If there are more pages, the __iter__ method will make additional
DescribeDatabaseEntities requests and continue to iterate
through the database_entities field on the
corresponding responses.
All the usual DescribeDatabaseEntitiesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
FetchStaticIpsAsyncPager
FetchStaticIpsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.clouddms_v1.types.clouddms.FetchStaticIpsResponse
],
],
request: google.cloud.clouddms_v1.types.clouddms.FetchStaticIpsRequest,
response: google.cloud.clouddms_v1.types.clouddms.FetchStaticIpsResponse,
*,
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 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: typing.Callable[
[...], google.cloud.clouddms_v1.types.clouddms.FetchStaticIpsResponse
],
request: google.cloud.clouddms_v1.types.clouddms.FetchStaticIpsRequest,
response: google.cloud.clouddms_v1.types.clouddms.FetchStaticIpsResponse,
*,
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 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: typing.Callable[
[...],
typing.Awaitable[
google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesResponse
],
],
request: google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesRequest,
response: google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesResponse,
*,
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_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: typing.Callable[
[...], google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesResponse
],
request: google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesRequest,
response: google.cloud.clouddms_v1.types.clouddms.ListConnectionProfilesResponse,
*,
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_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.
ListConversionWorkspacesAsyncPager
ListConversionWorkspacesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.clouddms_v1.types.clouddms.ListConversionWorkspacesResponse
],
],
request: google.cloud.clouddms_v1.types.clouddms.ListConversionWorkspacesRequest,
response: google.cloud.clouddms_v1.types.clouddms.ListConversionWorkspacesResponse,
*,
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_conversion_workspaces requests.
This class thinly wraps an initial
ListConversionWorkspacesResponse object, and
provides an __aiter__ method to iterate through its
conversion_workspaces field.
If there are more pages, the __aiter__ method will make additional
ListConversionWorkspaces requests and continue to iterate
through the conversion_workspaces field on the
corresponding responses.
All the usual ListConversionWorkspacesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListConversionWorkspacesPager
ListConversionWorkspacesPager(
method: typing.Callable[
[...], google.cloud.clouddms_v1.types.clouddms.ListConversionWorkspacesResponse
],
request: google.cloud.clouddms_v1.types.clouddms.ListConversionWorkspacesRequest,
response: google.cloud.clouddms_v1.types.clouddms.ListConversionWorkspacesResponse,
*,
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_conversion_workspaces requests.
This class thinly wraps an initial
ListConversionWorkspacesResponse object, and
provides an __iter__ method to iterate through its
conversion_workspaces field.
If there are more pages, the __iter__ method will make additional
ListConversionWorkspaces requests and continue to iterate
through the conversion_workspaces field on the
corresponding responses.
All the usual ListConversionWorkspacesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListMappingRulesAsyncPager
ListMappingRulesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.clouddms_v1.types.clouddms.ListMappingRulesResponse
],
],
request: google.cloud.clouddms_v1.types.clouddms.ListMappingRulesRequest,
response: google.cloud.clouddms_v1.types.clouddms.ListMappingRulesResponse,
*,
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_mapping_rules requests.
This class thinly wraps an initial
ListMappingRulesResponse object, and
provides an __aiter__ method to iterate through its
mapping_rules field.
If there are more pages, the __aiter__ method will make additional
ListMappingRules requests and continue to iterate
through the mapping_rules field on the
corresponding responses.
All the usual ListMappingRulesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListMappingRulesPager
ListMappingRulesPager(
method: typing.Callable[
[...], google.cloud.clouddms_v1.types.clouddms.ListMappingRulesResponse
],
request: google.cloud.clouddms_v1.types.clouddms.ListMappingRulesRequest,
response: google.cloud.clouddms_v1.types.clouddms.ListMappingRulesResponse,
*,
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_mapping_rules requests.
This class thinly wraps an initial
ListMappingRulesResponse object, and
provides an __iter__ method to iterate through its
mapping_rules field.
If there are more pages, the __iter__ method will make additional
ListMappingRules requests and continue to iterate
through the mapping_rules field on the
corresponding responses.
All the usual ListMappingRulesResponse 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: typing.Callable[
[...],
typing.Awaitable[
google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsResponse
],
],
request: google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsRequest,
response: google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsResponse,
*,
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_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: typing.Callable[
[...], google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsResponse
],
request: google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsRequest,
response: google.cloud.clouddms_v1.types.clouddms.ListMigrationJobsResponse,
*,
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_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.
ListPrivateConnectionsAsyncPager
ListPrivateConnectionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.clouddms_v1.types.clouddms.ListPrivateConnectionsResponse
],
],
request: google.cloud.clouddms_v1.types.clouddms.ListPrivateConnectionsRequest,
response: google.cloud.clouddms_v1.types.clouddms.ListPrivateConnectionsResponse,
*,
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_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: typing.Callable[
[...], google.cloud.clouddms_v1.types.clouddms.ListPrivateConnectionsResponse
],
request: google.cloud.clouddms_v1.types.clouddms.ListPrivateConnectionsRequest,
response: google.cloud.clouddms_v1.types.clouddms.ListPrivateConnectionsResponse,
*,
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_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.