updateRole_Pre method
Implementation
$async.Future<$0.Role> updateRole_Pre($grpc.ServiceCall $call,
$async.Future<$0.UpdateRoleRequest> $request) async {
return updateRole($call, await $request);
}
$async.Future<$0.Role> updateRole_Pre($grpc.ServiceCall $call,
$async.Future<$0.UpdateRoleRequest> $request) async {
return updateRole($call, await $request);
}