Newer
Older
LinkId = _reflection.GeneratedProtocolMessageType('LinkId', (_message.Message,), dict(
DESCRIPTOR = _LINKID,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.LinkId)
_sym_db.RegisterMessage(LinkId)
Link = _reflection.GeneratedProtocolMessageType('Link', (_message.Message,), dict(
DESCRIPTOR = _LINK,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.Link)
_sym_db.RegisterMessage(Link)
LinkIdList = _reflection.GeneratedProtocolMessageType('LinkIdList', (_message.Message,), dict(
DESCRIPTOR = _LINKIDLIST,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.LinkIdList)
_sym_db.RegisterMessage(LinkIdList)
LinkList = _reflection.GeneratedProtocolMessageType('LinkList', (_message.Message,), dict(
DESCRIPTOR = _LINKLIST,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.LinkList)
_sym_db.RegisterMessage(LinkList)
LinkEvent = _reflection.GeneratedProtocolMessageType('LinkEvent', (_message.Message,), dict(
DESCRIPTOR = _LINKEVENT,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.LinkEvent)
ServiceId = _reflection.GeneratedProtocolMessageType('ServiceId', (_message.Message,), dict(
DESCRIPTOR = _SERVICEID,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.ServiceId)
_sym_db.RegisterMessage(ServiceId)
Service = _reflection.GeneratedProtocolMessageType('Service', (_message.Message,), dict(
DESCRIPTOR = _SERVICE,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.Service)
_sym_db.RegisterMessage(Service)
ServiceStatus = _reflection.GeneratedProtocolMessageType('ServiceStatus', (_message.Message,), dict(
DESCRIPTOR = _SERVICESTATUS,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.ServiceStatus)
ServiceConfig = _reflection.GeneratedProtocolMessageType('ServiceConfig', (_message.Message,), dict(
DESCRIPTOR = _SERVICECONFIG,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.ServiceConfig)
_sym_db.RegisterMessage(ServiceConfig)
ServiceIdList = _reflection.GeneratedProtocolMessageType('ServiceIdList', (_message.Message,), dict(
DESCRIPTOR = _SERVICEIDLIST,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.ServiceIdList)
_sym_db.RegisterMessage(ServiceIdList)
ServiceList = _reflection.GeneratedProtocolMessageType('ServiceList', (_message.Message,), dict(
DESCRIPTOR = _SERVICELIST,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.ServiceList)
_sym_db.RegisterMessage(ServiceList)
ServiceEvent = _reflection.GeneratedProtocolMessageType('ServiceEvent', (_message.Message,), dict(
DESCRIPTOR = _SERVICEEVENT,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.ServiceEvent)
EndPointId = _reflection.GeneratedProtocolMessageType('EndPointId', (_message.Message,), dict(
DESCRIPTOR = _ENDPOINTID,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.EndPointId)
_sym_db.RegisterMessage(EndPointId)
EndPoint = _reflection.GeneratedProtocolMessageType('EndPoint', (_message.Message,), dict(
DESCRIPTOR = _ENDPOINT,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.EndPoint)
_sym_db.RegisterMessage(EndPoint)
ConfigRule = _reflection.GeneratedProtocolMessageType('ConfigRule', (_message.Message,), dict(
DESCRIPTOR = _CONFIGRULE,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.ConfigRule)
_sym_db.RegisterMessage(ConfigRule)
Constraint = _reflection.GeneratedProtocolMessageType('Constraint', (_message.Message,), dict(
DESCRIPTOR = _CONSTRAINT,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.Constraint)
_sym_db.RegisterMessage(Constraint)
ConnectionId = _reflection.GeneratedProtocolMessageType('ConnectionId', (_message.Message,), dict(
DESCRIPTOR = _CONNECTIONID,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.ConnectionId)
_sym_db.RegisterMessage(ConnectionId)
Connection = _reflection.GeneratedProtocolMessageType('Connection', (_message.Message,), dict(
DESCRIPTOR = _CONNECTION,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.Connection)
_sym_db.RegisterMessage(Connection)
ConnectionIdList = _reflection.GeneratedProtocolMessageType('ConnectionIdList', (_message.Message,), dict(
DESCRIPTOR = _CONNECTIONIDLIST,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.ConnectionIdList)
_sym_db.RegisterMessage(ConnectionIdList)
ConnectionList = _reflection.GeneratedProtocolMessageType('ConnectionList', (_message.Message,), dict(
DESCRIPTOR = _CONNECTIONLIST,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.ConnectionList)
_sym_db.RegisterMessage(ConnectionList)
TeraFlowController = _reflection.GeneratedProtocolMessageType('TeraFlowController', (_message.Message,), dict(
DESCRIPTOR = _TERAFLOWCONTROLLER,
__module__ = 'context_pb2'
# @@protoc_insertion_point(class_scope:context.TeraFlowController)
_sym_db.RegisterMessage(TeraFlowController)
AuthenticationResult = _reflection.GeneratedProtocolMessageType('AuthenticationResult', (_message.Message,), dict(
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,
serialized_start=4372,
serialized_end=6073,
methods=[
_descriptor.MethodDescriptor(
name='ListContextIds',
full_name='context.ContextService.ListContextIds',
index=0,
containing_service=None,
input_type=_EMPTY,
output_type=_CONTEXTIDLIST,
serialized_options=None,
),
name='ListContexts',
full_name='context.ContextService.ListContexts',
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
input_type=_EMPTY,
output_type=_CONTEXTLIST,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='GetContext',
full_name='context.ContextService.GetContext',
index=2,
containing_service=None,
input_type=_CONTEXTID,
output_type=_CONTEXT,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='SetContext',
full_name='context.ContextService.SetContext',
index=3,
containing_service=None,
input_type=_CONTEXT,
output_type=_CONTEXTID,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='RemoveContext',
full_name='context.ContextService.RemoveContext',
index=4,
containing_service=None,
input_type=_CONTEXTID,
output_type=_EMPTY,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='GetContextEvents',
full_name='context.ContextService.GetContextEvents',
index=5,
containing_service=None,
input_type=_EMPTY,
output_type=_CONTEXTEVENT,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='ListTopologyIds',
full_name='context.ContextService.ListTopologyIds',
index=6,
containing_service=None,
input_type=_CONTEXTID,
output_type=_TOPOLOGYIDLIST,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='ListTopologies',
full_name='context.ContextService.ListTopologies',
index=7,
containing_service=None,
input_type=_CONTEXTID,
output_type=_TOPOLOGYLIST,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='GetTopology',
full_name='context.ContextService.GetTopology',
containing_service=None,
input_type=_TOPOLOGYID,
output_type=_TOPOLOGY,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='SetTopology',
full_name='context.ContextService.SetTopology',
containing_service=None,
input_type=_TOPOLOGY,
output_type=_TOPOLOGYID,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='RemoveTopology',
full_name='context.ContextService.RemoveTopology',
index=10,
containing_service=None,
input_type=_TOPOLOGYID,
output_type=_EMPTY,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='GetTopologyEvents',
full_name='context.ContextService.GetTopologyEvents',
index=11,
containing_service=None,
input_type=_EMPTY,
output_type=_TOPOLOGYEVENT,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='ListDeviceIds',
full_name='context.ContextService.ListDeviceIds',
index=12,
containing_service=None,
input_type=_EMPTY,
output_type=_DEVICEIDLIST,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='ListDevices',
full_name='context.ContextService.ListDevices',
index=13,
containing_service=None,
input_type=_EMPTY,
output_type=_DEVICELIST,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='GetDevice',
full_name='context.ContextService.GetDevice',
containing_service=None,
input_type=_DEVICEID,
output_type=_DEVICE,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='SetDevice',
full_name='context.ContextService.SetDevice',
containing_service=None,
input_type=_DEVICE,
output_type=_DEVICEID,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='RemoveDevice',
full_name='context.ContextService.RemoveDevice',
containing_service=None,
input_type=_DEVICEID,
output_type=_EMPTY,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='GetDeviceEvents',
full_name='context.ContextService.GetDeviceEvents',
index=17,
containing_service=None,
input_type=_EMPTY,
output_type=_DEVICEEVENT,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='ListLinkIds',
full_name='context.ContextService.ListLinkIds',
index=18,
containing_service=None,
input_type=_EMPTY,
output_type=_LINKIDLIST,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='ListLinks',
full_name='context.ContextService.ListLinks',
index=19,
containing_service=None,
input_type=_EMPTY,
output_type=_LINKLIST,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='GetLink',
full_name='context.ContextService.GetLink',
containing_service=None,
input_type=_LINKID,
output_type=_LINK,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='SetLink',
full_name='context.ContextService.SetLink',
input_type=_LINK,
output_type=_LINKID,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='RemoveLink',
full_name='context.ContextService.RemoveLink',
index=22,
containing_service=None,
input_type=_LINKID,
output_type=_EMPTY,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='GetLinkEvents',
full_name='context.ContextService.GetLinkEvents',
index=23,
containing_service=None,
input_type=_EMPTY,
output_type=_LINKEVENT,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='ListServiceIds',
full_name='context.ContextService.ListServiceIds',
index=24,
containing_service=None,
input_type=_CONTEXTID,
output_type=_SERVICEIDLIST,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='ListServices',
full_name='context.ContextService.ListServices',
index=25,
containing_service=None,
input_type=_CONTEXTID,
output_type=_SERVICELIST,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='GetService',
full_name='context.ContextService.GetService',
containing_service=None,
input_type=_SERVICEID,
output_type=_SERVICE,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='SetService',
full_name='context.ContextService.SetService',
containing_service=None,
input_type=_SERVICE,
output_type=_SERVICEID,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='RemoveService',
full_name='context.ContextService.RemoveService',
index=28,
containing_service=None,
input_type=_SERVICEID,
output_type=_EMPTY,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='GetServiceEvents',
full_name='context.ContextService.GetServiceEvents',
index=29,
containing_service=None,
input_type=_EMPTY,
output_type=_SERVICEEVENT,
serialized_options=None,
),
])
_sym_db.RegisterServiceDescriptor(_CONTEXTSERVICE)
DESCRIPTOR.services_by_name['ContextService'] = _CONTEXTSERVICE
# @@protoc_insertion_point(module_scope)