listServices
abstract suspend fun listServices(input: ListServicesRequest = ListServicesRequest { }): ListServicesResponse
Lists summary information for all the services that are associated with one or more specified namespaces.
Samples
fun main() {
//sampleStart
// Example List services
val resp = serviceDiscoveryClient.listServices()
//sampleEnd
}