google.golang.org/grpc/internal/serviceconfig.MethodConfig.MaxRespSize (field)
4 uses
google.golang.org/grpc/internal/serviceconfig (current package)
serviceconfig.go#L149: MaxRespSize *int
google.golang.org/grpc
service_config.go#L238: mc.MaxRespSize = newInt(maxInt)
service_config.go#L240: mc.MaxRespSize = newInt(int(*m.MaxResponseMessageBytes))
stream.go#L290: callInfo.maxReceiveMessageSize = getMaxSize(mc.MaxRespSize, callInfo.maxReceiveMessageSize, defaultClientMaxReceiveMessageSize)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)