endpoints

@JvmName(name = "listEndpointsResponseEndpoint")
fun Flow<ListEndpointsResponse>.endpoints(): Flow<Endpoint>

This paginator transforms the flow returned by listEndpointsPaginated to access the nested member Endpoint

Return

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


@JvmName(name = "listSharedEndpointsResponseEndpoint")
fun Flow<ListSharedEndpointsResponse>.endpoints(): Flow<Endpoint>

This paginator transforms the flow returned by listSharedEndpointsPaginated to access the nested member Endpoint

Return

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