Module pagers (0.1.6)

API documentation for migrationcenter_v1.services.migration_center.pagers module.

Classes

ListAssetsAsyncPager

ListAssetsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.migrationcenter_v1.types.migrationcenter.ListAssetsResponse
        ],
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListAssetsRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListAssetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_assets requests.

This class thinly wraps an initial ListAssetsResponse object, and provides an __aiter__ method to iterate through its assets field.

If there are more pages, the __aiter__ method will make additional ListAssets requests and continue to iterate through the assets field on the corresponding responses.

All the usual ListAssetsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListAssetsPager

ListAssetsPager(
    method: typing.Callable[
        [...], google.cloud.migrationcenter_v1.types.migrationcenter.ListAssetsResponse
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListAssetsRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListAssetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_assets requests.

This class thinly wraps an initial ListAssetsResponse object, and provides an __iter__ method to iterate through its assets field.

If there are more pages, the __iter__ method will make additional ListAssets requests and continue to iterate through the assets field on the corresponding responses.

All the usual ListAssetsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListErrorFramesAsyncPager

ListErrorFramesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.migrationcenter_v1.types.migrationcenter.ListErrorFramesResponse
        ],
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListErrorFramesRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListErrorFramesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_error_frames requests.

This class thinly wraps an initial ListErrorFramesResponse object, and provides an __aiter__ method to iterate through its error_frames field.

If there are more pages, the __aiter__ method will make additional ListErrorFrames requests and continue to iterate through the error_frames field on the corresponding responses.

All the usual ListErrorFramesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListErrorFramesPager

ListErrorFramesPager(
    method: typing.Callable[
        [...],
        google.cloud.migrationcenter_v1.types.migrationcenter.ListErrorFramesResponse,
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListErrorFramesRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListErrorFramesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_error_frames requests.

This class thinly wraps an initial ListErrorFramesResponse object, and provides an __iter__ method to iterate through its error_frames field.

If there are more pages, the __iter__ method will make additional ListErrorFrames requests and continue to iterate through the error_frames field on the corresponding responses.

All the usual ListErrorFramesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListGroupsAsyncPager

ListGroupsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.migrationcenter_v1.types.migrationcenter.ListGroupsResponse
        ],
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListGroupsRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListGroupsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_groups requests.

This class thinly wraps an initial ListGroupsResponse object, and provides an __aiter__ method to iterate through its groups field.

If there are more pages, the __aiter__ method will make additional ListGroups requests and continue to iterate through the groups field on the corresponding responses.

All the usual ListGroupsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListGroupsPager

ListGroupsPager(
    method: typing.Callable[
        [...], google.cloud.migrationcenter_v1.types.migrationcenter.ListGroupsResponse
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListGroupsRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListGroupsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_groups requests.

This class thinly wraps an initial ListGroupsResponse object, and provides an __iter__ method to iterate through its groups field.

If there are more pages, the __iter__ method will make additional ListGroups requests and continue to iterate through the groups field on the corresponding responses.

All the usual ListGroupsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListImportDataFilesAsyncPager

ListImportDataFilesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.migrationcenter_v1.types.migrationcenter.ListImportDataFilesResponse
        ],
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListImportDataFilesRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListImportDataFilesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_import_data_files requests.

This class thinly wraps an initial ListImportDataFilesResponse object, and provides an __aiter__ method to iterate through its import_data_files field.

If there are more pages, the __aiter__ method will make additional ListImportDataFiles requests and continue to iterate through the import_data_files field on the corresponding responses.

All the usual ListImportDataFilesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListImportDataFilesPager

ListImportDataFilesPager(
    method: typing.Callable[
        [...],
        google.cloud.migrationcenter_v1.types.migrationcenter.ListImportDataFilesResponse,
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListImportDataFilesRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListImportDataFilesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_import_data_files requests.

This class thinly wraps an initial ListImportDataFilesResponse object, and provides an __iter__ method to iterate through its import_data_files field.

If there are more pages, the __iter__ method will make additional ListImportDataFiles requests and continue to iterate through the import_data_files field on the corresponding responses.

All the usual ListImportDataFilesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListImportJobsAsyncPager

ListImportJobsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.migrationcenter_v1.types.migrationcenter.ListImportJobsResponse
        ],
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListImportJobsRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListImportJobsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_import_jobs requests.

This class thinly wraps an initial ListImportJobsResponse object, and provides an __aiter__ method to iterate through its import_jobs field.

If there are more pages, the __aiter__ method will make additional ListImportJobs requests and continue to iterate through the import_jobs field on the corresponding responses.

All the usual ListImportJobsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListImportJobsPager

ListImportJobsPager(
    method: typing.Callable[
        [...],
        google.cloud.migrationcenter_v1.types.migrationcenter.ListImportJobsResponse,
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListImportJobsRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListImportJobsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_import_jobs requests.

This class thinly wraps an initial ListImportJobsResponse object, and provides an __iter__ method to iterate through its import_jobs field.

If there are more pages, the __iter__ method will make additional ListImportJobs requests and continue to iterate through the import_jobs field on the corresponding responses.

All the usual ListImportJobsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListPreferenceSetsAsyncPager

ListPreferenceSetsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.migrationcenter_v1.types.migrationcenter.ListPreferenceSetsResponse
        ],
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListPreferenceSetsRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListPreferenceSetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_preference_sets requests.

This class thinly wraps an initial ListPreferenceSetsResponse object, and provides an __aiter__ method to iterate through its preference_sets field.

If there are more pages, the __aiter__ method will make additional ListPreferenceSets requests and continue to iterate through the preference_sets field on the corresponding responses.

All the usual ListPreferenceSetsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListPreferenceSetsPager

ListPreferenceSetsPager(
    method: typing.Callable[
        [...],
        google.cloud.migrationcenter_v1.types.migrationcenter.ListPreferenceSetsResponse,
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListPreferenceSetsRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListPreferenceSetsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_preference_sets requests.

This class thinly wraps an initial ListPreferenceSetsResponse object, and provides an __iter__ method to iterate through its preference_sets field.

If there are more pages, the __iter__ method will make additional ListPreferenceSets requests and continue to iterate through the preference_sets field on the corresponding responses.

All the usual ListPreferenceSetsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListReportConfigsAsyncPager

ListReportConfigsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.migrationcenter_v1.types.migrationcenter.ListReportConfigsResponse
        ],
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListReportConfigsRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListReportConfigsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_report_configs requests.

This class thinly wraps an initial ListReportConfigsResponse object, and provides an __aiter__ method to iterate through its report_configs field.

If there are more pages, the __aiter__ method will make additional ListReportConfigs requests and continue to iterate through the report_configs field on the corresponding responses.

All the usual ListReportConfigsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListReportConfigsPager

ListReportConfigsPager(
    method: typing.Callable[
        [...],
        google.cloud.migrationcenter_v1.types.migrationcenter.ListReportConfigsResponse,
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListReportConfigsRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListReportConfigsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_report_configs requests.

This class thinly wraps an initial ListReportConfigsResponse object, and provides an __iter__ method to iterate through its report_configs field.

If there are more pages, the __iter__ method will make additional ListReportConfigs requests and continue to iterate through the report_configs field on the corresponding responses.

All the usual ListReportConfigsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListReportsAsyncPager

ListReportsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.migrationcenter_v1.types.migrationcenter.ListReportsResponse
        ],
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListReportsRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListReportsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_reports requests.

This class thinly wraps an initial ListReportsResponse object, and provides an __aiter__ method to iterate through its reports field.

If there are more pages, the __aiter__ method will make additional ListReports requests and continue to iterate through the reports field on the corresponding responses.

All the usual ListReportsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListReportsPager

ListReportsPager(
    method: typing.Callable[
        [...], google.cloud.migrationcenter_v1.types.migrationcenter.ListReportsResponse
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListReportsRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListReportsResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_reports requests.

This class thinly wraps an initial ListReportsResponse object, and provides an __iter__ method to iterate through its reports field.

If there are more pages, the __iter__ method will make additional ListReports requests and continue to iterate through the reports field on the corresponding responses.

All the usual ListReportsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListSourcesAsyncPager

ListSourcesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.migrationcenter_v1.types.migrationcenter.ListSourcesResponse
        ],
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListSourcesRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListSourcesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_sources requests.

This class thinly wraps an initial ListSourcesResponse object, and provides an __aiter__ method to iterate through its sources field.

If there are more pages, the __aiter__ method will make additional ListSources requests and continue to iterate through the sources field on the corresponding responses.

All the usual ListSourcesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListSourcesPager

ListSourcesPager(
    method: typing.Callable[
        [...], google.cloud.migrationcenter_v1.types.migrationcenter.ListSourcesResponse
    ],
    request: google.cloud.migrationcenter_v1.types.migrationcenter.ListSourcesRequest,
    response: google.cloud.migrationcenter_v1.types.migrationcenter.ListSourcesResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

A pager for iterating through list_sources requests.

This class thinly wraps an initial ListSourcesResponse object, and provides an __iter__ method to iterate through its sources field.

If there are more pages, the __iter__ method will make additional ListSources requests and continue to iterate through the sources field on the corresponding responses.

All the usual ListSourcesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.