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

23 uses

	google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
		handshaker.pb.go#L86: type Endpoint struct {
		handshaker.pb.go#L99: func (m *Endpoint) Reset()         { *m = Endpoint{} }
		handshaker.pb.go#L100: func (m *Endpoint) String() string { return proto.CompactTextString(m) }
		handshaker.pb.go#L101: func (*Endpoint) ProtoMessage()    {}
		handshaker.pb.go#L102: func (*Endpoint) Descriptor() ([]byte, []int) {
		handshaker.pb.go#L106: func (m *Endpoint) XXX_Unmarshal(b []byte) error {
		handshaker.pb.go#L109: func (m *Endpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
		handshaker.pb.go#L112: func (m *Endpoint) XXX_Merge(src proto.Message) {
		handshaker.pb.go#L115: func (m *Endpoint) XXX_Size() int {
		handshaker.pb.go#L118: func (m *Endpoint) XXX_DiscardUnknown() {
		handshaker.pb.go#L124: func (m *Endpoint) GetIpAddress() string {
		handshaker.pb.go#L131: func (m *Endpoint) GetPort() int32 {
		handshaker.pb.go#L138: func (m *Endpoint) GetProtocol() NetworkProtocol {
		handshaker.pb.go#L252: 	LocalEndpoint *Endpoint `protobuf:"bytes,6,opt,name=local_endpoint,json=localEndpoint,proto3" json:"local_endpoint,omitempty"`
		handshaker.pb.go#L255: 	RemoteEndpoint *Endpoint `protobuf:"bytes,7,opt,name=remote_endpoint,json=remoteEndpoint,proto3" json:"remote_endpoint,omitempty"`
		handshaker.pb.go#L329: func (m *StartClientHandshakeReq) GetLocalEndpoint() *Endpoint {
		handshaker.pb.go#L336: func (m *StartClientHandshakeReq) GetRemoteEndpoint() *Endpoint {
		handshaker.pb.go#L430: 	LocalEndpoint *Endpoint `protobuf:"bytes,4,opt,name=local_endpoint,json=localEndpoint,proto3" json:"local_endpoint,omitempty"`
		handshaker.pb.go#L433: 	RemoteEndpoint *Endpoint `protobuf:"bytes,5,opt,name=remote_endpoint,json=remoteEndpoint,proto3" json:"remote_endpoint,omitempty"`
		handshaker.pb.go#L489: func (m *StartServerHandshakeReq) GetLocalEndpoint() *Endpoint {
		handshaker.pb.go#L496: func (m *StartServerHandshakeReq) GetRemoteEndpoint() *Endpoint {
		handshaker.pb.go#L887: 	proto.RegisterType((*Endpoint)(nil), "grpc.gcp.Endpoint")