Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "listTableRowsResponseTableRow")
fun Flow<ListTableRowsResponse>.rows(): Flow<TableRow>

This paginator transforms the flow returned by listTableRowsPaginated to access the nested member TableRow

@JvmName(name = "queryTableRowsResponseTableRow")
fun Flow<QueryTableRowsResponse>.rows(): Flow<TableRow>

This paginator transforms the flow returned by queryTableRowsPaginated to access the nested member TableRow

Link copied to clipboard
@JvmName(name = "listTableColumnsResponseTableColumn")
fun Flow<ListTableColumnsResponse>.tableColumns(): Flow<TableColumn>

This paginator transforms the flow returned by listTableColumnsPaginated to access the nested member TableColumn

Link copied to clipboard
@JvmName(name = "listTablesResponseTable")
fun Flow<ListTablesResponse>.tables(): Flow<Table>

This paginator transforms the flow returned by listTablesPaginated to access the nested member Table