Commit b2c672c8 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

add object_name

parent f0b67187
# 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.
...@@ -52,46 +51,46 @@ class Level1SrvStub(object): ...@@ -52,46 +51,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!')
...@@ -142,7 +141,7 @@ def add_Level1SrvServicer_to_server(servicer, server): ...@@ -142,7 +141,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,
...@@ -150,7 +149,6 @@ class Level1Srv(object): ...@@ -150,7 +149,6 @@ 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,
...@@ -159,7 +157,7 @@ class Level1Srv(object): ...@@ -159,7 +157,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,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod @staticmethod
def FindByBrickIds(request, def FindByBrickIds(request,
...@@ -167,7 +165,6 @@ class Level1Srv(object): ...@@ -167,7 +165,6 @@ 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,
...@@ -176,7 +173,7 @@ class Level1Srv(object): ...@@ -176,7 +173,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,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod @staticmethod
def FindByQc1Status(request, def FindByQc1Status(request,
...@@ -184,7 +181,6 @@ class Level1Srv(object): ...@@ -184,7 +181,6 @@ 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,
...@@ -193,7 +189,7 @@ class Level1Srv(object): ...@@ -193,7 +189,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,
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,
...@@ -201,7 +197,6 @@ class Level1Srv(object): ...@@ -201,7 +197,6 @@ 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,
...@@ -210,7 +205,7 @@ class Level1Srv(object): ...@@ -210,7 +205,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,
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,
...@@ -218,7 +213,6 @@ class Level1Srv(object): ...@@ -218,7 +213,6 @@ 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,
...@@ -227,7 +221,7 @@ class Level1Srv(object): ...@@ -227,7 +221,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,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata) call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod @staticmethod
def UpdateQc1Status(request, def UpdateQc1Status(request,
...@@ -235,7 +229,6 @@ class Level1Srv(object): ...@@ -235,7 +229,6 @@ 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,
...@@ -244,7 +237,7 @@ class Level1Srv(object): ...@@ -244,7 +237,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,
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,
...@@ -252,7 +245,6 @@ class Level1Srv(object): ...@@ -252,7 +245,6 @@ 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,
...@@ -261,4 +253,4 @@ class Level1Srv(object): ...@@ -261,4 +253,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,
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