datastoreSummaries

@JvmName(name = "listDatastoresResponseDatastoreSummary")
fun Flow<ListDatastoresResponse>.datastoreSummaries(): Flow<DatastoreSummary>

This paginator transforms the flow returned by listDatastoresPaginated to access the nested member DatastoreSummary

Return

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