listServices

abstract suspend fun listServices(input: ListServicesRequest = ListServicesRequest { }): ListServicesResponse

Lists summary information for all the services that are associated with one or more namespaces.

Samples

// Example List services
val resp = serviceDiscoveryClient.listServices()