Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listExperimentsResponseExperiment")
fun Flow<ListExperimentsResponse>.experiments(): Flow<Experiment>

This paginator transforms the flow returned by listExperimentsPaginated to access the nested member Experiment

Link copied to clipboard
@JvmName(name = "listFeaturesResponseFeatureSummary")
fun Flow<ListFeaturesResponse>.features(): Flow<FeatureSummary>

This paginator transforms the flow returned by listFeaturesPaginated to access the nested member FeatureSummary

Link copied to clipboard
@JvmName(name = "listLaunchesResponseLaunch")
fun Flow<ListLaunchesResponse>.launches(): Flow<Launch>

This paginator transforms the flow returned by listLaunchesPaginated to access the nested member Launch

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

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

Link copied to clipboard
@JvmName(name = "listSegmentReferencesResponseRefResource")
fun Flow<ListSegmentReferencesResponse>.referencedBy(): Flow<RefResource>

This paginator transforms the flow returned by listSegmentReferencesPaginated to access the nested member RefResource

Link copied to clipboard
@JvmName(name = "listSegmentsResponseSegment")
fun Flow<ListSegmentsResponse>.segments(): Flow<Segment>

This paginator transforms the flow returned by listSegmentsPaginated to access the nested member Segment