@@ -37,7 +37,7 @@ def __init__(self, channel):
3737                )
3838        self .TryGetValue  =  channel .unary_unary (
3939                '/ni.pythonpanel.v1.PythonPanelService/TryGetValue' ,
40-                 request_serializer = ni_dot_pythonpanel_dot_v1_dot_python__panel__service__pb2 .GetValueRequest .SerializeToString ,
40+                 request_serializer = ni_dot_pythonpanel_dot_v1_dot_python__panel__service__pb2 .TryGetValueRequest .SerializeToString ,
4141                response_deserializer = ni_dot_pythonpanel_dot_v1_dot_python__panel__service__pb2 .TryGetValueResponse .FromString ,
4242                )
4343        self .SetValue  =  channel .unary_unary (
@@ -143,7 +143,7 @@ def add_PythonPanelServiceServicer_to_server(servicer, server):
143143            ),
144144            'TryGetValue' : grpc .unary_unary_rpc_method_handler (
145145                    servicer .TryGetValue ,
146-                     request_deserializer = ni_dot_pythonpanel_dot_v1_dot_python__panel__service__pb2 .GetValueRequest .FromString ,
146+                     request_deserializer = ni_dot_pythonpanel_dot_v1_dot_python__panel__service__pb2 .TryGetValueRequest .FromString ,
147147                    response_serializer = ni_dot_pythonpanel_dot_v1_dot_python__panel__service__pb2 .TryGetValueResponse .SerializeToString ,
148148            ),
149149            'SetValue' : grpc .unary_unary_rpc_method_handler (
@@ -242,7 +242,7 @@ def TryGetValue(request,
242242            timeout = None ,
243243            metadata = None ):
244244        return  grpc .experimental .unary_unary (request , target , '/ni.pythonpanel.v1.PythonPanelService/TryGetValue' ,
245-             ni_dot_pythonpanel_dot_v1_dot_python__panel__service__pb2 .GetValueRequest .SerializeToString ,
245+             ni_dot_pythonpanel_dot_v1_dot_python__panel__service__pb2 .TryGetValueRequest .SerializeToString ,
246246            ni_dot_pythonpanel_dot_v1_dot_python__panel__service__pb2 .TryGetValueResponse .FromString ,
247247            options , channel_credentials ,
248248            insecure , call_credentials , compression , wait_for_ready , timeout , metadata )
0 commit comments