Skip to content
context_pb2.py 113 KiB
Newer Older
      number=1, type=14, cpp_type=8, 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,  create_key=_descriptor._internal_create_key),
    _descriptor.FieldDescriptor(
      name='resource_key', full_name='context.ConfigRule.resource_key', 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,  create_key=_descriptor._internal_create_key),
    _descriptor.FieldDescriptor(
      name='resource_value', full_name='context.ConfigRule.resource_value', index=2,
      number=3, 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,  create_key=_descriptor._internal_create_key),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
  serialized_start=3959,
  serialized_end=4060,
_CONSTRAINT = _descriptor.Descriptor(
  name='Constraint',
  full_name='context.Constraint',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  create_key=_descriptor._internal_create_key,
  fields=[
    _descriptor.FieldDescriptor(
      name='constraint_type', full_name='context.Constraint.constraint_type', 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,  create_key=_descriptor._internal_create_key),
    _descriptor.FieldDescriptor(
      name='constraint_value', full_name='context.Constraint.constraint_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,  create_key=_descriptor._internal_create_key),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
  serialized_start=4062,
  serialized_end=4125,
)


_TERAFLOWCONTROLLER = _descriptor.Descriptor(
  name='TeraFlowController',
  full_name='context.TeraFlowController',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  create_key=_descriptor._internal_create_key,
  fields=[
    _descriptor.FieldDescriptor(
      name='context_id', full_name='context.TeraFlowController.context_id', 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,
      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
    _descriptor.FieldDescriptor(
      name='ip_address', full_name='context.TeraFlowController.ip_address', 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,  create_key=_descriptor._internal_create_key),
    _descriptor.FieldDescriptor(
      name='port', full_name='context.TeraFlowController.port', index=2,
      number=3, type=13, cpp_type=3, 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,  create_key=_descriptor._internal_create_key),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
  serialized_start=4127,
  serialized_end=4221,
)


_AUTHENTICATIONRESULT = _descriptor.Descriptor(
  name='AuthenticationResult',
  full_name='context.AuthenticationResult',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  create_key=_descriptor._internal_create_key,
  fields=[
    _descriptor.FieldDescriptor(
      name='context_id', full_name='context.AuthenticationResult.context_id', 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,
      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
    _descriptor.FieldDescriptor(
      name='authenticated', full_name='context.AuthenticationResult.authenticated', index=1,
      number=2, type=8, cpp_type=7, label=1,
      has_default_value=False, default_value=False,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  serialized_options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
  serialized_start=4223,
  serialized_end=4308,
)

_EVENT.fields_by_name['event_type'].enum_type = _EVENTTYPEENUM
_CONTEXTID.fields_by_name['context_uuid'].message_type = _UUID
_CONTEXT.fields_by_name['context_id'].message_type = _CONTEXTID
_CONTEXT.fields_by_name['topology_ids'].message_type = _TOPOLOGYID
_CONTEXT.fields_by_name['service_ids'].message_type = _SERVICEID
_CONTEXT.fields_by_name['controller'].message_type = _TERAFLOWCONTROLLER
_CONTEXTIDLIST.fields_by_name['context_ids'].message_type = _CONTEXTID
_CONTEXTLIST.fields_by_name['contexts'].message_type = _CONTEXT
_CONTEXTEVENT.fields_by_name['event'].message_type = _EVENT
_CONTEXTEVENT.fields_by_name['context_id'].message_type = _CONTEXTID
_TOPOLOGYID.fields_by_name['context_id'].message_type = _CONTEXTID
_TOPOLOGYID.fields_by_name['topology_uuid'].message_type = _UUID
_TOPOLOGY.fields_by_name['topology_id'].message_type = _TOPOLOGYID
_TOPOLOGY.fields_by_name['device_ids'].message_type = _DEVICEID
_TOPOLOGY.fields_by_name['link_ids'].message_type = _LINKID
_TOPOLOGYIDLIST.fields_by_name['topology_ids'].message_type = _TOPOLOGYID
_TOPOLOGYLIST.fields_by_name['topologies'].message_type = _TOPOLOGY
_TOPOLOGYEVENT.fields_by_name['event'].message_type = _EVENT
_TOPOLOGYEVENT.fields_by_name['topology_id'].message_type = _TOPOLOGYID
_DEVICEID.fields_by_name['device_uuid'].message_type = _UUID
_DEVICE.fields_by_name['device_id'].message_type = _DEVICEID
_DEVICE.fields_by_name['device_config'].message_type = _DEVICECONFIG
_DEVICE.fields_by_name['device_operational_status'].enum_type = _DEVICEOPERATIONALSTATUSENUM
_DEVICE.fields_by_name['device_drivers'].enum_type = _DEVICEDRIVERENUM
_DEVICE.fields_by_name['device_endpoints'].message_type = _ENDPOINT
_DEVICECONFIG.fields_by_name['config_rules'].message_type = _CONFIGRULE
_DEVICEIDLIST.fields_by_name['device_ids'].message_type = _DEVICEID
_DEVICELIST.fields_by_name['devices'].message_type = _DEVICE
_DEVICEEVENT.fields_by_name['event'].message_type = _EVENT
_DEVICEEVENT.fields_by_name['device_id'].message_type = _DEVICEID
_LINKID.fields_by_name['link_uuid'].message_type = _UUID
_LINK.fields_by_name['link_id'].message_type = _LINKID
_LINK.fields_by_name['link_endpoint_ids'].message_type = _ENDPOINTID
_LINKIDLIST.fields_by_name['link_ids'].message_type = _LINKID
_LINKLIST.fields_by_name['links'].message_type = _LINK
_LINKEVENT.fields_by_name['event'].message_type = _EVENT
_LINKEVENT.fields_by_name['link_id'].message_type = _LINKID
_SERVICEID.fields_by_name['context_id'].message_type = _CONTEXTID
_SERVICEID.fields_by_name['service_uuid'].message_type = _UUID
_SERVICE.fields_by_name['service_id'].message_type = _SERVICEID
_SERVICE.fields_by_name['service_type'].enum_type = _SERVICETYPEENUM
_SERVICE.fields_by_name['service_endpoint_ids'].message_type = _ENDPOINTID
_SERVICE.fields_by_name['service_constraints'].message_type = _CONSTRAINT
_SERVICE.fields_by_name['service_status'].message_type = _SERVICESTATUS
_SERVICE.fields_by_name['service_config'].message_type = _SERVICECONFIG
_SERVICESTATUS.fields_by_name['service_status'].enum_type = _SERVICESTATUSENUM
_SERVICECONFIG.fields_by_name['config_rules'].message_type = _CONFIGRULE
_SERVICEIDLIST.fields_by_name['service_ids'].message_type = _SERVICEID
_SERVICELIST.fields_by_name['services'].message_type = _SERVICE
_SERVICEEVENT.fields_by_name['event'].message_type = _EVENT
_SERVICEEVENT.fields_by_name['service_id'].message_type = _SERVICEID
_SLICEID.fields_by_name['context_id'].message_type = _CONTEXTID
_SLICEID.fields_by_name['slice_uuid'].message_type = _UUID
_SLICE.fields_by_name['slice_id'].message_type = _SLICEID
_SLICE.fields_by_name['slice_endpoint_ids'].message_type = _ENDPOINTID
_SLICE.fields_by_name['slice_constraints'].message_type = _CONSTRAINT
_SLICE.fields_by_name['slice_service_ids'].message_type = _SERVICEID
_SLICE.fields_by_name['slice_subslice_ids'].message_type = _SLICEID
_SLICE.fields_by_name['slice_status'].message_type = _SLICESTATUS
_SLICESTATUS.fields_by_name['slice_status'].enum_type = _SLICESTATUSENUM
_SLICEIDLIST.fields_by_name['slice_ids'].message_type = _SLICEID
_SLICELIST.fields_by_name['slices'].message_type = _SLICE
_SLICEEVENT.fields_by_name['event'].message_type = _EVENT
_SLICEEVENT.fields_by_name['slice_id'].message_type = _SLICEID
_CONNECTIONID.fields_by_name['connection_uuid'].message_type = _UUID
_CONNECTION.fields_by_name['connection_id'].message_type = _CONNECTIONID
_CONNECTION.fields_by_name['service_id'].message_type = _SERVICEID
_CONNECTION.fields_by_name['path_hops_endpoint_ids'].message_type = _ENDPOINTID
_CONNECTION.fields_by_name['sub_service_ids'].message_type = _SERVICEID
_CONNECTIONIDLIST.fields_by_name['connection_ids'].message_type = _CONNECTIONID
_CONNECTIONLIST.fields_by_name['connections'].message_type = _CONNECTION
_CONNECTIONEVENT.fields_by_name['event'].message_type = _EVENT
_CONNECTIONEVENT.fields_by_name['connection_id'].message_type = _CONNECTIONID
_ENDPOINTID.fields_by_name['topology_id'].message_type = _TOPOLOGYID
_ENDPOINTID.fields_by_name['device_id'].message_type = _DEVICEID
_ENDPOINTID.fields_by_name['endpoint_uuid'].message_type = _UUID
_ENDPOINT.fields_by_name['endpoint_id'].message_type = _ENDPOINTID
_ENDPOINT.fields_by_name['kpi_sample_types'].enum_type = kpi__sample__types__pb2._KPISAMPLETYPE
_CONFIGRULE.fields_by_name['action'].enum_type = _CONFIGACTIONENUM
_TERAFLOWCONTROLLER.fields_by_name['context_id'].message_type = _CONTEXTID
_AUTHENTICATIONRESULT.fields_by_name['context_id'].message_type = _CONTEXTID
DESCRIPTOR.message_types_by_name['Empty'] = _EMPTY
DESCRIPTOR.message_types_by_name['Uuid'] = _UUID
DESCRIPTOR.message_types_by_name['Event'] = _EVENT
DESCRIPTOR.message_types_by_name['ContextId'] = _CONTEXTID
DESCRIPTOR.message_types_by_name['Context'] = _CONTEXT
DESCRIPTOR.message_types_by_name['ContextIdList'] = _CONTEXTIDLIST
DESCRIPTOR.message_types_by_name['ContextList'] = _CONTEXTLIST
DESCRIPTOR.message_types_by_name['ContextEvent'] = _CONTEXTEVENT
DESCRIPTOR.message_types_by_name['TopologyId'] = _TOPOLOGYID
DESCRIPTOR.message_types_by_name['Topology'] = _TOPOLOGY
DESCRIPTOR.message_types_by_name['TopologyIdList'] = _TOPOLOGYIDLIST
DESCRIPTOR.message_types_by_name['TopologyList'] = _TOPOLOGYLIST
DESCRIPTOR.message_types_by_name['TopologyEvent'] = _TOPOLOGYEVENT
DESCRIPTOR.message_types_by_name['DeviceId'] = _DEVICEID
DESCRIPTOR.message_types_by_name['Device'] = _DEVICE
DESCRIPTOR.message_types_by_name['DeviceConfig'] = _DEVICECONFIG
DESCRIPTOR.message_types_by_name['DeviceIdList'] = _DEVICEIDLIST
DESCRIPTOR.message_types_by_name['DeviceList'] = _DEVICELIST
DESCRIPTOR.message_types_by_name['DeviceEvent'] = _DEVICEEVENT
DESCRIPTOR.message_types_by_name['LinkId'] = _LINKID
DESCRIPTOR.message_types_by_name['Link'] = _LINK
DESCRIPTOR.message_types_by_name['LinkIdList'] = _LINKIDLIST
DESCRIPTOR.message_types_by_name['LinkList'] = _LINKLIST
DESCRIPTOR.message_types_by_name['LinkEvent'] = _LINKEVENT
DESCRIPTOR.message_types_by_name['ServiceId'] = _SERVICEID
DESCRIPTOR.message_types_by_name['Service'] = _SERVICE
DESCRIPTOR.message_types_by_name['ServiceStatus'] = _SERVICESTATUS
DESCRIPTOR.message_types_by_name['ServiceConfig'] = _SERVICECONFIG
DESCRIPTOR.message_types_by_name['ServiceIdList'] = _SERVICEIDLIST
DESCRIPTOR.message_types_by_name['ServiceList'] = _SERVICELIST
DESCRIPTOR.message_types_by_name['ServiceEvent'] = _SERVICEEVENT
DESCRIPTOR.message_types_by_name['SliceId'] = _SLICEID
DESCRIPTOR.message_types_by_name['Slice'] = _SLICE
DESCRIPTOR.message_types_by_name['SliceStatus'] = _SLICESTATUS
DESCRIPTOR.message_types_by_name['SliceIdList'] = _SLICEIDLIST
DESCRIPTOR.message_types_by_name['SliceList'] = _SLICELIST
DESCRIPTOR.message_types_by_name['SliceEvent'] = _SLICEEVENT
DESCRIPTOR.message_types_by_name['ConnectionId'] = _CONNECTIONID
DESCRIPTOR.message_types_by_name['Connection'] = _CONNECTION
DESCRIPTOR.message_types_by_name['ConnectionIdList'] = _CONNECTIONIDLIST
DESCRIPTOR.message_types_by_name['ConnectionList'] = _CONNECTIONLIST
DESCRIPTOR.message_types_by_name['ConnectionEvent'] = _CONNECTIONEVENT
DESCRIPTOR.message_types_by_name['EndPointId'] = _ENDPOINTID
DESCRIPTOR.message_types_by_name['EndPoint'] = _ENDPOINT
DESCRIPTOR.message_types_by_name['ConfigRule'] = _CONFIGRULE
DESCRIPTOR.message_types_by_name['Constraint'] = _CONSTRAINT
DESCRIPTOR.message_types_by_name['TeraFlowController'] = _TERAFLOWCONTROLLER
DESCRIPTOR.message_types_by_name['AuthenticationResult'] = _AUTHENTICATIONRESULT
DESCRIPTOR.enum_types_by_name['EventTypeEnum'] = _EVENTTYPEENUM
DESCRIPTOR.enum_types_by_name['DeviceDriverEnum'] = _DEVICEDRIVERENUM
DESCRIPTOR.enum_types_by_name['DeviceOperationalStatusEnum'] = _DEVICEOPERATIONALSTATUSENUM
DESCRIPTOR.enum_types_by_name['ServiceTypeEnum'] = _SERVICETYPEENUM
DESCRIPTOR.enum_types_by_name['ServiceStatusEnum'] = _SERVICESTATUSENUM
DESCRIPTOR.enum_types_by_name['SliceStatusEnum'] = _SLICESTATUSENUM
DESCRIPTOR.enum_types_by_name['ConfigActionEnum'] = _CONFIGACTIONENUM
_sym_db.RegisterFileDescriptor(DESCRIPTOR)

Empty = _reflection.GeneratedProtocolMessageType('Empty', (_message.Message,), {
  'DESCRIPTOR' : _EMPTY,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.Empty)
  })
_sym_db.RegisterMessage(Empty)

Uuid = _reflection.GeneratedProtocolMessageType('Uuid', (_message.Message,), {
  'DESCRIPTOR' : _UUID,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.Uuid)
  })
_sym_db.RegisterMessage(Uuid)

Event = _reflection.GeneratedProtocolMessageType('Event', (_message.Message,), {
  'DESCRIPTOR' : _EVENT,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.Event)
  })
_sym_db.RegisterMessage(Event)

ContextId = _reflection.GeneratedProtocolMessageType('ContextId', (_message.Message,), {
  'DESCRIPTOR' : _CONTEXTID,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.ContextId)
  })
_sym_db.RegisterMessage(ContextId)

Context = _reflection.GeneratedProtocolMessageType('Context', (_message.Message,), {
  'DESCRIPTOR' : _CONTEXT,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.Context)
  })
_sym_db.RegisterMessage(Context)

ContextIdList = _reflection.GeneratedProtocolMessageType('ContextIdList', (_message.Message,), {
  'DESCRIPTOR' : _CONTEXTIDLIST,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.ContextIdList)
  })
_sym_db.RegisterMessage(ContextIdList)

ContextList = _reflection.GeneratedProtocolMessageType('ContextList', (_message.Message,), {
  'DESCRIPTOR' : _CONTEXTLIST,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.ContextList)
  })
