google.golang.org/grpc/balancer.Builder.Name (method)

7 uses

	google.golang.org/grpc/balancer (current package)
		balancer.go#L59: 	name := b.Name()
		balancer.go#L62: 		if name != b.Name() {
		balancer.go#L63: 			logger.Warningf("Balancer registered with name %q. grpc-go has switched to case sensitive balancer registries. GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES env variable will be removed in release v1.82.0", b.Name())
		balancer.go#L227: 	Name() string

	google.golang.org/grpc/internal/balancer/gracefulswitch
		config.go#L39: 	return l.(*lbConfig).childBuilder.Name()
		gracefulswitch.go#L182: 		if balToUpdate == nil || gsbCfg.childBuilder.Name() != balToUpdate.builder.Name() {