# Generated by the protocol buffer compiler.  DO NOT EDIT!

from google.protobuf import descriptor
from google.protobuf import message
from google.protobuf import reflection
from google.protobuf import descriptor_pb2
# @@protoc_insertion_point(imports)



DESCRIPTOR = descriptor.FileDescriptor(
  name='eu/dnetlib/data/proto/DocumentMetrics.proto',
  package='eu.dnetlib.data.proto',
  serialized_pb='\n+eu/dnetlib/data/proto/DocumentMetrics.proto\x12\x15\x65u.dnetlib.data.proto\"\x91\x01\n\x0f\x44ocumentMetrics\x12<\n\x06simple\x18\x01 \x01(\x0b\x32,.eu.dnetlib.data.proto.DocumentSimpleMetrics\x12@\n\x08\x61\x64vanced\x18\x02 \x01(\x0b\x32..eu.dnetlib.data.proto.DocumentAdvancedMetrics\"?\n\x15\x44ocumentSimpleMetrics\x12&\n\x1enumberOfCitationsToTheDocument\x18\x01 \x01(\x05\";\n\x17\x44ocumentAdvancedMetrics\x12 \n\x18numberOfCitationsPerYear\x18\x01 \x01(\x05\x42-\n\x15\x65u.dnetlib.data.protoB\x14\x44ocumentMetricsProto')




_DOCUMENTMETRICS = descriptor.Descriptor(
  name='DocumentMetrics',
  full_name='eu.dnetlib.data.proto.DocumentMetrics',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    descriptor.FieldDescriptor(
      name='simple', full_name='eu.dnetlib.data.proto.DocumentMetrics.simple', index=0,
      number=1, 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,
      options=None),
    descriptor.FieldDescriptor(
      name='advanced', full_name='eu.dnetlib.data.proto.DocumentMetrics.advanced', 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,
      options=None),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  options=None,
  is_extendable=False,
  extension_ranges=[],
  serialized_start=71,
  serialized_end=216,
)


_DOCUMENTSIMPLEMETRICS = descriptor.Descriptor(
  name='DocumentSimpleMetrics',
  full_name='eu.dnetlib.data.proto.DocumentSimpleMetrics',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    descriptor.FieldDescriptor(
      name='numberOfCitationsToTheDocument', full_name='eu.dnetlib.data.proto.DocumentSimpleMetrics.numberOfCitationsToTheDocument', index=0,
      number=1, type=5, cpp_type=1, label=1,
      has_default_value=False, default_value=0,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  options=None,
  is_extendable=False,
  extension_ranges=[],
  serialized_start=218,
  serialized_end=281,
)


_DOCUMENTADVANCEDMETRICS = descriptor.Descriptor(
  name='DocumentAdvancedMetrics',
  full_name='eu.dnetlib.data.proto.DocumentAdvancedMetrics',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    descriptor.FieldDescriptor(
      name='numberOfCitationsPerYear', full_name='eu.dnetlib.data.proto.DocumentAdvancedMetrics.numberOfCitationsPerYear', index=0,
      number=1, type=5, cpp_type=1, label=1,
      has_default_value=False, default_value=0,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  options=None,
  is_extendable=False,
  extension_ranges=[],
  serialized_start=283,
  serialized_end=342,
)

_DOCUMENTMETRICS.fields_by_name['simple'].message_type = _DOCUMENTSIMPLEMETRICS
_DOCUMENTMETRICS.fields_by_name['advanced'].message_type = _DOCUMENTADVANCEDMETRICS
DESCRIPTOR.message_types_by_name['DocumentMetrics'] = _DOCUMENTMETRICS
DESCRIPTOR.message_types_by_name['DocumentSimpleMetrics'] = _DOCUMENTSIMPLEMETRICS
DESCRIPTOR.message_types_by_name['DocumentAdvancedMetrics'] = _DOCUMENTADVANCEDMETRICS

class DocumentMetrics(message.Message):
  __metaclass__ = reflection.GeneratedProtocolMessageType
  DESCRIPTOR = _DOCUMENTMETRICS
  
  # @@protoc_insertion_point(class_scope:eu.dnetlib.data.proto.DocumentMetrics)

class DocumentSimpleMetrics(message.Message):
  __metaclass__ = reflection.GeneratedProtocolMessageType
  DESCRIPTOR = _DOCUMENTSIMPLEMETRICS
  
  # @@protoc_insertion_point(class_scope:eu.dnetlib.data.proto.DocumentSimpleMetrics)

class DocumentAdvancedMetrics(message.Message):
  __metaclass__ = reflection.GeneratedProtocolMessageType
  DESCRIPTOR = _DOCUMENTADVANCEDMETRICS
  
  # @@protoc_insertion_point(class_scope:eu.dnetlib.data.proto.DocumentAdvancedMetrics)

# @@protoc_insertion_point(module_scope)
