go.ligato.io/vpp-agent/v3@v3.5.0/proto/ligato/linux/l3/arp.pb.go (about)

     1  // Code generated by protoc-gen-go. DO NOT EDIT.
     2  // versions:
     3  // 	protoc-gen-go v1.27.1
     4  // 	protoc        v3.17.3
     5  // source: ligato/linux/l3/arp.proto
     6  
     7  package linux_l3
     8  
     9  import (
    10  	_ "go.ligato.io/vpp-agent/v3/proto/ligato"
    11  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    12  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    13  	reflect "reflect"
    14  	sync "sync"
    15  )
    16  
    17  const (
    18  	// Verify that this generated code is sufficiently up-to-date.
    19  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    20  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    21  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    22  )
    23  
    24  type ARPEntry struct {
    25  	state         protoimpl.MessageState
    26  	sizeCache     protoimpl.SizeCache
    27  	unknownFields protoimpl.UnknownFields
    28  
    29  	Interface string `protobuf:"bytes,1,opt,name=interface,proto3" json:"interface,omitempty"`
    30  	IpAddress string `protobuf:"bytes,2,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
    31  	HwAddress string `protobuf:"bytes,3,opt,name=hw_address,json=hwAddress,proto3" json:"hw_address,omitempty"`
    32  }
    33  
    34  func (x *ARPEntry) Reset() {
    35  	*x = ARPEntry{}
    36  	if protoimpl.UnsafeEnabled {
    37  		mi := &file_ligato_linux_l3_arp_proto_msgTypes[0]
    38  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    39  		ms.StoreMessageInfo(mi)
    40  	}
    41  }
    42  
    43  func (x *ARPEntry) String() string {
    44  	return protoimpl.X.MessageStringOf(x)
    45  }
    46  
    47  func (*ARPEntry) ProtoMessage() {}
    48  
    49  func (x *ARPEntry) ProtoReflect() protoreflect.Message {
    50  	mi := &file_ligato_linux_l3_arp_proto_msgTypes[0]
    51  	if protoimpl.UnsafeEnabled && x != nil {
    52  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    53  		if ms.LoadMessageInfo() == nil {
    54  			ms.StoreMessageInfo(mi)
    55  		}
    56  		return ms
    57  	}
    58  	return mi.MessageOf(x)
    59  }
    60  
    61  // Deprecated: Use ARPEntry.ProtoReflect.Descriptor instead.
    62  func (*ARPEntry) Descriptor() ([]byte, []int) {
    63  	return file_ligato_linux_l3_arp_proto_rawDescGZIP(), []int{0}
    64  }
    65  
    66  func (x *ARPEntry) GetInterface() string {
    67  	if x != nil {
    68  		return x.Interface
    69  	}
    70  	return ""
    71  }
    72  
    73  func (x *ARPEntry) GetIpAddress() string {
    74  	if x != nil {
    75  		return x.IpAddress
    76  	}
    77  	return ""
    78  }
    79  
    80  func (x *ARPEntry) GetHwAddress() string {
    81  	if x != nil {
    82  		return x.HwAddress
    83  	}
    84  	return ""
    85  }
    86  
    87  var File_ligato_linux_l3_arp_proto protoreflect.FileDescriptor
    88  
    89  var file_ligato_linux_l3_arp_proto_rawDesc = []byte{
    90  	0x0a, 0x19, 0x6c, 0x69, 0x67, 0x61, 0x74, 0x6f, 0x2f, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2f, 0x6c,
    91  	0x33, 0x2f, 0x61, 0x72, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0f, 0x6c, 0x69, 0x67,
    92  	0x61, 0x74, 0x6f, 0x2e, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2e, 0x6c, 0x33, 0x1a, 0x18, 0x6c, 0x69,
    93  	0x67, 0x61, 0x74, 0x6f, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
    94  	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x6d, 0x0a, 0x08, 0x41, 0x52, 0x50, 0x45, 0x6e, 0x74,
    95  	0x72, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x18,
    96  	0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65,
    97  	0x12, 0x24, 0x0a, 0x0a, 0x69, 0x70, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02,
    98  	0x20, 0x01, 0x28, 0x09, 0x42, 0x05, 0x82, 0x7d, 0x02, 0x08, 0x01, 0x52, 0x09, 0x69, 0x70, 0x41,
    99  	0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x68, 0x77, 0x5f, 0x61, 0x64, 0x64,
   100  	0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x68, 0x77, 0x41, 0x64,
   101  	0x64, 0x72, 0x65, 0x73, 0x73, 0x42, 0x3a, 0x5a, 0x38, 0x67, 0x6f, 0x2e, 0x6c, 0x69, 0x67, 0x61,
   102  	0x74, 0x6f, 0x2e, 0x69, 0x6f, 0x2f, 0x76, 0x70, 0x70, 0x2d, 0x61, 0x67, 0x65, 0x6e, 0x74, 0x2f,
   103  	0x76, 0x33, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6c, 0x69, 0x67, 0x61, 0x74, 0x6f, 0x2f,
   104  	0x6c, 0x69, 0x6e, 0x75, 0x78, 0x2f, 0x6c, 0x33, 0x3b, 0x6c, 0x69, 0x6e, 0x75, 0x78, 0x5f, 0x6c,
   105  	0x33, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   106  }
   107  
   108  var (
   109  	file_ligato_linux_l3_arp_proto_rawDescOnce sync.Once
   110  	file_ligato_linux_l3_arp_proto_rawDescData = file_ligato_linux_l3_arp_proto_rawDesc
   111  )
   112  
   113  func file_ligato_linux_l3_arp_proto_rawDescGZIP() []byte {
   114  	file_ligato_linux_l3_arp_proto_rawDescOnce.Do(func() {
   115  		file_ligato_linux_l3_arp_proto_rawDescData = protoimpl.X.CompressGZIP(file_ligato_linux_l3_arp_proto_rawDescData)
   116  	})
   117  	return file_ligato_linux_l3_arp_proto_rawDescData
   118  }
   119  
   120  var file_ligato_linux_l3_arp_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   121  var file_ligato_linux_l3_arp_proto_goTypes = []interface{}{
   122  	(*ARPEntry)(nil), // 0: ligato.linux.l3.ARPEntry
   123  }
   124  var file_ligato_linux_l3_arp_proto_depIdxs = []int32{
   125  	0, // [0:0] is the sub-list for method output_type
   126  	0, // [0:0] is the sub-list for method input_type
   127  	0, // [0:0] is the sub-list for extension type_name
   128  	0, // [0:0] is the sub-list for extension extendee
   129  	0, // [0:0] is the sub-list for field type_name
   130  }
   131  
   132  func init() { file_ligato_linux_l3_arp_proto_init() }
   133  func file_ligato_linux_l3_arp_proto_init() {
   134  	if File_ligato_linux_l3_arp_proto != nil {
   135  		return
   136  	}
   137  	if !protoimpl.UnsafeEnabled {
   138  		file_ligato_linux_l3_arp_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   139  			switch v := v.(*ARPEntry); i {
   140  			case 0:
   141  				return &v.state
   142  			case 1:
   143  				return &v.sizeCache
   144  			case 2:
   145  				return &v.unknownFields
   146  			default:
   147  				return nil
   148  			}
   149  		}
   150  	}
   151  	type x struct{}
   152  	out := protoimpl.TypeBuilder{
   153  		File: protoimpl.DescBuilder{
   154  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   155  			RawDescriptor: file_ligato_linux_l3_arp_proto_rawDesc,
   156  			NumEnums:      0,
   157  			NumMessages:   1,
   158  			NumExtensions: 0,
   159  			NumServices:   0,
   160  		},
   161  		GoTypes:           file_ligato_linux_l3_arp_proto_goTypes,
   162  		DependencyIndexes: file_ligato_linux_l3_arp_proto_depIdxs,
   163  		MessageInfos:      file_ligato_linux_l3_arp_proto_msgTypes,
   164  	}.Build()
   165  	File_ligato_linux_l3_arp_proto = out.File
   166  	file_ligato_linux_l3_arp_proto_rawDesc = nil
   167  	file_ligato_linux_l3_arp_proto_goTypes = nil
   168  	file_ligato_linux_l3_arp_proto_depIdxs = nil
   169  }