Skip to content
context_pb2.py 76.3 KiB
Newer Older
  ),
  _descriptor.MethodDescriptor(
    name='GetDevice',
    full_name='context.ContextService.GetDevice',
    index=12,
    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=13,
    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=14,
    containing_service=None,
    input_type=_DEVICEID,
    output_type=_EMPTY,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetLinkIds',
    full_name='context.ContextService.GetLinkIds',
    index=15,
    containing_service=None,
    input_type=_EMPTY,
    output_type=_LINKIDLIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetLinks',
    full_name='context.ContextService.GetLinks',
    index=16,
    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=17,
    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=18,
    containing_service=None,
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
    input_type=_LINK,
    output_type=_LINKID,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='DeleteLink',
    full_name='context.ContextService.DeleteLink',
Lluis Gifre Renom's avatar
Lluis Gifre Renom committed
    containing_service=None,
    input_type=_LINKID,
    output_type=_EMPTY,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetServiceIds',
    full_name='context.ContextService.GetServiceIds',
    index=20,
    containing_service=None,
    input_type=_CONTEXTID,
    output_type=_SERVICEIDLIST,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='GetServices',
    full_name='context.ContextService.GetServices',
    index=21,
    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=22,
    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=23,
    containing_service=None,
    input_type=_SERVICE,
    output_type=_SERVICEID,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
  _descriptor.MethodDescriptor(
    name='DeleteService',
    full_name='context.ContextService.DeleteService',
    index=24,
    containing_service=None,
    input_type=_SERVICEID,
    output_type=_EMPTY,
    serialized_options=None,
    create_key=_descriptor._internal_create_key,
  ),
])
_sym_db.RegisterServiceDescriptor(_CONTEXTSERVICE)

DESCRIPTOR.services_by_name['ContextService'] = _CONTEXTSERVICE

# @@protoc_insertion_point(module_scope)