rows

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

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

Return

A kotlinx.coroutines.flow.Flow that can collect TableRow


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

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

Return

A kotlinx.coroutines.flow.Flow that can collect TableRow