# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: abpytools/core/formats/fab.proto
import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
from abpytools.core.formats import chain_pb2 as abpytools_dot_core_dot_formats_dot_chain__pb2
DESCRIPTOR = _descriptor.FileDescriptor(
name='abpytools/core/formats/fab.proto',
package='abytools.formats.fab',
syntax='proto3',
serialized_options=None,
serialized_pb=_b('\n abpytools/core/formats/fab.proto\x12\x14\x61\x62ytools.formats.fab\x1a\"abpytools/core/formats/chain.proto\"{\n\x03\x46\x61\x62\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x32\n\x0blight_chain\x18\x02 \x01(\x0b\x32\x1d.abytools.formats.chain.Chain\x12\x32\n\x0bheavy_chain\x18\x03 \x01(\x0b\x32\x1d.abytools.formats.chain.Chain\"8\n\rFabCollection\x12\'\n\x04\x66\x61\x62s\x18\x01 \x03(\x0b\x32\x19.abytools.formats.fab.Fabb\x06proto3')
,
dependencies=[abpytools_dot_core_dot_formats_dot_chain__pb2.DESCRIPTOR,])
_FAB = _descriptor.Descriptor(
name='Fab',
full_name='abytools.formats.fab.Fab',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='name', full_name='abytools.formats.fab.Fab.name', index=0,
number=1, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=_b("").decode('utf-8'),
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='light_chain', full_name='abytools.formats.fab.Fab.light_chain', index=1,
number=2, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
_descriptor.FieldDescriptor(
name='heavy_chain', full_name='abytools.formats.fab.Fab.heavy_chain', index=2,
number=3, type=11, cpp_type=10, label=1,
has_default_value=False, default_value=None,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=94,
serialized_end=217,
)
_FABCOLLECTION = _descriptor.Descriptor(
name='FabCollection',
full_name='abytools.formats.fab.FabCollection',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
name='fabs', full_name='abytools.formats.fab.FabCollection.fabs', index=0,
number=1, type=11, cpp_type=10, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
serialized_options=None, file=DESCRIPTOR),
],
extensions=[
],
nested_types=[],
enum_types=[
],
serialized_options=None,
is_extendable=False,
syntax='proto3',
extension_ranges=[],
oneofs=[
],
serialized_start=219,
serialized_end=275,
)
_FAB.fields_by_name['light_chain'].message_type = abpytools_dot_core_dot_formats_dot_chain__pb2._CHAIN
_FAB.fields_by_name['heavy_chain'].message_type = abpytools_dot_core_dot_formats_dot_chain__pb2._CHAIN
_FABCOLLECTION.fields_by_name['fabs'].message_type = _FAB
DESCRIPTOR.message_types_by_name['Fab'] = _FAB
DESCRIPTOR.message_types_by_name['FabCollection'] = _FABCOLLECTION
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
Fab = _reflection.GeneratedProtocolMessageType('Fab', (_message.Message,), dict(
DESCRIPTOR = _FAB,
__module__ = 'abpytools.core.formats.fab_pb2'
# @@protoc_insertion_point(class_scope:abytools.formats.fab.Fab)
))
_sym_db.RegisterMessage(Fab)
FabCollection = _reflection.GeneratedProtocolMessageType('FabCollection', (_message.Message,), dict(
DESCRIPTOR = _FABCOLLECTION,
__module__ = 'abpytools.core.formats.fab_pb2'
# @@protoc_insertion_point(class_scope:abytools.formats.fab.FabCollection)
))
_sym_db.RegisterMessage(FabCollection)
# @@protoc_insertion_point(module_scope)