_sym_db.RegisterMessage(ContextList)

ContextEvent = _reflection.GeneratedProtocolMessageType('ContextEvent', (_message.Message,), {
  'DESCRIPTOR' : _CONTEXTEVENT,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.ContextEvent)
  })
_sym_db.RegisterMessage(ContextEvent)

TopologyId = _reflection.GeneratedProtocolMessageType('TopologyId', (_message.Message,), {
  'DESCRIPTOR' : _TOPOLOGYID,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.TopologyId)
  })
_sym_db.RegisterMessage(TopologyId)

Topology = _reflection.GeneratedProtocolMessageType('Topology', (_message.Message,), {
  'DESCRIPTOR' : _TOPOLOGY,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.Topology)
  })
_sym_db.RegisterMessage(Topology)

TopologyIdList = _reflection.GeneratedProtocolMessageType('TopologyIdList', (_message.Message,), {
  'DESCRIPTOR' : _TOPOLOGYIDLIST,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.TopologyIdList)
  })
_sym_db.RegisterMessage(TopologyIdList)

TopologyList = _reflection.GeneratedProtocolMessageType('TopologyList', (_message.Message,), {
  'DESCRIPTOR' : _TOPOLOGYLIST,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.TopologyList)
  })
_sym_db.RegisterMessage(TopologyList)

