Commit 0d281069 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

add filter

parent ed25dfca
# 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 level1_pb2 as facility_dot_level1_dot_level1__pb2 from . import level1_pb2 as facility_dot_level1_dot_level1__pb2
class Level1SrvStub(object): class Level1SrvStub(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.
...@@ -51,46 +52,46 @@ class Level1SrvStub(object): ...@@ -51,46 +52,46 @@ class Level1SrvStub(object):
class Level1SrvServicer(object): class Level1SrvServicer(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 FindByBrickIds(self, request, context): def FindByBrickIds(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 FindByQc1Status(self, request, context): def FindByQc1Status(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 UpdateQc1Status(self, request, context): def UpdateQc1Status(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!')
...@@ -141,7 +142,7 @@ def add_Level1SrvServicer_to_server(servicer, server): ...@@ -141,7 +142,7 @@ def add_Level1SrvServicer_to_server(servicer, server):
# This class is part of an EXPERIMENTAL API. # This class is part of an EXPERIMENTAL API.
class Level1Srv(object): class Level1Srv(object):
"""Missing associated documentation comment in .proto file""" """Missing associated documentation comment in .proto file."""
@staticmethod @staticmethod
def Find(request, def Find(request,
...@@ -149,6 +150,7 @@ class Level1Srv(object): ...@@ -149,6 +150,7 @@ class Level1Srv(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 +159,7 @@ class Level1Srv(object): ...@@ -157,7 +159,7 @@ class Level1Srv(object):
facility_dot_level1_dot_level1__pb2.FindLevel1Req.SerializeToString, facility_dot_level1_dot_level1__pb2.FindLevel1Req.SerializeToString,
facility_dot_level1_dot_level1__pb2.FindLevel1Resp.FromString, facility_dot_level1_dot_level1__pb2.FindLevel1Resp.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 FindByBrickIds(request, def FindByBrickIds(request,
...@@ -165,6 +167,7 @@ class Level1Srv(object): ...@@ -165,6 +167,7 @@ class Level1Srv(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 +176,7 @@ class Level1Srv(object): ...@@ -173,7 +176,7 @@ class Level1Srv(object):
facility_dot_level1_dot_level1__pb2.FindByBrickIdsReq.SerializeToString, facility_dot_level1_dot_level1__pb2.FindByBrickIdsReq.SerializeToString,
facility_dot_level1_dot_level1__pb2.FindByBrickIdsResp.FromString, facility_dot_level1_dot_level1__pb2.FindByBrickIdsResp.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 FindByQc1Status(request, def FindByQc1Status(request,
...@@ -181,6 +184,7 @@ class Level1Srv(object): ...@@ -181,6 +184,7 @@ class Level1Srv(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,7 +193,7 @@ class Level1Srv(object): ...@@ -189,7 +193,7 @@ class Level1Srv(object):
facility_dot_level1_dot_level1__pb2.FindLevel1Req.SerializeToString, facility_dot_level1_dot_level1__pb2.FindLevel1Req.SerializeToString,
facility_dot_level1_dot_level1__pb2.FindLevel1Resp.FromString, facility_dot_level1_dot_level1__pb2.FindLevel1Resp.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,
...@@ -197,6 +201,7 @@ class Level1Srv(object): ...@@ -197,6 +201,7 @@ class Level1Srv(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,
...@@ -205,7 +210,7 @@ class Level1Srv(object): ...@@ -205,7 +210,7 @@ class Level1Srv(object):
facility_dot_level1_dot_level1__pb2.GetLevel1Req.SerializeToString, facility_dot_level1_dot_level1__pb2.GetLevel1Req.SerializeToString,
facility_dot_level1_dot_level1__pb2.GetLevel1Resp.FromString, facility_dot_level1_dot_level1__pb2.GetLevel1Resp.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,
...@@ -213,6 +218,7 @@ class Level1Srv(object): ...@@ -213,6 +218,7 @@ class Level1Srv(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,
...@@ -221,7 +227,7 @@ class Level1Srv(object): ...@@ -221,7 +227,7 @@ class Level1Srv(object):
facility_dot_level1_dot_level1__pb2.WriteLevel1Req.SerializeToString, facility_dot_level1_dot_level1__pb2.WriteLevel1Req.SerializeToString,
facility_dot_level1_dot_level1__pb2.WriteLevel1Resp.FromString, facility_dot_level1_dot_level1__pb2.WriteLevel1Resp.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 UpdateQc1Status(request, def UpdateQc1Status(request,
...@@ -229,6 +235,7 @@ class Level1Srv(object): ...@@ -229,6 +235,7 @@ class Level1Srv(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,
...@@ -237,7 +244,7 @@ class Level1Srv(object): ...@@ -237,7 +244,7 @@ class Level1Srv(object):
facility_dot_level1_dot_level1__pb2.UpdateQc1StatusReq.SerializeToString, facility_dot_level1_dot_level1__pb2.UpdateQc1StatusReq.SerializeToString,
facility_dot_level1_dot_level1__pb2.UpdateQc1StatusResp.FromString, facility_dot_level1_dot_level1__pb2.UpdateQc1StatusResp.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,
...@@ -245,6 +252,7 @@ class Level1Srv(object): ...@@ -245,6 +252,7 @@ class Level1Srv(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,
...@@ -253,4 +261,4 @@ class Level1Srv(object): ...@@ -253,4 +261,4 @@ class Level1Srv(object):
facility_dot_level1_dot_level1__pb2.UpdateProcStatusReq.SerializeToString, facility_dot_level1_dot_level1__pb2.UpdateProcStatusReq.SerializeToString,
facility_dot_level1_dot_level1__pb2.UpdateProcStatusResp.FromString, facility_dot_level1_dot_level1__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