// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.36.6
// 	protoc        v5.29.2
// source: p2p/protocol/holepunch/pb/holepunch.proto

package pb

import (
	protoreflect 
	protoimpl 
	reflect 
	sync 
	unsafe 
)

const (
	// Verify that this generated code is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
	// Verify that runtime/protoimpl is sufficiently up-to-date.
	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)

type HolePunch_Type int32

const (
	HolePunch_CONNECT HolePunch_Type = 100
	HolePunch_SYNC    HolePunch_Type = 300
)

// Enum value maps for HolePunch_Type.
var (
	HolePunch_Type_name = map[int32]string{
		100: "CONNECT",
		300: "SYNC",
	}
	HolePunch_Type_value = map[string]int32{
		"CONNECT": 100,
		"SYNC":    300,
	}
)

func ( HolePunch_Type) () *HolePunch_Type {
	 := new(HolePunch_Type)
	* = 
	return 
}

func ( HolePunch_Type) () string {
	return protoimpl.X.EnumStringOf(.Descriptor(), protoreflect.EnumNumber())
}

func (HolePunch_Type) () protoreflect.EnumDescriptor {
	return file_p2p_protocol_holepunch_pb_holepunch_proto_enumTypes[0].Descriptor()
}

func (HolePunch_Type) () protoreflect.EnumType {
	return &file_p2p_protocol_holepunch_pb_holepunch_proto_enumTypes[0]
}

func ( HolePunch_Type) () protoreflect.EnumNumber {
	return protoreflect.EnumNumber()
}

// Deprecated: Do not use.
func ( *HolePunch_Type) ( []byte) error {
	,  := protoimpl.X.UnmarshalJSONEnum(.Descriptor(), )
	if  != nil {
		return 
	}
	* = HolePunch_Type()
	return nil
}

// Deprecated: Use HolePunch_Type.Descriptor instead.
func (HolePunch_Type) () ([]byte, []int) {
	return file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescGZIP(), []int{0, 0}
}

// spec: https://github.com/libp2p/specs/blob/master/relay/DCUtR.md
type HolePunch struct {
	state         protoimpl.MessageState `protogen:"open.v1"`
	Type          *HolePunch_Type        `protobuf:"varint,1,req,name=type,enum=holepunch.pb.HolePunch_Type" json:"type,omitempty"`
	ObsAddrs      [][]byte               `protobuf:"bytes,2,rep,name=ObsAddrs" json:"ObsAddrs,omitempty"`
	unknownFields protoimpl.UnknownFields
	sizeCache     protoimpl.SizeCache
}

func ( *HolePunch) () {
	* = HolePunch{}
	 := &file_p2p_protocol_holepunch_pb_holepunch_proto_msgTypes[0]
	 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
	.StoreMessageInfo()
}

func ( *HolePunch) () string {
	return protoimpl.X.MessageStringOf()
}

func (*HolePunch) () {}

func ( *HolePunch) () protoreflect.Message {
	 := &file_p2p_protocol_holepunch_pb_holepunch_proto_msgTypes[0]
	if  != nil {
		 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
		if .LoadMessageInfo() == nil {
			.StoreMessageInfo()
		}
		return 
	}
	return .MessageOf()
}

// Deprecated: Use HolePunch.ProtoReflect.Descriptor instead.
func (*HolePunch) () ([]byte, []int) {
	return file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescGZIP(), []int{0}
}

func ( *HolePunch) () HolePunch_Type {
	if  != nil && .Type != nil {
		return *.Type
	}
	return HolePunch_CONNECT
}

func ( *HolePunch) () [][]byte {
	if  != nil {
		return .ObsAddrs
	}
	return nil
}

var File_p2p_protocol_holepunch_pb_holepunch_proto protoreflect.FileDescriptor

const file_p2p_protocol_holepunch_pb_holepunch_proto_rawDesc = "" +
	"\n" +
	")p2p/protocol/holepunch/pb/holepunch.proto\x12\fholepunch.pb\"y\n" +
	"\tHolePunch\x120\n" +
	"\x04type\x18\x01 \x02(\x0e2\x1c.holepunch.pb.HolePunch.TypeR\x04type\x12\x1a\n" +
	"\bObsAddrs\x18\x02 \x03(\fR\bObsAddrs\"\x1e\n" +
	"\x04Type\x12\v\n" +
	"\aCONNECT\x10d\x12\t\n" +
	"\x04SYNC\x10\xac\x02B7Z5github.com/libp2p/go-libp2p/p2p/protocol/holepunch/pb"

var (
	file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescOnce sync.Once
	file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescData []byte
)

func file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescGZIP() []byte {
	file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescOnce.Do(func() {
		file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_p2p_protocol_holepunch_pb_holepunch_proto_rawDesc), len(file_p2p_protocol_holepunch_pb_holepunch_proto_rawDesc)))
	})
	return file_p2p_protocol_holepunch_pb_holepunch_proto_rawDescData
}

var file_p2p_protocol_holepunch_pb_holepunch_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
var file_p2p_protocol_holepunch_pb_holepunch_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_p2p_protocol_holepunch_pb_holepunch_proto_goTypes = []any{
	(HolePunch_Type)(0), // 0: holepunch.pb.HolePunch.Type
	(*HolePunch)(nil),   // 1: holepunch.pb.HolePunch
}
var file_p2p_protocol_holepunch_pb_holepunch_proto_depIdxs = []int32{
	0, // 0: holepunch.pb.HolePunch.type:type_name -> holepunch.pb.HolePunch.Type
	1, // [1:1] is the sub-list for method output_type
	1, // [1:1] is the sub-list for method input_type
	1, // [1:1] is the sub-list for extension type_name
	1, // [1:1] is the sub-list for extension extendee
	0, // [0:1] is the sub-list for field type_name
}

func init() { file_p2p_protocol_holepunch_pb_holepunch_proto_init() }
func file_p2p_protocol_holepunch_pb_holepunch_proto_init() {
	if File_p2p_protocol_holepunch_pb_holepunch_proto != nil {
		return
	}
	type  struct{}
	 := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf({}).PkgPath(),
			RawDescriptor: unsafe.Slice(unsafe.StringData(file_p2p_protocol_holepunch_pb_holepunch_proto_rawDesc), len(file_p2p_protocol_holepunch_pb_holepunch_proto_rawDesc)),
			NumEnums:      1,
			NumMessages:   1,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_p2p_protocol_holepunch_pb_holepunch_proto_goTypes,
		DependencyIndexes: file_p2p_protocol_holepunch_pb_holepunch_proto_depIdxs,
		EnumInfos:         file_p2p_protocol_holepunch_pb_holepunch_proto_enumTypes,
		MessageInfos:      file_p2p_protocol_holepunch_pb_holepunch_proto_msgTypes,
	}.Build()
	File_p2p_protocol_holepunch_pb_holepunch_proto = .File
	file_p2p_protocol_holepunch_pb_holepunch_proto_goTypes = nil
	file_p2p_protocol_holepunch_pb_holepunch_proto_depIdxs = nil
}