TopologyEvent = _reflection.GeneratedProtocolMessageType('TopologyEvent', (_message.Message,), {
  'DESCRIPTOR' : _TOPOLOGYEVENT,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.TopologyEvent)
  })
_sym_db.RegisterMessage(TopologyEvent)

DeviceId = _reflection.GeneratedProtocolMessageType('DeviceId', (_message.Message,), {
  'DESCRIPTOR' : _DEVICEID,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.DeviceId)
  })
_sym_db.RegisterMessage(DeviceId)

Device = _reflection.GeneratedProtocolMessageType('Device', (_message.Message,), {
  'DESCRIPTOR' : _DEVICE,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.Device)
  })
_sym_db.RegisterMessage(Device)

DeviceConfig = _reflection.GeneratedProtocolMessageType('DeviceConfig', (_message.Message,), {
  'DESCRIPTOR' : _DEVICECONFIG,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.DeviceConfig)
  })
_sym_db.RegisterMessage(DeviceConfig)

DeviceIdList = _reflection.GeneratedProtocolMessageType('DeviceIdList', (_message.Message,), {
  'DESCRIPTOR' : _DEVICEIDLIST,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.DeviceIdList)
  })
_sym_db.RegisterMessage(DeviceIdList)

DeviceList = _reflection.GeneratedProtocolMessageType('DeviceList', (_message.Message,), {
  'DESCRIPTOR' : _DEVICELIST,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.DeviceList)
  })
