Commit 812f03b3 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

update sls 2

parent 8f2379cf
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT! # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
"""Client and server classes corresponding to protobuf-defined services."""
import grpc import grpc
from . import level2spectra_pb2 as sls_dot_level2spectra_dot_level2spectra__pb2 from . import level2spectra_pb2 as sls_dot_level2spectra_dot_level2spectra__pb2
class Level2spectraSrvStub(object): class Level2spectraSrvStub(object):
"""Missing associated documentation comment in .proto file.""" """Missing associated documentation comment in .proto file"""
def __init__(self, channel): def __init__(self, channel):
"""Constructor. """Constructor.
...@@ -42,34 +41,34 @@ class Level2spectraSrvStub(object): ...@@ -42,34 +41,34 @@ class Level2spectraSrvStub(object):
class Level2spectraSrvServicer(object): class Level2spectraSrvServicer(object):
"""Missing associated documentation comment in .proto file.""" """Missing associated documentation comment in .proto file"""
def Find(self, request, context): def Find(self, request, context):
"""Missing associated documentation comment in .proto file.""" """Missing associated documentation comment in .proto file"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!') context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') raise NotImplementedError('Method not implemented!')
def Get(self, request, context): def Get(self, request, context):
"""Missing associated documentation comment in .proto file.""" """Missing associated documentation comment in .proto file"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!') context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') raise NotImplementedError('Method not implemented!')
def Write(self, request_iterator, context): def Write(self, request_iterator, context):
"""Missing associated documentation comment in .proto file.""" """Missing associated documentation comment in .proto file"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!') context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') raise NotImplementedError('Method not implemented!')
def UpdateQc2Status(self, request, context): def UpdateQc2Status(self, request, context):
"""Missing associated documentation comment in .proto file.""" """Missing associated documentation comment in .proto file"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!') context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') raise NotImplementedError('Method not implemented!')
def UpdateProcStatus(self, request, context): def UpdateProcStatus(self, request, context):
"""Missing associated documentation comment in .proto file.""" """Missing associated documentation comment in .proto file"""
context.set_code(grpc.StatusCode.UNIMPLEMENTED) context.set_code(grpc.StatusCode.UNIMPLEMENTED)
context.set_details('Method not implemented!') context.set_details('Method not implemented!')
raise NotImplementedError('Method not implemented!') raise NotImplementedError('Method not implemented!')
...@@ -110,7 +109,7 @@ def add_Level2spectraSrvServicer_to_server(servicer, server): ...@@ -110,7 +109,7 @@ def add_Level2spectraSrvServicer_to_server(servicer, server):
# This class is part of an EXPERIMENTAL API. # This class is part of an EXPERIMENTAL API.
class Level2spectraSrv(object): class Level2spectraSrv(object):
"""Missing associated documentation comment in .proto file.""" """Missing associated documentation comment in .proto file"""
@staticmethod @staticmethod
def Find(request, def Find(request,
...@@ -118,7 +117,6 @@ class Level2spectraSrv(object): ...@@ -118,7 +117,6 @@ class Level2spectraSrv(object):
options=(), options=(),
channel_credentials=None, channel_credentials=None,
call_credentials=None, call_credentials=None,
insecure=False,
compression=None, compression=None,
wait_for_ready=None, wait_for_ready=None,
timeout=None, timeout=None,
...@@ -127,7 +125,7 @@ class Level2spectraSrv(object): ...@@ -127,7 +125,7 @@ class Level2spectraSrv(object):
sls_dot_level2spectra_dot_level2spectra__pb2.FindLevel2spectraReq.SerializeToString, sls_dot_level2spectra_dot_level2spectra__pb2.FindLevel2spectraReq.SerializeToString,
sls_dot_level2spectra_dot_level2spectra__pb2.FindLevel2spectraResp.FromString, sls_dot_level2spectra_dot_level2spectra__pb2.FindLevel2spectraResp.FromString,
options, channel_credentials, options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod @staticmethod
def Get(request, def Get(request,
...@@ -135,7 +133,6 @@ class Level2spectraSrv(object): ...@@ -135,7 +133,6 @@ class Level2spectraSrv(object):
options=(), options=(),
channel_credentials=None, channel_credentials=None,
call_credentials=None, call_credentials=None,
insecure=False,
compression=None, compression=None,
wait_for_ready=None, wait_for_ready=None,
timeout=None, timeout=None,
...@@ -144,7 +141,7 @@ class Level2spectraSrv(object): ...@@ -144,7 +141,7 @@ class Level2spectraSrv(object):
sls_dot_level2spectra_dot_level2spectra__pb2.GetLevel2spectraReq.SerializeToString, sls_dot_level2spectra_dot_level2spectra__pb2.GetLevel2spectraReq.SerializeToString,
sls_dot_level2spectra_dot_level2spectra__pb2.GetLevel2spectraResp.FromString, sls_dot_level2spectra_dot_level2spectra__pb2.GetLevel2spectraResp.FromString,
options, channel_credentials, options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod @staticmethod
def Write(request_iterator, def Write(request_iterator,
...@@ -152,7 +149,6 @@ class Level2spectraSrv(object): ...@@ -152,7 +149,6 @@ class Level2spectraSrv(object):
options=(), options=(),
channel_credentials=None, channel_credentials=None,
call_credentials=None, call_credentials=None,
insecure=False,
compression=None, compression=None,
wait_for_ready=None, wait_for_ready=None,
timeout=None, timeout=None,
...@@ -161,7 +157,7 @@ class Level2spectraSrv(object): ...@@ -161,7 +157,7 @@ class Level2spectraSrv(object):
sls_dot_level2spectra_dot_level2spectra__pb2.WriteLevel2spectraReq.SerializeToString, sls_dot_level2spectra_dot_level2spectra__pb2.WriteLevel2spectraReq.SerializeToString,
sls_dot_level2spectra_dot_level2spectra__pb2.WriteLevel2spectraResp.FromString, sls_dot_level2spectra_dot_level2spectra__pb2.WriteLevel2spectraResp.FromString,
options, channel_credentials, options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod @staticmethod
def UpdateQc2Status(request, def UpdateQc2Status(request,
...@@ -169,7 +165,6 @@ class Level2spectraSrv(object): ...@@ -169,7 +165,6 @@ class Level2spectraSrv(object):
options=(), options=(),
channel_credentials=None, channel_credentials=None,
call_credentials=None, call_credentials=None,
insecure=False,
compression=None, compression=None,
wait_for_ready=None, wait_for_ready=None,
timeout=None, timeout=None,
...@@ -178,7 +173,7 @@ class Level2spectraSrv(object): ...@@ -178,7 +173,7 @@ class Level2spectraSrv(object):
sls_dot_level2spectra_dot_level2spectra__pb2.UpdateQc2StatusReq.SerializeToString, sls_dot_level2spectra_dot_level2spectra__pb2.UpdateQc2StatusReq.SerializeToString,
sls_dot_level2spectra_dot_level2spectra__pb2.UpdateQc2StatusResp.FromString, sls_dot_level2spectra_dot_level2spectra__pb2.UpdateQc2StatusResp.FromString,
options, channel_credentials, options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod @staticmethod
def UpdateProcStatus(request, def UpdateProcStatus(request,
...@@ -186,7 +181,6 @@ class Level2spectraSrv(object): ...@@ -186,7 +181,6 @@ class Level2spectraSrv(object):
options=(), options=(),
channel_credentials=None, channel_credentials=None,
call_credentials=None, call_credentials=None,
insecure=False,
compression=None, compression=None,
wait_for_ready=None, wait_for_ready=None,
timeout=None, timeout=None,
...@@ -195,4 +189,4 @@ class Level2spectraSrv(object): ...@@ -195,4 +189,4 @@ class Level2spectraSrv(object):
sls_dot_level2spectra_dot_level2spectra__pb2.UpdateProcStatusReq.SerializeToString, sls_dot_level2spectra_dot_level2spectra__pb2.UpdateProcStatusReq.SerializeToString,
sls_dot_level2spectra_dot_level2spectra__pb2.UpdateProcStatusResp.FromString, sls_dot_level2spectra_dot_level2spectra__pb2.UpdateProcStatusResp.FromString,
options, channel_credentials, options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) call_credentials, compression, wait_for_ready, timeout, metadata)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment