()
| 30 | /** Locality and endpoint level load balancing configurations. */ |
| 31 | final class Endpoints { |
| 32 | private Endpoints() {} |
| 33 | |
| 34 | /** Represents a group of endpoints belong to a single locality. */ |
| 35 | @AutoValue |
nothing calls this directly
no outgoing calls
no test coverage detected