Module pagers (2.32.0)

API documentation for bigtable_admin_v2.services.bigtable_table_admin.pagers module.

Classes

ListAuthorizedViewsAsyncPager

ListAuthorizedViewsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListAuthorizedViewsResponse
        ],
    ],
    request: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListAuthorizedViewsRequest,
    response: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListAuthorizedViewsResponse,
    *,
    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_authorized_views requests.

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

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

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

ListAuthorizedViewsPager

ListAuthorizedViewsPager(
    method: typing.Callable[
        [...],
        google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListAuthorizedViewsResponse,
    ],
    request: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListAuthorizedViewsRequest,
    response: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListAuthorizedViewsResponse,
    *,
    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_authorized_views requests.

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

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

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

ListBackupsAsyncPager

ListBackupsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListBackupsResponse
        ],
    ],
    request: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListBackupsRequest,
    response: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListBackupsResponse,
    *,
    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_backups requests.

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

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

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

ListBackupsPager

ListBackupsPager(
    method: typing.Callable[
        [...],
        google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListBackupsResponse,
    ],
    request: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListBackupsRequest,
    response: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListBackupsResponse,
    *,
    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_backups requests.

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

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

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

ListSchemaBundlesAsyncPager

ListSchemaBundlesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListSchemaBundlesResponse
        ],
    ],
    request: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListSchemaBundlesRequest,
    response: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListSchemaBundlesResponse,
    *,
    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_schema_bundles requests.

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

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

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

ListSchemaBundlesPager

ListSchemaBundlesPager(
    method: typing.Callable[
        [...],
        google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListSchemaBundlesResponse,
    ],
    request: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListSchemaBundlesRequest,
    response: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListSchemaBundlesResponse,
    *,
    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_schema_bundles requests.

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

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

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

ListSnapshotsAsyncPager

ListSnapshotsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListSnapshotsResponse
        ],
    ],
    request: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListSnapshotsRequest,
    response: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListSnapshotsResponse,
    *,
    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_snapshots requests.

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

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

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

ListSnapshotsPager

ListSnapshotsPager(
    method: typing.Callable[
        [...],
        google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListSnapshotsResponse,
    ],
    request: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListSnapshotsRequest,
    response: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListSnapshotsResponse,
    *,
    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_snapshots requests.

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

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

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

ListTablesAsyncPager

ListTablesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListTablesResponse
        ],
    ],
    request: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListTablesRequest,
    response: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListTablesResponse,
    *,
    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_tables requests.

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

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

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

ListTablesPager

ListTablesPager(
    method: typing.Callable[
        [...],
        google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListTablesResponse,
    ],
    request: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListTablesRequest,
    response: google.cloud.bigtable_admin_v2.types.bigtable_table_admin.ListTablesResponse,
    *,
    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_tables requests.

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

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

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