Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listArtifactsResponseArtifact")
fun Flow<ListArtifactsResponse>.artifacts(): Flow<Artifact>

This paginator transforms the flow returned by listArtifactsPaginated to access the nested member Artifact

Link copied to clipboard
@JvmName(name = "listDevicePoolsResponseDevicePool")
fun Flow<ListDevicePoolsResponse>.devicePools(): Flow<DevicePool>

This paginator transforms the flow returned by listDevicePoolsPaginated to access the nested member DevicePool

Link copied to clipboard
@JvmName(name = "listDevicesResponseDevice")
fun Flow<ListDevicesResponse>.devices(): Flow<Device>

This paginator transforms the flow returned by listDevicesPaginated to access the nested member Device

Link copied to clipboard
@JvmName(name = "listJobsResponseJob")
fun Flow<ListJobsResponse>.jobs(): Flow<Job>

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listOfferingsResponseOffering")
fun Flow<ListOfferingsResponse>.offerings(): Flow<Offering>

This paginator transforms the flow returned by listOfferingsPaginated to access the nested member Offering

Link copied to clipboard
@JvmName(name = "listOfferingTransactionsResponseOfferingTransaction")
fun Flow<ListOfferingTransactionsResponse>.offeringTransactions(): Flow<OfferingTransaction>

This paginator transforms the flow returned by listOfferingTransactionsPaginated to access the nested member OfferingTransaction

Link copied to clipboard
@JvmName(name = "listProjectsResponseProject")
fun Flow<ListProjectsResponse>.projects(): Flow<Project>

This paginator transforms the flow returned by listProjectsPaginated to access the nested member Project

Link copied to clipboard
@JvmName(name = "listRunsResponseRun")
fun Flow<ListRunsResponse>.runs(): Flow<Run>

This paginator transforms the flow returned by listRunsPaginated to access the nested member Run

Link copied to clipboard
@JvmName(name = "listSamplesResponseSample")
fun Flow<ListSamplesResponse>.samples(): Flow<Sample>

This paginator transforms the flow returned by listSamplesPaginated to access the nested member Sample

Link copied to clipboard
@JvmName(name = "listSuitesResponseSuite")
fun Flow<ListSuitesResponse>.suites(): Flow<Suite>

This paginator transforms the flow returned by listSuitesPaginated to access the nested member Suite

Link copied to clipboard
@JvmName(name = "listTestsResponseTest")
fun Flow<ListTestsResponse>.tests(): Flow<Test>

This paginator transforms the flow returned by listTestsPaginated to access the nested member Test

Link copied to clipboard
@JvmName(name = "listUniqueProblemsResponseUniqueProblemsByExecutionResultMap")
fun Flow<ListUniqueProblemsResponse>.uniqueProblems(): Flow<Map.Entry<ExecutionResult, List<UniqueProblem>>>

This paginator transforms the flow returned by listUniqueProblemsPaginated to access the nested member UniqueProblemsByExecutionResultMap

Link copied to clipboard
@JvmName(name = "listUploadsResponseUpload")
fun Flow<ListUploadsResponse>.uploads(): Flow<Upload>

This paginator transforms the flow returned by listUploadsPaginated to access the nested member Upload