// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// 	protoc-gen-go v1.36.6
// 	protoc        v5.29.2
// source: p2p/protocol/circuitv2/pb/circuit.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 Status int32

const (
	// zero value field required for proto3 compatibility
	Status_UNUSED                  Status = 0
	Status_OK                      Status = 100
	Status_RESERVATION_REFUSED     Status = 200
	Status_RESOURCE_LIMIT_EXCEEDED Status = 201
	Status_PERMISSION_DENIED       Status = 202
	Status_CONNECTION_FAILED       Status = 203
	Status_NO_RESERVATION          Status = 204
	Status_MALFORMED_MESSAGE       Status = 400
	Status_UNEXPECTED_MESSAGE      Status = 401
)

// Enum value maps for Status.
var (
	Status_name = map[int32]string{
		0:   "UNUSED",
		100: "OK",
		200: "RESERVATION_REFUSED",
		201: "RESOURCE_LIMIT_EXCEEDED",
		202: "PERMISSION_DENIED",
		203: "CONNECTION_FAILED",
		204: "NO_RESERVATION",
		400: "MALFORMED_MESSAGE",
		401: "UNEXPECTED_MESSAGE",
	}
	Status_value = map[string]int32{
		"UNUSED":                  0,
		"OK":                      100,
		"RESERVATION_REFUSED":     200,
		"RESOURCE_LIMIT_EXCEEDED": 201,
		"PERMISSION_DENIED":       202,
		"CONNECTION_FAILED":       203,
		"NO_RESERVATION":          204,
		"MALFORMED_MESSAGE":       400,
		"UNEXPECTED_MESSAGE":      401,
	}
)

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

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

func (Status) () protoreflect.EnumDescriptor {
	return file_p2p_protocol_circuitv2_pb_circuit_proto_enumTypes[0].Descriptor()
}

func (Status) () protoreflect.EnumType {
	return &file_p2p_protocol_circuitv2_pb_circuit_proto_enumTypes[0]
}

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

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

type HopMessage_Type int32

const (
	HopMessage_RESERVE HopMessage_Type = 0
	HopMessage_CONNECT HopMessage_Type = 1
	HopMessage_STATUS  HopMessage_Type = 2
)

// Enum value maps for HopMessage_Type.
var (
	HopMessage_Type_name = map[int32]string{
		0: "RESERVE",
		1: "CONNECT",
		2: "STATUS",
	}
	HopMessage_Type_value = map[string]int32{
		"RESERVE": 0,
		"CONNECT": 1,
		"STATUS":  2,
	}
)

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

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

func (HopMessage_Type) () protoreflect.EnumDescriptor {
	return file_p2p_protocol_circuitv2_pb_circuit_proto_enumTypes[1].Descriptor()
}

func (HopMessage_Type) () protoreflect.EnumType {
	return &file_p2p_protocol_circuitv2_pb_circuit_proto_enumTypes[1]
}

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

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

type StopMessage_Type int32

const (
	StopMessage_CONNECT StopMessage_Type = 0
	StopMessage_STATUS  StopMessage_Type = 1
)

// Enum value maps for StopMessage_Type.
var (
	StopMessage_Type_name = map[int32]string{
		0: "CONNECT",
		1: "STATUS",
	}
	StopMessage_Type_value = map[string]int32{
		"CONNECT": 0,
		"STATUS":  1,
	}
)

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

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

func (StopMessage_Type) () protoreflect.EnumDescriptor {
	return file_p2p_protocol_circuitv2_pb_circuit_proto_enumTypes[2].Descriptor()
}

func (StopMessage_Type) () protoreflect.EnumType {
	return &file_p2p_protocol_circuitv2_pb_circuit_proto_enumTypes[2]
}

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

// Deprecated: Use StopMessage_Type.Descriptor instead.
func (StopMessage_Type) () ([]byte, []int) {
	return file_p2p_protocol_circuitv2_pb_circuit_proto_rawDescGZIP(), []int{1, 0}
}

