Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listAccessTokensResponseAccessTokenSummary")
fun Flow<ListAccessTokensResponse>.items(): Flow<AccessTokenSummary>

This paginator transforms the flow returned by listAccessTokensPaginated to access the nested member AccessTokenSummary

@JvmName(name = "listDevEnvironmentSessionsResponseDevEnvironmentSessionSummary")
fun Flow<ListDevEnvironmentSessionsResponse>.items(): Flow<DevEnvironmentSessionSummary>

This paginator transforms the flow returned by listDevEnvironmentSessionsPaginated to access the nested member DevEnvironmentSessionSummary

@JvmName(name = "listDevEnvironmentsResponseDevEnvironmentSummary")
fun Flow<ListDevEnvironmentsResponse>.items(): Flow<DevEnvironmentSummary>

This paginator transforms the flow returned by listDevEnvironmentsPaginated to access the nested member DevEnvironmentSummary

@JvmName(name = "listEventLogsResponseEventLogEntry")
fun Flow<ListEventLogsResponse>.items(): Flow<EventLogEntry>

This paginator transforms the flow returned by listEventLogsPaginated to access the nested member EventLogEntry

@JvmName(name = "listProjectsResponseProjectSummary")
fun Flow<ListProjectsResponse>.items(): Flow<ProjectSummary>

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

@JvmName(name = "listSourceRepositoriesResponseListSourceRepositoriesItem")
fun Flow<ListSourceRepositoriesResponse>.items(): Flow<ListSourceRepositoriesItem>

This paginator transforms the flow returned by listSourceRepositoriesPaginated to access the nested member ListSourceRepositoriesItem

@JvmName(name = "listSourceRepositoryBranchesResponseListSourceRepositoryBranchesItem")
fun Flow<ListSourceRepositoryBranchesResponse>.items(): Flow<ListSourceRepositoryBranchesItem>

This paginator transforms the flow returned by listSourceRepositoryBranchesPaginated to access the nested member ListSourceRepositoryBranchesItem

@JvmName(name = "listSpacesResponseSpaceSummary")
fun Flow<ListSpacesResponse>.items(): Flow<SpaceSummary>

This paginator transforms the flow returned by listSpacesPaginated to access the nested member SpaceSummary

@JvmName(name = "listWorkflowRunsResponseWorkflowRunSummary")
fun Flow<ListWorkflowRunsResponse>.items(): Flow<WorkflowRunSummary>

This paginator transforms the flow returned by listWorkflowRunsPaginated to access the nested member WorkflowRunSummary

@JvmName(name = "listWorkflowsResponseWorkflowSummary")
fun Flow<ListWorkflowsResponse>.items(): Flow<WorkflowSummary>

This paginator transforms the flow returned by listWorkflowsPaginated to access the nested member WorkflowSummary

Link copied to clipboard