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

8 uses

	google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
		handshaker.pb.go#L58: type NetworkProtocol int32
		handshaker.pb.go#L61: 	NetworkProtocol_NETWORK_PROTOCOL_UNSPECIFIED NetworkProtocol = 0
		handshaker.pb.go#L62: 	NetworkProtocol_TCP                          NetworkProtocol = 1
		handshaker.pb.go#L63: 	NetworkProtocol_UDP                          NetworkProtocol = 2
		handshaker.pb.go#L78: func (x NetworkProtocol) String() string {
		handshaker.pb.go#L82: func (NetworkProtocol) EnumDescriptor() ([]byte, []int) {
		handshaker.pb.go#L93: 	Protocol             NetworkProtocol `protobuf:"varint,3,opt,name=protocol,proto3,enum=grpc.gcp.NetworkProtocol" json:"protocol,omitempty"`
		handshaker.pb.go#L138: func (m *Endpoint) GetProtocol() NetworkProtocol {