roundRobin constant

This is a simple policy in which each healthy backend is selected in round robin order. This is the default.

Implementation

static const roundRobin =
    BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name('ROUND_ROBIN');