type google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp.SecurityLevel

10 uses

	google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
		altscontext.pb.go#L29: 	SecurityLevel SecurityLevel `protobuf:"varint,3,opt,name=security_level,json=securityLevel,proto3,enum=grpc.gcp.SecurityLevel" json:"security_level,omitempty"`
		altscontext.pb.go#L82: func (m *AltsContext) GetSecurityLevel() SecurityLevel {
		transport_security_common.pb.go#L25: type SecurityLevel int32
		transport_security_common.pb.go#L28: 	SecurityLevel_SECURITY_NONE         SecurityLevel = 0
		transport_security_common.pb.go#L29: 	SecurityLevel_INTEGRITY_ONLY        SecurityLevel = 1
		transport_security_common.pb.go#L30: 	SecurityLevel_INTEGRITY_AND_PRIVACY SecurityLevel = 2
		transport_security_common.pb.go#L45: func (x SecurityLevel) String() string {
		transport_security_common.pb.go#L49: func (SecurityLevel) EnumDescriptor() ([]byte, []int) {

	google.golang.org/grpc/credentials/alts/internal/authinfo
		authinfo.go#L73: func (s *altsAuthInfo) SecurityLevel() altspb.SecurityLevel {

	google.golang.org/grpc/credentials/alts
		alts.go#L87: 	SecurityLevel() altspb.SecurityLevel