type HopMessage struct {
	state protoimpl.MessageState `protogen:"open.v1"`
	// This field is marked optional for backwards compatibility with proto2.
	// Users should make sure to always set this.
	Type          *HopMessage_Type `protobuf:"varint,1,opt,name=type,proto3,enum=circuit.pb.HopMessage_Type,oneof" json:"type,omitempty"`
	Peer          *Peer            `protobuf:"bytes,2,opt,name=peer,proto3,oneof" json:"peer,omitempty"`
	Reservation   *Reservation     `protobuf:"bytes,3,opt,name=reservation,proto3,oneof" json:"reservation,omitempty"`
	Limit         *Limit           `protobuf:"bytes,4,opt,name=limit,proto3,oneof" json:"limit,omitempty"`
	Status        *Status          `protobuf:"varint,5,opt,name=status,proto3,enum=circuit.pb.Status,oneof" json:"status,omitempty"`
	unknownFields protoimpl.UnknownFields
	sizeCache     protoimpl.SizeCache
}

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

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

func (*HopMessage) () {}

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

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

func ( *HopMessage) () HopMessage_Type {
	if  != nil && .Type != nil {
		return *.Type
	}
	return HopMessage_RESERVE
}

func ( *HopMessage) () *Peer {
	if  != nil {
		return .Peer
	}
	return nil
}

func ( *HopMessage) () *Reservation {
	if  != nil {
		return .Reservation
	}
	return nil
}

func ( *HopMessage) () *Limit {
	if  != nil {
		return .Limit
	}
	return nil
}

func ( *HopMessage) () Status {
	if  != nil && .Status != nil {
		return *.Status
	}
	return Status_UNUSED
}

type StopMessage struct {
	state protoimpl.MessageState `protogen:"open.v1"`
	// This field is marked optional for backwards compatibility with proto2.
	// Users should make sure to always set this.
	Type          *StopMessage_Type `protobuf:"varint,1,opt,name=type,proto3,enum=circuit.pb.StopMessage_Type,oneof" json:"type,omitempty"`
	Peer          *Peer             `protobuf:"bytes,2,opt,name=peer,proto3,oneof" json:"peer,omitempty"`
	Limit         *Limit            `protobuf:"bytes,3,opt,name=limit,proto3,oneof" json:"limit,omitempty"`
	Status        *Status           `protobuf:"varint,4,opt,name=status,proto3,enum=circuit.pb.Status,oneof" json:"status,omitempty"`
	unknownFields protoimpl.UnknownFields
	sizeCache     protoimpl.SizeCache
}

func ( *StopMessage) () {
	* = StopMessage{}
	 := &file_p2p_protocol_circuitv2_pb_circuit_proto_msgTypes[1]
	 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
	.StoreMessageInfo()
}

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

func (*StopMessage) () {}

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

// Deprecated: Use StopMessage.ProtoReflect.Descriptor instead.
func (*StopMessage) () ([]byte, []int) {
	return file_p2p_protocol_circuitv2_pb_circuit_proto_rawDescGZIP(), []int{1}
}

func ( *StopMessage) () StopMessage_Type {
	if  != nil && .Type != nil {
		return *.Type
	}
	return StopMessage_CONNECT
}

func ( *StopMessage) () *Peer {
	if  != nil {
		return .Peer
	}
	return nil
}

func ( *StopMessage) () *Limit {
	if  != nil {
		return .Limit
	}
	return nil
}

func ( *StopMessage) () Status {
	if  != nil && .Status != nil {
		return *.Status
	}
	return Status_UNUSED
}

