google.golang.org/grpc/attributes.Attributes.Value (method)

9 uses

	google.golang.org/grpc/attributes (current package)
		attributes.go#L75: func (a *Attributes) Value(key any) any {

	google.golang.org/grpc
		clientconn.go#L1433: 		secLevel, _ = ac.curAddr.Attributes.Value(securityLevelKey{}).(string)

	google.golang.org/grpc/balancer/grpclb/state
		state.go#L49: 	s, _ := state.Attributes.Value(key).(*State)

	google.golang.org/grpc/balancer/pickfirst
		pickfirst.go#L250: 	b.healthCheckingEnabled = state.ResolverState.Attributes.Value(enableHealthListenerKeyType{}) != nil

	google.golang.org/grpc/experimental/balancer/weight
		weight.go#L57: 	v := endpoint.Attributes.Value(attributeKey{})

	google.golang.org/grpc/internal/metadata
		metadata.go#L66: 	md, _ := attrs.Value(mdKey).(mdValue)

	google.golang.org/grpc/internal/proxyattributes
		proxyattributes.go#L50: 	if a := addr.Attributes.Value(proxyOptionsKey); a != nil {

	google.golang.org/grpc/internal/resolver
		config_selector.go#L158: 	cs, _ := state.Attributes.Value(csKey).(ConfigSelector)

	google.golang.org/grpc/internal/transport/networktype
		networktype.go#L41: 	v := address.Attributes.Value(key)