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

upgrade protobuf

parent 085a9a24
# 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)
# 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 level1prc_pb2 as facility_dot_level1prc_dot_level1prc__pb2 from . import level1prc_pb2 as facility_dot_level1prc_dot_level1prc__pb2
class Level1PrcSrvStub(object): class Level1PrcSrvStub(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.
...@@ -31,22 +32,22 @@ class Level1PrcSrvStub(object): ...@@ -31,22 +32,22 @@ class Level1PrcSrvStub(object):
class Level1PrcSrvServicer(object): class Level1PrcSrvServicer(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 Write(self, request, context): def Write(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!')
...@@ -77,7 +78,7 @@ def add_Level1PrcSrvServicer_to_server(servicer, server): ...@@ -77,7 +78,7 @@ def add_Level1PrcSrvServicer_to_server(servicer, server):
# This class is part of an EXPERIMENTAL API. # This class is part of an EXPERIMENTAL API.
class Level1PrcSrv(object): class Level1PrcSrv(object):
"""Missing associated documentation comment in .proto file""" """Missing associated documentation comment in .proto file."""
@staticmethod @staticmethod
def Find(request, def Find(request,
...@@ -85,6 +86,7 @@ class Level1PrcSrv(object): ...@@ -85,6 +86,7 @@ class Level1PrcSrv(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,
...@@ -93,7 +95,7 @@ class Level1PrcSrv(object): ...@@ -93,7 +95,7 @@ class Level1PrcSrv(object):
facility_dot_level1prc_dot_level1prc__pb2.FindLevel1PrcReq.SerializeToString, facility_dot_level1prc_dot_level1prc__pb2.FindLevel1PrcReq.SerializeToString,
facility_dot_level1prc_dot_level1prc__pb2.FindLevel1PrcResp.FromString, facility_dot_level1prc_dot_level1prc__pb2.FindLevel1PrcResp.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, def Write(request,
...@@ -101,6 +103,7 @@ class Level1PrcSrv(object): ...@@ -101,6 +103,7 @@ class Level1PrcSrv(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,
...@@ -109,7 +112,7 @@ class Level1PrcSrv(object): ...@@ -109,7 +112,7 @@ class Level1PrcSrv(object):
facility_dot_level1prc_dot_level1prc__pb2.WriteLevel1PrcReq.SerializeToString, facility_dot_level1prc_dot_level1prc__pb2.WriteLevel1PrcReq.SerializeToString,
facility_dot_level1prc_dot_level1prc__pb2.WriteLevel1PrcResp.FromString, facility_dot_level1prc_dot_level1prc__pb2.WriteLevel1PrcResp.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,
...@@ -117,6 +120,7 @@ class Level1PrcSrv(object): ...@@ -117,6 +120,7 @@ class Level1PrcSrv(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,4 +129,4 @@ class Level1PrcSrv(object): ...@@ -125,4 +129,4 @@ class Level1PrcSrv(object):
facility_dot_level1prc_dot_level1prc__pb2.UpdateProcStatusReq.SerializeToString, facility_dot_level1prc_dot_level1prc__pb2.UpdateProcStatusReq.SerializeToString,
facility_dot_level1prc_dot_level1prc__pb2.UpdateProcStatusResp.FromString, facility_dot_level1prc_dot_level1prc__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)
# 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 observation_pb2 as facility_dot_observation_dot_observation__pb2 from . import observation_pb2 as facility_dot_observation_dot_observation__pb2
class ObservationSrvStub(object): class ObservationSrvStub(object):
# missing associated documentation comment in .proto file """Missing associated documentation comment in .proto file."""
pass
def __init__(self, channel): def __init__(self, channel):
"""Constructor. """Constructor.
...@@ -42,40 +42,34 @@ class ObservationSrvStub(object): ...@@ -42,40 +42,34 @@ class ObservationSrvStub(object):
class ObservationSrvServicer(object): class ObservationSrvServicer(object):
# missing associated documentation comment in .proto file """Missing associated documentation comment in .proto file."""
pass
def Find(self, request, context): def Find(self, request, context):
# missing associated documentation comment in .proto file """Missing associated documentation comment in .proto file."""
pass
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."""
pass
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, context): def Write(self, request, context):
# missing associated documentation comment in .proto file """Missing associated documentation comment in .proto file."""
pass
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 UpdateQc0Status(self, request, context): def UpdateQc0Status(self, request, context):
# missing associated documentation comment in .proto file """Missing associated documentation comment in .proto file."""
pass
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."""
pass
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!')
...@@ -112,3 +106,93 @@ def add_ObservationSrvServicer_to_server(servicer, server): ...@@ -112,3 +106,93 @@ def add_ObservationSrvServicer_to_server(servicer, server):
generic_handler = grpc.method_handlers_generic_handler( generic_handler = grpc.method_handlers_generic_handler(
'dfs.facility.observation.ObservationSrv', rpc_method_handlers) 'dfs.facility.observation.ObservationSrv', rpc_method_handlers)
server.add_generic_rpc_handlers((generic_handler,)) server.add_generic_rpc_handlers((generic_handler,))
# This class is part of an EXPERIMENTAL API.
class ObservationSrv(object):
"""Missing associated documentation comment in .proto file."""
@staticmethod
def Find(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/dfs.facility.observation.ObservationSrv/Find',
facility_dot_observation_dot_observation__pb2.FindObservationReq.SerializeToString,
facility_dot_observation_dot_observation__pb2.FindObservationResp.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod
def Get(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/dfs.facility.observation.ObservationSrv/Get',
facility_dot_observation_dot_observation__pb2.GetObservationReq.SerializeToString,
facility_dot_observation_dot_observation__pb2.GetObservationResp.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod
def Write(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/dfs.facility.observation.ObservationSrv/Write',
facility_dot_observation_dot_observation__pb2.WriteObservationReq.SerializeToString,
facility_dot_observation_dot_observation__pb2.WriteObservationResp.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod
def UpdateQc0Status(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/dfs.facility.observation.ObservationSrv/UpdateQc0Status',
facility_dot_observation_dot_observation__pb2.UpdateQc0StatusReq.SerializeToString,
facility_dot_observation_dot_observation__pb2.UpdateQc0StatusResp.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@staticmethod
def UpdateProcStatus(request,
target,
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
metadata=None):
return grpc.experimental.unary_unary(request, target, '/dfs.facility.observation.ObservationSrv/UpdateProcStatus',
facility_dot_observation_dot_observation__pb2.UpdateProcStatusReq.SerializeToString,
facility_dot_observation_dot_observation__pb2.UpdateProcStatusResp.FromString,
options, channel_credentials,
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
This diff is collapsed.
This diff is collapsed.
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