Commit 46f4589c authored by Wei Shoulin's avatar Wei Shoulin
Browse files

hstdm l2

parent 15f08467
This diff is collapsed.
# 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 level2_pb2 as hstdm_dot_level2_dot_level2__pb2 from . import level2_pb2 as hstdm_dot_level2_dot_level2__pb2
class Level2SrvStub(object): class Level2SrvStub(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.
...@@ -41,34 +42,34 @@ class Level2SrvStub(object): ...@@ -41,34 +42,34 @@ class Level2SrvStub(object):
class Level2SrvServicer(object): class Level2SrvServicer(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!')
...@@ -109,7 +110,7 @@ def add_Level2SrvServicer_to_server(servicer, server): ...@@ -109,7 +110,7 @@ def add_Level2SrvServicer_to_server(servicer, server):
# This class is part of an EXPERIMENTAL API. # This class is part of an EXPERIMENTAL API.
class Level2Srv(object): class Level2Srv(object):
"""Missing associated documentation comment in .proto file""" """Missing associated documentation comment in .proto file."""
@staticmethod @staticmethod
def Find(request, def Find(request,
...@@ -117,6 +118,7 @@ class Level2Srv(object): ...@@ -117,6 +118,7 @@ class Level2Srv(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,
...@@ -125,7 +127,7 @@ class Level2Srv(object): ...@@ -125,7 +127,7 @@ class Level2Srv(object):
hstdm_dot_level2_dot_level2__pb2.FindLevel2Req.SerializeToString, hstdm_dot_level2_dot_level2__pb2.FindLevel2Req.SerializeToString,
hstdm_dot_level2_dot_level2__pb2.FindLevel2Resp.FromString, hstdm_dot_level2_dot_level2__pb2.FindLevel2Resp.FromString,
options, channel_credentials, options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata) insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod @staticmethod
def Get(request, def Get(request,
...@@ -133,6 +135,7 @@ class Level2Srv(object): ...@@ -133,6 +135,7 @@ class Level2Srv(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,
...@@ -141,7 +144,7 @@ class Level2Srv(object): ...@@ -141,7 +144,7 @@ class Level2Srv(object):
hstdm_dot_level2_dot_level2__pb2.GetLevel2Req.SerializeToString, hstdm_dot_level2_dot_level2__pb2.GetLevel2Req.SerializeToString,
hstdm_dot_level2_dot_level2__pb2.GetLevel2Resp.FromString, hstdm_dot_level2_dot_level2__pb2.GetLevel2Resp.FromString,
options, channel_credentials, options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata) insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod @staticmethod
def Write(request_iterator, def Write(request_iterator,
...@@ -149,6 +152,7 @@ class Level2Srv(object): ...@@ -149,6 +152,7 @@ class Level2Srv(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,
...@@ -157,7 +161,7 @@ class Level2Srv(object): ...@@ -157,7 +161,7 @@ class Level2Srv(object):
hstdm_dot_level2_dot_level2__pb2.WriteLevel2Req.SerializeToString, hstdm_dot_level2_dot_level2__pb2.WriteLevel2Req.SerializeToString,
hstdm_dot_level2_dot_level2__pb2.WriteLevel2Resp.FromString, hstdm_dot_level2_dot_level2__pb2.WriteLevel2Resp.FromString,
options, channel_credentials, options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata) insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod @staticmethod
def UpdateQc2Status(request, def UpdateQc2Status(request,
...@@ -165,6 +169,7 @@ class Level2Srv(object): ...@@ -165,6 +169,7 @@ class Level2Srv(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,
...@@ -173,7 +178,7 @@ class Level2Srv(object): ...@@ -173,7 +178,7 @@ class Level2Srv(object):
hstdm_dot_level2_dot_level2__pb2.UpdateQc2StatusReq.SerializeToString, hstdm_dot_level2_dot_level2__pb2.UpdateQc2StatusReq.SerializeToString,
hstdm_dot_level2_dot_level2__pb2.UpdateQc2StatusResp.FromString, hstdm_dot_level2_dot_level2__pb2.UpdateQc2StatusResp.FromString,
options, channel_credentials, options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata) insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod @staticmethod
def UpdateProcStatus(request, def UpdateProcStatus(request,
...@@ -181,6 +186,7 @@ class Level2Srv(object): ...@@ -181,6 +186,7 @@ class Level2Srv(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,
...@@ -189,4 +195,4 @@ class Level2Srv(object): ...@@ -189,4 +195,4 @@ class Level2Srv(object):
hstdm_dot_level2_dot_level2__pb2.UpdateProcStatusReq.SerializeToString, hstdm_dot_level2_dot_level2__pb2.UpdateProcStatusReq.SerializeToString,
hstdm_dot_level2_dot_level2__pb2.UpdateProcStatusResp.FromString, hstdm_dot_level2_dot_level2__pb2.UpdateProcStatusResp.FromString,
options, channel_credentials, options, channel_credentials,
call_credentials, compression, wait_for_ready, timeout, metadata) insecure, 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