_sym_db.RegisterMessage(DeviceList)

DeviceEvent = _reflection.GeneratedProtocolMessageType('DeviceEvent', (_message.Message,), {
  'DESCRIPTOR' : _DEVICEEVENT,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.DeviceEvent)
  })
_sym_db.RegisterMessage(DeviceEvent)

LinkId = _reflection.GeneratedProtocolMessageType('LinkId', (_message.Message,), {
  'DESCRIPTOR' : _LINKID,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.LinkId)
  })
_sym_db.RegisterMessage(LinkId)

Link = _reflection.GeneratedProtocolMessageType('Link', (_message.Message,), {
  'DESCRIPTOR' : _LINK,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.Link)
  })
_sym_db.RegisterMessage(Link)

LinkIdList = _reflection.GeneratedProtocolMessageType('LinkIdList', (_message.Message,), {
  'DESCRIPTOR' : _LINKIDLIST,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.LinkIdList)
  })
_sym_db.RegisterMessage(LinkIdList)

LinkList = _reflection.GeneratedProtocolMessageType('LinkList', (_message.Message,), {
  'DESCRIPTOR' : _LINKLIST,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.LinkList)
  })
_sym_db.RegisterMessage(LinkList)

LinkEvent = _reflection.GeneratedProtocolMessageType('LinkEvent', (_message.Message,), {
  'DESCRIPTOR' : _LINKEVENT,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.LinkEvent)
  })
