Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: sarus_data_spec/protobuf/path.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()




DESCRIPTOR = _descriptor.FileDescriptor(
  name='sarus_data_spec/protobuf/path.proto',
  package='sarus_data_spec',
  syntax='proto3',
  serialized_options=None,
  serialized_pb=_b('\n#sarus_data_spec/protobuf/path.proto\x12\x0fsarus_data_spec\"\xc4\x01\n\x04Path\x12\x0f\n\x05label\x18\x01 \x01(\tH\x00\x12\x0f\n\x05index\x18\x02 \x01(\x03H\x00\x12$\n\x05paths\x18\x03 \x03(\x0b\x32\x15.sarus_data_spec.Path\x12\x39\n\nproperties\x18\x04 \x03(\x0b\x32%.sarus_data_spec.Path.PropertiesEntry\x1a\x31\n\x0fPropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x06\n\x04nodeb\x06proto3')
)




_PATH_PROPERTIESENTRY = _descriptor.Descriptor(
  name='PropertiesEntry',
  full_name='sarus_data_spec.Path.PropertiesEntry',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
      name='key', full_name='sarus_data_spec.Path.PropertiesEntry.key', 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='value', full_name='sarus_data_spec.Path.PropertiesEntry.value', index=1,
      number=2, 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),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  serialized_options=_b('8\001'),
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
  serialized_start=196,
  serialized_end=245,
)

_PATH = _descriptor.Descriptor(
  name='Path',
  full_name='sarus_data_spec.Path',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
      name='label', full_name='sarus_data_spec.Path.label', 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='index', full_name='sarus_data_spec.Path.index', index=1,
      number=2, type=3, cpp_type=2, label=1,
      has_default_value=False, default_value=0,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      serialized_options=None, file=DESCRIPTOR),
    _descriptor.FieldDescriptor(
      name='paths', full_name='sarus_data_spec.Path.paths', index=2,
      number=3, 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),
    _descriptor.FieldDescriptor(
      name='properties', full_name='sarus_data_spec.Path.properties', index=3,
      number=4, 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=[_PATH_PROPERTIESENTRY, ],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
    _descriptor.OneofDescriptor(
      name='node', full_name='sarus_data_spec.Path.node',
      index=0, containing_type=None, fields=[]),
  ],
  serialized_start=57,
  serialized_end=253,
)

_PATH_PROPERTIESENTRY.containing_type = _PATH
_PATH.fields_by_name['paths'].message_type = _PATH
_PATH.fields_by_name['properties'].message_type = _PATH_PROPERTIESENTRY
_PATH.oneofs_by_name['node'].fields.append(
  _PATH.fields_by_name['label'])
_PATH.fields_by_name['label'].containing_oneof = _PATH.oneofs_by_name['node']
_PATH.oneofs_by_name['node'].fields.append(
  _PATH.fields_by_name['index'])
_PATH.fields_by_name['index'].containing_oneof = _PATH.oneofs_by_name['node']
DESCRIPTOR.message_types_by_name['Path'] = _PATH
_sym_db.RegisterFileDescriptor(DESCRIPTOR)

Path = _reflection.GeneratedProtocolMessageType('Path', (_message.Message,), dict(

  PropertiesEntry = _reflection.GeneratedProtocolMessageType('PropertiesEntry', (_message.Message,), dict(
    DESCRIPTOR = _PATH_PROPERTIESENTRY,
    __module__ = 'sarus_data_spec.protobuf.path_pb2'
    # @@protoc_insertion_point(class_scope:sarus_data_spec.Path.PropertiesEntry)
    ))
  ,
  DESCRIPTOR = _PATH,
  __module__ = 'sarus_data_spec.protobuf.path_pb2'
  # @@protoc_insertion_point(class_scope:sarus_data_spec.Path)
  ))
_sym_db.RegisterMessage(Path)
_sym_db.RegisterMessage(Path.PropertiesEntry)


_PATH_PROPERTIESENTRY._options = None
# @@protoc_insertion_point(module_scope)