go.ligato.io/vpp-agent/v3@v3.5.0/ansible/action_plugins/pout/models/vpp/l2/xconnect_pb2.py (about) 1 # Generated by the protocol buffer compiler. DO NOT EDIT! 2 # source: models/vpp/l2/xconnect.proto 3 4 import sys 5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) 6 from google.protobuf import descriptor as _descriptor 7 from google.protobuf import message as _message 8 from google.protobuf import reflection as _reflection 9 from google.protobuf import symbol_database as _symbol_database 10 # @@protoc_insertion_point(imports) 11 12 _sym_db = _symbol_database.Default() 13 14 15 from github.com.gogo.protobuf.gogoproto import gogo_pb2 as github_dot_com_dot_gogo_dot_protobuf_dot_gogoproto_dot_gogo__pb2 16 17 18 DESCRIPTOR = _descriptor.FileDescriptor( 19 name='models/vpp/l2/xconnect.proto', 20 package='vpp.l2', 21 syntax='proto3', 22 serialized_options=_b('Z4github.com/ligato/vpp-agent/api/models/vpp/l2;vpp_l2\310\343\036\001'), 23 serialized_pb=_b('\n\x1cmodels/vpp/l2/xconnect.proto\x12\x06vpp.l2\x1a-github.com/gogo/protobuf/gogoproto/gogo.proto\"E\n\x0cXConnectPair\x12\x19\n\x11receive_interface\x18\x01 \x01(\t\x12\x1a\n\x12transmit_interface\x18\x02 \x01(\tB:Z4github.com/ligato/vpp-agent/api/models/vpp/l2;vpp_l2\xc8\xe3\x1e\x01\x62\x06proto3') 24 , 25 dependencies=[github_dot_com_dot_gogo_dot_protobuf_dot_gogoproto_dot_gogo__pb2.DESCRIPTOR,]) 26 27 28 29 30 _XCONNECTPAIR = _descriptor.Descriptor( 31 name='XConnectPair', 32 full_name='vpp.l2.XConnectPair', 33 filename=None, 34 file=DESCRIPTOR, 35 containing_type=None, 36 fields=[ 37 _descriptor.FieldDescriptor( 38 name='receive_interface', full_name='vpp.l2.XConnectPair.receive_interface', index=0, 39 number=1, type=9, cpp_type=9, label=1, 40 has_default_value=False, default_value=_b("").decode('utf-8'), 41 message_type=None, enum_type=None, containing_type=None, 42 is_extension=False, extension_scope=None, 43 serialized_options=None, file=DESCRIPTOR), 44 _descriptor.FieldDescriptor( 45 name='transmit_interface', full_name='vpp.l2.XConnectPair.transmit_interface', index=1, 46 number=2, type=9, cpp_type=9, label=1, 47 has_default_value=False, default_value=_b("").decode('utf-8'), 48 message_type=None, enum_type=None, containing_type=None, 49 is_extension=False, extension_scope=None, 50 serialized_options=None, file=DESCRIPTOR), 51 ], 52 extensions=[ 53 ], 54 nested_types=[], 55 enum_types=[ 56 ], 57 serialized_options=None, 58 is_extendable=False, 59 syntax='proto3', 60 extension_ranges=[], 61 oneofs=[ 62 ], 63 serialized_start=87, 64 serialized_end=156, 65 ) 66 67 DESCRIPTOR.message_types_by_name['XConnectPair'] = _XCONNECTPAIR 68 _sym_db.RegisterFileDescriptor(DESCRIPTOR) 69 70 XConnectPair = _reflection.GeneratedProtocolMessageType('XConnectPair', (_message.Message,), dict( 71 DESCRIPTOR = _XCONNECTPAIR, 72 __module__ = 'models.vpp.l2.xconnect_pb2' 73 # @@protoc_insertion_point(class_scope:vpp.l2.XConnectPair) 74 )) 75 _sym_db.RegisterMessage(XConnectPair) 76 77 78 DESCRIPTOR._options = None 79 # @@protoc_insertion_point(module_scope)