_sym_db.RegisterMessage(LinkEvent)

ServiceId = _reflection.GeneratedProtocolMessageType('ServiceId', (_message.Message,), {
  'DESCRIPTOR' : _SERVICEID,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.ServiceId)
  })
_sym_db.RegisterMessage(ServiceId)

Service = _reflection.GeneratedProtocolMessageType('Service', (_message.Message,), {
  'DESCRIPTOR' : _SERVICE,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.Service)
  })
_sym_db.RegisterMessage(Service)

ServiceStatus = _reflection.GeneratedProtocolMessageType('ServiceStatus', (_message.Message,), {
  'DESCRIPTOR' : _SERVICESTATUS,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.ServiceStatus)
  })
_sym_db.RegisterMessage(ServiceStatus)

ServiceConfig = _reflection.GeneratedProtocolMessageType('ServiceConfig', (_message.Message,), {
  'DESCRIPTOR' : _SERVICECONFIG,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.ServiceConfig)
  })
_sym_db.RegisterMessage(ServiceConfig)

ServiceIdList = _reflection.GeneratedProtocolMessageType('ServiceIdList', (_message.Message,), {
  'DESCRIPTOR' : _SERVICEIDLIST,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.ServiceIdList)
  })
_sym_db.RegisterMessage(ServiceIdList)

