remotivelabs.broker.generated.sync.system_api_pb2_grpc
Client and server classes corresponding to protobuf-defined services.
GRPC_GENERATED_VERSION =
'1.66.2'
GRPC_VERSION =
'1.66.2'
class
SystemServiceStub:
/ Handle configuration of the RemotiveBroker server.
class
SystemServiceServicer:
/ Handle configuration of the RemotiveBroker server.
def
UploadFileChunk(self, request, context):
* Upload file using chunks (without streams), specifically useful for gRPC-web which does not support Client-side streaming.
def
UploadFile(self, request_iterator, context):
* Upload file using streams, preferred option for client with Client-side streaming.
def
BatchDownloadFileChunks(self, request, context):
Missing associated documentation comment in .proto file.
def
add_SystemServiceServicer_to_server(servicer, server):
class
SystemService:
/ Handle configuration of the RemotiveBroker server.
@staticmethod
def
GetConfiguration( request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None):
@staticmethod
def
ListSignals( request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None):
@staticmethod
def
HealthCheck( request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None):
@staticmethod
def
UploadFileChunk( request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None):
@staticmethod
def
UploadFile( request_iterator, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None):
@staticmethod
def
BatchDeleteFiles( request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None):
@staticmethod
def
BatchDownloadFiles( request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None):
@staticmethod
def
BatchDownloadFileChunks( request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None):
@staticmethod
def
ReloadConfiguration( request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None):
@staticmethod
def
GetLicenseInfo( request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None):