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

8 uses

	google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
		handshaker.pb.go#L27: type HandshakeProtocol int32
		handshaker.pb.go#L31: 	HandshakeProtocol_HANDSHAKE_PROTOCOL_UNSPECIFIED HandshakeProtocol = 0
		handshaker.pb.go#L33: 	HandshakeProtocol_TLS HandshakeProtocol = 1
		handshaker.pb.go#L35: 	HandshakeProtocol_ALTS HandshakeProtocol = 2
		handshaker.pb.go#L50: func (x HandshakeProtocol) String() string {
		handshaker.pb.go#L54: func (HandshakeProtocol) EnumDescriptor() ([]byte, []int) {
		handshaker.pb.go#L236: 	HandshakeSecurityProtocol HandshakeProtocol `protobuf:"varint,1,opt,name=handshake_security_protocol,json=handshakeSecurityProtocol,proto3,enum=grpc.gcp.HandshakeProtocol" json:"handshake_security_protocol,omitempty"`
		handshaker.pb.go#L294: func (m *StartClientHandshakeReq) GetHandshakeSecurityProtocol() HandshakeProtocol {