ServiceList = _reflection.GeneratedProtocolMessageType('ServiceList', (_message.Message,), {
  'DESCRIPTOR' : _SERVICELIST,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.ServiceList)
  })
_sym_db.RegisterMessage(ServiceList)

ServiceEvent = _reflection.GeneratedProtocolMessageType('ServiceEvent', (_message.Message,), {
  'DESCRIPTOR' : _SERVICEEVENT,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.ServiceEvent)
  })
_sym_db.RegisterMessage(ServiceEvent)

SliceId = _reflection.GeneratedProtocolMessageType('SliceId', (_message.Message,), {
  'DESCRIPTOR' : _SLICEID,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.SliceId)
  })
_sym_db.RegisterMessage(SliceId)

Slice = _reflection.GeneratedProtocolMessageType('Slice', (_message.Message,), {
  'DESCRIPTOR' : _SLICE,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.Slice)
  })
_sym_db.RegisterMessage(Slice)

SliceStatus = _reflection.GeneratedProtocolMessageType('SliceStatus', (_message.Message,), {
  'DESCRIPTOR' : _SLICESTATUS,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.SliceStatus)
  })
_sym_db.RegisterMessage(SliceStatus)

SliceIdList = _reflection.GeneratedProtocolMessageType('SliceIdList', (_message.Message,), {
  'DESCRIPTOR' : _SLICEIDLIST,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.SliceIdList)
  })
_sym_db.RegisterMessage(SliceIdList)

SliceList = _reflection.GeneratedProtocolMessageType('SliceList', (_message.Message,), {
  'DESCRIPTOR' : _SLICELIST,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.SliceList)
  })
_sym_db.RegisterMessage(SliceList)

SliceEvent = _reflection.GeneratedProtocolMessageType('SliceEvent', (_message.Message,), {
  'DESCRIPTOR' : _SLICEEVENT,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.SliceEvent)
  })
_sym_db.RegisterMessage(SliceEvent)

ConnectionId = _reflection.GeneratedProtocolMessageType('ConnectionId', (_message.Message,), {
  'DESCRIPTOR' : _CONNECTIONID,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.ConnectionId)
  })
_sym_db.RegisterMessage(ConnectionId)

Connection = _reflection.GeneratedProtocolMessageType('Connection', (_message.Message,), {
  'DESCRIPTOR' : _CONNECTION,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.Connection)
  })
_sym_db.RegisterMessage(Connection)

ConnectionIdList = _reflection.GeneratedProtocolMessageType('ConnectionIdList', (_message.Message,), {
  'DESCRIPTOR' : _CONNECTIONIDLIST,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.ConnectionIdList)
  })
_sym_db.RegisterMessage(ConnectionIdList)

ConnectionList = _reflection.GeneratedProtocolMessageType('ConnectionList', (_message.Message,), {
  'DESCRIPTOR' : _CONNECTIONLIST,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.ConnectionList)
  })
_sym_db.RegisterMessage(ConnectionList)

ConnectionEvent = _reflection.GeneratedProtocolMessageType('ConnectionEvent', (_message.Message,), {
  'DESCRIPTOR' : _CONNECTIONEVENT,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.ConnectionEvent)
  })
_sym_db.RegisterMessage(ConnectionEvent)

