Skip to content
dlt_connector_pb2.py 3.96 KiB
Newer Older
Mohamad Rahhal's avatar
Mohamad Rahhal committed
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: dlt_connector.proto
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
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()


import context_pb2 as context__pb2


DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13\x64lt_connector.proto\x12\x03\x64lt\x1a\rcontext.proto\"m\n\x0b\x44ltDeviceId\x12(\n\x0btopology_id\x18\x01 \x01(\x0b\x32\x13.context.TopologyId\x12$\n\tdevice_id\x18\x02 \x01(\x0b\x32\x11.context.DeviceId\x12\x0e\n\x06\x64\x65lete\x18\x03 \x01(\x08\"g\n\tDltLinkId\x12(\n\x0btopology_id\x18\x01 \x01(\x0b\x32\x13.context.TopologyId\x12 \n\x07link_id\x18\x02 \x01(\x0b\x32\x0f.context.LinkId\x12\x0e\n\x06\x64\x65lete\x18\x03 \x01(\x08\"p\n\x0c\x44ltServiceId\x12(\n\x0btopology_id\x18\x01 \x01(\x0b\x32\x13.context.TopologyId\x12&\n\nservice_id\x18\x02 \x01(\x0b\x32\x12.context.ServiceId\x12\x0e\n\x06\x64\x65lete\x18\x03 \x01(\x08\"j\n\nDltSliceId\x12(\n\x0btopology_id\x18\x01 \x01(\x0b\x32\x13.context.TopologyId\x12\"\n\x08slice_id\x18\x02 \x01(\x0b\x32\x10.context.SliceId\x12\x0e\n\x06\x64\x65lete\x18\x03 \x01(\x08\x32\xff\x03\n\x13\x44ltConnectorService\x12\x32\n\tRecordAll\x12\x13.context.TopologyId\x1a\x0e.context.Empty\"\x00\x12\x39\n\x10RecordAllDevices\x12\x13.context.TopologyId\x1a\x0e.context.Empty\"\x00\x12\x32\n\x0cRecordDevice\x12\x10.dlt.DltDeviceId\x1a\x0e.context.Empty\"\x00\x12\x37\n\x0eRecordAllLinks\x12\x13.context.TopologyId\x1a\x0e.context.Empty\"\x00\x12.\n\nRecordLink\x12\x0e.dlt.DltLinkId\x1a\x0e.context.Empty\"\x00\x12:\n\x11RecordAllServices\x12\x13.context.TopologyId\x1a\x0e.context.Empty\"\x00\x12\x34\n\rRecordService\x12\x11.dlt.DltServiceId\x1a\x0e.context.Empty\"\x00\x12\x38\n\x0fRecordAllSlices\x12\x13.context.TopologyId\x1a\x0e.context.Empty\"\x00\x12\x30\n\x0bRecordSlice\x12\x0f.dlt.DltSliceId\x1a\x0e.context.Empty\"\x00\x62\x06proto3')



_DLTDEVICEID = DESCRIPTOR.message_types_by_name['DltDeviceId']
_DLTLINKID = DESCRIPTOR.message_types_by_name['DltLinkId']
_DLTSERVICEID = DESCRIPTOR.message_types_by_name['DltServiceId']
_DLTSLICEID = DESCRIPTOR.message_types_by_name['DltSliceId']
DltDeviceId = _reflection.GeneratedProtocolMessageType('DltDeviceId', (_message.Message,), {
  'DESCRIPTOR' : _DLTDEVICEID,
  '__module__' : 'dlt_connector_pb2'
  # @@protoc_insertion_point(class_scope:dlt.DltDeviceId)
  })
_sym_db.RegisterMessage(DltDeviceId)

DltLinkId = _reflection.GeneratedProtocolMessageType('DltLinkId', (_message.Message,), {
  'DESCRIPTOR' : _DLTLINKID,
  '__module__' : 'dlt_connector_pb2'
  # @@protoc_insertion_point(class_scope:dlt.DltLinkId)
  })
_sym_db.RegisterMessage(DltLinkId)

DltServiceId = _reflection.GeneratedProtocolMessageType('DltServiceId', (_message.Message,), {
  'DESCRIPTOR' : _DLTSERVICEID,
  '__module__' : 'dlt_connector_pb2'
  # @@protoc_insertion_point(class_scope:dlt.DltServiceId)
  })
_sym_db.RegisterMessage(DltServiceId)

DltSliceId = _reflection.GeneratedProtocolMessageType('DltSliceId', (_message.Message,), {
  'DESCRIPTOR' : _DLTSLICEID,
  '__module__' : 'dlt_connector_pb2'
  # @@protoc_insertion_point(class_scope:dlt.DltSliceId)
  })
_sym_db.RegisterMessage(DltSliceId)

_DLTCONNECTORSERVICE = DESCRIPTOR.services_by_name['DltConnectorService']
if _descriptor._USE_C_DESCRIPTORS == False:

  DESCRIPTOR._options = None
  _DLTDEVICEID._serialized_start=43
  _DLTDEVICEID._serialized_end=152
  _DLTLINKID._serialized_start=154
  _DLTLINKID._serialized_end=257
  _DLTSERVICEID._serialized_start=259
  _DLTSERVICEID._serialized_end=371
  _DLTSLICEID._serialized_start=373
  _DLTSLICEID._serialized_end=479
  _DLTCONNECTORSERVICE._serialized_start=482
  _DLTCONNECTORSERVICE._serialized_end=993
# @@protoc_insertion_point(module_scope)