listServices
inline suspend fun ServiceDiscoveryClient.listServices(crossinline block: ListServicesRequest.Builder.() -> Unit): ListServicesResponse
Lists summary information for all the services that are associated with one or more namespaces.
Samples
fun main() {
//sampleStart
// Example List services
val resp = serviceDiscoveryClient.listServices()
//sampleEnd
}