ids

@JvmName(name = "listBuildBatchesResponseNonEmptyString")
fun Flow<ListBuildBatchesResponse>.ids(): Flow<String>

This paginator transforms the flow returned by listBuildBatchesPaginated to access the nested member NonEmptyString

Return

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


@JvmName(name = "listBuildBatchesForProjectResponseNonEmptyString")
fun Flow<ListBuildBatchesForProjectResponse>.ids(): Flow<String>

This paginator transforms the flow returned by listBuildBatchesForProjectPaginated to access the nested member NonEmptyString

Return

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


@JvmName(name = "listBuildsResponseNonEmptyString")
fun Flow<ListBuildsResponse>.ids(): Flow<String>

This paginator transforms the flow returned by listBuildsPaginated to access the nested member NonEmptyString

Return

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


@JvmName(name = "listBuildsForProjectResponseNonEmptyString")
fun Flow<ListBuildsForProjectResponse>.ids(): Flow<String>

This paginator transforms the flow returned by listBuildsForProjectPaginated to access the nested member NonEmptyString

Return

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


@JvmName(name = "listSandboxesResponseNonEmptyString")
fun Flow<ListSandboxesResponse>.ids(): Flow<String>

This paginator transforms the flow returned by listSandboxesPaginated to access the nested member NonEmptyString

Return

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


@JvmName(name = "listSandboxesForProjectResponseNonEmptyString")
fun Flow<ListSandboxesForProjectResponse>.ids(): Flow<String>

This paginator transforms the flow returned by listSandboxesForProjectPaginated to access the nested member NonEmptyString

Return

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