Skip to content
Snippets Groups Projects
context_pb2.py 113 KiB
Newer Older
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
    input_type=_EMPTY,
    output_type=_SLICEEVENT,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='ListConnectionIds',
    full_name='context.ContextService.ListConnectionIds',
    index=36,
    containing_service=None,
    input_type=_SERVICEID,
    output_type=_CONNECTIONIDLIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='ListConnections',
    full_name='context.ContextService.ListConnections',
    index=37,
    containing_service=None,
    input_type=_SERVICEID,
    output_type=_CONNECTIONLIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetConnection',
    full_name='context.ContextService.GetConnection',
    index=38,
    containing_service=None,
    input_type=_CONNECTIONID,
    output_type=_CONNECTION,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='SetConnection',
    full_name='context.ContextService.SetConnection',
    index=39,
    containing_service=None,
    input_type=_CONNECTION,
    output_type=_CONNECTIONID,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='RemoveConnection',
    full_name='context.ContextService.RemoveConnection',
    index=40,
    containing_service=None,
    input_type=_CONNECTIONID,
    output_type=_EMPTY,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetConnectionEvents',
    full_name='context.ContextService.GetConnectionEvents',
    index=41,
    containing_service=None,
    input_type=_EMPTY,
    output_type=_CONNECTIONEVENT,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
])
_sym_db.RegisterServiceDescriptor(_CONTEXTSERVICE)

DESCRIPTOR.services_by_name['ContextService'] = _CONTEXTSERVICE

# @@protoc_insertion_point(module_scope)