listServices

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
}