# 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/KeyValue.proto',
  package='eu.dnetlib.data.proto',
  serialized_pb='\n$eu/dnetlib/data/proto/KeyValue.proto\x12\x15\x65u.dnetlib.data.proto\"&\n\x08KeyValue\x12\x0b\n\x03key\x18\x01 \x02(\t\x12\r\n\x05value\x18\x02 \x01(\tB\'\n\x15\x65u.dnetlib.data.protoB\x0eKeyValueProtos')




_KEYVALUE = descriptor.Descriptor(
  name='KeyValue',
  full_name='eu.dnetlib.data.proto.KeyValue',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    descriptor.FieldDescriptor(
      name='key', full_name='eu.dnetlib.data.proto.KeyValue.key', index=0,
      number=1, type=9, cpp_type=9, label=2,
      has_default_value=False, default_value=unicode("", "utf-8"),
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None),
    descriptor.FieldDescriptor(
      name='value', full_name='eu.dnetlib.data.proto.KeyValue.value', index=1,
      number=2, type=9, cpp_type=9, label=1,
      has_default_value=False, default_value=unicode("", "utf-8"),
      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=63,
  serialized_end=101,
)

DESCRIPTOR.message_types_by_name['KeyValue'] = _KEYVALUE

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

# @@protoc_insertion_point(module_scope)
