jobListEntries

@JvmName(name = "listClusterJobsResponseJobListEntry")
fun Flow<ListClusterJobsResponse>.jobListEntries(): Flow<JobListEntry>

This paginator transforms the flow returned by listClusterJobsPaginated to access the nested member JobListEntry

Return

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


@JvmName(name = "listJobsResponseJobListEntry")
fun Flow<ListJobsResponse>.jobListEntries(): Flow<JobListEntry>

This paginator transforms the flow returned by listJobsPaginated to access the nested member JobListEntry

Return

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