Package-level declarations

Functions

Link copied to clipboard
@JvmName(name = "listRevisionAssetsResponseAssetEntry")
fun Flow<ListRevisionAssetsResponse>.assets(): Flow<AssetEntry>

This paginator transforms the flow returned by listRevisionAssetsPaginated to access the nested member AssetEntry

Link copied to clipboard
@JvmName(name = "listDataSetsResponseDataSetEntry")
fun Flow<ListDataSetsResponse>.dataSets(): Flow<DataSetEntry>

This paginator transforms the flow returned by listDataSetsPaginated to access the nested member DataSetEntry

Link copied to clipboard
@JvmName(name = "listEventActionsResponseEventActionEntry")
fun Flow<ListEventActionsResponse>.eventActions(): Flow<EventActionEntry>

This paginator transforms the flow returned by listEventActionsPaginated to access the nested member EventActionEntry

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

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

Link copied to clipboard
Link copied to clipboard
@JvmName(name = "listDataSetRevisionsResponseRevisionEntry")
fun Flow<ListDataSetRevisionsResponse>.revisions(): Flow<RevisionEntry>

This paginator transforms the flow returned by listDataSetRevisionsPaginated to access the nested member RevisionEntry