API documentation for dataplex_v1.services.dataplex_service.pagers
module.
Classes
ListAssetActionsAsyncPager
ListAssetActionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.dataplex_v1.types.service.ListActionsResponse],
],
request: google.cloud.dataplex_v1.types.service.ListAssetActionsRequest,
response: google.cloud.dataplex_v1.types.service.ListActionsResponse,
*,
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_asset_actions
requests.
This class thinly wraps an initial
ListActionsResponse object, and
provides an __aiter__
method to iterate through its
actions
field.
If there are more pages, the __aiter__
method will make additional
ListAssetActions
requests and continue to iterate
through the actions
field on the
corresponding responses.
All the usual ListActionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListAssetActionsPager
ListAssetActionsPager(
method: typing.Callable[
[...], google.cloud.dataplex_v1.types.service.ListActionsResponse
],
request: google.cloud.dataplex_v1.types.service.ListAssetActionsRequest,
response: google.cloud.dataplex_v1.types.service.ListActionsResponse,
*,
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_asset_actions
requests.
This class thinly wraps an initial
ListActionsResponse object, and
provides an __iter__
method to iterate through its
actions
field.
If there are more pages, the __iter__
method will make additional
ListAssetActions
requests and continue to iterate
through the actions
field on the
corresponding responses.
All the usual ListActionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListAssetsAsyncPager
ListAssetsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.dataplex_v1.types.service.ListAssetsResponse],
],
request: google.cloud.dataplex_v1.types.service.ListAssetsRequest,
response: google.cloud.dataplex_v1.types.service.ListAssetsResponse,
*,
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_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.dataplex_v1.types.service.ListAssetsResponse
],
request: google.cloud.dataplex_v1.types.service.ListAssetsRequest,
response: google.cloud.dataplex_v1.types.service.ListAssetsResponse,
*,
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_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.
ListEnvironmentsAsyncPager
ListEnvironmentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.dataplex_v1.types.service.ListEnvironmentsResponse
],
],
request: google.cloud.dataplex_v1.types.service.ListEnvironmentsRequest,
response: google.cloud.dataplex_v1.types.service.ListEnvironmentsResponse,
*,
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_environments
requests.
This class thinly wraps an initial
ListEnvironmentsResponse object, and
provides an __aiter__
method to iterate through its
environments
field.
If there are more pages, the __aiter__
method will make additional
ListEnvironments
requests and continue to iterate
through the environments
field on the
corresponding responses.
All the usual ListEnvironmentsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListEnvironmentsPager
ListEnvironmentsPager(
method: typing.Callable[
[...], google.cloud.dataplex_v1.types.service.ListEnvironmentsResponse
],
request: google.cloud.dataplex_v1.types.service.ListEnvironmentsRequest,
response: google.cloud.dataplex_v1.types.service.ListEnvironmentsResponse,
*,
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_environments
requests.
This class thinly wraps an initial
ListEnvironmentsResponse object, and
provides an __iter__
method to iterate through its
environments
field.
If there are more pages, the __iter__
method will make additional
ListEnvironments
requests and continue to iterate
through the environments
field on the
corresponding responses.
All the usual ListEnvironmentsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListJobsAsyncPager
ListJobsAsyncPager(
method: typing.Callable[
[...], typing.Awaitable[google.cloud.dataplex_v1.types.service.ListJobsResponse]
],
request: google.cloud.dataplex_v1.types.service.ListJobsRequest,
response: google.cloud.dataplex_v1.types.service.ListJobsResponse,
*,
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_jobs
requests.
This class thinly wraps an initial
ListJobsResponse object, and
provides an __aiter__
method to iterate through its
jobs
field.
If there are more pages, the __aiter__
method will make additional
ListJobs
requests and continue to iterate
through the jobs
field on the
corresponding responses.
All the usual ListJobsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListJobsPager
ListJobsPager(
method: typing.Callable[
[...], google.cloud.dataplex_v1.types.service.ListJobsResponse
],
request: google.cloud.dataplex_v1.types.service.ListJobsRequest,
response: google.cloud.dataplex_v1.types.service.ListJobsResponse,
*,
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_jobs
requests.
This class thinly wraps an initial
ListJobsResponse object, and
provides an __iter__
method to iterate through its
jobs
field.
If there are more pages, the __iter__
method will make additional
ListJobs
requests and continue to iterate
through the jobs
field on the
corresponding responses.
All the usual ListJobsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListLakeActionsAsyncPager
ListLakeActionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.dataplex_v1.types.service.ListActionsResponse],
],
request: google.cloud.dataplex_v1.types.service.ListLakeActionsRequest,
response: google.cloud.dataplex_v1.types.service.ListActionsResponse,
*,
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_lake_actions
requests.
This class thinly wraps an initial
ListActionsResponse object, and
provides an __aiter__
method to iterate through its
actions
field.
If there are more pages, the __aiter__
method will make additional
ListLakeActions
requests and continue to iterate
through the actions
field on the
corresponding responses.
All the usual ListActionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListLakeActionsPager
ListLakeActionsPager(
method: typing.Callable[
[...], google.cloud.dataplex_v1.types.service.ListActionsResponse
],
request: google.cloud.dataplex_v1.types.service.ListLakeActionsRequest,
response: google.cloud.dataplex_v1.types.service.ListActionsResponse,
*,
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_lake_actions
requests.
This class thinly wraps an initial
ListActionsResponse object, and
provides an __iter__
method to iterate through its
actions
field.
If there are more pages, the __iter__
method will make additional
ListLakeActions
requests and continue to iterate
through the actions
field on the
corresponding responses.
All the usual ListActionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListLakesAsyncPager
ListLakesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.dataplex_v1.types.service.ListLakesResponse],
],
request: google.cloud.dataplex_v1.types.service.ListLakesRequest,
response: google.cloud.dataplex_v1.types.service.ListLakesResponse,
*,
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_lakes
requests.
This class thinly wraps an initial
ListLakesResponse object, and
provides an __aiter__
method to iterate through its
lakes
field.
If there are more pages, the __aiter__
method will make additional
ListLakes
requests and continue to iterate
through the lakes
field on the
corresponding responses.
All the usual ListLakesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListLakesPager
ListLakesPager(
method: typing.Callable[
[...], google.cloud.dataplex_v1.types.service.ListLakesResponse
],
request: google.cloud.dataplex_v1.types.service.ListLakesRequest,
response: google.cloud.dataplex_v1.types.service.ListLakesResponse,
*,
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_lakes
requests.
This class thinly wraps an initial
ListLakesResponse object, and
provides an __iter__
method to iterate through its
lakes
field.
If there are more pages, the __iter__
method will make additional
ListLakes
requests and continue to iterate
through the lakes
field on the
corresponding responses.
All the usual ListLakesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListSessionsAsyncPager
ListSessionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.dataplex_v1.types.service.ListSessionsResponse],
],
request: google.cloud.dataplex_v1.types.service.ListSessionsRequest,
response: google.cloud.dataplex_v1.types.service.ListSessionsResponse,
*,
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_sessions
requests.
This class thinly wraps an initial
ListSessionsResponse object, and
provides an __aiter__
method to iterate through its
sessions
field.
If there are more pages, the __aiter__
method will make additional
ListSessions
requests and continue to iterate
through the sessions
field on the
corresponding responses.
All the usual ListSessionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListSessionsPager
ListSessionsPager(
method: typing.Callable[
[...], google.cloud.dataplex_v1.types.service.ListSessionsResponse
],
request: google.cloud.dataplex_v1.types.service.ListSessionsRequest,
response: google.cloud.dataplex_v1.types.service.ListSessionsResponse,
*,
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_sessions
requests.
This class thinly wraps an initial
ListSessionsResponse object, and
provides an __iter__
method to iterate through its
sessions
field.
If there are more pages, the __iter__
method will make additional
ListSessions
requests and continue to iterate
through the sessions
field on the
corresponding responses.
All the usual ListSessionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListTasksAsyncPager
ListTasksAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.dataplex_v1.types.service.ListTasksResponse],
],
request: google.cloud.dataplex_v1.types.service.ListTasksRequest,
response: google.cloud.dataplex_v1.types.service.ListTasksResponse,
*,
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_tasks
requests.
This class thinly wraps an initial
ListTasksResponse object, and
provides an __aiter__
method to iterate through its
tasks
field.
If there are more pages, the __aiter__
method will make additional
ListTasks
requests and continue to iterate
through the tasks
field on the
corresponding responses.
All the usual ListTasksResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListTasksPager
ListTasksPager(
method: typing.Callable[
[...], google.cloud.dataplex_v1.types.service.ListTasksResponse
],
request: google.cloud.dataplex_v1.types.service.ListTasksRequest,
response: google.cloud.dataplex_v1.types.service.ListTasksResponse,
*,
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_tasks
requests.
This class thinly wraps an initial
ListTasksResponse object, and
provides an __iter__
method to iterate through its
tasks
field.
If there are more pages, the __iter__
method will make additional
ListTasks
requests and continue to iterate
through the tasks
field on the
corresponding responses.
All the usual ListTasksResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListZoneActionsAsyncPager
ListZoneActionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.dataplex_v1.types.service.ListActionsResponse],
],
request: google.cloud.dataplex_v1.types.service.ListZoneActionsRequest,
response: google.cloud.dataplex_v1.types.service.ListActionsResponse,
*,
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_zone_actions
requests.
This class thinly wraps an initial
ListActionsResponse object, and
provides an __aiter__
method to iterate through its
actions
field.
If there are more pages, the __aiter__
method will make additional
ListZoneActions
requests and continue to iterate
through the actions
field on the
corresponding responses.
All the usual ListActionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListZoneActionsPager
ListZoneActionsPager(
method: typing.Callable[
[...], google.cloud.dataplex_v1.types.service.ListActionsResponse
],
request: google.cloud.dataplex_v1.types.service.ListZoneActionsRequest,
response: google.cloud.dataplex_v1.types.service.ListActionsResponse,
*,
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_zone_actions
requests.
This class thinly wraps an initial
ListActionsResponse object, and
provides an __iter__
method to iterate through its
actions
field.
If there are more pages, the __iter__
method will make additional
ListZoneActions
requests and continue to iterate
through the actions
field on the
corresponding responses.
All the usual ListActionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListZonesAsyncPager
ListZonesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.dataplex_v1.types.service.ListZonesResponse],
],
request: google.cloud.dataplex_v1.types.service.ListZonesRequest,
response: google.cloud.dataplex_v1.types.service.ListZonesResponse,
*,
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_zones
requests.
This class thinly wraps an initial
ListZonesResponse object, and
provides an __aiter__
method to iterate through its
zones
field.
If there are more pages, the __aiter__
method will make additional
ListZones
requests and continue to iterate
through the zones
field on the
corresponding responses.
All the usual ListZonesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListZonesPager
ListZonesPager(
method: typing.Callable[
[...], google.cloud.dataplex_v1.types.service.ListZonesResponse
],
request: google.cloud.dataplex_v1.types.service.ListZonesRequest,
response: google.cloud.dataplex_v1.types.service.ListZonesResponse,
*,
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_zones
requests.
This class thinly wraps an initial
ListZonesResponse object, and
provides an __iter__
method to iterate through its
zones
field.
If there are more pages, the __iter__
method will make additional
ListZones
requests and continue to iterate
through the zones
field on the
corresponding responses.
All the usual ListZonesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.