// 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/voucher.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 ReservationVoucher struct {
	state protoimpl.MessageState `protogen:"open.v1"`
	// These fields are marked optional for backwards compatibility with proto2.
	// Users should make sure to always set these.
	Relay         []byte  `protobuf:"bytes,1,opt,name=relay,proto3,oneof" json:"relay,omitempty"`
	Peer          []byte  `protobuf:"bytes,2,opt,name=peer,proto3,oneof" json:"peer,omitempty"`
	Expiration    *uint64 `protobuf:"varint,3,opt,name=expiration,proto3,oneof" json:"expiration,omitempty"`
	unknownFields protoimpl.UnknownFields
	sizeCache     protoimpl.SizeCache
}

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

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

func (*ReservationVoucher) () {}

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

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

func ( *ReservationVoucher) () []byte {
	if  != nil {
		return .Relay
	}
	return nil
}

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

func ( *ReservationVoucher) () uint64 {
	if  != nil && .Expiration != nil {
		return *.Expiration
	}
	return 0
}

var File_p2p_protocol_circuitv2_pb_voucher_proto protoreflect.FileDescriptor

const file_p2p_protocol_circuitv2_pb_voucher_proto_rawDesc = "" +
	"\n" +
	"'p2p/protocol/circuitv2/pb/voucher.proto\x12\n" +
	"circuit.pb\"\x8f\x01\n" +
	"\x12ReservationVoucher\x12\x19\n" +
	"\x05relay\x18\x01 \x01(\fH\x00R\x05relay\x88\x01\x01\x12\x17\n" +
	"\x04peer\x18\x02 \x01(\fH\x01R\x04peer\x88\x01\x01\x12#\n" +
	"\n" +
	"expiration\x18\x03 \x01(\x04H\x02R\n" +
	"expiration\x88\x01\x01B\b\n" +
	"\x06_relayB\a\n" +
	"\x05_peerB\r\n" +
	"\v_expirationB7Z5github.com/libp2p/go-libp2p/p2p/protocol/circuitv2/pbb\x06proto3"

var (
	file_p2p_protocol_circuitv2_pb_voucher_proto_rawDescOnce sync.Once
	file_p2p_protocol_circuitv2_pb_voucher_proto_rawDescData []byte
)

func file_p2p_protocol_circuitv2_pb_voucher_proto_rawDescGZIP() []byte {
	file_p2p_protocol_circuitv2_pb_voucher_proto_rawDescOnce.Do(func() {
		file_p2p_protocol_circuitv2_pb_voucher_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_p2p_protocol_circuitv2_pb_voucher_proto_rawDesc), len(file_p2p_protocol_circuitv2_pb_voucher_proto_rawDesc)))
	})
	return file_p2p_protocol_circuitv2_pb_voucher_proto_rawDescData
}

var file_p2p_protocol_circuitv2_pb_voucher_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
var file_p2p_protocol_circuitv2_pb_voucher_proto_goTypes = []any{
	(*ReservationVoucher)(nil), // 0: circuit.pb.ReservationVoucher
}
var file_p2p_protocol_circuitv2_pb_voucher_proto_depIdxs = []int32{
	0, // [0:0] is the sub-list for method output_type
	0, // [0:0] is the sub-list for method input_type
	0, // [0:0] is the sub-list for extension type_name
	0, // [0:0] is the sub-list for extension extendee
	0, // [0:0] is the sub-list for field type_name
}

func init() { file_p2p_protocol_circuitv2_pb_voucher_proto_init() }
func file_p2p_protocol_circuitv2_pb_voucher_proto_init() {
	if File_p2p_protocol_circuitv2_pb_voucher_proto != nil {
		return
	}
	file_p2p_protocol_circuitv2_pb_voucher_proto_msgTypes[0].OneofWrappers = []any{}
	type  struct{}
	 := protoimpl.TypeBuilder{
		File: protoimpl.DescBuilder{
			GoPackagePath: reflect.TypeOf({}).PkgPath(),
			RawDescriptor: unsafe.Slice(unsafe.StringData(file_p2p_protocol_circuitv2_pb_voucher_proto_rawDesc), len(file_p2p_protocol_circuitv2_pb_voucher_proto_rawDesc)),
			NumEnums:      0,
			NumMessages:   1,
			NumExtensions: 0,
			NumServices:   0,
		},
		GoTypes:           file_p2p_protocol_circuitv2_pb_voucher_proto_goTypes,
		DependencyIndexes: file_p2p_protocol_circuitv2_pb_voucher_proto_depIdxs,
		MessageInfos:      file_p2p_protocol_circuitv2_pb_voucher_proto_msgTypes,
	}.Build()
	File_p2p_protocol_circuitv2_pb_voucher_proto = .File
	file_p2p_protocol_circuitv2_pb_voucher_proto_goTypes = nil
	file_p2p_protocol_circuitv2_pb_voucher_proto_depIdxs = nil
}