EndPointId = _reflection.GeneratedProtocolMessageType('EndPointId', (_message.Message,), {
  'DESCRIPTOR' : _ENDPOINTID,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.EndPointId)
  })
_sym_db.RegisterMessage(EndPointId)

EndPoint = _reflection.GeneratedProtocolMessageType('EndPoint', (_message.Message,), {
  'DESCRIPTOR' : _ENDPOINT,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.EndPoint)
  })
_sym_db.RegisterMessage(EndPoint)

ConfigRule = _reflection.GeneratedProtocolMessageType('ConfigRule', (_message.Message,), {
  'DESCRIPTOR' : _CONFIGRULE,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.ConfigRule)
  })
_sym_db.RegisterMessage(ConfigRule)

Constraint = _reflection.GeneratedProtocolMessageType('Constraint', (_message.Message,), {
  'DESCRIPTOR' : _CONSTRAINT,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.Constraint)
  })
_sym_db.RegisterMessage(Constraint)

TeraFlowController = _reflection.GeneratedProtocolMessageType('TeraFlowController', (_message.Message,), {
  'DESCRIPTOR' : _TERAFLOWCONTROLLER,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.TeraFlowController)
  })
_sym_db.RegisterMessage(TeraFlowController)

AuthenticationResult = _reflection.GeneratedProtocolMessageType('AuthenticationResult', (_message.Message,), {
  'DESCRIPTOR' : _AUTHENTICATIONRESULT,
  '__module__' : 'context_pb2'
  # @@protoc_insertion_point(class_scope:context.AuthenticationResult)
  })
_sym_db.RegisterMessage(AuthenticationResult)



