Skip to content
Snippets Groups Projects
context_pb2.py 113 KiB
Newer Older
  • Learn to ignore specific revisions
  •     input_type=_EMPTY,
        output_type=_SLICEEVENT,
        serialized_options=None,
        create_key=_descriptor._internal_create_key,
      ),
    
      _descriptor.MethodDescriptor(
        name='ListConnectionIds',
        full_name='context.ContextService.ListConnectionIds',
    
        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',
    
        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',
    
        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',
    
        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',
    
        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',
    
        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)