type Peer struct {
	state protoimpl.MessageState `protogen:"open.v1"`
	// This field is marked optional for backwards compatibility with proto2.
	// Users should make sure to always set this.
	Id            []byte   `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
	Addrs         [][]byte `protobuf:"bytes,2,rep,name=addrs,proto3" json:"addrs,omitempty"`
	unknownFields protoimpl.UnknownFields
	sizeCache     protoimpl.SizeCache
}

func ( *Peer) () {
	* = Peer{}
	 := &file_p2p_protocol_circuitv2_pb_circuit_proto_msgTypes[2]
	 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
	.StoreMessageInfo()
}

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

func (*Peer) () {}

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

// Deprecated: Use Peer.ProtoReflect.Descriptor instead.
func (*Peer) () ([]byte, []int) {
	return file_p2p_protocol_circuitv2_pb_circuit_proto_rawDescGZIP(), []int{2}
}

func ( *Peer) () []byte {
	if  != nil {
		return .Id
	}
	return nil
}

func ( *Peer) () [][]byte {
	if  != nil {
		return .Addrs
	}
	return nil
}

type Reservation struct {
	state protoimpl.MessageState `protogen:"open.v1"`
	// This field is marked optional for backwards compatibility with proto2.
	// Users should make sure to always set this.
	Expire        *uint64  `protobuf:"varint,1,opt,name=expire,proto3,oneof" json:"expire,omitempty"`  // Unix expiration time (UTC)
	Addrs         [][]byte `protobuf:"bytes,2,rep,name=addrs,proto3" json:"addrs,omitempty"`           // relay addrs for reserving peer
	Voucher       []byte   `protobuf:"bytes,3,opt,name=voucher,proto3,oneof" json:"voucher,omitempty"` // reservation voucher
	unknownFields protoimpl.UnknownFields
	sizeCache     protoimpl.SizeCache
}

func ( *Reservation) () {
	* = Reservation{}
	 := &file_p2p_protocol_circuitv2_pb_circuit_proto_msgTypes[3]
	 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
	.StoreMessageInfo()
}

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

func (*Reservation) () {}

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

// Deprecated: Use Reservation.ProtoReflect.Descriptor instead.
func (*Reservation) () ([]byte, []int) {
	return file_p2p_protocol_circuitv2_pb_circuit_proto_rawDescGZIP(), []int{3}
}

func ( *Reservation) () uint64 {
	if  != nil && .Expire != nil {
		return *.Expire
	}
	return 0
}

func ( *Reservation) () [][]byte {
	if  != nil {
		return .Addrs
	}
	return nil
}

func ( *Reservation) () []byte {
	if  != nil {
		return .Voucher
	}
	return nil
}

type Limit struct {
	state         protoimpl.MessageState `protogen:"open.v1"`
	Duration      *uint32                `protobuf:"varint,1,opt,name=duration,proto3,oneof" json:"duration,omitempty"` // seconds
	Data          *uint64                `protobuf:"varint,2,opt,name=data,proto3,oneof" json:"data,omitempty"`         // bytes
	unknownFields protoimpl.UnknownFields
	sizeCache     protoimpl.SizeCache
}

func ( *Limit) () {
	* = Limit{}
	 := &file_p2p_protocol_circuitv2_pb_circuit_proto_msgTypes[4]
	 := protoimpl.X.MessageStateOf(protoimpl.Pointer())
	.StoreMessageInfo()
}

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

func (*Limit) () {}

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

// Deprecated: Use Limit.ProtoReflect.Descriptor instead.
func (*Limit) () ([]byte, []int) {
	return file_p2p_protocol_circuitv2_pb_circuit_proto_rawDescGZIP(), []int{4}
}

func ( *Limit) () uint32 {
	if  != nil && .Duration != nil {
		return *.Duration
	}
	return 0
}

func ( *Limit) () uint64 {
	if  != nil && .Data != nil {
		return *.Data
	}
	return 0
}

var File_p2p_protocol_circuitv2_pb_circuit_proto protoreflect.FileDescriptor

const file_p2p_protocol_circuitv2_pb_circuit_proto_rawDesc = "" +
	"\n" +
	"'p2p/protocol/circuitv2/pb/circuit.proto\x12\n" +
	"circuit.pb\"\xf1\x02\n" +
	"\n" +
	"HopMessage\x124\n" +
	"\x04type\x18\x01 \x01(\x0e2\x1b.circuit.pb.HopMessage.TypeH\x00R\x04type\x88\x01\x01\x12)\n" +
	"\x04peer\x18\x02 \x01(\v2\x10.circuit.pb.PeerH\x01R\x04peer\x88\x01\x01\x12>\n" +
	"\vreservation\x18\x03 \x01(\v2\x17.circuit.pb.ReservationH\x02R\vreservation\x88\x01\x01\x12,\n" +
	"\x05limit\x18\x04 \x01(\v2\x11.circuit.pb.LimitH\x03R\x05limit\x88\x01\x01\x12/\n" +
	"\x06status\x18\x05 \x01(\x0e2\x12.circuit.pb.StatusH\x04R\x06status\x88\x01\x01\",\n" +
	"\x04Type\x12\v\n" +
	"\aRESERVE\x10\x00\x12\v\n" +
	"\aCONNECT\x10\x01\x12\n" +
	"\n" +
	"\x06STATUS\x10\x02B\a\n" +
	"\x05_typeB\a\n" +
	"\x05_peerB\x0e\n" +
	"\f_reservationB\b\n" +
	"\x06_limitB\t\n" +
	"\a_status\"\x96\x02\n" +
	"\vStopMessage\x125\n" +
	"\x04type\x18\x01 \x01(\x0e2\x1c.circuit.pb.StopMessage.TypeH\x00R\x04type\x88\x01\x01\x12)\n" +
	"\x04peer\x18\x02 \x01(\v2\x10.circuit.pb.PeerH\x01R\x04peer\x88\x01\x01\x12,\n" +
	"\x05limit\x18\x03 \x01(\v2\x11.circuit.pb.LimitH\x02R\x05limit\x88\x01\x01\x12/\n" +
	"\x06status\x18\x04 \x01(\x0e2\x12.circuit.pb.StatusH\x03R\x06status\x88\x01\x01\"\x1f\n" +
	"\x04Type\x12\v\n" +
	"\aCONNECT\x10\x00\x12\n" +
	"\n" +
	"\x06STATUS\x10\x01B\a\n" +
	"\x05_typeB\a\n" +
	"\x05_peerB\b\n" +
	"\x06_limitB\t\n" +
	"\a_status\"8\n" +
	"\x04Peer\x12\x13\n" +
	"\x02id\x18\x01 \x01(\fH\x00R\x02id\x88\x01\x01\x12\x14\n" +
	"\x05addrs\x18\x02 \x03(\fR\x05addrsB\x05\n" +
	"\x03_id\"v\n" +
	"\vReservation\x12\x1b\n" +
	"\x06expire\x18\x01 \x01(\x04H\x00R\x06expire\x88\x01\x01\x12\x14\n" +
	"\x05addrs\x18\x02 \x03(\fR\x05addrs\x12\x1d\n" +
	"\avoucher\x18\x03 \x01(\fH\x01R\avoucher\x88\x01\x01B\t\n" +
	"\a_expireB\n" +
	"\n" +
	"\b_voucher\"W\n" +
	"\x05Limit\x12\x1f\n" +
	"\bduration\x18\x01 \x01(\rH\x00R\bduration\x88\x01\x01\x12\x17\n" +
	"\x04data\x18\x02 \x01(\x04H\x01R\x04data\x88\x01\x01B\v\n" +
	"\t_durationB\a\n" +
	"\x05_data*\xca\x01\n" +
	"\x06Status\x12\n" +
	"\n" +
	"\x06UNUSED\x10\x00\x12\x06\n" +
	"\x02OK\x10d\x12\x18\n" +
	"\x13RESERVATION_REFUSED\x10\xc8\x01\x12\x1c\n" +
	"\x17RESOURCE_LIMIT_EXCEEDED\x10\xc9\x01\x12\x16\n" +
	"\x11PERMISSION_DENIED\x10\xca\x01\x12\x16\n" +
	"\x11CONNECTION_FAILED\x10\xcb\x01\x12\x13\n" +
	"\x0eNO_RESERVATION\x10\xcc\x01\x12\x16\n" +
	"\x11MALFORMED_MESSAGE\x10\x90\x03\x12\x17\n" +
	"\x12UNEXPECTED_MESSAGE\x10\x91\x03B7Z5github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pbb\x06proto3"

var (
	file_p2p_protocol_circuitv2_pb_circuit_proto_rawDescOnce sync.Once
	file_p2p_protocol_circuitv2_pb_circuit_proto_rawDescData []byte
)

func file_p2p_protocol_circuitv2_pb_circuit_proto_rawDescGZIP() []byte {
	file_p2p_protocol_circuitv2_pb_circuit_proto_rawDescOnce.Do(func() {
		file_p2p_protocol_circuitv2_pb_circuit_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_p2p_protocol_circuitv2_pb_circuit_proto_rawDesc), len(file_p2p_protocol_circuitv2_pb_circuit_proto_rawDesc)))
	})
	return file_p2p_protocol_circuitv2_pb_circuit_proto_rawDescData
}

var file_p2p_protocol_circuitv2_pb_circuit_proto_enumTypes = make([]protoimpl.EnumInfo, 3)
var file_p2p_protocol_circuitv2_pb_circuit_proto_msgTypes = make([]protoimpl.MessageInfo, 5)
var file_p2p_protocol_circuitv2_pb_circuit_proto_goTypes = []any{
	(Status)(0),           // 0: circuit.pb.Status
	(HopMessage_Type)(0),  // 1: circuit.pb.HopMessage.Type
	(StopMessage_Type)(0), // 2: circuit.pb.StopMessage.Type
	(*HopMessage)(nil),    // 3: circuit.pb.HopMessage
	(*StopMessage)(nil),   // 4: circuit.pb.StopMessage
	(*Peer)(nil),          // 5: circuit.pb.Peer
	(*Reservation)(nil),   // 6: circuit.pb.Reservation
	(*Limit)(nil),         // 7: circuit.pb.Limit
}
var file_p2p_protocol_circuitv2_pb_circuit_proto_depIdxs = []int32{
	1, // 0: circuit.pb.HopMessage.type:type_name -> circuit.pb.HopMessage.Type
	5, // 1: circuit.pb.HopMessage.peer:type_name -> circuit.pb.Peer
	6, // 2: circuit.pb.HopMessage.reservation:type_name -> circuit.pb.Reservation
	7, // 3: circuit.pb.HopMessage.limit:type_name -> circuit.pb.Limit
	0, // 4: circuit.pb.HopMessage.status:type_name -> circuit.pb.Status
	2, // 5: circuit.pb.StopMessage.type:type_name -> circuit.pb.StopMessage.Type
	5, // 6: circuit.pb.StopMessage.peer:type_name -> circuit.pb.Peer
	7, // 7: circuit.pb.StopMessage.limit:type_name -> circuit.pb.Limit
	0, // 8: circuit.pb.StopMessage.status:type_name -> circuit.pb.Status
	9, // [9:9] is the sub-list for method output_type
	9, // [9:9] is the sub-list for method input_type
	9, // [9:9] is the sub-list for extension type_name
	9, // [9:9] is the sub-list for extension extendee
	0, // [0:9] is the sub-list for field type_name
}

func init() { file_p2p_protocol_circuitv2_pb_circuit_proto_init() }
func file_p2p_protocol_circuitv2_pb_circuit_proto_init() {
	if File_p2p_protocol_circuitv2_pb_circuit_proto != nil {
		return
	}
	file_p2p_protocol_circuitv2_pb_circuit_proto_msgTypes[0].OneofWrappers = []any{}
	file_p2p_protocol_circuitv2_pb_circuit_proto_msgTypes[1].OneofWrappers = []any{}
	file_p2p_protocol_circuitv2_pb_circuit_proto_msgTypes[2].OneofWrappers = []any{}
	file_p2p_protocol_circuitv2_pb_circuit_proto_msgTypes[3].OneofWrappers = []any{}
	file_p2p_protocol_circuitv2_pb_circuit_proto_msgTypes[4].OneofWrappers = []any{}
	type  struct{}
	 := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf({}).PkgPath(),
			RawDescriptor: unsafe.Slice(unsafe.StringData(file_p2p_protocol_circuitv2_pb_circuit_proto_rawDesc), len(file_p2p_protocol_circuitv2_pb_circuit_proto_rawDesc)),
			NumEnums:      3,
			NumMessages:   5,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_p2p_protocol_circuitv2_pb_circuit_proto_goTypes,
		DependencyIndexes: file_p2p_protocol_circuitv2_pb_circuit_proto_depIdxs,
		EnumInfos:         file_p2p_protocol_circuitv2_pb_circuit_proto_enumTypes,
		MessageInfos:      file_p2p_protocol_circuitv2_pb_circuit_proto_msgTypes,
	}.Build()
	File_p2p_protocol_circuitv2_pb_circuit_proto = .File
	file_p2p_protocol_circuitv2_pb_circuit_proto_goTypes = nil
	file_p2p_protocol_circuitv2_pb_circuit_proto_depIdxs = nil
}