_CONTEXTSERVICE = _descriptor.ServiceDescriptor(
  name='ContextService',
  full_name='context.ContextService',
  file=DESCRIPTOR,
  index=0,
  serialized_options=None,
  create_key=_descriptor._internal_create_key,
  serialized_start=5273,
  serialized_end=7688,
2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945
  methods=[
  _descriptor.MethodDescriptor(
    name='ListContextIds',
    full_name='context.ContextService.ListContextIds',
    index=0,
    containing_service=None,
    input_type=_EMPTY,
    output_type=_CONTEXTIDLIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='ListContexts',
    full_name='context.ContextService.ListContexts',
    index=1,
    containing_service=None,
    input_type=_EMPTY,
    output_type=_CONTEXTLIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetContext',
    full_name='context.ContextService.GetContext',
    index=2,
    containing_service=None,
    input_type=_CONTEXTID,
    output_type=_CONTEXT,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='SetContext',
    full_name='context.ContextService.SetContext',
    index=3,
    containing_service=None,
    input_type=_CONTEXT,
    output_type=_CONTEXTID,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='RemoveContext',
    full_name='context.ContextService.RemoveContext',
    index=4,
    containing_service=None,
    input_type=_CONTEXTID,
    output_type=_EMPTY,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetContextEvents',
    full_name='context.ContextService.GetContextEvents',
    index=5,
    containing_service=None,
    input_type=_EMPTY,
    output_type=_CONTEXTEVENT,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='ListTopologyIds',
    full_name='context.ContextService.ListTopologyIds',
    index=6,
    containing_service=None,
    input_type=_CONTEXTID,
    output_type=_TOPOLOGYIDLIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='ListTopologies',
    full_name='context.ContextService.ListTopologies',
    index=7,
    containing_service=None,
    input_type=_CONTEXTID,
    output_type=_TOPOLOGYLIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetTopology',
    full_name='context.ContextService.GetTopology',
    index=8,
    containing_service=None,
    input_type=_TOPOLOGYID,
    output_type=_TOPOLOGY,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='SetTopology',
    full_name='context.ContextService.SetTopology',
    index=9,
    containing_service=None,
    input_type=_TOPOLOGY,
    output_type=_TOPOLOGYID,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='RemoveTopology',
    full_name='context.ContextService.RemoveTopology',
    index=10,
    containing_service=None,
    input_type=_TOPOLOGYID,
    output_type=_EMPTY,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetTopologyEvents',
    full_name='context.ContextService.GetTopologyEvents',
    index=11,
    containing_service=None,
    input_type=_EMPTY,
    output_type=_TOPOLOGYEVENT,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='ListDeviceIds',
    full_name='context.ContextService.ListDeviceIds',
    index=12,
    containing_service=None,
    input_type=_EMPTY,
    output_type=_DEVICEIDLIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='ListDevices',
    full_name='context.ContextService.ListDevices',
    index=13,
    containing_service=None,
    input_type=_EMPTY,
    output_type=_DEVICELIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetDevice',
    full_name='context.ContextService.GetDevice',
    index=14,
    containing_service=None,
    input_type=_DEVICEID,
    output_type=_DEVICE,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='SetDevice',
    full_name='context.ContextService.SetDevice',
    index=15,
    containing_service=None,
    input_type=_DEVICE,
    output_type=_DEVICEID,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='RemoveDevice',
    full_name='context.ContextService.RemoveDevice',
    index=16,
    containing_service=None,
    input_type=_DEVICEID,
    output_type=_EMPTY,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetDeviceEvents',
    full_name='context.ContextService.GetDeviceEvents',
    index=17,
    containing_service=None,
    input_type=_EMPTY,
    output_type=_DEVICEEVENT,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='ListLinkIds',
    full_name='context.ContextService.ListLinkIds',
    index=18,
    containing_service=None,
    input_type=_EMPTY,
    output_type=_LINKIDLIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='ListLinks',
    full_name='context.ContextService.ListLinks',
    index=19,
    containing_service=None,
    input_type=_EMPTY,
    output_type=_LINKLIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetLink',
    full_name='context.ContextService.GetLink',
    index=20,
    containing_service=None,
    input_type=_LINKID,
    output_type=_LINK,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='SetLink',
    full_name='context.ContextService.SetLink',
    index=21,
    containing_service=None,
    input_type=_LINK,
    output_type=_LINKID,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='RemoveLink',
    full_name='context.ContextService.RemoveLink',
    index=22,
    containing_service=None,
    input_type=_LINKID,
    output_type=_EMPTY,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetLinkEvents',
    full_name='context.ContextService.GetLinkEvents',
    index=23,
    containing_service=None,
    input_type=_EMPTY,
    output_type=_LINKEVENT,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='ListServiceIds',
    full_name='context.ContextService.ListServiceIds',
    index=24,
    containing_service=None,
    input_type=_CONTEXTID,
    output_type=_SERVICEIDLIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='ListServices',
    full_name='context.ContextService.ListServices',
    index=25,
    containing_service=None,
    input_type=_CONTEXTID,
    output_type=_SERVICELIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetService',
    full_name='context.ContextService.GetService',
    index=26,
    containing_service=None,
    input_type=_SERVICEID,
    output_type=_SERVICE,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='SetService',
    full_name='context.ContextService.SetService',
    index=27,
    containing_service=None,
    input_type=_SERVICE,
    output_type=_SERVICEID,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='RemoveService',
    full_name='context.ContextService.RemoveService',
    index=28,
    containing_service=None,
    input_type=_SERVICEID,
    output_type=_EMPTY,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetServiceEvents',
    full_name='context.ContextService.GetServiceEvents',
    index=29,
    containing_service=None,
    input_type=_EMPTY,
    output_type=_SERVICEEVENT,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='ListSliceIds',
    full_name='context.ContextService.ListSliceIds',
    index=30,
    containing_service=None,
    input_type=_CONTEXTID,
    output_type=_SLICEIDLIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='ListSlices',
    full_name='context.ContextService.ListSlices',
    index=31,
    containing_service=None,
    input_type=_CONTEXTID,
    output_type=_SLICELIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetSlice',
    full_name='context.ContextService.GetSlice',
    index=32,
    containing_service=None,
    input_type=_SLICEID,
    output_type=_SLICE,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='SetSlice',
    full_name='context.ContextService.SetSlice',
    index=33,
    containing_service=None,
    input_type=_SLICE,
    output_type=_SLICEID,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='RemoveSlice',
    full_name='context.ContextService.RemoveSlice',
    index=34,
    containing_service=None,
    input_type=_SLICEID,
    output_type=_EMPTY,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetSliceEvents',
    full_name='context.ContextService.GetSliceEvents',
    index=35,
    containing_service=None,