Autogenerated update for 3476ecaee0...7646d55b34
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -37,7 +37,7 @@ class ValidatorMapfixServiceStub(object):
|
||||
self.Create = channel.unary_unary(
|
||||
'/validator.ValidatorMapfixService/Create',
|
||||
request_serializer=validator__pb2.MapfixCreate.SerializeToString,
|
||||
response_deserializer=validator__pb2.NullResponse.FromString,
|
||||
response_deserializer=validator__pb2.MapfixID.FromString,
|
||||
_registered_method=True)
|
||||
self.CreateAuditError = channel.unary_unary(
|
||||
'/validator.ValidatorMapfixService/CreateAuditError',
|
||||
@@ -144,7 +144,7 @@ def add_ValidatorMapfixServiceServicer_to_server(servicer, server):
|
||||
'Create': grpc.unary_unary_rpc_method_handler(
|
||||
servicer.Create,
|
||||
request_deserializer=validator__pb2.MapfixCreate.FromString,
|
||||
response_serializer=validator__pb2.NullResponse.SerializeToString,
|
||||
response_serializer=validator__pb2.MapfixID.SerializeToString,
|
||||
),
|
||||
'CreateAuditError': grpc.unary_unary_rpc_method_handler(
|
||||
servicer.CreateAuditError,
|
||||
@@ -213,7 +213,7 @@ class ValidatorMapfixService(object):
|
||||
target,
|
||||
'/validator.ValidatorMapfixService/Create',
|
||||
validator__pb2.MapfixCreate.SerializeToString,
|
||||
validator__pb2.NullResponse.FromString,
|
||||
validator__pb2.MapfixID.FromString,
|
||||
options,
|
||||
channel_credentials,
|
||||
insecure,
|
||||
@@ -453,7 +453,7 @@ class ValidatorSubmissionServiceStub(object):
|
||||
self.Create = channel.unary_unary(
|
||||
'/validator.ValidatorSubmissionService/Create',
|
||||
request_serializer=validator__pb2.SubmissionCreate.SerializeToString,
|
||||
response_deserializer=validator__pb2.NullResponse.FromString,
|
||||
response_deserializer=validator__pb2.SubmissionID.FromString,
|
||||
_registered_method=True)
|
||||
self.CreateAuditError = channel.unary_unary(
|
||||
'/validator.ValidatorSubmissionService/CreateAuditError',
|
||||
@@ -560,7 +560,7 @@ def add_ValidatorSubmissionServiceServicer_to_server(servicer, server):
|
||||
'Create': grpc.unary_unary_rpc_method_handler(
|
||||
servicer.Create,
|
||||
request_deserializer=validator__pb2.SubmissionCreate.FromString,
|
||||
response_serializer=validator__pb2.NullResponse.SerializeToString,
|
||||
response_serializer=validator__pb2.SubmissionID.SerializeToString,
|
||||
),
|
||||
'CreateAuditError': grpc.unary_unary_rpc_method_handler(
|
||||
servicer.CreateAuditError,
|
||||
@@ -629,7 +629,7 @@ class ValidatorSubmissionService(object):
|
||||
target,
|
||||
'/validator.ValidatorSubmissionService/Create',
|
||||
validator__pb2.SubmissionCreate.SerializeToString,
|
||||
validator__pb2.NullResponse.FromString,
|
||||
validator__pb2.SubmissionID.FromString,
|
||||
options,
|
||||
channel_credentials,
|
||||
insecure,
|
||||
|
||||
Reference in New Issue
Block a user